(ange-ftp-copy-files-async): New function for
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
b878b8c3
SS
12001-10-12 Sam Steingold <sds@gnu.org>
2
3 * net/ange-ftp.el (ange-ftp-copy-files-async): New function for
4 asynchronous multiple file copying.
5
eadd6444
GM
62001-10-12 Gerd Moellmann <gerd@gnu.org>
7
8 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list): New
9 function checking that lambda-list consists of non-constant
10 symbols, that &rest and &optional are followed by variable names,
11 that &rest VAR is the last element, and that variables aren't
12 doubled.
13 (byte-compile-lambda): Use it.
14
beb0990f
GM
152001-10-12 Eli Barzilay <eli@barzilay.org>
16
17 * calculator.el (calculator-eng-display): Don't call concat
18 with an integer argument.
19
07f904a3
MB
202001-10-12 Miles Bader <miles@gnu.org>
21
22 * help-mode.el (help-customize-face): New button-type.
b0412574 23
07f904a3
MB
24 * faces.el (list-faces-display): Fix args to `help-xref-button'.
25 (describe-face): Fix args to `help-xref-button'.
26 Don't switch to help-buffer around call to `help-setup-xref'.
27 Use `help-buffer' instead of hard-wired "*Help*".
28 Require `help-mode'.
29
2168e04d
SM
302001-10-11 Stefan Monnier <monnier@cs.yale.edu>
31
32 * net/goto-addr.el (goto-address-mail-regexp): Allow + in username.
33
34 * help-mode.el (help-buffer): New function.
35 Returns the buffer-name to use for help output.
36 Change all the code to use it instead of hard-coding *Help*.
37 (help-mode-map): Put back the mouse-2 binding.
38 (help-xref-stack): Change the format and make buffer-local.
39 (help-xref-stack-item): Make buffer-local.
40 (help-setup-xref): Do the `push' here rather than in help-do-xref.
41 (help-xref-interned): Display the face doc as well.
42 (help-follow-mouse): Re-introduce.
43 (help-xref-go-back): Adapt to the new use of help-xref-stack.
44 (help-do-xref): Don't `push' any more.
45 (help-follow): Also follow face names.
46
47 * help-funs.el (describe-function-1): Remove unused `parens' arg.
48 Don't call help-setup-xref anymore and remove its `interactive-p' arg.
49 Autoload and cleanup.
50 (describe-function): Call help-setup-xref.
51 (describe-variable): Call help-setup-xref earlier.
52
53 * help.el (describe-bindings-internal): New fun moved from keymap.c.
54 (view-lossage): Call help-setup-xref correctly and earlier.
55 (describe-bindings): Call help-setup-xref earlier.
56 (describe-key): Call help-setup-xref. Fix call to describe-function-1.
57 (describe-mode): Don't autoload. Call help-setup-xref earlier.
b0412574 58
1ae6b8f1
GM
592001-10-11 Gerd Moellmann <gerd@gnu.org>
60
a5be8a9a
GM
61 * master.el (master-mode): Use define-minor-mode instead of
62 easy-mmode-define-minor-mode. Add autload cookie.
b0412574 63 (Commentary): Remove the line showing how to autoload master-mode,
a5be8a9a
GM
64 since it's always autoloaded.
65
1ae6b8f1
GM
66 * master.el: New file.
67
63ca0a6e
GM
682001-10-11 Dave Love <fx@gnu.org>
69
70 * emacs-lisp/byte-opt.el (byte-optimize-lapcode)
71 <byte-constref-ops>: Consider byte-constant2 and clarify the code.
72 <const-C varset-X const-C>: Fix car/cdr typo.
d731e6b8 73
63ca0a6e 742001-10-11 Gerd Moellmann <gerd@gnu.org>
d731e6b8 75
2168e04d
SM
76 * emacs-lisp/bytecomp.el (byte-compile-display-log-head-p):
77 New function extracted from byte-compile-log-1.
78 (byte-compile-log-1): Change output to be more in line with
d731e6b8
GM
79 the output of other GNU tools.
80 (byte-compile-warn): Emit `warning' instead of `**' for warnings.
2168e04d
SM
81 (byte-compile-report-error): Downcase error message.
82 Use `error' instead of `!!' for error messages.
d731e6b8
GM
83 (byte-compile-print-syms): Treat non-interactive case specially.
84 (displaying-byte-compile-warnings): Use backquote.
85 (byte-compile-from-buffer): Bind byte-compile-last-line.
86 (batch-byte-compile): Remove `Done' message.
87
30de4b24
SM
882001-10-10 Stefan Monnier <monnier@cs.yale.edu>
89
90 * emacs-lisp/copyright.el (copyright): Add final \n.
91
0e094c29
MB
922001-10-11 Miles Bader <miles@gnu.org>
93
94 * diff.el (diff): Display default values in prompts as
95 `(default ...)', not `(...)'.
b0412574 96
0e094c29
MB
97 * info.el (Info-follow-reference): Likewise.
98
c2ca5171
SM
992001-10-10 Stefan Monnier <monnier@cs.yale.edu>
100
30de4b24
SM
101 * emacs-lisp/autoload.el (doc-string-elt): Remove.
102
7164ef13
SM
103 * newcomment.el (comment-indent): Be a little more robust in case
104 comment-indent-function does funny things.
105 (comment-normalize-vars): Autoload.
106 (comment-region-internal): Fiddle with the visibility spec.
107 (comment-valid-prefix): New function.
108 (comment-indent-new-line): Use it. Ignore adaptive-fill-prefixes
109 that would turn comment-text into non-comment-text.
110
111 * emacs-lisp/syntax.el: New file.
112
c2ca5171
SM
113 * progmodes/tcl.el: Change maintainer to FSF and remove loads of
114 compatibility cruft.
115 (tcl-using-emacs-19, tcl-using-emacs-19-23, tcl-using-xemacs-19)
116 (tcl-version, tcl-maintainer, tcl-use-hairy-comment-detector): Remove.
117 (tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
118 tcl-end-of-defun, tcl-mark-defun, tcl-indent-for-comment,
119 tcl-submit-bug-report.
120 (tcl-mode-syntax-table): Leave \f alone.
121 (inferior-tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
122 tcl-end-of-defun, tcl-submit-bug-report.
123 (tcl-xemacs-menu): Fix up and pass it directly to easymenu.
124 (tcl-add-emacs-menu): Remove.
125 (tcl-fill-mode-map, tcl-fill-inferior-map): Moved into the defvar.
126 (tcl-keyword-list): Add `chain'.
127 (tcl-font-lock-syntactic-keywords): New variable.
128 (tcl-pps-has-arg-6): Remove.
129 (tcl-internal-beginning-of-defun, tcl-internal-end-of-defun)
130 (tcl-internal-mark-defun): Remove.
131 (tcl-set-proc-regexp, tcl-set-font-lock-keywords): Use regexp-opt.
132 (tcl-mode): Use define-derived-mode. Simplify.
133 Set comment-indent-function.
134 (tcl-indent-command): Use line-beginning-position and comment-indent.
135 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
136 (tcl-indent-line): Use tcl-calculate-indent.
137 (tcl-indent-exp): Renamed from indent-tcl-exp. Use new names.
138 (tcl-add-log-defun): Renamed from add-log-tcl-defun. Use match-string.
139 (tcl-filter): Use with-current-buffer, simplify.
140 (inferior-tcl-mode): Use define-derived-mode.
141 (tcl-hairy-in-comment): Renamed tcl-in-comment.
142 (tcl-simple-in-comment, tcl-in-comment): Removed.
143 (tcl-files-alist): New function.
144 (tcl-help-snarf-commands): Use it and return the result directly
145 rather than through a global variable.
146 (tcl-reread-help-files): Fix up the call to tcl-help-snarf-commands.
147 (tcl-help-on-word): Provide the default value to completing-read.
148 (tcl-hilit): Remove.
149 (tcl-hashify-buffer, tcl-popup-menu): Simplify.
150 (tcl-comment-indent): New function.
151 (tcl-submit-bug-report): Remove.
152 (tcl-uncomment-region, tcl-indent-for-comment, add-log-tcl-defun)
153 (indent-tcl-exp, calculate-tcl-indent, tcl-beginning-of-defun)
154 (tcl-end-of-defun, tcl-mark-defun, tcl-mark): Redefine as aliases.
155
07becdb1
MB
1562001-10-10 Miles Bader <miles@gnu.org>
157
158 * info.el (Info-insert-dir): Don't call `Info-fontify-menu-headers'.
159 (Info-fontify-node): Don't fontify the node if it's already been done.
160
88255adb
GM
1612001-10-10 Gerd Moellmann <gerd@gnu.org>
162
031a1678
GM
163 * international/iso-transl.el (iso-transl-e-caret)
164 (iso-transl-i-caret, iso-transl-o-caret, iso-transl-u-caret):
165 Fix duplicates. From Dave Love <d.love@dl.ac.uk>.
166
619632ac
GM
167 * simple.el (end-of-buffer): Fix code scrolling specially
168 for the buffer end.
169
88255adb
GM
170 * startup.el (command-line-1): Bind tab-width to 8.
171
5c4d3f02
PJ
1722001-10-10 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
173
3680909c 174 * emulation/tpu-edt.el: Use defalias instead of fset for
5c4d3f02
PJ
175 user-visible commands. From Rob Riepel
176 <riepel@Networking.Stanford.EDU>.
177
89e9c8d7
GM
1782001-10-09 Gerd Moellmann <gerd@gnu.org>
179
180 * ruler-mode.el: New file.
181
3b8c60f1
MB
1822001-10-09 Miles Bader <miles@gnu.org>
183
71f19cda
MB
184 * apropos.el (button): New require.
185
55e9efba 186 * help-funs.el: New file, contents mostly from `help.el'.
c2ca5171
SM
187 (describe-variable): Use `condition-case' instead of `ignore-errors'.
188
55e9efba 189 * help-mode.el: New file, contents mostly from `help.el'.
c2ca5171 190
55e9efba
MB
191 * help.el: Don't require `view' when compiling.
192 (help-with-tutorial, describe-function, describe-function-1)
193 (variable-at-point, describe-variable, locate-library):
194 Functions moved into `help-funs.el'.
195 (help-manyarg-func-alist): Variable moved into `help-funs.el'.
196 (help-mode, help-mode-setup, help-mode-finish, help-button-action)
197 (help-setup-xref, help-xref-following, help-make-xrefs)
198 (help-xref-button, help-insert-xref-button, help-xref-interned)
199 (help-xref-go-back, help-go-back, help-do-xref, help-follow)
200 (help-xref-on-pp): Functions moved into `help-mode.el'
201 (help-mode-map, help-xref-stack, help-xref-stack-item)
202 (help-highlight-p, help-highlight-face, help-back-label)
203 (help-xref-symbol-regexp, help-xref-mule-regexp)
204 (help-xref-info-regexp): Variables moved into `help-mode.el'.
205 (help-symbol, help-back, help-info, help-customize-variable)
206 (help-function-def, help-variable-def):
207 Button-types moved into `help-mode.el'.
208 (load-symbol-file-load-history, symbol-file):
209 Functions moved into `subr.el'.
210 (symbol-file-load-history-loaded): Variable moved into `subr.el'.
c2ca5171
SM
211 (view-lossage): Call `help-setup-xref' instead of doing it manually.
212
213 * subr.el (symbol-file-load-history-loaded)
214 (load-symbol-file-load-history, symbol-file): Moved from `help.el'.
215
55e9efba
MB
216 * loadup.el ("button"): Load removed.
217
ded42dd3
MB
218 * button.el (define-button-type): Respect any `supertype' property.
219 (button-type-subtype-p, button-has-type-p): New functions.
220
f4be0a12
MB
221 * rfn-eshadow.el (rfn-eshadow-regexp): Deal correctly with escaped
222 dollar-signs.
223
224 * comint.el (comint-insert-previous-argument): New function.
225 (comint-mode-map): Bind `C-c .' to `comint-input-previous-argument'.
c2ca5171 226 (comint-insert-previous-argument-last-start-pos)
f4be0a12
MB
227 (comint-insert-previous-argument-last-index): New variables.
228
3b8c60f1
MB
229 * apropos.el (apropos-next-label-button): Use the presence of a
230 `apropos-label' property to detect label buttons.
231
a101302b
MB
2322001-10-08 Miles Bader <miles@gnu.org>
233
234 * button.el (next-button, previous-button): Remove N and WRAP
235 parameters. Don't pay attention to `skip' properties.
236 (forward-button): Implement wrapping, iterating, and skipping here
237 instead.
894e460c 238 (button-activate): USE-MOUSE-ACTION is optional.
62dc75c4
MB
239 (button-nop): Function removed.
240 (default-button): Use `ignore' as default button action.
894e460c 241
a101302b
MB
242 * apropos.el (apropos-next-label-button): Update arguments to
243 `next-button'.
894e460c 244 (apropos-symbol): Add `skip' property.
c2ca5171
SM
245 (apropos-function, apropos-macro, apropos-command)
246 (apropos-variable, apropos-face, apropos-group, apropos-widget)
894e460c
MB
247 (apropos-plist): New button types.
248 (apropos-label-properties): Variable removed.
249 (apropos-print): Pass button-type to apropos-print-doc, rather
250 than help function and label text.
251 (apropos-print-doc): Remove ACTION and STR args, add TYPE arg.
252 Get button label from TYPE.
a101302b 253
82345a9a
SM
2542001-10-07 Stefan Monnier <monnier@cs.yale.edu>
255
b0fbf754
SM
256 * help.el (help-mode): Use define-derived-mode.
257 (describe-mode): Add optional `buffer' arg.
258 Use it instead of going through help-xref-mode.
259 Avoid doubling the word `minor' when prettifying.
260 (describe-function-1): List the corresponding key bindings.
261 (describe-variable): Say if the var is automatically buffer-local.
262 If the source is `loaddefs.el', look for the real source.
263 (help-xref-mode): Remove.
264
82345a9a
SM
265 * emacs-lisp/bytecomp.el (byte-compile-file): Return success when
266 the file says no-byte-compile.
267
d6bc0bdc
MB
2682001-10-08 Miles Bader <miles@gnu.org>
269
270 * button.el (next-button, previous-button): Respect `skip' property.
d6bc0bdc 271
7997fd38
MB
2722001-10-07 Miles Bader <miles@gnu.org>
273
e664497b
MB
274 * woman.el (woman-mode-map): Copy button-buffer-map instead of
275 making a new keymap. Don't bind mouse-2. Bind M-mouse-2 to
276 `woman-follow-word' instead of `woman-mouse-2'.
277 (woman-follow-word): Renamed from `woman-mouse-2'.
278 Follow current unconditionally, since this function is now only
279 bound to M-mouse-2. Use accessor functions.
280 (WoMan-highlight-references): Use `make-text-button'.
281 (woman-xref): New button type.
282
d876f455
MB
283 * loadup.el ("faces"): Move load before loading "loaddefs.el".
284 ("button"): New load, just before "help" (which uses it).
285
286 * help.el (help-mode-map): Make button-buffer-map our parent.
287 Don't bind mouse events or tab/backtab.
288 (help-function, help-variable, help-face, help-coding-system)
289 (help-input-method, help-character-set, help-back, help-info)
290 (help-customize-variable, help-function-def, help-variable-def):
291 New button types.
292 (help-button-action): New function.
293 (describe-function-1): Pass help button-types to
294 `help-xref-button' rather than help function and help-echo string.
295 Don't put multiple help-function args in a list to pass them to
296 help-xref-button, just pass them as multiple arguments.
297 Use `help-insert-xref-button' to make [back]-button, rather than
298 `help-xref-button'.
299 (help-xref-button): Take a button-type TYPE as a parameter rather
300 than a function. Remove HELP-ECHO parameter. Remove DATA parameter
301 and add a &rest parameter ARGS to serve the same purpose.
302 Use `make-text-button' to add the button.
303 (help-insert-xref-button): Use `insert-text-button' to add the button.
304 (help-follow-mouse, help-next-ref, help-previous-ref):
305 Functions removed.
306 (help-do-xref): New function.
307 (help-follow): Use `push-button' and `help-do-xref' to do most of
308 the work.
309
310 * apropos.el (apropos-symbol, apropos-label): New button types.
82345a9a 311 (apropos-symbol-button-display-help)
d876f455
MB
312 (apropos-label-button-display-help, apropos-next-label-button):
313 New functions.
314 (apropos-mode-map): Make button-buffer-map our parent.
315 Don't bind mouse events.
316 (apropos-print, apropos-print-doc): Create buttons instead of text
317 properties.
318 (apropos-mouse-follow): Function removed.
319 (apropos-follow): Use buttons.
320
7997fd38
MB
321 * button.el: New file.
322
1a4372ef
GM
3232001-10-07 Gerd Moellmann <gerd@gnu.org>
324
82345a9a 325 * emacs-lisp/cl.el (most-positive-fixnum, most-negative-fixnum):
1a4372ef
GM
326 Remove.
327
857e81db
RS
3282001-10-05 Richard M. Stallman <rms@gnu.org>
329
330 * add-log.el (add-change-log-entry): Skip copyright notice
331 and copying permission notice at start of file, if any.
332 Make use of terms "entry" and "item" accord with Emacs manual.
333 Simplify the logic for moving point while entering or creating
334 an entry and then an item.
335 (add-change-log-entry-other-window): Doc fix.
336
4650e362
MB
3372001-10-06 Miles Bader <miles@gnu.org>
338
339 * rfn-eshadow.el (read-file-name-electric-shadow): Autoload cookie
340 removed; they apparently don't work with faces.
341
b4f05c38
SS
3422001-10-05 Sam Steingold <sds@gnu.org>
343
344 * textmodes/sgml-mode.el (html-xhtml): New user option.
345 (html-tag-alist, html-horizontal-rule, html-image, html-line)
346 (html-ordered-list, html-unordered-list, html-list-item)
347 (html-paragraph, html-checkboxes, html-radio-buttons): Use it.
348 (sgml-skip-close-p): New function.
349 (sgml-value): Use it.
350
4dd618ff
SS
3512001-10-05 Sam Steingold <sds@gnu.org>
352
353 * calendar/diary-lib.el (diary-entry-compare): When times are
354 identical, compare the entries lexicographically.
355
a01b7831
MB
3562001-10-06 Miles Bader <miles@gnu.org>
357
82345a9a
SM
358 * rfn-eshadow.el (rfn-eshadow-update-overlay):
359 Use `minibuffer-prompt-end'.
a01b7831
MB
360
361 * simple.el (previous-matching-history-element): Fix misplaced
362 parentheses.
363
20a82009
MB
3642001-10-05 Miles Bader <miles@gnu.org>
365
366 * rfn-eshadow.el: New file.
367
c165ad40
MB
3682001-10-05 Miles Bader <miles@gnu.org>
369
370 * cus-face.el (custom-face-attributes): Make sure each attribute
371 has a valid default value. Remove hacks that mapped `nil' to
372 `off' and used nil to mean `unspecified'. Remove `unspecified'
373 choices from all attributes (unspecified is handled by the parent
374 checklist).
4dd618ff 375 * cus-edit.el (custom-face-edit-convert-widget)
c165ad40
MB
376 (custom-face-edit-deactivate, custom-face-edit-activate)
377 (custom-face-edit-delete, custom-face-edit-attribute-tag):
378 New functions.
379 (custom-face-edit): Specify a custom :convert-widget.
4dd618ff 380 (custom-pre-filter-face-spec, custom-post-filter-face-spec):
c165ad40
MB
381 Don't pass in default filters that map between `nil' and `off' and
382 `unspecified' and `nil'.
383
ace64e0a
GM
3842001-10-05 Gerd Moellmann <gerd@gnu.org>
385
386 * progmodes/compile.el (compilation-buffer-name): New function.
387 (compile-internal): Use it to determine the name of the
388 compilation buffer.
389
ec66bdc7
MB
3902001-10-05 Miles Bader <miles@gnu.org>
391
392 * progmodes/compile.el (grep-use-null-device): New variable.
393 (grep-command): Mention `grep-use-null-device'.
394 (grep-compute-defaults): Compute `grep-use-null-device' if necessary.
395 Make computation of `grep-command' respect `grep-use-null-device'.
396 (grep): Respect `grep-use-null-device'.
397 Call `grep-compute-defaults' even if grep-command is set, if
398 grep-use-null-device is still tentative.
399
400 * subr.el (call-process-shell-command): New function.
401
4022001-10-05 Miles Bader <miles@gnu.org>
403
404 * simple.el (previous-matching-history-element)
405 (next-history-element, next-complete-history-element): Use
82345a9a 406 `minibuffer-' functions instead of calling `field-' functions directly.
ec66bdc7
MB
407 (minibuffer-prompt-end, minibuffer-contents):
408 (minibuffer-contents-no-properties, delete-minibuffer-contents):
409 Functions removed (now subrs).
410 (minibuffer-prompt-width): Use `minibuffer-prompt-end'.
4dd618ff 411
ec66bdc7
MB
412 * minibuf-eldef.el (minibuf-eldef-setup-minibuffer)
413 (minibuf-eldef-update-minibuffer): Use `minibuffer-' functions
414 instead of calling `field-' functions directly.
415 (minibuf-eldef-setup-minibuffer): Remove unused variable `prompt'.
416
c89e4bc5
GM
4172001-10-05 Gerd Moellmann <gerd@gnu.org>
418
a0fb4492
GM
419 * files.el (find-file-noselect): If file's read-only status has
420 changed on disk, ask if buffer's read-only status should be
421 changed, unless NOWARN is set.
422
c86350b1
GM
423 * emacs-lisp/cl-macs.el (define-setf-expander): Make it an
424 alias for define-setf-method.
425
c89e4bc5
GM
426 * bindings.el: Remove no-byte-compile from file local variables
427 to enable bootstrapping.
428
0bcf87c1
AI
4292001-10-04 Andrew Innes <andrewi@gnu.org>
430
82345a9a
SM
431 * faces.el (face-font-registry-alternatives) [windows-nt]:
432 Make gb2312 an alias for gb2312.1980.
0bcf87c1 433
6c0b2643
GM
4342001-10-04 Stefan Monnier <monnier@cs.yale.edu>
435
436 * uniquify.el (uniquify-get-proposed-name): Don't assume dirsep is /.
437 (uniquify-reverse-components): Remove.
438
439 * emacs-lisp/bytecomp.el (byte-recompile-directory):
440 Make sure the file is readable.
441 (byte-compile-file): Don't compile if `no-byte-compile' is set.
442 (byte-compile-defvar): Update to reflect the change in Fdefvar.
443 (batch-byte-recompile-directory): Pass arg=0.
444
445 * progmodes/perl-mode.el (perl-indent-continued-arguments): New var.
446 (perl-calculate-indent): Use it.
447 (perl-backward-to-noncomment): Use forward-comment.
448
449 * derived.el (define-derived-mode, derived-mode-make-docstring):
450 Allow `parent' to be nil.
451
452 * textmodes/nroff-mode.el (nroff-mode-abbrev-table, nroff-mode):
453 Use define-derived-mode.
454 (nroff-mode-map, nroff-mode-syntax-table): Massage.
455
456 * mail/mailabbrev.el (mail-abbrev-in-expansion-header-p): Simplify.
457
458 * emacs-lisp/lselect.el: Use facep iso find-face.
459
460 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
461 Use regexp-opt.
462 (doc-string-elt): Set symbols' prop. Copied from autoload.el.
463 (lisp-font-lock-syntactic-face-function): New function.
464 (lisp-mode-variables): Use it. Make arg optional.
465 (emacs-lisp-mode): Don't pass an arg to lisp-mode-variables.
466 (lisp-mode): Don't pass an arg to lisp-mode-variables.
467 Set comment-start-skip.
468
469 * emacs-lisp/lisp-mnt.el (lm-history-header): Accept `ChangeLog'.
470
471 * emacs-lisp/cl-macs.el (frame-parameter): Add a setf method.
472 (ignore-errors): Don't bother using a `err' symbol.
473
474 * emacs-lisp/autoload.el (autoload-ensure-default-file)
475 (autoload-insert-section-header, autoload-before-p)
476 (autoload-remove-section): New functions.
477 (generate-file-autoloads): Use them.
478 (update-file-autoloads): Use them. Return FILE if there's no cookie.
479 Make sure the autoload file is properly formatted when creating it.
480 (update-autoloads-from-directories): Use them as well.
481 Only update autoloads for files whose timestamp has changed.
482 Add a dummy entry to remember the files which had no autoload cookies.
483
484 * timer.el (timer-relative-time): Fix computation for negative `micro'.
485
486 * subr.el (define-key-after): Allow `key' to be longer than 1.
487 (make-local-hook): Make obsolete.
488 (add-hook, remove-hook): Don't use make-local-hook any more.
489 (make-syntax-table): Inherit all chars from s-s-t.
490
4912001-10-04 Gerd Moellmann <gerd@gnu.org>
492
493 This is a fix for a report saying that resuming a search with C-s
494 C-s doesn't use the case-fold-search setting of the previous
495 search (C-s ... M-c ... then C-s C-s).
496
497 * isearch.el (isearch-last-case-fold-search): New variable.
498 (isearch-mode): Remember value of isearch-case-fold-search
499 in isearch-last-case-fold-search.
500 (isearch-done): Quote value of isearch-case-fold-search.
501 (isearch-repeat): When resuming a search, restore
502 isearch-case-fold-search from isearch-last-case-fold-search.
503
504 Added to NEWS.
505
506 * startup.el (inhibit-startup-buffer-menu): New user-option.
507 (command-line-1): If inhibit-startup-buffer-menu is set, don't
508 display the buffer menu. From Simon Josefsson <jas@extundo.com>.
509
510 This allows upto 99999 messages in the summary without screwing up
511 the summary sorting. Previously 9999 was the maximum. Added to NEWS.
512
513 * mail/rmailsum.el (rmail-make-summary-line)
514 (rmail-make-summary-line-1, rmail-summary-next-same-subject)
515 (rmail-summary-goto-msg, rmail-summary-goto-msg):
516 Allow 5-digit message ids instead of 4.
517
518 This adds expansion of environment variables in the value
519 specified with M-x setenv. Added to NEWS.
520
521 * env.el (substitute-env-vars): New function.
522 (setenv): Add parameter SUBSTITUTE-ENV-VARS. If set, substitute
523 environment variables in VALUE. Return VALUE.
524
ab952a4f
GM
5252001-10-04 Gerd Moellmann <gerd@gnu.org>
526
527 * Branch for 21.1.
7164ef13 528
630784a2
SM
5292001-10-03 Stefan Monnier <monnier@cs.yale.edu>
530
531 * pcvs-util.el (cvs-prefix-define): Typo cons->concat.
532
cf2b0d2c 5332001-10-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
cba04ae9
PJ
534
535 * emulation/tpu-edt.el: Make messages match original TPU/edt
cf2b0d2c 536 editor. From riepel@Stanford.EDU (Rob Riepel).
cba04ae9 537
aa01bed1
EZ
5382001-10-03 Eli Zaretskii <eliz@is.elta.co.il>
539
540 * rect.el: Update maintainer's email address.
541
7d685c84
AS
5422001-10-02 Andreas Schwab <schwab@suse.de>
543
544 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 227 and 228 for Long
545 and Extended Passive Mode, resp.
546
87671c25
EZ
5472001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
548
549 These changes add support for Calendar-related items in the
550 menu bar on tty's as well:
551
552 * calendar/calendar.el (calendar-mode-map): Require cal-menu
553 unconditionally.
554 (calendar-mode): Set up activate-menubar-hook unconditionally.
555
556 * calendar/cal-menu.el (cal-menu-x-popup-menu): New function,
557 calls x-popup-menu only if popup menus are supported.
558 (calendar-mouse-insert-hebrew-diary-entry)
559 (calendar-mouse-insert-islamic-diary-entry)
560 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
561 (calendar-mouse-view-other-diary-entries)
562 (calendar-mouse-print-dates, calendar-mouse-2-date-menu)
630784a2
SM
563 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
564 Call cal-menu-x-popup-menu instead of x-popup-menu.
87671c25 565
12c64503
GM
5662001-10-01 Gerd Moellmann <gerd@gnu.org>
567
62bfa682
GM
568 * gs.el (gs-set-ghostview-window-prop): Fix args of `elt'.
569
12c64503
GM
570 * emacs-lisp/edebug.el (rx): Add def-edebug-spec.
571
572 * emacs-lisp/rx.el: New file.
573
e0c21266
EZ
5742001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
575
630784a2 576 * help.el (help-for-help): Doc fix. From Pavel@Janik.cz (Pavel Janik).
e0c21266 577
03be5931
EZ
5782001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
579
580 * frame.el (select-frame-by-name, other-frame): Doc fix.
581
d0100d57
EZ
5822001-09-29 Eli Zaretskii <eliz@is.elta.co.il>
583
584 * play/snake.el (snake-score-file): Use temporary-file-directory
585 instead of a literal "/tmp". Suggested by Robert
586 <robert@chezmarshall.freeserve.co.uk>.
587
588 * play/tetris.el (tetris-score-file): Ditto.
589
d94d5b5a
EZ
5902001-09-28 Eli Zaretskii <eliz@is.elta.co.il>
591
592 * apropos.el (apropos-print): Make the directions inserted at the
593 beginning of the *Apropos* buffer more clear.
594
cd653311 5952001-09-27 Michael Kifer <kifer@cs.sunysb.edu>
630784a2 596
cd653311
MK
597 * ediff-mult.el (ediff-get-meta-info): Installed Gerd's changes.
598 Added comments.
630784a2 599
37dbd369
SM
6002001-09-27 Stefan Monnier <monnier@cs.yale.edu>
601
602 * newcomment.el (comment-normalize-vars): Use " \t" rather than
603 "\\s-" when defining comment-end-skip.
604
9240e746
GM
6052001-09-27 Gerd Moellmann <gerd@gnu.org>
606
37dbd369 607 * mail/feedmail.el (feedmail-queue-send-edit-prompt-help):
6eb94ddb
GM
608 Call get-buffer-window first second arg `visible'.
609
37dbd369
SM
610 * international/mule-diag.el (list-input-methods-1):
611 Output something that's independent of Emacs' version.
14531065 612
9240e746
GM
613 * tar-mode.el (tar-mode-write-file): Don't signal an error by
614 calling byte-to-position with a nil tar-header-offset.
615
e04233aa
GM
6162001-09-27 Simon Josefsson <jas@extundo.com>
617
618 * mail/sendmail.el (send-mail-function): Doc fix.
619 (mail-do-fcc): Error if header-end is not a marker.
620 (mail-do-fcc): Add a comment.
621 (mail-reply-to): Doc fix.
622 (mail-signature): Make ATPOINT optional.
623 (mail-yank-original): Use cond instead of nestled if.
624
07e91aa3
SM
6252001-09-26 Stefan Monnier <monnier@cs.yale.edu>
626
627 * info.el (Info-on-current-buffer): Default arg to "Top".
628
924b604c
GM
6292001-09-25 Eli Barzilay <eli@barzilay.org>
630
631 * calculator.el (calculator-copy-displayer): New user-option.
07e91aa3
SM
632 (calculator-displayer-prev, calculator-displayer-next):
633 Renamed from calculator-displayed-{left,right}.
634 (calculator, calculator-standard-displayer)
635 (calculator-num-to-string, calculator-update-display)
924b604c
GM
636 (calculator-copy, calculator-put-value): Bug and display fixes.
637
a1548b10
GM
6382001-09-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
639
640 * ebnf2ps.el: Eliminate make-local-hook calls. Doc fix.
641 (ebnf-version): New version (3.6.1).
642
643 * ebnf-bnf.el: Fix character range regexp. Doc fix.
644 (ebnf-bnf-non-terminal-chars): New internal const.
645 (ebnf-bnf-lex): Fix code.
646
647 * ebnf-iso.el: Fix character range regexp. Doc fix.
648 (ebnf-iso-non-terminal-chars): New internal const.
649 (ebnf-iso-lex): Fix code.
650
651 * ebnf-yac.el: Fix character range regexp. Doc fix.
652 (ebnf-yac-skip-chars): New internal const.
653 (ebnf-yac-skip-code): Fix code.
654
79e954d0
SM
6552001-09-24 Stefan Monnier <monnier@cs.yale.edu>
656
ab750f9c
SM
657 * vc.el (vc-checkin): Use vc-delete-automatic-version-backups.
658
3911563a
SM
659 * pcvs-parse.el (cvs-parse-commit): Expand the file name before
660 passing it to VC.
661
79e954d0
SM
662 * vc-hooks.el (vc-delete-automatic-version-backups): Handle the
663 case where the file is relative.
664
6f3f0db4
GM
6652001-09-24 Gerd Moellmann <gerd@gnu.org>
666
667 * xml.el (xml-parse-attlist): Quotes around attributes must be the
668 same on each side. Make sure we properly handle simple quotes.
669 From Daiki Ueno <ueno@unixuser.org>.
670
e5b31424
EZ
6712001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
672
0678d779
EZ
673 * mail/sendmail.el (mail-mode): Doc fix. From Simon Josefsson
674 <jas@extundo.com>.
675
e5b31424
EZ
676 * menu-bar.el (top-level): Minor fixes for text of help-echo in
677 some items of the Options menu.
678
769dd0f1
SM
6792001-09-22 Stefan Monnier <monnier@cs.yale.edu>
680
76829576
SM
681 * pcvs-parse.el (cvs-parse-commit): Remove the temp files used by VC.
682
d455f4f7
SM
683 * vc-hooks.el (vc-delete-automatic-version-backups):
684 Don't fail if the directory doesn't exist.
685
769dd0f1
SM
686 * diff-mode.el (diff-default-read-only): New var.
687 (diff-mode): Use it.
688
dc414be1
EZ
6892001-09-22 Eli Zaretskii <eliz@is.elta.co.il>
690
769dd0f1
SM
691 * hexl.el (hexl-mode-map): Fix the change of 2001-08-23:
692 Use make-keymap instead of copy-keymap, since copying the global
4b7dd7e2
EZ
693 keymap messes up the menu bar.
694
dc414be1
EZ
695 * info.el (Info-goto-node, Info-menu): Doc fix. Suggested by
696 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
697
67033712
EZ
6982001-09-21 Eli Zaretskii <eliz@is.elta.co.il>
699
769dd0f1 700 * dired.el (dired-build-subdir-alist): Accept optional arg SWITCHES.
67033712
EZ
701
702 * dired-aux.el (dired-insert-subdir): Pass switches to
703 dired-build-subdir-alist.
704
0c68e5de
GM
7052001-09-21 Stephen Gildea <gildea@stop.mail-abuse.org>
706
707 * time-stamp.el (time-stamp-string-preprocess): Fix bug that
708 caused %#a and %#b to be mis-formatted.
709
906b3163
EZ
7102001-09-20 Eli Zaretskii <eliz@is.elta.co.il>
711
712 * info.el (Info-file-list-for-emacs): Add elements for ada-mode,
713 ccmode, emacs-mime, and eudc manuals.
714
005e3bb6
SS
7152001-09-19 Sam Steingold <sds@gnu.org>
716
717 w32 find cannot be used with `grep-find'.
718 * progmodes/compile.el (find-program): New variable.
719 (grep-compute-defaults): Use it to set `grep-find-command'.
720
7121b85a
GM
7212001-09-19 Gerd Moellmann <gerd@gnu.org>
722
769dd0f1 723 * ps-bdf.el (bdf-read-bitmap): Initialize returned values to defaults.
7121b85a 724
ae16d111
GM
7252001-09-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
726
727 * ebnf2ps.el: Replace "Prologue" by "Prolog" in PostScript
728 programming. Doc fix.
729 (ebnf-version): New version (3.6).
730 (ebnf-eps-begin): Data fix.
731 (ebnf-begin-file): Code fix.
732
733 * ebnf-bnf.el: Doc fix.
734 (ebnf-bnf-lex): Fix regexp for non-terminal and terminal tokens.
735
736 * ebnf-iso.el, ebnf-otz.el, ebnf-yac.el: Doc fix.
737
55732434
GM
7382001-09-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
739
740 * ps-print.el: Better face mapping for black/white PostScript printers.
741 Check if mark is active when printing a region. Doc fix.
742 (ps-print-version): New version number (6.5.5).
743 (ps-print-color-p): Customization fix.
744 (ps-black-white-faces): New option.
745 (ps-black-white-faces-alist): New internal var.
746 (ps-count-lines-preprint, ps-print-preprint-region): New funs.
747 (ps-print-region, ps-print-region-with-faces, ps-nb-pages-buffer)
748 (ps-nb-pages-region): Interactive fix.
749 (ps-extend-face-list, ps-extend-face, ps-setup, ps-begin-job)
750 (ps-face-attributes, ps-generate-postscript-with-faces): Code fix.
751
740ef824
EZ
7522001-09-18 Eli Zaretskii <eliz@is.elta.co.il>
753
754 * dired.el (dired-move-to-filename-regexp): Allow one digit in the
755 numeric month value, and allow the Kanji character after the it to
756 be missing (happens with ls-lisp's output on Japanese versions of
757 MS-Windows).
758
50529f51
MB
7592001-09-18 Miles Bader <miles@gnu.org>
760
761 * diff-mode.el (diff-mode): Don't make the buffer read-only if
762 it's empty (and thus probably a new patch file about to be edited).
763
d8a973aa
GM
7642001-09-17 Gerd Moellmann <gerd@gnu.org>
765
e18c8b8d
GM
766 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
767 Check for '(' in column 0 of doc string.
768
d8a973aa
GM
769 * gs.el (gs-set-ghostview-window-prop): Use `elt' instead
770 of `nth' so that using a vector as bounding-box works.
771 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
772
dfe78cc5
AS
7732001-09-17 Andre Spiegel <spiegel@gnu.org>
774
775 * vc.el (vc-annotate): Use current workfile version explicitly as
776 a default, suggested by Gustav H\e,Ae\e(Bllberg <gustav@virtutech.se>.
777
1bbdda4d
EZ
7782001-09-16 Eli Zaretskii <eliz@is.elta.co.il>
779
a5f01960
EZ
780 * ps-bdf.el (bdf-cache-file) <ms-dos>: Use _bdfcache.el, since
781 convert-standard-filename doesn't guarantee that the .el extension
782 is preserved.
783
a007e4e3
EZ
784 * dos-fns.el (convert-standard-filename): Replace invalid
785 characters only after converting dash/underscore to a period.
786 (original-make-auto-save-file-name): New.
8aee7d44
EZ
787 (make-auto-save-file-name): New function, overrides the definition
788 on files.el and calls the original function via
789 original-make-auto-save-file-name.
790
1bbdda4d
EZ
791 * mail/rmail.el (top-level): Require mule-utils when compiling.
792 (rmail-decode-babyl-format): Use detect-coding-with-priority
793 instead of detect-coding-region, to favor detection of emacs-mule
794 encoded Babyl files written by rmailout.el etc. Suggested by
795 Kenichi Handa <handa@etl.go.jp>.
796
ed7d6ba4
EZ
7972001-09-14 Eli Zaretskii <eliz@is.elta.co.il>
798
799 * eshell/em-unix.el (eshell-shuffle-files, eshell-shuffle-files):
800 Use `equal', not `=', since the device number can be a cons cell.
801
551629f9
GM
8022001-09-14 Gerd Moellmann <gerd@gnu.org>
803
804 * simple.el: Comment out change of 2001-09-13.
805
0017a3e0
EZ
8062001-09-13 Milan Zamazal <pdm@zamazal.org>
807
808 * progmodes/compile.el (grep-compute-defaults): Don't set
809 grep-command/grep-find-command when it is already non-nil.
810 (grep-command): Make it a user option.
811 (grep-find-command): Likewise.
812
483e0218 8132001-09-13 Michael Kifer <kifer@cs.sunysb.edu>
005e3bb6 814
483e0218
MK
815 * viper-cmd.el (viper-replace-char-subr, viper-envelop-ESC-key):
816 inhibit quit.
005e3bb6 817
15233548
EZ
8182001-09-13 Eli Zaretskii <eliz@is.elta.co.il>
819
820 * files.el (make-auto-save-file-name): If long file names are not
821 supported on MS-DOS, truncate the file name to DOS 8+3 limits before
822 generating an auto-save file name from it.
823
1fb7f872
GM
8242001-09-13 Gerd Moellmann <gerd@gnu.org>
825
005e3bb6 826 * ps-print.el (ps-print-region, ps-print-region-with-faces)
66a863f0
GM
827 (ps-nb-pages-region): Signal an error if called interactively
828 and the mark is not active.
829
1fb7f872
GM
830 * simple.el (minibuffer-prompt-modification)
831 (minibuffer-prompt-insertion): New functions.
832 (minibuffer-prompt-properties): Use `modification-hooks' and
833 `insert-in-front-hooks'.
834
1dc13f3a
RS
8352001-09-12 Richard M. Stallman <rms@gnu.org>
836
837 * textmodes/outline.el (outline-regexp): Doc fix.
838 Initialize it in the defcustom, the usual way.
839
eaa493df
GM
8402001-09-12 Gerd Moellmann <gerd@gnu.org>
841
1fb7f872 842 * ediff-mult.el (ediff-get-meta-info): Take into account that data
769dd0f1
SM
843 from `ediff-meta-info' properties need not be an overlay.
844 From David Ponce <dponce@voila.fr>.
1fb7f872 845
eaa493df
GM
846 * isearch.el (isearch-intersects-p): Fix end checks.
847
cfcda0ba
EZ
8482001-09-11 Eli Zaretskii <a34785@is.elta.co.il>
849
850 * gud.el (dbx) <gud-dbx-use-stopformat-p>: Move this case into the
851 `t' branch of `cond', since Irix 6.1 and up is a special case of
852 the standard dbx interface.
853
4e1513b5
MB
8542001-09-11 Miles Bader <miles@gnu.org>
855
856 * comint.el (comint-send-input): When waiting for echoed input,
857 don't save the expected end position in `echo-end', so that things
858 work properly even if the buffer is modified elsewhere at the same
859 time [this happens if `comint-truncate-buffer' is used].
860
9a72e4c1
GM
8612001-09-11 Gerd Moellmann <gerd@gnu.org>
862
863 * textmodes/outline.el (outline-mode): Use `^' and a shy group
864 when constructing imenu-generic-expression from outline-regexp.
865
1f9581b6
EZ
8662001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
867
868 * eshell/em-unix.el (eshell-shuffle-files): Compare inodes with
869 `equal' instead of `=', since they can be cons cells. From Nils
870 Goesche <cartan@cartan.de>.
871
65ee3bf5
AS
8722001-09-10 Andre Spiegel <spiegel@gnu.org>
873
874 * vc.el (vc-annotate): Rewrote doc string.
875
e602e779
EZ
8762001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
877
878 * time-stamp.el: Update Stephen Gildea's email address.
879
42d305db
GM
8802001-09-10 Gerd Moellmann <gerd@gnu.org>
881
882 * mail/sendmail.el (mail-send): Obey mail-send-nonascii when
883 enable-multibyte-characters = nil. From Hallvard B Furuseth
884 <h.b.furuseth@usit.uio.no>.
005e3bb6 885
02f34c70 8862001-09-09 Michael Kifer <kifer@cs.sunysb.edu>
005e3bb6 887
769dd0f1 888 * ediff-init.el (ediff-highest-priority): Bug fix.
02f34c70 889
769dd0f1 890 * viper-cmd.el (viper-special-read-and-insert-char): New function
02f34c70
MK
891 that reads a character and uses the current input method or
892 iso-accents when appropriate.
005e3bb6 893
769dd0f1 894 * viper.el and all others: Corrections to the comment blocks at
02f34c70 895 the top.
005e3bb6 896
cfc697a2
EZ
8972001-09-09 Eli Zaretskii <eliz@is.elta.co.il>
898
899 * info.el (Info-goto-node): Doc fix.
900
fc0eccfc
GM
9012001-09-07 Gerd Moellmann <gerd@gnu.org>
902
903 * isearch.el (isearch-intersects-p): New function.
904 (isearch-close-unnecessary-overlays): Renamed from *unecessary*,
905 use isearch-intersects-p, and clean up.
906
ef10876c
EZ
9072001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
908
909 * textmodes/ispell.el (ispell-dictionary-alist-4): Add "german"
910 and "german8", for the new German orthography dictionaries,
911 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): Rearrange
912 the entries, to keep the line length balanced for loaddefs.el.
913
c9e74cd4 9142001-09-07 Dr Francis J. Wright <F.J.Wright@qmw.ac.uk>
005e3bb6 915
c9e74cd4
GM
916 * comint.el (comint-send-input): Handle comint-process-echoes
917 differently.
918
5421b899
GM
9192001-09-07 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
920
769dd0f1 921 * locate.el (locate-insert-header): Remove unnecessary whitespace.
5421b899 922
70569550
EZ
9232001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
924
769dd0f1 925 * arc-mode.el (archive-dostime): Fix a typo in minutes' computation.
70569550 926
6afad91e 9272001-09-07 Gerd Moellmann <gerd@gnu.org>
005e3bb6 928
769dd0f1
SM
929 * server.el (server-switch-buffer):
930 * textmodes/refer.el (refer-find-entry-internal):
931 * term/sup-mouse.el (sup-pos-to-window):
932 * term/bg-mouse.el (bg-window-from-x-y):
933 * emacs-lisp/edebug.el (edebug-window-live-p):
934 Use get-window-with-predicate.
6afad91e
GM
935
936 * window.el (get-window-with-predicate): Renamed from some-window.
937 (some-window): Make it an alias.
938
003550c5
GM
9392001-09-06 Gerd Moellmann <gerd@gnu.org>
940
941 * simple.el (undo): Remove positions from buffer-undo-list up to
942 the next undo boundary only.
943
c49e491a
EZ
9442001-09-06 Eli Zaretskii <eliz@is.elta.co.il>
945
05b24487
EZ
946 * makefile.nt (install): Don't copy sc.el. Reported by Richard
947 Kim <ryk@dspwiz.com>
948
c49e491a
EZ
949 * cus-edit.el (custom-buffer-create-internal): Remove "100%" from
950 the message "Creating customization items...done".
951
54f73af3
GM
9522001-09-05 Gerd Moellmann <gerd@gnu.org>
953
954 * font-lock.el (toplevel): Require `jit-lock' only if
955 font-lock-support-mode is set to jit-lock-mode.
956
3762e7d0
EZ
9572001-09-05 Eli Zaretskii <eliz@is.elta.co.il>
958
959 * international/quail.el (quail-use-package, quail-inactivate)
960 (quail-activate): Mention the hooks these functions run in their
961 doc strings.
962
c3b497b3
GM
9632001-09-05 Edward M. Reingold <reingold@iit.edu>
964
965 * cal-menu.el (calendar-mouse-view-other-diary-entries): Fix name
966 of file in header of menu.
967
2d43d823
GM
9682001-09-04 Gerd Moellmann <gerd@gnu.org>
969
2a5becfb
GM
970 * env.el (setenv): Interactively, if VARIABLE has a current value,
971 add that to the front of the history, as the doc string says.
972
8d1fcd00
GM
973 * comint.el (comint-send-input): Change help-echo.
974 From "Dr Francis J. Wright" <F.J.Wright@qmw.ac.uk>.
005e3bb6 975
1672462f
GM
976 * bookmark.el (bookmark-write-file): Bind print-length and
977 print-level to nil. From Tom Capey <tomc@edina.co.uk>.
978
646a1759
GM
979 * obsolete/uncompress.el: Moved there from lisp/.
980
c8dd66e1
GM
981 * comint.el (comint-insert-clicked-input): Goto point-max before
982 deleting previous input. From "Dr Francis J. Wright"
983 <F.J.Wright@qmw.ac.uk>.
984
2d43d823
GM
985 * simple.el (backward-word): Doc fix.
986
284b3043
GM
9872001-09-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
988
989 * emacs-lisp/levents.el, emacs-lisp/lucid.el, emacs-lisp/pp.el
990 * uncompress.el, uniquify.el, vc.el, view.el, window.el
991 * w32-fns.el: Add Keywords header.
992
2eef02ab
EZ
9932001-09-04 Eli Zaretskii <eliz@is.elta.co.il>
994
995 * menu-bar.el: Fix separators in the Edit menu. Bring "Fill" near
996 "Text Properties". Suggested by Simon Marshall
997 <Simon.Marshall@midas-kapiti.com>.
998
ae355fa6
AC
9992001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
1000
1001 * term/mac-win.el (mac-drag-n-drop): Decode file name by
1002 consulting the value of file-name-coding-system.
1003
2ee1aa00
SM
10042001-09-03 Stefan Monnier <monnier@cs.yale.edu>
1005
1006 * help.el (describe-function-1): Save precomputed `file-name' rather
1007 than recomputing it (incorrectly) with `symbol-file'.
1008
cdab3e50
GM
10092001-09-03 Gerd Moellmann <gerd@gnu.org>
1010
698ee07c
SM
1011 * international/isearch-x.el (isearch-exit-recursive-edit):
1012 Take three parameters, since it's used as an after-change-function.
c3b0c268 1013
698ee07c 1014 * emacs-lisp/backquote.el (backquote-backquote-symbol)
cdab3e50
GM
1015 (backquote-unquote-symbol, backquote-splice-symbol): Remove `*'
1016 from doc strings.
1017
e3b22517
GM
10182001-09-02 Milan Zamazal <pdm@zamazal.org>
1019
698ee07c
SM
1020 * progmodes/glasses.el (glasses-convert-to-unreadable):
1021 Consider underscores as in `glasses-make-readable'.
e3b22517 1022
19bd58e8
EZ
10232001-09-02 Eli Zaretskii <eliz@is.elta.co.il>
1024
883310a7
EZ
1025 * progmodes/cmacexp.el (c-macro-preprocessor): Use "gcc -E" for
1026 MS-DOS, since cpp might not be available.
1027
698ee07c
SM
1028 * menu-bar.el (menu-bar-edit-menu) <yank-menu, yank>:
1029 Mention "yank" in the help-echo text.
1030 Suggested by Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1031
10322001-09-01 Stefan Monnier <monnier@cs.yale.edu>
1033
1034 * newcomment.el (comment-indent): Insert spaces more carefully.
19bd58e8 1035
59b7ded8
EZ
10362001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
1037
5e11c425
EZ
1038 * mail/emacsbug.el (report-emacs-bug): Make sure *Messages*
1039 exists. From Andy Petrusenco <andy@int.spb.ru>.
1040
59b7ded8 1041 * hi-lock.el (hi-lock-unface-buffer): Don't call x-popup-menu if
5e11c425
EZ
1042 display-popup-menus-p returns nil. Suggested by Andy Petrusenco
1043 <andy@int.spb.ru>.
59b7ded8 1044
c9979669
GM
10452001-08-31 Gerd Moellmann <gerd@gnu.org>
1046
1047 * isearch.el (isearch-mouse-2): Renamed from isearch-mouse-yank.
1048 Instead of running mouse-yank-at-click, see what the event is
1049 bound to outside Isearch and run that.
1050
79f5f9ec
EZ
10512001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
1052
698ee07c
SM
1053 * menu-bar.el (menu-bar-options-menu) <transient-mark-mode>:
1054 Fix the menu entry to mention transient-mark-mode.
79f5f9ec 1055
c0551649
GM
10562001-08-30 Gerd Moellmann <gerd@gnu.org>
1057
e8b1643c
GM
1058 * simple.el (eval-expression-print-level): Fix last change.
1059
f3185924
GM
1060 * bindings.el (mode-line-coding-system-map): New variable.
1061 (mode-line-mule-info): Give the "%Z" a local-map keymap.
1062
92a25631
GM
1063 * simple.el (eval-expression-print-level): Change the type
1064 of the defcustom to allow nil.
1065
9584e63a
GM
1066 * emacs-lisp/find-gc.el: Moved here from lisp/.
1067
698ee07c
SM
1068 * international/quail.el (quail-completion-1):
1069 Reverse the ((CHAR . DEFN) ...) list before processing it.
d5dc1e49
GM
1070 From Kenichi Handa <handa@etl.go.jp>.
1071
c0551649
GM
1072 * obsolete/rsz-mini.el, obsolete/sun-curs.el, obsolete/sun-fns.el
1073 * obsolete/x-apollo.el, obsolete/x-menu.el: Moved here from lisp/.
1074
ef32aa02
EZ
10752001-08-30 Eli Zaretskii <eliz@is.elta.co.il>
1076
1077 * toolbar/tool-bar.el (tool-bar-mode): Make it a no-op if images
1078 aren't supported. This avoids the annoying gray strip drawn by
1079 the Windows version instead of the missing tool bar.
1080
ff4ec1f7
GM
10812001-08-29 Gerd Moellmann <gerd@gnu.org>
1082
53ca4610
GM
1083 * menu-bar.el (menu-bar-options-menu): Make option text, messages
1084 and tooltips more consistent. From "Marshall, Simon"
1085 <Simon.Marshall@midas-kapiti.com>.
1086
ff4ec1f7
GM
1087 * startup.el (fancy-splash-screens): Temporarily set
1088 minor-mode-map-alist to nil while displaying splash screens.
1089
6d6c3f84
GM
10902001-08-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1091
1092 * buff-menu.el: Add Keywords header.
1093 Doc fix (C-x C-b is bound to list-buffers).
1094
565132a3
GM
1095 * dired-x.el: Add keyword files to get listed in finder.
1096 Remove confusing notes about GNU Emacs 19.
1097
1098 * dired.el, dired-aux.el: Add Keywords header.
1099
042e6d91
AS
11002001-08-28 Andre Spiegel <spiegel@gnu.org>
1101
1102 * vc.el (vc-revert-file): Call the backend even if the FILE's
1103 contents can be reverted locally; pass new arg CONTENTS-DONE
1104 down to the backend.
1105
854bd40a 1106 * vc-cvs.el, vc-rcs.el, vc-sccs.el (vc-*-revert-file): Handle new
042e6d91
AS
1107 optional arg CONTENTS-DONE.
1108
33818c6c
AI
11092001-08-28 Andrew Innes <andrewi@gnu.org>
1110
1111 * makefile.nt (DONTCOMPILE): Sync list from makefile.w32-in.
1112
0f76ca04
EZ
11132001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
1114
1115 * makefile.nt (install): Copy more *.el files.
1116
6b6e2422
GM
11172001-08-28 Gerd Moellmann <gerd@gnu.org>
1118
1119 * dired.el (dired-mode-map): Bind `y' to dired-show-file-type
1120 instead of `w' which is already in use.
1121
5b52c296
GM
1122 * gs.el (gs-load-image): Use sleep-for.
1123 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
1124
43744cb9
MB
11252001-08-28 Miles Bader <miles@gnu.org>
1126
1127 * replace.el (query-replace-regexp-eval): Return args from
1128 `interactive' form in correct order.
1129
4b4ea1dc
EZ
11302001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
1131
1132 * mouse.el (mouse-buffer-menu): If the buffer menu is split by
1133 major modes, don't create panes for modes for which
1134 mouse-buffer-menu-alist returns an empty alist.
1135
11362001-08-28 Thien-Thi Nguyen <ttn@gnu.org>
35cd9438
TTN
1137
1138 * progmodes/hideshow.el: Update first-line description.
1139 Sync comments w/ maintainer version 5.31.
1140
1141 (hs-isearch-open): Default value now `code'.
1142 Fix docstring to use "code blocks" vs "comment blocks",
1143 as opposed to "block" vs "comment".
1144 (hs-flag-region): Accept `hs-isearch-open' value
1145 of `block' as synonymous w/ `code'.
1146 (hs-hide-block-at-point): For code blocks, pass `code'
1147 to `hs-flag-region' instead of `block'.
1148
9ad62cf8
MB
11492001-08-28 Miles Bader <miles@gnu.org>
1150
1151 * comint.el (comint-next-prompt): Don't loop infinitely if
1152 {next,previous}-single-char-property-change returns its input
1153 position when the search fails.
1154
11552001-08-27 Miles Bader <miles@gnu.org>
d3b98912
MB
1156
1157 * comint.el (comint-get-old-input-default): Don't signal an error
1158 if point is not on an input field; instead, return the current
1159 line (using `comint-bol' to skip any prompt, in case we're not
1160 using fields at all).
1161
1162 * man.el (Man-mode-line-format): Variable removed.
1163 (Man-mode): Change `mode-line-buffer-identification' instead of
1164 `mode-line-format'.
1165
d599a452
GM
11662001-08-27 Gerd Moellmann <gerd@gnu.org>
1167
1168 * mail/sendmail.el (mail-send-hook): Remove a duplicate defcustom.
1169 From Simon Josefsson <jas@extundo.com>.
1170
299248aa
EZ
11712001-08-26 Eli Zaretskii <eliz@is.elta.co.il>
1172
5b02e712
EZ
1173 * textmodes/texnfo-upd.el: Remove dots and exclams at end of error
1174 messages. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1175
89aea802
EZ
1176 * emacs-lisp/levents.el: Specify FSF as Maintainer. From Pavel
1177 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1178
1179 * emacs-lisp/lselect.el: Ditto.
1180
3452efc2
SM
1181 * hexl.el (hexl-insert-multibyte-char, hexl-insert-char):
1182 Remove periods from the end of error message strings.
1183 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
165b4283 1184
299248aa
EZ
1185 * progmodes/antlr-mode.el: Add Keywords header. From Pavel
1186 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1187
1188 * net/telnet.el: Ditto.
1189
08ead67b
GM
11902001-08-26 Gerd Moellmann <gerd@gnu.org>
1191
1192 * hl-line.el (hl-line-mode): Add args INIT-VALUE, LIGHTER, and
1193 KEYMAP to the call to define-minor-mode.
1194
cf8f0b68
EZ
11952001-08-24 Eli Zaretskii <eliz@is.elta.co.il>
1196
1197 * term/internal.el (IT-character-translations) <hebrew-iso8859-8>:
1198 Replace some of the undefined characters with emulations of bidi
1199 formatting characters and Niqud as per SI 1311-1.
1200 (IT-unicode-translations): Ditto.
3452efc2
SM
1201 (IT-display-table-setup, IT-setup-unicode-display):
1202 Fill characters without translations with dos-unsupported-char-glyph.
cf8f0b68 1203
16837afc
GM
12042001-08-24 Simon Josefsson <jas@extundo.com>
1205
1206 * hl-line.el (hl-line-mode): Don't be a global mode.
1207 (global-hl-line-mode): New function.
1208
33954c45
GM
12092001-08-24 Gerd Moellmann <gerd@gnu.org>
1210
1211 * gs.el (gs-load-image): Wait for GHOSTVIEW window property
1212 being reset by Ghostscript. Don't kill the gs process.
1213 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
1214
fa05f6ac
AC
12152001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
1216
1217 * term/mac-win.el: Require scroll-bar.
1218
3452efc2
SM
12192001-08-23 Stefan Monnier <monnier@cs.yale.edu>
1220
1221 * ebuff-menu.el (electric-buffer-list): Use list-buffers-noselect.
1222
02aec07b
EZ
12232001-08-23 Eli Zaretskii <eliz@is.elta.co.il>
1224
1225 * hexl.el (hexl-insert-multibyte-char) New function.
1226 (hexl-quoted-insert, hexl-self-insert-command)
1227 (hexl-insert-hex-char, hexl-insert-decimal-char)
1228 (hexl-insert-octal-char): Call it instead of hexl-insert-char.
1229 Fix the doc strings accordingly.
1230 (hexl-insert-char): Reject characters whose code is above 255.
1231 Doc fix.
1232 (hexl-mode-map): Copy the global keymap instead of creating a
1233 sparse keymap, and bind all self-inserting characters to
1234 hexl-self-insert-command.
1235
9bfc65eb
SM
12362001-08-22 Stefan Monnier <monnier@cs.yale.edu>
1237
3452efc2
SM
1238 * wid-edit.el (text): Re-order docstring correctly.
1239
9bfc65eb
SM
1240 * mail/sendmail.el (mail-mode): Use adaptive-fill-regexp.
1241
1242 * textmodes/fill.el (adaptive-fill-regexp): Admit tabs as well.
1243
32f2f98e
EZ
12442001-08-22 Eli Zaretskii <eliz@is.elta.co.il>
1245
1246 * simple.el (line-number-mode): Mention the variable
1247 line-number-display-limit-width in the doc string.
1248
374388c3
GM
12492001-08-22 Gerd Moellmann <gerd@gnu.org>
1250
1251 * bindings.el (mode-line-unbury-buffer): Add EVENT parameter.
1252 Temporarily select EVENT's window for switching buffers.
1253 (mode-line-bury-buffer): New function.
1254 (mode-line-buffer-identification-keymap): Use it instead of
1255 bury-buffer. Bind down-mouse events to prevent global down-mouse
b2130182 1256 events from shining through.
374388c3 1257
dde6824c
SM
12582001-08-21 Stefan Monnier <monnier@cs.yale.edu>
1259
1260 * newcomment.el (comment-beginning): Make sure the comment-start
1261 we found isn't a comment-end (in cases where confusion is possible).
1262
99bf1e74
MB
12632001-08-22 Miles Bader <miles@gnu.org>
1264
1265 * emacs-lisp/bytecomp.el (byte-compile-file): Remove TARGET-FILE
1266 before writing it, so that hard-links don't see new version.
1267
37618c60
GM
12682001-08-21 Gerd Moellmann <gerd@gnu.org>
1269
dde6824c
SM
1270 * gs.el (gs-set-ghostview-colors-window-prop):
1271 Call x-change-window-property with 3rd arg FRAME.
40e33037 1272 (gs-load-image): Wait for a previous Ghostscript process
e98c601b
GM
1273 to complete before starting a new one.
1274
6ea3db8a
GM
1275 * image.el (image-type-regexps): Make sure that the TIFF
1276 pattern is only matched at the beginning of a string.
1277 From Markus Rost <rost@math.ohio-state.edu>.
1278
dde6824c 1279 * international/swedish.el: Pre-Mule file removed. From Jonas
37618c60
GM
1280 Oberg <jonas@gnu.org>.
1281
1f8437c4
RV
12822001-08-20 Rajesh Vaidheeswarran <rv@gnu.org>
1283
1284 * whitespace.el (whitespace-abort-on-error): Add custom variable
dde6824c 1285 to whitespace to abort a write-file if whitespace is detected in file.
1f8437c4
RV
1286
1287 * whitespace.el (whitespace-write-file-hook): Hook to be called
1288 when writing a file. If `whitespace-abort-on-error' is set, the
dde6824c
SM
1289 write will abort on detecting whitespaces.
1290 If `whitespace-auto-cleanup' is set, the file will be cleaned
1f8437c4
RV
1291 automatically prior to writing.
1292
1293 * whitespace.el (whitespace-buffer-search): Let's not insert bogus
1294 whitespaces in the error output!
1295
dde6824c 1296 * whitespace.el (whitespace-check-indent-whitespace): Defaults to
1f8437c4
RV
1297 `indent-tabs-mode', since the latter notes user preferences on
1298 TABs anyway.
1299
1300 * whitespace.el (whitespace-version): 3.1. All of the above issues
1301 were raised by Fran\e,Ag\e(Bois Pinard, which led to the fixes described.
1302
9b96c57d
GM
13032001-08-20 Gerd Moellmann <gerd@gnu.org>
1304
8039284a
GM
1305 * textmodes/texnfo-upd.el (texinfo-every-node-update): Remove
1306 some spaces from a message. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1307
9b96c57d
GM
1308 * whitespace.el (whitespace-global-mode): Add autoload cookie.
1309
1c71c0c3
GM
13102001-08-20 Alex Schroeder <alex@gnu.org>
1311
1312 * sql.el (sql-db2): Doc change.
1313
13142001-08-20 Alex Schroeder <alex@gnu.org>
1315
1316 * sql.el (sql-postgres): Add the database at the end of the
1317 parameters instead of at the beginning.
1318 (sql-postgres-options): Doc change.
1319
6c7f60a2
GM
13202001-08-17 Gerd Moellmann <gerd@gnu.org>
1321
1322 * custom.el (defcustom): Doc fix.
1323
64ed6f71
GM
13242001-08-16 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1325
6c7f60a2 1326 * ps-mule.el (find-composition): Check if (char-after POS)
64ed6f71
GM
1327 returns a valid character.
1328
7851eb98
EZ
13292001-08-16 Eli Zaretskii <eliz@is.elta.co.il>
1330
1331 * hexl.el (hexl-mode, hexl-mode-exit): Adjust hexl-max-address and
1332 original-point for extra CR characters that are added/removed when
1333 the buffer is written/read whose EOL type is -dos.
1334
b76dfd21
MB
13352001-08-16 Miles Bader <miles@gnu.org>
1336
1337 * simple.el (line-move): Undo previous change.
1f8437c4
RV
1338
1339 * comint.el (comint-send-input): Add `inhibit-line-move-field-capture'
b76dfd21
MB
1340 property to input-terminating `boundary' overlays to avoid
1341 line-move wierdness.
1342
e67d1843
GM
13432001-08-16 Gerd Moellmann <gerd@gnu.org>
1344
1345 * lazy-lock.el (lazy-lock-fontify-region): Widen the current
1346 buffer in a save-restriction. Under one test case with Ediff,
1347 window-scroll-functions are run with a window start that's
1348 temporarily outside of the restriction.
1349
21324fae
GM
13502001-08-16 Robert J. Chassell <bug-texinfo@gnu.org>
1351
dde6824c 1352 * textmodes/texnfo-upd.el: Update copyright notice, fix minor typos.
21324fae
GM
1353 (texinfo-find-lower-level-node, texinfo-find-higher-level-node)
1354 (texinfo-menu-locate-entry-p, texinfo-start-menu-description)
1355 (texinfo-update-menu-region-beginning)
1356 (texinfo-update-menu-region-end, texinfo-find-pointer): Add new
1357 command, @ifnottex, to regexps, so it is found.
1358
0645d241
AI
13592001-08-16 Andrew Innes <andrewi@gnu.org>
1360
1361 * makefile.nt (DONTCOMPILE): Omit bindings.el.
1362 (DONTCOMPILE): Omit sc.el.
1363
1364 * makefile.w32-in (DONTCOMPILE): Omit bindings.el.
1365 (DONTCOMPILE): Omit sc.el.
1366
ae13fc3c
GM
13672001-08-16 Gerd Moellmann <gerd@gnu.org>
1368
1369 * replace.el (occur): Bind inhibit-read-only to t.
1370
1369261b
MB
13712001-08-16 Miles Bader <miles@gnu.org>
1372
dde6824c
SM
1373 * simple.el (line-move): Pass an ESCAPE-FROM-EDGE argument of t when
1374 calling `constrain-to-field', to avoid problems with comint prompts.
1369261b 1375
8464af45
GM
13762001-08-15 Gerd Moellmann <gerd@gnu.org>
1377
ec69d5ec 1378 * emacs-lisp/cl-indent.el (lisp-indent-defmethod): New function.
dde6824c 1379 (toplevel): Set it as `common-lisp-indent-function' for `defmethod'.
ec69d5ec 1380
1f8437c4 1381 * ediff-mult.el (ediff-get-meta-info): Fix the condition
3e6f08e6
GM
1382 of a while-loop.
1383
93aba6fc 1384 * Makefile.in (DONTCOMPILE): Remove sc.el.
1f8437c4 1385
8464af45
GM
1386 * Makefile.in (finder_setwins): Renamed from nonobsolete_setwins.
1387 Don't include term/.
1388
ae13fc3c
GM
1389 * mail/sc.el: Moved to obsolete/.
1390
8b313639
GM
13912001-08-14 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1392
1393 * ps-print.el: Change error function arguments to follow Emacs
1394 message convention. Doc fix.
1395 (ps-print-version): New version number (6.5.4).
1396 (coding-system-for-write): Change declaration position to avoid
1397 XEmacs compilation gripes.
dde6824c
SM
1398 (coding-system-for-read, buffer-file-coding-system):
1399 Declarations to avoid XEmacs compilation gripes.
8b313639
GM
1400
1401 * ps-mule.el: Doc fix.
1402 (ps-mule-encode-header-string): If STRING is not a string, replace
1403 STRING by empty string.
1404
5fb125b4
EZ
14052001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
1406
1407 * frame.el (show-trailing-whitespace): Doc fix.
1408
49e49b77
EZ
14092001-08-13 Eli Zaretskii <eliz@is.elta.co.il>
1410
1411 * desktop.el (desktop-save): Insert the coding: tag before
1412 desktop-header.
1413
3e6385a4
GM
14142001-08-13 Gerd Moellmann <gerd@gnu.org>
1415
0de73d5a
GM
1416 * Makefile.in (TAGS, TAGS-LISP): Remove "loaddefs.el" including
1417 its path from $els.
1418
3e6385a4
GM
1419 * image.el (image-jpeg-p): Fix call of substring.
1420
4a9bf8a4
GM
14212001-08-10 Gerd Moellmann <gerd@gnu.org>
1422
242e5463
GM
1423 * play/animate.el (animate-string): Doc fix. Use a buffer
1424 name with stars in it.
1425 (animate-sequence): New function.
1426 From Richard Stallman <rms@gnu.org>.
1427
030f4537
GM
1428 * frame.el (select-frame-set-input-focus): New function
1429 extracted from other-frame.
1430 (other-frame): Use it.
1431 (next-multiframe-window, previous-multiframe-window): Use it.
1432
346f18dc
GM
1433 * isearch.el (isearch-other-meta-char): Don't switch to the
1434 buffer of a window clicked on, when the current buffer is
1435 in Isearch mode.
1436
4a9bf8a4
GM
1437 * image.el (image-jpeg-p): Test for APPn markers in the range
1438 #xe0..#xef.
1439
eaa2319f
GM
14402001-08-09 Gerd Moellmann <gerd@gnu.org>
1441
3638868e
GM
1442 * desktop.el (desktop-save): Don't use concat to form a file
1443 name, use expand-file-name.
1444
6b48d742
GM
1445 * mouse.el (mouse-delete-window): Do nothing if frame has just
1446 one window.
1447
ed771c89
GM
1448 * bindings.el (minor-mode-alist): Use mode-line-minor-mode-keymap
1449 for the minor mode name.
1450
1451 * view.el (toplevel): Use mode-line-minor-mode-keymap for the
1452 minor mode name.
1453
dde6824c
SM
1454 * time.el (display-time-string-forms): Use make-mode-line-mouse-map
1455 instead of make-mode-line-mouse2-map.
ed771c89
GM
1456
1457 * subr.el (add-minor-mode): Use mode-line-minor-mode-keymap for
1458 the minor mode name.
1459
dde6824c
SM
1460 * emacs-lisp/easy-mmode.el (define-minor-mode):
1461 Use mode-line-minor-mode-keymap for the minor mode name.
ed771c89 1462
dde6824c
SM
1463 * calendar/calendar.el (calendar-mode-line-format):
1464 Use make-mode-line-mouse-map instead of make-mode-line-mouse2-map.
ed771c89 1465
a4afe04e
GM
1466 * bindings.el (make-mode-line-mouse-map): Renamed from
1467 make-mode-line-mouse2-map. Take additional arg MOUSE.
1468 (mode-line-modified): Use mouse-3 instead of mouse-2.
1469 (mode-line-buffer-identification-keymap): Bind keys differently.
dde6824c 1470 (propertized-buffer-identification): Adapt help-echo to new bindings.
a4afe04e 1471
8e3189f0
GM
1472 * bindings.el (mode-line-format): Specify help-echo for line
1473 number, column number and buffer-percent part of the mode-line.
1474
eaa2319f
GM
1475 * image.el (image-type-regexps): Allow whitespace at the start
1476 of the image data for XPM, XBM and Postscript, which are
1477 text files.
1478 (image-jpeg-p): Correct calculation of next field offset.
1479
e3601cf6
PJ
14802001-08-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1481
1482 * battery.el: Fix typo.
1483
057b57f6
GM
14842001-08-08 Gerd Moellmann <gerd@gnu.org>
1485
8a8ef149
GM
1486 * image.el (image-type-regexps): Allow predicates. Change the way
1487 JPEG images are recognized.
1488 (image-jpeg-p): New function.
1489 (image-type-from-data): Handle predicates in image-type-regexps.
1490
057b57f6
GM
1491 * emacs-lisp/edebug.el (edebug-read-function): Fix handling of
1492 #:, #x, #o, and similar constructs.
1493
69ebef1d
GM
14942001-08-07 Gerd Moellmann <gerd@gnu.org>
1495
22d01aed
GM
1496 * vc.el (vc-transfer-file): Fix malformed autoload cookie.
1497
23f46f6f
GM
1498 * emulation/viper-util.el (viper-file-checked-in-p): Use `and'
1499 instead of `progn'.
1500
e8421604
GM
1501 * tar-mode.el (tar-extract): Avoid generating a new buffer
1502 for each file visited. From Markus Rost <rost@math.ohio-state.edu>.
1503
ea2c6478
GM
1504 * textmodes/paragraphs.el (forward-sentence): Avoid building
1505 a regexp from sentence-end. From Kenichi Handa <handa@etl.go.jp>.
1506
dde6824c
SM
1507 * progmodes/executable.el (executable-set-magic):
1508 If executable-find returns a quoted file name, unquote it before
6c233cc0
GM
1509 inserting it.
1510
1155d483 1511 * image.el (image-type-regexps): For JPEG files, use a regexp
e8421604 1512 derived from the JFIF spec.
1f8437c4 1513
69ebef1d
GM
1514 * image.el (image-type-regexps): Use `\`' instead of `^' in
1515 most regular expressions.
1516
d1d850d6
PJ
15172001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1518
dde6824c 1519 * play/animate.el: Re-insert a reference to re-inserted function.
d1d850d6 1520
98a8938c
GM
15212001-08-06 Gerd Moellmann <gerd@gnu.org>
1522
dde6824c
SM
1523 * help.el (describe-function-1): Use find-function-search-for-symbol
1524 instead of find-function-noselect because the latter follows aliases.
8e3fe78e 1525
5a397d28
GM
1526 * play/animate.el (animate-birthday-present): Re-insert.
1527
dde6824c
SM
1528 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
1529 Handle old-style menu definitions.
98a8938c 1530
7b3220c0
PJ
15312001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1532
6228c05b 1533 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/page.el,
98a8938c 1534 * textmodes/text-mode.el, textmodes/two-column.el: Keywords added.
6228c05b 1535
070c251e 1536 * play/studly.el, mail/unrmail.el, emacs-lisp/lucid.el,
98a8938c
GM
1537 * emulation/pc-mode.el, diff.el, textmodes/fill.el, abbrev.el,
1538 * add-log.el, faces.el, mail/sc.el: Specify FSF as Maintainer.
7b3220c0 1539
dffb6224
PJ
15402001-08-05 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1541
1542 * textmodes/tildify.el: Milan Zamazal has new address.
1543
698665d1
GM
15442001-08-03 Gerd Moellmann <gerd@gnu.org>
1545
be48584d
GM
1546 * custom.el (custom-set-variables): Don't test `custom-requests'
1547 properties, check the third element of the options passed to
1548 custom-set-variables instead.
1549
5e1f85e0 1550 * info.el (info-insert-file-contents): Use info-file-exists-p
be48584d 1551 instead of file-exists-p.
5e1f85e0 1552
b0fa1513
GM
1553 * play/zone.el (zone-pgm-stress): Use unwind-protect to make sure
1554 the mode-line face is restored. Fix several bugs.
1555
698665d1
GM
1556 * replace.el (perform-replace): Doc fix.
1557
4a7641d9
FP
15582001-08-02 Francesco Potorti` <pot@gnu.org>
1559
1560 * uniquify.el (uniquify-ref-base, uniquify-ref-filename)
1561 (uniquify-ref-buffer, uniquify-ref-proposed): New functions.
1562 (uniquify-fix-item-base, uniquify-fix-item-filename)
1563 (uniquify-fix-item-buffer, uniquify-fix-item-proposed): Deleted.
1564 Callers changed.
1565 (uniquify-set-proposed): Changed to work with a vector item.
1566 (uniquify-rationalize-file-buffer-names): Use a list of arrays for
1567 the fix list, and a list of strings for the non-file buffer
1568 names. Both changes reduce consing.
1569 (uniquify-rationalize-a-list): Local variable renaming.
1570 (uniquify-rationalize-conflicting-sublist): Use member instead of
1571 assoc.
1572 (uniquify-rename-buffer): Use unless instead of if not.
1573
77389930
GM
15742001-08-02 Gerd Moellmann <gerd@gnu.org>
1575
dde6824c 1576 * recentf.el (recentf-dump-variable): Handle a value of nil correctly.
7f7d5b9e 1577
cb3f945f
GM
1578 * custom.el (custom-set-variables): Set options with :require
1579 clauses last.
4a7641d9 1580
fbc7f2a6
GM
1581 * custom.el (defcustom): Doc fix.
1582
77389930
GM
1583 * Makefile.in (TAGS, TAGS-LISP): Exclude loaddefs.el.
1584
9761cd3a
EZ
15852001-08-01 Eli Zaretskii <eliz@is.elta.co.il>
1586
7e03f4c8
EZ
1587 * man.el (man): Mention Man-switches in the doc string.
1588 (Man-switches): Mention -a in the doc string.
1589
dde6824c
SM
1590 * textmodes/ispell.el (ispell-alternate-dictionary):
1591 Add /usr/share/lib/dict/words, for Irix.
2b2eabed 1592
9761cd3a
EZ
1593 * bindings.el: Bind shifted and control-shifted kp-* keys to the
1594 corresponding non-kp keys. Suggested by Stephen Gildea
b52758d1 1595 <gildea@stop.mail-abuse.org>.
9761cd3a 1596
cc46bfe7
FP
15972001-08-01 Francesco Potorti` <pot@gnu.org>
1598
fc10ed8c
FP
1599 * uniquify.el: These changes correct a corner case that the old
1600 code managed correctly.
1601 (uniquify-fix-item-proposed): Renamed from
1602 uniquify-fix-item-min-proposed.
1603 (uniquify-set-proposed): New function.
1604 (uniquify-rationalize-file-buffer-names): Code reshuffled for
1605 clarity and speed.
dde6824c
SM
1606 (uniquify-item-greaterp): Substitutes uniquify-item-lessp.
1607 This is equivalent to what the old code did.
fc10ed8c
FP
1608 (uniquify-rationalize-a-list): Never recompute the proposed
1609 name. Sort the conflicting sublist before rationalising it: this
1610 is equivalent to what the old code did, but one directory element
1611 at a time, and only when necessary.
1612 (uniquify-rationalize-conflicting-sublist): Recompute here the
1613 proposed name.
cc46bfe7 1614
dd388130
GM
16152001-08-01 Gerd Moellmann <gerd@gnu.org>
1616
81b1a79d
GM
1617 * play/animate.el: Add Keywords and Maintainer. Remove a
1618 reference to a removed function.
cc46bfe7 1619
dd388130
GM
1620 * play/animate.el (animate-string): Handle case that the string is
1621 longer than the window is wide.
1622
6b053e39
GM
16232001-07-31 Gerd Moellmann <gerd@gnu.org>
1624
ed86208c
GM
1625 * desktop.el (desktop-save): Bind coding-system-for-write to
1626 `emacs-mule' for write-region.
1627
10e922bd
GM
1628 * delsel.el (delete-selection-pre-hook): Don't set this-command
1629 to `ignore' if the region is empty.
1630
dde6824c
SM
1631 * international/mule.el (set-keyboard-coding-system):
1632 Set keyboard-coding-system.
b23bad0b 1633
6b053e39
GM
1634 * smerge-mode.el (smerge-mode): Check if `font-lock-mode' is bound
1635 before accessing it.
1636
d004e96a
AS
16372001-07-30 Andreas Schwab <schwab@suse.de>
1638
dde6824c
SM
1639 * menu-bar.el (toggle-highlight-paren-mode):
1640 Use `(show-paren-mode)' as body.
d004e96a 1641
892c8dea
AS
16422001-07-30 Andre Spiegel <spiegel@gnu.org>
1643
1644 * vc.el (vc-checkout-hook): New hook.
1645 (vc-checkout): Run it.
1646
21f79512
EZ
16472001-07-30 Eli Zaretskii <eliz@is.elta.co.il>
1648
dde6824c
SM
1649 * progmodes/make-mode.el (makefile-macroassign-regex):
1650 Recognize the ?= operator. From Jonathan Kamens <jik@curl.com>.
21f79512 1651
291e3b68
GM
16522001-07-30 Gerd Moellmann <gerd@gnu.org>
1653
6594ac22
GM
1654 * vc.el (vc-switch-backend): Fix autoload cookie.
1655
291e3b68
GM
1656 * desktop.el (desktop-save): Add `-*- coding: emacs-mule -*-' to
1657 the desktop file.
1658
87449711
GM
16592001-07-30 Simon Josefsson <jas@extundo.com>
1660
1661 * mail/mail-utils.el (mail-strip-quoted-names): Replace text
1662 literally. Reported by Sean Rima <sean@**Delete**.tcob1.net>.
1663
bf85004b
GM
16642001-07-27 Gerd Moellmann <gerd@gnu.org>
1665
75c5350a
GM
1666 * emacs-lisp/lisp-mode.el (last-sexp-setup-props): New function.
1667 (last-sexp-toggle-display): Renamed from last-sexp-print.
dde6824c
SM
1668 (last-sexp-toggle-display, eval-last-sexp-1):
1669 Use last-sexp-setup-props.
75c5350a 1670
cc46bfe7 1671 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
bf85004b
GM
1672 New user-options.
1673 (mouse-wheel-change-button): New function.
1674 (mouse-wheel-mode): Use mouse-wheel-{up,down}-button.
1675 (mwheel-scroll): Ditto.
1676
16098288
GM
16772001-07-26 Gerd Moellmann <gerd@gnu.org>
1678
ac49effe
GM
1679 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Don't search for
1680 `...', compare with unabbreviated printed representation instead.
1681 (last-sexp-print): Bind print-length and print-level to nil.
1682
be4a68f9
GM
1683 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Look for a `...'
1684 before assigning text properties. Make properties rear-nonsticky.
ac49effe 1685
f6e6cdf2
GM
1686 * emacs-lisp/lisp-mode.el (last-sexp-print): New function.
1687 (eval-last-sexp-1): Give printed text a `keymap' property and bind
1688 <mouse-2> and <RET> in that map to a function printing the
1689 unabbreviated value.
1690
16098288
GM
1691 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): If standard-output
1692 is a buffer, put a text property `printed-value' on the printed
1693 representation, with the Lisp object printed as value.
1694
343462ed
EZ
16952001-07-25 Eli Zaretskii <eliz@is.elta.co.il>
1696
1697 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-defun):
1698 Mention the effect of eval-expression-print-length and
1699 eval-expression-print-level in the doc strings. Suggested by
1700 Kevin Gallagher <kevingal@onramp.net>.
1701
e043664a
GM
17022001-07-25 Gerd Moellmann <gerd@gnu.org>
1703
4b09e331
GM
1704 * xt-mouse.el (xterm-mouse-event): Recognize control sequences
1705 for buttons > 3.
1706 (xterm-mouse-translate): Handle the case that we don't get a
1707 down-event.
cc46bfe7 1708
dde6824c
SM
1709 * emacs-lisp/find-func.el (find-function-regexp):
1710 Add easy-mmode-define-global-mode to the regexp. Allow newlines
b03dc47d
GM
1711 in front of the function name.
1712
17635d50 1713 * isearch.el (isearch-other-meta-char): Fix last change.
cc46bfe7 1714
3fb01f36
GM
1715 * isearch.el (isearch-other-meta-char): Don't modify mode-line and
1716 similar events for which fake prefix keys are generated. It's no
1717 longer necessary since read_key_sequence doesn't modify these
1718 events for internal purposes anymore.
1719
e043664a
GM
1720 * files.el (auto-mode-alist): Use nroff-mode for files ending
1721 in `.9'. From Assar Westerlund <assar@stacken.kth.se>.
1722
a9f73104
EZ
17232001-07-24 Eli Zaretskii <eliz@is.elta.co.il>
1724
1725 * avoid.el (mouse-avoidance-too-close-p): If the frame lacks a
1726 tool-bar-lines parameter, behave as if its value were zero.
1727 (mouse-avoidance-set-pointer-shape): Don't do anything if
1728 x-pointer-shape is not boundp.
1729
c02a76cc
FP
17302001-07-23 Francesco Potorti` <pot@gnu.org>
1731
f0188953 1732 * uniquify.el: Overall speedup changes when using many buffers.
dde6824c
SM
1733 (uniquify-fix-item-base, uniquify-fix-item-filename)
1734 (uniquify-fix-item-buffer): Changed defmacro to defalias (cosmetic).
c02a76cc 1735 (uniquify-fix-item-unrationalized-buffer): Deleted: was the fourth
f0188953 1736 place in the item, but was never used.
c02a76cc 1737 (uniquify-fix-item-min-proposed): New defalias: the fourth place
f0188953 1738 in the item is now used as cache for the proposed name.
c02a76cc 1739 (uniquify-rationalize-file-buffer-names): Move computation made on
dde6824c
SM
1740 newbuffile out of the loop, in the newbuffile-nd local var.
1741 Use dolist (cosmetic change). Compute the proposed name for the most
c02a76cc 1742 common case and cache it in the fourth place in the item.
f0188953 1743 (uniquify-rationalize-file-buffer-names): Used to return a a list
dde6824c 1744 of buffer whose name was changed, but that return value was never used.
c02a76cc
FP
1745 (uniquify-item-lessp): Replaces uniquify-filename-lessp, works on
1746 the cached proposed name, does much less consing and is quicker.
1747 (uniquify-filename-lessp): Deleted.
dde6824c
SM
1748 (uniquify-rationalize-a-list): Use dolist (cosmetic change).
1749 Do not bind locally the uniquify-possibly-resolvable flag. Use the
c02a76cc
FP
1750 cached proposed name is possible.
1751 (uniquify-get-proposed-name): Arguments changed, callers changed.
1752 (uniquify-rationalize-conflicting-sublist): Explicitely reset the
1753 uniquify-possibly-resolvable flag, which is no more bound locally.
1754 (uniquify-rename-buffer): Do not set the old unrationalised-buffer
f0188953 1755 flag, which does not exist any more.
c02a76cc 1756
31fac3b8
EZ
17572001-07-23 Eli Zaretskii <eliz@is.elta.co.il>
1758
be8cf99e
EZ
1759 * term/internal.el (IT-unicode-translations): Fix the appearance of
1760 "6`".
1761
31fac3b8
EZ
1762 * progmodes/compile.el (compile-internal): If EMACS is already
1763 defined in the environment, don't override its value.
1764
73496807
GM
17652001-07-23 Gerd Moellmann <gerd@gnu.org>
1766
9e5a7f2a
GM
1767 * play/fortune.el: Undo change of 2001-07-13.
1768 Fix autoload cookies. Add types to defcustoms.
1769 (fortune) <defgroup>: Add :link.
1770 (fortune-from-region): Use eq, not eql.
1771 From Dave Love <fx@gnu.org>.
c02a76cc 1772
5247262a 1773 * play/animate.el (animate-birthday-present): Function removed.
c02a76cc 1774
73496807
GM
1775 * play/animate.el: New file.
1776
722a451d
EZ
17772001-07-22 Eli Zaretskii <eliz@is.elta.co.il>
1778
dde6824c
SM
1779 * startup.el (normal-top-level-add-subdirs-to-load-path):
1780 On Windows, put into normal-top-level-add-subdirs-inode-list the
722a451d
EZ
1781 canonicalized names of the directories instead of inode numbers.
1782
4960e757 17832001-07-21 Michael Kifer <kifer@cs.sunysb.edu>
c02a76cc 1784
4960e757
MK
1785 * ediff-util.el: Copyright years.
1786 (ediff-choose-syntax-table): New function.
1787 (ediff-setup): Use ediff-choose-syntax-table.
73496807 1788 (ediff-file-checked-out-p,ediff-file-checked-in-p): Check if
4960e757 1789 vc-state is available.
73496807 1790 (ediff-make-temp-file): Use ediff-coding-system-for-write.
c02a76cc 1791
4960e757
MK
1792 * ediff-init.el (ediff-with-syntax-table): New macro, uses
1793 with-syntax-table.
73496807
GM
1794 (ediff-coding-system-for-read): From ediff-diff.el
1795 (ediff-coding-system-for-write): New variable.
1796 (ediff-highest-priority): Fixed the bug having to do with disappearing
4960e757 1797 overlays.
73496807
GM
1798 (ediff-file-remote-p): Use file-remote-p, if available.
1799 (ediff-listable-file): New function.
1800 (ediff-file-attributes): Use ediff-listable-file.
c02a76cc 1801
dde6824c
SM
1802 * ediff-mult.el (ediff-meta-insert-file-info1):
1803 Use ediff-listable-file.
c02a76cc 1804
dde6824c
SM
1805 * ediff-ptch.el (ediff-prompt-for-patch-file):
1806 Use ediff-coding-system-for-read.
73496807 1807 (ediff-patch-file-internal): Use ediff-coding-system-for-write.
c02a76cc 1808
73496807
GM
1809 * ediff-diff.el (ediff-coding-system-for-read): Moved to ediff-init.el.
1810 (ediff-match-diff3-line,ediff-get-diff3-group): Improved pattern.
c02a76cc 1811
4960e757 1812 * ediff.el: Date of last update, copyright years.
c02a76cc 1813
4960e757 1814 * ediff-wind (ediff-setup-control-frame): Nill->nil.
c02a76cc 1815
4960e757
MK
1816 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
1817 of Scott Bronson.
1818 (ex-cmd-assoc,ex-compile,ex-cmd-one-letr): New functions.
1819 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
1820 Deleted functions.
1821 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
1822 ex-token-list.
73496807 1823 (viper-get-ex-address-subr): Convert registers to char data type.
c02a76cc 1824
dde6824c 1825 * viper-util.el (viper-int-to-char,viper-char-equal): New functions.
73496807
GM
1826 (viper-memq-char): Use viper-int-to-char.
1827 (viper-file-checked-in-p): Use vc-locking-user, if vc doesn't have
4960e757 1828 vc-locking-state.
73496807 1829 (viper-read-key): Use viper-read-key-sequence.
c02a76cc 1830
dde6824c
SM
1831 * viper.el (viper-major-mode-modifier-list):
1832 Added inferior-emacs-lisp-mode.
73496807 1833 (this-major-mode-requires-vi-state): New function that uses simple
4960e757 1834 heuristics to decide if vi state is appropriate.
73496807
GM
1835 (set-viper-state-in-major-mode): Use this-major-mode-requires-vi-state.
1836 (viper-non-hook-settings): Don't advise read-key-sequence.
1837 (viper-read-key-sequence): New function that replaces the
4960e757 1838 previously used advice to read-key-sequence.
c02a76cc 1839
73496807
GM
1840 * viper-cmd.el (viper-test-com-defun,viper-exec-change)
1841 (viper-exec-Change,viper-execute-com,viper-insert,viper-append)
1842 (viper-Append,viper-Insert,viper-open-line,viper-Open-line)
1843 (viper-open-line-at-point,viper-substitute,viper-overwrite)
1844 (viper-replace-char-subr,viper-forward-word,viper-forward-Word):
1845 Got rid of the negative character hack.
4960e757 1846 (viper-escape-to-state,viper-replace-state-exit-cmd):
73496807
GM
1847 Use viper-read-key-sequence.
1848 (viper-envelop-ESC-key): No need for ad-get-orig-definition.
4960e757 1849 (viper-minibuffer-standard-hook,viper-read-string-with-history):
73496807 1850 Don't override existing minibuffer-setup-hook.
4960e757 1851 (viper-mark-point,viper-goto-mark-subr,viper-brac-function):
c02a76cc 1852 Convert registers to char data type.
73496807 1853 (viper-autoindent): Use viper-indent-line.
c02a76cc
FP
1854
1855 * viper-keym.el: Use viper-exec-key-in-emacs.
1856
05824718
SM
18572001-07-20 Stefan Monnier <monnier@cs.yale.edu>
1858
1859 * server.el (server-visit-files): Fix variable name typo.
1860
6e07c0a5
GM
18612001-07-20 Gerd Moellmann <gerd@gnu.org>
1862
05824718 1863 * simple.el (delete-trailing-whitespace): Save match data
6e07c0a5
GM
1864 around looking-at. From Markus Rost <rost@math.ohio-state.edu>.
1865
5b6858da
SM
18662001-07-19 Stefan Monnier <monnier@cs.yale.edu>
1867
1868 * progmodes/compile.el (compilation-parse-errors): `linenum' might
1869 return a this-error using the alternative format (a pair of markers).
1870
794d58ba
GM
18712001-07-19 Gerd Moellmann <gerd@gnu.org>
1872
4e2a256b
GM
1873 * font-lock.el (c++-keywords): Add Standard C++ operator names.
1874
794d58ba
GM
1875 * mail/mh-utils.el (mh-find-progs): Also search in `lib'.
1876 From Mats Bengtsson <mats.bengtsson@s3.kth.se>,
5b6858da 1877
381194d0
PJ
18782001-07-17 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1879
1880 * international/iso-transl.el: Fix typo in the header of the file.
1881
1882 * textmodes/picture.el (picture): Doc fix.
1883
1884 * international/ja-dic-cnv.el (skkdic-convert): Some fixes to
1885 follow coding conventions in generated files.
1886
27009a49
EZ
18872001-07-17 Eli Zaretskii <eliz@is.elta.co.il>
1888
5b6858da 1889 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
27009a49
EZ
1890 (tool-bar-add-item): Don't call image-related primitives if the
1891 display doesn't support images.
1892
1893 * frame.el (display-images-p): New function.
1894
467f1209
GM
18952001-07-17 Gerd Moellmann <gerd@gnu.org>
1896
1897 * server.el (server-visit-files): Handle the case the specified
1898 column number is <= 0.
1899
19002001-07-17 Jan Nieuwenhuizen <jan@netland.nl>
1901
1902 * startup.el (command-line-1): Add support for +LINE:COLUMN
1903 command line argument.
1904
19052000-07-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1906
5b6858da
SM
1907 * server.el (server-process-filter, server-visit-files):
1908 Add support for +LINE:COLUMN style emacsclient calls.
467f1209 1909
9781053a
PJ
19102001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1911
1912 * emacs-lisp/easy-mmode.el: Add Keywords header.
1913
1914 * play/pong.el: Author has new address.
1915
1916 * play/landmark.el: Author is no more reachable.
1917
1918 * play/handwrite.el: Author is no more reachable.
1919
5b6858da
SM
19202001-07-17 Stefan Monnier <monnier@cs.yale.edu>
1921
1922 * term/sun.el (ignore-key, sun-esc-bracket, meta-flag): Remove.
1923 (sun-raw-prefix): Replace t3, t4, t6, and t7 with f3, f4, f6 and f7.
1924 Complete bindings for F<1..12> keys.
1925 (global-map): Remove `undo' binding (already in the default).
1926 Replace `t<n>' bindings with `f<n>' bindings.
1927
a38b71b0
SM
19282001-07-16 Stefan Monnier <monnier@cs.yale.edu>
1929
1930 * progmodes/tcl.el (tcl-fill-mode-map): Use tcl-indent-exp.
1931 (tcl-mode): Use tcl-add-log-defun.
1932 (tcl-indent-line): Use tcl-calculate-indent.
1933 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
1934 (tcl-indent-exp): Renamed from indent-tcl-exp.
1935 (tcl-add-log-defun): Renamed from add-log-tcl-defun.
1936 (tcl-indent-for-comment): Call comment-indent-function properly
1937 and handle the case where it returns nil.
1938
c1d61a7d
GM
19392001-07-16 Gerd Moellmann <gerd@gnu.org>
1940
a38b71b0
SM
1941 * calendar/cal-islam.el (calendar-goto-islamic-date):
1942 Remove autoload cookie.
1943
1944 * calendar/calendar.el (calendar-goto-islamic-date):
1945 Add call to autoload.
c1d61a7d 1946
c59fb719
SM
19472001-07-16 Stefan Monnier <monnier@cs.yale.edu>
1948
1949 * progmodes/ada-mode.el (ada-mode): Avoid unneeded version checks.
1950 Don't change compile-auto-highlight globally.
1951 Don't bother with `font-lock-defaults' property since XEmacs
1952 also understands the `font-lock-defaults' variable.
1953 Use make-local-variable rather than make-variable-buffer-local.
1954 Don't `defconst' comment-indent-function: keep the default.
1955 Call easy-menu-add unconditionally.
1956 (ada-create-keymap): Use [(shift tab)] so it works on both Emacsen.
1957 (ada-create-menu): Use :included for Emacs as well.
1958
1959 * vc.el (vc-do-command): Autoload.
1960
1961 * progmodes/ada-xref.el (ada-xref-initialize): Fix call to add-hook.
1962
652a9be9
PJ
19632001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1964
1965 * ps-print.el: Fix Author: header.
1966
c3d6be34
GM
19672001-07-16 Gerd Moellmann <gerd@gnu.org>
1968
4391d40d
GM
1969 * mouse-sel.el (mouse-sel-bindings): Instead of unbinding
1970 mouse-1 etc., bind them to `ignore'.
1971
c3d6be34
GM
1972 * eshell/esh-mode.el (eshell-send-invisible): Renamed from
1973 send-invisible, which is already defined in Comint.
1974 (eshell-watch-for-password-prompt): Use it.
1975
e8af40ee
PJ
19762001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1977
3c3e43ef
PJ
1978 * which-func.el (which-func-mode): Doc fix.
1979
e8af40ee 1980 * align.el, apropos.el, autorevert.el, battery.el, bookmark.el,
c3d6be34
GM
1981 * calculator.el, calendar/todo-mode.el, complete.el, cus-dep.el,
1982 * cus-edit.el, cus-face.el, delim-col.el, dos-fns.el, double.el,
1983 * edmacro.el, elide-head.el, emacs-lisp/autoload.el,
1984 * emacs-lisp/checkdoc.el, emacs-lisp/cl-compat.el,
1985 * emacs-lisp/cl-specs.el, emacs-lisp/copyright.el,
1986 * emacs-lisp/cust-print.el, emacs-lisp/easy-mmode.el,
1987 * emacs-lisp/elint.el, emacs-lisp/ewoc.el, emacs-lisp/find-func.el,
1988 * emacs-lisp/pp.el, emacs-lisp/re-builder.el, emacs-lisp/shadow.el,
1989 * emacs-lisp/sregex.el, emerge.el, emulation/edt-lk201.el,
1990 * emulation/edt-mapper.el, emulation/edt-pc.el,
1991 * emulation/edt-vt100.el, emulation/edt.el, emulation/pc-select.el,
1992 * emulation/tpu-edt.el, emulation/tpu-extras.el,
1993 * emulation/tpu-mapper.el, emulation/vip.el, expand.el, finder.el,
1994 * foldout.el, follow.el, format.el, forms-d2.el, forms.el,
1995 * generic.el, hi-lock.el, hilit-chg.el, hippie-exp.el, info-look.el,
1996 * international/isearch-x.el, international/iso-cvt.el,
1997 * international/ogonek.el, international/quail.el,
1998 * international/utf-8.el, jit-lock.el, language/devan-util.el,
1999 * language/devanagari.el, language/ethio-util.el,
2000 * language/ethiopic.el, language/european.el, language/indian.el,
2001 * language/romanian.el, language/tibet-util.el, language/tibetan.el,
2002 * mail/feedmail.el, mail/footnote.el, mail/mail-hist.el,
2003 * mail/mailheader.el, mail/mspools.el, mail/supercite.el,
2004 * mouse-sel.el, net/browse-url.el, net/net-utils.el,
2005 * net/quickurl.el, net/snmp-mode.el, net/webjump.el,
2006 * net/zone-mode.el, pcomplete.el, progmodes/antlr-mode.el,
2007 * progmodes/autoconf.el, progmodes/cmacexp.el,
2008 * progmodes/cperl-mode.el, progmodes/cpp.el, progmodes/cwarn.el,
2009 * progmodes/delphi.el, progmodes/ebnf-bnf.el, progmodes/ebnf-iso.el,
2010 * progmodes/ebnf-otz.el, progmodes/ebnf-yac.el,
2011 * progmodes/ebnf2ps.el, progmodes/executable.el,
2012 * progmodes/fortran.el, progmodes/idlw-shell.el,
2013 * progmodes/idlw-toolbar.el, progmodes/idlwave.el,
2014 * progmodes/m4-mode.el, progmodes/mantemp.el,
2015 * progmodes/meta-mode.el, progmodes/octave-inf.el,
2016 * progmodes/ps-mode.el, progmodes/scheme.el, progmodes/simula.el,
2017 * progmodes/tcl.el, ps-bdf.el, ps-mule.el, ps-print.el, recentf.el,
2018 * rect.el, regi.el, rsz-mini.el, s-region.el, scroll-all.el,
2019 * shadowfile.el, speedbar.el, term/AT386.el, term/internal.el,
2020 * term/iris-ansi.el, term/mac-win.el, term/tvi970.el,
2021 * textmodes/artist.el, textmodes/flyspell.el, textmodes/ispell.el,
2022 * textmodes/page-ext.el, textmodes/refer.el, textmodes/texinfmt.el,
2023 * textmodes/texinfo.el, textmodes/texnfo-upd.el,
2024 * textmodes/two-column.el, time-stamp.el, timezone.el,
2025 * toolbar/tool-bar.el, vc-rcs.el, vc-sccs.el, view.el, w32-fns.el,
2026 * which-func.el, whitespace.el, wid-browse.el, widget.el,
2027 * windmove.el, woman.el, xt-mouse.el: Some fixes to follow coding
e8af40ee
PJ
2028 conventions.
2029
bb24c64f
GM
20302001-07-16 Gerd Moellmann <gerd@gnu.org>
2031
2032 * simple.el (set-variable): Require 'cus-edit' instead of
2033 `wid-edit', so that the Custom widgets get defined.
2034
6a05d05f
PJ
20352001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2036
2037 * allout.el: A fix to follow coding conventions.
2038
2039 * find-lisp.el: A fix to follow coding conventions.
2040
2041 * term/w32-win.el: A fix to follow coding conventions.
2042
2043 * textmodes/sgml-mode.el: A fix to follow coding conventions.
2044
2045 * term/xterm.el: A fix to follow coding conventions.
2046
2047 * term/news.el: A fix to follow coding conventions.
2048
2049 * emulation/vi.el: A fix to follow coding conventions, Maintainer:
2050 header line fixed.
2051
2052 * sun-curs.el: Fix Maintainer: header line.
2053
2054 * emacs-lisp/easymenu.el: Address of the author added.
2055
1b85bd12
GM
20562001-07-16 Gerd Moellmann <gerd@gnu.org>
2057
2058 * dired.el (dired-insert-set-properties): Fix invalid mouse-face
2059 property.
2060
6e44da43
PJ
20612001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2062
2063 * play/5x5.el, play/decipher.el, play/dunnet.el, play/fortune.el,
1b85bd12 2064 * play/gamegrid.el, play/handwrite.el, play/landmark.el,
c59fb719
SM
2065 * play/morse.el, play/pong.el, play/snake.el, play/tetris.el:
2066 Some fixes to follow coding conventions.
6e44da43 2067
6033fc96
GM
20682001-07-16 Gerd Moellmann <gerd@gnu.org>
2069
2070 * which-func.el (which-func-mode): Doc fix.
2071
5d3d1e32
SM
20722001-07-15 Stefan Monnier <monnier@cs.yale.edu>
2073
2074 * net/rcompile.el (remote-compile): Use make-local-variable.
2075
2076 * progmodes/hideshow.el (hs-minor-mode): Use make-local-variable.
2077
2078 * progmodes/make-mode.el (makefile-browse): Use make-local-variable.
2079
2080 * mail/reporter.el (reporter-submit-bug-report):
2081 Don't abuse make-variable-buffer-local. Fix call to add-hook.
2082
55535639
PJ
20832001-07-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2084
3afbc435 2085 * calendar/cal-china.el, calendar/cal-coptic.el,
1b85bd12
GM
2086 * calendar/cal-dst.el, calendar/cal-french.el,
2087 * calendar/cal-hebrew.el, calendar/cal-islam.el,
2088 * calendar/cal-iso.el, calendar/cal-julian.el,
2089 * calendar/cal-mayan.el, calendar/cal-persia.el,
2090 * calendar/cal-tex.el, calendar/calendar.el, calendar/diary-lib.el,
2091 * calendar/lunar.el, calendar/solar.el, ediff-diff.el,
2092 * ediff-help.el, ediff-hook.el, ediff-init.el, ediff-merg.el,
2093 * ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el,
2094 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
2095 * net/eudc-vars.el, net/ldap.el, pcvs-defs.el, pcvs-info.el,
2096 * pcvs-parse.el, pcvs-util.el, pcvs.el, progmodes/ada-mode.el,
2097 * progmodes/ada-prj.el, progmodes/ada-stmt.el,
2098 * progmodes/ada-xref.el, progmodes/cc-align.el,
2099 * progmodes/cc-bytecomp.el, progmodes/cc-cmds.el,
2100 * progmodes/cc-defs.el, progmodes/cc-engine.el,
2101 * progmodes/cc-langs.el, progmodes/cc-menus.el,
2102 * progmodes/cc-styles.el, progmodes/cc-vars.el,
2103 * textmodes/reftex-auc.el, textmodes/reftex-cite.el,
2104 * textmodes/reftex-dcr.el, textmodes/reftex-global.el,
2105 * textmodes/reftex-index.el, textmodes/reftex-parse.el,
2106 * textmodes/reftex-ref.el, textmodes/reftex-sel.el,
2107 * textmodes/reftex-toc.el, textmodes/reftex-vars.el,
2108 * textmodes/reftex.el: Some fixes to follow coding
3afbc435
PJ
2109 conventions in Eshell files with known maintainers.
2110
2111 * emulation/viper.el: A fix to follow coding conventions.
2112
60370d40 2113 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el,
1b85bd12
GM
2114 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el,
2115 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el,
2116 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el,
2117 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el,
2118 * eshell/em-xtra.el, eshell/esh-arg.el, eshell/esh-cmd.el,
2119 * eshell/esh-ext.el, eshell/esh-io.el, eshell/esh-maint.el,
2120 * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el,
2121 * eshell/esh-proc.el, eshell/esh-test.el, eshell/esh-util.el,
2122 * eshell/esh-var.el, eshell/eshell.el: Some fixes to follow coding
60370d40
PJ
2123 conventions in Eshell files.
2124
2125 * composite.el, diff.el, emacs-lisp/levents.el,
1b85bd12
GM
2126 * emacs-lisp/lmenu.el, emacs-lisp/lselect.el, emacs-lisp/lucid.el,
2127 * emulation/pc-mode.el, emulation/viper-cmd.el,
2128 * emulation/viper-ex.el, emulation/viper-init.el,
2129 * emulation/viper-keym.el, emulation/viper-macs.el,
2130 * emulation/viper-mous.el, emulation/viper-util.el,
2131 * emulation/viper.el, forms-pass.el, international/ccl.el,
2132 * international/characters.el, international/encoded-kb.el,
2133 * international/fontset.el, international/ja-dic-cnv.el,
2134 * international/ja-dic-utl.el, international/kinsoku.el,
2135 * international/kkc.el, international/mule-cmds.el,
2136 * international/mule-diag.el, international/mule-util.el,
2137 * international/mule.el, international/titdic-cnv.el,
2138 * language/china-util.el, language/chinese.el,
2139 * language/cyril-util.el, language/cyrillic.el, language/english.el,
2140 * language/greek.el, language/hebrew.el, language/japan-util.el,
2141 * language/japanese.el, language/korea-util.el, language/korean.el,
2142 * language/lao-util.el, language/lao.el, language/misc-lang.el,
2143 * language/slovak.el, language/thai-util.el, language/thai.el,
2144 * language/viet-util.el, language/vietnamese.el, mail/mh-comp.el,
2145 * mail/mh-e.el, mail/mh-funcs.el, mail/mh-mime.el, mail/mh-pick.el,
2146 * mail/mh-seq.el, mail/mh-utils.el, mail/sc.el, mail/unrmail.el,
2147 * midnight.el, patcomp.el, pcmpl-cvs.el, pcmpl-gnu.el,
2148 * pcmpl-linux.el, pcmpl-rpm.el, pcmpl-unix.el, play/studly.el,
2149 * play/zone.el, replace.el, select.el, subr.el, talk.el, term.el,
2150 * term/apollo.el, term/bobcat.el, term/linux.el, term/lk201.el,
2151 * term/vt102.el, term/vt125.el, term/vt200.el, term/vt201.el,
2152 * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el,
2153 * term/vt400.el, term/vt420.el, x-apollo.el, x-menu.el: Some fixes
c59fb719
SM
2154 to follow coding conventions in files without maintainer or in files
2155 with clear maintainer (but without Maintainer header stating so).
60370d40
PJ
2156
2157 * emacs-lisp/elp.el: A fix to follow coding conventions.
2158
715a2ca2 2159 * gnus/binhex.el, gnus/binhex.el, gnus/earcon.el,
1b85bd12
GM
2160 * gnus/gnus-agent.el, gnus/gnus-art.el, gnus/gnus-audio.el,
2161 * gnus/gnus-logic.el, gnus/gnus-ml.el, gnus/gnus-mlspl.el,
2162 * gnus/gnus-setup.el, gnus/gnus-srvr.el, gnus/gnus-sum.el,
2163 * gnus/gnus-uu.el, gnus/gnus-vm.el, gnus/ietf-drums.el,
2164 * gnus/mail-parse.el, gnus/mail-prsvr.el, gnus/mail-source.el,
2165 * gnus/mm-bodies.el, gnus/mm-decode.el, gnus/mm-encode.el,
2166 * gnus/mm-partial.el, gnus/mm-util.el, gnus/mm-uu.el,
2167 * gnus/mm-view.el, gnus/mml.el, gnus/nnimap.el, gnus/nnoo.el,
2168 * gnus/parse-time.el, gnus/rfc1843.el, gnus/rfc2045.el,
2169 * gnus/rfc2047.el, gnus/rfc2104.el, gnus/rfc2231.el,
2170 * gnus/time-date.el, gnus/uudecode.el: Some fixes to follow coding
715a2ca2
PJ
2171 conventions in files from Gnus.
2172
55535639 2173 * abbrevlist.el, array.el, buff-menu.el, calendar/appt.el,
1b85bd12
GM
2174 * case-table.el, cdl.el, cmuscheme.el, compare-w.el, completion.el,
2175 * custom.el, derived.el, dired-aux.el, disp-table.el, dos-vars.el,
2176 * echistory.el, electric.el, emacs-lisp/authors.el,
2177 * emacs-lisp/backquote.el, emacs-lisp/byte-opt.el,
2178 * emacs-lisp/bytecomp.el, emacs-lisp/float.el, emacs-lisp/gulp.el,
2179 * emacs-lisp/helper.el, emacs-lisp/lisp-mode.el,
2180 * emacs-lisp/regexp-opt.el, emulation/mlconvert.el,
2181 * emulation/mlsupport.el, env.el, fast-lock.el, find-dired.el,
2182 * float-sup.el, frame.el, gnus/gnus-mule.el, gnus/pop3.el, gs.el,
2183 * gud.el, help-macro.el, hexl.el, imenu.el, info.el, informat.el,
2184 * international/codepage.el, international/iso-ascii.el,
2185 * international/iso-insert.el, international/iso-transl.el,
2186 * international/swedish.el, isearch.el, jka-compr.el, kermit.el,
2187 * lazy-lock.el, ledit.el, loadup.el, lpr.el, ls-lisp.el, macros.el,
2188 * mail/blessmail.el, mail/emacsbug.el, mail/mail-extr.el,
2189 * mail/mailabbrev.el, mail/mailpost.el, mail/rmail.el,
2190 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmsc.el,
2191 * mail/rmailout.el, mail/rmailsort.el, mail/rmailsum.el,
2192 * mail/vms-pmail.el, man.el, map-ynp.el, menu-bar.el, misc.el,
2193 * msb.el, net/ange-ftp.el, net/goto-addr.el, novice.el,
2194 * obsolete/auto-show.el, obsolete/hilit19.el, obsolete/ooutline.el,
2195 * obsolete/rnews.el, obsolete/rnewspost.el, options.el, paren.el,
2196 * paths.el, play/dissociate.el, play/doctor.el, play/hanoi.el,
2197 * play/meese.el, progmodes/compile.el, progmodes/ebrowse.el,
2198 * progmodes/hideif.el, progmodes/modula2.el, register.el, rot13.el,
2199 * saveplace.el, scroll-bar.el, server.el, sort.el, soundex.el,
2200 * term/bg-mouse.el, term/pc-win.el, term/sup-mouse.el,
2201 * term/tty-colors.el, terminal.el, textmodes/bib-mode.el,
2202 * textmodes/makeinfo.el, textmodes/page.el, textmodes/paragraphs.el,
2203 * textmodes/picture.el, textmodes/scribe.el, textmodes/spell.el,
2204 * textmodes/tex-mode.el, textmodes/text-mode.el,
2205 * textmodes/underline.el, thingatpt.el, time.el, timer.el,
2206 * unused.el, vcursor.el, version.el, vms-patch.el, vmsproc.el,
2207 * vt100-led.el, window.el: Some fixes to follow coding conventions in
55535639
PJ
2208 files maintained by FSF.
2209
1cd7adc6
PJ
22102001-07-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2211
2212 * arc-mode.el: A fix to follow coding conventions.
2213
2214 * bindings.el: Ditto.
2215
2216 * cdl.el: Ditto.
2217
2218 * comint.el: Ditto.
2219
2220 * cus-start.el: Ditto.
2221
2222 * shell.el: Ditto.
2223
2224 * skeleton.el: Ditto.
2225
07b1b912
SM
22262001-07-13 Stefan Monnier <monnier@cs.yale.edu>
2227
2228 * info.el (Info-build-node-completions):
2229 Make Info-current-file-completions buffer local.
2230
09938b67
GM
22312001-07-13 Gerd Moellmann <gerd@gnu.org>
2232
e0f82ad8 2233 * which-func.el (which-func-mode, which-func-ff-hook)
07b1b912 2234 (which-function-mode): Remove references to which-func-mode-global.
e0f82ad8 2235
07b1b912 2236 * calendar/cal-islam.el (calendar-goto-islamic-date):
78999117 2237 Add autoload cookie.
aa11456f 2238
09938b67
GM
2239 * play/fortune.el: Add types to defcustoms.
2240
ebea5735
PJ
22412001-07-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2242
09938b67 2243 * language/czech.el: A fix to follow coding conventions.
ebea5735 2244
ec7dc7e1
EZ
22452001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
2246
2247 * speedbar.el (speedbar-supported-extension-expressions): Add .g
2248 to the extension list, for antlr-mode. From Christoph Wedler
2249 <Christoph.Wedler@sap.com>.
2250
ec402ad4
SM
22512001-07-11 Stefan Monnier <monnier@cs.yale.edu>
2252
2253 * vc.el (vc-prefix-map): Moved back to vc-hooks.el.
2254 (vc-dired-mode-map): Fix the madness.
2255
2256 * vc-hooks.el (vc-mode): Dummy function for doc purposes.
2257 (vc-prefix-map): Moved back from vc.el.
2258
a777242c
GM
22592001-07-11 Gerd Moellmann <gerd@gnu.org>
2260
07b1b912
SM
2261 * mail/mail-extr.el (mail-extr-all-top-level-domains):
2262 Increase the size of the obarray.
a777242c
GM
2263 (mail-extr-all-top-level-domains): Add more toplevel domains,
2264 add more long names.
2265 From: Per Starback <starback@ling.uu.se>.
2266
874d7995
EZ
22672001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
2268
2269 * progmodes/ada-prj.el: Say that the file _is_ part of Emacs.
2270 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2271
2272 * progmodes/ada-mode.el: Ditto.
2273
2274 * progmodes/ada-xref.el: Ditto.
2275
ff524b84
MB
22762001-07-11 Miles Bader <miles@gnu.org>
2277
2278 * finder.el (finder-insert-at-column): Also move to the next line
2279 if exactly at COLUMN.
2280
6b05fae3
GM
22812001-07-10 Gerd Moellmann <gerd@gnu.org>
2282
6ce5615d
GM
2283 * help.el (describe-function-1): When printing FUNCTION's
2284 documentation, don't assume FUNCTION is a symbol.
2285
6b05fae3
GM
2286 * startup.el (normal-top-level): Don't operate on the initial
2287 frame if we failed to create one.
2288
19da29f9
GM
22892001-07-10 Martin Stjernholm <bug-cc-mode@gnu.org>
2290
2291 * cc-cmds.el (c-indent-exp): Keep the indentation of the block
2292 itself, i.e. only indent the contents in it.
2293
6f19114e
GM
22942001-07-10 Markus Rost <rost@math.ohio-state.edu>
2295
2296 * mail/rmail.el (rmail-show-message): Show beginning of message in
2297 all windows containing it.
2298
8184a578
EZ
22992001-07-10 Eli Zaretskii <eliz@is.elta.co.il>
2300
2301 * term/tty-colors.el: Fix the header line and copyright years.
2302
524ac5b2
GM
23032001-07-09 Gerd Moellmann <gerd@gnu.org>
2304
4033ae9d
GM
2305 * emacs-lisp/advice.el (ad-make-advised-definition): If the
2306 original definition has an interactive form, but is Elp
2307 instrumented, use the interactive form of the function called by
2308 elp-wrapper.
2309
59c2dcf4
GM
2310 * winner.el (winner-equal): Make it a defun. Don't compare Winner
2311 configurations with compare-window-configuration; they aren't
2312 window configurations.
2313
524ac5b2
GM
2314 * net/ange-ftp.el (ange-ftp-file-modtime): Check a 213 response
2315 from the server for the format we expect. Don't use it if it
c59fb719 2316 doesn't look like what the Internet draft for FTP extensions specifies.
524ac5b2 2317
06c66e1c 2318 * toolbar/*.pbm: Cleaned up.
1d9f4dc1
GM
2319 From Luis Fernandes <elf@ee.ryerson.ca>.
2320
524ac5b2 23212001-07-09 Martin Stjernholm <bug-cc-mode@gnu.org>
7443aaa6
SM
2322
2323 * cc-cmds.el: Extended the kludge to interoperate with the
2324 delsel and pending-del packages wrt to the new function
2325 `c-electric-delete-forward'.
2326
851040a5
SM
23272001-07-08 Stefan Monnier <monnier@cs.yale.edu>
2328
2329 * emacs-lisp/easy-mmode.el (define-minor-mode): Use eval-after-load
2330 to delay the call to <mode> for global minor modes.
2331 (easy-mmode-define-navigation): Only recenter if interactive.
2332
6573d87f
GM
23332001-07-06 Gerd Moellmann <gerd@gnu.org>
2334
a25e82a8
GM
2335 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind TAB
2336 to lisp-indent-line.
2337
6573d87f
GM
2338 * net/ange-ftp.el (ange-ftp-file-modtime): Ignore 226 responses
2339 from the server. Call encode-time only when we are sure that we
2340 got a 213 response.
2341
c1a1fd60
GM
23422001-07-06 Simon Josefsson <jas@extundo.com>
2343
2344 * mail/sendmail.el (mail-specify-envelope-from): Doc fix.
2345 (mail-envelope-from): New user option.
2346 (sendmail-send-it): Use it.
2347
4b81a999
GM
23482001-07-06 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2349
851040a5
SM
2350 * ps-print.el: Use locale dependant date to print date in header.
2351 Doc fix.
4b81a999
GM
2352 (ps-print-version): New version number (6.5.3).
2353 (ps-right-header, ps-right-footer): Initialization and doc fix.
2354 (ps-time-stamp-locale-default): New fun.
2355
a2cc5c4f
GM
23562001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
2357
2358 * mail/rmailout.el (rmail-output): Fix duplicate MIME-Version:
2359 field problem with MIME-mode.
2360
2361 * mail/rmailout.el (rmail-output): Fix bug in MIME-mode.
2362
23632001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
2364
2365 * mail/rmail.el (rmail-reply): Don't forget to narrow header in
2366 MIME-mode.
2367
a9b511e0
EZ
23682001-07-06 Eli Zaretskii <eliz@is.elta.co.il>
2369
2370 * bindings.el (mode-line-mule-info): Don't show the tip with
2371 buffer-file-coding-system if that is nil.
2372
0f60e5ff
GM
23732001-07-05 Gerd Moellmann <gerd@gnu.org>
2374
f25cfe53
GM
2375 * calendar/todo-mode.el (todo-top-priorities): Use delete-region
2376 instead of kill-line.
2377
5f72adc0
GM
2378 * play/pong.el: Fix first line. From Pavel Jan\e,Bm\e(Bk
2379 <Pavel@Janik.cz>.
2380
2381 * battery.el (battery-update): Add help-echo. From Pavel Jan\e,Bm\e(Bk
2382 <Pavel@Janik.cz>.
0f60e5ff 2383
b5e2c7a7
GM
23842001-07-04 Gerd Moellmann <gerd@gnu.org>
2385
2386 * font-lock.el (c-font-lock-keywords-3): When matching something
2387 like `struct X Y', finish with point after Y.
2388
e5836af8 23892001-07-04 Simon Josefsson <jas@extundo.com>
851040a5 2390
e5836af8 2391 * mail/sendmail.el (sendmail-send-it): Look at `sendmail-program'
851040a5 2392 in caller buffer.
e5836af8 2393
f1c53471
EZ
23942001-07-03 Eli Zaretskii <eliz@is.elta.co.il>
2395
bf4041b6 2396 * find-file.el (ff-find-the-other-file): Use file-name-nondirectory
851040a5
SM
2397 instead of string-match to find the basename of the file.
2398 From Pascal Obry <p.obry@wanadoo.fr>.
bf4041b6 2399
851040a5
SM
2400 * net/browse-url.el (browse-url-default-windows-browser):
2401 Support the MS-DOS port when it runs on Windows.
51a91c09
EZ
2402 (browse-url-browser-function) [ms-dos]: Default to
2403 browse-url-default-windows-browser.
2404
f1c53471
EZ
2405 * help.el (locate-library): Enable code that looks for compressed
2406 libraries if auto-compression-mode is on.
2407
4ce5c223
SM
24082001-07-02 Stefan Monnier <monnier@cs.yale.edu>
2409
2410 * info.el (Info-clone-buffer-hook): Really unconditionally copy marker.
2411
dd441b46
GM
24122001-07-02 Gerd Moellmann <gerd@gnu.org>
2413
4ce5c223 2414 * emacs-lisp/cl-macs.el (cl-do-arglist): Revert change of 2000-10-15.
dd441b46 2415
7a3ee510
EZ
24162001-07-02 Eli Zaretskii <eliz@is.elta.co.il>
2417
33e432b1
EZ
2418 * allout.el: Fix the header line, so that finder.el recognizes it.
2419 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2420
4ce5c223
SM
2421 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix.
2422 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
7a3ee510 2423
3024d920
EZ
24242001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
2425
4ce5c223 2426 * term/w32-win.el (x-colors): Add colors from the recent rgb.txt file.
027a15c1 2427
3024d920
EZ
2428 * ps-bdf.el (bdf-directory-list): Use the value relative to
2429 installation-directory for MS-Windows as well.
2430
0c1baae8
RS
24312001-06-29 Richard M. Stallman <rms@gnu.org>
2432
2433 * wid-edit.el (widget-color-sample-face-get):
2434 Return ((foreground-color . COLOR)) instead of constructing a face.
2435
442ebe98
EZ
24362001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
2437
2438 * faces.el (region): Change the background color for the
2439 light-background color display to lightgoldenrod2, to make it
2440 visible on some laptops.
2441
6519817e
RS
24422001-06-28 Richard M. Stallman <rms@gnu.org>
2443
2444 * mail/rmail.el (rmail-reformat-message): Bind inhibit-read-only to t.
2445 (rmail-msg-restore-non-pruned-header): Likewise.
2446 If point was in the old pruned header, put it at the top.
2447 (rmail-msg-prune-header): If point was at the top, keep it there.
4ce5c223 2448
6519817e
RS
2449 * mail/rmail.el (rmail-narrow-to-non-pruned-header): New function.
2450 (rmail-retry-failure): Use rmail-narrow-to-non-pruned-header.
2451
15533ae2
SM
24522001-06-28 Stefan Monnier <monnier@cs.yale.edu>
2453
2454 * info.el (Info-clone-buffer-hook): Unconditionally copy marker.
2455
19a448e3
KF
24562001-06-28 Karl Fogel <kfogel@red-bean.com>
2457
2458 * saveplace.el: Update maintainer email address.
2459
a17555fd
FP
24602001-06-27 Francesco Potorti` <pot@gnu.org>
2461
15533ae2
SM
2462 * uniquify.el: (uniquify-rationalize-file-buffer-names):
2463 Undo previous change.
a17555fd
FP
2464
24652001-06-27 Francesco Potorti` <pot@gnu.org>
4501c939
FP
2466
2467 * uniquify.el (uniquify-rationalize-file-buffer-names): Do a
2468 preliminary quick reordering. Can speed things up dramatically.
2469
555cc9ca
RS
24702001-06-26 Richard M. Stallman <rms@gnu.org>
2471
4d68abe0
RS
2472 * dired.el (dired-get-filename): A file name starting with ~
2473 is not absolute in this context.
2474
555cc9ca
RS
2475 * which-func.el (which-func-maxout): Increase default to 500000.
2476 (which-function-mode): This is now the "real" name of the function.
2477 (which-func-mode): Now an alias.
2478 (which-func-mode-global): Name deleted.
2479
2480 * progmodes/hideshow.el (hs-minor-mode-map): Use mouse-2, not
2481 button-2, when binding hs-mouse-toggle-hiding.
2482
d9bad487
GM
24832001-06-26 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
2484
15533ae2 2485 * mail/rmail.el (rmail-msg-restore-non-pruned-header): New function.
d9bad487
GM
2486 (rmail-msg-prune-header): Likewise.
2487 (rmail-toggle-header): Use `rmail-msg-restore-non-pruned-header'
2488 and `rmail-msg-prune-header'.
2489
da197e75
SM
24902001-06-25 Stefan Monnier <monnier@cs.yale.edu>
2491
2492 * textmodes/fill.el (fill-region-as-paragraph): Don't look further
2493 back than LINEBEG.
2494
9501b986
EZ
24952001-06-25 Eli Zaretskii <eliz@is.elta.co.il>
2496
2497 * xt-mouse.el (xterm-mouse-event): If the buffer displayed in the
2498 window where they clicked the mouse has a header line, adjust
2499 vertical movement by one.
2500
7aee34d3
GM
25012001-06-25 Milan Zamazal <pdm@zamazal.org>
2502
da197e75
SM
2503 * progmodes/glasses.el (glasses-make-readable): Consider underscores
2504 too when separating a parenthesis.
7aee34d3 2505
b9cc92a4
EZ
25062001-06-24 Eli Zaretskii <eliz@is.elta.co.il>
2507
2508 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
2509 (bookmark-bmenu-hide-filenames): Add help-echo to
2510 mouse-highlighted text.
2511 (bookmark-bmenu-show-filenames): Remove help-echo property from
2512 the whitespace.
2513
e55c4863
EZ
25142001-06-23 Eli Zaretskii <eliz@is.elta.co.il>
2515
da197e75
SM
2516 * files.el (auto-mode-alist): Add configure.ac (autoconf).
2517 From Karl Eichwalder <ke@suse.de>.
e55c4863 2518
4bd41f5a
RS
25192001-06-23 Richard M. Stallman <rms@gnu.org>
2520
2521 * emacs-lisp/lisp-mode.el (eval-last-sexp): Doc fix.
2522
2523 * progmodes/cc-styles.el (c-set-style): Don't specify initial
2524 contents for completing-read.
2525
fdae95d4
RS
25262001-06-22 Richard M. Stallman <rms@gnu.org>
2527
2528 * menu-bar.el (menu-bar-make-toggle): Construct the
2529 function's doc string from HELP, not DOC, and make it accurate by
2530 adding "Toggle whether to " at the front and downcasing the initial.
2531 Change the HELP arg in some calls to make it fit this usage.
2532
2533 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error):
2534 Undo previous change.
2535
5f0e1d42
EZ
25362001-06-22 Eli Zaretskii <eliz@is.elta.co.il>
2537
1fd63d9b
EZ
2538 * indent.el (indent-relative-maybe, indent-relative): Doc fix.
2539
da197e75 2540 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error): Doc fix.
5f0e1d42 2541
2ebf8f54
EZ
25422001-06-21 Eli Zaretskii <eliz@is.elta.co.il>
2543
7a03d9cd
EZ
2544 * toolbar/tool-bar.el (tool-bar-setup): Remove the EXIT button.
2545
2ebf8f54
EZ
2546 * dabbrev.el (dabbrev--select-buffers): Fix last change.
2547
4de68712
RS
25482001-06-20 Richard M. Stallman <rms@gnu.org>
2549
2550 * dabbrev.el (dabbrev--make-friend-buffer-list): New function,
2551 broken out from dabbrev--find-expansion. Handle minibuffer
2552 specially here.
2553 (dabbrev--find-expansion): Simplify code in various ways.
2554 Don't treat minibuffers specially.
2555 Call dabbrev--make-friend-buffer-list.
da197e75 2556 (dabbrev--select-buffers): Don't treat minibuffers specially. Simplify.
4de68712
RS
2557 (dabbrev--scanning-message): Do nothing when minibuffer is current.
2558
f84e9763 25592001-06-19 John Wiegley <johnw@gnu.org>
a5eab4a9 2560
f84e9763
JW
2561 * eshell/eshell.el: Don't load in esh-util if it's already loaded.
2562 Also, added a comment describing how to greatly speedup Eshell
2563 loadup time, by concatenating together all of Eshell's .elc files.
a5eab4a9 2564
f5f3efaa 25652001-06-19 John Wiegley <johnw@gnu.org>
b868ed49 2566
da197e75
SM
2567 * eshell/esh-mode.el: Disabled a test that often yields false failures.
2568
f84e9763
JW
25692001-06-19 Eli Zaretskii <eliz@is.elta.co.il>
2570
2571 * woman.el (WoMan-highlight-references): Add help-echo to
2572 mouse-highlighted text.
b868ed49 2573
f7ac3e28
SM
25742001-06-18 Stefan Monnier <monnier@cs.yale.edu>
2575
2576 * textmodes/sgml-mode.el (sgml-mode-map): Fix thinko.
2577
f6f1beba
GM
25782001-06-18 Gerd Moellmann <gerd@gnu.org>
2579
f7ac3e28
SM
2580 * international/quail.el (quail-start-conversion):
2581 Reset quail-translating to nil.
db8f7303 2582
f6f1beba
GM
2583 * antlr-mode.el (antlr-mode): Check that `c-Java-access-key' is
2584 bound. Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
2585
1a0b9ae6
EZ
25862001-06-18 Eli Zaretskii <eliz@is.elta.co.il>
2587
855eca56
EZ
2588 * bs.el (bs--get-name, bs--get-file-name): Add help-echo to
2589 mouse-highlighted text.
2590
1a0b9ae6
EZ
2591 * dired.el (dired-mark-pop-up): Fix last change.
2592
e75e894b
EZ
25932001-06-17 Eli Zaretskii <eliz@is.elta.co.il>
2594
218abc51
EZ
2595 * calendar/calendar.el (generate-calendar-month): Add help-echo to
2596 mouse-highlighted text.
2597
d36ca65d
EZ
2598 * net/quickurl.el (quickurl-url-file): Run through
2599 convert-standard-filename.
2600 (quickurl-list-populate-buffer): Add help-echo to
2601 mouse-highlighted text.
2602 (top-level): Update Dave's URL.
2603
092924fd
EZ
2604 * textmodes/tex-mode.el (tex-validate-buffer): Add help-echo to
2605 mouse-highlighted text.
2606
f7ac3e28
SM
2607 * textmodes/page-ext.el (pages-copy-header-and-position):
2608 Add help-echo to mouse-highlighted text.
092924fd
EZ
2609
2610 * tar-mode.el (tar-header-block-summarize): Add help-echo to
2611 mouse-highlighted text.
2612
2613 * replace.el (occur): Add help-echo to mouse-highlighted text.
2614
2615 * progmodes/sh-script.el (sh-mark-line): Add help-echo to
2616 mouse-highlighted text.
2617
2618 * progmodes/cpp.el (cpp-make-button): Add help-echo to
2619 mouse-highlighted text.
2620
f7ac3e28
SM
2621 * progmodes/compile.el (compile-reinitialize-errors):
2622 Add help-echo to mouse-highlighted messages.
092924fd
EZ
2623 (compilation-forget-errors): Remove help-echo property as well.
2624
f7ac3e28
SM
2625 * play/landmark.el (lm-plot-square, lm-init-display):
2626 Add help-echo to mouse-highlighted text.
092924fd 2627
f7ac3e28
SM
2628 * play/gomoku.el (gomoku-plot-square, gomoku-init-display):
2629 Add help-echo to mouse-highlighted text.
092924fd
EZ
2630
2631 * dired.el (dired-insert-set-properties): Add help-echo to
2632 mouse-highlighted text.
f7ac3e28 2633 (dired-mark-pop-up): Remove help-echo property from the file name.
092924fd
EZ
2634
2635 * comint.el (comint-send-input): Add help-echo to
2636 mouse-highlighted text.
2637
2638 * buff-menu.el (list-buffers-noselect): Add help-echo to
2639 mouse-highlighted text.
2640
2641 * arc-mode.el (archive-summarize-files): Add help-echo to
2642 mouse-highlighted text.
2643
e75e894b
EZ
2644 * ffap.el (ffap-machine-p): Always return nil if
2645 open-network-stream is not fboundp.
2646
f621ed9d
SM
26472001-06-17 Stefan Monnier <monnier@cs.yale.edu>
2648
2649 * textmodes/sgml-mode.el: Move `provide' to the end. Update copyright.
2650 (sgml-mode-map): Use `make-keymap' rather than make the keymap by hand.
2651 Bind the latin-1 charset-char to sgml-maybe-name-self rather than
2652 incorrectly binding chars between 128 and 256 to it.
2653 (sgml-maybe-name-self): Handle latin-1 chars properly.
2654 (sgml-tags-invisible): Bind buffer-file-name to nil.
2655 Use unwind-protect and restore-buffer-modified-p.
2656 (sgml-point-entered): Use buffer-substring-no-properties.
2657 (html-tag-alist): Add `div' and `span' and fix backquote/unquote typos.
2658 (html-mode): Don't force `imenu-sort-function'.
2659
884e8578
EZ
26602001-06-15 Eli Zaretskii <eliz@is.elta.co.il>
2661
d5b49f47
EZ
2662 * tar-mode.el: Fix the copyright notice.
2663
ce6b1982
EZ
2664 * font-lock.el (font-lock-comment-face): For tty's with dark
2665 background, use "red1", since "lightred" is not one of the colors
2666 recognized by tty-colors.el.
2667
884e8578
EZ
2668 * tar-mode.el (tar-extract): Call generate-new-buffer-name to
2669 create a buffer for extracted file, in case there's more than one
2670 file by that name in an archive, possibly in different
2671 directories. From Kevin Rodgers <kevinr@ihs.com>.
2672
2673 * format.el (format-alist): Doc fix. Suggested by Alex Schroeder
2674 <alex@gnu.org>.
2675
72190a54
MB
26762001-06-15 Miles Bader <miles@gnu.org>
2677
f621ed9d
SM
2678 * textmodes/texinfmt.el (texinfo-format-syntax-table):
2679 Revert previous change.
72190a54 2680
e4cdc335
RS
26812001-06-14 Richard M. Stallman <rms@gnu.org>
2682
2683 * replace.el (keep-lines-read-args): Return just a regexp.
2684 Provide nil for the region args.
f621ed9d 2685 (keep-lines, flush-lines, how-many):
e4cdc335
RS
2686 Calculate the defaults for the region here, when args are nil.
2687
c8c6b45a
EZ
26882001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
2689
2690 * rot13.el (rot13-other-window): Some more doc fix.
2691
f54701d1
EZ
26922001-06-14 Per Starback <starback@ling.uu.se>
2693
2694 * replace.el (case-replace, query-replace-from-history-variable)
2695 (query-replace-to-history-variable, keep-lines-read-args)
2696 (occur-revert-function, query-replace-help): Dox fix.
2697
1604ce98
EZ
26982001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
2699
2700 * rot13.el (rot13-other-window): Doc fix.
2701
22058843
MB
27022001-06-14 Miles Bader <miles@gnu.org>
2703
2704 * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax
2705 of " and \ to "." (punctuation).
2706 * textmodes/texinfmt.el (texinfo-format-syntax-table): Likewise.
2707
e4cdc335
RS
27082001-06-13 Richard M. Stallman <rms@gnu.org>
2709
2710 * emacs-lisp/backquote.el (backquote-process): Handle `[,@SYMBOL].
2711
2712 * simple.el (shell-command-on-region): Never kill the
2713 *Shell Command Output* buffer.
2714
a62d56ab
SM
27152001-06-13 Stefan Monnier <monnier@cs.yale.edu>
2716
2717 * diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp.
2718
4a0aa1d9
SM
27192001-06-10 Stefan Monnier <monnier@cs.yale.edu>
2720
2721 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
2722 New var, to recognize ${ $' and PODs.
2723 (perl-font-lock-syntactic-face-function): New function.
2724 (perl-mode): Use them.
2725 (perl-continuation-line-p): New function, from perl-calculate-indent.
2726 (perl-calculate-indent): Use it, to properly handle continuation
2727 lines of continuation lines.
2728
b5a9911c
EZ
27292001-06-10 Eli Zaretskii <eliz@is.elta.co.il>
2730
2731 * server.el (server-process, server-buffer-clients): Doc fix.
2732 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2733
0f056ec1
JW
27342001-06-09 John Wiegley <johnw@gnu.org>
2735
2736 * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to
2737 test if the last command was Lisp or not.
2738 (eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A
2739 B x C".
2740
e5e316b0
EZ
27412001-06-08 Eli Zaretskii <eliz@is.elta.co.il>
2742
2743 * dos-w32.el (grep-regexp-alist): Remove definition, since the
2744 general one on compile.el supports drive letters.
7f4350a7
CD
2745
27462001-06-08 Carsten Dominik <dominik@strw.leidenuniv.nl>
2747
5a905a7e 2748 * textmodes/reftex-ref.el (reftex-select-label-help): Add "z"
e5e316b0 2749 key description.
7f4350a7
CD
2750
2751 * textmodes/reftex-sel.el (reftex-select-jump): New command.
2752
5a905a7e 2753 * textmodes/reftex-toc.el (reftex-toc-help): Add "z" key description.
7f4350a7
CD
2754 (reftex-toc-jump): New command.
2755
2756 * textmodes/reftex-cite.el (reftex-parse-bibitem): Regexp changed
e5e316b0 2757 to parse international characters as well.
7f4350a7 2758
5a905a7e 2759 * textmodes/reftex.el: Add autoloads for `reftex-varioref-vref',
e5e316b0 2760 `reftex-fancyref-fref', `reftex-fancyref-Fref'.
7f4350a7 2761
5a905a7e
SM
2762 * textmodes/reftex-vars.el: Protect single backslash in docstrings.
2763
2764 * textmodes/reftex-dcr.el (reftex-view-crossref): Add SPACE and
e5e316b0 2765 TAB to the key separators.
7f4350a7 2766
73419021
EZ
27672001-06-07 Eli Zaretskii <eliz@is.elta.co.il>
2768
2769 * international/mule.el (auto-coding-alist): Remove redundant
2770 up-cased versions of the extensions (auto-coding-alist-lookup is
2771 case-insensitive where needed). Recognize .gz, .Z, .bz, .bz2, and
2772 .gpg files as binary. Suggested by Karl Berry <karl@gnu.org>.
2773
cada28bb
EZ
27742001-06-05 Eli Zaretskii <eliz@is.elta.co.il>
2775
2776 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Add a doc string.
2777
4f7666dc
RS
27782001-06-01 Richard M. Stallman <rms@gnu.org>
2779
2780 * help.el (describe-variable): Put value on same line
2781 with preceding text, if it is short enough to look good that way.
2782
70079787
EZ
27832001-06-01 Eli Zaretskii <eliz@is.elta.co.il>
2784
2785 * term/internal.el (IT-unicode-translations): New variable.
2786 (IT-setup-unicode-display): New function.
2787
c86f4619
GM
27882001-06-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2789
2790 * ps-print.el: Handle before-string and after-string overlay properties
2791 in ps-print-*-with-faces commands. Doc fix.
2792 (ps-print-version): New version number (6.5.2).
2793 (ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes
2794 for XEmacs.
2795 (ps-prefix-quote): Doc fix.
c6d452ad 2796 (ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code fix.
c86f4619
GM
2797 (ps-basic-plot-str, ps-plot-string): New funs.
2798
1ea98518
SM
27992001-05-31 Stefan Monnier <monnier@cs.yale.edu>
2800
2801 * progmodes/etags.el (tags-compression-info-list): Fix docstring
2802 and :type spec.
2803
2b1ec973
GM
28042001-05-31 Gerd Moellmann <gerd@gnu.org>
2805
1ea98518
SM
2806 * international/mule-cmds.el (inactivate-input-method):
2807 Set input-method-function to nil.
2b1ec973 2808
94843cc1
GM
2809 * xml.el (xml-parse-tag): The document may contain invalid characters.
2810 From ShengHuo ZHU <zsh@cs.rochester.edu>
2811
9652931f
GM
28122001-05-31 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
2813
2814 * mail/rmailsum.el (rmail-message-subject-p): Don't call
1ea98518
SM
2815 `rmail-summary-line-decoder' if the message does not have
2816 a Subject: field.
9652931f 2817
1ea98518 2818 * mail/rmail.el (rmail-revert): Modify to work in rmail-view-buffer.
9652931f 2819
1ea98518
SM
2820 * mail/rmail.el (rmail-insert-mime-resent-message-function):
2821 New variable.
9652931f
GM
2822 (rmail-resend): Modify to work in `rmail-view-buffer'; call
2823 `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
2824 is non-nil.
2825
f7ac3e28
SM
28262001-05-30 Stefan Monnier <monnier@rum.cs.yale.edu>
2827
2828 * textmodes/tex-mode.el (latex-find-indent): Handle the BOBP case.
2829
b781e739
SS
28302001-05-29 Sam Steingold <sds@gnu.org>
2831
00f51890
SS
2832 * faces.el (face-valid-attribute-values): Bind `valid' directly
2833 instead of using `setq'.
2834
b781e739
SS
2835 * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
2836 Use `tex-shell-buf'.
2837 (tex-shell-proc): Use `tex-shell-running'.
2838 (tex-shell-buf-no-error): New function.
2839 (tex-send-tex-command): Use it.
2840 (tex-shell-running): Kill tex-shell when the buffer is dead for w32.
2841 (tex-kill-job): Check the process before calling `quit-process'.
2842
3d0e328b
GM
28432001-05-29 Gerd Moellmann <gerd@gnu.org>
2844
1ea98518
SM
2845 * international/utf-8.el (ccl-decode-mule-utf-8): Handle invalid
2846 UTF-8 sequences.
3d0e328b 2847
8bd6307f
GM
28482001-05-28 Miles Bader <miles@gnu.org>
2849
2850 * comint.el (comint-carriage-motion): Renamed from
2851 `comint-cr-magic'. Operate on the buffer instead of the string
2852 (for use as a comint post-output filter, instead of as a
2853 pre-output filter). Handle backspaces too. Add to the
2854 `comint-output-filter-functions' hook instead of
2855 `comint-preoutput-filter-functions'.
2856
89c8dc6c
GM
28572001-05-28 Gerd Moellmann <gerd@gnu.org>
2858
2859 * language/japan-util.el (japanese-hankaku): Prefer the charset
2860 `jisx0201' when the optional argument `ascii-only' is not specified.
2861 (japanese-hankaku-region): Ditto.
2862 From Katsumi Yamaoka <yamaoka@jpl.org>
2863
f25c1b9b
SM
28642001-05-28 Stefan Monnier <monnier@cs.yale.edu>
2865
2866 * textmodes/outline.el (outline-mode): Fix font-lock-defaults.
2867 (outline-invisible-p): New function.
2868 (hide-leaves): Save excursion.
2869 (hide-other): Stop looping when reaching bobp.
2870
719bb352
EZ
28712001-05-28 Eli Zaretskii <eliz@is.elta.co.il>
2872
2873 * cus-edit.el (custom-file): Fix last change.
2874
d686d354
SM
28752001-05-27 Stefan Monnier <monnier@cs.yale.edu>
2876
2877 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
2878 same definition in byte-compile-function-environment as `autoload'
2879 would put in `symbol-function'.
2880
2881 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
2882 patch to correct the error message as well.
2883
49b1a638
EZ
28842001-05-27 Eli Zaretskii <eliz@is.elta.co.il>
2885
71261a01
EZ
2886 * cus-edit.el (custom-file): Don't assume we were invoked with -q
2887 unless ~/.emacs exists.
2888
49b1a638
EZ
2889 * novice.el (enable-command): If user-init-file is nil or does not
2890 exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
2891
a434b175
SM
28922001-05-25 Stefan Monnier <monnier@cs.yale.edu>
2893
15ca8de7
SM
2894 * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
2895 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
2896 Allow spaces around macro arguments.
2897 (tex-mode-map): Inherit from text-mode-map, but rebind \t to
2898 indent-for-tab-command.
2899 (latex-mode-map, plain-tex-mode-map): New keymaps.
2900 Inherit from tex-mode-map.
2901 (tex-common-initialization): Don't setup the keymap any more
2902 since it's now done right by define-derived-mode.
2903 (latex-mode): Set skeleton-end-hook to nil.
2904 (latex-skeleton-end-hook): Remove.
2905 (tex-latex-block, latex-insert-item): Simplify.
2906 (latex-syntax-after): Use following-char rather than char-after.
2907 (tex-discount-args-cmds, tex-count-words): New functions.
2908
2909 * textmodes/tildify.el (tildify-ignored-environments-alist):
2910 Recognize \verb* as well.
2911
2912 * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
2913 (perl-comment-indent): Simplify to let newcomment.el do its job.
2914 (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
2915 (perl-mark-function): Cleanup the namespace.
2916 (perl-calculate-indent): Don't be fooled by nested functions.
2917
2918 * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
2919
a434b175
SM
2920 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
2921 Fix the arg of `load'. From Dave Love <fx@gnu.org>.
2922
4e7e1f03
AC
29232001-05-25 Andrew Choi <akochoi@i-cable.com>
2924
2925 * international/titdic-cnv.el (ctlau-gb-converter): `\' should
2926 actually be `\\'.
2927 (ctlau-b5-converter): Likewise.
2928
2bef0948
AC
29292001-05-24 Andrew Choi <akochoi@i-cable.com>
2930
2931 * international/titdic-cnv.el (quail-misc-package-ext-info):
e089be2d
AC
2932 Change CTLauB.el to CTLau-b5.el.
2933
d2d1851b
SM
29342001-05-23 Stefan Monnier <monnier@cs.yale.edu>
2935
2936 * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
2937 rather than beginning-of-line to avoid problems with fields.
2938 (gud-perldb-massage-args): Use unless and push.
2939 (gud-chdir-before-run): New var.
2940 (gud-common-init): Use it.
2941
5e3d4fbc
AC
29422001-05-24 Andrew Choi <akochoi@i-cable.com>
2943
2944 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
2945 delete entries for chinese-ctlau and chinese-ctlaub.
d2d1851b 2946 (quail-misc-package-ext-info): Add entries for chinese-ctlau and
5e3d4fbc 2947 chinese-ctlaub.
d2d1851b
SM
2948 (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
2949 New functions.
5e3d4fbc 2950
0216c3df
GM
29512001-05-22 Gerd Moellmann <gerd@gnu.org>
2952
f1f65349
GM
2953 * cus-edit.el (custom-comment-show): Remove debug code.
2954
0216c3df
GM
2955 * language/japan-util.el (japanese-symbol-table): Fix handling of
2956 Japanese long tone sign. From Kenichi Handa <handa@etl.go.jp>.
2957
e8a1ed31
SM
29582001-05-21 Stefan Monnier <monnier@cs.yale.edu>
2959
2960 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
2961 Renamed by removing the silly `-flag' suffix.
2962 (diff-mode, diff-minor-mode, diff-find-source-location): Update.
2963
7246200c
SM
29642001-05-20 Stefan Monnier <monnier@cs.yale.edu>
2965
2966 * replace.el (keep-lines-read-args): Use `copy-marker'.
2967 (how-many): Save excursion properly.
2968 (occur-mode): Use define-derived-mode.
2969 (perform-replace): Use with-current-buffer.
2970
7e971261
RS
29712001-05-20 Richard M. Stallman <rms@gnu.org>
2972
65569e52
RS
2973 * play/landmark.el (lm): Use "p" not "P" for interactive spec.
2974
cc9684e8
RS
2975 * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
2976
9ca00e71
RS
2977 * info.el (Info-read-subfile): Widen before finding the
2978 desired node in the subfile.
2979
7e971261
RS
2980 * startup.el (command-line-1): When >2 files visited,
2981 leave the last one visible, and make that the selected window.
2982
7c5312b2
GM
29832001-05-20 Gerd Moellmann <gerd@gnu.org>
2984
2985 * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
2986
310e9a21
EZ
29872001-05-20 Eli Zaretskii <eliz@is.elta.co.il>
2988
7246200c
SM
2989 * international/ccl.el (define-ccl-program): Fix a typo.
2990 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
8dacfbde
EZ
2991
2992 * international/mule.el (decode-char): Fix a typo. From Pavel
2993 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2994
2995 * textmodes/artist.el (artist-mode): Fix a typo. From Pavel
2996 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2997
310e9a21
EZ
2998 * frame.el (automatic-hscrolling): Fix a typo. From Pavel
2999 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
3000
ef55aa6c
SS
30012001-05-18 Sam Steingold <sds@gnu.org>
3002
7246200c 3003 * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
ef55aa6c
SS
3004 and [RET] to `cvs-mode-find-file'.
3005
c9f3bebe
JW
30062001-05-18 John Wiegley <johnw@gnu.org>
3007
3008 * eshell/esh-ext.el (eshell-explicit-command-char): A new
3009 configuration variable, which determines the initial character
3010 that forces use of an external version of a command. The default
3011 is *, but may be set to \, for example.
3012
3013 * eshell/esh-ext.el (eshell-explicit-command):
3014 Use `eshell-explicit-command-char' instead of ?*.
ef55aa6c 3015
c9f3bebe
JW
3016 * eshell/esh-cmd.el (eshell/which):
3017 Use `eshell-explicit-command-char' instead of ?*.
ef55aa6c 3018
7c5312b2
GM
3019 * eshell/em-cmpl.el (eshell-completion-command-name)
3020 (eshell-complete-commands-list): Use `eshell-explicit-command-char'
c9f3bebe
JW
3021 instead of ?*.
3022
1c66d9fb
GM
30232001-05-18 Gerd Moellmann <gerd@gnu.org>
3024
a724ed38
GM
3025 * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
3026 subst-char-in-string.
3027 (ange-ftp-after-parse-ls-hook): New variable.
3028 (ange-ftp-ls): Run that hook.
3029 From Peter Milliken <Peter.Milliken@GTECH.COM>.
3030
0595722b
GM
3031 * tmm.el (tmm-get-keymap): Fix handling of :filter.
3032 (tmm-add-prompt): Bind buffer-read-only to nil when inserting
3033 text into *Completions*.
3034
1c66d9fb
GM
3035 * net/goto-addr.el (goto-address-at-point): Deal with URLs
3036 part of which look like email addresses.
3037
c5bdb93d
AI
30382001-05-18 Andrew Innes <andrewi@gnu.org>
3039
7246200c
SM
3040 * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
3041 Use . instead of absolute path for lisp dir, to avoid bug in W2K
c5bdb93d
AI
3042 cmd.exe's handling of FOR loops.
3043 (autoloads): Set find-file-suppress-same-file-warnings to t to
3044 avoid slew of spurious messages.
3045
9a1211f2
GM
30462001-05-18 Simon Josefsson <simon@josefsson.org>
3047
3048 * mail/smtpmail.el (maybe-append-domain): Renamed to
3049 `smtpmail-maybe-append-domain'.
3050 (smtpmail-via-smtp): Use the new name.
3051
29148a3f
GM
3052 * net/browse-url.el (browse-url-browser-function): Add kde.
3053 (browse-url-kde-program, browse-url-kde-args): New variables.
3054 (browse-url-kde): New function.
3055
9ab59a1a
MB
30562001-05-18 Miles Bader <miles@gnu.org>
3057
7246200c
SM
3058 * simple.el (delete-horizontal-space, just-one-space):
3059 Use `constrain-to-field' instead of `field-end'/`field-beginning',
9ab59a1a
MB
3060 because it's more efficient for large files.
3061
cebf1b97
GM
30622001-05-17 Gerd Moellmann <gerd@gnu.org>
3063
f90c23ca
GM
3064 * mail/rmail.el (rmail-require-mime-maybe): New function.
3065 (rmail): Use it.
3066 (rmail-mode): Handle the case of finding Rmail files.
3067
cebf1b97
GM
3068 * emacs-lisp/elp.el (elp-instrument-function): Handle advised
3069 functions.
3070
df22166e
SM
30712001-05-17 Stefan Monnier <monnier@cs.yale.edu>
3072
3073 * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
3074 text-property after moving to the beginning of line and regardless
3075 of the value of font-lock-multiline.
3076
2ca0d5f1
GM
30772001-05-17 Gerd Moellmann <gerd@gnu.org>
3078
e85e809a
GM
3079 * startup.el (fancy-splash-screens): Ignore events on the mode-line.
3080
2ca0d5f1
GM
3081 * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
3082 last coding system used before calling set-buffer-modified-p
3083 because that function changes last-coding-system.
3084
4c6a4739
EZ
30852001-05-17 Eli Zaretskii <eliz@is.elta.co.il>
3086
3087 * files.el (switch-to-buffer-other-window)
3088 (switch-to-buffer-other-frame): Add an xref to display-buffer in
3089 the doc string.
3090
f08cf35b
GM
30912001-05-17 Gerd Moellmann <gerd@gnu.org>
3092
3093 * language/slovak.el, language/czech.el: New maintainer.
3094
2180ea97
SS
30952001-05-16 Sam Steingold <sds@gnu.org>
3096
f08cf35b 3097 * emacs-lisp/cl-indent.el (toplevel): Indent the :method
2180ea97
SS
3098 sub-form of `defgeneric' correctly.
3099
9bae8781
GM
31002001-05-16 Gerd Moellmann <gerd@gnu.org>
3101
a90b3d3c
GM
3102 * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
3103 of `c'.
3104
1b7818b4 3105 * textmodes/outline.el (outline-font-lock-level): Remove the
df22166e
SM
3106 condition-case, test what outline-level returns instead, to
3107 ease debugging.
1b7818b4 3108
9bae8781
GM
3109 * international/mule.el (auto-coding-regexp-alist): New user-option.
3110 (auto-coding-from-file-contents): New function.
3111 (set-auto-coding): Use it to determine a coding system.
3112
7644c605
GM
31132001-05-15 Gerd Moellmann <gerd@gnu.org>
3114
18a0a39e
GM
3115 * mouse.el (mouse-delete-other-windows): Doc fix.
3116
df22166e
SM
3117 * emacs-lisp/lisp-mode.el (lisp-mode):
3118 Make font-lock-keywords-case-fold-search a buffer-local variable with
3119 make-local-variable before setting it.
7644c605 3120
940cf42e
EZ
31212001-05-14 Eli Zaretskii <eliz@is.elta.co.il>
3122
3123 * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
3124 prefixes.
3125
557f7c34
GM
31262001-05-14 Gerd Moellmann <gerd@gnu.org>
3127
3128 * hexl.el (hexl-current-address): Print a message when called
3129 interactively.
3130
14d9b141
SM
31312001-05-11 Stefan Monnier <monnier@cs.yale.edu>
3132
3133 * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
3134
3135 * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
3136
3137 * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
3138
7bd2d083
GM
31392001-05-11 Gerd Moellmann <gerd@gnu.org>
3140
47e72862
GM
3141 * startup.el (command-line): If parameters have been changed in
3142 the init files which influence font selection, clear the face
3143 cache so that faces get realized with the new parameters.
3144
14d9b141 3145 * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
7bd2d083 3146
0f49941f
SM
31472001-05-10 Stefan Monnier <monnier@cs.yale.edu>
3148
3149 * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
3150
cbeed4a8
EZ
31512001-05-10 Eli Zaretskii <eliz@is.elta.co.il>
3152
3153 * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
3154 unibyte. Suggested by Kenichi Handa <handa@etl.go.jp>.
3155
ff9aa2ca
GM
31562001-05-10 Gerd Moellmann <gerd@gnu.org>
3157
3158 * net/browse-url.el (browse-url-filename-alist): Allow UNC file
0f49941f 3159 names for MS-Windows and MS-DOS. From Dan Holmsand <dan@eyebee.com>.
ff9aa2ca 3160
b2c99950
JW
31612001-05-09 John Wiegley <johnw@gnu.org>
3162
0f49941f
SM
3163 * eshell/esh-util.el (eshell-convert-numeric-arguments):
3164 Annotated the documentation string to tell users about
3cb27fd7
JW
3165 `eshell-no-numeric-conversions'.
3166
c26f6b27
JW
3167 * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
3168 conversions if a Lisp function has the property
3169 `eshell-no-numeric-conversions' set to a non-nil value.
3170
3171 * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
3172 eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
3173 property `eshell-no-numeric-conversions' on the following
3174 functions (which all deal with filesystem entities, and never Lisp
3175 numerical values): eshell/cd, eshell/pushd, eshell/popd,
3176 eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
3177 eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
3178 eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
3179 eshell/which, eshell/addpath.
3180
31812001-05-09 John Wiegley <johnw@gnu.org>
0f49941f 3182
d089e299
JW
3183 * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
3184 encountered as an argument, don't convert it right away, but tag
3185 the first character of the string with the text properties
3186 `number', which signifies to `eshell-lisp-command' that the
3187 argument should be passed through `string-to-number' if it is
3188 actually used in the call to a Lisp function.
3189
3190 * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
3191 function, convert any string arguments that have been tagged as
3192 "numbers", by calling string-to-number.
3193
3194 * eshell/esh-util.el (eshell-number-regexp): Now that number
3195 conversions only happen for Lisp function calls, the number regexp
3196 should now match all integer and floating point forms.
3197
3198 * eshell/esh-proc.el: Disable `eshell-stop-process' and
3199 `eshell-continue-process', since they are both nonfunctional at
3200 the moment.
3201 (eshell-proc-initialize): Don't bind keys for
3202 `eshell-stop-process' or `eshell-continue-process'.
3203
0f49941f
SM
3204 * eshell/em-unix.el (eshell-shuffle-files):
3205 Apply `directory-file-name' before calling `file-name-directory'.
d089e299
JW
3206
3207 * eshell/em-hist.el (eshell-add-to-history): Reference to
3208 `eshell-history-ring' needed to be `eshell-history-index'.
3209
0f49941f
SM
3210 * calendar/timeclock.el (timeclock-find-discrep):
3211 Initialize `elapsed' to 0.
cb89da0f
JW
3212 (timeclock-find-discrep): Set `timeclock-last-event-workday' if
3213 it's still nil.
b2c99950 3214
ff39b9a1
SM
32152001-05-09 Stefan Monnier <monnier@cs.yale.edu>
3216
3217 * arc-mode.el (archive-int-to-mode): Construct the string directly.
3218 (archive-mode): Use capitalize.
3219 (archive-unique-fname): Use make-temp-file.
3220
9e53a675
GM
32212001-05-09 Gerd Moellmann <gerd@gnu.org>
3222
3223 * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
3224
c8224de6
EZ
32252001-05-09 Eli Zaretskii <eliz@is.elta.co.il>
3226
c533a7e2
EZ
3227 * tar-mode.el (tar-extract): Pay attention to the value of
3228 coding-system-for-read, if it is non-nil.
3229
ff39b9a1
SM
3230 * calendar/holidays.el (holidays): Add an autoload cookie.
3231 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
c8224de6 3232
1c8c9fb8
JW
32332001-05-08 John Wiegley <johnw@gnu.org>
3234
ff39b9a1
SM
3235 * calendar/timeclock.el (timeclock-workday-remaining):
3236 Changed logic for determining how much time is remaining.
1c8c9fb8
JW
3237 (timeclock-workday-elapsed): Don't accept a "relative" argument
3238 for the current day's elapsed time. What could that have meant?
ff39b9a1 3239 (timeclock-workday-elapsed-string): No "relative" argument anymore.
1c8c9fb8
JW
3240 (timeclock-when-to-leave): Changed logic, similarly to what was
3241 done for `timeclock-workday-remaining'.
3242 (timeclock-find-discrep): Removed "today-only" argument, which had
3243 no meaning. Fixed some more math problems. The function now
3244 returns a three member list: (TOTAL-TIME-DISCREPANCY
3245 TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
3246
5f47fb28
EZ
32472001-05-08 Eli Zaretskii <eliz@is.elta.co.il>
3248
3249 * w32-fns.el (convert-standard-filename): Start replacing slashes
3250 from the beginning of the file name, not from where the last
3251 invalid character was. From "Andrew Maguire (SWW)"
3252 <Andrew.Maguire@Smallworld.co.uk>
3253
6da5c7da
GM
32542001-05-07 MORIOKA Tomohiko <tomo@m17n.org>
3255
3256 The following changes are to provide infrastructure for handling
3257 MIME messages to rmail. They don't affect the original behaviour
3258 if rmail-enable-mime is nil.
3259
3260 * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
3261 (rmail-search-mime-message-function)
3262 (rmail-search-mime-header-function): New variables.
ff39b9a1
SM
3263 (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
3264 (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
3265 `rmail-view-buffer' is hidden.
6da5c7da
GM
3266 (rmail-toggle-header): Likewise. If rmail-enable-mime is non-nil,
3267 call rmai-show-mime-function.
3268 (rmail-display-labels): If rmail-enable-mime is non-nil, update
3269 mode-line-process of rmail-view-buffer.
3270 (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
3271 (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
3272 buffer.
ff39b9a1
SM
3273 (rmail-next-message, rmail-next-undeleted-message): Be sure to
3274 set-buffer to the Rmail buffer.
6da5c7da
GM
3275 (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
3276 rmail-search-mime-header-function.
3277 (rmail-search-message): New function.
3278 (rmail-search): Call rmail-search-message to check if a message
3279 matches REGEXP, lastly update point after calling
3280 rmail-show-message.
ff39b9a1
SM
3281 (rmail-undelete-previous-message, rmail-expunge-confirmed)
3282 (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
6da5c7da
GM
3283 (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
3284 header region, refer to rmail-msgref-vector while setting the
3285 current buffer to rmail-buffer temporarily.
ff39b9a1
SM
3286 (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
3287 If rmail-enable-mime is non-nil, call
6da5c7da
GM
3288 rmail-insert-mime-forwarded-message-function instead of inserting
3289 forwarded message by itself.
3290
3291 * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
3292 Rmail buffer.
3293 (rmail-set-label, rmail-next-labeled-message): Likewise.
3294
3295 * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
3296 set-buffer to the Rmail buffer.
3297 (rmail-output-to-rmail-file): Likewise.
3298 (rmail-output): Likewise.
3299
3300 * mail/rmailsum.el (rmail-message-subject-p): Process the result
3301 of mail-fetch-field by rmail-summary-line-decoder.
ff39b9a1
SM
3302 (rmail-new-summary): Be sure to go to the Rmail buffer.
3303 If rmail-enable-mime is non-nil, set rmail-summary-buffer of
6da5c7da
GM
3304 rmail-view-buffer to nil.
3305 (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
3306 rmail-view-buffer.
3307 (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
3308 rmail-buffer.
3309 (rmail-summary-scroll-msg-down): Likewise.
3310 (rmail-summary-beginning-of-message): Likewise.
3311 (rmail-summary-wipe): Likewise.
3312 (rmail-summary-toggle-header): Use save-window-excursion, not
3313 save-excursion. Update point in rmail-view-buffer, not in
3314 rmail-buffer.
3315 (rmail-summary-reply): Before calling rmail-reply, set buffer to
3316 rmail-view-buffer, not rmail-buffer.
3317
5092477a
GM
33182001-05-07 Gerd Moellmann <gerd@gnu.org>
3319
1e9fc92e
GM
3320 * cus-edit.el (custom-file): Signal an error if user-init-file is
3321 nil (running -q).
3322
1d053370
GM
3323 * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
3324
ff39b9a1
SM
3325 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
3326 Add :version.
3327
3328 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
3329 New option.
1b62b062
GM
3330 (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
3331 only if smtpmail-warn-about-unknown-extensions is set.
3332
f851a71c
GM
3333 * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
3334 instead of rmail-sort-by-keywords.
3335
ff39b9a1 3336 * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
f851a71c
GM
3337 rmail-sort-by-keywords.
3338
ff39b9a1
SM
3339 * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
3340 rmail-summary-sort-by-keywords. Doc fix.
f851a71c
GM
3341 (rmail-summary-mode): Doc fix.
3342
5092477a
GM
3343 * mail/rmail.el (rmail-edit): New Custom group.
3344
3345 * mail/rmailedit.el (rmail-edit-mode): Doc fix.
3346 (rmail-edit-mode-hook): New user-option.
3347
05be3833
RS
33482001-05-05 Richard M. Stallman <rms@gnu.org>
3349
3350 * help.el (help-xref-symbol-regexp): Recognize "source of"
3351 and friends, meaning make a link to the source file.
3352 (help-make-xrefs): Handle "source of" and friends
3353 by constructing a link that visits the source file.
3354
3355 * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
3356
7dfb000f
SM
33572001-05-04 Stefan Monnier <monnier@cs.yale.edu>
3358
5efe6a56
SM
3359 * progmodes/cperl-mode.el (cperl-font-lock-keywords)
3360 (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
3361 Renamed from perl-font-lock-keywords to avoid clashes.
3362 (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
3363 (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
3364 Updated correspondingly.
3365
7dfb000f
SM
3366 * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
3367 Typo `nonexistant' -> `nonexistent'.
3368
88bbb8cb
EZ
33692001-05-04 Martin Stjernholm <bug-cc-mode@gnu.org>
3370
7dfb000f
SM
3371 * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
3372 Split `c-electric-delete' into two functions where
88bbb8cb
EZ
3373 `c-electric-delete-forward' always deletes forward and
3374 `c-electric-delete' only contains the code necessary for XEmacs to
3375 choose between backward and forward deletion.
7dfb000f 3376
88bbb8cb
EZ
3377 * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
3378 get the electric behavior on that key too.
3379 (c-fill-paragraph): Fixed bogus direct use of
3380 c-comment-prefix-regexp, which caused an error when it's a list.
3381
a1af8dcf
EZ
33822001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
3383
3384 * dired-aux.el (dired-diff): Doc fix.
3385
3386 * dired.el (dired-diff): Likewise.
3387
ddfb4005
EZ
33882001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
3389
3390 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
3391
b36581fb
SM
33922001-05-02 Stefan Monnier <monnier@cs.yale.edu>
3393
80a00b6a
SM
3394 * vc.el (vc-next-action-on-file): Only force buffer+file to writable
3395 if both the buffer and the file are read-only.
3396
b36581fb
SM
3397 * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
3398 rather than font-lock-string-face.
3399 (sh-get-indent-info): Treat heredocs like strings.
3400
470bbe9b
GM
34012001-05-02 Gerd Moellmann <gerd@gnu.org>
3402
b36581fb
SM
3403 * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
3404 a newline following `}'.
3356df63
GM
3405 (texinfo-format-email): New function.
3406 (toplevel): Use texinfo-format-email for @email.
b36581fb
SM
3407 (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
3408 Add `display'.
3356df63
GM
3409 (texinfo-sort-region): Goto point-min before sorting.
3410 (texinfo-set): Remove leading white space from value.
3411 From yagi@is.titech.ac.jp.
3412
470bbe9b
GM
3413 * replace.el (query-replace-regexp-eval): Doc fix.
3414
a9d2fd1d
SM
34152001-05-01 Stefan Monnier <monnier@cs.yale.edu>
3416
3417 * diff-mode.el (diff-nonexistant-face): New face.
3418 (diff-font-lock-keywords): Use it.
3419
2b3e941a
EZ
34202001-04-30 Eli Zaretskii <eliz@is.elta.co.il>
3421
22cd6fd3
EZ
3422 * font-lock.el (font-lock-mode): Doc fix.
3423
2b3e941a
EZ
3424 * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
3425 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
3426
50df7214
GM
34272001-04-30 Gerd Moellmann <gerd@gnu.org>
3428
a9d2fd1d
SM
3429 * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
3430 backslash at the start of the here-document delimiter.
a9793e45
GM
3431 (sh-font-lock-syntactic-keywords): Likewise.
3432
50df7214
GM
3433 * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
3434
e2f599e9
EZ
34352001-04-29 Eli Zaretskii <eliz@is.elta.co.il>
3436
3437 * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
3438 (tty-color-translate, tty-color-by-index, tty-color-values)
3439 (tty-color-desc): Doc fix.
3440
dcaf31d3
EZ
34412001-04-27 Eli Zaretskii <eliz@is.elta.co.il>
3442
3443 * dired-aux.el (dired-do-create-files, dired-do-copy)
a9d2fd1d
SM
3444 (dired-do-symlink, dired-do-hardlink, dired-do-rename):
3445 Mention dired-dwim-target in the doc string.
dcaf31d3 3446
a6a06429
MB
34472001-04-28 Miles Bader <miles@gnu.org>
3448
3449 * dabbrev.el (dabbrev--ignore-buffer-p): New function.
3450 (dabbrev--find-expansion): Use it.
3451 (dabbrev--select-buffers): Don't select ignored buffers.
3452
5a5d9185
GM
34532001-04-27 Gerd Moellmann <gerd@gnu.org>
3454
a9d2fd1d 3455 * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
5a5d9185 3456
c5b82005
RS
34572001-04-26 Richard M. Stallman <rms@gnu.org>
3458
3459 * dabbrev.el: Add doc strings for some functions.
3460 (dabbrev--eliminate-newlines): New variable.
3461 (dabbrev--substitute-expansion): Convert newlines to spaces
3462 if dabbrev--eliminate-newlines is set.
3463 If abbrev and expansion are both all-lower-case,
3464 leave dabbrev--last-case-pattern nil.
3465
7cff9c6f
GM
34662001-04-26 Gerd Moellmann <gerd@gnu.org>
3467
3468 * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
3469 if necessary, like in rmail-show-message.
3470
efa89c1f
GM
34712001-04-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3472
3473 * ps-print.el: Color specified by number is forced to be float number.
3474 (ps-print-version): New version number (6.5.1.1).
3475 (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
3476 initialization.
3477 (ps-prefix-quote): New internal var.
3478 (ps-print-quote): New fun.
3479 (ps-setup, ps-output-frame-properties, ps-float-format)
3480 (ps-format-color): Code fix.
a9d2fd1d
SM
3481 (ps-plot-region): Eliminate redundant foreground color text setting.
3482
d3111e5a
EZ
34832001-04-26 Eli Zaretskii <eliz@is.elta.co.il>
3484
3485 * dabbrev.el (dabbrev--select-buffers): Add a doc string.
3486
a728644c
GM
34872001-04-25 Gerd Moellmann <gerd@gnu.org>
3488
3489 * faces.el (tty-handle-reverse-video): Don't set inverse-video.
3490
4ecdf04d
EZ
34912001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
3492
4645bb68
EZ
3493 * info.el (Info-additional-directory-list): Doc fix.
3494
4ecdf04d 3495 * find-lisp.el (find-lisp-find-dired-filter)
a9d2fd1d
SM
3496 (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
3497 Add autoload cookies. From Richard Y. Kim <ryk@dspwiz.com>.
4ecdf04d 3498
7cd512f2
SM
34992001-04-25 Stefan Monnier <monnier@cs.yale.edu>
3500
1dc64fca
SM
3501 * progmodes/make-mode.el (makefile-font-lock-keywords):
3502 Rationalize the rules for includes and conditionals and use the
3503 keyword face for them.
3504
7cd512f2
SM
3505 * faces.el (modify-face): Add compatibility for non-interactive use.
3506
ffeb5c1c
JW
35072001-04-24 John Wiegley <johnw@gnu.org>
3508
3509 * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
3510 fix from last night, since it wasn't finding eshell/cd.
3511
35f901fa
GM
35122001-04-24 Gerd Moellmann <gerd@gnu.org>
3513
3514 * rect.el (string-rectangle): Revert to 20.x behaviour.
3515 (replace-rectangle): Make it an alias for string-rectangle.
3516 (string-insert-rectangle): New function.
3517
c7b1b508
JW
35182001-04-23 John Wiegley <johnw@gnu.org>
3519
3520 * eshell/em-unix.el (eshell/diff): Fixed problems that were
3521 occurring with Emacs 21's diff.el/compile.el interaction layer.
3522
35232001-04-23 Colin Walters <walters@cis.ohio-state.edu>
3524
3525 * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
3526 case where the function was defined in a file, but not part of an
3527 eshell module.
3528
157975e3
JW
35292001-04-23 John Wiegley <johnw@gnu.org>
3530
3531 * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
3532 code to work around a redisplay problem I've been having.
3533
3dc630b9
JW
35342001-04-23 John Wiegley <johnw@gnu.org>
3535
3536 * calendar/timeclock.el (timeclock-day-required): If the time
3537 required for a particular day is not set, use `timeclock-workday'.
3538 (timeclock-find-discrep): Added some sample code in a comment.
3539
3540 * eshell/eshell.el (eshell-command): Made a few changes so that
3541 `eshell-command' could be called programmatically.
3542
7cd512f2 3543 * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
3dc630b9 3544
7cd512f2 3545 * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
3dc630b9 3546
3ae14dd9 35472001-04-23 John Wiegley <johnw@gnu.org>
3dc630b9
JW
3548
3549 * calendar/timeclock.el: Updated copyright.
3550 (timeclock-generate-report): Don't report the daily or two-week
3551 total, if no time has been worked in that period.
3552 (timeclock-find-discrep): Moved call to `file-readable-p'; removed
3553 final computational form, which was unnecessary; corrected a
3554 parsing problem when timeclock-relative was nil.
3555
3ae14dd9 35562001-04-23 Kahlil Hodgson <kahlil@discus.anu.edu.au>
3dc630b9
JW
3557
3558 * calendar/timeclock.el (timeclock-modeline-display): Check if
3559 `list-entry' is null.
3560 (timeclock-use-display-time): The first argument to `set-variable'
3561 must be a symbol.
3562
53e1a74c
EZ
35632001-04-23 Eli Zaretskii <eliz@is.elta.co.il>
3564
3565 * calendar/calendar.el (diary-entry-marker)
7cd512f2
SM
3566 (calendar-today-marker, calendar-holiday-marker):
3567 Use display-color-p instead of window-system.
53e1a74c
EZ
3568 (calendar-mode-map, calendar-mode): Use display-popup-menus-p
3569 instead of window-system.
3570 (calendar-hide-window): Use display-multi-frame-p instead of
3571 window-system.
3572
3573 * calendar/cal-x.el (calendar-two-frame-setup)
7cd512f2
SM
3574 (calendar-only-one-frame-setup, calendar-one-frame-setup):
3575 Use display-multi-frame-p instead of window-system.
53e1a74c 3576
23b809c2
GM
35772001-04-23 Gerd Moellmann <gerd@gnu.org>
3578
1d14e80c
GM
3579 * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
3580
23b809c2
GM
3581 * textmodes/ispell.el, emacs-lisp/checkdoc.el,
3582 * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
3583
b5eeaa1d
GM
35842001-04-23 Alex Schroeder <alex@gnu.org>
3585
3586 * goto-addr.el: Instead of defining line-beginning-position and
7cd512f2
SM
3587 line-end-position a defalias is used for point-at-bol and point-at-eol.
3588
b5eeaa1d
GM
35892001-04-23 Alex Schroeder <alex@gnu.org>
3590
3591 * goto-addr.el: Added XEmacs compatibility code.
7cd512f2 3592 (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
b5eeaa1d 3593
ac1470eb
EZ
35942001-04-22 Eli Zaretskii <eliz@is.elta.co.il>
3595
3596 * textmodes/paragraphs.el (sentence-end): Doc fix.
3597
624ef9b3
GM
35982001-04-20 Alex Schroeder <alex@gnu.org>
3599
3600 * sql.el (sql-escape-newlines-and-send): New function.
7cd512f2 3601 (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
624ef9b3
GM
3602
36032001-04-20 Alex Schroeder <alex@gnu.org>
3604
3605 * sql.el (sql-db2-program): New option.
3606 (sql-db2-options): New option.
3607 (sql-db2): New function.
3608
36092001-04-20 Alex Schroeder <alex@gnu.org>
3610
3611 * sql.el (sql-mode-menu): Added highlighting entries.
3612 (sql-highlight-oracle-keywords): New function.
3613 (sql-highlight-postgres-keywords): New function.
3614 (sql-highlight-ansi-keywords): New function.
3615
36162001-04-20 Alex Schroeder <alex@gnu.org>
3617
3618 * sql.el (sql-help): Doc change.
3619
9f3703ab
KF
36202001-04-19 Karl Fogel <kfogel@collab.net>
3621
3622 * saveplace.el (save-place-alist-to-file): Removed no-effect code
3623 that inserted file content only to delete it immediately.
3624 Probably a cut-and-paste bug. Thanks to Juanma Barranquero
3625 <lektu@uol.com.br> for the patch.
3626
2a83a11d
SM
36272001-04-19 Stefan Monnier <monnier@cs.yale.edu>
3628
3629 * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
3630
6f4dd4dc
GM
36312001-04-18 Gerd Moellmann <gerd@gnu.org>
3632
0f8d6dc7
GM
3633 * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
3634 for defmethod.
3635
6f4dd4dc
GM
3636 * comint.el (comint-cr-magic): New function.
3637 (toplevel): Add it to comint-preoutput-filter-functions.
3638
90200fcc
AI
36392001-04-18 Andrew Innes <andrewi@gnu.org>
3640
3641 * makefile.w32-in (EMACSLOADPATH): Define.
2a83a11d 3642 (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
90200fcc
AI
3643 (recompile): Remove stuff to set EMACSLOADPATH.
3644
daa66f34
GM
36452001-04-18 Gerd Moellmann <gerd@gnu.org>
3646
edc5c81d
GM
3647 * language/slovak.el ("Slovak"): Add tutorial entry.
3648
daa66f34
GM
3649 * net/browse-url.el (browse-url-new-window-flag): Renamed from
3650 browse-url-new-window-p.
3651
5d5845dc
EZ
36522001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
3653
3654 * info.el (Info-menu-update): When there are no menus and/or no
3655 cross references in the node, make the respective items of the
3656 Info menu-bar menu inactive.
3657
1c8addd0
GM
36582001-04-17 Gerd Moellmann <gerd@gnu.org>
3659
f4f480bd
GM
3660 * indent.el (indent-for-tab-command): Call indent-line-function
3661 with no argument if PREFIX-ARG is non-nil.
3662
1c8addd0
GM
3663 * frame.el (delete-other-frames): Handle minibuffer-only frames.
3664
8f9ab403
EZ
36652001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
3666
3667 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
3668 an async subprocess if start-process is unavailable. Suggested by
3669 Tim Van Holder <tim.van.holder@pandora.be>.
3670
60322163
EZ
36712001-04-15 Eli Zaretskii <eliz@is.elta.co.il>
3672
3673 * info.el (Info-additional-directory-list): Doc fix. Suggested by
3674 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
3675
e372bc67
EZ
36762001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
3677
3678 * info.el (Info-file-list-for-emacs): Add an entry for the "info"
3679 manual.
3680
28037ecf
SM
36812001-04-13 Stefan Monnier <monnier@cs.yale.edu>
3682
3683 * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
3684 (cvs-menu): Add a few entries.
3685
3686 * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
3687 (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
3688 lock file appears to be reachable from Emacs.
3689 (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
3690 (cvs-mode-find-file): Look for cvs-header-face rather than
3691 cvs-dirname-face (which doesn't exist).
3692 (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
3693
3694 * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
3695
5d5e7f53
EZ
36962001-04-13 Eli Zaretskii <eliz@is.elta.co.il>
3697
3698 * emulation/pc-select.el (pc-selection-mode): Don't turn on
3699 normal-erase-is-backspace on a tty. Instead, bind some keys such
3700 as [delete] directly, like pc-select.el did before
3701 normal-erase-is-backspace was invented.
3702
118562e1 37032001-04-12 Eli Zaretskii <eliz@is.elta.co.il>
9010db4c
EZ
3704
3705 * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
3706
6c9e58c4
JW
37072001-04-11 John Wiegley <johnw@gnu.org>
3708
28037ecf
SM
3709 * eshell/em-ls.el (eshell-ls-insert-directory):
3710 Set font-lock-defaults to nil, to prevent fontification in dired
6c9e58c4
JW
3711 buffers, if Eshell's ls is being used.
3712
118562e1 37132001-04-11 John Wiegley <johnw@gnu.org>
978bd3ea 3714
28037ecf
SM
3715 * calendar/timeclock.el (timeclock-completing-read): New function.
3716 (timeclock-ask-for-project, timeclock-ask-for-reason):
3717 Call `timeclock-completing-read'.
978bd3ea
JW
3718
3719 * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
3720 required where `member' was being used.
3721
118562e1 37222001-04-11 Colin Walters <walters@cis.ohio-state.edu>
978bd3ea 3723
28037ecf
SM
3724 * eshell/em-hist.el (eshell-previous-matching-input):
3725 Don't display "History item" if the the minibuffer is active.
978bd3ea 3726
30cb0001
GM
37272001-04-11 Gerd Moellmann <gerd@gnu.org>
3728
3729 * startup.el (command-line): Output a newline after printing
3730 an error from loading the window system's init file.
3731
e38af9bd
EZ
37322001-04-11 Eli Zaretskii <eliz@is.elta.co.il>
3733
28037ecf
SM
3734 * textmodes/texinfo.el (texinfo-font-lock-keywords):
3735 Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
e38af9bd
EZ
3736 @inforef. Add an OVERRIDE of `keep' to highlight specs of
3737 keywords whose arguments routinely include @@.
3738
bbf63a7b
GM
37392001-04-10 Gerd Moellmann <gerd@gnu.org>
3740
28037ecf
SM
3741 * emacs-lisp/advice.el (ad-make-advised-definition):
3742 Construct advice for subrs differently.
afffeb57 3743
3fe35f35 3744 * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
28037ecf 3745 regexp in parentheses when building the regexp for searching backwards.
3fe35f35 3746
c8d6d636 3747 * simple.el (completion-list-mode-finish): New function.
28037ecf 3748 (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
c8d6d636 3749
2a52f40e 3750 * language/european.el ("Polish"): Change sample text.
28037ecf 3751 From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
2a52f40e 3752
cf8b1bef
GM
3753 * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
3754 parameter.
3755
bbf63a7b
GM
3756 * faces.el (menu): Doc fix.
3757
719d83ad 37582001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
319acba0
GM
3759
3760 * ps-print.el: Footer implementation. Doc fix.
3761 (ps-print-version): New version number (6.5.1).
3762 (ps-header-frame-alist): New customization var for header frame
3763 properties.
3764 (ps-line-number-color): New customization var for line number color.
3765 (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
3766 (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
3767 (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
3768 (ps-right-footer): New customization vars for footers.
3769 (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
3770 footers.
3771 (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
28037ecf
SM
3772 (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
3773 Code fix.
319acba0
GM
3774 (ps-prologue-file): Indentation fix.
3775 (ps-print-quote): Fun eliminated.
3776 (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
3777 (ps-output-frame-properties): New fun.
3778 (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
3779 (ps-skip-newline): Replace defun by defsubst.
28037ecf 3780
e372bc67 37812001-04-10 Colin Walters <walters@cis.ohio-state.edu>
db86be5d
JW
3782
3783 * eshell/eshell.el (eshell-command): Needed a "%s" format
3784 specifier, in case the buffer contains percent characters.
3785
e372bc67 37862001-04-10 John Wiegley <johnw@gnu.org>
db86be5d
JW
3787
3788 * calendar/timeclock.el (timeclock-generate-report): Added a
3789 missing insert of the project name.
3790
9f9a5e7a
GM
37912001-04-09 Gerd Moellmann <gerd@gnu.org>
3792
9170e5d4 3793 * obsolete/profile.el: Moved from emacs-lisp/.
cf3885ac 3794
865e97c1 3795 * Makefile.in (nonobsolete_setwins): New macro.
cf3885ac 3796 (finder-data): Use it instead of `setwins'.
865e97c1
GM
3797 From: Dave Love <fx@gnu.org>.
3798
cf3885ac 3799 * server.el (server-visit-files): Set server-existing-buffer correctly.
92a6563f
GM
3800 (server-visit-files): Run server-visit-hook after going to
3801 line 1 so that the hook can set point as it sees fit.
3802
9f9a5e7a
GM
3803 * bindings.el (mode-line-modified): Unify help messages.
3804
51f32106
EZ
38052001-04-07 Eli Zaretskii <eliz@is.elta.co.il>
3806
3807 * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
3808 All callers changed.
3809
e02160a3
EZ
38102001-04-06 Eli Zaretskii <eliz@is.elta.co.il>
3811
8e6bb0d0
EZ
3812 * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
3813 long file names aren't supported, truncate the file names in
3814 quail-misc-package-ext-info to 8+3 before matching them against
3815 FILENAME.
3816
3817 * dos-fns.el (dos-truncate-to-8+3): New function.
3818
ec321d77
EZ
3819 * progmodes/compile.el (grep-compute-defaults): Use null-device
3820 instead of literal /dev/null. Reported by Jens Schmidt
3821 <schmidt@mathematik.uni-kl.de>.
3822
e02160a3
EZ
3823 * simple.el (normal-erase-is-backspace-mode): Doc fix.
3824
cf3885ac
SM
38252001-04-06 Stefan Monnier <monnier@cs.yale.edu>
3826
3827 * textmodes/sgml-mode.el: Add unknown maintainer.
3828 (sgml-tag): Pass `str' explicitly through skeleton-transformation.
3829 (html-mode-map): Use set-keymap-parent.
3830
3ffb33bb
DL
38312001-04-06 Dave Love <fx@gnu.org>
3832
3833 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
3834 Remove redundant string-to-list.
3835
8f625692
SM
38362001-04-05 Stefan Monnier <monnier@cs.yale.edu>
3837
3838 * composite.el (reference-point-alist): Doc fix.
3839
1087f198
SS
38402001-04-05 Sam Steingold <sds@gnu.org>
3841
8f625692
SM
3842 * font-lock.el (font-lock-keywords-case-fold-search):
3843 Make buffer-local. This fixes a very annoying bug when loading a Lisp
1087f198
SS
3844 file made font-lock case-insensitive.
3845
a55e4e68
GM
38462001-04-05 Gerd Moellmann <gerd@gnu.org>
3847
0e4892e2
GM
3848 * faces.el (defface menu): Doc fix.
3849
4d664b04
GM
3850 * wid-edit.el (widget-color-sample-face-get): Don't make
3851 faces for undefined colors.
3852
a55e4e68
GM
3853 * version.el (emacs-version): Include LessTif/Motif version info.
3854
f383cd0d
GM
38552001-04-04 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3856
3857 * ps-mule.el: Eliminate cl package dependence.
3858 (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
3859 if they aren't defined yet.
3860 (ps-mule-encode-header-string, ps-mule-header-string-charsets):
3861 Eliminate cl package dependence.
3862
de28797f
SM
38632001-04-04 Stefan Monnier <monnier@cs.yale.edu>
3864
3865 * progmodes/cc-cmds.el (c-outline-level):
3866 Bind buffer-invisibility-spec. Originally from Dave Love, but
3867 got lost when incorporating version 5.26.
3868
32df8b47
EZ
38692001-04-04 Eli Zaretskii <eliz@is.elta.co.il>
3870
de28797f
SM
3871 * emulation/pc-select.el (pc-selection-mode):
3872 Call normal-erase-is-backspace-mode instead of binding
3873 keys individually.
58e4f61d 3874
7f62656b
EZ
3875 * cus-load.el (normal-erase-is-backspace): Use it instead of
3876 delete-key-deletes-forward.
3877
3878 * startup.el (command-line): Use normal-erase-is-backspace and
3879 normal-erase-is-backspace-mode.
3880
3881 * simple.el (normal-erase-is-backspace): Rename from
3882 delete-key-deletes-forward. Doc fix.
3883 (normal-erase-is-backspace-mode): Rename from
de28797f
SM
3884 delete-key-deletes-forward-mode. Doc fix.
3885 Run normal-erase-is-backspace-hook.
7f62656b 3886
32df8b47 3887 * dired.el (dired-move-to-filename-regexp): Support file sizes in
de28797f
SM
3888 ``human-readable'' format produced by GNU `ls'.
3889 (dired-move-to-filename-regexp): Recognize ISO format dates.
3890 From Paul Eggert <eggert@twinsun.com>.
32df8b47 3891
5efa6032
GM
38922001-04-04 Gerd Moellmann <gerd@gnu.org>
3893
3894 * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
3895 New functions.
de28797f
SM
3896 (lm-verify): Check keywords.
3897 From Eric M. Ludlam <eric@siege-engine.com>.
5efa6032 3898
d757aac1
EL
38992001-04-03 Eric M. Ludlam <eric@siege-engine.com>
3900
3901 * speedbar.el (speedbar-insert-image-button-maybe): Check for
3902 `xemacs' feature instead of for the function `set-extent-property'.
3903
9832760a
SM
39042001-04-03 Stefan Monnier <monnier@cs.yale.edu>
3905
3906 * mail/mh-utils.el (mh-folder-hist): New var.
3907 (mh-prompt-for-folder): Use it and pass `default' to completing-read.
3908
d565f6aa
EZ
39092001-04-03 Eli Zaretskii <eliz@is.elta.co.il>
3910
3911 * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
3912 region, position point on the first or last 16-byte group.
3913 (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
3914 and hexl-end-of-buffer. Bind End and Home to hexl-end-of-line and
3915 hexl-beginning-of-line.
3916
24c0fd39
GM
39172001-04-03 Gerd Moellmann <gerd@gnu.org>
3918
5efa6032
GM
3919 * icomplete.el (icomplete-mode): Treat an argument like other
3920 modes do.
3921
b3f6107b
GM
3922 * startup.el (fancy-splash-head): Use splash8.xpm for color
3923 depth 8.
3924
24d451c5
SM
3925 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
3926 Add an antry for ``converts''.
476bf681 3927
24d451c5
SM
3928 * language/slovak.el ("Slovak"): Add documentation string.
3929 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
20b5dc4a 3930
450f6970
GM
3931 * language/czech.el ("Czech"): Add documentation string.
3932 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
3933
24d451c5
SM
3934 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
3935 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
3936
39372001-04-02 Stefan Monnier <monnier@cs.yale.edu>
3938
3939 * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
3940 (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
3941 (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
3942 Use `defsubst' rather than a macro to ease debugging.
3943 (mail-extr-last): Remove (use `last' instead).
3944 (mail-extract-address-components): Properly reset the syntax-table
3945 after parsing an address. Use `last' rather than mail-extr-last.
3946 Make sure the end marker stays at the very end.
24c0fd39 3947
2b908342
EZ
39482001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
3949
3950 * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
3951 last change.
3952
acfb077d
GM
39532001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3954
3955 * ps-print.el: Line and paragraph spacing feature. Region to cut
3956 out when printing. Doc fix.
3957 (ps-print-version): New version number (6.5).
24d451c5
SM
3958 (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
3959 New vars. Line and paragraph spacing feature.
acfb077d
GM
3960 (ps-begin-cut-regexp, ps-end-cut-regexp): New vars. Region to cut
3961 out when printing.
3962 (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
3963 (ps-get-font-size, ps-begin-job, ps-continue-line)
3964 (ps-plot-region): Code fix.
3965 (ps-print-prologue-2): Var eliminated.
24d451c5
SM
3966 (ps-line-spacing-internal, ps-paragraph-spacing-internal):
3967 New internal vars.
acfb077d
GM
3968 (ps-get-size): New fun.
3969 (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
3970 (ps-next-line): Replace defun by defsubst.
3971 (ps-mule-plot-string): Autoload doc fix.
3972
3973 * ps-bdf.el: XEmacs compatibility. Doc fix.
3974 (installation-directory, coding-system-for-read): Declare vars if
3975 it's not declared yet.
3976 (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
3977
3978 * ps-mule.el: XEmacs compatibility. Doc fix.
3979 (leading-code-private-22): Declare var if it's not declared yet.
3980 (charset-bytes, charset-dimension, charset-id, charset-width)
3981 (find-charset-region, split-char, char-width, chars-in-region)
3982 (forward-point, decompose-composite-char, encode-coding-string)
3983 (coding-system-p, ccl-execute-on-string, define-ccl-program):
3984 Define funs if not defined yet.
3985 (encode-composition-rule, find-composition): Define funs if not
3986 loaded yet.
3987 (ps-mule-prologue): PostScript code fix.
3988
39892001-04-02 Kenichi Handa <handa@etl.go.jp>
3990
3991 * ps-mule.el (ps-mule-generate-font): New arg HEADER-P. If it is
3992 non-nil, generate font for the header strings.
3993 (ps-mule-prepare-font): Likewise.
3994 (ps-mule-generate-glyphs): Likewise.
3995 (ps-mule-string-encoding): Likewise.
3996 (ps-mule-header-charsets): New variable.
3997 (ps-mule-encode-header-string): New function.
3998 (ps-mule-header-string-charsets): New function.
3999 (ps-mule-begin-job): Check charsets in the header strings. If there
4000 are non-ASCII and non-Latin1 charsets, prepare fonts for them.
4001
4002 * ps-print.el (ps-generate-header-line): Encode the header string by
4003 ps-mule-encode-header-string.
4004 (ps-mule-encode-header-string): Declare autoload.
4005
c0eb3c10
GM
40062001-04-02 Gerd Moellmann <gerd@gnu.org>
4007
24d451c5
SM
4008 * frame.el (cursor-in-non-selected-windows):
4009 Replaces show-cursor-in-non-selected-windows.
c0eb3c10 4010
a3d0b0e0
KH
40112001-03-31 Kenichi Handa <handa@etl.go.jp>
4012
4013 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
4014 Delete entries for "chinese-py" and "chinese-ziranma".
24d451c5 4015 (quail-misc-package-ext-info): New variable.
a3d0b0e0 4016 (tsang-quick-converter): New function.
24d451c5
SM
4017 (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
4018 (quick-cns-converter, py-converter, ziranma-converter)
a3d0b0e0
KH
4019 (miscdic-convert, batch-miscdic-convert): New functions.
4020
55f7832c
KH
40212001-03-30 Kenichi Handa <handa@etl.go.jp>
4022
a2217cd8
KH
4023 * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
4024 eight-bit-control chars.
4025
55f7832c 4026 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
c0eb3c10 4027 Reduce making temporary vector (suggested by Dave Love).
55f7832c 4028
911a2406
EZ
40292001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
4030
4031 * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
4032 string as well.
4033
1a518f2c
AS
40342001-03-30 Andreas Schwab <schwab@suse.de>
4035
4036 * files.el (backup-directory-alist): Fix typo.
4037
ef080b16
EZ
40382001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
4039
4040 * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert
4041 <eggert@twinsun.com>.
4042
e4174a55
DL
40432001-03-30 Dave Love <fx@gnu.org>
4044
4045 * progmodes/fortran.el (fortran-comment-region): Fix typo.
4046
9d5d1075
EZ
40472001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
4048
4049 * simple.el (transient-mark-mode): Mention C-g in the doc string.
4050
a27b451e
MB
40512001-03-30 Miles Bader <miles@gnu.org>
4052
4053 * subr.el (interactive-form): Fix paren typo.
4054
aea51abe
EZ
40552001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
4056
4057 * emacs-lisp/profile.el: Say that it's obsolete in the header
4058 line, so that finder.el puts that into its data-base.
4059 Suggested by Alex Schroeder <alex@gnu.org>.
4060
249dd409
EZ
40612001-03-29 Paul Eggert <eggert@twinsun.com>
4062
4063 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
4064 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
4065
1ac1fa96
SM
40662001-03-29 Stefan Monnier <monnier@cs.yale.edu>
4067
4068 * generic.el (generic-mode-set-comments): Use "" rather than nil
4069 for comment-end.
4070
e2b8a830
GM
40712001-03-29 Gerd Moellmann <gerd@gnu.org>
4072
1ac1fa96
SM
4073 * emacs-lisp/advice.el (ad-make-advised-definition):
4074 Call interactive-form to obtain the interactive spec of subrs.
e2b8a830
GM
4075
4076 * subr.el (interactive-form): New function.
4077
8b2375e7
AS
40782001-03-29 Andre Spiegel <spiegel@gnu.org>
4079
4080 * vc-sccs.el (vc-sccs-register): Use relative file names.
4081
f827b862
GM
40822001-03-28 Gerd Moellmann <gerd@gnu.org>
4083
e59d0e9d
GM
4084 * bookmark.el (bookmark-get-bookmark): Handle case that
4085 BOOKMARK is not a string.
4086
deb2613a
GM
4087 * image.el (image-type-regexps): Change type for PS files
4088 to `postscript'.
4089
f827b862 4090 * subr.el (read-passwd): Clear command history after each
b52758d1
EZ
4091 character entered. From: Stephen Gildea
4092 <gildea@stop.mail-abuse.org>.
f827b862 4093
3c9449d0
KH
40942001-03-27 Kenichi Handa <handa@etl.go.jp>
4095
4096 * international/kkc.el (kkc-save-init-file): Locally bind
4097 print-length to nil.
4098
e6b13c74
GM
40992001-03-26 Gerd Moellmann <gerd@gnu.org>
4100
e120bebf
GM
4101 * textmodes/flyspell.el: Some doc fixes.
4102 (flyspell-maybe-correct-transposition)
4103 (flyspell-maybe-correct-doubling): Use a temporary buffer
4104
4105 * textmodes/ispell.el (ispell-parse-output): Doc fix.
4106
5f6c5771 4107 * emacs-lisp/byte-opt.el (byte-optimize-while)
e6b13c74
GM
4108 (byte-optimize-form-code-walker): Diagnose too few arguments
4109 for `if' and `while'.
4110
2b984c45
KH
41112001-03-26 Kenichi Handa <handa@etl.go.jp>
4112
4113 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
4114 Prepend `\' to "\<quail-translation-docstring>".
4115
bf2150fa
GM
41162001-03-26 Gerd Moellmann <gerd@gnu.org>
4117
5f6c5771
SM
4118 * autorevert.el (global-auto-revert-non-file-buffers):
4119 Remove duplicate defcustom.
bf2150fa 4120
a0d59316
MB
41212001-03-26 Miles Bader <miles@gnu.org>
4122
5f6c5771
SM
4123 * international/latin1-disp.el (latin1-char-displayable-p):
4124 Add leading "-" for X font pattern.
a0d59316 4125
9edbff6c
KH
41262001-03-26 Kenichi Handa <handa@etl.go.jp>
4127
5f6c5771
SM
4128 * international/mule-diag.el (describe-coding-system):
4129 For raw-text and emacs-mule, don't add anymore text about what
9edbff6c
KH
4130 charsets they can encode.
4131
50b57199
EZ
41322001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
4133
4134 * help.el (view-lossage): Mention open-dribble-file in the doc
4135 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
4136
5b83f9c0
SM
41372001-03-23 Stefan Monnier <monnier@cs.yale.edu>
4138
4139 * skeleton.el (skeleton-internal-list): Fix bogus logic.
4140 (skeleton-pair-insert-maybe): Don't pair after a backslash.
4141
e0ecbf5c
KH
41422001-03-23 Kenichi Handa <handa@etl.go.jp>
4143
5b83f9c0
SM
4144 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
4145 Call ccl-execute-on-string directly so that CCL program handling
e0ecbf5c
KH
4146 multibyte sequence can work correctly.
4147 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
4148 property of the coding system.
4149
1cc218de
SM
41502001-03-23 Stefan Monnier <monnier@cs.yale.edu>
4151
4152 * textmodes/fill.el (fill-individual-paragraphs-prefix):
4153 Fix transcription typo.
4154
a3db02ad
RV
41552001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
4156
4157 * whitespace.el: Add buffer local variables to toggle testing of
4158 whitespaces in buffers without affecting the default values.
a3db02ad 4159 Bump version to 3.0 to account for a few other changes.
1cc218de
SM
4160 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
4161 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
4162 (whitespace-toggle-spacetab-check): New functions.
a3db02ad 4163
83c9cb8e
SM
41642001-03-21 Stefan Monnier <monnier@cs.yale.edu>
4165
4166 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
4167
180d5509
GM
41682001-03-21 Gerd Moellmann <gerd@gnu.org>
4169
eeb5b5c1
GM
4170 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
4171 bs-cycle-configuration-name. From Juanma Barranquero
4172 <lektu@uol.com.br>.
4173
170a9e70
GM
4174 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
4175 and cc-vars.el.
4176
180d5509
GM
4177 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
4178 headers. Always invoke sendmail with option -t.
4179
130c507e
GM
41802000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4181
4182 * Release of cc-mode 5.28.
4183
41842000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4185
4186 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
4187 Removed the hardcoded switch to "java" style in Java mode.
83c9cb8e 4188 It's instead taken care of by the default value for c-default-style.
130c507e 4189
130c507e
GM
41902000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4191
4192 * cc-align.el (c-lineup-math): Fix bug where lineup was
4193 triggered by equal signs in string literals.
4194
41952000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4196
4197 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
4198 limit detection when at the ends of the buffer.
4199
4200 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
4201 "for" statement clause in case 7F; a better one is done
4202 earlier in case 7D anyway.
4203
42042000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4205
4206 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
4207 somewhat more and did a small optimization.
4208
42092000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4210
4211 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
4212 Use the limit argument only to limit the syntactic context
4213 search, not to limit the actual movement.
4214
4215 * cc-cmds.el (c-beginning-of-statement): Move by sentence
4216 inside multiline strings, just like in comments. Also various
4217 fixes to the paragraph and comment prefix recognition, block
4218 comment ender handling etc.
4219
42202000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4221
4222 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
4223 the relative position of the point.
4224
4225 * cc-cmds.el (c-electric-continued-statement): New function to
4226 use as abbrev hook to reindent for keywords such as "else"
4227 that continues an earlier statement.
4228
4229 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
4230 like classes.
4231
4232 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
4233 (pike-mode): Populate the default abbrev tables to reindent for
4234 keywords such as "else" that can continue earlier statements.
4235 Abbrev mode is therefore turned on by default now. (Note that
4236 this doesn't apply to idl-mode, since IDL afaik doesn't have
4237 statements at all.)
4238
42392000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4240
4241 * cc-engine.el (c-inside-bracelist-p): Fix for handling
4242 bracelists where the declaration contains template arguments.
4243
42442000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4245
83c9cb8e
SM
4246 * cc-cmds.el (c-comment-indent):
4247 Use `c-get-syntactic-indentation' to correctly calculate the
130c507e
GM
4248 syntactic indentation. Fixes bug with lineup functions that
4249 return vectors.
4250
4251 * cc-engine.el (c-get-syntactic-indentation): Split the
4252 indentation sum calculation from `c-indent-line' to a separate
4253 function.
4254
42552000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4256
4257 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
4258 Fixed places where it was assumed that preprocessor directives
4259 have to start in column zero.
4260
4261 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
4262 template arguments after a class identifier properly.
4263
4264 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
4265 lists for `new Foo[]' constructs in Java as expressions and
4266 not top level definition brace lists on the top level, so that
4267 they'll get indented consistently with the same type of
4268 expression in a normal block.
4269
42702000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4271
4272 * cc-cmds.el (c-fill-paragraph): The kludge that checks
4273 whether the adaptive filling package fails to keep the comment
4274 prefix is now kludged further to check for filladapt-mode
4275 which doesn't have that problem. This is really icky, but it's
4276 the only way that works with the current misfeatures/bugs in
4277 both adaptive-fill-mode and filladapt-mode.
4278
4279 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
4280 around point is recognized more robust.
4281
42822000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4283
4284 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
4285 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
4286 (c-lit-type): Fixed all internal variables used dynamically so
4287 that they are always bound.
4288
4289 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
4290 errors:
4291
4292 (c-indent-region): Fixed reporting of syntactic errors so that
83c9cb8e
SM
4293 the region is fully reindented even when an error occurs.
4294 The last syntactic error is printed afterwards. Also cleanup up a
130c507e
GM
4295 whole lot of code that tried to optimize indentation of whole
4296 sexps but in reality accomplishes nothing.
4297
4298 (c-indent-sexp): Use c-indent-region.
4299
4300 (c-parsing-error): Changed this variable to hold the message
4301 for any syntactic error that is discovered.
4302
4303 (c-parse-state): Search backward from point instead of the bod
4304 position when the latter is invalid. This makes CC Mode
4305 recover faster when there are unbalanced close braces.
4306
4307 (c-backward-to-start-of-if): Use c-parsing-error to report
4308 dangling "else" clauses instead of throwing an error, and fall
4309 back to a reasonable position.
4310
83c9cb8e 4311 (c-indent-line): Added argument to avoid reporting syntactic errors.
130c507e 4312
83c9cb8e 4313 (c-show-syntactic-information): Don't report any syntactic errors.
130c507e
GM
4314
43152000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4316
4317 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
4318 paragraph recognition when moving by sentence in literals.
4319
83c9cb8e
SM
4320 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
4321 start regexp for javadoc to recognize javadoc markup in general instead
4322 of a specific set of keywords, to be more future-safe.
130c507e
GM
4323
4324 (c-Pike-pikedoc-paragraph-start)
4325 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
4326 pikedoc markup.
4327
83c9cb8e 4328 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
130c507e 4329
83c9cb8e 4330 (pike-mode): Initialize paragraph settings pikedoc recognition.
130c507e
GM
4331
4332 * cc-vars.el (c-default-style): Made a nicer Customize widget.
4333
4334 (c-comment-prefix-regexp): Made it possible to use an
4335 association list on this to specify mode specific regexps.
4336 The default value now use a special regexp in Pike mode to
4337 recognize pikedoc markup.
4338
4339 (c-current-comment-prefix): New variable containing the actual
4340 regexp from c-comment-prefix-regexp for the current buffer.
4341
43422000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4343
4344 * cc-cmds.el (c-electric-brace): Fixed check for special brace
4345 lists: We can't look at the syntax, since a brace list can get
4346 recognized as a plain statement-cont.
4347
4348 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
4349 special brace list opener broken over two lines got recognized
4350 as a statement on the second line. Case 9A changed.
4351
43522000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4353
4354 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
4355 adjustment after line is reindented.
4356
43572000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4358
4359 * cc-defs.el (c-point): Added optional argument for position
4360 to use instead of the current point.
4361
4362 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
4363 the in-expression block symbols when the construct starts at
4364 boi, to avoid the extra level of indentation in that case.
4365 Cases 4, 16A and 17E affected.
4366
43672000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4368
4369 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
83c9cb8e 4370 calls to `c-indent-line', to adhere better to Emacs conventions.
130c507e
GM
4371
4372 * cc-engine.el (c-indent-line): Use the syntax already bound
4373 to `c-syntactic-context', if there is any.
4374
43752000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4376
4377 * cc-engine.el (c-get-offset): Fixed bug where the indentation
4378 wasn't added up correctly when a lineup function returned nil.
4379
43802000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4381
4382 * cc-engine.el (c-collect-line-comments): Fixed bug where
83c9cb8e 4383 empty lines were ignored when collecting line comments backwards.
130c507e
GM
4384
43852000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4386
4387 * cc-align.el (c-lineup-dont-change): Return an absolute
4388 indentation column to work correctly in the case when several
4389 syntactic elements are processed for the same line.
4390
4391 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
4392 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
4393 (c-set-offset): Added absolute indentation column settings by
4394 using the vector type.
4395
130c507e
GM
43962000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4397
4398 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
4399 Implemented two new cleanups `space-before-funcall' and
4400 `compact-empty-funcall'.
4401
130c507e
GM
44022000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4403
4404 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
4405 helping building regexps.
4406
4407 * cc-engine.el (c-on-identifier): New function for detecting
4408 identifiers. It takes keywords into account.
4409
4410 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
4411 lists. `c-keywords' is set to a regexp matching all keywords
4412 in the current language.
4413
44142000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4415
4416 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
4417 list of characters to skip backwards over at the beginning of
4418 a statement, since it can precede string literals in Pike.
4419
44202000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4421
4422 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
4423 recognition when standing on the last line in a C++ comment
4424 with nothing but whitespace after the prefix.
4425
4426 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
4427 given no limit argument.
4428
44292000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4430
4431 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
4432 recognition for the `[]= operator symbol in Pike.
4433
44342000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4435
4436 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
4437 around a bug in `eval-when-compile' in the byte compiler.
4438
4439 * cc-engine.el (c-forward-token-1): Fixed bug with return
83c9cb8e 4440 value when count is zero and there's no token start within the limit.
130c507e
GM
4441
4442 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
4443 "prefix comments", i.e. comments which are followed by code on
4444 the same line.
4445
4446 * cc-mode-19.el: Fixes so that checks that must be done at
4447 compile time also are done then.
4448
44492000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4450
4451 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
4452 time and at runtime, and only when it's needed.
4453
44542000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4455
4456 Major cleanup for less error prone and more warning free
4457 compilation, including some fixes for bugs due to different
4458 compilation orders. Thanks to Martin Buchholz for providing
4459 the basis for all this.
4460
4461 * cc-bytecomp.el: New file that provides some byte compilation
4462 features: It ensures that files always are loaded from the
4463 current source directory during compilation, and it provides a
4464 set of macros to turn off specific compiler warnings for
4465 specific symbols. (It's not CC Mode specific in any way.)
4466
4467 Fixed a nearly acyclic dependency tree (both runtime and
4468 compile-time) between all files.
4469
4470 * cc-defs.el: Separated all macros before the inline functions,
4471 to ensure correct compilation.
4472
4473 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
4474 cc-defs.el to cc-engine.el and made it a function instead.
4475
4476 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
4477 about char-after.
4478
4479 * cc-vars.el: Cope even when there isn't a custom package
4480 containing defcustom available.
4481
4482 * cc-make.el: Removed since it's no longer necessary.
4483
4484 README: Updated installation instructions.
4485
44862000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4487
4488 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
4489 improve the modularity: Moved all mode init stuff from
4490 cc-langs.el to cc-mode.el, including the keymap
4491 initialization; cc-langs now only contains the various
4492 variables for configuring the language syntax.
4493
83c9cb8e
SM
4494 * cc-engine.el, cc-styles.el (c-evaluate-offset)
4495 (c-get-offset): Moved from cc-styles to cc-engine since file
130c507e 4496 dependency analysis suggests they belong there (which also
83c9cb8e 4497 makes more sense). Thanks to Martin Buchholz for doing the analysis.
130c507e
GM
4498
44992000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4500
4501 * cc-cmds.el (c-fn-region-is-active-p): New function that
4502 wraps the corresponding macro, for use in places that aren't
4503 compiled. Thanks to Martin Buchholz for pointing out this.
4504
83c9cb8e 4505 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
130c507e
GM
4506
4507 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
4508 add things to the bug report.
4509
45102000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4511
4512 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
4513 returned prefix could contain a newline when the search for a
4514 good prefix line failed.
4515
45162000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4517
4518 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
4519 (c-toggle-auto-hungry-state): Made the argument optional, as
4520 the documentation says it is.
4521
45222000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
4523
4524 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
4525 multiline string syntax, #"...", as a cpp macro.
4526
7008ccac
GM
45272001-03-21 Paul Eggert <eggert@twinsun.com>
4528
83c9cb8e
SM
4529 * international/mule-cmds.el (set-locale-environment):
4530 Set system-messages-locale and system-time-locale, but only if the
7008ccac 4531 caller specifies a non-nil locale name.
3c9449d0 4532
c2478129 45332001-03-20 Gerd Moellmann <gerd@gnu.org>
341c19b9
JW
4534
4535 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
c2478129 4536 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
341c19b9 4537
117e4b0c
GM
45382001-03-20 Gerd Moellmann <gerd@gnu.org>
4539
7194219d
GM
4540 * follow.el (follow-avoid-tail-recenter): Doc fix.
4541
5721ae13
GM
4542 * custom.el (custom-set-variables): Avoid reversing the list
4543 of args needlessly.
4544
7b8bbf72
GM
4545 * startup.el (fancy-splash-head): Don't change the colors of the
4546 XPM image on a dark background.
4547
a91ad7c9
GM
4548 * comint.el (comint-exec-1): Set columns of the terminal to
4549 window-width instead of frame-width.
4550
fa88947e
GM
4551 * info.el (Info-scroll-down): Add missing WINDOW arg for
4552 pos-visible-in-window-p.
4553
1741905c
GM
4554 * ehelp.el (electric-help-mode-hook): Add defcustom.
4555
117e4b0c
GM
4556 * mail/sendmail.el (mail-mode): Activate case-folding in
4557 font-lock-defaults.
4558
e84c695d
SM
45592001-03-19 Stefan Monnier <monnier@cs.yale.edu>
4560
4561 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
4562 (completion-ignored-extensions): Remove duplicate ".class".
4563
fc774041
AS
45642001-03-19 Andreas Schwab <schwab@suse.de>
4565
83c9cb8e
SM
4566 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
4567 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
fc774041 4568
c2c097cc
GM
45692001-03-19 Gerd Moellmann <gerd@gnu.org>
4570
4571 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
4572 methods since there are not prefix input methods.
4573
fbe2e958
KH
45742001-03-19 Kenichi Handa <handa@etl.go.jp>
4575
83c9cb8e
SM
4576 * international/mule-cmds.el (read-input-method-name):
4577 Locally bind enable-recursive-minibuffers to t.
fbe2e958 4578
da47e491
SM
45792001-03-18 Stefan Monnier <monnier@cs.yale.edu>
4580
4581 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
4582
4986c2c6 45832001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
83c9cb8e 4584
4986c2c6
MK
4585 * ediff-util.el: Copyright years.
4586 (ediff-choose-syntax-table): New function.
4587 (ediff-setup): Use ediff-choose-syntax-table.
83c9cb8e 4588
4986c2c6
MK
4589 * ediff-init.el (ediff-with-syntax-table): New macro, uses
4590 with-syntax-table.
83c9cb8e 4591
4986c2c6 4592 * ediff.el: Date of last update, copyright years.
83c9cb8e 4593
4986c2c6 4594 * ediff-wind (ediff-setup-control-frame): Nill->nil.
83c9cb8e 4595
4986c2c6
MK
4596 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
4597 of Scott Bronson.
4598 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
4599 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
4600 Deleted functions.
4601 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
4602 ex-token-list.
83c9cb8e 4603
4986c2c6 4604 * viper-util.el: Spaces, indentation.
83c9cb8e 4605
4986c2c6 4606 * viper.el: Changed version, modification time.
83c9cb8e 4607
3c799aec 46082001-03-16 John Wiegley <johnw@gnu.org>
83c9cb8e
SM
4609
4610 * calendar/timeclock.el (timeclock-workday-remaining):
4611 Check whether `discrep' is non-null before using it.
3c799aec 4612
ae3ce418
JW
46132001-03-16 John Wiegley <johnw@gnu.org>
4614
4615 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
4616 first-time checkins.
4617 (timeclock-log-data): Fixed problem with reading timelog log file.
4618 Resulting data in the "day list" was incorrect.
4619 (timeclock-find-discrep): Check if `timeclock-file' is readable
4620 before opening it.
4621 (timeclock-time-less-p): New function.
4622 (timeclock-day-base): New function.
4623 (timeclock-geometric-mean): New function.
4624 (timeclock-generate-report): Generate a summary report based on
4625 the contents of the log file. This uses `timeclock-log-data', and
4626 is an example of writing a timelog manipulation function.
4627 (timeclock-visit-timelog): A quick command for opening the timelog
4628 file.
4629 (timeclock-log-data): Bound the variable event.
4630
c8d4a9bb
KH
46312001-03-16 Kenichi Handa <handa@etl.go.jp>
4632
83c9cb8e
SM
4633 * international/mule-cmds.el (select-safe-coding-system):
4634 Fix typo: symbol-name -> symbol-value.
11d56c64 4635
c8d4a9bb
KH
4636 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
4637 before substitute-in-file-name to handle double slashes in FILE
4638 correctly.
4639
c899e7e6
GM
46402001-03-15 Gerd Moellmann <gerd@gnu.org>
4641
4642 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
4643 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
4644
819dce0f
GM
46452001-03-14 Gerd Moellmann <gerd@gnu.org>
4646
697617d9
GM
4647 * bindings.el (features): Add `md5' and `overlay' to the list.
4648
819dce0f
GM
4649 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
4650 bound before using it. It's not bound when configured without X,
4651 for instance.
4652
e0067a9d
TTN
46532001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
4654
4655 * progmodes/hideshow.el: Update copyright.
4656 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
ed368846 4657 (hs-minor-mode-hook): Include `:version' in defcustom form.
e0067a9d 4658
afcdc0a1
GM
46592001-03-13 Gerd Moellmann <gerd@gnu.org>
4660
e0067a9d 4661 * help.el (string-key-binding): Don't call event-start on
afcdc0a1
GM
4662 a non-list.
4663
30564c48
EZ
46642001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
4665
4666 * startup.el (fancy-splash-tail, command-line-1): Fix the
4667 copyright year.
4668
2b8e24b3
KH
46692001-03-13 Kenichi Handa <handa@etl.go.jp>
4670
4671 * term.el: These changes are based on a patch sent from Yong Lu
4672 <lyongu@yahoo.com>.
4673 (term-set-escape-char): Bind M-x to execute-extended-command in
4674 term-raw-escape-map.
4675 (term-move-columns): Don't try to move to negagive column.
4676 (term-emulate-terminal): Insert a string before deleting a text to
4677 overwrite.
4678
789b6186
GM
46792001-03-12 Gerd Moellmann <gerd@gnu.org>
4680
b0778a31
GM
4681 * play/life.el (life): Rearrange code so that all calls to
4682 life-display-generation are in a catch-form.
4683
04528cda
GM
4684 * progmodes/etags.el (tags-loop-continue): Don't change point in a
4685 file that isn't interesting. In an interesting file, push the old
4686 value of point on the mark ring.
4687
760cefb5
GM
4688 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
4689 New function.
4690 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
4691 Use it.
4692
83c9cb8e
SM
4693 * emacs-lisp/autoload.el (generate-file-autoloads):
4694 Remove warning about line lengths.
789b6186 4695
a2ffbafe
FP
46962001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
4697
4698 * progmodes/etags.el (tags-compression-info-list): New variable.
4699 (find-tag-in-order): Use it to deal with compressed source files.
4700 (tag-file-name-match-p): New function.
4701 (etags-recognize-tags-table): Use it for better match of file names.
4702
5c9d9d92
KH
47032001-03-12 Kenichi Handa <handa@etl.go.jp>
4704
ba3e9b9b
KH
4705 * international/mule-cmds.el (register-input-method): Doc fix.
4706
5c9d9d92
KH
4707 * international/quail.el (quail-translate-key): Fix condition to
4708 check if there's another breaking point in the current key.
4709
40beecee
EZ
47102001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
4711
4712 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
4713 Babyl header to the newly-created output file, bind
4714 coding-system-for-write to either rmail-file-coding-system or
4715 emacs-mule-unix.
4716
75c6cb7f
SM
47172001-03-11 Stefan Monnier <monnier@cs.yale.edu>
4718
4719 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
4720 Fix the name and regexp used for subsubsections.
4721
5ec17636
DL
47222001-03-10 Dave Love <fx@gnu.org>
4723
4724 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
4725 and save-buffer if buffer-file-name non-nil. From rms.
4726
6d2e2c02
AS
47272001-03-10 Andre Spiegel <spiegel@gnu.org>
4728
4729 * vc.el (vc-do-command): If the destination buffer is already
a2ffbafe 4730 current, don't set it up and don't erase it. Updated doc string
6d2e2c02
AS
4731 to reflect that.
4732 (vc-version-diff): When doing a single file diff, don't switch to the
a2ffbafe 4733 *vc-diff* buffer before the command. This is to preserve local
6d2e2c02
AS
4734 variable bindings that might affect the diff command.
4735 (vc-print-log): Don't switch to the *vc* buffer before the
4736 command, so that local variable bindings are preserved.
4737
789b6186 4738 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
6d2e2c02
AS
4739 not the current buffer.
4740 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
4741
789b6186 4742 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
6d2e2c02 4743 make output go to buffer *vc*, not the current buffer.
a2ffbafe 4744
b18f5523
SM
47452001-03-09 Stefan Monnier <monnier@cs.yale.edu>
4746
4747 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
4748 so ^, $, *, ? and + are interpreted correctly.
4749
3cfd8357
GM
47502001-03-09 Gerd Moellmann <gerd@gnu.org>
4751
c085b77c 4752 * help.el (string-key-binding): Renamed from
f9db8f19
SM
4753 mode-line-key-binding. Handle any event on a string.
4754 Check for `keymap' properties as well as `local-map' properties.
c085b77c 4755
3cfd8357
GM
4756 * comint.el (comint-insert-clicked-input): Use the last key
4757 from this-command-keys to lookup the global key definition.
4758
348f797a
KH
47592001-03-09 Kenichi Handa <handa@etl.go.jp>
4760
3ebf3717
KH
4761 * international/characters.el: Add category `j' for
4762 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
4763
348f797a
KH
4764 * international/mule-conf.el (no-conversion): Fix docstring.
4765 (raw-text): Fix docstring.
4766
e1fbabaf
GM
47672001-03-08 Gerd Moellmann <gerd@gnu.org>
4768
96e8e603
GM
4769 * simple.el (choose-completion-string): When not leaving the
4770 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
4771 is set.
4772
e1fbabaf
GM
4773 * window.el (shrink-window-if-larger-than-buffer): Handle frame
4774 parameter `(minibuffer . t)'.
4775
f9db8f19
SM
47762001-03-07 Stefan Monnier <monnier@cs.yale.edu>
4777
4778 * progmodes/sh-script.el (sh-st-symbol): New symbol.
4779 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
4780 (sh-mode): Remove `make-local-variable' for unused var
4781 `font-lock-unfontify-region-function'.
4782
02756877
RS
47832001-03-07 Richard M. Stallman <rms@gnu.org>
4784
132bf46d
RS
4785 * info.el (Info-scroll-down): Fix previous change.
4786
02756877
RS
4787 * mail/rmail.el (rmail-toggle-header): Use a window which
4788 is showing the Rmail buffer, rather than the selected window.
4789
eeb24429
DL
47902001-03-07 Dave Love <fx@gnu.org>
4791
4792 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
4793 now, to avoid problems with binding imenu directly to a mouse event.
4794
3bdf2660
GM
47952001-03-07 Gerd Moellmann <gerd@gnu.org>
4796
4797 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
4798 second arg t.
4799
48002001-03-07 Stefan Monnier <monnier@cs.yale.edu>
5aaaec5d
SM
4801
4802 * log-edit.el (log-edit-common-indent): New var.
4803 (log-edit-set-common-indentation): Renamed from
4804 log-edit-delete-common-indentation. Use the new var.
4805 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
4806
4807 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
4808 (cvs-mode-add-change-log-entry-other-window):
4809 Don't presume change-log-default-name is defined.
4810
4811 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
4812
4813 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
4814 the "tree" operation as well.
4815
4816 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
4817
4818 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
4819 to match paragraph-start.
4820
4821 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
4822 comment-start-skip and set comment-end-skip as well.
4823 (sgml-comment-indent): Fix for new value of comment-start-skip.
4824 (html-autoview-mode): Don't bother using make-local-hook.
4825
2ad02767
GM
48262001-03-07 Gerd Moellmann <gerd@gnu.org>
4827
189638d5 4828 * cus-edit.el (custom-save-delete): Move in front of local
83c9cb8e 4829 variables, otherwise long Custom entries would make them ineffective.
189638d5 4830
2ad02767
GM
4831 * uniquify.el: Set maintainer to FSF.
4832
656f8cae
EZ
48332001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
4834
4835 * dired-aux.el (dired-do-shell-command): Doc fix.
4836
c83965c4
SM
48372001-03-06 Stefan Monnier <monnier@cs.yale.edu>
4838
04af43bc
SM
4839 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
4840
4841 * which-func.el (which-func-modes): Add cperl-mode.
4842 (which-func-mode-global): Use define-minor-mode.
4843
4844 * info-look.el: Docstring fixes and dead code eliminated.
4845 (cperl-mode): Add support.
4846 (emacs-lisp-mode): List all entries from elisp manual, whether
4847 or not they are currently (f)bound or not. Update regexp.
4848
4849 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
4850
c83965c4
SM
4851 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
4852 so that C-h m shows the correct information.
4853 Use make-local-variable rather than make-variable-buffer-local.
4854 (cperl-info-buffer, cperl-setup-tmp-buf):
4855 Use make-local-variable rather than make-variable-buffer-local.
4856 (cperl-msb-fix, cperl-get-help-defer):
4857 Check major-mode for `cperl-mode' as well.
4858
4859 * progmodes/cperl-mode.el: Updated to author version 4.23.
4860 (cperl-electric-pod): SYNOPSIS was misspelled.
4861 (cperl-find-pods-heres): @if ? a : b was considered a REx.
4862 (cperl-after-expr-p): Make true after __END__.
4863
f16a7aa5
GM
48642001-03-06 Gerd Moellmann <gerd@gnu.org>
4865
157ae273 4866 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
6c08bb38 4867 bookmark-completion-ignore-case is t.
157ae273 4868
f16a7aa5
GM
4869 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
4870 switch, like xterm, and concat resource strings, with a newline
4871 between them.
4872
abaddb98
EZ
48732001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
4874
a2ffbafe 4875 * international/codepage.el (cp770-decode-table)
106e96bd
EZ
4876 (cp773-decode-table, cp774-decode-table): New variables.
4877
abaddb98
EZ
4878 * man.el (Man-hyphenated-reference-regexp): New variable.
4879 (Man-build-references-alist): Use it to search for referenced
4880 manpages. If hyphenated is non-nil, record a concatenated word in
4881 Man-refpages-alist only if it matches Man-reference-regexp.
4882 Update word's length when it is concatenated. Reverse the list,
4883 to get the first manpage at the head.
4884 (Man-possibly-hyphenated-word): New function.
4885 (Man-follow-manual-reference): Use it instead of current-word to
4886 find a manpage at point, in a way that accounts for hyphenated
4887 references.
4888
eb3f61dd
GM
48892001-03-06 Alex Schroeder <alex@gnu.org>
4890
4891 * sql.el (sql-interbase): New function.
4892 (sql-interbase-program): New option.
4893 (sql-interbase-options): New option.
4894 And some typos fixed: "customise" to "customize".
4895
fa84f42a
DL
48962001-03-06 Dave Love <fx@gnu.org>
4897
83c9cb8e
SM
4898 * textmodes/flyspell.el (flyspell-region):
4899 Set up flyspell-local-mouse-map.
fa84f42a 4900
fda3411d
RS
49012001-03-05 Richard M. Stallman <rms@gnu.org>
4902
a2ffbafe 4903 * mail/rmail.el (rmail-retry-failure):
fda3411d
RS
4904 Don't call rmail-beginning-of-message.
4905 Don't discard From: field. Do discard Received: field.
4906 Use unwind-protect to re-prune.
4907 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
a2ffbafe 4908
e972ab1f
KH
49092001-03-06 Kenichi Handa <handa@etl.go.jp>
4910
4911 * international/quail.el (quail-title): Add autoload cookie.
4912
335db3c1
DL
49132001-03-05 Dave Love <fx@gnu.org>
4914
4915 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
4916 new defs.
4917
278dd6ac
KH
49182001-03-05 Kenichi Handa <handa@etl.go.jp>
4919
83c9cb8e
SM
4920 * language/ethio-util.el (ethio-toggle-space):
4921 Update current-input-method-title if necessary.
36d5e61d
KH
4922 (ethio-toggle-punctuation): Likewise.
4923
341cd4f0
KH
4924 * international/quail.el (quail-title): Fix for the case that a
4925 title of an input method is specified by a list of the same form
4926 as used in mode-line-format.
4927
83c9cb8e
SM
4928 * international/mule-cmds.el (activate-input-method):
4929 If current-input-method-title is set by activating INPUT-METHOD,
278dd6ac
KH
4930 respect that value.
4931
10ebaeb6
GM
49322001-03-05 Gerd Moellmann <gerd@gnu.org>
4933
4934 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
4935
7a65c85c
GM
49362001-03-05 Alex Schroeder <alex@gnu.org>
4937
4938 * sql.el (sql-sybase): Fix typo (was: query user about server two
4939 times instead of server and database).
4940
4941 * sql.el (sql-sybase): Doc change.
4942 (sql-mysql): Doc change.
4943 (sql-postgres): Doc change.
4944
b86644f2
KH
49452001-03-05 Kenichi Handa <handa@etl.go.jp>
4946
83c9cb8e
SM
4947 * international/mule-conf.el (emacs-mule, raw-text):
4948 Docstring modified.
b86644f2 4949
e30bd7b7
EZ
49502001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
4951
4952 * term/internal.el: Update copyright notice.
4953
4954 * term/pc-win.el: Update copyright notice.
4955
7e365285
DL
49562001-03-02 Dave Love <fx@gnu.org>
4957
83c9cb8e
SM
4958 * files.el (insert-file-contents-literally):
4959 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
4960 not jka-compr-compression-info-list.
7e365285 4961
75ed43a6
SM
49622001-03-02 Stefan Monnier <monnier@cs.yale.edu>
4963
4964 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
4965 spaces in default comment-start-skip settings rather than \s-.
4966
53c4b1e6
EZ
49672001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
4968
4969 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
4970 default-frame-alist as well.
4971
028d739a
DL
49722001-03-01 Dave Love <fx@gnu.org>
4973
4974 * textmodes/reftex.el (defvar): Wrap some defvars in
4975 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
4976
4977 * subr.el (event-basic-type): Doc fix.
4978
4979 * international/quail.el: Doc fixes.
4980
4981 * international/utf-8.el: Doc fixes.
4982
4983 * international/mule-cmds.el: Doc fixes.
4984 (leim-list-header): Fix header text.
4985
4986 * international/mule.el (coding-system-category): Doc fix.
4987
4988 * international/ccl.el (ccl-compile): Doc fix.
4989
15d1caef
SM
49902001-03-01 Stefan Monnier <monnier@cs.yale.edu>
4991
4992 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
4993 rather than (before|after)-change-functions.
4994
f84ff02c
GM
49952001-03-01 Gerd Moellmann <gerd@gnu.org>
4996
4997 * ediff-util.el (ediff-scroll-horizontally): Arrange for
4998 scroll-left and scroll-right being called interactively so that
4999 they set the window's min_hscroll.
5000
e0c1e774
EZ
50012001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
5002
5003 * info.el (info-insert-file-contents-1): Accept an additional
5004 argument `lfn': if it is non-nil, concatenate `filename' and
83c9cb8e
SM
5005 `suffix'; otherwise use the complicated MS-DOS code.
5006 All callers changed.
e0c1e774
EZ
5007 (info-insert-file-contents, Info-find-node): If the MS-DOS port
5008 can access long file names, try the long file-name version of
5009 `info-insert-file-contents-1', then the short file-name version.
5010
b8b2ea31 50112001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
1d64e2ad 5012
af122766
KH
5013 * language/ethio-util.el (setup-ethiopic-environment-internal):
5014 Change bindings of functions keys to conform to "Emacs Lisp Coding
5015 Convention".
5016
5017 * language/ethiopic.el ("Ethiopic"): Add documentation.
5018
b8b2ea31
KH
50192001-02-28 Kenichi Handa <handa@etl.go.jp>
5020
1d64e2ad
KH
5021 * international/utf-8.el (mule-utf-8): Set coding-category
5022 property to coding-category-utf-8.
5023
91cb6e51
RS
50242001-02-27 Richard M. Stallman <rms@gnu.org>
5025
5026 * lpr.el (lpr-page-header-switches, print-region-1):
5027 Undo 2000-07-06 change.
7298f3f7
RS
5028 (lpr-add-switches): Default to t on gnu/linux.
5029
c0cb1027
GM
50302001-02-27 Gerd Moellmann <gerd@gnu.org>
5031
5032 * bs.el (bs-attributes-list): Doc fix.
5033
01459648
GM
50342001-02-26 Gerd Moellmann <gerd@gnu.org>
5035
baebd8a5 5036 * help.el (describe-project): Display the file THE-GNU-PROJECT.
a2ffbafe 5037
01459648
GM
5038 * help.el (view-order-manuals): Use goto-address.
5039
5040 * startup.el (command-line-1): Add info about ordering manuals
5041 to the not so fancy splash screens.
5042
f93e614e
AS
50432001-02-26 Andre Spiegel <spiegel@gnu.org>
5044
01459648
GM
5045 * vc.el (vc-default-workfile-unchanged-p)
5046 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
f93e614e 5047
12435002
GM
50482001-02-26 Gerd Moellmann <gerd@gnu.org>
5049
a2ffbafe 5050 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
c596c392
GM
5051 fontify in the right buffer.
5052
12435002
GM
5053 * allout.el (outline-flag-region): Move macro in front of first
5054 use to avoid a run-time error.
5055
425de386
AI
50562001-02-24 Andrew Innes <andrewi@gnu.org>
5057
5058 * makefile.w32-in: Fix copyright notice.
5059
66c56ed1
KH
50602001-02-24 Kenichi Handa <handa@etl.go.jp>
5061
4c1593ce
KH
5062 * international/utf-8.el (mule-utf-8): Set correct value for
5063 valid-codes property.
5064
66c56ed1
KH
5065 * international/fontset.el (x-complement-fontset-spec): In the
5066 case that we use ASCII font for the other charsets, use only
15d1caef 5067 family and registry part of it.
66c56ed1 5068
119171dd
EZ
50692001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
5070
5071 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
5072 (shrink-window-if-larger-than-buffer): Doc fix.
5073
932c309e
SM
50742001-02-23 Stefan Monnier <monnier@cs.yale.edu>
5075
5076 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
5077 predicate passed to completing-read.
5078
9b760e36
EZ
50792001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
5080
5081 * startup.el (command-line): Fix last change.
5082
5c39a60f
JR
50832001-02-23 Jason Rumney <jasonr@gnu.org>
5084
5085 * startup.el (tool-bar-originally-present): New variable.
5086 (command-line): Set it if the tool-bar is switched on at startup.
5087
5088 * frame.el (frame-notice-user-settings): Only adjust frame height
5089 for no tool-bar case if tool-bar was originally switched on.
796ead7e 5090 From E. Jay Berkenbilt.
5c39a60f 5091
cb91b2c7
SM
50922001-02-22 Stefan Monnier <monnier@cs.yale.edu>
5093
39b557e8
SM
5094 * server.el (server-switch-buffer): Only switch window if the
5095 current one is dedicated.
5096
cb91b2c7
SM
5097 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
5098 rather than using (match-beginning 0) when searching for break point.
5099
9238a8df
EZ
51002001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
5101
5102 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
5103 @ follows an accent command such as @'. Support optional braces
5104 in commands that insert accents, like makeinfo does.
5105
3473f362
GM
51062001-02-22 Gerd Moellmann <gerd@gnu.org>
5107
5108 * startup.el (fancy-splash-text): Add a line for ordering
5109 manuals. Reverse order of splash screens shown.
5110 (use-fancy-splash-screens-p): Adapt to the text line added.
5111
5112 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
5113 manuals from the FSF.
5114
5115 * help.el (view-order-manuals): New function.
5116 (toplevel): Bind C-h C-m to this function.
5117
76a4de07
SM
51182001-02-21 Stefan Monnier <monnier@cs.yale.edu>
5119
5120 * newcomment.el (comment-forward): Skip the comment-start before
5121 searching for the comment-end.
5122
75b71d85
DL
51232001-02-21 Dave Love <fx@gnu.org>
5124
2f4c9a87
DL
5125 * custom.el (custom-initialize-changed, defcustom): Doc fix.
5126
75b71d85
DL
5127 * international/mule-cmds.el, international/mule.el: Doc fixes.
5128
ffc9ff0c
GM
51292001-02-21 Gerd Moellmann <gerd@gnu.org>
5130
5131 * startup.el (fancy-splash-screens): Use display-hourglass
5132 instead of display-busy-cursor.
5133
5134 * frame.el (display-hourglass): Renamed from busy-cursor.
5135 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
5136 (show-cursor-in-non-selected-windows): Doc fix.
5137
f34eb373
DL
51382001-02-20 Dave Love <fx@gnu.org>
5139
5140 * international/utf-8.el: Doc and commentary fixes.
5141
f55e4a7e
EZ
51422001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
5143
5144 * ehelp.el (with-electric-help): Doc fix.
5145
fa97adf6
GM
51462001-02-20 Gerd Moellmann <gerd@gnu.org>
5147
5148 * msb.el (msb-mode): Call the update-buffers function explicitly
5149 with a FORCE argument.
5150
5151 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
5152 FORCE. If set, update the menu even if frame-or-buffer-changed-p
5153 returns nil.
5154
54ed3bd2
GM
51552001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5156
5157 * ps-print.el: Timestamp package replacement. Some enhancements.
5158 Some XEmacs compatibility. Doc fix.
5159 (ps-print-version): New version number (6.4).
5160 (ps-printer-name): Initialization fix.
5161 (ps-zebra-stripe-follow): Funcionality enhancement.
5162 (ps-prologue-file): Code enhancement.
5163 (ps-right-header): Timestamp package replacement.
83c9cb8e
SM
5164 (ps-setup, ps-face-bold-p, ps-face-italic-p)
5165 (ps-get-page-dimensions)
54ed3bd2
GM
5166 (ps-generate-header, ps-begin-file, ps-begin-job)
5167 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
5168 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
5169 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
5170 (coding-system-for-write): Var declaration (XEmacs compatibility).
a2ffbafe 5171
e8ebf97d
MB
51722001-02-20 Miles Bader <miles@gnu.org>
5173
5174 * image-file.el (image-file-name-extensions): Add "tif".
5175
136b27c5
GM
51762001-02-19 Gerd Moellmann <gerd@gnu.org>
5177
5178 * wid-edit.el (widget-button-click): Save the selected window
5179 around the code handling clicks on buttons.
5180
6ebbcf59
DL
51812001-02-18 Dave Love <fx@gnu.org>
5182
5183 * imenu.el (imenu--generic-function): Use mapc to iterate over
5184 syntax characters.
5185
595ded73
RS
51862001-02-17 Richard M. Stallman <rms@gnu.org>
5187
b9fe3dc8
RS
5188 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
5189
595ded73
RS
5190 * uniquify.el (uniquify-buffer-name-style): Doc fix.
5191
f3f053f3
GM
51922001-02-16 Gerd Moellmann <gerd@gnu.org>
5193
5194 * mouse.el (mouse-save-then-kill): If the distance from the new
5195 point to the mark is equal to the distance of point from the new
5196 point, move point instead of the mark.
5197
11570a8f
DL
51982001-02-16 Dave Love <fx@gnu.org>
5199
5200 * textmodes/flyspell.el (flyspell-get-word): Return string without
5201 properties.
5202
fb339cd5
EZ
52032001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
5204
5205 * generic.el (generic-find-file-regexp): Doc fix.
5206 (generic-ignore-files-regexp): New defcustom.
5207 (generic-mode-find-file-hook): If the file's name matches the
5208 regexp in `generic-ignore-files-regexp', don't enter
5209 default-generic-mode. Doc fix.
5210
c56b1c1b
GM
52112001-02-16 Gerd Moellmann <gerd@gnu.org>
5212
a2ffbafe 5213 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
c220b753
GM
5214 Add autoload cookies.
5215
a2ffbafe 5216 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
c56b1c1b
GM
5217 of cal-tex-24.
5218
0d140e65
EZ
52192001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
5220
81558867
EZ
5221 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
5222
0d140e65
EZ
5223 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
5224 the character class after the (optional) drive, to support file
5225 names with embedded blanks.
5226
713f7b15
SS
52272001-02-15 Sam Steingold <sds@gnu.org>
5228
5229 * textmodes/tex-mode.el (tex-shell-running):
5230 Check the process buffer too.
5231
9a2a6f73
DL
52322001-02-15 Dave Love <fx@gnu.org>
5233
5234 * battery.el (battery-status-function): Fix doc, :type.
5235
15d1caef 5236 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
9a2a6f73 5237
fe10cef0
GM
52382001-02-15 Gerd Moellmann <gerd@gnu.org>
5239
5240 * subr.el (read-passwd): Clear Lisp memory holding password.
5241
126f5d4d
MB
52422001-02-15 Miles Bader <miles@gnu.org>
5243
5244 * info.el (Info-copy-current-node-name): New function.
5245 (Info-mode-menu): Add it to the menu.
5246
92e98d63
RS
52472001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
5248
5249 * international/mule-cmds.el (toggle-input-method): Doc fix.
5250
dd4e0e55
SM
52512001-02-13 Stefan Monnier <monnier@cs.yale.edu>
5252
5253 * replace.el (occur): Stop at end of buffer.
5254
402dbbd1
EZ
52552001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
5256
5257 * international/mule-cmds.el (set-input-method): Another doc fix.
5258
e9fcba3d
GM
52592001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
5260
5261 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
5262
78ad1cd5
MB
52632001-02-13 Miles Bader <miles@gnu.org>
5264
713f7b15 5265 * faces.el (set-face-background, set-face-foreground)
78ad1cd5
MB
5266 (set-face-stipple): Treat a value of nil as being `unspecified'.
5267
fce9d9dc
DL
52682001-02-12 Dave Love <d.love@dl.ac.uk>
5269
5270 * international/latin1-disp.el: Doc fixes.
5271 (latin1-display) <defgroup>: Add :link.
5272 (latin1-display) <function>: Set variable latin1-display.
5273
bc406911
EZ
52742001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
5275
5276 * international/mule-cmds.el (set-input-method): Doc fix.
5277
68514d48
EL
52782001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
5279
5280 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
5281 (speedbar-line-file): Return nil if not a file.
5282 (speedbar-buffers-line-path): Return file for tags, and dir for files.
5283
513bea45 52842001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
713f7b15 5285
513bea45
MK
5286 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
5287 for remote files.
bc406911 5288 (ediff-coding-system-for-read): Replaced the no-conversion default
513bea45 5289 with raw-text.
713f7b15 5290
513bea45 5291 * ediff-init.el: Removed :version from defcustom vars.
713f7b15 5292
83c9cb8e
SM
5293 * ediff-util.el (ediff-compute-custom-diffs-maybe):
5294 Better handling of the diff mode.
713f7b15 5295
513bea45 5296 * ediff.texi: Added ediff-coding-system-for-read.
713f7b15 5297
bc406911 5298 * viper.texi: Fix typos.
713f7b15 5299
521d4010
DL
53002001-02-11 Dave Love <fx@gnu.org>
5301
36fd8e17
DL
5302 * shadowfile.el: Doc fixes.
5303 (shadow) <defgroup>: Add :link.
5304 (shadowfile-unload-hook): New function.
5305 (shadow-initialize): Use defalias, not fset.
5306 (shadow-define-cluster, shadow-define-literal-group)
83c9cb8e 5307 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
36fd8e17 5308
521d4010
DL
5309 * international/mule.el: Doc and message fixes.
5310
36fd8e17
DL
5311 * international/ccl.el (define-ccl-program): Doc fix.
5312
92395bbe
KH
53132001-02-11 Kenichi Handa <handa@etl.go.jp>
5314
5315 * faces.el (mode-line): Set :line-width property to -1.
5316
103db06c
RS
53172001-02-10 Richard M. Stallman <rms@gnu.org>
5318
08b78974
RS
5319 * complete.el (partial-completion-mode): Doc fix.
5320
103db06c
RS
5321 * simple.el (delete-key-deletes-forward-mode):
5322 Change `let' to `let*' to fix gross bug in last change.
5323
5324 * repeat.el (repeat): Don't let execute-kbd-macro alter
5325 real-last-command.
5326
a6a1ee53
EZ
53272001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
5328
5329 * simple.el (eval-expression): Doc fix.
5330
d2f288c6
DL
53312001-02-09 Dave Love <fx@gnu.org>
5332
038f4ae3
DL
5333 * imenu.el (imenu-generic-expression): Doc fix.
5334
83c9cb8e
SM
5335 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
5336 From Juanma Barranquero.
038f4ae3 5337
15d1caef 5338 * emacs-lisp/authors.el (authors): Expand `root' before running find.
d2f288c6 5339
9804b846
KH
53402001-02-09 Kenichi Handa <handa@etl.go.jp>
5341
5342 * faces.el (set-face-attribute): Describe the case of a negative
5343 value specified for :line-width.
5344
532f5197
SM
53452001-02-08 Stefan Monnier <monnier@cs.yale.edu>
5346
5347 * which-func.el (which-func-mode): Invert which-func-mode-global.
83c9cb8e 5348 From Juanma Barranquero <lektu@uol.com.br>.
532f5197 5349
1d279666
DL
53502001-02-08 Dave Love <fx@gnu.org>
5351
4681ca3a
DL
5352 * wid-edit.el (widget-plist-convert-widget): Replace binding of
5353 widget-plist-value-type.
5354 (widget-alist-convert-widget): Replace binding of
5355 widget-alist-value-type.
5356
1d279666
DL
5357 * textmodes/paragraphs.el (sentence-end): Doc fix.
5358
83c9cb8e
SM
5359 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
5360 Remove `backward-line'.
1d279666 5361
532f5197
SM
5362 * play/pong.el (pong-blank-color, pong-bat-color)
5363 (pong-ball-color, pong-border-color, pong-left-key)
5364 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
5365 (pong-pause-key, pong-resume-key, pong-timer-delay):
5366 * mail/mh-comp.el (mh-compose-letter-function):
5367 * eshell/esh-mode.el (eshell-skip-prompt-function):
5368 * emulation/viper-ex.el (ex-unix-type-shell-options):
5369 * recentf.el (recentf-menu-filter):
5370 * ps-print.el (ps-print-region-function):
5371 * lpr.el (print-region-function):
5372 * forms.el (forms-mode-hooks):
5373 * dirtrack.el (dirtrack-directory-change-hook):
5374 * cus-start.el (temp-buffer-show-function, display-buffer-function):
5375 * textmodes/spell.el (spell-filter):
5376 * textmodes/fill.el (adaptive-fill-function):
5377 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
5378 * progmodes/etags.el (find-tag-default-function):
5379 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
1d279666
DL
5380 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
5381
6f676109
EZ
53822001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
5383
751d3bc4
EZ
5384 * emulation/viper-init.el (viper-fast-keyseq-timeout)
5385 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
5386 Meyering <jim@meyering.net>.
5387
6f676109
EZ
5388 * loadup.el: Revert last change.
5389
d3c26cdf
KH
53902001-02-07 Kenichi Handa <handa@etl.go.jp>
5391
83c9cb8e
SM
5392 * international/mule.el (transform-make-coding-system-args):
5393 Make it work also for coding systems not using CCL.
d3c26cdf 5394
44806980
EZ
53952001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
5396
9889af08
EZ
5397 * simple.el (previous-matching-history-element)
5398 (next-matching-history-element): Doc fix.
5399
44806980
EZ
5400 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
5401 specific part.
5402
1e36ff68
DL
54032001-02-06 Dave Love <fx@gnu.org>
5404
713f7b15 5405 * add-log.el (add-log-current-defun-function)
1e36ff68
DL
5406 (add-log-buffer-file-name-function, add-log-file-name-function):
5407 Fix :type.
5408 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
5409
c7ca58df
EZ
54102001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
5411
fecd556a
EZ
5412 * info.el (info-initialize): Remove the test for system-type when
5413 invocation-directory is non-nil.
5414
c7ca58df
EZ
5415 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
5416 of `font-lock-defaults' to `backward-paragraph' rather than nil.
5417
587b5737
AI
54182001-02-06 Andrew Innes <andrewi@gnu.org>
5419
5420 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
5421 absolute.
5422
baf7eee4
GM
54232001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
5424
5425 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
5426 buffers. When hi-lock turned on rather than only checking current
5427 buffer for regexps, all buffers are checked. Moved activation of
5428 font-lock to hi-lock-refontify. When font-lock turned off rather
5429 than removing added highlighting just in current buffer, remove it
5430 in all buffers. Changed edit menu text from "Automatic
5431 Highlighting" to "Regexp Highlighting" Documentation for
5432 highlighting phrases, minor documentation changes.
5433 (hi-lock-set-file-patterns): Execute only if there are new or
5434 existing file patterns.
5435 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
5436 unfontify and, if a support mode is active, will not refontify the
5437 whole buffer. If necessary, turn on font lock. (Removed
5438 font-lock-unfontify and font-lock support-mode-specific calls,
5439 such as lazy-lock-fontify-window.)
5440 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
5441 patterns are found. Not useful now since find-file-hook is removed
83c9cb8e 5442 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
baf7eee4
GM
5443 (hi-lock-face-phrase-buffer): New function. Also added related
5444 menu item and keybinding.
5445 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
5446 (hi-lock-process-phrase): New function.
5447 (hi-lock-line-face-buffer): Doc fixes.
5448 (hi-lock-face-buffer): Doc fixes.
5449 (hi-lock-unface-buffer): Doc fixes.
713f7b15 5450
36710aa6
GM
54512001-02-06 Gerd Moellmann <gerd@gnu.org>
5452
5453 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
5454 dabbrev-ignored-regexps.
5455
d3f22784
EZ
54562001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
5457
5458 * simple.el (kill-line): Doc fix.
5459
5cb3c8d4
DL
54602001-02-05 Dave Love <fx@gnu.org>
5461
5462 * loadup.el: Revert last two changes -- bootstrapping works with
5463 regenerated loaddefs.
5464
e6297e7d
EZ
54652001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
5466
1e14b095
EZ
5467 * isearch.el (isearch-forward): Doc fix.
5468
e6297e7d
EZ
5469 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
5470 of font-lock-defaults to backward-paragraph.
5471
e16f52ce
GM
54722001-02-05 Gerd Moellmann <gerd@gnu.org>
5473
5474 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
5475 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
5476
01d19dd7
GM
54772001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5478
5479 * ebnf2ps.el: Eliminate time-stamp functions.
5480 (ebnf-version): New version (3.5).
5481 (ebnf-eps-finish-and-write): Replace time-stamp functions by
5482 format-time-string.
5483
24886813
GM
54842001-02-05 Gerd Moellmann <gerd@gnu.org>
5485
5486 * simple.el (next-line): Goto end-of-line before inserting a newline.
5487
65e70fc4
MB
54882001-02-05 Miles Bader <miles@gnu.org>
5489
5490 * image-file.el (insert-image-file): When visiting an image, also
5491 set `truncate-lines' to t so that any fringe arrow looks correct.
5492
482f06c9
KH
54932001-02-05 Kenichi Handa <handa@etl.go.jp>
5494
5495 * isearch.el (isearch-forward): Add description about input method
5496 in the docsting.
5497
02399da7
SM
54982001-02-04 Stefan Monnier <monnier@cs.yale.edu>
5499
5500 * skeleton.el (skeleton-internal-1): Always push the mark for @.
5501
2c366083
EZ
55022001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
5503
5504 * info.el (info-initialize): If installation-directory is nil, for
83c9cb8e 5505 DOS/Windows systems try looking in a sibling of invocation-directory.
2c366083 5506
bdadfce3
GM
55072001-02-02 Gerd Moellmann <gerd@gnu.org>
5508
79fb38c0
GM
5509 * wid-edit.el (widget-button-click): Fix last change.
5510
bdadfce3
GM
5511 * frame.el (frame-notice-user-settings): When resizing the initial
5512 frame because the tool bar is off, also change the frame's top
5513 position if a negative top position was specified.
5514
33155ffb
MB
55152001-02-02 Miles Bader <miles@gnu.org>
5516
5517 * image-file.el (insert-image-file): When visiting an image,
5518 suppress the cursor in the image buffer.
5519
1355ba0c
DL
55202001-02-01 Dave Love <fx@gnu.org>
5521
5522 * progmodes/f90.el (f90-mode): Remove startup message.
5523
fb758d2d 5524 * vc-cvs.el: Remove autoloads. Require vc when compiling.
713f7b15 5525
01acdb05
GM
55262001-02-01 Gerd Moellmann <gerd@gnu.org>
5527
5528 * startup.el (command-line): Fix code determining whether or not
5529 to use delete-key-deletes-forward-mode.
5530
5b1ee316
AS
55312001-02-01 Andre Spiegel <spiegel@gnu.org>
5532
5533 * vc.el (vc-diff-switches): New user option.
5534 (vc-version-diff): Use it.
5535 (vc-diff-switches-list): New macro.
5536
83c9cb8e
SM
5537 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
5538 New customization options.
5b1ee316
AS
5539 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
5540
5541 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
5542
00b1e7a1
GM
55432001-02-01 Gerd Moellmann <gerd@gnu.org>
5544
5545 * msb.el (toplevel): Quote hook symbols.
5546
85827036
KH
55472001-02-01 Kenichi Handa <handa@etl.go.jp>
5548
8e028499 5549 * international/mule.el (make-coding-system): Add description
3c948dde 5550 about recognized properties in the docstring.
8e028499 5551
85827036
KH
5552 * international/mule-conf.el: Remove unused charsets
5553 mac-roman-lower and mac-roman-upper.
5554
7ccf7ab9
GM
55552001-01-31 Gerd Moellmann <gerd@gnu.org>
5556
2441692d
GM
5557 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
5558 is in front of the left-margin, if any.
5559
ee5cece0
GM
5560 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
5561 like `delete'.
5562
83c9cb8e 5563 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
ee5cece0 5564
7ccf7ab9
GM
5565 * term/w32-win.el (mouse-set-font): Doc fix.
5566
b4f30ec5 55672001-01-31 Stefan Monnier <monnier@cs.yale.edu>
713f7b15 5568
b4f30ec5
GM
5569 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
5570 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
5571 on already.
5572
03e0fe6e
GM
55732001-01-31 Markus Rost <rost@math.ohio-state.edu>
5574
5575 * files.el (save-buffer): Don't give message if (buffer-file-name)
5576 returns nil.
713f7b15 5577
8f289acc
EZ
55782001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
5579
cb4aae04
EZ
5580 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
5581
dbd98b19
EZ
5582 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
5583 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
5584
8f289acc
EZ
5585 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
5586 display problems.
5587
c12553c1
KH
55882001-01-31 Kenichi Handa <handa@etl.go.jp>
5589
c7bf5db9
KH
5590 * international/mule.el (charset-info): Fix docstring.
5591
5592 * international/mule-diag.el (describe-character-set): Check final
5593 char valid before printing it.
c12553c1 5594
14f16b9c
GM
55952001-01-30 Gerd Moellmann <gerd@gnu.org>
5596
efaa080b
GM
5597 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
5598
eef93f99
GM
5599 * frame.el (frame-notice-user-settings): Do the tool-bar
5600 stuff only for graphical displays. Fix a braino.
713f7b15 5601
14f16b9c
GM
5602 * frame.el (frame-initialize): Create initial frame visible.
5603 (frame-notice-user-settings): When tool-bar has been switched off,
25237df5 5604 correct the frame size and sync tool-bar-mode.
14f16b9c
GM
5605
5606 * startup.el (command-line): Remove manipulation of frame
5607 height for tool bars.
5608
4ad25e43
EZ
56092001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5610
5611 * lpr.el: Compatibility with XEmacs and doc fixes.
5612 (lpr-windows-system, lpr-lp-system): New vars.
5613 (lpr-printer-switch): New defcustom.
5614 (printer-name, lpr-command): Customization fix.
5615 (print-region-1): Code fix.
5616 (print-region-new-buffer, printify-region): Indentation fix.
83c9cb8e
SM
5617 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
5618 New functions.
4ad25e43 5619
e8f044a0
GM
56202001-01-29 Gerd Moellmann <gerd@gnu.org>
5621
5622 * msb.el (toplevel): Fix the eval-after-load.
5623
850d5045
GM
56242001-01-29 Dave Love <fx@gnu.org>
5625
762fe76e
DL
5626 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
5627
5628 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
5629
83c9cb8e 5630 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
850d5045
GM
5631 (tcl-using-emacs-19-23): Consider Emacs 21+.
5632 (tcl-help-directory-list, tcl-command-switches): Fix :type.
5633 (tcl-add-emacs-menu): Supply menu name.
5634 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
5635
3a768251
GM
56362001-01-29 Gerd Moellmann <gerd@gnu.org>
5637
5638 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
5639
274d02f7
SM
56402001-01-29 Stefan Monnier <monnier@cs.yale.edu>
5641
5642 * pcvs.el (cvs-mark-fis-dead): New function.
5643 (cvs-mode-add): Use it.
5644 (cvs-mode-add-change-log-entry-other-window):
5645 Rebind change-log-default-name to itself rather than to nil.
5646
ed5d446e
SS
56472001-01-29 Sam Steingold <sds@gnu.org>
5648
efaa080b 5649 * vc-cvs.el: Replaced (require 'vc) with a bunch of
ed5d446e
SS
5650 `autoload' statements.
5651
e2a80284
EZ
56522001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
5653
8e1db7b3
EZ
5654 * files.el (confirm-kill-emacs): Doc fix.
5655
ff2a1c79
EZ
5656 * frame.el (frame-initialize): Doc fix.
5657
e7b0deaf
EZ
5658 * time-stamp.el (time-stamp-string): Doc fix.
5659
83c9cb8e
SM
5660 * woman.el (WoMan-log-1): Make the log buffer writable.
5661 From Markus Rost <rost@math.ohio-state.edu>.
e2a80284 5662
005913e4
GM
56632001-01-29 Gerd Moellmann <gerd@gnu.org>
5664
5665 * imenu.el (imenu-syntax-alist): Add autoload cookie for
5666 the `make-variable-buffer-local'.
5667
58622cc5
GM
56682001-01-29 Dave Love <fx@gnu.org>
5669
5670 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
83c9cb8e
SM
5671 (ansi-color-for-comint-mode-on, ansi-color-process-output):
5672 Add autoload cookie.
58622cc5
GM
5673 (ansi-color-apply-sequence): Fix typo.
5674
0404d031
GM
56752001-01-29 Gerd Moellmann <gerd@gnu.org>
5676
ed5d446e 5677 * menu-bar.el (menu-bar-files-menu): Add menu items for
438c2df0
GM
5678 Postscript printing in black and white.
5679
0404d031
GM
5680 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
5681 X-Mailman-Version, Precedence, List-Help, List-Post,
5682 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
5683 Content-Type, Content-Length.
5684
3b6ed359
DL
56852001-01-29 Dave Love <fx@gnu.org>
5686
ddd16e7a
DL
5687 * elide-head.el (elide-head): Make overlay evaporate.
5688
83c9cb8e 5689 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
3b6ed359 5690
8005142f
EZ
56912001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
5692
5693 * isearch.el (isearch-highlight): Don't punt if the display
5694 doesn't support colors, since isearch faces are defined for
5695 monochrome displays as well.
5696
84728570
SS
56972001-01-27 Sam Steingold <sds@gnu.org>
5698
5699 * shell.el (shell-write-history-on-exit): Make sure that we are in
5700 the shell buffer (M-x tex-file RET inserted the error message into
5701 the TeX buffer).
5702
e26f9ced
EZ
57032001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
5704
5705 * simple.el (transient-mark-mode): Doc fix.
5706
dc0274bd
GM
57072001-01-27 Gerd Moellmann <gerd@gnu.org>
5708
83c9cb8e 5709 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
dc0274bd 5710
c1acacc4
EZ
57112001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
5712
f5058b96
EZ
5713 * shell.el (shell-unquote-argument): If the shell is one of the
5714 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
5715 quote character.
5716 (shell-dumb-shell-regexp): Document that the shells which match
83c9cb8e 5717 this regexp are supposed to not treat a backslash as a quote character.
f5058b96 5718
c1acacc4 5719 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
83c9cb8e 5720 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
c1acacc4 5721
103db06c 57222001-01-27 Richard M. Stallman <rms@gnu.org>
8dc5c94d 5723
84728570 5724 * dabbrev.el (dabbrev--substitute-expansion):
8dc5c94d
GM
5725 Treat a one-capital-letter abbrev as "not all upper case",
5726 so as to force preservation of the expansion's pattern
5727 if the expansion starts with a capital letter.
5728
cfa70244
EZ
57292001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
5730
cfee9de7
EZ
5731 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
5732 Doc fix.
5733
cfa70244
EZ
5734 * simple.el (transient-mark-mode): Document the fact that many
5735 commands act on the region when mark is active.
5736
17d90d6b
KH
57372001-01-27 Kenichi Handa <handa@etl.go.jp>
5738
5739 * international/quail.el (quail-setup-completion-buf): Make the
83c9cb8e 5740 multibyteness of current buffer inherited to Quail completion buffer.
17d90d6b
KH
5741 (quail-show-guidance-buf): Make the multibyteness of current
5742 buffer inherited to Quail guidance buffer.
5743 (quail-help): Make the multibyteness of current buffer inherited
5744 to Quail help buffer.
5745
61076b20
DL
57462001-01-26 Dave Love <fx@gnu.org>
5747
c47e2c68
DL
5748 * time-stamp.el: Doc fixes.
5749
84728570 5750 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
3afe2b93
DL
5751 (delphi-keyword-face, delphi-other-face): Fix :type.
5752
940f14b4
DL
5753 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
5754
5755 * mail/feedmail.el (feedmail): Add :link.
5756 (feedmail-send-it): Doc fix.
5757
5758 * mail/sendmail.el: Doc fixes.
5759 (sendmail-send-it): Fix the non-ASCII regexp and use
5760 rfc2047-encode-string.
5761
61076b20
DL
5762 * dired.el, dired-aux.el: Revert last change.
5763
6c317bd2
GM
57642001-01-26 Gerd Moellmann <gerd@gnu.org>
5765
5766 * makefile.w32-in (DONTCOMPILE): Add various term files.
5767
57682001-01-26 Dave Love <fx@gnu.org>
5769
5770 * Makefile.in (DONTCOMPILE): Add various term files.
5771
1c636b5f
GM
57722001-01-26 Gerd Moellmann <gerd@gnu.org>
5773
af900b23
GM
5774 * man.el (Man-default-man-entry, Man-mode): Doc fix.
5775
15fa6db0 5776 * startup.el (display-startup-echo-area-message): Make sure
83c9cb8e 5777 the echo area is resized to fit the size of the startup message.
15fa6db0 5778
1c636b5f
GM
5779 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
5780 part of which is a constant.
5781
9b1adbd5
EZ
57822001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
5783
83c9cb8e 5784 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
9b1adbd5 5785
103db06c 57862001-01-26 Richard M. Stallman <rms@gnu.org>
207d7545
GM
5787
5788 * simple.el (next-line): Don't let `newline' expand abbrevs.
5789 Simplify slightly.
5790 (open-line): Don't let `newline' expand abbrevs.
5791
219227ea
JW
57922001-01-25 John Wiegley <johnw@gnu.org>
5793
5794 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
5795 to `repeat' in the :type field.
5796
5797 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
5798 allow a choice of regexp or nil.
d2906bf8 5799 (pcomplete-dir-ignore): Same.
219227ea
JW
5800
5801 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
5802 a command) to always fail.
5803
ceba0dac
GM
58042001-01-25 Gerd Moellmann <gerd@gnu.org>
5805
5806 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
5807 discard the result.
5808 (iswitchb-to-end): Likewise.
5809
9b0630e5
SS
58102001-01-25 Sam Steingold <sds@gnu.org>
5811
5812 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
89e65817 5813 Require vc.
9b0630e5 5814
a2ed9670
SM
58152001-01-25 Stefan Monnier <monnier@cs.yale.edu>
5816
f0c1adab
SM
5817 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
5818
a2ed9670
SM
5819 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
5820
34ac3367
DL
58212001-01-25 Dave Love <fx@gnu.org>
5822
61076b20
DL
5823 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
5824 (describe-coding-system): Tweak the English text.
5825
34ac3367
DL
5826 * loadup.el: Preload international/ccl for utf-8.
5827
4685e6b7
EZ
58282001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
5829
5830 * mail/rmail.el (rmail-redecode-body): Doc fix.
5831
0fdb4475
KH
58322001-01-25 Kenichi Handa <handa@etl.go.jp>
5833
83c9cb8e
SM
5834 * international/mule-cmds.el (reset-language-environment):
5835 Reset coding-category-utf-8 to mule-utf-8.
0fdb4475 5836
83c9cb8e
SM
5837 * international/mule-conf.el (coding-category-utf-8):
5838 Initialize to mule-utf-8.
0fdb4475 5839
9b0630e5 5840 * loadup.el: Preload international/utf-8.
0fdb4475
KH
5841
5842 * international/utf-8.el: New file.
5843
245ed2b1
SM
58442001-01-24 Stefan Monnier <monnier@cs.yale.edu>
5845
5846 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
5847
e95b0c08
SS
58482001-01-24 Sam Steingold <sds@gnu.org>
5849
5850 * dired.el (dired-replace-in-string): Removed.
5851 (dired-sort-toggle): Use `replace-regexps-in-string'
5852 instead of `dired-replace-in-string'.
9b0630e5 5853
ceba0dac
GM
5854 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
5855 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
9b0630e5 5856
e95b0c08
SS
5857 * gs.el (gs-replace-in-string): Removed.
5858 (gs-options): Use `replace-regexps-in-string'
5859 instead of `gs-replace-in-string'.
5860
c3902c3e
EZ
58612001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
5862
5863 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
5864 bug report is mailed to an email list and posted to a news group.
5865
b66b6aeb
GM
58662001-01-24 Gerd Moellmann <gerd@gnu.org>
5867
83c9cb8e
SM
5868 * comint.el (comint-replace-by-expanded-history-before-point):
5869 Fix change of 2000-08-03 to move point to the start of the line again.
e7e41584 5870
b66b6aeb
GM
5871 * startup.el (tool-bar-images-pixel-height): New variable.
5872 (command-line): After loading the user's init file, when
5873 tool-bar-mode is on, increase the frame's size by some lines for
5874 the tool-bar.
5875
5876 * frame.el (frame-initialize): Create the initial frame invisible.
e95b0c08 5877
ff890e66
SZ
58782001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
5879
5880 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
5881 (chinese-big5): MIME:Big5.
5882
04363179
GM
58832001-01-24 Gerd Moellmann <gerd@gnu.org>
5884
e95b0c08 5885 * international/mule-cmds.el (universal-coding-system-argument):
04363179
GM
5886 Handle commands with prefix args.
5887
d56aaa64
GM
58882001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
5889
5890 * calendar/diary-lib.el (diary-float): Fix case of MONTH
5891 being a list of numbers.
5892 (diary-mail-entries): Rewritten.
5893
99858627
DL
58942001-01-23 Dave Love <fx@gnu.org>
5895
7aeb1fa9
DL
5896 * international/mule.el (make-coding-system): Fix typo.
5897
83c9cb8e
SM
5898 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
5899 Add backward-paragraph as font-lock-beginning-of-syntax-function.
99858627 5900
5a43decf
EZ
59012001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
5902
5903 * font-lock.el (font-lock-mode): Doc fix.
5904
b0e98867
KH
59052001-01-23 Kenichi Handa <handa@etl.go.jp>
5906
5907 * international/mule.el (make-translation-table): Fix docstring.
5908
9c8acefd
EZ
59092001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
5910
fd4976b8
EZ
5911 * mail/rmail.el (rmail-redecode-body): New function.
5912
9c8acefd
EZ
5913 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
5914
871e0439
GM
59152001-01-22 Gerd Moellmann <gerd@gnu.org>
5916
21c2bbe0
GM
5917 * isearch.el (isearch-lazy-highlight-case-fold-search)
5918 (isearch-lazy-highlight-regexp): New variables.
5919 (isearch-lazy-highlight-cleanup): Update lazy highlight if
5920 case-fold search or regexp search has been toggled.
5921
5710730c
GM
5922 * wid-edit.el (widget-button-click): Avoid a save-excursion
5923 around running a global binding.
5924
871e0439
GM
5925 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
5926 to 0.25.
5927
d0554957
MB
59282001-01-20 Miles Bader <miles@gnu.org>
5929
5930 * cus-edit.el (custom-face-save): Do post-processing on the face's
5931 new value like `custom-face-set' does.
5932
1519f618
EZ
59332001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
5934
ccd87890
EZ
5935 * mail/emacsbug.el (report-emacs-bug): Report the value of
5936 LC_CTYPE, not LC_TYPE.
5937
1519f618
EZ
5938 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
5939 isearch-toggle-regexp and isearch-edit-string to doc string.
5940
9724173b
GM
59412001-01-19 Gerd Moellmann <gerd@gnu.org>
5942
48bb9196
GM
5943 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
5944 as font-lock-beginning-of-syntax-function in font-lock-defaults.
5945
e95b0c08 5946 * jit-lock.el (jit-lock-fontify-now): Don't bind
9724173b
GM
5947 font-lock-beginning-of-syntax-function to nil.
5948
dc81f8a2
EZ
59492001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
5950
5951 * mail/emacsbug.el (report-emacs-bug): Report values of
5952 locale-coding-system, default-enable-multibyte-characters, and the
5953 environment variables LC_ALL, LC_TYPE, and LANG.
5954
99327974
GM
59552001-01-19 Gerd Moellmann <gerd@gnu.org>
5956
83c9cb8e 5957 * font-lock.el (font-lock-default-fontify-region): Fix last change.
e95b0c08 5958
2be6ecc6
GM
5959 * font-lock.el (font-lock-multiline): Default to nil.
5960 (font-lock-default-fontify-region): If font-lock-multiline is
5961 nil, don't check the property `font-lock-multiline'.
5962
99327974
GM
5963 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
5964 is nil, don't check the `font-lock-multiline' text property.
5965
2550055a
MK
59662001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
5967
0a949811 5968 * viper.el: Call initial-major-mode on startup.
e95b0c08 5969
0a949811 5970 * ediff.el (ediff-patch-file): Use better defaults.
e95b0c08 5971
8501998a 5972 * ediff-vers.el: Fix for 8+3 DOS file systems.
e95b0c08 5973
2550055a 59742001-01-19 Colin Walters <walters@cis.ohio-state.edu>
e95b0c08 5975
0a949811 5976 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
2550055a 5977 diff mode, if available.
e95b0c08 5978
0a949811 59792001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
e95b0c08 5980
8501998a 5981 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
e95b0c08 5982
2550055a
MK
5983 * ediff-init.el (subst-char-in-string): Define and use it, unless
5984 it's already defined.
e95b0c08 5985
8962e303
GM
59862001-01-18 Gerd Moellmann <gerd@gnu.org>
5987
5988 * tooltip.el (tooltip-hide-delay): New user-option.
5989 (tooltip-show): Use tooltip-hide-delay instead of the default.
5990
6b453381
KH
59912001-01-18 Kenichi Handa <handa@etl.go.jp>
5992
5993 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
5994 kill-local-variable doesn't work for enable-multibyte-characters.
5995
9eaf396b
DL
59962001-01-17 Dave Love <fx@gnu.org>
5997
cebd37ce
DL
5998 * ediff-init.el (ediff-before-setup-hook)
5999 (ediff-merge-filename-prefix): Add :version.
6000
9eaf396b
DL
6001 * international/latin1-disp.el: Require disp-table.
6002 (latin1-display): Fix :set.
6003
6004 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
6005
f864120f
GM
60062001-01-17 Gerd Moellmann <gerd@gnu.org>
6007
6008 * isearch.el (isearch-lazy-highlight-initial-delay)
6009 (isearch-lazy-highlight-interval): Default to 0.
6010
60112001-01-17 Bob Glickstein <bobg@zanshin.com>
6012
6013 * isearch.el (isearch-highlight): Set isearch-overlay priority to
6014 1 here rather than each time through
6015 isearch-lazy-highlight-new-loop.
6016 (isearch-lazy-highlight-max): Variable deleted.
6017 (isearch-lazy-highlight-max-at-a-time): New user variable, like
6018 isearch-lazy-highlight-max but controls a single invocation of
6019 isearch-lazy-highlight-update.
6020 (isearch-lazy-highlight-wrapped): Variable recreated.
6021 (isearch-lazy-highlight-window-start): New variable.
6022 (isearch-lazy-highlight-cleanup): Restored to behavior of
6023 before 2-Jan.
6024 (isearch-lazy-highlight-remove-overlays): Function deleted;
6025 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
6026 behavior removed.
6027 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
6028 isearch-lazy-highlight-update in a loop rather than just once.
6029 Test isearch-invalid-regexp here and decide not to start a new
6030 loop, rather than testing it each time through
6031 isearch-lazy-highlight-update.
6032 (isearch-lazy-highlight-search): Function restored.
6033 (isearch-lazy-highlight-update): Get called in a timer loop again,
6034 but this time highlight more than one match each time through.
83c9cb8e
SM
6035 Only highlight matches in the visible part of the window.
6036 Start at point, move in the direction of the search, and wrap around at
f864120f
GM
6037 the edge of the window. Use sit-for to force redisplay and ensure
6038 window-start is credible. "Face suppressing" behavior removed;
6039 overlay priorities should make it unnecessary, right?
6040 (isearch-highlight): Face suppressing behavior removed.
6041 (isearch-dehighlight): Face suppressing behavior removed.
6042 (isearch-set-lazy-highlight-faces-at): Removed.
6043
076ec540
KH
60442001-01-17 Kenichi Handa <handa@etl.go.jp>
6045
6046 * language/european.el ("Latin-1"): Make the format of description
6047 about additional language environments same as that of Latin-2.
6048
92328ec5
DL
60492001-01-16 Dave Love <fx@gnu.org>
6050
39f2174e
DL
6051 * isearch.el (isearch-lazy-highlight): Add :version.
6052
92328ec5
DL
6053 * simple.el (backward-delete-char-untabify-method)
6054 (next-line-add-newlines): Add :version.
6055
f251459d
GM
60562001-01-16 Gerd Moellmann <gerd@gnu.org>
6057
9d4850e5
GM
6058 * bindings.el: Bind <backspace> and <delete> via function-key-map.
6059 Don't bind <delete> otherwise.
6060
6061 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
6062 and <delete> via function-key-map.
6063
f251459d
GM
6064 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
6065 Subject line only if point is after the `Subject:'.
6066
771ffcf7
KH
60672001-01-16 Kenichi Handa <handa@etl.go.jp>
6068
bda6b481
KH
6069 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
6070 japanese-jisx0213-2 in `charset' property of this lang. env.
6071
35793af7
KH
6072 * language/european.el ("Latin-1"): Add description for Dutch and
6073 Spanish lang. env.
6074
771ffcf7
KH
6075 * international/mule.el (decode-char): Fix conditions.
6076 (encode-char): Handle eight-bit-control too.
1c8102ff 6077 (transform-make-coding-system-args): New function.
50c29104
KH
6078 (make-coding-system): Accept XEmacs style arguments for CCL base
6079 coding system.
771ffcf7 6080
e1cf67b6
GM
60812001-01-15 Gerd Moellmann <gerd@gnu.org>
6082
6083 * progmodes/etags.el (find-tag-noselect): Save the value of
6084 tags-file-name before switching buffers, for the case it has a
6085 buffer-local value.
6086
b3287acf
GM
60872001-01-15 Alex Schroeder <alex@gnu.org>
6088
9eaf396b
DL
6089 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
6090 From Dave Love <fx@gnu.org>.
b3287acf
GM
6091 (ansi-color-for-comint-mode): Fix :version.
6092
60932001-01-15 Alex Schroeder <alex@gnu.org>
6094
6095 * ansi-color.el (ansi-color-unfontify-region): Doc change.
6096
8d7ff9c8
EZ
60972001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
6098
6099 * dired.el (dired-insert-directory): If file-system-info fails,
6100 remove the " free " part, but don't signal an error.
6101
dbe99ae9
SS
61022001-01-12 Sam Steingold <sds@gnu.org>
6103
6104 * bookmark.el (bookmark-maybe-historicize-string):
6105 Use new backquote syntax.
6106
103db06c 61072001-01-12 Richard M. Stallman <rms@gnu.org>
420198cb
RS
6108
6109 * subr.el (last): Handle a list that doesn't end in nil.
6110
ca2ddd8e
SS
61112001-01-12 Sam Steingold <sds@gnu.org>
6112
6113 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
6114 to `backward-delete-char-untabify'.
6115
1751c874
DL
61162001-01-12 Dave Love <fx@gnu.org>
6117
6118 * cus-edit.el (customize-menu-create): Fix the :filter following
6119 easymenu change.
6120
6121 * wid-edit.el (function): Add :match-alternatives.
6122 (widget-color-action): Doc fix.
6123
3cccce8d
GM
61242001-01-12 Gerd Moellmann <gerd@gnu.org>
6125
6126 * calendar/calendar.el (calendar-basic-setup): Doc fix.
6127
18bfd6b5
KH
61282001-01-12 Kenichi Handa <handa@etl.go.jp>
6129
83c9cb8e 6130 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
60a62fdc 6131
18bfd6b5
KH
6132 * international/ccl.el (define-ccl-program): Fix docstring.
6133
562e00da
DL
61342001-01-11 Dave Love <fx@gnu.org>
6135
14fd0da3
DL
6136 * international/mule-cmds.el (standard-display-european-internal):
6137 Set display table for 2208 as for 160.
6138
6139 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
6140
562e00da
DL
6141 * progmodes/fortran.el (fortran-mode-map): Modify Customization
6142 entry for custom-menu-create change.
6143 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
6144 don't cons it in the search loop.
6145
6146 * imenu.el (imenu--truncate-items): Revert last change.
6147
6e961dcd
EZ
61482001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
6149
6150 * info.el (Info-setup-header-line): If the node header includes
6151 either Next: or Prev: links, don't show the File: and Node: parts
6152 in the header line.
6153
2c2ff7f2
GM
61542001-01-11 Gerd Moellmann <gerd@gnu.org>
6155
a7ee2d2e
GM
6156 * comint.el (comint-goto-process-mark): Don't print a message
6157 when running in batch mode.
6158
c5348233
GM
6159 * isearch.el (isearch-search): In the condition-case handler for
6160 `error', set isearch-invalid-regexp to the whole error message.
6161
422717d1
GM
6162 * subr.el (eval-after-load): Call load-symbol-file-load-history to
6163 ensure that eval-after-load works for files dumped with Emacs.
6164
6165 * help.el (load-symbol-file-load-history): New function extracted
6166 from function symbol-file.
6167 (symbol-file): Use it.
6168
83c9cb8e 6169 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
2c2ff7f2 6170
926861fb
EZ
61712001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
6172
6173 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
6174 behave as if there were no prefix argument.
6175 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
6176 argument were nil.
6177
afa1f52c
RS
61782001-01-11 Richard M. Stallman <rms@gnu.org>
6179
ca2ddd8e 6180 * isearch.el (isearch-lazy-highlight-update):
afa1f52c
RS
6181 Don't look for more potential matches once maximum is exceeded.
6182 Use overlays-in to check correctly for overlap with current match.
6183 Ignore empty matches.
6184
47a9f362
MB
61852001-01-11 Miles Bader <miles@gnu.org>
6186
6187 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
6188 (ispell-overlay-window, ispell-help, ispell-show-choices)
6189 (ispell-command-loop): Use it instead of `window-height'.
6190
d196f58d
GM
61912001-01-10 Gerd Moellmann <gerd@gnu.org>
6192
cf523f0e
GM
6193 * files.el (confirm-kill-emacs): New user-option.
6194 (save-buffers-kill-emacs): Ask for final confirmation before
6195 killing Emacs.
6196
d196f58d
GM
6197 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
6198 to nil.
6199
7c6c3d8e
GM
62002001-01-10 Dave Love <fx@gnu.org>
6201
1f8be15d
DL
6202 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
6203
83c9cb8e 6204 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
1f8be15d
DL
6205
6206 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
6207
6208 * calculator.el (calculator-number-digits): Fix :type.
6209
0d5184de
DL
6210 * vc-cvs.el (vc-cvs-header): Fix :type.
6211 * vc-rcs.el (vc-rcs-header): Fix :type.
6212 * vc-sccs.el (vc-sccs-header): Fix :type.
6213
6214 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
6215
7c6c3d8e
GM
6216 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
6217
8c9f73a2
GM
6218 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
6219
457b792c
GM
62202001-01-10 Gerd Moellmann <gerd@gnu.org>
6221
6222 * simple.el (set-variable): Force a thorough redisplay for the
6223 case that the variable has an effect on the display, like
6224 `tab-width' has.
6225
d2622d08
AS
62262001-01-10 Andre Spiegel <spiegel@gnu.org>
6227
6228 * vc.el: Add documentation for backend interface.
6229
ae4b5f4f
KH
62302001-01-10 Kenichi Handa <handa@etl.go.jp>
6231
e0844717
KH
6232 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
6233
ae4b5f4f
KH
6234 * international/mule-conf.el (latin-extra-code-table): Set to t
6235 for \223 and \224.
6236
3184082b
KH
62372001-01-09 Kenichi Handa <handa@etl.go.jp>
6238
6239 * international/mule-cmds.el (locale-language-names): Map "es" to
6240 "Spanish" and "nl" to "Dutch".
6241
732b9cdd
GM
62422001-01-09 Gerd Moellmann <gerd@gnu.org>
6243
1dfca644
GM
6244 * bindings.el (global-map): Bind <home> to beginning-of-line,
6245 <end> to end-of-line, C-<home> to beginning-of-buffer, and
6246 C-<end> to end-of-buffer.
6247
732b9cdd
GM
6248 * language/european.el: Add Dutch and Spanish language info
6249 to be able to use the appropriate tutorials.
6250
62512001-01-09 Alex Schroeder <alex@gnu.org>
6252
6253 * ansi-color.el (ansi-color-process-output): Use markers instead
6254 of positions for start and end of region.
6255 (ansi-color-apply-on-region): Rewrote code to make it more robust.
6256 Previously, occasional mistakes happend when fontifying many
6257 chunks of output (eg. ls --color=yes /dev). This happened
6258 whenever an overlay was created up to the end of the region, which
6259 coincided with the process-mark. New text would then be added
6260 within that overlay instead of after it.
6261 (ansi-color-make-extent): Overlays are created with the property
6262 `modification-hooks' set to '(ansi-color-freeze-overlay).
6263 (ansi-color-freeze-overlay): New function. When inserting text at
6264 the end of the overlay, the overlay will resize.
6265
62662000-01-09 Alex Schroeder <alex@gnu.org>
6267
6268 * ansi-color.el (ansi-color-process-output): Doc change.
6269 (ansi-color-unfontify-region): Doc change. No longer installed
6270 automatically in font-lock-unfontify-region-function.
6271 (ansi-color-apply): Doc change.
6272 (ansi-color-apply-on-region): Use extents or overlays instead of
6273 text-properties.
6274 (ansi-color-make-extent): New function.
6275 (ansi-color-set-extent-face): New function.
6276
62772000-01-09 Alex Schroeder <alex@gnu.org>
6278
6279 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
6280 both use ansi-color-process-output, now.
6281 (ansi-color-process-output): Doesn't return string anymore. It is
6282 installed in comint-output-filter-functions for both Emacs and
6283 XEmacs, now.
6284 (ansi-color-unfontify-region): Simplified code removing variables
6285 pos and start-ansi.
6286 (ansi-color-apply): Put text-property ansi-color before putting
6287 text-property face because ansi-color-unfontify-region is called
6288 immediately after the call to put-text-property.
6289 (ansi-color-context-region): Doc change.
6290 (ansi-color-filter-region): Simplified code.
6291 (ansi-color-apply-on-region): Changed start to start-marker, using
6292 a marker explicitly. Put text-property ansi-color before putting
6293 text-property face because ansi-color-unfontify-region is called
6294 immediately after the call to put-text-property.
6295
62962000-01-09 Alex Schroeder <alex@gnu.org>
6297
6298 * ansi-color.el (ansi-color-faces-vector): Doc change.
6299 (ansi-color-for-comint-mode): Changed :type property to choice.
6300 (ansi-color-last-context): Removed.
6301 (ansi-color-process-output): Don't use ansi-color-last-context, as
6302 the main functions will store their context now.
6303 (ansi-color-context): Doc change.
6304 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
6305 Uses ansi-color-context such that repeated calls will strip
6306 partial escape sequences, too.
6307 (ansi-color-apply): Simplified code. Colorize end of string if
6308 face is not null. Store context in new (FACE STRING) format, such
6309 that repeated calls will strip partial escape sequences, too.
6310 Append faces to face property using ansi-color-apply-sequence such
6311 that cumulative mode actually works.
6312 (ansi-color-context-region): New variable.
6313 (ansi-color-filter-region): Rewrote it based on
6314 ansi-color-apply-on-region. Uses ansi-color-context-region such
6315 that repeated calls will strip partial escape sequences, too.
6316 (ansi-color-apply-on-region): Simplified code. Colorize end of
6317 region if face is not null. Store context in new (FACE POS)
6318 format, such that repeated calls will strip partial escape
6319 sequences, too. Append faces to face property using
83c9cb8e 6320 ansi-color-apply-sequence such that cumulative mode actually works.
732b9cdd
GM
6321 (ansi-color-apply-sequence): New function.
6322 (ansi-color-get-face): When the default face is added to the list
6323 of faces, all previous settings are discarded and the list of
6324 faces is set to '(default).
6325
63262000-01-09 Alex Schroeder <alex@gnu.org>
6327
6328 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
6329 face, such that ansi-color-apply and ansi-color-apply-on-region
6330 will do the right thing.
6331 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
6332 returns nil, set the list of faces back to nil instead of
83c9cb8e 6333 appending the result of ansi-color-get-face to the front of the list.
732b9cdd
GM
6334
63352000-01-09 Alex Schroeder <alex@gnu.org>
6336
6337 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
6338 (ansi-color-process): Doc change.
6339 (ansi-color-last-context): New buffer-local variable.
6340 (ansi-color-process-output): New function. It is automatically
6341 added to comint-output-filter-functions if this is XEmacs.
6342 (ansi-color-unfontify-region): New optional parameter for XEmacs
6343 compatibility. Check wether font-lock-syntactic-keywords is
6344 boundp before removing the syntax table text property, as XEmacs
6345 doesn't have it.
6346 (ansi-color-filter-region): Doc change.
6347 (ansi-color-apply-on-region): Doc change.
6348 (ansi-color-make-face): New function. Compatibility layer for
6349 XEmacs. Return temporary faces instead of cons cells for XEmacs.
6350 (ansi-color-make-color-map): Use ansi-color-make-face.
6351 (ansi-color-get-face): Avoid face text property '(nil) as results
6352 in an errow for XEmacs.
6353
63542000-01-09 Alex Schroeder <alex@gnu.org>
6355
83c9cb8e
SM
6356 * ansi-color.el (ansi-color-unfontify-region): New function.
6357 Uses text-property ansi-color in order to preserve fontification by
732b9cdd
GM
6358 ansi-color. When the package is loaded, a lambda expression is
6359 put onto font-lock-mode-hook. This lambda expression will check
6360 font-lock-unfontify-region-function and replace
83c9cb8e 6361 font-lock-default-unfontify-region with ansi-color-unfontify-region.
732b9cdd
GM
6362 (ansi-color-apply): Add text-property ansi-color in addition to
6363 text-property face.
6364 (ansi-color-apply-on-region): Add text-property ansi-color in
6365 addition to text-property face.
6366 (save-buffer-state): Copy of the macro that is also used by
6367 lazy-lock and font-lock.
6368
6369 (ansi-color-for-comint-mode): New option.
6370 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
6371 (ansi-color-for-comint-mode-off): Ditto.
6372 (ansi-color-for-comint-mode-filter): Ditto.
83c9cb8e
SM
6373 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
6374 decide what to do. This function is added to
6375 comint-preoutput-filter-functions when the package is loaded.
732b9cdd
GM
6376
6377 (ansi-color-for-shell-mode-set): Removed.
6378 (ansi-color-for-shell-mode): Removed.
6379
63802000-01-09 Alex Schroeder <alex@gnu.org>
6381
6382 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
6383 the lambda expression from the ansi-color-for-shell-mode :set
6384 property. Additionally, modify shell-mode-hook to enable or
6385 disable font-lock-mode for future shell buffers.
6386 (ansi-color-for-shell-mode): The :set property calls
6387 ansi-color-for-shell-mode-set instead of a lambda expression.
6388
63892000-01-09 Alex Schroeder <alex@gnu.org>
6390
6391 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
6392 (ansi-color-context): New variable.
6393 (ansi-color-apply): Save context between calls.
6394
fb55ff10
EZ
63952001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
6396
83c9cb8e
SM
6397 * isearch.el (isearch, isearch-lazy-highlight-face):
6398 New definitions for face colors and attributes.
29910493 6399
fb55ff10
EZ
6400 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
6401 of display-mouse-p.
6402
134d6265
KH
64032001-01-09 Kenichi Handa <handa@etl.go.jp>
6404
6405 * international/mule.el (make-coding-system): If the coding system
6406 accepts extra latin codes, register such codes as safe for the
6407 coding system.
6408
103db06c 64092001-01-08 Richard M. Stallman <rms@gnu.org>
78b8eee8 6410
984c9f75
RS
6411 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
6412 don't mention the file name or the date here, because they are
6413 logged at the start of the file.
6414
64152001-01-08 Richard M. Stallman <rms@gnu.org>
6416
78b8eee8
RS
6417 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
6418 Change screen-width to frame-width.
6419
1460e5d4
EZ
64202001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
6421
6422 * info.el (Info-search): Print the default as part of the prompt.
6423
56f24bc1
AS
64242001-01-08 Andre Spiegel <spiegel@gnu.org>
6425
ca2ddd8e 6426 * vc.el (vc-default-latest-on-branch-p): New function, replaces
56f24bc1
AS
6427 constant implementations in backends.
6428
6429 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
6430 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
6431
6432 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
6433 WRITABLE to EDITABLE.
6434
6435 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
6436 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
6437 to EDITABLE.
6438
b7812d30
EZ
64392001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
6440
6441 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
83c9cb8e 6442 (copyright, copyright-update): Compute the current year at run time.
b7812d30 6443
7e56ea04
GM
64442001-01-08 Gerd Moellmann <gerd@gnu.org>
6445
6446 * isearch.el (isearch-old-signal-hook): Removed.
6447 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
6448 instead of setting signal-hook-function.
6449 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
6450
a758f97d
GM
64512001-01-08 Kevin Gallagher <kevingal@onramp.net>
6452
6453 * emulation/edt.el: Update to version 4.0. Provide support for
6454 EDT scroll margins at top and bottom of the window. Provide an
6455 emulation of the EDT SUBS command (bound to GOLD-Enter, by
6456 default). Enhance edt-quit, bound to GOLD-q by default, to warn
83c9cb8e
SM
6457 user when file-related buffer modifications exist.
6458 Provide support for running EDT Emulation in XEmacs.
6459 Provide customize access to some user updatable variables.
6460 Add Commentary section to file header.
6461 Fixed a few minor bugs and cleaned up some code.
a758f97d
GM
6462
6463 * emulation/edt-mapper.el: Update to version 4.0. Provide support
6464 for detecting a keypress that generates an ASCII key sequence.
6465 (Previously, only a keypress that generates a vector was
6466 recognized.) Embed Window Manager name into name of the generated
6467 EDT Emulation initialization file since the initialization file is
6468 Window Manager specific. Add Commentary section to file header.
ca2ddd8e 6469
30db89f9
EZ
64702001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
6471
4deb3ba9
EZ
6472 * mail/sendmail.el (mail-mode): Doc fix.
6473
30db89f9
EZ
6474 * info.el (Info-goto-emacs-command-node): Doc fix.
6475 (Info-goto-emacs-key-command-node): Doc fix.
6476
c3f2772b
EZ
64772001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
6478
8726e79b 6479 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
c3f2772b
EZ
6480 systems without long file-name support.
6481
0dac6924
AI
64822001-01-06 Andrew Innes <andrewi@gnu.org>
6483
6484 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
6485
4e6ef391
EZ
64862001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
6487
380866a2
EZ
6488 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
6489 (isearch-lazy-highlight-update): Doc fix.
6490
148b5960
EZ
6491 * ffap.el (ffap-bindings): Doc fix.
6492
4e6ef391
EZ
6493 * dired-x.el (dired-virtual-guess-dir): Doc fix.
6494
4cb1bcc2
DL
64952001-01-05 Dave Love <fx@gnu.org>
6496
6497 * emacs-lisp/cl-seq.el (remove, remq): Remove.
6498
3828218c
GM
64992001-01-05 Gerd Moellmann <gerd@gnu.org>
6500
83c9cb8e
SM
6501 * mouse-drag.el (mouse-drag-safe-scroll):
6502 Bind scroll-preserve-screen-position to nil.
f1ade7d3 6503
1f4139d5
GM
6504 * isearch.el (isearch-old-signal-hook): New variable.
6505 (isearch-mode): Set signal-hook-function to isearch-done.
6506 (isearch-done): Restore old signal-hook-function.
6507
3828218c
GM
6508 * info.el (Info-fontify-node): Mark one more char as intangible.
6509
3970013f
KH
65102000-01-05 Kenichi Handa <handa@etl.go.jp>
6511
83c9cb8e
SM
6512 * composite.el (compose-last-chars): New argument COMPONENTS.
6513 If it is non-nil, compose preceding characters by compose-region with
3970013f
KH
6514 COMPONENTS.
6515
6516 * international/quail.el (quail-input-string-to-events): New function.
6517 (quail-input-method): Convert input string to events here.
6518 (quail-start-translation): Return input string, not event list.
6519 (quail-start-conversion): Likewise.
6520
f3b05e99
GM
65212001-01-04 Gerd Moellmann <gerd@gnu.org>
6522
ca2ddd8e 6523 * tooltip.el (tooltip-cancel-delayed-tip)
2f5ded21
GM
6524 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
6525 and tooltip-add-timeout.
6526 (tooltip-show): Set border color from faces's foreground.
6527 (tooltip-show-help-function): If called with the same help string
6528 as last time, do nothing.
6529 (tooltip-help-tips): Don't set tooltip-help-message to nil.
6530
0f2ac578
GM
6531 * startup.el (fancy-splash-screens): Don't bind show-help-function
6532 to nil.
6533
f3b05e99
GM
6534 * tooltip.el (tooltip-frame-parameters): Remove colors.
6535 (tooltip): New face
6536 (tooltip-set-param): New function.
6537 (tooltip-show): Set up color frame parameters from face `tooltip'.
6538 Display the tooltip text in face `tooltip'.
6539
8416e94a
DL
65402001-01-04 Dave Love <fx@gnu.org>
6541
6542 * whitespace.el (whitespace-global-mode): Fix typo.
6543
6544 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
6545
30db89f9
EZ
65462001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
6547
83c9cb8e
SM
6548 * help.el (help-for-help): Fix a typo in a doc string.
6549 From kwzh@gnu.org (Karl Heuer).
30db89f9 6550
b847eb8c
DL
65512001-01-03 Dave Love <fx@gnu.org>
6552
6553 * dired-x.el: Doc fixes. Maintainer change.
83c9cb8e 6554 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
b847eb8c
DL
6555 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
6556 (dired-guess-shell-alist-user): Customize.
6557 (dired-x-help-address): Set to bug-gnu-emacs.
6558 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
6559 (dired-default-directory): Renamed from default-directory.
6560
6561 * hl-line.el (hl-line): Doc fix.
6562
43c4b570
KF
65632001-01-03 Karl Fogel <kfogel@red-bean.com>
6564
1bf6b1bf 6565 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
43c4b570 6566
984c9f75 65672001-01-02 Richard M. Stallman <rms@gnu.org>
5297fb00
RS
6568
6569 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
6570 to remove all the current alternative-match highlighting.
6571 If nil, remove only what's outside the current window.
6572 (isearch-lazy-highlight-remove-overlays): Take optional
6573 region within which NOT to remove them.
6574 (isearch-lazy-highlight-new-loop): Greatly simplified.
6575 (isearch-lazy-highlight-update): Find all the other occurrences
6576 visible in the window, in just one call.
6577 (isearch-lazy-highlight-start): Now holds start of region to scan.
6578 (isearch-lazy-highlight-end): Now holds end of region to scan.
6579 (isearch-lazy-highlight-wrapped): Variable deleted.
6580 (isearch-lazy-highlight-search): Function deleted.
6581
13d6a61c
AI
65822000-01-02 Andrew Innes <andrewi@gnu.org>
6583
6584 * w32-fns.el (convert-standard-filename): Do length check on name
6585 before aref.
6586
064866e7
DL
65872001-01-02 Dave Love <fx@gnu.org>
6588
b33e041b
DL
6589 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
6590 value.
6591 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
6592
6593 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
6594
8166ffd5
DL
6595 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
6596 read syntax.
6597
064866e7
DL
6598 * calendar/todo-mode.el (todo): Add :link, :version.
6599 (todo-save-top-priorities): Remove autoload cookie.
6600 (todo-add-category, todo-add-item-non-interactively)
83c9cb8e 6601 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
064866e7 6602
6dde6abc
GM
66032001-01-02 Gerd Moellmann <gerd@gnu.org>
6604
6605 * comint.el (comint-input-history-ignore): New variable.
6606 (comint-read-input-ring): Ignore entries matching
6607 comint-input-history-ignore.
6608
1a8a9daf
GM
66092001-01-02 Eric M. Ludlam <zappo@gnu.org>
6610
6611 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
6612 (lm-copyright-mark): New function.
6613 (lm-crack-copyright): New function.
6614 (lm-verify): Check that the file has a copyright.
6615 Check that the file is copyright Free Software Foundation.
6616
9c92eb53
KH
66172000-12-30 Kenichi Handa <handa@etl.go.jp>
6618
6619 * international/mule-diag.el (print-fontset): Indent font name by
6620 24 columns, not 25.
6621
49172314
GM
66222000-12-29 Gerd Moellmann <gerd@gnu.org>
6623
762a68ec
GM
6624 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
6625 in Subject line.
6626
49172314 6627 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
83c9cb8e
SM
6628 Use mail-mode-hook instead of mail-setup-hook.
6629 Otherwise continuing an interrupted message with C-u C-x m for
6630 instance, winds up in Mail mode without abbrevs.
49172314 6631
bd7a2e26
GM
66322000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6633
6634 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
83c9cb8e
SM
6635 non-nil. Adding almost all customization variables on ps-setup.
6636 Doc fix.
bd7a2e26
GM
6637 (ps-print-version): New version number (6.3.3).
6638 (ps-end-with-control-d): Initialization fix.
6639 (ps-lines-printed): New var.
6640 (ps-skip-newline): New fun.
6641 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
6642 (ps-next-line, ps-continue-line, ps-plot-region)
6643 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
ca2ddd8e 6644
2b3f28a4
KH
66452000-12-29 Kenichi Handa <handa@etl.go.jp>
6646
83c9cb8e
SM
6647 * international/fontset.el (x-complement-fontset-spec):
6648 Resolve ASCII font name so that the same family name is used for fonts
2b3f28a4
KH
6649 registered in x-font-name-charset-alist.
6650 (create-fontset-from-fontset-spec): Adjusted for the above change.
6651 The name of fontset alias should be a unresolved ASCII font name.
6652
2ece9174
GM
66532000-12-28 Gerd Moellmann <gerd@gnu.org>
6654
6655 * simple.el (delete-key-deletes-forward-mode): Bind backspace
6656 and delete in isearch-mode-map.
6657
cbe3ad7a
RS
66582000-12-28 Richard M. Stallman <rms@gnu.org>
6659
ca2ddd8e 6660 * dired-x.el (dired-guess-shell-alist-default):
cbe3ad7a
RS
6661 Use xpdf instead of acroread.
6662
a816f1c5
KH
66632000-12-28 Kenichi Handa <handa@etl.go.jp>
6664
f086e73c
KH
6665 * textmodes/artist.el (artist-butlast): Deleted.
6666 (artist-ellipse-mirror-quadrant): Use butlast instead of
defac922 6667 artist-butlast.
f086e73c 6668
a816f1c5
KH
6669 * subr.el (butlast, nbutlast): Moved from cl.el to here.
6670
6671 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
6672
b202115b
EZ
66732000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
6674
6675 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
6676
6677 * ls-lisp.el: Better support for the Mac and MS-Windows.
6678 (ls-lisp): New defgroup.
6679 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
ca2ddd8e 6680 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
b202115b
EZ
6681 (ls-lisp-support-shell-wildcards): New defcustoms.
6682 (ls-lisp-parse-symlink): New function.
6683 (insert-directory): Code to convert switches to a list and set up
6684 the wildcard argument copied from ls-lisp-insert-directory.
6685 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
6686 for -C and -R switches.
6687 (ls-lisp-column-format): New function.
ca2ddd8e 6688 (ls-lisp-delete-matching, ls-lisp-handle-switches)
b202115b
EZ
6689 (ls-lisp-format-time): Add doc strings.
6690 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
6691 Support ls-lisp-dirs-first.
6692 (ls-lisp-classify, ls-lisp-extension): New functions.
6693 (ls-lisp-format): Optionally support emulation of symlinks.
6694 Support -i, -s, and -G switches.
6695
6061fbf0
GM
66962000-12-27 Gerd Moellmann <gerd@gnu.org>
6697
5e25feee
GM
6698 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
6699
6061fbf0
GM
6700 * version.el (emacs-version): Print X scroll bar information.
6701
6702 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
6703 instead of x-toolkit-scroll-bars-p.
6704
6705 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
6706 of x-toolkit-scroll-bars-p.
6707
25050dab
EZ
67082000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
6709
83c9cb8e 6710 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
25050dab
EZ
6711 (ffap-bindings): Doc fix, to reflect the above change.
6712
c1786874
KH
67132000-12-27 Kenichi Handa <handa@etl.go.jp>
6714
6715 * term.el (term-char-mode): Define all non-ascii self-inserting
6716 characters to 'term-send-raw in term-raw-map.
6717
7261ece3 67182000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
ca2ddd8e 6719
83c9cb8e 6720 * viper-init (viper-restore-cursor-type): Added condition-case guard.
ca2ddd8e 6721
83c9cb8e
SM
6722 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
6723 Changed initialization; use add-hook.
6061fbf0 6724 (ediff-file-remote-p): Use file-local-copy.
ca2ddd8e 6725
6061fbf0 6726 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
ca2ddd8e 6727
6061fbf0
GM
6728 * ediff.el (ediff-patch-buffer): Bug fix.
6729 (ediff-revision): Allow selection of the file at the prompt.
ca2ddd8e 6730
83f40583
SM
67312000-12-23 Stefan Monnier <monnier@cs.yale.edu>
6732
6733 * subr.el (combine-run-hooks): Remove.
6734
6735 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
6736 and remove the rogue second spec.
6737
bdd6d4e8
GM
67382000-12-23 Gerd Moellmann <gerd@gnu.org>
6739
6740 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
6741
26736ce3
SM
67422000-12-22 Stefan Monnier <monnier@cs.yale.edu>
6743
0e86b6b0
SM
6744 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
6745 Use minibuffer menu prompt for the `=' prefix.
6746 (smerge-command-prefix): Change default to C-^.
6eabfb26 6747 (smerge-mode): Don't assume font-lock doesn't move point.
0e86b6b0 6748
26736ce3
SM
6749 * skeleton.el (skeleton-internal-1): Make sure the first line of
6750 the region is also re-indented.
d21584d6
SM
6751 (skeleton-end-newline): New var.
6752 (skeleton-end-hook): Use it.
26736ce3 6753
95fa4fd7
MB
67542000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
6755
6756 * comint.el (comint-password-prompt-regexp): Support CVS.
6757
f060b834
GM
67582000-12-22 Gerd Moellmann <gerd@gnu.org>
6759
83c9cb8e
SM
6760 * simple.el (delete-key-deletes-forward-mode): Simplify.
6761 Also backspace key combinations, depending on
856ff7a7
GM
6762 delete-key-deletes-forward.
6763
6764 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
6765
f060b834
GM
6766 * simple.el (delete-key-deletes-forward): Doc fix.
6767
653558a1
GM
67682000-08-22 Emmanuel Briot <briot@gnat.com>
6769
6770 * xml.el (top level comment): Updated to reflect the fact that
26736ce3 6771 white spaces are relevant in the XML file.
653558a1
GM
6772 (xml-parse-file): Do not kill an existing Emacs buffer if the file
6773 to parse was already edited. This allows for on-the-fly analysis
26736ce3 6774 of XML files.
653558a1
GM
6775 (xml-parse-tag): Check that the casing is the same in the start
6776 tag and end tag, since XML is case-sensitive. Allows for spaces
6777 in the end tag, after the name of the tag.
6778 (xml-parse-attlist): Allow for the character '-' in the name of
6779 attributes, as in the standard http-equiv attribute Do not save
26736ce3 6780 the properties in the XML tree, since they are not relevant.
653558a1 6781
3ad93d8d
SM
67822000-12-21 Stefan Monnier <monnier@cs.yale.edu>
6783
6784 * generic.el (generic-read-type): Undo last change, inline into
6785 `generic-mode' and then remove.
6786 (generic-mode): Inline generic-read-type.
6787 (define-generic-mode): Push the symbol name rather than the symbol
6788 onto generic-mode-list.
6789
177f4e88
GM
67902000-12-21 Gerd Moellmann <gerd@gnu.org>
6791
8e15274f
GM
6792 * generic.el (generic-read-type): Build an alist for
6793 completing-read as in 20.7.
6794
6795 * play/landmark.el (lm): Use interactive spec `P'.
6796 (toplevel): Don't set debug-on-error.
6797
83c9cb8e 6798 * server.el (server-switch-buffer): Choose a window on a visible frame.
177f4e88 6799
6ba384dc
GM
68002000-12-21 Dave Pearson <davep@davep.org>
6801
6802 * quickurl.el: Commentry change, I've moved my web site.
ca2ddd8e 6803
647a066c
GM
68042000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6805
6806 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
6807 ranges like \177-\237, but accepts the character sequence from \177 to
6808 \237. Doc fix.
6809 (ebnf-version): New version (3.4).
6810 (ebnf-setup): Code fix.
6811 (ebnf-range-regexp): New fun.
6812 (ebnf-8-bit-chars): Const fix.
6813
6814 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
6815 entry. Doc fix.
6816 (ebnf-bnf-lex): Code fix.
6817 (ebnf-bnf-comment-chars): Const fix.
6818
6819 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
6820 entry. Doc fix.
6821 (ebnf-iso-comment-chars): Const fix.
6822
6823 * ebnf-otz.el: Doc fix.
6824
6825 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
6826 entry. Doc fix.
6827 (ebnf-yac-skip-code): Code fix.
6828 (ebnf-yac-comment-chars): Const fix.
ca2ddd8e 6829
bc22fd18
EZ
68302000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
6831
6832 * files.el (insert-directory-safely): New function.
83c9cb8e
SM
6833 (recover-file): Use it instead of insert-directory.
6834 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
bc22fd18 6835
587fc3f9
KH
68362000-12-21 Kenichi Handa <handa@etl.go.jp>
6837
83c9cb8e
SM
6838 * international/mule-cmds.el (select-safe-coding-system):
6839 Check coding-category-list more rigidly. Improve help message.
eeefcfde 6840
587fc3f9
KH
6841 * dired.el (dired-move-to-filename-regexp): Fix previous change.
6842
01860fb9
MB
68432000-12-21 Miles Bader <miles@gnu.org>
6844
83c9cb8e 6845 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
01860fb9 6846
3f9d67a6
KH
68472000-12-21 Kenichi Handa <handa@etl.go.jp>
6848
9fd1c1f7
KH
6849 * international/mule-diag.el (describe-char-after): Make *Help*
6850 buffer inherit multibyteness of the current buffer.
6851
3f9d67a6
KH
6852 * international/mule.el (make-char): Docstring adjusted for the
6853 change of make-char-internal.
6854
c9669fac
SM
68552000-12-20 Stefan Monnier <monnier@cs.yale.edu>
6856
6857 * international/iso-cvt.el: Docstrings fix.
6858
19594307
DL
68592000-12-20 Dave Love <fx@gnu.org>
6860
6861 * subr.el (eval-after-load): Doc fix.
6862
b1a447b3
KH
68632000-12-20 Kenichi Handa <handa@etl.go.jp>
6864
6865 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
6866 for numbers.
6867
09877d5d
MB
68682000-12-20 Miles Bader <miles@gnu.org>
6869
6870 * international/quail.el (quail-help): Resize the help window
6871 again after it has all its contents. Remove unneeded progn.
6872
71d4497a
GM
68732000-12-19 Gerd Moellmann <gerd@gnu.org>
6874
6875 * pcmpl-linux.el: Fix copy/paste error.
6876
741e56a0
AI
68772000-12-19 Andrew Innes <andrewi@gnu.org>
6878
83c9cb8e 6879 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
741e56a0 6880
cc24d91c
CD
68812000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
6882
ba4c05aa
CD
6883 * progmodes/idlw-rinfo.el: Fixed copyright notice.
6884
6885 * progmodes/idlw-toolbar.el: Fixed copyright notice.
6886
6887 * progmodes/idlw-shell.el: Fixed copyright notice.
6888
6889 * progmodes/idlwave.el: Fixed copyright notice.
6890
71d4497a 6891 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
cc24d91c
CD
6892 TAB as key separators.
6893
524c8caf
GM
68942000-12-19 Alex Schroeder <alex@gnu.org>
6895
6896 * sql.el (sql-sybase-options): New option.
6897 (sql-sybase): Use it. Add sql-database to the list of parameters
6898 provided for login. The options -w 2048 -n are not used any more.
6899 (sql-postgres-options): Changed default from "--pset" to "-P".
6900 (sql-mysql-options): Doc change.
6901 (sql-stop): Doc change.
6902
b5fa513d
KH
69032000-12-19 Kenichi Handa <handa@etl.go.jp>
6904
6905 * international/quail.el (quail-input-method): Always hide
6906 the guidance buffer on exiting.
6907
91c9e6ce
GM
69082000-12-18 Gerd Moellmann <gerd@gnu.org>
6909
c6da4eb4
GM
6910 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
6911 isn't fboundp.
6912
3d2a0e0b
GM
6913 * server.el (server-buffer-done): Bury the buffer before
6914 killing it.
6915
91c9e6ce
GM
6916 * faces.el (face-spec-set): Interpret a nil in specs for
6917 foreground and background colors as `unspecified', for
6918 compatibility with 20.x.
6919
40fa0008
DL
69202000-12-18 Dave Love <fx@gnu.org>
6921
22adbe54
DL
6922 * simple.el (mail-user-agent): Doc fix.
6923 (input-mode-8-bit): Removed.
6924
6925 * international/mule.el (set-keyboard-coding-system): Doc fix.
6926 (keyboard-coding-system): New option.
6927
40fa0008
DL
6928 * mail/sendmail.el (send-mail-function): Customize.
6929
6f4745e2
EZ
69302000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
6931
6932 * international/codepage.el (cp866-decode-table): New table.
6933
82b90229
GM
69342000-12-18 Gerd Moellmann <gerd@gnu.org>
6935
6936 * version.el (emacs-version): Remove `%a' from the time format
6937 because the weekday doesn't fit well into each locale.
6938
5a047002
MB
69392000-12-18 Miles Bader <miles@gnu.org>
6940
7f49aa07
MB
6941 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
6942
ca2ddd8e 6943 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
5a047002
MB
6944 Check that emacs-major-version is `=' to 20, not `>='.
6945 (artist-replace-chars): Use `make-string' instead of a loop.
6946
22ea2607
EZ
69472000-12-17 Stefan Monnier <monnier@cs.yale.edu>
6948
6949 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
6950 (cvs-execute-single-file): Don't change directory.
6951 Patch from Per Cederqvist.
6952
6c825f8e
EZ
69532000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
6954
83c9cb8e
SM
6955 * textmodes/ispell.el (check-ispell-version):
6956 If `ispell-program-name' is "aspell", pass it the -v switch instead
6c825f8e
EZ
6957 of -vv.
6958
8ff06845
KH
69592000-12-16 Kenichi Handa <handa@etl.go.jp>
6960
af4bb4c8
KH
6961 * international/mule-diag.el (mule-diag): Insert information about
6962 configure options, multibyte awareness, language env.
6963
8ff06845
KH
6964 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
6965 regexp to search for candidates.
6966
b24e84ab
EZ
69672000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
6968
6969 * info.el (Info-forward-node): If the node has an
6970 Info-header-line, widen the buffer before searching for "next:"
6971 and "up:" pointers, and set the search limit to stay in the
6972 current node.
6973
7981d89f
MB
69742000-12-16 Miles Bader <miles@gnu.org>
6975
6976 * simple.el (delete-trailing-whitespace): Remove extraneous let.
6977
88ee7917
MB
69782000-12-15 Miles Bader <miles@gnu.org>
6979
6980 * comint.el (comint-send-string, comint-send-region): Also accept
6981 a buffer, buffer-name, or nil for PROCESS, for compatibility with
6982 process-send-string/region.
6983
0c28d842
GM
69842000-12-15 Gerd Moellmann <gerd@gnu.org>
6985
4ea7fdca
GM
6986 * isearch.el (isearch-lazy-highlight-max): New user-option.
6987 (isearch-lazy-highlight-update): Don't highlight more than
6988 isearch-lazy-highlight-max matches.
6989
0c28d842
GM
6990 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
6991
984c9f75 69922000-12-15 Richard M. Stallman <rms@gnu.org>
3ffa545b 6993
8062e53a
GM
6994 * sort.el (sort-columns): Fix error message.
6995
3ffa545b
GM
6996 * dabbrev.el (dabbrev--last-case-pattern): Value is now
6997 `upcase' or `downcase' or nil.
6998 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
6999 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
7000 (dabbrev--substitute-expansion): New arg record-case-pattern.
7001 If it is non-nil, set dabbrev--last-case-pattern.
7002 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
7003
7004 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
7005
c2d7f289
MB
70062000-12-15 Miles Bader <miles@gnu.org>
7007
b6348438
MB
7008 * paths.el (Info-default-directory-list): Don't delete
7009 configure-info-directory from the list of standard info
83c9cb8e 7010 directories when appending it to the end -- their order is important.
b6348438 7011
f9056dd9
MB
7012 * faces.el (read-face-attribute): If there's no entry for the
7013 user's input in VALID, just use it as-is (this will often result
7014 in an error, but it may be OK for e.g. colors using hexadecimal
7015 notation, and at least will yield a better error message).
7016
c2d7f289 7017 * window.el (mode-line-window-height-fudge): Function removed.
ca2ddd8e 7018 (height-affecting-face-attributes, mode-line-window-height-fudge):
c2d7f289
MB
7019 Variables removed.
7020 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
7021 window is really the right size. Use vertical-motion
7022 rather than forward-line.
7023 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
7024 (ispell-command-loop, ispell-show-choices): Use the variable
7025 ispell-choices-win-default-height, rather than the function.
7026 (ispell-choices-win-default-height): Function removed.
7027 (ispell-mode-line-window-height-fudge): Function removed.
ca2ddd8e 7028
8f530b95
SM
70292000-12-14 Stefan Monnier <monnier@cs.yale.edu>
7030
7031 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
7032
6d435deb
EZ
70332000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
7034
83c9cb8e
SM
7035 * paths.el (Info-default-directory-list):
7036 If configure-info-directory is not one of the standard directories,
4dddb0b7
EZ
7037 put it first in the list; otherwise put it last. Doc string
7038 changed accordingly.
7039
7040 * info.el (Info-directory-list): Change doc string to reflect the
7041 change in Info-default-directory-list.
7042
6d435deb
EZ
7043 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
7044 windows-nt as windowed environments, even under -nw.
7045
7046 * startup.el (command-line): Don't call x-backspace-delete-keys-p
7047 if not fboundp. Switch delete-forward mode for the <delete> key
7048 on all PC platforms, even under -nw.
7049
7050 * term/internal.el ([M-delete]): Remap to M-d.
7051
9d7d9263
GM
70522000-12-14 Gerd Moellmann <gerd@gnu.org>
7053
7054 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
7055
7cf0153a
EZ
70562000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
7057
7058 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
7059
5e5b3d41
GM
70602000-12-14 Gerd Moellmann <gerd@gnu.org>
7061
5f368d29
GM
7062 * startup.el (command-line): Call delete-key-deletes-forward-mode,
7063 if appropriate.
7064
7065 * simple.el (delete-key-deletes-forward): New user-option.
7066 (delete-key-deletes-forward-mode): New function.
7067
9d7d9263 7068 * bindings.el: Bind `delete' to backward-delete-char.
5f368d29 7069
83c9cb8e
SM
7070 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
7071 Test if symbol is bound before getting its value.
5e5b3d41
GM
7072
7073 * tooltip.el (tooltip-show): If an error is signaled in
7074 x-show-tip, display that error, and display the help in the
7075 echo area.
ca2ddd8e 7076
191b83b6
KH
70772000-12-14 Kenichi Handa <handa@etl.go.jp>
7078
83c9cb8e
SM
7079 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
7080 Show "... entries" messages for every 10000 entries, not 10.
191b83b6 7081
6192b604
KF
70822000-12-13 Karl Fogel <kfogel@red-bean.com>
7083
7084 * bookmark.el: Provide a generic exit hook, as suggested by
7085 Ovidiu Predescu <ovidiu@cup.hp.com>:
a924cf63
EZ
7086 (bookmark-exit-hook): New var.
7087 (bookmark-exit-hook-internal): New func, replaces
6192b604
KF
7088 old raw lambda form in `kill-emacs-hook', and runs new
7089 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
7090 as logically that feature must have been provided if this function
7091 is running.
7092 Removed ;;;###autoload before the `add-hook' call.
7093
5edf6b55
SM
70942000-12-13 Stefan Monnier <monnier@cs.yale.edu>
7095
7096 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
7097 (easy-menu-current-active-maps): New function.
7098 (easy-menu-get-map): Use it.
7099 Make a proper menu entry when creating a new keymap.
7100
16b5e8e6
KH
71012000-12-13 Kenichi Handa <handa@etl.go.jp>
7102
d49fc4eb
KH
7103 * international/characters.el: Fix cases and syntaxes for
7104 mule-unicode-0100-24ff.
7105
3b53d876
KH
7106 * dired.el (dired-move-to-filename-regexp): Fixed for the case
7107 that a Japanese character is not appended after day and year.
7108
16b5e8e6
KH
7109 * info.el (Info-suffix-list): Change format for a command that
7110 requires arguments.
7111 (info-insert-file-contents): Adjusted for the above change.
7112
1df1c518
AS
71132000-12-12 Andreas Schwab <schwab@suse.de>
7114
7115 * tar-mode.el (tar-extract): Base the name of the subfile buffer
7116 on the name of the tar buffer. Verify that the existing buffer is
7117 visiting the same subfile.
7118
a7a07b98
DL
71192000-12-12 Dave Love <fx@gnu.org>
7120
7121 * subdirs.el: Add obsolete.
7122
4fdbd809
GM
71232000-12-12 Gerd Moellmann <gerd@gnu.org>
7124
bfdb75ee
GM
7125 * mail/rmailsum.el (rmail-summary-expunge)
7126 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
7127 instead of rmail-confirm-expunge.
7128
4fdbd809
GM
7129 * replace.el (perform-replace): Don't use an empty match adjacent
7130 to a non-empty match when computing the next match before the
7131 replacement is performed.
7132
e9a59cad
GM
71332000-12-12 Milan Zamazal <pdm@freesoft.cz>
7134
7135 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
7136 definition (patch by Stefan Monnier).
7137 (glasses-mode): Use jit-lock instead of `after-change-functions'
7138 (patch by Stefan Monnier).
7139
c2def7a0
MB
71402000-12-12 Miles Bader <miles@gnu.org>
7141
7142 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
7143 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
7144
591b63b4
AC
71452000-12-12 Andrew Choi <akochoi@i-cable.com>
7146
7147 * term/mac-win.el: Remove load for ls-lisp.
7148
a924cf63 7149 * loadup.el: Load ls-lisp for system-type `macos'.
591b63b4 7150
5ff4ba3d
MB
71512000-12-12 Miles Bader <miles@gnu.org>
7152
7153 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
7154 Respect field end too.
7155 (just-one-space): Respect fields as `delete-horizontal-space'.
83c9cb8e
SM
7156 (newline-and-indent, reindent-then-newline-and-indent):
7157 Use `delete-horizontal-space'.
5ff4ba3d 7158
d0c679bc
SM
71592000-12-11 Stefan Monnier <monnier@cs.yale.edu>
7160
adf9c994
SM
7161 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
7162 (so as to obey the field property in the minibuffer).
7163
4b0cd42d
SM
7164 * obsolete/c-mode.el: Moved from lisp/progmodes.
7165 * obsolete/auto-show.el: Moved from lisp.
7166 * obsolete/ooutline.el: Moved from lisp/textmodes.
ca2ddd8e 7167
89f85863
CD
71682000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
7169
7170 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
dd4e0e55 7171 changes to list them here.
89f85863 7172
83c9cb8e
SM
7173 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
7174 Too many changes to list them here.
89f85863 7175
83c9cb8e
SM
7176 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
7177 Too many changes to list them here.
89f85863
CD
7178
7179 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
7180
3e0d35ce
GM
71812000-12-11 Gerd Moellmann <gerd@gnu.org>
7182
83c9cb8e 7183 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
d990421f 7184
ca2ddd8e 7185 * cus-edit.el (custom-save-variables, custom-save-faces):
fda514f7
GM
7186 Comment fix.
7187
3e0d35ce
GM
7188 * hscroll.el: Moved to `obsolete' subdir.
7189
ff904dd6
MB
71902000-12-11 Miles Bader <miles@gnu.org>
7191
7192 * window.el (window-text-height): Function removed (now in C).
7193
fb97d87f
SM
71942000-12-10 Stefan Monnier <monnier@cs.yale.edu>
7195
7196 * log-edit.el (log-edit-parent-buffer): New var.
7197 (log-edit): Set it. Add BUFFER argument.
7198 (log-edit-done): Use char-before.
7199 Don't bother checking validity of vc-comment-ring.
7200 Only bury the buffer if log-edit popped it up.
7201
7202 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
7203 (cvs-mode-diff-help): Remove.
7204 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
802cf66c 7205 (cvs-mode-marked): Set up the default for CMD manually.
fb97d87f
SM
7206
7207 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
7208 Remove binding for ? now made unnecessary.
7209
7de77417
CD
72102000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
7211
83c9cb8e 7212 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
7de77417
CD
7213 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
7214
7215 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
7216 when master file is not open.
7217
4efa209f
SM
72182000-12-09 Stefan Monnier <monnier@cs.yale.edu>
7219
7220 * progmodes/ada-stmt.el: Update `maintainer'.
7221
b52758d1 72222000-12-09 Stephen Gildea <gildea@stop.mail-abuse.org>
0a8052bd
GM
7223
7224 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
7225 choices to match documentation string.
7226
a12167c5
MB
72272000-12-09 Miles Bader <miles@gnu.org>
7228
2161605d
MB
7229 * minibuf-eldef.el: New file.
7230
a12167c5
MB
7231 * window.el (fit-window-to-buffer): Don't pass last argument to
7232 pos-visible-in-window-p, now that its meaning is inverted.
7233
9ea8de1b
EZ
72342000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
7235
7236 * image.el (create-image): Doc fix; spotted by Per Cederqvist
7237 <ceder@lysator.liu.se>.
7238
5002ddbb
SM
72392000-12-08 Stefan Monnier <monnier@cs.yale.edu>
7240
b6114d80
SM
7241 * autoinsert.el (auto-insert-alist): Add missing final \n.
7242
ee8d23ee
SM
7243 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
7244 (cvs-menu-map): Remove.
7245 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
7246 (cvs-mode-quit): Turn it back into a plain function.
7247
5002ddbb 7248 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
ee8d23ee 7249 (texinfo-filter): Remove (move to texinfo.el).
5002ddbb
SM
7250
7251 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
7252 file where it's more visible.
7253 (texinfo-filter, texinfo-chapter-level-regexp): New variables
7254 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
7255 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
7256 (texinfo-inside-macro-p): Only catch `scan-error's.
7257 (texinfo-inside-env-p): Make better use of the match info.
7258 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
7259 (texinfo-insert-@end): Slight re-organization.
7260 Also remove useless `looking-at' call.
7261
30cd075d
AI
72622000-12-08 Andrew Innes <andrewi@gnu.org>
7263
7264 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
7265 accessible in -nw mode.
7266
7267 * term/w32-win.el: Remove stuff about selection timeout, which is
7268 irrelevant on Windows. Move clipboard support to w32-fns.el, so
7269 it is accessible in -nw mode.
7270
01b91009
DL
72712000-12-08 Dave Love <fx@gnu.org>
7272
83c9cb8e
SM
7273 * emacs-lisp/lisp-mode.el (lisp-mode):
7274 Set font-lock-keywords-case-fold-search.
01b91009 7275
842b2a94
GM
72762000-12-08 Gerd Moellmann <gerd@gnu.org>
7277
7278 * textmodes/ispell.el (ispell): Doc fix.
7279
f9d5f611
KH
72802000-12-08 Kenichi Handa <handa@etl.go.jp>
7281
7282 * international/quail.el (quail-insert-decode-map): Check the
7283 frame width of a window displaying the current buffer, not that of
7284 the selected frame.
7285 (quail-help): Make sure that the help buffer has window before
7286 inserting text in it.
7287
e04d21aa
SS
72882000-12-07 Sam Steingold <sds@gnu.org>
7289
7290 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
7291 Backquote is used in isearch.el, so autoloading saves nothing.
7292
fc3e23a4
EZ
72932000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
7294
83c9cb8e
SM
7295 * startup.el (normal-top-level-add-subdirs-to-load-path):
7296 Ignore the CVS and RCS subdirectories case-insensitively.
137cad7c 7297
fc3e23a4
EZ
7298 * dired.el (dired-insert-directory): If file-system-info is
7299 fboundp, call it instead of invoking dired-free-space-program.
7300
796ecd10
GM
73012000-12-07 Gerd Moellmann <gerd@gnu.org>
7302
0f5f7c3e
GM
7303 * server.el (server-visit-files): Push files on file-name-history.
7304
3764ba49
GM
7305 * progmodes/cc-langs.el: Update copyright.
7306
8e7931da
GM
7307 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
7308
ae0d7485 7309 * bindings.el (mode-line-mode-menu): Add glasses-mode.
e04d21aa 7310
796ecd10
GM
7311 * bindings.el (mode-line-mode-menu): Reverse the order
7312 of define-keys so that the menu appears in alphabetical order.
7313
ae0d7485
GM
73142000-12-07 Milan Zamazal <pdm@freesoft.cz>
7315
7316 * progmodes/glasses.el (glasses-mode): Update mode line at the end
7317 of the function.
7318
e2849090
DL
73192000-12-07 Dave Love <fx@gnu.org>
7320
7321 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
7322
7323 * facemenu.el (facemenu-unlisted-faces): Fix value.
7324
5c7f629c
SM
73252000-12-07 Stefan Monnier <monnier@cs.yale.edu>
7326
7327 * font-lock.el (font-lock-default-fontify-region):
7328 Include the terminating \n (off-by-one error).
7329 (font-lock-set-defaults): Use dolist.
7330
7331 * derived.el (define-derived-mode): Don't use combine-run-hooks.
7332
73481ae3
KH
73332000-12-07 Kenichi Handa <handa@etl.go.jp>
7334
83c9cb8e
SM
7335 * international/mule-cmds.el (describe-language-environment):
7336 Fix for the case that an input method title is not string but a list.
ffbaa122 7337
73481ae3
KH
7338 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
7339 of wrong SIZE record.
7340
e2896b22
DL
73412000-12-06 Dave Love <fx@gnu.org>
7342
67292061
DL
7343 * newcomment.el (comment-region, comment-dwim): Doc fix.
7344
7345 * textmodes/texinfo.el: Require tex-mode when compiling.
7346 (texinfo-update-node): Doc fix.
7347 (texinfo-imenu-generic-expression): Add @anchor.
7348 (texinfo-font-lock-keywords): Add @uref.
7349 (texinfo-inside-macro-p): Don't use ignore-errors.
7350 (texinfo-insert-quote): Match more contexts.
7351
e76938e7
DL
7352 * international/mule.el (decode-char, encode-char): Doc fix.
7353 (auto-coding-alist): Customize.
7354
7355 * files.el (load-file): Fix change of 2000-03-12.
7356
e2896b22
DL
7357 * wid-edit.el (widget-text-keymap): Doc fix.
7358
6610f4b2
AI
73592000-12-06 Andrew Innes <andrewi@gnu.org>
7360
7361 * makefile.w32-in (lisp): Set to an absolute directory, namely
7362 $(CURDIR).
7363
9e3366e4
EZ
73642000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
7365
7366 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
7367 read generated-autoload-file, and set buffer-file-coding-system to
7368 raw-text-unix after reading the file.
7369
83c9cb8e
SM
7370 * international/mule-conf.el (file-coding-system-alist):
7371 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
9e3366e4 7372
d94d636f
GM
73732000-12-06 Gerd Moellmann <gerd@gnu.org>
7374
384333ee
GM
7375 * replace.el (occur): Make line-number-width 1 smaller for the
7376 colon following the line number.
7377
83c9cb8e
SM
7378 * startup.el (fancy-splash-text, command-line-1):
7379 Use `File' for the menu name instead of `Files'.
e04d21aa 7380
d4b72d58
GM
7381 * tmm.el: Update copyright.
7382
d94d636f
GM
7383 * cus-start.el: Add entry for even-window-heights.
7384
6e424019
MB
73852000-12-06 Miles Bader <miles@gnu.org>
7386
7387 * faces.el (frame-set-background-mode): Avoid stomping on
7388 locally modified faces.
7389
e6477b58
KH
73902000-12-06 Kenichi Handa <handa@etl.go.jp>
7391
7392 * international/fontset.el: Correct the font registries for
7393 japanese-jisx0213-1 and japanese-jisx0213-2.
7394
21999ab9
GM
73952000-12-05 Gerd Moellmann <gerd@gnu.org>
7396
57d6e381
GM
7397 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
7398
21999ab9
GM
7399 * iswitchb.el: Update customization commentary.
7400
7422819c
GM
74012000-12-05 Rob Riepel <riepel@Stanford.EDU>
7402
7403 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
7404 (tpu-search-highlight): Fixed comparison of overlay end positions.
7405 (tpu-trim-line-ends): Implemented trimming logic locally.
7406
7407 * emulation/tpu-extras.el (tpu-write-file-hook)
83c9cb8e 7408 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
7422819c 7409
73daff18
KH
74102000-12-05 Kenichi Handa <handa@etl.go.jp>
7411
7412 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
7413 to cn-gb.
7414 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
7415
6a4cd002
DL
74162000-12-04 Dave Love <fx@gnu.org>
7417
7418 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
7419
6452929e
GM
74202000-12-04 Gerd Moellmann <gerd@gnu.org>
7421
e04d21aa 7422 * mail/rmailsum.el (rmail-summary-expunge)
6452929e
GM
7423 (rmail-summary-expunge-and-save): Ask for confirmation with
7424 rmail-expunge-confirmed.
7425
7426 * mail/rmail.el (rmail-expunge-confirmed): New function.
7427 (rmail-expunge): Use it.
7428
1790abf4
FP
74292000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
7430
0c68ce6f 7431 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
83c9cb8e
SM
7432 (etags-recognize-tags-table, find-tag-in-order):
7433 New functionality: interpret file names as tags.
e04d21aa 7434
7a53d8c8
EZ
74352000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
7436
7437 * info.el (Info-scroll-prefer-subnodes): New defcustom.
83c9cb8e
SM
7438 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
7439 the first subnode until the bottom of the current node is visible.
7a53d8c8 7440
caa15ef7
GM
74412000-12-04 Gerd Moellmann <gerd@gnu.org>
7442
7443 * format.el (format-decode): Don't change buffer's undo list.
7444
e225faa7
KH
74452000-12-04 Kenichi Handa <handa@etl.go.jp>
7446
7447 * faces.el (face-font-registry-alternatives): Add entries for CJK
7448 fonts. Doc-string adjusted for the actual usage of this data.
7449
7450 * international/fontset.el: Change the font registries for CJK
7451 fonts in the default fontset. Don't append '*' to registries.
7452
8b262a65
SM
74532000-12-03 Stefan Monnier <monnier@cs.yale.edu>
7454
e04d21aa 7455 * emacs-lisp/easy-mmode.el (define-derived-mode)
8b262a65
SM
7456 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
7457
7458 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
7459 (derived-mode-p): New function.
7460 (derived-mode-make-docstring): Add `docstring' argument.
7461 Use it if available and complete it if necessary.
7462
33c4460b
AS
74632000-12-03 Andreas Schwab <schwab@suse.de>
7464
7465 * type-break.el (type-break): Don't make parent of itself.
7466
5c9b3fac
MB
74672000-12-03 Miles Bader <miles@gnu.org>
7468
7469 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
7470
27ce741e
SM
74712000-12-02 Stefan Monnier <monnier@cs.yale.edu>
7472
07c16ec4
SM
7473 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
7474 (tex-main-file, tex-file): Simplify.
7475 (tex-generate-zap-file-name): Use subst-char-in-string.
7476 (tex-strip-dots): Remove.
7477
c19cc275
SM
7478 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
7479
27ce741e
SM
7480 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
7481 to check if the match succeeded.
7482
285991dc
GM
74832000-12-02 Gerd Moellmann <gerd@gnu.org>
7484
7485 * startup.el (use-fancy-splash-screens-p): New function.
7486 (command-line-1): Use it to determine whether or not to use
7487 a fancy splash screen.
7488
52dca1b2
AS
74892000-12-02 Andreas Schwab <schwab@suse.de>
7490
7491 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
7492
d3e7e7cf
EZ
74932000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
7494
2dce2360
EZ
7495 * international/mule.el (make-char): Fix last change.
7496
9768eaa7
EZ
7497 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
7498 New defcustoms.
7499 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
83c9cb8e
SM
7500 autoloading tex-mode; instead, do the same manually.
7501 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
9768eaa7
EZ
7502 with numeric argument. Docstring fix.
7503 (toplevel): Require cl when compiling.
e04d21aa 7504
285991dc 7505 * international/mule.el (make-char): Doc fix.
d3e7e7cf 7506
0dd5e255
JR
75072000-12-02 Jason Rumney <jasonr@gnu.org>
7508
7509 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
7510 the Emacs Lisp manual)
7511
fbb87147
EZ
75122000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
7513
5cbb3e93
EZ
7514 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
7515
fbb87147
EZ
7516 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
7517 the Emacs Lisp manual).
7518
1636ca09
GM
75192000-12-02 Gerd Moellmann <gerd@gnu.org>
7520
7521 * simple.el (next-line-add-newlines): Change default to nil.
7522
68875f0e
EZ
75232000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
7524
83c9cb8e
SM
7525 * files.el (revert-buffer, recover-file):
7526 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
68875f0e 7527
fd9ac94c
GM
75282000-12-01 Gerd Moellmann <gerd@gnu.org>
7529
7530 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
7531
45450dd5
MB
75322000-12-01 Miles Bader <miles@gnu.org>
7533
7534 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
7535
09df8881
KH
75362000-12-01 Kenichi Handa <handa@etl.go.jp>
7537
7538 * international/mule-diag.el (describe-char-after): Fix typo.
7539 (describe-character-set, non-iso-charset-alist): Fix typo.
7540
dea0a87d
MB
75412000-12-01 Miles Bader <miles@gnu.org>
7542
b170205b
MB
7543 * image-file.el (image-file-name-regexp): Automatically add
7544 upper-case variants of each filename extension in
7545 `image-file-name-extensions', since they seem to be common.
7546
e04d21aa 7547 * simple.el (minibuffer-contents)
dea0a87d
MB
7548 (minibuffer-contents-no-properties, delete-minibuffer-contents):
7549 New functions.
7550 * filecache.el (file-cache-directory-name)
7551 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
7552
eb04d6cd 75532000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
e04d21aa 7554
dea0a87d
MB
7555 * filecache.el (file-cache-minibuffer-complete): Don't try to
7556 delete the minibuffer prompt.
7557
a8a1b05d
DL
75582000-11-30 Dave Love <fx@gnu.org>
7559
7560 * cus-start.el: Fix read-buffer-function type.
7561
693c4692
GM
75622000-11-30 Gerd Moellmann <gerd@gnu.org>
7563
7564 * md5.el: Removed. There's a built-in function, now.
7565
2c0b1898
GM
75662000-11-30 Markus Rost <rost@math.ohio-state.edu>
7567
7568 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
7569 as dummy 0-th char of rmail-deleted-vector.
7570
63dfcf4b
EZ
75712000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
7572
7573 * ps-print.el (ps-end-job): Bind case-fold-search only after
7574 switching to ps-spool-buffer.
7575
75762000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7577
7578 * ps-print.el: Line number font customization. PostScript: Lines and
7579 PageCount are initialized on each page. Doc Fix.
7580 (ps-print-version): New version number (6.3.2).
7581 (ps-lpr-switches, ps-font-info-database, ps-font-size)
7582 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
7583 (ps-right-header): Customization fix.
7584 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
7585 Fix code.
7586 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
7587 New vars.
7588
df3aedcf
GM
75892000-11-30 Gerd Moellmann <gerd@gnu.org>
7590
edfb795e
GM
7591 * bs.el: Fix typos and spelling errors.
7592 (bs-appearance) <defgroup>: Renamed from bs-appearence.
7593 (bs-configuration): Doc fix.
e04d21aa 7594
df3aedcf
GM
7595 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
7596
8b8a7f01
GM
75972000-11-30 Rob Riepel <riepel@Stanford.EDU>
7598
7599 * emulation/tpu-edt.el (tpu-version): New version.
7600 (tpu-search-overlay, tpu-replace-overlay): New initial range.
7601 (tpu-original-mode-line): Variable deleted.
7602 (tpu-mark-flag): New initial value.
83c9cb8e
SM
7603 (tpu-set-mode-line): Don't redefine mode-line-format.
7604 Add tpu-mark-flag to minor-mode-alist.
8b8a7f01
GM
7605 (tpu-update-mode-line): New mark flag logic.
7606 (tpu-get): Use find-file-wildcards.
7607 (tpu-search-highlight): Move overlay less, reset overlay properly.
7608 (tpu-unselect): Deactivate mark.
7609 (tpu-lm-replace): Reset overlay properly.
7610 (tpu-forward-line): Use forward-visible-line.
7611 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
7612
83c9cb8e 7613 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
e04d21aa 7614
c069a9d3
GM
76152000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
7616
7617 * cus-edit.el (custom-face-value-create): Always emphasize tag.
7618
b02cd40b
GM
76192000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7620
7621 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
7622 and skip whitespace and newlines.
e04d21aa 7623
b7a90344
SM
76242000-11-30 Stefan Monnier <monnier@cs.yale.edu>
7625
7626 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
7627
be6bbb55
GM
76282000-11-29 Gerd Moellmann <gerd@gnu.org>
7629
0383ed60
GM
7630 * help.el (describe-function-1): Regexp-quote function name
7631 when used as part of a regexp.
7632
83c9cb8e
SM
7633 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
7634 Use face-attribute instead of face-foreground and face-background.
c7957947
GM
7635 (tool-bar-add-item): Likewise, and handle unspecified colors.
7636
7637 * enriched.el (enriched-face-ans): Use face-attribute instead
7638 of face-foreground and face-background.
7639
7640 * faces.el (face-foreground, face-background, face-stipple):
83c9cb8e 7641 Return nil if attribute is unspecified, for backward compatibility.
c7957947 7642
7423978d
GM
7643 * files.el (auto-mode-alist): Add an entry for antlr-mode.
7644
ef128c78
GM
7645 * play/5x5.el: Remove version info.
7646
a81fc510
GM
7647 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
7648
be6bbb55
GM
7649 * frame.el (blink-cursor-mode): Doc fix.
7650
f9396e03
GM
76512000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
7652
7653 * antlr-mode.el: New commands to run ANTLR from within Emacs and
7654 to create Makefile rules.
7655 (antlr-tool-command): New user option.
7656 (antlr-ask-about-save): New user option.
7657 (antlr-makefile-specification): New user option.
7658 (antlr-file-formats-alist): New variable.
7659 (antlr-special-file-formats): New variable.
7660 (antlr-unknown-file-formats): New user option.
7661 (antlr-help-unknown-file-text): New variable.
7662 (antlr-help-rules-intro): New variable.
7663 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
7664 (antlr-mode-menu): Add entries.
7665 (antlr-file-dependencies): New function.
7666 (antlr-directory-dependencies): New function.
7667 (antlr-superclasses-glibs): New function.
7668 (antlr-run-tool): New command.
7669 (antlr-makefile-insert-variable): New function.
7670 (antlr-insert-makefile-rules): New function.
7671 (antlr-show-makefile-rules): New command.
7672
7673 * antlr-mode.el: More Emacs/XEmacs stuff.
7674 (antlr-no-action-keywords): New constant with value nil.
7675 (antlr-font-lock-keywords-alist): Use it. Old value would break
7676 syntax highlighting in Emacs-21.0.
7677 (antlr-default-directory): Emacs/XEmacs dependend function.
7678 (antlr-read-shell-command): Ditto.
7679 (antlr-with-displaying-help-buffer): Ditto.
7680
76812000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
7682
7683 * antlr-mode.el: imenu, parsing and highlighting changes.
7684 (antlr-imenu-create-index-function): Don't create extra submenus
7685 for definitions in different grammar classes. It is not necessary
7686 for the menu and would make command `imenu' awkward to use.
7687 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
7688 header actions and more than one.
7689 (antlr-font-lock-tokendef-face): Changed color.
7690 (antlr-font-lock-tokenref-face): Changed color.
7691 (antlr-font-lock-additional-keywords): Also highlight lowercase.
7692 (antlr-mode-syntax-table): New variable.
7693 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
7694 (antlr-with-syntax-table): Don't copy syntax table.
7695
76962000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
7697
7698 * antlr-mode.el: Minor changes: language setting.
7699 (antlr-language-alist): The value for file option "language" can
7700 be both an identifier and a string.
7701 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
7702 (antlr-language-limit-n-regexp): Change accordingly.
7703
77042000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
7705
7706 * antlr-mode.el: Minor changes: tabs, hiding.
7707 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
7708 (antlr-action-visibility): Also allow value nil to also hide the
7709 braces. Renamed from `antlr-tiny-action-length'.
7710 Suggested by Jay@aol.com.
7711 (antlr-hide-actions): Change accordingly. Hide line if completely
7712 hidden action is on a line of its own.
e04d21aa 7713
6ad948eb
SM
77142000-11-29 Stefan Monnier <monnier@cs.yale.edu>
7715
7716 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
7717
7718 * sort.el (sort-columns): Don't concat strings with numbers.
7719
9c6a4107
DL
77202000-11-29 Dave Love <fx@gnu.org>
7721
7722 * cus-edit.el (face): Fix :format.
7723
7724 * mail/feedmail.el: Require smtpmail when compiling.
7725 (mail-do-fcc): Autoload.
7726 (feedmail) <defgroup>: Fix :link.
7727 (feedmail-nuke-body-in-fcc): Fix :type.
7728 (feedmail-send-it): Add autoload cookie.
7729
053b8d35
SM
77302000-11-29 Stefan Monnier <monnier@cs.yale.edu>
7731
7732 * newcomment.el (comment-indent): Save excursion around call to
7733 comment-indent-function.
7734
242c13e8
MB
77352000-11-29 Miles Bader <miles@gnu.org>
7736
7737 * subr.el (member-ignore-case): Return the tail of the list who's
7738 car matches, like `member', not the matching element itself.
7739
8f4b5f28
KH
77402000-11-29 Kenichi Handa <handa@etl.go.jp>
7741
7742 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
7743 should not contain `\n'.
7744
bebe4a2c
GM
77452000-11-28 Gerd Moellmann <gerd@gnu.org>
7746
fd9ac94c 7747 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
99879a40 7748
ba7e40eb
GM
7749 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
7750
75ab0c79
GM
7751 * dired-aux.el (dired-do-create-files): Construct default file
7752 name for dired-mark-read-file-name so that when the user enters
7753 just RET, the target file will end up in the target directory.
7754
bebe4a2c
GM
7755 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
7756 local-abbrev-table before changing buffers because it might
7757 have a buffer-local binding.
7758
fa6d1ca8
MB
77592000-11-28 Miles Bader <miles@gnu.org>
7760
7761 * simple.el (delete-horizontal-space): Handle fields more generally.
7762
8d2c2642
GM
77632000-11-28 Gerd Moellmann <gerd@gnu.org>
7764
7765 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
7766
8b31236d
DL
77672000-11-28 Dave Love <fx@gnu.org>
7768
3cbd02d2
DL
7769 * progmodes/ps-mode.el (ps-mode): Set comment-start and
7770 comment-start-skip locally.
7771
8b31236d
DL
7772 * progmodes/fortran.el (fortran-mode): Don't set
7773 fortran-comment-line-start-skip. Set comment-start to
7774 fortran-comment-line-start.
7775 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
7776 (fortran-comment-line-start-skip): Simplify slightly.
7777
ae4bf56d
GM
77782000-11-28 Gerd Moellmann <gerd@gnu.org>
7779
17ef7534
GM
7780 * play/5x5.el: Remove RCS keyword.
7781
fd9ac94c 7782 * bs.el: Mistaken commit, undone 2000-11-30.
ae4bf56d 7783
665b27a6
GM
77842000-11-28 Milan Zamazal <pdm@freesoft.cz>
7785
83c9cb8e
SM
7786 * textmodes/tildify.el (tildify-string-alist):
7787 Add `plain-tex-mode' here.
665b27a6 7788
fe3c2ae3
GM
77892000-11-28 Colin Walters <walters@cis.ohio-state.edu>
7790
7791 * chistory.el (Command-history-setup): Remove extraneous `keymap'
7792 reference.
7793
d970106b
MB
77942000-11-28 Miles Bader <miles@gnu.org>
7795
36b80a0d
MB
7796 * cus-face.el (custom-face-attributes): Add post-filter function
7797 for :box. Make pre-filter function for :box handle all cases.
7798
d970106b
MB
7799 * wid-edit.el (widget-choose): Make sure pop-up window is large
7800 enough to display all the choices, as there's no way to scroll it.
7801
5a2bae6c
KH
78022000-11-28 Kenichi Handa <handa@etl.go.jp>
7803
7804 * international/mule-conf.el: Make the coding system no-conversion
7805 safe for all characters.
7806
9e836e23
DL
78072000-11-27 Dave Love <fx@gnu.org>
7808
8b31236d
DL
7809 * net/ldap.el (ldap) <defgroup>: Add :version.
7810
9e836e23
DL
7811 * tooltip.el (tooltip-use-echo-area): Doc fix.
7812
7813 * cus-start.el <minibuffer-prompt-properties>: Add version.
7814 <read-buffer-function>: Add.
7815
7816 * apropos.el (apropos-print): Add help-echo to active text.
7817
7818 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
7819
4a74d071
GM
78202000-11-27 Gerd Moellmann <gerd@gnu.org>
7821
7822 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
7823 type, group and version.
7824
76058c27
EZ
78252000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
7826
4a74d071 7827 * select.el (x-get-selection): Docstring fix.
76058c27 7828
fd9ac94c 78292000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
26a8d08d 7830
fd9ac94c 7831 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
26a8d08d 7832
49060c51
AI
78332000-11-27 Andrew Innes <andrewi@gnu.org>
7834
7835 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
7836
7837 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
7838
b2a8e429
MB
78392000-11-27 Miles Bader <miles@gnu.org>
7840
7841 * dired.el (dired-get-filename): Return filename verbatim if
7842 LOCALP is `verbatim'.
7843 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
7844 `verbatim' so that we don't inadvertently delete a non-existant
7845 directory name.
7846
5ac0366d
KH
78472000-11-27 Kenichi Handa <handa@etl.go.jp>
7848
7849 * international/characters.el: Specify cases and syntaxes for
7850 mule-unicode-0100-24ff.
7851
67f1cf4c
GM
78522000-11-27 Gerd Moellmann <gerd@gnu.org>
7853
7854 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
7855 that foreground and/or background colors of the face `tool-bar'
7856 are unspecified.
7857
46c56972
MB
78582000-11-27 Miles Bader <miles@gnu.org>
7859
e04d21aa 7860 * wid-edit.el (widget-field-buffer, widget-field-start)
ec725166
MB
7861 (widget-field-end): Handle widget field `pseudo-overlays'.
7862 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
7863 if it's there instead of in `widget-field-list'.
7864
46c56972 7865 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
a2e6f426
MB
7866 (help-make-xrefs): Delete extraneous newlines at the end of the
7867 docstring.
46c56972 7868
640a9cdd
JR
78692000-11-25 Jason Rumney <jasonr@gnu.org>
7870
7871 * startup.el (command-line): Call set-locale-environment after
7872 Window System init file is read, as it can result in a call to
7873 redraw-frame.
7874
0b3f96d4
EZ
78752000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
7876
7877 * simple.el (shell-command): Mention the effect of the prefix
7878 argument in the doc string.
7879
8da6e2a1
MB
78802000-11-25 Miles Bader <miles@gnu.org>
7881
a658d039
MB
7882 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
7883
8da6e2a1 7884 * wid-edit.el (widget-field-value-delete): Don't try to delete
a2e6f426 7885 overlay when it's the `pseudo-overlay' that exists at some points.
8da6e2a1 7886
d3416cca
JR
78872000-11-24 Jason Rumney <jasonr@gnu.org>
7888
7889 * international/mule-cmds.el (locale-language-names): Add "jp" as
7890 a non-standard alternative for Japanese.
7891
17e37f53
AS
78922000-11-24 Andre Spiegel <spiegel@gnu.org>
7893
7894 * vc-hooks.el: Require 'cl during compilation.
7895
9aa5f148
GM
78962000-11-24 Gerd Moellmann <gerd@gnu.org>
7897
ba193890
GM
7898 * faces.el (face-set-after-frame-default): Let face attributes
7899 specified for new frames override frame parameters.
7900
9aa5f148
GM
7901 * startup.el (command-line): Fix computation of the source file
7902 for user-init-file when user-init-file is a compiled file.
7903
51a1edab
MB
79042000-11-24 Miles Bader <miles@gnu.org>
7905
e04d21aa 7906 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
51a1edab
MB
7907 (custom-post-filter-face-spec): New functions.
7908 (custom-face-set, custom-face-value-create): Filter the face spec
7909 before and after customization.
7910 (custom-face-set): If VALUE specifies a null face, pass a
7911 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
7912 * cus-face.el (custom-face-attributes): Remove SET and GET
7913 functions. Add some IN-FILTER and OUT-FILTER functions in the few
7914 cases they're needed.
7915
1ed74431
MB
7916 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
7917 that it's distinguishable from the :off-glyph on dark-background
7918 displays. Set its background color too.
7919
67ee1125
MB
7920 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
7921 so that people can easily turn it off.
7922
7d027816 79232000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
e04d21aa 7924
7d027816 7925 * ediff-diff.el: Moved variables around to have it compile under NT.
e04d21aa 7926
9aa5f148 7927 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
e04d21aa 7928
9aa5f148 7929 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
e04d21aa 7930
9aa5f148 7931 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
7d027816 7932 redundant skip-small-frames test.
e04d21aa 7933
9aa5f148 7934 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
83c9cb8e 7935 (viper-downgrade-to-insert): Protect against errors in hooks.
e04d21aa 7936
9aa5f148
GM
7937 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
7938 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
83c9cb8e
SM
7939 (viper-restore-cursor-type,viper-set-insert-cursor-type):
7940 New functions.
e04d21aa 7941
9aa5f148 7942 * viper-util.el (viper-memq-char): Bug fixes.
e04d21aa 7943
9aa5f148 7944 * viper.el (viper-mode): Fix cursor handling.
e04d21aa 7945
f07fa1b8
KH
79462000-11-24 Kenichi Handa <handa@etl.go.jp>
7947
83c9cb8e
SM
7948 * international/mule-diag.el (list-iso-charset-chars):
7949 For two-byte charset, fix the `while' condition.
f07fa1b8
KH
7950 (list-non-iso-charset-chars): Fix the `while' condition.
7951
ba8299ff
SM
79522000-11-23 Stefan Monnier <monnier@cs.yale.edu>
7953
79372165
SM
7954 * subr.el (add-hook, remove-hook): Don't call make-local-hook
7955 if the variable is make-variable-buffer-local.
7956
83c9cb8e
SM
7957 * progmodes/ada-stmt.el (ada-template-map):
7958 Initialize and bind it to C-c t in ada-mode-map.
ba8299ff
SM
7959 (ada-stmt-mode-hook): New function extracted from old code.
7960 Only change the buffer-local side of skeleton-*.
7961 (ada-mode-hook): Use it.
7962
68a887fa
EZ
79632000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
7964
7965 * iswitchb.el (iswitchb-minibuf-depth): New variable.
7966 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
7967 we expect to be returned by minibuffer-depth once we prompt the
7968 user in the minibuffer.
7969 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
7970 as recorded in iswitchb-minibuf-depth, return non-nil.
7971
3b345582
EZ
79722000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
7973
7974 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
7975 (hscroll-window-maybe): Docstring fix.
7976
595dead2
DL
79772000-11-23 Dave Love <fx@gnu.org>
7978
7979 * rect.el (string-rectangle): Don't test delete-selection-mode.
7980
1e66b27a
GM
79812000-11-23 Gerd Moellmann <gerd@gnu.org>
7982
02790ce2
GM
7983 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
7984 is in the tool bar.
7985
1e66b27a 7986 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
83c9cb8e 7987 with `no-dir'; we want the directory part to be able to remove it.
1e66b27a 7988
a4caa65d
SM
79892000-11-22 Stefan Monnier <monnier@cs.yale.edu>
7990
7991 * textmodes/outline.el (outline-flag-region):
7992 Don't bind inhibit-read-only since we don't modify the buffer.
7993 (outline-isearch-open-invisible): Don't jump to overlay-start
7994 since we're trying to unhide text around point.
7995 (outline-discard-overlays): Use dolist.
7996
7997 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
7998
03e757c1
GM
79992000-11-22 Gerd Moellmann <gerd@gnu.org>
8000
83c9cb8e 8001 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
e04d21aa 8002
1598a961
SM
80032000-11-22 Stefan Monnier <monnier@cs.yale.edu>
8004
8005 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
8006 Fix ARG regexp to skip quoted braces.
8007 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
8008 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
8009 are (correctly) handled separately).
8010 Remove `caption' and `footnote' from `citations': they contain text.
8011 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
8012 (latex-skeleton-end-hook): New function.
8013 (latex-mode): Use it.
8014 (tex-start-tex-marker): Remove.
8015 (tex-send-tex-command): Don't set tex-start-tex-marker.
8016 (tex-error-parse-syntax-table): New var.
8017 (tex-compilation-parse-errors): Use it.
8018 Ignore tex-start-tex-marker. Don't bother with marker-position.
8019 (tex-validate-buffer): Don't bother with marker-position.
8020
8021 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
bd7e01a3 8022 (flyspell-generic-progmode-verify): Use it.
1598a961 8023
eaae8106
SS
80242000-11-22 Sam Steingold <sds@gnu.org>
8025
83c9cb8e 8026 * simple.el (delete-trailing-whitespace): New interactive function.
e04d21aa 8027
eaae8106 8028 * progmodes/ada-mode.el (ada-mode): Use it instead of
bd7e01a3 8029 `ada-remove-trailing-spaces'.
eaae8106 8030 (ada-remove-trailing-spaces): Removed.
e04d21aa 8031
eaae8106 8032 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
e04d21aa 8033
1598a961
SM
8034 * textmodes/picture.el (picture-clean): Removed.
8035 (picture-mode-exit): Call it instead of `picture-clean'.
eaae8106 8036
a41d49e9
GM
80372000-11-22 Gerd Moellmann <gerd@gnu.org>
8038
e053c60f
GM
8039 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
8040
a41d49e9
GM
8041 * hi-lock.el (hi-lock-refontify): Don't call non-existent
8042 jit-lock-fontify-buffer; it should anyway be unneccessary to
4c4a541d 8043 do anything special when jit-lock is active.
a41d49e9
GM
8044 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
8045
197615f3
DL
80462000-11-22 Dave Love <fx@gnu.org>
8047
ddbfaa9f
DL
8048 * calendar/todo-mode.el (todo-top-priorities): Use
8049 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
8050
ddc3c695
DL
8051 * language/chinese.el, language/cyrillic.el:
8052 * language/devanagari.el, language/ethiopic.el, language/greek.el:
8053 * language/hebrew.el, language/indian.el, language/japanese.el:
8054 * language/korean.el, language/lao.el, language/misc-lang.el:
8055 * language/thai.el, language/tibetan.el, language/vietnamese.el:
8056 Use provide.
8057
fb9fa98d
DL
8058 * cus-edit.el (custom-buffer-create-internal): Save some consing.
8059 (custom-variable-set): Improve validation error mesage.
8060
197615f3
DL
8061 * rect.el (string-rectangle): Revert last change.
8062 (string-rectangle-line): New arg DELETE.
8063 (string-rectangle): Check delete-selection-mode.
8064
8065 * emacs-lisp/edebug.el (edebug-version)
8066 (edebug-maintainer-address): Deleted.
8067 (edebug-submit-bug-report): Just alias to report-emacs-bug.
8068 (edebug-read-function): Account for other `'#' read forms.
8069 (edebug-mode-menus): Make some items toggles.
8070 (edebug-outside-unread-command-event, unread-command-event):
8071 Remove these to avoid warnings.
8072
f4117c4d
GM
80732000-11-22 David Ponce <david@dponce.com>
8074
8075 * recentf.el (recentf-menu-items-for-commands)
8076 (recentf-make-menu-items, recentf-make-menu-item)
4c4a541d 8077 (recentf-filter-changer): Added :help and :active menu-item properties.
eaae8106 8078
f4117c4d
GM
8079 (recentf-build-dir-rules, recentf-dump-variable)
8080 (recentf-edit-list, recentf-open-files-item)
8081 (recentf-open-files): Replaced unnecessary `mapcar' with new
8082 built-in `mapc'.
eaae8106 8083
f8e2f3f2
MB
80842000-11-23 Miles Bader <miles@gnu.org>
8085
8086 * faces.el (menu): Make inverse-video on ttys too.
8087
4c4a541d
SM
80882000-11-22 Stefan Monnier <monnier@cs.yale.edu>
8089
8090 * simple.el (comment-line-break-function): Use the new name
8091 indent-new-comment-line -> comment-indent-new-line.
8092 (clone-indirect-buffer): Don't ignore NORECORD.
8093 (next-completion): Properly handle the case where items are adjacent.
8094
8095 * mouse.el (popup-menu): Stupid typo.
8096
980d836e
GM
80972000-11-22 Gerd Moellmann <gerd@gnu.org>
8098
60e8e0a5
GM
8099 * emacs-lisp/authors.el: Remove autoload cookies, add author,
8100 maintainer, keywords tags.
8101
980d836e
GM
8102 * rect.el (replace-rectangle): Don't call string-rectangle-line
8103 with too many arguments.
8104
e08b2069
AS
81052000-11-22 Andre Spiegel <spiegel@gnu.org>
8106
60e8e0a5 8107 * ediff-util.el (ediff-file-checked-out-p)
eaae8106 8108 (ediff-file-checked-in-p): Call vc-state instead of
e08b2069
AS
8109 vc-locking-user, which no longer exists.
8110
8111 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
8112
c6779d8d
DL
81132000-11-22 Dave Love <fx@gnu.org>
8114
8115 * md5.el (md5): Provide.
8116 (md5): Fix error call.
8117
e672fdce
MB
81182000-11-22 Miles Bader <miles@gnu.org>
8119
eaae8106 8120 * textmodes/refill.el (refill-adjust-ignorable-overlay)
d9fdcdb5
MB
8121 (refill-fill-paragraph-at): Remove debugging code.
8122
80e24c04
MB
8123 * calendar/calendar.el (generate-calendar-window): When we don't
8124 call `fit-window-to-buffer', make sure the top line is fully visible.
8125
3a17d6cc
MB
8126 * image-file.el (insert-image-file): Don't make `read-only'
8127 property rear-nonsticky.
8128
ae1a21c6
MB
8129 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
8130 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
8131 stashing away its original value.
8132 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
8133 in the recursive edit.
8134 Bind `isearch-original-minibuffer-message-timeout' to protect it.
8135 (isearch-done): Restore `minibuffer-message-timeout'.
8136
e672fdce
MB
8137 * cus-start.el: Remove entry for `mode-line-inverse-video'.
8138
3ea79df8
SM
81392000-11-21 Stefan Monnier <monnier@cs.yale.edu>
8140
8141 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
8142
8143 * find-lisp.el (find-lisp-find-files-internal):
8144 Use dolist, when and file-name-as-directory.
8145
980d836e 8146 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
3ea79df8
SM
8147 (define-derived-mode, define-minor-mode): Add specs.
8148
8149 * window.el: General comment and spacing fixes.
8150 (save-selected-window): Use backquotes.
8151 (window-safely-shrinkable-p): New function.
8152 (shrink-window-if-larger-than-buffer): Use it.
8153
8154 * subr.el (make-local-hook): Docstring fix.
8155
8156 * shell.el (shell-mode): Use define-derived-mode.
8157
8158 * newcomment.el (comment-indent): Insert comment before calling
8159 comment-indent-function. Don't insert in column 0.
8160 (comment-dwim): Indent before inserting comment.
8161
8162 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
8163 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
8164 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
8165 Use mapc rather than map.
8166
8167 * files.el (find-buffer-visiting): Compare all attributes before
8168 declaring two files identical (rather than just their inode-no).
8169 (auto-mode-alist): Use \' rather than $.
8170
8171 * which-func.el: Update maintainer line.
8172
8173 * pcvs.el (uniquify-buffer-file-name): Remove advice.
8174 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
8175 (uniquify-buffer-file-name): Use it.
8176
8f62f2b8
MB
81772000-11-22 Miles Bader <miles@gnu.org>
8178
8179 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
8180 * simple.el (minibuffer-avoid-prompt): New function.
8181
fb279a6d
GM
81822000-11-21 Gerd Moellmann <gerd@gnu.org>
8183
8184 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
8185
867092e9
MB
81862000-11-21 Miles Bader <miles@gnu.org>
8187
ef860850
MB
8188 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
8189 inclusion of `track-mouse'.
8190
867092e9
MB
8191 * textmodes/refill.el (refill-ignorable-overlay): New variable.
8192 (refill-adjust-ignorable-overlay): New function.
8193 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
8194 only the paragraph's tail if possible.
8195 Update `refill-ignorable-overlay'.
8196 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
8197
8198 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
8199 point inside the fill-prefix.
8200
8201 * textmodes/refill.el (refill-post-command-function): Don't reset
8202 refill-doit in the case where a self-insertion command doesn't
8203 case a refill. Use `refill-fill-paragraph-at', getting position
8204 from `refill-doit'.
8205 (refill-after-change-function): Set `refill-doit' to END.
8206 (refill-fill-paragraph-at): New function, mostly from old
8207 refill-fill-paragraph.
8208 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
8209 (refill-pre-command-function): New function.
8210 (refill-mode): Add it to `pre-command-hook'.
8211
ff9ab414
GM
82122000-11-20 Gerd Moellmann <gerd@gnu.org>
8213
29a01b72
GM
8214 * textmodes/artist.el (artist-mode): Fix autoload cookie.
8215
ff9ab414
GM
8216 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
8217 javadoc tags.
eaae8106 8218
885b211b
AS
82192000-11-20 Andre Spiegel <spiegel@gnu.org>
8220
8221 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
8222 vc.el).
8223
eaae8106 8224 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
885b211b 8225 require vc.
eaae8106
SS
8226
8227 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
885b211b 8228 checkouts.
eaae8106 8229
d1838556
DL
82302000-11-20 Dave Love <fx@gnu.org>
8231
8232 * Makefile.in (DONTCOMPILE): Omit bindings.el.
8233
2b69bc11 82342000-11-20 Eli Barzilay <eli@www.barzilay.org>
56c13ae6 8235
2b69bc11
GM
8236 * calculator.el (calculator-paste): Use `if' instead of `and'
8237 and `or'.
8238 (calculator-help): Don't use electric-describe-mode for XEmacs.
56c13ae6 8239
b95b34e5
GM
82402000-11-19 Gerd Moellmann <gerd@gnu.org>
8241
030de92f
GM
8242 * info.el (info-menu-5): Doc fix.
8243
b95b34e5
GM
8244 * textmodes/artist.el: New file.
8245
54970452
AS
82462000-11-19 Andre Spiegel <spiegel@gnu.org>
8247
eaae8106 8248 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
54970452
AS
8249 and differentiate according to checkout model.
8250 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
8251 since this function is only concerned with master state.
8252
83c9cb8e
SM
8253 * vc-hooks.el (vc-workfile-unchanged-p)
8254 (vc-default-workfile-unchanged-p): Moved here from vc.el.
54970452 8255
83c9cb8e
SM
8256 * vc.el (vc-workfile-unchanged-p)
8257 (vc-default-workfile-unchanged-p): See above.
54970452 8258
e5a9dabf
MB
82592000-11-19 Miles Bader <miles@gnu.org>
8260
8261 * image-file.el (insert-image-file): Make `intangible' and
8262 `read-only' properties rear-nonsticky too.
8263
24127af0
GM
82642000-11-18 Gerd Moellmann <gerd@gnu.org>
8265
d392e9c5 8266 * ps-print.el: Update copyright notice.
eaae8106 8267
d392e9c5
GM
8268 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
8269 (tooltip-show): Use the offsets.
8270
24127af0 8271 * bindings.el (mode-line-modified): Fix a typo.
eaae8106 8272 (mode-line-toggle-modified, mode-line-widen)
24127af0
GM
8273 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
8274
2b69bc11 82752000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
08ea6f17 8276
2b69bc11
GM
8277 * ps-print.el (toplevel): Test for find-coding-system being
8278 fboundp before calling ps-x-find-coding-system.
08ea6f17 8279
66321b2f
SM
82802000-11-16 Stefan Monnier <monnier@cs.yale.edu>
8281
8282 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
8283 (vc-version-backup-file): Docstring fix.
8284
046110c6
GM
82852000-11-16 Gerd Moellmann <gerd@gnu.org>
8286
4104194e
GM
8287 * files.el (basic-save-buffer): Don't add a newline if
8288 find-file-literally is non-nil.
8289 (find-file-literally): Extend doc string.
8290
046110c6
GM
8291 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
8292 sort(1) with the `-f' argument.
8293
6505c16e
AS
82942000-11-16 Andre Spiegel <spiegel@gnu.org>
8295
fd063975
AS
8296 * vc.el: Updated backend documentation.
8297 (vc-default-check-headers): New function.
8298
3d02dd81 8299 * vc-{cvs,rcs,sccs}.el: Functions reordered.
eaae8106
SS
8300
8301 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
8791d617 8302 up-to-date.
eaae8106 8303 (vc-do-command): In the asynchronous case, output messages only if
9dd94743 8304 the minibuffer is not active.
fd063975 8305
eaae8106 8306 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
8791d617 8307 `vc-cvs-use-edit' is on.
eaae8106
SS
8308 (vc-cvs-checkout): When this is used for reverting the workfile,
8309 make a backup of the original contents and revert to that in case
8791d617 8310 of error.
eaae8106 8311 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
9dd94743 8312 remote repositories.
eaae8106 8313
6505c16e
AS
8314 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
8315 for both version and ratio in the minibuffer.
fd063975 8316
eaae8106 8317 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
8791d617 8318 Use vc-do-command to perform the annotation, not call-process.
6505c16e 8319
a13f0660
KH
83202000-11-16 Kenichi Handa <handa@etl.go.jp>
8321
8322 * international/quail.el (quail-start-translation): Don't call
8323 `message' before reading key sequence.
8324
1389a414
MB
83252000-11-16 Miles Bader <miles@lsi.nec.co.jp>
8326
8327 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
8328
9256a532
KH
83292000-11-16 Kenichi Handa <handa@etl.go.jp>
8330
8331 * window.el (fit-window-to-buffer): Be sure to acquire at least
8332 one text line even if the buffer is empty.
8333
0e14fe9f
GM
83342000-11-16 Gerd Moellmann <gerd@gnu.org>
8335
eaae8106 8336 * net/ange-ftp.el (ange-ftp-file-writable-p)
83c9cb8e
SM
8337 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
8338 Bind ange-ftp-process-verbose to nil.
0e14fe9f 8339
da645c53
DL
83402000-11-15 Dave Love <fx@gnu.org>
8341
83c9cb8e
SM
8342 * wid-edit.el (widget-specify-field, widget-specify-button):
8343 If :help-echo is a function, set help-echo of overlay to
233d5cde
DL
8344 widget-mouse-help.
8345 (widget-mouse-help): New function.
8346 (widget-echo-help): Rewritten for :help-echo functions only taking
8347 a widget arg.
8348
83c9cb8e
SM
8349 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
8350 Use display-graphic-p.
b12057b9
DL
8351 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
8352 and that JPEG is available.
8353 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
8354
da645c53
DL
8355 * international/mule-cmds.el (locale-charset-language-names):
8356 Match @euro.
8357
6d133d1f
GM
83582000-11-15 Gerd Moellmann <gerd@gnu.org>
8359
83c9cb8e
SM
8360 * faces.el (face-set-after-frame-default):
8361 If `inhibit-default-face-x-resources' is bound, don't intialize the
6d133d1f
GM
8362 default face from X resources.
8363
49ac2ac5
EZ
83642000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
8365
8366 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
8367 Don't set EMACSLOADPATH.
8368
4fb0a34c
EZ
83692000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
8370
8371 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
8372 texinfo-insert-@url.
8373 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
8374 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
8375
bb304a7a
SM
83762000-11-14 Stefan Monnier <monnier@cs.yale.edu>
8377
82bc80bf
SM
8378 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
8379 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
8380 (checkdoc-minor-keymap): Backward compatibility.
8381 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
8382 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
8383 (checkdoc-this-string-valid-engine): Be a bit more strict
8384 to avoid matching substrings of `...' quoted vars/funs.
8385 (checkdoc-defun-info): Only look for `interactive' if alone.
8386 (debug-ignored-errors): Add "arg doesn't appear in docstring".
8387
e8c87124
SM
8388 * progmodes/compile.el (grep): `tag-default' can be nil.
8389
bb304a7a
SM
8390 * newcomment.el (comment-indent): Paren typo.
8391
8628686a
DL
83922000-11-14 Dave Love <fx@gnu.org>
8393
25c269ef
DL
8394 * calculator.el: New maintainer version.
8395
66321b2f 8396 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
25c269ef 8397
8628686a
DL
8398 * cmuscheme.el: Doc fixes.
8399 (cmuscheme) <defgroup>: Use `scheme' as parent.
83c9cb8e 8400 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
8628686a
DL
8401
8402 * xscheme.el (scheme-program-name): Don't define here.
8403
8404 * progmodes/scheme.el (scheme-program-name): New variable
8405 (originally in cmuscheme).
8406
88f0a1eb
MB
84072000-11-14 Miles Bader <miles@gnu.org>
8408
8409 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
8410 Handle header-lines. Don't loop forever if we can't enlarge the
8411 window anymore. Simplify a bit.
8412
cd9a000c
KH
84132000-11-14 Kenichi Handa <handa@etl.go.jp>
8414
8415 * window.el (fit-window-to-buffer): Don't check
8416 window-text-height. Assure that the last line is fully visible.
8417
83c9cb8e
SM
8418 * international/quail.el (quail-show-guidance-buf):
8419 Call fit-window-to-buffer to assure the enough height of the guidance
cd9a000c
KH
8420 buffer.
8421 (quail-update-guidance): Avoid making the guidance buffer shorter.
8422
d3fcda22
SM
84232000-11-14 Stefan Monnier <monnier@cs.yale.edu>
8424
bdbd9606
SM
8425 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
8426 rather than `prepend' and add an interesting comment.
8427 (tex-math-face, tex-font-lock-syntactic-face-function):
8428 New face and function to use it.
8429 (tex-define-common-keys, tex-mode-map): Use menu-item rather
8430 than `menu-enable' symbol property.
8431 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
8432 (tex-mode): Add some latex-mode commands for auto-selection.
8433 Use tex-font-lock-syntactic-face-function.
8434 (tex-insert-quote): Simplify.
8435 (tex-shell): New mode.
8436 (tex-start-shell): Use it.
8437 (tex-shell-proc, tex-shell-buf): New functions.
8438 (tex-send-command): Use it.
8439 (tex-main-file): Fix the meaning of the new arg REALFILE.
8440 (tex-send-tex-command): New function split from `tex-start-tex'.
8441 Set compilation-last-buffer and compilation-parsing-end.
8442
d3fcda22
SM
8443 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
8444 when it follows non-comment text on the line.
8445
8446 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
8447 Set font-lock-defaults.
8448 (lisp-mode-shared-map): Init inside the defvar.
8449 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
8450 Use define-derived-mode.
8451
bdab1d43
MB
84522000-11-14 Miles Bader <miles@lsi.nec.co.jp>
8453
8454 * faces.el (header-line): Use `:box nil' for color/gs displays too.
8455
936ae731
GM
84562000-11-14 Gerd Moellmann <gerd@gnu.org>
8457
83c9cb8e
SM
8458 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
8459 Don't recursively optimize body because that can lead to infinite
936ae731
GM
8460 recursion; see comment there.
8461
1695ca2b
EZ
84622000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
8463
8464 * faces.el (face-spec-set-match-display): Revert the change from
8465 2000-10-24. Add a FIXME for after v21.1.
8466
9d348294
MB
84672000-11-13 Miles Bader <miles@gnu.org>
8468
8469 * textmodes/fill.el (skip-line-prefix): New function.
8470 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
8471 (fill-paragraph): Don't leave point inside the fill-prefix.
88f0a1eb
MB
8472 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
8473 point inside the fill-prefix.
9d348294 8474
b85fa13c
MB
84752000-11-13 Miles Bader <miles@lsi.nec.co.jp>
8476
83c9cb8e
SM
8477 * calendar/calendar.el (generate-calendar-window):
8478 Use `fit-window-to-buffer'.
b85fa13c 8479
a0b47716
SM
84802000-11-12 Stefan Monnier <monnier@cs.yale.edu>
8481
8482 * gud.el (gud-minor-mode): New var.
8483 (gud-symbol, gud-val): New functions.
8484 (gud-find-file): Copy gud-minor-mode to the new buffer.
8485 (gud-menu-map): Include entries for commands that are not always
8486 available, using :enable to (de)activate them.
8487 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
8488 (gud-mode-map): New map.
eaae8106 8489 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
a0b47716
SM
8490 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
8491 Don't set up gud's menu (it's done by the minor-mode).
8492 (gud-minibuffer-local-map): New.
8493 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
8494 (gud-query-cmdline): New function.
8495 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
8496 (gud-mode): Use define-derived-mode.
8497 Don't set up gud's menu (it's done by the minor-mode).
8498 (gud-chop-words): Remove.
8499 (gud-common-init): Use split-string instead.
8500 (gud-new-keymap, gud-make-debug-menu): Eradicate.
8501
8502 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
8503 Add keyword arg :name.
8504
8505 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
8506 (diff-count-matches, diff-split-hunk): New functions.
8507 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
8508
8509 * pcvs-info.el (cvs-fi-conflict-face): New var.
8510
8511 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
8512 Make it into a simple syntax-table, shared among all submodes.
8513 (sh-heredoc-face): Re-introduce.
8514 (sh-font-lock-syntactic-face-function): New function.
8515 (sh-mode): Use it. Also use define-derived-mode.
8516 Remove old bogus setting of indent-region-function.
8517 (sh-set-shell): Don't set the syntax-table any more.
8518 (sh-mode-syntax-table) <defun>: Remove.
8519
f5ed37df
MB
85202000-11-12 Miles Bader <miles@gnu.org>
8521
8522 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
8523 message if interactive.
8524
0b074c2f
DL
85252000-11-12 Dave Love <fx@gnu.org>
8526
8527 * mail/feedmail.el: Fix header,
8528 (feedmail) <defgroup>: Add :link.
8529
8530 * view.el: Use local-map property, not keymap on mode-line string.
8531
83c9cb8e
SM
8532 * scroll-all.el (scroll-all-mode): Customize variable.
8533 Add autoload cookie to function.
0b074c2f
DL
8534
8535 * lazy-lock.el: Remove compatibility code.
8536
8537 * finder.el (finder-known-keywords): Add `files', remove `vms'.
8538 (finder-help-echo): New variable.
8539 (finder-mouse-face-on-line): Add help-echo stuff.
8540 (finder-list-keywords, finder-list-matches): Use mapc.
8541
8542 * faces.el (face-font-registry-alternatives): Add :version.
8543
8544 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
8545 tags-table-list.
8546
a0b47716 8547 * net/browse-url.el (browse-url-browser-function): Update :version.
0b074c2f 8548
a0b47716 8549 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
0b074c2f
DL
8550 (mail-mode): Use [:alnum:] in some regexps.
8551
6d502396
DL
85522000-11-10 Dave Love <fx@gnu.org>
8553
8554 * ediff.el (ediff-regions-internal, ediff-documentation):
8555 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
8556 fundamental mode.
8557
8558 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
8559 buffer into fundamental mode.
8560 (ediff-set-difference): Use copy-sequence if available.
8561
83c9cb8e
SM
8562 * ediff-ptch.el (ediff-dispatch-file-patching-job):
8563 Check ediff-patch-map non-nil.
6d502396
DL
8564 (ediff-fixup-patch-map, ediff-fixup-patch-map)
8565 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
8566 buffer into fundamental mode.
8567
8568 * ediff-merg.el (state-or-merge): Defvar when compiling.
8569
a82fe213
JR
85702000-11-10 Jason Rumney <jasonr@gnu.org>
8571
8572 * w32-fns.el (w32-add-charset-info): New function.
8573 (w32-charset-info-alist): Use it.
8574
52d89894
GM
85752000-11-10 Gerd Moellmann <gerd@gnu.org>
8576
8577 * faces.el (face-font-registry-alternatives): New user-option.
8578
178932de
SM
85792000-11-10 Stefan Monnier <monnier@cs.yale.edu>
8580
d7fa3319
SM
8581 * textmodes/texinfo.el (texinfo-block-default): New var.
8582 (texinfo-insert-block): Use it. Insert a newline if needed.
8583
178932de
SM
8584 * textmodes/fill.el (fill-indent-according-to-mode): New var.
8585 (fill-region-as-paragraph): Use it.
8586
8587 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
8588 (latex-mode): Tweak tex-*-(head|trail)er regexps.
8589 Tweak paragraph regexps to allow a leading [ \t]*.
8590 (tex-latex-block): Insert a newline if necessary.
8591 (latex-insert-item): Only insert a newline if necessary.
8592 (tex-guess-main-file): New function.
8593 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
8594 Set tex-main-file if TeX-master is provided.
8595 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
8596
bd02b8e0
GM
85972000-11-10 Gerd Moellmann <gerd@gnu.org>
8598
8599 * startup.el (command-line): Set the default tooltip-mode
8600 to t for graphical displays which implement x-show-tip.
8601
8602 * tooltip.el (tooltip-mode): Add a comment about startup.el
8603 setting the default value of this user-option.
8604
b29b03eb
SM
86052000-11-09 Stefan Monnier <monnier@cs.yale.edu>
8606
8607 * font-lock.el (font-lock-*-face) <defvar>: Move.
8608 (font-lock-defaults-alist): Mark obsolete.
8609 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
8610 (font-lock-mode): Use define-minor-mode.
8611 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
8612 (font-lock-turn-off-thing-lock): Be more explicit.
8613 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
8614 (font-lock-syntactic-face-function): New var.
8615 (font-lock-fontify-syntactically-region): Use it.
8616 (font-lock-doc-face): New.
8617
8618 * pcvs.el (cvs-enabledp): Ignore errors.
8619 (cvs-commit-filelist): Never query.
8620 (cvs-mode-insert): Always add a terminating / in the initial prompt.
8621 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
8622 (cvs-do-removal): Use cvs-partition rather than delete-if.
8623 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
8624 cvs-bury-buffer.
8625
8626 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
8627 Allow `next' to jump to after the end of the last match.
8628
778fbc46
GM
86292000-11-09 Gerd Moellmann <gerd@gnu.org>
8630
730c746c
GM
8631 * simple.el (byte-compiling-files-p): New function.
8632
8633 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
8634 if it is there.
8635
8636 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
8637 nil again.
8638
778fbc46
GM
8639 * textmodes/ispell.el (ispell-library-path): Don't call
8640 check-ispell-version when byte-compiling because that starts
8641 an ispell process, and ispell might not be installed.
8642 (toplevel): Don't set up a menu when byte-compiling.
8643
8644 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
8645 it, so that a boundp test can be used to determine if we're
8646 currently byte-compiling.
8647
5912c5bb
DL
86482000-11-09 Dave Love <fx@gnu.org>
8649
83c9cb8e 8650 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
5912c5bb 8651
7bb054a5
GM
86522000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8653
83c9cb8e
SM
8654 * ps-print.el: Patch for variable initialization when spooling.
8655 Doc fix.
7bb054a5
GM
8656 (ps-output-list): Fun eliminated.
8657 (ps-begin-file, ps-begin-job): Code fix.
8658
9db2706e
DL
86592000-11-08 Dave Love <fx@gnu.org>
8660
83c9cb8e 8661 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
9db2706e 8662
f7eb32aa
GM
86632000-11-08 Gerd Moellmann <gerd@gnu.org>
8664
8665 * simple.el (shell-command, display-message-or-buffer)
8666 (shell-command-on-region): Mention resize-mini-windows in the doc
8667 string.
8668 (display-message-or-buffer): Take the value of resize-mini-windows
8669 into account.
8670
7b01b08c
GM
86712000-11-07 Gerd Moellmann <gerd@gnu.org>
8672
acad3c0b
GM
8673 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
8674
7b01b08c
GM
8675 * dired.el (dired-between-files): Add `^. find' as an alternative
8676 to the regular expression, for find-dired.
8677
6f602bd0
SM
86782000-11-06 Stefan Monnier <monnier@cs.yale.edu>
8679
8680 * textmodes/texnfo-upd.el: Require texinfo.
8681 (defmacro, defgroup): Remove.
8682 (texinfo-section-to-generic-alist): Remove.
8683 Use texinfo-section-list instead (i.e. level is changed string->int).
8684 (texinfo-filter): New function.
8685 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
8686 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
8687 Use it. And use regexp-opt.
8688 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
8689 (texinfo-update-menu-region-beginning)
8690 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
8691 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
8692 (texinfo-update-menu-same-level-regexps): Update.
eaae8106 8693 (texinfo-update-node, texinfo-every-node-update)
6f602bd0
SM
8694 (texinfo-sequential-node-update): Remove autoload cookie.
8695
8696 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
8697 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
8698 (texinfo-chapter-level-regexp): Remove.
8699 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
8700
bb216218
DL
87012000-11-06 Dave Love <fx@gnu.org>
8702
6f602bd0 8703 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
b04f7626 8704
6f602bd0
SM
8705 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
8706 Match defun*.
bb216218 8707
ff8dd5d5
KH
87082000-11-06 Kenichi Handa <handa@etl.go.jp>
8709
8710 * composite.el (composition-function-table): Variable declaration
8711 moved to src/composite.c.
8712 (compose-chars-after): New optional arg object.
8713
e9da51a1
GM
87142000-11-06 Gerd Moellmann <gerd@gnu.org>
8715
e0c12c68
GM
8716 * bindings.el (mode-line-toggle-read-only)
8717 (mode-line-toggle-modified, mode-line-widen)
8718 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
8719 (make-mode-line-mouse2-map): Rewritten.
8720 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
8721 functions so that C-h k can show something with a doc string.
eaae8106 8722
e9da51a1
GM
8723 * startup.el (fancy-splash-delay): Set to 10 seconds.
8724 (fancy-splash-max-time): New user-option.
8725 (fancy-splash-stop-time): New variable.
8726 (fancy-splash-screens): Set it. Catch `stop-splashing'.
8727 (fancy-splash-screens-1): Throw `stop-splashing' when current
8728 time is greater than fancy-splash-stop-time.
8729
611dbdf0
SM
87302000-11-06 Stefan Monnier <monnier@cs.yale.edu>
8731
4d2806e2
SM
8732 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
8733
611dbdf0
SM
8734 * pcvs.el (cvs-mode-marked): New arg `noquery'.
8735 Prompt user for a file rather than raising an error.
8736 (cvs-enabledp): Fix call to cvs-mode-marked.
8737 (cvs-insert-file): New function (extracted from cvs-mode-insert).
8738 (cvs-mode-insert): Use it. Change the init prompt' value.
8739 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
8740
8741 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
8742 Don't pass default arg to ewoc-locate.
8743 (ewoc-collect): Return result in the right order.
8744
8745 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
8746
8747 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
8748 (cvs-status-get-tags): Fix regexp.
8749 (cvs-status-trees, cvs-status-cvstrees):
8750 Combine after change hooks and don't sit-for.
4d2806e2
SM
8751 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
8752 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
611dbdf0
SM
8753 Use make-char rather than hard-coded cryptic data.
8754 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
8755
8756 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
8757
8758 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
8759 (cvs-insert-strings): New function.
8760
937b2877
MB
87612000-11-06 Miles Bader <miles@lsi.nec.co.jp>
8762
8763 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
8764 `mwheel-scroll-amount'.
8765 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
8766 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
8767 string-matching against the version string.
8768
c6c97763
KH
87692000-11-06 Kenichi Handa <handa@etl.go.jp>
8770
6eaec747
KH
8771 * language/thai.el ("Thai"): Set a lisp form that produces
8772 composed string in `sample-text' language info.
8773
8774 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
8775 composed string in `sample-text' language info.
8776
83c9cb8e
SM
8777 * international/mule-cmds.el (describe-language-environment):
8778 Eval `sample-text' data and insert the result.
6eaec747 8779
c6c97763
KH
8780 * international/mule-conf.el (compound-text): Define this coding
8781 system here. Make x-ctext and ctext aliases of it.
8782
8783 * language/european.el (compound-text, ctext): Moved to
8784 international/mule-conf.el.
8785
d1145f85
AI
87862000-11-05 Andrew Innes <andrewi@gnu.org>
8787
8788 * w32-fns.el (w32-version): New function.
8789
178a6a45
SM
87902000-11-05 Stefan Monnier <monnier@cs.yale.edu>
8791
8792 * progmodes/awk-mode.el: Update copyright.
8793 (awk-mode-abbrev-table): Remove.
8794 (awk-font-lock-keywords): Use regexp-opt.
8795 (awk-mode): Use define-derived-mode.
8796
8797 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
8798 when extracting a suffix.
8799
1ba90166
AS
88002000-11-04 Andre Spiegel <spiegel@gnu.org>
8801
8802 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
8803 auto-save-mode.
8804
546790cb
JR
88052000-11-04 Jason Rumney <jasonr@gnu.org>
8806
8807 * language/european.el (decode-mac-roman): Test against r1 not r0.
8808
d247e32d
SM
88092000-11-03 Stefan Monnier <monnier@cs.yale.edu>
8810
fbf44f44
SM
8811 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
8812 (icon-mode): Define indent-line-function.
8813 (icon-comment-indent): Simplify.
8814 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
8815
8816 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
8817
8818 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
8819 Bind change-log-default-mode to defeat the caching done on it.
8820 Don't bother saving excursion any more.
8821
8822 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
8823
8824 * frame.el (after-setting-font-hook): Rename hooks -> hook.
8825 (set-frame-font): Use the new name (and the old for compatibility).
8826
eaae8106
SS
8827 * toolbar/tool-bar.el (tool-bar-mode):
8828 * time.el (display-time-mode):
8829 * recentf.el (recentf-mode):
8830 * paren.el (show-paren-mode):
8831 * mwheel.el (mouse-wheel-mode):
8832 * msb.el (msb-mode):
8833 * jka-compr.el (auto-compression-mode):
8834 * image-file.el (auto-image-file-mode):
8835 * hl-line.el (hl-line-mode):
8836 * delsel.el (delete-selection-mode):
8837 * autoinsert.el (auto-insert-mode):
fbf44f44
SM
8838 * complete.el (partial-completion-mode): Drop unneeded positional args.
8839
eaae8106 8840 * info.el (Info-mode):
79372165 8841 * comint.el (comint-mode): Don't bother with make-local-hook.
fbf44f44 8842
d247e32d
SM
8843 * log-edit.el (log-edit-menu): New menu.
8844
4921558e
MB
88452000-11-03 Miles Bader <miles@gnu.org>
8846
8847 * wid-edit.el (widget-end-of-line): Reinstate, with a new
8848 definition, so that trailing spaces are handled properly.
8849 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
8850
1fc02b3c
GM
88512000-11-03 Gerd Moellmann <gerd@gnu.org>
8852
8853 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
8854 tab character.
8855 (fancy-splash-screens): Set tab-width to 20.
8856
51d001f7
DL
88572000-11-03 Dave Love <fx@gnu.org>
8858
8859 * comint.el (comint-completion-addsuffix): Fix custom type.
8860
ba22aeff
SM
88612000-11-02 Stefan Monnier <monnier@cs.yale.edu>
8862
8863 * font-lock.el (font-lock-buffers): Remove.
8864 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
8865 (font-lock-change-major-mode): Remove.
8866 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
8867 (font-lock-default-fontify-region): Extend the multiline
8868 fontification to whole lines.
8869 (font-lock-fontify-anchored-keywords)
8870 (font-lock-fontify-keywords-region): If matching just one
8871 line (with \n) only mark the \n as multiline.
8872
8873 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
8874 Correctly handle the case where several :group args are supplied.
8875 Allow :extra-args.
8876 (easy-mmode-define-global-mode): Allow :extra-args.
8877 Correctly handle the case where several :group args are supplied.
8878
9c887ada
MB
88792000-11-02 Miles Bader <miles@gnu.org>
8880
eaae8106 8881 * calendar/calendar.el (diary-face, calendar-today-face)
9c887ada
MB
8882 (holiday-face): Remove dependency on `window-system'.
8883
7f25090d
KR
88842000-11-02 Ken Raeburn <raeburn@gnu.org>
8885
8886 * Makefile.in (emacs): Set EMACSLOADPATH always.
83c9cb8e 8887 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
9b911107 8888 (compile-files): Bomb out if compilation of a file fails.
7f25090d 8889
7dd6009c
DL
88902000-11-02 Dave Love <fx@gnu.org>
8891
8892 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
8893
94821e4f
EZ
88942000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
8895
8896 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
8897 punctuation in the warning inserted into the *mail* buffer.
8898
1ac3fc42
GM
88992000-11-02 Gerd Moellmann <gerd@gnu.org>
8900
57731876
GM
8901 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
8902 (authors-public-domain-p): New function.
8903 (authors-print): Use it.
8904
975f82c9
GM
8905 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
8906
1ac3fc42
GM
8907 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
8908
4b3eb10f
GM
89092000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8910
975f82c9 8911 * ps-print.el: Extension for even/odd printing. Doc fix.
4b3eb10f
GM
8912 (ps-print-version): New version number (6.3.1).
8913 (ps-even-or-odd-pages): Customization fix.
8914 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
8915 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
8916 (ps-page-count): Var replaced by `ps-page-column'.
8917 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
8918 (ps-print-sheet-p): New fun.
8919
7da794df
MB
89202000-11-02 Miles Bader <miles@lsi.nec.co.jp>
8921
8922 * tooltip.el (tooltip-gud-tips-setup): New function.
8923 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
8924 (tooltip-mode): Call tooltip-gud-tips-setup.
8925 (tooltip-gud-tips): Use `gud-basic-call' instead of
8926 process-send-string, so the prompt gets frobbed appropriately.
8927 Handle nil return value from `tooltip-gud-print-command'.
8928
0e40b809
EL
89292000-11-01 Eric M. Ludlam <zappo@ultranet.com>
8930
8931 * comint.el (comint-add-to-input-history): New function.
8932 (comint-send-input): Use `comint-add-to-input-history'.
8933
50ada0db
MB
89342000-11-02 Miles Bader <miles@lsi.nec.co.jp>
8935
973a3104
MB
8936 * info.el (info-menu-header): New face.
8937 (Info-fontify-menu-headers): New function.
8938 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
8939
50ada0db
MB
8940 * info.el (Info-insert-dir): Don't include blank lines at
8941 beginning of additional dir files (one is added automatically).
8942
bff53411
SM
89432000-11-01 Stefan Monnier <monnier@cs.yale.edu>
8944
8945 * emacs-lisp/easy-mmode.el (define-minor-mode):
8946 Revert the latest changes.
8947 Allow the three positional arguments to be skipped and replaced
8948 by keyword arguments.
8949 Add a :toggle argument to determine whether a nil arg means toggle
8950 or means turn-on. The default is unchanged.
8951 Add a call to force-mode-line-update.
8952
6b8a0b2d
DL
89532000-11-01 Dave Love <fx@gnu.org>
8954
83c9cb8e 8955 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
6b8a0b2d 8956
5bf99100
MB
89572000-11-01 Miles Bader <miles@lsi.nec.co.jp>
8958
83c9cb8e
SM
8959 * calendar/calendar.el (diary-face, holiday-face):
8960 Add dark-background variants.
5bf99100 8961
a4032611
SS
89622000-10-31 Sam Steingold <sds@gnu.org>
8963
8964 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
8965 `tex-main-file' does not have directory in it.
8966
c286608e
SM
89672000-10-31 Stefan Monnier <monnier@cs.yale.edu>
8968
8969 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
8970
4836835a
TTN
89712000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
8972
8973 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
8974 functional change.
8975
26dcb81b
GM
89762000-10-31 Gerd Moellmann <gerd@gnu.org>
8977
8978 * files.el (find-file-noselect): When we expand a wildcard, return
8979 a list of buffers, as we should do according to the doc string.
8980
49fc4500
KR
89812000-10-31 Ken Raeburn <raeburn@gnu.org>
8982
8983 * loadup.el (top level): Adjust load path if program name is
8984 "../src/bootstrap-emacs", in case it's not dumped and thus the
8985 load path adjustment hasn't already been done.
8986
ea0c615d
GM
89872000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8988
83c9cb8e
SM
8989 * ps-print.el: Fix bug on selected pages for printing.
8990 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
ea0c615d
GM
8991 is on. Try to avoid warning messages when compiling. Doc Fix.
8992 (ps-print-version): New version number (6.3).
8993 (ps-color-device): Use `color-values' to determine if device
8994 supports color.
8995 (ps-color-values): Try to use `x-color-values' when using XEmacs.
8996 (ps-print-page-p): Changed from defsubst to defun.
8997 (ps-page-number): Changed from defmacro to defun.
8998 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
8999 printing.
c286608e 9000 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
ea0c615d
GM
9001 (ps-end-file, ps-dummy-page): Funs eliminated.
9002 (ps-print-color-scale): Changed default value.
9003 (ps-page-n-up, ps-print-page-p): New internal vars.
9004 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
9005 (ps-plot-region, ps-generate, ps-end-job): Code fix.
9006
9e20722f
GM
9007 * delim-col.el: Little programming improvement.
9008 (delimit-columns-str): New macro.
9009 (delimit-columns-region, delimit-columns-rectangle): Code fix.
9010
d7a0fd00
KH
90112000-10-31 Kenichi Handa <handa@etl.go.jp>
9012
c286608e
SM
9013 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
9014 Moved to european.el.
d7a0fd00
KH
9015 (ccl-encode-mac-roman-font, fontset-mac): Modified for
9016 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
c286608e
SM
9017 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
9018 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
d7a0fd00 9019
234be340
DL
90202000-10-30 Dave Love <fx@gnu.org>
9021
9022 * progmodes/cc-menus.el (imenu-generic-expression)
9023 (imenu-progress-message): Only defvar when compiling.
9024
4edc4a39
DL
9025 * emacs-lisp/elp.el (elp-unload-hook): New function.
9026
9027 * loadhist.el (unload-feature): Call elp-restore-function,
9028 checking for symbols; don't use elp-restore-all.
9029 (loadhist-hook-functions): Doc fix.
9030
70c825df
SM
90312000-10-30 Stefan Monnier <monnier@cs.yale.edu>
9032
9033 * log-edit.el (log-edit-confirm): Fix the default.
9034
1d3baf74
GM
90352000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9036
9037 * delim-col.el: Little fix: replace delimit-columns-align-columns by
9038 delimit-columns-format.
9039 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4836835a 9040
1ec321a7
MB
90412000-10-30 Miles Bader <miles@lsi.nec.co.jp>
9042
9043 * comint.el (comint-replace-by-expanded-history): Don't use
9044 comint-get-old-input (we're not looking at *old* input).
9045 (comint-get-old-input-default): If using fields, signal an error
9046 when the point is not in an input field.
9047
70737ea9
KH
90482000-10-30 Kenichi Handa <handa@etl.go.jp>
9049
9050 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
9051 and mule-unicode-e000-ffff.
9052
fa0cb51d 9053 * international/mule.el (decode-char, encode-char): New functions.
70737ea9
KH
9054 (make-coding-system): Accept a symbol of translation table as a
9055 value of property `safe-chars'.
9056
9057 * international/mule-cmds.el (encode-coding-char): Check property
9058 safe-chars instead of safe-charsets.
9059
9060 * international/fontset.el (fontset-default): Modified for
9061 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
9062 (x-font-name-charset-alist): Likewise.
9063 (ccl-encode-unicode-font): New CCL program. Record it in
9064 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
9065
70c825df
SM
9066 * language/european.el (mac-roman-decoder, mac-roman-encoder):
9067 New translation tables.
70737ea9
KH
9068 (decode-mac-roman, encode-mac-roman): Definition of these CCL
9069 programs are modified and moved from mac-win.el.
9070 (mac-roman): Definition of this coding system is modified and
9071 moved from mac-win.el.
4836835a 9072
fda2ce24 90732000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 9074
1d3baf74 9075 * ediff-wind.el (ediff-setup-control-frame): Enclose
fda2ce24 9076 face-attribute in condition-case to avoid errors in older emacsen.
70737ea9 9077
dd4d3cb6
MB
90782000-10-29 Miles Bader <miles@gnu.org>
9079
9080 * custom.el (custom-add-to-group): Allow multiple entries for a
9081 given value OPTION, as long as their widget types are different.
9082 * cus-edit.el (custom-face-value-create): If face name doesn't end
9083 with "face", add such here (similar to custom group widgets).
9084
9085 * comint.el (comint-highlight-prompt): Add :type.
9086
dace60cf
JW
90872000-10-28 John Wiegley <johnw@gnu.org>
9088
dace60cf
JW
9089 * calendar/timeclock.el (timeclock-log): Doc fix.
9090 (timeclock-last-event): Doc fix.
83c9cb8e 9091 (timeclock-log): Kill the timelog buffer after appending a new event.
dace60cf
JW
9092 (timeclock-find-discrep): Use a temp buffer to read in the
9093 timelog, instead of visiting the file.
9094 (timeclock-log-data): A new function, along with a host of helper
9095 functions, for the purpose of making timelog data accessible to
9096 programmers.
9097
9098 * eshell/esh-mode.el (window-height test): Make certain that
9099 `eshell-stringify-t' is non-nil.
9100 (eshell-password-prompt-regexp): Changed to a much simpler
9101 password regexp.
9102 (eshell-send-input): If `eshell-invoke-directly' returns t,
9103 directly invoke the parsed command using `eval'. This improves
9104 turn-around time on simple commands by a factor of three or
9105 greater, such as cd, ls, pwd, etc. -- which get used very often.
9106 It also conserves thousands of cons cells per call (since
9107 `eshell-do-eval' consumes memory like a Cookie Monster set loose
9108 in the Pacific Cookie Company).
9109
9110 * eshell/esh-test.el (eshell-test): Whitespace fix.
9111
83c9cb8e
SM
9112 * eshell/em-ls.el (eshell-ls-insert-directory):
9113 Make `eshell-ls-initial-args' nil when inserting directory contents.
dace60cf
JW
9114
9115 * eshell/em-script.el (eshell-script-initialize): Add names to
9116 `eshell-complex-commands, since `source' and `.' are complex.
9117
0467b076
EZ
9118 * eshell/esh-cmd.el (eshell-rewrite-for-command)
9119 (eshell-rewrite-while-command): Use `eshell-protect' instead of
dace60cf
JW
9120 `eshell-copy-handles'.
9121 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
9122 bodies.
9123 (eshell-separate-commands): Whitespace fix.
9124 (eshell-complex-commands): Added a new list of names, for
9125 determining whether a given command is as simple as it looks.
9126 (eshell-invoke-directly): New function. Returns t if a command
9127 should be invoked directly (using `eval'), rather than indirectly
9128 using `eshell-do-eval'.
9129 (eshell-do-eval): Whitespace fix.
9130
9131 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
9132 which provides an emulation of the DOS shell behavior of assuming
9133 that cp/mv/ln should copy/move/link to the current directory.
9134 (eshell-remove-entries): Added a doc string.
9135 (eshell-shuffle-files): Removed the check for `target' being null.
9136 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
9137 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
9138 it to do a smarter check of whether a destination was provided.
9139 (eshell/mv, eshell/cp): Enable `:preserve-args'.
9140 (eshell/ln): Enable `:preserve-args', and use
9141 `eshell-mvcpln-template' to implement the body of the function.
0467b076
EZ
9142 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
9143 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
dace60cf
JW
9144 list after flattening it. This makes it possible to cat files
9145 with numerical names.
9146 (eshell-unix-initialize): Added several names to
9147 `eshell-complex-commands.
9148 (eshell-unix-command-complex-p): Return t if a given command name
9149 may result in external processes being invoked.
9150
9151 * eshell/em-glob.el (eshell-glob-show-progress): Make this
9152 variable nil by default, since it slows down glob processing by a
9153 factor of two or more, and increases memory consumption.
9154
9155 * eshell/em-smart.el: Added a note about how memory consumptive
9156 smart display mode can be (at least this is true in Emacs 21).
9157 (eshell-smart-initialize): Whitespace fix.
9158 (eshell-refresh-windows): Use `if' instead of `when'.
9159 (eshell-smart-scroll-window): Calling `save-current-buffer' was
9160 not necessary.
83c9cb8e 9161 (eshell-currently-handling-window): Added a missing global variable.
dace60cf
JW
9162
9163 * eshell/em-ls.el (eshell-do-ls): Code simplification.
9164 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
9165 Whitespace fix.
9166 (eshell-ls-exclude-hidden): Added this variable in addition to
9167 `eshell-ls-exclude-regexp'. This one prevents files beginning
9168 with . from even being read, which can improve memory consumption
9169 quite a bit.
9170 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
9171 read file entries beginning with a dot. In home directories with
9172 lots of hidden files, fully two-thirds of the time spent in ls is
9173 used to read directory entries that are immediately thrown away.
9174 (eshell-ls-initial-args): Added back this configuration variable,
9175 for specifying default initial arguments to every call to ls.
9176 Much faster than using an alias to do the same thing.
9177 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
9178 (eshell-ls-dir): Whitespace change.
9179
9180 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
9181
83c9cb8e 9182 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
dace60cf
JW
9183 (eshell-stringify-t): Added a customization variable, to indicate
9184 whether `t' should be rendered as a string at all. If not, one
9185 can still determine if the result of an expression is true using
9186 "file-exists-p FILE && echo true".
9187 (eshell-stringify): If `eshell-stringify-t' is nil, don't
9188 stringify t!
9189
9190 * eshell/esh-module.el: Whitespace fix.
9191
83c9cb8e
SM
9192 * eshell/em-alias.el (eshell-alias-initialize):
9193 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
dace60cf
JW
9194 (eshell-command-aliased-p): New function that returns t if a
9195 command name names an aliased.
9196
657f9cb8 91972000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 9198
0467b076 9199 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
70c825df 9200 redrawing the screen when changing cursor color.
0467b076
EZ
9201 (viper-insert-state-pre-command-sentinel)
9202 (viper-replace-state-pre-command-sentinel)
70c825df
SM
9203 (viper-replace-state-post-command-sentinel):
9204 Use viper-preserve-cursor-color.
657f9cb8
MK
9205 Many functions changed to use viper= instead of = when comparing
9206 characters.
0467b076 9207 * viper-util.el (viper-memq-char,viper=): New functions for
657f9cb8 9208 working with characters.
0467b076 9209 (viper-change-cursor-color): Fixed buglet.
657f9cb8
MK
9210 Many functions changed to use viper= instead of = when comparing
9211 characters.
0467b076 9212 * viper.el (viper-insert-state-mode-list): Added eshell.
4836835a 9213
0467b076 9214 * ediff-init.el (ediff-before-setup-hook): New hook.
657f9cb8 9215 Several typos fixed in various docstrings.
0467b076 9216 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
83c9cb8e 9217 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
0467b076
EZ
9218 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
9219 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
9220 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
9221 (ediff-get-selected-buffers): New function.
9222 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
83c9cb8e
SM
9223 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
9224 Use save-window-excursion.
0467b076 9225 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
657f9cb8 9226 termination check in while loop.
0467b076 9227 * ediff.el (ediff-get-default-file-name): Better defaults when in
657f9cb8 9228 dired buffer.
0467b076
EZ
9229 (ediff-files,ediff-merge-files,ediff-files3)
9230 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
4836835a 9231
4f490d99
DL
92322000-10-28 Dave Love <fx@gnu.org>
9233
9234 * info.el (Info-fontify-node): Add help-echo for menu items.
9235
45b84006
EZ
92362000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
9237
5ebc02b3
EZ
9238 * startup.el (normal-top-level): If the value of $TERM indicates
9239 we are running from xterm or one of its work-alikes, default to a
9240 light background mode.
9241
45b84006
EZ
9242 Support for -fg, -bg, and -rv command-line arguments for TTYs:
9243 * faces.el (tty-handle-reverse-video): New function.
9244 (tty-create-frame-with-faces): Call it.
9245
9246 * frame.el (frame-notice-user-settings): Don't apply
9247 default-frame-alist and initial-frame-alist to MS-DOS frames.
9248 Call tty-handle-reverse-video, frame-set-background-mode, and
9249 face-set-after-frame-default for non-MS-DOS frames.
9250
9251 * startup.el (tty-long-option-alist): New variable.
9252 (tty-handle-args): New function.
9253 (command-line): Call tty-handle-args.
9254
9255 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
9256 startup.el now does that for all character-terminal frames.
9257
eab6e8b9
MB
92582000-10-28 Miles Bader <miles@gnu.org>
9259
83c9cb8e
SM
9260 * emacs-lisp/easy-mmode.el (define-minor-mode):
9261 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
9262 is global. If :global is followed by a non-nil but non-t value,
eab6e8b9 9263 make the mode buffer-local, but also generate a `global-MODE'
83c9cb8e
SM
9264 version using `easy-mmode-define-global-mode'.
9265 Add :conditional-turn-on keyword argument.
eab6e8b9 9266
51a29efc
DL
92672000-10-28 Dave Love <fx@gnu.org>
9268
83c9cb8e
SM
9269 * international/latin1-disp.el (latin1-char-displayable-p):
9270 Don't use window-system.
51a29efc 9271
d71d7114
EZ
92722000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
9273
9274 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
9275 Don't call find-buffer-file-type-coding-system. Instead, just
9276 set eol-type to -unix if inhibit-eol-conversion is in effect, or
9277 if the file is on an untranslated filesystem.
9278 (add-untranslated-filesystem): Use "D" instead of "f" inside
9279 interactive.
9280
1f9cab4b
DL
92812000-10-27 Dave Love <fx@gnu.org>
9282
70c825df 9283 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
1f9cab4b
DL
9284 (refill-mode): Use it.
9285
70c825df
SM
92862000-10-27 Stefan Monnier <monnier@cs.yale.edu>
9287
9288 * international/quail.el (quail-activate): Don't make-local-hook.
9289
7432cf10
AS
92902000-10-27 Andre Spiegel <spiegel@gnu.org>
9291
4836835a 9292 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
7432cf10 9293 manual backups and file.~<rev>.~ for automatic ones.
08a1fcb7
AS
9294 (vc-make-version-backup): Don't do it on MS-DOS without long file
9295 names.
4836835a 9296
7432cf10
AS
9297 * vc.el (vc-version-other-window): If an automatic backup of the
9298 desired version exists, rename it instead of copying it.
9299
4836835a
TTN
9300 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
9301 after command. If there's an unexpected error, signal it instead
7432cf10 9302 of being silent.
e1483c38 9303 (vc-cvs-merge-news): Be prepared for no news at all.
4836835a 9304
05ea7ef2
MB
93052000-10-27 Miles Bader <miles@lsi.nec.co.jp>
9306
fd1035aa
MB
9307 * shell.el (shell): Add BUFFER argument.
9308 * comint.el (make-comint-in-buffer): New function.
9309 (make-comint): Use it.
9310
05ea7ef2
MB
9311 * faces.el (face-spec-choose): Change syntax so that the list of
9312 attribute-value pairs is now the cdr of each clause, not the cadr.
9313 Detect old-style entries, and handle them. Use pop.
9314
835a55fe
SM
93152000-10-26 Stefan Monnier <monnier@cs.yale.edu>
9316
f5ab1cdd
SM
9317 * cus-edit.el (custom-mode-map): Use a sparse map.
9318 (custom-mode): Don't bother with make-local-hook.
9319
9320 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
9321
835a55fe
SM
9322 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
9323
c13b0ec8
GM
93242000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9325
9326 * ps-print.el: Avoid compilation gripes.
9327 (ps-print-version): New version number (6.2.1).
4836835a 9328
e9f63196
DL
93292000-10-26 Dave Love <fx@gnu.org>
9330
0b95284b
DL
9331 * menu-bar.el: Modify some menu item help strings.
9332 (menu-bar-help-menu): Add link to MORE.STUFF.
9333
e9f63196
DL
9334 * cus-edit.el (custom-mode): Add `special' mode-class property.
9335
9336 * wid-browse.el (widget-browse-mode): Likewise.
9337
9338 * wid-edit.el (widget-specify-field): Revert to using local-map
9339 property, not keymap.
9340
e276a14a
MB
93412000-10-26 Miles Bader <miles@lsi.nec.co.jp>
9342
c1545d88
MB
9343 * wid-edit.el (widget-field-end): When checking for a `boundary'
9344 field, do so in the correct buffer.
9345
3c1b77ca
MB
9346 * simple.el (undo): Correctly distinguish between numeric and
9347 non-numeric prefix args in non-transient-mark-mode, as per the doc
9348 string. When in transient-mark-mode, treat all prefix-args as
9349 numeric.
9350
f5ab1cdd
SM
9351 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
9352 Position point on match. Handle N == 0 correctly.
22626d9d
MB
9353
9354 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
9355 (comint-mode-map): Reverse order of `comint-write-output' and
9356 `comint-append-output-to-file'.
9357 (comint-append-output-to-file): Reinstate this function, for the
9358 benefit of the menu.
9359
d97151cb
SM
93602000-10-25 Stefan Monnier <monnier@cs.yale.edu>
9361
9362 * vc.el (vc-version-other-window): Bind `file'.
9363
ea7d6f5b
GM
93642000-10-25 Gerd Moellmann <gerd@gnu.org>
9365
f5ab1cdd 9366 * Makefile.in (update-authors): New target for maintenance purposes.
ea7d6f5b
GM
9367
9368 * emacs-lisp/authors.el (batch-update-authors): New function.
9369 (authors-fixed-entries): New defconst.
9370 (authors-add-fixed-entries): New function.
9371 (authors): Call it.: Don't process lispref/.
9372
17c25cea
JR
93732000-10-25 Jason Rumney <jasonr@gnu.org>
9374
9375 * cus-edit.el (custom-button-face, custom-button-pressed-face):
9376 Merge x w32 and mac definitions.
9377
4ecda532
GM
93782000-10-25 Gerd Moellmann <gerd@gnu.org>
9379
9380 * menu-bar.el (menu-bar-options-menu): Add a help string for
9381 `uniquify'.
9382
b52758d1 93832000-10-25 Stephen Gildea <gildea@stop.mail-abuse.org>
b6735035 9384
f5ab1cdd
SM
9385 * time-stamp.el (time-stamp-string-preprocess):
9386 Fix a wrong type argument error.
b6735035 9387
f4cbc7a0
MB
93882000-10-25 Miles Bader <miles@gnu.org>
9389
9390 * recentf.el (recentf-mode): Variable removed.
9391 (recentf-mode): Use `define-minor-mode'.
9392
9393 * mwheel.el (mouse-wheel-mode): New global minor mode.
9394 (mwheel-install): Use `mouse-wheel-mode'.
9395
f4b020f6
DL
93962000-10-25 Dave Love <fx@gnu.org>
9397
f5ab1cdd
SM
9398 * progmodes/cperl-mode.el (cperl-mode):
9399 Set normal-auto-fill-function correctly.
072cb6f9 9400
83c9cb8e
SM
9401 * wid-edit.el (widget-field-keymap, widget-text-keymap):
9402 Don't inherit from global-map and don't nullify menu-bar and tool-bar
0b95284b 9403 bindings.
f4b020f6 9404
ebe2a441
MB
94052000-10-25 Miles Bader <miles@lsi.nec.co.jp>
9406
ff4dcd4b
MB
9407 * wid-edit.el (widget-field-at): New function.
9408 (widget-at, widget-field-activate): Use it.
9409 (widget-tabable-at): Use `widget-at'.
9410 (widget-specify-field): If the terminating character of the widget
9411 field (which is read-only) is a newline, put it into a special
9412 `boundary' field so that C-n/C-p act more naturally.
9413 (widget-field-end): Also don't subtract one if a special
9414 `boundary' field has been added after the widget field.
9415
83c9cb8e
SM
9416 * comint.el (comint-output-filter, comint-send-input):
9417 Don't bother adding stickiness fields to overlays to fool the field
ebe2a441 9418 code, since it should notice the overlay insertion-types now.
ff4dcd4b 9419
ebe2a441
MB
9420 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
9421 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
9422 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
9423
fe50b6ab
GM
94242000-10-24 Gerd Moellmann <gerd@gnu.org>
9425
53df4dda 9426 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
83c9cb8e
SM
9427 (authors): Set file coding system to iso-2022-7bit.
9428 Add file-local variables to output buffer.
53df4dda 9429
4836835a 9430 * files.el (after-find-file): Don't print any warnings if
fe50b6ab
GM
9431 WARN is nil.
9432
53df4dda
GM
94332000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9434
9435 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
9436
9437 * delim-col.el: Now there is a column formatting mechanism.
9438 Modified to customization mechanisms convention. Doc fix.
9439 (columns): New group for delim-col.
9440 (delimit-columns-before, delimit-columns-after)
9441 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
9442 (delimit-columns-end): New vars.
9443 (delimit-columns-customize, delimit-columns-format): New funs.
9444 (delimit-columns-region, delimit-columns-rectangle)
9445 (delimit-columns-rectangle-line): Modified to support column
9446 formatting.
4836835a 9447
a9839779
DL
94482000-10-24 Dave Love <fx@gnu.org>
9449
9450 * log-edit.el (log-edit): Add :version and a :group for vc.
9451
df0267b8
GM
94522000-10-24 Gerd Moellmann <gerd@gnu.org>
9453
9acc3873
GM
9454 * files.el (after-find-file): Don't print a message ``New file''
9455 if WARN is nil.
9456
83c9cb8e
SM
9457 * wid-edit.el (widget-field-keymap, widget-text-keymap):
9458 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
63e1b552
GM
9459 get duplicate tool-bar entries because we'll see the global ones
9460 on more than one path through keymaps.
9461
1946f901
GM
9462 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
9463
df0267b8
GM
9464 * progmodes/cmacexp.el: Change Francesco's email address.
9465
ae3b264b
KH
94662000-10-24 Kenichi Handa <handa@etl.go.jp>
9467
9468 * window.el (fit-window-to-buffer): Adjust point of the window
9469 buffer, not that of the current buffer.
9470
23afac01
EZ
94712000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
9472
9473 * progmodes/cmacexp.el: Update the euthor's email address.
9474
22d1a4ed
MB
94752000-10-24 Miles Bader <miles@lsi.nec.co.jp>
9476
9477 * faces.el (face-spec-set-match-display): Add `graphic' display
9478 type (the inverse of `tty'). Use `display-graphic-p' instead of
9479 the window-system variable.
9480
f408aa48
KH
94812000-10-24 Kenichi Handa <handa@etl.go.jp>
9482
83c9cb8e
SM
9483 * international/isearch-x.el (isearch-with-input-method):
9484 Call input-method-function with the first event in
f408aa48
KH
9485 unread-command-events.
9486
94fe8a31
MB
94872000-10-24 Miles Bader <miles@lsi.nec.co.jp>
9488
83c9cb8e 9489 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
94fe8a31 9490
8f47302e
AC
94912000-10-24 Andrew Choi <akochoi@i-cable.com>
9492
9493 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
9494 New charsets.
9495
9496 * term/mac-win.el: Remove definitions of mac-roman-lower and
9497 mac-roman-upper, require dired, and define instead of set
9498 mac-ready-for-drag-n-drop to avoid compilation error.
9499
446c097e
AI
95002000-10-23 Andrew Innes <andrewi@gnu.org>
9501
83c9cb8e
SM
9502 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
9503 Remove superfluous calls to subst-char-in-string; instead apply
446c097e
AI
9504 expand-file-name after convert-standard-filename to ensure
9505 expected directory separators are used.
9506
379b70e7
EZ
95072000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
9508
9509 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
9510
85c766e9
DL
95112000-10-23 Dave Love <fx@gnu.org>
9512
b7e03a67
DL
9513 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
9514 (tool-bar-add-item): Set foreground and background for XBM icons.
9515
83c9cb8e
SM
9516 * international/latin1-disp.el (latin1-char-displayable-p):
9517 New function (from Handa).
b7e03a67
DL
9518 (latin1-display-check-font): Use it.
9519
0dcf8835 9520 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
83c9cb8e
SM
9521 using :key-sequence, making it much more usable.
9522 Use nconc, not append.
0dcf8835
DL
9523 (imenu--create-keymap-1): Avoid append.
9524
85c766e9 9525 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
4836835a 9526
cb3069bb
MB
95272000-10-23 Miles Bader <miles@lsi.nec.co.jp>
9528
9529 [the following changes fix a bug where `define-minor-mode' didn't
9530 correctly generate :require clauses for defcustoms in compiled files]
9531 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
9532 (byte-compile-log-file, byte-compile-log-1): Don't set
9533 `byte-compile-current-file' to nil. Instead set
9534 `byte-compile-last-logged-file' to it. Test whether
9535 byte-compile-current-file equals byte-compile-last-logged-file
9536 instead of whether its nil.
3b6542ba 9537 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
cb3069bb 9538
6db6243b
SM
95392000-10-23 Stefan Monnier <monnier@cs.yale.edu>
9540
9541 * textmodes/refill.el: Fix var names in doc.
9542 (refill-mode): Don't bother with make-local-hook anymore.
9543
98490598
MB
95442000-10-23 Miles Bader <miles@lsi.nec.co.jp>
9545
e01cd227
MB
9546 * faces.el (face-user-default-spec, face-default-spec): New functions.
9547 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
4836835a 9548 (frame-set-background-mode, face-set-after-frame-default):
e01cd227
MB
9549 Use `face-user-default-spec'. Simplify code slightly.
9550
4836835a 9551 * woman.el (woman-italic-face, woman-bold-face)
e01cd227
MB
9552 (woman-unknown-face): Add dark-background variants.
9553 (woman-default-faces): Renamed from `woman-colour-faces'.
9554 Set using the stored defaults, rather than using hard-wired colors.
9555 (woman-monochrome-faces): Renamed from `woman-black-faces'.
9556 Just make the foreground `unspecified' rather than "black".
9557 (woman-menu): Rename menu entries accordingly.
9558
98490598
MB
9559 * faces.el (header-line): Make more reasonable on mono/grayscale
9560 displays.
9561
1a578e9b
AC
95622000-10-23 Andrew Choi <akochoi@i-cable.com>
9563
9564 * cus-edit.el (custom-button-face): Use 3D look for mac.
9565 (custom-button-pressed-face): Likewise.
9566
9567 * faces.el (set-face-attributes-from-resources): Handle mac frames
9568 in the same way as x and w32 frames.
9569 (face-valid-attribute-values): Likewise.
9570 (read-face-attribute): Likewise.
9571 (defined-colors): Likewise.
9572 (color-defined-p): Likewise.
9573 (color-values): Likewise.
9574 (display-grayscale-p): Likewise.
9575 (face-set-after-frame-default): Likewise.
9576 (mode-line): Same default face as for x and w32.
9577 (tool-bar): Likewise.
9578
9579 * frame.el: Remove call to frame-notice-user-settings at end of
9580 the file.
9581
83c9cb8e 9582 * info.el (Info-fontify-node): Make underlines invisible for mac
1a578e9b
AC
9583 as for x, pc, and w32 frame types.
9584
9585 * term/mac-win.el: New file.
9586
aaaf7be7
DL
95872000-10-22 Dave Love <fx@gnu.org>
9588
9589 * textmodes/refill.el: New file.
9590
5392d654
AS
95912000-10-22 Andre Spiegel <spiegel@gnu.org>
9592
4836835a 9593 * vc-hooks.el (vc-version-backup-file-name): New optional args
5392d654 9594 MANUAL and REGEXP.
4836835a 9595 (vc-delete-automatic-version-backups, vc-make-version-backup):
5392d654
AS
9596 New functions.
9597 (vc-before-save): Use the latter.
9598 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
9599 confusion.
9600
4836835a 9601 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
5392d654
AS
9602 expected by vc[-hooks].el.
9603
9604 * vc.el (vc-checkout): Added `-p' suffix in call to
9605 vc-make-version-backups-p; use vc-make-version-backup to actually
9606 make the backup.
9607 (vc-version-other-window, vc-version-backup-file): Handle both
9608 automatic and manual backups.
9609 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
9610 of all of them.
9611
1e221c16
MB
96122000-10-22 Miles Bader <miles@gnu.org>
9613
7ff4fda5
MB
9614 * comint.el (comint-highlight-input, comint-highlight-prompt):
9615 Renamed, `-face' at end removed.
9616 (comint-send-input, comint-output-filter): Use renamed faces.
9617
3511cde8
MB
9618 * window.el (fit-window-to-buffer): Change defaulting of
9619 MAX-HEIGHT slightly.
9620
1e221c16
MB
9621 * faces.el (color-values, color-defined-p): Use `member', not
9622 `memq', because it works correctly for strings.
9623 (frame-set-background-mode): Actually, "unspecified-fg" and
9624 "unspecified-bg" *are* strings. Use `member', not `memq', and
9625 `equal', not `eq', when a string value is possible.
9626
b6ef4898
EZ
96272000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
9628
9629 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
9630
34939e2c
SM
96312000-10-21 Stefan Monnier <monnier@cs.yale.edu>
9632
9633 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
9634 sh-electric-rparen, sh-electric-less and sh-electric-hash.
9635 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
9636 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
9637 (sh-font-lock-syntactic-keywords): Use them.
9638 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
9639 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
9640 (sh-mode): Don't override font-lock-unfontify-region-function.
9641 Use a copy of sh-font-lock-syntactic-keywords.
9642 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
9643 Don't call sh-scan-buffer since font-lock does it on the fly.
9644 (sh-get-indent-info): Use `face' rather than `syntax-table'
9645 text-property to detect here-documents.
9646 Replace sh-special-syntax with sh-st-punc.
9647 (sh-prev-line): Use `face' rather than `syntax-table'
9648 text-property to skip over here-documents.
9649 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
9650 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
9651 (sh-electric-less, sh-set-here-doc-region)
4836835a 9652 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
34939e2c
SM
9653 (sh-scan-buffer, sh-rescan-buffer): Remove.
9654
f3d3c491
AI
96552000-10-21 Andrew Innes <andrewi@gnu.org>
9656
9657 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
9658 remote (ange-ftp) file names.
9659
b86c791c
MB
96602000-10-21 Miles Bader <miles@gnu.org>
9661
d9c30bdf
MB
9662 * window.el (fit-window-to-buffer): New function.
9663 (shrink-window-if-larger-than-buffer): Use it.
1e221c16
MB
9664 (window-text-height): Don't expect minibuffers to have mode-lines.
9665
d9c30bdf 9666 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
83c9cb8e
SM
9667 * international/quail.el (quail-update-guidance):
9668 Use `fit-window-to-buffer' instead of `set-window-text-height'.
d9c30bdf 9669
617fee5a
MB
9670 * international/quail.el (quail-show-guidance-buf): Make sure
9671 guidance window really has enough room.
9672 (quail-update-guidance): If quail-guidance-win is already shown,
9673 make sure its height is OK.
9674
b86c791c
MB
9675 * window.el (window-text-height, set-window-text-height):
9676 New functions.
9677 (shrink-window-if-larger-than-buffer): Use `window-text-height'
9678 instead of `window-height' & `mode-line-window-height-fudge'.
9679 (mode-line-window-height-fudge): Add FACE parameter.
9680 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
9681 instead of `enlarge-window' & `mode-line-window-height-fudge'.
9682
e34850d1
MB
96832000-10-20 Miles Bader <miles@gnu.org>
9684
9685 * window.el (height-affecting-face-attributes): Use `defconst'.
9686
9687 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
9688 New function, conditionally aliased to `mode-line-window-height-fudge'.
9689 (ispell-help): Use it.
9690 (ispell-choices-win-default-height): Don't include mode-line fudge.
9691 (ispell-choices-win-default-height): New function.
9692 (ispell-show-choices, ispell-command-loop): Use function
9693 `ispell-choices-win-default-height' instead of variable.
9694
a8b883c2
MB
96952000-10-20 Miles Bader <miles@lsi.nec.co.jp>
9696
8c6e4a58
MB
9697 * window.el (mode-line-window-height-fudge): New variable.
9698 (height-affecting-face-attributes): New variable.
9699 (mode-line-window-height-fudge): New function.
9700 (shrink-window-if-larger-than-buffer): Use it.
9701 * help.el (resize-temp-buffer-window): Likewise.
9702
a8b883c2
MB
9703 * info.el (Info-fontify-node): Add support for @subsubsection
9704 titles, which use `Info-title-4-face'.
9705 (Info-title-4-face): New face.
9706 (Info-title-3-face): Inherit from Info-title-4-face instead of
9707 variable-pitch.
9708
e64c3a75
JR
97092000-10-19 Jason Rumney <jasonr@gnu.org>
9710
9711 * dired.el (dired-insert-directory): Do not let errors signalled by
9712 attempt to run dired-free-space-program prevent dired from working.
9713
c70fe852
SM
97142000-10-19 Stefan Monnier <monnier@cs.yale.edu>
9715
9716 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
9717
877cf6b4
GM
97182000-10-19 Gerd Moellmann <gerd@gnu.org>
9719
5de037e0
GM
9720 * dirtrack.el (dirtrack): Fix call to run-hooks.
9721
6deb9af9
GM
9722 * cmuscheme.el (cmuscheme-program-name): Renamed from
9723 scheme-program-name because xscheme.el contains a defcustom with
9724 the same name. As a consequence, customizing group `cmuscheme'
9725 loaded `xscheme' which redefined run-scheme.
9726 (run-scheme): Use cmuscheme-program-name.
9727
83c9cb8e 9728 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
877cf6b4 9729
e597d8fb 9730 * play/doctor.el (doctor-death): Update the Samaritans'
c70fe852 9731 anonymous address, and add a website for Befrienders International.
4836835a 9732
3e9cb08f
GM
97332000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9734
c70fe852
SM
9735 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
9736 Avoid compilation gripes. Doc fix.
3e9cb08f
GM
9737 (ps-print-version): New version number (6.2).
9738 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
9739 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
9740 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
9741 (ps-x-extent-priority, ps-x-extent-start-position)
9742 (ps-x-face-font-instance, ps-x-find-coding-system)
9743 (ps-x-font-instance-properties, ps-x-make-color-instance)
9744 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
9745 avoid compilation gripes without defining functions.
9746 (ps-e-find-composition): Alias for function find-composition, to have a
9747 suitable function depending on Emacs version.
9748 (ps-color-device, ps-color-values, ps-face-foreground-name)
9749 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
9750 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
9751 (ps-print-ensure-fontified): Function definitions surrounded by
9752 `eval-and-compile' to avoid compilation gripes.
9753 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
9754 by symbol-value to avoid compilation gripes.
9755 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
9756 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
9757
d8abcd91
MB
97582000-10-19 Miles Bader <miles@lsi.nec.co.jp>
9759
13ab33c4
MB
9760 * startup.el (normal-top-level): Call `frame-set-background-mode'
9761 after `frame-notice-user-settings' because the latter doesn't call
9762 the former on a tty.
9763
d8abcd91
MB
9764 * faces.el (frame-set-background-mode): `unspecified' &c are
9765 symbols, not strings.
9766
e8bce0a9
EZ
97672000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
9768
c70fe852
SM
9769 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
9770 why some "light*" colors are deliberately absent from the alist.
e8bce0a9 9771
c70fe852
SM
9772 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
9773 Change colors for tty's, as suggested by Miles Bader.
e8bce0a9 9774
773272d8
KH
97752000-10-19 Kenichi Handa <handa@etl.go.jp>
9776
c70fe852 9777 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
773272d8
KH
9778 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
9779 for ISO10646-1 fonts.
9780 (x-font-name-charset-alist): Add an entry for "iso10646-1".
9781
772139c0
EZ
97822000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
9783
9784 * faces.el (frame-set-background-mode): If a tty frame defines a
9785 background color, use that to compute the background mode, instead
9786 of always defaulting to "dark".
9787
d134a19f
MB
97882000-10-19 Miles Bader <miles@lsi.nec.co.jp>
9789
8bb84cb2
MB
9790 * comint.el (comint-write-output): New function.
9791 (comint-mode-map): Add it to the menu.
e40a778f 9792 Bind `C-c C-s' to comint-write-output.
d134a19f 9793
dada41e1
GM
97942000-10-18 Gerd Moellmann <gerd@gnu.org>
9795
9796 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
9797 Use fancy-splash-delay.
9798
9b5360aa
GM
97992000-10-18 Alex Schroeder <alex@gnu.org>
9800
9801 * progmodes/sql.el (sql-sybase-options): New option.
9802 (sql-sybase): Use it. Add sql-database to the list of parameters
9803 provided for login. The options -w 2048 -n are not used any more.
9804
9035a35a
GM
9805 * comint.el (comint-read-input-ring): Bugfix such that the first
9806 and the last entry of the input ring file are not lost.
9807
3556c6dd
GM
98082000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9809
9810 * ps-print.el: Internal variable changes to defcustom,
9811 make-local-hook changes to defvar. Doc fix.
9812 (ps-print-version): New version number (6.1).
9813 (ps-setup, ps-do-despool): Code fix.
9814 (ps-printer-name): Customization fix.
9815 (ps-printer-name-option): Now is a defcustom instead of an
9816 internal variable.
9817 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
9818 (ps-print-begin-column-hook): Now are defvar instead of
9819 make-local-hook.
4836835a 9820
4e217e50
MB
98212000-10-18 Miles Bader <miles@gnu.org>
9822
9823 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
9824 (comint-kill-output): Changed into an alias for `comint-delete-output',
9825 and made obsolete.
9826 (comint-mode-map): Rename references to comint-kill-output.
9827
34460354
EZ
98282000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
9829
9830 * diff-mode.el (diff-header-face, diff-file-header-face)
9831 (diff-changed-face): Add bold and italic attributes to tty faces.
9832 (diff-function-face): New face.
9833 (diff-font-lock-keywords): Use it.
9834
17ea3cdb
MB
98352000-10-18 Miles Bader <miles@lsi.nec.co.jp>
9836
9837 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
9838 Remove commented-out call to force-mode-line-update.
9839 (comint-kill-output): Use `forward-line 0' instead of
9840 beginning-of-line to make sure we get past the prompt.
9841
9244f2c7
SM
98422000-10-17 Stefan Monnier <monnier@cs.yale.edu>
9843
9844 * diff-mode.el (diff-header-face, diff-file-header-face):
9845 Add specific setting for dark background.
9846 (diff-context-face): Renamed from diff-comment-face.
9847 Set explicitly rather than inheriting from font-lock-comment-face.
9848
1592c1ef
EZ
98492000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
9850
9851 * startup.el (command-line): Move the code which sets the default
9852 TTY colors to before before-init-hook.
9853
f86292a9
GM
98542000-10-17 Gerd Moellmann <gerd@gnu.org>
9855
9856 * jit-lock.el (jit-lock-stealth-time): Doc fix.
9857
f7f2e883
EZ
98582000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
9859
e854cc22
EZ
9860 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
9861 extensions, for MS-DOS.
9862
f7f2e883
EZ
9863 * diff-mode.el (diff-header-face, diff-file-header-face)
9864 (diff-changed-face): Define tty-specific colors.
9865
c7b4f0f9
GM
98662000-10-17 Gerd Moellmann <gerd@gnu.org>
9867
9868 * startup.el (fancy-splash-text): Realign the text.
9869
12a72271
EZ
98702000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
9871
9872 * font-lock.el (font-lock-comment-face): Define a separate default
9873 for dark-background tty's.
9874
61dfccfd
MB
98752000-10-17 Miles Bader <miles@gnu.org>
9876
9877 * help.el (resize-temp-buffer-window): Add hack to avoid last line
9878 being obscured by whizzy mode-lines on graphics displays.
9879
333cd59e
EZ
98802000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
9881
9882 * info.el (Info-title-1-face, Info-title-2-face)
9883 (Info-title-3-face): Define colors for tty's.
dada41e1 9884 (info-header-node): Remove unneeded tty-specific definition.
333cd59e 9885
dbf1fcc1
EZ
98862000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
9887
9888 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
9889 reverse from the frame parameters, and don't invert foreground and
9890 background colors.
9891
ac629823
MB
98922000-10-16 Miles Bader <miles@gnu.org>
9893
9894 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
9895 string "*Info*". Call propertized-buffer-identification to spruce
9896 up the result.
9897
76eebffc
GM
98982000-10-16 Gerd Moellmann <gerd@gnu.org>
9899
3a6b59d9
GM
9900 * help.el: Provide `help' for the sake of define-minor-mode
9901 which generates defcustoms with requires.
9902
6569c3d3
GM
9903 * jit-lock.el (jit-lock-after-change): If we're in text that
9904 matches a multi-line font-lock pattern, make sure the whole text
9905 will be redisplayed.
9906
c2e0a611
GM
9907 * emacs-lisp/authors.el (authors-add): Don't add an entry if
9908 author's name is unknown.
9909
76eebffc
GM
9910 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
9911 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
9912 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
9913 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
9914 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
9915 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
9916 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
9917 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
9918 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
9919 Add author information.
9920
cf1e7b12
MB
99212000-10-16 Miles Bader <miles@lsi.nec.co.jp>
9922
9923 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
9924 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
9925 full-color version (using the Gimp) to eliminate dithering artifacts.
9926
5586f3eb
SM
99272000-10-15 Stefan Monnier <monnier@cs.yale.edu>
9928
9929 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
9930
9931 * simple.el (syntax-flag-table, string-to-syntax): Remove.
9932
ad64a888
DL
99332000-10-15 Dave Love <fx@gnu.org>
9934
83c9cb8e 9935 * progmodes/sh-script.el: Require skeleton and comint when compiling.
ad64a888
DL
9936
9937 * pcomplete.el (pcomplete) <defgroup>: Add :version.
9938
9939 * whitespace.el: Doc fixes.
9940 (top-level): Don't add hooks here.
9941 (whitespace-running-emacs): Deleted.
9942 (timer): Don't require.
9943 (whitespace): Add back :version conditional on xemacs test.
9944 (whitespace-spacetab-regexp, whitespace-indent-regexp)
9945 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
9946 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
9947 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
9948 Avoid specific xemacs test.
9949 (whitespace-global-mode): New option.
9950 (whitespace-global-mode): New command.
9951 (whitespace-unload-hook): New function.
9952
9953 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
4836835a 9954 (Info-fontify-node, Info-goto-node, Info-mode-menu)
ad64a888
DL
9955 (Info-fontify-node): `Goto' goes to `Go to'.
9956 (Info-fontify-node): Add help-echo to xref links.
9957
1ef49fc6
EZ
99582000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
9959
9960 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
9961
8b7707e1
SM
99622000-10-15 Stefan Monnier <monnier@cs.yale.edu>
9963
b3b7f42f
SM
9964 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
9965 Use plist-get and allow :inherit.
9966
9967 * emacs-lisp/cl-macs.el (cl-do-arglist):
9968 Use plist-get and plist-member instead of memq.
9969
3c7fafc7
SM
9970 * emacs-lisp/ewoc.el (ewoc-location): New function.
9971 (ewoc-enter-after, ewoc-enter-before): Document return value.
9972 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
9973 Don't need make-local-hook any more.
9974 (cvs-addto-collection): Return the new tin.
9975 (cvs-mode-insert): Jump to the new line.
9976
8b7707e1
SM
9977 * jit-lock.el (jit-lock-fontify-buffer): Remove.
9978
9979 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
9980
9981 * font-lock.el (font-lock-syntactically-fontified): New var.
9982 (font-lock-fontify-syntactic-keywords-region): Use it.
9983 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
9984
9985 * diff-mode.el (diff-find-file-name): Fix regexp.
9986
9987 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
9988 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
9989
9990 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
9991 (sh-mode-syntax-table): Add punctuation syntax for < and >.
9992 (sh-mode): Don't make all vars local here.
9993 (sh-kw): Reformat.
9994 (sh-set-shell): Use dolist. Don't set indent-region-function.
9995 (sh-mode-syntax-table): Use pop.
9996 (sh-remember-variable): Use push.
9997 (sh-help-string-for-variable): Use memq.
9998 (sh-safe-backward-sexp): Remove.
9999 (sh-safe-forward-sexp): Add ARG.
10000 (sh-get-indent-info, sh-prev-stmt): Use it.
10001 (sh-prev-line): Simplify by using forward-comment.
10002 (sh-this-is-a-continuation): Simplify.
10003 (sh-learn-buffer-indent): Use dolist.
10004 (sh-do-nothing): Remove.
10005 (sh-set-char-syntax, sh-set-here-doc-region):
10006 Use inhibit-modification-hooks.
10007 (sh-name-style): Use mapcar and push.
10008 (sh-load-style): Use dolist.
10009 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
10010 (sh-case, sh-while-getopts): Use propertize directly rather
10011 than sh-electric-rparen.
10012
100132000-10-14 Stefan Monnier <monnier@cs.yale.edu>
10014
10015 * textmodes/tex-mode.el: Require CL when compiling.
10016 (tex-mode-syntax-table): Init immediately.
10017 (tex-mode-map): Bind M-RET to latex-insert-item.
10018 (latex-mode): Set indent-line-function to latex-indent.
10019 (tex-common-initialization): Don't setup the syntax-table any more.
10020 (latex-insert-item): New skeleton.
10021 (tex-next-unmatched-end): Fix copy/paste braino.
4836835a 10022 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
8b7707e1 10023 (latex-indent, latex-find-indent): New functions.
4836835a 10024 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
8b7707e1
SM
10025 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
10026 (tex-compilation-parse-errors): Use with-syntax-table.
10027
86b7fcbb
MB
100282000-10-15 Miles Bader <miles@gnu.org>
10029
10030 * font-lock.el (font-lock-comment-face): Change dark-background,
10031 color, non-tty, default to `chocolate1'.
10032
57a24508
JW
100332000-10-13 John Wiegley <johnw@gnu.org>
10034
10035 * eshell/esh-util.el (require): Added a missing `require' form,
10036 needed when compiling (for an ange-ftp macro definition).
10037
40ad3db4
DL
100382000-10-13 Dave Love <fx@gnu.org>
10039
10040 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
10041
db460189
GM
100422000-10-13 Gerd Moellmann <gerd@gnu.org>
10043
83c9cb8e 10044 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
b41c9501 10045
4836835a 10046 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
db460189
GM
10047 transparent -colors 8).
10048
b52758d1 100492000-10-13 Stephen Gildea <gildea@stop.mail-abuse.org>
3b5e21df
GM
10050
10051 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
10052 that breaks with old list format timestamps.
10053 (time-stamp-warn-inactive, time-stamp-old-format-warn)
83c9cb8e 10054 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
3b5e21df 10055
16908a3f
JW
100562000-10-13 John Wiegley <johnw@gnu.org>
10057
d7103dda
JW
10058 * align.el, pcomplete.el, calendar/timeclock.el,
10059 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
10060
dace60cf 10061 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
16908a3f
JW
10062 faulty math, where holiday hours were being computing as seconds.
10063
b6b70cda
JW
100642000-10-13 John Wiegley <johnw@gnu.org>
10065
10066 * desktop.el (desktop-buffer-modes-to-save): Added a global for
83c9cb8e
SM
10067 specifying what "other" kinds of buffers should be saved.
10068 This used to be hard-coded.
b6b70cda
JW
10069 (desktop-buffer-misc-functions): A global for specifying how
10070 auxiliary data should be determined for special buffer types.
10071 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
10072 instead of hard-coding the special buffer types.
10073 (desktop-save): Run `desktop-buffer-misc-functions' to gather
10074 auxiliary data, instead of hard-coding for Info buffers and dired.
10075 (desktop-buffer-info-misc-data): Aux function for determining Info
10076 buffer auxiliary info.
10077 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
10078 (desktop-buffer-info): Changed this function to use the info
10079 gathered above.
10080 (desktop-create-buffer): Be a little more careful about what
10081 `minor-mode' means before calling it. This is important for some
10082 buffer types.
10083
8c6b1d83
JW
100842000-10-13 John Wiegley <johnw@gnu.org>
10085
10086 * eshell/esh-util.el: Added a global form which declares an
10087 autoload for `parse-time-string', if that function is not already
10088 defined, and if parse-time.el is available on the user's system.
10089
10090 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
10091 to be aware of ange-ftp user info.
83c9cb8e 10092 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
8c6b1d83
JW
10093 (eshell-ls-annotate): Use `eshell-file-attributes'.
10094 (eshell-ls-file): Made the user-id printing code a bit smarter.
10095
10096 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
10097 allow identification of alias user ids in remote directories.
83c9cb8e
SM
10098 It's manual, but there's no other way to know when the current user
10099 on the local machine, is also the owning user on the remote machine.
8c6b1d83
JW
10100 (fboundp): Bind `ange-cache'.
10101 (eshell-directory-files-and-attributes): Re-organized the logic a
10102 bit to use `eshell-file-attributes' instead of `file-attributes'.
10103 The former is more sensitive to directories that are read via FTP,
10104 and knows how to use ange-ftp to determine full attribute
10105 information, instead of just the name and last modtime.
10106 (eshell-current-ange-uids): Return the current user id when in a
10107 remote directory.
10108 (eshell-parse-ange-ls): Parse a full directory listing that has
10109 been returned by ange-ftp.
10110 (eshell-file-attributes): This beefed up version of
10111 `file-attributes' is only special if the user is currently in a
10112 remote directory, in which case it does a lot of work to find out
10113 what the real attributes of a file are, as they appear on the
10114 remote machine. This makes usage of remote directories (i.e.,
10115 ange-ftp pathnames) much more useful. You can now use Eshell as a
10116 full-fledged FTP client, with much more manipulation ability than
10117 most other clients.
10118
10119 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
10120 variable, which means that Eshell's du should always be preferred
10121 in remote directories.
10122 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
10123 just `file-attributes'.
10124 (eshell-mvcp-template): Bind `ange-cache', to improve performance
10125 when reading remote directories. This is an Eshell-specific
10126 variable (not part of ange-ftp).
10127 (eshell/ln): Bind `ange-cache'.
10128 (eshell/du): Added some extra logic for determining when to use
10129 Eshell's du (which is slow), and when to use the external version
10130 (which may or may not exist).
10131
83c9cb8e
SM
10132 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
10133 Call `eshell-interactive-process', rather than using
8c6b1d83
JW
10134 `get-buffer-process', since backgrounded processes don't count in
10135 the context of this function's logic.
10136
10137 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
10138 `forward-char', so that null strings are parsed correctly.
10139
87730e84 101402000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83 10141
83c9cb8e
SM
10142 * eshell/em-pred.el (eshell-pred-file-type)
10143 (eshell-pred-file-links, eshell-pred-file-size):
10144 Use `eshell-file-attributes'. This is more correct over ange-ftp.
8c6b1d83
JW
10145
10146 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
10147 that remote file globbing is more efficient.
10148
10149 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
10150 gathering the files and attributes within a directory.
10151
10152 * eshell/em-unix.el (eshell/cat): If any of the files passed on
10153 the command line is a special file (not a regular file, directory
10154 or symlink), always attempt to call the external version of cat.
10155
87730e84 101562000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
10157
10158 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
10159 Eshell-friendly version of find-tag.
10160
1c7e37a9
MB
101612000-10-13 Miles Bader <miles@lsi.nec.co.jp>
10162
4836835a 10163 * image-file.el (image-file-name-extensions)
1c7e37a9
MB
10164 (image-file-name-regexps): Add autoload cookies.
10165
11a7f341
KH
101662000-10-13 Kenichi Handa <handa@etl.go.jp>
10167
10168 * international/mule-cmds.el (select-safe-coding-system): If FROM
10169 is string, show it in *Warning* buffer.
10170
8ddddcb0
EZ
101712000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
10172
10173 * startup.el (normal-top-level): Use display-popup-menus-p instead
10174 of window-system.
10175 (command-line): Use display-graphic-p instead of window-system.
10176 (command-line-1): Use display-popup-menus-p and display-mouse-p
10177 instead of window-system.
10178
72200f89
SS
101792000-10-12 Sam Steingold <sds@gnu.org>
10180
10181 * tooltip.el (tooltip-use-echo-area): New user variable.
10182 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
10183
8661c643
DL
101842000-10-12 Dave Love <fx@gnu.org>
10185
d0b40dc1
DL
10186 * recentf.el: Maintainer's checkdoc fixes.
10187
83c9cb8e
SM
10188 * startup.el (normal-top-level-add-subdirs-to-load-path):
10189 Use character class, not ASCII when matching file names.
a622451f
DL
10190 (fancy-splash-head): Add trailing slash to URL.
10191 (command-line): Don't require XPM support for toolbar.
10192
8661c643
DL
10193 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
10194 (cperl-invalid-face): Revert last change.
10195 (cperl-init-faces): Quote cperl-invalid-face.
10196
ef2ed8ab
KH
101972000-10-12 Kenichi Handa <handa@etl.go.jp>
10198
10199 * startup.el (fancy-splash-text): Remove superfluous quote.
10200
b0da379e
GM
102012000-10-12 Gerd Moellmann <gerd@gnu.org>
10202
dbeb499b
GM
10203 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
10204 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
10205 (command-line-1): Don't use fancy-splash-pending-command.
10206 (fancy-splash-screens-1): Goto point-min after inserting text.
10207
d861718a
GM
10208 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
10209
b0da379e
GM
10210 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
10211 instead of shared-lisp-mode-map.
10212
4fb2ad98
MB
102132000-10-12 Miles Bader <miles@lsi.nec.co.jp>
10214
1cb4393e
MB
10215 * faces.el (header-line): Change tty-variant to use underlining.
10216
4fb2ad98
MB
10217 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
10218 (isearch-highlight): Restore lazy-isearch face properties at old
10219 position, and suppress them at new position.
10220 (isearch-dehighlight): Restore lazy-isearch face properties.
10221 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
10222 over the real isearch overlay, but in that case, don't give it a
10223 face property. Use `push'.
10224
eb991b25
KH
102252000-10-12 Kenichi Handa <handa@etl.go.jp>
10226
10227 * man.el (Man-getpage-in-background): Fix previous change.
10228 Decode the process output only when we are in multibyte mode.
10229
a818c1c0
DL
102302000-10-11 Dave Love <fx@gnu.org>
10231
c990f53a
DL
10232 * info.el (Info-mode-menu): Fix some help.
10233 (info-tool-bar-map): Add entry for Info-last.
10234
a818c1c0
DL
10235 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
10236 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
10237 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
10238 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
10239 * toolbar/search-replace.xpm, toolbar/exit.xpm:
10240 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
10241 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
10242 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
10243 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
10244 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
10245 Reduce colour requirements to 25 overall. (Probably wants
10246 revisiting from the originals to reduce further.)
10247
c1b096cb
EZ
102482000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
10249
10250 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
10251 buffer-file-coding-system, instead of raw-text.
10252 (dehexlify-buffer): Bind coding-system-for-read to
10253 buffer-file-coding-system, instead of raw-text.
10254
5c8b7eaf
SS
102552000-10-11 Sam Steingold <sds@gnu.org>
10256
83c9cb8e 10257 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
5c8b7eaf
SS
10258 `underline' - fixes the bug introduced on 2000-09-21.
10259
2cfbdb7a
DL
102602000-10-11 Dave Love <fx@gnu.org>
10261
83c9cb8e
SM
10262 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
10263 Avoid compiler warnings.
2cfbdb7a
DL
10264 (scheme-mode): Doc fix.
10265 (scheme-font-lock-keywords-1): Match `define-syntax'.
10266
102672000-10-11 Miles Bader <miles@lsi.nec.co.jp>
4b33f290
MB
10268
10269 * faces.el (frame-set-background-mode): Pay attention to saved
f161d539
MB
10270 face specs as well as default ones. Only do anything if the
10271 bg-mode or display-type has actually changed. Use `dolist'.
0c846ea2 10272 (region): Make dark-background `region' face less in-your-face.
4b33f290 10273
690ec649
SS
102742000-10-10 Sam Steingold <sds@gnu.org>
10275
10276 * chistory.el, ielm.el, ledit.el:
10277 * progmodes/inf-lisp.el, progmodes/scheme.el:
10278 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
10279
3b95d6bb
SM
102802000-10-10 Stefan Monnier <monnier@cs.yale.edu>
10281
10282 * textmodes/texinfo.el: Update copyright and fix typo.
10283
10284 * desktop.el (desktop-modes-not-to-save): New var.
10285 (desktop-save-buffer-p): Use it.
a30eb617
DL
10286 Also, obey desktop-buffers-not-to-save even for non-file buffers.
10287 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
10288
102892000-10-10 Dave Love <fx@gnu.org>
10290
10291 * toolbar/tool-bar.el (tool-bar-add-item)
83c9cb8e 10292 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
a30eb617
DL
10293
10294 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
10295 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
10296 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
10297 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
10298 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
10299 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
10300 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
10301 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
10302 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
10303 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
10304 the .xpms; probably need retouching.
10305
103062000-10-10 Miles Bader <miles@lsi.nec.co.jp>
10307
10308 * subr.el (add-to-list): Add optional argument APPEND.
10309 * battery.el (display-battery): Use `add-to-list'.
10310
103112000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
10312
83c9cb8e
SM
10313 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
10314 properties.
a30eb617
DL
10315 (zone, zone-when-idle, zone-leave-me-alone)
10316 (zone-pgm-whack-chars): Use new symbol properties.
10317
10318 * battery.el (display-battery): Doc spelling fix.
10319
10320 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
10321 property.
10322
103232000-10-09 Dave Love <fx@gnu.org>
10324
10325 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
10326 has been initialized before calling tool-bar-setup.
10327 (tool-bar-add-item-from-menu): Add autoload cookie.
10328
103292000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
10330
10331 * menu-bar.el (send-mail-item-name): New function.
10332 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
10333 of mail-user-agent in the menu. Don't display the "Send Mail"
10334 item if mail-user-agent is nil or its value is ignore.
10335 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
10336 if read-mail-command is nil or its value is ignore.
10337
10338 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
10339
103402000-10-09 Miles Bader <miles@gnu.org>
10341
10342 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
10343 Correct image size.
10344 * toolbar/left_arrow.xpm: Correct image size.
10345
10346 * jka-compr.el: Don't call `jka-compr-install' when loading (it
10347 will be done by the definition of `auto-compression-mode' if
10348 necessary. Move code to uninstall existing file-name handler
10349 before definition of `auto-compression-mode'.
10350
10351 * image-file.el (auto-image-file-mode): Move to the end of the
10352 file, because `define-minor-mode' actually calls the mode-function
10353 if the associated variable is non-nil, which requires that all
10354 needed functions be already defined.
10355
10356 * mouse.el (popup-menu): Balance parens.
10357
103582000-10-08 Stefan Monnier <monnier@cs.yale.edu>
10359
10360 * mouse.el (popup-menu): Move the command call outside the loop
10361 so that popup-menu returns whatever the command returns.
10362
10363 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
10364 (initialize-new-tags-table): Use run-hook-with-args-until-success.
10365 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
10366 (tags-table-format-functions): Renamed from tags-table-format-hooks.
10367
10368 * vc.el (vc-version-diff): diff-switches can be a list.
10369 Use relative filenames for prettier output.
10370
10371 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
10372 (vc-post-command-functions): Remove old-VC compatibility code.
10373
10374 * newcomment.el (comment-indent-default): Autoload.
10375
10376 * font-lock.el (font-lock-defaults): Make buffer-local.
10377 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
10378 (font-lock-choose-keywords):
10379 Ignore LEVEL unless KEYWORDS is a list of syms.
10380 (c-keywords, c++-keywords, objc-keywords, java-keywords):
10381 Don't wrap regexp-opt things in \(...\) unnecessarily.
10382
10383 * jit-lock.el: Don't require font-lock any more.
10384 (jit-lock-functions): Make buffer-local.
10385 (jit-lock-saved-fontify-buffer-function): Remove.
10386 (jit-lock-mode): Remove autoload cookie.
10387 Remove font-lock specific code.
10388 (jit-lock-unregister): Don't bother handling complex hooks any more.
10389 (jit-lock-refontify): New function.
10390 (jit-lock-fontify-buffer): Use it.
10391 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
10392 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
10393 Add optional args START and END.
10394 Never call font-lock-fontify-region directly.
10395 (jit-lock-function, jit-lock-stealth-fontify): Use it.
10396
10397 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
10398
103992000-10-08 Dave Love <fx@gnu.org>
10400
10401 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
10402
10403 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
10404
10405 * play/studly.el (studlify-region, studlify-word): Add autoload
10406 cookie.
10407
10408 * play/morse.el (morse-region, unmorse-region): Add autoload
10409 cookie.
10410
10411 * play/spook.el (spook-phrases-file): Use expand-file-name, not
10412 concat.
10413
10414 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
10415 insist on symbols starting with word syntax.
10416 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
10417 (eval-defun-1): Doc fix.
10418 (indent-sexp): Use nconc to build up indent-stack.
10419
10420 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
10421 Gnus with little use.
10422 (mail-setup-hook): Add mail-abbrevs-setup to options.
10423
10424 * recentf.el: Doc fixes.
10425
10426 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
10427 Clean up remainder.
10428
10429 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
10430 without timezone and (8) with timezone to enforce some whitespace.
10431 Simplify code somewhat.
10432
10433 * options.el (list-options): Doc that you should use customize.
10434
10435 * iswitchb.el (iswitchb-mode): Add :require.
10436
10437 * info.el (Info-goto-node, Info-menu): Doc fix.
10438 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
10439 (info-tool-bar-map): New variable.
10440 (Info-mode): Use it.
10441 (Info-edit-map): Define all in defvar.
10442 (speedbar-attached-frame): Avoid compiler warning.
10443
10444 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
10445 (global-map): Bind [tool-bar] to a filtered map.
10446 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
10447 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
10448 Allow PBM icons.
10449 (tool-bar-setup): Adjust calls of tool-bar-add-item.
10450
10451 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
10452 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
10453 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
10454 icons, except up_arrow, which is left-arrow rotated.
10455
10456 * imenu.el (imenu-add-to-menubar): Fix last change.
10457
104582000-10-08 Peter Breton <pbreton@ne.mediaone.net>
10459
10460 * generic-x.el (rul-generic-mode): Remove eval-when-compile
10461 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
10462
104632000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
10464
10465 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
10466 typos in doc strings.
10467
10468 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
10469 the doc strings how to customize Font Lock faces.
10470
10471 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
10472 computing growth when dragging the header line.
10473
104742000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
10475
10476 * simple.el (kill-line): Doc fix.
10477
104782000-10-08 Miles Bader <miles@gnu.org>
10479
10480 * faces.el (secondary-selection): Make foreground visible on tty.
10481
10482 * jka-compr.el (auto-compression-mode): Move to the end of the
10483 file, because `define-minor-mode' actually calls the mode-function
10484 if the associated variable is non-nil, which requires that all
10485 needed functions be already defined.
10486 (with-auto-compression-mode): Add autoload cookie.
10487
104882000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
10489
10490 * files.el (find-backup-file-name) [ms-dos]: If support for long
10491 file names is not available, behave as if version-control were set
10492 to never.
10493
104942000-10-07 Dave Love <fx@gnu.org>
10495
10496 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
10497 (browse-url-gnome-moz): New function.
10498 (browse-url-browser-function): Use it.
10499 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
10500
105012000-10-07 Stefan Monnier <monnier@cs.yale.edu>
10502
10503 * indent.el (tab-always-indent): New var.
10504 (indent-for-tab-command): Use it.
10505
10506 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
10507 raise an error. This way it can still default to a sane value.
10508
105092000-10-06 Stefan Monnier <monnier@cs.yale.edu>
10510
10511 * startup.el (fancy-splash-screens): Use local rather than global map.
10512 Don't use `update-menu-bindings' any more.
10513 Get rid of assumptions about keymap representation.
10514
105152000-10-06 Dave Love <fx@gnu.org>
10516
10517 * textmodes/fill.el (sentence-end-double-space)
10518 (sentence-end-without-period): Doc fix.
10519 (adaptive-fill-regexp): Purecopy.
10520 (unjustify-current-line): Use line-end-position.
10521 (fill-individual-paragraphs-prefix): Use line-beginning-position.
10522
10523 * net/eudc-vars.el (eudc): Add :version, :link.
10524
10525 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
10526
10527 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
10528 Fix for define-minor-mode.
10529 (function-at-point): Alias to function-called-at-point.
10530
10531 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
10532
10533 * simple.el (backward-word): Doc fix.
10534
10535 * image-file.el (image-file-name-regexp): image-file-regexps ->
10536 image-file-name-regexps.
10537 (image-file-name-extensions): Add pbm.
10538
105392000-10-06 Stefan Monnier <monnier@cs.yale.edu>
10540
10541 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
10542 and add filename to the names so that diff-mode can jump to source.
10543
10544 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
10545 (tex-font-lock-keywords, tex-font-lock-keywords-2)
10546 (tex-font-lock-keywords-1): Remove.
10547 (font-lock-turn-on-thing-lock): Use jit-lock-register.
10548 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
10549 (font-lock-default-fontify-region):
10550 Expand beg..end correctly when just following a multiline region.
10551 (font-lock-fontify-anchored-keywords):
10552 Include the anchor text as part of the multiline.
10553
105542000-10-06 Gerd Moellmann <gerd@gnu.org>
10555
10556 * loadup.el (toplevel): Load `loaddefs' before `help' because the
10557 latter needs the autoloaded define-minor-mode macro during the
10558 bootstrap.
10559
10560 * startup.el (command-line): For now, activate tool-bar-mode only
10561 if XPM images are supported.
10562
10563 * mouse.el (mouse-drag-header-line): Don't allow resizing a
10564 window by dragging a header-line at the top of the frame; that's
10565 confusing because the header-line doesn't move.
10566 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
10567 of treating the event as a list. Some cleanup.
10568
105692000-10-06 Miles Bader <miles@gnu.org>
10570
10571 * simple.el (display-message-or-buffer): New function.
10572 (shell-command-on-region): Use `display-message-or-buffer'.
10573
10574 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
10575 docstring parts.
10576
10577 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
10578 (smbclient-prompt-regexp): Add usage note to doc string.
10579 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
10580 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
10581 Use add-hook for adding the comint filter function, and only do so
10582 if it's not already in the global hook list.
10583 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
10584 to `make-local-variable'.
10585 (nslookup-font-lock-keywords): Remove prompt entry.
10586 (nslookup): Don't set the process-filter.
10587 (finger): Exit the loop correctly when the regexps list runs out.
10588 (ftp, smbclient, smbclient-list-shares):
10589 Set the real major mode immediately, not after execing.
10590 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
10591
10592 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
10593
105942000-10-05 Stefan Monnier <monnier@cs.yale.edu>
10595
10596 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
10597
10598 * which-func.el (which-func-format): Remove spurious space.
10599 (which-func-mode): Don't make it permanent-local.
10600 (which-func-ff-hook): Allow which-func-maxout to be nil.
10601 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
10602 (which-func-mode): Simplify.
10603 Use post-command-idle-hook rather than post-command-hook.
10604 Go through all buffers and update their state.
10605 (which-function): Also try add-log-current-defun-function.
10606
10607 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
10608 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
10609 Update call to with-vc-properties accordingly.
10610 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
10611 (vc-revert-buffer): More careful about window selection and deletion.
10612 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
10613
10614 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
10615 (cvs-retrieve-revision): Reuse a pre-existing buffer.
10616 (cvs-dired-action): Change the default to quickdir.
10617
10618 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
10619 if comment-indent-function returns nil.
10620 (comment-indent-default): New function.
10621 (comment-indent-function): Use it and document the new semantics.
10622
10623 * image-file.el: Docstring fixes.
10624
10625 * help.el (help-xref-on-pp): Use match-string.
10626 (describe-variable): New arg BUFFER.
10627 Store the current buffer in the help-xref-stack.
10628 (temp-buffer-resize-mode): Use define-minor-mode.
10629
10630 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
10631 consistently with its docstring.
10632 Set jit-lock-first-unfontify-pos in an idempotent way.
10633 (jit-lock-register): Autoload and add arg CONTEXTUAL.
10634
106352000-10-05 Alex Schroeder <alex@gnu.org>
10636
10637 * sql.el (sql-mysql-options): New variable.
10638 (sql-mysql): Use it.
10639
106402000-10-05 Miles Bader <miles@lsi.nec.co.jp>
10641
10642 * image.el (image): New group.
10643
10644 * smerge-mode.el (smerge-mine-face, smerge-other-face)
10645 (smerge-base-face, smerge-markers-face): Add dark-background variants.
10646
106472000-10-04 Peter Breton <pbreton@ne.mediaone.net>
10648
10649 * net/net-utils.el (nslookup-font-lock-keywords)
10650 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
10651 Ignore the value of wqindow-system; always define keywords
10652
106532000-10-05 Kenichi Handa <handa@etl.go.jp>
10654
10655 * startup.el (fancy-splash-screens): Remove the code for
10656 debugging; `(trace-to-stderr "EXITTT\n")'.
10657
106582000-10-05 Miles Bader <miles@gnu.org>
10659
10660 * diff-mode.el (diff-goto-source): Update call to
10661 `diff-hunk-status-msg' to reflect new REV variable.
10662
106632000-10-04 Stefan Monnier <monnier@cs.yale.edu>
10664
10665 * progmodes/icon.el (icon-mode):
10666 Don't gratuitously override the default for comment-column.
10667
10668 * vc-hooks.el (vc-mode-line): Fix interactive spec.
10669
10670 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
10671 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
10672 (jit-lock-functions): New var.
10673 (jit-lock-function-1): Use it if non-nil.
10674 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
10675 Set the `fontified' property before doing the fontification to avoid
10676 repeatedly going through the same error.
10677 Don't turn errors into messages.
10678 (jit-lock-register, jit-lock-unregister): New functions.
10679
10680 * dired.el (dired-mark-pop-up): Turn comment into docstring.
10681 Use with-current-buffer.
10682
10683 * dired-aux.el (dired-do-create-files, dired-kill-tree):
10684 Turn comment into docstring.
10685
10686 * apropos.el (apropos-mode): Use define-derived-mode.
10687
106882000-10-04 Gerd Moellmann <gerd@gnu.org>
10689
10690 * startup.el (fancy-splash-pending-command): New variable.
10691 (fancy-splash-pre-command): New function.
10692 (fancy-splash-screens): Rewritten.
10693 (command-line-1): If fancy-splash-pending-command is set, call it
10694 interactively.
10695
106962000-10-04 Dave Love <fx@gnu.org>
10697
10698 * toolbar/tool-bar.el (tool-bar-setup): New function.
10699 (tool-bar-mode): Use it.
10700
10701 * subr.el (substitute-key-definition): Doc fix.
10702 (play-sound-file): New command.
10703
107042000-10-04 Andre Spiegel <spiegel@gnu.org>
10705
10706 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
10707 vc-version-backup-file-name): New functions.
10708
10709 * files.el (basic-save-buffer): Call vc-before-save before saving.
10710
10711 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
10712 vc-cvs-stay-local-p.
10713
10714 * vc.el (vc-revert-buffer): Handle empty diff properly.
10715 (vc-version-backup-file): New function.
10716 (vc-checkout): Create a version backup if necessary.
10717 (vc-checkin): If a version backup file exists, delete it.
10718 (vc-version-diff): Diff locally using version backups, if available.
10719 (vc-revert-file): If there's a version backup, revert locally.
10720 (vc-transfer-file): Use version backup for base version, if
10721 available. If not, ask for confirmation whether to get it from the
10722 server. Update mode line before check-in.
10723
107242000-10-04 Dave Love <fx@gnu.org>
10725
10726 * toolbar/tool-bar.el (tool-bar-setup): New function.
10727 (tool-bar-mode): Use it.
10728
107292000-10-04 Peter Breton <pbreton@ne.mediaone.net>
10730
10731 * net/net-utils.el (nslookup-font-lock-keywords)
10732 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
10733 Only set if window-system is non-nil
10734 (net-utils-run-program): Returns buffer.
10735 (network-connection-reconnect): Added this function.
10736
10737 * generic.el:
10738 Incorporates extensive cleanup and docfixes by
10739 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
10740 Uses cl compile-time macros.
10741 (generic-mode-name, generic-comment-list)
10742 (generic-keywords-list, generic-font-lock-expressions)
10743 (generic-mode-function-list, generic-mode-syntax-table):
10744 Removed variables.
10745 (generic-mode-alist): Renamed to generic-mode-list.
10746 (generic-find-file-regexp): Default changed to "^#".
10747 (generic-read-type): Uses completing read on generic-mode-list.
10748 (generic-mode-sanity-check): removed this function.
10749 (generic-add-to-auto-mode): Removed this function
10750 (generic-mode-internal): Bind mode-specific definitions
10751 into function instead of putting them in alist.
10752 (generic-mode-set-comments): Reworked extensively.
10753 (generic-mode-find-file-hook): Simplified regexp searching
10754 (generic-make-keywords-list): Omit extra pair of parens
10755
10756 * find-lisp.el (find-lisp-find-files-internal):
10757 Make sure directory name ends with "/".
10758
10759 * generic-x.el (apache-conf-generic-mode):
10760 Regexp now allows leading whitespace.
10761 (rc-generic-mode): Added eval-when-compile
10762 around generic-make-keywords-list.
10763 Deleted duplicate regexp
10764 (rul-generic-mode): Added eval-when-compile
10765 around generic-make-keywords-list.
10766 (etc-fstab-generic-mode): New generic mode.
10767 (rul-generic-mode): Removed one eval-when-compile
10768 which caused a max-specpdl-size exceeded error.
10769
107702000-10-04 Miles Bader <miles@gnu.org>
10771
10772 * simple.el (minibuffer-temporary-goal-position): New variable.
10773 (next-history-element): Try to keep the position of point in the
10774 input string constant.
10775
10776 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
10777 (dired-do-create-files): If there's only one file, pass it in as
10778 the DEFAULT arg to dired-mark-read-file-name.
10779
107802000-10-03 Stefan Monnier <monnier@cs.yale.edu>
10781
10782 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
10783 (diff-goto-source): Be smarter when choosing REVERSE or not.
10784
10785 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
10786 (texinfo-mode-menu): Add an explicit shortcut for update all.
10787
107882000-10-03 Andre Spiegel <spiegel@gnu.org>
10789
10790 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
10791 factorize backend-specific code cleanly (this was essentially
10792 conceived by Stefan Monnier).
10793 (vc-unregister): Function removed.
10794 (vc-revert-file): New function.
10795 (vc-revert-buffer): Delegate some of the work to it.
10796
10797 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
10798 default branch unconditionally.
10799 (vc-rcs-set-default-branch): New function.
10800 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
10801 (vc-rcs-checkin): If an appropriate default branch has been set,
10802 force creation of that branch.
10803 (vc-rcs-receive-file): Rewritten to contain only backend-specific
10804 code (as suggested by Stefan Monnier).
10805
108062000-10-02 Gerd Moellmann <gerd@gnu.org>
10807
10808 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
10809 highlighting overlay with a different face over the overlay
10810 isearch uses to highlight the current match because that can lead
10811 to bad face combinations.
10812
10813 * loadup.el (toplevel): Load faces before isearch.
10814
10815 * isearch.el (isearch-faces): New custom group.
10816 (isearch): New defface; was already tested for in the code.
10817 (isearch-lazy-highlight-face): Changed to defface from defcustom.
10818 (isearch-highlight): Always use face `isearch'.
10819
108202000-10-02 Dave Love <fx@gnu.org>
10821
10822 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
10823 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
10824 comparison of opcode with operand.
10825
108262000-10-03 Miles Bader <miles@gnu.org>
10827
10828 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
10829 buffer, since the echo area will now grow to accommodate them.
10830
108312000-10-02 Andre Spiegel <spiegel@gnu.org>
10832
10833 * vc-hooks.el (vc-registered): If FILE used to be registered under
10834 a certain backend, try that one first.
10835
10836 * vc.el (vc-responsible-backend): Undo the previous change in the
10837 argument list. Handle multiple backends correctly.
10838 (vc-find-new-backend): Function removed.
10839 (vc-register): Use vc-responsible-backend, as before.
10840 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
10841
108422000-10-02 Gerd Moellmann <gerd@gnu.org>
10843
10844 * startup.el (fancy-splash-head): Change message below the
10845 logo.
10846
108472000-10-02 Miles Bader <miles@lsi.nec.co.jp>
10848
10849 * diff-mode.el (diff-goto-source): Emit a status message.
10850 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
10851 (diff-test-hunk): Fix doc string.
10852 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
10853 (diff-advance-after-apply-hunk): New variable.
10854 (diff-apply-hunk): Don't return a value.
10855
108562000-10-01 Stefan Monnier <monnier@cs.yale.edu>
10857
10858 * vc.el (vc-editable-p): Minor optimization.
10859 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
10860 (vc-find-new-backend): New function split from vc-responsible-backend.
10861 (vc-register): Use it.
10862 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
10863 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
10864 (vc-default-unregister, vc-revert-buffer): Docstring fix.
10865 (vc-clear-headers): Don't use find-file.
10866 (vc-revert-buffer): Use `and' again (must have been a braino).
10867 (vc-switch-backend): Only prompt if requested.
10868 Short circuit if nothing is to be done.
10869 Don't use vc-resynch-buffer which could lose unsaved editing.
10870 (vc-default-receive-file): Update call to vc-unregister.
10871 (with-vc-file, vc-next-action-on-file):
10872 Use vc-backend rather than vc-registered.
10873 (vc-next-action-on-file): Use intern-soft.
10874 Deal with read-only *vc-diff* buffer.
10875 (vc-transfer-file): Docstring fix.
10876
10877 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
10878 (vc-rcs-receive-file): Avoid with-vc-properties.
10879 Update call to vc-unregister.
10880 Use constant `RCS' rather than (dynamically bound) var `backend'.
10881
108822000-10-01 Andre Spiegel <spiegel@gnu.org>
10883
10884 * vc.el (vc-next-action-on-file): Update mode line only if file
10885 is visited.
10886 (vc-start-entry): New argument initial-contents. Don't visit the file
10887 if it isn't already visited. Brought documentation up-to-date.
10888 (vc-next-action, vc-register): Updated calls to vc-start-entry.
10889 (vc-checkin): New optional arg initial-contents, which is passed to
10890 vc-start-entry.
10891 (vc-finish-logentry): Make sure to bury log buffer only if there
10892 really is one. Call `vc-resynch-buffer' on log-file, not
10893 buffer-file-name.
10894 (vc-default-comment-history, vc-default-wash-log): New functions.
10895 (vc-index-of): Removed.
10896 (vc-transfer-file): Make do without the above.
10897 (vc-default-receive-file): Call comment-history unconditionally. Pass
10898 the resulting string to vc-checkin, instead of inserting it into the
10899 comment ring.
10900
10901 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
10902 unconditionally. Use the comments as initial contents of the log
10903 entry buffer. Document the trick to force branch creation with no
10904 changes.
10905
109062000-10-01 Miles Bader <miles@gnu.org>
10907
10908 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
10909 `recenter' with an arg to prevent redrawing the display.
10910
109112000-09-30 Stefan Monnier <monnier@cs.yale.edu>
10912
10913 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
10914
10915 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
10916
10917 * progmodes/c-mode.el (c-mode):
10918 Don't gratuitously override the default for comment-column.
10919
10920 * textmodes/tex-mode.el (latex-metasection-list): New var.
10921 (latex-imenu-create-index): Use it.
10922 Move the regexp construction outside loops (and use push).
10923 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
10924 (tex-font-lock-keywords): Moved from font-lock.el.
10925 (tex-comment-indent): Remove.
10926 (tex-common-initialization): Don't set comment-indent-function.
10927 (latex-block-default): New var.
10928 (tex-latex-block): Use it to provide a default choice.
10929 Add any unknown choice to latex-block-names.
10930 Insert [...] after {...}.
10931 (tex-last-unended-begin): Simplify regexp.
10932 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
10933 (latex-forward-sexp-1, latex-forward-sexp): New functions.
10934 (latex-mode): Set forward-sexp-function.
10935
10936 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
10937 Add regexp for @ignore ... @end ignore.
10938 (texinfo-heading-face): New face.
10939 (texinfo-font-lock-keywords): Use it.
10940 (texinfo-mode-menu): New menu.
10941 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
10942 New functions.
10943 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
10944 (texinfo-section-types-regexp, texinfo-section-level-regexp)
10945 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
10946 Remove declaration.
10947 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
10948
10949 * delsel.el (delete-selection-mode): Use define-minor-mode.
10950
10951 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
10952
109532000-09-29 Stefan Monnier <monnier@cs.yale.edu>
10954
10955 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
10956
109572000-09-30 Gerd Moellmann <gerd@gnu.org>
10958
10959 * replace.el (keep-lines-read-args): New function.
10960 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
10961 read arguments interactively. Add parameters RSTART and REND.
10962 Operate on the active region in Transient Mark mode.
10963
10964 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
10965
10966 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
10967 (authors-obsolete-files-regexps): New variable.
10968 (authors-add): Don't record changes in obsolete files.
10969
109702000-09-29 Stefan Monnier <monnier@cs.yale.edu>
10971
10972 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
10973
10974 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
10975 (comment-indent): Make sure there's a space between code and comment.
10976 Shift comments left to avoid going past fill-column.
10977
109782000-09-29 Gerd Moellmann <gerd@gnu.org>
10979
10980 * startup.el (startup-echo-area-message): New function.
10981 (display-startup-echo-area-message): Use it.
10982 (fancy-splash-screens): Rewritten to use keymaps and a timer.
10983 (fancy-splash-default-action): New function.
10984 (fancy-splash-screens-1): New function.
10985 (fancy-splash-head): Put a help-echo and a keymap under the image.
10986
109872000-09-29 Stefan Monnier <monnier@cs.yale.edu>
10988
10989 * diff-mode.el (diff-add-log-file-name): Remove.
10990 (diff-mode): Use add-log-buffer-file-name-function.
10991
10992 * add-log.el (find-change-log): New arg BUFFER-FILE.
10993 (add-log-file-name): Obey add-log-file-name-function.
10994 (add-log-buffer-file-name-function): New var.
10995 (add-change-log-entry): Use it.
10996
109972000-09-29 Miles Bader <miles@gnu.org>
10998
10999 * image-file.el (image-file-name-extensions): New variable.
11000 (image-file-name-regexps): Renamed from `image-file-regexps'.
11001 New default value is nil. Call `auto-image-file-mode'.
11002 (image-file-name-regexp): New function.
11003 (auto-image-file-mode): New minor mode.
11004 (insert-image-file): Don't make conditional on the image-file
11005 handler being enabled.
11006 (image-file-handler): Make the call here conditional instead.
11007 (set-image-file-handler-enabled, enable-image-file-handler)
11008 (disable-image-file-handler): Functions removed.
11009
11010 * emacs-lisp/authors.el (authors-print): Rephrase many-files
11011 string.
11012
110132000-09-29 Gerd Moellmann <gerd@gnu.org>
11014
11015 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
11016 it's a function from CL.
11017 (latex-imenu-create-index): Replace eval-when-compile with progn
11018 because latex-section-alist is not bound while compiling.
11019
110202000-09-28 Stefan Monnier <monnier@cs.yale.edu>
11021
11022 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
11023 (outline-mode): Use define-derived-mode.
11024
11025 * progmodes/perl-mode.el (perl-mode):
11026 * progmodes/awk-mode.el (awk-mode):
11027 * progmodes/asm-mode.el (asm-mode):
11028 Don't gratuitously override the default for comment-column.
11029
11030 * emacs-lisp/lisp.el (lisp-complete-symbol):
11031 Distinguish the let-binding case from the funcall case.
11032 (forward-sexp-function): New variable.
11033 (forward-sexp): Use it.
11034
11035 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
11036 (easy-mmode-defmap): Remove the now useless autoload.
11037
11038 * time.el (display-time-mode): Use define-minor-mode.
11039
11040 * subr.el (add-minor-mode): Don't eval NAME.
11041 Don't depend on the presence of TOGGLE-FUN for any special behavior.
11042 Use if rather than cond.
11043
11044 * simple.el (read-expression-map): Define more properly.
11045 (comment-indent-hook): Remove.
11046 (string-to-syntax): Bug fix.
11047
11048 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
11049 (cvs-ediff-diff): Fix typo.
11050 (cvs-revert-if-needed): Don't bother preserving read-only.
11051
11052 * paren.el (show-paren-mode): Use define-minor-mode.
11053
11054 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
11055 (toggle-auto-compression): Remove.
11056 (jka-compr-build-file-regexp): Remove useless grouping.
11057
11058 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
11059 Avoid user-reserved bindings.
11060 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
11061 (diff-header-face): Revert to grey85.
11062
11063 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
11064
11065 * complete.el (partial-completion-mode) <defcustom>: Remove.
11066 (partial-completion-mode): Use define-minor-mode.
11067 (PC-do-completion): Understand `completion-auto-help = delay'
11068 to mean to popup the completion buffer only the second time.
11069 (PC-include-file-all-completions, PC-include-file-all-completions)
11070 (PC-include-file-all-completions): Don't quote lambda.
11071
11072 * comint.el (comint-mode-hook): Docstring fix.
11073 (comint-mode): Use define-derived-mode.
11074 (comint-mode-map): Remove obsolete comment.
11075 (make-comint): Minor stylistic change.
11076 (comint-insert-clicked-input): Be more careful to find the overlay.
11077 Use this-command-keys rather than hardcoding mouse-2.
11078
11079 * font-lock.el: Replace confusing (,@ with ,
11080 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
11081 Don't use regexp-opt-depth. Spice up the regexp for args.
11082 Don't distinguish between cmds that can take an opt arg or not.
11083 Use `append' and `prepend' rather than `keep'.
11084
11085 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
11086 (latex-outline-regexp): New var.
11087 (latex-outline-level): New fun.
11088 (latex-section-alist): New var.
11089 (latex-imenu-create-index): Use it. Use `push' as well.
11090 (tex-shell-map): Initialize it properly.
11091 (tex-mode): Minor stylistic change.
11092 (plain-tex-mode): Use define-derived-mode.
11093 (latex-mode): Use define-derived-mode.
11094 Construct the paragraph regexps in a more readable way.
11095 Set the buffer-local outline-{level,regexp} vars.
11096 (slitex-mode): Derive from latex-mode.
11097 (tex-common-initialization): Don't kill-all-vars anymore.
11098 Add setting for comment-add and font-lock-defaults.
11099 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
11100 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
11101 (tex-start-tex): New arg DIR (and send a chdir command for it).
11102 Also display the shell buffer and save it in tex-last-buffer-texed.
11103 (tex-region): Use expand-file-name rather than concat.
11104 Remove code made useless by changes in tex-start-tex.
11105 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
11106
11107 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
11108
111092000-09-28 Dave Love <fx@gnu.org>
11110
11111 * eshell/eshell.el (eshell) <defgroup>: Add :version.
11112
111132000-09-28 Gerd Moellmann <gerd@gnu.org>
11114
11115 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
11116 `append'.
11117
111182000-09-28 Stefan Monnier <monnier@cs.yale.edu>
11119
11120 * info.el (Info-extract-pointer): Undo last change.
11121 Instead, fix the position of the `bound' arg to re-search-backward.
11122
111232000-09-27 Stefan Monnier <monnier@cs.yale.edu>
11124
11125 * info.el (Info-extract-pointer):
11126 Widen more carefully, to avoid finding pointers in other nodes.
11127 (Info-index): Use push.
11128
111292000-09-27 Gerd Moellmann <gerd@gnu.org>
11130
11131 * frame.el (set-frame-font): Remove call to obsolete function
11132 frame-update-faces.
11133 (set-foreground-color, set-background-color): Likewise for
11134 frame-update-face-colors.
11135
111362000-09-27 Miles Bader <miles@gnu.org>
11137
11138 * image-file.el: New file.
11139
111402000-09-27 Gerd Moellmann <gerd@gnu.org>
11141
11142 * frame.el (frame-notice-user-settings): Don't call
11143 frame-update-faces, which is a no-op now.
11144
11145 * ediff-wind.el (ediff-control-frame-parameters): Add zero
11146 tool-bar-lines.
11147
111482000-09-27 Dave Love <fx@gnu.org>
11149
11150 * mouse.el: Fix last change.
11151
111522000-09-27 Miles Bader <miles@lsi.nec.co.jp>
11153
11154 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
11155
111562000-09-22 Kenichi Handa <handa@etl.go.jp>
11157
11158 * international/quail.el (quail-help): The output message is
11159 improved.
11160
111612000-09-26 Dave Love <fx@gnu.org>
11162
11163 * mouse.el (popup-menu): If POSITION is nil, set it using
11164 mouse-position.
11165
111662000-09-25 Sam Steingold <sds@gnu.org>
11167
11168 * net/browse-url.el (browse-url-file-url): Check for null maps.
11169
111702000-09-26 Gerd Moellmann <gerd@gnu.org>
11171
11172 * frame.el (frame-notice-user-settings): Don't add a
11173 tool-bar-lines frame parameter to default-frame-alist in batch mode.
11174
11175 * frame.el (frame-notice-user-settings):
11176 Make tool-bar-mode and default-frame-alist consistent.
11177
11178 * toolbar/tool-bar.el (tool-bar-help): New function.
11179
111802000-09-25 Gerd Moellmann <gerd@gnu.org>
11181
11182 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
11183 current-load-list in top-level forms. Else this leaks a cons cell
11184 every time a defun is called.
11185
11186 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
11187
111882000-09-25 Dave Love <fx@gnu.org>
11189
11190 * startup.el (fancy-splash-head): Check XPM is available.
11191
11192 * autoinsert.el (auto-insert): Doc fix.
11193 (auto-insert-alist): Following GNU notices, don't say `copyright
11194 _by_'. Use line-beginning-position.
11195 (auto-insert): Check buffer-file-name is non-nil before use.
11196
111972000-09-25 Gerd Moellmann <gerd@gnu.org>
11198
11199 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
11200 starting with `@def' or `@multitable', in addition to ones
11201 specified by the user in auto-fill-inhibit-regexp.
11202
112032000-09-25 Markus Rost <rost@math.ohio-state.edu>
11204
11205 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
11206 rmail-dont-reply-to-names matches the empty string.
11207
112082000-09-25 Gerd Moellmann <gerd@gnu.org>
11209
11210 * startup.el (command-line-1, fancy-splash-text): Change the
11211 text to sound more friendly.
11212
112132000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
11214
11215 * progmodes/hideshow.el: Update author email address.
11216 Generally, sync w/ maintainer version 5.22.
11217 (hs-hide-all-non-comment-function): New var.
11218 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
11219 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
11220 (hs-show-region): Delete this command.
11221 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
11222
112232000-09-22 Dave Love <fx@gnu.org>
11224
11225 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
11226 (hl-line-highlight): Specify buffer when moving overlay.
11227
11228 * progmodes/fortran.el (fortran-mode): Locally set
11229 normal-auto-fill-function.
11230 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
11231 (fortran-mode-map): Adjust auto-fill menu entry.
11232
112332000-09-22 Gerd Moellmann <gerd@gnu.org>
11234
11235 * vc-rcs.el (toplevel): Require `vc' when compiling.
11236
11237 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
11238
112392000-09-22 Andre Spiegel <spiegel@gnu.org>
11240
11241 * vc.el (vc-switch-backend): Signal an error if the file is not
11242 registered under the new backend.
11243
11244 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
11245 without explicit revision number.
11246
112472000-09-21 Stefan Monnier <monnier@cs.yale.edu>
11248
11249 * diff-mode.el (diff-file-header-face): Reset to its previous value.
11250 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
11251 (diff-xor): New function.
11252 (diff-find-source-location): Use it. Fix a stupid name clash.
11253 (diff-hunk-status-msg): New function.
11254 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
11255 (diff-test-hunk): Use diff-find-source-location.
11256 (diff-goto-source): Favor the `reverse'.
11257 (diff-hunk-text): Properly handle one-sided context diffs.
11258 (diff-apply-hunk): When done, advance to the next hunk.
11259
112602000-09-21 Gerd Moellmann <gerd@gnu.org>
11261
11262 * startup.el (command-line): If frame was created with a non-zero
11263 tool-bar-lines parameter, switch tool-bar-mode on.
11264
11265 * add-log.el (change-log-date-face, change-log-name-face)
11266 (change-log-email-face, change-log-file-face)
11267 (change-log-list-face, change-log-conditionals-face)
11268 (change-log-function-face, change-log-acknowledgement-face):
11269 New faces, inheriting from font-lock faces.
11270 (change-log-font-lock-keywords): Use them.
11271
112722000-09-21 Dave Love <fx@gnu.org>
11273
11274 * progmodes/cperl-mode.el (top-level): Clean up
11275 `eval-when-compile's and assorted defvars.
11276 (cperl-invalid-face): Don't double-quote value. Change custom
11277 type.
11278 (cperl-mode): Set normal-auto-fill-function and don't zap
11279 auto-fill-function.
11280 (cperl-imenu--function-name-regexp-perl): Renamed from
11281 imenu-example--function-name-regexp-perl.
11282 (cperl-imenu--create-perl-index): Renamed from
11283 imenu-example--create-perl-index.
11284 (cperl-xsub-scan): Don't require cl.
11285
11286 * msb.el (msb-mode-map): Use substitute-key-definition.
11287 (msb-mode): Use msb-mode-map.
11288
112892000-09-21 Andre Spiegel <spiegel@gnu.org>
11290
11291 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
11292 New functions.
11293 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
11294 (vc-switch-backend): New function.
11295 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
11296 (vc-register): Fix prompt.
11297 (vc-unregister, vc-default-unregister): New functions.
11298 (vc-version-diff): Handle empty buffer in sentinel.
11299
11300 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
11301 (vc-rcs-state-heuristic): Use it to guess the state of files with
11302 non-strict locking.
11303 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
11304 been set with -b, but not created yet.
11305 (vc-rcs-fetch-master-state): With non-strict locking, compare file
11306 contents in order to find the state.
11307 (vc-rcs-checkin): Allow creation of branches with no changes.
11308 (vc-rcs-unregister, vc-rcs-receive-file)
11309 (vc-rcs-set-non-strict-locking): New functions.
11310
11311 * vc-hooks.el (vc-name): Force correct computation of the value
11312 in case it is missing.
11313
113142000-09-21 Gerd Moellmann <gerd@gnu.org>
11315
11316 * startup.el (fancy-splash-tail): Use a different foreground
11317 color on a dark frame background.
11318
113192000-09-21 Miles Bader <miles@lsi.nec.co.jp>
11320
11321 * info.el: Use the correct capitalization when making Info-mode
11322 and Info-edit-mode `special' modes.
11323
113242000-09-20 Stefan Monnier <monnier@cs.yale.edu>
11325
11326 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
11327 (diff-mode): Add support for add-log.el.
11328 (diff-hunk-text): Use char offsets rather than line offsets.
11329 (diff-find-source-location): Replace LINE with line-offset (nil
11330 if not found) and always set POS to a meaningful position.
11331 Adapt to the new char-offsets.
11332 (diff-apply-hunk): Drop support for the unused `select' POPUP.
11333 Adapt to the new diff-find-source-location.
11334 (diff-goto-source): Adapt to the new diff-find-source-location.
11335
11336 * add-log.el (add-log-file-name): New function (split out of
11337 add-change-log-entry).
11338 (add-change-log-entry): Use it.
11339 Call add-log-file-name-function with the changelog file name if
11340 the current buffer is not associated with any file.
11341 Avoid find-file if the selected window is dedicated.
11342
11343 * diff-mode.el (diff-find-source-location):
11344 Move code from diff-apply-hunk. Return buffer rather than file.
11345 (diff-apply-hunk): Use the new result from diff-find-source-location.
11346 (diff-goto-source): Use the new diff-find-source-location.
11347
113482000-09-20 Dave Love <fx@gnu.org>
11349
11350 * iswitchb.el: Some doc fixes.
11351 (iswitchb-mode-map): Define completely initially. Inherit
11352 minibuffer-local-map.
11353 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
11354 fundamental-mode.
11355 (iswitchb-global-map): New variable.
11356 (iswitchb-summaries-to-end): Amalgamate regexps.
11357 (iswitchb-mode): New.
11358 (iswitchb-mode-hook): New variable.
11359 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
11360 `extensions'.
11361
113622000-09-20 Gerd Moellmann <gerd@gnu.org>
11363
11364 * ehelp.el (electric-help): New defgroup.
11365 (electric-help-shrink-window): New user-option.
11366 (with-electric-help): Use it.
11367
11368 * window.el (shrink-window-if-larger-than-buffer): If face
11369 `mode-line' has a :box, and we're on a graphical frame, add 1
11370 to the needed window height.
11371
11372 * frame.el (frame-notice-user-settings): Add a last parameter nil
11373 to a call to `append', because the last list passed to `append' is
11374 not copied, and so subsequent calls to assq-delete-all will modify
11375 default-frame-alist.
11376
11377 * startup.el (fancy-splash-image): Change :type.
11378 (fancy-splash-head): Use an XBM image if appropriate.
11379 (command-line-1): Show splash screens in more cases.
11380
11381 * startup.el (fancy-splash-text): Don't quote faces.
11382
11383 * dired.el (dired-font-lock-keywords): Undo last change.
11384 (dired-readin): Bind indent-tabs-mode to nil.
11385
11386 * startup.el (fancy-splash-head): If frame's background mode
11387 is `dark', change the black background of the image to gray.
11388 (fancy-splash-screens): Display startup echo area message.
11389 (display-startup-echo-area-message): New function.
11390
113912000-09-20 Miles Bader <miles@lsi.nec.co.jp>
11392
11393 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
11394
11395 * info.el (info-header-node): Tweak for color ttys.
11396
11397 * faces.el (face-valid-attribute-values): Make sure directories we
11398 search for stipples both exist and are readable before trying to
11399 search them.
11400
11401 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
11402 in the dry-run case.
11403
11404 * jka-compr.el (with-auto-compression-mode): New macro.
11405
11406 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
11407 (custom-group-tag-face, custom-variable-tag-face): Use relative
11408 :height and inherit from `variable-pitch' face instead of
11409 hardwiring :family.
11410 * hi-lock.el (hi-black-hb): Likewise.
11411
11412 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
11413 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
11414 toolbar-add-item, if image doesn't have a mask add a `:mask
11415 heuristic'.
11416
114172000-09-19 Stefan Monnier <monnier@cs.yale.edu>
11418
11419 * diff-mode.el: Docstring fixes.
11420 (diff-header-face, diff-comment-face): New faces.
11421 (diff-font-lock-keywords): Highlight a bit differently.
11422 (diff-find-source-location): Don't return SPAN any more.
11423 (diff-hunk-text): Don't bother erasing the temp buffer.
11424 (diff-find-text): Drop argument LINE.
11425 (diff-apply-hunk): Update calls to diff-find-text.
11426 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
11427
11428 * calendar/calendar.el: Docstring fixes.
11429 (calendar-make-alist): Don't quote lambda.
11430 (calendar-star-date): Use make-local-variable.
11431
114322000-09-19 Dave Love <fx@gnu.org>
11433
11434 * toolbar/tool-bar.el: Renamed from toolbar.el.
11435 Change `toolbar' to `tool-bar' generally in symbols.
11436 Make some items invisible in `special' major modes.
11437 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
11438 Add arg PROPS.
11439
11440 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
11441 Add :version here.
11442 (fancy-splash-delay, fancy-splash-image): Remove :version here.
11443
114442000-09-19 Gerd Moellmann <gerd@gnu.org>
11445
11446 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
11447
11448 * files.el (find-file-suppress-same-file-warnings): New user-option.
11449 (find-file-noselect): Use it.
11450
11451 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
11452 (fancy-splash-screen): Defgroup.
11453
11454 * add-log.el (change-log-font-lock-keywords): Match names
11455 more exactly for the case that font-lock-constant-face is
11456 underlined.
11457
114582000-09-19 Richard M. Stallman <rms@gnu.org>
11459
11460 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
11461
114622000-09-19 Andre Spiegel <spiegel@gnu.org>
11463
11464 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
11465
114662000-09-19 Gerd Moellmann <gerd@gnu.org>
11467
11468 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
11469 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
11470 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
11471 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
11472 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
11473 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
11474 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
11475 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
11476 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
11477 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
11478 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
11479 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
11480
11481 * startup.el (fancy-splash-text): New variable.
11482 (fancy-splash-delay, fancy-splash-image): New user-options.
11483 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
11484 (fancy-splash-screens): New functions.
11485 (command-line-1): If display has a `display' frame parameter, has
11486 colors, and we have XPM support, show more fancy splash screens.
11487
114882000-09-19 Dave Love <fx@gnu.org>
11489
11490 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
11491 with null `help'. Use modern backquote syntax.
11492
114932000-09-19 Gerd Moellmann <gerd@gnu.org>
11494
11495 * font-lock.el (font-lock-mode): Change message telling the user
11496 that ``the buffer is too big''.
11497
11498 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
11499 for instance for the case that tab-width is 2.
11500
115012000-09-18 Gerd Moellmann <gerd@gnu.org>
11502
11503 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
11504 toolbar-add-item, if image doesn't have a mask add a `:mask
11505 heuristic'.
11506
115072000-09-18 Miles Bader <miles@lsi.nec.co.jp>
11508
11509 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
11510 and return a cons if it's non-nil.
11511 (diff-apply-hunk): Try to jump to the line in the source text
11512 corresponding to the position of point in the in the hunk.
11513
11514 * info.el (Info-title-3-face, Info-title-2-face)
11515 (Info-title-1-face): Use face inheritance and relative sizes
11516 instead of hard-wiring things.
11517
11518 * faces.el (secondary-selection): Make dark-background variant sane.
11519
115202000-09-16 Andrew Innes <andrewi@gnu.org>
11521
11522 * makefile.w32-in (compile-files-CMD): No need to make .elc files
11523 read-only, since they aren't under VC now.
11524
115252000-09-17 Dave Love <fx@gnu.org>
11526
11527 * tmm.el: Replace mapcar with mapc in several places.
11528
11529 * loadhist.el (unload-feature): Maybe call elp-restore-list and
11530 ad-unadvise.
11531
11532 * international/latin1-disp.el: New file.
11533
11534 * calendar/cal-move.el (scroll-calendar-left)
11535 (scroll-calendar-right): Make arg optional (for active mode line).
11536
11537 * calendar/calendar.el (calendar-mode-line-format): Make fields
11538 mouse-sensitive.
11539 (calendar-read-date, calendar-read-date, calendar-window-list):
11540 Unquote lambda.
11541 (calendar-month-name): Use aref, not sref.
11542
11543 * view.el (minor-mode-alist): Propertize the string.
11544
11545 * international/characters.el (standard-case-table): Add entries
11546 for Greek.
11547
115482000-09-18 Miles Bader <miles@gnu.org>
11549
11550 * info.el (info-node, info-xref): Add dark-background variants.
11551
11552 * faces.el (header-line): Change defaults to be less confusing
11553 when mixed with mode-lines.
11554
11555 * info.el (Info-fontify-node): Make a few cleanups.
11556 Add extra `help-echo' and `local-map' props to node xrefs.
11557 Use header-specific faces for node-names & xrefs.
11558 (Info-use-header-line): New variable.
11559 (info-header-xref, info-header-node): New faces.
11560 (Info-setup-header-line): New function.
11561 (Info-select-node): Call Info-setup-header-line when enabled.
11562 (Info-extract-pointer): Work even if the header line is hidden.
11563 (Info-header-line): New variable.
11564
115652000-09-16 Stefan Monnier <monnier@cs.yale.edu>
11566
11567 * vms-patch.el (print-region-function): Don't quote lambda.
11568
11569 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
11570
11571 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
11572 (lm-get-header-re): Allow spaces between the header and the colon.
11573 (lm-header): Allow $ in non-RCS headers.
11574 (lm-header-multiline): Put the strings back into order.
11575 Stop at an empty line. Don't require two space chars if the
11576 line is clearly not another header line.
11577
11578 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
11579 (popup-menu-popup): Remove.
11580
115812000-09-15 Gerd Moellmann <gerd@gnu.org>
11582
11583 * toolbar/toolbar.el (toolbar-add-item): Use the same image
11584 specification if or if not tool-bar item contains an `:enabled'
11585 property.
11586
11587 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
11588 current buffer has no file name.
11589
115902000-09-15 Dave Love <fx@gnu.org>
11591
11592 * strokes.el: Sync with maintainer's current version with changes
11593 for Emacs, but avoid runtime cl and levents.
11594 (toplevel): Change autoloads and compilation requires.
11595 (strokes-version, strokes-bug-address, strokes-lift): Values
11596 changed.
11597 (strokes-xpm-header, strokes-insinuated): New variable.
11598 (strokes): Add :link.
11599 (strokes-mode): Customized.
11600 (strokes-while-inhibiting-garbage-collector): New macro.
11601 (strokes-remassoc): Avoid remove-if.
11602 (strokes-fix-button2-command): Don't use ad-do-it.
11603 (strokes-insinuate): New function.
11604 (strokes-button-press-event-p, strokes-button-release-event-p):
11605 New functions, used instead of non-`strokes-' versions..
11606 (strokes-mouse-event-p): Rewritten.
11607 (strokes-event-closest-point): Avoid event-point.
11608 (strokes-get-grid-position): Avoid cdadr, caadr
11609 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
11610 functions.
11611 (strokes-help): Use with-output-to-temp-buffer.
11612 (strokes-window-configuration-changed-p): New function.
11613 (strokes-update-window-configuration): Use buffer-live-p,
11614 strokes-window-configuration-changed-p.
11615 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
11616 (strokes-char-face): New face.
11617 (strokes-char-table, strokes-base64-chars): New variable.
11618 (strokes-xpm-for-stroke, strokes-list-strokes)
11619 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
11620 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
11621 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
11622 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
11623 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
11624 functions.
11625
116262000-09-15 Gerd Moellmann <gerd@gnu.org>
11627
11628 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
11629
11630 * image.el (create-image): Doc fix.
11631
11632 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
11633 instead of `:heuristic-mask t'.
11634
116352000-09-14 Andrew Innes <andrewi@gnu.org>
11636
11637 * makefile.w32-in: Revert to Unix line endings.
11638
116392000-09-14 Andrew Innes <andrewi@gnu.org>
11640
11641 * makefile.w32-in: Add bootstrap support. Also copy lisp source
11642 when installing.
11643
11644 * makefile.nt (DONTCOMPILE): Fix typo.
11645
11646 * shell.el (shell-write-history-on-exit): New function.
11647 (shell-dumb-shell-regexp): New custom variable.
11648 (shell-mode): Make shell-write-history-on-exit the process
11649 sentinel if shell name matches shell-dumb-shell-regexp.
11650
11651 * w32-fns.el: Comment out before-init-hook function which resets
11652 source-directory based; this breaks bootstrap.
11653
116542000-09-14 Dave Love <fx@gnu.org>
11655
11656 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
11657 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
11658 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
11659 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
11660 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
11661 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
11662 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
11663 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
11664 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
11665
11666 * toolbar/toolbar.el: New.
11667
11668 * subdirs.el: Add toolbar.
11669
116702000-09-14 Gerd Moellmann <gerd@gnu.org>
11671
11672 * indent.el (indent-for-tab-command): Doc fix.
11673
116742000-09-14 Alex Schroeder <alex@gnu.org>
11675
11676 * ansi-color.el (ansi-colors): Doc change.
11677 (ansi-color-get-face): Simplified regexp.
11678 (ansi-color-faces-vector): Added more faces, doc change.
11679 (ansi-color-names-vector): Doc change.
11680 (ansi-color-regexp): Simplified regexp.
11681 (ansi-color-parameter-regexp): New regexp.
11682 (ansi-color-filter-apply): Doc change.
11683 (ansi-color-filter-region): Doc change.
11684 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
11685 deal with zero length parameters.
11686 (ansi-color-apply-on-region): Doc change.
11687 (ansi-color-map): Doc change.
11688 (ansi-color-map-update): Removed debugging message.
11689 (ansi-color-get-face-1): Added condition-case to trap
11690 args-out-of-range errors.
11691 (ansi-color-get-face): Doc change.
11692 (ansi-color-make-face): Removed.
11693 (ansi-color-for-shell-mode): New option.
11694
116952000-09-13 Kenichi Handa <handa@etl.go.jp>
11696
11697 * international/quail.el (quail-start-translation): Translate KEY
11698 if necessary even if it doesn't have any mapping in the current
11699 input method.
11700 (quail-start-conversion): Likewise.
11701 (quail-help): The output message is improved.
11702
117032000-09-13 Miles Bader <miles@gnu.org>
11704
11705 * comint.el (comint-output-filter): Revert to using
11706 `insert-before-markers'. Add bletcherous hack to undo damage
11707 caused by `insert-before-markers'. Put `front-sticky' property on
11708 overlays created here so that the field code understands how the
11709 overlay works. Use a let when making comint-last-prompt-overlay,
11710 so that the code is easier to read.
11711
117122000-09-13 Dave Love <fx@gnu.org>
11713
11714 * wid-edit.el (widget-default-format-handler): DTRT when
11715 doc-property is a function.
11716
117172000-09-12 Francesco Potorti` <pot@gnu.org>
11718
11719 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
11720 filed name if it's not there.
11721
117222000-09-12 Dave Love <fx@gnu.org>
11723
11724 * simple.el (read-mail-command): Doc fix.
11725 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
11726
11727 * vc.el (vc-dired-listing-switches): Fix :version.
11728
11729 * vc-hooks.el: Doc fixes.
11730
11731 * subr.el (add-minor-mode): Use toggle-fun arg.
11732
11733 * speedbar.el: Add :version to several defcustoms.
11734
11735 * imenu.el (imenu--truncate-items, imenu--cleanup)
11736 (imenu--generic-function): Avoid mapcar.
11737 (imenu--replace-spaces): Function removed.
11738 (imenu--completion-buffer): Use subst-char-in-string.
11739 (imenu-add-to-menubar): Use keymap inheritance.
11740
117412000-09-12 Miles Bader <miles@gnu.org>
11742
11743 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
11744 (diff-mode-map): Bind `diff-test-hunk'.
11745 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
11746
117472000-09-11 Gerd Moellmann <gerd@gnu.org>
11748
11749 * bytecomp.el (byte-compile-defvar): Undo last change
11750 because it breaks '(make-variable-buffer-local (defvar ...)'
11751 which is used at least in dired.
11752
117532000-09-12 Kenichi Handa <handa@etl.go.jp>
11754
11755 * international/quail.el (quail-define-package): Docstring
11756 modified.
11757
117582000-09-12 Kenichi Handa <handa@etl.go.jp>
11759
11760 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
11761 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
11762 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
11763 docstring of "chinese-py".
11764
11765 * international/quail.el (quail-translation-docstring): New
11766 variable.
11767 (quail-show-keyboard-layout): Docstring modified.
11768 (quail-select-current): Likewise.
11769 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
11770 infinite recursive call.
11771 (quail-help): Check quail-translation-docstring. Format of the
11772 output changed.
11773 (quail-help-insert-keymap-description): Adjusted for the above
11774 change.
11775
117762000-09-11 Gerd Moellmann <gerd@gnu.org>
11777
11778 * bytecomp.el (byte-compile-defvar): Only cons onto
11779 current-load-list in top-level forms. Else this leaks a cons cell
11780 every time a defun is called.
11781
117822000-09-11 Miles Bader <miles@lsi.nec.co.jp>
11783
11784 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
11785 Now understands non-unified diffs. Some functionality moved into
11786 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
11787 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
11788 modify anything. Only reposition point in the patched file if the
11789 patch succeeds. Only pop up another window if POPUP is true.
11790 Emit a message describing what happened if successful, and at what
11791 line-offset. Automatically detect reversed hunks and do something
11792 appropriate.
11793 (diff-hunk-text, diff-find-text): New functions.
11794 (diff-filter-lines): Function removed.
11795 (diff-test-hunk): New function.
11796 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
11797
117982000-09-10 Dave Love <fx@gnu.org>
11799
11800 * textmodes/tildify.el: Minor doc/commentary fixes.
11801 (tildify) <defgroup>: Add :version.
11802
11803 * faces.el (face-x-resources): Make custom type more specific.
11804 (frame-background-mode): Use mapc.
11805 (region) <defcustom>: Add :version.
11806
118072000-09-08 Stefan Monnier <monnier@cs.yale.edu>
11808
11809 * vc-sccs.el (vc-sccs-register):
11810 * vc-rcs.el (vc-rcs-register):
11811 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
11812 * vc.el (vc-register): Clear file's properties.
11813
118142000-09-08 Gerd Moellmann <gerd@gnu.org>
11815
11816 * faces.el (face-spec-set): Only face-spec-reset-face when
11817 ATTRS is non-nil.
11818
118192000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
11820
11821 * help.el (help-insert-xref-button): Fix a typo in doc string.
11822
118232000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
11824
11825 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
11826 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
11827 methods.
11828
11829 * menu-bar.el (read-mail-item-name): New function.
11830 (menu-bar-tools-menu): Use it to compute and display the package
11831 used to read email.
11832 (menu-bar-tools-menu): Fix typo in GUD's help string.
11833
118342000-09-07 Dave Love <fx@gnu.org>
11835
11836 * diff-mode.el (diff-mouse-goto-source): New function.
11837
11838 * vc-sccs.el: Doc fixes.
11839 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
11840
11841 * vc-rcs.el: Doc fixes.
11842 (vc-rcs-register-switches, vc-rcs-checkin-switches)
11843 (vc-rcs-checkout-switches, vc-rcs-header)
11844 (vc-rcs-master-templates): Add or change :version.
11845
11846 * vc-cvs.el: Doc fixes.
11847 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
11848 (vc-cvs-stay-local): Add :version.
11849
11850 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
11851
118522000-09-07 Kenichi Handa <handa@etl.go.jp>
11853
11854 * international/quail.el (quail-help): Fix previous change.
11855
118562000-09-07 Gerd Moellmann <gerd@gnu.org>
11857
11858 * faces.el (color-values): Doc fix.
11859
11860 * faces.el (frame-set-background-mode): Use frame-parameter
11861 instead of frame-parameters.
11862
11863 * frame.el (filtered-frame-list): Reduce consing.
11864 (frames-on-display-list): Call frame-parameter instead of
11865 frame-parameters.
11866
118672000-09-07 Kenichi Handa <handa@etl.go.jp>
11868
11869 * language/devan-util.el (devanagari-to-indian-region): In the
11870 loop, change the following char, not preceding char.
11871
118722000-09-07 Gerd Moellmann <gerd@gnu.org>
11873
11874 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
11875 instead of frame-parameters.
11876
11877 * faces.el (set-face-attribute): Simplify by calling
11878 internal-set-lisp-face-attribute with FRAME being 0.
11879
11880 * vc.el: Remove `Id' version control keyword.
11881
118822000-09-07 Kenichi Handa <handa@etl.go.jp>
11883
11884 * help.el (help-make-xrefs): Adjusted for the change of
11885 help-xref-mule-regexp.
11886 (help-insert-xref-button): New function.
11887
11888 * international/mule-cmds.el (help-xref-mule-regexp-template):
11889 Include the pattern for character set.
11890 (leim): New group.
11891
11892 * international/quail.el: Don't require face.
11893 (quail): New group.
11894 (quail-other-command): Dummy command to make quail-help work better.
11895 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
11896 (quail-keyboard-layout-substitution): New variable.
11897 (quail-update-keyboard-layout): New function.
11898 (quail-keyboard-layout-type): New customizable variable.
11899 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
11900 (quail-keyboard-translate): Pay attention to
11901 quail-keyboard-layout-substitution.
11902 (quail-insert-kbd-layout): New function.
11903 (quail-show-keyboard-layout): New function.
11904 (quail-get-translation): If the definition is a vector of length
11905 1, and the element is a string of length 1, return the character
11906 in that string.
11907 (quail-update-current-translations): Fix the case of
11908 relative-index out of range.
11909 (quail-build-decode-map, quail-insert-decode-map): New Functions.
11910 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
11911 Show key sequences for all available characters.
11912 (quail-help-insert-keymap-description): Don't show such verbose
11913 key bindings as quail-self-insert-command.
11914
11915 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
11916 Format changed, and each element now have extra documentations.
11917 (tit-process-header): Delete invalid characters from TIT-PROMPT.
11918 Adjusted for the change of quail-cxterm-package-ext-info.
11919
119202000-09-06 Gerd Moellmann <gerd@gnu.org>
11921
11922 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
11923 requiring it leads to a recursive loading of vc.el and vc-hooks.el
11924 during bootstrap.
11925
119262000-09-05 Stefan Monnier <monnier@cs.yale.edu>
11927
11928 * vc.el: (toplevel): Don't require `dired' at run-time.
11929 (vc-dired-resynch-file): Remove autoload cookie.
11930
119312000-09-05 Andre Spiegel <spiegel@gnu.org>
11932
11933 * vc.el: Made several backend functions optional.
11934 (vc-default-responsible-p): New function.
11935 (vc-merge): Use RET for first version to trigger merge-news, not
11936 prefix arg.
11937 (vc-annotate): Handle backends that do not support annotation.
11938 (vc-default-merge-news): Removed. The existence of a merge-news
11939 implementation is now checked on caller sites.
11940
11941 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
11942 case.
11943
11944 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
11945 special case that has been removed from the default in vc-hooks.el.
11946
119472000-09-05 Stefan Monnier <monnier@cs.yale.edu>
11948
11949 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
11950
119512000-09-05 Andre Spiegel <spiegel@gnu.org>
11952
11953 * vc-hooks.el: Require vc during compilation.
11954 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
11955 macro `with-vc-properties' in vc.el.
11956 (vc-file-getprop): Doc fix.
11957 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
11958
11959 * vc.el: Require dired-aux during compilation.
11960 (vc-name-assoc-file): Moved to vc-sccs.el.
11961 (with-vc-properties): New macro.
11962 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
11963 vc-finish-steal): Use it.
11964 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
11965 to the backend-specific function is now supposed to do the checkout,
11966 too.
11967 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
11968
11969 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
11970 set file properties; that gets done in the generic code now.
11971
11972 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
11973 Changed parameter list, added code from vc.el that does the
11974 checkout, possibly with a double-take.
11975
11976 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
11977 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
11978 the above under the new name.
11979 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
11980 parameter list, added checkout command.
11981 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
11982 properties; that gets done in the generic code now.
11983
119842000-09-05 Stefan Monnier <monnier@cs.yale.edu>
11985
11986 * vc.el: Docstring fixes (courtesy of checkdoc).
11987
119882000-09-05 Stefan Monnier <monnier@cs.yale.edu>
11989
11990 * vc.el (vc-checkout-writable-buffer-hook)
11991 (vc-checkout-writable-buffer): Remove.
11992 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
11993 (vc-log-mode): Make it into a clean derived major mode.
11994 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
11995 vc-log-mode if log-edit is not available.
11996 (vc-dired-mode-map): Don't set-keymap-parent yet.
11997 (vc-dired-mode): Do set-keymap-parent here.
11998 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
11999
120002000-09-05 Gerd Moellmann <gerd@gnu.org>
12001
12002 * faces.el (set-face-attribute, face-spec-reset-face)
12003 (face-spec-set): Avoid consing by removing calls to `apply'.
12004
12005 * frame.el (frame-parameter): Move to C code.
12006
120072000-09-05 Dave Love <fx@gnu.org>
12008
12009 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
12010 insert-before-markers-and-inherit. Now checked systematically!
12011
120122000-09-05 Alex Schroeder <alex@gnu.org>
12013
12014 * sql.el (sql-postgres): Use sql-postgres-options.
12015 (sql-postgres-options): New variable.
12016
120172000-09-05 Alex Schroeder <alex@gnu.org>
12018
12019 * sql.el (sql-mode-menu): Work around missing variable mark-active
12020 in XEmacs.
12021 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
12022 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
12023 compatibility.
12024
120252000-09-04 Gerd Moellmann <gerd@gnu.org>
12026
12027 * vc.el (vc-dired-resynch-file): Add autoload cookie.
12028
12029 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
12030
12031 * Makefile.in (DONTCOMPILE): Fix typo in file name.
12032
120332000-09-04 Andre Spiegel <spiegel@gnu.org>
12034
12035 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
12036 don't support anything else under SCCS yet.
12037
12038 * vc-hooks.el: Minor doc fixes.
12039
120402000-09-04 Andre Spiegel <spiegel@gnu.org>
12041
12042 * vc.el (vc-next-action-on-file): Do not visit the file if it's
12043 not necessary. If verbose in state `needs-patch', do the same as
12044 under `up-to-date'. When NOT verbose and `needs-patch', check out
12045 latest version instead of `merge-news'.
12046 (vc-next-action-dired): Don't mess with default-directory here; it
12047 breaks other parts of dired. It is the job of the
12048 backend-specific functions to adjust it temporarily if they need it.
12049 (vc-next-action): Remove a special CVS case.
12050 (vc-clear-headers): New optional arg FILE.
12051 (vc-checkin, vc-checkout): Set properties vc-state and
12052 vc-checkout-time properly.
12053 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
12054 (vc-print-log): Use new backend function `show-log-entry'.
12055 (vc-cancel-version): Do the checks in a different order. Added a
12056 FIXME concerning RCS-only code.
12057
12058 * vc-rcs.el (vc-rcs-show-log-entry): New function.
12059 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
12060
12061 * vc-cvs.el (vc-cvs-show-log-entry): New function.
12062
12063 * vc-hooks.el (vc-default-mode-line-string): Show state
12064 `needs-patch' as a `-' too.
12065
120662000-09-04 Andre Spiegel <spiegel@gnu.org>
12067
12068 * vc.el (vc-responsible-backend): New optional arg REGISTER.
12069 (vc-default-could-register): New function.
12070 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
12071 (vc-resynch-buffer): Call vc-dired-resynch-file.
12072 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
12073 vc-resynch-buffer instead of vc-resynch-window.
12074 (vc-next-action-dired): Don't redisplay here, that gets done as a
12075 result of the individual file operations.
12076 (vc-retrieve-snapshot): Corrected prompt order.
12077
12078 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
12079
12080 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
12081 as well.
12082 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
12083 hostname regexps. Updated all callers.
12084 (vc-cvs-responsible-p): Handle directories as well.
12085 (vc-cvs-could-register): New function.
12086 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
12087 properties up-to-date.
12088
12089 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
12090 user whether to create one.
12091
120922000-09-04 Andre Spiegel <spiegel@gnu.org>
12093
12094 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
12095 check out a non-existing file.
12096
12097 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
12098 workfile does not exist.
12099
12100 * vc.el (vc-version-diff): Use `require' to check for existence of
12101 diff-mode.
12102
121032000-09-04 Andre Spiegel <spiegel@gnu.org>
12104
12105 * vc-cvs.el (vc-cvs-registered): Use new function
12106 vc-cvs-parse-entry to do the actual work.
12107
121082000-09-04 Andre Spiegel <spiegel@gnu.org>
12109
12110 * vc-hooks.el (vc-find-backend-function): If function doesn't
12111 exist, return nil instead of error.
12112 (vc-call-backend): Doc fix.
12113
12114 * vc.el (vc-do-command): Doc fix.
12115 (vc-finish-logentry): When checking in from vc-dired, choose the
12116 right backend for logentry check.
12117 (vc-dired-mode-map): Inherit from dired-mode-map.
12118 (vc-dired-mode): Local value of dired-move-to-filename-regexp
12119 simplified.
12120 (vc-dired-state-info): Removed, updated caller.
12121 (vc-default-dired-state-info): Use parentheses instead of hyphens.
12122 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
12123 (vc-dired-listing-switches): New variable.
12124 (vc-directory): Use it, instead of dired-listing-switches.
12125
12126 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
12127 (vc-cvs-dir-state): New function.
12128 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
12129 (vc-cvs-parse-entry): New function, also to be used in
12130 vc-cvs-registered.
12131
121322000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12133
12134 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
12135 *or* single-window-frames.
12136
121372000-09-04 Andre Spiegel <spiegel@gnu.org>
12138
12139 * vc.el (vc-update-changelog): Split into generic part and default
12140 implementation. Doc string adapted.
12141 (vc-default-update-changelog): New function. Call the `rcs2log'
12142 script in exec-directory, to fix a long-standing nuisance.
12143
12144 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
12145 simply signals an error.
12146
121472000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12148
12149 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
12150 control-flow more clear and to avoid running `cvs' twice.
12151
12152 * vc.el (vc-next-action-on-file): Doc fix.
12153 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
12154 (vc-print-log): Eval `file' before constructing the continuation.
12155
121562000-09-04 Andre Spiegel <spiegel@gnu.org>
12157
12158 * vc.el (vc-next-action-on-file): Corrected several messages.
12159 (vc-merge): Add prefix arg `merge-news'; handle it.
12160
12161 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
12162 is not reached. It is.
12163 (vc-cvs-merge): Set state to 'edited after merge.
12164 (vc-cvs-merge-news): Set workfile version to nil if not known.
12165 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
12166
12167 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
12168 via stdout. (Merge from main line.)
12169
121702000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12171
12172 * vc.el (vc-finish-logentry): Thinko in the "same comment"
12173 detection.
12174
121752000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12176
12177 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
12178 against kill-all-local-variables.
12179 (vc-log-edit): Don't save vc-parent-buffer any more.
12180 (vc-last-comment-match): Initialize to an empty string.
12181 (vc-post-command-functions): New hook.
12182 (vc-do-command): Run it.
12183 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
12184 (vc-finish-logentry): Only add the comment to the ring if it's
12185 different from the last comment entered.
12186 (vc-new-comment-index): New function.
12187 (vc-previous-comment): Use it. Make the minibuffer message
12188 slightly less terse.
12189 (vc-comment-search-reverse): Make it work forward as well. Don't
12190 set vc-comment-ring-index if no match is found. Use
12191 vc-new-comment-index.
12192 (vc-comment-search-forward): Use vc-comment-search-reverse.
12193 (vc-dired-mode-map): Don't inherit from dired-mode-map since
12194 define-derived-mode will do it for us. Bind `v' to a keymap that
12195 inherits from vc-prefix-map so that we can bind `vt' without
12196 binding C-x v t.
12197 (vc-retrieve-snapshot): Parenthesis typo.
12198
12199 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
12200 to 1. Make sure to switch to *vc* before looking for an error
12201 message. Use vc-parse-buffer.
12202
122032000-09-04 Andre Spiegel <spiegel@gnu.org>
12204
12205 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
12206 and NAME.
12207 (vc-retrieve-snapshot): Split into two parts.
12208 (vc-default-retrieve-snapshot): New function.
12209
12210 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
12211 (vc-cvs-retrieve-snapshot): New function (untested).
12212 (vc-cvs-stay-local): Default to t.
12213 (vc-cvs-remote-p): New function and property.
12214 (vc-cvs-state): Stay local only if the above is t.
12215 (vc-handle-cvs): Removed.
12216 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
12217 done via vc-handled-backends now.
12218 (vc-cvs-header): Escape Id.
12219
122202000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12221
12222 * vc.el (vc-do-command): Remove unused commands.
12223 (vc-version-diff): Make sure default-directory ends with a slash.
12224 Move the window commands into a vc-exec-after.
12225 (vc-print-log): Move more of the code into the `vc-exec-after'.
12226
122272000-09-04 Andre Spiegel <spiegel@gnu.org>
12228
12229 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
12230 (vc-print-log): Search current revision from beginning of buffer.
12231 (vc-revert-buffer): Clear echo area after the diff is finished.
12232 (vc-prefix-map): Removed definition of "t" for terse display in vc
12233 dired.
12234 (vc-dired-mode-map): Inherit from dired-mode-map. Added
12235 definition of "vt" for terse display.
12236 (vc-dired-mode): Fix dired-move-to-filename-regexp.
12237
122382000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12239
12240 * vc.el (vc-exec-after): Avoid caddr.
12241
122422000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12243
12244 * vc.el (vc-exec-after): New function.
12245 (vc-do-command): Use it to add a termination message for async
12246 procs.
12247 (vc-checkout): Try to handle a missing-backend situation.
12248 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
12249 of a directory with a backend using async diffs.
12250 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
12251 present.
12252
12253 * vc-sccs.el (vc-sccs-state-heuristic): Use
12254 file-ownership-preserved-p.
12255
12256 * vc-rcs.el (vc-rcs-state-heuristic): Use
12257 file-ownership-preserved-p.
12258 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
12259
122602000-09-04 Andre Spiegel <spiegel@gnu.org>
12261
12262 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
12263 vc-do-command.
12264
12265 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
12266 when there are no changes.
12267
122682000-09-04 Andre Spiegel <spiegel@gnu.org>
12269
12270 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
12271
12272 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
12273
122742000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12275
12276 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
12277
12278 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
12279 the `fset' outside of the defvar so that it works even if
12280 vc-prefix-map was already defined.
12281 (vc-setup-buffer): New function, split out of vc-do-command.
12282 (vc-do-command): Allow BUFFER to be t to mean `just use the
12283 current buffer without any fuss'.
12284 (vc-version-diff): Change the `diff' backend operation to just put
12285 the diff in the current buffer without erasing it. Always use
12286 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
12287 shrink-window-if-larger-than-buffer.
12288 (vc-print-log): Change the `print-log' backend operation to just
12289 put the log in the current buffer without erasing it. Protect
12290 shrink-window-if-larger-than-buffer.
12291 (vc-update-change-log): Fix setd typo.
12292
12293 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
12294 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
12295
12296 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
12297 (vc-rcs-diff): Insert in the current buffer and remove unused arg
12298 CMP.
12299
12300 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
12301 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
12302 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
12303
123042000-09-04 Andre Spiegel <spiegel@gnu.org>
12305
12306 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
12307 not possible, use vc-BACKEND-workfile-unchanged-p.
12308 (vc-default-workfile-unchanged-p): New function. Delegates to a
12309 full vc-BACKEND-diff.
12310
12311 * vc-hooks.el (vc-simple-command): Removed.
12312
12313 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
12314 instead of vc-simple-command.
12315 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
12316 avoid doing a diff when opening a file.
12317 (vc-rcs-state): Added check for unlocked-changes.
12318 (vc-rcs-header): Escape Id.
12319 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
12320 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
12321 version.
12322
12323 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
12324 (vc-sccs-diff): Remove optional arg CMP.
12325 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
12326 SCCS-specific function.
12327
12328 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
12329 vc-simple-command.
12330
123312000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12332
12333 * vc.el (vc-editable-p): Renamed from vc-writable-p.
12334 (with-vc-file, vc-merge): Use vc-editable-p.
12335 (vc-do-command): Remove unused var vc-file and fix the
12336 doubly-defined `status' var. Add a user message when starting an
12337 async command.
12338 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
12339 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
12340 Use with-current-buffer.
12341 (vc-buffer-sync): Use unless.
12342 (vc-next-action-on-file): If the file is 'edited by read-only,
12343 make it read-write instead of trying to commit.
12344 (vc-version-diff, vc-update-change-log): Use `setq
12345 default-directory' rather than `cd'.
12346 (vc-log-edit): Don't forget to set default-directory in the
12347 buffer.
12348
12349 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
12350 (vc-sccs-state-heuristic): Use file-writable-p instead of
12351 comparing userids.
12352 (vc-sccs-checkout): Use `unless'.
12353
12354 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
12355 of comparing userids.
12356 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
12357 Simplify the logic by eliminating unreachable code.
12358 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
12359 just do a recursive call if we need to retry.
12360 (vc-rcs-checkout): Handle the case where rcs is missing by making
12361 the buffer read-write if requested and re-signalling the error.
12362
12363 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
12364
123652000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12366
12367 * vc-hooks.el (vc-handled-backends): Docstring change.
12368 (vc-ignore-vc-files): Mark obsolete.
12369 (vc-registered): Check vc-ignore-vc-files.
12370 (vc-find-file-hook, vc-file-not-found-hook): Don't check
12371 vc-ignore-vc-files.
12372
12373 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
12374
123752000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12376
12377 * vc.el (vc-checkout): Don't do anything special for ange-ftp
12378 files since ange-ftp already has vc-registered return nil.
12379
12380 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
12381 (vc-sccs-workfile-version): Use with-temp-buffer and new
12382 vc-parse-buffer and don't bother setting the property.
12383 (vc-sccs-add-triple): Use with-current-buffer and
12384 find-file-noselect.
12385 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
12386
12387 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
12388 derives from the old vc-parse-buffer but uses the revision number
12389 rather than the date (much easier to compare robustly).
12390 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
12391 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
12392 locking-user more directly. Check strict locking and set
12393 checkout-model appropriately.
12394 (vc-rcs-parse-locks): Remove.
12395 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
12396 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
12397 (vc-rcs-system-release): Use with-current-buffer and
12398 vc-parse-buffer.
12399 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
12400
12401 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
12402 (vc-simple-command): Docstring fix.
12403 (vc-registered): Align the way the file-handler is called with the
12404 way the function itself works.
12405 (vc-file-owner): Remove.
12406
12407 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
12408 extraction of fields and call to file-attributes because of a
12409 temporary bug in rcp.el.
12410 (vc-cvs-fetch-status): Use with-current-buffer.
12411
124122000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12413
12414 * vc.el (vc-do-command): Use file-relative-name.
12415 (vc-responsible-backend): Use vc-backend if possible.
12416 (vc-create-snapshot): Improve the `interactive' spec. Add support
12417 for branches and dispatch to backend-specific `create-snapshot'.
12418 (vc-default-create-snapshot): New function, containing the bulk of
12419 the old vc-create-snapshot.
12420 (vc-retrieve-snapshot): Improve the interactive spec.
12421
12422 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
12423 (vc-backend-hook-functions): Remove.
12424 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
12425 (vc-backend): Reintroduce the test for `file = nil' now that I
12426 know why it was there (and added a comment to better remember).
12427
12428 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
12429 code from vc-sccs-hooks.el.
12430 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
12431 'vc anymore.
12432 (vc-sccs-responsible-p): Use expand-file-name instead of concat
12433 and file-directory-p instead of file-exists-p.
12434 (vc-sccs-check-headers): Simplify the regexp.
12435
12436 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
12437 from vc-rcs-hooks.el. Don't require 'vc anymore.
12438 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
12439 file-directory-p instead of file-exists-p.
12440
12441 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
12442 from vc-cvs-hooks.el.
12443 (proto vc-cvs-registered): Require 'vc-cvs instead of
12444 'vc-cvs-hooks. Don't require 'vc anymore.
12445 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
12446 file-directory-p instead of file-exists-p.
12447 (vc-cvs-create-snapshot): New function, replacing
12448 vc-cvs-assign-name.
12449 (vc-cvs-assign-name): Remove.
12450
124512000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12452
12453 * vc-cvs.el (vc-cvs-header): New var.
12454
12455 * vc-rcs.el (vc-rcs-exists): Remove.
12456 (vc-rcs-header): New var.
12457
12458 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
12459 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
12460 (vc-sccs-header): New var.
12461
12462 * vc.el (vc-do-command): Get rid of the `last' argument.
12463 (vc-header-alist): Remove, replaced by vc-X-header.
12464 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
12465 (vc-dired-hook): Use expand-file-name instead of concat.
12466 (vc-directory): Use file-name-as-directory.
12467 (vc-snapshot-precondition, vc-create-snapshot)
12468 (vc-retrieve-snapshot): Allow the command to operate on any
12469 directory.
12470
12471 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
12472 just removing the 'WORKFILE argument or by removing the 'MASTER
12473 argument and replacing `file' with (vc-name file).
12474
124752000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12476
12477 * vc.el: Update Copyright and add a crude list of backend funs.
12478 (vc-writable-p): New function.
12479 (with-vc-file): Use vc-writable-p.
12480 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
12481 (vc-register): Avoid vc-name.
12482 (vc-locking-user): Remove.
12483 (vc-steal-lock): Make the `owner' arg non-optional.
12484 (vc-merge): Use vc-writable-p instead of vc-locking-user and
12485 vc-checkout-model.
12486 (vc-default-dired-state-info): Use vc-state instead of
12487 vc-locking-user and return special strings for special states.
12488 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
12489 and get rid of one of the special CVS cases.
12490 (vc-cancel-version): prettify error message with \\[...].
12491 (vc-rename-master): New function.
12492 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
12493 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
12494 the CVS special case generic.
12495 (vc-default-record-rename): Remove.
12496 (vc-file-tree-walk-internal): Only call FUNC for files that are
12497 under control of some VC backend and replace `concat' with
12498 expand-file-name.
12499 (vc-file-tree-walk): Update docstring.
12500 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
12501 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
12502
12503 * vc-sccs.el (vc-sccs-rename-file): Renamed from
12504 vc-sccs-record-rename. Use `find-file-noselect' rather than
12505 `find-file' and call `vc-rename-master' to do the actual move.
12506 (vc-sccs-diff): Remove unused `backend' variable.
12507
12508 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
12509 to delay loading of vc-sccs until it is really used.
12510 (vc-sccs-master-templates): Preload.
12511 (vc-sccs-state): Update call to vc-sccs-parse-locks.
12512 (vc-sccs-project-dir): Remove (merged into
12513 vc-sccs-search-project-dir).
12514 (vc-sccs-search-project-dir): Rewrite using file name handling ops
12515 rather than `concat', make sure it is preloaded and don't bother
12516 to check that the file actually exists.
12517 (vc-sccs-parse-locks): Remove unused `file' argument, remove
12518 `locks' argument (use buffer's content instead) and eliminate n^2
12519 behavior.
12520
12521 * vc-rcs.el: Update Copyright.
12522 (vc-rcs-rename-file): New function.
12523 (vc-rcs-diff): Remove unused `backend' variable.
12524
12525 * vc-hooks.el: Update Copyright.
12526 (vc-backend): Don't accept a nil argument any more.
12527 (vc-up-to-date-p): Turn into a defsubst.
12528 (vc-possible-master): New function.
12529 (vc-check-master-templates): Use `vc-possible-master' and allow
12530 funs in vc-X-master-templates to return a non-existent file.
12531
12532 * vc-cvs.el: Update Copyright.
12533 (vc-cvs-diff): Remove unused `backend' variable.
12534 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
12535
12536 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
12537
125382000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12539
12540 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
12541 since it can be called from vc-rcs.el.
12542 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
12543
125442000-09-04 Andre Spiegel <spiegel@gnu.org>
12545
12546 * vc.el (vc-version-diff): Expand file name read from the
12547 minibuffer. Handle the case when a previous version number can't
12548 be guessed. Give suitable messages when there were no differences
12549 found.
12550 (vc-clear-headers): Call backend-specific implementation, if one
12551 exists.
12552 (vc-cancel-version): Made error checks generic. When done, clear
12553 headers generically, too.
12554
12555 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
12556 from vc-clear-headers in vc.el.
12557
12558 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
12559 correctly.
12560 (vc-rcs-latest-on-branch-p): Made second argument VERSION
12561 optional. Handle the case when it's not there.
12562
125632000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12564
12565 * vc.el (vc-locking-user): Moved from vc-hooks.el.
12566
125672000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12568
12569 * vc-hooks.el (vc-loadup): Remove.
12570 (vc-find-backend-function): Use `require'. Also, handle the case
12571 where vc-BACKEND-hooks.el doesn't exist.
12572 (vc-call-backend): Cleanup.
12573
125742000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12575
12576 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
12577 vc-rcs-grab-templates)
12578 (vc-rcs-registered): Remove. The default function works as well.
12579 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
12580 vc-sccs-grab-templates)
12581 (vc-sccs-registered): Remove. The default function works as well.
12582
12583 * vc.el (vc-version-diff): Left out a vc- in call to
12584 vc-call-backend.
12585 (vc-default-dired-state-info, vc-default-record-rename)
12586 (vc-default-merge-news): Update for the new backend argument.
12587
12588 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
12589 using the default function.
12590 (vc-call-backend): If calling the default function, pass it the
12591 backend as first argument. Update the docstring accordingly.
12592 (vc-default-state-heuristic, vc-default-mode-line-string): Update
12593 for the new backend argument.
12594 (vc-make-backend-sym): Renamed from vc-make-backend-function.
12595 (vc-find-backend-function): Use the new name.
12596 (vc-default-registered): New function.
12597
125982000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12599
12600 * vc.el (vc-merge): Use vc-find-backend-function.
12601
12602 * vc-hooks.el (vc-backend-functions): Remove.
12603 (vc-loadup): Don't setup 'vc-functions.
12604 (vc-find-backend-function): New function.
12605 (vc-call-backend): Use above fun and populate 'vc-functions
12606 lazily.
12607 (vc-backend-defines): Remove.
12608
126092000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12610
12611 * vc.el (vc-register): Put a FIXME note for a newly found bug.
12612 Call vc-call-backend without the leading vc-.
12613 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
12614 (vc-check-headers): Call vc-call-backend without the leading vc-.
12615 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
12616 (vc-annotate-display): Replace confusing use of `cond' with `or'.
12617 Call vc-call-backend without the leading vc-.
12618
12619 * vc-cvs.el (tail): Provide vc-cvs.
12620 * vc-sccs.el (tail): Provide vc-sccs.
12621 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
12622
12623 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
12624 (vc-make-backend-function, vc-call): Pass names without leading
12625 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
12626 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
12627 (vc-call-backend): Always try to load vc-X-hooks.
12628 (vc-registered): Remove vc- in call to vc-call-backend.
12629
126302000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12631
12632 * vc.el (vc-process-filter): New function.
12633 (vc-do-command): Setup `vc-process-filter' for the async process.
12634 (vc-maybe-resolve-conflicts): New function to reduce
12635 code-duplication. Additionally, it puts the buffer in
12636 `smerge-mode' if applicable.
12637 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
12638 calling `merge-news'.
12639 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
12640 (vc-log-edit): New function. Replacement for `vc-log-mode' by
12641 interfacing to log-edit.el.
12642 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
12643 log-edit is available.
12644 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
12645
126462000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12647
12648 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
12649 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
12650 defvar and the initialization.
12651 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
12652
12653 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
12654 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
12655
12656 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
12657
126582000-09-04 Andre Spiegel <spiegel@gnu.org>
12659
12660 * vc.el (vc-file-clear-masterprops): Removed.
12661 (vc-checkin, vc-revert-buffer): Removed calls to the above.
12662 (vc-version-diff): Use buffer-size without argument.
12663 (vc-register): Heed vc-initial-comment.
12664
12665 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
12666 default branch.
12667
12668 * vc-rcs.el (vc-rcs-register): Parse command output to find master
12669 file name and workfile version.
12670 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
12671
12672 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
12673 vc-file-clear-masterprops.
12674
12675 * vc-sccs.el (vc-sccs-checkout): Removed call to
12676 vc-file-clear-masterprops. If writable, set vc-state to 'edited
12677 rather than user login name.
12678
12679
126802000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12681
12682 * vc.el (vc-workfile-unchanged-p): Remove unused argument
12683 `want-differences-if-changed' and simplify.
12684 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
12685 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
12686 output (which is invalid for async vc-diff) to decide whether to
12687 do the revert silently or not.
12688
126892000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12690
12691 * vc-hooks.el (vc-loadup): Load files quietly.
12692 (vc-call-backend): Oops, brain fart.
12693
126942000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12695
12696 * vc-cvs.el (vc-cvs-state): Typo.
12697 (vc-cvs-merge-news): Return the status code rather than the error msg.
12698
126992000-09-04 Andre Spiegel <spiegel@gnu.org>
12700
12701 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
12702 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
12703 vc-state or vc-up-to-date-p.
12704 (vc-merge): Use vc-backend-defines to check whether merging is
12705 possible. Set state to 'edited after successful merge.
12706
12707 * vc-hooks.el (vc-locking-user): If locked by the calling user,
12708 return that name. Redocumented.
12709
127102000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12711
12712 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
12713 new `vc-state' semantics.
12714 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
12715 'vc-locking-user to the current user.
12716 (vc-merge): Inline vc-backend-merge. Comment out code that I
12717 don't understand and hence can't adapt to the new `vc-state' and
12718 `vc-locking-user' semantics.
12719 (vc-backend-merge): Remove.
12720
12721 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
12722 rather than 'vc-locking-user.
12723
12724 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
12725
12726 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
12727 (vc-state): Don't use 'reserved any more. Just use the same
12728 convention as the one used for vc-<backend>-state where the
12729 locking user (as a string) is returned.
12730 (vc-locking-user): Update, based on the above convention. The
12731 'vc-locking-user property has disappeared.
12732 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
12733
12734 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
12735 with a heuristic one.
12736 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
12737 (vc-cvs-checkin): Do a trivial parse to set the state in case of
12738 error. That allows us to get to 'needs-merge even in the
12739 stay-local case. There's still no way to detect 'needs-patch in
12740 such a setup (or to force an update for that matter).
12741 (vc-cvs-logentry-check): Remove, the default works as well.
12742
127432000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12744
12745 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
12746
12747 * vc.el (vc-do-command): kill-all-local-variables, to reset any
12748 major-mode in which the buffer might have been put earlier. Use
12749 `remove' and `when'. Allow `okstatus' to be `async' and use
12750 `start-process' in this case.
12751 (vc-version-diff): Handle the case where the diff looks empty
12752 because of the use of an async process.
12753
127542000-09-04 Andre Spiegel <spiegel@gnu.org>
12755
12756 * vc.el (vc-next-action-on-file): Removed optional parameter
12757 `simple'. Recompute state unconditionally.
12758 (vc-default-toggle-read-only): Removed.
12759
12760 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
12761 (vc-toggle-read-only): Undid prev change.
12762
12763 * vc-cvs.el (vc-cvs-stay-local): Renamed from
12764 vc-cvs-simple-toggle. Redocumented.
12765 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
12766 (vc-cvs-toggle-read-only): Removed.
12767
127682000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12769
12770 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
12771 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
12772 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
12773 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
12774 still is. So maybe it should be removed.
12775 (vc-head-version, vc-find-binary): Remove.
12776 (vc-recompute-state): Move from vc-hooks.el.
12777 (vc-next-action-on-file): Add a `simple' argument to allow
12778 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
12779 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
12780 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
12781 (vc-dired-mode-map): Properly defvar it.
12782 (vc-print-log): Call log-view-mode if available.
12783 (small-temporary-file-directory): defvar instead of use boundp.
12784 (vc-merge-news): Moved to vc-cvs.el.
12785 (vc-default-merge-news): New function.
12786
12787 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
12788 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
12789 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
12790 unknown `vc-latest-version' function. It should probably refer to
12791 vc-workfile-version or somesuch, but it's very unclear to me and I
12792 don't have SCCS to test things.
12793
12794 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
12795 (vc-sccs-state-heuristic): Fix typo.
12796 (vc-sccs-workfile-unchanged-p): Add missing argument.
12797
12798 * vc-rcs.el: Require vc and vc-rcs-hooks.
12799 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
12800 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
12801 (vc-release-greater-or-equal-p): Move from vc.
12802 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
12803 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
12804 (vc-rcs-checkout): Add a missing `new-version' argument in the
12805 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
12806
12807 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
12808 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
12809 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
12810 than the apparently unbound `workfile-version'.
12811
12812 * vc-hooks.el (vc-master-templates): Def the obsolete var.
12813 (vc-file-prop-obarray): Use `make-vector'.
12814 (vc-backend-functions): Add new hookable functions
12815 vc-toggle-read-only, vc-record-rename and vc-merge-news.
12816 (vc-loadup): If neither backend nor default functions exist, use
12817 the backend function rather than nil.
12818 (vc-call-backend): If the function if not bound yet, try to load
12819 the non-hook file to see if it provides it.
12820 (vc-call): New macro plus use it wherever possible.
12821 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
12822 nor `vc-find-binary' since it's only called from
12823 vc-mistrust-permission which is only used once the backend is known.
12824 (vc-checkout-model): Fix parenthesis.
12825 (vc-recompute-state, vc-prefix-map): Move to vc.el.
12826
12827 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
12828 (vc-cvs-release, vc-cvs-system-release): Remove.
12829 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
12830 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
12831 status symbols.
12832 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
12833 (vc-cvs-toggle-read-only): First cut at a function to allow a
12834 cvs-status-free vc-toggle-read-only.
12835 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
12836 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
12837 vc-cvs-status. Also set vc-state rather than vc-locking-user.
12838 (vc-cvs-checkout): Modify access rights directly if the user
12839 requested not to use `cvs edit'. And refresh the mode line.
12840
12841 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
12842 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
12843
128442000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12845
12846 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
12847 workfile' that got lost when the code was extracted from vc.el.
12848 And merged the tail with the rest of the code (not possible in the
12849 old vc.el where the tail was shared among all backends). And
12850 explicitly set the state to 'edited if `writable' is set.
12851
12852 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
12853 (vc-cvs-state): Be careful to return the value from
12854 vc-cvs-parse-state.
12855 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
12856 property but return it instead. Also be careful to handle a nil
12857 or "" `rev' when workfile is non-nil (it was handled properly when
12858 workfile was nil).
12859
12860 * vc.el: Removed those pesky unnecessary `(function' quotes.
12861 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
12862 directly in the defvar.
12863 (vc-do-command): Bind inhibit-read-only so as to properly handle
12864 the case where the destination buffer has been made read-only.
12865 (vc-diff): Delegate to vc-version-diff in all cases.
12866 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
12867 (vc-annotate-mode-variables): Removed (code moved partly to
12868 defvars and partly to vc-annotate-add-menu).
12869 (vc-annotate-mode): Turned into a derived-mode.
12870 (vc-annotate-add-menu): Moved in code in
12871 vc-annotate-mode-variables.
12872 (vc-update-change-log): Use make-temp-file if available.
12873
128742000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
12875
12876 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
12877 `vc-checkout-model' updated to `vc-cvs-update-model'.
12878
128792000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12880
12881 * vc.el (vc-next-action-on-file): Added handling of state
12882 `unlocked-changes'.
12883 (vc-checkout-carefully): Is now practically obsolete, unless the
12884 above is too slow to be enabled unconditionally.
12885 (vc-update-change-log): Fixed typo.
12886
12887 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
12888
12889 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
12890 Now handles state `unlocked-changes'.
12891 (vc-sccs-workfile-unchanged-p): New function, to support the above.
12892
12893 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
12894
12895 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
12896 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
12897 `unlocked-changes'.
12898 (vc-rcs-workfile-unchanged-p): Renamed from
12899 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
12900 function yet, but supposed to become one soon.
12901
12902 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
12903 `vc-steal-lock'.
12904 (vc-call-backend): Changed error message.
12905 (vc-state): Added description of state `unlocked-changes'.
12906
129072000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12908
12909 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
12910 always return t in CVS-controlled directories.
12911
12912 * vc.el (vc-responsible-backend): New function.
12913 (vc-register): Largely rewritten.
12914 (vc-admin): Removed (implementation moved into vc-register).
12915 (vc-checkin): Redocumented.
12916 (vc-finish-logentry): If no backend defined yet (because we are in
12917 the process of registering), use the responsible backend.
12918
12919 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
12920 Updated function lists.
12921 (vc-call-backend): Fixed typo.
12922
12923 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
12924 New functions.
12925 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
12926 Removed query option. Redocumented.
12927
129282000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12929
12930 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
12931
12932 * vc.el: Updated callers of `vc-checkout-required' to use
12933 `vc-checkout-model'.
12934
129352000-09-04 Martin Lorentzson <martinl@gnu.org>
12936
12937 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
12938 stuff updated to reference this function instead of the old
12939 `vc-backend-release-p'.
12940
129412000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12942
12943 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
12944 vc-checkout-model. Return appropriate values. Updated callers.
12945
129462000-09-04 Martin Lorentzson <martinl@gnu.org>
12947
12948 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
12949 (vc-backend-revert): Function moved into `vc-revert';
12950 `vc-next-action' must be updated to accomodate this change.
12951 (vc-backend-steal): Function moved into `vc-finish-steal'.
12952 (vc-backend-logentry-check): Function moved into
12953 `vc-finish-logentry'.
12954 (vc-backend-printlog): Function moved into `vc-print-log'.
12955 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
12956 (vc-backend-assign-name): Function moved into
12957 `vc-create-snapshot'.
12958
129592000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12960
12961 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
12962 Rename to vc-checkout-model. Return appropriate values.
12963 Update callers.
12964
12965 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
12966 to vc-checkout-model.
12967 (vc-checkout-required): Rename to vc-checkout-model.
12968 Re-implement and re-comment.
12969 (vc-after-save): Use vc-checkout-model.
12970
129712000-09-04 Martin Lorentzson <martinl@gnu.org>
12972
12973 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
12974 Update to use the vc-BACKEND-diff functions instead.
12975 `vc-diff' is now working.
12976
12977 * vc-rcs.el (vc-rcs-logentry-check): New function.
12978
12979 * vc-cvs.el (vc-cvs-logentry-check): New function.
12980
12981 * vc-sccs.el (vc-sccs-diff): Function changed name from
12982 `vc-backend-diff'. This makes `vc-diff' work.
12983
12984 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
12985 of functions possibly implemented in a vc-BACKEND library.
12986 (vc-checkout-required): Fix bug that caused an error to be
12987 signaled during `vc-after-save'.
12988
12989 * vc.el: Fix typo.
12990 This checkin is made with our new VC code base for the very first time.
12991 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
12992
12993 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
12994 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
12995
12996 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
12997 updated to `vc-uses-locking'.
12998 (vc-checkout-required): Call to backend function.
12999 `vc-checkout-required' updated to `vc-uses-locking' instead.
13000
13001 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
13002 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
13003
13004 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
13005 to match the split into various backends.
13006 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
13007 (vc-retrieve-snapshot): Bug fix.
13008
130092000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13010
13011 * vc-sccs.el (vc-sccs-release): Doc fix.
13012
130132000-09-04 Martin Lorentzson <martinl@gnu.org>
13014
13015 * vc.el (vc-next-action-on-file): Bug found and fixed.
13016 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
13017 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
13018
13019 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
13020 (vc-rcs-checkout): Name space cleaned up. No more revision number
13021 crunching function names that are not prefixed with vc-rcs.
13022 (vc-rcs-checkout-model): Function added. References to
13023 `vc-checkout-model' replaced.
13024
130252000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13026
13027 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
13028 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
13029 still need to be split, and implemented for RCS).
13030
130312000-09-04 Martin Lorentzson <martinl@gnu.org>
13032
13033 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
13034
13035 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
13036 required by the vc.el file.
13037
13038 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
13039 required by the vc.el file.
13040 (vc-rcs-exists): Function added.
13041
13042 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
13043 required by the vc.el file.
13044
13045 * vc.el (vc-admin): Updated to handle selection of appropriate
13046 backend. Current implementation is crufty and need re-thinking.
13047
13048 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
13049
130502000-09-04 Martin Lorentzson <martinl@gnu.org>
13051
13052 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
13053 beginning of annotate buffers correctly.
13054
13055 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
13056 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
13057 functionality updated quite a lot to support multiple backends.
13058 Variables `vc-annotate-mode', `vc-annotate-buffers',
13059 `vc-annotate-backend' added.
13060
13061 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
13062 `vc-annotate-difference' added to supported backend functions.
13063
130642000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13065
13066 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
13067 Use with-temp-file instead of /bin/sh. Merged from mainline
13068
130692000-09-04 Martin Lorentzson <martinl@gnu.org>
13070
13071 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
13072
13073 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
13074
13075 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
13076
130772000-09-04 Martin Lorentzson <martinl@gnu.org>
13078
13079 * vc-hooks.el: vc-state-heuristic added to
13080 vc-backend-hook-functions.
13081
13082 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
13083
13084 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
13085
13086 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
13087 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
13088 state to `reserved'.
13089
13090 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
13091 `vc-checkout-required'. Rename the `locked' state to `reserved'.
13092
130932000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13094
13095 * vc-rcs-hooks.el: Implement new state model. Hardly anything
13096 untouched.
13097
13098 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
13099
13100 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
13101 if defined. (Merged from main line, slightly adapted.)
13102
13103 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
13104 millenium problem (merged from mainline).
13105
131062000-09-04 Martin Lorentzson <martinl@gnu.org>
13107
13108 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
13109 part and moved the non-BACKEND stuff to vc.el.
13110
13111 * vc.el: Split the annotate feature into a BACKEND specific part
13112 and moved it from the vc-cvs.el file to this one.
13113
131142000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13115
13116 * vc-hooks.el: Implement new state model.
13117 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
13118 (vc-locking-user): Simplify. Now only needed if the file is
13119 locked by somebody else.
13120 (vc-lock-from-permissions): Remove. Functionality is in
13121 vc-sccs-hooks.el and vc-rcs-hooks.el now.
13122 (vc-mode-line-string): New name for former vc-status. Adapted.
13123 (vc-mode-line): Adapt to use the above. Remove optional parameter.
13124
13125 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
13126 Various simplifications and adaptations all over the place.
13127
13128 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
13129 Simplify and adapt the rest.
13130
13131 * vc.el (vc-resynch-window): Add TODO comment: check for
13132 interaction with view mode according to recent RCS change.
13133 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
13134
131352000-09-04 Martin Lorentzson <martinl@gnu.org>
13136
13137 * vc.el: Convert the remaining function comments to docstrings.
13138
131392000-09-04 Martin Lorentzson <martinl@gnu.org>
13140
13141 * vc.el (vc-backend-release, vc-release-greater-or-equal)
13142 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
13143 (vc-minor-part, vc-previous-version): Functions that operate and
13144 compare revision numbers got proper documentation. Comments added
13145 about their possible removal.
13146
131472000-09-04 Martin Lorentzson <martinl@gnu.org>
13148
13149 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
13150 the vc-backend.el files.
13151
13152 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
13153
13154 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
13155 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
13156 (vc-rcs-previous-version): Functions added.
13157
13158 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
13159
13160 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
13161
131622000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13163
13164 * vc-hooks.el (vc-master-templates): Is really obsolete.
13165 Comment out the definition for now. What is the right procedure
13166 to get rid of it?
13167 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
13168 rewritten.
13169 (vc-default-registered): Remove.
13170 (vc-check-master-templates): New function; does mostly what the
13171 above did before.
13172 (vc-locking-user): Don't rely on the backend to set the property.
13173
13174 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
13175 Rewrite documentation.
13176 (vc-rcs-templates-grabbed): New variable.
13177 (vc-rcs-grab-templates): New function.
13178 (vc-rcs-registered): Rewrite to use above mechanism.
13179
13180 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
13181 Rewrite documentation.
13182 (vc-sccs-templates-grabbed): New variable.
13183 (vc-sccs-grab-templates): New function.
13184 (vc-sccs-registered): Rewrite to use above mechanism.
13185 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
13186 Don't throw the result, simply return it.
13187
13188 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
13189 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
13190 (vc-cvs-registered): Does the check itself now. Simplify.
13191
13192 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
13193 from main line.
13194
131952000-09-04 Martin Lorentzson <martinl@gnu.org>
13196
13197 * vc-cvs.el (vc-cvs-diff): New function.
13198
13199 * vc-sccs.el (vc-sccs-diff): New function.
13200
13201 * vc-rcs.el (vc-rcs-diff): New function.
13202 (vc-rcs-checkout): Bug (typo) found and fixed.
13203 (vc-rcs-register-switches): New variable.
13204
13205 * vc.el (vc-backend-diff): Function removed and placed in the
13206 backend files.
13207
132082000-09-04 Martin Lorentzson <martinl@gnu.org>
13209
13210 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
13211
13212 * vc.el (vc-backend-checkout): Function removed and replaced in
13213 the vc-backend.el files.
13214
13215 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
13216
13217 * vc.el (vc-backend-admin): Removed and replaced in the
13218 vc-backend.el files.
13219
13220 * vc.el (Martin): Removed all the annotate functionality since it
13221 is CVS backend specific.
13222
132232000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13224
13225 * spec.txt: Added specification of vc-state.
13226
13227 * vc-sccs-hooks.el (vc-sccs-master-properties):
13228 Remove handling of vc-latest-version and
13229 vc-your-latest-version. What used to be vc-latest-version, is now
13230 returned as vc-workfile-version.
13231 (vc-sccs-workfile-version): Adapt.
13232
132332000-09-04 Dave Love <fx@gnu.org>
13234
13235 * vc.el: [Merged from mainline.]
13236 (vc-dired-mode): Make the dired-move-to-filename-regexp
13237 regexp match the date, to avoid treating date as file size.
13238 Add YYYY S option to WESTERN/
13239
132402000-09-04 Dave Love <fx@gnu.org>
13241
13242 * vc.el: Require `compile' when compiling.
13243 (vc-logentry-check-hook): New option.
13244 (vc-steal-lock): Use compose-mail.
13245 (vc-dired-mode-map): Defvar when compiling.
13246 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
13247 vc-sccs.el and renamed. Callers changed.
13248 (vc-backend-checkout, vc-backend-logentry-check)
13249 (vc-backend-merge-news): Doc fix.
13250 (vc-default-logentry-check): New function.
13251 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
13252 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
13253 (vc-backend-merge): Doc fix. Use backend functions.
13254 (vc-check-headers): Use backend functions.
13255
13256 * vc-cvs.el: Require vc when compiling.
13257 (vc-cvs-register-switches): Doc fix.
13258 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
13259 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
13260 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
13261 New functions (code from vc.el).
13262 (vc-annotate-display-default): Fix interactive spec.
13263 (vc-annotate-time-span): Doc fix.
13264
13265 * vc-rcs.el: Require vc when compiling.
13266 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
13267 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
13268 (vc-rcs-checkin): New functions (code from vc.el).
13269 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
13270 Doc fix.
13271 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
13272
13273 * vc-sccs.el: Require vc when compiling.
13274 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
13275 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
13276 (vc-sccs-revert)
13277 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
13278 from vc.el).
13279 (vc-sccs-add-triple, vc-sccs-record-rename)
13280 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
13281 (vc-sccs-admin): Doc fix.
13282
132832000-09-04 Martin Lorentzson <martinl@gnu.org>
13284
13285 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
13286 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
13287 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
13288 from vc.el.
13289
13290 * vc-sccs.el (vc-admin-sccs): Added from vc.el
13291
13292 * vc-cvs.el: Moved the annotate functionality from vc.el.
13293 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
13294
132952000-09-04 Dave Love <fx@gnu.org>
13296
13297 * vc.el (vc-backend-release): Call vc-system-release.
13298
13299 * vc-sccs.el (vc-sccs-system-release):
13300 Renamed from vc-sccs-backend-release.
13301
13302 * vc-rcs.el (vc-rcs-system-release):
13303 Renamed from vc-rcs-backend-release.
13304
13305 * vc-cvs.el (vc-cvs-system-release):
13306 Renamed from vc-cvs-backend-release.
13307
133082000-09-04 Dave Love <fx@gnu.org>
13309
13310 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
13311 backend files.
13312 (vc-backend-release): Dispatch to backend functions.
13313 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
13314 probably needs attention.]
13315
13316 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
13317 (vc-sccs-backend-release): New function.
13318
13319 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
13320 (vc-cvs-backend-release): New function.
13321
13322 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
13323 Doc fix.
13324 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
13325 (vc-default-dired-state-info): New function.
13326 (vc-dired-state-info): Dispatch to backends.
13327 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
13328
13329 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
13330 from vc.el and renamed.
13331
133322000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13333
13334 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
13335 (vc-version-other-window, vc-backend-assign-name): Removed
13336 references to vc-latest-version; sometimes changed into
13337 vc-workfile-version.
13338
13339 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
13340 vc-rcs-master-workfile-version.
13341 (vc-rcs-workfile-version): Use the above. Don't call
13342 vc-latest-version (that was unreachable code, anyway).
13343 (vc-rcs-fetch-master-properties): Doc fix.
13344
13345 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
13346 (vc-backend-hook-functions): Removed them from this list, too.
13347 (vc-fetch-properties): Removed.
13348 (vc-workfile-version): Doc fix.
13349
13350 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
13351 (vc-rcs-workfile-version, vc-rcs-locking-user)
13352 (vc-rcs-uses-locking): Use it.
13353
13354 * vc-hooks.el (vc-consult-rcs-headers):
13355 Moved into vc-rcs-hooks.el, under the name
13356 vc-rcs-consult-headers.
13357
13358 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
13359 headers.
13360 (vc-cvs-find-master): Use this name only; correct different
13361 versions of the name.
13362
13363 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
13364 New functions.
13365 (vc-sccs-locking-user): Use the latter.
13366
13367 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
13368 New functions.
13369
13370 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
13371 Moved into both
13372 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
13373 functions are implementation details of those two backends.
13374
133752000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13376
13377 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
13378 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
13379
13380 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
13381 (vc-sccs-parse-locks): SCCS-specific code moved here from
13382 vc-hooks.
13383
13384 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
13385 code moved here from vc-hooks.
13386
13387 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
13388 into back-end specific parts and removed. Callers not updated
13389 yet; because I guess these callers will disappear into back-end
13390 specific files anyway.
13391
133922000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13393
13394 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
13395 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
13396 `vc-uses-locking'.
13397
13398 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
13399 Store yes/no in the property, and return t/nil. Updated all
13400 callers.
13401
13402 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
13403 vc-sccs-uses-locking. Don't set property.
13404 (vc-sccs-locking-user): Don't set property.
13405
13406 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
13407 vc-cvs-uses-locking. Don't set property here; leave that to
13408 vc-hooks.
13409 (vc-cvs-locking-user): Reflect above change. Streamlined.
13410
13411 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
13412 vc-rcs-uses-locking.
13413 (vc-rcs-locking-user): Reflect above change.
13414
134152000-09-04 Dave Love <fx@gnu.org>
13416
13417 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
13418
13419 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
13420
13421 * vc-hooks.el (vc-checkout-model): Punt to backends.
13422
13423 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
13424
13425 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
13426
13427 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
13428 New functions.
13429
13430 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
13431 New functions.
13432
13433 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
13434 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
13435
13436 * vc-hooks.el (vc-default-locking-user): New function.
13437 (vc-locking-user, vc-workfile-version): Punt to backends.
13438
134392000-09-04 Dave Love <fx@gnu.org>
13440
13441 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
13442 (vc-master-workfile-version): Moved from vc-hooks.
13443
13444 * vc-rcs-hooks.el: Fix duplicate code in last change.
13445
13446 * vc-rcs-hooks.el: Require vc-hooks when compiling.
13447 (vc-rcs-master-templates): Improve :type.
13448 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
13449 vc-master-workfile-version): Moved from vc-hooks.
13450
13451 * vc-sccs-hooks.el: Require vc-hooks when compiling.
13452 (vc-sccs-master-templates): Improve :type.
13453 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
13454
13455 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
13456
13457 * vc-cvs-hooks.el: Require vc-hooks when compiling.
13458 (vc-cvs-master-templates): Improve :type. Use
13459 vc-cvs-find-cvs-master.
13460 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
13461 from vc-hooks.
13462 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
13463
13464 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
13465 Moved to vc-cvs-hooks.
13466
13467 * vc-hooks.el: Add doc strings in various places. Simplify the
13468 minor mode setup.
13469 (vc-handled-backends): New user variable.
13470 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
13471 simplification.
13472
134732000-09-04 Dave Love <fx@gnu.org>
13474
13475 * vc.el: Some doc fixes for autoloaded and interactive functions.
13476 Fix compilation warnings from ediff stuff.
13477 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
13478
13479 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
13480
13481 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
13482
13483 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
13484
134852000-09-04 Dave Love <fx@gnu.org>
13486
13487 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
13488 New variable.
13489 (vc-make-backend-function, vc-loadup, vc-call-backend)
13490 (vc-backend-defines): New functions.
13491
13492 * vc-hooks.el: Various doc fixes.
13493 (vc-default-back-end, vc-follow-symlinks): Custom fix.
13494 (vc-match-substring): Function removed. Callers changed to use
13495 match-string.
13496 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
13497 Simplify.
13498
134992000-09-04 Dave Love <fx@gnu.org>
13500
13501 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
13502 type.
13503 (vc-sccs-project-dir, vc-search-sccs-project-dir)
13504 (vc-sccs-registered): Doc fix.
13505
13506 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
13507 (vc-cvs-registered): Doc fix.
13508
13509 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
13510 (vc-rcs-registered): Doc fix.
13511
135122000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13513
13514 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
13515
13516 * vc-hooks.el: vc-registered has been renamed
13517 vc-default-registered. Some functions have been moved to the
13518 backend specific files. they all support the
13519 vc-BACKEND-registered functions.
13520
135212000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
13522
13523 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
13524
13525 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
13526
135272000-09-04 Dave Love <fx@gnu.org>
13528
13529 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
13530 menu-bar-update-hook.
13531
13532 * help.el (help-manyarg-func-alist): Add
13533 find-operation-coding-system.
13534
13535 * wid-edit.el (widget-sexp-validate): Fix garbled code.
13536
13537 * custom.el (custom-set-variables): Print message about errors in
13538 setting.
13539
135402000-09-03 Andrew Innes <andrewi@gnu.org>
13541
13542 * makefile.w32-in: Change to DOS line endings.
13543
135442000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
13545
13546 * mouse.el (mouse-popup-menubar): Supply the prompt string for
13547 minor-mode keymaps, if they don't have one.
13548
135492000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
13550
13551 * eshell/esh-module.el (eval-when-compile): Don't lose if
13552 esh-module.el's file name is truncated to DOS 8+3 limits.
13553
135542000-09-01 John Wiegley <johnw@gnu.org>
13555
13556 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
13557 predicate, which caused entries in the completion list to be
13558 doubled.
13559
135602000-08-30 John Wiegley <johnw@gnu.org>
13561
13562 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
13563 sending to subprocesses. Also, hook pre-command-hook if
13564 `eshell-send-direct-to-subprocesses' is non-nil.
13565 (eshell-send-direct-to-subprocesses): New config variable. If t,
13566 subprocess input is send immediately.
13567 (eshell-toggle-direct-send): New function.
13568 (eshell-self-insert-command): New function.
13569 (eshell-intercept-commands): New function.
13570 (eshell-send-input): If direct subprocess sending is enabled,
13571 don't echo any input to the Eshell buffer. Let the subprocess
13572 handle that. This requires "stty echo" in bash, for example.
13573
135742000-08-28 John Wiegley <johnw@gnu.org>
13575
13576 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
13577 completion function for Eshell's implementation of `unset'.
13578
135792000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
13580
13581 * info.el (Info-directory-list): Doc fix.
13582
135832000-08-31 Peter Breton <pbreton@ne.mediaone.net>
13584
13585 * filecache.el (file-cache-add-directory-using-find): Don't quote
13586 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
13587
135882000-08-31 Kenichi Handa <handa@etl.go.jp>
13589
13590 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
13591 coding systems.
13592
135932000-08-30 Andrew Innes <andrewi@gnu.org>
13594
13595 * timer.el (run-with-idle-timer): Undo last change, so that timer
13596 is not activated immediately if Emacs is already idle. Some
13597 existing code relies on this behaviour.
13598
135992000-08-30 Miles Bader <miles@gnu.org>
13600
13601 * frame.el (set-frame-font): Do completion of font-name for
13602 interactive use.
13603
136042000-08-30 Kenichi Handa <handa@etl.go.jp>
13605
13606 * international/quail.el (quail-start-translation): Bind locally
13607 last-command-event, last-command, and this-command.
13608 (quail-start-conversion): Likewise.
13609 (quail-self-insert-command): Fix docstring.
13610
136112000-08-29 Gerd Moellmann <gerd@gnu.org>
13612
13613 * progmodes/executable.el
13614 (executable-make-buffer-file-executable-if-script-p): Check that
13615 buffer contains at least 2 characters.
13616
136172000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
13618
13619 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
13620
136212000-08-29 Dave Love <fx@gnu.org>
13622
13623 * diff-mode.el (diff-mode) <defgroup>: Add :version.
13624 (diff-mode-shared-map): Bind mouse-2.
13625 (diff-imenu-generic-expression): New variable.
13626 (diff-mode): Use it.
13627
13628 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
13629 (mouse-popup-menubar): Add minor mode menus.
13630 (popup-menu): Check for lookup-key returning number.
13631
136322000-08-29 Miles Bader <miles@gnu.org>
13633
13634 * comint.el (comint-send-input): Create overlays using the proper
13635 front/read-advance arguments.
13636
136372000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13638
13639 * ps-print.el: Even/odd pages printing. Doc fix.
13640 (ps-print-version): New version number (6.0).
13641 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
13642 (ps-background, ps-begin-file, ps-begin-job): Code fix.
13643 (ps-print-duplex-feature): Variable eliminated.
13644 (ps-even-or-odd-pages): New variable.
13645
13646 * progmodes/ebnf2ps.el: Doc fix.
13647 (ebnf-version): New version (3.3).
13648 (ebnf-user-arrow): Change variable customization to sexp.
13649 (ebnf-user-arrow): Function eliminated.
13650 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
13651
136522000-08-29 Kenichi Handa <handa@etl.go.jp>
13653
13654 * help.el (help-xref-mule-regexp): New variable.
13655 (help-make-xrefs): Handle help-xref-mule-regexp.
13656
13657 * international/mule-cmds.el (help-xref-mule-regexp-template): New
13658 variable.
13659 (describe-input-method): Temporarily activate the specfied input
13660 method to display the information.
13661 (describe-language-environment): Hyperlinks to mule related items.
13662
13663 * international/mule-diag.el (charset-multibyte-form-string): New
13664 function.
13665 (list-character-sets-1): Use charset-multibyte-form-string.
13666 (describe-character-set): New function.
13667 (describe-coding-system): Hyperlinks to safe character sets.
13668
13669 * international/quail.el (quail-help): New arg PACKAGE.
13670 Hyperlinks to mule related items.
13671 (quail-help-insert-keymap-description): Use
13672 substitute-command-keys instead of describe-bindings.
13673 (quail-translation-help): Hyperlinks to mule related items.
13674
136752000-08-28 John Wiegley <johnw@gnu.org>
13676
13677 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
13678 have a defsubst call itself. Made `eshell-flatten-list' back into
13679 a function again.
13680
13681 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
13682 catch, in case re-centering point at bottom messes up the display.
13683 This happens frequently in Emacs 21, due I believe to variable
13684 line heights.
13685
13686 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
13687 to call `find-tag-interactive'.
13688
13689 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
13690 the list of remember directories.
13691
136922000-08-28 John Wiegley <johnw@gnu.org>
13693
13694 * align.el: Test align-region-separate to see if it's a symbol.
13695
136962000-08-28 John Wiegley <johnw@gnu.org>
13697
13698 * eshell/esh-util.el (eshell-flatten-list): Made this function
13699 into a defsubst form. It gets used very frequently, although
13700 calls don't occur all that often.
13701
13702 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
13703 examining it.
13704
13705 * eshell/esh-cmd.el (eshell-rewrite-while-command):
13706 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
13707 `eshell-protect'.
13708 (eshell-copy-handles): Created a new macro for duplicating the
13709 current set of open handles. This is needed by the looping
13710 functions.
13711 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
13712 is not incorrectly stomped on.
13713
13714 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
13715 declaration for pcomplete-use-paring.
13716 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
13717 value of eshell-cmpl-use-paring.
13718 * pcomplete.el (pcomplete-use-paring): New config variable, to
13719 indicate whether paring should be used.
13720 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
13721 completion alternatives that have already been used.
13722
13723 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
13724 bound to C-c C-y, which will repeat the previous N arguments
13725 (based on prefix argument).
13726 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
13727
13728 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
13729 if there is no *Help* buffer. This is for XEmacs, which renames
13730 its help buffers uniquely. TODO: Find out what the current buffer
13731 name to delete is.
13732
13733 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
13734 first entry that correlates to a passwd/group number. Later
13735 entries (used for group/user name aliasing to multiple IDs) are
13736 ignored.
13737
13738 * eshell/em-xtra.el (eshell/expr):
13739 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
13740 (eshell-grep, eshell/diff, eshell/locate):
13741 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
13742 argument list, before passing it to the system command.
13743
13744 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
13745 `find-tag' for use at final position in Eshell buffers (which
13746 otherwise triggers an error on Emacs 21).
13747 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
13748 buffer, if it is currently bound to `find-tag'.
13749
13750 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
13751 in the list of matched Makefile names.
13752 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
13753 directory, prefer its contents to Makefile.
13754
13755 * eshell/em-dirs.el (eshell/cd): cd commands that look up
13756 directory parts (like "cd old new", or "cd =regexp"), are now case
13757 sensitive on non-Windows/DOS platforms.
13758
13759 * eshell/esh-mode.el (eshell-parse-command-input): When a user
13760 types RET after an open delimiter (like "), display a message
13761 indicating that Eshell is waiting for the closing delimiter.
13762
13763 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
13764 environment variables.
13765
13766 * eshell/em-unix.el (eshell/diff): Added logic to fail more
13767 gracefully if the user enters incorrect arguments.
13768
13769 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
13770 Eshell buffers.
13771
13772 * eshell/esh-var.el (eshell-interpolate-variable):
13773 * eshell/esh-mode.el (eshell-move-argument):
13774 * eshell/em-unix.el (eshell-du-sum-directory):
13775 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
13776 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
13777 (not (= ...)).
13778
13779 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
13780 to ensure the `preserve' flag gets propagated when doing recursive
13781 directory copies.
13782
137832000-08-28 Stefan Monnier <monnier@cs.yale.edu>
13784
13785 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
13786 Don't convert \n into \0177 in memory.
13787 (eshell-read-history, eshell-write-history): Convert \n to \0177,
13788 and back again, when reading and writing.
13789
137902000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
13791
13792 * eshell/esh-util.el (eshell-processp): Added to relieve constant
13793 testing of `fboundp' on `processp'.
13794
13795 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
13796 (eshell/jobs): Don't call process-list if it is not bound.
13797 (eshell-gather-process-output): Support systems where async
13798 subprocesses aren't supported.
13799 (eshell-scratch-buffer, eshell-last-sync-output-start): New
13800 variables.
13801
13802 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
13803 eshell-do-eval returns t.
13804 (eshell-do-pipelines-synchronously): New defmacro.
13805 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
13806 when async subprocesses aren't supported.
13807 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
13808 if async subprocesses aren't supported.
13809 (eshell-resume-command): Don't assume STATUS is a string.
13810
13811 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
13812
13813 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
13814 (eshell-close-target, eshell-get-target): Use eshell-processp.
13815 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
13816 fix.
13817 (eshell-get-target, eshell-create-handles): Doc fix.
13818
138192000-08-28 Miles Bader <miles@lsi.nec.co.jp>
13820
13821 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
13822 criterion to include commands that output something, as long as it
13823 leaves both the command and the end-of-buffer visible when the
13824 command has exited.
13825 (eshell-review-quick-commands): Adjust the help doc string
13826 accordingly.
13827
138282000-08-28 Peter Breton <pbreton@ne.mediaone.net>
13829
13830 * locate.el (locate): Cleaned up locate command's interactive prompting
13831 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
13832
13833 * filecache.el (file-cache-case-fold-search): New variable
13834 (file-cache-assoc-function): New variable
13835 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
13836 Use file-cache-case-fold-search variable
13837 (file-cache-add-file): Use file-cache-assoc-function
13838 (file-cache-delete-file): likewise
13839 (file-cache-directory-name): likewise
13840 (file-cache-debug-read-from-minibuffer): likewise
13841
138422000-08-28 Gerd Moellmann <gerd@gnu.org>
13843
13844 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
13845 (abbrev-table-name): New function.
13846 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
13847 If non-nil list local abbrev, only.
13848
138492000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
13850
13851 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
13852 from Gnus support code, and use special article copy buffer
13853 `(gnus-original-article-buffer)' instead. This allows to get rid
13854 of article-hide-headers usage (which breaks in the latest Gnus
13855 version). Thanks to Detlev Zundel.
13856
138572000-08-28 Kenichi Handa <handa@etl.go.jp>
13858
13859 * international/quail.el (quail-use-package): Hide "... loaded"
13860 message.
13861 (quail-start-translation, quail-start-conversion): Likewise.
13862
13863 * international/kkc.el (kkc-region): Hide "... loaded" message.
13864
138652000-08-27 Dave Love <fx@gnu.org>
13866
13867 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
13868
138692000-08-27 Miles Bader <miles@gnu.org>
13870
13871 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
13872
138732000-08-27 Kenichi Handa <handa@etl.go.jp>
13874
13875 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
13876 'ja-dic-cnv), not (require 'skkdic-cnv).
13877
138782000-08-26 Miles Bader <miles@gnu.org>
13879
13880 * faces.el (face-x-resources): Add entry for :inherit.
13881 * cus-face.el (custom-face-attributes): Add support for :inherit
13882 attribute. Add support for relative face heights.
13883 (custom-face-attributes-get): Treat `nil' as being a default value
13884 for :inherit (as well as `unspecified').
13885
13886 * faces.el (set-face-attribute): Update doc string.
13887 (face-attribute-name-alist): Add :inherit.
13888 (face-valid-attribute-values): Handle :inherit.
13889 (face-read-string): Rephrase prompt to be less confusing.
13890 Assume that DEFAULT is a string, since we must return a string.
13891 (face-read-integer): Use `format' to turn DEFAULT into an
13892 acceptable default for face-read-string. Match NEW-VALUE against
13893 the string "unspecified", not the symbol `unspecified', since
13894 that's what face-read-string returns.
13895 (read-face-attribute): Lookup a name for old-value in valid, and
13896 use it as a default if we find one. Treat all values from
13897 face-read-string as strings. If the default is used, don't do any
13898 more processing on the value, just use the old value directly.
13899 (read-face-and-attribute, modify-face): Tweak prompt.
13900 (read-face-name): Don't assume prompt ends with a space.
13901
13902 * faces.el (describe-face): Add support for :inherit attribute.
13903
139042000-08-25 Kenichi Handa <handa@etl.go.jp>
13905
13906 * terminal.el (terminal-emulator): Fix args to `concat'. Now
13907 concat doesn't accept interger.
13908
13909 * international/kkc.el: Remove SKK from Keywords. Require
13910 ja-dic-utl instead of skkdic-utl.
13911
13912 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
13913 Provide ja-dic-cnv instead of skkdic-cnv.
13914 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
13915 (iso-2022-7bit-short): Add safe-charsets property.
13916 (skkdic-convert-postfix): Search Japanese chou-on character in
13917 addition to Hiragana character.
13918 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
13919 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
13920 (batch-skkdic-convert): Likewise.
13921
13922 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
13923 Provide ja-dic-utl instead of skkdic-utl.
13924 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
13925
139262000-08-24 Dave Love <fx@gnu.org>
13927
13928 * disp-table.el (standard-display-default): Make the test of `l'
13929 useful.
13930
13931 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
13932 mod sample text.
13933
13934 * international/iso-ascii.el: Make pilcrow convenient string
13935 consistent with section.
13936 (iso-ascii-display): Set up multibyte characters as well as
13937 unibyte.
13938
139392000-08-24 Kenichi Handa <handa@etl.go.jp>
13940
13941 * international/mule-cmds.el (reset-language-environment): Set
13942 default-process-coding-system to '(undecided . iso-latin-1), which
13943 makes process I/O almost consistent with file I/O. Call this
13944 function when mule-cmds.el[c] is loaded.
13945
139462000-08-22 Andrew Innes <andrewi@gnu.org>
13947
13948 * makefile.w32-in: New file.
13949
139502000-08-22 Miles Bader <miles@lsi.nec.co.jp>
13951
13952 * comint.el (comint-output-filter): Compare end of
13953 comint-last-output-overlay with the start of the newly inserted
13954 text, not the end, when deciding whether to extend it.
13955 Set saved-point's insertion type to advance after insertion.
13956
13957 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
13958 since this is now done independently of font-lock mode.
13959
139602000-08-21 Gerd Moellmann <gerd@gnu.org>
13961
13962 * server.el (server-kill-new-buffers): New user option.
13963 (server-existing-buffer): New buffer-local variable.
13964 (server-visit-files): When using an existing buffer, set
13965 server-existing-buffer to t.
13966 (server-buffer-done): If server-kill-new-buffers is t, kill the
13967 buffer, unless it was already present before visiting it with
13968 Emacs server.
13969
139702000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
13971
13972 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
13973 even if the display doesn't support colors: some displays will
13974 support bold/underline faces.
13975
139762000-08-21 Gerd Moellmann <gerd@gnu.org>
13977
13978 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
13979
13980 * startup.el (command-line): If user's init file had an error,
13981 add explanatory text to *Messages*.
13982
139832000-08-21 Kenichi Handa <handa@etl.go.jp>
13984
13985 * man.el (Man-getpage-in-background): Decode the process output by
13986 the system locale coding system.
13987
139882000-08-20 Dave Love <fx@gnu.org>
13989
13990 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
13991 Don't test x-popup-menu.
13992 (function) <complete-function>: Complete only fbound symbols.
13993 <validate, value>: New.
13994 (variable) <complete-function>: Complete only bound symbols.
13995 (coding-system): Add :base-only, :complete-function, :validate,
13996 :value, :prompt-match.
13997 (widget-coding-system-prompt-value): Use read-coding-system and
13998 act on :base-only.
13999 (editable-field): Add :help-echo.
14000 (widget-push-button-gui, widget-push-button-cache)
14001 (widget-gui-action, widget-editable-list-gui): COmment out, along
14002 with uses.
14003 (widget-at): Make arg optional.
14004 (widget-echo-help): Adjust for current help-echo calling sequence.
14005 (widget-specify-field, widget-specify-button)
14006 (widget-specify-insert, widget-get-sibling, widget-image-find)
14007 (widget-convert, widget-insert, widget-leave-text)
14008 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
14009 (widget-setup, widget-field-find, widget-before-change)
14010 (widget-after-change, widget-default-complete)
14011 (widget-default-create, widget-default-delete)
14012 (widget-push-button-value-create, editable-field)
14013 (widget-field-prompt-value, widget-field-validate)
14014 (widget-choice-value-create, widget-choice-action)
14015 (widget-choice-validate, widget-checklist-add-item)
14016 (widget-radio-add-item, widget-radio-chosen)
14017 (widget-radio-value-inline, widget-editable-list-value-create)
14018 (widget-editable-list-entry-create)
14019 (widget-documentation-link-add)
14020 (widget-documentation-string-value-create)
14021 (widget-regexp-validate, widget-file-complete)
14022 (widget-sexp-validate, widget-plist-convert-widget)
14023 (widget-plist-convert-widget, widget-alist-convert-widget)
14024 (widget-alist-convert-widget, widget-color-complete): Simplify,
14025 particularly to avoid bindings which aren't optimized out.
14026
14027 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
14028 Doc fix.
14029 (down-list, backward-up-list, up-list, kill-sexp)
14030 (backward-kill-sexp, mark-sexp): Make arg optional.
14031 (lisp-complete-symbol): Add optional arg PREDICATE.
14032
14033 * cus-start.el: Add display-buffer-reuse-frames,
14034 file-coding-system-alist.
14035
140362000-08-20 Gerd Moellmann <gerd@gnu.org>
14037
14038 * startup.el (command-line): Clear realized faces after
14039 modifying TTY color mappings.
14040
140412000-08-20 Miles Bader <miles@gnu.org>
14042
14043 * faces.el (face-attr-match-p): Don't return true if ATTRS are
14044 merely a subset of FACE's attributes.
14045
140462000-08-19 Miles Bader <miles@gnu.org>
14047
14048 * comint.el (comint-output-filter): Save the point with a marker,
14049 not just a buffer position.
14050
14051 * international/mule.el (set-buffer-process-coding-system): Make
14052 interactive prompt less confusing.
14053
140542000-08-19 Gerd Moellmann <gerd@gnu.org>
14055
14056 * hilit-chg.el: General cleanup of doc strings, comments and
14057 code formatting.
14058
140592000-08-19 Miles Bader <miles@gnu.org>
14060
14061 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
14062 Compiler macro removed; beginning-of-line is no longer always
14063 equivalent to forward-line, in the presence of fields.
14064
14065 * comint.el (comint-output-filter): Remove ad-hoc saving of
14066 restriction, and just use save-restriction, now that it works
14067 correctly. Don't adjust comint-last-input-start to account for
14068 our insertion; it shouldn't have moved because we don't use
14069 insert-before-markers anymore. Comment out call to
14070 `force-mode-line-update'; why is it here?
14071
14072 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
14073 while checking for prompt to delete. Use `forward-line 0'
14074 instead of beginning-of-line.
14075 (gud-filter): Temporarily widen gud comint buffer while
14076 examining output.
14077
140782000-08-18 Stefan Monnier <monnier@cs.yale.edu>
14079
14080 * progmodes/sh-script.el: Big bag of typos.
14081
14082 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
14083 check since ispell-process is not bound when ispell is not yet loaded.
14084
140852000-08-18 Dave Love <fx@gnu.org>
14086
14087 * image.el (find-image): Copy `spec' before using plist-put.
14088
140892000-08-18 Gerd Moellmann <gerd@gnu.org>
14090
14091 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
14092 `portugues'.
14093
14094 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
14095 backward-kill-sexp, analogous to kill-sexp.
14096
14097 * progmodes/icon.el (icon-indent-line)
14098 (icon-is-continuation-line): Handle comments specially.
14099
141002000-08-17 Ken Stevens <k.stevens@ieee.org>
14101
14102 * ispell.el: Set to standard author/maintainer/keyword fields.
14103 Fine tuning to menu map appearance and operation, and added help.
14104 Remove `start' and `end' error messages when compiling.
14105 (ispell-choices-win-default-height): Fixed comment string.
14106 (ispell-dictionary-alist-1): Fixed regexp in castellano and
14107 castellano8 dictionaries.
14108 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
14109 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
14110 dictionary, added italiano dictionary.
14111 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
14112 word character
14113 (ispell-tex-skip-alists): Added psfig support.
14114 (ispell-skip-html): Renamed from ispell-skip-sgml.
14115 (ispell-begin-skip-region-regexp, ispell-skip-region)
14116 (ispell-minor-check): Improved html skipping support to skip across
14117 code, and recognize `&' commands without propper `;' syntax;
14118 (ispell-process-line): Fix alignment error when manually
14119 correcting spelling.
14120 (ispell): Fix comment string.
14121 (ispell-add-per-file-word-list): Always put word list on new line.
14122
141232000-08-17 Gerd Moellmann <gerd@gnu.org>
14124
14125 * format.el (format-encode-run-method): Fix error message to say
14126 `encode' instead of `decode'. Use save-window-excursion around
14127 shell-command-on-region as in format-decode-run-method because
14128 shell-command-on-region can display a buffer with error output.
14129 (format-decode): Don't record undo information for the decoding.
14130 (format-annotate-function): Add parameter FORMAT-COUNT. Make
14131 that number part of the temporary buffer name so that more than
14132 one decoding using a temporary buffer can happen safely.
14133
14134 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
14135 of `A-z' in the regexp.
14136
14137 * hilit-chg.el: Fix typos in commentary.
14138
14139 * help.el (view-emacs-news): Rewritten for new naming scheme
14140 for old NEWS files.
14141
14142 * startup.el (command-line): Pop to *Messages* in case an error
14143 is signaled while loading user-init-file.
14144
141452000-08-17 Andreas Schwab <schwab@suse.de>
14146
14147 * files.el (insert-directory): Don't lose original file name,
14148 undoing an undocumented change.
14149
141502000-08-17 Alex Schroeder <alex@gnu.org>
14151
14152 * sql.el (sql-magic-go): Use comint-bol.
14153 (sql-copy-column): Use comint-line-beginning-position.
14154 (comint-line-beginning-position): Define a replacement for
14155 comint-line-beginning-position if it is not fboundp.
14156
141572000-08-17 Alex Schroeder <alex@gnu.org>
14158
14159 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
14160 it didn't have any effect anyway.
14161
141622000-08-17 Alex Schroeder <alex@gnu.org>
14163
14164 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
14165 --pset and pager=off instead of sending \\o|cat at the beginning
14166 of the session.
14167
141682000-08-17 Miles Bader <miles@gnu.org>
14169
14170 * progmodes/octave-inf.el: Add compatibility definition of
14171 comint-line-beginning-position.
14172
141732000-08-17 Kenichi Handa <handa@etl.go.jp>
14174
14175 * startup.el (normal-top-level): Look in each dir in load-path for
14176 a leim-list.el file too. This assures of loading leim-list.el
14177 that is created at Emacs installation time even if a user have his
14178 own leim-list.el.
14179
141802000-08-17 Miles Bader <miles@gnu.org>
14181
14182 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
14183 foreground color to black if the background is dark.
14184
141852000-08-16 Stefan Monnier <monnier@cs.yale.edu>
14186
14187 * loadhist.el (unload-feature): Typo.
14188
14189 * finder.el (finder-compile-keywords):
14190 * cus-dep.el (custom-make-dependencies): Add local-variable settings
14191 to the generated file.
14192
14193 * mail/mh-e.el (mh-make-local-vars):
14194 Replace make-variable-buffer-local with make-local-variable.
14195
14196 * play/landmark.el:
14197 * options.el (Edit-options-{set,toggle,t,nil}):
14198 * mail/mailabbrev.el (mail-abbrevs-mode):
14199 * textmodes/tex-mode.el (tex-expand-files):
14200 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
14201
14202 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
14203
14204 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
14205 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
14206 Allow going past the last element.
14207 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
14208 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
14209 (cvs-mouse-toggle-mark): Don't move point.
14210 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
14211
14212 * progmodes/compile.el (grep): Provide a default set of files.
14213 (next-error): Docstring fix.
14214 (compilation-find-file): Avoid find-file (fails in a dedicated window).
14215
14216 * emacs-lisp/easy-mmode.el (define-minor-mode):
14217 Use `symbol-value' to keep the byte-compiler quiet.
14218
14219 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
14220 (diff-find-source-location): New fun, extracted from diff-goto-source.
14221 (diff-goto-source): Use it.
14222 (diff-next-complex-hunk, diff-filter-lines): New function.
14223 (diff-apply-hunk): New command.
14224
14225 * smerge-mode.el (smerge-mode-menu): Doc fix.
14226
14227 * msb.el (msb-mode): Define it in terms of define-minor-mode.
14228
142292000-08-16 Dave Love <fx@gnu.org>
14230
14231 * windmove.el (windmove) <defgroup>: Add :version.
14232
14233 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
14234 (goto-address-fontify-p, goto-address-highlight-p)
14235 (goto-address-url-face, goto-address-url-mouse-face)
14236 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
14237 (goto-address-url-regexp): Use thing-at-point-url-regexp.
14238 (goto-address-fontify, goto-address-at-mouse): Simplify,
14239 (goto-address-at-point): browse-url-url-at-point,
14240 goto-address-find-address-at-point can return nil.
14241 (goto-address-find-address-at-point): Return nil on failure.
14242
14243 * align.el (align) <defgroup>: Add :version.
14244
14245 * calculator.el (calculator): Add :version.
14246 (calculator): Use two lines for calculator window if `modeline'
14247 face is boxed.
14248
14249 * play/5x5.el: Doc fixes.
14250 (5x5) <defgroup>: Add :version.
14251
14252 * play/fortune.el (fortune) <defgroup>: Add :version.
14253 (fortune-append): Fix error message.
14254 (fortune-from-region): Doc fix.
14255
14256 * play/pong.el (pong): Doc fix.
14257
14258 * play/morse.el: Keywords, commentary, autoloads.
14259
142602000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
14261
14262 * desktop.el (desktop-save): Don't look at symbol-value of a
14263 member of minor-mode-alist, unless it is boundp.
14264
142652000-08-16 Sam Steingold <sds@gnu.org>
14266
14267 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
14268 `while'; use `with-current-buffer' instead of `save-excursion'.
14269 Removed unnecessary kludges now that "*Buffer List*" is excluded.
14270
142712000-08-16 Kenichi Handa <handa@etl.go.jp>
14272
14273 * international/ccl.el (declare-ccl-program): Docstring modified.
14274 (ccl-execute-with-args): Likewise.
14275
142762000-08-16 Miles Bader <miles@gnu.org>
14277
14278 * progmodes/sql.el: Add compatibility definition of
14279 comint-line-beginning-position.
14280
142812000-08-15 Gerd Moellmann <gerd@gnu.org>
14282
14283 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
14284 'buffer-menu' property.
14285 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
14286 fails.
14287 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
14288 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
14289 wasn't killed.
14290
14291 * buff-menu.el (list-buffers-noselect): Don't display the
14292 *Buffer List* buffer.
14293
14294 * font-lock.el: Require jit-lock to prevent a very late
14295 `Loading jit-lock' message.
14296
14297 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
14298 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
14299 mail address.
14300
143012000-08-15 Miles Bader <miles@gnu.org>
14302
14303 * textmodes/ispell.el (ispell-graphic-p): New constant.
14304 (ispell-choices-win-default-height, ispell-help): Use
14305 `ispell-graphic-p' instead of `xemacsp'.
14306
143072000-08-15 Dave Love <fx@gnu.org>
14308
14309 * simple.el: Autoload widget-convert when compiling.
14310 (mail-user-agent): Doc fix.
14311
14312 * help.el (function-called-at-point, variable-at-point): Use
14313 with-syntax-table.
14314 (help-manyarg-func-alist): Add insert-and-inherit.
14315
14316 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
14317
14318 * delsel.el (delsel-unload-hook): New function.
14319
14320 * find-file.el: Doc fixes. Move provide to end.
14321 (ff) <defgroup>: Add :link.
14322 (ff-goto-click): Deleted.
14323 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
14324 Use mouse-set-point.
14325
14326 * textmodes/tildify.el: Doc fixes.
14327 (tildify) <defgroup>: Add:version.
14328
14329 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
14330 (glasses-custom-set): Use set-default, not set.
14331 (minor-mode-alist): Propertize the lighter.
14332 (glasses-mode): Provide optional arg.
14333
14334 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
14335 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
14336 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
14337 option. Provide :type.
14338 (cwarn-configuration): Provide :type.
14339 (cwarn-mode): Doc fix.
14340
14341 * add-log.el (change-log-merge): Doc fix.
14342 (change-log-redate): New command.
14343
14344 * net/browse-url.el (browse-url-filename-alist): Add a clause for
14345 Doze and Dog.
14346 (browse-url): Use dolist, not mapcar.
14347 (browse-url-at-point): Check for null url.
14348 (browse-url-event-buffer, browse-url-event-point): Functions
14349 deleted.
14350 (browse-url-at-mouse, browse-url-netscape): Simplify.
14351
14352 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
14353 modes.
14354 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
14355 Fix previous change to mapcan.
14356 (msb--init-file-alist, msb--add-separators)
14357 (msb--make-keymap-menu): Simplify.
14358 (msb--choose-file-menu): Use copy-sequence.
14359 (msb-mode-map): Add title to keymap.
14360 (msb-unload-hook): New function.
14361
14362 * bs.el: Fix indentation.
14363 (bs) <defgroup>: Add :links.
14364 (bs-show): Doc fix.
14365 (bs-apply-sort-faces): Don't use window-system.
14366 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
14367
143682000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
14369
14370 * calendar/timeclock.el (timeclock-file): Run .timelog through
14371 convert-standard-filename.
14372
143732000-08-14 Gerd Moellmann <gerd@gnu.org>
14374
14375 * emacs-lisp/authors.el: New file.
14376
14377 * paren.el (show-paren-priority): New user option.
14378 (show-paren-function): Set overlay priorities to
14379 show-paren-priority.
14380
143812000-08-14 Miles Bader <miles@gnu.org>
14382
14383 * comint.el (comint-bol): Use `forward-line 0' instead of calling
14384 beginning-of-line with inhibit-field-text-motion bound.
14385
143862000-08-14 Gerd Moellmann <gerd@gnu.org>
14387
14388 * calendar/timeclock.el: New file.
14389
143902000-08-14 David Ponce <david@dponce.com>
14391
14392 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
14393 `widget-button-click'. so that one can use left mouse button to
14394 click on dialog buttons.
14395
143962000-08-14 Emmanuel Briot <briot@gnat.com>
14397
14398 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
14399 identifiers, since XML is case sensitive
14400
144012000-08-12 Miles Bader <miles@gnu.org>
14402
14403 * comint.el (comint-output-filter): Don't bother frobbing
14404 window-start, it doesn't seem to be necessary.
14405
14406 * comint.el (comint-send-string, comint-send-region): Make into
14407 real functions. Snapshot the prompt before sending.
14408
144092000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
14410
14411 * info.el (Info-find-emacs-command-nodes): Rewrite to use
14412 technique similar to Info-index, instead of relying on specific
14413 names of relevant Index nodes.
14414 (Info-goto-emacs-command-node): Bind Info-history to nil when
14415 going to the first node found by Info-find-emacs-command-nodes.
14416
144172000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
14418
14419 * menu-bar.el (menu-bar-help-menu): Add a :help string.
14420
144212000-08-10 Miles Bader <miles@gnu.org>
14422
14423 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
14424
144252000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
14426
14427 * info.el (Info-file-list-for-emacs): More elements for the
14428 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
14429 and woman manuals.
14430
144312000-08-10 Miles Bader <miles@lsi.nec.co.jp>
14432
14433 * comint.el (comint-send-input): Make the newline boundary overlay
14434 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
14435 (comint-output-filter): Use `insert' instead of
14436 `insert-before-markers'. Extend comint-last-output-overlay when
14437 necessary since we can't rely on insert-before-markers to do it.
14438 * gud.el (gud-filter): Use `with-current-buffer' instead of
14439 save-excursion when inserting the output, so that point gets
14440 updated correctly; the old method relied on a rather dodgy
14441 side-effect of comint-output-filter to avoid the effect of
14442 save-excursion.
14443
144442000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
14445
14446 * files.el (recover-file): Call insert-directory instead of
14447 invoking `ls' directly.
14448
144492000-08-10 Miles Bader <miles@gnu.org>
14450
14451 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
14452 (comint-last-prompt-overlay): New variables.
14453 (comint-output-filter): Implement prompt highlighting.
14454 (comint-snapshot-last-prompt): New function.
14455 (comint-send-input): Snapshot the last prompt.
14456 Use comint-highlight-input-face.
14457 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
14458 Use defface instead of defcustom.
14459 (send-invisible, comint-send-eof): Snapshot the last prompt.
14460 (comint-delchar-or-maybe-eof): Use comint-send-eof.
14461 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
14462
144632000-08-09 Stefan Monnier <monnier@cs.yale.edu>
14464
14465 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
14466 (regexp-opt-group): Use a list of chars for `letters'.
14467 (regexp-opt-charset): `chars' is now a list of chars.
14468 Use a char-table rather than a vector so it works for multibyte chars.
14469
14470 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
14471 Set cvs-minor-current-files to the selected fileinfo.
14472 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
14473 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
14474
144752000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
14476
14477 * files.el (insert-directory): Don't call access-file on
14478 directories on DOS and Windows.
14479
144802000-08-09 Kenichi Handa <handa@etl.go.jp>
14481
14482 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
14483 longer if necessary.
14484 (ccl-embed-code): Call ccl-embed-data to store CODE in
14485 ccl-program-vector.
14486
144872000-08-09 Miles Bader <miles@gnu.org>
14488
14489 * comint.el (comint-output-filter): Properly handle the case where
14490 the text surrounded by comint-last-output-overlay was deleted.
14491
144922000-08-08 Gerd Moellmann <gerd@gnu.org>
14493
14494 * info.el (Info-insert-dir): Use Info-additional-directory-list if
14495 non-nil.
14496 (Info-file-list-for-emacs): Remove "info" from the list because
14497 that leads to trying to use the documentation from file `info'
14498 in various situations where it isn't appropriate, for instance
14499 C-h C-k C-h i.
14500
14501 * ffap.el (ffap-read-file-or-url-internal): Handle case that
14502 DIR and/or STRING are nil.
14503
14504 * progmodes/compile.el (compilation-setup): Make variable
14505 compilation-error-screen-columns buffer-local, as some comment
14506 in the code suggests it should be.
14507
14508 * files.el (auto-mode-interpreter-regexp): New variable.
14509 (set-auto-mode): Use it.
14510
14511 * indent.el (indent-for-tab-command): Doc fix.
14512
14513 * mouse-sel.el (mouse-sel-mode): Doc fix.
14514
14515 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
14516 labels.
14517
14518 * help.el (print-help-return-message): When
14519 display-buffer-reuse-frames is set, let the help window been quit,
14520 instead of deleting it, which might delete a reused frame.
14521
145222000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
14523
14524 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
14525 rename a directory to a name that differs only by its letter case.
14526
145272000-08-08 Kenichi Handa <handa@etl.go.jp>
14528
14529 * international/quail.el (quail-define-rules): Handle Quail decode
14530 map correctly. Add code for supporting annotations.
14531 (quail-install-decode-map): New function.
14532 (quail-defrule-internal): New optional arguments decode-map and
14533 props.
14534 (quail-advice): New function.
14535
145362000-08-07 Sam Steingold <sds@gnu.org>
14537
14538 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
14539 `defconst', `define-condition', `with-slots'.
14540 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
14541
145422000-08-03 Miles Bader <miles@gnu.org>
14543
14544 * comint.el (comint-use-prompt-regexp-instead-of-fields):
14545 New variable.
14546 (comint-prompt-regexp, comint-get-old-input): Document dependence on
14547 comint-use-prompt-regexp-instead-of-fields.
14548 (comint-send-input): Add `input' field property to stuff we send to
14549 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
14550 (comint-output-filter): Add `output' field property to process
14551 output, if comint-use-prompt-regexp-instead-of-fields is nil.
14552 (comint-replace-by-expanded-history)
14553 (comint-get-old-input-default, comint-show-output)
14554 (comint-backward-matching-input, comint-forward-matching-input)
14555 (comint-next-prompt, comint-previous-prompt): Use field
14556 properties if comint-use-prompt-regexp-instead-of-fields is nil.
14557 (comint-line-beginning-position): New function.
14558 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
14559 (comint-replace-by-expanded-history-before-point): Use
14560 comint-line-beginning-position and line-end-position.
14561 (comint-last-output-overlay): New variable.
14562 (comint-mode): Make `comint-last-output-overlay' buffer-local.
14563
14564 * shell.el (shell-prompt-pattern): Doc change.
14565 (shell-backward-command): Use line-beginning-position.
14566
14567 * gud.el (gud-gdb-complete-command): Use
14568 comint-line-beginning-position.
14569
14570 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
14571 comint-bol doesn't actually go to the beginning of the line.
14572
14573 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
14574 if comint-use-prompt-regexp-instead-of-fields is non-nil.
14575 (try-expand-line-all-buffers): Likewise.
14576
14577 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
14578 explicitly matching comint-prompt-regexp.
14579 (sql-copy-column): Use comint-line-beginning-position instead of
14580 explicitly matching comint-prompt-regexp.
14581
14582 * progmodes/octave-inf.el (inferior-octave-complete): Use
14583 comint-line-beginning-position.
14584
14585 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
14586
14587 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
14588 looking for a prompt, use `forward-line 0' instead of
14589 `beginning-of-line', to avoid getting caught by an input field.
14590
145912000-08-07 Gerd Moellmann <gerd@gnu.org>
14592
14593 * files.el (shell-quote-wildcard-pattern): Make sure to return
14594 PATTERN, in the Unix case.
14595
145962000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
14597
14598 * play/zone.el (zone): Discard any pending input before running
14599 the randomly-chosen pgm.
14600
146012000-08-07 Kenichi Handa <handa@etl.go.jp>
14602
14603 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
14604 checking the existence of any multibyte characters.
14605
146062000-08-06 Gerd Moellmann <gerd@gnu.org>
14607
14608 * help.el (describe-mode): Test minor-mode symbol for being
14609 bound before testing its value for being nil.
14610
14611 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
14612 `first', `second', and `third'.
14613
14614 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
14615 (second): Make it an alias for `cadr'.
14616
146172000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
14618
14619 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
14620 types of display support faces now.
14621
146222000-08-05 Gerd Moellmann <gerd@gnu.org>
14623
14624 * pcvs.el (require): Require `cl' during compilation, only.
14625
14626 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
14627 (toplevel): Remove `remq' and `remove' from autoloads.
14628 (cl-fake-autoloads): New variable. If set, arrange for an error
14629 when CL functions etc. are autoloaded.
14630
146312000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
14632
14633 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
14634
14635 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
14636 popped up, but the user clicks outside the menu, return an empty
14637 regexp (that causes unhighlight-regexp to have no effect).
14638
14639 * menu-bar.el (menu-bar-games-menu): Add Zone.
14640
14641 * hi-lock.el (toplevel): Require font-lock.
14642
146432000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14644
14645 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
14646 (ebnf-8-bit-chars): New var for bug fix.
14647 (ebnf-string): Bug fix.
14648
146492000-08-03 Sam Steingold <sds@gnu.org>
14650
14651 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
14652 instead of `buffer-string'.
14653 (require 'cl): Always, not just when compiling.
14654 `ignore-errors' in `interactive', `list*', `defun*' &c make this
14655 necessary.
14656
146572000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
14658
14659 * international/mule-cmds.el (select-safe-coding-system): Make
14660 the message text about selecting a safe coding system more clear.
14661
146622000-08-02 Gerd Moellmann <gerd@gnu.org>
14663
14664 * hi-lock.el: New file.
14665
14666 * play/zone.el: New file.
14667
14668 * replace.el (occur): Set tab-width in the *Occur* buffer to the
14669 value of tab-width in the original buffer. Choose a line number
14670 format that's a multiple of the original buffer's tab width, so
14671 that lines appear right.
14672
14673 * textmodes/ispell.el (ispell): New function, replacing an alias.
14674 Spell-check active region if in transient-mark-mode and mark
14675 is active; otherwise spell-check buffer.
14676
146772000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14678
14679 * ps-mule.el: Fix a customization problem on
14680 ps-mule-font-info-database-default.
14681
146822000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
14683
14684 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
14685 display-mouse-p instead of window-system.
14686 (ebrowse-member-mode-map): Ditto.
14687
146882000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14689
14690 * progmodes/ebnf2ps.el: Update ps-print functions call.
14691 Indentation fix. Doc fix.
14692 (ebnf-version): New version number (3.2).
14693 (ebnf-format-color, ebnf-begin-job): Code fix.
14694
146952000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
14696
14697 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
14698 font lock support on window-system.
14699 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
14700
14701 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
14702 display-color-p, if fboundp, instead of window-system.
14703
147042000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
14705
14706 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
14707 instead of window-system.
14708
14709 * wid-edit.el (widget-choose): Use display-mouse-p instead of
14710 window-system.
14711 (widget-choice-mouse-down-action): Use display-popup-menus-p
14712 instead of window-system.
14713
14714 * strokes.el (strokes-file): Run the file name through
14715 convert-standard-filename.
14716 (strokes-mode): Call display-mouse-p instead of looking at
14717 window-system. Change the error message accordingly.
14718
14719 * progmodes/cpp.el (toplevel): Support faces on tty's.
14720
14721 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
14722 (lm-plot-square, lm-init-display): Don't use window-system.
14723
14724 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
14725 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
14726
14727 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
14728 instead of looking at window-system.
14729
147302000-07-30 Gerd Moellmann <gerd@gnu.org>
14731
14732 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
14733 of testing if iswitchb-prepost-hooks is bound, because the
14734 latter will always be true when invoking a recursive minibuffer
14735 from an active Iswitchb buffer.
14736
147372000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
14738
14739 * files.el (shell-quote-wildcard-pattern): New function.
14740 (insert-directory): Call it. Only prepend "\" to command on Unix
14741 and GNU/Linux systems.
14742
147432000-07-30 Gerd Moellmann <gerd@gnu.org>
14744
14745 * eshell/esh-groups.el: Change custom :link file names
14746 from `eshell.info' to `eshell'.
14747
147482000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
14749
14750 * dired.el (dired-build-subdir-alist): Expand subdirectory names
14751 correctly in recursive ange-ftp listings.
14752
147532000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14754
14755 * ps-print.el: Fix bug 1: if ps-font-size-internal,
14756 ps-header-font-size-internal and
14757 ps-header-title-font-size-internal variables are not set,
14758 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
14759 face text property is (foreground-color . COLOR) or
14760 `(background-color . COLOR)', ps-print crashes. Doc fix.
14761 (ps-print-version): New version number (5.2.4).
14762 (ps-plot-region): Code fix.
14763 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
14764 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
14765 Bug fix 2.
14766
147672000-07-30 Milan Zamazal <pdm@freesoft.cz>
14768
14769 * glasses.el (glasses-make-readable): Fix uncapitalization of
14770 identifiers like `myXMLDocument'.
14771
147722000-07-28 Karl Fogel <kfogel@red-bean.com>
14773
14774 * mail/mail-hist.el (mail-hist-previous-input)
14775 (mail-hist-next-input): Do the obvious code factorization.
14776 (mail-hist-retrieve-and-insert): New func, contains common
14777 code of above two.
14778 If inserting a message body, leave point at top.
14779
147802000-07-28 Sam Steingold <sds@gnu.org>
14781
14782 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
14783 Use `<=', not `<' to compare times!
14784 (ange-ftp-ls): Remove.
14785
147862000-07-27 Gerd Moellmann <gerd@gnu.org>
14787
14788 * play/cookie1.el: Add explanation of how to make cookie.el
14789 compatible with strfile(1) to comment.
14790
14791 * subr.el (remove, remq): New functions.
14792
14793 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
14794 escape `*' in regexps.
14795 (midnight-find): Reverse order of arguments in the funcall of
14796 TEST.
14797
14798 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
14799 and `.class'.
14800
14801 * play/meese.el: Add Commentary section.
14802
148032000-07-27 Alex Schroeder <alex@gnu.org>
14804
14805 * sql.el (sql-ms): Added autoload cookie.
14806 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
14807 (sql-oracle): Ditto.
14808 (sql-help): Doc change.
14809
14810 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
14811 types and exceptions.
14812
148132000-07-27 Alex Schroeder <alex@gnu.org>
14814
14815 * sql.el (sql-placeholder-history): New variable.
14816 (sql-query-placeholders-and-send): New function that will query
14817 the user and replace placeholders with user input.
14818 (sql-oracle): If running on NT, set comint-input-sender to
14819 sql-query-placeholders-and-send.
14820
14821 (sql-stop): If in the SQLi buffer, insert stop notification, else
14822 present it as a message.
14823
148242000-07-27 Alex Schroeder <alex@gnu.org>
14825
14826 * sql.el (sql-input-ring-separator): Doc change.
14827 (sql-input-ring-file-name): Doc change.
14828 (sql-interactive-mode): Use `sql-input-ring-separator' and
14829 `sql-input-ring-file-name' to set the comint-mode equivalents
14830 without making them local variables.
14831 (sql-stop): Don't bind `sql-input-ring-separator' and
14832 `sql-input-ring-file-name' dynamically to their comint-mode
14833 equivalents.
14834
148352000-07-27 Kenichi Handa <handa@etl.go.jp>
14836
14837 * international/mule.el (register-char-codings): New function.
14838 (make-coding-system): Handle `safe-chars' specification in the arg
14839 PROPERTY.
14840
14841 * international/mule-cmds.el
14842 (find-coding-systems-region-subset-p): This function deleted.
14843 (sort-coding-systems-predicate): New variable.
14844 (sort-coding-systems): New function.
14845 (find-coding-systems-region): Use
14846 find-coding-systems-region-internal.
14847 (find-coding-systems-string): Use find-coding-systems-region.
14848 (find-coding-systems-for-charsets): Check
14849 char-coding-system-table.
14850 (select-safe-coding-system-accept-default-p): New variable.
14851 (select-safe-coding-system): Mostly rewritten. New argument
14852 ACCEPT-DEFAULT-P.
14853 (select-message-coding-system): Call select-safe-coding-system
14854 with ACCEPT-DEFAULT-P arg.
14855 (reset-language-environment): Reset default-sendmail-coding-system
14856 to the default value iso-latin-1.
14857 (set-language-environment): Don't set the obsolete variable
14858 charset-origin-alist.
14859
14860 * international/codepage.el (cp-coding-system-for-codepage-1):
14861 Give `safe-chars' property to make-coding-system.
14862
14863 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
14864 calling select-message-coding-system twice.
14865
14866 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
14867 instead of `safe-charsets'.
14868 (cyrillic-alternativnyj): Likewise.
14869 (ccl-encode-alternativnyj): Don't check the charset
14870 cyrillic-iso8859-5.
14871
148722000-07-27 Kenichi Handa <handa@etl.go.jp>
14873
14874 * composite.el (compose-chars-after): Preserve match data.
14875
148762000-07-26 Sam Steingold <sds@gnu.org>
14877
14878 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
14879 (ange-ftp-real-file-newer-than-file-p): New function.
14880 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
14881 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
14882
14883 * tooltip.el (tooltip-float-time): Removed (use `float-time').
14884 * midnight.el (midnight-float-time): Ditto.
14885
148862000-07-26 Andreas Schwab <schwab@suse.de>
14887
14888 * files.el (normal-backup-enable-predicate): Correct
14889 interpretation of the return value of compare-strings.
14890
148912000-07-26 Gerd Moellmann <gerd@gnu.org>
14892
14893 * isearch.el (isearch-resume): New function.
14894 (isearch-done): Add something to command-history to resume
14895 the search.
14896 (isearch-yank-line, isearch-yank-word): Use
14897 buffer-substring-no-properties instead of buffer-substring.
14898
14899 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
14900 of flyspell-mouse-map.
14901
14902 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
14903 duplicate definition.
14904 (makefile-mode): Remove duplicate setting of local-abbrev-table.
14905
14906 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
14907 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
14908
149092000-07-25 Sam Steingold <sds@gnu.org>
14910
14911 * net/ange-ftp.el: Get modtime over the net.
14912 (ange-ftp-file-modtime): New function.
14913 (ange-ftp-write-region, ange-ftp-insert-file-contents)
14914 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
14915 Use it.
14916 (ange-ftp-dot-to-slash): New function.
14917 (ange-ftp-fix-name-for-vms): Use it.
14918
14919 * midnight.el (midnight-buffer-display-time): Use
14920 `with-current-buffer'.
14921
149222000-07-25 Gerd Moellmann <gerd@gnu.org>
14923
14924 * find-dired.el: Update copyright notice.
14925 (find-dired): Offer to kill a running `find'.
14926
14927 * enriched.el (enriched-face-ans): For a `foreground-color'
14928 property, return '(("x-color" COLOR))' so that COLOR will be
14929 output as a parameter of the x-color annotation. Likewise for the
14930 `background-color' property. In the case of normal face
14931 properties, don't return annotations for unspecified foreground
14932 and background face attributes.
14933
149342000-07-25 Kenichi Handa <handa@etl.go.jp>
14935
14936 * language/japan-util.el (japanese-katakana-region): Fix handling
14937 HANKAKU argument.
14938
149392000-07-25 Miles Bader <miles@gnu.org>
14940
14941 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
14942 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
14943 constrain-to-field.
14944
149452000-07-24 Andrew Innes <andrewi@gnu.org>
14946
14947 * timer.el (timer-activate-when-idle): Add optional parameter
14948 DONT-WAIT. Update docstring.
14949 (run-with-idle-timer): Specify extra parameter to
14950 timer-activate-when-idle, so that timer will be activated
14951 immediately if Emacs is already idle.
14952
14953 * w32-fns.el (w32-using-nt): Fix docstring.
14954
149552000-07-24 Dave Love <fx@gnu.org>
14956
14957 * mouse.el (popup-menu): Set last-command-event.
14958 (mouse-major-mode-menu-prefix): Declare.
14959
149602000-07-24 Gerd Moellmann <gerd@gnu.org>
14961
14962 * textmodes/flyspell.el: Update to author's version 1.5d.
14963
14964 * progmodes/hideshow.el: Update copyright notice.
14965
14966 * vcursor.el: Set maintainer to FSF, since author cannot
14967 be reached.
14968
149692000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
14970
14971 * info.el (Info-goto-emacs-key-command-node): Leave a space after
14972 the prompt.
14973
14974 * mouse.el (popup-menu): Run the keymap through indirect-function,
14975 in case it was defined with define-prefix-key. If the menu is a
14976 list of keymaps, look up the binding of user's choice in each one
14977 of the keymaps.
14978 (mouse-popup-menubar): If the global and local menu-bar keymaps
14979 don't have a prompt string, create one and insert it into the
14980 keymap. Don't barf if current-local-map returns nil.
14981
149822000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
14983
14984 * dired.el (dired-sort-R-check): Added to allow recursive listing
14985 to be undone.
14986 (dired-sort-other): Use it.
14987
149882000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14989
14990 * Release of cc-mode 5.27
14991
149922000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14993
14994 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
14995 c-beginning-of-statement-1 that caused a bad case of recursion
14996 which could consume a lot of CPU in large classes in languages
14997 that have in-expression classes (i.e. Java and Pike).
14998
14999 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
15000 statements before top level constructs (i.e. case 6 is moved
15001 before case 5 and is now case 4) to catch in-expression
15002 classes in top level expressions correctly.
15003
150042000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15005
15006 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
15007 objc-method-intro. Case 4 removed and case 5I added.
15008
15009 * cc-langs.el (c-append-paragraph-start): New variable used by
15010 c-common-init to get paragraph-start correct.
15011 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
15012 initialize paragraph-start to make it correct both with and
15013 without the javadoc special case.
15014
15015 * cc-mode.el (java-mode): Use c-append-paragraph-start to
15016 initialize paragraph-start for javadoc markup.
15017
15018 * cc-vars.el (c-style-variables-are-local-p): Incompatible
15019 change by defaulting this to t. It's motivated by the
15020 confusing behavior that otherwise arise from the style system
15021 when editing both java and non-java files at the same time
15022 (see the comments about style setting in c-common-init).
15023
150242000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15025
15026 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
15027 similar to the one in c-fill-paragraph to check the fill
15028 prefix from the adaptive fill function for sanity.
15029
150302000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15031
15032 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
15033 defun block.
15034
a30eb617
DL
150352000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15036
15037 * cc-align.el (c-lineup-multi-inher): Handle lines with
15038 leading comma nicely. Extended to handle member initializers
15039 too.
15040
15041 * cc-engine.el: (c-beginning-of-inheritance-list,
15042 c-guess-basic-syntax): Fixed recognition of inheritance lists
15043 when the lines begins with a comma.
15044
a30eb617
DL
15045 * cc-vars.el (c-offsets-alist): Changed default for
15046 member-init-cont to c-lineup-multi-inher since it now handles
15047 member initializers and indents better for leading commas.
15048
150492000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15050
15051 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
15052 handling that caused class open lines to be recognized as
15053 statement-conts in some cases.
15054
15055 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
15056 guessed by the adaptive fill function unless point is on the
15057 first line of a block comment.
15058
15059 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
15060 when the buffer ends with a macro continuation char.
15061
15062 * cc-engine.el (c-guess-basic-syntax): Added support for
15063 function definitions as statements in Pike. The first
15064 statement in a lambda block is now labeled defun-block-intro
15065 instead of statement-block-intro.
15066
15067 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
15068 so that the class surrounding point is selected, not the one
15069 innermost in the state.
15070
15071 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
15072 recognition of switch labels having hanging multiline
15073 statements.
15074
15075 * cc-engine.el (c-beginning-of-member-init-list): Broke out
15076 some code in c-guess-basic-syntax to a separate function.
15077 * cc-engine.el (c-just-after-func-arglist-p): Fixed
15078 recognition of member inits with multiple line arglists.
15079 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
15080 member-init-cont when the commas are in funny places.
15081
150822000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15083
15084 * cc-defs.el (c-auto-newline): Removed this macro since it's
15085 not used anymore.
15086
15087 * cc-engine.el (c-looking-at-bos): New helper function.
15088 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
15089 inexpr and toplevel classes apart in Pike.
15090
15091 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
15092 of case 9A.
15093
15094 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
15095 constant, since "class" can introduce an in-expression class
15096 in Pike nowadays.
15097
150982000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15099
15100 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
15101 indentation on cpp-macro lines.
15102
15103 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
15104 a syntax modifier like comment-intro, to make it possible to
15105 get syntactic indentation for preprocessor directives. It's
15106 incompatible wrt to lineup functions on cpp-macro, but it has
15107 no observable effect in the 99.9% common case where cpp-macro
15108 is set to -1000.
15109
151102000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15111
15112 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
15113 member-init-cont when the preceding arglist is several lines.
15114
151152000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15116
15117 * cc-styles.el (c-style-alist): The basic offset for the BSD
15118 style corrected to 8.
15119
151202000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15121
15122 * cc-styles.el (c-style-alist): Adjusted the indentation of
15123 brace list openers in the gnu style.
15124
151252000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15126
15127 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
15128
15129 * cc-cmds.el (c-electric-brace, c-electric-slash,
15130 c-electric-star, c-electric-semi&comma, c-electric-colon,
15131 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
15132 when c-syntactic-indentation is nil.
15133
15134 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
15135 we were left at comments preceding the first statement when
15136 reaching the beginning of the buffer.
15137
15138 * cc-vars.el (c-syntactic-indentation): New variable to turn
15139 off all syntactic indentation.
15140
151412000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15142
15143 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
15144 between the text and the block comment ender when it hangs,
15145 depending on how many there are before the fill.
15146
151472000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15148
15149 * cc-engine.el (c-beginning-of-closest-statement): New helper
15150 function to go back to the closest preceding statement start,
15151 which could be inside a conditional statement.
15152 * cc-engine.el (c-guess-basic-syntax): Use
15153 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
15154
15155 * cc-engine.el (c-guess-basic-syntax): Better handling of
15156 arglist-intro, arglist-cont-nonempty and arglist-close when
15157 the arglist is nested inside parens. Cases 7A, 7C and 7F
15158 changed.
15159
15160 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
15161 up-to-date with javadoc 1.2.
15162
151632000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15164
15165 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
15166 multiline Pike type decls.
15167
151682000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15169
15170 * cc-cmds.el (c-indent-new-comment-line): Always break
15171 multiline comments in multiline mode, regardless of
15172 comment-multi-line.
15173
151742000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15175
15176 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
15177 fully::qualified::names in C++ member init lists. Preamble in
15178 case 5D changed.
15179
151802000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15181
15182 * cc-langs.el (c-common-init): Handling of obsolete variables
15183 moved to c-initialize-cc-mode. More compatible style override
15184 when using global style variables.
15185 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
15186 variables moved here.
15187
a30eb617
DL
15188 * cc-styles.el (c-make-styles-buffer-local): Flag style
15189 variable localness in c-style-variables-are-local-p to make
15190 the compatibility measure in c-common-init work well.
15191
15192 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
15193 longer contain set-from-style.
15194 * cc-styles.el (c-initialize-builtin-style): Don't check for
15195 set-from-style on c-special-indent-hook.
15196 * cc-styles.el (c-copy-tree): Obsolete. The standard function
15197 copy-alist is sufficient now.
15198
15199 * cc-styles.el (c-set-style, c-set-style-1,
15200 c-get-style-variables): Fixes to variable initialization so
15201 that duplicate entries in styles have the same effect
15202 regardless of DONT-OVERRIDE.
15203
15204 * cc-styles.el (c-set-style-2): Fixed bug where the
15205 initialization of inheriting styles failed when the
15206 dont-override flag is set.
15207
15208 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
15209 on this.
15210
152112000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
15212
15213 * cc-defs.el (c-forward-comment): Removed the workaround
15214 introduced in 5.38 since it had worse side-effects. If a line
15215 contains the string "//\"", it regarded the // as a comment
15216 start since the \ temporarily doesn't have escape syntax.
15217
eb04d6cd 152182000-07-17 Emmanuel Briot <briot@act-europe.fr>
a30eb617
DL
15219
15220 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
15221 ada-xref.el before ada-prj.el, so that the Project menu is created
15222 when ada-prj tries to add to it.
15223 (ada-activate-keys-for-case): Suppress the characters that are not
15224 part of the Ada syntax. Better compatibility with else-mode
15225 (ada-adjust-case-interactive): When auto-casing is not active,
15226 correctly insert newlines (used to insert only ^M). Prevent the
15227 syntax table from being changed in case of an error
15228 (or '_' becomes part of a word and some commands are confused).
15229 Do nothing if ada-auto-case is nil.
15230 (ada-after-keyword-p): Ignore keywords that are also attributes
15231 (ada-batch-reformat): Update usage comment
15232 (ada-call-from-contextual-menu): New function
15233 (ada-case-read-exceptions): Reinitialize the casing exception list
15234 first to nil first, so that the casing exception file can be
15235 shared.
15236 (ada-check-defun-name): Handles "configure" keyword for gnatdist
15237 files.
15238 (ada-compile-goto-error): Fix regexp used to detect a file:line
15239 anywhere in the error message
15240 (ada-contextual-menu-last-point): New variable
15241 (ada-create-keymap): If the variable delete-key-deletes-forward is
15242 t on XEmacs, it means that DEL should delete one character
15243 forward.
15244 (ada-create-menu): Use :included instead of :visible for XEmacs.
15245 New submenu "Options".
15246 (ada-end-stmt-re): Correctly indent "select ... then abort"
15247 statements.
15248 (ada-fill-comment-paragraph): Correctly delete all leading '--'
15249 even if they don't match ada-fill-comment-prefix Fix handling of
15250 paragraphs on the first or last line of a file.
15251 (ada-format-paramlist): Fix handling of default parameter values.
15252 (ada-get-body-name): New function.
15253 (ada-get-current-indent): Optimized by searchling directly for an
15254 existing generic part or a statement outside of it. Handle
15255 ada-indent-align-comments when indenting comments Replaced some
15256 regexps by testing directly the next character. This results in a
15257 huge speedup on some files. New indentation scheme for renames
15258 statements. Stop looking for the 'while' or 'for' associated with
15259 a 'loop' at the first semicolon encountered. A "return" can also
15260 match an anonymous access subprogram declaration.
15261 (ada-get-indent-noindent): Ignore strings and comments when
15262 looking for the keywords "record" and "private".
15263 (ada-goto-matching-decl-start): When matching "if", make sure we
15264 are not in fact seeing "end if". Ignore "when" statements except
15265 when initial keyword was "begin". Fix handling of nested
15266 procedures. Add a recursive call to this function to skip over
15267 other 'end' statmts. Fix indentation for "when .. => begin"
15268 (ada-in-open-paren-p): Fix indentation for complex boolean
15269 expressions, where 'and then', 'or else' and parenthesis
15270 statements are mixed up.
15271 (ada-in-paramlist-p): Skip comments while searching for the
15272 beginning Fix handling of operator declarations.
15273 (ada-indent-align-comments): New variable
15274 (ada-indent-current): Change the syntax table only in the
15275 protected section, so that we are sure it is restored correctly.
15276 (ada-indent-on-previous-lines): Use ada-use-indent and
15277 ada-with-indent Correctly indent "select ... then"
15278 (ada-indent-region): Slight speedup.
15279 (ada-indent-renames): New variable.
15280 (ada-last-which-function-subprog, ada-last-which-function-line):
15281 New variables
15282 (ada-looking-at-semi-private): Correctly indent the 'private'
15283 keyword when it is the first word in a package declaration.
15284 (ada-loose-case-word): Stop searching if at the end of the buffer.
15285 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
15286 even if point is not initially at the end of the word.
15287 (ada-matching-decl-start-re): Add "when".
15288 (ada-mode): Add support for abbrev-mode, outline-mode and
15289 which-func-mode Override the old find-file.el entry in
15290 ff-special-constructs since it is using the obsolete
15291 ada-spec-suffix variable
15292 (ada-no-auto-case): New function
15293 (ada-scan-paramlist): When parsing the argument type, accept
15294 spaces (as in "X 'Class", generated by Rational Rose).
15295 (ada-other-file-name): No longer loads the other file.
15296 (ada-popup-menu): Save and restore the current buffer and cursor
15297 position before and after displaying the menu.
15298 (ada-search-ignore-complex-boolean): New function.
15299 (ada-uncomment-region): Emacs21 already knows how to delete
15300 comments not starting in the first column.
15301 (ada-use-indent): New variable
15302 (ada-which-function): New function.
15303 (ada-with-indent): New variable
15304 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
15305 can be batch-compiled from the command line.
15306
15307 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
15308 Add to the menu when the file is loaded, not in ada-mode-hook.
15309 Add -toolbar to the default ddd command Switches moved from
15310 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
15311 ada-prj-default-comp-opt
15312 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
15313 Reference Manual to the menu
15314 (ada-check-current): rewritten as a call to ada-compile-current
15315 (ada-compile): Removed.
15316 (ada-compile-application, ada-compile-current, ada-check-current):
15317 Set the compilation-search-path so that compile.el automatically
15318 finds the sources in src_dir. Automatic scrollong of the
15319 compilation buffer. C-uC-cC-c asks for confirmation before
15320 compiling
15321 (ada-compile-current): New parameter, prj-field
15322 (ada-complete-identifier): Load the .ali file before doing
15323 processing
15324 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
15325 conform to gnatmake's behavior.
15326 (ada-find-file-in-dir): New function
15327 (ada-find-references): Set the environment variables for gnatfind
15328 (ada-find-src-file-in-dir): New function.
15329 (ada-first-non-nil): Removed
15330 (ada-gdb-application): Add support for jdb, the java debugger.
15331 (ada-get-ada-file-name): Load the original-file first if not done
15332 yet.
15333 (ada-get-all-references): Handles the new ali syntax (parent types
15334 are found between <>).
15335 (ada-initialize-runtime-library): New function
15336 (ada-mode-hook): Always load a project file when a file is opened,
15337 so that the casing exceptions are correctly read.
15338 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
15339 (ada-parse-prj-file): Use find-file-noselect instead of find-file
15340 to open the project file, since the latter does not work with
15341 speedbar Get default values before loading the prj file, or the
15342 default executable file name is wrong. Use the absolute value of
15343 src_dir to initialize ada-search-directories and
15344 compilation-search-path,... Add the standard runtime library to
15345 the search path for find-file.
15346 (ada-prj-default-debugger): Was missing an opening '{'
15347 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
15348 variables.
15349 (ada-prj-default-gnatmake-opt): New variable
15350 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
15351 buffers, the project file is the default one Save the windows
15352 configuration before displaying the menu.
15353 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
15354 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
15355 ...) regexp-quote identifiers names to support operators +,
15356 -,... in regexps.
15357 (ada-remote): New function.
15358 (ada-run-application): Erase the output buffer before starting the
15359 run Support remote execution of the application. Use
15360 call-process, or the arguments are incorrectly parsed
15361 (ada-set-default-project-file): Reread the content of the active
15362 project file, not the one from the current buffer When a project
15363 file is set as the default project, all directories are
15364 automatically associated with it.
15365 (ada-set-environment): New function
15366 (ada-treat-cmd-string): New special variable ${current}
15367 (ada-treat-cmd-string): Revised. The substitution is now done for
15368 any ${...} substring
15369 (ada-xref-current): If no body was found, compiles the spec
15370 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
15371 compiler to get rid of command line length limitations.
15372 (ada-xref-get-project-field): New function
15373 (ada-xref-project-files): New variable
15374 (ada-xref-runtime-library-specs-path)
15375 (ada-xref-runtime-library-ali-path): New variables
15376 (ada-xref-set-default-prj-values): Default run command now does a
15377 cd to the build directory. New field: main_unit Provide a default
15378 file name even if the current buffer has no prj file.
15379
15380 * ada-prj.el:
15381 Rewritten to show a tabbed-dialog.
15382 (ada-prj-add-ada-menu): Remove the map and name parameters.
15383 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
15384 New function
15385 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
15386 (ada-prj-load-from-file): New function
15387 (ada-prj-save): Always save fields that depend on the current buffer
15388 (ada-prj-show-value): New function
15389
15390 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
15391 Ada mode. This will allow us to display the Ada menu in any buffer
15392 we want (for project items).
15393 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
15394 number of spaces in the header.
15395
153962000-07-24 Dave Love <fx@gnu.org>
15397
15398 * ediff-init.el (ediff-region-help-echo): Bind face-help.
15399
154002000-07-23 Noah Friedman <friedman@splode.com>
15401
15402 * type-break.el (type-break): perform autosave.
b52758d1 15403 Suggested by Stephen Gildea <gildea@stop.mail-abuse.org>.
a30eb617
DL
15404 (type-break-do-query): Cancel query schedule while performing
15405 actual query, to avoid possibility of a second query being made
15406 while first one is already in progress.
15407 (type-break-time-stamp-format): New variable.
15408 (type-break-time-stamp): New function.
15409 (type-break-time-warning): Use it.
15410 (type-break-keystroke-warning): Use it.
15411 (type-break-noninteractive-query): Use it.
15412
15413 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
15414 cookie.
15415 Use add-minor-mode to set minor-mode-alist, if available.
15416 (eldoc-echo-area-use-multiline-p): New user option.
15417 (eldoc-echo-area-multiline-supported-p): New variable.
15418 (eldoc-docstring-format-sym-doc): Use them.
15419 (eldoc-mode): If not using idle timers, append to local post and
15420 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
15421 (eldoc-display-message-no-interference-p): Don't interfere with
15422 edebug.
15423 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
15424 (eldoc-function-arglist): New function.
15425 (eldoc-function-argstring): Use it.
15426
15427 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
15428 auto save directory exists before calling directory-files.
15429
154302000-07-23 Dave Love <fx@gnu.org>
15431
15432 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
15433 ^o, ^u.
15434
154352000-07-21 Dave Love <fx@gnu.org>
15436
15437 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
15438 now passed to the function. It now works properly.
15439
15440 * smerge-mode.el (smerge-mode-menu): Fill it out.
15441
154422000-07-20 Gerd Moellmann <gerd@gnu.org>
15443
15444 * info-look.el (info-lookup): If *info* is shown in another frame
15445 on the same display, select that frame, instead of switching to
15446 the Info buffer in another window of the selected frame.
15447
15448 * simple.el (universal-argument-map): Bind numeric keypad keys
15449 kp-0 to kp-9 and kp-subtract.
15450 (digit-argument): Handle these keys.
15451
154522000-07-20 Dave Love <fx@gnu.org>
15453
15454 * net/goto-addr.el (goto-address-fontify): Don't bother with
15455 buffer-modified and read-only stuff -- irrelevant with overlays.
15456 Put an extra property on the overlays and use it to clean up in
15457 case goto-address is re-run.
15458
154592000-07-19 Richard M. Stallman <rms@gnu.org>
15460
15461 * timer.el (run-with-idle-timer): Doc fix.
15462
15463 * mail/mail-utils.el (mail-strip-quoted-names):
15464 Handle case where <...> appears inside "...".
15465 Use replace-match to edit the string more simply.
15466 (rmail-dont-reply-to): Cope with an unmatched ".
15467
154682000-07-19 Dave Love <fx@gnu.org>
15469
15470 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
15471 implementation.
15472
15473 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
15474 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
15475 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
15476
154772000-07-19 Gerd Moellmann <gerd@gnu.org>
15478
15479 * textmodes/refer.el: Correct maintainer's email address.
15480
15481 * progmodes/hideif.el: Correct author's email address.
15482 Fix typo in comment.
15483
15484 * xml.el: New file.
15485
15486 * mail/mailheader.el: Correct author's mail address.
15487
15488 * gnus/parse-time.el: Correct author's mail address.
15489
154902000-07-19 Colin Walters <walters@cis.ohio-state.edu>
15491
15492 * comint.el (comint-highlight-input, comint-highlight-face):
15493 New user options.
15494 (comint-input-ring-file-name): Change custom type.
15495 (comint-mode-map): Bind mouse-2.
15496 (comint-insert-clicked-input): New function.
15497 (comint-send-input): Handle input highlighting.
15498
154992000-07-18 Stefan Monnier <monnier@cs.yale.edu>
15500
15501 * mouse.el (popup-menu): New function.
15502 (mouse-major-mode-menu): Use it.
15503
155042000-07-18 Dave Love <fx@gnu.org>
15505
15506 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
15507 improvements.
15508
155092000-07-18 Gerd Moellmann <gerd@gnu.org>
15510
15511 * faces.el (face-font-selection-order)
15512 (face-font-family-alternatives): Add custom type.
15513
155142000-07-18 Dave Love <fx@gnu.org>
15515
15516 * cus-edit.el (custom-variable-reset-saved)
15517 (custom-variable-reset-standard): Remove unused bindings.
15518
15519 * rect.el (open-rectangle-line): Remove unused let.
15520
15521 * hl-line.el (hl-line-highlight): Check hl-line-mode.
15522
155232000-07-18 Gerd Moellmann <gerd@gnu.org>
15524
15525 * cdl.el: Fix `Maintainer' keyword.
15526
15527 * play/pong.el: Add author's email address.
15528
155292000-07-17 Sam Steingold <sds@gnu.org>
15530
15531 * files.el (insert-directory): Call `split-string' instead of
15532 re-implementing it.
15533
155342000-07-18 Gerd Moellmann <gerd@gnu.org>
15535
15536 * mail/vms-pmail.el: Change maintainer to FSF.
15537
15538 * net/goto-addr.el: Change maintainer to FSF.
15539
15540 * info.el (Info-title-face-alist): Removed.
15541
155422000-07-18 David Ponce <david@dponce.com>
15543
15544 * recentf.el (recentf-open-files): New command that works like
15545 `recentf-open-more-files', but shows the whole list of files (not just
15546 those omitted from the menu). Useful if you don't use a menu-bar!
15547 (recentf-open-more-files) Modified to use `recentf-open-files'.
15548
15549 (recentf-open-files, recentf-open-more-files)
15550 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
15551
15552 (recentf-dialog-mode): New mode for dialogs. You can now just type
15553 "q" to cancel the dialogs.
15554
155552000-07-18 David Ponce <david@dponce.com>
15556
15557 * recentf.el: This is a major update of recentf.el. It adds new
15558 features to better organize the recentf menu and "More..." buffer.
15559
15560 Using new provided menu filtering functions you can now organize the
15561 recent files list:
15562
15563 - by major modes
15564 - by directories
15565 - by user defined rules
15566
15567 Finally, with the new `recentf-filter-changer' customizable filter you
15568 can define a ring of filters and dynamically (via the menu) cycle on
15569 each menu organization in the ring (a la msb).
15570
155712000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
15572
15573 * eshell/eshell.el (eshell): Replace links to eshell.info with
15574 links to eshell, to avoid problems on systems where the manual is
15575 installed as `eshell'.
15576 * eshell/esh-cmd.el (eshell-cmd): Ditto.
15577 * eshell/em-smart.el (eshell-smart): Ditto.
15578 * eshell/em-banner.el (eshell-banner): Ditto.
15579 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
15580
15581 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
15582 same-file check in the MS-DOS version (it does support inodes).
15583
15584 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
15585
15586 * eshell/eshell.el (eshell-directory-name):
15587 Run default directory name through convert-standard-filename.
15588
155892000-07-18 Kenichi Handa <handa@etl.go.jp>
15590
15591 * international/mule-cmds.el (select-safe-coding-system):
15592 Fix typo in the comment.
15593
15594 * language/european.el (compound-text):
15595 Force katakana-jisx0201 to be designated to G1.
15596
15597 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
15598 Don't translate some national variant characters of latin-jisx0201.
15599 (x-ctext): Force katakana-jisx0201 to be designated to G1.
15600
15601 * international/kkc.el (kkc-after-update-conversion-functions):
15602 New variable.
15603 (kkc-update-conversion): Run functions in it at the tail.
15604
156052000-07-16 John Wiegley <johnw@gnu.org>
15606
15607 * lisp/align.el (align-newline-and-indent):
15608 Adding new function. for auto-aligning blocks of code on RET.
15609 (align-region): Fixed badly formatted minibuffer message.
15610
156112000-07-17 Kenichi Handa <handa@etl.go.jp>
15612
15613 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
15614 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
15615 the conversion list at first if appropriate.
15616 (kkc-next): Don't update kkc-next-count here.
15617 (kkc-prev): Don't update kkc-prev-count here.
15618 (kkc-show-conversion-list-update): Fix setting up of conversion
15619 list message.
15620
156212000-07-16 Stefan Monnier <monnier@cs.yale.edu>
15622
15623 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
15624
156252000-07-16 Dave Love <fx@gnu.org>
15626
15627 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
15628 function to be more specific.
15629
15630 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
15631 non-string help-echo.
15632 (widget-types-convert-widget): Defsubst it.
15633 (widget-echo-help): Try to cope with a help-echo function of two
15634 possible sorts.
15635
156362000-07-15 Jason Rumney <jasonr@gnu.org>
15637
15638 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
15639 Declare as obsolete.
15640
15641 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
15642
156432000-07-14 Gerd Moellmann <gerd@gnu.org>
15644
15645 * hilit-chg.el: Fix typo.
15646
156472000-07-14 Dave Love <fx@gnu.org>
15648
15649 * info.el (Info-mode-menu): Fix use of :help, :enable.
15650
156512000-07-14 Stefan Monnier <monnier@cs.yale.edu>
15652
15653 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
15654
156552000-07-13 Dave Love <fx@gnu.org>
15656
15657 * emacs-lisp/easymenu.el: Doc fixes.
15658 (easy-menu-remove): Defalias to ignore.
15659
15660 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
15661 Call throw correctly.
15662
156632000-07-13 Gerd Moellmann <gerd@gnu.org>
15664
15665 * faces.el (frame-background-mode): Doc fix.
15666
15667 * simple.el (eval-expression-print-length): Change custom type to
15668 allow entering nil as value.
15669
156702000-07-13 Dave Love <fx@gnu.org>
15671
15672 * progmodes/fortran.el (fortran-imenu-generic-expression):
15673 Change definition layout.
15674 (fortran-mode-menu): Reinstate customize entries.
15675
15676 * cus-edit.el (custom-group-menu-create, customize-menu-create):
15677 Use :filter, per old XEmacs code.
15678
156792000-07-12 Gerd Moellmann <gerd@gnu.org>
15680
15681 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
15682 event when deciding what to send to the terminal.
15683
156842000-07-12 Dave Love <fx@gnu.org>
15685
15686 * cus-start.el: Add optional version as 4th element of specs and
15687 use it for several things new in v21. Remove load-path. Fix type
15688 of line-number-display-limit.
15689
156902000-07-11 Dave Love <fx@gnu.org>
15691
15692 * progmodes/fortran.el: Don't require easymenu.
15693 Use repeat counts in various regexps.
15694 (fortran-mode-syntax-table): Defvar directly.
15695 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
15696 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
15697 Use defvar, not defconst.
15698 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
15699 (fortran-mode): Set fortran-comment-line-start-skip,
15700 fortran-comment-line-start-skip, dabbrev-case-fold-search.
15701 (fortran-comment-indent): Use defsubst.
15702 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
15703 Use fortran-comment-indent, not fortran-comment-indent-function.
15704 (fortran-comment-region, fortran-electric-line-number): Simplify.
15705 (fortran-auto-fill): New function.
15706 (fortran-do-auto-fill): Deleted.
15707 (fortran-find-comment-start-skip):
15708 Check for non-null comment-start-skip.
15709 (fortran-auto-fill-mode, fortran-fill-statement):
15710 Use fortran-auto-fill.
15711 (fortran-fill): Use fortran-auto-fill. Check for null
15712 comment-start-skip. Simplify final clause and use end-of-line finally.
15713
15714 * widget.el (widget-plist-member): New alias.
15715
157162000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
15717
15718 * eshell/esh-module.el (toplevel): Reference
15719 byte-compile-current-file only if it is bound.
15720
157212000-07-10 Gerd Moellmann <gerd@gnu.org>
15722
15723 * dired.el: Don't require `dired-aux'.
15724
157252000-07-10 Miles Bader <miles@lsi.nec.co.jp>
15726
15727 * dired-aux.el (dired-show-file-type): New function.
15728 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
15729 (dired-show-file-type): Add autoload.
15730
157312000-07-10 Kenichi Handa <handa@etl.go.jp>
15732
15733 * international/mule-diag.el (describe-font): Adjusted for the
15734 change of fontset-info.
15735 (print-fontset): Likewise.
15736
157372000-07-09 Stefan Monnier <monnier@cs.yale.edu>
15738
15739 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
15740
157412000-07-07 Gerd Moellmann <gerd@gnu.org>
15742
15743 * bindings.el: Bind `[delete]' to delete-char.
15744
15745 * dired.el (dired-find-alternate-file): New function.
15746 (dired-mode-map): Bind `a' to dired-find-alternate-file.
15747 (toplevel): Require dired-aux when compiling.
15748 (dired-buffers): Move defvar within file to avoid compiler warning.
15749
15750 * info.el (Info-last-search): Variable removed.
15751 (Info-search-history): New variable.
15752 (Info-search): New Info-search-history.
15753
15754 * battery.el, info-look.el: Change author's mail address.
15755
157562000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
15757
15758 * mail/rmail.el (rmail-clear-headers): Don't throw an error
15759 if rmail-ignored-headers is nil.
15760 (rmail-retry-failure): Bind rmail-ignored-headers and
15761 rmail-displayed-headers to nil.
15762
157632000-07-06 Gerd Moellmann <gerd@gnu.org>
15764
15765 * lpr.el (lpr-page-header-switches): Add `-h' switch.
15766 (print-region-1): Don't hard code `-h' here.
15767
15768 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
15769
157702000-07-01 Francesco Potorti` <pot@gnu.org>
15771
15772 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
15773 exim can use "your message" instead of "the message".
15774
157752000-07-06 Stefan Monnier <monnier@cs.yale.edu>
15776
15777 * facemenu.el: Docstrings fixes.
15778 (facemenu-get-face): Don't use internal-find-face.
15779 (facemenu-iterate): Rename arg to match the docstring.
15780
15781 * newcomment.el (uncomment-region): Be more careful when skipping
15782 backwards over `=' not to bump into BOBP.
15783
157842000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
15785
15786 * ediff-diff.el (ediff-wordify): Use syntax table.
15787 * ediff-init.el (ediff-has-face-support-p): Use
15788 ediff-color-display-p.
15789 (ediff-color-display-p): Use display-color-p, changed to defun
15790 from defsubst.
15791 Got rid of special cases for NeXT and OS/2.
15792 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
15793 face.
15794
157952000-07-05 Stefan Monnier <monnier@cs.yale.edu>
15796
15797 * emacs-lisp/lucid.el: Require CL.
15798 (copy-tree, remprop): Remove, it's provided by CL.
15799 (map-keymap): Define in terms of cl-map-keymap.
15800 (extent-property, set-extent-end-glyph): New functions.
15801
15802 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
15803
158042000-07-05 Gerd Moellmann <gerd@gnu.org>
15805
15806 * Makefile.in (DONTCOMPILE): Add comment that the name may
15807 not be changed without changing the make-dist script.
15808
15809 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
15810 (cl-mapc): Use mapc instead of cl-old-mapc.
15811
158122000-07-05 Andrew Innes <andrewi@gnu.org>
15813
15814 * makefile.nt: Add support for `bootstrap' and related targets.
15815
158162000-07-05 Stefan Monnier <monnier@cs.yale.edu>
15817
15818 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
15819 (easy-menu-do-define): Use `menu-item' format.
15820 Handle case where easy-menu-create-menu returns a symbol.
15821 Manually call the potential top-level filter in the function binding.
15822 (easy-menu-filter-return): New arg NAME.
15823 Convert to a keymap if MENU is an XEmacs menu.
15824 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
15825 (easy-menu-converted-items-table, easy-menu-convert-item):
15826 New var and fun to memoize easy-menu-convert-item-1.
15827 (easy-menu-do-add-item): Use it.
15828 (easy-menu-create-menu): Use easy-menu-convert-item.
15829 Wrap easy-menu-filter-return around any :filter specification.
15830 Don't convert the menu if a filter was specified.
15831 Tell easy-menu-make-symbol not to check for MENU being an expression.
15832 (easy-menu-make-symbol): New arg NOEXP.
15833
158342000-07-05 Gerd Moellmann <gerd@gnu.org>
15835
15836 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
15837 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
15838 (eval-defun): If called with prefix arg, instrument code for
15839 Edebug.
15840
15841 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
15842 similar to that of eval-defun.
15843
158442000-07-04 Dave Love <fx@gnu.org>
15845
15846 * hl-line.el (hl-line-overlay): Make it permanent-local.
15847
15848 * calendar/todo-mode.el: Replaced with a working version, based on
15849 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
15850
158512000-07-03 Miles Bader <miles@lsi.nec.co.jp>
15852
15853 * paths.el (prune-directory-list): New function.
15854 (Info-default-directory-list): Rewritten to more methodically
15855 enumerate a big list of possible info directories (based on the
15856 list used by the standalone info reader).
15857
15858 * info.el (info-initialize): Use prune-directory-list to remove
15859 non-existent directories from Info-directory-list.
15860
15861 * paths.el (Info-default-directory-list): Try a list of possible
15862 info-directories instead of a single one. Add the possible
15863 info directory "/usr/share/info".
15864
15865 * woman.el (woman-man.conf-path): Explicitly include the debian
15866 man-db config file "/etc/manpath.config".
15867 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
15868 are present in `manpath.config'.
15869 (woman-manpath): Include "/usr/share/man".
15870
158712000-07-03 Gerd Moellmann <gerd@gnu.org>
15872
15873 * frame.el (blink-cursor-mode): Don't hide cursor initially.
15874
15875 * startup.el (command-line): Initialize blink-cursor based
15876 on window-system.
15877
15878 * frame.el (blink-cursor): Default to nil if not running under
15879 a window-system.
15880
15881 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
15882 (face-x-resources): Remove duplicate entry for :font.
15883
15884 * textmodes/refer.el (refer-find-entry-internal): Use some-window
15885 instead of cycling through windows with next-window.
15886
15887 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
15888 of cycling through windows with next-window.
15889
15890 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
15891 of cycling through windows with next-window.
15892
15893 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
15894 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
15895 instead of cycling through windows with next-window.
15896
15897 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
15898 instead of cycling through windows with next-window.
15899
15900 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
15901 of cycling through windows with next-window.
15902
15903 * terminal.el (te-process-output): Use walk-windows instead of
15904 cycling through windows with next-window.
15905
15906 * server.el (server-switch-buffer): Use some-window instead of
15907 cycling through windows with next-window.
15908
15909 * window.el (some-window): New function.
15910 (walk-windows): Remove reference to walk-windows-start.
15911
15912 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
15913
159142000-07-03 Richard Stallman <rms@gnu.org>
15915
15916 * window.el (walk-windows): Guarantee termination by keeping a list
15917 of all the windows already handled.
15918
159192000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
15920
15921 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
15922 window-system.
15923
15924 * man.el (Man-notify-when-ready): Don't use window-system. If
15925 Man-notify-method is newframe, and the display is not
15926 multi-frame, select the frame created for the man page.
15927 (Man-init-defvars): Doc fix.
15928
159292000-06-28 Gerd Moellmann <gerd@gnu.org>
15930
15931 * faces.el (region): Change background color for light background.
15932
15933 * ediff-wind.el (ediff-setup-control-frame): Remove :box
15934 attribute from mode-line face of Ediff control frame.
15935
15936 * replace.el (query-replace-map): Bind `e' like `E'.
15937
159382000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
15939
15940 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
15941 Change name to "Select All".
15942
15943 * dos-fns.el (convert-standard-filename): Fix last change.
15944
159452000-06-27 Gerd Moellmann <gerd@gnu.org>
15946
15947 * help.el (describe-variable): Don't insert a second `'s' in front
15948 of the string `value is shown below'. Since the syntax-table is
15949 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
15950 an existing `'s', so that this won't be deleted.
15951
15952 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
15953 * pcmpl-unix.el: New files.
15954
159552000-06-26 Stefan Monnier <monnier@cs.yale.edu>
15956
15957 * wid-edit.el (widget-member): Use the new plist-member.
15958
159592000-06-26 Gerd Moellmann <gerd@gnu.org>
15960
15961 * replace.el (perform-replace): Undo change of 2000-04-04.
15962 Instead, move backward 1 character at the end of the loop when
15963 necessary.
15964
15965 * faces.el (fringe): Change face for different backgrounds.
15966
15967 * eshell/esh-module.el (toplevel): Load defgroup's differently;
15968 patch from John.
15969
15970 * eshell/*.el: Change spelling of the Free Software Foundation.
15971
15972 * eshell/esh-toggle.el: Removed.
15973
15974 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
15975
15976 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
15977 interactively.
15978
159792000-06-26 Alex Schroeder <alex@gnu.org>
15980
15981 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
15982 `define-key'; instead of checking `(emacs-version)' check for
15983 `set-keymap-parent' and `set-keymap-name' directly. Add entries
15984 for `;' and `o' which might be electric.
15985
15986 (sql-electric-stuff): New user option.
15987 (sql-magic-go): New function which uses `sql-electric-stuff'.
15988 (sql-magic-semicolon): New function which uses
15989 `sql-electric-stuff'.
15990
15991 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
15992 is not fboundp.
15993
15994 (sql-oracle-options): New variable.
15995 (sql-oracle): Use it.
15996
15997 (sql-imenu-generic-expression): Doc change.
15998 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
15999 is used.
16000
16001 (sql-informix): Added command line parameter "-" to force
16002 sql-informix-program to use stdout.
16003
160042000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
16005
16006 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
16007 (cp864-decode-table): Doc fix.
16008 (cp720-decode-table): New variable, supports the Arabic OEM
16009 codepage used by Windows.
16010 (cp737-decode-table): New, Greek OEM codepage used by Windows.
16011
160122000-06-23 Dave Love <fx@gnu.org>
16013
16014 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
16015 (font-lock-fontify-anchored-keywords): Use
16016 line-beginning-position.
16017 (global-font-lock-mode): Use mapc.
16018
160192000-06-23 Stefan Monnier <monnier@cs.yale.edu>
16020
16021 * eshell/esh-module.el: Require CL when compiling.
16022
160232000-06-23 Gerd Moellmann <gerd@gnu.org>
16024
16025 * comint.el (comint-substitute-in-file-name): Call replace-match
16026 with second and third arg t.
16027
16028 * cus-edit.el (custom-button-face, custom-button-pressed-face):
16029 Specify foreground color.
16030
16031 * faces.el (tool-bar, mode-line, header-line): Specify foreground
16032 color.
16033
16034 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
16035
16036 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
16037 cddr instead of cdddr.
16038
16039 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
16040 instead of copy-list.
16041
16042 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
16043 of copy-list.
16044
16045 * subdirs.el: Add eshell subdirectory.
16046
16047 * eshell: New subdirectory containing the Eshell package.
16048
16049 * pcomplete.el: New file.
16050
160512000-06-23 Paul Eggert <eggert@twinsun.com>
16052
16053 * mail/mailpost.el (post-mail-send-it): Make sure file has
16054 proper permissions from birth.
16055
16056 * files.el (basic-save-buffer-2): When temporarily setting
16057 file modes, set them to current modes plus 0200, not to 0777.
16058
16059 * emerge.el (emerge-make-temp-file): Make sure file has proper
16060 permissions from birth.
16061
160622000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
16063
16064 * files.el (make-backup-file-name-1): On DOS/Windows, run the
16065 backup file name through convert-standard-filename.
16066
16067 * dos-fns.el (convert-standard-filename): Convert leading
16068 directories as well. When long file names are supported, convert
16069 characters that are invalid in Windows file names.
16070
160712000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16072
16073 * ps-print.el: Fix bug: if ^L is the very first buffer character,
16074 ps-print crashes. New feature: page selection for printing. Create
16075 raw-text-unix coding system for XEmacs. Doc fix.
16076 (ps-print-version): New version number (5.2.3).
16077 (ps-plot-region): Bug fix.
16078 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
16079 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
16080 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
16081 funs.
16082 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
16083 (ps-last-page): New vars.
16084
160852000-06-21 Gerd Moellmann <gerd@gnu.org>
16086
16087 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
16088 empty option string.
16089
160902000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
16091
16092 * man.el (man): Doc fix.
16093
160942000-06-21 Kenichi Handa <handa@etl.go.jp>
16095
16096 * international/mule-cmds.el (set-language-info-alist): Docstring
16097 fixed.
16098
160992000-06-20 Gerd Moellmann <gerd@gnu.org>
16100
16101 * version.el (emacs-version): Use ISO date format.
16102
16103 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
16104 instead of `M-backspace'.
16105
16106 * simple.el (turn-off-auto-fill): New function.
16107
161082000-06-20 Stefan Monnier <monnier@cs.yale.edu>
16109
16110 * jit-lock.el (with-buffer-prepared-for-jit-lock):
16111 Renamed from with-buffer-prepared-for-font-lock and use
16112 inhibit-modification-hooks rather than setting *-change-functions.
16113 Update all functions to use the new name.
16114 (jit-lock-first-unfontify-pos): New semantics (and doc).
16115 (jit-lock-mode): Make non-interactive.
16116 Don't automatically turn on font-lock.
16117 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
16118 Always use jit-lock-after-change.
16119 Remove and restore font-lock-after-change-function.
16120 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
16121 (jit-lock-after-unfontify-buffer): Remove.
16122 (jit-lock-stealth-fontify):
16123 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
16124 (jit-lock-after-change): Set the `fontified' text-prop to nil.
16125
161262000-06-20 Sam Steingold <sds@gnu.org>
16127
16128 * emacs-lisp/cl-indent.el (toplevel): Indent
16129 `print-unreadable-object' properly. Untabify.
16130
161312000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
16132
16133 * textmodes/reftex.el (reftex-find-citation-regexp-format):
16134 Support for bibentry.
16135 (reftex-compile-variables): Fixed problem with end of section-re.
16136
16137 * texmodes/reftex-dcr.el (reftex-view-crossref,
16138 reftex-view-crossref-from-bibtex):
16139 Deal with changed `reftex-find-citation-regexp-format'.
16140 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
16141 Replaced `remprop' with `put'.
16142 (reftex-view-crossref, reftex-view-crossref-when-idle):
16143 Support for bibentry.
16144
16145 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
16146 New entry for bibentry package.
16147
16148 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
16149 Regexp also matches "\nobibliography".
16150
16151 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
16152 Call `reftex-ensure-write-access' before doing anything.
16153 (reftex-ensure-write-access): New function.
16154
161552000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
16156
16157 * progmodes/idlwave.el: File re-installed (update to version 4.2)
16158
16159 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
16160
16161 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
16162
16163 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
16164
16165
161662000-06-20 Dave Love <fx@gnu.org>
16167
16168 * faces.el (frame-background-mode): Use set-default, not set, in
16169 setter.
16170 (frame-update-faces, frame-update-face-colors): Define with
16171 defalias.
16172
16173 * enriched.el (enriched-decode-foreground)
16174 (enriched-decode-background): Don't use internal-find-face.
16175
16176 * apropos.el: Doc fixes.
16177
16178 * cus-edit.el (customize-changed-options): Check arg.
16179 (customize-version-lessp): Don't require decimal point.
16180
16181 * custom.el (defcustom, defgroup): Doc fix.
16182
16183 * newcomment.el (comment) <defgroup>: Add :version.
16184 (comment-multi-line): Doc fix.
16185
16186 * emulation/mlsupport.el (define-hooked-local-abbrev,
16187 define-hooked-global-abbrev): Fix, using define-abbrev.
16188
161892000-06-19 Gerd Moellmann <gerd@gnu.org>
16190
16191 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
16192 the whole buffer.
16193
161942000-06-19 Dave Love <fx@gnu.org>
16195
16196 * menu-bar.el (menu-bar-options-save): New function.
16197 (menu-bar-options-menu): Use it.
16198 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
16199 Simplify.
16200
162012000-06-19 Andreas Schwab <schwab@suse.de>
16202
16203 * progmodes/etags.el (tags-query-replace): Put new parameters
16204 START and END at the end, for backward compatibility.
16205
162062000-06-19 Kenichi Handa <handa@etl.go.jp>
16207
16208 * international/codepage.el:
16209 (cp-coding-system-for-codepage-1): Delete special codes for
16210 generating xxx-dos coding system because now a CCL based coding
16211 system can handle EOL conversion by default.
16212
16213 * international/mule.el (make-coding-system): Generate subsidiary
16214 coding systems for EOL handling variants even for a CCL based
16215 coding system.
16216
162172000-06-19 Kenichi Handa <handa@etl.go.jp>
16218
16219 * international/isearch-x.el (isearch-minibuffer-input-method)
16220 (isearch-minibuffer-input-method-function): These variables
16221 deleted.
16222 (isearch-with-input-method): Don't use the above variables.
16223 (isearch-process-search-multibyte-characters): Likewise. Call
16224 read-string with the arg INHERIT-INPUT-METHOD t.
16225
162262000-06-17 Stefan Monnier <monnier@cs.yale.edu>
16227
16228 * font-lock.el (font-lock-after-fontify-buffer)
16229 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
16230
16231 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
16232 Use consistent make-local-variable style for font-lock-fontified.
16233 (jit-lock-fontify-buffer):
16234 Don't bother checking for font-lock-mode and jit-lock-mode.
16235
16236 * time.el: Remove trailing ^M that prevent CVS-merging.
16237
162382000-06-16 Gerd Moellmann <gerd@gnu.org>
16239
16240 * Makefile.in (distclean): New target.
16241
162422000-06-16 Stefan Monnier <monnier@cs.yale.edu>
16243
16244 * Makefile.in (srcdir): Define for update-subdirs.
16245
162462000-06-16 Gerd Moellmann <gerd@gnu.org>
16247
16248 * find-lisp.el: New file.
16249
162502000-06-16 Andrew Innes <andrewi@gnu.org>
16251
16252 * time.el (display-time-mail-function): New variable, to allow
16253 external packages to indicate when new mail is available.
16254 (display-time-update): Use it.
16255
162562000-06-16 Kenichi Handa <handa@etl.go.jp>
16257
16258 * international/mule.el (mule-version): Change version name to
16259 SAKAKI. AOI has already been used by Meadow.
16260
16261 * international/quail.el (quail-show-guidance-buf): To find the
16262 bottom window (but minibuffer), pay attention to the height of
16263 minibuffer.
16264
162652000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
16266
16267 * arc-mode.el (archive-mode-map): Use the new menu-item format for
16268 menu-bar menus. Add help strings. Don't remove the Edit menu
16269 from the menu bar, as the menu bar has enough space now.
16270
16271 * Makefile.in (SHELL): Make sure /bin/sh is used.
16272
16273 * woman.el (woman-man-buffer): Fix bold and underlined CJK
16274 characters, which use series of two ^H characters instead of one.
16275
162762000-06-15 Gerd Moellmann <gerd@gnu.org>
16277
16278 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
16279 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
16280 functions.
16281 (Info-find-node-2): Try a case-sensitive search first, then
16282 do a case-insensitive search.
16283
16284 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
16285 tutorials.
16286
16287 * complete.el (PC-env-vars-alist): New variable.
16288 (PC-complete-as-file-name): New function.
16289 (partial-completion-mode): Initialize PC-env-vars-alist from
16290 process-environment.
16291 (PC-do-completion): Handle completion of env vars.
16292
16293 * info.el (Info-set-mode-line): Show file name in mode line,
16294 use `*Info*' instead of `Info:'.
16295
16296 * startup.el (command-line-1): Change copyright messages to year
16297 2000.
16298
162992000-06-15 Dave Love <fx@gnu.org>
16300
16301 * net/goto-addr.el (goto-address-fontify): Use keymap property,
16302 not local-map.
16303
163042000-06-15 Kenichi Handa <handa@etl.go.jp>
16305
16306 * international/mule.el (set-buffer-file-coding-system): Almost
16307 rewritten to handle `undecided' as no-op.
16308
163092000-06-14 Gerd Moellmann <gerd@gnu.org>
16310
16311 * Makefile.in: New file.
16312
16313 * Makefile: Removed.
16314
16315 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
16316 (goto-address-highlight-keymap): Bind C-c RET.
16317
163182000-06-14 Kenichi Handa <handa@etl.go.jp>
16319
16320 * mail/sendmail.el (sendmail-send-it): The temporary buffer
16321 inherits buffer-file-coding-system of the current buffer.
16322
16323 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
16324 0. Give correct argument to set-auto-coding-function.
16325 (tar-expunge): For goto-char, use (point-min), not 0.
16326 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
16327 (tar-subfile-save-buffer): Likewize.
16328
16329 * international/mule.el
16330 (after-insert-file-set-buffer-file-coding-system): Call
16331 set-buffer-file-coding-system with the arg FORCE t.
16332
163332000-06-13 Gerd Moellmann <gerd@gnu.org>
16334
16335 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
16336 nil. Contemporary sendmails issue an X-Authentication-Warning if
16337 the sender is set with `-f'.
16338
163392000-06-13 Dave Love <fx@gnu.org>
16340
16341 * help.el (describe-function-1): Kluge around cases of functions
16342 fset to subrs whose doc doesn't match their symbol-name.
16343
16344 * image.el (insert-image): Default STRING to a space.
16345
16346 * info.el Doc fixes.
16347 (Info-build-node-completions): Match Ref tags.
16348
163492000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
16350
16351 * frame.el (display-multi-frame-p, display-multi-font-p): New
16352 defaliases for display-graphic-p.
16353
16354 * hl-line.el: Fixed a typo in commentary.
16355
163562000-06-13 Kenichi Handa <handa@etl.go.jp>
16357
16358 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
16359 fixed.
16360
163612000-06-12 Dave Love <fx@gnu.org>
16362
16363 * image.el (insert-image): Save a little consing.
16364
163652000-06-12 Kenichi Handa <handa@etl.go.jp>
16366
16367 * language/tibet-util.el: Convert all tibetan-1-column characters
16368 to the corresponding tibetan characters.
16369 (tibetan-add-components): Delete code for the special treatment of
16370 'a chung.
16371
16372 * language/tibetan.el (tibetan-composable-pattern): Fix previous
16373 change.
16374 (tibetan-vowel-transcription-alist): More rules added.
16375 (tibetan-composite-vowel-alist): New variable.
16376 (tibetan-precomposition-rule-alist): More rules added.
16377
163782000-06-12 Stefan Monnier <monnier@cs.yale.edu>
16379
16380 * startup.el (command-line): Only call menu-bar-mode if interactive.
16381
16382 * thingatpt.el (toplevel symbol-properties):
16383 * textmodes/makeinfo.el (makeinfo-compile):
16384 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
16385 * progmodes/hideif.el (hif-compress-define-list)
16386 (hide-ifdef-use-define-alist):
16387 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
16388 (ange-ftp-vms-add-file-entry):
16389 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
16390 * man.el (Man-build-man-command):
16391 * mail/rnewspost.el (news-reply-header-hook):
16392 * info.el (Info-insert-dir):
16393 * emulation/mlconvert.el (backward-word, forward-word, setq):
16394 * emacs-lisp/gulp.el (gulp-send-requests):
16395 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
16396 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
16397 (byte-optimize-apply, end of file):
16398 * emacs-lisp/advice.el (ad-advice-class-completion-table)
16399 (ad-make-freeze-definition):
16400 * startup.el (command-line, command-line-1): Don't quote lambdas.
16401
16402 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
16403 (cvs-cleanup-removed): New function.
16404 (cvs-cleanup-functions): New var.
16405 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
16406 some flexibility in specifying additional entries to auto-cleanup.
16407 (cvs-quickdir): New function.
16408 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
16409 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
16410 (cvs-mode-find-file): Check that we are on a filename or dirname
16411 when invoked through a mouse-click.
16412 (cvs-full-path): Remove.
16413 (cvs-dired-action): Re-introduced.
16414 (cvs-dired-noselect): Use it.
16415 (vc-post-command-functions): use this new hook if available.
16416
16417 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
16418 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
16419 (cvs-filename-map, cvs-dirname-map): Remove.
16420 (cvs-default-action): Remove.
16421 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
16422 if the arg is really a keymap.
16423 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
16424 Don't hardcode the mapping from state (aka type) to face, but check
16425 the var cvs-fi-<type>-face instead.
16426 (cvs-fileinfo-from-entries): New function.
16427
16428 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
16429 Docstring fix.
16430 (cvs-find-file-and-jump): Change default to be safer.
16431 (cvs-mode-diff-map): Define it as a function as well.
16432 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
16433 Bind mouse-2 in this global map rather than with text-properties.
16434
16435 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
16436 file to resolve the ambiguity between C(conflict) and C(need-merge).
16437
164382000-06-12 Kenichi Handa <handa@etl.go.jp>
16439
16440 * international/mule.el (set-buffer-file-coding-system): If
16441 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
16442 unconditionally.
16443
164442000-06-12 Dave Love <fx@gnu.org>
16445
16446 * wid-edit.el (widget-specify-button): Really suppress the face if
16447 required.
16448
164492000-06-11 Gerd Moellmann <gerd@gnu.org>
16450
16451 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
16452
164532000-06-11 Stefan Monnier <monnier@cs.yale.edu>
16454
16455 * imenu.el (imenu-generic-expression): Docstring fix.
16456
16457 * composite.el (composition-function-table): Move the `put'
16458 below the autoload cookie so we can load the file before loaddefs.
16459
16460 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
16461
16462 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
16463 Handle easy-mmode-define-global-mode.
16464 For complex macros like define-minor-mode that can generate
16465 several autoload entries, try to autoload entries in the
16466 macroexpanded code.
16467
16468 * emacs-lisp/easy-mmode.el (define-minor-mode):
16469 If KEYMAP is a symbol, just use it.
16470 Use byte-compile-current-file and load-file-name to infer the
16471 proper :require to pass to defcustom.
16472 Wrap the hook var into `progn' so as not to autoload it.
16473 Add a :autoload-end cookie.
16474 Be more careful about the evaluation of KEYMAP.
16475 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
16476 (define-derived-mode): Move define-abbrev-table outside of defvar.
16477
164782000-06-10 Stefan Monnier <monnier@cs.yale.edu>
16479
16480 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
16481 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
16482 (backup-compiled-files): Ignore errors during `tar'.
16483 (bootstrap): Make autoloads before elc files.
16484
164852000-06-10 Kenichi Handa <handa@etl.go.jp>
16486
16487 * international/mule.el (set-buffer-file-coding-system): If one of
16488 undecided-XXX is specified, change only EOL conversion.
16489
16490 * international/mule-conf.el (unix): New alias for the coding
16491 system undecided-unix.
16492
164932000-06-09 Dave Love <fx@gnu.org>
16494
16495 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
16496
16497 * progmodes/executable.el: Byte compile dynamic.
16498 (executable-insert): Change custom type.
16499 (executable-find): Add autoload cookie.
16500 (executable-make-buffer-file-executable-if-script-p): New
16501 function. After Noah Friedman.
16502
16503 * files.el (after-save-hook): Customize, with
16504 executable-make-buffer-file-executable-if-script-p as an option.
16505
165062000-06-09 Kenichi Handa <handa@etl.go.jp>
16507
16508 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
16509 "tib24p-mule.bdf" for Tibetan.
16510
16511 * composite.el (decompose-composite-char): Declare it as obsolete.
16512
16513 * man.el (Man-fontify-manpage): Pay attention to underline and
16514 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
16515
165162000-06-08 Gerd Moellmann <gerd@gnu.org>
16517
16518 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
16519 Set maintainer to FSF since author isn't reachable.
16520
165212000-06-08 Dave Love <fx@gnu.org>
16522
16523 * international/mule-cmds.el (select-safe-coding-system): If
16524 DEFAULT-CODING-SYSTEM is not specified, also check the most
16525 preferred coding-system if buffer-file-coding-system is
16526 `undecided'. From Handa.
16527
165282000-06-08 Kenichi Handa <handa@etl.go.jp>
16529
16530 * international/mule.el
16531 (after-insert-file-set-buffer-file-coding-system): If the buffer
16532 size is greater than INSERTED, judget that we are not visiting.
16533
165342000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
16535
16536 * whitespace.el (defgroup whitespace): Comment out `:version'.
16537 XEmacs 20.4 has problems defining the group with this present.
16538 We'll have this commented out till get resolve the problem.
16539
165402000-06-07 John Wiegley <johnw@gnu.org>
16541
16542 * align.el (align-dq-string-modes, align-sq-string-modes)
16543 (align-open-comment-modes): Add pyhton-mode.
16544 (align-rules-list): Use get-text-property instead of
16545 text-properties-at.
16546 (align-rules-list): Add python-assignment.
16547 (align-rules-list): Change perl-comma-delimiter to
16548 basic-comma-delimiter. Use if for Perl modes and python-mode.
16549 (align-rules-list): Add python-chain-logic and
16550 basic-line-continuation.
16551
165522000-06-07 Jari Aalto <jari.aalto@poboxes.com>
16553
16554 * apropos.el (apropos-mode-hook): New user variable.
16555 (apropos-mode): Run apropos-mode-hook.
16556
165572000-06-07 David Ponce <david@dponce.com>
16558
16559 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
16560 commands. Require `wid-edit' at run-time.
16561
165622000-06-07 David Ponce <david@dponce.com>
16563
16564 * recentf.el: Added some "Commentary".
16565 (recentf-open-more-files, recentf-edit-list): Minor changes to
16566 move the point at the top of the file list. This behaviour is
16567 consistent with the menu one when the list contains a lot of
16568 files.
16569 (recentf-cleanup): Now displays the number of items removed from
16570 the list.
16571 (recentf-relative-filter) New menu filter to show filenames
16572 relative to `default-directory'.
16573
165742000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16575
16576 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
16577 with/without giving an error if PostScript printer doesn't have this
16578 kind of page size. Zebra Stripe continues or restarts on next page.
16579 Manual/automatic paper feeding. Switch or not the header.
16580 (ps-print-version): New version number (5.2.2).
16581 (ps-windows-system): Include emx as a Windows system.
16582 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
16583 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
16584 (ps-background-text): Code fix.
16585 (ps-error-handler-message, ps-user-defined-prologue)
16586 (ps-print-prologue-header, ps-printer-name)
16587 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
16588 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
16589 (ps-use-face-background): Customization fix.
16590 (ps-n-up-database): Data fix.
16591 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
16592 (ps-switch-header): New vars.
16593 (ps-xemacs-color-name, ps-face-foreground-name)
16594 (ps-face-background-name, ps-boolean-constant): New funs.
16595
165962000-06-07 Dave Love <fx@gnu.org>
16597
16598 * allout.el: New version from Manheimer.
16599
166002000-06-07 Kenichi Handa <handa@etl.go.jp>
16601
16602 * textmodes/fill.el (fill-find-break-point): Check the validity of
16603 charset.
16604
166052000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
16606
16607 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
16608 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
16609 Call display-color-p and display-mouse-p instead of looking at
16610 window-system.
16611
166122000-06-06 Dave Love <fx@gnu.org>
16613
16614 * image.el (find-image): Doc fix. Return nil if image not found.
16615 (put-image, insert-image): Make STRING arg optional.
16616
166172000-06-06 Kenichi Handa <handa@etl.go.jp>
16618
16619 * language/vietnamese.el: Remove eval-when-compile.
16620 (viet-viscii-nonascii-translation-table): Define it as a
16621 translation table made from viet-viscii-decode-table.
16622 (viet-viscii-encode-table): Define it as a translation table made
16623 from the reverse map of above.
16624 (viet-vscii-nonascii-translation-table): Define it as a
16625 translation table made from viet-vscii-decode-table.
16626 (viet-vscii-encode-table): Define it as a translation table made
16627 from the reverse map of above.
16628 (ccl-decode-viscii): Use translate-character.
16629 (ccl-encode-viscii, ccl-encode-viscii-font)
16630 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
16631 Likewize.
16632
16633 * language/cyrillic.el: Remove eval-when-compile.
16634 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
16635 translation table made from cyrillic-koi8-r-decode-table.
16636 (cyrillic-koi8-r-encode-table): Define it as a translation table
16637 made from the reverse map of above.
16638 (ccl-decode-koi8): Use translate-character.
16639 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
16640 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
16641 a translation table made from cyrillic-alternativnyj-decode-table.
16642 (cyrillic-alternativnyj-encode-table): Define it as a translation
16643 table made from the reverse map of above.
16644 (ccl-decode-alternativnyj): Use translate-character.
16645 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
16646 Likewize
16647
16648 * international/mule-diag.el (non-iso-charset-alist): Specify
16649 translation table symbol instead of translation table itself.
16650 (list-block-of-chars): CHARSET may be a translation table symbol.
16651
16652 * international/mule.el (make-coding-system): If CODING-SYSTEM
16653 already exists, override it.
16654
16655 * international/fontset.el: Use family `proportional' for Tibetan
16656 fonts.
16657
16658 * international/ccl.el (ccl-compile-translate-character): Don't
16659 check if Rrr has property translation-table.
16660 (ccl-compile-map-multiple): Modified to avoid compiler warning.
16661
166622000-06-05 Gerd Moellmann <gerd@gnu.org>
16663
16664 * info.el: Bind case-fold-search to t when searching in case
16665 a user sets it to nil in a hook.
16666
166672000-06-05 Stefan Monnier <monnier@cs.yale.edu>
16668
16669 * autoarg.el (autoarg-mode, autoarg-kp-mode):
16670 * hl-line.el (hl-line-mode): Use the new :global key argument.
16671
16672 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
16673 (tar-clip-time-string): Prepend a space.
16674 (tar-grind-file-mode): Construct a string rather than modifying one.
16675 (tar-header-block-summarize): Fix docstring.
16676 Use `format' rather than an error-prone set of copy-loops.
16677
16678 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
16679 (diff-goto-source, diff-unified->context, diff-context->unified)
16680 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
16681 understand the format output by the `-p' argument to diff.
16682
16683 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
16684 (sh-re-done): Use defconst.
16685 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
16686 (sh-help-string-for-variable, sh-guess-basic-offset):
16687 Don't quote lambdas.
16688 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
16689 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
16690
16691 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
16692 (mh-letter-mode): Derive from text-mode.
16693 This implicitly means that it now calls kill-all-local-variables.
16694 Also remove the Emacs-18 compatibility code.
16695
16696 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
16697 Make use of symbol-property doc-string-elt.
16698 Use memq rather than a sequence of eq.
16699 (doc-string-elt): Fix the wrong or missing previously unused values.
16700 (autoload-print-form): New function extracted from
16701 generate-file-autoloads to allow recursion when handling progn
16702 so that defvar's and defun's docstrings are properly printed.
16703 (generate-file-autoloads): Use it.
16704
16705 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
16706 Use find-file-hooks in the minor-mode function.
16707 Be careful not to loop indefinitely in the post-command-hook function.
16708
167092000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
16710
16711 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
16712 tty's.
16713 * ediff-diff.el (ediff-exec-process): Use --binary for fine
16714 differences whenever appropriate.
16715 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
16716 * viper.el (find-file, find-file-other-window): Get viper to do
16717 wildcards.
16718
167192000-06-04 Stefan Monnier <monnier@cs.yale.edu>
16720
16721 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
16722 (jit-lock-fontify-buffer): New function for JIT refontification.
16723 (jit-lock-mode): Fix docstring.
16724 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
16725 Remove jit-lock-after-change from the _local_ hook.
16726 (jit-lock-function-1): Fix docstring.
16727
16728 * info.el (Info-on-current-buffer): Initialize info.
16729
16730 * newcomment.el (comment-indent): Ignore comment-indent-hook.
16731
16732 * progmodes/tcl.el (tcl-indent-for-comment):
16733 Ignore comment-indent-hook.
16734
16735 * emacs-lisp/easy-mmode.el: Require CL during compilation.
16736 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
16737 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
16738 and improve to use the lighter to guess the capitalization.
16739 (define-minor-mode): Inline code from easy-mmode-define-toggle.
16740 Add keyword arguments to specify global-ness or the custom group.
16741 Add local-map and help-echo properties to the lighter.
16742 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
16743 (easy-mmode-define-global-mode): New macro.
16744
167452000-06-02 Dave Love <fx@gnu.org>
16746
16747 * wid-edit.el: byte-compile-dynamic since we typically don't use
16748 all the widgets. Don't require cl or widget. Remove
16749 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
16750 (widget-read-event): Removed. Callers changed to use read-event.
16751 (widget-button-release-event-p): Renamed from
16752 button-release-event-p.
16753 (widget-field-add-space, widget-field-use-before-change):
16754 Uncustomize.
16755 (widget-specify-field): Use keymap property, not local-map.
16756 (widget-specify-button): Obey :suppress-face.
16757 (widget-specify-insert): Use modern backquote syntax.
16758 (widget-image-directory): Renamed from widget-glyph-directory.
16759 (widget-image-enable): Renamed from widget-glyph-enable.
16760 (widget-image-find): Replaces widget-glyph-find.
16761 (widget-button-pressed-face): Move defvar.
16762 (widget-image-insert): Replaces widget-glyph-insert.
16763 (widget-convert): Use keywordp.
16764 (widget-leave-text, widget-children-value-delete): Use mapc.
16765 (widget-keymap): Remove XEmacs stuff.
16766 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
16767 (widget-button-click): Don't set point at the click, but re-centre
16768 if we scroll out of window. Rewritten for images v. glyphs &c.
16769 (widget-tabable-at): Use POS arg, not point.
16770 (widget-beginning-of-line, widget-end-of-line)
16771 (widget-item-value-create, widget-sublist, widget-princ-to-string)
16772 (widget-sexp-prompt-value, widget-echo-help): Simplify.
16773 (widget-default-create): Use widget-image-insert; some rewriting.
16774 (widget-visibility-value-create)
16775 (widget-push-button-value-create, widget-toggle-value-create): Use
16776 widget-image-insert.
16777 (checkbox): Create on and off images dynamically.
16778 (documentation-link): Change :help-echo.
16779 (widget-documentation-link-echo-help): Remove.
16780
167812000-06-02 Stefan Monnier <monnier@cs.yale.edu>
16782
16783 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
16784
16785 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
16786 (easy-mmode-define-toggle, define-minor-mode): Use it.
16787 (easy-mmode-define-keymap): Docstring fix.
16788 (define-derived-mode): Default PARENT to fundamental-mode.
16789 Add the derived-mode-parent symbol-property.
16790 (easy-mmode-derived-mode-p): New function.
16791
167922000-06-02 Dave Love <fx@gnu.org>
16793
16794 * files.el (convert-standard-filename): Doc fix.
16795 (normal-backup-enable-predicate): New function.
16796 (backup-enable-predicate): Use it to replace the lambda form.
16797
16798 * calendar/todo-mode.el: [This needs more work on the outline
16799 stuff.] Doc fixes.
16800 (todo) <defgroup>: Add :version.
16801 (todo-add-category): Don't use pushnew.
16802 (todo-cmd-raise): Fix typo.
16803 (todo-top-priorities): Change temp buffer name.
16804 (todo-category-alist): Avoid redundant lambda.
16805 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
16806 Use outline-next-heading.
16807
16808 * autoarg.el: Rewritten to use define-minor-mode.
16809 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
16810 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
16811
168122000-06-02 Kenichi Handa <handa@etl.go.jp>
16813
16814 * isearch.el (isearch-other-meta-char): Fix previous change.
16815
168162000-06-01 Stefan Monnier <monnier@cs.yale.edu>
16817
16818 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
16819 (log-edit-done): Only add the comment to the ring if it's different
16820 from the last comment entered.
16821
16822 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
16823
168242000-06-01 Dave Love <fx@gnu.org>
16825
16826 * hl-line.el: Rewritten using define-minor-mode.
16827
16828 * help.el (describe-function-1): Distinguish special form from
16829 builtin function. Sanity-check presence of arglist for builtins.
16830
168312000-06-01 Kenichi Handa <handa@etl.go.jp>
16832
16833 * international/characters.el: Fix syntax/category setting of
16834 Tibetan characters.
16835
16836 * language/tibet-util.el (tibetan-add-components): Fixes for new
16837 encoding of Tibetan characters.
16838 (tibetan-decompose-precomposition-alist): New variable.
16839 (tibetan-decompose-region): Convert precomposed characters to
16840 non-precomposed characters.
16841 (tibetan-decompose-string): Likewise.
16842 (tibetan-composition-function): Fix args to
16843 thibetan-compose-string.
16844
16845 * language/tibetan.el (tibetan-composable-pattern): More
16846 characters included.
16847 (tibetan-consonant-transcription-alist): Rule for "R" added.
16848 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
16849 "+R" added.
16850 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
16851
16852 * language/lao-util.el (lao-composition-function): Fix args to
16853 compose-string.
16854
16855 * language/thai-util.el (thai-composition-function): Fix args to
16856 compose-string.
16857
16858 * isearch.el (isearch-update): Set disable-point-adjustment to t
16859 to prevent the point moving to the end of a composition when a
16860 part of a composition is searched.
16861 (isearch-other-meta-char): If the key invoking this command can be
16862 mapped by function-key-map to a printing char, call
16863 isearch-process-search-char directly.
16864
168652000-06-01 Stefan Monnier <monnier@cs.yale.edu>
16866
16867 * emacs-lisp/bytecomp.el:
16868 * frame.el:
16869 * international/mule-cmds.el:
16870 * international/mule-util.el:
16871 * international/mule.el:
16872 * mouse.el:
16873 * subr.el:
16874 * faces.el: Update calls to make-obsolete with a WHEN argument.
16875
16876 * byte-run.el (make-obsolete, make-obsolete-variable):
16877 Add an optional WHEN argument and change the format of the
16878 symbol-property information.
16879 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
16880 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
16881 new obsolete-symbol-property format and print WHEN if it is provided.
16882
168832000-05-31 Dave Love <fx@gnu.org>
16884
16885 * loadhist.el (loadhist-hook-functions): Remove
16886 before-change-function, after-change-function.
16887 (unload-feature): Deal with symbols which are both bound and
16888 fbound.
16889
16890 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
16891 before-change-function, after-change-function.
16892
16893 * simple.el (newline): Don't bind before-change-function,
16894 after-change-function.
16895
168962000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
16897
16898 * whitespace.el (whitespace-rescan-timer-time): Update interval
16899 set to 600 seconds (10 minutes) instead of 60 seconds since
16900 a large number of whitespace buffers causes emacs to `freeze'
16901 for a considerable amount of time.
16902
16903 * whitespace.el: Updated email address
16904
169052000-05-31 Dave Love <fx@gnu.org>
16906
16907 * add-log.el (change-log-font-lock-keywords) <function>: Add
16908 pattern for function of change.
16909 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
16910 acknowledgements patterns.
16911
169122000-05-31 Kenichi Handa <handa@etl.go.jp>
16913
16914 * isearch.el (isearch-printing-char): If keyboard coding system is
16915 being used, call isearch-process-search-multibyte-characters.
16916
16917 * international/isearch-x.el: Mostly rewritten.
16918
16919 * international/quail.el (quail-start-conversion): Don't include
16920 unhandled events in the returned events, but set them in
16921 unread-command-events. Exit if all inputs are deleted.
16922
169232000-05-30 Jason Rumney <jasonr@gnu.org>
16924
16925 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
16926
16927 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
16928 Reenable code to create initial fontsets.
16929 Use set-fontset-font in place of put-charset-property.
16930
169312000-05-30 Gerd Moellmann <gerd@gnu.org>
16932
16933 * progmodes/perl-mode.el (perl-indent-line): When looking for a
16934 label, ensure that the first colon isn't followed by another.
16935
16936 * paths.el (Info-default-directory-list): Doc fix.
16937
16938 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
16939 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
16940 send a query containing USER only, not USER@HOST.
16941
16942 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
16943 and rmail-msgend to compute the restriction at the end, instead of
16944 computing it.
16945
169462000-05-29 Gerd Moellmann <gerd@gnu.org>
16947
16948 * dabbrev.el (dabbrev-expand): Don't display messages in the
16949 echo area if the minibuffer window is active.
16950
16951 * jit-lock.el (jit-lock-mode): Add after change function to
16952 local hook.
16953
169542000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
16955
16956 * antlr-mode.el: New commands: hide/unhide actions,
16957 upcase/downcase literals.
16958 (antlr-tiny-action-length): New user option.
16959 (antlr-hide-actions): New command. Suggested by
16960 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
16961 (antlr-mode-map): New binding [C-c C-v].
16962 (antlr-mode-menu): New entries.
16963 (antlr-downcase-literals): New command.
16964 (antlr-upcase-literals): Ditto.
16965
16966 * antlr-mode.el: Minor changes: indendation, mode-name.
16967 (antlr-indent-line): Indent cpp directive at column 0.
16968 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
16969
16970 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
16971 (antlr-font-lock-additional-keywords): Workaround for intentional
16972 bug in XEmacs version of font-lock.
16973 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
16974 be used by a smarter version of `buffers-menu-grouping-function'.
16975
169762000-05-29 Gerd Moellmann <gerd@gnu.org>
16977
16978 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
16979 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
16980
169812000-05-29 Kenichi Handa <handa@etl.go.jp>
16982
16983 * international/encoded-kb.el
16984 (encoded-kbd-iso2022-designation-map): Pay attention to that
16985 charset-iso-final-char return -1 for eight-bit-control and
16986 eight-bit-graphic.
16987
169882000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
16989
16990 * speedbar.el (speedbar-use-images, speedbar-update-flag)
16991 (speedbar-easymenu-definition-base): Use display-graphic-p where
16992 available, instead of window-system.
16993
169942000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
16995
16996 * international/codepage.el (cp-coding-system-for-codepage-1): Add
16997 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
16998 coding systems.
16999
170002000-05-26 Dave Love <fx@gnu.org>
17001
17002 * disp-table.el (standard-display-underline): Don't use
17003 internal-find-face.
17004
17005 * mail/reporter.el: Maintainer change. Doc fixes.
17006 (reporter-version): Deleted.
17007
17008 * emacs-lisp/elp.el: Maintainer change.
17009 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
17010
170112000-05-26 Stefan Monnier <monnier@cs.yale.edu>
17012
17013 * add-log.el (add-change-log-entry): Merge the current entry with the
17014 previous one if the previous one is empty.
17015
170162000-05-26 Dave Love <fx@gnu.org>
17017
17018 * loadhist.el (unload-feature): Fix interactive spec [from
17019 lijnzaad@ebi.ac.uk].
17020
17021 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
17022 subr-arity to check primitives.
17023 (byte-compile-flush-pending, byte-compile-file-form-progn)
17024 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
17025 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
17026 mapcar.
17027
170282000-05-26 Kenichi Handa <handa@etl.go.jp>
17029
17030 * international/fontset.el: Set family names of non-latin charsets
17031 in default fontset to "*".
17032
17033 * international/mule-diag.el (print-fontset): Combine family part
17034 and registry part of the fontname by "-*-" instead of "-".
17035
17036 * international/mule-cmds.el (encode-coding-char): Make strings
17037 multibyte before calling encode-coding-string.
17038
170392000-05-25 Stefan Monnier <monnier@cs.yale.edu>
17040
17041 * derived.el: Fix keywords.
17042 (define-derived-mode): Only define if needed.
17043
17044 * simple.el (fill-comment, comment-column, comment-start)
17045 (comment-start-skip, comment-end, comment-indent-function)
17046 (block-comment-start, block-comment-end, indent-for-comment)
17047 (set-comment-column, kill-comment, comment-padding, comment-region)
17048 (comment-multi-line, indent-new-comment-line): Remove.
17049
17050 * bindings.el (esc-map): Change ; to comment-dwim and use the new
17051 function names for comment operations.
17052
17053 * newcomment.el: Add abundant autoload cookies.
17054 (comment-style): Don't depend on runtime data at compile-time.
17055 (comment-indent-hook): Remove.
17056 (comment-indent): Check if comment-indent-hook is bound.
17057 (comment-region): Docstring fix.
17058
170592000-05-25 Dave Love <fx@gnu.org>
17060
17061 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
17062 byte-code-function-p.
17063
17064 * mail/rmailsum.el: Add provide.
17065
17066 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
17067
17068 * smerge-mode.el (smerge-diff-switches): Don't use list* in
17069 defcustom.
17070
170712000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
17072
17073 * ediff-diff.el (ediff-exec-process): delete --binary option from
17074 non-buffer ediff jobs.
17075
170762000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
17077
17078 * hilit-chg.el (highlight-changes-mode): Ask about color or
17079 grayscale support, not about window-system.
17080
17081 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
17082 window-system.
17083 (ffap-highlight): Always default to t.
17084
17085 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
17086 display-popup-menus-p instead of looking at window-system.
17087
17088 * disp-table.el (standard-display-g1, standard-display-graphic):
17089 Only refuse to use string glyphs on X and MS-Windows.
17090
17091 * avoid.el: Remove window-system from commentary, suggest to use
17092 display-*-p instead.
17093
17094 * apropos.el (apropos-print): Use display-mouse-p instead of
17095 window-system.
17096
170972000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
17098
17099 * international/codepage.el (cp-decoding-vector-for-codepage):
17100 Fill up unsupported characters with their own codes. From Kenichi
17101 Handa.
17102
171032000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
17104
17105 * international/mule-diag.el (describe-char-after): Use
17106 display-graphic-p instead of window-system, so that this function
17107 works on MS-DOS.
17108
171092000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
17110
17111 * international/codepage.el (cp-make-coding-systems-for-codepage):
17112 Remove the eight-bit-graphic and eight-bit-control charsets from
17113 the list of charsets which we convert into `?'.
17114
171152000-05-25 Kenichi Handa <handa@etl.go.jp>
17116
17117 * international/mule-conf.el: Specify CHARSET-ID explicitely for
17118 private charsets.
17119 (mule-unicode-0100-24ff, japanese-jisx0213-1,
17120 japanese-jisx0213-2): New charsets.
17121
17122 * international/fontset.el: Setup default fontset for new charsets.
17123
171242000-05-24 Dave Love <fx@gnu.org>
17125
17126 * info.el (Info-find-node-2): Restructure [following "Vadim
17127 S. Solomin" <sovs@uic.nnov.ru>].
17128
17129 * icomplete.el: Fix header for Finder.
17130
171312000-05-24 Eric M. Ludlam <zappo@ultranet.com>
17132
17133 * rmailout.el (rmail-output-to-rmail-file): Added optional param
17134 STAY.
17135
17136 * rmail.el (rmail-automatic-folder-directives): New user variable.
17137 (rmail-show-message): Add call to `rmail-auto-file' during
17138 display.
17139 (rmail-auto-file): New function.
17140
171412000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
17142
17143 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
17144 account.
17145 (ediff-test-utility,ediff-diff-mandatory-option)
17146 (ediff-reset-diff-options): Utilities for proper initialization of
17147 ediff-diff-options and ediff-diff3-options on Windows.
17148
17149 * ediff-init.el (ediff-merge-filename-prefix): New customizable
17150 variable.
17151
17152 * ediff-mult.el (ediff-filegroup-action): Use
17153 ediff-merge-filename-prefix.
17154
171552000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
17156
17157 * viper-ex.el (ex-write): Set selective display to nil.
17158
171592000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
17160
17161 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
17162 aliases for hebrew-iso-8bit.
17163
171642000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
17165
17166 * woman.el: New version from Francis J. Wright
17167 <F.J.Wright@Maths.QMW.ac.uk>.
17168 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
17169 names in environment variables regardless of the path separator.
17170 (woman-topic-all-completions-1): Don't call file-name-directory-p
17171 on all files, since woman-file-regexp already filters out any
17172 directories.
17173
171742000-05-24 Kenichi Handa <handa@etl.go.jp>
17175
17176 * international/quail.el (quail-start-translation): Don't change
17177 modified-p of the current buffer.
17178 (quail-start-conversion): Likewise.
17179
17180 * international/kkc.el (kkc-region): Don't change modified-p of
17181 the current buffer.
17182
17183 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
17184 conform to RFC1468.
17185 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
17186
171872000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
17188
17189 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
17190 (speedbar-insert-button): Invisible text property fix.
17191 (speedbar-directory-plus): Renamed from speedbar-directory-+
17192 (speedbar-directory-minus): Renamed from speedbar-directory--
17193 (speedbar-page-plus): Renamed from speedbar-file-+
17194 (speedbar-page-minus): Renamed from speedbar-file--
17195 (speedbar-page): Renamed from speedbar-file-
17196 (speedbar-tag): Renamed from speedbar-tag-
17197 (speedbar-tag-plus): Renamed from speedbar-tag-+
17198 (speedbar-tag-minus): Renamed from speedbar-tag--
17199 (speedbar-expand-image-button-alist): Use above renames.
17200
17201 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
17202 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
17203 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
17204 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
17205 * sb-pg.xpm: Renamed from sb-file.xpm
17206 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
17207 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
17208
172092000-05-24 Kenichi Handa <handa@etl.go.jp>
17210
17211 * international/quail.el (quail-show-guidance-buf): Set
17212 current-input-method of the guidance buffer to the name of the
17213 curren input method.
17214
172152000-05-23 Stefan Monnier <monnier@cs.yale.edu>
17216
17217 * progmodes/compile.el (compile-internal): Style typo.
17218
17219 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
17220 quote vars and functions in the docstring.
17221
17222 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
17223
17224 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
17225 Don't quote lambdas.
17226
17227 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
17228
172292000-05-23 Gerd Moellmann <gerd@gnu.org>
17230
17231 * startup.el (command-line): Determine source file of compiled
17232 user init file differently. Warn if compiled user init file
17233 is older than its source file.
17234
17235 * ffap.el (ffap-url-regexp): Add `https'.
17236
172372000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
17238
17239 * files.el (make-backup-file-name-1): Replace slashes with `!'
17240 rather than `|' (which is not allowed on Windows). Replace the
17241 drive letters with a string "drive_X".
17242
172432000-05-23 Gerd Moellmann <gerd@gnu.org>
17244
17245 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
17246
17247 * files.el (interpreter-mode-alist): Add `bash2'.
17248
172492000-05-22 Dave Love <fx@gnu.org>
17250
17251 * loadhist.el (feature-symbols, file-provides, file-requires): Use
17252 mapc.
17253 (feature-file): Avoid calling symbol-name. Doc fix.
17254 (file-set-intersect, file-dependents): Use dolist, not mapcar.
17255 (loadhist-hook-functions): Add mouse-position-function.
17256 (unload-feature): Change uses of mapcar.
17257
17258 * files.el (parse-colon-path): Doc fix.
17259 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
17260 (set-auto-mode): Use mapc.
17261
17262 * complete.el (PC-look-for-include-file): Use :alnum: character
17263 class.
17264 (partial-completion-mode): Add autoload cookie.
17265
172662000-05-22 Sam Steingold <sds@gnu.org>
17267
17268 * info.el (Info-fontify-node): Fixed the call to
17269 `add-text-properties' (bug introduced on 2000-05-18).
17270
172712000-05-22 Dave Love <fx@gnu.org>
17272
17273 * bindings.el: Remove debug-ignored-errors set in other files.
17274
17275 * progmodes/etags.el: Add to debug-ignored-errors.
17276 (visit-tags-table-buffer): Clear out buffers holding old tables
17277 when making a new list.
17278 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
17279 mapc.
17280
17281 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
17282 quote keywords.
17283 (cmpl-string-case-type): Use character classes.
17284
17285 * comint.el:
17286 * textmodes/ispell.el:
17287 * imenu.el:
17288 * mail/mh-e.el:
17289 * progmodes/compile.el: Add to debug-ignored-errors.
17290
17291 * dabbrev.el: Add to debug-ignored-errors.
17292 (dabbrev-completion): Use mapc.
17293
172942000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
17295
17296 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
17297 (woman-mapcan, woman-parse-man.conf)
17298 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
17299 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
17300 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
17301 path syntax better.
17302 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
17303 (woman-manpath): Call woman-parse-man.conf.
17304 (woman-emulation): New defcustom, defaults to nroff.
17305 (woman-font-support): New defconst.
17306 (woman-use-symbol-font): New defcustom.
17307 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
17308 "Emulation".
17309 Many functions: Doc fix.
17310
173112000-05-22 Kenichi Handa <handa@etl.go.jp>
17312
17313 * international/quail.el (quail-simple-translation-keymap): Map
17314 128..255 to quail-self-insert-command.
17315 (quail-keyboard-layout-alist): Add definition for "pc102-de".
17316
173172000-05-22 Stefan Monnier <monnier@cs.yale.edu>
17318
17319 * help.el (help-manyarg-func-alist): Typo.
17320
17321 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
17322 intervals which makes it heaps simpler.
17323
17324 * newcomment.el (comment-region-internal): Go back to BEG after quoting
17325 the nested comment markers.
17326
17327 * subr.el (remove-hook): Don't turn the hook's value into a list.
17328
173292000-05-21 Dave Love <fx@gnu.org>
17330
17331 * edmacro.el (edmacro-parse-keys): Return vector if any elements
17332 are invalid characters.
17333
17334 * international/mule-util.el (detect-coding-with-priority): Use
17335 mapc. Remove redundant lambda.
17336
17337 * international/mule-diag.el (list-non-iso-charset-chars)
17338 (describe-fontset): Remove redundant lambda.
17339
17340 * emulation/crisp.el (brief-mode): New alias.
17341
17342 * emacs-lisp/ring.el (ring-elements): New function.
17343
17344 * emacs-lisp/easymenu.el (easy-menu-create-menu)
17345 (easy-menu-do-add-item): Use keywordp.
17346
17347 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
17348
17349 * replace.el: Doc and error message fixes.
17350 (replace-highlight): Use facep, not internal-find-face.
17351
173522000-05-20 Stefan Monnier <monnier@cs.yale.edu>
17353
17354 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
17355
17356 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
17357 (log-edit-insert-changelog): Drop `:' as well.
17358
17359 * log-view.el: Fix file description.
17360 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
17361 available.
17362 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
17363 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
17364
17365 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
17366 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
17367 Print a status message if the toggle is called interactively.
17368 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
17369 for global minor modes and use `defcustom' for them.
17370 Use add-minor-mode.
17371 (easy-mmode-define-derived-mode): Remove.
17372 (define-derived-mode): Fancier default docstring.
17373 (easy-mmode-define-navigation): Signal an error rather than (ding).
17374
17375 * newcomment.el (comment-styles): New `box-multi'.
17376 (comment-normalize-vars): Better default for comment-continue to
17377 avoid whitespace-only continuations.
17378 (comment-search-forward): Always move even in the no-syntax case.
17379 (comment-padright): Only obey N if it's only obeyed for padleft.
17380 (comment-make-extra-lines): Better handling of empty continuations.
17381 Use `=' for the filler if comment-start has only one character.
17382 (uncomment-region): Try handling the special `=' filler.
17383 (comment-region): Allow LINES even if MULTI is nil.
17384 (comment-box): Choose box style based on comment-style.
17385
173862000-05-20 Kenichi Handa <handa@etl.go.jp>
17387
17388 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
17389 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
17390
173912000-05-20 Kenichi HANDA <handa@etl.go.jp>
17392
17393 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
17394 and insert, not subst-char-in-region.
17395
17396 * international/mule-diag.el (list-character-sets-1): Handle
17397 charsets eight-bit-control and eight-bit-graphic.
17398 (list-iso-charset-chars): Likewise.
17399 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
17400 charactes as is. Use indent-to to align characters.
17401
17402 * international/mule-cmds.el (find-multibyte-characters): Never
17403 exclude charsets eight-bit-control and eight-bit-graphic.
17404
174052000-05-19 Stefan Monnier <monnier@cs.yale.edu>
17406
17407 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
17408 Don't quote lambdas.
17409
17410 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
17411
174122000-05-19 Gerd Moellmann <gerd@gnu.org>
17413
17414 * gud.el (gud-jdb-directories): Doc fix.
17415
174162000-05-19 Stefan Monnier <monnier@cs.yale.edu>
17417
17418 * newcomment.el: New file.
17419
174202000-05-19 Gerd Moellmann <gerd@gnu.org>
17421
17422 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
17423
174242000-05-18 Andreas Schwab <schwab@suse.de>
17425
17426 * dired.el (dired-between-files): Also skip lines beginning with
17427 `used'.
17428
174292000-05-18 Gerd Moellmann <gerd@gnu.org>
17430
17431 * msb.el (msb-menu-cond): Add choice `user'.
17432
174332000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17434
17435 * ps-print.el: Compatibility, customization and doc fix.
17436 (ps-printer-name-option): Replace defconst by defvar.
17437 (ps-postscript-code-directory): XEmacs compatibility.
17438 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
17439 fix.
17440 (ps-user-defined-prologue, ps-print-prologue-header)
17441 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
17442 compatibility and code fix.
17443 (ps-print-background-image, ps-print-background-text):
17444 Customization fix.
17445 (ps-line-number-start, ps-n-up-on): New vars.
17446
174472000-05-18 Espen Skoglund <esk@ira.uka.de>
17448
17449 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
17450 the indent-comment function to just return the appropriate indent.
17451
174522000-05-18 Eric M. Ludlam <zappo@ultranet.com>
17453
17454 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
17455 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
17456 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
17457
174582000-05-18 Dave Love <fx@gnu.org>
17459
17460 * info.el (Info-fontify-node): Add intangible property as well as
17461 invisible.
17462
17463 * calendar/appt.el (appt-make-list): Match all lines of entry.
17464 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
17465
174662000-05-18 Kenichi Handa <handa@etl.go.jp>
17467
17468 * international/mule-diag.el (describe-char-after): Call
17469 internal-char-font, not char-font. If internal-char-font returns
17470 nil, display "-- none --".
17471
174722000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
17473
17474 * image.el (image-type-available-p): Don't reference image-types
17475 if it isn't bound.
17476
174772000-05-17 Stefan Monnier <monnier@cs.yale.edu>
17478
17479 * autoarg.el (autoarg-mode): Typo in the :set argument.
17480
174812000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
17482
17483 * startup.el (command-line-1): Don't signal an error if the
17484 directory for auto-save-list files does not yet exist.
17485
174862000-05-17 Kenichi Handa <handa@etl.go.jp>
17487
17488 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
17489
174902000-05-16 Stefan Monnier <monnier@cs.yale.edu>
17491
17492 * subr.el (remove-hook): `setq' hook-value, not `set'.
17493
174942000-05-16 Sam Steingold <sds@gnu.org>
17495
17496 * info.el (debug-ignored-errors): More errors to ignore.
17497
174982000-05-16 Dave Love <fx@gnu.org>
17499
17500 * cus-edit.el: Don't require cl or easymenu.
17501 (custom-variable-prompt): Test standard-value property, not
17502 user-variable-p.
17503
175042000-05-16 Sam Steingold <sds@gnu.org>
17505
17506 * subr.el (add-hook): `setq' hook-value, not `set'.
17507
175082000-05-16 Gerd Moellmann <gerd@gnu.org>
17509
17510 * startup.el (command-line-1): Mention the FAQ in the startup
17511 message.
17512
17513 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
17514
17515 * progmodes/compile.el (compilation-parse-errors): Collect
17516 `nomessage' regexps last.
17517
17518 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
17519
17520 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
17521 to the function name.
17522
175232000-05-15 Dave Love <fx@gnu.org>
17524
17525 * speedbar.el (speedbar-recenter): Typo.
17526 (speedbar-expand-line): Make arg optional.
17527 (speedbar-mode): Avoid a compiler warning.
17528
175292000-05-15 Gerd Moellmann <gerd@gnu.org>
17530
17531 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
17532 user-specified option string is empty.
17533
17534 * mouse.el (mouse-yank-at-click): Doc fix.
17535
175362000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
17537
17538 * term/internal.el (IT-character-translations): More updates of
17539 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
17540 documents.
17541
175422000-05-15 Gerd Moellmann <gerd@gnu.org>
17543
17544 * env.el (getenv): New function, interactively callable.
17545 (setenv, getenv): Remove autoload cookies.
17546
17547 * loadup.el: Load `env'.
17548
17549 * progmodes/f90.el: Change author's mail address.
17550
175512000-05-14 Dave Love <fx@gnu.org>
17552
17553 * mail/rmail.el (rmail-show-message-hook): Customize and offer
17554 goto-addr as an option.
17555
17556 * help.el (help-xref-stack): Doc fix.
17557 (help-xref-following): New variable.
17558 (help-make-xrefs): Use it.
17559 (help-xref-go-back): Use position information from stack element.
17560 (help-follow): Make position in stack element a pair. Use
17561 help-xref-following.
17562
17563 * autoarg.el: New file.
17564
17565 * faces.el: Declare more functions obsolete.
17566
17567 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
17568 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
17569 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
17570 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
17571 Remove all the setup-...-environment functions.
17572
175732000-05-13 Eric M. Ludlam <zappo@ultranet.com>
17574
17575 * speedbar.el: Updated the commentary section. xemacs20p now uses
17576 >= when detecting. Require `defimage' safely.
17577 (speedbar-easymenu-definition-base): Add toggle for images.
17578 (speedbar-easymenu-definition-special): Add flush cache & expand.
17579 (speedbar-visiting-tag-hook): Set new defaults. Added options.
17580 (speedbar-reconfigure-keymaps-hook): New variable.
17581 (speedbar-frame-parameters): Updated documentation.
17582 (speedbar-use-imenu-flag): Updated custom tag
17583 (speedbar-dynamic-tags-function-list): New variable.
17584 (speedbar-tag-hierarchy-method): Updated doc & custom.
17585 (speedbar-indentation-width, speedbar-indentation-width) New
17586 variables.
17587 (speedbar-hide-button-brackets-flag): Customizable.
17588 (speedbar-vc-indicator): Doc update.
17589 (speedbar-ignored-path-expressions): Updated default value.
17590 (speedbar-supported-extension-expressions): Updated default value.
17591 (speedbar-syntax-table): Remove {} paren status.
17592 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
17593 as "+". Added overlay aliases.
17594 (speedbar-mode): Use `speedbar-mode-line-update' instead of
17595 `force-mode-line-update'.
17596 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
17597 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
17598 `mouse-set-point'
17599 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
17600 (speedbar-item-info-tag-helper): Revamped to handle a wider range
17601 of arbitrary text, and new helper functions.
17602 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
17603 filename finder.
17604 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
17605 (speedbar-directory-buttons): Update path search/expansion.
17606 (speedbar-make-tag-line): Pay attention to
17607 `speedbar-indentation-width'. Use more care w/ invisible
17608 properties.
17609 (speedbar-change-expand-button-char): Call
17610 `speedbar-insert-image-button-maybe'.
17611 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
17612 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
17613 (speedbar-trim-words-tag-hierarchy)
17614 (speedbar-simple-group-tag-hierarchy): New functions
17615 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
17616 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
17617 functions.
17618 (speedbar-mouse-set-point): New function
17619 (speedbar-power-click): Updated documentation.
17620 (speedbar-line-token, speedbar-goto-this-file): Handle more types
17621 of tag prefix text.
17622 (speedbar-expand-line, speedbar-contract-line): Make more robust
17623 to strange text.
17624 (speedbar-expand-line): Takes universal argument to flush the
17625 cache.
17626 (speedbar-flush-expand-line): New function.
17627 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
17628 Use new generator insertion method.
17629 (speedbar-fetch-dynamic-tags): New function.
17630 (speedbar-fetch-dynamic-imenu): Removed code now handled in
17631 `speedbar-fetch-dynamic-imenu'.
17632 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
17633 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
17634 "Revert Buffer" menu items.
17635 (speedbar-buffer-buttons-engine): Be smarter when creating a
17636 filename tag (for expansion purposes.).
17637 (speedbar-highlight-one-tag-line,
17638 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
17639 (speedbar-recenter): New functions.
17640 (defimage-speedbar): Image loading abstraction.
17641 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
17642 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
17643 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
17644 (speedbar-tag-type, speedbar-tag-mail): New images.
17645 (speedbar-expand-image-button-alist): New variable.
17646 (speedbar-insert-image-button-maybe): Insert an image over some
17647 buttons.
17648
176492000-05-13 Kenichi Handa <handa@etl.go.jp>
17650
17651 * international/mule-cmds.el (encode-coding-char): An ASCII
17652 character is always encodable.
17653
17654 * international/mule-conf.el: Add more information in descriptions
17655 of character sets.
17656
17657 * international/mule-diag.el (describe-char-after): New function.
17658 (describe-font-internal): Adjusted for the change of font-info.
17659 (describe-font): Likewise.
17660 (print-fontset): Rewritten for the new fontset implementation.
17661 (describe-fontset): Include fontset alias names in completion.
17662 (list-fontsets): Adjusted for the change of print-fontset.
17663
17664 * simple.el (what-cursor-position): If DETAIL is non-nil, call
17665 describe-char-after instead of displaying the detail in the echo
17666 area.
17667 (syntax-code-table): Format changed.
17668 (string-to-syntax): Adjusted for the above change.
17669
176702000-05-12 Stefan Monnier <monnier@cs.yale.edu>
17671
17672 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
17673
176742000-05-12 Dave Love <fx@gnu.org>
17675
17676 * calendar/todo-mode.el: Remove some compatibility stuff and CL
17677 dependence. Use line-{beginning,end}-position, not
17678 point-at{b,e}ol. Some doc fixes.
17679 (todo-position): New function. Fix callers of position to use it.
17680 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
17681
176822000-05-12 Gerd Moellmann <gerd@gnu.org>
17683
17684 * time.el (display-time-mail-icon): Use `:ascent center'.
17685
17686 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
17687 handling FTP security extensions.
17688
176892000-05-11 Dave Love <fx@gnu.org>
17690
17691 * calendar/todo-mode.el: New file.
17692
176932000-05-11 Gerd Moellmann <gerd@gnu.org>
17694
17695 * comint.el (comint-read-input-ring): Move reference to
17696 comint-input-ring-size outside of the save-excursion. It was
17697 causing the default value to be the only one ever seen.
17698
17699 * font-lock.el: Update copyright. Remove Simon Marshall's email
17700 address on request from him.
17701
17702 * subr.el (substitute-key-definition): Add comment describing
17703 the meaning of PREFIX.
17704
177052000-05-10 Stefan Monnier <monnier@cs.yale.edu>
17706
17707 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
17708
17709 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
17710 (add-minor-mode): Don't make the variable buffer-local and add a
17711 reference to define-minor-mode in the docstring.
17712
17713 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
17714 HEADER/FOOTER and fix bug with trailing empty directory.
17715 (cvs-append-to-ignore): Use vc-editable-p if available.
17716 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
17717 (vc-do-command): Tweak advice to handle the new VC.
17718
17719 * log-view.el (log-view-goto-rev): New function for the new VC.
17720 (log-view-minor-wrap): Use mark-active.
17721
17722 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
17723 (log-edit-changelog-full-paragraphs): New var.
17724 (log-edit-insert-changelog): Remove a lonely leading `* file'.
17725 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
17726 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
17727 (log-edit-changelog-ours-p, log-edit-changelog-entries)
17728 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
17729 Replace the `cvs' prefix with `log-edit'.
17730
17731 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
17732
17733 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
17734 (diff-font-lock-defaults): Explicitly turn off multiline.
17735 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
17736 (diff-ediff-patch): Fix call to ediff-patch-file.
17737 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
17738 Handle comments.
17739
17740 * frame.el (automatic-hscrolling): Typo.
17741
17742 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
17743
177442000-05-09 Sam Steingold <sds@goems.com>
17745
17746 * apropos.el (apropos-print): use `describe-face' instead of
17747 `customize-face-other-window'.
17748
177492000-05-09 Dave Love <fx@gnu.org>
17750
17751 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
17752
17753 * help.el (describe-variable): Have customize button pop the
17754 help-xref stack when invoked.
17755 (help-xref-symbol-regexp): Add `face'.
17756 (help-make-xrefs): Check for quoted face names and adapt regexp
17757 submatch numbers to cope.
17758 (help-xref-interned): Maybe insert face doc too. Separate
17759 sections with a line of hyphens.
17760
17761 * faces.el: Some doc fixes. Declare some functions obsolete.
17762 (describe-face): Add customize button. Return the help
17763 text. Fix prompt.
17764
177652000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
17766
17767 * term/internal.el (IT-character-translations): Fix last change.
17768
177692000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
17770
17771 * woman.el: New file
17772 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
17773
177742000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
17775
17776 * term/internal.el (IT-character-translations): Update ASCII
17777 simulations for greek-iso8859-7, add latin-iso8859-14 and
17778 latin-iso8859-15.
17779
17780 * international/mule-cmds.el (set-language-info-alist): Call
17781 define-prefix-command with 3 arguments, to make the map suitable
17782 for a menu.
17783
177842000-05-07 Dave Love <fx@gnu.org>
17785
17786 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
17787
177882000-05-05 Dave Love <fx@gnu.org>
17789
17790 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
17791 list in doc string. Don't quote keyword symbols.
17792 * emacs-lisp/cl.el: Likewise
17793 * emacs-lisp/cl-seq.el: Likewise
17794
177952000-05-05 Gerd Moellmann <gerd@gnu.org>
17796
17797 * abbrev.el (abbrev-mode): Make ARG optional.
17798
177992000-05-04 Gerd Moellmann <gerd@gnu.org>
17800
17801 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
17802
17803 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
17804
17805 * subr.el (substitute-key-definition): Clarify documentation.
17806
178072000-05-04 Milan Zamazal <pdm@freesoft.cz>
17808
17809 * glasses.el (glasses-convert-to-unreadable): Use
17810 `glasses-separator' instead of the hard-wired "_".
17811 (glasses-mode): Call `glasses-make-unreadable' only in a single
17812 place.
17813
178142000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
17815
17816 * term/internal.el (cjk-codepages-alist): Add associations for
17817 Chinese and Korean codepages. Remove FIXME comment.
17818
178192000-05-03 Dave Love <fx@gnu.org>
17820
17821 * time.el (display-time-mail-face, display-time-use-mail-icon):
17822 New option.
17823 (display-time-mail-icon): New variable.
17824 (display-time-string-forms): Use the above. Fix the local-map.
17825
178262000-05-03 Gerd Moellmann <gerd@gnu.org>
17827
17828 * replace.el (query-replace-map): Add binding for `E'.
17829 (query-replace-help): Extend help text.
17830 (perform-replace): Allow editing the replacement string.
17831
17832 * make-mode.el (makefile-mode-abbrev-table): New variable.
17833 (makefile-mode): Set local abbrev table to
17834 makefile-mode-abbrev-table.
17835 (makefile-font-lock-keywords): Fontify includes and conditionals.
17836
17837 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
17838 set TOGGLE's value.
17839
17840 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
17841 mail-interactive-insert-alias.
17842 (mail-abbrev-complete-alias): New command.
17843 (mail-mode-map): Bind it to `M-TAB'.
17844
178452000-05-03 Kenichi Handa <handa@etl.go.jp>
17846
17847 * language/lao-util.el (lao-compose-region): New function.
17848
178492000-05-02 Gerd Moellmann <gerd@gnu.org>
17850
17851 * files.el (recover-session): Make directories as necessary
17852 if they don't exist yet.
17853
17854 * calendar/cal-french.el
17855 (french-calendar-multibyte-special-days-array)
17856 (french-calendar-special-days-array): Change French text.
17857 (calendar-french-date-string): Change output.
17858 (calendar-goto-french-date): Likewise.
17859
178602000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
17861
17862 * wid-edit.el (widget-default-active): Obey `:always-active'.
17863 (widget-documentation-string-value-create): Set `:always-active'.
17864
178652000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
17866
17867 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
17868 default prefix to `~/_emacs.d/auto-save.list/_s'.
17869 (normal-top-level): Create the directory for auto-save files, if
17870 it doesn't already exist (in the ms-dos case only).
17871
178722000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
17873
17874 * international/mule-cmds.el (set-language-environment): Don't
17875 concat an integer (dos-codepage), use format instead.
17876
178772000-05-02 Dave Love <fx@gnu.org>
17878
17879 * help.el (help-xref-on-pp): Check for constant symbols.
17880
178812000-04-29 Gerd Moellmann <gerd@gnu.org>
17882
17883 * startup.el (normal-top-level): Put a condition-case around
17884 the code loading subdirs.el.
17885
178862000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17887
17888 * ps-print.el: Upside-down and face background color printing,
17889 line number step, doc fix.
17890 (ps-print-version): New version number (5.2).
17891 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
17892 (ps-face-attribute-list, ps-plot-with-face): Code fix.
17893 (ps-spool-config): Var fix.
17894 (ps-printer-name-option): Const fix.
17895 (ps-print-upside-down, ps-use-face-background)
17896 (ps-line-number-step): New vars.
17897 (ps-window-system, ps-lp-system): New consts.
17898 (ps-face-background): New fun.
17899
179002000-04-28 Richard Stallman <rms@gnu.org>
17901
17902 * files.el (make-auto-save-file-name):
17903 Apply auto-save-file-name-transforms to visited file name
17904 before generating auto save file name.
17905 (auto-save-file-name-transforms): New variable.
17906
17907 * files.el (backup-enable-predicate):
17908 Correctly test for a file under a temporary directory.
17909
179102000-04-28 Gerd Moellmann <gerd@gnu.org>
17911
17912 * subr.el (add-minor-mode): Rewritten.
17913
179142000-04-28 Kenichi Handa <handa@etl.go.jp>
17915
17916 * mail/sendmail.el (sendmail-send-it): Set
17917 buffer-file-coding-system to the selected coding system for MIME
17918 header.
17919
179202000-04-27 Gerd Moellmann <gerd@gnu.org>
17921
17922 * dired.el (dired-move-to-filename-regexp): Allow format where
17923 YYYY is followed by two spaces.
17924
17925 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
17926 in the second character class of the regexp.
17927
17928 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
17929 mh-etc, too.
17930
17931 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
17932 nil.
17933
17934 * subr.el (add-minor-mode): Use `set' instead of `setq'.
17935
17936 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
17937 argument.
17938
179392000-04-27 Sen Nagata <sen@eccosys.com>
17940
17941 * emacs-lisp/crm.el (crm-completion-table): New variable.
17942 (crm-collection-fn, crm-test-completion)
17943 (completing-read-multiple): Use it.
17944
179452000-04-27 Dave Love <fx@gnu.org>
17946
17947 * help.el (locate-library): Use mapc.
17948 (help-manyarg-func-alist): Add call-process-region.
17949
179502000-04-26 Gerd Moellmann <gerd@gnu.org>
17951
17952 * subr.el (add-minor-mode): Make argument MAP optional.
17953
17954 * desktop.el (desktop-save): Save list of minor modes.
17955 (desktop-create-buffer): Restore minor modes.
17956 (desktop-minor-mode-table): New user-option.
17957
17958 * subr.el (add-minor-mode): New function.
17959
17960 * image.el (find-image): New function.
17961 (defimage): Rewritten to find image at load time.
17962
17963 * startup.el (normal-top-level-add-to-load-path): Handle
17964 case that the default directory is not in load-path.
17965
17966 * help.el: Old patch from Stefan Monnier.
17967 (help-xref-on-pp): New function.
17968 (describe-variable): Use it to display xrefs in a symbol's value.
17969
179702000-04-26 Stefan Monnier <monnier@cs.yale.edu>
17971
17972 * cus-edit.el (custom-face): Fix parenthesis.
17973
179742000-04-26 Kenichi Handa <handa@etl.go.jp>
17975
17976 * mail/rmail.el (rmail-expunge): When there are no deleted
17977 messages, do nothing.
17978
179792000-04-26 Dave Love <fx@gnu.org>
17980
17981 * international/mule-cmds.el (locale-translation-file-name):
17982 Defvar to nil.
17983 (set-locale-environment): Set it here (at runtime).
17984
179852000-04-25 Gerd Moellmann <gerd@gnu.org>
17986
17987 * replace.el (perform-replace): Add parameters START and END. Use
17988 them instead of the check for a region in Transient Mark mode.
17989 (query-replace-read-args): Return two more list elements for the
17990 start and end of the region in Transient Mark mode.
17991 (query-replace, query-replace-regexp, query-replace-regexp-eval)
17992 (map-query-replace-regexp, replace-string, replace-regexp): Add
17993 optional last arguments START and END and pass them to
17994 perform-replace.
17995
17996 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
17997 form with additional arguments for perform-replace.
17998
17999 * progmodes/etags.el (tags-query-replace): Add parameters START
18000 and END. Construct a form with additional arguments for
18001 perform-replace.
18002
18003 * simple.el (shell-command): Set default directory for "*Shell
18004 Command Output" buffer.
18005
18006 * language/european.el (iso-latin-4): Fix typo.
18007
18008 * emacs-lisp/crm.el: New file.
18009
180102000-04-24 Dave Love <fx@gnu.org>
18011
18012 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
18013 (Custom-reset-saved, Custom-reset-standard)
18014 (custom-group-value-create, custom-group-set, custom-group-save)
18015 (custom-group-reset-current, custom-group-reset-saved)
18016 (custom-group-reset-standard): Use mapc.
18017 (custom-buffer-create-internal): Disable undo when creating items.
18018 Use mapc.
18019 (custom-face): Avoid redundant lambda.
18020
180212000-04-24 Gerd Moellmann <gerd@gnu.org>
18022
18023 * startup.el (auto-save-list-file-prefix): Set default to
18024 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
18025
180262000-04-24 Sam Steingold <sds@gnu.org>
18027
18028 * time-stamp.el (time-stamp-string-preprocess): Always convert
18029 `field-result' to a string.
18030
180312000-04-24 Gerd Moellmann <gerd@gnu.org>
18032
18033 * frame.el (scrolling): New group.
18034 (automatic-hscrolling): New user-option.
18035
18036 * startup.el (command-line-x-option-alist): Add `-lsp' and
18037 `--line-spacing'.
18038
180392000-04-19 Dave Love <fx@gnu.org>
18040
18041 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
18042 (cl-mapc): Rename from mapc. Fix the funcall.
18043
180442000-04-19 Gerd Moellmann <gerd@gnu.org>
18045
18046 * simple.el (clone-indirect-buffer-other-window): New command.
18047 (clone-indirect-buffer): Add optional arg NORECROD.
18048 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
18049
18050 * help.el (resize-temp-buffer-window): Use count-screen-lines.
18051
18052 * window.el (count-screen-lines): New function.
18053 (shrink-window-if-larger-than-buffer): Use count-screen-lines
18054 instead of window-buffer-height.
18055
18056 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
18057 non-existing variable comint-input-sentinel.
18058 (inferior-lisp-args-to-list): Removed.
18059 (inferior-lisp): Use split-string instead of
18060 inferior-lisp-args-to-list.
18061
18062 * hexl.el (hexl-insert-hex-string): New command.
18063
18064 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
18065 instead of concat.
18066
180672000-04-18 Gerd Moellmann <gerd@gnu.org>
18068
18069 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
18070 at the start of an existing but empty folder.
18071
180722000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18073
18074 * ps-mule.el: Customization fix, doc fix.
18075 (ps-multibyte-buffer): Customization fix.
18076
180772000-04-17 Richard M. Stallman <rms@gnu.org>
18078
18079 * subr.el (read-passwd): Use read-char-exclusive.
18080
180812000-04-17 Gerd Moellmann <gerd@gnu.org>
18082
18083 * textmodes/texinfo.el (texinfo-insert-@email)
18084 (texinfo-insert-@emph, texinfo-insert-@quotation)
18085 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
18086 (texinfo-mode-map): Add key bindings for them.
18087
18088 * files.el (basic-save-buffer-2): Use a template with `$'
18089 instead of `#' for VMS.
18090
18091 * simple.el (clone-indirect-buffer): New function.
18092
180932000-04-16 Stephen Eglen <stephen@gnu.org>
18094
18095 * iswitchb.el (iswitchb-case): New function. If the user input
18096 contains any upper-case characters, the search is made
18097 case-sensitive.
18098
180992000-04-17 Stefan Monnier <monnier@cs.yale.edu>
18100
18101 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
18102 comment-end.
18103 (texinfo-font-lock-syntactic-keywords): New var.
18104 (texinfo-font-lock-keywords): Remove comment regexp.
18105 (texinfo-insert-block): New function.
18106 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
18107 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
18108 and font-lock-defaults. Use regexp-opt for outline-regexp.
18109 (texinfo-environments): New var.
18110 (texinfo-environment-regexp): Use regexp-opt and
18111 texinfo-environments.
18112
18113 * textmodes/ispell.el (ispell-menu-map-needed): Check that
18114 ispell-process is bound since this might be eval'd before ispell
18115 is loaded.
18116 (ispell-message): Use a tiny bit less magic and a bit more hard
18117 data to figure out what kind of sc-cite-regexp to use.
18118
18119 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
18120
18121 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
18122 (insert-cyclic-diary-entry): Unquote the lambda.
18123
18124 * gud.el (gud-jdb-build-source-files-list): Fix typo.
18125
18126 * files.el (backup-enable-predicate): Unquote the lambda.
18127
18128 * cus-edit.el (custom-face, face): Unquote the lambda.
18129
181302000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18131
18132 * ps-print.el: Check for line-beginning-position definition.
18133
18134 * ps-print.el: Fix counting lines in a region.
18135 (ps-print-version): New version number (5.1.5).
18136 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
18137 (ps-printing-region): Fun code fix.
18138
181392000-04-15 Gerd Moellmann <gerd@gnu.org>
18140
18141 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
18142 to file-directory-p.
18143
181442000-04-14 Gerd Moellmann <gerd@gnu.org>
18145
18146 * gud.el (gud-jdb-build-source-files-list): Check that directory
18147 exists before calling directory-files.
18148
181492000-04-13 Dave Love <fx@gnu.org>
18150
18151 * emacs-lisp/trace.el: Change maintainer. Use new backquote
18152 syntax.
18153
18154 * emacs-lisp/cl-specs.el: Remove when, unless.
18155
18156 * emacs-lisp/cl-extra.el: Don't quote keywords.
18157 (cl-old-mapc): New variable.
18158 (mapc): Use it.
18159 (cl-map-intervals): Use with-current-buffer. Don't check for
18160 next-property-change.
18161 (cl-map-overlays): Use with-current-buffer.
18162 (cl-expt): Remove.
18163 (copy-tree, remprop): Define unconditionally.
18164
18165 * emacs-lisp/cl-compat.el (keywordp): Remove.
18166
18167 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
18168 to use keywordp.
18169 (edebug-spec): Enable keywordp.
18170
18171 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
18172 string-lessp.
18173
18174 * cus-start.el: Use keywordp.
18175
181762000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
18177
18178 * diary-lib.el (include-other-diary-files): Fix the fix of
18179 2000-02-18 by doing a save-excursion.
18180
181812000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18182
18183 * ps-print.el: Customization fix, doc fix.
18184 (ps-print-version): New version number (5.1.4).
18185 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
18186 (ps-print-preprint): Adjust code.
18187 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
18188 (ps-print-prologue-header, ps-print-control-characters)
18189 (ps-spool-config): Customization fix.
18190
181912000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
18192
18193 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
18194 converted to the new menu-item format, names silightly changed,
18195 help strings added.
18196
18197 Support for spelling without async subprocesses:
18198
18199 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
18200 (ispell-session-buffer): New variables.
18201 (ispell-start-process, ispell-process-status,
18202 ispell-accept-output, ispell-send-string): New functions, for
18203 Ispell invocation when async subprocesses aren't supported.
18204 (ispell-word, ispell-pdict-save, ispell-command-loop,
18205 ispell-process-line, ispell-buffer-local-parsing): Replace calls
18206 to process-send-string with calls to ispell-send-string, and
18207 accept-process-output with ispell-accept-output.
18208 (ispell-init-process): Call ispell-process-status instead of
18209 process-status with.
18210 (ispell-init-process): Call ispell-start-process. Call
18211 ispell-accept-output and ispell-send-string. Don't call
18212 process-kill-without-query and kill-process if they are unbound.
18213 (ispell-async-processp): New function.
18214
182152000-04-12 Dave Love <fx@gnu.org>
18216
18217 * info.el: Add debug-ignored-errors.
18218 (Info-mode-menu): Add some items.
18219 (Info-directory): Add autoload cookie.
18220
18221 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
18222 Modify `truncate-lines'. Make `describe-language-environment'
18223 always visible and add help. Modify `describe-key' help. Invoke
18224 Info-directory from `info'. New entry `emacs-manual'.
18225
182262000-04-10 Gerd Moellmann <gerd@gnu.org>
18227
b291c86c
SM
18228 * progmodes/ebrowse.el (ebrowse-tree-mode):
18229 Use propertized-buffer-identification.
a30eb617
DL
18230 (ebrowse-update-member-buffer-mode-line): Likewise.
18231 (ebrowse--mode-strings): Removed.
18232 (ebrowse--mode-line-props): Removed.
18233
18234 * files.el (auto-mode-alist): Add `EBROWSE'.
18235
18236 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
18237 space before testing for end of buffer.
18238 (ebrowse-load): Removed.
18239 (ebrowse-revert-tree-buffer-from-file): Rewritten.
18240 (ebrowse-create-tree-buffer): Rewritten.
18241 (ebrowse-tree-mode): Read tree from buffer.
18242
18243 * progmodes/ebrowse-ffh.el: Removed.
18244
182452000-04-10 Kenichi Handa <handa@etl.go.jp>
18246
18247 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
18248
182492000-04-10 Gerd Moellmann <gerd@gnu.org>
18250
18251 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
18252 at the wrong place.
18253
182542000-04-09 Dave Love <fx@gnu.org>
18255
b291c86c
SM
18256 * files.el (backup-enable-predicate):
18257 Use temporary-file-directory, small-temporary-file-directory.
18258 (make-backup-file-name-function, backup-directory-alist): New vars.
a30eb617
DL
18259 (make-backup-file-name-1): New function.
18260 (make-backup-file-name): Use it.
b291c86c 18261 (find-backup-file-name): Likewise. Use format for clarity, not concat.
a30eb617
DL
18262 (file-newest-backup): Use make-backup-file-name.
18263
182642000-04-09 Gerd Moellmann <gerd@gnu.org>
18265
18266 * progmodes/ebrowse-ffh.el: New file.
18267
86f6474c
SM
18268 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
18269 Moved to ebrowse-ffh.el.
a30eb617
DL
18270 (ebrowse-load): Add autoload.
18271
18272 * finder.el (finder-commentary): Add autoload cookie.
18273
18274 * mail/rfc2368.el: Correct author's email address.
18275
18276 * progmodes/ebrowse.el: New file.
18277
18278 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
18279 item help string.
18280 (easy-menu-do-add-item): Ditto.
18281 (easy-menu-define): Extend doc string.
18282
86f6474c 18283 * jit-lock.el (with-buffer-unmodified): Use restore-buffer-modified-p.
a30eb617
DL
18284 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
18285 (jit-lock-function, jit-lock-stealth-fontify): Don't use
18286 with-buffer-unmodified.
18287
182882000-04-08 Dave Love <fx@gnu.org>
18289
18290 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
18291 unless, when.
18292
182932000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
18294
18295 * viper-util.el (viper-put-on-search-overlay): New subroutine.
18296 (viper-flash-search-pattern): No operation when using Emacs
18297 doesn't support face.
18298 Use `viper-put-on-search-overlay'.
18299
183002000-04-04 Gerd Moellmann <gerd@gnu.org>
18301
18302 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
18303 like C-r.
18304
18305 * progmodes/make-mode.el: Some doc fixes.
18306 (makefile-mode-abbrev-table): New variable.
18307 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
18308 (makefile-font-lock-keywords): Fontify includes and conditionals.
18309 (toplevel): Require `dabbrev' and `add-log' when compiling.
18310
18311 * replace.el (perform-replace): Don't move forward one char
18312 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
18313 to do that because it leaves point 1 position after the last
18314 replacement, after everything has been replaced.
18315
18316 * jit-lock.el (with-buffer-unmodified): New macro.
18317 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
18318 modified state.
18319 (jit-lock-function-1): Extracted from jit-lock-function; not
18320 preserving buffer's modified state.
86f6474c
SM
18321 (jit-lock-function, jit-lock-stealth-fontify):
18322 Call jit-lock-function-1.
a30eb617
DL
18323
18324 * mail/rfc2368.el: Remove supernumerary copyright line.
18325
183262000-04-04 Milan Zamazal <pdm@freesoft.cz>
18327
18328 * glasses.el: Provide facilities for inserting space before left
18329 parentheses and uncapitalization of identifiers.
18330 (glasses-mode): Try to remove old overlays in all cases.
18331
183322000-04-03 Gerd Moellmann <gerd@gnu.org>
18333
18334 * progmodes/compile.el (compile-internal): Display the compilation
18335 buffer in a different frame, if it's already displayed there.
18336
18337 * mail/rfc2368.el: New file.
18338
18339 * simple.el (sendmail-user-agent-compose): Recognize a `body'
18340 header and insert its value as mail body.
18341
18342 * subr.el (member-ignore-case): New function.
18343
18344 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
18345 (dabbrev--find-expansion): Ignore buffers matching a regexp
18346 from dabbrev-ignored-regexps.
18347
18348 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
18349 to extensions handled by gzip.
18350
183512000-04-03 Richard M. Stallman <rms@gnu.org>
18352
18353 * files.el (insert-directory): List the total free space
18354 along with the used space.
18355
18356 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
18357 line is followed by one that matches CITATION-REGEXP, end the
18358 paragraph.
18359
183602000-04-03 Markus Rost <rost@delysid.gnu.org>
18361
18362 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
18363 (rmail-make-basic-summary-line): Use that option.
18364
183652000-04-03 Kenichi Handa <handa@etl.go.jp>
18366
18367 * international/mule-cmds.el (encoded-string-description):
18368 Rewritten. Try pretty description for ISO 2022 escape sequences
18369 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
18370 for hexadecimal format.
18371
183722000-04-01 Dave Love <fx@gnu.org>
18373
18374 * cpp.el: Change customization group to `c' from `C'.
18375
18376 * vcursor.el (vcursor-move): Use display-color-p.
18377
18378 * international/mule-util.el: Provide mule-utils.
18379 (string-to-sequence): Simplify and speed up.
18380
18381 * international/mule.el (make-coding-system): Purecopy doc-string.
18382
18383 * international/mule-cmds.el: Various menu changes.
18384 (describe-specified-language-support): Handle `Default'.
18385 (set-language-info): Purecopy `info'.
18386
183872000-03-31 Andrew Innes <andrewi@gnu.org>
18388
18389 * vc.el (vc-backend-diff): Return the correct status if we had to
18390 retry the rcsdiff command without the --brief option.
18391
183922000-03-31 Dave Love <fx@gnu.org>
18393
18394 * help.el (help-manyarg-func-alist): Correct several omissions.
18395
18396 * add-log.el: Don't require cl, fortran.
18397 (add-log-current-defun-function): Doc fix.
86f6474c 18398 (change-log-version-number-regexp-list): Remove SCCS part. Doc fix.
a30eb617 18399 (change-log-version-rcs): Function deleted.
86f6474c
SM
18400 (change-log-version-number-search): Doc fix.
18401 Use vc-workfile-version. Avoid CL dolist.
a30eb617
DL
18402 (add-change-log-entry): Just call add-log-current-defun to get
18403 defun. Simplify somewhat.
18404 (change-log-get-method-definition-1): Likewise.
18405 (add-log-current-defun): Return nil if calling
18406 add-log-current-defun-function does so. Move Fortran stuff to
18407 fortran.el. Return string without properties.
18408
18409 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
18410 and :alpha: char classes.
18411
18412 * mail/supercite.el: Defvar curline when compiling.
18413 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
18414 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
18415 rather than a-zA-Z0-9 to allow non-ASCII characters.
18416
184172000-03-31 Gerd Moellmann <gerd@gnu.org>
18418
18419 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
18420
18421 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
18422 Re-enable new code.
18423
18424 * lpr.el (print-region-1): Use -d to specify printer name for
18425 systems `usg-unix-v*, `dgux', `hpux', `irix'.
18426
184272000-03-31 Dave Love <fx@gnu.org>
18428
86f6474c
SM
18429 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
18430 Look for function definition in symbol's function value slot first
a30eb617
DL
18431 instead of first consulting byte-compile-function-environment.
18432
184332000-03-31 Kenichi Handa <handa@etl.go.jp>
18434
18435 * language/european.el ("Polish"): New language environment.
18436 (setup-polish-environment): New function.
18437
184382000-03-30 Gerd Moellmann <gerd@gnu.org>
18439
18440 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
18441 Disable new code.
18442
18443 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
18444 trying to `load' the symbol of an autoload instead of the file
18445 recorded in the autoload. Fix error messages.
18446
184472000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18448
18449 * ps-print.el: PostScript programming fix for ghostview, doc fix.
18450 (ps-print-version): New version number (5.1.3).
18451 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
18452 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
18453 (ps-generate-postscript-with-faces): Code fix.
18454 (ps-color-values): XEmacs compatibility.
18455 (ps-print-background-image, ps-print-background-text, ps-printer-name)
18456 (ps-default-fg, ps-default-bg): Adjust customization.
18457 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
18458 (ps-color-scale): Renaming old ps-color-value fun.
18459 (ps-print-headers): Replace ps-print-header group to avoid conflict
18460 with ps-print-header variable.
18461 (ps-print-miscellany): New group.
18462 (ps-format-color, ps-rgb-color): New funs.
18463 (ps-default-foreground): New var.
18464 (ps-printer-name-option): New const.
18465
184662000-03-30 Peter Breton <pbreton@ne.mediaone.net>
18467
18468 * net/net-utils.el:
18469 (network-connection-host, network-connection-service): New variables
18470 (network-connection-mode): New mode, derived from comint-mode
18471 (network-connection-mode-setup): New function, saves host and
18472 service information in local variables.
18473
18474 * lisp/locate.el:
18475 (locate-word-at-point): Added this function
18476 (locate): Default to using locate-word-at-point as input
18477 Run dired-mode-hook
18478
184792000-03-29 Dave Love <fx@gnu.org>
18480
18481 * calendar/appt.el: Doc fixes.
18482 (appt-check): Convert min-to-app to a string before passing to
18483 appt-disp-window-function or concat.
18484 (appt-delete-window): Remove test for frame-root-window.
18485 (appt-select-lowest-window, appt-convert-time): Simplify.
18486
18487 * emacs-lisp/bytecomp.el: Doc fixes.
86f6474c
SM
18488 (byte-compile-file-form-autoload):
18489 Update byte-compile-function-environment.
a30eb617
DL
18490
184912000-03-29 Andreas Schwab <schwab@suse.de>
18492
86f6474c 18493 * emacs-lisp/autoload.el: Also print defsubst doc string specially.
a30eb617
DL
18494
18495 * dired.el (dired-insert-directory): If dired-free-space-program
18496 failed just delete its output.
18497
184982000-03-29 Dave Love <fx@gnu.org>
18499
18500 * international/iso-cvt.el: Move provide to end. Doc fixes.
18501 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
18502 (iso-iso2sgml, iso-sgml2iso): New functions.
18503 (iso-cvt-define-menu): Fix some entries and use backquote for
18504 clarity.
18505
18506 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
18507
185082000-03-28 Gerd Moellmann <gerd@gnu.org>
18509
18510 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
18511 ISO-DATE. If non-nil, return date in ISO 8601 format.
18512
185132000-03-26 Stefan Monnier <monnier@cs.yale.edu>
18514
18515 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
18516 if it ever becomes used.
18517 (log-edit-mode-hook): Default to vc-log-mode-hook.
18518 (log-edit-mode): Fix the docstring.
18519
18520 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
18521 the code.
18522
185232000-03-26 Dave Love <fx@gnu.org>
18524
18525 * net/browse-url.el (browse-url): Re-fix case of
18526 browse-url-browser-function being an alist.
18527 (browse-url): Add :link to defgroup.
18528
18529 * files.el: Doc fixes.
18530 (file-truename): Include `[' in wildcard characters.
18531 (automount-dir-prefix): Customize.
18532 (find-file-wildcards): Add :version.
18533 (find-file-noselect): Simplify a mapcar call.
18534
18535 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
18536 compatible with inf-lisp version.
18537 (eval-defun-1): Fix custom-declare-variable case.
18538
185392000-03-25 Stefan Monnier <monnier@cs.yale.edu>
18540
18541 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
18542
185432000-03-24 Gerd Moellmann <gerd@gnu.org>
18544
18545 * Makefile (COMPILE_FIRST): New macro.
18546 (compile-files): Compile files from COMPILE_FIRST first.
18547
86f6474c 18548 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new code.
a30eb617
DL
18549
18550 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
18551 matching open parenthesis in column 0 to defun-prompt-regexp
18552 only if open-paren-in-column-0-is-defun-start is set.
18553
18554 * sun-curs.el: Require CL at compile-time only.
18555
18556 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
18557 instead of copy-list which is a function from CL.
18558 (msb--choose-menu, msb--mode-menu-cond)
18559 (msb--create-buffer-menu-2): Use dolist instead of mapc.
18560 (msb--init-file-alist): Use mapcar instead of mapcan.
86f6474c
SM
18561 (msb--aggregate-alist): Use mapcar instead of mapcan.
18562 Fix `(' in column 0 in doc string.
a30eb617
DL
18563 (msb--add-separators): Use mapcar instead of mapcan.
18564
18565 * cus-dep.el: Require CL at compile-time only.
18566
185672000-03-24 Stefan Monnier <monnier@cs.yale.edu>
18568
18569 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
18570 (byte-compile-warnings): New warning `noruntime'.
18571 (byte-compile-constants, byte-compile-variables): Fix docstring.
18572 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
18573 execute `eval-whenc-compile's body.
18574 (byte-compile-unresolved-functions): Fix docstring.
18575 (byte-compile-eval): New function.
18576 (byte-compile-callargs-warn): Check if the function will be available
18577 at runtime (via property `byte-compile-noruntime').
18578 (byte-compile-print-syms): New function.
18579 (byte-compile-warn-about-unresolved-functions): Also warn about
18580 `noruntime' functions (and use `byte-compile-print-syms').
18581 (byte-compile-file): Capitalize the message.
18582
185832000-03-24 Gerd Moellmann <gerd@gnu.org>
18584
18585 * mail/rmail.el (rmail-confirm-expunge): New user-option.
18586 (rmail-expunge): Ask for confirmation depending on the setting
18587 of rmail-confirm-expunge.
18588
185892000-03-23 Gerd Moellmann <gerd@gnu.org>
18590
18591 * Makefile (bootstrap-clean): If $(emacs) exists, build
18592 loaddefs.el first. A loaddefs.el that's not up-to-date might
86f6474c 18593 cause a bootstrap failure because things don't autoload as expected.
a30eb617
DL
18594
185952000-03-23 Dave Love <fx@gnu.org>
18596
18597 * net/browse-url.el: Restore previous use of
18598 browse-url-maybe-new-window.
18599
186002000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18601
18602 * ps-print.el: Skip banner page fix.
18603 (ps-print-version): New version number (5.1.2).
18604 (ps-begin-file, ps-end-file, ps-generate): Code fix.
18605
186062000-03-23 Dave Pearson <davep@davep.org>
18607
18608 * net/quickurl.el Changed the type of parameter passed to the
18609 function defined by `quickurl-format-function'. Before only the
18610 text of the URL was passed. Now the whole URL structure is passed
86f6474c
SM
18611 and the function is responsible for extracting the parts it requires.
18612 Changed the default of `quickurl-format-function' accordingly.
a30eb617
DL
18613 (quickurl-insert): Changed the `funcall' of
18614 `quickurl-format-function' to match the above change.
18615 (quickurl-list-insert): Changed the `url' case so that it makes
18616 use of `quickurl-format-function', previous to this the format was
18617 hard wired.
18618
186192000-03-22 Gerd Moellmann <gerd@gnu.org>
18620
18621 * startup.el: Change some spellings for the X Window System.
18622
186232000-03-22 Stefan Monnier <monnier@cs.yale.edu>
18624
86f6474c
SM
18625 * progmodes/make-mode.el (makefile-warn-suspicious-lines):
18626 Clean up the code and the regexp and make sure the cursor is
18627 temporarily moved to the suspicious line while querying the user.
a30eb617
DL
18628
186292000-03-22 Jason Rumney <jasonr@gnu.org>
18630
18631 * w32-fns.el (w32-charset-info-alist): Initialize.
18632
186332000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18634
18635 * ps-print.el: N-up last page fix.
18636 (ps-print-version): New version number (5.1.1).
18637 (ps-end-file, ps-end-job, ps-generate): Code fix.
18638
186392000-03-21 Stefan Monnier <monnier@cs.yale.edu>
18640
18641 * files.el (find-file-run-dired): Update docstring.
18642 (find-directory-functions): New hook.
18643 (find-file-noselect): Run find-directory-functions rather than
18644 calling dired directly.
18645
18646 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
18647
18648 * pcvs.el: Add a minimal leading commentary.
18649 (cvs-make-cvs-buffer): Change the header part by removing the startup
18650 message and adding a `Module' entry. Also replace the FOOTER and
18651 HEADER special fileinfos with the new support in ewoc for updating
18652 its own footer and header.
18653 (cvs-update-header): Update to use the header/footer of the ewoc.
18654 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
18655 (cvs-is-within-p): New function.
18656 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
18657 to only examine some subset of the buffers.
18658
18659 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
18660 `format' instead of our own ad-hoc functions.
18661 Remove HEADER and FOOTER cases, now handled in the EWOC.
18662 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
18663
18664 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
18665 output to avoid scaring the user.
18666 (cvs-parse-table): Catch message for non-up-to-date commits.
18667
18668 * pcvs-defs.el (cvs-startup-message): Remove.
18669 (cvs-global-menu): New autoloaded menu.
18670
18671 * pcvs-util.el (cvs-string-fill): Remove.
18672
18673 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
18674 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
18675 PP part of it and also make it work for footers and headers.
18676 (ewoc-create): Drop POS and BUFFER arguments.
18677 Use the DLL's dummy node to store the end-of-footer position.
18678 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
18679 (ewoc-refresh): Remove unused `header' variable.
18680 (ewoc-(get|set)-hf): New functions.
18681
18682 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
18683 log-view-*-(message|file) and use easy-mmode-define-navigation.
18684 (log-view-message-re): Match SCCS format as well.
18685 And match the revision line rather than the dashed separator line.
18686 (log-view-mode): Use the new define-derived-mode.
18687 (log-view-current-tag): Fill in with an actual implementation.
18688
18689 * cvs-status.el (cvs-status-(prev|next)): Rename from
18690 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
18691 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
18692 to let the output "breathe" a little more (more readable).
18693 (cvs-status-mode): Use the new define-derived-mode.
18694
18695 * smerge-mode.el (smerge-auto-leave): New function and variable.
18696 (smerge-basic-map): Rename from smerge-basic-keymap.
18697 Change the bindings for smerge-diff-*.
18698 (smerge-*-map): Use easy-mmode-defmap.
18699 (smerge-(next|prev)): Use easy-mmode-define-navigation.
18700 (smerge-keep-*): Use smerge-auto-leave.
18701
187022000-03-21 Jason Rumney <jasonr@gnu.org>
18703
18704 * cus-edit.el (custom-button-face): Use 3D look for w32.
18705 (custom-button-pressed-face): Likewise.
18706
187072000-03-21 Gerd Moellmann <gerd@gnu.org>
18708
18709 * progmodes/etags.el (tags-case-fold-search): New user-option.
18710 (tags-loop-eval): New function. Bind case-fold-search around eval
18711 depending on the value of tags-case-fold-search.
18712 (tags-loop-continue): Use tags-loop-eval.
18713 (find-tag-in-order): Bind case-fold-search depending on the value
18714 of tags-case-fold-search.
18715
187162000-03-21 Stefan Monnier <monnier@cs.yale.edu>
18717
86f6474c 18718 * diff-mode.el (diff-mode-*-map): Use `easy-mmode-defmap'.
a30eb617
DL
18719 (diff-end-of-hunk): Return the end position for use in
18720 `easy-mmode-define-navigation'.
18721 (diff-recenter): Remove.
18722 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
18723 of `easy-mmode-define-navigation'.
18724 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
18725 previous renaming) and fix to use new names.
18726 (diff-merge-strings): Use \n as separator: simpler, faster.
18727 (diff-mode): Use `define-derived-mode'.
18728
18729 * derived.el (define-derived-mode): Don't autoload anymore.
18730 Prefer the macro-only version provided by easy-mmode.el.
18731
18732 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
86f6474c 18733 `easy-mmode-define-derived-mode'. Use `combine-run-hooks'.
a30eb617
DL
18734 (easy-mmode-define-navigation): New macro.
18735
18736 * subr.el (combine-run-hooks): New function.
18737
187382000-03-21 Kenichi HANDA <handa@etl.go.jp>
18739
18740 * term/x-win.el: Fontsets related initialization is simplified.
18741
18742 * international/mule-diag.el (describe-font): Don't refer to
18743 global-fontset-alist, instead call font-list.
18744 (describe-fontset, list-fontsets, mule-diag): Likewise.
86f6474c 18745 (print-fontset): Adjusted for the change of fontset implementation.
a30eb617 18746
86f6474c
SM
18747 * international/fontset.el (x-charset-registries): Variable removed,
18748 instead the corresponding data is stored in the default fontset.
a30eb617
DL
18749 (register-alternate-fontnames): Function removed.
18750 (resolved-ascii-font): Variable removed.
18751 (x-compose-font-name): Ignore the second argument REDOCE.
18752 (x-complement-fontset-spec): Complement only an ASCII font and
18753 element for those charsets than can use that ASCII font.
18754 (generate-fontset-menu): Don't refer to global-fontset-alist,
18755 instead call fontset-list.
18756 (uninstantiated-fontset-alist): Variable removed.
18757 (x-style-funcs-alist): Likewise.
18758 (fontset-default-styles): Likewise.
18759 (x-modify-font-name): Function removed.
86f6474c 18760 (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
a30eb617
DL
18761 (create-fontset-from-ascii-font): Docsting adjusted for the above
18762 change.
18763 (instantiate-fontset, resolve-fontset-name): Functions removed.
18764 (fontset-list): Now implemented by C code.
18765
18766 * faces.el (read-face-font): Fix TABLE arg to completing-read.
18767 (describe-face): Include `font' attribute in the description.
18768
187692000-03-21 Kenichi Handa <handa@etl.go.jp>
18770
18771 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
18772
187732000-03-20 Gerd Moellmann <gerd@gnu.org>
18774
18775 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
18776 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
18777 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
18778
18779 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
18780 about behavior of set-buffer-modified-p wrt redisplay.
18781
187822000-03-19 Richard M. Stallman <rms@gnu.org>
18783
18784 * view.el (view-mode-disable): Kill local binding of view-read-only.
18785
187862000-03-18 Gerd Moellmann <gerd@gnu.org>
18787
86f6474c 18788 * font-lock.el (font-lock-apply-syntactic-highlight): If VALUE
a30eb617
DL
18789 is a string, convert it to a syntax cell using string-to-syntax.
18790
18791 * simple.el (syntax-code-table, syntax-flag-table): New variables.
18792 (string-to-syntax): New function.
18793
18794 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
18795 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
18796 try to use passive ftp mode.
18797
187982000-03-17 Gerd Moellmann <gerd@gnu.org>
18799
18800 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
18801
18802 * simple.el (append-to-buffer): Update point of windows after
18803 insertion.
18804
18805 * abbrev.el (inverse-add-abbrev): Identify word by first moving
18806 forward then moving backward. Reindent.
18807
18808 * frame.el (other-frame): Call x-focus-frame only if
18809 focus-follows-mouse is off.
18810
188112000-03-17 Dave Love <fx@gnu.org>
18812
86f6474c 18813 * pcvs-util.el (cvs-strings->string): Rename replace-regexps-in-string.
a30eb617
DL
18814
188152000-03-17 Stefan Monnier <monnier@cs.yale.edu>
18816
18817 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
18818 regexp for labels cannot span several lines.
18819
18820 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
18821 `(setq :<key> ':<key>)' to the macro expansion.
18822
188232000-03-16 Dave Love <fx@gnu.org>
18824
18825 * progmodes/f90.el (f90): Put custom group under `languages', not
18826 `fortran'.
18827 (f90-mode-hook): Customize.
18828 (f90-mode): Set add-log-current-defun-function.
18829 (f90-current-defun): New function.
18830
188312000-03-16 Gerd Moellmann <gerd@gnu.org>
18832
18833 * cus-edit.el (custom-variable-tag-face): Handle case that
18834 default face's height is not a number.
18835 (custom-face-tag-face, custom-group-tag-face-1)
18836 (custom-group-tag-face): Ditto.
18837 (custom-group-tag-face-1): Add :group.
18838
18839 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
18840
188412000-03-15 Gerd Moellmann <gerd@gnu.org>
18842
18843 * pcvs-defs.el (toplevel): Remove autoload cookie for form
18844 requiring easymenu.
18845
188462000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18847
18848 * ps-print.el: PostScript user-defined prologue, PostScript error
18849 handler, doc fix.
18850 (ps-print-version): New version number (5.1).
18851 (ps-user-defined-prologue, ps-error-handler-message)
18852 (ps-print-prologue-0, ps-error-handler-alist): New vars.
18853 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
18854 (ps-insert-string): New function.
18855
188562000-03-15 Kenichi Handa <handa@etl.go.jp>
18857
18858 * international/ccl.el (ccl-compile-expression): Don't generate
18859 invalid self-assignment code.
18860
188612000-03-14 Dave Love <fx@gnu.org>
18862
18863 * subr.el (replace-regexp-in-string): Renamed from
18864 replace-regexps-in-string. Doc fix.
18865
188662000-03-12 Dave Love <fx@gnu.org>
18867
18868 * cus-edit.el: Doc fixes.
86f6474c 18869 (customize-set-variable, customize-save-variable): Rename args for doc.
a30eb617
DL
18870 (custom-variable-tag-face, custom-face-tag-face)
18871 (custom-group-tag-face-1, custom-group-tag-face): Modify from
18872 style which user identify as hyperlink.
18873 (hook): Don't add undefined functions to the hook.
18874 (debug-ignored-errors): Transfer message from bindings.el.
18875
188762000-03-12 Gerd Moellmann <gerd@gnu.org>
18877
86f6474c
SM
18878 * recentf.el (recentf-keep-non-readable-files-p):
18879 Remove double/nested definition.
a30eb617
DL
18880
188812000-03-12 Dave Love <fx@gnu.org>
18882
18883 * facemenu.el (facemenu-get-face): Use display-color-p.
18884 * enriched.el (enriched-decode-foreground): Likewise.
18885 (enriched-decode-background): Likewise.
18886 * isearch.el (isearch-highlight): Likewise.
18887 * info-look.el (info-lookup): Likewise.
18888 * simple.el (completion-setup-function): Likewise.
18889
18890 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
18891 :options.
18892
18893 * bindings.el (mode-line-format): Fix line-number and
18894 column-number items. Add help-echo for the background.
18895 (mode-line-mule-info): Modify help-echo.
18896
18897 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
18898
18899 * files.el (load-file): Allow completion to .elc.
18900
18901 * man.el: Doc fixes.
18902 (Man-init-defvars): Use display-color-p to set fontification.
18903
18904 * play/hanoi.el (hanoi-internal): Don't use oddp.
18905
189062000-03-12 Gerd Moellmann <gerd@gnu.org>
18907
18908 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
18909
18910 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
18911
189122000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
18913
18914 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
18915 Fix comment.
18916
189172000-03-10 Stefan Monnier <monnier@cs.yale.edu>
18918
18919 * font-lock.el (font-lock-keywords): Fix the doc now that
18920 regexp-opt-depth is unnecessary.
18921 (save-buffer-state): Set an edebug spec.
18922 (font-lock-fontify-anchored-keywords): Properly handle the case when
18923 the matcher goes past the limit.
18924
18925 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
18926 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
18927
18928 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
18929 dll.el and cookie.el (from Elib) with heavy renaming and other
18930 massaging.
18931
18932 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
18933 Autoload the functions used.
18934 (easy-mmode-define-syntax): Fix CL typo.
18935 (easy-mmode-define-derived-mode): Improve the docstring generation.
18936
189372000-03-10 Gerd Moellmann <gerd@gnu.org>
18938
18939 * textmodes/texinfo.el (texinfo-version): Variable and function
18940 removed.
18941
189422000-03-09 Stefan Monnier <monnier@cs.yale.edu>
18943
18944 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
18945 allow more flexibility.
ff39b9a1 18946 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
a30eb617
DL
18947 (easy-mmode-defmap, easy-mmode-defsyntax)
18948 (easy-mmode-define-derived-mode): New macros.
18949
189502000-03-09 Didier Verna <didier@xemacs.org>
18951
18952 * rect.el (replace-rectangle): New function.
18953
189542000-03-09 Dave Love <fx@gnu.org>
18955
ff39b9a1 18956 * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
a30eb617
DL
18957 (fortran-comment-line-start-skip): Don't match cpp stuff.
18958 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
18959 (fortran-mode-map): Remove over-eager custom-menu-create for now.
18960 (fortran-mode): Don't set fortran-comment-line-start-skip,
18961 fortran-comment-line-start here. Set comment-start,
18962 add-log-current-defun.
18963 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
18964 (fortran-current-defun): New function.
18965
189662000-03-09 Gerd Moellmann <gerd@gnu.org>
18967
18968 * emacs-lisp/re-builder.el: New file.
18969
18970 * mouse.el (mouse-drag-region): Don't run up-event handler
18971 if hscroll has changed.
18972
18973 * octave-mod.el (octave-font-lock-keywords): To font-lock the
18974 builtin operators, use `font-lock-builtin-face' for Emacs and
18975 `font-lock-preprocessor-face' otherwise.
18976
18977 * font-lock.el (lisp-font-lock-keywords-1): Highlight
18978 `(defun (setf foo)' differently.
18979
189802000-03-08 Stefan Monnier <monnier@cs.yale.edu>
18981
18982 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
18983 (regexp-opt): Update comment and adapt the code the new meaning of
18984 the `paren' argument of regex-opt-group for shy-groups.
18985 (regexp-opt-depth): Handle shy groups as well as backslashed
18986 backslashes.
18987 (regexp-opt-group): Turn the leading comment into a docstring.
18988 Allow `paren' to be a string (the string to use to open a group).
18989 Remove open-presuf and close-presuf. Instead of checking for `all
18990 one-char' and then later on check for `several one-char', handle
18991 both cases close together. Also apply a more generic algorithm
18992 for suffixes (the mirror image of the algorithm used for
18993 prefixes). Use shy-groups. Use nreverse rather than reverse.
18994 (regexp-opt-try-suffix): Removed.
18995
18996 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
18997 from comint-mode-map, so we can just inherit from it. Also, move
18998 the initialization into the `defvar' since there's no docstring
18999 anyway and it's fairly short.
19000 (inferior-scheme-mode): Define it as derived-mode: the code is
19001 shorter and this way we inherit from comint-mode-map rather than
19002 copying it.
19003
19004 * subr.el (replace-regexps-in-string): Properly handle the case
19005 where we match an empty string.
19006
19007 * comint.el (comint-exec-1): Add the current-dir to the exec-path
19008 when the command has a directory component (such as "./testml").
19009 Also fix a typo in the comment.
19010
190112000-03-08 Gerd Moellmann <gerd@gnu.org>
19012
19013 * Makefile (compile-files): Compile files one by one because
19014 that's the only way to ensure a clean compilation environment for
19015 each individual file.
19016
19017 * frame.el (other-frame): Call x-focus-frame.
19018
190192000-03-07 Dave Love <fx@gnu.org>
19020
19021 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
19022 :require to defcustom.
19023
ff39b9a1 19024 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
a30eb617
DL
19025
19026 * files.el (auto-mode-alist): Add configure.in.
19027
19028 * progmodes/autoconf.el: New file.
19029
190302000-03-07 Gerd Moellmann <gerd@gnu.org>
19031
19032 * mail/mh-e.el: Change maintainer to `none'.
19033
19034 * recentf.el (recentf-keep-non-readable-files-p): Quote args
19035 to remove-hook and add-hook.
19036
190372000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
19038
19039 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
19040 it as the default.
19041 (mail-send): Test mail-send-nonascii also for the new `mime' value.
19042 (sendmail-send-it): Conditionally add MIME headers specifying the
19043 used character set.
19044
190452000-03-07 Dave Love <fx@gnu.org>
19046
ff39b9a1
SM
19047 * winner.el: Fix keywords, autoload cookies.
19048 Split eval-when-compile form to avoid compilation failure.
a30eb617
DL
19049
190502000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
19051
19052 * international/mule.el: Modify comment about coding system
19053 property `coding-category'.
19054 (make-coding-system): New argument EOL-TYPE. Pay attention to
19055 coding-category property of PROPERTIES.
19056
ff39b9a1
SM
19057 * international/mule-conf.el (coding-category-utf-8)
19058 (coding-category-utf-16-be, coding-category-utf-16-le): New coding
a30eb617
DL
19059 categories. Include them in the argument for set-coding-priority.
19060
ff39b9a1
SM
19061 * international/mule-cmds.el (reset-language-environment):
19062 Include coding-category-utf-8, coding-category-utf-16-be, and
a30eb617
DL
19063 coding-category-utf-16-le in the argument for set-coding-priority.
19064 (reset-language-environment): Initialize coding-category-utf-8,
19065 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
19066
190672000-03-06 Karl Fogel <kfogel@red-bean.com>
19068
19069 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
19070 code abstracted out of `bookmark-jump-noselect'. Now tries info
19071 extensions as well as compression extensions.
19072 (bookmark-jump-noselect): Use above new func.
19073
190742000-03-03 Gerd Moellmann <gerd@gnu.org>
19075
19076 * strokes.el: Change maintainer's mail address.
19077
190782000-03-03 Kenichi Handa <handa@etl.go.jp>
19079
19080 * international/mule-diag.el (list-character-sets): Make help-echo
19081 string by substitute-command-keys.
19082 (list-character-sets): Likewise.
19083 (sort-listed-character-sets): Call help-setup-xref.
19084
190852000-03-02 Gerd Moellmann <gerd@gnu.org>
19086
ff39b9a1 19087 * time.el (display-time-mail-file): Add `none' to the list of choices.
a30eb617
DL
19088
190892000-03-01 Dave Love <fx@gnu.org>
19090
19091 * help.el (help-xref-go-back): Don't try to set position.
19092
ff39b9a1
SM
19093 * international/mule-diag.el (list-character-sets):
19094 Call help-setup-xref. Add help-echo to xrefs.
a30eb617
DL
19095 (list-character-sets-1): Add help-echo to xrefs.
19096
190972000-03-02 Gerd Moellmann <gerd@gnu.org>
19098
19099 * frame.el (blink-cursor-mode): Switch cursor on when turning
19100 the mode off.
19101
19102 * add-log.el (add-log-current-defun): Add support for
19103 Autoconf mode.
19104
19105 * mail/rmail.el (rmail-quit-hook): New variable.
19106
191072000-03-01 Dave Love <fx@gnu.org>
19108
19109 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
19110
19111 * help.el (help-xref-button): Add help-echo arg.
19112 (describe-function-1, describe-variable, help-make-xrefs): Use it.
19113
ff39b9a1 19114 * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
a30eb617 19115
ff39b9a1 19116 * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
a30eb617
DL
19117
191182000-03-01 Gerd Moellmann <gerd@gnu.org>
19119
19120 * image.el (defimage): Look for image files in load-path.
19121
ff39b9a1 19122 * frame.el (busy-cursor-delay-seconds): Change type to `number'.
a30eb617
DL
19123
191242000-03-01 David Ponce <david.ponce@wanadoo.fr>
19125
ff39b9a1 19126 * recentf.el (recentf): Added version tag to the defgroup of recentf.
a30eb617
DL
19127
191282000-03-01 David Ponce <david.ponce@wanadoo.fr>
19129
ff39b9a1 19130 * recentf.el (recentf-cleanup): Changed to remove excluded file too.
a30eb617
DL
19131 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
19132 action to select/unselect a file.
19133 (recentf-edit-list): Code cleanup and improvement.
19134 (recentf-open-more-files-action): `recentf-open-more-files' button
19135 widget action to open a file.
ff39b9a1 19136 (recentf-open-more-files): No more use standard completion but widgets.
a30eb617
DL
19137 (recentf-more-collection): Deleted.
19138 (recentf-more-history): Deleted.
19139 (recentf-setup-more-completion): Deleted.
19140
191412000-03-01 David Ponce <david.ponce@wanadoo.fr>
19142
19143 * recentf.el (recentf-mode): No more needs that Emacs is running
19144 under a window-system.
19145
ff39b9a1 191462000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
19147
19148 * recentf.el (recentf-edit-list): New command to edit the recent
19149 list which allow the user to remove files.
19150 (recentf-edit-selected-items): New global variable, used by
19151 `recentf-edit-list' to hold the list of files to be removed from
19152 the recent list.
19153 (recentf-make-menu-items): Updated to display a "Edit list..."
19154 menu item. Minor code cleanup.
19155
ff39b9a1 191562000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
19157
19158 * recentf.el (recentf-open-more-files): New command to open files
19159 that are not displayed in the menu.
19160 (recentf-more-collection): New global variable holding the set of
19161 permissible completions used by `recentf-open-more-files'.
19162 (recentf-more-history): New global variable holding the history list
19163 used by `recentf-open-more-files' completion.
19164 (recentf-setup-more-completion): New function to setup completion for
19165 `recentf-open-more-files'.
19166 (recentf-make-menu-items): Updated to display a "More..." menu item.
19167
ff39b9a1 191682000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
19169
19170 * recentf.el (recentf-menu-action): Doc fixed.
19171
ff39b9a1 191722000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
19173
19174 * recentf.el (recentf-menu-filter): Doc updated.
19175 (recentf-update-menu-hook): Allow menu filters to force menu update.
19176 (recentf-make-menu-items): New menu filter handling.
19177 (recentf-make-menu-item): New helper function.
19178 (recentf-menu-elements): New menu handling function.
19179 (recentf-sort-ascending): Updated to new menu filter handling.
19180 (recentf-sort-descending): Updated to new menu filter handling.
19181 (recentf-sort-basenames-ascending): New menu filter function.
19182 (recentf-sort-basenames-descending): New menu filter function.
19183 (recentf-show-basenames): New menu filter function.
19184 (recentf-show-basenames-ascending): New menu filter function.
19185 (recentf-show-basenames-descending): New menu filter function.
19186
191872000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
19188
19189 * diary-lib.el (list-diary-entries): Don't try to go forward at
19190 the end of the buffer.
19191
191922000-02-29 Kenichi Handa <handa@etl.go.jp>
19193
ff39b9a1
SM
19194 * international/mule-diag.el (list-character-sets):
19195 Completely rewritten.
a30eb617
DL
19196 (sort-listed-character-sets): New function.
19197 (list-character-sets-1): Completely rewritten.
19198 (list-character-sets-2): New function.
19199 (non-iso-charset-alist): New variable.
19200 (decode-codepage-char): New function.
19201 (charset-history): New variable.
19202 (read-charset) (list-block-of-chars)
19203 (list-iso-charset-chars)
19204 (list-non-iso-charset-chars)
19205 (list-charset-chars): New functions.
86f6474c 19206 (mule-diag): Call list-character-sets-2, not list-character-sets-2.
a30eb617
DL
19207 (dump-charsets): Likewise.
19208
192092000-02-29 Gerd Moellmann <gerd@gnu.org>
19210
19211 * dired-x.el (dired-filename-at-point): Add `@' to valid
19212 file name characters.
19213 (dired-filename-at-point): Handle ange-ftp file names.
19214
19215 * frame.el (frame-notice-user-settings): Use assq-delete-all
19216 instead of assoc-delete-all.
19217 (frame-notice-user-settings): Ditto.
19218
19219 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
19220 Don't copy alist.
19221
192222000-02-28 Eli Barzilay <eli@cs.cornell.edu>
19223
19224 * calculator.el (calculator-use-menu): New option.
86f6474c 19225 (calculator-initial-bindings): Changed some bindings to work as macros.
a30eb617
DL
19226 (calculator-forced-input): Removed.
19227 (calculator-restart-other-mode): New variable.
19228 (calculator-mode-map): Set up menu.
19229
192302000-02-28 Jari Aalto <jari.aalto@poboxes.com>
19231
86f6474c 19232 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
a30eb617
DL
19233
192342000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
19235
86f6474c 19236 * viper-cmd.el (viper-envelop-ESC-key): Add the option to
a30eb617 19237 translate all ESC key sequences.
86f6474c 19238 (viper-goto-mark-subr): Restore markers for files for which
a30eb617 19239 they were saved.
86f6474c
SM
19240 * viper-init.el (viper-translate-all-ESC-keysequences): New variable.
19241 * viper-util.el (viper-set-replace-overlay-glyphs)
19242 (viper-set-replace-overlay): Always check if the replacement
a30eb617 19243 overlay is live.
86f6474c
SM
19244 * viper.el (viper-vi-state-mode-list): Add major modes.
19245 * ediff-wind.el: Minor comment changes.
19246 * ediff.el: Copyright notice date fix.
a30eb617
DL
19247
192482000-02-27 Jason Rumney <jasonr@gnu.org>
19249
19250 * faces.el (face-font-family-alternatives): Add arial to helv.
19251 (mode-line, header-line, tool-bar): Same default as x for w32.
19252 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
19253 face-font-family-alternatives from working.
19254 * term/w32-win.el (mouse-set-font): Do not build fontset from
19255 chosen font.
19256
192572000-02-25 Sam Steingold <sds@goems.com>
19258
19259 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
19260 properly.
19261
192622000-02-25 Richard M. Stallman <rms@gnu.org>
19263
19264 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
19265
192662000-02-25 Gerd Moellmann <gerd@gnu.org>
19267
86f6474c 19268 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer writable.
a30eb617
DL
19269
19270 * frame.el (busy-cursor-delay-seconds): New option.
19271
192722000-02-24 Gerd Moellmann <gerd@gnu.org>
19273
19274 * frame.el (show-cursor-in-non-selected-windows): New option.
19275
192762000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
19277
19278 * diary-lib.el (include-other-diary-files): Undo the selective
19279 display in any included file and don't kill it.
19280
192812000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
19282
86f6474c
SM
19283 * dired.el (dired-mode-map): Don't remove "Edit" from the menu bar.
19284 Menu items converted to (menu-item format, help strings added.
a30eb617 19285 [downcase, upcase]: Don't enable on MS-DOS.
86f6474c 19286 [symlink, symlinks]: Don't show if make-symbolic-link is not bound.
a30eb617
DL
19287 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
19288
192892000-02-23 Dave Love <fx@gnu.org>
19290
19291 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
19292 (backward-kill-word): Revert addition of * to interactive spec --
19293 it's a feature.
19294
19295 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
19296 (backward-kill-sentence, kill-sentence): Likewise.
19297
19298 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
19299 scratch buffer name.
86f6474c 19300 (gud-format-command): Use int-to-string in ?l case. Simplify slightly.
a30eb617
DL
19301
19302 * term/w32-win.el (internal-face-interactive): Update prompt for
19303 new read-face-name.
19304
19305 * mail/footnote.el (footnote): Add :version to defgroup.
19306 (footnote-section-tag-regexp): Customize.
19307 (footnote-start-tag, footnote-end-tag): New option.
19308 (footnote-latin-regexp): New variable.
19309 (Footnote-latin): New function.
19310 (footnote-style-alist): Add element for latin style.
19311 (footnote-style): Moved.
19312 (Footnote-goto-footnote): Use eq to test arg.
19313
19314 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
19315
19316 * emacs-lisp/byte-opt.el: Change old backquote syntax.
19317 (byte-compile-trueconstp): Include keywords.
86f6474c
SM
19318 (byte-optimize-quote, byte-optimize-lapcode):
19319 Use byte-compile-const-symbol-p.
a30eb617
DL
19320 (byte-optimize-char-before): New optimization.
19321
19322 * emacs-lisp/bytecomp.el: Change old backquote syntax.
19323 (byte-compile-const-symbol-p): New function.
19324 (byte-compile-constp, byte-compile-out-toplevel)
19325 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
19326 Use it.
19327
19328 * subr.el (define-key-after): Default AFTER to t. Doc fix.
19329
193302000-02-23 Kenichi Handa <handa@etl.go.jp>
19331
19332 * international/encoded-kb.el: Be sure to update minor-mode-alist
19333 and minor-mode-map-alist.
19334 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
19335 codes SS2 and SS3 correctly.
19336 (encoded-kbd-self-insert-ccl): New function.
19337 (encoded-kbd-setup-keymap): New function.
19338 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
19339 by calling encoded-kbd-setup-keymap.
19340
86f6474c
SM
19341 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte characters.
19342 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
a30eb617
DL
19343
193442000-02-22 Dave Love <fx@gnu.org>
19345
19346 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
86f6474c 19347 (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar.
a30eb617
DL
19348 (lisp-mode-syntax-table): Set up for #|...|# comments.
19349 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
19350 classes. Match `defface'.
19351 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
19352 (eval-defun-1): Fix for defcustom.
19353 (lisp-indent-region): Doc fix.
19354
19355 * subr.el (when, unless, split-string): Doc fix.
86f6474c 19356 (read-passwd): Move call of clear-this-command-keys to the right place.
a30eb617
DL
19357 (replace-regexps-in-string): New function.
19358
193592000-02-22 Gerd Moellmann <gerd@gnu.org>
19360
19361 * help.el (describe-variable): Set syntax table to
19362 emacs-lisp-mode-syntax-table when moving forward over the
19363 symbol's name.
19364
193652000-02-22 Dave Love <fx@gnu.org>
19366
19367 * xt-mouse.el: Doc fixes.
19368 (xterm-mouse-position-function): New function, replacing advice of
19369 mouse-position.
19370 (xterm-mouse-mode): Use it. Don't turn on under a window system.
19371
19372 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
19373
193742000-02-21 Gerd Moellmann <gerd@gnu.org>
19375
86f6474c
SM
19376 * format.el (format-annotate-single-property-change):
19377 Handle properties.with dotted-list values.
a30eb617
DL
19378 (format-proper-list-p): New function.
19379
19380 * enriched.el (enriched-face-ans): Handle '(foreground-color
19381 . COLOR) and (background-color . COLOR).
19382
193832000-02-20 Dave Love <fx@gnu.org>
19384
19385 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
19386 and assignments to it.
19387 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
19388 current local map.
19389 (make-flyspell-overlay): Use it.
19390 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
19391
19392 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
19393 (lm-get-header-re): Defun, not defsubst.
19394 (lm-get-package-name): Defun, not defsubst. Simplify.
19395 (lm-version): Doc fix. Simplify.
19396 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
19397 (lm-crack-address, lm-last-modified-date, lm-commentary)
19398 (lm-verify, lm-synopsis): Simplify.
19399 (lm-report-bug): Require emacsbug. Use compose-mail.
19400
194012000-02-20 Gerd Moellmann <gerd@gnu.org>
19402
19403 * dired.el (dired-mode): Call propertized-buffer-identification
19404 to set mode-line-buffer-identification to something having
19405 the right text properties.
19406
19407 * bindings.el (propertized-buffer-identification): New function.
19408
194092000-02-20 Dave Love <fx@gnu.org>
19410
19411 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
19412 check for t-mouse too.
19413
19414 * cus-start.el: Make echo-keystrokes `number'.
19415
194162000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
19417
19418 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
19419 Don't call ring-empty-p unless tags-location-ring is bound.
19420 From Noah Friedman <friedman@splode.com>.
19421
194222000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
19423
19424 * progmodes/hideshow.el (hs-flag-region): No longer use
19425 `intangible' overlay property.
19426
19427 (hs-toggle-hiding): New command.
19428 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
19429
19430 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
19431 Fix omission bug: Run `hs-minor-mode-hook' for both activation
19432 and deactivation.
19433
194342000-02-18 Gerd Moellmann <gerd@gnu.org>
19435
19436 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
19437
194382000-02-17 Gerd Moellmann <gerd@gnu.org>
19439
19440 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
19441
19442 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
19443 of `*' to handle `(* ... *)' comments.
19444
194452000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
19446
19447 * faces.el (list-faces-display): Use display-mouse-p instead of
19448 window-system.
19449
19450 * menu-bar.el (global-map): Menu-bar items converted to the new
19451 format (menu-item..., rearranged for better CUA compliance, and
19452 their names changed for better clarity. Help strings added.
19453
19454 * international/mule-cmds.el (mule-menu-keymap)
19455 (describe-language-environment-map, set-coding-system-map)
19456 (setup-language-environment-map): Convert to new (menu-item...
86f6474c
SM
19457 form, add help strings. Change names of menu items for better clarity.
19458 "Mule" menu-bar item removed (it's now in the "Options" submenu).
a30eb617
DL
19459
194602000-02-17 Gerd Moellmann <gerd@gnu.org>
19461
19462 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
19463 within the code.
19464
194652000-02-16 Dave Love <fx@gnu.org>
19466
19467 * faces.el: Don't require custom. Add more specific :groups to
19468 various deffaces.
19469 (set-face-attribute): Purecopy args.
19470 (read-face-name): Default to name at point and use it in prompt.
19471 Remove colon from arg in all callers.
19472 (list-faces-display): Hyperlink to face descriptions and customize
19473 buffers.
19474
194752000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
19476
86f6474c 19477 * wid-edit.el (widget-match-inline): An atom never matches a list.
a30eb617
DL
19478
194792000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
19480
19481 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
19482 at ':' characters by call to split-string.
19483
194842000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
19485
19486 * textmodes/bibtex.el: Added RCS version identification.
19487
194882000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
19489
19490 * textmodes/bibtex.el: Some temporary comments removed.
86f6474c 19491 (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
a30eb617
DL
19492 (bibtex-field-const): Allow capital letters.
19493 (bibtex-start-of-string): Deleted because unused.
19494
19495 * textmodes/bibtex.el: Unified some nomenclature. We no longer
19496 use the term 'reference' to describe a bibtex entry as a whole.
19497 Further, reference keys are no longer called 'labels'.
19498 (bibtex-keys): Renamed to bibtex-reference-keys.
19499 (bibtex-reformat-previous-labels): Renamed to
19500 bibtex-reformat-previous-reference-keys.
19501 (bibtex-reference-type): Renamed to bibtex-entry-type.
19502 (bibtex-reference-head): Renamed to bibtex-entry-head.
19503 (bibtex-reference-maybe-empty-head): Renamed to
19504 bibtex-entry-maybe-empty-head.
19505 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
19506 (bibtex-search-reference): Renamed to bibtex-search-entry.
19507 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
19508 bibtex-enclosing-entry-maybe-empty-head.
86f6474c
SM
19509 (bibtex-entry-field-alist, bibtex-entry-head)
19510 (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
19511 (bibtex-map-entries, bibtex-search-entry)
19512 (bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry)
19513 (bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode)
19514 (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message)
19515 (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
19516 (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
19517 (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
19518 (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
a30eb617
DL
19519
195202000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
19521
19522 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
19523 comment.
19524 (bibtex-format-field-delimiters): New function, functionality
19525 extracted from bibtex-format-entry.
19526 (bibtex-autokey-get-yearfield-digits): New function, functionality
19527 extracted from bibtex-autokey-get-yearfield.
19528
19529 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
19530 entries in order to avoid stack overflow in the regexp matcher if
19531 field contents become large.
86f6474c
SM
19532 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield)
19533 (bibtex-field-string-part-not-braced)
19534 (bibtex-field-string-part-no-inner-braces)
19535 (bibtex-field-string-part-1-inner-brace)
19536 (bibtex-field-string-part-2-inner-braces)
19537 (bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced)
19538 (bibtex-field-string-quoted, bibtex-field-string)
19539 (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
19540 (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
19541 (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
19542 Deleted as parsing is now performed by the following functions.
19543 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
19544 (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
19545 (bibtex-parse-field-string, bibtex-search-forward-field-string)
19546 (bibtex-parse-association, bibtex-field-name-for-parsing)
19547 (bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field)
19548 (bibtex-search-forward-field, bibtex-search-backward-field)
19549 (bibtex-start-of-field, bibtex-end-of-field)
19550 (bibtex-start-of-name-in-field, bibtex-end-of-name-in-field)
19551 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
19552 (bibtex-parse-string-prefix, bibtex-parse-string-postfix)
19553 (bibtex-parse-string, bibtex-search-forward-string)
19554 (bibtex-search-backward-string, bibtex-start-of-string)
19555 (bibtex-end-of-string, bibtex-start-of-reference-key-in-string)
19556 (bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string)
19557 (bibtex-end-of-text-in-string): New functions for the parsing of bibtex
a30eb617
DL
19558 entries. Instead of reporting the results of the parsing by
19559 match-beginning or match-end, these functions return data structures
19560 that hold the corresponding positions.
19561 (bibtex-enclosing-field): Changed to also report field boundaries by
86f6474c
SM
19562 return values rather than by match-beginning or match-end.
19563 The following functions have been adapted to use the new
19564 parsing functions.
19565 (bibtex-skip-to-valid-entry, bibtex-search-reference)
19566 (bibtex-enclosing-field, bibtex-format-entry)
19567 (bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring)
19568 (bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode)
19569 (bibtex-print-help-message, bibtex-end-of-entry)
19570 (bibtex-ispell-abstract, bibtex-validate, bibtex-next-field)
19571 (bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
19572 (bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry):
19573 Use the new method for parsing.
19574 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
19575 (bibtex-map-entries, bibtex-flash-head)
19576 (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
19577 (bibtex-autokey-change, bibtex-autokey-get-namefield)
19578 (bibtex-autokey-get-names, bibtex-autokey-get-titlestring)
19579 (bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode)
19580 (bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer)
19581 (bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
19582 (bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
19583 order to make the new binding of case-fold-search immediately visible.
a30eb617
DL
19584
195852000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
19586
19587 * textmodes/bibtex.el: Copyright notice is up to date.
19588 Added constant 'bibtex-maintainer-salutation.
19589
86f6474c 19590 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
a30eb617
DL
19591 than make-temp-name, use match-string-no-properties and eliminate
19592 a quadratic behavior when building bibtex-strings.
19593
19594 * bibtex.el (bibtex-reference-key): Accept string entries whose
19595 reference key contains upper case letters.
19596
195972000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
19598
19599 * bibtex.el (bibtex-reference-head): Allow entries to start with
19600 a new line.
19601
196022000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
19603
19604 * bibtex.el: Hiding of entry bodies is not longer provided by
19605 bibtex.el directly. Instead the hideshow package can be used.
19606 Added a special bibtex entry to hs-special-modes-alist.
19607 (bibtex-hs-forward-sexp): Added for hideshow.el.
19608
196092000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
19610
19611 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
19612 proceedings entry type (for cross referencing). Thanks to Wagner
19613 Toledo Correa for the suggestion.
19614
19615 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
19616
196172000-02-14 Kenichi Handa <handa@etl.go.jp>
19618
19619 * international/characters.el: Setup case table for Vietnamese.
19620
196212000-02-12 Gerd Moellmann <gerd@gnu.org>
19622
19623 * uniquify.el (toplevel): Require CL at compile time.
19624 (uniquify-push): Removed.
19625
19626 * shadowfile.el (shadow-when): Removed.
19627
19628 * tempo.el (tempo-dolist, tempo-mapc): Removed.
86f6474c 19629 (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
a30eb617
DL
19630
19631 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
19632 regexp for paragraph-start.
19633
19634 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
19635 commas as well.
19636
196372000-02-10 Dave Love <fx@gnu.org>
19638
19639 * wid-edit.el: (widgets) [defgroup]: Remove url link.
19640 (widget-color-choice-list, widget-color-history, widget-mouse-help):
19641 Deleted.
19642 (widget-specify-field, widget-specify-button): Don't use
19643 widget-mouse-help as help-echo property.
19644 (default): Use #'ignore for :validate and :mouse-down-action.
19645 (checkbox): Add help-echo.
19646 (widget-sexp-validate): Rewritten to clarify error messages.
19647 (character): Use char-valid-p in :match function.
19648 (widget-color-complete): Use facemenu-color-alist.
19649 (widget-color-action): Use facemenu-read-color.
19650
19651 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
19652 set up `caar' &c that we now have.
19653
196542000-02-09 Ray Blaak <blaak@gnu.org>
19655
19656 * delphi.el: Make resourcestring a declaration region, like const
19657 and var.
19658
196592000-02-09 Dave Love <fx@gnu.org>
19660
19661 * bindings.el (mode-line-input-method-map): New variable.
19662 (mode-line-mule-info): Use it; fix last change.
19663 (mode-line-mode-menu): Move definition.
19664 (mode-line-mouse-sensitive-p): Deleted.
19665 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
86f6474c 19666 (make-mode-line-mouse-sensitive): Deleted. Body moved to top level.
a30eb617
DL
19667
19668 * startup.el (command-line-1): Don't call
19669 make-mode-line-mouse-sensitive.
19670
196712000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
19672
86f6474c
SM
19673 * mail/rmail.el (rmail-retry-failure): Use rmail-beginning-of-message
19674 before rmail-toggle-header, because the former toggles headers.
a30eb617
DL
19675
196762000-02-06 Stefan Monnier <monnier@cs.yale.edu>
19677
19678 * diff-mode.el (diff-kill-junk): New interactive function.
19679 (diff-reverse-direction): Use delete-and-extract-region.
19680 (diff-post-command-hook): Restrict the area so that the hook also works
19681 outside of any diff hunk. This is necessary for the minor-mode.
19682 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
19683 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
19684
19685 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
19686 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
19687 so that it can be used more easily in <foo>-mode-hook. Also make sure
19688 to avoid duplicate entries.
19689 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
19690 (font-lock-remove-keywords): Just as was done for `add', allow it to
19691 work even if font-lock-mode is nil. Also make sure we don't modify
19692 any pre-existing list by forcing a copy-sequence. Finally rename
19693 `major-mode' to `mode'.
19694 (font-lock-fontify-syntactic-anchored-keywords)
19695 (font-lock-fontify-anchored-keywords)
19696 (font-lock-fontify-keywords-region): Use line-end-position.
19697 Don't make `font-lock-multiline' local (it's now done in
19698 font-lock-set-defaults).
86f6474c
SM
19699 (font-lock-set-defaults): Make `font-lock-multiline' local.
19700 Move the `font-lock-fontified' creation to inside the `unless'.
a30eb617
DL
19701
197022000-02-06 Andrew Innes <andrewi@gnu.org>
19703
19704 * term/w32-win.el (x-handle-args): Comment out call to message,
19705 which occurs before window system is initialized.
19706
19707 * makefile.nt: Add support for recompiling lisp code.
19708
197092000-02-04 Dave Love <fx@gnu.org>
19710
19711 * bindings.el (mode-line-mule-info): Fix/extend last change.
19712
19713 * completion.el: Replace completion-dolist with dolist.
19714
86f6474c 19715 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, dotimes.
a30eb617
DL
19716
197172000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
19718
86f6474c 19719 * textmodes/reftex.el (reftex-compile-variables): Regexp-quote the
a30eb617
DL
19720 environment names before they go into the section regexp.
19721
86f6474c 19722 * textmodes/reftex-global.el (reftex-change-label): Add `A-Z' to
a30eb617
DL
19723 char class in regexp.
19724
86f6474c
SM
19725 * textmodes/reftex-parse.el (reftex-with-special-syntax):
19726 Bind `case-fold-search' to nil.
a30eb617 19727
86f6474c
SM
19728 * progmodes/idlwave.el (idlwave-template):
19729 Respect `idlwave-abbrev-change-case'.
19730 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for)
19731 (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
19732 (idlwave-while): Respect `idlwave-reserved-word-upcase'.
a30eb617
DL
19733 (idlwave-rw-case): New function.
19734 (idlwave-statement-match): Fixed problem with assignment regexp.
86f6474c 19735 (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
a30eb617
DL
19736 (idlwave-surround): New argument LENGTH to support padding of
19737 operators longer than 1 char.
19738
19739 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
19740 idlwave-shell-expression-overlay. Implemented printing of
19741 expressions on higher levels of the calling stack.
86f6474c 19742 (idlwave-shell-display-level-in-calling-stack): Restore stack level.
a30eb617
DL
19743 (idlwave-retrieve-expression-from-level): New function.
19744 (idlwave-shell-last-calling-stack): Variable removed.
19745 (idlwave-shell-reset): Argument action reversed (`visible' to
19746 `hidden'). Also remove stop-line overlay.
19747 (idlwave-shell-calling-stack-routine): New variable.
19748 (idlwave-shell-parse-stack-and-display): Messages now display
19749 negative level numbers.
19750 (idlwave-shell-mode): Set `modeline-format'.
19751 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
86f6474c 19752 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
a30eb617
DL
19753 (idlwave-shell-print-expression-function): New option.
19754
86f6474c
SM
19755 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
19756 (idlwave-toolbar-remove-everywhere): Keybindings prefix is now
a30eb617
DL
19757 `tool-bar' instead of `toolbar'.
19758
197592000-02-02 Dave Love <fx@gnu.org>
19760
19761 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
19762 emacs-lisp-mode-hook. Don't check for defalias being defined.
19763
19764 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
86f6474c
SM
19765 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.
19766 Use the new builtins directly.
a30eb617
DL
19767
19768 * whitespace.el (whitespace): Add :version to defgroup.
19769
19770 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
19771 Doc fix.
19772
19773 * thingatpt.el (sexp-at-point, symbol-at-point)
19774 (number-at-point, list-at-point): Add autoload cookie.
19775
19776 * recentf.el (recentf): Add :version to defgroup.
19777
19778 * quickurl.el (quickurl): Add :version to defgroup.
19779
19780 * elide-head.el (elide-head): Use point-marker more.
19781
19782 * bs.el (bs): Add :version to defgroup.
19783
19784 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
19785
19786 * progmodes/delphi.el (delphi): Add :version to defgroup.
19787
197882000-02-02 Gerd Moellmann <gerd@gnu.org>
19789
19790 * ange-ftp.el (ange-ftp-write-region): Handle case that
19791 succeeding process operation sets a different coding system.
19792
19793 * calculator.el: New file.
19794
197952000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
19796
86f6474c 19797 * frame.el (frames-on-display-list, framep-on-display): New functions.
a30eb617
DL
19798 (display-mouse-p, display-popup-menus-p, display-graphic-p)
19799 (display-selections-p, display-screens, display-pixel-width)
19800 (display-pixel-height, display-mm-width, display-mm-height)
19801 (display-backing-store, display-save-under, display-planes)
19802 (display-color-cells, display-visual-class): New functions.
19803
19804 * term/tty-colors.el (tty-color-gray-shades): New function.
19805
19806 * faces.el (display-color-p): Use framep-on-display.
19807 (display-grayscale-p): New function.
19808
198092000-01-31 Dave Love <fx@gnu.org>
19810
19811 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
19812 (create-fontset-from-x-resource): Don't concat integers.
19813
198142000-01-31 Inge Frick <inge@nada.kth.se>
19815
19816 * view.el: Some changes in documentation. Removed some trailing
86f6474c 19817 whitespace. Changed some parameter names to agree with documentation.
a30eb617
DL
19818 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
19819 window is not deleted. Modifies change 1998-04-26.
19820
198212000-01-31 Gerd Moellmann <gerd@gnu.org>
19822
19823 * windmove.el: New file.
19824
19825 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
19826 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
19827 progmodes/ebnf-yac.el: Update copyright and license info.
19828
86f6474c
SM
19829 * jit-lock.el (jit-lock-function): Widen before calculating
19830 end position.
a30eb617
DL
19831 (jit-lock-stealth-chunk-start): Rewritten.
19832
19833 * info.el (Info-title-face-alist): Removed.
86f6474c 19834 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
a30eb617
DL
19835 (Info-fontify-node): Use these faces.
19836
198372000-01-30 Gerd Moellmann <gerd@gnu.org>
19838
19839 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
19840 (cl-macro-list1): Recognize `&allow-other-keys' instead of
19841 `&allow-other-keywords'.
19842
19843 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
19844 the list of directories scanned heuristically.
19845
86f6474c 19846 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist.
a30eb617
DL
19847
198482000-01-30 Jason Rumney <jasonr@gnu.org>
19849
19850 * w32-fns.el: Define w32-tty-standard-colors.
19851
19852 * startup.el (command-line): Use w32-tty-standard-colors when in
19853 w32 console mode.
19854
198552000-01-30 Dave Love <fx@gnu.org>
19856
19857 * jka-compr.el (jka-compr-load): Fix up load-history.
19858
19859 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
19860
19861 * emacs-lisp/cl-macs.el: Revert previous change.
19862
198632000-01-29 Dave Love <fx@gnu.org>
19864
19865 * facemenu.el: Purecopy various strings.
19866
19867 * timezone.el (timezone-fix-time): Window against 69 for two-digit
19868 years. Deal with three-digit years.
19869
86f6474c
SM
19870 * help.el (help-xref-symbol-regexp, help-xref-info-regexp):
19871 Use defconst, purecopy.
a30eb617
DL
19872 (help-back-label): Purecopy it.
19873
198742000-01-18 Gerd Moellmann <gerd@gnu.org>
19875
19876 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
19877 variable. If non-nil, order the buffer list according to the
19878 currently selected frame.
19879 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
19880 non-nil, pass the selected frame to function buffer-list.
19881
198822000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19883
19884 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
19885
198862000-01-28 Dave Love <fx@gnu.org>
19887
19888 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
19889
19890 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
19891 Don't use lisp-indent-hook property.
19892 (cl-abs): Remove.
19893
19894 * subr.el: Move out indent and edebug specs for when and unless.
19895
19896 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
19897 when, unless.
19898
19899 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
19900 unless, when.
19901
199022000-01-28 Gerd Moellmann <gerd@gnu.org>
19903
19904 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
19905 `collecting' as synonym for `collect'.
19906
19907 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
19908 for the case it contains spaces.
19909
86f6474c 19910 * simple.el (what-cursor-position): Change formatting of messages.
a30eb617
DL
19911
19912 * frame.el (delete-other-frames): New function.
19913 (toplevel): Bind it to C-x 5 1.
19914
19915 * sort.el (sort-numeric-base): New option.
19916 (sort-numeric-fields): If number starts with `0' or `0[xX[',
19917 interpret it as octal or hexadecimal. Use sort-numeric-base
19918 as default base.
19919
19920 * progmodes/glasses.el: New file.
19921
199222000-01-27 Gerd Moellmann <gerd@gnu.org>
19923
19924 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
19925 userids differently.
19926
19927 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
19928 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
19929 progmodes/ebnf-yac.el: New files.
19930
199312000-01-26 Dave Love <fx@gnu.org>
19932
19933 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
19934 on a function with an empty body. [From Eric Ludlam.]
19935
199362000-01-25 Andre Spiegel <spiegel@gnu.org>
19937
19938 * vc.el (vc-version-diff): Make sure file name is expanded.
19939
199402000-01-25 Gerd Moellmann <gerd@gnu.org>
19941
19942 * scroll-bar.el (scroll-bar-timer): Variable removed.
19943 (scroll-bar-toolkit-scroll): Don't use a timer.
19944
199452000-01-25 Kenichi Handa <handa@etl.go.jp>
19946
86f6474c
SM
19947 * language/thai-util.el (thai-composition-function):
19948 Delete superfluous `a'.
a30eb617
DL
19949
199502000-01-24 Dave Love <fx@gnu.org>
19951
19952 * fortran.el (fortran-mode): Use beginning-of-defun-function,
19953 end-of-defun-function.
19954
86f6474c 19955 * font-lock.el (turn-on-font-lock): Don't depend on window-system &c.
a30eb617
DL
19956
199572000-01-22 Jason Rumney <jasonr@gnu.org>
19958
19959 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
19960 conflicts with new face support.
19961
199622000-01-22 Richard M. Stallman <rms@gnu.org>
19963
19964 * replace.el (query-replace): Rename last arg to DELIMITED.
19965 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
19966 (query-replace-regexp): Likewise.
19967
199682000-01-20 Richard M. Stallman <rms@gnu.org>
19969
19970 * subr.el (with-syntax-table): Use make-symbol, not gensym.
19971
19972 * emacs-lisp/lisp.el (beginning-of-defun-function):
19973 Variable renamed from beginning-of-defun.
19974 Do not call make-variable-buffer-local.
19975 (beginning-of-defun-raw): Use new variable name; doc fix.
19976 (beginning-of-defun): Doc fix.
19977 (end-of-defun-function): Variable renamed from end-of-defun.
19978 Do not call make-variable-buffer-local.
19979 (end-of-defun): Use new variable name; doc fix.
19980
19981 * subr.el (dolist, dotimes): Copied from cl-macs.el
19982 and made to work.
19983
19984 * mail/undigest.el (rmail-digest-end-regexps):
19985 Variable replaces rmail-digest-end-regexp.
19986 Allows multiple regexps for detecting the end line.
19987 (undigestify-rmail-message): Corresponding changes.
19988
199892000-01-19 Dave Love <fx@gnu.org>
19990
19991 * files.el (user-init-file): Don't declare here -- is primitive.
19992
19993 * startup.el (command-line): Check for compiled user-init-file and
19994 set to uncompiled version if necessary.
19995
199962000-01-18 Gerd Moellmann <gerd@gnu.org>
19997
19998 * mail/undigest.el (rmail-digest-end-regexp): New user option.
19999 (undigestify-rmail-message): Use it.
20000
20001 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
20002
200032000-01-17 Gerd Moellmann <gerd@gnu.org>
20004
20005 * tmm.el (tmm-goto-completions): Adapt to prompt being part
20006 of mini-buffer.
20007
200082000-01-14 Gerd Moellmann <gerd@gnu.org>
20009
20010 * emacs-lisp/copyright.el (copyright-update): Removed the
20011 requirement for a trailing space from `copyright-regexp', to
20012 support copyrights with owner specified on a separate line..
20013
20014 * align.el: New file.
20015
20016 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
20017
20018 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
20019
200202000-01-13 Dave Love <fx@gnu.org>
20021
20022 * ph.el: Removed. (Obsoleted by EUDC.)
20023
200242000-01-13 Gerd Moellmann <gerd@gnu.org>
20025
20026 * net/eudc.el (toplevel): Remove autoloaded code installing
20027 menu with easymenu, because that causes build problems.
20028
20029 * frame.el (frame-notice-user-settings): New variable.
20030 (frame-notice-user-settings): Don't modify frame parameters
20031 if called a second time.
20032
200332000-01-13 Richard M. Stallman <rms@gnu.org>
20034
20035 * frame.el (frame-notice-user-settings):
20036 Notice default-frame-parameters even for non-window frames.
20037
200382000-01-13 Gerd Moellmann <gerd@gnu.org>
20039
20040 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
20041 for Emacs.
20042 (eudc-bob-can-display-inline-images): Extend for Emacs.
20043 (eudc-bob-toggle-inline-display): Ditto.
20044 (eudc-bob-display-jpeg): Ditto.
20045
200462000-01-12 Gerd Moellmann <gerd@gnu.org>
20047
20048 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
20049 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
20050 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
20051
86f6474c
SM
20052 * add-log.el (add-change-log-entry): Fix error trying an
20053 `(insert nil)'.
a30eb617
DL
20054
20055 * subdirs.el: Add `net' directory.
20056
20057 * net: New directory.
20058
20059 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
20060 eval-last-sexp. Don't bind debug-on-error here.
20061 (eval-last-sexp): New function. Bind debug-on-error if
20062 eval-expression-debug-on-error is non-nil.
20063 (eval-defun-2, eval-defun): Likewise.
20064
20065 * simple.el (eval-expression): Don't bind debug-on-error if
20066 eval-expression-debug-on-error is nil. Detect changed
20067 debug-on-error, and propagate new value to global binding, if
20068 eval-expression-debug-on-error is non-nil,
20069 (eval-expression-debug-on-error): Change doc string.
20070
200712000-01-11 Richard M. Stallman <rms@gnu.org>
20072
20073 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
20074
20075 * emacs-lisp/lisp-mode.el (with-syntax-table):
20076 Set up lisp-indent-function property.
20077
20078 * subr.el (with-syntax-table): Moved from simple.el.
20079
20080 * simple.el (with-syntax-table): Moved to subr.el.
20081
200822000-01-11 Gerd Moellmann <gerd@gnu.org>
20083
20084 * tmm.el (tmm-shortcut): Delete region after prompt instead
20085 of erasing buffer.
20086
20087 * textmodes/fill.el (fill-common-string-prefix): New function.
20088 (fill-context-prefix): Use the longest common prefix of first
20089 and second line fill prefix, if there is one.
20090
200912000-01-11 Richard M. Stallman <rms@gnu.org>
20092
20093 * array.el (array-mode): Don't use make-variable-buffer-local.
20094 Use make-local-variable for `truncate-lines'.
20095
200962000-01-11 Jari Aalto <jari.aalto@poboxes.com>
20097
20098 * add-log.el (add-log-current-defun): Handle user-defined
20099 add-log-current-function returning nil,
20100
20101 * add-log.el (add-change-log-entry): Insert version number
20102 if having found a current function
20103
86f6474c
SM
20104 * add-log.el (add-log-current-defun):
20105 Call `add-log-current-defun-function'. Try matches at level 0 and
a30eb617
DL
20106 level 1. Strip whitespace from defun found.
20107
201082000-01-10 John Wiegley <johnw@gnu.org>
20109
20110 * allout.el (isearch-done/outline-provisions): Added `edit'
86f6474c 20111 argument to correspond with the current definition of `isearch-done'.
a30eb617
DL
20112
201132000-01-10 Dave Love <fx@gnu.org>
20114
20115 * elide-head.el (elide-head): Use point-marker, not point.
20116
201172000-01-10 Gerd Moellmann <gerd@gnu.org>
20118
20119 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
20120 before and after the year 2000.
20121
20122 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
20123 Add ispell- prefix.
20124
201252000-01-10 Ken Stevens <k.stevens@ieee.org>
20126
20127 * ispell.el: Only define dictionaries in menus when they exist.
20128 (version18p): New variable.
20129 (version20p): New variable.
20130 (xemacsp): New variable.
20131 (ispell-choices-win-default-height): Fix for XEmacs visibility.
20132 (ispell-dictionary-alist1): Added Brasileiro dictionary.
20133 (ispell-dictionary-alist6): Russian command lines no longer accept
20134 run-together words.
20135 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
20136 (ispell-dictionary-alist): Add koi8-r to customize definition.
86f6474c
SM
20137 (check-ispell-version): Added documentation string. Return library
20138 path when called non-interactively.
a30eb617
DL
20139 (ispell-menu-map-needed): Uses new variables.
20140 (ispell-library-path): New variable.
20141 (ispell-decode-string): XEmacs fix for bogus variable bindings.
20142 (ispell-word): Improved documentation string. Test for valid
20143 character mappings. Correctly check typed in word changes that can
86f6474c
SM
20144 result in single words split into multiple words.
20145 Return replacement word.
a30eb617
DL
20146 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
20147 replace in recursive query replace mode. Help message for
20148 recursive edit mode.
20149 (ispell-show-choices): Protect against bad framepop bindings.
20150 (ispell-help): Fix to work with XEmacs.
20151 (ispell-highlight-spelling-error): Use new variables.
20152 (ispell-overlay-window): Fix to work with XEmacs.
20153 (ispell-parse-output): Passed and returns location information
20154 tracking spelling corrections. Doesn't recheck same word on
20155 current line.
20156 (ispell-init-process): Protect against bogus XEmacs variable binding.
20157 Fix call to single argument in sleep-for. Use new variables.
20158 (ispell-region): Passed and returns location information tracking
20159 spelling corrections. Doesn't check same word on current line.
20160 Improved documentation string. Doesn't resend a line already
20161 checked to the ispell process - fixes bug in LaTeX parsing.
20162 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
20163 (ispell-skip-region): No longer skips <TT> in SGML.
20164 (ispell-process-line): Tracks location information with spelling
20165 corrections. Added documentation string. Accounts for words
20166 already accepted on this line. Don't allow query-replace on line
20167 starting with math characters. Doesn't resend a line already sent
20168 to ispell process. Fixes alignment error bug.
20169
201702000-01-10 Richard M. Stallman <rms@gnu.org>
20171
20172 * dired-x.el (dired-guess-shell-alist-default):
20173 Suggest xloadimage, which is free, not xv, which isn't.
20174
20175 * ange-ftp.el (ange-ftp-file-name-nondirectory):
20176 Don't ever include the host name or user name in the value.
20177
201782000-01-09 Gerd Moellmann <gerd@gnu.org>
20179
20180 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
20181 of a real newline.
20182
201832000-01-09 Stephen Eglen <stephen@gnu.org>
20184
20185 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
20186 for .png files.
20187
201882000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
20189
20190 * cus-edit.el (custom-hook-convert-widget): Fix comment.
20191
201922000-01-09 Gerd Moellmann <gerd@gnu.org>
20193
20194 * progmodes/cperl-mode.el: Replace ^F with ^L.
20195
86f6474c
SM
20196 * sendmail.el (toplevel): Provide `sendmail' when compiling before
20197 `require'ing rmail and mailalias to prevent infinite recursion.
a30eb617
DL
20198
201992000-01-08 Dave Love <fx@gnu.org>
20200
20201 * emacs-lisp/backquote.el: Remove inappropriate customization
20202 (allowing custom.el to use backquote).
20203
202042000-01-07 Dave Love <fx@gnu.org>
20205
20206 * add-log.el (add-log-debugging): Deleted.
20207 (add-change-log-entry): Treat a backup FILE-NAME as its parent
20208 file. Remove debugging code.
20209 (change-log-get-method-definition, change-log-name): Add doc.
20210 (change-log-sortable-date-at): New function.
20211 (change-log-merge): New command.
20212
20213 * time.el (display-time-string-forms): Make the Mail string active.
20214 (display-time-update): Provide help-echo for load average.
20215
20216 * bindings.el (make-mode-line-mouse2-map): New function.
20217 (mode-line-modified): Use it and simplify.
20218 (mode-line-mule-info): Provide help-echo info.
20219 (minor-mode-alist): Activate the strings.
20220 (make-mode-line-mouse-sensitive): Simplify for
20221 mode-line-buffer-identification.
20222
202232000-01-07 Gerd Moellmann <gerd@gnu.org>
20224
20225 * play/pong.el: New file.
20226
202272000-01-06 Dave Love <fx@gnu.org>
20228
20229 * array.el: Assorted cleanups for compiler warnings, doc strings,
20230 `array-' prefix for symbols.
20231
202322000-01-05 Dave Love <fx@gnu.org>
20233
86f6474c
SM
20234 * textmodes/outline.el (outline-mode-menu-bar-map):
20235 Add outline-headers-as-kill.
a30eb617
DL
20236 (outline-mode): Define imenu-generic-expression.
20237 (outline-headers-as-kill): New command.
20238
20239 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
20240 from paragraph-start.
20241 (paragraph-indent-minor-mode): New command.
20242
20243 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
20244 M-C-e, M-C-h, C-j, C-xnd, TAB.
20245 (fortran-mode): Set beginning-of-defun, end-of-defun.
20246 (fortran-column-ruler): Simplify.
20247 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
20248 (fortran-with-subprogram-narrowing): Likewise.
20249 (fortran-indent-subprogram): Call mark-defun.
20250 (fortran-check-for-matching-do): Change narrowing.
20251
20252 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
20253 (cl-lucid-hash-tag): Delete.
20254 (cl-hash-table-p): Correct test for native table.
20255 (cl-hash-table-count): Use hash-table-count.
20256
20257 * browse-url.el (browse-url): Fix case of
20258 browse-url-browser-function being an alist.
20259
202602000-01-05 Carsten Dominik <cd@gnu.org>
20261
20262 * textmodes/reftex-vars.el (reftex-parse-file-extension)
20263 (reftex-index-phrase-file-extension): New options.
20264
20265 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
20266 Use new option `reftex-index-phrase-file-extension'.
20267
20268 * textmodes/reftex.el (reftex-access-parse-file): Use new option
20269 `reftex-parse-file-extension'.
20270
202712000-01-05 Dave Love <fx@gnu.org>
20272
20273 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
20274 (beginning-of-defun-raw): Use it.
20275 (end-of-defun): New variable.
20276 (end-of-defun): Use it.
20277 (check-parens): New command.
20278
202792000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
20280
20281 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
20282 (hs-show-block): Don't use `mapcar' when not accumulating.
20283
20284 Fix buglet in local variables initialization.
20285
202862000-01-05 Andreas Schwab <schwab@suse.de>
20287
20288 * hscroll.el (hscroll): Doc fix.
20289
202902000-01-05 Carsten Dominik <cd@gnu.org>
20291
86f6474c
SM
20292 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar):
20293 Require idlw-toolbar.
a30eb617 20294
86f6474c 20295 * progmodes/idlwave.el (idlwave-load-system-rinfo): Load must read
a30eb617 20296 file idlw-rinfo.el.
86f6474c
SM
20297 (idlwave-customize): Load must read file idlw-shell.el.
20298 (idlwave-create-customize-menu): Load must read file idlw-shell.el.
a30eb617
DL
20299
203002000-01-05 Carsten Dominik <dominik@astro.uva.nl>
20301
20302 * progmodes/idlw-shell.el: Also provide idlwave-shell
20303 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
20304 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
20305
86f6474c 20306 * textmodes/reftex-dcr.el: Rename from reftex-vcr.el, provide
a30eb617
DL
20307 both reftex-dcr and reftex-vcr.
20308
20309 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
20310
203112000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20312
20313 * ps-print.el: PostScript code now is in separate files, doc fix.
20314 (ps-print-version): New version number (5.0.3).
20315 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
20316 local.
20317 (ps-spool-config): Initialization fix.
20318 (ps-print-prologue-1, ps-print-prologue-2)
20319 (ps-print-duplex-feature): PostScript code moved to separated file.
20320 (ps-background-image): Little code reformating.
20321 (ps-begin-file, ps-begin-job): Fix code.
20322 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
20323 (ps-prologue-file): New fun.
20324
203252000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20326
20327 * ps-vars.el: Eliminated.
20328
20329 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
20330 `;;;###autoload'.
20331
20332 * ps-print.el: ps-vars eliminated, doc fix.
20333 (ps-print-version): New version number (5.0.2).
20334 (ps-spool-config): Initialization fix.
20335 (ps-print-customize): New fun.
20336
203372000-01-04 Gerd Moellmann <gerd@gnu.org>
20338
86f6474c 20339 * autorevert.el (auto-revert-mode): Return value of auto-revert-mode.
a30eb617
DL
20340
203412000-01-04 Dave Love <fx@gnu.org>
20342
20343 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
20344 menu items.
20345
203462000-01-03 Dave Love <fx@gnu.org>
20347
20348 * elide-head.el (elide-head) [defgroup]: Add :version.
20349
20350 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
86f6474c
SM
20351 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count):
20352 Use `cl-hash-table-p', not `hash-table-p'.
a30eb617
DL
20353 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
20354
203552000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
20356
20357 * faces.el (face-read-integer, read-face-attribute)
86f6474c 20358 (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
a30eb617
DL
20359
203602000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
20361
20362 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
20363 at comment end, and re-insert them after filling.
20364
203652000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
20366
20367 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
20368 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
20369 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
20370
203712000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
20372
20373 * term/x-win.el (xw-defined-colors): Call color-supported-p,
20374 the new name of face-color-supported-p.
20375
20376 * term/w32-win.el (xw-defined-colors): Likewise.
20377
203782000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
20379
20380 * simple.el (completion-setup-function): Count completion-size
20381 from minibuffer-prompt-end, not from point-min.
20382
203832000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
20384
20385 * faces.el (read-face-attribute, defined-colors, color-defined-p):
20386 Pass the frame to tty-color-* functions.
20387 (display-color-p, frame-set-background-mode): Pass the frame to
20388 tty-display-color-p.
20389
20390 * term/tty-colors.el (tty-defined-color-alist): Renamed from
20391 tty-color-alist.
20392 (tty-color-alist, tty-modify-color-alist): New functions.
20393 (tty-color-define, tty-color-clear, tty-color-approximate)
86f6474c
SM
20394 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
20395 optional parameter FRAME.
a30eb617
DL
20396
203972000-01-01 Gerd Moellmann <gerd@gnu.org>
20398
86f6474c
SM
20399 * image.el (create-image, defimage): Don't assume image data is
20400 a string.
a30eb617
DL
20401
20402 * image.el (defimage): Handle specifications containing :data
20403 instead of :file.
20404 (image-type-from-data): New function.
20405 (image-type-from-file-header): Use it.
20406 (create-image): Add parameter DATA-P.
20407
20408See ChangeLog.8 for earlier changes.
20409
20410;; Local Variables:
20411;; coding: iso-2022-7bit
20412;; End:
2a34a036
GM
20413
20414 Copyright (C) 2000, 2001 Free Software Foundation, Inc.
20415 Copying and distribution of this file, with or without modification,
20416 are permitted provided the copyright notice and this notice are preserved.