(single_display_prop_intangible_p): Strings are intangible.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
833815e8
SM
12002-11-02 Stefan Monnier <monnier@cs.yale.edu>
2
3 * textmodes/fill.el (fill-paragraph-handle-comment): New var.
4 (fill-comment-paragraph): New fun (generalizes of lisp-fill-paragraph).
5 (fill-paragraph): Use them.
6
7 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
8 Use fill-comment-paragraph.
9
102002-11-02 Stefan Monnier <monnier@cs.yale.edu>
11
12 * bindings.el (mode-line-change-eol)
13 (mode-line-eol-desc-cache, mode-line-eol-desc): New.
14 (mode-line-mule-info): Use them for the EOL part of the modeline.
15
16 * server.el (server-sentinel): Kill buffers if applicable.
17 (server-temp-file-p): Make arg optional.
18 (server-done): Use it to simplify.
19 (server-switch-buffer): If server-window is a function, use it.
20
21 * mail/undigest.el (rmail-digest-end-regexps): Simplify.
22 (undigestify-rmail-message): Fix paren-bug and simplify.
23
14a7a282
KS
242002-11-02 Kim F. Storm <storm@cua.dk>
25
26 * info.el (Info-hide-note-references): nil value now does no
27 reformatting at all. New choice 'tag reformats tag but shows
28 the section reference.
29 (Info-fontify-node): Use it.
30
65b34485
SM
312002-11-01 Stefan Monnier <monnier@cs.yale.edu>
32
c5522468
SM
33 * textmodes/tex-mode.el (tex-common-initialization):
34 comment-start-skip shouldn't match on the next line.
35
36 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Use match-string.
37 Don't bother making paragraph-start a superset of paragraph-separate.
38 Use line-beginning-position.
39
65b34485
SM
40 * textmodes/sgml-mode.el (sgml-skip-tag-backward)
41 (sgml-skip-tag-forward): Deal with xml-style <foo/> empty tags.
42
becf6583
KS
432002-11-01 Kim F. Storm <storm@cua.dk>
44
45 * info.el (Info-hide-note-references): New defcustom.
46 (Info-fontify-node): Use it.
47
f5d2564d
KS
482002-10-31 Kim F. Storm <storm@cua.dk>
49
833815e8 50 * shell.el (explicit-bash-args): Bash 1.x doesn't grok
32f53dac
KS
51 --noediting option; added run-time check to exclude it.
52
f5d2564d 53 * info.el (Info-follow-reference, Info-next-reference)
65b34485
SM
54 (Info-prev-reference, Info-try-follow-nearest-node):
55 Bind inhibit-point-motion-hooks to t while parsing reference.
f5d2564d 56 (Info-fontify-node): When font-lock-mode is enabled, display
99d597da 57 "*note" and "* menu" references in a more user friendly format.
f5d2564d 58
68eb8bd5
SM
592002-10-30 Stefan Monnier <monnier@cs.yale.edu>
60
61 * textmodes/fill.el (fill-move-to-break-point): Skip white space
62 _before_ checking to see if we're hitting the margin.
63 (fill-region-as-paragraph): Don't fiddle with the undo-list any more:
64 it's now done by the C primitives. Don't use narrowing.
65 Reorganize the line-breaking part of the code to simplify the control
66 flow and make it work in the absence of narrowing.
67 (fill-region): Don't use narrowing.
68
2baf1bfa
DL
692002-10-30 Dave Love <fx@gnu.org>
70
68eb8bd5 71 * textmodes/po.el (po-content-type-charset-alist): Delete most entries.
2baf1bfa
DL
72 (po-find-charset): Doc fix. Remove interactive spec.
73 (po): Provide.
74 (po-find-file-coding-system-guts): Re-written to use
75 coding-system-alist, and code-pages, not codepage stuff.
76
68eb8bd5
SM
77 * term/x-win.el: Remove some ancient compatibility code.
78 Populate x-keysym-table.
2baf1bfa 79
c9bcb507
AS
802002-10-30 Andreas Schwab <schwab@suse.de>
81
82 * subr.el (replace-regexp-in-string): Doc fix.
83
e5f51929
DL
842002-10-29 Dave Love <fx@gnu.org>
85
68eb8bd5 86 * cus-start.el (selection-coding-system, scalable-fonts-allowed): Add.
e5f51929 87
68eb8bd5 88 * progmodes/scheme.el (syntax-case): Define scheme-indent-function.
e5f51929
DL
89
90 * international/mule-conf.el: Doc fixes.
91
d1c3f6b6
RS
922002-10-29 Richard M. Stallman <rms@gnu.org>
93
94 * server.el (server-switch-buffer): Say when no server buffers remain.
95
96 * net/goto-addr.el (goto-address-url-regexp): Don't match `mailto'.
97
982002-10-28 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
99
68eb8bd5
SM
100 * make-mode.el (makefile-warn-continuations):
101 Call re-search-forward with NOERROR t.
d1c3f6b6 102
d0891f9e
KS
1032002-10-29 Kim F. Storm <storm@cua.dk>
104
105 * ido.el (ido-wide-find-dirs-or-files): Fixed problem that caused
106 incomplete list of matches to be returned.
107
a52ce7f8
JB
1082002-10-29 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
109
e5f51929
DL
110 * textmodes/texinfo.el (texinfo-environments): Add environment;
111 copying, documentdescription, ifplaintext, ifnotplaintext, and
112 verbatim.
a52ce7f8
JB
113
114 * textmodes/texinfmt.el (texinfo-format-ifplaintext): New function.
115 (ifplaintext, ifnotplaintext)
116 (afourpaper, afivepaper, afourlatex, afourwide)
117 (documentlanguage, documentencoding): New aliases.
118
b71b4e1c
JPW
1192002-10-29 John Paul Wallington <jpw@shootybangbang.com>
120
121 * ibuffer.el (ibuffer-mouse-popup-menu): Set point before popping
122 up filter groups menu. Preserve point unless a menu command has
123 moved it from point clicked.
124
11bfbbd2
DK
1252002-10-29 David Kastrup <dak@lola.goethe.zz>
126
127 * calc/calc.el (calc-any-evaltos): Initialize to nil, since
128 calc-refresh-evaltos appears to need this.
129
d14a2a1f
DL
1302002-10-28 Dave Love <fx@gnu.org>
131
bfe77626
DL
132 * international/mule-diag.el (non-iso-charset-alist): Move to
133 avoid compilation warning.
134 (mule-diag): Provide.
135
68eb8bd5
SM
136 * international/code-pages.el (cp-make-coding-system):
137 Use utf-translation-table-for-decode, not
bfe77626
DL
138 utf-8-translation-table-for-decode.
139 (mule-diag): Require.
140
a3fac65a
DL
141 * language/thai-util.el (thai-composition-function): Don't use prog1.
142
143 * language/lao-util.el (lao-composition-function): Don't use prog1.
144
68eb8bd5
SM
145 * language/european.el (diacritic-composition-function):
146 Modify confused prog1 form.
a3fac65a 147
68eb8bd5
SM
148 * international/quail.el (quail-keyboard-layout-alist): Fix pc105-uk.
149 (quail-keyboard-layout): Customize.
150 Move after quail-keyboard-layout-alist.
d14a2a1f 151
5cc2d137
MB
1522002-10-28 Miles Bader <miles@gnu.org>
153
68eb8bd5
SM
154 * progmodes/make-mode.el (makefile-warn-continuations):
155 Don't barf when there _aren't_ any suspicious continuations.
5cc2d137 156
b37db7b4 1572002-10-28 Matthew Swift <swift@alum.mit.edu> (tiny change)
dc2feacf 158
5cc2d137 159 * progmodes/compile.el (grep-find-use-xargs): Fix docstring.
dc2feacf 160
6de0156c 1612002-10-27 Michael Kifer <kifer@cs.stonybrook.edu>
dc2feacf 162
68eb8bd5 163 * ediff-wind.el (ediff-control-frame-parameters): Add scrollbar-height.
dc2feacf 164
6f37d17b
AS
1652002-10-27 Andreas Schwab <schwab@suse.de>
166
167 * progmodes/sh-script.el (sh-mode-syntax-table): Don't make ^L
168 end-of-comment syntax.
169
14781a94
KS
1702002-10-27 Kim F. Storm <storm@cua.dk>
171
172 * ido.el (ido-cannot-complete-command): New defcustom, default to
173 ido-completion-help (similar to iswitchb-cannot-complete-hook).
174 (ido-complete): Call value of ido-cannot-complete-command rather
175 than ido-completion-help when no common completion.
176
aaa7d7ea
DL
1772002-10-27 Dave Love <fx@gnu.org>
178
179 * international/code-pages.el (iso-8859-11): New.
180
dc2feacf
JB
1812002-10-27 Kim F. Storm <storm@cua.dk>
182
183 * pcvs.el (cvs-checkout): Use read-directory-name.
184 (cvs-query-directory): Likewise.
185
5ab0ceed
RS
1862002-10-26 Richard M. Stallman <rms@gnu.org>
187
188 * progmodes/make-mode.el (makefile-cleanup-continuations):
189 Default for variable is nil.
190 (makefile-warn-continuations): New function.
191 (makefile-mode): Put it on write-file-functions.
192
193 * international/mule-cmds.el (select-safe-coding-system):
194 Delete debugging setq.
195
196 * shell.el (shell): Look for .emacs_SHELL under ~/.emacs.d
dc2feacf 197 after looking in ~.
5ab0ceed
RS
198
199 * startup.el (command-line): Look for .emacs under ~/.emacs.d
200 after looking in ~.
201
202 * simple.el (toggle-truncate-lines): When turning off truncation,
203 clear out the hscroll value in this buffer's windows.
204
205 * simple.el (display-message-or-buffer): Don't display empty
206 output in the echo area.
207
208 * man.el (Man-default-man-entry): Don't look for all word chars,
209 look only for characters that are normally part of a shell command.
210
211 * gud.el (gdb): Pass default-directory to GDB via -cd option.
212
213 * font-lock.el (c++-font-lock-keywords...): Add `restrict' keyword.
214
215 * find-file.el (ff-find-related-file): Fix autoload cookie.
216
217 * emacs-lisp/unsafep.el (unsafep-variable): Pass second arg to
218 risky-local-variable-p.
219
220 * files.el (risky-local-variable-p): VAL=nil has special meaning.
221
222 * Makefile.in (compile-always): Avoid error in old Bash versions.
223
15693bc3
JPW
2242002-10-26 John Paul Wallington <jpw@shootybangbang.com>
225
226 * textmodes/picture.el (picture-mouse-set-point): New command.
227 (picture-mode-map): Bind it.
228 (picture-motion-reverse): Doc fix.
229
5e8b072b
SM
2302002-10-25 Stefan Monnier <monnier@cs.yale.edu>
231
232 * textmodes/outline.el (outline-next-heading): Make sure the match-data
233 is really correct where returning.
234
b37db7b4 2352002-10-24 Matthew Swift <swift@alum.mit.edu> (tiny change)
5748c2e8
JB
236
237 * textmodes/outline.el (outline-minor-mode): Add customization group.
5748c2e8 238
5ab0ceed
RS
2392002-10-23 Richard M. Stallman <rms@gnu.org>
240
241 * files.el (risky-local-variable-p): New arg VAL.
242 (compile-command): Use `stringp' for `safe-local-variable' prop.
243 (hack-one-local-variable): Pass VAL to `risky-local-variable-p'.
244
2d4c3c85
JB
2452002-10-23 Francis J. Wright <F.J.Wright@qmul.ac.uk>
246
d1c3f6b6
RS
247 * woman.el (woman-version): Update to 0.551 (beta).
248 (woman-parse-colon-path): Add support for current Cygwin mount
249 conventions.
250 (woman-Cyg-to-Win): New function to convert absolute filename from
251 Cygwin to Windows form by executing external program cygpath if
252 possible.
253 (woman-man.conf-path): Update default to current common locations
254 and to support Cygwin; update documentation.
255 (woman-parse-man.conf): Generalize regexp to "man.*\\.conf" to
256 match possible names of man.conf file; tidy code and documentation.
257 (woman-manpath): Simplify default and documentation; essentially
258 move code that was here into `woman-parse-colon-path'.
259 (woman-default-indent): Change Linux to GNU in documentation.
260 (woman-addition-face): Make documentation consistent with other
261 WoMan faces.
262 (woman-emulate-tbl): New variable, determines whether tbl
263 emulation is required.
264 (woman-decode-region): Add check for preprocessor requests.
265 (woman0-process-escapes, woman-special-characters)
266 (woman-get-next-char, woman-parse-numeric-value): Add support for
267 long groff names of the form [xxx].
268 (woman-strings, woman-change-fonts): Now call `woman-match-name'.
269 (woman2-PD, woman2-na): Doc fix.
270 (woman-match-name): New function.
271 (woman2-TS): New function.
272 (woman2-TE): New alias for `woman2-fi'.
2d4c3c85 273
00e98040
KS
2742002-10-23 Kim F. Storm <storm@cua.dk>
275
276 * ido.el (ido-restrict-to-matches): New command.
277 (ido-define-mode-map): Bind it to C-SPC and C-@ in ido-mode-map.
278
7440eb85 2792002-10-22 Bob Halley <halley@play-bow.org> (tiny change)
44f4a515
JW
280
281 * eshell/esh-io.el (eshell-set-output-handle): Fix so that
282 multiple redirection can work.
283
635d2972
SM
2842002-10-21 Stefan Monnier <monnier@cs.yale.edu>
285
5e8b072b
SM
286 * ielm.el (inferior-emacs-lisp-mode): If hexl not found, use cat.
287 Don't hardcode point-min == 1.
288
289 * hexl.el (hexl-mode-old-write-contents-hooks): Remove.
290 (hexl-mode, hexl-current-address, hexl-address-to-marker)
291 (hexl-insert-char): Don't hardcode point-min == 1.
292 (hexl-isearch-search-function): New fun.
293 (hexl-mode-old-isearch-search-fun-function): New var.
294 (hexl-mode): Use them.
295 (hexl-mode, hexl-mode-exit, hexl-maybe-dehexlify-buffer):
296 Use write-contents-functions rather then write-contents-hooks.
297
635d2972
SM
298 * textmodes/text-mode.el (text-mode-syntax-table): Make ' a prefix.
299 (paragraph-indent-text-mode-abbrev-table)
300 (paragraph-indent-text-mode-syntax-table): Remove.
301 (paragraph-indent-text-mode): Use the :abbrev and :syntax-table args.
302
89547024
JB
3032002-10-21 Juanma Barranquero <lektu@terra.es>
304
305 * eshell/esh-util.el (directory-files-and-attributes): Copy docstring
306 from Emacs 21. Arg DIR renamed to DIRECTORY for consistency.
307
0eabdbd6
AS
3082002-10-20 Andreas Schwab <schwab@suse.de>
309
310 * apropos.el (apropos-group): Use customize-group-other-window.
311
42be8f2e
SM
3122002-10-18 Stefan Monnier <monnier@rum.cs.yale.edu>
313
314 * progmodes/perl-mode.el (perl-mode-syntax-table): Change $ back
315 to just "/" instead of "/ p".
316 (perl-font-lock-syntactic-keywords): Use ". p" for the `$'.
317
a9645a66
JB
3182002-10-18 Juanma Barranquero <lektu@terra.es>
319
320 * textmodes/artist.el (artist-ff-is-bottommost-line): Fix misplaced
321 ELSE expression on IF.
322
d9c25020
JB
3232002-10-17 Juanma Barranquero <lektu@terra.es>
324
325 * align.el (align-rules-list, align-exclude-rules-list): Fix typos.
326
327 * subr.el (remq): Likewise.
328
329 * vc-cvs.el (vc-cvs-sticky-tag-display): Likewise.
330
331 * vc-hooks.el (vc-insert-file): Likewise.
332
333 * vcursor.el (vcursor-other-window): Likewise.
334
335 * wid-edit.el (widget-choose): Likewise.
336
337 * calendar/diary-lib.el (diary-name-pattern): Likewise.
338
339 * emacs-lisp/elint.el (elint-error, elint-warning): Likewise.
340
341 * emacs-lisp/lisp.el (beginning-of-defun): Likewise.
342
343 * emulation/edt-mapper.el (top-level): Likewise.
344
345 * eshell/esh-var.el (eshell/define): Likewise.
346
347 * mail/feedmail.el (feedmail-nuke-body-in-fcc)
348 (feedmail-queue-draft-directory): Likewise.
349
350 * net/netrc.el (netrc-parse): Likewise.
351
352 * obsolete/cplus-md.el (c++-empty-arglist-indent): Likewise.
353
354 * progmodes/ebrowse.el (ebrowse-ts)
355 (ebrowse-view/find-file-and-search-pattern)
356 (ebrowse-draw-file-member-info): Likewise.
357
358 * progmodes/idlwave.el (idlwave-region-active-p): Likewise.
359
360 * progmodes/idlw-shell.el (idlwave-shell-set-bp): Likewise.
361
362 * progmodes/sh-script.el (sh-indent-for-then): Likewise.
363
364 * textmodes/bibtex.el (bibtex-find-entry-location): Likewise.
365
366 * textmodes/sgml-mode.el (sgml-close-tag, html-imenu-index): Likewise.
367
519a4a70
DL
3682002-10-17 Dave Love <fx@gnu.org>
369
370 * international/mule-diag.el (non-iso-charset-alist): Add koi8-u.
371
372 * international/code-pages.el (cp-make-translation-table): Use
373 ucs-mule-to-mule-unicode.
374 (cp-fix-safe-chars): Fix typo.
375 (non-iso-charset-alist): Don't define.
376 (cp-make-coding-system): Use utf-8-translation-table-for-decode.
377 Define translation-table-for-input.
378 (cp866): Reinstate.
379 (alternativnj): Don't define alias.
380 (koi8-u): Deleted.
381
382 * language/european.el ("Slovenian"): Use slovenian input-method.
383 (encode-mac-roman): Use ucs-mule-to-mule-unicode.
384
b54a8cd3
KH
385 * language/cyrillic.el (cyrillic-alternativnyj-decode-table): Fix
386 the table.
387 (cyrillic-alternativnyj): Don't give it `mime-charset' property.
388 (cp866): Delete this alias.
389 ("Bulgarian"): Fix the value of `input-method'.
390
85b2f69e 3912002-10-16 Luc Teirlinck <teirllm@mail.auburn.edu> (tiny change)
8601e64a
JB
392
393 * dired-aux.el (dired-add-entry): Put point in correct position
394 before inserting marker char.
395
d40bcb03
AS
3962002-10-16 Andreas Schwab <schwab@suse.de>
397
398 * dired.el (dired-readin-insert): Expand dired-directory.
399
400 * dired-aux.el (dired-insert-subdir-doinsert): Preserve point.
401
d9c25020 4022002-10-16 Markus Rost <rost@math.ohio-state.edu>
15fa1658
MR
403
404 * textmodes/reftex-vars.el: Move reftex-set-dirty here from
405 reftex.el. Move the provide call to end of file.
406
407 * textmodes/reftex.el: Move reftex-set-dirty to reftex-vars.el.
408
9606309f
DL
4092002-10-15 Dave Love <fx@gnu.org>
410
411 * man.el (Man-getpage-in-background): Set width in environment.
412
a80d7290
KH
4132002-10-15 Kenichi Handa <handa@m17n.org>
414
415 * mail/sendmail.el (sendmail-send-it): Call
416 select-message-coding-system before changing the current bufer to
417 " sendmail temp".
418
9da940c5
AS
4192002-10-14 Andre Spiegel <spiegel@gnu.org>
420
421 * files.el (insert-directory): Handle //SUBDIRED// lines in
422 recursive listings from ls --dired.
423
424 * vc.el (vc-dired-reformat-line): Simplified. Handles text
425 properties correctly now.
426
8c52d564
JB
4272002-10-14 Juanma Barranquero <lektu@terra.es>
428
429 * international/mule.el (set-selection-coding-system): Fix spacing.
430
411df82f
RS
4312002-10-13 Richard M. Stallman <rms@gnu.org>
432
433 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
434 Treat `ignore' specially--prevent warnings about functions
435 called for effect, in its args.
436 Don't warn when `pop' is used for effect.
437
438 * emacs-lisp/autoload.el (autoload-print-form): Cleanup.
439
440 * uniquify.el (uniquify-get-proposed-name):
441 Don't use directory-sep-char.
442
443 * thingatpt.el (read-from-whole-string): Add call to `ignore'.
444
445 * find-file.el (ff-related-file-alist): New alias.
446 (ff-find-related-file): New alias.
447
1ba6c0f2
AS
4482002-10-13 Andreas Schwab <schwab@suse.de>
449
450 * dired.el (dired-insert-directory): When looking for existing
451 indentation, goto OPOINT instead of beginning of buffer.
452
6a3f6d37
SM
4532002-10-12 Stefan Monnier <monnier@cs.yale.edu>
454
455 * cus-dep.el (custom-make-dependencies): Ignore preloaded files.
456
2e955a8b 4572002-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
997c3eb1
SM
458
459 * ediff-init.el (ediff-frame-char-height): Use frame-selected-window.
460
461 * ediff-util.el (ediff-file-checked-in-p): Changed progn with and.
462
463 * ediff-wind.el (ediff-skip-unsuitable-frames): Distinguish selected
464 frame from frame of selected window.
465 (ediff-frame-has-dedicated-windows): Don't select any frames to avoid
466 changing selected windows.
467 (ediff-setup-control-frame): Make sure auto-rase is properly set for
468 the control frame.
469
d6da15ec
SJ
4702002-10-10 Simon Josefsson <jas@extundo.com>
471
472 * browse-url.el (browse-url-mozilla): Doc fix.
473
4742002-10-10 Steve Youngs <youngs@xemacs.org>
475
476 * browse-url.el (browse-url-mozilla-new-window-is-tab): New.
477 (browse-url-mozilla): Use it.
478
6c150da9
MB
4792002-10-11 Miles Bader <miles@gnu.org>
480
481 * vc-cvs.el (vc-cvs-parse-entry): Don't barf when an `Entries'
482 files contains an invalid timestamp.
483
56e5818f
SJ
4842002-10-11 Simon Josefsson <jas@extundo.com>
485
486 * mail/sendmail.el (mail-envelope-from): New option `header' to
487 use RFC 2822 From: header as the envelope address.
488 (mail-envelope-from): New function, this should be used instead of
489 looking at the `mail-envelope-from' variable.
490 (sendmail-send-it): Use it.
491
492 * mail/smtpmail.el (smtpmail-via-smtp): Use it.
493
e3264d0c
AS
4942002-10-11 Andre Spiegel <spiegel@gnu.org>
495
496 * dired.el (dired-insert-directory): Fix check for indentation
497 from ls --dired.
498
46b1995d
AS
499 * vc.el (vc-dired-reformat-line): As a temporary fix, remove all text
500 properties from the reformatted line.
501
7884cd32
SM
5022002-10-10 Stefan Monnier <monnier@cs.yale.edu>
503
997c3eb1
SM
504 * textmodes/paragraphs.el (forward-paragraph): Keep track of
505 remaining paragraphs to skip more carefully.
506
507 * add-log.el (add-change-log-entry): Don't call find-file at all
508 if we're already in the proper buffer.
509 (change-log-resolve-conflict): New fun.
510 (change-log-mode): Use it and use define-derived-mode.
511 (change-log-merge): Allow other-log to be a buffer.
512 Don't add a \n if there are already enough \n's.
513
7884cd32
SM
514 * finder-inf.el, subdirs.el, cus-load.el: Remove.
515
516 * finder.el ("finder-inf"): Don't fail if the file is absent.
517
997c3eb1
SM
518 * cus-dep.el (custom-make-dependencies): Don't use find-file.
519 Use feature names rather than file names if applicable.
520
521 * cus-edit.el (customize-mode): New command.
522
523 * custom.el (custom-group-of-mode): New fun.
524 (custom-load-symbol): Don't use preloaded-file-list now that
525 load-history is always complete. Don't look up the expanded file
526 name in load-history (looked like an XEmacsism).
527
528 * smerge-mode.el (smerge-ediff): Autoload.
529 (smerge-match-conflict): Don't assume as much about smerge-begin-re.
530 (smerge-resolve-function): New var.
531 (smerge-resolve): New command.
532 (smerge-basic-map): Bind it.
533
36c77609
AS
5342002-10-10 Andre Spiegel <spiegel@gnu.org>
535
536 * vc-cvs.el (vc-cvs-parse-entry): Parse the time stamp found in
537 CVS/Entries, rather than comparing it textually.
538
9c93c95a
MR
5392002-10-10 Markus Rost <rost@math.ohio-state.edu>
540
541 * international/encoded-kb.el: Add `provide' call.
542
9ceab7df
DK
5432002-10-09 David Kastrup <David.Kastrup@t-online.de>
544
545 * calc/calc-alg.el (calcFunc-ln): In symbolic manipulations,
546 ln(-1) should be i*pi, not pi.
547
1d58631a
MR
5482002-10-09 Markus Rost <rost@math.ohio-state.edu>
549
6b212e47
MR
550 * vc-cvs.el (vc-cvs-registered): In the autoload version use load
551 instead of require to avoid loops when loaddefs.el is loaded after
552 vc-cvs.el.
553
997c3eb1
SM
554 * cus-edit.el (Custom-reset-current): Don't test for default-boundp.
555 (Custom-reset-saved): Don't test for saved-value.
1d58631a 556
a884bd93
SM
5572002-10-08 Stefan Monnier <monnier@cs.yale.edu>
558
559 * vc.el (vc-find-version): Use the new backend op `find-version'.
560 (vc-default-find-version): Provide the new backend op `find-version'
561 in terms of the old `checkout' op.
562
563 * vc-rcs.el (vc-rcs-find-version): New fun.
564 (vc-rcs-checkout): Remove `workfile' arg and simplify.
565
566 * vc-sccs.el (vc-sccs-find-version): New fun.
567 (vc-sccs-checkout): Remove `workfile' arg and simplify.
568
569 * vc-cvs.el (vc-cvs-find-version): New fun.
570
3a8803c0
JPW
5712002-10-08 John Paul Wallington <jpw@shootybangbang.com>
572
573 * info.el (Info-next-menu-item, Info-last-menu-item)
574 (info-emacs-manual): Add docstrings.
575 (Info-index): Use `string-to-number' instead of `string-to-int'.
576
9793be06
KH
5772002-10-08 Kenichi Handa <handa@m17n.org>
578
579 * international/ucs-tables.el (ucs-translation-table-for-decode):
580 Define it as a translation-table.
581
4d46d6da
RS
5822002-10-07 Richard M. Stallman <rms@gnu.org>
583
584 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
585
586 * progmodes/compile.el (grep-compute-defaults): Set the standard-value
587 properties of the variables being initialized.
588
589 * thingatpt.el (thing-at-point-url-path-regexp): Doc fix.
590
fd27f30f
KS
5912002-10-07 Kim F. Storm <storm@cua.dk>
592
a884bd93
SM
593 * emulation/cua-base.el (cua-normal-cursor-color):
594 Fixed initialization to make "Erase Customization" work.
595
5962002-10-07 Stefan Monnier <monnier@cs.yale.edu>
597
598 * vc.el (vc-maybe-resolve-conflicts): Always call vc-resolve-conflicts
599 in case some other package redefined it.
600 (vc-resolve-conflicts): Make it into an alias for smerge-ediff.
601
602 * textmodes/fill.el (fill-paragraph): Go to BOL before calling
603 forward-paragraph to make sure its return value is meaningful.
fd27f30f 604
487f4fb7
KG
6052002-10-06 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
606
607 * net/tramp.el: Version 2.0.25 released.
608 (tramp-handle-file-truename): If it's a directory,
609 append slash only if result doesn't end in a slash already.
610 (tramp-handle-file-truename): Restructure logic. If list of steps
611 is nil, return "/" as the real name.
612 (tramp-completion-mode): Add "\\(" and "\\)". Otherwise,
613 `match-string' doesn't make sense. From Michael Albinus.
614 (tramp-host-with-port-regexp): New defcustom. Equal to previous
615 `tramp-host-regexp'. From Michael Albinus.
616 (tramp-host-regexp): Taken off hashes in host names. Otherwise,
617 scanning files like .rhosts would take comments as host names.
618 From Michael Albinus.
619 (tramp-file-name-structure, tramp-multi-file-name-hop-structure):
620 Replace `tramp-host-regexp' by `tramp-host-with-port-regexp'.
621 From Michael Albinus.
622 (tramp-action-terminal): New function.
a884bd93 623 (tramp-terminal-prompt-regexp): New variable, matches "tset" prompts.
487f4fb7
KG
624 (tramp-actions-before-shell): Use them.
625 (tramp-handle-shell-command): Logic error. From Ivan
626 Zakharyaschev <imz@altlinux.org>.
627
d9c25020 6282002-10-06 Markus Holmberg <markush@acc.umu.se> (tiny change)
1c1766c7
MR
629
630 * thingatpt.el (thing-at-point-uri-schemes): New variable.
631 (thing-at-point-url-regexp): Use it.
632
845d331e
GM
6332002-10-06 Glenn Morris <gmorris@ast.cam.ac.uk>
634
635 * progmodes/fortran.el (fortran-beginning-do): Ignore labelled DO
636 loops.
637
a884bd93
SM
6382002-10-05 Stefan Monnier <monnier@cs.yale.edu>
639
640 * vc.el (vc-log-mode-map): Explicitly inherit from text-mode.
641 (vc-maybe-resolve-conflicts): Don't check smerge-mode and smerge-ediff.
642 (vc-print-log): Don't check log-view-mode.
643 (vc-default-show-log-entry): Don't check log-view-goto-rev.
644 (vc-log-mode): Remove.
645 (vc-log-edit): Don't check log-edit.
646
6472002-10-04 Stefan Monnier <monnier@cs.yale.edu>
648
649 * vc-cvs.el (vc-cvs-show-log-entry):
650 * vc-rcs.el (vc-rcs-show-log-entry): Delete.
651
652 * smerge-mode.el (smerge-ediff): Add name-{mine,other,base} args.
653
48e9072d
MR
6542002-10-04 Markus Rost <rost@math.ohio-state.edu>
655
656 * vc.el (vc-default-show-log-entry): Fix typo.
657
e989b9bc
ST
6582002-10-04 Steven Tamm <steventamm@mac.com>
659
660 * term/mac-win.el: Add lines to handle the new [return] event.
661
7803dbb0
SM
6622002-10-03 Stefan Monnier <monnier@cs.yale.edu>
663
3078db32
SM
664 * textmodes/fill.el (fill-paragraph): Give up if there's no
665 paragraph at or after point.
666
667 * textmodes/paragraphs.el (forward-paragraph): Return the steps left.
668
7803dbb0
SM
669 * vc.el (vc-print-log): Unconditionally use `show-log-entry'.
670 (vc-default-show-log-entry): New fun.
671
672 * subr.el (read-key-auxiliary-map, read-key): Remove.
673 (read-quoted-char): Undo the `read-key' change of 2002-06-23.
674
c4b3db1a
MR
6752002-10-03 Markus Rost <rost@math.ohio-state.edu>
676
677 * progmodes/ada-stmt.el (ada-stmt-add-to-ada-menu): Handle the
678 menu pseudo-keys generated by easymenu which are lowercase in
679 Emacs 21.4.
680
681 * progmodes/ada-xref.el
682 (ada-xref-update-project-menu,ada-add-ada-menu): Ditto.
683
da7829a3
JPW
6842002-10-03 John Paul Wallington <jpw@shootybangbang.com>
685
686 * frame.el (delete-frame-hook): Variable alias for
687 `delete-frame-functions'. Mark obsolete.
688
2f239ac5
SM
6892002-10-02 Stefan Monnier <monnier@cs.yale.edu>
690
691 * textmodes/outline.el (outline-1, outline-2, outline-3, outline-4)
692 (outline-5, outline-6, outline-7, outline-8): New faces.
693 (outline-font-lock-faces, outline-font-lock-levels): New vars.
694 (outline-font-lock-face): New fun.
695 (outline-font-lock-keywords): Use it.
696 (outline-font-lock-level): Remove.
697 (outline-mode, outline-next-preface, outline-next-heading)
698 (outline-previous-heading, outline-next-visible-heading):
699 Use shy group.
700 (outline-level) <var>: Update calling convention.
701 (outline-level) <fun>: Take advantage of it.
702 (outline-demote): Don't assume the match-data is still uptodate.
703 (outline-up-heading): Simplify and make sure the match data is
704 properly set at the end.
705
9715399e
MR
7062002-10-02 Markus Rost <rost@math.ohio-state.edu>
707
c4b3db1a
MR
708 * progmodes/sh-script.el (sh-alias-alist): Use append instead of
709 nconc.
9715399e
MR
710
711 * startup.el (normal-top-level): Reset standard-value property of
712 `user-full-name' here.
713
4c2f559e
PA
7142002-10-02 Per Abrahamsen <abraham@dina.kvl.dk>
715
716 * wid-edit.el (widget-default-get): Change to return external
d9c25020 717 value.
4c2f559e
PA
718 (widget-choice-action): Update caller.
719 (widget-editable-list-entry-create): Update caller.
720
721 * wid-edit.el (widget-types-copy): New function.
722 (default): Added :copy keyword.
723 (menu-choice): Ditto.
724 (checklist): Ditto.
725 (radio-button-choice): Ditto.
726 (editable-list): Ditto.
727 (group): Ditto.
728 (widget-copy): New function.
729 (widget-create-child): Use it.
730 (widget-create-child-value): Use it.
731
a1b4049d
BW
7322002-10-01 Bill Wohler <wohler@newt.com>
733
734 * mail/mh-comp.el, mail/mh-e.el, mail/mh-funcs.el,
735 mail/mh-mime.el, mail/mh-pick.el, mail/mh-seq.el,
736 mail/mh-utils.el, mail/mh-xemacs-compat.el, mail/reply2.pbm,
737 mail/reply2.xpm, toolbar/execute.pbm, toolbar/execute.xpm,
738 toolbar/page-down.pbm, toolbar/page-down.xpm, toolbar/refile.pbm,
739 toolbar/refile.xpm, toolbar/repack.pbm, toolbar/repack.xpm,
740 toolbar/rescan.pbm, toolbar/rescan.xpm, toolbar/show.pbm,
2f239ac5
SM
741 toolbar/show.xpm, toolbar/widen.pbm, toolbar/widen.xpm:
742 Upgraded to mh-e version 6.1.1. Full ChangeLog available in
a1b4049d
BW
743 http://prdownloads.sourceforge.net/mh-e/mh-e-6.1.tgz?download .
744 There were no user-visible changes in 6.1.1 from 6.1--only the
2f239ac5
SM
745 section of the Makefile that installs the files into Emacs was changed.
746
7472002-10-01 Stefan Monnier <monnier@cs.yale.edu>
748
749 * pcvs.el (cvs-mode-find-file): Look up font-lock-face so it also
750 works when font-lock is turned off.
751
752 * jit-lock.el (jit-lock-fontify-now): Don't widen.
753 Let the jit-lock-functions do it if they want to.
a1b4049d 754
a6cadf53
JB
7552002-10-01 Juanma Barranquero <lektu@terra.es>
756
2f239ac5
SM
757 * eshell/esh-module.el (eshell-load-defgroups):
758 Add "no-byte-compile: t" to subdirs.el.
a6cadf53
JB
759
760 * makefile.w32-in (update-subdirs-CMD): Likewise.
761
762 * forms-d2.el:
763 * forms-pass.el:
764 * generic-x.el:
765 * patcomp.el:
766 * paths.el:
767 * version.el:
768 * international/mule-conf.el:
769 * language/czech.el:
770 * language/devanagari.el:
771 * language/english.el:
772 * language/georgian.el:
773 * language/greek.el:
774 * language/hebrew.el:
775 * language/japanese.el:
776 * language/korean.el:
777 * language/lao.el:
778 * language/misc-lang.el:
779 * language/romanian.el:
780 * language/slovak.el:
781 * language/thai.el:
782 * language/utf-8-lang.el:
783 * emacs-lisp/cl-specs.el:
784 * eshell/esh-maint.el:
785 * mail/blessmail.el:
786 * play/bruce.el:
787 * term/apollo.el:
788 * term/AT386.el:
789 * term/bobcat.el:
790 * term/internal.el:
791 * term/iris-ansi.el:
792 * term/keyswap.el:
793 * term/linux.el:
794 * term/lk201.el:
795 * term/news.el:
796 * term/vt102.el:
797 * term/vt125.el:
798 * term/vt200.el:
799 * term/vt201.el:
800 * term/vt220.el:
801 * term/vt240.el:
802 * term/vt300.el:
803 * term/vt320.el:
804 * term/vt400.el:
805 * term/vt420.el:
806 * term/wyse50.el: Add "no-byte-compile: t" in first line.
807
4425b824
KH
8082002-10-01 Kenichi Handa <handa@m17n.org>
809
ff14f63e
KH
810 * international/utf-16.el: Don't provide utf-16.
811
22e60207
SM
812 * international/utf-8.el (ccl-decode-mule-utf-8):
813 Remove unnecessary line.
4425b824 814
5039407b
KH
8152002-09-30 Kenichi Handa <handa@m17n.org>
816
6aaf2a72
KH
817 * language/thai.el (thai-tis620): Add `mime-charset' property.
818
5039407b
KH
819 * language/indian.el: Don't register "ISO10646.*-1" in
820 font-ccl-encoder-alist.
821
822 * language/cyrillic.el (ccl-decode-koi8): Refer to
823 ucs-translation-table-for-decode.
824 (ccl-decode-koi8-u): Likewise.
825 (ccl-decode-alternativnyj): Likewise.
826 (cyrillic-koi8): Put `dependency' property.
827 (koi8-u): Likewise.
828 (cyrillic-alternativnyj): Likewise.
829
830 * international/utf-8.el (ucs-mule-to-mule-unicode): Don't define
831 this translation-table name here.
832 (utf-translation-table-for-encode): New translation-table name.
833 (utf-fragmentation-table): Renamed from utf-8-fragmentation-table.
834 (utf-defragmentation-table): New variable.
835 (ucs-mule-cjk-to-unicode): Renamed from utf-8-subst-rev-table.
836 (utf-subst-table-for-encode): New translation-table name.
837 (ucs-unicode-to-mule-cjk): Renamed from utf-8-subst-table.
838 (utf-subst-table-for-decode): New translation-table name.
839 (utf-fragment-on-decoding): Renamed from
840 utf-8-fragment-on-decoding. Correctly handle the case that
841 unify-8859-on-encoding-mode is off. Handle mule-utf-16-le and
842 mule-utf-16-be too.
22e60207
SM
843 (utf-translate-cjk): Renamed from utf-8-translate-cjk.
844 Handle mule-utf-16-le and mule-utf-16-be too.
5039407b
KH
845 (ccl-decode-mule-utf-8): Refer to utf-translation-table-for-decode
846 and utf-subst-table-for-decode.
847 (ccl-encode-mule-utf-8): Refer to utf-translation-table-for-encode
848 and utf-subst-table-for-encode.
22e60207 849 (mule-utf-8): Fix `safe-charsets' property, put `dependency' property.
5039407b
KH
850
851 * international/utf-8-subst.el: Setup ucs-unicode-to-mule-cjk and
852 ucs-mule-cjk-to-unicode, not utf-8-subst-table and
853 utf-8-subst-rev-table.
854
855 * international/utf-16.el (utf-16-decode-ucs): Look up
856 utf-subst-table-for-decode. Fix for the case that the looking up
857 succeeds.
858 (ccl-decode-mule-utf-16-le): Translate characters by
859 utf-translation-table-for-decode.
860 (ccl-decode-mule-utf-16-be): Likewise.
861 (ccl-encode-mule-utf-16-le): Look up utf-subst-table-for-encode
22e60207 862 at first. Translate characters by utf-translation-table-for-encode.
5039407b
KH
863 (ccl-encode-mule-utf-16-be): Likewise.
864 (mule-utf-16-le, mule-utf-16-be): Add `dependency' property.
865
22e60207 866 * loadup.el: Preload international/utf-16. Don't call ucs-unify-8859.
5039407b
KH
867
868 * international/ucs-tables.el: Don't bind
869 utf-8-translation-table-for-decode while setting up
870 ucs-mule-8859-to-ucs-table, etc. Add `depenency' property to
871 iso-8859-* coding systems.
872 (ucs-unify-8859): Arguments changed to FOR-ENCODE and FOR-DECODE.
873 If FOR-DECODE is non-nil, make ucs-mule-8859-to-mule-unicode
874 populate the translation table named
875 ucs-translation-table-for-decode. If FOR-ENCODE is non-nil, make
876 ucs-mule-to-mule-unicode populates the translation table named
877 utf-translation-table-for-encode. Call register-char-codings for
878 mule-utf-16-be and mule-utf-16-le too.
879 (ucs-fragment-8859): Arguments changed to FOR-ENCODE and
880 FOR-DECODE. If FOR-DECODE is non-nil, make the translation table
881 named ucs-translation-table-for-decode vacant. If FOR-ENCODE is
882 non-nil, make a proper char-table populates the translation table
883 name utf-translation-table-for-encode. Call register-char-codings
884 for all mule-utf-* to to reset their status to the origianl.
885 (unify-8859-on-encoding-mode): Call ucs-unify-8859 and
886 ucs-fragment-8859 with fixed arguments. Set the version to 21.3.
887 (unify-8859-on-decoding-mode): Likewise. Remove dependency.
22e60207
SM
888 (ccl-encode-unicode-font): Delete.
889 (ucs-tables-unload-hook): Delete.
890
5039407b
KH
891 * international/mule.el (decode-char): Refer to the translation
892 hash table named utf-subst-table-for-decode. Refer to the
893 translation table named utf-translation-table-for-decode instead
894 of utf-8-translation-table-for-decode.
895 (encode-char): Refer to the translation hash table named
896 utf-subst-table-for-encode. Refer to the translation table named
897 utf-translation-table-for-encode instead of
898 utf-8-translation-table-for-encode.
899
22e60207
SM
900 * international/mule-diag.el (describe-coding-system):
901 Describe `dependency' property.
5039407b 902
22e60207 903 * international/mule-conf.el (emacs-mule): Add property `composition'.
5039407b
KH
904
905 * international/fontset.el (ucs-mule-to-mule-unicode): Define this
906 translation table name here.
907 (ucs-mule-cjk-to-unicode): New translation table name.
908 (ccl-encode-unicode-font): Merge the code in ucs-tables.el.
909 (font-ccl-encoder-alist): Change the font registry pattern to
910 "ISO10646.*-*".
911
b615eae0
CW
9122002-09-30 Colin Walters <walters@gnu.org>
913
914 * calc/calc-stuff.el (calc-flush-caches): Add optional arg
915 `inhibit-msg'.
916
917 * calc/calc-prog.el (calc-kbd-report, calc-kbd-query): Don't bind
918 `executing-kbd-macro' and `defining-kbd-macro'.
919
920 * calc/calc-ext.el (calc-reset): Don't bind `executing-kbd-macro'.
921 Call `calc-flush-caches' with inhibit-msg arg.
922 (calc-change-mode): Remove extra arg for `calc-save-modes'.
22e60207
SM
923
924 * calc/calc-mode.el (calc-save-modes): Remove `quiet' arg.
925 Don't bind `executing-kbd-macro'.
b615eae0 926
580f6aa5
NF
9272002-09-29 Noah Friedman <friedman@splode.com>
928
22e60207 929 * subr.el (read-key): Use read-key-auxiliary-map, not read-key-aux-map.
580f6aa5 930
7058ef34
RS
9312002-09-29 Richard M. Stallman <rms@gnu.org>
932
933 * startup.el (user-mail-address): Initialize to a useful value
934 once Emacs is started up; initialize to "" at loadup time.
935 (command-line): "", not nil, means user-mail-address not set yet.
936
3b89d388
KG
9372002-09-29 Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
938
939 * net/tramp.el: Version 2.0.24 released.
940 (tramp-methods, tramp-completion-function-alist):
941 Rename "*-old" methods to "*_old". From Michael Albinus.
22e60207
SM
942 (tramp-completion-function-alist):
943 Use `tramp-completion-function-alist-ssh' for the "fcp" method.
944 From Michael Albinus.
3b89d388
KG
945 (tramp-default-method-alist): Use "su" for "root@localhost".
946 (tramp-host-regexp): Allow "#" for "host#port" kludge.
947 (tramp-ange-ftp-file-name-p): If METHOD is nil, find the right
948 default method. Require additional args USER and HOST for this.
949 Callers changed.
950 (tramp-handle-file-local-copy): More local bindings. Bind results
951 of tramp-get-{remote,local}-{de,en}coding earlier to avoid nasty
952 "are you awake" problem.
953 (tramp-action-password): Protect against clobbered match data.
954 (tramp-open-connection-setup-interactive-shell): Explicitly set
955 tramp-last-cmd-time before invoking tramp-send-command the first
956 time. Otherwise, tramp-send-command would issue "echo are you
957 awake" right at the first time, which is not what we want.
958 Reported by Douglas Gray Stephens.
959 (tramp-find-inline-encoding): Don't redirect stdout to
960 /dev/null to avoid "chmode go-rwx" operation from "mimencode
961 >/dev/null" as root(!), and to check the output of the decoding
962 command.
963 (tramp-maybe-open-connection): Don't send "are you awake" if
964 process has died.
965
7c766987
CW
9662002-09-29 Colin Walters <walters@gnu.org>
967
968 * calc/calc.el (calc-dispatch-map): Actually set to keymap.
969
1c8438ab
MW
9702002-09-29 Mike Williams <mdub@bigfoot.com>
971
22e60207 972 * textmodes/sgml-mode.el (sgml-guess-indent): Handle tabs correctly.
1c8438ab 973
e2f484bc
RS
9742002-09-29 Richard M. Stallman <rms@gnu.org>
975
976 * custom.el (defcustom): Doc fix.
977
9782002-09-28 Richard M. Stallman <rms@gnu.org>
979
980 * loadhist.el (unload-feature): When undefining a variable,
981 delete its buffer-local bindings.
982
9832002-09-28 Luc Teirlinck <teirllm@mail.auburn.edu>
984
985 * subr.el (remove-yank-excluded-properties): Fix bugs in
22e60207 986 handling of category properties.
e2f484bc
RS
987
9882002-09-28 Vinicius Jose Latorre <vinicius@cpqd.com.br>
989
990 * ps-print.el (ps-print-emacs-type): Error if ps-print is
991 activated in Epoch, inLucid or in Emacs v19 or lesser.
992 Value can no longer be `lucid'.
993 (ps-print-version): New version number (6.5.8).
994 (faces): Never do (require 'faces).
22e60207 995
f029e7b0
SJ
9962002-09-28 Simon Josefsson <jas@extundo.com>
997
998 * mail/smtpmail.el (smtpmail-via-smtp): Only negotiate starttls on
999 streams that were opened using starttls.
1000
94e4a294
PR
10012002-09-28 Paul Reilly <pmr@pajato.com>
1002
1003 * files.el (auto-mode-alist): Add support for Java Enterprise
1004 ARchive (ear/EAR) and Web ARchive (war/WAR) files.
1005
6209bd8c
JPW
10062002-09-28 John Paul Wallington <jpw@shootybangbang.com>
1007
1008 * progmodes/m4-mode.el (m4-font-lock-keywords)
1009 (m4-mode-syntax-table, m4-mode-abbrev-table, m4-m4-buffer)
1010 (m4-m4-region): Doc fixes.
1011
4d927d84
SM
10122002-09-27 Stefan Monnier <monnier@cs.yale.edu>
1013
22e60207
SM
1014 * emacs-lisp/cl-macs.el: Use the new usage-in-docstring syntax.
1015 (cl-push, cl-pop): Remove.
1016 Use pop and push throughout the file instead.
1017 (cl-transform-lambda): Add usage info to docstring if the arglist
1018 is complex.
1019
1020 * emacs-lisp/autoload.el (make-autoload): Add usage info to docstring.
1021 (autoload-print-form): Also quote open-[-in-column 0.
1022
1023 * help-fns.el (help-with-tutorial): Use minibuffer-completion-help.
1024 (help-split-fundoc): Don't support old syntax any more.
1025 (help-add-fundoc-usage): New fun.
1026
1027 * emacs-lisp/cl-extra.el (cl-push, cl-pop): Remove.
1028 Use pop and push throughout the file instead.
1029 (cl-hash-lookup): Remove.
1030 (cl-make-hash-table, cl-hash-table-p, cl-gethash, cl-puthash)
1031 (cl-remhash, cl-clrhash, cl-maphash, cl-hash-table-count): Simplify.
1032
1033 * emacs-lisp/cl-seq.el (cl-push, cl-pop): Remove.
1034 Use pop and push throughout the file instead.
1035
1036 * emacs-lisp/edebug.el: Don't precompute menu shortcuts during
1037 loading since the current keymaps might be all weird.
1038
1039 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't add properties
1040 to the name since they're added by mode-line-format already.
1041 (define-minor-mode): Run (,mode -1) when needed.
1042
1043 * tar-mode.el (tar-untar-buffer): Handle dir-entries.
1044 (tar-summarize-buffer, tar-mode, tar-extract, tar-copy, tar-expunge)
1045 (tar-alter-one-field, tar-subfile-save-buffer, tar-mode-write-file):
1046 Don't hardcode 1 == point-min.
1047
1048 * abbrev.el (write-abbrev-file): Don't hardcode point-min == 1.
1049
4d927d84
SM
1050 * subr.el (read-key-auxiliary-map): New var.
1051 (read-key): Use it.
1052 (make-temp-file): Make the file have mode 600.
1053 (add-minor-mode): Don't add properties to the name since it's
1054 added by mode-line-format already.
1055 Be more careful with the mode-line-menu entry name.
1056
1057 * userlock.el (ask-user-about-supersession-threat): Don't abort
1058 when the user hits mouse-2.
1059
1060 * register.el (set-register): Use push.
1061 (point-to-register): Set kill-buffer-hook in this buffer.
1062 (register-swap-out): Use dolist.
1063 (kill-buffer-hook): Don't change globally.
1064
1065 * server.el (server-select-display): New function.
1066 (server-process-filter): Add support for `-display' and `-eval' args.
1067 (server-visit-files): Use save-current-buffer, push, and dolist.
1068 Add server-kill-buffer to kill-buffer-hook.
1069 (kill-buffer-hook): Don't modify globally.
1070 (server-switch-buffer): Be a bit more careful with multiple displays.
22e60207 1071 (server-socket-name): Always use /tmp and non-qualified hostname.
4d927d84
SM
1072
1073 * uniquify.el (uniquify-rationalize-file-buffer-names):
1074 Add to kill-buffer-hook for buffers with conflict.
1075 (rename-buffer): Check kill-buffer-hook to see if there was a conflict.
1076 (uniquify-delay-rationalize-file-buffer-names): Remove useless check.
1077 (kill-buffer-hook): Don't change globally.
1078
e2f484bc 10792002-09-27 Stefan Monnier <monnier@cs.yale.edu>.
4d927d84 1080
730576f3
CW
1081 * calc/calc.el (calc-bug-address, calc-scan-for-dels, calc-stack)
1082 (calc-stack-top, calc-always-load-extensions)
1083 (calc-line-numbering, calc-line-breaking, calc-display-just)
1084 (calc-display-origin, calc-number-radix, calc-leading-zeros)
1085 (calc-group-digits, calc-group-char, calc-point-char)
1086 (calc-frac-format, calc-prefer-frac, calc-hms-format)
1087 (calc-date-format, calc-float-format, calc-complex-format)
1088 (calc-full-float-format, calc-complex-mode, calc-infinite-mode)
1089 (calc-display-strings, calc-matrix-just, calc-break-vectors)
1090 (calc-full-vectors, calc-full-trail-vectors, calc-vector-commas)
1091 (calc-vector-brackets, calc-matrix-brackets, calc-language)
1092 (calc-language-option, calc-function-open, calc-function-open)
1093 (calc-function-close, calc-language-output-filter)
1094 (calc-language-input-filter, calc-radix-formatter)
1095 (calc-left-label, calc-right-label, calc-word-size)
1096 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
1097 (calc-display-raw, calc-internal-prec, calc-inverse-flag)
1098 (calc-hyperbolic-flag, calc-keep-args-flag, calc-angle-mode)
1099 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
1100 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
1101 (calc-window-height, calc-display-trail, calc-show-selections)
1102 (calc-use-selections, calc-assoc-selections)
1103 (calc-display-working-message, calc-auto-why, calc-timing)
1104 (calc-display-sci-high, calc-display-sci-low, calc-other-modes)
1105 (calc-other-modes, calc-Y-help-msgs, calc-loaded-settings-file):
1106 Make into real defvars.
1107 (calc-mode-var-list): Delete.
1108 (calc-mode-save-mode, calc-standard-date-formats)
1109 (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
1110 (calc-user-parse-tables, calc-gnuplot-default-device)
1111 (calc-gnuplot-default-output, calc-gnuplot-print-device)
1112 (calc-gnuplot-print-output, calc-gnuplot-geometry)
1113 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
1114 (calc-invocation-macro, calc-show-banner): Make into defvars,
1115 taken from `calc-mode-var-list'.
1116 (calc-emacs-type-epoch, calc-emacs-type-19)
1117 (calc-emacs-type-lucid, calc-emacs-type-gnu19): Make into defvars.
1118 (calc-version, calc-version-date, calc-trail-pointer)
1119 (calc-trail-overlay, calc-undo-list, calc-redo-list)
1120 (calc-main-buffer, calc-trail-buffer, calc-why, calc-next-why)
1121 (calc-inverse-flag, calc-hyperbolic-flag, calc-keep-args-flag)
1122 (calc-last-kill, calc-previous-alg-entry, calc-dollar-values)
1123 (calc-dollar-used, calc-hashes-used, calc-quick-prev-results)
1124 (calc-said-hello, calc-executing-macro, calc-any-selections)
1125 (calc-help-phase, calc-full-help-flag, calc-refresh-count)
1126 (calc-display-dirty, calc-prepared-composition)
1127 (calc-selection-cache-default-entry, calc-embedded-info)
1128 (calc-embedded-active, calc-standalone-flag, var-EvalRules)
1129 (math-eval-rules-cache-tag, math-radix-explicit-format)
1130 (math-expr-function-mapping, math-expr-variable-mapping)
1131 (math-read-expr-quotes, math-working-step, math-working-step-2)
1132 (var-i, var-pi, var-e, var-phi, var-gamma, var-Modes): Make into
1133 defvars, from toplevel setq.
1134 (calc-mode-map): Set up keymap in more modern fashion.
1135 (calc-dispatch-map): Ditto.
4d927d84 1136 (calc-command-flags, calc-final-point-line)
730576f3
CW
1137 (calc-final-point-column): Defvar.
1138 (calc-do): Use `save-current-buffer' instead of `save-excursion'.
1139 (sel-mode): Defvar.
1140 (calc-any-evaltos): Ditto.
4d927d84 1141 (calc-buffer, calc-prev-char, calc-prev-prev-char)
730576f3
CW
1142 (calc-digit-value): Ditto.
1143 (math-eval-rules-cache, math-eval-rules-cache-other): Ditto.
1144 (math-sub-bignum): Bind `diff'.
1145 (calc-selection-cache-entry): Defvar.
1146 (calc-count-lines): Reference `pos' instead of `newpos'.
1147
05f829ce
SJ
11482002-09-27 Simon Josefsson <jas@extundo.com>
1149
1150 * mail/mail-hist.el (mail-hist-next-input): Fix docstring.
1151
563c037f
RS
11522002-09-26 Richard M. Stallman <rms@gnu.org>
1153
1154 * mail/unrmail.el (unrmail): Do the work directly,
1155 without actually selecting the messages in the from file.
1156 (unrmail-unprune): New subroutine.
1157
1158 * files.el (backup-buffer): Bind local var MODES.
1159 Don't use renaming for a suid or sgid file.
1160 Use backup-buffer-copy to do copying.
1161 (backup-buffer-copy): New subroutine.
1162 Clear suid and sgid bits for the copy.
1163
11642002-09-26 Edward M. Reingold <reingold@emr.cs.iit.edu>
1165
1166 * calendar/solar.el (solar-equinoxes-solstices):
1167 Use time properly adjusted for DST in the result.
1168
11692002-09-26 Richard M. Stallman <rms@gnu.org>
1170
1171 * follow.el (follow-generic-filter): Simply bind deactivate-mark.
1172 Bind inhibit-read-only; don't mess with buffer-read-only.
1173
1174 * speedbar.el (speedbar-refresh): Simply bind deactivate-mark.
1175
11762002-09-26 Luc Teirlinck <teirllm@mail.auburn.edu>
1177
1178 * ielm.el (inferior-emacs-lisp-mode): Treat the header as
1179 output, if comint-use-prompt-regexp-instead-of-fields is nil.
1180
8e7dbfdb
JPW
11812002-09-26 John Paul Wallington <jpw@shootybangbang.com>
1182
1183 * ibuffer.el (ibuffer-update): Call `minibufferp' with argument
1184 instead of within `with-current-buffer'.
1185
4e141ed7
SE
11862002-09-26 Stephen Eglen <stephen@gnu.org>
1187
1188 * iswitchb.el (iswitchb-completions): Test that
1189 iswitchb-common-match-string is a string, before printing common
1190 completions.
1191
4208da83
SM
11922002-09-25 Stefan Monnier <monnier@cs.yale.edu>
1193
1194 * server.el: Use built-in network primitives.
1195 (server-program, server-previous-string): Remove.
1196 (server-previous-strings): New var.
1197 (server-socket-name): New var.
1198 (server-log): Minor change to the output format.
1199 (server-sentinel): Clean up global state when a client disconnects.
1200 (server-unquote-arg): New fun.
1201 (server-start): Use server-socket-name and make-network-process.
1202 (server-process-filter): Now talks to the clients directly.
1203 Normalize file name after unquoting and decoding.
1204 (server-buffer-done): Just close the connection.
1205 (server-switch-buffer): Handle the case where all windows are
1206 dedicated or minibuffers.
1207
1208 * font-lock.el (fast-lock-mode, lazy-lock-mode, jit-lock-mode):
1209 Don't bind them variables.
1210 (font-lock-turn-off-thing-lock, font-lock-after-fontify-buffer)
1211 (font-lock-after-unfontify-buffer): Check that the vars are bound.
1212 (font-lock-dont-widen): New var.
1213 (font-lock-default-fontify-region): Use it.
1214
1215 * emacs-lisp/find-func.el (find-library-name):
1216 Correctly find "file.el.gz" from "file.elc" or "file.elc.gz".
76320e8e 1217
65262e58
KH
12182002-09-25 Kenichi Handa <handa@etl.go.jp>
1219
4208da83
SM
1220 * international/mule-cmds.el (select-safe-coding-system):
1221 Handle safe but rejected default coding systems and unsafe default
67dd9f09
KH
1222 coding systems differently.
1223
65262e58 1224 * international/mule-diag.el (list-character-sets): Use the buffer
98744d8e
KH
1225 name "*Character Set List*", not "*Help*". List also indirectly
1226 supported character sets.
65262e58
KH
1227 (list-charset-chars): Use the buffer name "*Character List*", not
1228 "*Help*". Display the current charset name in the modeline.
98744d8e
KH
1229 (non-iso-charset-alist): Add mapped charset list for `mac-roman'.
1230 (sort-listed-character-sets): Don't alter the region showing
1231 indirectly supported charsets.
65262e58 1232
a6cadf53
JB
12332002-09-24 Simon Josefsson <jas@extundo.com>
1234
1235 * mail/mail-extr.el (mail-extr-ignore-single-names): Change default.
1236 (mail-extract-address-components): Doc fix.
1237
9f4b6084
MR
12382002-09-24 Markus Rost <rost@math.ohio-state.edu>
1239
1240 * simple.el (edit-and-eval-command): Protect command-history.
1241 (repeat-complex-command): Protect command-history.
1242
123d5548
JB
12432002-09-24 Juanma Barranquero <lektu@terra.es>
1244
1245 * replace.el (occur-find-match): New function.
1246 (occur-next, occur-prev): Use it.
1247
348e1411
JB
1248 * progmodes/sh-script.el (sh-mark-init): Don't set `occur-buffer'.
1249 (sh-mark-line): Likewise. Use 'occur-target and 'occur-match
1250 instead of 'occur and 'occur-point.
1251
2f552813
JB
1252 * eshell/em-unix.el (eshell-occur-mode-mouse-goto)
1253 (eshell-poor-mans-grep): Remove references to `occur-buffer'.
1254
4208da83
SM
12552002-09-24 Stefan Monnier <monnier@cs.yale.edu>
1256
1257 * descr-text.el (describe-text-category): Use *Help*.
1258 Don't kill-buffer.
1259 (describe-text-properties, describe-char):
1260 Delay self-inspection test. Use *Help*.
1261 Use syntax-after. Use `pos' rather than (point).
1262 Distinguish the before/after part of a composition.
1263
d5ec6a2d
KH
12642002-09-23 Kenichi Handa <handa@etl.go.jp>
1265
1266 * international/quail.el (quail-completion): Be sure to scroll
1267 quail-completion-buf.
1268
daa6ddb5
RS
12692002-09-23 Richard M. Stallman <rms@gnu.org>
1270
1271 * ielm.el (*1): Fix previous change.
1272
a6cadf53
JB
12732002-09-23 Juanma Barranquero <lektu@terra.es>
1274
1275 * net/tramp.el (tramp-unified-filenames): Autoload it.
1276
12772002-09-23 Michael Kifer <kifer@cs.stonybrook.edu>
1278
1279 * ediff-init.el (ediff-get-next-window): Bug fix.
1280
daa6ddb5
RS
12812002-09-22 Oliver Scholz <alkibiades@gmx.de>
1282
4208da83 1283 * play/gamegrid.el (gamegrid-face): New variable to emulate a
daa6ddb5 1284 buffer-local default face.
4208da83 1285 (gamegrid-xbm): New variable; XBM image as a replacement for
daa6ddb5
RS
1286 `gamegrid-xpm' on Emacsen compiled without XPM-support.
1287 (gamegrid-colorize-glyph): Ported XEmacs-code for the generation
1288 of images to Emacs.
1289 (gamegrid-match-spec): Call `gamegrid-make-image-from-vector' to
1290 convert XEmacs-type image descriptors.
4208da83
SM
1291 (gamegrid-color-display-p): Remove (use `display-colors-p' instead.)
1292 (gamegrid-make-image-from-vector): New function. Convert XEmacs'
daa6ddb5
RS
1293 image descriptors.
1294 (gamegrid-display-type): Use Emacs' standard `display-.*-p'
4208da83 1295 functions to check for display capabilities. Fix the recognition
daa6ddb5
RS
1296 of image-support in Emacs 21 by this way.
1297 (gamegrid-hide-cursor): Removed.
1298 (gamegrid-setup-default-font): Ported the code from XEmacs to
1299 Emacs: create a new face and assign the variable `gamegrid-face'
4208da83 1300 to it. Make sure that the face is not higher than the smallest
daa6ddb5
RS
1301 image used by the game.
1302 (gamegrid-initialize-display): Use `(setq cursor-type nil)'
1303 instead of `gamegrid-hide-cursor'.
1304 (gamegrid-set-face): If `gamegrid-display-mode' is 'glyph, put an
4208da83 1305 image in the buffer, instead of applying a face. [This is because
daa6ddb5 1306 Emacs display-tables are not as capable as the display-tables in
4208da83 1307 XEmacs. Maybe this function should be renamed to reflect the change?]
daa6ddb5
RS
1308 (gamegrid-init-buffer): If `gamegrid-display-mode' is 'glyph, put
1309 the face held by `gamegrid-face' in an overlay over the whole
1310 buffer to emulate a buffer-local default-face.
1311
d775b378
RS
13122002-09-22 Richard M. Stallman <rms@gnu.org>
1313
daa6ddb5
RS
1314 * play/doctor.el (doctor-doc): Add 2 question words.
1315 (doctor-getnoun): Parse and save the complete object phrase.
1316
d775b378
RS
1317 * international/mule-cmds.el (select-safe-coding-system): Cope if
1318 default-coding-system gives nil which was then used in `min'.
1319
1320 * mail/sendmail.el (sendmail-send-it): If user's buffer
1321 is unibyte, make tembuf unibyte.
1322
292ffc15
KG
13232002-09-22 Kai Gro\e,b_\e(Bjohann <grossjoh@ls6.informatik.uni-dortmund.de>
1324
1325 * net/tramp.el: Version 2.0.22 released.
1326 (tramp-parse-rhosts, tramp-parse-shosts)
1327 (tramp-parse-hosts, tramp-parse-passwd): Apply `push' but
1328 `add-to-list' for performance reasons.
1329 (tramp-get-completion-user-host): Return `nil' in case both `user'
1330 and 'host' are empty (not necessarily `nil'.
1331 (tramp-parse-netrc, tramp-parse-netrc-group): New functions.
1332 (tramp-user-regexp): " \t" are not user regexp characters.
4208da83
SM
1333 (tramp-completion-handle-file-name-all-completions):
1334 Remove Ange-FTP cmpletion. It has a bug not handling the "/ftp:" prefix
292ffc15
KG
1335 completely, and it returns local completions as well.
1336 (tramp-completion-function-alist-ftp): New constant.
4208da83 1337 (tramp-completion-function-alist): Add completion function for "ftp".
292ffc15
KG
1338 From Michael Albinus <Michael.Albinus@alcatel.de>.
1339
91879624
KG
13402002-09-22 Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1341
1342 * net/tramp.el: Version 2.0.21 released.
1343 (tramp-handle-file-newer-than-file-p): If mtime of both files is
1344 known, return a useful result. Better error message in case one
1345 is a Tramp file and one isn't.
1346 (tramp-handle-file-local-copy, tramp-handle-write-region)
1347 (tramp-find-shell, tramp-open-connection-telnet)
1348 (tramp-open-connection-rsh, tramp-open-connection-su)
1349 (tramp-open-connection-setup-interactive-shell)
1350 (tramp-post-connection, tramp-maybe-open-connection)
1351 (tramp-method-out-of-band-p): Correct number of args for
1352 `tramp-get-rsh-program' and similar functions.
1353
16674e4f
KG
13542002-09-22 Kai Gro\e,b_\e(Bjohann <grossjoh@ls6.informatik.uni-dortmund.de>
1355
91879624 1356 * net/tramp.el: Version 2.0.20 released.
16674e4f
KG
1357
13582002-09-20 Kai Gro\e,b_\e(Bjohann <grossjoh@ls6.informatik.uni-dortmund.de>
1359
1360 * net/tramp.el (tramp-completion-function-alist): Escape open
1361 paren in docstring.
1362 (tramp-user-regexp, tramp-host-regexp): Allow empty strings.
1363 (tramp-handle-insert-file-contents): Call tramp-message-for-buffer
1364 instead of tramp-message.
1365 (tramp-open-connection-rsh): Handle empty string as user name.
1366 (tramp-open-connection-su): Handle empty string as host name.
1367 Handle nil user name.
1368 (tramp-handle-file-local-copy, tramp-handle-write-region)
1369 (tramp-completion-handle-file-name-all-completions)
1370 (tramp-open-connection-telnet, tramp-open-connection-rsh)
1371 (tramp-open-connection-su, tramp-post-connection)
1372 (tramp-maybe-open-connection, tramp-method-out-of-band-p)
1373 (tramp-get-connection-function, tramp-get-remote-sh)
1374 (tramp-get-rsh-program, tramp-get-rsh-args)
1375 (tramp-get-rcp-program, tramp-get-rcp-args)
1376 (tramp-get-rcp-keep-date-arg, tramp-get-su-program)
1377 (tramp-get-su-args, tramp-get-telnet-program)
1378 (tramp-get-telnet-args): Use `tramp-find-method', perhaps require
1379 additional args USER, HOST.
1380 (tramp-action-password, tramp-open-connection-telnet)
1381 (tramp-open-connection-su, tramp-open-connection-multi)
1382 (tramp-method-out-of-band-p): `tramp-method-out-of-band-p' now
1383 takes USER and HOST arguments, to be able to use
1384 `tramp-find-method'. Update callers.
1385 (tramp-find-method): New function.
1386
13872002-09-20 Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1388
1389 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
1390 in SWITCHES (by removing it).
1391
13922002-09-18 Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1393
4208da83 1394 * net/tramp.el (tramp-file-name-handler): Add `file-remote-p' property.
16674e4f
KG
1395
13962002-09-17 Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1397
1398 * net/tramp.el (top-level): Maybe autoload uudecode-decode-region.
1399
14002002-09-16 Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1401
1402 * net/tramp.el (tramp-bug): Add tramp-methods.
1403
14042002-09-16 Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1405
1406 * net/tramp.el (tramp-methods): Update docstring:
1407 tramp-encoding-command, tramp-decoding-command,
1408 tramp-encoding-function and tramp-decoding-function are not
1409 parameters anymore.
1410 (tramp-uuencode-region): Autoload it.
1411
14122002-09-13 Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1413
1414 Version 2.0.19 released.
1415
1416 * net/tramp-uu.el: New file, implements uuencode in Lisp.
1417
4208da83
SM
1418 * net/tramp.el (tramp-coding-commands):
1419 Use `tramp-uuencode-region' as local encoder for the uuencode based
16674e4f
KG
1420 entries.
1421
14222002-09-13 Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1423
1424 * net/tramp.el (tramp-handle-write-region): Wrong parens.
1425
14262002-09-13 Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1427
1428 Version 2.0.18 released.
1429
1430 * net/tramp.el (tramp-perl-decode): Perl changes to accomodate
1431 older versions of Perl. Now tested with 5.004. Suggestion from
1432 Michael Albinus.
1433
14342002-09-12 Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1435
4208da83
SM
1436 * net/tramp.el (tramp-find-inline-encoding):
1437 Call tramp-call-local-coding-command with nil for INPUT and OUTPUT.
16674e4f
KG
1438 (tramp-call-local-coding-command): OUTPUT equals nil means to
1439 discard the output. INPUT equals nil means /dev/null.
1440
14412002-09-12 Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1442
1443 * net/tramp.el (tramp-encoding-shell): Default to environment
1444 variable COMSPEC on Windows.
1445 (tramp-handle-write-region): More debugging output.
1446 (tramp-find-inline-encoding): Ditto.
1447
14482002-09-11 Michael Albinus <Michael.Albinus@alcatel.de>
1449
1450 * net/tramp.el (tramp-completion-handle-file-name-all-completions):
1451 Define `result1'.
1452 (tramp-parse-hosts-group): Discard IPv6 entries.
1453
14542002-09-11 Kai Gro\e,b_\e(Bjohann <grossjoh@ls6.informatik.uni-dortmund.de>
1455
1456 * net/tramp.el (tramp-post-connection): Only send Perl
1457 mime-encode/decode implementations when using inline method.
1458 (tramp-handle-file-local-copy)
1459 (tramp-handle-write-region, tramp-post-connection)
1460 (tramp-coding-commands, tramp-find-inline-encoding): For the
1461 inline encodings, distinguish between local and remote commands,
1462 instead of between commands and functions. (The local commands
1463 can be functions, too.) If the local host is a Windows machine,
4208da83 1464 we can't expect the same commands to work there as on the remote host.
16674e4f
KG
1465 (tramp-call-local-coding-command): New function for calling local
1466 encoding and decoding commands.
1467 (tramp-set-remote-encoding, tramp-get-remote-encoding)
1468 (tramp-set-remote-decoding, tramp-get-remote-decoding)
1469 (tramp-set-local-encoding, tramp-get-local-encoding)
4208da83 1470 (tramp-set-local-decoding, tramp-get-local-decoding): New functions.
16674e4f
KG
1471 (tramp-get-encoding-command, tramp-set-encoding-command)
1472 (tramp-get-decoding-command, tramp-set-decoding-command)
1473 (tramp-get-encoding-function, tramp-set-encoding-function)
4208da83
SM
1474 (tramp-get-decoding-function, tramp-set-decoding-function):
1475 Old functions, removed.
16674e4f
KG
1476
14772002-09-10 Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1478
1479 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
1480 Change command to invoke /bin/sh slightly to make it compatible
1481 with the `rc' shell. Suggested by Daniel Pittman.
1482
14832002-09-10 Michael Albinus <Michael.Albinus@alcatel.de>
1484
1485 * net/tramp.el (tramp-handle-write-region): Added missing
4208da83 1486 `)'. Hope it's the right place.
16674e4f
KG
1487
14882002-09-09 Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1489
4208da83
SM
1490 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
1491 Do "exec env PS1='$ ' /bin/sh" instead of just "exec /bin/sh" in
16674e4f
KG
1492 order to get a sane shell prompt. If people have ${CWD}, say, in
1493 their shell prompt, then the default login shell might display
1494 something harmless, but the /bin/sh will display a dollar sign
1495 which confused the subsequent prompt recognition.
1496 (tramp-multi-action-password): More debugging output.
4208da83
SM
1497 (tramp-encoding-shell): Renamed from tramp-sh-program.
1498 More documentation. Default to cmd.exe on Windows NT.
16674e4f
KG
1499 (tramp-encoding-command-switch): New variable. Use instead of
1500 hard-wired "-c" which is only good for /bin/sh.
1501 (tramp-encoding-reads-stdin): New variable. If t, commands are
1502 called like "/bin/sh -c COMMAND <INPUT", if nil, they are called
4208da83 1503 like "/bin/sh -c COMMAND INPUT", ie the input file is the last arg.
16674e4f 1504 (tramp-multi-sh-program): Always default to tramp-encoding-shell.
4208da83
SM
1505 (tramp-handle-file-local-copy, tramp-handle-write-region):
1506 Respect tramp-encoding-shell and friends.
16674e4f
KG
1507 (tramp-find-inline-encoding): Use new-style calls for checking if
1508 the local commands work.
1509
15102002-09-07 Michael Albinus <Michael.Albinus@alcatel.de>
1511
1512 * net/tramp.el (tramp-methods): Remove `tramp-completion-function'
4208da83 1513 entries. They are handled now by `tramp-completion-function-alist'.
16674e4f
KG
1514 (tramp-completion-function): Defvar removed. I've never used
1515 it. Hmm.
1516 (tramp-get-completion-function)
1517 (tramp-get-completion-rsh, tramp-get-completion-ssh)
4208da83
SM
1518 (tramp-get-completion-telnet, tramp-get-completion-su):
1519 Functions removed as well. Not necessary any longer due to extended
16674e4f
KG
1520 customization means.
1521 (tramp-completion-function-alist): New defcustom. Holds all
1522 FUNCTION FILE pairs used for user and host name completion
1523 relevant for METHOD.
1524 (tramp-completion-function-alist-rsh)
1525 (tramp-completion-function-alist-ssh)
1526 (tramp-completion-function-alist-telnet)
1527 (tramp-completion-function-alist-su): Defconst for initializing
1528 `tramp-completion-function-alist'. Unfortunately, mainly UNIX-like
1529 values are known for me until now. Needs to be completed for at
1530 least VMS++ like operating systems.
1531 (tramp-set-completion-function)
1532 (tramp-get-completion-function): New functions for configuration
1533 of `tramp-completion-function-alist'. The old definition of
1534 `tramp-get-completion-function' has been discarded.
4208da83
SM
1535 (tramp-completion-handle-file-name-all-completions):
1536 Change function call for user/host completion according to definition
1537 in `tramp-completion-function-alist'.
16674e4f
KG
1538 (tramp-parse-passwd): Added exception handling for "root", because
1539 `tramp-get-completion-su' (the previous place for this stuff)
1540 doesn't exist any longer.
94deafda 1541
16674e4f
KG
15422002-09-07 Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1543
4208da83
SM
1544 * net/tramp.el (tramp-enter-password):
1545 Use `tramp-password-end-of-line' to terminate the line.
16674e4f
KG
1546 (tramp-bug): Include new variable `tramp-password-end-of-line'.
1547 (tramp-password-end-of-line): New variable. People who use plink
1548 under Windows might have to issue "\r\n" after the password, but
1549 they need to send just "\n" after the other commands. So this
1550 variable was introduced to complement `tramp-rsh-end-of-line'.
1551 (tramp-wait-for-output, tramp-post-connection): Allow "\r" at end
1552 of line of the output delimiter.
1553
15542002-09-06 Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1555
1556 * net/tramp.el (tramp-handle-file-local-copy, tramp-find-shell)
1557 (tramp-open-connection-setup-interactive-shell): Add some comments
1558 about Douglas Grey Stephen's suggestions to make Tramp work better
1559 with plink under Windows. I'm not sure what to think of them, but
1560 now I have a guinea pig to try it out on. Said guinea pig is
4208da83 1561 having other problems, though... Also remove some commented-out code.
16674e4f
KG
1562
15632002-09-06 Michael Albinus <Michael.Albinus@alcatel.de>
1564
1565 * net/tramp.el (tramp-get-completion-methods): Algorithm slightly
1566 tuned.
1567 (tramp-get-completion-user-host): Accept user names as they are if
1568 typed until "@".
1569 (tramp-completion-mode): Replace `last-input-char' by modern
1570 `last-input-event'. Check for `event-modifiers'.
1571
15722002-09-06 Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1573
1574 * net/tramp.el (file-expand-wildcards): Corrected check to see if
1575 advising is necessary.
1576
15772002-09-05 Michael Albinus <Michael.Albinus@alcatel.de>
1578
1579 * net/tramp.el (tramp-postfix-single-method-format)
1580 (tramp-postfix-multi-method-format)
1581 (tramp-postfix-multi-hop-format)
1582 (tramp-postfix-user-format): New format strings.
1583 (tramp-postfix-single-method-regexp)
1584 (tramp-postfix-multi-method-regexp)
1585 (tramp-postfix-multi-hop-regexp)
1586 (tramp-postfix-user-regexp)
1587 (tramp-make-multi-tramp-file-format)
1588 (tramp-make-tramp-file-name): Apply them.
1589 (tramp-completion-handle-file-name-all-completions): Fix for
1590 invoking ange-ftp in case of "/ftp:xxx" file names.
1591
15922002-09-04 Michael Albinus <Michael.Albinus@alcatel.de>
1593
1594 * net/tramp.el (tramp-prefix-format)
1595 (tramp-postfix-host-format): New format strings.
1596 (tramp-prefix-regexp, tramp-method-regexp)
1597 (tramp-postfix-single-method-regexp)
1598 (tramp-postfix-multi-method-regexp)
1599 (tramp-postfix-multi-hop-regexp)
1600 (tramp-user-regexp, tramp-postfix-user-regexp)
1601 (tramp-host-regexp, tramp-postfix-host-regexp)
4208da83
SM
1602 (tramp-path-regexp): New atomar regular expressions.
1603 If corresponding format strings exist, derived from them.
16674e4f
KG
1604 (tramp-file-name-structure)
1605 (tramp-multi-file-name-structure)
1606 (tramp-multi-file-name-hop-structure)
1607 (tramp-make-multi-tramp-file-format)
1608 (tramp-completion-mode)
1609 (tramp-completion-dissect-file-name)
1610 (tramp-parse-rhosts-group)
1611 (tramp-parse-shosts-group)
1612 (tramp-parse-hosts-group)
1613 (tramp-parse-passwd-group): Apply these expressions.
1614 (tramp-file-name-structure-unified)
1615 (tramp-file-name-structure-separate)
1616 (tramp-make-tramp-file-format-unified)
1617 (tramp-make-tramp-file-format-separate)
1618 (tramp-make-tramp-file-format)
1619 (tramp-make-tramp-file-user-nil-format-unified)
1620 (tramp-make-tramp-file-user-nil-format-separate)
1621 (tramp-make-tramp-file-user-nil-format)
1622 (tramp-multi-file-name-structure-unified)
1623 (tramp-multi-file-name-structure-separate)
1624 (tramp-multi-file-name-hop-structure-unified)
1625 (tramp-multi-file-name-hop-structure-separate)
1626 (tramp-make-multi-tramp-file-format-unified)
1627 (tramp-make-multi-tramp-file-format-separate): Removed.
1628 (tramp-make-tramp-file-name): Allow partial tramp file
1629 names. Generate tramp file format on-the-fly depending on
1630 parameters. Apply atomar format strings resp expressions.
1631 (tramp-get-completion-methods)
4208da83 1632 (tramp-get-completion-user-host): Apply `tramp-make-tramp-file-name'.
16674e4f
KG
1633 (tramp-parse-hosts-group): Take all host names and IP addresses
1634 into account.
1635 (tramp-bug): Remove `tramp-make-tramp-file-format'.
1636
16372002-09-01 Michael Albinus <Michael.Albinus@alcatel.de>
1638
1639 * net/tramp.el (tramp-methods): Add `tramp-completion-function'
1640 for "su" and "sudo".
1641 (tramp-get-completion-telnet): Implement it.
1642 (tramp-parse-hosts)
1643 (tramp-parse-hosts-group)
1644 (tramp-get-completion-su)
1645 (tramp-parse-passwd)
1646 (tramp-parse-passwd-group): New functions.
1647
16482002-08-31 Michael Albinus <Michael.Albinus@alcatel.de>
1649
4208da83 1650 * net/tramp.el (tramp-completion-mode): Check for `last-input-char'.
16674e4f
KG
1651 (tramp-completion-file-name-handler-alist): Add handler for
1652 `file-exists-p.
1653 (tramp-completion-handle-file-exists-p): New function.
1654 (tramp-completion-handle-file-name-completion): Simplified.
1655 (tramp-completion-dissect-file-name): Regexp's reorganised.
4208da83
SM
1656 (tramp-completion-handle-file-name-all-completions):
1657 Call completion-function only if `user' or `host' is given.
16674e4f
KG
1658 (tramp-get-completion-user-host): New function.
1659 (tramp-get-completion-rsh)
1660 (tramp-get-completion-ssh): Apply it.
94deafda 1661
16674e4f
KG
16622002-08-29 Michael Albinus <Michael.Albinus@alcatel.de>
1663
4208da83
SM
1664 * net/tramp.el (tramp-completion-file-name-handler-alist):
1665 Add handler for `expand-file-name'.
16674e4f
KG
1666 (tramp-completion-handle-expand-file-name): New function.
1667
16682002-08-26 Michael Albinus <Michael.Albinus@alcatel.de>
1669
1670 * net/tramp.el (tramp-completion-mode): New function.
1671 (tramp-completion-handle-file-name-directory)
1672 (tramp-completion-handle-file-name-all-completions): Apply it.
4208da83 1673 (tramp-methods): Remove double definition of `ssh1-old' and `ssh2-old'.
16674e4f
KG
1674 (tramp-point-at-eol): New defalias.
1675 (tramp-parse-rhosts-group)
1676 (tramp-parse-shosts-group):: Apply it.
1677
16782002-08-25 Michael Albinus <Michael.Albinus@alcatel.de>
1679
1680 * net/tramp.el (tramp-get-completion-methods)
1681 (tramp-get-completion-rsh)
1682 (tramp-get-completion-ssh): Add "[" for Xemacs.
1683 (tramp-completion-file-name-regexp-separate): Expression adapted.
1684 (tramp-completion-file-name-handler-alist): Add handler for
1685 `file-name-directory' and `file-name-nondirectory'.
1686 (tramp-completion-handle-file-name-directory)
1687 (tramp-completion-handle-file-name-nondirectory)
1688 (tramp-completion-run-real-handler): New functions.
1689 (tramp-completion-file-name-handler)
4208da83
SM
1690 (tramp-completion-handle-file-name-all-completions):
1691 Apply `tramp-completion-run-real-handler'.
16674e4f
KG
1692 (tramp-parse-rhosts)
1693 (tramp-parse-shosts): Use `with-temp-buffer'. `result\e,b4\e(B renamed to
1694 `res' (otherwise side effects in XEmacs).
1695
16962002-08-24 Michael Albinus <Michael.Albinus@alcatel.de>
1697
1698 * net/tramp.el (tramp-completion-file-name-regexp)
1699 (tramp-completion-file-name-handler-alist)
1700 (tramp-flatten-list)
1701 (tramp-completion-dissect-file-name)
1702 (tramp-get-completion-rsh)
1703 (tramp-parse-rhosts)
1704 (tramp-parse-rhosts-group)
1705 (tramp-get-completion-ssh): Doc string tuned.
1706 (tramp-methods): Doc string and custom type extended for
1707 `tramp-completion-function'.
1708 (tramp-completion-function): Variable added. Is it really used?
1709 Other variables like `tramp-completion-function' aren't used.
1710 (tramp-completion-file-name-handler-alist): Add handler for
1711 `file-name-completion'.
1712 (tramp-completion-handle-file-name-completion): New function.
1713
17142002-08-18 Michael Albinus <Michael.Albinus@alcatel.de>
1715
1716 * net/tramp.el (tramp-parse-rhosts)
1717 (tramp-parse-rhosts-group)
1718 (tramp-parse-shosts)
1719 (tramp-parse-shosts-group): New functions.
1720
17212002-08-17 Michael Albinus <Michael.Albinus@alcatel.de>
1722
1723 * net/tramp.el (tramp-completion-dissect-file-name)
1724 (tramp-completion-dissect-file-name1): New functions.
1725
17262002-08-16 Michael Albinus <Michael.Albinus@alcatel.de>
1727
1728 * net/tramp.el (tramp-get-completion-function)
1729 (tramp-get-completion-rsh)
1730 (tramp-get-completion-ssh)
1731 (tramp-get-completion-telnet): New functions.
1732 (tramp-methods): Add `tramp-completion-function' for all methods.
1733
17342002-08-15 Michael Albinus <Michael.Albinus@alcatel.de>
1735
1736 * net/tramp.el (tramp-get-completion-methods): New function.
1737 (tramp-find-default-method): Allow host to be nil (like user).
1738
17392002-08-14 Michael Albinus <Michael.Albinus@alcatel.de>
1740
1741 * net/tramp.el (tramp-completion-file-name-regexp-unified)
1742 (tramp-completion-file-name-regexp-separate)
1743 (tramp-completion-file-name-regexp)
1744 (tramp-completion-file-name-handler-alist): New defcustoms.
4208da83
SM
1745 (tramp-completion-file-name-handler): New function.
1746 Add `tramp-completion-file-name-handler' to `file-name-handler-alist'.
16674e4f
KG
1747 (tramp-run-real-handler): Add `tramp-completion-file-name-handler'
1748 to `inhibit-file-name-handlers'.
1749 (tramp-completion-handle-file-name-all-completions)
1750 (tramp-completion-handle-file-name-completion): New functions.
94deafda 1751
16674e4f
KG
17522002-08-12 Michael Albinus <Michael.Albinus@alcatel.de>
1753
1754 * net/tramp.el (tramp-invoke-ange-ftp): `tramp-disable-ange-ftp'
1755 must be called again after activating `ange-ftp'.
1756 (tramp-ange-ftp-file-name-p): Check for Xemacs.
1757
17582002-08-08 Michael Albinus <Michael.Albinus@alcatel.de>
1759
1760 * net/tramp.el (tramp-do-copy-or-rename-file): Don't pass
1761 KEEP-DATE to tramp-invoke-ange-ftp 'rename.
1762 (tramp-handle-write-region): Don't pass LOCKNAME and CONFIRM to
1763 tramp-invoke-ange-ftp 'write-region.
1764 (tramp-handle-set-file-modes): Change order of FILENAME and MODE
1765 passing to tramp-invoke-ange-ftp 'set-file-modes.
1766 (tramp-flatten-list): New function. Maybe this functionality does
1767 exist already elsewhere in the libraries.
1768 (tramp-invoke-ange-ftp): Apply `tramp-flatten-list' to parameter
1769 list in order to avoid nested lists, f.e. when invoked from
1770 `tramp-handle-dired-call-process'.
1771
17722002-09-05 Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1773
1774 * net/tramp.el (tramp-chunksize): New kluge variable.
1775 (tramp-send-region): If tramp-chunksize is non-nil, send region in
1776 parts and sleep 0.1 seconds between chunks.
1777
17782002-09-03 Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1779
4208da83
SM
1780 * net/tramp.el (tramp-handle-insert-directory):
1781 Use `insert-buffer-substring' instead of `insert-buffer', which is not
16674e4f
KG
1782 supposed to be used from Lisp. Remember old point in a variable
1783 instead of using `mark'. Suggestion from Stefan Monnier.
1784 (tramp-unified-filenames): New variable. Use it in default value
1785 of other filename variables.
1786 (file-expand-wildcards): Don't advise unless "[" and "]" are used
1787 in the filename format.
1788
17892002-09-01 Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1790
1791 * net/tramp.el (tramp-methods): Remove duplicate definition of
1792 ssh1-old and ssh2-old.
1793
1fc85dae
KG
17942002-09-22 Kai Gro\e,b_\e(Bjohann <grossjoh@ls6.informatik.uni-dortmund.de>
1795
1796 * dired.el (dired-insert-directory): Always add "--dired" to to
1797 SWITCHES for remote files.
1798 * files.el (insert-directory): Comment saying that "--dired"
1799 might be in the SWITCHES.
1800 * net/ange-ftp.el (ange-ftp-ls): Handle "--dired" in LSARGS.
4208da83 1801 (ange-ftp-insert-directory): Comment explaining "--dired" handling.
1fc85dae 1802
f8aba1ce
MR
18032002-09-21 Markus Rost <rost@math.ohio-state.edu>
1804
1805 * mail/mailabbrev.el (mail-abbrev-make-syntax-table): Give %!._-
1806 word constituent syntax.
1807
4e189812
RS
18082002-09-21 Richard M. Stallman <rms@gnu.org>
1809
1810 * cus-dep.el (custom-make-dependencies): Bind to t
1811 around evaluating the def-form.
1812
1813 * custom.el (custom-dont-initialize): New variable.
1814 (custom-declare-variable): Don't init the variable
1815 if custom-dont-initialize is non-nil.
1816
a13a3391
JPW
18172002-09-21 John Paul Wallington <jpw@shootybangbang.com>
1818
1819 * net/eudc.el (eudc-install-menu): Use `define-key' and
1820 `easy-menu-create-menu' to avoid duplication of menu.
1821
0acc5357
KS
18222002-09-20 Kim F. Storm <storm@cua.dk>
1823
1824 * kmacro.el (kmacro-step-edit-query): Use RET to execute rest of
1825 macro and terminate editing.
1826 (kmacro-step-edit-macro): Push previous macro onto ring if changed
1827 by step editing.
1828
4bd2c013
RS
18292002-09-19 Tom Tromey <tromey@redhat.com>
1830
1831 * play/blackbox.el (bb-right): Respect prefix argument.
1832 (bb-left, bb-up, bb-down): Likewise.
1833
4986d1f1
RS
18342002-09-19 Richard M. Stallman <rms@gnu.org>
1835
1836 * cus-dep.el (custom-make-dependencies): Fix previous change.
1837
5967d963
JB
18382002-09-19 Juanma Barranquero <lektu@terra.es>
1839
1840 * ielm.el (ielm-eval-input): Call `error-message-string' instead
1841 of the non-existent `ielm-format-error'.
1842
ddd73e0b
SM
18432002-09-19 Stefan Monnier <monnier@cs.yale.edu>
1844
1845 * emacs-lisp/easymenu.el (easy-menu-remove):
1846 * emacs-lisp/ewoc.el (ewoc--node-branch): Add docstring.
1847
1848 * international/mule-diag.el (describe-coding-system):
1849 Remove unused `coding-spec' variable.
1850 (list-input-methods): Be more careful when setting up the help buffer.
1851
1852 * international/ucs-tables.el (unify-8859-on-encoding-mode):
1853 Set init value to t to reflect reality.
1854 (ucs-minibuffer-setup): Use minibuffer-selected-window.
1855
18562002-09-18 Stefan Monnier <monnier@cs.yale.edu>
1857
1858 * progmodes/make-mode.el (makefile-cleanup-continuations-p):
1859 Rename to makefile-cleanup-continuations.
1860 (makefile-mode): Use write-file-functions.
1861 (makefile-fill-paragraph): Use match-string-no-properties.
1862 (makefile-fill-paragraph): Use line-end-position.
1863 (makefile-add-log-defun): Simplify.
1864
8421685f
RS
18652002-09-18 Richard M. Stallman <rms@gnu.org>
1866
1867 * dired.el (dired-mark-pop-up): Doc fix.
1868
1869 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Put the
1870 definition straight into loaddefs.el as well as executing it here.
1871
8d37d80f
CW
18722002-09-18 Colin Walters <walters@debian.org>
1873
1874 * calc/calc.el (calc-mode): Add font-lock-defontify to
1875 change-major-mode-hook.
1876
e2bd460a
RS
18772002-09-18 Richard M. Stallman <rms@gnu.org>
1878
3116d142
RS
1879 * Makefile.in (bootstrap-clean): Use cd to shorten arg strings.
1880 Don't ignore errors in rm line.
1881
e2bd460a
RS
1882 * menu-bar.el (menu-bar-search-menu): Nicer help string.
1883
1884 * replace.el (occur-engine-add-prefix): Use 7 spaces.
1885 (occur-engine): Use 7 digits to align tabs in the data.
1886
1887 * emacs-lisp/bytecomp.el (byte-compile-output-docform):
1888 Don't make the definition dynamic if it shares structure
1889 with the arg list.
1890
1891 * gud.el (gud-pdb-marker-regexp): Allow : and \ in file name.
1892 (pdb): In gud-remove, pass down the file name.
1893
1894 * cus-dep.el (custom-make-dependencies): Sort MEMBERS before use.
1895
18962002-09-18 Luc Teirlinck <teirllm@mail.auburn.edu>
1897
1898 * ielm.el: (*1, *2, *3): New variables.
94deafda 1899 (ielm-eval-input): Make temporary buffers current on entry and
ddd73e0b 1900 exit to the let bindings for *, ** and ***.
e2bd460a 1901 (inferior-emacs-lisp-mode): Mention *1, *2 and *3 in the docstring.
ddd73e0b 1902 Do not overrule global bindings for *, ** and ***.
e2bd460a
RS
1903
19042002-09-18 Tom Tromey <tromey@redhat.com>
1905
1906 * progmodes/make-mode.el (makefile-fill-paragraph): Find comment
1907 boundaries before filling.
1908
ddd73e0b
SM
19092002-09-18 Stefan Monnier <monnier@cs.yale.edu>
1910
1911 * server.el (server-done): Fix harmlessly wrong arg to save-buffer.
1912 (server-switch-buffer): Only select a different window if
1913 next-buffer is non-nil. Don't switch in a dedicated window.
1914 If next-buffer is already displayed, reuse that window.
1915
1916 * diff-mode.el (diff-mode): Use compilation-minor-mode.
1917 Don't unbind compilation-last-buffer after autoloading compile.el.
1918 Hide the compilation-minor-mode bindings altogether.
1919
96610f9d
KG
19202002-09-18 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1921
1922 * dired.el (dired-insert-directory): Never add "--dired" when
1923 listing remote directories.
1924
f3eabcdf 19252002-09-18 Michael Kifer <kifer@cs.stonybrook.edu>
d7221af8
SM
1926
1927 * ediff-hooks.el: Put back the autoloads (for XEmacs compatibility).
1928
f3eabcdf 1929 * ediff-init.el: Use defalias instead of fset.
d7221af8 1930
f3eabcdf 1931 * ediff-util.el: Use defalias instead of fset.
d7221af8
SM
1932
1933 * viper-util.el (viper-chars-in-region): Simplification.
1934
1935 * viper.el (viper-emacs-state-mode-list): Added modes.
1936
7ed9159a
JY
19372002-09-18 Jonathan Yavner <jyavner@engineer.com>
1938
1939 * emacs-lisp/testcover.el: New file. Uses edebug to instrument a
1940 module of code, with graphical display of poor-coverage spots.
1941
1942 * emacs-lisp/testcover-ses.el: New file. Demonstrates use of
1943 testcover on a interactive module like ses.
1944
1945 * emacs-lisp/testcover-unsafep.el: New file. Demonstrates use of
1946 testcover on a noninteractive module like unsafep.
1947
bd3c9eb6
MB
19482002-09-18 Miles Bader <miles@gnu.org>
1949
1950 * diff-mode.el (diff-mode): Don't evaluate `compilation-last-buffer'
1951 unless it's bound.
1952
d7221af8
SM
19532002-09-17 Stefan Monnier <monnier@cs.yale.edu>
1954
1955 * server.el (server-log): Add `client' arg.
1956 (server-start): Don't bother canceling the sentinel.
1957 (server-process-filter): Use replace-regexp-in-string and
1958 handle the new &n quoting. Use push. Use server-log's new arg.
1959 Don't output the C-x # message if `nowait'.
1960 (server-buffer-done): Use server-log's new arg.
1961
7ed9159a
JY
19622002-09-16 Jonathan Yavner <jyavner@engineer.com>
1963
1964 * ses.el: New file.
1965
1966 * emacs-lisp/unsafep.el: New file.
1967
1968 * files.el (auto-mode-alist): Add ".ses" for ses-mode.
1969 (inhibit-quit): This is risky for unsafep, doesn't matter much for
1970 anybody else.
1971 (risky-local-variable-p): New function. Split off from
1972 hack-one-local-variable so unsafep can use it. Add \|-history$ to
1973 the list of disallowed local variable names (malicious user could
1974 stuff a `display' property in there that would be activated when
1975 na\e,Ao\e(Bve user called up the history).
1976
401c1968
MR
19772002-09-16 Markus Rost <rost@math.ohio-state.edu>
1978
d7221af8 1979 * ls-lisp.el (ls-lisp-format-time-list): Fix type and provide :tag's.
401c1968 1980
c721078e
RS
19812002-09-16 Richard M. Stallman <rms@gnu.org>
1982
05a84156
RS
1983 * play/gomoku.el (gomoku-move-up, gomoku-move-down):
1984 Use forward-line and move-to-column.
1985
c721078e
RS
1986 * cus-edit.el (custom-variable-backup-value): New function.
1987 (custom-variable-reset-backup): New function.
1988 (custom-variable-menu): Add item for custom-variable-reset-backup.
d7221af8 1989 (custom-variable-set, custom-variable-reset-saved)
c721078e
RS
1990 (custom-variable-reset-standard): Call custom-variable-backup-value.
1991
d7221af8
SM
19922002-09-16 Stefan Monnier <monnier@cs.yale.edu>
1993
1994 * dired.el (dired-font-lock-keywords): Use regexp-opt.
1995 (dired-move-to-filename): Better message when we fail to find the file.
1996 (dired-sort-toggle): Minor optimization.
1997
0e8ed1fb
JB
19982002-09-16 Juanma Barranquero <lektu@terra.es>
1999
401c1968
MR
2000 * dired-aux.el (dired-add-entry): Add missing argument to
2001 `dired-mark'.
0e8ed1fb 2002
dd42d3ba
JPW
20032002-09-16 John Paul Wallington <jpw@shootybangbang.com>
2004
2005 * xscheme.el (scheme-interaction-mode): Doc fix.
2006
2007 * net/eudc.el (eudc-plist-get): Doc fix.
2008
4c94395e
KS
20092002-09-16 Kim F. Storm <storm@cua.dk>
2010
2011 * menu-bar.el (menu-bar-last-search-type): New var.
2012 (nonincremental-repeat-search-forward)
2013 (nonincremental-repeat-search-backward): Repeat string or
2014 regexp search depending on menu-bar-last-search-type.
2015 (nonincremental-search-forward, nonincremental-re-search-forward)
2016 (nonincremental-search-backward, nonincremental-re-search-backward):
2017 Set menu-bar-last-search-type to string or regexp.
2018 (nonincremental-repeat-re-search-forward): Removed.
2019 (nonincremental-repeat-re-search-backward): Removed.
2020 (menu-bar-replace-menu): New keymap for "Edit->Replace" submenu.
2021 (menu-bar-i-search-menu): New keymap for "Incremental Search" submenu.
2022 (menu-bar-adv-search-menu): Removed.
2023 (menu-bar-search-menu): Reorganized.
2024 (menu-bar-edit-menu): Added "Replace" submenu.
0e8ed1fb 2025
c721078e
RS
20262002-09-15 Richard M. Stallman <rms@gnu.org>
2027
2028 * scroll-bar.el (scroll-bar-mode): Specify :initialize.
2029
2030 * menu-bar.el (menu-bar-make-mm-toggle): Don't put a quote befor FNAME
2031 when it's not being evaluated.
2032
f618b7e5
MR
20332002-09-15 Markus Rost <rost@math.ohio-state.edu>
2034
2035 * dired.el (dired-move-to-filename): Fix previous change.
2036
d83b86d8
KS
20372002-09-14 Kim F. Storm <storm@cua.dk>
2038
2039 * emulation/keypad.el (keypad-setup, keypad-shifted-setup)
0e8ed1fb 2040 (keypad-numlock-setup, keypad-numlock-shifted-setup):
d83b86d8
KS
2041 Change `Remove Binding' option to `Unspecified/User-defined'.
2042 (keypad-setup): Enhance explanation of setup type `none'.
2043
bf2a6c39
RS
20442002-09-14 Richard M. Stallman <rms@gnu.org>
2045
c721078e
RS
2046 * time.el (display-time-mode): Set display-time-load-average here.
2047 (display-time-load-average): Initialize to nil.
2048 (display-time-default-load-average): Add "None" alternative.
2049 (display-time-update): Handle "None" alternative for load-average.
2050
2051 * dired-aux.el (dired-bunch-files): Put the arg FILES
2052 back as it was after temporary destrucive mods.
2053 (dired-add-entry): Use dired-insert-directory to handle indentation.
2054 Explicitly restore the line's marker character.
2055 Preserve the old file name's text properties.
2056 (dired-add-entry-do-indentation): Function deleted.
2057 (dired-relist-file): Doc fix.
2058 (dired-rename-file): Change argument names.
2059 (foo-rename-file): New function.
2060 (dired-do-hardlink): Use dired-hardlink.
2061 (dired-hardlink): New function.
2062 (dired-insert-subdir-doinsert): Use dired-insert-directory;
2063 that handles indentation, text props and header line.
2064 dired-readin-insert gets no args.
2065 Use `last' instead of `reverse'.
2066
2067 * dired.el (dired-use-ls-dired): New variable.
2068 (dired-directory): Document the rules better.
2069
2070 * dired.el (dired-insert-headerline): Function deleted.
2071 (dired-revert): Pass no args to dired-readin.
2072 (dired-move-to-filename): First try using dired-filename property.
2073 (dired-move-to-end-of-filename): Likewise.
2074 (dired-why): Try to show the start of this page of warnings.
2075 (dired-log): Insert the buffer name at start of page, not end.
2076 (dired-log-summary): If just one failure, explain it in echo area.
2077
2078 * dired.el (dired-internal-noselect):
2079 Always set dired-directory, when buffer is not new.
2080 Pass dir-or-list, not dirname, to dired-mode.
2081 Call dired-readin with no args.
2082 Don't call dired-after-readin-hook here.
2083 (dired-find-buffer-nocreate): Expand dirname.
2084 Expand the dir from dired-directory to compare with dirname.
2085
2086 (dired-readin): Take no args. Get the directory from dired-directory.
2087 Run dired-before-reading hook inside save-excursion.
2088 Run dired-after-readin-hook here.
2089 Don't make undo entries at all.
2090 Call dired-readin-insert with no args.
2091 Don't change indentation here.
2092 Don't insert headerline here.
2093
2094 (dired-readin-insert): Take no args.
2095 Get dir and file-list from dired-directory.
2096 Call dired-insert-directory the new way.
2097 Don't insert "wildcard" info here.
2098
2099 (dired-insert-directory): New arg FILE-LIST.
2100 First arg now DIR, always just the directory.
2101 This function fully handles setting up the buffer text:
2102 update indentation, insert headerline and "wildcard" info.
2103 Pass --dired arg if appropriate; put info in dired-filename props.
2104 Don't expand file names here.
94deafda 2105
bf2a6c39
RS
2106 * warnings.el (display-warning): In batch mode,
2107 exclude the final newline from the arg to `message'.
2108
4e4e9519
MR
21092002-09-13 Markus Rost <rost@math.ohio-state.edu>
2110
2111 * files.el (diff-buffer-with-file): Check whether associated file
2112 exists. Display message for 1 second. Always return nil.
2113
12a11745
SM
21142002-09-13 Stefan Monnier <monnier@cs.yale.edu>
2115
b9d391f7
SM
2116 * diff-mode.el (diff-mode): Turn on compilation-minor-mode
2117 support again, but more carefully this time.
2118
2119 * progmodes/perl-mode.el (perl-mode-syntax-table): Mark $, % and @
2120 such that backward-sexp correctly skips them.
2121 (perl-font-lock-keywords-2): Use regexp-opt.
2122 (perl-font-lock-syntactic-keywords)
2123 (perl-font-lock-syntactic-face-function): Better handle PODs.
2124 Handle package names with ' in them and ($$) in `sub' declarations.
2125 Handle format staements. Handle regexp and quote-like ops.
2126 (perl-empty-syntax-table): New var.
2127 (perl-quote-syntax-table): New fun.
2128
2129 * pcvs.el (cvs-mode-find-file): Work even if point is at beg-of-line.
2130 (cvs-do-removal): Bind inhibit-read-only while modifying the buffer.
2131
2132 * newcomment.el (comment-with-narrowing): Use the `declare' thingy.
2133
12a11745
SM
2134 * derived.el (define-derived-mode): Properly ignore unknown args.
2135
2136 * emacs-lisp/easy-mmode.el (define-minor-mode): Add a :require arg.
2137 Don't call the function during init if mode is on by default.
2138
2139 * simple.el: Provide `simple'.
2140 (transient-mark-mode, line-number-mode, column-number-mode):
2141 Pass an explicit `:require nil' argument.
2142
a4afd285
FP
21432002-09-13 Francesco Potorti` <pot@gnu.org>
2144
2145 * play/tetris.el (tetris-blank-options, tetris-cell-options):
2146 Remove various redundant `(t nil)'.
2147
12a11745 2148 * play/snake.el (snake-border-options): Use color on tty if available.
a4afd285
FP
2149
2150 * play/tetris.el (tetris-border-options): Likewise.
2151
2152 * play/pong.el (pong-border-options): Likewise, plus reset
2153 color on tty to be [0.5 0.5 0.5].
2154
495aa8f4
KS
21552002-09-13 Kim F. Storm <storm@cua.dk>
2156
2157 * kmacro.el (kmacro-start-macro): Doc fix.
2158
e23d264d
JB
21592002-09-13 Juanma Barranquero <lektu@terra.es>
2160
2161 * progmodes/idlw-shell.el (idlwave-shell-cleanup): Fix reference
2162 to `idlwave-idlwave_routine_info-compiled'.
2163
2164 * whitespace.el (whitespace-unload-hook): Call `remove-hook' with
2165 three arguments, not four.
2166
0e8ed1fb
JB
21672002-09-13 Kim F. Storm <storm@cua.dk>
2168
2169 * kmacro.el (kmacro-keymap): Changed bindings:
2170 C-x C-k s to kmacro-start-macro, C-x C-k b to kmacro-bind-to-key.
2171
9e9a77a6
RS
21722002-09-12 Richard M. Stallman <rms@gnu.org>
2173
2174 * international/mule-cmds.el (universal-coding-system-argument):
2175 Read the coding system inside `interactive' spec, for command-history.
2176
23fdddf7
SM
21772002-09-12 Stefan Monnier <monnier@cs.yale.edu>
2178
2179 * emacs-lisp/find-func.el (find-library-name): Don't forget
2180 the empty suffix. Fix stale variable name.
2181
2182 * gud.el (gud-gdb-massage-args, gud-sdb-massage-args)
2183 (gud-pdb-massage-args): Delete.
2184 (gdb, sdb, pdb): Don't pass gud-*-massage-args any more.
2185 (gud-gdb-command-name): New var. Put "--fullname" in there.
2186 (gud-query-cmdline): Use the most recent executable as the default.
2187 Don't add "--fullname" (it's only valid/meaningful for GDB).
2188 (gud-xdb-marker-filter): Use match-string.
2189 (gud-perldb-massage-args): Don't add "-d".
2190 (gud-perldb-command-name): Add "-d".
2191 (gud-common-init): If `massage-args' is nil, don't call it.
2192 (gud-format-command): Don't hardcode point-min==1.
2193
2194 * derived.el: Require CL when compiling.
2195
7fda10ab
SJ
21962002-09-12 Simon Josefsson <jas@extundo.com>
2197
2198 * mail/smtpmail.el (smtpmail-send-it): Don't use : in filenames
2199 (for cygwin). Suggested by Andrew Senior <aws@watson.ibm.com>.
2200 Use expand-file-name. Also don't require time-stamp.
2201
7c3cb37d
RS
22022002-09-11 Richard M. Stallman <rms@gnu.org>
2203
2204 * derived.el (define-derived-mode): When making new abbrev table,
2205 don't try to copy the parent's abbrev table.
2206
2207 * ruler-mode.el (ruler-mode-left-scroll-bar-cols):
2208 Always round scroll-bar-width parameter up.
2209 If it is nil, use 14.
2210
2211 * abbrev.el (copy-abbrev-table): New function.
2212
22132002-09-11 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2214
4e4e9519
MR
2215 * ps-print.el: Adjust ps-print-color-p, ps-default-fg and
2216 ps-default-bg setting.
7c3cb37d
RS
2217 (ps-print-version): New version number (6.5.7).
2218 (ps-mark-active-p): New fun.
2219 (ps-print-preprint-region): Adjust code.
2220
b4b11a40
DL
22212002-09-11 Dave Love <fx@gnu.org>
2222
23fdddf7 2223 * international/mule.el (non-standard-designations-alist)
b4b11a40
DL
2224 (ctext-pre-write-conversion): Don't generate invalid extended
2225 segments for iso8859.
2226
2227 * language/cyrillic.el ("Ukrainian"): Fix nonascii-translation.
2228 (cyrillic-alternativnyj-decode-table): Fix some entries.
2229
2230 * international/ucs-tables.el: Fix last change.
2231
401c1968
MR
2232 * international/utf-8.el (utf-8-fragment-on-decoding): Fix last
2233 change.
b4b11a40 2234
b481ee04
KS
22352002-09-11 Kim F. Storm <storm@cua.dk>
2236
2237 * edmacro.el (edit-kbd-macro): Recognize new C-x e binding,
2238 kmacro-end-and-call-macro.
2239
4679af47
JB
22402002-09-11 Juanma Barranquero <lektu@terra.es>
2241
2242 * newcomment.el (uncomment-region): Fix let/let* use.
2243
b559a041
SJ
22442002-09-11 Simon Josefsson <jas@extundo.com>
2245
7fda10ab
SJ
2246 * time-stamp.el (time-stamp-hhmmss): New function.
2247
cf681de6
SJ
2248 * gud.el (gud-gdb-massage-args): Don't secretly add -fullname.
2249 (gud-query-cmdline): Add --fullname to the user cmdline.
2250
b559a041
SJ
2251 * mail/smtpmail.el (smtpmail-default-smtp-server): Doc fix.
2252
482b44d8
KS
22532002-09-11 Kim F. Storm <storm@cua.dk>
2254
2255 * kmacro.el (kmacro-call-macro): Rephrase repeat prompt.
2256 (kmacro-step-edit-map): Bind "A" to `append-end'.
2257 (kmacro-step-edit-prompt): Fix prompt.
2258 (kmacro-step-edit-query): Handle `append-end' response.
2259 (kmacro-step-edit-pre-command): Activate `append-end' at end of
2260 macro when required.
2261
23fdddf7
SM
22622002-09-11 Stefan Monnier <monnier@cs.yale.edu>
2263
2264 * derived.el (define-derived-mode): Fix typo.
2265
2266 * menu-bar.el (line-number-mode, column-number-mode)
2267 (transient-mark-mode): Use minor mode directly.
2268 (menu-bar-make-toggle): Remove `props' arg.
2269 Move customize-mark-as-set directly into the toggle function.
2270
2271 * whitespace.el (whitespace-global-mode): Use define-minor-mode.
2272 Use the new file hook names.
2273 (whitespace-describe): Remove. Move the text to `Commentary:'.
2274 (whitespace-unload-hook): Use the new file hook names.
2275
2276 * finder.el (finder-find-library): Remove.
2277 (finder-commentary): Use find-library-name and add completion.
2278
2279 * simple.el (transient-mark-mode, line-number-mode)
2280 (column-number-mode): Use define-minor-mode.
2281 (define-mail-user-agent): Delete. Moved to subr.el.
2282
2283 * loadup.el ("simple.el"): Move to after loaddefs.el.
2284
2285 * subr.el (define-mail-user-agent): Moved from simple.el.
2286
0e8ed1fb
JB
22872002-09-10 Richard M. Stallman <rms@gnu.org>
2288
2289 * pcvs-info.el (cvs-check-fileinfo): Don't use boolp.
2290 (boolp): Function deleted.
2291
d2211627
DL
22922002-09-10 Dave Love <fx@gnu.org>
2293
23fdddf7
SM
2294 * international/utf-8.el (ucs-mule-to-mule-unicode):
2295 Define unconditionally.
d2211627
DL
2296 (utf-8-fragmentation-table): New. Use it in top-level mapc.
2297 (utf-8-fragment-on-decoding): Use it to keep
2298 utf-8-translation-table-for-decode variable and translation table
2299 in sync.
2300
23fdddf7
SM
2301 * international/ucs-tables.el: Bind utf-8-translation-table-for-decode
2302 when setting up tables and remove useless optimize-char-table.
d2211627
DL
2303 (ucs-mule-to-mule-unicode): Deleted.
2304 (ucs-unify-8859): Maybe optimize ucs-mule-to-mule-unicode.
2305
2306 * international/utf-16.el (utf-16-le-pre-write-conversion)
2307 (utf-16-be-pre-write-conversion): Deleted.
23fdddf7 2308 (mule-utf-16-le, mule-utf-16-be): Register encoding translation table.
d2211627 2309
3e6be279
RS
23102002-09-10 Richard M. Stallman <rms@gnu.org>
2311
2312 * files.el (diff-buffer-with-file): Simplify.
2313 Don't signal an error if buffer has no file.
2314 Call sit-for after `diff' returns.
2315
2316 * play/gamegrid.el (gamegrid-make-color-tty-face):
2317 Handle string as COLOR arg.
2318 (gamegrid-display-type): Don't assume display-color-p
2319 implies a color-x terminal.
2320 (gamegrid-hide-cursor): Set `cursor-type' local variable.
2321
2322 * descr-text.el (describe-text-mode): Add font-lock-defontify to
2323 change-major-mode-hook.
2324
2325 * ibuffer.el (ibuffer-mode): Add font-lock-defontify to
2326 change-major-mode-hook.
2327
2328 * comint.el (comint-mode): Add font-lock-defontify to
2329 change-major-mode-hook.
2330
2331 * info.el (Info-mode): Add font-lock-defontify to
2332 change-major-mode-hook.
2333
2334 * replace.el (occur-mode): Add font-lock-defontify to
2335 change-major-mode-hook.
2336
2337 * font-core.el (font-lock-defontify): New function.
2338
23392002-09-10 Richard M. Stallman <rms@gnu.org>
2340
2341 * ps-print.el (ps-printer-name-option): Doc fix.
2342
23432002-09-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2344
23fdddf7
SM
2345 * ps-print.el: Adjust ps-postscript-code-directory setting.
2346 XEmacs version check was adjusted.
3e6be279
RS
2347 (ps-print-version): New version number (6.5.6).
2348 (ps-print-color-p, ps-page-dimensions-database): Autoload var.
2349 (ps-print-code, ps-print-preprint-region): Adjust code.
2350
709d45e1
KG
23512002-09-10 Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2352
2353 * files.el (auto-mode-alist): ~/.gnus, ~/.viper are in
2354 emacs-lisp-mode, like ~/.emacs.
2355
23fdddf7
SM
23562002-09-10 Stefan Monnier <monnier@cs.yale.edu>
2357
2358 * newcomment.el (uncomment-region): Be more careful with `='.
2359
a3e58c1a
JPW
23602002-09-10 Deepak Goel <deego@glue.umd.edu>
2361
2362 * play/doctor.el (doc//): Rename from `//'. Update callers.
2363 (doc$): Rename from `$'. Update callers.
2364
0e53a373
MB
23652002-09-10 Miles Bader <miles@gnu.org>
2366
2367 * simple.el (do-auto-fill): `fill-indent-according-to-mode' is a
2368 variable, not a function.
2369
2370 * kmacro.el (kmacro-call-macro): Deal with a non-numeric prefix arg.
2371
e00a1361 23722002-09-10 Kim F. Storm <storm@cua.dk>
2bbfbf25
KS
2373
2374 * macros.el (apply-macro-to-region-lines): Let-bind mark-active to
2375 nil while executing macro to avoid triggering delete-selection-mode.
2376
2377 * simple.el (keyboard-quit): Set defining-kbd-macro to nil to
0a28e1ca
SM
2378 cancel defining keyboard macro when applicable.
2379
0e8ed1fb
JB
23802002-09-09 Markus Rost <rost@math.ohio-state.edu>
2381
2382 * simple.el (transient-mark-mode, line-number-mode)
2383 (column-number-mode): Undo previous change because of bootstrapping.
2384
0a28e1ca
SM
23852002-09-09 Stefan Monnier <monnier@cs.yale.edu>
2386
2387 * derived.el (define-derived-mode): Add keyword arguments.
2388 (derived-mode-make-docstring): Take abbrev and syntax table names.
2389
2390 * font-core.el (font-lock-change-mode): Just turn off font-lock-mode.
2391 (font-lock-default-function): Change arg name.
2392
2393 * cus-start.el (transient-mark-mode): Delete. Done in simple.el.
2394
2395 * paren.el (show-paren-function): Use syntax-after.
2396
2397 * emacs-lisp/syntax.el (syntax-after): Delete. Moved to subr.el.
2398
2399 * subr.el (symbol-file): Also work for autoloaded funcs.
2400 (syntax-after): New fun moved from syntax.el.
2401
2402 * find-file.el (ff-pre-find-hook, ff-pre-load-hook, ff-post-load-hook)
2403 (ff-not-found-hook, ff-file-created-hook): Rename from *-hooks.
2404 Update callers (but still run the old hooks as well).
2405
2406 * emacs-lisp/find-func.el (find-library-suffixes, find-library-name)
2407 (find-library): New funs.
2408 (find-function-search-for-symbol): Use it.
2409
2410 * emacs-lisp/bytecomp.el (byte-compile-file): Don't switch buffer.
2411
2412 * isearch.el (isearch-cmds): Add docstring.
2413 (isearch-mouse-2): Lookup binding in the proper buffer.
2414 Use call-interactively and remove the now useless `arg'.
2415 (isearch-search-fun-function): New var.
2416 (isearch-search-fun): New fun.
2417 (isearch-search, isearch-lazy-highlight-search): Use it.
2bbfbf25 2418
b226fea8
MR
24192002-09-09 Stefan Monnier <monnier@cs.yale.edu>
2420
2421 * simple.el (what-line): Don't hard-code 1.
0a28e1ca
SM
2422 (transient-mark-mode, line-number-mode, column-number-mode):
2423 Use define-minor-mode.
b226fea8
MR
2424 (do-auto-fill): Only ignore prefix if it's really empty.
2425
a51c969c
MR
24262002-09-09 Markus Rost <rost@math.ohio-state.edu>
2427
2428 * files.el (save-some-buffers-action-alist): Use lower case for
2429 help string of diff-buffer-with-file.
2430
50332dc1
RS
24312002-09-09 Richard M. Stallman <rms@gnu.org>
2432
0a28e1ca 2433 * calendar/calendar.el (mouse-scroll-calendar-left)
50332dc1
RS
2434 (mouse-scroll-calendar-right, mouse-calendar-other-month):
2435 New commands.
2436 (calendar-mode-line-format): Use them.
2437
2438 * emacs-lisp/bytecomp.el (byte-recompile-directory):
2439 Set and then bind default-directory.
2440
0a28e1ca 2441 * startup.el (fancy-splash-head, normal-splash-screen):
50332dc1
RS
2442 Change the messages that explain about GNU or GNU/Linux.
2443
2444 * info.el (Info-search): Add (point-min) to subfile positions
2445 to get them right. Skip the current subfile using forward-line.
2446
2447 * files.el (make-backup-file-name-1): When make-directory fails,
2448 ignore backup-directory-alist.
2449 (make-directory): Expand DIR before looking for handler.
2450
24512002-09-09 Jari Aalto <jari.aalto@poboxes.com>
2452
0a28e1ca 2453 * progmodes/cperl-mode.el (cperl-noscan-files-regexp):
a51c969c 2454 In addition to RCS, exclude CVS directories.
50332dc1
RS
2455
2456 * ls-lisp.el (ls-lisp-format-time-list): New variable.
2457 (ls-lisp-format-time): Use it.
2458
a51c969c 2459 * files.el (auto-mode-alist): Use sh-mode for .bash files.
0a28e1ca 2460
50332dc1
RS
24612002-09-09 Dave Love <d.love@dl.ac.uk>
2462
2463 * ps-print.el: Many doc fixes.
2464
454473ea
JPW
24652002-09-09 John Paul Wallington <jpw@shootybangbang.com>
2466
2467 * play/doctor.el (doctor-cadr, doctor-caddr, doctor-cddr): Remove.
2468 Update callers.
a3e58c1a 2469
ab9ecc74
MR
24702002-09-08 Markus Rost <rost@math.ohio-state.edu>
2471
2472 * diff.el (diff): Doc fix.
2473
cd91e34c
RS
24742002-09-08 Richard M. Stallman <rms@gnu.org>
2475
2476 * emacs-lisp/bytecomp.el (byte-compile-delete-errors): Default to nil.
2477
2478 * simple.el (undo-elt-in-region): Fix one-off error at END.
2479 (forward-visible-line): Handle invisibility by ignoring
2480 invisible newlines. Also include entire invisible lines beyond
2481 the stopping point.
2482
0a28e1ca 2483 * cus-edit.el (custom-save-variables, custom-save-faces):
cd91e34c
RS
2484 Clarify the comments written into .emacs.
2485
24862002-09-08 Markus Triska <triska@gmx.at>
2487
2488 * play/doctor.el (doctor-doc): Recognize question words
2489 and use qlist. Use doctor-shorten's return value.
2490 (doctor-shorten): Compute a return value, don't alter `sent'.
2491 (doctor-hates1): Add a question mark.
2492 (doctor-strangelove): Unused function deleted.
2493
177aef40
KS
24942002-09-08 Kim F. Storm <storm@cua.dk>
2495
de8e3806
KS
2496 * kmacro.el (kmacro-end-and-call-macro): New command to end and
2497 call keyboard macro in one step. Bind it to C-x e by default.
2498 (kmacro-call-macro): Use format-kbd-macro.
2499 (kmacro-step-edit-macro): New command to interactively step edit
2500 and execute last keyboard macro.
2501 (kmacro-keymap): Bind SPC [C-x C-k SPC] to kmacro-step-edit-macro.
2502 (kmacro-step-edit-mini-window-height): New custom var.
2503 (kmacro-step-edit-map): New keymap (parent is query-replace-map).
2504 (kmacro-step-edit-prefix-commands): New var.
2505 (kmacro-step-edit-prompt, kmacro-step-edit-query)
2506 (kmacro-step-edit-insert, kmacro-step-edit-pre-command)
2507 (kmacro-step-edit-minibuf-setup, kmacro-step-edit-post-command):
2508 New aux functions for step editing keyboard macros.
2509
177aef40
KS
2510 * subr.el (read-quoted-char): Apply listify-key-sequence to vector
2511 returned by this-single-command-raw-keys before appending it to
2512 unread-command-event.
2513
5488b9fc
CW
25142002-09-07 Colin Walters <walters@debian.org>
2515
2516 * progmodes/compile.el (compile-internal): Add optional argument
2517 no-async.
0a28e1ca 2518
5488b9fc
CW
2519 * diff.el (diff): Add optional argument no-async, and use the
2520 above argument.
0a28e1ca 2521
125c1081
CW
2522 * files.el (diff-buffer-with-file): Call diff synchronously, so we
2523 don't delete the temporary file before diff has a chance to read
2524 it.
0a28e1ca
SM
2525
2526 * ibuf-ext.el (ibuffer-diff-with-file): Just call
2527 `diff-buffer-with-file'.
5488b9fc 2528
cb0fd101
JPW
25292002-09-07 John Paul Wallington <jpw@shootybangbang.com>
2530
2531 * emacs-lisp/cl-indent.el (extended-loop-p): Doc fix.
2532
0a28e1ca
SM
2533 * emacs-lisp/find-func.el (find-function-recenter-line):
2534 Add custom type. Doc fix.
cb0fd101 2535
537b4efb
SM
25362002-09-06 Stefan Monnier <monnier@cs.yale.edu>
2537
2538 * menu-bar.el (menu-bar-make-mm-toggle): New macro.
2539 (showhide-menu-bar, showhide-toolbar, menu-bar-toggle-auto-compression)
2540 (toggle-highlight-paren-mode, toggle-global-lazy-font-lock-mode):
2541 Remove. Use the minor mode function directly instead.
2542 (menu-bar-mode): Add message and customize-mark-as-set and return
2543 the new value as do other minor modes.
2544
2545 * edmacro.el (edmacro-subseq): Don't use cl-push/cl-pop.
2546
c76c6e73
FP
25472002-09-06 Simon Marshall <simon@gnu.org>
2548
537b4efb
SM
2549 * progmodes/etags.el (find-tag-tag, complete-tag):
2550 Bind completion-ignore-case based on tags-case-fold-search, so that
c76c6e73
FP
2551 case-sensitivity of tag completion matches that of tag search.
2552
b29c5a84
JB
25532002-09-06 Juanma Barranquero <lektu@terra.es>
2554
2555 * calendar/solar.el (calendar-time-display-form): Fix spacing.
2556
2557 * double.el (double-prefix-only): Likewise.
2558
2559 * emacs-lisp/easymenu.el (easy-menu-define): Likewise.
2560
2561 * emacs-lisp/find-func.el (find-function-search-for-symbol): Likewise.
2562
2563 * emacs-lisp/float.el (string-to-float): Likewise.
2564
2565 * emacs-lisp/rx.el (rx): Likewise.
2566
2567 * faces.el (copy-face): Likewise.
2568
2569 * hilit-chg.el (highlight-changes-colours)
2570 (highlight-changes-active-string)
2571 (highlight-changes-passive-string)
2572 (highlight-changes-rotate-faces, global-highlight-changes): Likewise.
2573
2574 * international/mule.el (decode-char): Likewise.
2575
2576 * progmodes/idlwave.el (idlwave-support-inheritance)
2577 (idlwave-routine-entry-compare): Likewise.
2578
2579 * progmodes/idlw-shell.el (idlwave-shell-use-breakpoint-glyph):
2580 Likewise.
2581
2582 * progmodes/pascal.el (pascal-start-keywords): Likewise.
2583
2584 * progmodes/sh-script.el (sh-indent-for-fi, sh-indent-for-done):
2585 Likewise.
2586
2587 * progmodes/vhdl-mode.el (vhdl-progress-interval)
2588 (vhdl-corresponding-begin): Likewise.
2589
2590 * simple.el (choose-completion-string-functions): Likewise.
2591
b29c5a84
JB
2592 * textmodes/reftex.el (reftex-TeX-master-file): Likewise.
2593
2594 * textmodes/fill.el (fill-nonuniform-paragraphs)
2595 (fill-individual-paragraphs): Likewise.
2596
2597 * vcursor.el (vcursor-toggle-vcursor-map): Likewise.
2598
2599 * warnings.el (warning-level-aliases): Likewise.
2600
2e78ba24
JB
2601 * speedbar.el (speedbar-mode): Fix spacing and typos.
2602
2603 * textmodes/reftex-vars.el (reftex-label-menu-flags): Fix typo.
2604
790f437c
MR
26052002-09-05 Markus Rost <rost@math.ohio-state.edu>
2606
2607 * textmodes/table.el (table-command-prefix): Fix type.
2608
d7fb8b42
AS
26092002-09-05 Andre Spiegel <spiegel@gnu.org>
2610
d9c25020 2611 * vc-hooks.el: Don't require vc.el at compile-time; it causes
d7fb8b42
AS
2612 recursive requirements during bootstrap.
2613
3873f5a5
KH
26142002-09-05 Kenichi Handa <handa@etl.go.jp>
2615
2616 * international/mule.el (decode-char): Cancel the previous change.
2617
4d8da98b
RS
26182002-09-04 Mats Lidell <matsl@contactor.se> (tiny change)
2619
2620 * language/european.el ("Swedish"): New set-language-info-alist call.
2621
26222002-09-04 Richard M. Stallman <rms@gnu.org>
2623
2624 * help-fns.el (help-with-tutorial): Properly set up
2625 completion-reference-buffer in the *Completion* buffer.
2626
16d2fae9
JPW
26272002-09-04 John Paul Wallington <jpw@shootybangbang.com>
2628
2629 * startup.el (use-fancy-splash-screens-p): If `fancy-splash-frame'
2630 returns nil, return nil.
2631
6a66dca9
AS
26322002-09-04 Andre Spiegel <spiegel@gnu.org>
2633
2634 * vc-hooks.el: Require vc.el at compile-time.
537b4efb
SM
2635 (vc-workfile-unchanged-p, vc-default-workfile-unchanged-p):
2636 Moved here from vc.el.
6a66dca9 2637
537b4efb
SM
2638 * vc.el (vc-workfile-unchanged-p, vc-default-workfile-unchanged-p):
2639 Moved to vc-hooks.el.
6a66dca9
AS
2640
2641 * vc-rcs.el (vc-rcs-state): Don't require vc.el.
2642
1e7f6327
KH
26432002-09-04 Kenichi Handa <handa@etl.go.jp>
2644
2645 * international/mule.el (decode-char): Translate a character by
2646 utf-8-translation-table-for-decode only when
2647 utf-8-fragment-on-decoding is non-nil.
2648
a56f616a
SM
26492002-09-02 Stefan Monnier <monnier@cs.yale.edu>
2650
537b4efb
SM
2651 * textmodes/text-mode.el (paragraph-indent-text-mode-abbrev-table)
2652 (paragraph-indent-text-mode-syntax-table, paragraph-indent-text-mode):
2653 Use text-mode's syntax-table and abbrev-table.
2654 (text-mode): Set require-final-newline to t.
2655
2656 * newcomment.el (comment-make-extra-lines): Only use the
2657 dummy `=' char when there's really nothing else.
2658 Don't remove spaces if it leads to an incorrect comment.
2659
2660 * pcvs.el (cvs-run-process): Use a pty rather than a pipe to work
2661 around the cvs/ssh/libc bug.
2662 (cvs-update-header): Understand `cvs admin -m<rev>:<msg>' syntax.
2663 (defun-cvs-mode): Use the new `declare' thingy.
2664 (cvs-edit-log-text-at-point, cvs-mode-edit-log, cvs-do-edit-log)
2665 (cvs-edit-log-minor-wrap, cvs-edit-log-filelist): New funs.
2666 (cvs-mode-undo): Use `cvs add' for (CONFLICT. REMOVED).
2667
2668 * pcvs-parse.el (cvs-parse-table): Create a `need-update'
2669 node rather than a message for new directories.
2670 (cvs-parse-status): Add support for `Entry Invalid'.
2671
2672 * smerge-mode.el (smerge-diff-buffer-name): Default to *vc-diff*.
2673 (smerge-combine-with-next): New function.
2674 (smerge-diff): Don't output `wrote /tmp/foo' messages.
2675 Insert message if no diffs were found.
2676
a56f616a
SM
2677 * mail/sendmail.el (mail-mode): Don't set local-abbrev-table.
2678 (mail-mode-abbrev-table): Set to text-mode-abbrev-table.
2679
1e7f6327 26802002-09-02 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
dba28077
KG
2681
2682 * net/tramp.el: Version 2.0.15 released.
2683 (require 'base64): Most modern Emacsen have the base64
2684 encode/decode functions built in, so test to see if they are bound
a56f616a
SM
2685 before we go blindly requiring base64.el.
2686 From Steve Youngs <youngs@xemacs.org>.
dba28077
KG
2687 (tramp-feature-write-region-fix): XEmacs doesn't have a
2688 'find-operation-coding-system' and this variable doesn't seem to
a56f616a
SM
2689 be used anywhere so wrap it in (unless (featurep 'xemacs)).
2690 From Steve Youngs <youngs@xemacs.org>.
2691 (tramp-methods): Remove duplicate definition of ssh1-old and ssh2-old.
dba28077
KG
2692 (tramp-open-connection-su): Use user name "root" if no user name
2693 is given.
2694
2695 From Michael Albinus <Michael.Albinus@alcatel.de>:
2696 * net/tramp.el (tramp-invoke-ange-ftp):
2697 (tramp-ange-ftp-file-name-p): Check for Xemacs.
2698 (tramp-do-copy-or-rename-file): Don't pass KEEP-DATE to
2699 tramp-invoke-ange-ftp 'rename.
2700 (tramp-handle-write-region): Don't pass LOCKNAME and CONFIRM to
2701 tramp-invoke-ange-ftp 'write-region.
2702 (tramp-handle-set-file-modes): Change order of FILENAME and MODE
2703 passing to tramp-invoke-ange-ftp 'set-file-modes.
2704 (tramp-invoke-ange-ftp): `tramp-disable-ange-ftp' must be called
2705 again after activating `ange-ftp'.
a56f616a 2706
efa1b437
KS
27072002-09-02 Kim F. Storm <storm@cua.dk>
2708
2709 * ido.el (ido-ignore-item-temp-list): New variable.
2710 (ido-read-internal): Don't set ido-default-item if the default is
2711 member of ido-ignore-item-temp-list.
2712 Don't return first match for C-j if no text is entered.
2713 (ido-buffer-internal): Check for empty string return.
2714 (ido-make-buffer-list1): Use member instead of memq.
2715 (ido-window-buffer-p): Likewise.
2716 (ido-get-bufname): Ignore buffers on ido-ignore-item-temp-list.
2717 (ido-ignore-item-p): Ignore items on ido-ignore-item-temp-list.
2718
2719 * replace.el (multi-occur): Made "ido-aware":
2720 Changed prompt to use C-j instead of RET to end.
2721 Set ido-ignore-item-temp-list to the selected buffers so far, so
2722 they are automatically excluded from the list of choices.
2723 Use add-to-list instead of push.
2724
957e7c38
RS
27252002-09-01 Richard M. Stallman <rms@gnu.org>
2726
2727 * term/x-win.el (function-key-map): Define S-iso-lefttab.
2728
efa1b437 27292002-09-01 Kim F. Storm <storm@cua.dk>
93abbfee
KS
2730
2731 * edmacro.el (edit-kbd-macro): Recognize new default binding for
2732 C-x e in addition to old binding.
2733
957e7c38
RS
27342002-09-01 Mario Lang <mlang@debian.org>
2735
2736 * files.el (save-some-buffers-action-alist): New variable.
2737 (save-some-buffers): Use that.
2738 (diff-buffer-with-file): New function.
2739
69506e67
RS
27402002-09-01 Richard M. Stallman <rms@gnu.org>
2741
2742 * ruler-mode.el (defgroup ruler-mode): Use `convenience' as parent.
2743
2744 * dired.el (defgroup dired): Use `files' as parent.
2745 (dired-get-filename): Ignore handler if it has safe-magic prop.
2746
2747 * jka-compr.el (jka-compr-handler): Add safe-magic property.
2748
27492002-08-31 Richard M. Stallman <rms@gnu.org>
2750
2751 * simple.el (kill-line): Use end-of-visible-line to determine
2752 if rest of line is blank.
2753 (end-of-visible-line): Cope if end-of-line moved back over
2754 invisible intangible chars at end of line.
2755
2756 * simple.el (completion-setup-function): Don't use directory-sep-char.
2757
5f4bc67e
GM
27582002-09-01 Glenn Morris <gmorris@ast.cam.ac.uk>
2759
2760 * progmodes/f90.el (f90-menu): Remove ":active" keyword where not
2761 needed.
2762 (f90-menu, f90-add-imenu-menu): Use lookup-key.
2763 Remove (eval-when-compile) for free variables.
2764
523d3bf4
AS
27652002-08-31 Andreas Schwab <schwab@suse.de>
2766
2767 * font-core.el (font-lock-change-mode): Avoid changing buffer
2768 state in any way.
2769
a56f616a
SM
27702002-08-30 Stefan Monnier <monnier@cs.yale.edu>
2771
2772 * emacs-lisp/easymenu.el (easy-menu-filter-return):
2773 Handle the case where the filter returns a single menu entry.
2774 (easy-menu-add): Improve docstring.
2775 (easy-menu-current-active-maps): Remove.
2776 (easy-menu-get-map): Use current-active-maps.
2777
2778 * cus-edit.el (custom-unlispify-menu-entry): Don't remove
2779 the -p prefix from variables since they shouldn't have it anyway.
2780 (custom-group-menu-create, customize-menu-create):
2781 Only cdr if applicable, since custom-menu-create might return
2782 a vector (i.e. a single menu entry).
2783
6797907e
RS
27842002-08-30 Edward M. Reingold <reingold@emr.cs.iit.edu>
2785
2786 * calendar/diary-lib.el (diary-mail-entries): Don't overwrite
2787 user's value of diary-list-include-blanks, but generate message
2788 instead if there are no entries.
2789
d1951e6a
RS
27902002-08-30 ARISAWA Akihiro <ari@mbf.sphere.ne.jp> (tiny change)
2791
2792 * ps-print.el (ps-lp-system): Fixed typo in `usg-unix-v'.
2793
724f328c
MR
27942002-08-30 Markus Rost <rost@math.ohio-state.edu>
2795
2796 * menu-bar.el (menu-bar-read-mail): Doc fix.
2797
da337a28
JPW
27982002-08-30 John Paul Wallington <jpw@shootybangbang.com>
2799
2800 * ibuffer.el (ibuffer-update): Revert expansion of `caddr'.
2801 (ibuffer-fontification-alist): Check hidden buffer case isn't
2802 visiting a file and change its face to italic.
2803
01599482
JB
28042002-08-30 Juanma Barranquero <lektu@terra.es>
2805
bbd55321
JB
2806 * replace.el (occur-mode): Add interactive declaration.
2807
01599482
JB
2808 * bs.el (bs-message-without-log): Fix typo.
2809
2810 * font-core.el (font-lock-defaults): Likewise.
2811
2812 * font-lock.el (font-lock-add-keywords): Likewise.
2813
2814 * mouse-copy.el (mouse-copy-work-around-drag-bug): Likewise.
2815
2816 * textmodes/bibtex.el (bibtex-mode): Likewise.
2817
2818 * emulation/viper-ex.el (ex-compile-command): Likewise.
2819
bbd55321
JB
2820 * progmodes/idlwave.el (idlwave-max-extra-continuation-indent):
2821 Likewise.
01599482
JB
2822
2823 * progmodes/dcl-mode.el (dcl-calc-cont-indent-relative): Likewise.
2824
2825 * allout.el (my-mark-marker): Likewise.
2826
1121afb4
SJ
28272002-08-30 Simon Josefsson <jas@extundo.com>
2828
2829 * mail/smtpmail.el (smtpmail-via-smtp): Delete process buffer
2830 unless s-debug-info is enabled.
2831
94394914
JPW
28322002-08-29 John Paul Wallington <jpw@shootybangbang.com>
2833
2834 * ibuffer.el (ibuffer-update): Use `minibufferp'. Expand `caddr'.
2835
2836 * mwheel.el (mouse-wheel-up-button): Doc fix.
2837
c9ae8cbb
JB
28382002-08-29 Juanma Barranquero <lektu@terra.es>
2839
2840 * replace.el (occur-mode-hook): New hook.
2841 (occur-mode): Use it.
2842 (occur-hook): Set default to nil.
2843
a56f616a
SM
28442002-08-29 Stefan Monnier <monnier@cs.yale.edu>
2845
2846 * net/ange-ftp.el: Use match-string and drop useless `function's.
2847 (ange-ftp-get-process): Bind `ange-ftp-this-user' and
2848 `ange-ftp-this-host' before running ange-ftp-process-startup-hook.
2849 (ange-ftp-ls-parser): Use `switches' arg instead of dynamic binding.
2850 (ange-ftp-parse-dired-listing): Update the calls.
2851 (dired-local-variables-file): Declare to shut quieten the compiler.
2852 (ange-ftp-file-entry-active-p): Remove.
2853 (ange-ftp-file-name-all-completions, ange-ftp-file-name-completion):
2854 Don't exclude dangling symlinks.
2855 (ange-ftp-file-name-completion-1): Make predicate optional.
2856 (ange-ftp-parse-list-func-alist): Use add-to-list to update.
2857 (ange-ftp-fix-name-for-bs2000): Use subst-char-in-string.
2858 (ange-ftp-bs2000-posix-hook-installed): Remove.
2859 (ange-ftp-add-bs2000-posix-host): Don't use it anymore.
2860 (ange-ftp-bs2000-cd-to-posix): Use `ange-ftp-this-user' and
2861 `ange-ftp-this-host' instead of `user' and `host'.
2862
a007b9d2
RS
28632002-08-29 Richard M. Stallman <rms@gnu.org>
2864
a56f616a 2865 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
d1951e6a
RS
2866 Decide here whether to print which form we're compiling.
2867 If we do that, still print file and line. Make file name
2868 relative to default-directory. Print fewer newlines.
2869 (byte-compile-log-file): Print something even if no file.
2870 Print messages for entering and leaving directories,
2871 and set default-directory.
2872 (displaying-byte-compile-warnings): Only sometimes bind warning-series.
2873 (byte-compile-warning-series): New function.
2874 (byte-compile-file): Set byte-compile-last-logged-file, don't bind it.
2875 (byte-compile-display-log-head-p): Function deleted.
a56f616a 2876
d1951e6a
RS
2877 * warnings.el (warning-series): Now can be a marker, not an integer.
2878 (display-warning): Handle new value for warning-series.
2879
a007b9d2
RS
2880 * emacs-lisp/bytecomp.el (byte-compile-log-file): Use \f.
2881 (byte-compile-cl-warn): Add cl-macroexpand-all, cl-compiling-file
2882 to don't-warn list.
2883
2c6d3726
KS
28842002-08-29 Kim F. Storm <storm@cua.dk>
2885
a56f616a
SM
2886 * kmacro.el: Change default bindings from F7/F8 to F3/F4.
2887 Change default binding of C-x e to kmacro-end-or-call-macro.
2c6d3726 2888 (kmacro-call-repeat-key, kmacro-call-repeat-with-arg): New custom
01599482 2889 variables.
2c6d3726 2890 (kmacro-get-prefix-arg): New function.
a56f616a
SM
2891 (kmacro-repeat-on-last-key): Rename from kmacro-repeat-loop and
2892 improve. Callers changed.
2c6d3726
KS
2893 (kmacro-call-macro): Repeat macro by repeating last key or
2894 key defined in kmacro-call-repeat-key. New third arg non-nil
2895 means to end current macro.
2896 (kmacro-end-or-call-macro): Call kmacro-call-macro appropriately
2897 to get repeat last key functionality.
2898 (kmacro-start-macro-or-insert-counter): Improve doc string.
2899
6f4b3ed8
RS
29002002-08-28 Luc Teirlinck <teirllm@mail.auburn.edu>
2901
94394914 2902 * files.el (find-buffer-visiting): Compare file attributes
6f4b3ed8
RS
2903 using buffer-file-truename.
2904
29052002-08-28 Richard M. Stallman <rms@gnu.org>
2906
01599482 2907 * files.el (make-auto-save-file-name, make-backup-file-name-1):
6f4b3ed8
RS
2908 Don't use directory-sep-char.
2909
402b32b5
JB
29102002-08-28 Juanma Barranquero <lektu@terra.es>
2911
2fb79329
JB
2912 * replace.el (occur-hook): Renamed from `occur-mode-hook'.
2913 (occur-mode): Remove call to `occur-mode-hook'.
2914 (occur-rename-buffer): Fix reference to `occur-mode-hook' in docstring.
2915 (occur-1): Add call to `occur-hook'.
2916
402b32b5
JB
2917 * subr.el (make-variable-frame-localizable): Alias for
2918 `make-variable-frame-local'.
2919
99526413
MB
29202002-08-28 Miles Bader <miles@gnu.org>
2921
2753c70f 2922 * rfn-eshadow.el (read-file-name-electric-shadow-properties)
402b32b5 2923 (read-file-name-electric-shadow-tty-properties)
2753c70f
MB
2924 (read-file-name-electric-shadow-mode): Remove compatibility defs.
2925
99526413
MB
2926 * comint.el (comint-carriage-motion): Start at START.
2927
6309b0e1
RS
29282002-08-27 Francesco Potorti` <pot@gnu.org>
2929
2930 * net/ange-ftp.el (ange-ftp-skip-msgs): Skip the 530 response
2931 given by vsFTPd when accessed with a kerberised FTP client.
2932
d97a9ff3
RS
29332002-08-27 Richard M. Stallman <rms@gnu.org>
2934
2935 * files.el (find-alternate-file):
2936 Bind kill-buffer-query-functions locally, don't set it.
2937
63b833de
AS
29382002-08-27 Andreas Schwab <schwab@suse.de>
2939
2940 * kmacro.el (kmacro-start-macro): Doc fix.
2941
a062d73f
CD
29422002-08-27 Carsten Dominik <dominik@sand.science.uva.nl>
2943
2944 * textfile/reftex-ref.el (reftex-goto-label): New command.
2945
92c30310 2946 * textfile/reftex-vars.el (reftex-part-resets-chapter): New option.
a062d73f
CD
2947
2948 * textfile/reftex-parse.el (reftex-roman-number): New function.
2949 (reftex-section-number): Better handling of parts: No chapter
2950 counter resets.
2951
2952 * textfile/reftex.el (reftex-highlight-overlays): Added a third
2953 overlay.
92c30310
SM
2954 (reftex-mode-menu): Added entry for `reftex-toc-recenter.
2955 Also moved `reftex-reset-mode' to top level.
a062d73f
CD
2956
2957 * textfile/reftex-toc.el (reftex-toc-recenter): New command.
2958 (reftex-toc-pre-command-hook): Don't remove highlight overlay.
2959 (reftex-toc-post-command-hook): Use overlay no 2 for highlighting.
2960
92c30310 2961 * textfile/reftex-sel.el (reftex-get-offset): Get offset of
a062d73f 2962 document pointer *before* position, not after.
92c30310 2963 (reftex-insert-docstruct): Get offset of document pointer *before*
a062d73f
CD
2964 position, not after.
2965
92c30310 2966 * textfiles/reftex-parse.el (reftex-where-am-I): Prefer marker
a062d73f
CD
2967 match over section title match.
2968
2969 * textfiles/reftex-cite.el (reftex-bib-or-thebib): New function
2970 which determines on a per-file-basis if BibTeX is being used
2971 locally for citations.
2972 (reftex-offer-bib-menu): Use `reftex-bib-or-thebib' for better
2973 cooperation with chapterbib.
2974 (reftex-bibtex-selection-callback): Use `reftex-bib-or-thebib' for
2975 better cooperation with chapterbib.
2976
92c30310
SM
2977 * textfiles/reftex-dcr.el (reftex-view-cr-cite):
2978 Use `reftex-bib-or-thebib' for better cooperation with chapterbib.
a062d73f 2979
fc4bd430
KS
29802002-08-26 Kim F. Storm <storm@cua.dk>
2981
2982 * subr.el (suppress-keymap): Use command remapping instead of
2983 substitute-key-definition to undefine self-inserting keys.
2984
1142be39
JB
29852002-08-26 Juanma Barranquero <lektu@terra.es>
2986
2987 * makefile.w32-in (WINS): Add calc and obsolete.
2988
92c30310
SM
29892002-08-26 Stefan Monnier <monnier@cs.yale.edu>
2990
2991 * emacs-lisp/easy-mmode.el (define-minor-mode):
2992 Use customize-mark-as-set for global minor modes.
2993
476cf013
MB
29942002-08-25 Miles Bader <miles@gnu.org>
2995
2996 * rfn-eshadow.el (file-name-shadow-properties-custom-type):
2997 Renamed from `read-file-name-electric-shadow-properties-custom-type'.
2998 Change name of face.
2999 (file-name-shadow-properties): Renamed from
3000 `read-file-name-electric-shadow-properties'.
3001 (file-name-shadow-tty-properties): Renamed from
3002 `read-file-name-electric-shadow-tty-properties'.
3003 (file-name-shadow): Renamed from `read-file-name-electric-shadow'.
3004 (rfn-eshadow-setup-minibuffer): Update references to renamed variables.
3005 (file-name-shadow-mode): Renamed from
3006 `read-file-name-electric-shadow-mode'. Update references to
3007 renamed variables.
3008
a96735b8
SS
30092002-08-24 Sam Steingold <sds@gnu.org>
3010
3011 * subr.el (eval-after-load): Do not call
3012 load-symbol-file-load-history (deleted yesterday).
3013
82e736c1
JPW
30142002-08-24 John Paul Wallington <jpw@shootybangbang.com>
3015
3016 * startup.el (normal-splash-screen): Ensure splash buffer is
3017 killed. Use tabs in output. Fix test whether previous buffer was
3018 *scratch* buffer.
3019
3020 * progmodes/simula.el (simula-abbrev-keyword-default)
3021 (simula-abbrev-keyword, simula-abbrev-stdproc-default)
3022 (simula-abbrev-stdproc): Doc fix - escape open parens in column 0.
92c30310 3023
82e736c1
JPW
3024 * apropos.el (command-apropos): Use `defalias' instead of `fset'.
3025
3026 * mail/rmail.el (rmail-speedbar-match-folder-regexp): Doc fix.
3027
01599482
JB
30282002-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
3029
3030 * progmodes/f90.el (f90-xemacs-flag, f90-xemacs-menu)
3031 (f90-menu-bar-menu, f90-change-case-menu, f90-font-lock-on)
3032 (f90-font-lock-off, f90-font-lock-menu): Delete.
3033 Use easy-menu-define instead.
3034 (f90-mode): Use easy-menu-add.
3035 No longer (require 'imenu) when compiling.
3036 (f90-mark-subprogram, f90-indent-region, f90-fill-region)
3037 (f90-abbrev-start): Use fboundp.
3038 (f90-imenu-flag): Delete - use imenu--index-alist instead.
3039
729d9038
RS
30402002-08-23 Richard M. Stallman <rms@gnu.org>
3041
3042 * loadhist.el (unload-feature): Distinguish functions from
3043 variables in load-history.
3044 (feature-symbols): Doc fix.
3045
3046 * files.el (ange-ftp-completion-hook-function): Add safe-magic prop.
3047
3048 * subr.el (symbol-file-load-history-loaded)
3049 (load-symbol-file-load-history): Deleted.
3050 (symbol-file): Don't call load-symbol-file-load-history.
82e736c1 3051
01599482
JB
30522002-08-23 Andre Spiegel <spiegel@gnu.org>
3053
3054 * vc-hooks.el (vc-kill-buffer-hook): Add it to kill-buffer-hook again.
3055
d9c25020 30562002-08-22 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
729d9038
RS
3057
3058 * frame.el (select-frame-by-name, select-frame-set-input-focus):
3059 Always call x-focus-frame, if using x.
3060 Use set-mouse-position on all systems, if focus-follows-mouse.
3061
1e7f6327 30622002-08-22 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
821e6e36
KG
3063
3064 * net/tramp.el: Version 2.0.14 released.
3065 (tramp-shell-prompt-pattern): New variable.
3066 (tramp-actions-before-shell, tramp-multi-actions)
3067 (tramp-find-shell, tramp-open-connection-multi)
3068 (tramp-open-connection-setup-interactive-shell): Use it.
3069 (tramp-open-connection-telnet, tramp-open-connection-rsh)
3070 (tramp-open-connection-su): Mention `tramp-shell-prompt-pattern'
3071 in the docstring.
3072 (tramp-bug): Report `tramp-shell-prompt-pattern'.
92c30310
SM
3073 (tramp-process-one-multi-action, tramp-process-one-action):
3074 Make message clearer so people don't confuse it with Emacs asking
3075 them a question if the regexp happens to end with "?".
821e6e36
KG
3076 (tramp-verbose): Change default value from 10 to 9. Also change
3077 some logging levels so that 10 is reserved for stuff which is
3078 needed for debugging only, but 9 catches everything that people
3079 might like to see in order to see that Tramp is actually working.
3080
e064daa2
KS
30812002-08-22 Kim F. Storm <storm@cua.dk>
3082
3083 * emacs-lisp/authors.el (authors-aliases, authors-fixed-entries):
3084 Corrected spelling mistakes (for Joseph Arceneaux).
3085
f34150c4
GM
30862002-08-21 Glenn Morris <gmorris@ast.cam.ac.uk>
3087
3088 * progmodes/f90.el: eval-when-compile a few defvars.
3089 (f90-xemacs-flag): Wrap in eval-and-compile.
3090 (f90-font-lock-keywords): Doc fix.
92c30310 3091 (f90-mode-abbrev-table): Work with or without 6th arg of define-abbrev.
f34150c4
GM
3092 (f90-mark-subprogram-overlay): Variable deleted.
3093 (f90-mark-subprogram): Remove overlay bit. Don't be silent about
3094 pushing mark.
3095 (f90-abbrev-start): unread-command-event is obsolete in XEmacs.
3096
1e7f6327 30972002-08-21 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3cdaec13
KG
3098
3099 * tramp.el: Version 2.0.13 released.
3100 (tramp-handle-write-region): Don't check to see if remote end is
3101 awake after sending data to remote host: we want to send "EOF" not
3102 "echo are you awake"...
3103 (tramp-maybe-open-connection): Swap args for tramp-time-diff.
3104 (tramp-yn-prompt-regexp): New variable.
3105 (tramp-action-yn): New function, using it.
3106 (tramp-feature-write-region-fix): New internal variable. Not yet
3107 used. Should be used in `tramp-handle-write-region'.
3108
88a0d95a
KS
31092002-08-21 Kim F. Storm <storm@cua.dk>
3110
3111 * bindings.el (mode-line-format): Moved global-mode-string last.
3112 (mode-line-position): Moved %p first. Added padding to %l/%c to
3113 eliminate jumpyness in modeline. Use (%l,%c) format if both
3114 line-number-mode and column-number-mode are enabled.
3115
0e35704f
MS
31162002-08-20 Martin Stjernholm <bug-cc-mode@gnu.org>
3117
3118 * progmodes/cc-engine.el (c-forward-syntactic-ws): Fixed a bug
3119 that could cause an infinite loop if something that looks like
3120 a macro begins in the middle of a line.
3121
3122 * progmodes/cc-engine.el (c-parse-state): Fixed a bug that
3123 could cause `c-state-cache' to contain two conses in sequence
3124 when there's an unbalanced open paren in a macro.
3125
5b89a8c9
GM
31262002-08-20 Glenn Morris <gmorris@ast.cam.ac.uk>
3127
a245ece5
GM
3128 * progmodes/fortran.el (fortran-current-defun): Use save-excursion.
3129
5b89a8c9 3130 * imenu.el (imenu--generic-function): Use mapc.
23d468da 3131 (imenu-syntax-alist): Doc fix.
5b89a8c9 3132
3d7e291f
RS
31332002-08-20 Richard M. Stallman <rms@gnu.org>
3134
3135 * font-core.el (font-lock-change-mode): New function.
3136 (font-lock-mode): Use font-lock-change-mode instead of
3137 font-lock-unfontify-buffer.
3138 (font-lock-maximum-size, font-lock-verbose): Add defvars.
3139
20cd3579
CD
31402002-08-20 Carsten Dominik <dominik@astro.uva.nl>
3141
3142 * textfiles/reftex-cite.el (reftex-bib-or-thebib): New function
3143 which determines on a per-file-basis if BibTeX is being used
3144 locally for citations.
3145 (reftex-offer-bib-menu): Use `reftex-bib-or-thebib' for better
3146 cooperation with chapterbib.
3147 (reftex-bibtex-selection-callback): Use `reftex-bib-or-thebib' for
3148 better cooperation with chapterbib.
3149
92c30310
SM
3150 * textfiles/reftex-dcr.el (reftex-view-cr-cite):
3151 Use `reftex-bib-or-thebib' for better cooperation with chapterbib.
20cd3579 3152
1c7c032c
KS
31532002-08-20 Kim F. Storm <storm@cua.dk>
3154
3155 * kmacro.el: Major rework based on discussions with RMS.
3156 Most important change is that C-x C-k is now bound to a keymap
3157 with keyboard macro related commands. The original binding on
3158 C-x C-k is moved to C-x C-k e.
3159
1efc433b
KS
3160 * binding.el: Remove macro related bindings (now in kmacro.el).
3161
3162 * edmacro.el: Remove C-x C-k binding (now in kmacro.el).
3163
92c30310
SM
31642002-08-19 Stefan Monnier <monnier@cs.yale.edu>
3165
3166 * help-fns.el (help-split-fundoc): Replace the function name
3167 from the docstring with the one that should be displayed.
3168 (help-make-usage): Understand CL style arglists.
3169 (describe-function-1): Adapt to the new behavior of help-split-fundoc.
3170 (describe-variable): Use delete-region.
3171
623b1d5e
KH
31722002-08-19 Kenichi Handa <handa@etl.go.jp>
3173
92c30310
SM
3174 * international/mule.el (sgml-xml-auto-coding-function):
3175 Call re-search-forward with NOERROR t.
623b1d5e 3176
20b13009
MB
31772002-08-19 Miles Bader <miles@gnu.org>
3178
3179 [original idea from Luc Teirlinck <teirllm@mail.auburn.edu>]
3180 * comint.el (comint-inhibit-carriage-motion): New variable.
3181 (comint-carriage-motion): Argument STRING removed. New arguments
3182 START and END; interpret characters between START and END rather
3183 than using special comint state.
3184 (comint-output-filter): Call `comint-carriage-motion'.
3185 (comint-output-filter-functions): Don't add `comint-carriage-motion'.
92c30310
SM
3186 * ielm.el (inferior-emacs-lisp-mode):
3187 Give `comint-inhibit-carriage-motion' a local value of t.
20b13009 3188
813f3d41
RS
31892002-08-18 Richard M. Stallman <rms@gnu.org>
3190
790f437c 3191 * textmodes/table.el: New file.
813f3d41
RS
3192
3193 * font-core.el (font-lock-mode): Set change-major-mode-hook locally.
3194
76f03778
AS
31952002-08-18 Andreas Schwab <schwab@suse.de>
3196
3197 * ibuf-ext.el (ibuffer-list-buffer-modes): Doc fix.
d29c87c1
CD
3198
31992002-08-17 Carsten Dominik <dominik@astro.uva.nl>
3200
3201 * textmodes/reftex.el (reftex-mode): Create special syntax tables.
3202 (reftex-syntax-table): Set a default in case this is being used
3203 outside a LaTeX file.
3204 (reftex-syntax-table-for-bib): Set a default in case this is being
3205 used outside a LaTeX file.
3206
c387c986
RS
32072002-08-17 Richard M. Stallman <rms@gnu.org>
3208
92c30310
SM
3209 * tar-mode.el (tar-subfile-mode): Use add-hook and remove-hook,
3210 and use write-file-functions instead of local-write-file-hooks.
c387c986
RS
3211 (tar-untar-buffer): Don't try to extract directories.
3212
3213 * menu-bar.el (fringe-mode): Set to nil.
3214
3215 * mail/rmail.el (rmail-search-mime-header-function): Doc fix.
3216
ac9f144d
RS
32172002-08-15 Richard M. Stallman <rms@gnu.org>
3218
3219 * calendar/appt.el (appt-delete): Use substring-no-properties.
3220 (appt-make-list): Don't use prin1-to-string; use the string unchanged.
3221
32222002-08-15 Jan Nieuwenhuizen <janneke@gnu.org> (tiny change)
3223
3224 * server.el (server-process-filter): Simplify code.
3225 (server-goto-line-column): New function.
3226 (server-visit-files): Use server-goto-line-column.
3227 Offer to revert only if file has changed.
92c30310 3228
ac9f144d
RS
32292002-08-15 Richard M. Stallman <rms@gnu.org>
3230
3231 * files.el (recover-this-file): New function.
3232 (after-find-file): Recommend recover-this-file.
3233
3234 * font-core.el (font-lock-mode): Add font-lock-unfontify-buffer
3235 to change-major-mode-hook when font lock is enabled.
3236
3237 * simple.el (toggle-truncate-lines): Force redisplay.
3238 Display status message.
3239
36c85b42
CD
32402002-08-15 Carsten Dominik <dominik@sand.science.uva.nl>
3241
3242 * textmodes/reftex.el (reftex-mode): Moved the creation of special
3243 syntax tables to top-level.
3244
01599482
JB
32452002-08-15 David Kastrup <David.Kastrup@t-online.de>
3246
3247 * net/ange-ftp.el (ange-ftp-wipe-file-entries): Fix type mismatch;
3248 use `hash-table-size' instead of `length'.
3249
5988bd27
SM
32502002-08-14 Stefan Monnier <monnier@cs.yale.edu>
3251
b995cc88
SM
3252 * help-fns.el (locate-library): Use locate-file(-completion).
3253 (help-split-fundoc): Tighten the regexp and recognize a usage-info
3254 where the function name is `fn'.
3255 (help-function-arglist): Follow aliases and macros.
3256 (describe-function-1): Use keymapp.
3257 If the docstring contains a usage info, use it even if the function is
3258 not a subroutine. Find usage info in aliases' docstring if necessary.
3259 (describe-variable): Get the value before setting up the *Help* buffer.
3260
3261 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode):
3262 Use find-file-hook instead of find-file-hooks.
3263 (define-minor-mode): Get rid of this silly `togglep'.
3264 Add an explicit `toggle' argument (used for interactive calls).
3265 Emit a warning when a nil argument turns the mode off.
3266
3267 * language/ethio-util.el (setup-ethiopic-environment-internal)
3268 (exit-ethiopic-environment): Use find-file-hook and
3269 write-file-functions instead of find-file-hooks and write-file-hooks.
3270
3271 * window.el (handle-select-window): Don't do anything if the window
3272 has disappeared since the event was generated.
3273 (split-window-save-restore-data): Use push and with-current-buffer.
3274
3275 * saveplace.el:
3276 * play/meese.el:
3277 * obsolete/hilit19.el:
3278 * completion.el (dynamic-completion-mode):
5988bd27
SM
3279 * emacs-lisp/find-func.el (find-function-search-for-symbol):
3280 Use find-file-hook instead of find-file-hooks.
3281
3282 * imenu.el (imenu-always-use-completion-buffer-p): Make obsolete.
3283 (imenu-use-popup-menu, imenu-eager-completion-buffer): New vars.
3284 (imenu-space-replacement): Allow nil value.
3285 (imenu--completion-buffer): Use new vars and simplify.
3286 Fix handling of minibuffer-setup-hook.
3287 Use minibuffer-completion-help instead of rolling our own.
3288 (imenu-choose-buffer-index): Use the new var.
3289
3290 * startup.el (command-line): Load custom-file if not done yet.
3291
13a45e6c
KH
32922002-08-14 Kenichi Handa <handa@etl.go.jp>
3293
5988bd27
SM
3294 * select.el (xselect-convert-to-string): If TYPE is non-nil, encode
3295 the selection data string. Always return cons of type and string.
13a45e6c
KH
3296 (selection-converter-alist): Add (UTF8_STRING .
3297 xselect-convert-to-string).
3298
90a44957
SM
32992002-08-12 Stefan Monnier <monnier@cs.yale.edu>
3300
3301 * newcomment.el (comment-region): Force `lines' when `block' is set.
3302
450565cb
RS
33032002-08-12 Richard M. Stallman <rms@gnu.org>
3304
402b32b5
JB
3305 * menu-bar.el (menu-bar-next-tag-other-window, menu-bar-next-tag)
3306 (menu-bar-right-scroll-bar, menu-bar-left-scroll-bar)
3307 (menu-bar-no-scroll-bar, menu-bar-toggle-auto-compression)
3308 (menu-bar-toggle-cua-mode, menu-bar-read-mail)
3309 (menu-bar-help-extra-packages, help-with-tutorial-spec-language)
ac9f144d
RS
3310 (menu-bar-text-mode-auto-fill): New commands, used
3311 in menu bar menus instead of lambda expressions.
3312
402b32b5
JB
3313 (menu-bar-showhide-fringe-menu-customize-left)
3314 (menu-bar-showhide-fringe-menu-customize-right)
ac9f144d
RS
3315 (menu-bar-showhide-fringe-menu-customize-disable)
3316 (menu-bar-showhide-fringe-menu-customize-reset): Doc fixes.
3317
3318 (menu-bar-options-menu): Use toggle-truncate-lines.
3319 (showhide-date-time): Call customize-mark-as-set.
3320
3321 * emacs-lisp/find-func.el (find-function-search-for-symbol):
3322 Obey `definition-name' properties.
3323
3324 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode):
3325 Put `definition-name' properties on the functions whose
3326 names are constructed.
3327
450565cb
RS
3328 * textmodes/page-ext.el (pages-target-buffer): Add defvar.
3329 Renamed from target-buffer.
3330 (pages-directory, pages-copy-header-and-position): Uses changed.
3331
3332 * calendar/appt.el (appt-make-list): Correct the parsing of
3333 each appointment from time-string.
3334
33352002-08-12 Stefan Monnier <monnier@cs.yale.edu>
3336
3337 * scroll-all.el (scroll-all-mode): Use define-minor-mode.
90a44957
SM
3338 (scroll-all-mode) <defcustom>: Delete.
3339 (running-xemacs): Delete.
450565cb 3340 (minor-mode-alist): Don't manipulate it directly.
90a44957 3341
054e62ae
KH
33422002-08-10 Kenichi Handa <handa@etl.go.jp>
3343
90a44957 3344 * international/mule-cmds.el (search-unencodable-char): New function.
054e62ae 3345 (select-safe-coding-system): Show unencodable characters.
90a44957 3346 (unencodable-char-position): Deleted, and implemented in C in coding.c.
054e62ae 3347
185932d7
JW
33482002-04-09 John Wiegley <johnw@gnu.org>
3349
3350 * esh-util.el: Removed eshell-under-cygwin-p, and all uses of it.
3351 * em-cmpl.el (eshell-cmpl-ignore-case): Ditto.
3352 * em-dirs.el (eshell/cd): Ditto.
3353 * em-glob.el (eshell-glob-case-insensitive): Ditto.
3354 * em-hist.el (eshell-previous-matching-input-string-position): Ditto.
3355 * esh-ext.el (eshell-binary-suffixes): Ditto.
3356
16236388
RS
33572002-08-09 Richard M. Stallman <rms@gnu.org>
3358
f8da45ad
RS
3359 * textmodes/page-ext.el (pages-directory-mode): Undo previous change.
3360
16236388
RS
3361 * simple.el (set-variable): Give locality status in prompt.
3362
33632002-08-09 Benjamin Rutt <rutt@cis.ohio-state.edu>
3364
3365 * simple.el (set-variable): If given a prefix argument, set
3366 variable buffer-locally.
3367
3e119830
JPW
33682002-08-09 John Paul Wallington <jpw@shootybangbang.com>
3369
3370 * font-core.el (font-lock-function): Make it buffer-local.
3371
16236388
RS
33722002-08-08 Richard M. Stallman <rms@gnu.org>
3373
90a44957
SM
3374 * emacs-lisp/checkdoc.el (checkdoc, checkdoc-interactive)
3375 (checkdoc-message-interactive, checkdoc-interactive-loop)
3376 (checkdoc-current-buffer, checkdoc-continue, checkdoc-comments)
16236388
RS
3377 (checkdoc-defun):
3378 Update checkdoc-spellcheck-documentation-flag correctly.
3379 (checkdoc-ispell-docstring-engine): Don't test for
3380 checkdoc-autofix-flag = nil.
3381
62c32edf
JPW
33822002-08-07 John Paul Wallington <jpw@shootybangbang.com>
3383
3384 * xt-mouse.el (xterm-mouse-mode): Make it a global mode.
3385
3386 * wid-browse.el (widget-minor-mode): Fix doc typo.
90a44957 3387
1e7f6327 33882002-08-07 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
685f5858
KG
3389
3390 * net/tramp.el: Version 2.0.12 released.
3391 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
3392 Comment out possibly obsolete "echo hello" commands.
3393 (tramp-run-real-handler): If operation is
3394 `ange-ftp-hook-function', use first arg as the real operation.
3395 (tramp-check-ls-commands): Use / instead of \ as directory
3396 separator. (Relevant for XEmacs on Windows.)
3397 (tramp-maybe-open-connection): Use tramp-wait-for-output when
3398 waiting for the "are you awake" command. Use a different string
3399 for the "are you awake" command.
3400 (tramp-send-command): New optional arg NEVEROPEN means to never
3401 invoke tramp-maybe-open-connection.
3402 (tramp-maybe-open-connection): Use it
3403
46e3984f
RS
34042002-08-07 Richard M. Stallman <rms@gnu.org>
3405
90a44957 3406 * warnings.el (warning-prefix-function, warning-series)
46e3984f
RS
3407 (warning-fill-prefix, warning-group-format): Add autoload cookies.
3408
6d2413b8
KH
34092002-08-07 Kenichi Handa <handa@etl.go.jp>
3410
90a44957
SM
3411 * international/mule-cmds.el (select-safe-coding-system):
3412 Call pop-to-buffer inside save-window-excursion and save-excursion.
6d2413b8 3413
dd66897f
JPW
34142002-08-06 John Paul Wallington <jpw@shootybangbang.com>
3415
3416 * help-fns.el (describe-function-1): Skip arglist note if
3417 function's definition is a keymap.
3418
ee58da1b
SS
34192002-08-06 Sam Steingold <sds@gnu.org>
3420
3421 * calendar/diary-lib.el (diary-mail-entries): Use `compose-mail'
3422 and `mail-user-agent' instead of straight sendmail.
3423 (diary-modified, diary-entries-list, displayed-year)
3424 (displayed-month, entry, date, number, date-string, d-file)
90a44957 3425 (original-date): Defvar without binding to avoid compiler warnings.
ee58da1b 3426
52e4d5ea
CW
34272002-08-05 Alan Shutko <ats@acm.org>
3428
3429 * ibuffer.el (ibuffer-mode-map): Added ibuffer-filter-by-used-mode.
3430 (ibuffer-mode-map): Added ibuffer-filter-by-used-mode.
3431 (ibuffer-mode): Added ibuffer-filter-by-used-mode to doc string.
3432
3433 * ibuf-ext.el (ibuffer-list-buffer-modes): New.
3434 (ibuffer-filter-by-used-mode): New.
3435
3a8e52af
JPW
34362002-08-05 John Paul Wallington <jpw@shootybangbang.com>
3437
3438 * ediff-util.el (ediff-copy-list): Use `defalias' instead of
3439 `fset' and `symbol-function'.
3440
a5c41f64
JW
34412002-08-05 John Wiegley <johnw@gnu.org>
3442
3443 * pcomplete.el (pcomplete-entries): Don't set `above-cutoff' to a
3444 value unless pcomplete-cycle-cutoff-length is non-nil.
3445
34462002-04-09 John Paul Wallington <jpw@shootybangbang.com>
3447
3448 * esh-util.el (eshell-under-cygwin-p): New function.
3449 * em-cmpl.el (eshell-cmpl-ignore-case): Use it.
3450 * em-dirs.el (eshell/cd): Ditto.
3451 * em-glob.el (eshell-glob-case-insensitive): Ditto.
3452 * em-hist.el (eshell-previous-matching-input-string-position): Ditto.
3453 * esh-ext.el (eshell-binary-suffixes): Ditto.
3454
0101f7e1
RS
34552002-08-05 Richard M. Stallman <rms@gnu.org>
3456
86d98c33
RS
3457 * international/mule-cmds.el (select-safe-coding-system): Check for
3458 non-nil CODING-SYSTEM before warning it disagrees with AUTO-CS.
3459
0101f7e1
RS
3460 * net/ange-ftp.el (ange-ftp-smart-gateway): Doc fix.
3461
34622002-08-05 Gerd Moellmann <gerd@gnu.org>
3463
3464 * image.el (image-jpeg-p): Accept "Exif" marker.
3465
1e7f6327 34662002-08-05 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5beaf831
KG
3467
3468 * net/tramp.el: Version 2.0.11 released.
90a44957 3469 (tramp-perl-file-attributes): Print uid and gid as signed integers.
5beaf831
KG
3470 (tramp-invoke-ange-ftp): Correct check for Ange-FTP being loaded.
3471 Invoke Ange-FTP with tramp-run-real-handler to avoid Ange-FTP
3472 calling Tramp again.
3473 (tramp-find-file-exists-command): Check for `ls -d' last, after
3474 all the variants on `test -e'.
3475 (tramp-post-connection): Erase buffer before finding a command to
3476 check if file exists.
3477
62458f70
DK
34782002-08-05 David Kastrup <David.Kastrup@t-online.de>
3479
3480 * calc/calc.el (math-format-stack-value): Revert a broken
3481 if->when replacement and reformat so that this does not happen
3482 again. Fixes a pretty lethal line formatting/yanking bug.
3483
3a321ddb
GM
34842002-08-04 John Paul Wallington <jpw@shootybangbang.com>
3485
3486 * startup.el (fancy-splash-frame): Check selected frame last.
3487
1e7f6327 34882002-08-04 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
fabf2143
KG
3489
3490 * net/tramp.el: Version 2.0.10 released.
3491 (tramp-uudecode): New shell function `tramp_uudecode' to decode to
90a44957 3492 standard output even if `uudecode -p' and `uudecode -o -' don't work.
fabf2143
KG
3493 (tramp-post-connection): After finding the right shell, wait a
3494 bit. This is a kludge to avoid a race condition, even though I
3495 don't understand why there is a race condition in the first place.
3496 (tramp-post-connection): Install the `tramp_uudecode' shell
3497 function on the remote host.
3498 (tramp-coding-commands): Add an alternative for `tramp_uudecode'.
3499 (tramp-bug): Include more variables in the report.
3500
1e7f6327 35012002-08-04 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
fabf2143
KG
3502
3503 * net/tramp.el: Version 2.0.9 released.
3504 (tramp-bug): Add wording about additional info to include in bug
3505 report.
3506 (tramp-find-shell): Set $PS1 for invocation of second shell (for
3507 tilde expansion).
90a44957
SM
3508 (tramp-find-shell): Shell prompt must match at end of buffer.
3509 Do this also for fallback shell prompt.
fabf2143
KG
3510 (tramp-find-shell): More debugging output.
3511 (tramp-find-inline-encoding): When checking the decoding command,
3512 some commands fail when reading from /dev/null. So we pass a
3513 known string through the encoding command and pass that through
3514 the decoding command. So we know whether the decoding command can
3515 deal with some real input.
3516
ccf29586
AS
35172002-08-04 Andreas Schwab <schwab@suse.de>
3518
3519 * net/tramp.el (tramp-perl-encode, tramp-perl-decode): Doc fix.
3520
742fbed7
AC
35212002-08-03 Andrew Choi <akochoi@shaw.ca>
3522
3523 * term/mac-win.el: Set keys to enable mouse wheel support.
3524
35252002-08-03 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
36541701
KG
3526
3527 * net/tramp.el: Version 2.0.8.
3528 (tramp-perl-encode, tramp-perl-encode): Double the backslashes.
3529
742fbed7 35302002-08-03 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
fa32e96a
KG
3531
3532 * net/tramp.el: Version 2.0.7.
ee58da1b 3533 (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
fa32e96a
KG
3534 (tramp-perl-encode, tramp-perl-decode): Escape `%' characters
3535 because of `format' and say so in the docstring.
3536
6fb453e1
GM
35372002-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
3538
3539 * progmodes/f90.el (f90-font-lock-keywords-1): Fix highlighting of
3540 `type' forms.
3541 (f90-font-lock-keywords-2): Fix `implicit type(foo)' case.
3542 (f90-type-def-re): Fix value.
3543
742fbed7 35442002-08-03 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
b1d06e75
KG
3545
3546 * net/tramp.el: Version 2.0.6.
3547 (tramp-default-method): Change to "ssh" from "sm".
90a44957 3548 (tramp-wrong-passwd-regexp): Restructure. Add additional alternative.
b1d06e75
KG
3549 (tramp-su-program): New internal variable for method parameter.
3550 (tramp-perl-encode-with-module, tramp-perl-decode-with-module):
3551 New variables. Very short Perl one-liner, but requires Perl
3552 module MIME::Base64 to be installed on the remote site.
3553 (tramp-perl-encode, tramp-perl-decode): New base64
3554 encoder/decoder. From Juanma Barranquero <lektu@terra.es>.
3555 (tramp-handle-file-truename): Invoke Ange-FTP properly (even
3556 though Ange-FTP doesn't do anything for this operation).
3557 (tramp-handle-set-visited-file-modtime): Comment change.
3558 (tramp-handle-make-directory): Save-excursion.
3559 (tramp-handle-expand-many-files): Don't try to invoke Ange-FTP
3560 twice, once is enough.
3561 (tramp-action-permission-denied): Show *tramp/foo* buffer so the
3562 user knows what's wrong.
90a44957 3563 (tramp-post-connection): Support the two Perl encoders and decoders.
b1d06e75
KG
3564 (tramp-coding-commands): Ditto. Add some todo items.
3565
cc305a60
RS
35662002-08-02 Richard M. Stallman <rms@gnu.org>
3567
3568 * international/mule.el (merge-coding-systems): New function.
3569 (set-buffer-file-coding-system): Use merge-coding-systems.
3570 Change prompt for args.
3571 (revert-buffer-with-coding-system): New command.
3572
ee58da1b 3573 * international/mule-cmds.el (mule-keymap, set-coding-system-map):
cc305a60
RS
3574 Add bindings for revert-buffer-with-coding-system.
3575 (set-coding-system-map): Clarify menu item info for
3576 set-buffer-file-coding-system.
3577 (set-coding-system-map): Reorder and add separators.
3578
3579 * emacs-lisp/edebug.el (edebug-eval-top-level-form):
3580 Use eval-expression.
3581
3582 * subr.el (atomic-change-group): Doc fix.
3583
5fba5c21
CW
35842002-07-31 Colin Walters <walters@debian.org>
3585
3586 * ibuffer.el (ibuffer-hooks): Rename to `ibuffer-hook'; Add
3587 defvaralias for compatibility.
3588 (ibuffer-mode-hooks): Rename to `ibuffer-mode-hook'; Add
3589 defvaralias for compatibility.
3590
40c10465
CW
35912002-07-31 John Paul Wallington <jpw@shootybangbang.com>
3592
90a44957
SM
3593 * ibuffer.el (ibuffer-fontification-alist):
3594 Use `font-lock-constant-face' instead of `font-lock-reference-face'.
40c10465 3595
c71cb98b
JW
35962002-07-31 John Wiegley <johnw@gnu.org>
3597
3598 * pcomplete.el (pcomplete-comint-setup): Use `add-to-list', to
3599 prevent adding the symbol `pcomplete' to
3600 shell-dynamic-complete-functions to many times.
3601
3755bd32
MR
36022002-07-31 Markus Rost <rost@math.ohio-state.edu>
3603
3604 * help-fns.el (describe-function-1): Test function for
3605 obsolescence only if it is a symbol.
3606
3607 * ediff.el (ediff-backup): New autoloaded command.
3608
c43008c4
RS
36092002-07-31 Richard M. Stallman <rms@gnu.org>
3610
ad44f2a1
RS
3611 * makefile.w32-in (compile-after-backup): Renamed from `compile'.
3612 Use `compile-always'.
3613 (bootstrap): Use `compile', not `compile-files'. Use `update-subdirs'.
3614 (compile): Renamed from `compile-files'.
3615 (compile-CMD, compile-SH): Renamed from `compile-files-*'.
3616
c43008c4
RS
3617 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
3618 Check that (car elt) is a string.
3619
3620 * pcomplete.el (pcomplete-entries): Doc fix.
3621
3622 * international/mule.el (non-standard-icccm-encodings-alist): Doc fix.
3623
c21993d0
AS
36242002-07-31 Andreas Schwab <schwab@suse.de>
3625
3626 * dired.el: Hide disabling of dired-find-alternate-file behind
3627 autoload-cookie.
3628
0702b995
JB
36292002-07-31 Juanma Barranquero <lektu@terra.es>
3630
d053bf7e
JB
3631 * makefile.w32-in: Revert some changes from 2002-07-23 because they
3632 don't work on MSVC/nmake builds.
90a44957
SM
3633 (update-subdirs-CMD): Generate the right list of subdirectories.
3634 From Tak Ota <Takaaki.Ota@am.sony.com>.
0702b995 3635
742fbed7 36362002-07-30 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
ac474af1
KG
3637
3638 * net/tramp.el: New version 2.0.5.
90a44957
SM
3639 (tramp-methods): Remove inline encoding method parameters.
3640 The encoding is now autodetected. Also shorten the list of
ac474af1
KG
3641 methods (u/m distinction gone) and rename the remaining methods to
3642 have longer, but more mnemonic, names.
3643 (tramp-login-prompt-regexp, tramp-password-prompt-regexp)
3644 (tramp-wrong-passwd-regexp): Trailing `$' not needed, regexp is
3645 matched at end of buffer anyway.
3646 (tramp-yesno-prompt-regexp): New variable, for questions where the
3647 user should say "yes" or "no".
3648 (tramp-file-name-structure-unified)
3649 (tramp-file-name-structure-separate): Allow dash in method names.
3650 (tramp-actions-before-shell): New variable, contains list of
3651 pattern/action pairs. Output sent by remote end is scanned for
3652 the patterns, then the actions are executed.
3653 (tramp-multi-actions): Like `tramp-actions-before-shell', but
3654 executed for each hop in a multi-hop connection.
3655 (tramp-last-cmd-time): New variable. If nothing has been sent to
3656 remote end for 60 seconds, look to see if the remote end is still
3657 alive.
90a44957
SM
3658 (tramp-perl-mime-encode, tramp-perl-mime-decode): Remove.
3659 It didn't work.
ac474af1
KG
3660 (tramp-perl-encode, tramp-perl-decode): New variables, these
3661 require the MIME::Base64 module on the remote end.
3662 (tramp-handle-file-attributes): Restructure logic.
3663 (tramp-handle-file-attributes-with-ls)
3664 (tramp-handle-file-attributes-with-perl): More debugging.
90a44957 3665 (tramp-handle-directory-files): Grok fifth arg `files-only' for XEmacs.
ac474af1 3666 (tramp-handle-make-directory, tramp-handle-delete-directory)
90a44957
SM
3667 (tramp-handle-delete-file, tramp-handle-insert-directory):
3668 Expand file name.
ac474af1 3669 (tramp-handle-shell-command): Use `when', not `if'.
90a44957
SM
3670 (tramp-handle-file-local-copy, tramp-handle-write-region):
3671 Adapt to autodetection of inline encoding.
ac474af1
KG
3672 (tramp-invoke-ange-ftp): Require ange-ftp to make sure that
3673 variable ange-ftp-name-format is defined before binding it.
3674 (tramp-action-login, tramp-action-password, tramp-action-succeed)
90a44957
SM
3675 (tramp-action-permission-denied, tramp-action-yesno):
3676 Functions called from `tramp-actions-before-shell'.
ac474af1 3677 (tramp-multi-action-login, tramp-multi-action-password)
90a44957
SM
3678 (tramp-multi-action-succeed, tramp-multi-action-permission-denied):
3679 Functions called from `tramp-multi-actions'.
3680 (tramp-process-one-action, tramp-process-actions):
3681 Pattern matching and action invocation code for
ac474af1
KG
3682 `tramp-actions-before-shell'.
3683 (tramp-process-one-multi-action, tramp-process-multi-actions):
3684 Same for `tramp-multi-actions'.
3685 (tramp-open-connection-telnet, tramp-open-connection-rsh)
90a44957 3686 (tramp-open-connection-su): Process actions instead of hardwired logic.
ac474af1
KG
3687 (tramp-multi-connect-telnet, tramp-multi-connect-rlogin)
3688 (tramp-multi-connect-su): Ditto.
3689 (tramp-post-connection): New method for tramp_encode and
3690 tramp_decode scripts.
3691 (tramp-post-connection): Invoke inline autodetection code.
3692 (tramp-coding-commands): List of inline codings.
90a44957 3693 (tramp-find-inline-encoding): This is the inline autodetection code.
ac474af1
KG
3694 (tramp-maybe-open-connection): If nothing was sent to connection
3695 for 60 seconds, look if it connection is still alive.
3696 (tramp-send-command): Remember that something was sent to the
3697 connection.
3698 (tramp-make-tramp-file-name, tramp-make-tramp-multi-file-name):
3699 Use backticks for constructing alist.
3700 (tramp-get-encoding-command, tramp-set-encoding-command)
3701 (tramp-get-decoding-command, tramp-set-decoding-command)
3702 (tramp-get-encoding-function, tramp-set-encoding-function)
90a44957
SM
3703 (tramp-get-decoding-function, tramp-set-decoding-function):
3704 Use for results of inline autodetection.
ac474af1
KG
3705 (tramp-get-encoding-command, tramp-get-decoding-command)
3706 (tramp-get-encoding-function, tramp-get-decoding-function):
3707 Remove these old functions.
3708
2341653d
KH
37092002-07-30 Kenichi Handa <handa@etl.go.jp>
3710
8805e649
KH
3711 * language/indian.el (in-is13194): Give correct `safe-chars' property.
3712 (devanagari): Define it as an alias of in-is13194.
3713
90a44957
SM
3714 * international/mule.el (safe-chars):
3715 Put `char-table-extra-slots' property with value 0.
8805e649 3716
2341653d
KH
3717 * files.el (revert-buffer): Fix previous change.
3718
f5d0cc77
RS
37192002-07-29 Richard M. Stallman <rms@gnu.org>
3720
c43008c4
RS
3721 * bindings.el (help-echo): If global-mode-string is non-nil,
3722 display some spaces after it.
3723
3724 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
3725 Don't call string-match on non-string.
ee58da1b 3726 (displaying-byte-compile-warnings):
c43008c4 3727
f5d0cc77
RS
3728 * textmodes/ispell.el (check-ispell-version): Bind default-directory
3729 to avoid errors. Kill the old temp buffer at the beginning.
3730
da5d3a56
GM
37312002-07-29 Glenn Morris <gmorris@ast.cam.ac.uk>
3732
3733 * scroll-all.el (scroll-all-mode): Make argument optional. Doc fix.
3734
091b5fdb
GM
37352002-07-29 John Paul Wallington <jpw@shootybangbang.com>
3736
3737 * scroll-all.el (scroll-all-mode): Handle numeric arg. Use `if'
3738 instead of `cond'.
3739
930ca8e8
KH
37402002-07-29 Kenichi Handa <handa@etl.go.jp>
3741
3742 * international/mule.el (ctext-post-read-conversion): Add support
f5d0cc77 3743 for embedded utf-8 encoding (ESC % G ... ESC % @).
930ca8e8
KH
3744
37452002-07-28 Kenichi Handa <handa@etl.go.jp>
3746
3747 * files.el (revert-buffer): Before calling insert-file-contents,
3748 kill the local variable buffer-file-coding-system.
3749
3ea1bfb2
RS
37502002-07-28 Richard M. Stallman <rms@gnu.org>
3751
3752 * bindings.el (mode-line-format): Handle vc-mode specially.
3753 Move mode-line-position to after global-mode-string.
3754 (mode-line-modes): Move the starting 3 spaces out of here.
3755 (mode-line-position): Separate with a space, not dashes.
3756
3757 * vc-hooks.el: Don't add to minor-mode-alist.
3758
3759 * emacs-lisp/edebug.el (edebug-debugger):
3760 If inside redisplay, just return.
3761
3762 * emacs-lisp/debug.el (debug): If inside redisplay, just return.
3763
3764 * info.el (Info-find-index-name): Improve last change.
3765
37662002-07-27 Richard M. Stallman <rms@gnu.org>
3767
3768 * files.el (file-name-sans-extension): Avoid expanding DIRECTORY.
3769
3770 * calendar/cal-hebrew.el (diary-rosh-hodesh): Cons mark on
3771 in the third case.
3772
bf29d4c1
MR
37732002-07-27 Markus Rost <rost@math.ohio-state.edu>
3774
3775 * ps-print.el: Update copyright year.
3776 (ps-begin-cut-regexp, ps-end-cut-regexp): Fix type.
3777
742fbed7 37782002-07-26 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
818001cc
KG
3779
3780 * eshell/eshell.el (eshell): Numeric prefix arg means to switch
3781 to the session with that number. Old behavior still available
3782 with nonumeric prefix args.
3783
d2808609
SJ
37842002-07-08 Simon Josefsson <jas@extundo.com>
3785
3786 * mail/mail-extr.el (mail-extr-all-top-level-domains): Update names.
3787
e7a4fab7
JB
37882002-07-26 Juanma Barranquero <lektu@terra.es>
3789
6dc049b2
JB
3790 * warnings.el (lwarn, warn, warning-levels): Doc fix.
3791 (warning-suppress-log-types): Fix typo.
210f10ec 3792 (display-warning): Fix typo. Remove useless assignment to free variable
6dc049b2 3793 `group-string'.
e7a4fab7 3794
e5184e9f
MR
37952002-07-25 Markus Rost <rost@math.ohio-state.edu>
3796
90a44957 3797 * ediff-wind.el (ediff-window-setup-function): Extend type declaration.
e5184e9f 3798
d99118b0
SS
37992002-07-25 Sam Steingold <sds@gnu.org>
3800
3801 * replace.el (occur-rename-buffer): New command.
3802 (occur-mode-map): Bind "r" to it. Added keybindings for
3803 `kill-this-buffer', `clone-buffer' and `quit-window'.
3804
d31c6ecf
RS
38052002-07-25 Kevin Ryde <user42@zip.com.au>
3806
3807 * info.el (Info-find-index-name): Search for a function definition
3808 with a return type.
3809
38102002-07-25 David Ponce <david@dponce.com>
3811
3812 * emacs-lisp/bytecomp.el (byte-compile-set-symbol-position):
3813 Don't recompute `entry' on each iteration.
3814 (byte-compile-delete-first): Make it defsubst.
3815
65125928
SS
38162002-07-25 Sam Steingold <sds@gnu.org>
3817
90a44957
SM
3818 * progmodes/cc-engine.el (c-search-uplist-for-classkey):
3819 When `search-end' is a cons, use its car.
65125928 3820
a8adf791
DL
38212002-07-25 Dave Love <fx@gnu.org>
3822
3823 * obsolete/c-mode.el: Deleted.
5fca0d91
CD
3824
38252002-07-25 Carsten Dominik <dominik@astro.uva.nl>
3826
90a44957
SM
3827 * textmodes/reftex.el (reftex-compile-variables):
3828 Simplified regular expression.
5fca0d91
CD
3829
3830 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
3831 Simplified the regexp.
3832
90a44957
SM
3833 * textmodes/reftex-cite.el (reftex-get-bibkey-default): New function.
3834 (reftex-extract-bib-entries-from-thebibliography):
3835 Use `reftex-get-bibkey-default' to get a default regex.
5fca0d91
CD
3836 (reftex-extract-bib-entries): Use `reftex-get-bibkey-default' to
3837 get a default regex.
3838
e7a4fab7 3839 * textmodes/reftex-toc.el (reftex-toc-mode): Use `make-local-hook' for
5fca0d91
CD
3840 XEmacs compatibility (got OK from RMS).
3841
e7a4fab7 3842 * textmodes/reftex-index.el (reftex-index-mode): Likewise.
5fca0d91 3843
e7a4fab7 3844 * textmodes/reftex-sel.el (reftex-select-label-mode): Likewise.
90a44957 3845 (reftex-select-bib-mode): Likewise.
5fca0d91 3846
ec797e5e
CW
38472002-07-25 Colin Walters <walters@debian.org>
3848
3849 * ibuffer.el (ibuffer-mouse-popup-menu): Allow point to be moved
3850 by menu functions.
3851
fc2938d1
DL
38522002-07-24 Dave Love <fx@gnu.org>
3853
3854 * international/mule.el (set-auto-coding): Doc fix.
3855
3856 * international/utf-16.el: New file.
3857
3858 * language/european.el ("German", "French", "Spanish", "Turkish"):
3859 Add alternative coding systems.
3860 ("Dutch"): Likewise. Add input method.
3861 ("Welsh", "Latin-7"): Add nonascii-translation.
3862
3863 * language/georgian.el ("Georgian"): Add nonascii-translation.
3864
3865 * international/titdic-cnv.el: Doc fixes.
3866 (tit-process-header): Add coding cookie.
3867 (titdic-convert): Force writing as iso-2022-7bit.
3868
3869 * international/ja-dic-cnv.el (skkdic-convert): Add coding cookie.
3870
3871 * international/mule-cmds.el: Doc fixes.
3872 (unencodable-char-position): New.
3873 (select-safe-coding-system): Use it to indicate problematic
3874 characters and add extra explanation. Avoid checking auto-coding
3875 for compressed files.
3876 (leim-list-header): Add coding cookie.
3877 (input-method-verbose-flag): Modify :type.
3878 (locale-language-names): Add bs, wa. Modify cy.
3879
fe445893
RS
38802002-07-24 Richard M. Stallman <rms@gnu.org>
3881
3882 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
3883 Bind warning-group-format.
3884
3885 * emacs-lisp/bytecomp.el (byte-compile-cl-functions): New variable.
3886 (byte-compile-cl-warn): Use that variable.
3887 (byte-compile-find-cl-functions): New function.
3888 (displaying-byte-compile-warnings):
3889 Call byte-compile-find-cl-functions.
e3a720c9 3890
fe445893
RS
3891 * warnings.el (warning-levels): Add %s to the strings.
3892 (warning-group-format): New variable.
3893 (warning-suppress-log-types): Renamed from warning-suppress-log.
3894 (warning-suppress-types): Renamed from warning-suppress.
3895 (display-warning): Implement those changes.
3896
9a654855
RS
38972002-07-23 Richard M. Stallman <rms@gnu.org>
3898
3899 * warnings.el: Add `provide' call.
3900
3901 * files.el (basic-save-buffer-2): If there's an error writing the file,
3902 unrename the backup file if it was just made.
e3a720c9 3903 (backup-buffer, basic-save-buffer-2, basic-save-buffer-1)
9a654855
RS
3904 (basic-save-buffer): Value now has form (MODES . BACKUPNAME)
3905 when a backup was just made by renaming. Otherwise it's nil.
3906
3907 * wid-edit.el (widget-convert): Handle an argument that's a keyword.
3908 Recognize explicit :args specification.
3909
3910 * international/mule-cmds.el (select-safe-coding-system):
3911 Don't ask for confirmation of mismatch if find-file-literally was used.
3912
5ef08021
MR
39132002-07-23 Markus Rost <rost@math.ohio-state.edu>
3914
3915 * add-log.el (add-log-current-defun): Fix typo in documentation.
3916
24f4201f
MR
39172002-07-22 Markus Rost <rost@math.ohio-state.edu>
3918
90a44957 3919 * add-log.el (add-log-mailing-address): Fix type. Can be a string.
24f4201f
MR
3920
3921 * ido.el (ido-separator): Fix type.
3922
9b006cb2
AI
39232002-07-23 Andrew Innes <andrewi@gnu.org>
3924
3925 * makefile.w32-in (DONTCOMPILE): Remove cus-start.el.
3926 (DONTCOMPILE): Add various language files.
3927 (DONTCOMPILE): Remove term/xterm.el.
3928 (finder-inf.el): Remove.
3929 (update-authors): New target.
3930 (TAGS-LISP): Remove $(lispsource).
3931 (compile-always): Renamed from `compile-files'.
3932 (compile): New target, adapted from `compile-files'.
3933 (compile-calc): New target.
3934 (recompile): Change `.' to $(lisp).
3935 (bootstrap): Add update-subdirs and finder-data
3936 to dependencies; change compile-files to compile.
3937
2a9ca093
AS
39382002-07-22 Andre Spiegel <spiegel@gnu.org>
3939
3940 * vc.el (vc-next-action-on-file): Preserve find-file-literally.
3941
9a654855
RS
39422002-07-22 Dan Nicolaescu <dann@ics.uci.edu>
3943
3944 * simple.el (undo, undo-more): Adjust messages when undoing in a
e3a720c9 3945 region.
9a654855
RS
3946
39472002-07-22 John Paul Wallington <jpw@shootybangbang.com>
3948
3949 * net/browse-url.el (browse-url-lynx-input-attempts): Use defcustom.
3950 (browse-url-lynx-input-delay): Add custom type and group.
3951
3952 * cus-start.el (double-click-fuzz): Added.
3953
39542002-07-22 Alan Shutko <ats@acm.org>
3955
3956 * calendar/solar.el (diary-sabbath-candles): Add optional MARK
3957 parameter, specifying what face or character to use in the
3958 calendar display. These will now return (MARK . ENTRY).
3959
3960 * calendar/lunar.el (diary-phases-of-moon): Add optional MARK
3961 parameter, specifying what face or character to use in the
3962 calendar display. These will now return (MARK . ENTRY).
3963
3964 * calendar/cal-hebrew.el (diary-omer, diary-yahrzeit)
3965 (diary-rosh-hodesh, diary-parasha, diary-parasha): Add optional
3966 MARK parameter, specifying what face or character to use in the
3967 calendar display. These will now return (MARK . ENTRY).
3968
3969 * calendar/diary-lib.el (mark-sexp-diary-entries): Retrieve mark
3970 from diary-sexp-entry and pass it to mark-visible-calendar-date.
3971 (list-sexp-diary-entries): Update doc string for new docs for ....
3972 If diary-sexp-entry returns a cons, only add the text to the diary
3973 list.
3974 (diary-sexp-entry): Allow sexps to return a cons of the form (MARK
3975 . STRING) to specify what face or character mark should be used in
3976 the calendar display.
3977 (diary-date, diary-block, diary-float, diary-anniversary)
3978 (diary-cyclic): Add optional MARK parameter, specifying what face
3979 or character to use in the calendar display. These will now
3980 return (MARK . ENTRY).
3981
3982 * calendar/diary-lib.el (check-calendar-holidays, diary-iso-date)
e3a720c9
JB
3983 (calendar-holiday-list, diary-french-date, diary-mayan-date)
3984 (diary-julian-date, diary-astro-day-number, diary-chinese-date)
3985 (diary-islamic-date, list-islamic-diary-entries)
3986 (mark-islamic-diary-entries, mark-islamic-calendar-date-pattern)
3987 (diary-hebrew-date, diary-omer, diary-yahrzeit, diary-parasha)
3988 (diary-rosh-hodesh, list-hebrew-diary-entries)
3989 (mark-hebrew-diary-entries, mark-hebrew-calendar-date-pattern)
3990 (diary-coptic-date, diary-persian-date, diary-phases-of-moon)
9a654855
RS
3991 (diary-sunrise-sunset, diary-sabbath-candles):
3992 Remove interactive flag from autoloads.
3993
6fbeb429
CD
39942002-07-22 Carsten Dominik <dominik@astro.uva.nl>
3995
90a44957 3996 * textmodes/reftex-vars.el (reftex-index-verify-function): New option.
6fbeb429
CD
3997 (reftex-bibliography-commands): New option.
3998 (reftex-toc-split-windows-horizontally): New option
3999 (reftex-toc-split-windows-horizontally-fraction): New option
4000 (reftex-include-file-commands): New option.
4001 (reftex-cite-format-builtin): Added ?n for nocite.
4002
90a44957
SM
4003 * textmodes/reftex-index.el (reftex-query-index-phrase):
4004 Use `reftex-index-verify-function'.
6fbeb429 4005
90a44957
SM
4006 * textmodes/reftex-toc.el (reftex-re-enlarge):
4007 Handle horizontal splitting.
6fbeb429
CD
4008 (reftex-toc): Handle horizontal splitting
4009 (reftex-last-window-width): New variable.
4010
4011 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
4012 Use `reftex-bibliography-commands'.
4013 (reftex-locate-bibliography-files): Regexp relaxed to allow for
4014 cases where \bibliography is not the first thing on the line.
4015
90a44957
SM
4016 * textmodes/reftex.el (reftex-compile-variables):
4017 Use `reftex-include-file-commands'.
6fbeb429 4018 (reftex-type-query-prompt): Changed defconst to defvar.
90a44957
SM
4019 (reftex-type-query-help, reftex-typekey-to-format-alist)
4020 (reftex-typekey-to-prefix-alist, reftex-env-or-mac-alist)
4021 (reftex-special-env-parsers, reftex-label-mac-list)
4022 (reftex-label-env-list, reftex-typekey-list)
4023 (reftex-words-to-typekey-alist, reftex-key-to-index-macro-alist)
4024 (reftex-query-index-macro-prompt, reftex-query-index-macro-help)
4025 (reftex-no-follow-message, reftex-no-info-message): Likewise.
6fbeb429
CD
4026 (reftex-mode): Define systax table for bibtex parsing.
4027 (reftex-syntax-table-for-bib): Syntax table for bibtex parsing.
e3a720c9 4028
6fbeb429
CD
4029 * textmodes/reftex-cite.el (reftex-format-names): %a as name
4030 format lists all names.
4031 (reftex-parse-bibtex-entry): Use `reftex-syntax-table-for-bib'.
90a44957 4032 (reftex-with-special-syntax-for-bib): New macro.
6fbeb429 4033
9a654855
RS
40342002-07-21 Richard M. Stallman <rms@gnu.org>
4035
4036 * international/ucs-tables.el (ucs-quail-activate):
4037 Cope if buffer-file-coding-system is nil.
4038
4039 * bindings.el (last-buffer): Use buffer-list with frame arg.
e3a720c9 4040 Create *scratch* if no other choice exists. Fix bugs.
9a654855 4041
fb505dab 40422002-07-21 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
90dc758d
KG
4043
4044 * net/tramp.el: Bump version to 2.0.2.
4045 (tramp-methods): Rename methods invoking "ssh1" or "ssh2" to
4046 longer names. Use old names "sm1", "sm2" and so on for methods
4047 invoking "ssh -1" or "ssh -2".
4048 (tramp-multi-file-name-structure-separate): Typo, its name was set
90a44957
SM
4049 to "tramp-file-name-structure-separate". Trivial patch.
4050 From Steve Youngs <youngs@xemacs.org>.
90dc758d
KG
4051 (tramp-multi-sh-program): New variable.
4052 (tramp-open-connection-multi): Use it. Now you can use multi
4053 methods from Windows (at least in principle).
4054 (tramp-do-copy-or-rename-via-buffer): New function.
4055 (tramp-do-copy-or-rename-file): Use it. Change and simplify
90a44957 4056 logic. Omit special case of invoking rcp directly to copy the files.
90dc758d
KG
4057 (tramp-open-connection-su, tramp-multi-connect-telnet)
4058 (tramp-multi-connect-rlogin, tramp-multi-connect-su)
4059 (tramp-make-tramp-file-name, tramp-make-tramp-multi-file-name):
4060 Use backticks in format-spec for brevity and to avoid
4061 character/number confusion in XEmacs.
4062
a5dd5f60
RS
40632002-07-20 Richard M. Stallman <rms@gnu.org>
4064
56592beb
RS
4065 * wid-edit.el (widget-documentation-string-value-create):
4066 Say "Hide Rest", not just "Hide".
4067
4068 * cus-edit.el (custom-variable-value-create):
4069 Say "Show Value", not just "Show". Also "Hide Value".
4070 Output a newline before the doc string.
4071 (custom-face-value-create): Say "Show Face" and "Hide Face".
4072
a5dd5f60
RS
4073 * files.el (toggle-read-only): Clean up the hint message.
4074
4075 * emacs-lisp/bytecomp.el: Use warnings.el.
4076 (byte-compile-warning-prefix): New function.
4077 (byte-compile-log-file): Return page start position.
4078 (byte-compile-log-warning): New function.
4079 (byte-compile-warn): Use byte-compile-log-warning.
4080 (byte-compile-report-error): Likewise. Also use error-message-string.
4081 (displaying-byte-compile-warnings): Bind warning-series.
4082 Don't bind or use byte-compile-warnings-point-max.
4083 Don't display the log buffer at the end.
4084 (byte-compile-warnings-point-max): Variable deleted.
4085 (byte-compile-log-1): Rewrite for trace info, not used for warnings.
e3a720c9 4086 (byte-compile-last-warned-form, byte-compile-last-logged-file):
a5dd5f60 4087 Defvars moved.
e3a720c9 4088
a5dd5f60
RS
4089 * warnings.el: New file.
4090
9cb9a7bc
RS
40912002-07-19 Richard M. Stallman <rms@gnu.org>
4092
4093 * emacs-lisp/bytecomp.el (byte-compile-cl-warn): Delete `values'
4094 and `values-list' from list of CL functions.
4095
40962002-07-19 John Paul Wallington <jpw@shootybangbang.com>
4097
90a44957
SM
4098 * emacs-lisp/bytecomp.el (compile-defun):
4099 Bind `read-with-symbol-positions' to current buffer.
9cb9a7bc 4100
e0a91707
AS
41012002-07-19 Andre Spiegel <spiegel@gnu.org>
4102
4103 * vc-hooks.el (vc-insert-file): When called with a LIMIT regexp,
4104 delete anything that comes after LIMIT from the buffer.
4105
4106 * vc-rcs.el (vc-rcs-fetch-master-state): Be more careful to check
4107 if this is really an RCS master file.
4108
4109 * vc.el: Improve comment of vc-BACKEND-workfile-unchanged-p.
4110
b4591b37
JB
41112002-07-19 Juanma Barranquero <lektu@terra.es>
4112
4113 * emacs-lisp/bytecomp.el (dot, dot-max, dot-min, dot-marker)
dd8d66ad
JB
4114 (buffer-flush-undo, baud-rate, compiled-function-p, define-function)
4115 (unread-command-char, executing-macro, post-command-idle-hook)
4116 (post-command-idle-delay): Move obsolescence declarations to subr.el.
b4591b37
JB
4117
4118 * subr.el (dot, dot-max, dot-min, dot-marker, buffer-flush-undo)
dd8d66ad 4119 (baud-rate, compiled-function-p, define-function, unread-command-char)
90a44957
SM
4120 (executing-macro, post-command-idle-hook, post-command-idle-delay):
4121 Move obsolescence declarations from emacs-lisp/bytecomp.el.
4122 (directory-sep-char, mode-line-inverse-video):
4123 Add obsolescence declaration.
b4591b37 4124
81189e61
S
41252002-07-18 J.D. Smith <jdsmith@as.arizona.edu>
4126
4127 * progmodes/idlwave.el: Updated to IDLWAVE version 4.14. Too many
4128 changes to list them here.
4129
90a44957
SM
4130 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.14.
4131 Too many changes to list them here.
81189e61 4132
90a44957
SM
4133 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.14.
4134 Too many changes to list them here.
81189e61
S
4135
4136 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.14 with
4137 only minor documentation changes.
4138
28a2ca5d
DL
41392002-07-18 Dave Love <fx@gnu.org>
4140
4141 * info-look.el: Support current auto{conf,make} manuals.
4142
5fe205f1
JB
41432002-07-18 Juanma Barranquero <lektu@terra.es>
4144
4145 * bindings.el (last-buffer): Add missing frame argument.
4146
f33f4398
RS
41472002-07-18 Richard M. Stallman <rms@gnu.org>
4148
4149 * timer.el (timer-inc-time): Doc fix.
4150
4151 * replace.el (keep-lines, flush-lines): Interactively report
4152 read-only error before reading regexp argument.
4153
4154 * dabbrev.el (dabbrev--search): Use inhibit-point-motion-hooks.
4155
4156 * bindings.el (last-buffer): Handle buffer-list and buffer-predicate
4157 frame parameters like bury-buffer.
4158
4159 * simple.el (choose-completion-delete-max-match):
4160 Handle minibuffer prompts explicitly.
4161
6fcfeabf
JB
41622002-07-18 Juanma Barranquero <lektu@terra.es>
4163
90a44957
SM
4164 * international/mule-util.el (string-to-sequence, truncate-string):
4165 Add autoload cookie to obsolescence declaration.
6fcfeabf
JB
4166
4167 * rect.el (move-to-column-force): Likewise.
4168
4169 * composite.el (decompose-composite-char): Likewise; also remove
4170 redundant info.
4171
b0c654c0
KS
41722002-07-18 Kim F. Storm <storm@cua.dk>
4173
4174 * loadup.el: Load international/utf-8 before international/characters.
4175
c6e973ab
DL
41762002-07-17 Dave Love <fx@gnu.org>
4177
46f4bf30
DL
4178 * international/ucs-tables.el: Optimize tables. Deal with some
4179 non-8859 charsets.
4180 (ucs-mule-to-mule-unicode): New.
4181 (ucs-unify-8859): Use utf-8-fragment-on-decoding, set up Quail
4182 translation.
4183 (ucs-fragment-8859): Modified consistent with ucs-unify-8859.
4184 (unify-8859-on-encoding-mode): Doc mod. Fix custom version.
4185 (unify-8859-on-decoding-mode): Doc mod. Change code. Fix custom
4186 version. Add custom dependencies.
4187 (ucs-insert): Check for null from decode-char.
e3a720c9 4188 (translation-table-for-input, ucs-quail-activate)
46f4bf30
DL
4189 (ucs-minibuffer-setup, ccl-encode-unicode-font)
4190 (ucs-tables-unload-hook): New.
4191
4192 * international/mule.el (define-translation-hash-table): New.
4193 (decode-char): Use utf-8-translation-table-for-decode.
4194 (encode-char): Use ucs-mule-to-mule-unicode.
4195
4196 * international/characters.el: Fix settings of U+2000-U+2027.
90a44957 4197 Remove \e$,1uf\e(B.
46f4bf30 4198
f860212e
DL
4199 * international/mule-cmds.el (locale-language-names): Fix be, add
4200 sr_YU@cyrillic, modify tg.
4201 (locale-charset-language-names): Put @euro last.
4202
4203 * language/cyrillic.el (cyrillic-koi8-r-decode-table)
4204 (cyrillic-alternativnyj-decode-table): Fill out with mule-unicode.
4205 (cyrillic-koi8-r-decode-table): Make unbound after use.
4206 (ccl-decode-koi8, ccl-decode-alternativnyj): Change expansion
4207 factor. Use utf-8-translation-table-for-decode.
4208 (ccl-encode-koi8, ccl-encode-koi8): Don't check r0.
4209 (cyrillic-unify-encoding): New function.
90a44957
SM
4210 (cyrillic-koi8): Modify safe-chars, valid-codes.
4211 Remove charset-origin-alist.
f860212e
DL
4212 (Cp878, cp866): New alias.
4213 (ccl-encode-8859-5-font): New.
4214 (font-ccl-encoder-alist): Add ccl-encode-8859-5-font.
90a44957
SM
4215 (ccl-encode-koi8-font, ccl-encode-alternativnyj-font):
4216 Remove redundant parens.
f860212e
DL
4217 ("Cyrillic-KOI8"): Add cyrillic-iso-8bit to coding-priority.
4218 (cyrillic-koi8-u-decode-table, ccl-decode-koi8-u)
90a44957 4219 (ccl-encode-koi8-u, koi8-u, ccl-encode-koi8-u-font, "Ukrainian"): New.
f860212e
DL
4220 (cyrillic-alternativnyj): Modify safe-chars, add mime-charset.
4221 ("Cyrillic-ALT"): Change input method.
4222 ("Windows-1251", "Tajik", "Bulgarian", "Belarusian"): New.
4223
e3a720c9
JB
4224 * international/utf-8.el (utf-8-subst-table)
4225 (utf-8-subst-rev-table, utf-8-translation-table-for-decode)
4226 (utf-8-fragment-on-decoding, ccl-untranslated-to-ucs)
c6e973ab
DL
4227 (utf-8-ccl-regs, utf-8-translate-cjk): New.
4228 (ccl-encode-mule-utf-8): Use utf-8-subst-rev-table.
f5d6a5b8 4229 (ccl-decode-mule-utf-8, ccl-untranslated-to-ucs)
c6e973ab
DL
4230 (utf-8-untranslated-to-ucs, utf-8-compose): Rewritten.
4231 (mule-utf-8): Remove pre-write-conversion.
4232 (utf-8-post-read-conversion): Comment out.
4233
4234 * international/ccl.el (ccl-command-table): Add lookup-integer,
4235 lookup-character.
4236 (ccl-extended-code-table): Add lookup-int-const-tbl,
4237 lookup-char-const-tbl.
f5d6a5b8 4238 (ccl-compile-lookup-integer, ccl-compile-lookup-character)
c6e973ab
DL
4239 (ccl-dump-lookup-int-const-tbl, ccl-dump-lookup-char-const-tbl):
4240 New functions.
4241 (define-ccl-program): Doc update.
4242
4243 * international/utf-8-subst.el: Populate utf-8-subst-rev-table.
4244 (utf-8-subst-table): Don't set.
4245
1a55d509
KH
42462002-07-17 Kenichi Handa <handa@etl.go.jp>
4247
f5d6a5b8
SM
4248 * international/mule.el (define-coding-system-alias):
4249 Don't append ALIAS in the property `alias-coding-systems' if ALIAS's
1a55d509
KH
4250 eol-type is not auto-detection.
4251
f5d6a5b8
SM
4252 * international/mule-diag.el (print-coding-system-briefly):
4253 Fix the handling of an alias of which eol-type is not auto-detection.
1a55d509
KH
4254
4255 * international/mule-conf.el (us-ascii): Define it as an alias of
4256 iso-safe.
4257
a50908ab
JB
42582002-07-17 Juanma Barranquero <lektu@terra.es>
4259
3b622b44
JB
4260 * help-fns.el (describe-function-1): Put empty line before "Not
4261 documented" text.
4262
a50908ab
JB
4263 * timer.el (timer-set-time-with-usecs): Mark obsolete.
4264
bc71812e
SM
42652002-07-16 Stefan Monnier <monnier@cs.yale.edu>
4266
f5d6a5b8
SM
4267 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
4268 Make sure to change the global tool-bar-map.
4269
bc71812e
SM
4270 * vc.el (vc-default-comment-history): Hard code *vc*.
4271 This is because print-log always prints there now.
4272 (vc-annotate-font-lock-keywords): New var.
4273 (vc-annotate-mode): Use it. Set truncate-lines as well.
4274 (vc-annotate-display-select): Unify the two error reports.
4275 (vc-annotate-offset): New var.
4276 (vc-annotate-lines): New fun extracted from vc-annotate-display.
4277 (vc-annotate-display): Use it, via font-lock.
4278
4279 * help-fns.el (help-split-fundoc, help-function-arglist)
4280 (help-make-usage): New funs, extracted from describe-function-1.
4281 (describe-function-1): Use them.
4282
4283 * help.el (help-key-description): Show the untranslated keys
4284 when they start with ESC and the ESC was not translated.
4285
4286 * help-mode.el (view): Always require.
4287 (help-xref-mule-regexp): Don't use defconst for variables.
4288 (help-setup-xref): Keep the last 10 elements of the stack.
4289 (help-xref-override-view-map): New var.
4290 (help-make-xrefs): Use it instead of building a new map each time.
4291 (help-function-def): Allow help-fun to take a buffer as arg.
4292
4293 * diff-mode.el (diff-reverse-direction): Simplify.
4294 (diff-after-change-function): Fix typo.
4295 (diff-post-command-hook): Take care of edge cases.
4296 (diff-current-defun): Do `goto-char' after setting the mode.
4297
4298 * mouse-sel.el (mouse-sel-mode): Use define-minor-mode.
4299 Fold mouse-sel-bindings into it.
4300 (mouse-sel-bound-events): Turn it into an alist.
4301 (mouse-insert-selection): Delegate to mouse-yank-at-click if
4302 mouse-sel-default-bindings asks for it.
4303
4c4a1c1d
AS
43042002-07-16 Andre Spiegel <spiegel@gnu.org>
4305
4306 * files.el: Bind toggle-read-only to C-x C-q.
4307 (toggle-read-only): Display a warning message if the file is under
4308 version control.
4309
4310 * vc-hooks.el: Don't bind vc-toggle-read-only to C-x C-q.
4311 (vc-toggle-read-only): Explain in the doc string that users can bind
4312 this to C-x C-q.
4313 (vc-checkout-model): Change doc string to refer to vc-next-action,
4314 not vc-toggle-read-only.
4315
bc71812e
SM
4316 * vc.el (vc-next-action-on-file): Ignore buffer-read-only while
4317 comparing to file on disk. Fix the case when claiming the lock
4c4a1c1d 4318 on a file that has unlocked changes.
bc71812e 4319 (vc-log-mode): Don't mention vc-toggle-read-only in the doc string.
4c4a1c1d 4320
9ee49ebc
RS
43212002-07-16 Richard M. Stallman <rms@gnu.org>
4322
4323 * simple.el (choose-completion-string): Doc fix.
4324
4325 * cus-edit.el: New operation :custom-standard-value.
4326 (Custom-reset-standard): Use it.
4327 (custom-variable, custom-face): Define it.
4328 (custom-variable-standard-value, custom-face-standard-value): New fns.
4329 (custom-face-save): Don't save a face whose value is standard.
4330 (custom-save-faces): Use SYMBOL, not 'default, to set NOW and COMMENT.
bc71812e 4331
9ee49ebc
RS
4332 * cus-edit.el (custom-face-edit-fix-value):
4333 If VALUE is not a list, pass it thru.
4334
4335 * compare-w.el (compare-windows-whitespace): Always allow newline
4336 even if it does not have whitespace syntax.
4337
301085d4
JB
43382002-07-16 Juanma Barranquero <lektu@terra.es>
4339
4340 * timer.el (timer-set-time, timer-set-time-with-usecs): Fix docstring.
4341
d907a3bf
JB
43422002-07-15 Juanma Barranquero <lektu@terra.es>
4343
4344 * help-fns.el (describe-variable): Show documentation for aliased
4345 variable if alias does not have its own.
4346
5a95c143
MW
43472002-07-15 Mike Williams <mdub@bigfoot.com>
4348
4349 * mouse-sel.el (mouse-sel-bindings): Save/restore interprogram
4350 cut/paste functions.
4351
a50908ab
JB
43522002-07-14 Richard M. Stallman <rms@gnu.org>
4353
4354 * files.el (find-alternate-file): Offer to save a modified buffer.
4355 Handle kill-buffer-query-functions better.
4356
4357 * startup.el (normal-splash-screen, fancy-splash-text):
4358 Update name of help menu item for ordering printed manuals.
4359
4360 * emacs-lisp/checkdoc.el: Fix doc typos.
4361
979a8abc
SM
43622002-07-14 Stefan Monnier <monnier@cs.yale.edu>
4363
4364 * textmodes/tex-mode.el: Set encoding to utf-8.
4365 (tex-start-options): Make it into always-a-string.
4366 Remove silly custom options that are covered by the other var.
4367 (tex-start-commands): Fix docstring.
4368 (tex-open-quote, tex-close-quote): Add options.
4369 (tex-command): Provide default.
4370 (tex-font-lock-keywords-1): Highlight $$...$$.
4371 (tex-font-lock-keywords-2): Fix latin-1 chars.
4372 (tex-mode-map): Remove redundant \t binding.
4373 (tex-mode): Add `subsection' and `newcommand' to known latex cmds.
4374 (latex-mode): Use add-hook for fill-nobreak-predicate.
4375 (tex-common-initialization): Set indent-tabs-mode to nil.
4376 (tex-insert-quote): Undo magic if invoked twice in a row.
4377 (latex-fill-nobreak-predicate): Don't use narrowing.
4378 (tex-latex-block): Don't cons uselessly.
4379 (tex-last-unended-begin): Signal user-friendlier error.
4380 (tex-goto-last-unclosed-latex-block): Don't catch signal.
4381 (tex-start-tex): Switch order of tex-start-options and
4382 tex-start-commands to make it obey docstrings.
4383
4bc65152
MW
43842002-07-14 Mike Williams <mdub@bigfoot.com>
4385
4386 * mouse-sel.el (mouse-sel-bound-events): New constant.
4bc65152
MW
4387 (mouse-sel-bindings): Save/restore original mouse-bindings.
4388
00feb952
SM
43892002-07-13 Stefan Monnier <monnier@cs.yale.edu>
4390
4391 * emacs-lisp/cl.el (cl-set-substring): Fix thinko.
4392 (cl-hack-byte-compiler): Avoid infinite require loop.
4393
4394 * net/ange-ftp.el: Use hash-tables.
4395 (ange-ftp-make-hashtable, ange-ftp-map-hashtable)
4396 (ange-ftp-make-hash-key, ange-ftp-get-hash-entry)
4397 (ange-ftp-put-hash-entry, ange-ftp-del-hash-entry): Remove.
4398 Replace with make-hash-table, maphash, gethash, puthash and remhash.
4399 (ange-ftp-hash-entry-exists-p): Rewrite.
4400 (ange-ftp-vms-delete-file-entry, ange-ftp-vms-add-file-entry):
4401 Change mapatom -> maphash.
4402 (ange-ftp-file-entry-active-p, ange-ftp-file-entry-not-ignored-p):
4403 Update to new calling mode.
4404
4405 * progmodes/ebrowse.el (ebrowse-symbol-regexp): Avoid cl-set-substring.
4406 (ebrowse-hash-table-to-alist): Delete.
4407 (ebrowse-tags-read-name, ebrowse-tags-list-members-in-file)
4408 (ebrowse-tags-complete-symbol): Use the hashtable for completion.
4409
4410 * textmodes/sgml-mode.el (sgml-quote): Use narrowing.
4411 Improve the regexp used when unquoting.
4412 (sgml-pretty-print): New function.
4413 (sgml-get-context): Better handling of improperly nested tags.
4414 (sgml-show-context): Don't use the FULL arg of sgml-get-context.
4415
bd128a25
AS
44162002-07-13 Andreas Schwab <schwab@suse.de>
4417
4418 * mail/mailabbrev.el (mail-abbrev-make-syntax-table): Check the
4419 inherited table entry.
4420
4105dd52
GM
44212002-07-13 Glenn Morris <gmorris@ast.cam.ac.uk>
4422
4423 * calendar/timeclock.el (timeclock-in): Handle the case where no
4424 log file exists (ie the very first call).
4425
5fe0ea6a 44262002-07-13 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
b29019f8 4427
65399e83
KG
4428 * net/ange-ftp.el: Do not hook into file-name-handler-alist, this
4429 is done by Tramp.
4430
00feb952
SM
4431 * net/tramp.el (tramp-multi-file-name-structure-unified):
4432 Add missing slash and move colon from start to end of each hop.
b29019f8
KG
4433 (tramp-multi-file-name-hop-structure-unified): Move colon from
4434 start to end of each hop.
4435
aae2ce50
KS
44362002-07-13 Kim F. Storm <storm@cua.dk>
4437
4438 * progmodes/compile.el (grep-tree): Fixed autoload.
4439 Corrected use of undefined variable `match-files-aliases'.
4440
a3dd6af2
GM
44412002-07-12 Glenn Morris <gmorris@ast.cam.ac.uk>
4442
4443 * calendar/timeclock.el (timeclock-get-workday-function):
4444 `timeclock-workday' is not a valid option, rather a possible
4445 return value.
4446
32a86c99
RS
44472002-07-12 Richard M. Stallman <rms@gnu.org>
4448
4494f50d
RS
4449 * net/ange-ftp.el (ange-ftp-write-region):
4450 Don't bind executing-kbd-macro; instead, pass non-nil VISIT arg
4451 to ange-ftp-real-write-region.
4452
4453 * replace.el (flush-lines, keep-lines): Convert REND to a marker.
4454
4455 * help-fns.el (help-with-tutorial): Display completion list right away.
4456
4457 * ediff-ptch.el (ediff-test-patch-utility): Catch error and return nil.
4458
4459 * startup.el (command-line): Set memory-signal-data.
4460 (fancy-splash-text, normal-splash-screen):
4461 Mention "Read the Emacs Manual" or C-h r.
4462 Rearrange the initial help to put the help cmds on left
4463 and the actions (exit, undo) on the right. Other small
4464 text clarifications.
4465 (fancy-splash-text, actions page): Add blank line to balance help page.
4466
4467 * help.el (help-map): Add binding for info-emacs-manual.
4468 (print-help-return-message): Doc fix.
4469
32a86c99
RS
4470 * strokes.el (strokes-help): Call print-help-return-message
4471 while inside with-output-to-temp-buffer.
4472
4473 * info.el (info-emacs-manual): New function.
4474 (Info-use-header-line): Doc fix.
4475
4476 * emacs-lisp/cl.el (multiple-value-call): Add alias.
4477
4478 * progmodes/compile.el (compilation-normalize-filename):
4479 New subroutine, taken out of compilation-parse-errors.
4480 (compilation-parse-errors): Use that, and for directories too.
4481 Don't check whether a directory really exists.
4482
b37db7b4 4483
120034b3
JB
44842002-07-12 Juanma Barranquero <lektu@terra.es>
4485
b37db7b4
JB
4486 * help-fns.el (describe-variable): Remove useless "Documentation:"
4487 string.
d00a3408 4488
00feb952
SM
4489 * timer.el (timer-set-time-with-usecs): Fix documentation.
4490 Simplify extraction of time data.
120034b3 4491
9327f134
PJ
44922002-07-12 John Paul Wallington <jpw@shootybangbang.com>
4493
b37db7b4
JB
4494 * help-fns.el (describe-variable): Mention if the variable is an
4495 alias. Put `defvaralias' info before the documentation.
9327f134 4496
f1282c7f
KH
44972002-07-12 Kenichi Handa <handa@etl.go.jp>
4498
4499 * international/mule-cmds.el (locale-language-names): Change "mk"
4500 (Macedoninan), "ru" (Russian), and "sp" (Serbian with Cyrillic
4501 alphabet) to "Cyrillic-ISO".
4502
5fe0ea6a 45032002-07-11 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
505edaeb
KG
4504
4505 * net/tramp.el (tramp-default-method): New default method "sm"
4506 which I guess to be good for most people.
4507 (tramp-default-method-alist): Use "ftp" method (ie, forwarding to
4508 Ange-FTP) for some user/host combinations.
00feb952
SM
4509 (tramp-file-name-structure, tramp-file-name-regexp)
4510 (tramp-make-tramp-file-format, tramp-make-tramp-file-user-nil-format)
4511 (tramp-multi-file-name-structure, tramp-multi-file-name-hop-structure)
505edaeb
KG
4512 (tramp-make-multi-tramp-file-format): New default value which
4513 unifies the filename syntax between Tramp and Ange-FTP. The new
00feb952 4514 syntax is "/method:user@host:path". Note the colon after the method.
505edaeb
KG
4515 (tramp-handle-file-name-directory): Don't return "/" when
4516 completing a remote root directory (where the filename looks like
4517 "/method:user@host:/").
4518 (tramp-handle-ange-ftp): Deleted.
4519 (tramp-disable-ange-ftp): New function, called at toplevel,
4520 deletes Ange-FTP from file-name-handler-alist.
cebb4ec6 4521 (tramp-handle-make-symbolic-link): Implement.
505edaeb 4522
df31d96b
JB
45232002-07-10 Juanma Barranquero <lektu@terra.es>
4524
4525 * ido.el (ido-enter-single-matching-directory): Delete leftover comment.
4526
3cca0d40
JB
4527 * speedbar.el (speedbar-tag-hierarchy-method): Fix typos.
4528 (speedbar-vc-do-check): Likewise.
4529 (speedbar-obj-do-check): Likewise.
4530 (speedbar-mouse-hscroll): Likewise.
4531 (speedbar-file-lists): Likewise.
4532
3932b29a
JB
4533 * emacs-lisp/authors.el (authors-obsolete-file-p): Fix typo.
4534
32a86c99
RS
45352002-07-09 Ole Aamot <ole@gnu.org>
4536
4537 * compile.el (compilation-error-regexp-alist):
4538 Recognize Valgrind messages.
4539
2df447f2
JB
45402002-07-09 Juanma Barranquero <lektu@terra.es>
4541
4542 * faces.el (face-id): Fix typo.
4543
cb795ec4
JB
4544 * hexl.el (hexl-mode): Likewise.
4545
5502266e
JB
4546 * progmodes/idlw-shell.el (idlwave-shell-set-bp): Likewise.
4547
4548 * progmodes/ebnf-yac.el (ebnf-yac-error): Likewise.
4549
4550 * speedbar.el (speedbar-make-specialized-keymap): Fix docstring.
4551 (speedbar-desired-buffer): Likewise.
4552 (speedbar-line-file): Likewise.
4553 (speedbar-special-mode-key-map): Fix typo.
4554 (speedbar-dynamic-tags-function-list): Likewise.
4555 (speedbar-use-images): Likewise.
4556 (speedbar-up-directory): Likewise.
4557 (speedbar-item-info): Likewise.
4558 (speedbar-set-timer): Likewise.
4559 (speedbar-insert-button): Likewise.
4560 (speedbar-make-button): Likewise.
4561 (speedbar-make-tag-line): Likewise.
4562 (speedbar-insert-files-at-point): Likewise.
4563 (speedbar-update-special-contents): Likewise.
4564 (speedbar-find-selected-file): Likewise.
4565 (speedbar-add-indicator): Likewise.
4566 (speedbar-do-function-pointer): Likewise.
4567 (speedbar-goto-this-file): Likewise.
4568 (speedbar-line-path): Likewise.
4569 (speedbar-mouse-event-p): Likewise.
4570 (speedbar-dir-follow): Likewise.
4571 (speedbar-tag-find): Likewise.
4572 (speedbar-fetch-etags-command): Likewise.
4573 (speedbar-fetch-etags-arguments): Likewise.
4574 (speedbar-toggle-etags): Likewise.
4575 (speedbar-extract-one-symbol): Likewise.
4576 (speedbar-parse-c-or-c++tag): Likewise.
4577 (speedbar-unhighlight-one-tag-line): Likewise.
4578 (speedbar-directory-face): Likewise.
4579 (defimage-speedbar): Likewise.
4580 (speedbar-convert-emacs21-imagespec-to-xemacs): Likewise.
4581 (defimage-speedbar): Likewise.
4582
e49a45ad
MB
45832002-07-09 Miles Bader <miles@gnu.org>
4584
4585 * hexl.el (hexl-find-file): Bind `completion-ignored-extensions'
4586 to nil when prompting for a filename.
4587
82e22b57
KH
45882002-07-09 Kenichi Handa <handa@etl.go.jp>
4589
4590 * files.el (insert-directory): Be sure to bind
00feb952 4591 coding-system-for-write to the just decided coding-system-for-read.
82e22b57 4592
9a08196a
KS
45932002-07-09 Kim F. Storm <storm@cua.dk>
4594
4595 * ido.el (ido-make-merged-file-list): Move fully matching item to
4596 head of list.
4597 (ido-find-common-substring): Return substring instead of t.
4598
451ac41d
JB
45992002-07-08 Juanma Barranquero <lektu@terra.es>
4600
4601 * info.el (Info-directory-list): Fix docstring.
4602
66f12dcd
MB
46032002-07-08 Miles Bader <miles@gnu.org>
4604
4605 * comint.el (comint-dynamic-list-completions): Sort COMPLETIONS
4606 before first use.
4607
001dd4ea
KS
46082002-07-08 Kim F. Storm <storm@cua.dk>
4609
9304c620
KS
4610 * files.el (after-find-file): Don't check for read-only status
4611 of files just created (and not yet saved on disk).
4612
001dd4ea 4613 * ido.el (ido-completion-help): Changed xemacs specific code to
451ac41d 4614 avoid byte compiler warning in GNU emacs.
fb3fff88
KS
4615 (ido-set-matches1): Use regexp-quote instead of identity.
4616 (ido-complete-space): New function.
4617 (ido-define-mode-map): Bind it to SPACE.
001dd4ea 4618
7473b6ad
SM
46192002-07-07 Stefan Monnier <monnier@cs.yale.edu>
4620
00feb952
SM
4621 * font-lock.el (font-lock-default-unfontify-region):
4622 Use remove-list-of-text-properties.
4623 (font-lock-extra-managed-props): Doc fix.
4624
4625 * facemenu.el: Move `provide' to the end.
4626 (facemenu-read-color): Don't cons unnecessarily.
4627
a7bd9dc7
SM
4628 * language/ind-util.el (indian-make-hash):
4629 * language/devan-util.el (dev-char-glyph-hash, dev-glyph-glyph-hash)
4630 (dev-glyph-glyph-2-hash): Switch makehash -> make-hash-table.
4631
4632 * subr.el (insert-string): Update the obsolete info.
4633 (makehash): Move from C and mark obsolete.
4634
7473b6ad
SM
4635 * emacs-lisp/debug.el (debug-on-entry): Fix the wrapper used for
4636 aliases to also work for interactive functions.
4637 Use the same wrapper for subroutines.
4638 (cancel-debug-on-entry): Get rid of the now-useless wrapper.
4639 (debug-on-entry-1): Correctly skip docstrings and interactive forms.
4640
4641 * textmodes/texinfo.el (texinfo-font-lock-keywords): Disable the
4642 automatic environment name update.
4643 (texinfo-clone-environment): Fix it not to incorrectly match prefixes.
4644
af7272b1
RS
46452002-07-07 Richard M. Stallman <rms@gnu.org>
4646
4647 * emacs-lisp/easymenu.el (easy-menu-popup-menu): Function deleted.
4648
4649 * emacs-lisp/advice.el (ad-compile-function):
4650 Disable cl-function warnings if cl is loaded.
4651
4652 * files.el (safe-local-eval-forms): New user option.
4653 (hack-one-local-variable-eval-safep): Support it.
4654 Also allow `safe-local-eval-function' property to be a function
4655 or a list of functions.
4656 (c-add-style): Delete `safe-local-eval-function' property.
7473b6ad 4657
af7272b1
RS
4658 * files.el (after-find-file): Make buffer read-only if file is
4659 marked that way, even for root.
4660
4661 * files.el (save-some-buffers): Doc fix.
4662
4663 * bindings.el (completion-ignored-extensions): Add .gmo and .mo.
4664
b65c7d72
FP
46652002-07-06 Francesco Potorti` <pot@gnu.org>
4666
4667 * dos-w32.el (file-name-buffer-file-type-alist): Add knowledge of
4668 .sx[dmicw] file suffixes for Open office data files.
4669
4670 * files.el (auto-mode-alist): Likewise.
4671
4672 * international/mule.el (auto-coding-alist): Likewise.
4673
6d6f3bc1
KS
46742002-07-05 Kim F. Storm <storm@cua.dk>
4675
4676 * emulation/cua-rect.el (cua--rectangle-operation): Don't call
4677 FCT if current column is outside rectangle.
4678 (cua--delete-rectangle): Do nothing if zero width or out of bounds.
4679
7473b6ad
SM
46802002-07-04 Stefan Monnier <monnier@cs.yale.edu>
4681
4682 * net/ange-ftp.el: Use add-hook and find-file-hook.
4683 (ange-ftp-parse-netrc): Use run-hooks and find-file-hook.
4684 (ange-ftp-ls-parser): Make it into a function.
4685 Ignore trailing @ in symlink targets.
4686 (ange-ftp-file-entry-p): Ignore FTP errors.
4687 (ange-ftp-insert-directory): Use ange-ftp-expand-symlink
4688 to correctly expand "/flint:/bla -> ./etc" to /flint:/etc.
4689
0bb64d76
PA
46902002-07-04 Per Abrahamsen <abraham@dina.kvl.dk>
4691
4692 * simple.el (toggle-truncate-lines): New command.
4693
9669f2d6
MB
46942002-07-04 Miles Bader <miles@gnu.org>
4695
4696 * comint.el (comint-displayed-dynamic-completions): New variable.
4697 (comint-dynamic-list-completions): Be more careful about choosing
4698 when to scroll an existing completions window.
4699
210accc8
AS
47002002-07-03 Andreas Schwab <schwab@suse.de>
4701
4702 * net/tramp.el (tramp-handle-ange-ftp): Move interactive spec
4703 after doc string.
4704
9af6aa14
JB
47052002-07-03 Juanma Barranquero <lektu@terra.es>
4706
25f78d18
JB
4707 * net/tramp.el (tramp-send-eof): Fix typo.
4708 (tramp-kill-process): Likewise.
4709
bcae6433
JB
4710 * play/dunnet.el (dun-physobj-desc): Likewise.
4711
4712 * textmodes/reftex-vars.el (reftex-label-alist): Likewise.
4713
6a5d7585
JB
4714 * calendar/timeclock.el (timeclock-workday-remaining): Likewise.
4715 (timeclock-workday-elapsed): Likewise.
4716
4717 * allout.el (outline-goto-prefix): Likewise.
4718
5ec2752a
JB
4719 * emulation/tpu-edt.el (tpu-delete-to-eol): Likewise.
4720 (tpu-delete-to-bol): Likewise.
4721
9af6aa14
JB
4722 * subr.el (chars-in-region): Add obsolescence declaration for
4723 `chars-in-region'.
4724
a7ac92b6
MB
47252002-07-03 Miles Bader <miles@gnu.org>
4726
4727 * faces.el (header-line): Don't use a `common' clause for
4728 inheriting from the mode-line face, since we can't override it,
4729 and we don't want it for ttys.
4730
ec1a57dc
RS
47312002-07-02 Richard M. Stallman <rms@gnu.org>
4732
64805fb0
RS
4733 * net/ange-ftp.el (ange-ftp-hook-function): Add file-remote-p prop.
4734
ec1a57dc
RS
4735 * files.el (hack-one-local-variable-constantp): New function.
4736 (hack-one-local-variable-eval-safep): New function.
4737 Check for `eval:' calling fn with `safe-local-eval-function' property.
4738 (hack-one-local-variable): Use hack-one-local-variable-eval-safep.
4739 (c-add-style, c-set-style): Add safe-local-eval-function property.
9af6aa14 4740
ec1a57dc
RS
4741 * files.el (insert-directory): Handle --dired option to ls.
4742
4743 * files.el (file-remote-p): New function.
4744
4745 * emacs-lisp/easymenu.el (easy-menu-popup-menu): New function.
4746
4747 * startup.el (fancy-splash-screens): Switch to a chosen frame.
4748 (fancy-splash-frame): Choose the right frame to use.
4749 (use-fancy-splash-screens-p): Check dimensions of the right frame
4750 in order to decide.
4751
4752 * emacs-lisp/bytecomp.el (byte-compile-warning-types):
4753 Rename cl-func to cl-functions. Enable it by default.
4754 (byte-compile-file-form-eval-boundary): Turn off cl-functions warnings
4755 if the file loads cl.
4756 (byte-compile-initial-macro-environment): For eval-and-compile,
4757 use byte-compile-eval-before-compile to eval.
4758 (byte-compile-eval-before-compile): New function to turn off
4759 cl-functions when appropriate, for eval-and-compile.
4760 (byte-compile-warnings): Doc fix.
4761
47622002-07-02 Dave Love <fx@gnu.org>
4763
4764 * emacs-lisp/bytecomp.el (byte-compile-warnings): Add cl-func option.
4765 (byte-compile-cl-warn): New function.
4766 (byte-compile-form): Use it, to warn about calling cl functions.
4767 (byte-compile-warning-types): Doc fix.
4768
df1890b0
JB
47692002-07-02 Juanma Barranquero <lektu@terra.es>
4770
4771 * mail/rmailsum.el (rmail-user-mail-address-regexp): Fix typo.
4772
4773 * textmodes/reftex-cite.el (reftex-citation): Fix typo.
4774
ec1a57dc
RS
4775 * progmodes/cperl-mode.el (cperl-break-one-line-blocks-when-indent):
4776 Fix typo.
df1890b0 4777
4141da38
KS
47782002-07-02 Kim F. Storm <storm@cua.dk>
4779
4780 * emacs-lisp/bindat.el: New file.
4781
7abc9add
SS
47822002-07-01 Sam Steingold <sds@gnu.org>
4783
4784 * textmodes/tex-mode.el (tex-file): Call `save-some-buffers'
4785 before `tex-main-file' because if the current buffer is new, its
4786 file might not exist yet, and then `tex-main-file' will
4787 incorrectly return "foo.tex.tex".
4788
ce827a7d
JB
47892002-07-01 Juanma Barranquero <lektu@terra.es>
4790
4791 * ido.el (ido-minibuffer-setup-hook): Doc fix.
4792
dc976f2c
DL
47932002-07-01 Dave Love <fx@gnu.org>
4794
4795 Make strokes a proper minor mode, and don't try to overload
4796 mouse-2, which doesn't work satisfactorily.
4797
4798 * strokes.el: Doc fixes.
4799 (strokes-mode): Defcustom deleted; replaced by minor mode def with
4800 re-written function.
4801 (strokes-while-inhibiting-garbage-collector): Comment out.
4802 (define-stroke, strokes-fix-button2-command, strokes-insinuated)
4803 (strokes-insinuate, global-set-stroke, describe-stroke)
4804 (load-user-strokes, save-strokes, strokes-bug-address)
4805 (strokes-click-command): Deleted.
4806 (strokes-execute-stroke): Remove strokes-click-p case.
4807 (strokes-describe-stroke): Remove strokes-click-p stuff.
4808 (strokes-help): Fix.
4809 (strokes-report-bug): Alias to report-emacs-bug.
4810 (strokes-prompt-user-save-strokes): Modify format of the file.
4811 (strokes-mode-map, strokes-unload-hook): New.
4812 (strokes-buffer-name): Don't customize.
ce827a7d 4813
ec962374
RS
48142002-07-01 Richard M. Stallman <rms@gnu.org>
4815
4816 * info.el (Info-index): Get immediate error if used in `dir'.
4817
7abc9add 4818 * textmodes/picture.el (picture-forward-column)
ec962374
RS
4819 (picture-move-down): Never deactivate the mark.
4820
6b285f60
SJ
48212002-06-30 Simon Josefsson <jas@extundo.com>
4822
4823 * menu-bar.el (menu-bar-options-menu): Move elisp mode names from
4824 menu entry into balloon help.
4825
525fdbc9
AS
48262002-06-30 Andreas Schwab <schwab@suse.de>
4827
4828 * files.el (directory-free-space-args): Don't use `-P' on Darwin.
4829 * term/mac-win.el: Don't set it here.
4830
2562aa9f
SM
48312002-06-29 Stefan Monnier <monnier@cs.yale.edu>
4832
4833 * pcvs-defs.el (cvs-mode-map): Bind ! to `force'.
4834
11688fcc
AS
48352002-06-29 Andreas Schwab <schwab@suse.de>
4836
eb14066a
AS
4837 * term/mac-win.el: Use directory-free-space-program instead of
4838 obsolete variable dired-free-space-program. On Darwin, don't set
4839 directory-free-space-program, shell-file-name and
4840 process-connection-type; set directory-free-space-args to not
4841 include `-P' and use utf-8 for file name coding system.
4842
d4bbcbb4
AS
4843 * simple.el (shell-command-on-region): Handle errors and signals
4844 from shell command execution.
61b80ebf 4845 (display-message-or-buffer): Fix last change.
637fff82 4846 (shell-command-default-error-buffer): Doc fix.
d4bbcbb4 4847
11688fcc
AS
4848 * dired.el (dired-view-file): Quote file name for
4849 dired-run-shell-command.
4850
79e6f288
KS
48512002-06-29 Kim F. Storm <storm@cua.dk>
4852
4853 * kmacro.el: New file.
4854
c31f68b7
JW
48552002-06-28 John Wiegley <johnw@gnu.org>
4856
4857 * pcmpl-cvs.el: Added my name as the maintainer of this file.
4858
6674676b
AS
48592002-06-28 Andreas Schwab <schwab@suse.de>
4860
4861 * shell.el (explicit-bash-args): New user option.
4862
789d1bf0
KS
48632002-06-28 Kim F. Storm <storm@cua.dk>
4864
4865 * ido.el: New file.
4866
2562aa9f
SM
48672002-06-28 Stefan Monnier <monnier@cs.yale.edu>
4868
4869 * derived.el (define-derived-mode): Preserve the `mode-class' rather
4870 than the `special' symbol property.
4871 (derived-mode-class): Make it obsolete.
4872
a8c12c79
AS
48732002-06-27 Andreas Schwab <schwab@suse.de>
4874
4875 * net/tramp.el (tramp-handle-ange-ftp): Fix typo.
4876
23a3b598
JB
48772002-06-27 Juanma Barranquero <lektu@terra.es>
4878
4879 * emacs-lisp/bytecomp.el (baud-rate): Fix obsolescence declaration.
4880 (meta-flag): Likewise.
4881
4882 * international/mule-util.el (string-to-sequence): Likewise.
4883
4884 * subr.el (char-bytes): Likewise.
4885 (make-local-hook): Likewise.
4886 (baud-rate): Remove redundant info from docstring.
4887
4888 * faces.el (frame-update-faces): Fix obsolescence declaration.
4889 (internal-get-face): Remove redundant info from docstring and
4890 fix obsolescence declaration.
4891
4892 * rect.el (move-to-column-force): Likewise.
4893
4894 * help-fns.el (describe-function-1): Use semicolon instead of dot.
4895 (describe-variable): Likewise.
4896
212bb1b5
SM
48972002-06-27 Stefan Monnier <monnier@cs.yale.edu>
4898
bb5d43fe
SM
4899 * mwheel.el (mouse-wheel-change-button): Deactivate before changing.
4900 (mouse-wheel-up-button, mouse-wheel-down-button): Obsolete.
4901 (mouse-wheel-up-event, mouse-wheel-down-event): New vars.
4902 (mouse-wheel-follow-mouse): Change default to t.
4903 (mwheel-event-button): Return the basic event symbol.
4904 (mwheel-scroll): Work with non-mouse events.
4905 (mouse-wheel-mode): Use the new vars.
4906 (mwheel-install): Obey `uninstall'.
4907
4908 * term/xterm.el (function-key-map): Add some bindings.
4909
212bb1b5
SM
4910 * uniquify.el (uniquify-delay-rationalize-file-buffer-names):
4911 Rename from delay-uniquify-rationalize-file-buffer-names.
4912 Only rationalize if the buffer is under uniquify control.
4913 (uniquify-delayed-rationalize-file-buffer-names):
4914 Rename from delayed-uniquify-rationalize-file-buffer-names.
4915
5fe0ea6a 49162002-06-27 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
487fa986
KG
4917
4918 * net/tramp.el (tramp-file-name-structure)
212bb1b5 4919 (tramp-multi-file-name-hop-structure): Split for easier readability.
487fa986
KG
4920 (tramp-handle-make-symbolic-link): Use user/host/method/... from
4921 LINKNAME, not FILENAME.
212bb1b5
SM
4922 (tramp-handle-verify-visited-file-modtime):
4923 Call tramp-ange-ftp-file-name-p with right parameters.
487fa986
KG
4924 (tramp-handle-verify-visited-file-modtime): `insert' does not
4925 work for integers, convert them to strings first.
4926 (tramp-handle-ange-ftp): New function to perform setup for
4927 replacing Ange-FTP with Tramp.
4928 (tramp-repair-jka-compr): New function to factor out some
4929 previously top-level code. Call the function at top-level.
4930
8c269380
JB
49312002-06-27 Juanma Barranquero <lektu@terra.es>
4932
9d5d96a6
JB
4933 * composite.el (decompose-composite-char): Fix docstring.
4934
8c269380
JB
4935 * faces.el (describe-face): Capitalize "not documented" message.
4936
4937 * help-fns.el (describe-variable): Likewise.
4938 (describe-function-1): Likewise. Also, document the obsolescence
4939 of the function, if applicable.
4940
eb590342 49412002-06-26 Juanma Barranquero <lektu@terra.es>
ccfb7415
JB
4942
4943 * info.el (info-menu-5): Fix documentation.
212bb1b5 4944 (Info-fontify-maximum-menu-size): Remove reference to `Info-fontify'.
ccfb7415 4945
ca8f3642
RS
49462002-06-26 Richard M. Stallman <rms@gnu.org>
4947
4948 * emacs-lisp/cl.el (values): Simplify definition.
4949
4950 * simple.el (shell-command): Match & only at end of whole command.
4951 (display-message-or-buffer): Don't use the echo area
4952 if output buffer is visible.
4953
4954 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Doc fixes.
4955
4956 * progmodes/cperl-mode.el: Many trivial doc fixes.
4957 (cperl-non-problems): Definition deleted.
4958 (cperl-menu): Don't refer to cperl-non-problems.
4959 (cperl-word-at-point): Add doc string.
4960 (cperl-beautify-regexp-piece): Fix error message.
4961 (cperl-invert-if-unless): Fix error message.
4962
4963 * dired.el (dired-find-alternate-file): Mark as disabled.
4964
5fe0ea6a 49652002-06-25 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
c62c9d08
KG
4966
4967 * net/tramp.el (tramp-ftp-method): New user option.
212bb1b5 4968 (tramp-invoke-ange-ftp): New function to forward calls to Ange-FTP.
c62c9d08
KG
4969 (with-parsed-tramp-file-name): New macro for the usual big `let'
4970 statement to dissect a file-name.
212bb1b5
SM
4971 (tramp-handle-make-symbolic-link, tramp-handle-load)
4972 (tramp-handle-file-name-directory)
4973 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
4974 (tramp-handle-file-truename, tramp-handle-file-directory-p)
4975 (tramp-handle-file-regular-p, tramp-handle-file-symlink-p)
c62c9d08 4976 (tramp-handle-file-writable-p, tramp-handle-file-writable-p):
212bb1b5 4977 Use the new macro and forward call to Ange-FTP if applicable.
c62c9d08 4978 (tramp-make-ange-ftp-file-name): New helper function to convert a
212bb1b5 4979 file name into an Ange-FTP file name, used by `tramp-invoke-ange-ftp'.
eac11a4a 4980 (tramp-default-method-alist): New user option.
c62c9d08 4981 (tramp-find-default-method): Use it.
c62c9d08
KG
4982 (tramp-sh-extra-args): New variable.
4983 (tramp-find-shell): Use it.
dc7b8aba
KG
4984 (tramp-open-connection-rsh): Support a kludgy feature for the
4985 "-p" option to ssh. If host name is given as "host#42", uses the
4986 "-p 42" option.
4987
f2936ae0
AS
49882002-06-25 Andreas Schwab <schwab@suse.de>
4989
4990 * replace.el (occur-1): Avoid invalid message format string.
4991
b81f379b
SM
49922002-06-24 Stefan Monnier <monnier@cs.yale.edu>
4993
04f13f39
SM
4994 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn):
4995 Check for `noruntime' even if the function has a known sig.
4996 (byte-compile-file, byte-compile-output-docform):
4997 Don't hard code point-min = 1.
4998
4999 * pcvs.el (cvs-parse-process): Don't save/restore point.
5000 Fix last change not to introduce spurious dir FIs.
5001 (cvs-move-to-goal-column): New function extracted from
5002 cvs-mode-previous-line.
5003 (cvs-mode-previous-line, cvs-mode-next-line): Use it.
5004 (cvs-addto-collection): Use it to preserve point.
5005 (cvs-vc-command-advice): Ad-hoc workaround for `cvs -q add'.
5006
5007 * mwheel.el (mouse-wheel-scroll-amount,mwheel-scroll,mouse-wheel-mode):
5008 Don't require the first element to be modifier-free.
5009
b81f379b
SM
5010 * pcvs-parse.el (cvs-parse-table):
5011 Handle `nothing known about' with more care.
5012
5013 * pcvs.el (cvs-fileinfo-kill): Remove.
5014 (cvs-parse-process): Add `old-fis' argument.
5015 (cvs-mode-run): Use it instead of cvs-fileinfo-kill.
5016
5017 * descr-text.el (describe-property-list): Make sure there's
5018 a space between the property name and its value.
5019 (describe-text-properties): Don't kill a pre-existing buffer.
5020
04f13f39
SM
5021 * mwheel.el: Undo last patch from Stephen Gildea for now.
5022
3efa1193
KS
50232002-06-24 Kim F. Storm <storm@cua.dk>
5024
5025 * emulation/keypad.el: Added :require 'keypad to defcustoms.
5026
f2aa473a
SM
50272002-06-23 Stefan Monnier <monnier@cs.yale.edu>
5028
5029 * subr.el (event-start, event-end, event-click-count):
5030 Accept non-mouse events as well.
5031 (read-key): New function.
5032 (read-quoted-char): Use it. Use this-single-command-raw-keys as well.
5033
5034 * files.el: Rename (and mark as obsolete)
5035 find-file-hooks to find-file-hook,
5036 find-file-not-found-hooks to find-file-not-found-functions,
5037 write-file-hooks to write-file-functions,
5038 write-contents-hooks to write-contents-functions.
5039 Mark local-write-file-hooks as obsolete.
5040 (locate-file-completion): Don't cons uselessly. Use test-completion.
5041 (basic-save-buffer): Use (point-min) rather than 1.
5042 (basic-save-buffer-2): Obey the `setmodes' returned by backup-buffer.
5043
5044 * help-fns.el (describe-variable): Only use `buffer' is still live.
5045 Use `delete-region' instead of save-excursion + delete-char.
5046 Document the obsolescence of the variable, if applicable.
5047
d595e95d
GM
50482002-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
5049
5050 * progmodes/f90.el (f90-do-auto-fill): Respect the value of
5051 comment-auto-fill-only-comments.
5052
5fe0ea6a 50532002-06-21 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
d18322c5
KG
5054
5055 * net/ange-ftp.el (backup-buffer): Delete `ange-ftp' property.
5056 This is not a handled operation.
5057
3efa1193 50582002-06-21 Kim F. Storm <storm@cua.dk>
83cfd18f
KS
5059
5060 * emulation/cua-base.el (cua--prefix-arg): Make register prefixes
b1b2d515 5061 work again. Corrected error in check for C-u initiated prefix.
83cfd18f
KS
5062
5063 * emulation/keypad.el (keypad-setup): Handle kp-begin like kp-space.
5064
30a2aafd
RS
50652002-06-21 Richard M. Stallman <rms@gnu.org>
5066
5067 * net/browse-url.el (browse-url-at-mouse): Don't pass an arg
5068 to browse-url-at-point.
5069
5070 * play/zone.el (zone-idle): Var deleted.
5071
5072 * international/iso-acc.el (iso-languages) <french>:
5073 `~ ' now generates `~', `~,' definition deleted.
5074
5075 * format.el (format-annotate-function): Copy multibyte flag
5076 and selective-display into the new temp buffer.
5077
5078 * edmacro.el (edmacro-fix-menu-commands):
5079 Discard `help-echo' events. Handle (menu-bar) events.
5080 Simplify by converting key sequence to a list and then back to vector.
b1b2d515 5081
f7c9a765
RS
50822002-06-21 Stephen Gildea <gildea@stop.mail-abuse.org>
5083
5084 * mwheel.el: Allow arbitrary keys for scrolling, add a third
5085 scrolling speed, fix an unwind-protect.
5086 (mouse-wheel-scroll-amount): Now a three-element list.
5087 (mouse-wheel-scroll-down-slow, mouse-wheel-scroll-up-slow)
5088 (mouse-wheel-scroll-down-normal, mouse-wheel-scroll-up-normal)
5089 (mouse-wheel-scroll-down-fast, mouse-wheel-scroll-up-fast):
5090 New functions.
5091
f66a7f75
AS
50922002-06-21 Andreas Schwab <schwab@suse.de>
5093
5094 * files.el (find-file-read-args): Add new argument `mustmatch' and
5095 pass it down to read-file-name.
5096 (find-file, find-file-other-window, find-file-other-frame)
5097 (find-file-read-only, find-file-read-only-other-window)
5098 (find-file-read-only-other-frame): Use it and fix prompts.
5099
b1b2d515
SM
51002002-06-21 Stefan Monnier <monnier@cs.yale.edu>
5101
5102 * pcvs-defs.el (cvs-version): Use cvs-program rather than "cvs".
5103
d78b64a0
SM
51042002-06-20 Emmanuel Briot <briot@act-europe.fr>
5105
5106 * progmodes/ada-mode.el: Update copyright notice.
5107 Synchronize with GNAT release 3.15a1.
5108 Do not attempt to load ada-support, which is only for compatibility
5109 with older Emacs versions, and is not needed for Emacs 21.
5110 Fix various calls to count-lines, that didn't work correctly when the
5111 buffer was narrowed.
5112 (ada-continuation-indent): New variable.
5113 (ada-contextual-menu): New entry "List local references", faster than
5114 "List References".
5115 (ada-mode): New alignment rules provided by S. Leake.
5116 Add support for which-function-mode.
5117 (ada-get-current-indent): Fix indentation of named parameter lists and
5118 nested boolean expressions.
5119 (ada-indent-on-previous-lines): Fix indentation of labels.
5120 (ada-search-prev-end-stmt): Fix searching of the previous
5121 end-statement, specially with regards to nested subprograms.
5122 (comment-region advice): Initially disabled, for better compatibility
5123 with other modes.
5124 (ada-fill-comment-paragraph): Fixed (no longer worked with Emacs 21).
5125
5126 * progmodes/ada-xref.el: Update copyright notice.
5127 (ada-xref-create-ali): The default is now not to create automatically
5128 the ALI files by compiling the unit, since this isn't always reliable
5129 and requires an up-to-date project file.
5130 (ada-prj-default-comp-cmd): No longer use gcc directly to compile
5131 a file, but use gnatmake instead, since this gives access to the GNAT
5132 project files.
5133 (ada-xref-search-with-egrep): New variable, suggested by P. Waroquiers.
5134 (ada-load-project-hook): New variable, for support of GNAT
5135 project files.
5136 (ada-update-project-menu): Fix the detection of the project file name.
5137 (ada-add-keymap): Change key binding for ada-find-file, that conflicted
5138 with another binding in ada-mode.el.
5139 (ada-add-menu): New menu "List Local References", to list the reference
5140 to the entity only in the current file, instead of looking in the whole
5141 project. Much faster.
5142 (ada-find-references): New parameters arg and local-only.
5143 (ada-find-any-references): New parameters local-only and append.
5144 (ada-goto-declaration): Fix handling of predefined entities in xref.
5145 (ada-get-all-references): Updated to the new xref format in GNAT 3.15,
5146 still compatible with GNAT 3.14 of course. Fix various calls to
5147 count-lines, that didn't work correctly when the buffer was narrowed.
5148
5149 * progmodes/ada-prj.el: Update copyright.
5150 (ada-prj-load-directory): Make sure we do not use one of the new Emacs
5151 21 dialogs to select the file, since we want a directory name only.
5152 (ada-customize): Add support for the new GNAT project files.
5153
1770ff00
FP
51542002-06-20 Francesco Potorti` <pot@gnu.org>
5155
5156 * progmodes/etags.el (tag-implicit-name-match-p): New function.
5157 (etags-recognize-tags-table): Use it for implicit tag names.
5158
cf6af551
MB
51592002-06-20 Miles Bader <miles@gnu.org>
5160
3848dd73
MB
5161 * comint.el (comint-get-old-input-default): Strip text properties
5162 for fields too.
cf6af551
MB
5163
5164 * comint.el (comint-output-filter): Run output-filter functions
5165 before setting up the prompt.
5166
3848dd73
MB
5167 * international/characters.el: Re-enable code giving word syntax
5168 to certain japanese-jisx0208 characters.
5169
e7272ece
GM
51702002-06-19 Glenn Morris <gmorris@ast.cam.ac.uk>
5171
5172 * progmodes/f90.el (f90-type-def-re): Fix value.
5173 (f90-looking-at-type-like): Adapt for new `f90-type-def-re' value.
5174
b1b2d515
SM
51752002-06-18 Stefan Monnier <monnier@cs.yale.edu>
5176
5177 * international/quail.el (quail-help): Don't assume the buffer
5178 is displayed in the same frame.
5179
5180 * emacs-lisp/debug.el (cancel-debug-on-entry):
5181 * emacs-lisp/regexp-opt.el (regexp-opt-group): Don't cons uselessly.
5182
5183 * pcvs.el (cvs-vc-command-advice): Handle the case where args
5184 are passed to `cvs' before the command name.
5185 (cvs-fileinfo-kill): Mark old FIs as up-to-date rather than dead.
5186
5187 * pcvs-info.el (cvs-add-face): Minor rewrite.
5188 (cvs-fileinfo-pp): Use `cvs-goal-column' with directory entries.
5189
5190 * newcomment.el (comment-normalize-vars): Refresh the comment-foo-skip
5191 regexp when they don't match comment-foo any more.
5192
e0e7f2d5
JB
51932002-06-18 Juanma Barranquero <lektu@terra.es>
5194
5195 * filesets.el (filesets-update-pre010505): Fix typo.
5196
5197 * eshell/em-pred.el (eshell-modifier-help-string): Fix typos.
5198
5199 * emulation/edt.el (edt-substitute): Fix typo.
5200
5201 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine): Fix typo.
5202
5203 * comint.el (comint-next-prompt, comint-previous-prompt): Fix typos.
5204
5205 * progmodes/sh-script.el (sh-electric-rparen-needed): Remove.
5206
2e4e635a
RS
52072002-06-17 Richard M. Stallman <rms@gnu.org>
5208
5209 * facemenu.el (facemenu-map): Rename to Describe Text
5210 to Describe Properties and use describe-text-properties.
5211
5212 * simple.el (what-cursor-position): Use describe-char.
5213
5214 * descr-text.el (describe-char): Moved from mule-diag.el, renamed
5215 from describe-char-after. Now calls describe-text-properties.
5216 (describe-property-list): Renamed from describe-text-properties.
5217 (describe-text-properties): Renamed from describe-text-at.
5218 New arg OUTPUT-BUFFER.
5219 (describe-text-properties-1):
5220 New subroutine, broken out from describe-text-properties.
5221 Output a newline before each section of the output.
1770ff00 5222
2e4e635a
RS
5223 * international/mule-diag.el (describe-char-after):
5224 Moved to descr-text.el.
5225
d9c25020 52262002-06-17 Eli Zaretskii <eliz@is.elta.co.il>
c74fe809
EZ
5227
5228 * international/mule.el (ctext-pre-write-conversion): Fix the values
5229 of FROM and TO if we create a new buffer.
5230
35068823
MB
52312002-06-17 John Paul Wallington <jpw@shootybangbang.com>
5232
5233 * comint.el (comint-insert-clicked-input): Insert clicked-on
5234 previous input without properties.
5235
f00691a3
AC
52362002-06-16 Andrew Choi <akochoi@shaw.ca>
5237
5238 * term/mac-win.el (scalable-fonts-allowed): Set to t.
5239
75183093
CW
52402002-06-15 Colin Walters <walters@debian.org>
5241
2a4a8cd5
CW
5242 * pcvs-info.el (global-font-lock-mode, font-lock-auto-fontify):
5243 Delete defvars.
5244 (cvs-highlight): Delete.
5245 (cvs-add-face): Use `font-lock-face'. Always add properties.
5246
75183093
CW
5247 * ibuffer.el (ibuffer-movement-cycle): New variable.
5248 (ibuffer-backward-line, ibuffer-forward-line): Use it.
5249
568bbe5e
RS
52502002-06-15 Richard M. Stallman <rms@gnu.org>
5251
5b6fe353
RS
5252 * emacs-lisp/bytecomp.el (byte-recompile-directory): Doc fix.
5253 (batch-byte-recompile-directory): Undo previous change.
5254
93731c54 5255 * comint.el (comint-skip-input): New function.
1770ff00 5256 (comint-interrupt-subjob, comint-kill-subjob, comint-quit-subjob)
93731c54
RS
5257 (comint-stop-subjob): Use comint-skip-input.
5258
568bbe5e
RS
5259 * ielm.el (ielm-eval-input): Use error-message-string.
5260 (ielm-format-error, ielm-format-errors): Functions deleted.
5261
3efa1193 52622002-06-14 Kim F. Storm <storm@cua.dk>
dafe5452
KS
5263
5264 * progmodes/compile.el (grep-tree): Doc fixes.
5265 Added SUBDIRS arg for non-interactive use.
5266
5dee02a3
JB
52672002-06-14 Juanma Barranquero <lektu@terra.es>
5268
b1b2d515
SM
5269 * comint.el (comint-snapshot-last-prompt):
5270 Bind `inhibit-read-only' to t to support read-only prompts.
5dee02a3
JB
5271 (comint-output-filter): Likewise.
5272
68b08950
MB
52732002-06-14 Miles Bader <miles@gnu.org>
5274
5275 * subr.el (copy-tree): Use `nconc' and `nreverse' instead of `nreconc'.
54993fa4
MB
5276 (pop): Move the call to `car' outside the prog1, as the compiler
5277 then generates better code.
68b08950 5278
216640c5
RS
52792002-06-13 Richard M. Stallman <rms@gnu.org>
5280
5281 * play/zone.el (zone-timer): New variable holds the idle timer.
5282 (zone): Don't fiddle with the idle timer at all.
1770ff00 5283 (zone-when-idle): Put the idle timer in zone-timer.
216640c5
RS
5284 If one is already set up, cancel it and make a new one.
5285 (zone-leave-me-alone): Likewise.
5286
91224f9e
JR
52872002-06-13 Jason Rumney <jasonr@gnu.org>
5288
5289 * w32-fns.el (w32-charset-info-alist): Reorder.
5290
dfd8bf47
AS
52912002-06-13 Andreas Schwab <schwab@suse.de>
5292
5293 * files.el (auto-mode-alist): Move entry for ".in" to the end.
5294
fcc6fa51
MB
52952002-06-13 Miles Bader <miles@gnu.org>
5296
5297 * comint.el (comint-mode): Don't set `font-lock-defaults'.
5298 (comint-mode-hook): Turn on font-lock by default.
5299
76bc6ee3
KF
53002002-06-12 Karl Fogel <kfogel@red-bean.com>
5301
b1b2d515
SM
5302 * bookmark.el (bookmark-file-or-variation-thereof):
5303 Restore vc-backend check, thanks to Robert Thorpe for noticing.
76bc6ee3 5304
c2345c0d
EZ
53052002-06-12 Eli Zaretskii <eliz@is.elta.co.il>
5306
5307 * textmodes/bibtex.el: Change the maintainer to "none".
5308
1823c9d2
JB
53092002-06-12 Juanma Barranquero <lektu@terra>
5310
5311 * term/w32-win.el (x-handle-switch): Fix handling of
5312 x-invocation-args for switches with arguments.
5313
b1b2d515
SM
53142002-06-12 Stefan Monnier <monnier@cs.yale.edu>
5315
5316 * menu-bar.el (menu-bar-showhide-fringe-menu): Don't use `fringe-mode'
5317 without first making sure it's bound.
5318
0381e6ca
RS
53192002-06-12 Richard M. Stallman <rms@gnu.org>
5320
efb21aab
RS
5321 * info.el (Info-fontify-node): Compute header line specially
5322 if node has no next, previous or up links.
5323 Hide the part of the first line that is used in the header.
5324 Use Info-next-link-keymap, etc.
1770ff00 5325 (Info-next-link-keymap, Info-prev-link-keymap)
efb21aab
RS
5326 (Info-up-link-keymap): New variables.
5327
0381e6ca
RS
5328 * international/mule-diag.el (describe-char-after): Doc fix.
5329
5330 * view.el (view-mode-enter): Clarify echo area message.
5331
5332 * info.el (Info-select-node): Turn header line on or off here.
5333 (Info-setup-header-line): Function deleted.
5334 (Info-mode): Make Info-header-line local.
5335 (Info-fontify-node): Ignore Info-use-header-line.
5336 Unconditionally compute what the header line should be, and
5337 store it on the `header-line' property of the node's first char.
5338 Bind [header-line down-mouse-1].
5339 Use `keymap' property, not `local-map'.
5340 Bind [mouse-2] for mouse clicks on the node line in the text.
5341
5342 * font-lock.el (font-lock-beginning-of-syntax-function): Doc fix.
5343
1b55e301
MB
53442002-06-12 Miles Bader <miles@gnu.org>
5345
5346 * comint.el (comint-send-input): Properly handle empty and
5347 no-newline input regions.
5348
33e55592
CW
53492002-06-12 Colin Walters <walters@gnu.org>
5350
5351 * calc/calc.el: Use `when', `unless'.
5352 (calc-trail-mode): Use an italic `font-lock-face'.
5353 (calc-refresh): Ditto.
333c5e0c 5354
33e55592 53552002-06-12 Colin Walters <walters@debian.org>
1770ff00 5356
b1b2d515
SM
5357 * font-core.el (font-lock-core-only): Variable deleted.
5358 All uses removed.
333c5e0c
CW
5359 (font-lock-set-defaults): Variable alist settings moved back into
5360 font-lock-set-defaults-1.
5361 (turn-on-font-lock-if-enabled): Always turn on font-lock unless it
5362 is specifically excluded by the user.
1770ff00 5363
61fd2c68 5364 * font-lock.el (font-lock-set-defaults-1): Set variable alist here.
1770ff00 5365
61fd2c68 5366 * help-mode.el (help-mode): Don't set `font-lock-defaults'.
1770ff00 5367
61fd2c68 5368 * ibuffer.el (ibuffer-mode): Don't set `font-lock-defaults'.
1770ff00 5369
61fd2c68 5370 * info.el (Info-mode): Don't set `font-lock-defaults'.
1770ff00 5371
61fd2c68
CW
5372 * replace.el (occur-mode): Don't set `font-lock-defaults'.
5373
b1b2d515
SM
5374 * help-mode.el (help-highlight-p, help-highlight-face):
5375 Variable was unused; delete.
61fd2c68 5376 (help-make-xrefs): Doc fix.
333c5e0c 5377
0672b5a0
RS
53782002-06-11 Richard M. Stallman <rms@gnu.org>
5379
5380 * format.el (format-alist): Document new element PRESERVE.
5381 (format-write-file): Implement PRESERVE elt for a format.
5382
5383 * files.el (make-auto-save-file-name): Rename local `filename' to
5384 `file-name'.
5385
658397fb
RS
53862002-06-10 Richard M. Stallman <rms@gnu.org>
5387
5388 * progmodes/ebrowse.el (ebrowse-draw-tree-fn): Use copy-sequence.
5389 (ebrowse-copy-list): Function deleted.
5390
5391 * eshell/em-unix.el (eshell/diff): Use copy-sequence.
5392
5393 * eshell/esh-mode.el (eshell-mode, eshell-mode): Use copy-sequence.
5394
5395 * eshell/esh-util.el (eshell-copy-list): Function deleted.
5396 (eshell-sublist): Use copy-sequence.
5397 (eshell-copy-tree): Make it an alias for copy-tree.
5398
5399 * emacs-lisp/cl.el (copy-list): Moved back from subr.el.
5400
5401 * subr.el (copy-list): Moved to cl.el.
5402 (copy-tree): Don't use copy-list or cl-pop.
5403
16320ac7 54042002-06-10 Miles Bader <miles@gnu.org>
ab2e49a0 5405
3238a55c
MB
5406 Make comint use text properties for highlighting instead of overlays:
5407 * comint.el (comint-last-output-overlay): Variable removed.
5408 (comint-send-input, comint-output-filter): Use text properties
5409 instead of overlays.
5410 (comint-insert-clicked-input): Rewrite to work with text
5411 properties as well as overlays
5412 (comint-snapshot-last-prompt): Snapshot using text properties.
5413 (comint-get-old-input-default, comint-extract-string): Don't copy
1770ff00 5414 text properties.
3238a55c 5415
85fd1cfa
MB
5416 * simple.el (line-move-finish): Inhibit field motion when
5417 computing `line-end'.
5418
0415fedc
MB
5419 * files.el (revert-buffer): Correct typo: variable name is
5420 `buffer-file-format', not `buffer-file-formats'.
5421
5422 * comint.el (comint-send-input, comint-output-filter): Use the
5423 `font-lock-face' property instead of `face'. Don't check the
5424 highlight-enabling variables anymore.
b1b2d515 5425 (comint-highlight-input, comint-highlight-prompt): Variables removed.
1770ff00 5426
ab2e49a0 5427 * faces.el (display-supports-face-attributes-p): New function.
16320ac7
MB
5428 (face-spec-set-match-display): Support `supports' predicate.
5429 (italic): Try underlining for displays that don't support real italics.
4abe16b5 5430 * cus-edit.el (custom-display): Add support for `supports' predicate.
ab2e49a0
MB
5431 * term/tty-colors.el (color-name-rgb-alist): Use 16-bit RGB values
5432 instead of 8-bit, for consistency with the rest of emacs.
5433 (tty-color-canonicalize): Only copy COLOR if we need to change it.
5434 (tty-color-approximate): Scale values from `color-name-rgb-alist'
5435 appropriately. Return the whole color description, rather than
5436 just the RGB values.
5437 (tty-color-standard-values): New function. Code mostly taken from
5438 `tty-color-translate'.
5439 (tty-color-translate, tty-color-values): Use `tty-color-desc' to
5440 do all the work.
5441 (tty-color-desc): Do color lookup here instead of calling
5442 `tty-color-translate' and `tty-color-by-index'; this is now the
5443 main place to do it.
5444
6635cf6e
MS
54452002-06-09 Martin Stjernholm <bug-cc-mode@gnu.org>
5446
b1b2d515
SM
5447 * progmodes/cc-style.el (c-set-style, c-set-style-1):
5448 Add another state for the `dont-override' flag where it only keeps
6635cf6e
MS
5449 globally set variables.
5450
a8f57660
CW
54512002-06-08 Colin Walters <walters@gnu.org>
5452
cc11e3ee 5453 * descr-text.el (describe-text-properties): Sort the output by the
b1b2d515 5454 size of the values. Put `font-lock-face' property on property names.
256ab4cf 5455 (toplevel): Provide `descr-text'.
cc11e3ee 5456
256ab4cf
CW
5457 * international/mule-diag.el (describe-char-after): When there are
5458 text properties, require `descr-text', and just call
5459 `describe-text-properties'.
a8f57660 5460
b1b2d515
SM
5461 * international/mule.el (sgml-html-meta-auto-coding-function):
5462 New function.
a8f57660
CW
5463 (auto-coding-from-file-contents): Delete; merge functionality into
5464 `set-auto-coding'.
5465 (set-auto-coding): Move tests from `auto-coding-functions' so that
b1b2d515
SM
5466 they have a lower priority than coding: tags.
5467 Put `auto-coding-regexp-alist' tests before coding: tag tests.
a8f57660
CW
5468 (sgml-xml-auto-coding-function): Simply `intern' the match, and
5469 test if it's a valid coding system.
5470 (auto-coding-functions): Add `sgml-html-meta-auto-coding-function'.
5471
f17c0a19
CW
54722002-06-08 Colin Walters <walters@verbum.org>
5473
5474 * subr.el (copy-list): Moved here from cl.el.
a8f57660 5475 (copy-tree): Renamed here from `cl-copy-tree' in cl-extra.el.
1770ff00 5476
a8f57660
CW
5477 * emacs-lisp/cl-extra.el (cl-copy-tree): Moved to `copy-tree' in
5478 subr.el. Add a defalias with the old name.
1770ff00 5479
cc11e3ee 5480 * emacs-lisp/cl.el (copy-list): Moved to subr.el.
f17c0a19 5481
d62920ca
CW
5482 * replace.el (occur-mode): Don't set up categories. Do set
5483 `font-lock-defaults', and be sure to set `font-lock-core-only'.
f17c0a19
CW
5484 (occur-1): Pass `list-matching-lines-face' and
5485 `list-matching-lines-buffer-name-face'.
5486 (occur-engine): Use `font-lock-face' instead of categories.
5487
d62920ca
CW
5488 * info.el (Info-mode): Don't set up categories. Do set
5489 `font-lock-defaults', and be sure to set `font-lock-core-only'.
5490 (Info-fontify-menu-headers): Use `font-lock-face' instead of
5491 categories.
f17c0a19
CW
5492 (Info-fontify-node): Ditto.
5493
5494 * ibuffer.el (ibuffer-category-alist): Delete.
5495 (ibuffer-get-category): Delete.
5496 (ibuffer-compile-make-eliding-form): Use `font-lock-face' instead
5497 of categories.
5498 (ibuffer-compile-format): Don't treat `name' category specially.
5499 (ibuffer-column name): Use `font-lock-face'.
5500 (filename-and-process): Ditto.
5501 (ibuffer-buffer-name-category): Renamed to
5502 `ibuffer-buffer-name-face'. Don't use categories.
5503 (ibuffer-update-title-and-summary): Use `font-lock-face'.
5504 (ibuffer-insert-filter-group): Ditto.
d62920ca
CW
5505 (ibuffer-mode): Don't set up categories. Do set
5506 `font-lock-defaults', and be sure to set `font-lock-core-only'.
5507 (ibuffer-compile-format): Don't pass third argument
5508 to column functions.
1770ff00
FP
5509 (filename-and-process): Ditto.
5510
d62920ca
CW
5511 * ibuf-macs.el (define-ibuffer-column): Don't create a third
5512 argument for the generated function.
f17c0a19
CW
5513
5514 * font-core.el (font-lock-category-alist): Delete.
5515 (turn-on-font-lock-if-enabled): Don't use it.
5516 (font-lock-symbol-category-alist): Delete.
5517 (font-lock-default-function): Use new `char-property-alias-alist'
5518 to make `font-lock-face' an alias for `face' when font-lock mode
5519 is enabled.
d62920ca
CW
5520 (font-lock-core-only): New variable.
5521 (font-lock-set-defaults): Use it.
f17c0a19 5522
fe1d72d0
RS
55232002-06-08 Richard M. Stallman <rms@gnu.org>
5524
f402ba38
RS
5525 * files.el (find-file-noselect-1): Undo previous change.
5526
fe1d72d0
RS
5527 * bookmark.el (bookmark-file-or-variation-thereof): Doc fix.
5528
dd33e6e9
KF
55292002-06-07 Karl Fogel <kfogel@red-bean.com>
5530
5531 * bookmark.el (bookmark-file-or-variation-thereof): Just use
5532 Info-suffix-list, as suggested by Stefan Monnier.
5533
4ddc38a1
EZ
55342002-06-05 Eli Zaretskii <eliz@is.elta.co.il>
5535
5536 * select.el (xselect-convert-to-string): If VALUE is a string,
5537 return a cons of TYPE and the string.
5538
5fe0ea6a 55392002-06-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
1909941a 5540
5ec3b9b8
SM
5541 * language/cyrillic.el (cyrillic-alternativnyj-decode-table):
5542 Fix the table to contain correct characters.
1909941a 5543
cc76a58c
RS
55442002-06-04 Richard M. Stallman <rms@gnu.org>
5545
5546 * simple.el: Don't require cl.
5547
3a2ff803
RS
55482002-06-03 Richard M. Stallman <rms@gnu.org>
5549
5550 * dired.el (dired-do-shell-command): Doc fix in autoload.
5551
5552 * info.el (Info-extract-pointer): Ignore Info-header-line.
5553
5554 * progmodes/cc-mode.el (c-postprocess-file-styles):
5555 Do nothing except in CC modes.
5556
5557 * international/mule-cmds.el (select-safe-coding-system):
5558 When computing auto-cs, narrow to FROM...TO.
5559 Put save-excursion outside save-restriction.
5560 New arg FILE; use that for set-auto-coding.
5561
12829a07 55622002-06-01 Richard M. Stallman <rms@gnu.org>
bbbbb15b 5563
12829a07
RS
5564 * simple.el (choose-completion-string-functions): Doc fix.
5565 (choose-completion-string): Add doc string.
5566
55672002-06-01 Kim F. Storm <storm@cua.dk>
5568
5569 * simple.el: Reworked previous change.
bbbbb15b
KS
5570 (choose-completion-string1): Merged back into choose-completion-string.
5571 (choose-completion-string): Run choose-completion-string-functions
5572 after checking for proper minibuffer window. Added mini-p arg to
5573 the hook functions. Insert choice if all hook functions return nil.
5574 (choose-completion-string-functions): Doc update.
5ec3b9b8 5575
36236b72
SS
55762002-06-01 Sam Steingold <sds@gnu.org>
5577
5578 * files.el (auto-mode-alist): Strip trailing ".in" from the file
5579 name when deciding the mode (for config.h.in, Makefile.in etc).
5580
f614a1ae
TTN
55812002-06-01 Thien-Thi Nguyen <ttn@gnu.org>
5582
5583 * progmodes/prolog.el (prolog-mode-syntax-table): Add flags to
5584 ?/ and ?* entries to support /* */ style comments.
5585 (prolog-font-lock-keywords): New var.
5586 (prolog-mode): Enable font-locking; set `font-lock-defaults'.
5587
89a2b3d1
KS
55882002-06-01 Kim F. Storm <storm@cua.dk>
5589
5590 * simple.el (choose-completion-string-functions): New special hook.
5591 (choose-completion-string1): Renamed from choose-completion-string.
5592 (choose-completion-string): Run choose-completion-string-functions
5593 until success, and only call choose-completion-string1 if it fails.
5594
5ec3b9b8
SM
55952002-05-31 Stefan Monnier <monnier@cs.yale.edu>
5596
5597 * textmodes/ispell.el (autoloaded toplevel): Don't use
5598 ispell-library-directory without checking that it's bound.
5599
6be1e459
KS
56002002-05-31 Kim F. Storm <storm@cua.dk>
5601
5602 * emulation/cua-base.el (cua--last-deleted-region-pos)
5603 (cua--last-deleted-region-text): New aux variables.
5604 (cua-delete-region): Set them.
5605 (cua-repeat-replace-region): Use them to find the replacement text.
5606
d82fb2ad
JB
56072002-05-31 Juanma Barranquero <lektu@terra.es>
5608
5609 * emulation/viper-cmd.el (viper-smart-suffix-list, viper-ask-level):
5610 Fix typos.
5611
b186095c
KS
56122002-05-31 Kim F. Storm <storm@cua.dk>
5613
5614 * progmodes/compile.el (grep-tree-command, grep-tree-files-aliases)
5615 (grep-tree-ignore-CVS-directories, grep-tree-ignore-case):
5616 New custom variables.
5617 (grep-compute-defaults): Compute grep-tree-command's default value.
5618 (grep-expand-command-macros): New aux function.
5619 (grep-tree-last-regexp, grep-tree-last-files): New aux variables.
5620 (grep-tree): New command like grep-find but extended prompting.
5621
a71867c5
RS
56222002-05-30 Richard M. Stallman <rms@gnu.org>
5623
5624 * files.el (find-file-default): Add defvar for var already used.
5625
5626 * menu-bar.el (menu-bar-showhide-fringe-menu): Use defvar.
5627
f614a1ae 5628 * subr.el (open-network-stream, open-network-stream-nowait)
a71867c5
RS
5629 (open-network-stream-server, process-kill-without-query):
5630 Moved from simple.el.
5631
5632 * simple.el (open-network-stream, open-network-stream-nowait)
5633 (open-network-stream-server, process-kill-without-query):
5634 Moved to subr.el.
5635
5636 * simple.el (byte-compiling-files-p): Function deleted.
5637
5638 * textmodes/ispell.el (ispell-library-directory): Renamed from
5639 ispell-library-path. If Ispell is not installed, init to nil.
5640 (check-ispell-version): Doc fix.
5641 (ispell-menu-map): Get rid of byte-compiling-files-p hackery;
5642 initialize this unconditionally when ispell-menu-map-needed is t.
5643 Local `path' renamed to `dir'.
5644
a579b36f
MB
56452002-05-30 Miles Bader <miles@gnu.org>
5646
5647 * calc/calc.el (calc-show-banner): New variable.
5648 (calc-refresh): Only show banner if `calc-show-banner' is non-nil.
5649 (calc-mode-var-list): Add `calc-show-banner'.
5650 * calc/calc-ext.el (calc-init-extensions): Add binding for `d@'.
5651 (calc-toggle-banner): New function.
5652 * calc/calc-help.el (calc-d-prefix-help): Add `@'.
5653
7ea42709
RS
56542002-05-29 Richard M. Stallman <rms@gnu.org>
5655
5656 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
5657 When recognizing a def... construct, make that indentation
5658 tentative, so that it can be overridden if the list in question
5659 is not actually an expression.
5660 (common-lisp-indent-call-method): New subroutine.
5661
5662 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
5663 Delete the output file if we get a file-error.
5664
5665 * tooltip.el (tooltip-mouse-motions-active): New variable.
5666 (tooltip-activate-mouse-motions): Don't kill track-mouse local
5667 if it was not made by us.
5668
5669 * mouse.el (mouse-set-font): Avoid misleading error message
5670 if user makes no selection.
5671
5672 * info.el (Info-setup-header-line): Don't hide the links line.
5673
5674 * files.el (find-file-noselect-1): Return the buffer we created
5675 even if it has been killed within `after-find-file'.
5676
5677 * files.el (auto-mode-alist): Use ada-mode for .ad[bs].dg files.
5678
3ad83f29
KS
56792002-05-29 Kim F. Storm <storm@cua.dk>
5680
5681 * simple.el (open-network-stream-server): Pass on optional args
5682 sentinel and filter to make-network-process (from Luke Gorrie).
5683
532a8e8b
CW
56842002-05-28 Colin Walters <walters@gnu.org>
5685
5686 * textmodes/sgml-mode.el (xml-mode): New alias for `sgml-mode'.
5687
5688 * emacs-lisp/bytecomp.el (byte-compile-last-line): Deleted.
ccb3c8de 5689 (byte-compile-delete-first): New function.
532a8e8b
CW
5690 (byte-compile-read-position): New variable.
5691 (byte-compile-last-position): New variable.
ccb3c8de 5692 (byte-compile-current-buffer): New variable.
532a8e8b
CW
5693 (byte-compile-log-1): Use it.
5694 (byte-compile-set-symbol-position): New function.
5695 (byte-compile-obsolete, byte-compile-callargs-warn)
5696 (byte-compile-arglist-warn, byte-compile-arglist-warn)
5697 (byte-compile-print-syms, byte-compile-file-form-defmumble)
5698 (byte-compile-check-lambda-list, byte-compile-lambda)
5699 (byte-compile-form, byte-compile-variable-ref)
5700 (byte-compile-subr-wrong-args, byte-compile-negation-optimizer)
5701 (byte-compile-condition-case, byte-compile-defun)
5702 (byte-compile-defvar, byte-compile-autoload)
5703 (byte-compile-lambda-form): Use it.
5704 (byte-compile-from-buffer): Set it, and bind
5705 `read-with-symbol-positions' and `read-symbol-positions-list'.
5706
ccb3c8de
CW
5707 * emacs-lisp/bytecomp.el (byte-compile-debug): New variable.
5708
b44ec8e3
KS
57092002-05-28 Kim F. Storm <storm@cua.dk>
5710
5711 * files.el (read-directory-name): New function.
5712 (cd): Use it instead of read-file-name.
5713
fc803e8d
KS
57142002-05-27 Kim F. Storm <storm@cua.dk>
5715
5716 * simple.el (push-mark-command): Added optional NOMSG arg.
5717
5718 * emulation/cua-base.el (cua-set-mark): Align pop to mark
5719 behaviour with standard set-mark-command.
5720 (cua--pre-command-handler): Use push-mark-command.
5721 (cua-repeat-replace-region): Improve functionality when
5722 repeated after moving point or changing buffer.
5723
9b5691bb
CW
57242002-05-26 Colin Walters <walters@verbum.org>
5725
908abdfd
CW
5726 * startup.el (command-line): Use `when', `unless'.
5727 (command-line-1): New argument "--nosplash". Handle it.
5728
5729 * startup.el (inhibit-splash-screen): New variable alias for
5730 `inhibit-startup-message'.
5731
9b5691bb
CW
5732 * replace.el (perform-replace): Document return value. Use `pop'.
5733
76bccf35
GM
57342002-05-26 Glenn Morris <gmorris@ast.cam.ac.uk>
5735
5736 * progmodes/f90.el (f90-previous-block, f90-next-block): New names,
5737 and slightly changed behaviour, for `f90-previous-block-start' and
5738 `f90-next-block-end'.
5739 (f90-beginning-of-subprogram, f90-end-of-subprogram): Simplify.
5740
608d30f7
SJ
57412002-05-26 Simon Josefsson <jas@extundo.com>
5742
5743 * fringe.el (set-fringe-mode): Work when updating
5744 `default-frame-alist'.
5745
a30f92b8
KS
57462002-05-26 Kim F. Storm <storm@cua.dk>
5747
5748 * emulation/cua-base.el (cua--repeat-replace-text): New variable.
5749 (cua-repeat-replace-region): New command.
5750 (cua--init-keymaps): Bind it to M-v in cua--cua-keys-keymap.
f3724941 5751 Misc improvements to the commentary.
a30f92b8 5752
19c8fe75
SJ
57532002-05-26 Simon Josefsson <jas@extundo.com>
5754
5755 * fringe.el (fringe-query-style): New fringe style "minimal".
5756
280b8e59
SJ
57572002-05-24 Simon Josefsson <jas@extundo.com>
5758
5759 * rot13.el (rot13-translate-table): New variable.
5760 (rot13, rot13-string, rot13-region): New functions.
5761
3ce79cf5
MS
57622002-05-25 Martin Stjernholm <bug-cc-mode@gnu.org>
5763
5764 * progmodes/cc-engine.el (c-add-stmt-syntax): Fixed some cases
5765 of wrong anchoring, e.g. for else-if compounds.
5766
00cb70dc
MB
57672002-05-25 Miles Bader <miles@gnu.org>
5768
f614a1ae
TTN
5769 * menu-bar.el (menu-bar-showhide-fringe-menu-customize-left)
5770 (menu-bar-showhide-fringe-menu-customize-right)
00cb70dc
MB
5771 (menu-bar-showhide-fringe-menu-customize-disable):
5772 Use proper calling convention for `customize-set-value'.
5773 Require `fringe' before setting variable.
5774
feb51e91
KS
57752002-05-25 Kim F. Storm <storm@cua.dk>
5776
5777 * emulation/cua-base.el (cua--self-insert-char-p): New function.
5778
5779 * emulation/cua-gmrk.el (cua--init-global-mark): Install default
5780 binding in cua--global-mark-keymap using cua--self-insert-char-p
5781 to handle all global self inserting characters in gmark mode.
5782
5783 * emulation/cua-rect.el (cua--init-rectangles): Install default
5784 binding in cua--rectangle-keymap using cua--self-insert-char-p
5785 to handle all global self inserting characters in rectangle mode.
5786
d2679414
SM
57872002-05-24 Stefan Monnier <monnier@cs.yale.edu>
5788
5789 * net/ange-ftp.el (read-file-name-internal): Remove the
5790 `ange-ftp' property.
5791 (ange-ftp-real-read-file-name-internal): Remove.
5792
e47b1d49
GM
57932002-05-24 Glenn Morris <gmorris@ast.cam.ac.uk>
5794
5795 * progmodes/f90.el: (f90-end-of-subprogram): Remove the final
5796 `forward-line'.
5797 (f90-end-of-block, f90-beginning-of-block, f90-next-block-end)
5798 (f90-previous-block-start): New navigation commands.
5799
02f4566a
SJ
58002002-05-20 Simon Josefsson <jas@extundo.com>
5801
5802 * fringe.el: New file.
5803
5804 * menu-bar.el (menu-bar-options-save): Add fringe-mode.
5805 (menu-bar-showhide-fringe-menu): New menu.
5806 (menu-bar-showhide-menu): Add Fringe sub-menu.
5807
b2346b2c
CW
58082002-05-23 Colin Walters <walters@verbum.org>
5809
5810 * replace.el (occur-engine): Include all text properties except
5811 mouse-face on the newline at the end of occurences.
5812
7dbffb1c
KS
58132002-05-23 Kim F. Storm <storm@cua.dk>
5814
01b886b7
KS
5815 * apropos.el (apropos-true-hit, apropos-false-hit-symbol)
5816 (apropos-false-hit-str, apropos-true-hit-doc): New functions.
5817 (apropos-command, apropos-value, apropos-documentation-internal)
5818 (apropos-documentation-check-doc-file)
5819 (apropos-documentation-check-elc-file): Use them to filter out
5820 false matches where only one keyword matches, but more than once.
d2679414 5821
7dbffb1c
KS
5822 * apropos.el (apropos-show-scores, apropos-orig-regexp)
5823 (apropos-all-regexp, apropos-synonyms, apropos-words)
5824 (apropos-all-words): New variables.
5825 (aprpos-words-to-regexp, apropos-rewrite-regexp)
5826 (apropos-calc-scores, apropos-score-str, apropos-score-doc)
5827 (apropos-score-symbol): New functions.
5828 (apropos-command, apropos, apropos-value, apropos-documentation):
5829 Allow keywords in addition to regexp. Added scoring.
5830 (apropos-documentation-check-doc-file)
5831 (apropos-documentation-check-elc-file): Added scoring.
5832 (apropos-print): Sort according to score.
01b886b7 5833
577123f4
CW
58342002-05-22 Colin Walters <walters@cis.ohio-state.edu>
5835
7c4ef9b3
CW
5836 * info.el (Info-mode-hook): Change `font-lock-mode' to
5837 `turn-on-font-lock'.
d2679414 5838
577123f4
CW
5839 * font-core.el (font-lock-function): New variable.
5840 (font-lock-default-function): New function, created from
5841 `font-lock-mode'.
9b5691bb 5842 (font-lock-mode): Just funcall `font-lock-function'.
d76014d9 5843 (font-lock-symbol-category-alist): New variable.
d2679414 5844
e31cfca5
MR
58452002-05-22 Markus Rost <rost@math.ohio-state.edu>
5846
5847 * files.el (file-newest-backup): Use file-name-sans-versions.
5848
5849 * diff.el (diff-latest-backup-file): Replace the main code by
5850 a call of file-newest-backup.
5851
232dbe4f
MW
58522002-05-22 Mike Williams <mdub@bigfoot.com>
5853
5854 * textmodes/sgml-mode.el (sgml-guess-indent): Look further into
5855 the buffer.
5856
76a98a50
SM
58572002-05-21 Stefan Monnier <monnier@cs.yale.edu>
5858
5859 * net/ange-ftp.el (ange-ftp-allow-child-lookup): Re-enable since
5860 the last patch works around the wu-ftpd misfeature that prompted
5861 the disabling of this optimization.
5862
a7c4d9c8 58632002-05-21 Colin Walters <walters@gnu.org>
2fdd365d 5864
4531bb65
CW
5865 * international/mule.el (make-coding-system): Doc fixes.
5866
5867 * international/mule.el (auto-coding-functions): New variable.
5868 (auto-coding-from-file-contents): Use it.
5869 (set-auto-coding): Update docs.
5870 (sgml-xml-auto-coding-function): New function.
5871
76a98a50
SM
5872 * international/mule-util.el (truncate-string-to-width):
5873 New optional argument `ellipsis'. Add commented-out test suite, and
2fdd365d 5874 change coding to iso-2022-7bit.
a7c4d9c8 5875
76a98a50 58762002-05-21 Colin Walters <walters@verbum.org>
05559016
CW
5877
5878 * font-lock.el (font-lock-defaults, font-lock-defaults-alist)
5879 (font-lock-multiline, font-lock-fontified, font-lock-mode)
5880 (turn-on-font-lock, font-lock-add-keywords, global-font-lock-mode)
5881 (font-lock-global-modes): Moved to font-core.el.
5882 (font-lock-set-defaults-1): Partially moved to font-core.el.
5883
5884 * font-core.el: New file, with functions taken from font-lock.el.
5885 (font-lock-category-alist): New variable.
5886 (font-lock-mode): Use it.
76a98a50
SM
5887 (font-lock-set-defaults): Partially taken from font-lock.el.
5888 Only load font-lock.el when necessary.
05559016 5889
59809627
CW
5890 * loadup.el: Add font-core.el.
5891
05559016
CW
5892 * replace.el (occur-mode-hook): New variable.
5893 (occur-fontify-region-function): Deleted.
5894 (occur-mode): Don't use it. Set up `font-lock-category-alist'
5895 instead.
5896 (occur-fontify-on-property): Deleted.
5897 (occur-engine): Use categories from `font-lock-category-alist'.
5898
2fdd365d 5899 * info.el (Info-fontify): Deleted.
76a98a50 5900 (Info-select-node): Don't use it.
2fdd365d
CW
5901 (Info-mode-hook): New variable.
5902 (Info-mode): Set up categories.
5903 (Info-fontify-menu-headers, Info-fontify-node): Use categories.
5904
05559016
CW
5905 * ibuffer.el (ibuffer-formats): Update docs.
5906 (ibuffer-category-alist): New variable.
5907 (ibuffer-get-category): New function.
5908 (ibuffer-compile-make-eliding-form): Use category property instead
5909 of face.
5910 (ibuffer-compile-format): Pass current ibuffer buffer to column
5911 functions too.
5912 (ibuffer-buffer-name-category): New function.
5913 (ibuffer-compile-format): If the current column is a `name'
5914 column, figure out the appropriate category to put on it.
5915 (filename-and-process): Use category property.
5916 (ibuffer-fontify-region-function): Deleted.
5917 (ibuffer-unfontify-region-function): Deleted.
5918 (ibuffer-update-title-and-summary): Use category properties.
5919 (ibuffer-insert-filter-group): Ditto.
5920 (ibuffer-mode): Set up category properties.
5921
76a98a50 59222002-05-21 Colin Walters <walters@debian.org>
05559016
CW
5923
5924 * replace.el (occur-engine): Increment globalcount all at once
5925 after searching a buffer.
5926 (occur-mode-map): Don't escape plain "o".
59809627
CW
5927
5928 * ibuf-macs.el (define-ibuffer-column): Add third argument
5929 `ibuffer-buf'.
76a98a50 5930
05559016
CW
5931 * ibuffer.el (toplevel): Require font-lock, to get the face
5932 definitions.
5933 (ibuffer-use-fontification): Deleted.
5934 (column filename-and-process): New column.
5935 (ibuffer-formats): Use it by default.
5936 (ibuffer-name-map, ibuffer-mode-name-map)
76a98a50 5937 (ibuffer-filter-group-map): Don't set parent to `ibuffer-mode-map'.
05559016
CW
5938 (ibuffer-do-save, ibuffer-do-toggle-modified)
5939 (ibuffer-do-toggle-read-only, ibuffer-do-delete)
5940 (ibuffer-do-kill-on-deletion-marks): Include name in definition.
76a98a50 5941 (ibuffer): New optional argument `formats'.
05559016 5942
5a0f9388
EZ
59432002-05-21 Eli Zaretskii <eliz@is.elta.co.il>
5944
5945 * indent.el (indent-rigidly): Mention how to remove all indentation.
5946
9969dd6c
CW
59472002-05-21 Colin Walters <walters@gnu.org>
5948
5949 * international/mule-diag.el (describe-char-after): Order display
5950 of text properties by the size of their value, for clarity.
5951
6f642004
SM
59522002-05-20 Stefan Monnier <monnier@cs.yale.edu>
5953
5954 * net/ange-ftp.el (ange-ftp-generate-root-prefixes)
5955 (ange-ftp-file-name-completion): Don't cons unnecessarily.
5956 (ange-ftp-send-cmd): Always `cd' before doing `ls'.
5957
5958 * wid-edit.el (widget-color-complete):
5959 * progmodes/etags.el (tags-complete-tags-table-file):
5960 * progmodes/cpp.el (cpp-choose-symbol): Don't cons unnecessarily.
5961
5962 * textmodes/outline.el (outline-reveal-toggle-invisible):
5963 Reverse the meaning of the second arg.
5964
5965 * reveal.el (reveal-post-command): Reverse the semantics of
5966 reveal-toggle-invisible and support isearch-open-invisible-temporary.
5967
eb1213c1
MR
59682002-05-20 Markus Rost <rost@math.ohio-state.edu>
5969
5970 * mail/sendmail.el (mail-recover-1): Remove (debug).
5971 (mail-signature): Fix :type.
5972 (mail-default-directory): New user option.
5973 (mail, mail-recover): Use that option.
5974
5fe0ea6a 59752002-05-20 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6caef2da 5976
45885400 5977 * international/mule.el (auto-coding-alist): Use emacs-mule
6caef2da
KG
5978 for auto-save files.
5979
257ae3a6
MB
59802002-05-20 Miles Bader <miles@gnu.org>
5981
5982 * files.el (find-file-read-args): Don't trash existing value of
5983 `minibuffer-setup-hook', just add our hook to it.
5984
2b29f15c
MR
59852002-05-19 Markus Rost <rost@math.ohio-state.edu>
5986
5d598f16 5987 * international/ucs-tables.el (unify-8859-on-encoding-mode)
6f642004 5988 (unify-8859-on-decoding-mode): Change :version attributes to strings.
5d598f16
MR
5989
5990 * simple.el (yank-excluded-properties): Change :version attribute
5991 to a string.
5992
5993 * dired.el (dired-view-command-alist): Change :version attribute
5994 to a string.
5995
5996 * xscheme.el (xscheme-start-hook): Change :version attribute to a
5997 string.
5998
2b29f15c
MR
5999 * find-dired.el (find-dired): Implement revert-buffer-function.
6000
6f642004 6001 * mail/emacsbug.el (report-emacs-bug-hook): Do another save-excursion.
2b29f15c 6002
6dd52caf
GM
60032002-05-19 Glenn Morris <gmorris@ast.cam.ac.uk>
6004
89fa1ef5
GM
6005 * progmodes/f90.el (f90-match-end, f90-break-line): Simplify a bit.
6006 (f90-get-present-comment-type): Fix earlier change.
6007 (f90-comment-indent): Doc fix.
f14ca250
GM
6008 (f90-equal-symbols, f90-looking-at-do, f90-looking-at-select-case)
6009 (f90-looking-at-if-then): Remove lets.
6010 (f90-looking-at-where-or-forall): Handle if split over lines.
02f85cba 6011 (f90-change-keywords): Doc fix.
6dd52caf 6012
91f50d61
RS
60132002-05-19 Richard M. Stallman <rms@gnu.org>
6014
8bad880b
RS
6015 * indent.el (indent-region): Make COLUMN arg optional.
6016
6017 * files.el (find-file-read-args): New function.
6f642004
SM
6018 (find-file, find-file-other-window, find-file-other-frame)
6019 (find-file-read-only, find-file-read-only-other-window)
8bad880b
RS
6020 (find-file-read-only-other-frame): Use it.
6021
6022 * custom.el (custom-load-symbol): Verify that LOADED is a string.
6023
91f50d61 6024 * arc-mode.el (archive-zip-use-pkzip): Variable deleted.
6f642004 6025 (archive-zip-extract, archive-zip-expunge, archive-zip-update)
91f50d61
RS
6026 (archive-zip-update-case): Use locate-file to decide whether
6027 to use pkzip.
6028 (archive-zip-extract): Test for pkzip in value of archive-zip-extract.
6029
6030 * files.el (locate-file): Doc fix.
6031
60322002-05-19 John Paul Wallington <jpw@shootybangbang.com>
6033
6034 * mail/rmail.el (rmail-show-message-hook): Offer `goto-address'
6035 as an option.
6036
de856d99
SM
60372002-05-18 Stefan Monnier <monnier@cs.yale.edu>
6038
6039 * uniquify.el (uniquify-rationalize-file-buffer-names):
6040 Always strip the trailing / even if the file is not a directory.
6041
70186f7f
GM
60422002-05-18 Glenn Morris <gmorris@ast.cam.ac.uk>
6043
6044 * progmodes/f90.el (f90-mode-syntax-table, f90-mode-map): Do the
de856d99 6045 initialization in the defvar.
70186f7f
GM
6046 (f90-font-lock-on, f90-font-lock-off): Add 'menu-alias property.
6047 (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3)
6048 (f90-font-lock-4): Move the doc strings.
6049 (f90-menu-bar-menu): New internal variable to hold the top-level menu.
6050 (f90-change-case-menu, f90-font-lock-menu): Minor code changes.
4f9fc702 6051 (f90-mode-abbrev-table): Initialize in the defvar, with
de856d99 6052 define-abbrev-table.
70186f7f 6053
516f7fca
EZ
60542002-05-18 Eli Zaretskii <eliz@is.elta.co.il>
6055
6056 * tar-mode.el (tar-octal-time): Fix last change.
6057
515ced27
MR
60582002-05-18 Markus Rost <rost@math.ohio-state.edu>
6059
6060 * mail/emacsbug.el (report-emacs-bug-text-prompt): New variable.
6061 (report-emacs-bug): Store the prompt in
6062 `report-emacs-bug-text-prompt'. Move Configuration/Important
6063 settings information after the user's report.
6064 (report-emacs-bug-hook): Unclutter by deleting the content of
6065 `report-emacs-bug-text-prompt'.
6066
d9c25020 60672002-05-17 Thomas Morgan <tlm@pocketmail.com>
17b17258
PJ
6068
6069 * forms.el (forms-jump-record, forms-insert-record)
6070 (forms-delete-record): Calculate lines from the beginning of the
6071 accessible portion rather than from the beginning of the buffer.
6072
2c978faf
EZ
60732002-05-16 Eli Zaretskii <eliz@is.elta.co.il>
6074
6075 * ps-mule.el (eval-and-compile): Add a trivial replacement for a
6076 possibly missing encode-char.
6077 (ps-mule-font-info-database-bdf): Add associations for Unicode
6078 fonts. Doc fix.
6079 (ps-mule-font-info-database-ps-bdf): Doc fix.
6080 (ps-mule-encode-ucs2): New function for encoding Unicode characters.
fe960d0a
EZ
6081
6082 * tar-mode.el (tar-octal-time): Fix the last argument of logior.
6083
de856d99
SM
60842002-05-16 Stefan Monnier <monnier@cs.yale.edu>
6085
6086 * emacs-lisp/find-func.el (find-function-search-for-symbol):
6087 Find funs defined with defun-cvs-mode.
6088 (find-function-space-re): New const. Skips comments as well.
6089 (find-function-regexp, find-variable-regexp): Use it.
6090
6091 * pcvs.el (cvs-cmd-do): Accept non-CVS dirs with CVS-ctrl'd subdirs.
6092 (cvs-mode-add-change-log-entry-other-window): Work on multiple files.
6093 (cvs-mode-set-flags): Don't cons unnecessarily.
6094
9f1f80ae
CW
60952002-05-16 Colin Walters <walters@debian.org>
6096
6097 * menu-bar.el (menu-bar-tools-menu) <calculator>: Renamed to
de856d99 6098 "Simple Calculator".
9f1f80ae
CW
6099 (menu-bar-tools-menu) <calc>: New.
6100
6afa5404
JB
61012002-05-16 Juanma Barranquero <lektu@terra.es>
6102
b96fb65c
JB
6103 * progmodes/hideshow.el (hs-adjust-block-beginning): Fix typo.
6104
6105 * filesets.el (filesets-ormap): Fix typo.
6106
6afa5404
JB
6107 * faces.el (describe-face): Fix typo.
6108
daaf4dfc
SM
61092002-05-15 Stefan Monnier <monnier@cs.yale.edu>
6110
6111 * emacs-lisp/easymenu.el (easy-menu-make-symbol):
6112 Don't treat (lambda () ...) as an expression.
6113
9f1f80ae 61142002-05-15 John Paul Wallington <jpw@shootybangbang.com>
30762c43 6115
daaf4dfc 6116 * replace.el (occur-read-primary-args): Handle a bare 'C-u' correctly.
30762c43 6117
f8229bf6
EZ
61182002-05-15 Eli Zaretskii <eliz@is.elta.co.il>
6119
6120 * emacs-lisp/easymenu.el (easy-menu-add): Doc fix.
6121
3ec0a248
GM
61222002-05-14 Glenn Morris <gmorris@ast.cam.ac.uk>
6123
6124 * progmodes/fortran.el (fortran-directive-re): New name for
6125 fortran-preprocessor-re. All usage updated.
6126 (fortran-calculate-indent): Give directives zero indentation.
6127
dd9b5663
JR
61282002-05-14 Jason Rumney <jasonr@gnu.org>
6129
6130 * emacs-lisp/easymenu.el (easy-menu-name-match): Match both
6131 displayed text and internal name as string.
6132
861a74f3
KS
61332002-05-14 Kim F. Storm <storm@cua.dk>
6134
daaf4dfc 6135 * emulation/cua-rect.el (cua--rectangle-operation):
af1a0140
KS
6136 Don't highlight empty lines in rectangles.
6137
861a74f3
KS
6138 * emulation/keypad.el: Improved commentary.
6139 (keypad-setup, keypad-shifted-setup): Added choice to setup
6140 Numeric keypad with decimal key; value is selected character.
6141 (keypad-decimal-key, keypad-shifted-decimal-key): Removed options.
6142 (keypad-numlock-setup, keypad-numlock-shifted-setup): New options.
6143 (keypad-setup): Arg list changed to support the new options.
6144
93a43334
RS
61452002-05-14 Richard M. Stallman <rms@gnu.org>
6146
6147 * dabbrev.el (dabbrev-case-distinction): New option.
6148 (dabbrev--try-find): Handle dabbrev-case-distinction.
6149 (dabbrev--search): Clean up the code.
6150 (dabbrev-upcase-means-case-search): Doc fix.
6151 (dabbrev-case-replace): Fix custom tags and docs.
6152
5fe0ea6a 61532002-05-14 Jochen K\e,A|\e(Bpper <jochen@jochen-kuepper.de>
b54f4255
CW
6154
6155 * calc/calc-units.el (math-standard-units): Update from CODATA.
6156
f530a77b
SM
61572002-05-14 Stefan Monnier <monnier@cs.yale.edu>
6158
6159 * skeleton.el (skeleton-transformation): Default to `identity'.
6160 (skeleton-insert): Use `move-after' markers and `insert' rather
6161 than rely on insert-before-markers.
6162 (skeleton-internal-1): Handle `> \n' specially so that the newline
6163 is inserted before the first line is indented.
6164
51df53f8
MW
61652002-05-14 Mike Williams <mdub@bigfoot.com>
6166
f530a77b
SM
6167 * textmodes/sgml-mode.el (sgml-tag):
6168 Default skeleton-transformation to `identity'.
51df53f8 6169
42fe2ab9
FP
61702002-05-14 Francesco Potorti` <pot@gnu.org>
6171
6172 * shell.el (shell-mode): Make second part of initialisation
6173 depend on whether comint-input-ring is empty, rather than depend
6174 on it being nil.
6175
ff5c7181
RS
61762002-05-14 Richard M. Stallman <rms@gnu.org>
6177
6178 * files.el (make-auto-save-file-name):
6179 Delete the auto-save file after make-temp-file creates it.
6180
64bd3860
KS
61812002-05-13 Kim F. Storm <storm@cua.dk>
6182
6183 * emulation/cua-base.el (cua-enable-cursor-indications): Default off.
6184 (cua-mode): Print Enabled/Disabled messages if interactive.
6185 Disable delete-selection-mode and pc-selection-mode when cua-mode
6186 is enabled; reenable if cua-mode is turned off.
6187 Remember setting of transient-mark-mode when cua-mode is enabled;
6188 restore if cua-mode is disabled.
6189
9210027b
RS
61902002-05-13 Richard M. Stallman <rms@gnu.org>
6191
6192 * mail/emacsbug.el (report-emacs-bug): Change the "English please" msg.
6193
a61756e1
CW
61942002-05-13 Colin Walters <walters@gnu.org>
6195
859eefe7
CW
6196 * ibuf-ext.el (ibuffer-format-filter-group-data): New function.
6197
6198 * ibuffer.el (ibuffer-insert-filter-group): New argument filter-string.
6199 (ibuffer-redisplay-engine): Handle it.
6200
a61756e1
CW
6201 * add-log.el (add-log-mailing-address): Can be a list, too.
6202 (add-change-log-entry): If `add-log-mailing-address' is a list,
6203 then handle it.
6204
14323818
CW
62052002-05-12 Colin Walters <walters@debian.org>
6206
42fe2ab9 6207 * replace.el (occur-1): New optional argument `buf-name'.
14323818
CW
6208 (occur-revert-function): Use it.
6209
6210 (occur-1): Handle plurals.
42fe2ab9 6211
14323818
CW
6212 (occur-engine): If there are no more matches, then finish
6213 searching the current buffer.
42fe2ab9 6214
5fe0ea6a 62152002-05-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
84778d91
PJ
6216
6217 * net/ange-ftp.el (ange-ftp-try-passive-mode)
6218 (ange-ftp-passive-host-alist): Change :version attributes to be
6219 strings.
6220
b7f30cf5
MR
62212002-05-12 Markus Rost <rost@math.ohio-state.edu>
6222
6223 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Define it with
6224 define-minor-mode.
6225
6226 * emacs-lisp/find-func.el (find-function-search-for-symbol):
6227 Handle more whitespace/newline combinations in symbol definitions.
6228
89e7ad59
EZ
62292002-05-12 Eli Zaretskii <eliz@is.elta.co.il>
6230
6231 * w32-vars.el (w32)
42fe2ab9 6232 * vc-cvs.el (vc-cvs-global-switches)
89e7ad59
EZ
6233 (vc-cvs-sticky-date-format-string, vc-cvs-sticky-tag-display)
6234 * textmodes/sgml-mode.el (sgml-xml-mode)
6235 * ruler-mode.el (ruler-mode)
6236 * replace.el (query-replace-skip-read-only)
6237 * progmodes/fortran.el (fortran-preprocessor-re)
42fe2ab9 6238 * net/ange-ftp.el (ange-ftp-passive-host-alist)
89e7ad59
EZ
6239 * mail/sendmail.el (mail-use-dsn)
6240 * faces.el (mode-line-inactive, minibuffer-prompt)
6241 * add-log.el (add-log-always-start-new-record): Change all
6242 post-21.1 :version attributes to 21.4.
6243
ea9cc631
RS
62442002-05-12 Richard M. Stallman <rms@gnu.org>
6245
850ed7b3
RS
6246 * mail/smtpmail.el (smtpmail-mail-address): New variable.
6247 (smtpmail-send-it): Bind and use that instead of `mail-address'.
6248 (smtpmail-via-smtp): Likewise.
6249
ea9cc631
RS
6250 * ansi-color.el (ansi-color-get-face): Avoid add-to-list on local var.
6251 (ansi-color-apply-sequence): Avoid duplicates in combined face list.
6252
6253 * dired-aux.el (dired-show-file-type): Use -- to say FILE's not option.
6254
6255 * subr.el (functionp): Catch errors in indirect-function.
6256
5fe0ea6a 62572002-05-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
7ec8d2c6 6258
74d40d47
PJ
6259 * net/ldap.el (ldap-search-internal): Unfold folded lines before
6260 parsing.
6261
7ec8d2c6
PJ
6262 * cus-edit.el (customize-set-value): Rename `var' to `variable'
6263 and `val' to `value'.
6264 (customize-save-variable): Rename `var' to `'variable.
6265
a68c5400
GM
62662002-05-12 Glenn Morris <gmorris@ast.cam.ac.uk>
6267
6268 * progmodes/fortran.el (fortran-preprocessor-re): New variable.
6269 Use it for font-locking and indentation.
6270 (fortran-previous-statement, fortran-next-statement): Make them
6271 skip over preprocessor lines.
6272 (fortran-calculate-indent): Use fortran-preprocessor-re.
6273
92cdb627
KS
62742002-05-10 Kim F. Storm <storm@cua.dk>
6275
42fe2ab9 6276 * emulation/cua-base.el (cua-enable-cua-keys)
92cdb627
KS
6277 (cua-enable-register-prefix): Added value for `other' choice.
6278
22a2a460
EZ
62792002-05-10 Eli Zaretskii <eliz@is.elta.co.il>
6280
42fe2ab9 6281 * menu-bar.el (menu-bar-showhide-scroll-bar-menu)
f530a77b 6282 (menu-bar-showhide-menu): Use display-graphic-p, not window-system.
22a2a460
EZ
6283 (menu-bar-showhide-menu) <showhide-menu-bar, showhide-tool-bar>:
6284 Run a named function.
6285 (showhide-menu-bar, showhide-toolbar): Invoke customize-mark-as-set.
6286 (menu-bar-showhide-menu) <column-number-mode, line-number-mode>:
6287 Fix help text.
6288
963b3fe3
KS
62892002-05-10 Kim F. Storm <storm@cua.dk>
6290
6291 * emulation/cua-base.el (cua-mode): Misc. changes to use
6292 emulation-mode-map-alists instead of minor-mode-map-alist.
6293
154b2b10
RS
62942002-05-09 Richard M. Stallman <rms@gnu.org>
6295
ccc8c8bb
RS
6296 * mail/rmail.el (rmail-show-message):
6297 Catch error in check-coding-system.
6298
42fe2ab9 6299 * progmodes/compile.el (compilation-error-regexp-alist):
154b2b10 6300 New element to recognize Python error messages.
42fe2ab9
FP
6301
6302 * shell.el (shell-replace-by-expanded-directory):
154b2b10 6303 If there's already a / at the end, don't add one.
42fe2ab9 6304
b64a9d93
CW
63052002-05-09 Colin Walters <walters@verbum.org>
6306
6307 * ibuffer.el (ibuffer-mode-map): Add :enable guards for
6308 `ibuffer-filter-disable', `ibuffer-pop-filter',
6309 `ibuffer-or-filter', `ibuffer-negate-filter',
6310 `ibuffer-decompose-filter', `ibuffer-save-filters',
6311 `ibuffer-switch-to-saved-filters', `ibuffer-delete-saved-filters',
6312 `ibuffer-save-filter-groups',
6313 `ibuffer-switch-to-saved-filter-groups',
6314 `ibuffer-delete-saved-filter-groups'.
42fe2ab9 6315
b64a9d93 6316 * ibuf-ext.el (ibuffer-do-occur): Default to 0 context lines.
42fe2ab9 6317
ee00eede 63182002-05-09 Markus Rost <rost@math.ohio-state.edu>
42fe2ab9 6319
ee00eede
MR
6320 * woman.el (woman-menu): Move symbol before the comment so that
6321 find-function-search-for-symbol finds it.
6322
d2596700
MB
63232002-05-10 Miles Bader <miles@gnu.org>
6324
6325 * facemenu.el (list-colors-display): Don't use
6326 `display-color-cells' unless the display class is one for which
6327 that info is relevant.
6328
154b2b10 63292002-05-09 Simon Josefsson <jas@extundo.com>
1a8e727b
SJ
6330
6331 * mail/smtpmail.el (smtpmail-send-it): Use user-mail-address from
6332 calling buffer.
6333 (smtpmail-auth-credentials): Bump :version to 21.4 (21.3 will not
6334 have the patch).
6335
f2131323
KS
63362002-05-09 Kim F. Storm <storm@cua.dk>
6337
6338 * wid-edit.el (checkbox): New check-mark image.
6339
5fe0ea6a 63402002-05-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
26f42fe4
PJ
6341
6342 * filesets.el (filesets-running-xemacs): Fix last change.
6343
89fba92a
MR
63442002-05-08 Markus Rost <rost@math.ohio-state.edu>
6345
35679c3f
MR
6346 * help-fns.el (describe-function-1): If the source is
6347 `loaddefs.el', look for the real source. This is necessary only
6348 for defaliases.
6349
f530a77b
SM
6350 * emacs-lisp/find-func.el (find-function-search-for-symbol):
6351 Add autoload cookie.
35679c3f
MR
6352 (find-function-regexp): Include
6353 "\(quote " to match the defaliases in loaddefs.el.
6354
f530a77b
SM
6355 * filesets.el (filesets-conditional-sort): Use copy-sequence,
6356 not copy-list.
89fba92a
MR
6357 (filesets-menu-path, filesets-menu-before, filesets-menu-in-menu):
6358 Defvar them to nil if running in Emacs.
6359
5fe0ea6a 63602002-05-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
2ad63128 6361
58c68129
PJ
6362 * textmodes/flyspell.el (make-flyspell-overlay): Add help text
6363 to flyspell overlays.
6364
2ad63128
PJ
6365 * info.el (Info-mode-map): Bind `c' to Info-copy-current-node-name.
6366
10df5051
RS
63672002-05-08 Richard M. Stallman <rms@gnu.org>
6368
154b2b10
RS
6369 * diff.el (diff-regexp-alist): Doc fix.
6370
10df5051
RS
6371 * mail/smtpmail.el (netrc-machine, netrc-get): Add autoloads.
6372
63732002-05-08 Simon Marshall <simon@gnu.org>
6374
6375 * msb.el (msb-menu-bar-update-buffers): Fixed frame menu to use
6376 the frame name as the car of a menu entry, rather than the frame.
6377
b2c8e6ab
JB
63782002-05-08 Juanma Barranquero <lektu@terra.es>
6379
6380 * rfn-eshadow.el (read-file-name-electric-shadow-mode): Fix typos
6381 in docstring.
6382
ba46b4f9
CW
63832002-05-07 Colin Walters <walters@verbum.org>
6384
6385 * replace.el (occur-unfontify-region-function): Delete.
6386 (occur-mode): Don't use it.
6387 (occur-engine): Respect `keep-props'.
6388 (occur-accumulate-lines): If we're moving forward, decrement;
6389 don't increment, and vice versa.
6390
95083272
KH
63912002-05-08 Toru Tomabechi <Toru.Tomabechi@orient.unil.ch>
6392
42fe2ab9 6393 * language/tibet-util.el (tibetan-canonicalize-for-unicode-alist)
95083272
KH
6394 (tibetan-canonicalize-for-unicode-regexp): New variables.
6395 (tibetan-canonicalize-for-unicode-region): New function.
6396 (tibetan-strict-unicode): New variable.
6397 (tibetan-pre-write-canonicalize-for-unicode): New function.
6398
b2ce953f
MR
63992002-05-07 Markus Rost <rost@math.ohio-state.edu>
6400
6401 * net/ange-ftp.el (ange-ftp-re-read-dir): Don't hide it behind
6402 the autoload-cookie. Remove comment.
6403
6404 * ffap.el (ffap): Don't hide it behind the autoload-cookie.
6405
6406 * rect.el (close-rectangle): Don't hide it behind the
6407 autoload-cookie.
6408
125d5ec7
JB
64092002-05-07 Juanma Barranquero <lektu@terra.es>
6410
6411 * windmove.el (windmove-default-keybindings): Add optional
6412 parameter to allow using a modifier other than 'shift.
6413
d9c25020 64142002-05-07 Thomas Link <t.link@gmx.at>
f194e54a 6415
42fe2ab9 6416 * filesets.el:
f194e54a
RS
6417 (filesets-external-viewers): Fix customization problem.
6418 (filesets-some): Replaces cl's `some'. Calls changed.
6419 (filesets-member): Replaces cl's `member*'. Calls changed.
6420 (filesets-ormap): New function.
6421
9f1f80ae 64222002-05-07 John Paul Wallington <jpw@shootybangbang.com>
7fff96d6
CW
6423
6424 * ibuffer.el (toplevel): Specialize `ibuffer-mode-groups-popup'
6425 menu items.
6426
64272002-05-07 Colin Walters <walters@gnu.org>
6428
6429 * ibuf-ext.el (ibuffer-pop-filter-group): Doc fix.
6430 (ibuffer-clear-filter-groups): Likewise.
6431 (ibuffer-kill-filter-group): Likewise.
6432 (ibuffer-kill-line): Likewise.
6433 (ibuffer-read-filter-group-name): New function.
6434 (ibuffer-jump-to-filter-group): Use it.
6435 (ibuffer-kill-filter-group): Likewise.
6436 (ibuffer-yank-filter-group): Likewise.
6437 (ibuffer-decompose-filter-group): New function.
6438
6439 * ibuffer.el (ibuffer-mode-map): Bind it. Add :enable guard
6440 around `ibuffer-filters-to-filter-group' menu item. Fix :enable
6441 guards for `ibuffer-pop-filter-group' and
6442 `ibuffer-clear-filter-groups'.
6443
fe75e6d0
MR
64442002-05-06 Markus Rost <rost@math.ohio-state.edu>
6445
f530a77b
SM
6446 * emacs-lisp/find-func.el (find-function-search-for-symbol):
6447 Use with-syntax-table.
fe75e6d0 6448
cae1ff0e
FP
64492002-05-06 Francesco Potorti` <pot@gnu.org>
6450
6451 * mail/rmail.el (rmail-font-lock-keywords): Highlight Resent-[Ff]rom:.
6452
4b70b30b
MR
64532002-05-05 Markus Rost <rost@math.ohio-state.edu>
6454
fe75e6d0 6455 * time-stamp.el (time-stamp-format): Doc fix: escape open
e86a3837 6456 parenthesis in column 0.
4b70b30b 6457
2fab4328
RS
64582002-05-04 Richard M. Stallman <rms@gnu.org>
6459
6460 * toolbar/tool-bar.el (tool-bar-local-item-from-menu):
6461 Handle both cases: when the menu item has cached info
6462 and when it doesn't.
6463
6464 * filesets.el (filesets-browse-dir-function): Renamed from ...-fn.
6465 (filesets-open-file-function, filesets-save-buffer-function): Likewise.
6466 (filesets-tree-max-level): Doc fix.
cae1ff0e 6467 (filesets-commands, filesets-external-viewers)
2fab4328
RS
6468 (filesets-ingroup-patterns): Mark as risky.
6469 (filesets-cache-hostname-flag): Doc fix.
6470 (filesets-menu-cache-file): Doc fix. Mark as risky.
6471 (filesets-menu-before, filesets-menu-path, filesets-menu-in-menu):
6472 Don't defcustom them if running in Emacs.
6473
d9c25020 64742002-05-04 Thomas Link <t.link@gmx.at>
dbfd87a1
RS
6475
6476 * filesets.el (filesets-ingroup-collect-files):
6477 Fix problem with inclusion groups' :scan-depth property.
6478
8ed4ef7c
CW
64792002-05-04 Colin Walters <walters@verbum.org>
6480
6481 * ibuf-ext.el (ibuffer-kill-filter-group): Test for killing
6482 "Default" group earlier. Push killed group on
6483 `ibuffer-filter-group-kill-ring'.
6484 (ibuffer-kill-line): Document. Don't push killed group ourselves.
6485 (ibuffer-yank-filter-group): Renamed from `ibuffer-yank'.
6486 (ibuffer-insert-filter-group-before): New function, broken out
6487 from `ibuffer-yank'.
6488 (ibuffer-yank): Now just call `ibuffer-yank-filter-group'.
cae1ff0e 6489
8ed4ef7c
CW
6490 * ibuffer.el (ibuffer-mode-operate-menu, ibuffer-mode-mark-menu)
6491 (ibuffer-mode-view-menu): Unused variables; deleted.
6492 (ibuffer-find-file): Pass wildcard flag to `find-file' correctly.
6493
9f1f80ae 64942002-05-04 John Paul Wallington <jpw@shootybangbang.com>
8ed4ef7c
CW
6495
6496 * ibuffer.el (ibuffer-mode-groups-popup): New variable.
6497 (toplevel): Bind filter group menu entries in it. Add :enable
6498 forms for some menu items.
6499 (toplevel): Bind [down-mouse-3] in `ibuffer-mode-filter-group-map'
6500 to `ibuffer-mouse-popup-menu'.
6501 (ibuffer-mouse-popup-menu): Test whether or not we're on a filter
6502 group name, and if so, pop up a filter group menu.
6503
5259a0d0
JR
65042002-05-04 Jason Rumney <jasonr@gnu.org>
6505
6506 * mwheel.el (mwheel-event-button): Translate mouse-wheel events.
6507 (mwheel-scroll): Recognize nil scroll amount as documented.
6508
6509 * term/w32-win.el (mouse-wheel-scroll-line)
6510 (mouse-wheel-scroll-screen): Remove.
6511 ([mouse-wheel], [C-mouse-wheel], [S-mouse-wheel]): Use mwheel-scroll.
6512
6513 * w32-vars.el: (mouse-wheel-scroll-amount): Removed.
6514
77186c62
MR
65152002-05-04 Markus Rost <rost@math.ohio-state.edu>
6516
f530a77b
SM
6517 * emacs-lisp/find-func.el (find-function-search-for-symbol):
6518 Bind case-fold-search when searching.
77186c62 6519
8d33699b
EZ
65202002-05-04 Eli Zaretskii <eliz@is.elta.co.il>
6521
6522 * apropos.el (apropos-print): Fix the reference to mouse-2.
6523
d7f5c8f9
RS
65242002-05-04 Daniel Pfeiffer <occitan@esperanto.org>
6525
6526 * play/mpuz.el (mpuz-switch-to-window): Set buffer-read-only directly.
6527
ade3d7fc
KS
65282002-05-04 Kim F. Storm <storm@cua.dk>
6529
6530 * cus-edit.el (custom-buffer-verbose-help): New variable.
6531 (custom-buffer-create-internal): Remove verbose introduction
6532 in customization buffer when it is nil.
6533
d7f5c8f9
RS
65342002-05-03 Dave Love <fx@gnu.org>
6535
6536 * international/mule-cmds.el (select-safe-coding-system):
6537 Don't offer coding systems that use locking shift.
6538 Ask for confirmation if chosen coding system disagrees with
6539 a `coding:' spec in the file.
6540
6d2775cf
JW
65412002-05-03 John Wiegley <johnw@gnu.org>
6542
3399c752
JW
6543 * eshell/esh-var.el (eshell-modify-global-environment): Added this
6544 customization variable, which will cause any "export" commands
6545 within any eshell buffer to modify the global Emacs environment.
6546 It defaults to nil, which means that such commands will only
6547 modify that Eshell buffer's environment.
f530a77b 6548 (eshell-var-initialize): Initialize `eshell-modify-global-environment'.
3399c752 6549
f530a77b
SM
6550 * eshell/em-cmpl.el (eshell-command-completions-alist):
6551 Improve default completion targets for objdump, nm and readelf.
6d2775cf 6552
f28a1795
CW
65532002-05-03 Colin Walters <walters@verbum.org>
6554
f530a77b
SM
6555 * play/gamegrid.el (gamegrid-user-score-file-directory): New variable.
6556 (gamegrid-add-score-with-update-game-score):
6557 Use `shared-game-score-directory'. Correctly handle non-setuid case.
f28a1795 6558
70ed2a76
CW
65592002-05-02 Colin Walters <walters@verbum.org>
6560
6561 * replace.el (occur-mode-map): Bind "q" to `delete-window'.
6562 (occur-1): If one of the buffers we're searching is the *Occur*
6563 buffer itself, handle it by creating a temporary buffer. If any
6564 of the buffers being searched are killed, note that in the search
6565 result message. Also, set local variables before we possibly kill
6566 the buffer.
6567
492274d3
KS
65682002-05-02 Kim F. Storm <storm@cua.dk>
6569
6570 * menu-bar.el (menu-bar-make-toggle): Added optional PROPS arg.
6571 (menu-bar-options-save): Added cua-mode.
f530a77b
SM
6572 (menu-bar-options-menu): Added toggle for cua-mode.
6573 Disable toggle for transient-mark-mode if cua-mode is enabled.
492274d3 6574
63e6f5b3
KS
6575 * emulation/cua-base.el (cua-inhibit-cua-keys): New buffer-local
6576 variable.
6577
1ebc1f01
RS
65782002-05-01 Richard M. Stallman <rms@gnu.org>
6579
6580 * help.el (view-todo): New function.
6581 (help-map): Bind C-h C-t to view-todo.
6582 (help-for-help): Change the text.
6583
cfe9d0b5
GM
65842002-05-01 Glenn Morris <gmorris@ast.cam.ac.uk>
6585
6586 * progmodes/f90.el: Yet more doc string, commment and whitespace
6587 changes.
6588 (f90-imenu-flag): New name for internal variable f90-imenu.
f530a77b
SM
6589 (f90-blocks-re, f90-program-block-re, f90-end-if-re)
6590 (f90-no-break-re): Use regexp-opt.
cfe9d0b5
GM
6591 (f90-end-type-re): Add closing "\\>".
6592 (f90-indent-region): Correctly indent comments embedded in
6593 continued lines.
f530a77b
SM
6594 (f90-indent-new-line): Make it indent the current line, as it should.
6595 (f90-line-continued, f90-get-present-comment-type)
6596 (f90-looking-at-if-then, f90-indent-line, f90-indent-new-line)
6597 (f90-indent-region, f90-indent-subprogram, f90-do-auto-fill)
6598 (f90-join-lines, f90-fill-region, f90-match-end, f90-insert-end)
6599 (f90-change-keywords): Minor code tidying.
cfe9d0b5
GM
6600
6601 * progmodes/fortran.el (fortran-strip-sequence-nos): Rename from
6602 typo `fortran-strip-sqeuence-nos'.
6603
acd39eb6
EZ
66042002-05-01 Eli Zaretskii <eliz@is.elta.co.il>
6605
6606 * simple.el (clone-indirect-buffer-other-window): Fix a typo in
6607 pop-up-window.
6608
1d8a1109 66092002-05-01 Kim F. Storm <storm@cua.dk>
958e3d8a 6610
f530a77b
SM
6611 * emulation/cua-base.el (cua--pre-command-handler):
6612 Only interpret delete-selection property if mark-active.
958e3d8a
KS
6613 (cua-mode): Fixed require in defcustom.
6614
5fe0ea6a 66152002-05-01 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
ab59447f
PJ
6616
6617 * calendar/cal-menu.el (cal-menu-x-popup-menu): Fix argument of
6618 error call.
6619
085917a5
CW
66202002-05-01 Colin Walters <walters@verbum.org>
6621
f530a77b
SM
6622 * textmodes/tex-mode.el (tex-validate-buffer):
6623 Use `occur-revert-arguments' instead of setting `occur-nlines' and
6624 `occur-buffer'. Don't test for `input-pending-p' in loop.
6625 Set text property `occur-target' instead of `occur'.
085917a5 6626
38c67731
JW
66272002-04-30 John Wiegley <johnw@gnu.org>
6628
6629 * align.el (align-region): Fixed the fix to align-region, because
6630 the "name" argument was appearing twice.
6631
b3cf7e18
MS
66322002-05-01 Martin Stjernholm <bug-cc-mode@gnu.org>
6633
6634 * progmodes/cc-engine.el (c-beginning-of-decl-1): Better way
6635 to handle protection labels, one which doesn't get confused by
6636 inherit colons.
6637
6638 * progmodes/cc-engine.el (c-end-of-decl-1): Don't treat
6639 functions that have "class" or "struct" in the return type as
6640 classes or structs.
6641
6e0fbd65
KS
66422002-04-30 Kim F. Storm <storm@cua.dk>
6643
6644 * menu-bar.el (menu-bar-custom-menu): Change "Recently Changed
6645 Options" to "New Options..."; rephrase tooltip.
6646 Rephrase tooltip for "Specific Option...".
6647 Added "Saved Options" item. [from Simon Marshall]
6648
bd421bc2
RS
66492002-04-30 Richard M. Stallman <rms@gnu.org>
6650
cae1ff0e 6651 * time.el (display-time-mail-directory)
0c8c6322
RS
6652 (display-time-mail-function): Doc fixes.
6653
8a76146c
RS
6654 * ediff-hook.el: Remove autoload cookies.
6655
93f7e657
RS
6656 * language/tibetan.el (tibetan-obsolete-glyphs): Now in tibet-util.el.
6657
6658 * language/tibet-util.el (tibetan-obsolete-glyphs): From tibetan.el.
6659
a7938b0e
RS
6660 * align.el (align-region): Fix call to `message'.
6661 Check that (car rule) is a symbol.
6662
87810ca9
RS
6663 * autoinsert.el (auto-insert-directory): Doc fix.
6664
6665 * facemenu.el (describe-text-at and stuff): Moved to descr-text.el.
6666
6667 * descr-text.el: New file, broken out of facemenu.el.
6668
bd421bc2
RS
6669 * emacs-lisp/advice.el (documentation): Add ad-define-subr-args call.
6670
461f30cb
RS
66712002-04-29 Markus Rost <rost@math.ohio-state.edu>
6672
f530a77b
SM
6673 * mail/emacsbug.el (report-emacs-bug-hook):
6674 Use replace-match only if search was successful.
461f30cb 6675
78b3d0f7
RS
66762002-04-29 Richard M. Stallman <rms@gnu.org>
6677
f1b69327
RS
6678 * net/zone-mode.el (zone-mode): Add write-file-hooks hook locally.
6679
74d51fb8
RS
6680 * mail/emacsbug.el (report-emacs-bug-hook): Don't fail completely
6681 if the user edits the Emacs version number in the text.
6682
78b3d0f7
RS
6683 * filesets.el (filesets-running-xemacs): Make defvar unconditional.
6684 (filesets-ingroup-files): Renamed from filesets-ingroup-paths.
6685 (filesets-error): Simplify definition and make conditional
6686 on filesets-running-xemacs.
6687 (filesets-find-file-using): Renamed from fsfind-file-using.
6688
f530a77b
SM
66892002-04-29 Stefan Monnier <monnier@cs.yale.edu>
6690
6691 * info.el (Info-find-in-tag-table-1, Info-read-subfile): Use point-min.
6692 (Info-read-node-name-1): Complete file names.
6693 (Info-complete-menu-item): Don't cons unnecessarily.
6694
6695 * files.el (locate-file): New fun.
6696 (locate-file-completion): Rename from load-completion and generalize.
6697 (load-library): Use it.
6698 (make-auto-save-file-name): Expand caddr.
6699
6700 * newcomment.el (comment-fill-column): New var.
6701 (comment-indent): Use it.
6702 (comment-or-uncomment-region): New fun.
6703 (comment-dwim): Use it.
6704
5a234d25
CW
67052002-04-29 Colin Walters <walters@verbum.org>
6706
5167cfda 6707 * ibuf-ext.el (ibuffer-kill-filter-group): Call `delete' function.
f530a77b 6708 (ibuffer-kill-line): Copy the filter group data structure when killing.
5167cfda
CW
6709 (ibuffer-yank): Handle case where we're yanking on the default
6710 group correctly.
6711 (ibuffer-delete-saved-filter-groups): Doc fix.
6712
5a234d25
CW
6713 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
6714 Test whether or not update-game-score is setuid, and do the right
6715 thing.
6716
82093109
KS
67172002-04-29 Kim F. Storm <storm@cua.dk>
6718
6719 * subr.el (remove-yank-excluded-properties): New helper function.
6720 (insert-for-yank, insert-buffer-substring-as-yank): Use it.
6721
6722 * simple.el (yank-excluded-properties): Added help-echo to list.
6723
66e0fd2b
GM
67242002-04-29 Glenn Morris <gmorris@ast.cam.ac.uk>
6725
cae1ff0e 6726 * autoinsert.el (auto-insert-directory): Doc fix.
66e0fd2b 6727
f31a4f64 6728 * progmodes/f90.el: Add/change doc strings for many inline
69658465 6729 functions. Whitespace changes.
f31a4f64
GM
6730 (f90-indent-line-no, f90-update-line): Minor code changes.
6731
5ab950ef
KS
67322002-04-29 Kim F. Storm <storm@cua.dk>
6733
6734 * emulation/cua-base.el: New file.
6735
6736 * emulation/cua-rect.el: New file.
6737
6738 * emulation/cua-gmrk.el: New file.
6739
6740 * emulation/keypad.el: New file.
6741
2912f349
PJ
67422002-04-29 Triet Hoai Lai <thlai@ee.usyd.edu.au>
6743
6744 * language/vietnamese.el (viet-tcvn-decode-table, ccl-decode-tcvn)
f530a77b
SM
6745 (ccl-encode-tcvn, ccl-encode-tcvn-font, vietnamese-tcvn):
6746 New Vietnamese coding system.
2912f349
PJ
6747
6748 * language/viet-util.el: Update Commentary section.
6749
5fe0ea6a 67502002-04-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
757a6abf
PJ
6751
6752 * filesets.el (filesets-data): Doc fix.
6753 (filesets-running-xemacs): Define even when compiling.
6754
e656fc9d
PJ
6755 * recentf.el (recentf-cancel-dialog): Remove dot at the end of
6756 sentence.
6757
dc864d6e
SM
67582002-04-29 Stefan Monnier <monnier@cs.yale.edu>
6759
6760 * textmodes/fill.el (fill-context-prefix): Fix last change with
6761 yet-another-approach.
6762
33ceea4f
RS
67632002-04-28 Markus Rost <rost@math.ohio-state.edu>
6764
dc864d6e 6765 * net/ange-ftp.el (ange-ftp-passive-host-alist)
33ceea4f
RS
6766 (ange-ftp-bs2000-additional-pubsets): Fix custom type.
6767
6768 * files.el (small-temporary-file-directory): Fix custom type.
6769
8201fbe9
GM
67702002-04-28 Glenn Morris <gmorris@ast.cam.ac.uk>
6771
6772 * progmodes/f90.el (f90-xemacs-flag): New variable.
6773 (f90-mark-subprogram-overlay): New variable.
6774 (f90-mark-subprogram): Now it highlights the subprogram.
dc864d6e
SM
6775 (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
6776 Fix highlighting of various "type" forms.
8201fbe9 6777
b098e753
CW
67782002-04-28 Colin Walters <walters@verbum.org>
6779
6780 * ibuffer.el (ibuffer-mode): Additional documentation on filter
6781 groups.
dc864d6e 6782
9f1f80ae 67832002-04-28 John Paul Wallington <jpw@shootybangbang.com>
b098e753
CW
6784
6785 * ibuf-ext.el (ibuffer-set-filter-groups-by-mode): Don't make an
6786 ibuffer-mode filter group if `ibuffer-view-ibuffer' is nil.
6787
46b3d18e
RS
67882002-04-28 Richard M. Stallman <rms@gnu.org>
6789
43bbe516
RS
6790 * mail/sendmail.el (mail-recover-1): Decrease non-random-len
6791 by 1 for the newly-readded #.
6792
6793 * files.el (make-auto-save-file-name): Specify # as suffix
6794 in the non-file-visiting case.
6795
6796 * subr.el (make-temp-file): New arg SUFFIX.
6797
c0e48b0b
RS
6798 * filesets.el: New file.
6799
46b3d18e
RS
6800 * replace.el (occur-accumulate-lines): Avoid incf and decf.
6801 (occur-engine-add-prefix): New function.
6802 (occur-engine): Avoid using macrolet, incf and decf.
6803 Use occur-engine-add-prefix instead.
6804 Rename `l' to `lines' and `c' to `matches'.
6805
dc864d6e
SM
6806 * replace.el (occur-engine, occur-mode-mouse-goto)
6807 (occur-mode-find-occurrence, occur-mode-goto-occurrence)
6808 (occur-mode-goto-occurrence-other-window)
46b3d18e
RS
6809 (occur-mode-display-occurrence): A position is just a marker,
6810 not a list.
6811
6812 * replace.el (occur-revert-arguments):
6813 Renamed from occur-revert-properties. All uses changed.
6814
5fe0ea6a 68152002-04-28 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
ca429a25 6816
b03a2115
PJ
6817 * recentf.el (recentf-menu-before): Use string to specify path in
6818 the menu.
6819
6820 * international/mule-cmds.el (read-language-name): Take care of
ca429a25
PJ
6821 non-list values.
6822
e8e98f20
RS
68232002-04-27 Richard M. Stallman <rms@gnu.org>
6824
8ba148c7
RS
6825 * custom.el (custom-load-symbol): Moved from cus-edit.el.
6826 (custom-load-recursion): Likewise.
6827
6828 * cus-edit.el (custom-load-symbol): Moved to custom.el.
6829 (custom-load-recursion): Likewise.
6830
e8e98f20
RS
6831 * progmodes/ada-xref.el (ada-add-ada-menu): Menu pseudo-keys
6832 generated by easymenu are now lowercase.
6833
d86a3084
RS
68342002-04-27 Richard M. Stallman <rms@gnu.org>
6835
332b907c
RS
6836 * menu-bar.el (menu-bar-update-buffers): Add menu items
6837 Next Buffer and Previous Buffer.
6838
6839 * simple.el (next-buffer, prev-buffer): New commands.
6840 Bind C-x left and C-x right to them.
6841
c793c600
RS
6842 * info.el (Info-header-line): Mark it as risky-local-variable.
6843
d86a3084
RS
6844 * subr.el (insert-for-yank): Replace `category' property
6845 with whatever properties it stands for.
6846
6847 * subr.el (member-ignore-case): Ignore non-strings in LIST.
6848
3b4ef34b
MB
68492002-04-27 Miles Bader <miles@gnu.org>
6850
6851 * faces.el (read-face-name): Format the prompt correctly when
6852 there's no default.
6853
e0f712ba
AC
68542002-04-26 Andrew Choi <akochoi@shaw.ca>
6855
dc864d6e
SM
6856 * term/mac-win.el: Don't call ediff-toggle-multiframe.
6857 Set default directory. Set process-connection-type to nil.
e0f712ba 6858
9e0ad27a
RS
68592002-04-26 Richard M. Stallman <rms@gnu.org>
6860
3fad47d8
RS
6861 * loadup.el: Explicitly load cus-face and timer.
6862
6863 * isearch.el: Don't require timer.
6864
6865 * faces.el: Don't require cus-face.
6866
501d8923
RS
6867 * cus-edit.el (customize-face): Use read-face-name
6868 and handle multiple faces.
6869 (customize-face-other-window): Make it work similarly.
6870
6871 * faces.el (read-face-name): New defaulting features.
6872 New args STRING-DESCRIBING-DEFAULT and MULTIPLE.
6873 (list-faces-display): Use the face, not its name string,
6874 as arg when running customize-face.
6875 Put a `read-face-name' prop on the entire line.
6876 (describe-face): Handle multiple faces via read-face-name.
6877
8ba148c7
RS
6878 * textmodes/tex-mode.el (tex-start-options): New variable.
6879 (tex-start-commands): New variable.
6880 (tex-start-options-string): Variable deleted.
6881 (tex-start-tex): Use tex-start-options and tex-start-commands,
6882 not tex-start-options-string.
6883 (tex-command): Doc fix.
9e0ad27a 6884
a8ba4429
SS
68852002-04-26 Sam Steingold <sds@gnu.org>
6886
6887 * mail/smtpmail.el (smtpmail-try-auth-methods): When `host' is
6888 not in the authinfo/netrc, keep `cred' at nil.
6889
7f671def
GM
68902002-04-26 Gerd Moellmann <gerd@gnu.org>
6891
6892 * find-file.el: Remove Ada-specific example code.
6893
abdb213c 68942002-04-25 Michael Kifer <kifer@cs.stonybrook.edu>
a8ba4429 6895
abdb213c 6896 * ediff-hooks.el: Put back the autoloads.
a8ba4429 6897
a902944c
CW
68982002-04-25 Colin Walters <walters@verbum.org>
6899
6900 * ibuffer.el (define column process): Use `ibuffer-aif'.
6901
6902 * ibuf-ext.el (ibuffer-saved-filter-groups): Don't include broken
6903 defaults.
6904 (ibuffer-yank): Be sure to `setq' after we use `nconc'.
6905 (ibuffer-save-filter-groups): Correctly structure filter groups.
6906 (ibuffer-switch-to-saved-filter-groups): Correctly extract filter
6907 groups.
6908
0b0b4ce7
RS
69092002-04-25 Simon Josefsson <jas@extundo.com>
6910
6911 * mail/sendmail.el (mail-use-dsn): New variable to request
6912 delivery status notification from MTA.
6913 (sendmail-send-it): Use it.
6914
3553e843
RS
6915 * mail/smtpmail.el (smtpmail-queue-counter): New variable.
6916 (smtpmail-send-it): Use it to construct new queue filenames
6917 (needed if you send more than one message per second, which is
6918 possible if you use Gnus Agent).
6919
6920 * mail/smtpmail.el (smtpmail-auth-credentials): Support netrc
6921 files as well.
6922 (smtpmail-try-auth-methods): Support netrc data.
6923 (netrc-parse): Autoload netrc.
6924
672ab90b
CW
69252002-04-25 Colin Walters <walters@verbum.org>
6926
6927 * replace.el (multi-occur-by-filename-regexp): Doc fix.
d2e064f1 6928 (occur-engine): Go to `point-min'. Make nlines argument actually
dc864d6e 6929 mean number of context lines. Handle it. Pad digits to the right.
672ab90b
CW
6930
6931 * ibuf-ext.el (ibuffer-filtering-groups): Renamed to
6932 `ibuffer-filter-groups'. All users updated.
6933 (ibuffer-show-empty-filter-groups): New variable.
6934 (ibuffer-saved-filter-groups): New variable.
6935 (ibuffer-maybe-save-stuff): Renamed from
dc864d6e
SM
6936 `ibuffer-maybe-save-saved-filters'. Callers updated.
6937 Handle `ibuffer-saved-filter-groups'.
672ab90b
CW
6938 (ibuffer-hidden-filtering-groups): Renamed to
6939 `ibuffer-hidden-filter-groups'.
6940 (ibuffer-filter-group-kill-ring): New variable.
6941 (ibuffer-save-with-custom): Doc fix.
6942 (ibuffer-set-filter-groups-by-mode): New function.
6943 (ibuffer-clear-filter-groups): New function.
6944 (ibuffer-current-filter-groups-with-position): Renamed from
6945 `ibuffer-current-filter-groups'. Callers updated.
6946 (ibuffer-kill-filter-group): New function.
6947 (ibuffer-kill-line): New function.
6948 (ibuffer-yank): New function.
6949 (ibuffer-save-filter-groups): New function.
6950 (ibuffer-delete-saved-filter-groups): New function.
6951 (ibuffer-switch-to-saved-filter-groups): New function.
6952 (ibuffer-mark-on-buffer): Add optional arguments for adding a
6953 specific mark, and marking on a specific group.
6954
6955 * ibuffer.el (ibuffer-formats): Doc fix.
dc864d6e
SM
6956 (ibuffer-mode-map): Bind <up> to `ibuffer-backward-line'.
6957 Bind new functions from ibuf-ext.el. Add menu entries for them.
672ab90b
CW
6958 Remove superfluous tooltips.
6959 (ibuffer-toggle-marks): If on a group name, then toggle marks just
6960 in that group.
6961 (ibuffer-mark-interactive): Handle filter groups.
6962 (ibuffer-mark-forward, ibuffer-unmark-forward)
6963 (ibuffer-mark-for-delete, ibuffer-unmark-backward)
6964 (ibuffer-mark-for-delete-backwards): Update docs.
6965 (ibuffer-current-filter-groups): Moved to ibuf-ext.el, and renamed
6966 to `ibuffer-current-filter-groups-with-position'.
dc864d6e 6967 (ibuffer-redisplay-engine): Handle `ibuffer-show-empty-filter-groups'.
672ab90b
CW
6968 (ibuffer-mode): Add some documentation about filter groups.
6969
62c804f8
AS
69702002-04-25 Andreas Schwab <schwab@suse.de>
6971
6972 * find-dired.el (find-name-dired): Don't quote pattern twice.
6973
e16a8037
MB
69742002-04-26 Miles Bader <miles@gnu.org>
6975
6976 * cus-edit.el (customize-face, customize-face-other-window):
6977 Use default instead of initial-input for suggested face.
6978
d29a536a
GM
69792002-04-25 Gerd Moellmann <gerd@gnu.org>
6980
6981 * cus-edit.el (customize-face-other-window, customize-face):
6982 Interactively, when point is on text with a face, suggest to
6983 customize that face.
6984
8a42a102
GM
69852002-04-25 Glenn Morris <gmorris@ast.cam.ac.uk>
6986
6987 * progmodes/f90.el: General tidy-up of commentary and some doc
6988 strings.
6989
69902002-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
6991
6992 * scroll-all.el (scroll-all-function-all) New function to do the
6993 actual work.
6994 (scroll-all-scroll-down-all, scroll-all-scroll-up-all,
6995 scroll-all-page-down-all, scroll-all-page-up-all,
6996 scroll-all-beginning-of-buffer-all, scroll-all-end-of-buffer-all):
6997 Make them use scroll-all-function-all.
6998
6999 * progmodes/f90.el (f90-get-beg-of-line): Removed and replaced
7000 with line-beginning-position.
7001 (f90-get-end-of-line): Removed and replaced with line-end-position.
7002 (f90-match-piece): Removed and replaced with match-string.
7003 (f90-current-indentation): Remove `current-column'.
7004 (f90-get-present-comment-type): Use match-string rather than
cae1ff0e 7005 buffer-substring.
8a42a102
GM
7006 (f90-match-end): Use line-beginning-position, line-end-position
7007 rather than beginning-of-line, end-of-line.
7008 (f90-startup-message): Variable removed.
7009
696c9dc6
CW
70102002-04-24 Colin Walters <walters@verbum.org>
7011
9e2b2e30
CW
7012 * replace.el (occur-accumulate-lines): Add optional argument
7013 `no-props'. Handle it.
7014 (occur-engine): Use it.
7015
696c9dc6
CW
7016 * ibuf-ext.el (toplevel): Remove byte-compile-dynamic. Try to set
7017 up autoloads manually.
7018 (ibuffer-split-list): New function.
7019 (ibuffer-filtering-groups): New variable.
7020 (ibuffer-hidden-filtering-groups): New variable.
7021 (ibuffer-mouse-toggle-filter-group): New function.
7022 (ibuffer-toggle-filter-group): New function.
7023 (ibuffer-toggle-filter-group-1): New function.
7024 (ibuffer-forward-filter-group): New function.
7025 (ibuffer-backward-filter-group): New funtion.
7026 (ibuffer-generate-filter-groups): New function.
7027 (ibuffer-filters-to-filter-group): New function.
7028 (ibuffer-pop-filter-group): New function.
7029 (ibuffer-jump-to-filter-group): New function.
7030 (ibuffer-do-occur): Just use `occur-read-primary-args'
7031
7032 * ibuffer.el (ibuffer-filter-group-name-face): New.
7033 (ibuffer-mode-map): Bind and add menu entries for most new
7034 functions; also, bind the arrow keys to the movement functions.
7035 (ibuffer-mode-filter-group-map): New.
7036 (ibuffer-mouse-toggle-mark): Handle group names.
dc864d6e 7037 (ibuffer-mouse-visit-buffer): Error if the current buffer is killed.
696c9dc6
CW
7038 (ibuffer-skip-properties): New function.
7039 (ibuffer-backward-line, ibuffer-forward-line): Optionally skip
7040 group names. Also, handle new properties.
dc864d6e
SM
7041 (ibuffer-visit-buffer, ibuffer-visit-buffer-other-window):
7042 Move error handling to `ibuffer-current-buffer'.
696c9dc6
CW
7043 (ibuffer-visit-buffer-other-frame, ibuffer-bury-buffer): Ditto.
7044 (ibuffer-visit-tags-table, ibuffer-do-view-1): Ditto.
7045 (ibuffer-toggle-marks): Add optional group argument.
7046 (ibuffer-mark-interactive): Skip group names.
7047 (ibuffer-current-buffer): Clean up error handling.
7048 (ibuffer-fontify-region-function): Fontify group names.
7049 (ibuffer-map-lines): Add extra group argument. Handle it.
7050 (ibuffer-current-filter-groups): New function.
7051 (ibuffer-redisplay): Handle hidden filtering groups.
7052 (ibuffer-sort-bufferlist): New function, taken from
7053 `ibuffer-insert-buffers-and-marks'.
7054 (ibuffer-insert-filter-group): New function.
7055 (ibuffer-redisplay-engine): Renamed from
7056 `ibuffer-insert-buffers-and-marks'. Handle new filtering groups.
dc864d6e
SM
7057 (ibuffer): Add filter-groups argument. Handle it.
7058 Use `save-selected-window'.
696c9dc6
CW
7059 (ibuffer-mode): Make `ibuffer-filtering-groups' and
7060 `ibuffer-hidden-filtering-groups' buffer-local.
a8ba4429 7061
dc864d6e 7062 * ibuf-macs.el (ibuffer-save-marks): Call `ibuffer-redisplay-engine'.
696c9dc6 7063
63bfbe6f
RS
70642002-04-24 Richard M. Stallman <rms@gnu.org>
7065
7066 * emacs-lisp/easymenu.el (easy-menu-intern): Downcase before interning.
7067 (easy-menu-define-key-intern): Function deleted; callers intern
7068 and then call easy-menu-define-key.
7069 (easy-menu-do-add-item): Explicitly intern the key, but not BEFORE.
7070 (easy-menu-define-key): Use easy-menu-name-match to match BEFORE.
7071 (easy-menu-name-match): New function.
7072 (add-submenu): New function.
7073 (easy-menu-get-map-look-for-name): Use easy-menu-name-match.
7074
929fa5ce
EZ
70752002-04-24 Eli Zaretskii <eliz@is.elta.co.il>
7076
a8ba4429 7077 * menu-bar.el (menu-bar-adv-search-menu)
929fa5ce
EZ
7078 (menu-bar-adv-search-menu): Improve the help text.
7079
97b913ad
RS
70802002-04-24 Simon Josefsson <jas@extundo.com>
7081
7082 * net/netrc.el: New file.
7083
d9c25020 70842002-04-24 Thomas DeWeese <tdeweese@rochester.rr.com>
ae10d597
PJ
7085
7086 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
7087 Check if any of the available selection sources has new content
7088 and if so it will return that content.
7089
fe72c904
CW
70902002-04-24 Miles Bader <miles@gnu.org>
7091
7092 * menu-bar.el (buffers-menu-show-directories)
7093 (buffers-menu-show-status): New variables.
7094 (menu-bar-update-buffers-1): Use them.
7095
70962002-04-24 Martin Stjernholm <mast@lysator.liu.se>
7097
7098 * progmodes/cc-cmds.el (c-mask-comment): More fixes when used
7099 from `c-do-auto-fill' and point is at or near the limit of the
7100 comment. Fixed bug when the prefix from `c-guess-fill-prefix'
7101 is longer than the text on the first line of the comment when
7102 it's masked.
7103
71042002-04-24 Miles Bader <miles@gnu.org>
7105
7106 * menu-bar.el (menu-bar-update-buffers-1): Make sure
7107 `uniquify-buffer-name-style' is bound.
7108
71092002-04-23 Colin Walters <walters@verbum.org>
7110
7111 * replace.el (toplevel): Require `cl' while compiling.
7112 (occur-buffer, occur-nlines): Delete.
7113 (occur-revert-properties): Rename to `occur-revert-properties'.
7114 (occur-mode): Handle it. Set up font lock.
7115 (occur-revert-function): Simply apply `occur-1'.
7116 (occur-mode-find-occurence, occur-mode-mouse-goto)
7117 (occur-mode-goto-occurrence-other-window)
7118 (occur-mode-display-occurrence): Handle buffer property.
7119 (list-matching-lines-face): Use defcustom.
7120 (list-matching-lines-buffer-name-face): New variable.
7121 (occur-accumulate-lines): Renamed from `ibuffer-accumulate-lines',
7122 in ibuffer.el.
7123 (occur-read-primary-args): Move out of `occur'.
7124 (occur): Delete. Now simply call `occur-1'.
7125 (multi-occur, multi-occur-by-filename-regexp): New functions.
7126 (occur-1): New function.
7127 (occur-engine): Renamed from `ibuffer-occur-engine' to replace the
7128 previous implementation of `occur'; taken from ibuf-ext.el.
7129 (occur-fontify-on-property): New function.
7130 (occur-fontify-region-function, occur-unfontify-region-function):
7131 New functions.
7132
7133 * ibuffer.el (ibuffer-accumulate-lines): Moved to replace.el.
7134
7135 * ibuf-ext.el (ibuffer-depropertize-string): Delete.
7136 (ibuffer-occur-match-face): Delete.
7137 (ibuffer-occur-props, ibuffer-occur-mode): Delete.
7138 (ibuffer-occur-mouse-display-occurence): Delete.
7139 (ibuffer-occur-goto-occurence, ibuffer-occur-display-occurence)
7140 (ibuffer-do-occur-1, ibuffer-occur-revert-buffer-function): Delete.
7141 (ibuffer-occur-engine): Moved to replace.el.
7142 (ibuffer-do-occur): Simply call `occur-1'.
7143
7144 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
7145 Handle the case where we're already viewing the score file.
7146
71472002-04-23 Andreas Schwab <schwab@suse.de>
7148
7149 * menu-bar.el (menu-bar-goto-menu): Fix bindings for next-tag and
7150 next-tag-otherw.
7151
71522002-04-23 Miles Bader <miles@gnu.org>
7153
7154 * menu-bar.el (menu-bar-update-buffers-1): Don't display a
7155 directory separator if there's no directory. Don't display
7156 directories at all if uniquify is active. Some code cleanup.
7157 (uniquify-buffer-name-style): Declare (but don't initialize).
7158
7159 * menu-bar.el (menu-bar-update-buffers): Don't use constant lists
7160 for command menu entries, since the low-level menu code modifies
7161 them. Cache the resulting list.
7162 (menu-bar-buffers-menu-command-entries): New variable.
7163
7164 * menu-bar.el (menu-bar-update-buffers): Add `Select Named Buffer'.
7165 Add separator line before commands
7166 Remove old crufty code that tried to line things up by adding
7167 spaces to entries (it doesn't work).
7168 Move `Frames' submenu after the normal buffers, and add a
7169 separator line before it.
7170 (menu-bar-buffers-menu-list-buffers-entry): Variable removed.
7171
71722002-04-22 Richard M. Stallman <rms@gnu.org>
7173
7174 * files.el (after-find-file): Use %s to output MSG.
7175
7176 * dired.el (dired-mouse-find-file-other-window):
7177 Handle events that move out of the window.
7178
71792002-04-23 Martin Stjernholm <mast@lysator.liu.se>
7180
7181 * progmodes/cc-cmds.el (c-mask-comment): Fixed bug where point
7182 was moved to the following line when it was at the first line
7183 of a block comment where comment-start-skip matched to eol.
7184
71852002-04-22 Richard M. Stallman <rms@gnu.org>
7186
7187 * simple.el (line-move-finish): Find beg and end of line
7188 before calling line-move-to-column. Do consider intangible
7189 when finding the end. Take more care in analyzing the results
7190 of intangibility after line-move-to-column.
7191
5fe0ea6a 71922002-04-22 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
7193
7194 * international/mule-diag.el (list-input-methods-1): Doc fix
7195 (LEIM is now part of the standard distribution).
7196
7197 * tmm.el (tmm-completion-prompt): Doc fix.
7198
7199 * hilit-chg.el (global-highlight-changes): Capitalize status texts.
7200
72012002-04-22 Edward M. Reingold <reingold@emr.cs.iit.edu>
7202
7203 * diary-lib.el (include-other-diary-files): Allow modifying
7204 included buffer, to turn off selective display.
7205
72062002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
7207
7208 * progmodes/cc-mode.el: (c-define-abbrev-table): New function to
7209 pass the SYSTEM-FLAG to `define-abbrev' in a way that works in
7210 emacsen that doesn't support it.
7211
72122002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
7213
7214 * progmodes/cc-align.el, progmodes/cc-engine.el,
7215 progmodes/cc-styles.el, progmodes/cc-vars.el
7216 (c-guess-basic-syntax, c-lineup-topmost-intro-cont):
7217 Find correct anchor for statement-cont in top level constructs.
7218 Analyze variable initializations in top level constructs as
7219 topmost-intro-cont instead of statement-cont. That is an
7220 incompatible change but it gives better consistency. The new
7221 lineup function c-lineup-topmost-intro-cont' compensates for
7222 it and is now put on topmost-intro-cont by default.
7223
7224 * progmodes/cc-align.el, progmodes/cc-engine.el,
7225 progmodes/cc-langs.el (c-lineup-argcont): Lineup function
7226 contributed by Kevin Ryde.
7227
7228 (c-in-gcc-asm-p): Function to recognize asm statements.
7229 Contributed by Kevin Ryde.
7230
7231 (c-opt-asm-stmt-key): New language variable to recognize the
7232 beginning of asm statements.
7233
72342002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
7235
7236 * progmodes/cc-engine.el (c-guess-basic-syntax):
7237 Detect variable declarations after class and struct declarations
7238 correctly. Fixed limit error when finding the anchor for
7239 template-args-cont and topmost-intro-cont.
7240
72412002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
7242
7243 * progmodes/cc-cmds.el (c-beginning-of-defun)
7244 (c-declaration-limits): Find the "line oriented" declaration
7245 start too, just like the "line oriented" end is found.
7246
72472002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
7248
7249 * progmodes/cc-vars.el (c-offsets-alist): A more sane default
7250 for `inexpr-statement'. This is not compatible, though.
7251 I think the benefit of a good default style outweights that in
7252 this case. Besides, `inexpr-statement' is not very common.
7253
72542002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
7255
7256 * progmodes/cc-cmds.el (c-electric-delete-forward):
7257 Fix silly bug that caused it to delete backwards in hungry delete
7258 mode. (It's amazing that this bug hasn't been reported.)
7259
7260 * progmodes/cc-cmds.el (c-declaration-limits, c-mark-function):
7261 Extracted the code to get the declaration limits from
7262 `c-mark-function' to a new `c-declaration-limits'.
7263
7264 (c-indent-defun): Use the same method to get the limits of the
7265 declaration or macro as `c-mark-function'.
7266
7267 * progmodes/cc-engine.el (c-beginning-of-decl-1): Handle brace
7268 list initializers correctly (but costly; it ought to be
7269 integrated into `c-beginning-of-statement-1').
7270
72712002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
7272
7273 * progmodes/cc-cmds.el, progmodes/cc-engine.el
7274 (c-beginning-of-defun, c-end-of-defun, c-mark-function):
7275 Rewritten to detect the declaration limits better.
7276 Now handles K&R argdecls, class definitions followed by variables etc.
7277
7278 (c-in-knr-argdecl): Broke out the K&R argdecl test in
7279 `c-beginning-of-decl-1' to this new function.
7280
7281 (c-end-of-statement-1, c-end-of-decl-1):
7282 Replace `c-end-of-statement-1' with `c-end-of-decl-1', which correctly
7283 handles declarations that continue after the block.
7284
7285 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
7286 Added an option to restrict matching to the top level of the
7287 current paren sexp.
7288
7289 * progmodes/cc-langs.el (c-opt-block-decls-with-vars-key):
7290 New regexp to recognize declarations that continue after the block.
7291
7292 (c-syntactic-eol): New regexp to match a "syntactic" eol.
7293
72942002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
7295
7296 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed a bug
7297 that often caused the backward limit to be lost at the top
7298 level. This improves performance a bit.
7299
7300 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
7301 New function that works like `re-search-forward' but only returns
7302 matches in syntactically significant text.
7303
7304 * progmodes/cc-engine.el: Fixed a faster and more accurate way
7305 to recognize K&R argdecls.
7306
7307 (c-beginning-of-decl-1): New function that put point at the
7308 beginning of the declaration. It handles K&R argdecl blocks.
7309
7310 (c-guess-basic-syntax): Replaced the `knr-argdecl' recognition
7311 code with one that doesn't depend on the current indentation.
7312 The anchor position for `knr-argdecl' has also changed, but in
7313 a way that is unlikely to cause compatibility problems.
7314
73152002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
7316
7317 * progmodes/cc-defs.el, progmodes/cc-engine.el
7318 (c-forward-comment): `forward-comment' in XEmacs skips over
7319 line continuations in the backward direction. Correct for
7320 that. Also made this a defun since it has grown too large now
7321 to be a defsubst.
7322
7323 * progmodes/cc-langs.el: More convenient and decentralized
7324 setup of the language specific variables. The regexp-opt
7325 mangling is also done at compile time now.
7326
73272002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
7328
7329 * progmodes/cc-cmds.el (c-indent-line-or-region):
7330 Call `c-indent-line' directly instead of through
7331 `indent-according-to-mode' so that this function always
7332 indents syntactically.
7333
7334 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed a bug
7335 where a class beginning with a nested class could cause an
7336 infinite loop (the state outside the narrowed out class is
7337 never used now).
7338
73392002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
7340
7341 * progmodes/cc-align.el, progmodes/cc-cmds.el,
7342 progmodes/cc-engine.el, progmodes/cc-vars.el: Fixes so that
7343 the context sensitive analysis inside macros is restricted to
7344 the bodies of #define's; other things, like #if expressions,
7345 never have anything in common with their surroundings.
7346 The old `cpp-macro-cont' syntax is now used in situations where
7347 the syntactic analysis isn't applicable, and a new syntactic
7348 element `cpp-define-intro' is used to add indentation in
7349 #define bodies.
7350
7351 (c-lineup-cpp-define): New name for `c-lineup-macro-cont' to
7352 better reflect its use.
7353
7354 * progmodes/cc-engine.el (c-guess-basic-syntax): Ignore line
7355 continuation backslashes in the detection of `arglist-cont-nonempty'.
7356
7357 * progmodes/cc-align.el: Use the vector form in the return
7358 value in all cases where lineup functions return absolute columns.
7359
73602002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
7361
7362 * progmodes/cc-engine.el (c-add-stmt-syntax)
7363 (c-guess-basic-syntax): Anchor `brace-list-intro' and
7364 `bracec-list-close' better for brace lists nested inside expressions.
7365
7366 * progmodes/cc-engine.el, progmodes/cc-langs.el,
7367 progmodes/cc-mode.el, progmodes/cc-styles.el: Cleaned up the
7368 various language specific variables and their initialization.
7369 The keyword regexps are now lists that are combined with
7370 regexp-opt. Some variables have changed names to fit better
7371 with the naming convention.
7372
7373 * progmodes/cc-defs.el, progmodes/cc-vars.el
7374 (c-buffer-is-cc-mode): The value is the mode symbol of the
7375 original CC Mode mode.
7376
7377 (c-major-mode-is): Compare against the buffer local variable
7378 `c-buffer-is-cc-mode', which is faster than using `derived-mode-class'.
7379
73802002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
7381
7382 * progmodes/cc-engine.el (c-forward-syntactic-ws)
7383 (c-backward-syntactic-ws, c-forward-token-1)
7384 (c-backward-token-1, c-in-literal, c-literal-limits)
7385 (c-collect-line-comments, c-literal-type, c-on-identifier)
7386 (c-guess-basic-syntax): These functions are now considered part
7387 of the "CC Mode API" and may be used by other code.
7388 That's signified by making their documentation into docstrings.
7389
7390 (c-whack-state, c-hack-state, c-skip-case-statement-forward):
7391 Removed these internal functions since they aren't used.
7392
7393 (c-forward-to-cpp-expression): Classified this function as internal.
7394
73952002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
7396
7397 * progmodes/cc-langs.el (c-ObjC-class-key, c-Java-class-key):
7398 Simplified these regexps; the class keywords they contain
7399 ought to be enough to avoid false matches, so checking for
7400 following identifiers etc is just unnecessary (and might also
7401 fail for oddly formatted code).
7402
74032002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
7404
7405 * progmodes/cc-engine.el, progmodes/cc-cmds.el
7406 (c-forward-comment-lc): New function that behaves like
7407 `c-forward-comment', with the exception that line
7408 continuations are treated as whitespace.
7409
7410 (c-beginning-of-statement): Use `c-forward-comment-lc', to
7411 work correctly in macros and other places where line
7412 continuations should be treated as whitespace.
7413
7414 * progmodes/cc-engine.el (c-guess-basic-syntax): Analyze a
7415 normal label in a switch block as a case label, to get
7416 consistent lineup with the case labels.
7417
7418 * progmodes/cc-engine.el (c-backward-syntactic-ws): Fixed bug
7419 in skipping over a macro that ends with an empty line.
7420
7421 * progmodes/cc-styles.el: Require cc-align since styles added
7422 with `c-add-style' often contains references to functions
7423 defined there, and so the `c-valid-offset' check might
7424 otherwise complain on them.
7425
74262002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
7427
7428 * progmodes/cc-align.el, progmodes/cc-mode.texi,
7429 progmodes/cc-vars.el: Added two new lineup functions:
7430
7431 (c-lineup-knr-region-comment): A new lineup function to get
7432 (what most people think is) better indentation of comments in
7433 the "K&R region" between the function header and its body.
7434
7435 (c-lineup-gcc-asm-reg): New lineup function for better
7436 indentation inside gcc asm blocks. Contributed by Kevin Ryde.
7437
7438 (c-offsets-alist): Use `c-lineup-gcc-asm-reg' and
7439 `c-lineup-knr-region-comment' in the default offset
7440 configuration, since these two functions have little impact
7441 outside their intended use, and they generally do the right
7442 thing when they kick in.
7443
7444 * progmodes/cc-engine.el (c-guess-continued-construct)
7445 (c-guess-basic-syntax): Handle nested functions in all
7446 languages, not just Pike. In C and C++ there's a gcc
7447 extension for this, and it also gives better treatment of
7448 macros that are followed by blocks.
7449
7450 * progmodes/cc-langs.el (c-symbol-key): Made this variable
7451 mode specific, to handle Pike special symbols like `== better.
7452
74532002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
7454
7455 * progmodes/cc-cmds.el, progmodes/cc-engine.el,
7456 progmodes/cc-vars.el (c-report-syntactic-errors): A new
7457 variable to control the syntactic error messages. It defaults
7458 to off; since CC Mode ignores most syntactic errors it might
7459 as well ignore them all for the sake of consistency.
7460
74612002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
7462
7463 * progmodes/cc-engine.el (c-looking-at-inexpr-block):
7464 Optimization. Can give a noticeable speedup if there's a
7465 large preceding function or class body.
7466
74672002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
7468
7469 * progmodes/cc-align.el, progmodes/cc-cmds.el: Use more
7470 efficient and correct insertion functions in many places.
7471 Always inherit text properties correctly if the text is
7472 permanent. Also do it for speed in temporary insertions,
7473 since I figure it's less work to continue the surrounding text
7474 properties than to break them.
7475
7476 * progmodes/cc-styles.el (c-read-offset): Unbind SPC in the
7477 completion to make it easier to enter lists.
7478
74792002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
7480
7481 * progmodes/cc-cmds.el (c-beginning-of-defun): Fixed bug where
7482 c-state-cache was clobbered.
7483
7484 * progmodes/cc-cmds.el, progmodes/cc-engine.el
7485 (c-calculate-state): Moved from cc-cmds.el to cc-engine.el due
7486 to dependency.
7487
74882002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
7489
7490 * progmodes/cc-engine.el (c-parse-state): Ignore unbalanced
7491 open parens in macros (if point isn't in the same one).
7492
74932002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
7494
7495 * progmodes/cc-cmds.el (c-context-open-line): New function
7496 that is the `open-line' equivalent to `c-context-line-break'.
7497
7498 * progmodes/cc-mode.el (c-mode-base-map): Compatibility fix
7499 for Emacs 21 since `indent-new-comment-line' has been changed
7500 to `comment-indent-new-line' there.
7501
75022002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
7503
7504 * progmodes/cc-engine.el, progmodes/cc-langs.el
7505 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma):
7506 New variables containing the character sets used to recognize
7507 statement/declaration boundaries. These variables might help
7508 to support languages like javascript and awk, where newlines
7509 sometimes delimits statements.
7510
7511 (c-crosses-statement-barrier-p): Use `c-stmt-delim-chars' as
7512 the set of statement delimiting characters, to allow it to be
7513 changed dynamically and per-mode.
7514
75152002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
7516
7517 * progmodes/cc-engine.el (c-looking-at-bos)
7518 (c-looking-at-inexpr-block, c-add-stmt-syntax)
7519 (c-guess-basic-syntax): Treat blocks directly inside function
7520 calls like "bare" statements inside function calls, and not
7521 like in-expression statements. This to make indentation of
7522 such blocks consistent with other statements inside macro calls.
7523
7524 * progmodes/cc-engine.el (c-guess-basic-syntax):
7525 Made arglist-cont anchor correctly in arglists that contain statements.
7526
7527 * progmodes/cc-engine.el (c-guess-basic-syntax):
7528 Fixed consistent anchoring of defun-block-intro in defuns in code
7529 blocks (can only occur in Pike).
7530
7531 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
7532 (c-looking-at-inexpr-block-backward): Changed the arguments to
7533 require containing sexps and paren state, for better efficiency.
7534
75352002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
7536
7537 * progmodes/cc-cmds.el, progmodes/cc-engine.el,
7538 progmodes/cc-vars.el: Improved anchoring of statement and
7539 handling of labels in front of substatements.
7540
7541 (c-guess-continued-construct, c-guess-basic-syntax):
7542 Improved and unified anchoring at statements. Statements beginning
7543 with comments or labels are now avoided, by going out of
7544 blocks and containing statements if necessary. This nesting
7545 handling also fixes the case when there's a statement after a
7546 block open brace. Added the syntactic symbol `substatement-label'.
7547
7548 (c-electric-colon): Map the new `substatement-label' to
7549 `label' when consulting `c-hanging-colons-alist'.
7550
7551 (c-offsets-alist): Added substatement-label. Updated the
7552 comments for the new anchoring positions at statements.
7553
7554 * progmodes/cc-engine.el (c-guess-basic-syntax): Use more sane
7555 anchor points for knr-argdecl-intro and access-label.
7556 They used to refer to some point on the same line, a bug which was
7557 neutralized by a kludge in `c-get-syntactic-indentation' which
7558 ignored such anchor points.
7559
7560 (c-get-syntactic-indentation): Removed the kludge that was
7561 necessary due to buggy anchor points.
7562
7563 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not check
7564 the absence of a comma before arglist-close (case 7A) in any
7565 language, since there's nothing better to do that case anyway.
7566 Added special case to make in-expression statements be
7567 recognized as normal arglist-cont if we're directly in a macro
7568 arglist, for consistency with other "bare" statements.
7569
7570 * progmodes/cc-engine.el (c-looking-at-bos): Added optional
7571 limit arg for backward searches.
7572
7573 * progmodes/cc-engine.el (c-looking-at-inexpr-block):
7574 Anchor gcc in-expression statements at the surrounding open
7575 parenthesis. Treat a class body as an in-expression class if
7576 it's used in an object clone expression in Pike.
7577
7578 * progmodes/cc-engine.el (c-get-offset)
7579 (c-get-syntactic-indentation): Allow several anchor positions
7580 in the list of syntactic symbols. Only the first is used as
7581 the base for the offset calculation.
7582
75832002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
7584
7585 * progmodes/cc-cmds.el (c-indent-defun): Indent the current
7586 macro if inside one at the top level. Do not throw an error
7587 if used at the top level outside a macro.
7588
7589 * progmodes/cc-cmds.el (c-backslash-region): Do tab width
7590 alignment only if the backslashes can't be aligned with
7591 surrounding backslashes.
7592
7593 * progmodes/cc-engine.el (c-end-of-macro): New function.
7594
7595 * progmodes/cc-engine.el (c-least-enclosing-brace):
7596 Rewritten to not be destructive.
7597
75982002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
7599
7600 * progmodes/cc-cmds.el (c-context-line-break): Only do a macro
7601 line break when point is inside the content of it; if it's in
7602 the cpp keyword a normal line break is done.
7603
7604 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not add
7605 cpp-macro-cont inside the argument list to a #define.
7606
76072002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
7608
7609 * progmodes/cc-defs.el (c-forward-comment): Implemented a
7610 kludge to avoid the problem most forward-comment incarnations
7611 have with `\' together with comment parsing.
7612
76132002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
7614
7615 * progmodes/cc-engine.el (c-check-state-cache): Fixed bug
7616 which could cause the state returned by `c-parse-state' to
7617 lack a closed paren element. That in turn could result in
7618 very long searches, since it's common that they start from the
7619 last preceding close brace.
7620
76212002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
7622
7623 * progmodes/cc-engine.el (c-beginning-of-statement-1): Do not
7624 treat else-if as a single continuation, since that'd make it
7625 hard to get the right anchor point when there's a line break
7626 between the two keywords. This change causes else-clause to
7627 be anchored on the closest preceding else-if and not always on
7628 the starting if, but that doesn't affect the indentation for
7629 any reasonably sane style. Also introduced a noerror flag.
7630
7631 (c-beginning-of-closest-statement): Removed;
7632 c-beginning-of-statement-1 now avoids the problem this one solved.
7633
7634 * progmodes/cc-engine.el (c-guess-continued-construct)
7635 (c-guess-basic-syntax): Better and more uniform anchor points
7636 for 'statement-cont and 'substatement. The effect is
7637 noticeable mostly when there's a label on the same line as the
7638 beginning of the statement, or when there are more stuff
7639 before the start of the statement.
7640
7641 * progmodes/cc-engine.el (c-looking-at-inexpr-block):
7642 Added flag to disable looking at the type of the surrounding paren
7643 since that confuses c-beginning-of-statement-1 and a couple of
7644 other places.
7645
7646 * progmodes/cc-engine.el (c-guess-basic-syntax):
7647 Avoid stepping to the previous statement in case 18.
7648 Improvements in recognition of statement blocks on the top level.
7649
76502002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
7651
7652 * progmodes/cc-engine.el (c-beginning-of-statement-1)
7653 (c-crosses-statement-barrier-p): Rewritten to get a well
7654 defined and documented behavior. This fixes some tricky cases
7655 in recognition of do-while constructs.
7656
7657 (c-backward-to-start-of-do, c-backward-to-start-of-if):
7658 Removed; use c-beginning-of-statement-1 instead.
7659
7660 (c-guess-continued-construct, c-guess-basic-syntax):
7661 Various fixes to not depend on the bugs previously in
7662 c-beginning-of-statement-1. Cleanups in cases 18 and 17 to
7663 use the new behavior of c-beginning-of-statement-1 better.
7664 Fixed recognition of catch blocks inside macros.
7665
7666 * progmodes/cc-engine.el (c-backward-syntactic-ws): Fixed bug
7667 in skipping over a macro.
7668
7669 * progmodes/cc-langs.el (c-label-kwds): New variable to
7670 contain the appropriate c-*-label-kwds value.
7671
7672 * progmodes/cc-vars.el (defcustom-c-stylevar): Fixed value
7673 evaluation bug that caused the widget for
7674 c-block-comment-prefix to bug out.
7675
76762002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
7677
7678 * progmodes/cc-engine.el (c-guess-basic-syntax):
7679 Improved recognition of statements: They are now recognized in
7680 contexts where they normally can't occur, e.g. on the top level or
7681 in function call arguments. This is mainly useful to recognize
7682 statements in macros at the top level, and in arguments to
7683 macros. The cases has been moved around quite a bit, and case
7684 10 has been copied to case 18. (The cases has not been
7685 renumbered because of this.)
7686
7687 (c-guess-continued-construct): New function which has the
7688 rules which are common between cases 10 and 18.
7689
7690 * progmodes/cc-engine.el (c-beginning-of-statement-1)
7691 (c-backward-to-start-of-do, c-backward-to-start-of-if):
7692 Fixes so that they really obey the passed limits.
7693
7694 (c-safe-position): Return nil if the state doesn't contain a
7695 suitable position.
7696
7697 (c-guess-basic-syntax): Fixes some too short limits in calls
7698 to c-beginning-of-statement-1. Some fixes for top level
7699 analysis in ObjC mode.
7700
7701 * progmodes/cc-engine.el (c-beginning-of-statement-1):
7702 Fixed bug in do-while statements where the body is not a block.
7703
7704 * progmodes/cc-styles.el (c-set-style):
7705 Reset c-special-indent-hook to its global value if in override mode.
7706 Fixes problem where functions on that hook remained after
7707 style switch.
7708
7709 * progmodes/cc-engine.el (c-evaluate-offset, c-get-offset):
7710 Use c-benign-error to report the c-strict-syntax-p error.
7711
77122002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
7713
7714 * progmodes/cc-align.el, progmodes/cc-defs.el,
7715 progmodes/cc-cmds.el, progmodes/cc-engine.el, cc-vars.el:
7716 Several fixes to treat macros as code and not literals and to
7717 handle line continuations transparently.
7718
7719 (c-skip-ws-forward, c-skip-ws-backward): New macros to skip
7720 through whitespace and line continuations, but not comments
7721 and macros.
7722
7723 (c-in-literal): No longer recognizes macros as literals by
7724 default. An extra flag argument is required to do that.
7725
7726 (c-macro-start, c-query-macro-start)
7727 (c-query-and-set-macro-start): Added a cache for the macro
7728 start position.
7729
7730 (c-forward-syntactic-ws, c-backward-syntactic-ws): Fixes for
7731 more speed when limits are given. Workaround for bad behavior
7732 in forward-comment in some emacsen when it hits a buffer limit
7733 with a large repeat count.
7734
7735 (c-lineup-macro-cont): Improved behavior when
7736 c-syntactic-indentation-in-macros is nil.
7737
7738 (c-syntactic-indentation-in-macros, c-backslash-max-column)
7739 (c-auto-align-backslashes): New customization variables to
7740 control macro handling.
7741
7742 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
7743 Fixes to handle line continuations.
7744
7745 * progmodes/cc-defs.el, progmodes/cc-styles.el
7746 (c-get-style-variables, c-set-offset): Report style errors
7747 with message and ding instead of error signal. This to avoid
7748 interrupted mode init if there's some style problem.
7749
7750 (c-benign-error): New macro to report errors that doesn't need
7751 to interrupt the operation.
7752
7753 * progmodes/cc-defs.el (c-point): Added eonl and eopl positions.
7754
77552002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
7756
7757 * progmodes/cc-cmds.el (c-electric-brace, c-indent-region):
7758 Removed most of the c-state-cache fiddling, since the global
7759 state cache now handles this.
7760
7761 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed bug
7762 when there's an open paren at the very first char of the
7763 visible buffer region.
7764
7765 * progmodes/cc-engine.el (c-parse-state, c-check-state-cache):
7766 Cache the state globally and invalidate it below every buffer
7767 change with the new after change function
7768 `c-check-state-cache'. This gives a considerable performance
7769 boost when editing large functions or classes.
7770
7771 * progmodes/cc-engine.el (c-whack-state-after): Slight optimization.
7772
77732002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
7774
7775 * progmodes/cc-engine.el, progmodes/cc-langs.el,
7776 progmodes/cc-align.el: Improvements to syntactic analysis
7777 inside macros:
7778
7779 (c-block-stmt-1-kwds, c-block-stmt-2-kwds): New variables used
7780 by `c-guess-basic-syntax'.
7781
7782 (c-parse-state): Fixed bug with braces inside macros when
7783 using cached state info.
7784
7785 (c-forward-to-cpp-expression): New function to aid in
7786 syntactic analysis inside macros.
7787
7788 (c-beginning-of-statement-1, c-backward-syntactic-ws):
7789 Fixes to work better inside macros.
7790
7791 (c-forward-syntactic-ws): Whitespace between the # and the
7792 command should be allowed in preprocessor directives.
7793
7794 (c-lineup-macro-cont): New lineup function to get context
7795 sensitive indentation inside macros.
7796
7797 (c-offsets-alist): Made `c-lineup-macro-cont' the default for
7798 cpp-macro-cont.
7799
78002002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
7801
7802 * progmodes/cc-engine.el (c-beginning-of-statement-1)
7803 (c-forward-syntactic-ws): Fixes to handle continued lines.
7804
7805 (c-backward-to-start-of-if, c-guess-basic-syntax):
7806 Do syntactic analysis inside macros.
7807
78082002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
7809
7810 * progmodes/cc-cmds.el (c-indent-region): Did a speedup made
7811 possible by the more flexible state cache.
7812
7813 * progmodes/cc-engine.el (c-parse-state, c-whack-state-before)
7814 (c-whack-state-after, c-hack-state)
7815 (c-narrow-out-enclosing-class, c-guess-basic-syntax):
7816 Improved the state cache system. It now can use partial info from
7817 an old cached state to calculate a new one at a different
7818 position. Removed some kludges to avoid the state cache.
7819 The new functions `c-whack-state-before' and `c-whack-state-after'
7820 replace the now obsolete `c-whack-state'.
7821
7822 * progmodes/cc-engine.el (c-beginning-of-statement-1):
7823 Optimized backing through a macro. This can speed things up
7824 quite a bit when there are long macros before point.
7825
7826 (c-beginning-of-macro): Do not ignore the limit.
7827
78282002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
7829
7830 * progmodes/cc-cmds.el (c-electric-continued-statement):
7831 Fixed a bug where the keyword wasn't reindented correctly if
7832 followed by another keyword or identifier.
7833
7834 * progmodes/cc-engine.el (c-parse-state): Ignore closed brace
7835 pairs that are in macros. Fixes some cases where e.g. the
7836 second of two "do { } while (0)" macros after each other
7837 indented differently.
7838
78392002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
7840
7841 * progmodes/cc-engine.el (c-beginning-of-macro)
7842 (c-forward-syntactic-ws): Recognize "#!" as a preprocessor
7843 directive when it begins a line, to allow for script
7844 interpreter lines like "#!/usr/bin/pike" at the beginning of
7845 the file.
7846
78472002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
7848
7849 * progmodes/cc-engine.el (c-looking-at-inexpr-block):
7850 Recognize brace blocks inside a parenthesis expression as
7851 inexpr-statement. Useful when writing statements as macro arguments.
7852
78532002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
7854
7855 * progmodes/cc-cmds.el (c-fill-paragraph, c-do-auto-fill)
7856 (c-mask-comment): Broke out the comment masking code from
7857 `c-fill-paragraph' to a new function `c-mask-comment', to be
7858 able to do the same thing in `c-do-auto-fill'. This should
7859 make auto-fill-mode behave better.
7860
78612002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
7862
7863 * progmodes/cc-cmds.el (c-electric-brace, c-electric-paren):
7864 Check `executing-macro' to avoid blinking parens when macros
7865 are executed.
7866
7867 * progmodes/cc-mode.el, progmodes/cc-styles.el
7868 (c-setup-filladapt): Moved from cc-mode.el to cc-styles.el for
7869 consistency with `c-setup-paragraph-variables' (which was
7870 placed there due to the dependency from `c-set-style').
7871
7872 * progmodes/cc-styles.el, progmodes/cc-vars.el: Fixed bug with
7873 incomplete initialization from the style variable fallbacks if
7874 there already is a style called "user" defined when CC Mode
7875 starts up for the first time.
7876
78772002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
7878
7879 * progmodes/cc-cmds.el, progmodes/cc-vars.el
7880 (c-comment-indent, c-indent-comment-alist): Added new variable
7881 `c-indent-comment-alist' to allow better control over
7882 `c-comment-indent'.
7883
78842002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
7885
7886 * progmodes/cc-align.el (c-lineup-C-comments): Try to match
7887 both `comment-start-skip' and the comment prefix on the
7888 current line with the comment starter, so that we line up
7889 comments which matches `c-comment-prefix-regexp' on the first
7890 line (after the `/') without the need to make
7891 `comment-start-skip' match whatever `c-comment-prefix-regexp' matches.
7892
7893 * progmodes/cc-mode.el, progmodes/cc-styles.el (c-common-init)
7894 (c-set-style-1, c-setup-paragraph-variables): Moved the
7895 variable initialization based on `c-comment-prefix-regexp' to
7896 a new function `c-setup-paragraph-variables', which is now
7897 used both at mode init and when a style that sets
7898 `c-comment-prefix-regexp' is activated.
7899
79002002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
7901
7902 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
7903 Better handling of C++ template args to avoid confusion with
7904 `<' and `>' used as operators in member init expressions.
7905
79062002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
7907
7908 * progmodes/cc-engine.el (c-most-enclosing-brace)
7909 (c-least-enclosing-brace): Added optional second arg to limit
7910 the search to before a certain point.
7911
7912 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed bug
7913 which could cause incorrect analysis if a cached state is used
7914 (usually only happens when an electric key reindents a line).
7915
79162002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
7917
7918 * progmodes/cc-defs.el (c-forward-comment): More idiosyncrasy
7919 insulation. This time for XEmacs 21.
7920
7921 * progmodes/cc-engine.el, progmodes/cc-langs.el:
7922 Improved handling of inheritance lists:
7923
7924 (c-beginning-of-inheritance-list): Rewritten to use a more
7925 syntactically correct method that doesn't get confused by
7926 badly placed linebreaks and comments.
7927
7928 (c-guess-basic-syntax): Several fixes to the handling of
7929 inheritance lists in combination with templates. 'inher-intro
7930 is now anchored on the start of the class declaration and not
7931 the indentation of the current line. Switched places on cases
7932 5D.3 and 5D.4 and made them use more syntactically correct methods.
7933
7934 (c-inher-key): Removed since the code in
7935 `c-guess-basic-syntax' now uses token-based search.
7936
7937 * progmodes/cc-cmds.el, progmodes/cc-mode.el (c-mode-menu):
7938 Added a submenu to access some toggles.
7939
7940 (c-toggle-syntactic-indentation): New function to toggle the
7941 variable `c-syntactic-indentation'.
7942
7943 * progmodes/cc-styles.el (c-set-style): Improved the error
7944 message for incorrect offsets a bit.
7945
79462002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
7947
7948 * progmodes/cc-cmds.el (c-indent-exp): Don't require that the
7949 sexp follows point immediately, instead find the closest
7950 following open paren that ends on another line.
7951
79522002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
7953
7954 * progmodes/cc-align.el (c-lineup-cascaded-calls):
7955 New indentation function.
7956
7957 * progmodes/cc-engine.el (c-beginning-of-macro): Bugfix for
7958 directives with whitespace between the '#' and the name.
7959
79602002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
7961
7962 * progmodes/cc-engine.el (c-forward-syntactic-ws)
7963 (c-backward-syntactic-ws): Handle line continuations as
7964 whitespace. Don't move past a macro if that'd take us past
7965 the limit.
7966
79672002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
7968
7969 * progmodes/cc-engine.el (c-beginning-of-macro)
7970 (c-forward-syntactic-ws): Multiline strings begin with `#"' in
7971 Pike, and that shouldn't be confused with a preprocessor directive.
7972
79732002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
7974
7975 * progmodes/cc-cmds.el: Extended the kludge to interoperate
7976 with the delsel and pending-del packages wrt to the new
7977 function `c-electric-delete-forward'.
7978
79792002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
7980
7981 * progmodes/cc-cmds.el (c-indent-exp): Keep the indentation of
7982 the block itself, i.e. only indent the contents in it.
7983
7984 * progmodes/cc-styles.el (c-set-style): Use the default
7985 argument to completing-read instead of initial-contents, if
7986 the function is recent enough to support it.
7987
79882002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
7989
7990 * progmodes/cc-mode.el (c-mode-help-address):
7991 Removed bug-gnu-emacs@gnu.org from the receiver list for bug reports.
7992 I've almost never seen a bug reported this way that should go
7993 to that list, but it's rather common that the reports concern
7994 the combination CC Mode and XEmacs instead.
7995
79962002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
7997
7998 * progmodes/cc-cmds.el (c-electric-paren): Fixed bug when both
7999 brace-elseif-brace and brace-catch-brace are active and
8000 there's a "else if"-block before the catch block.
8001
8002 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
8003 Detect function headers that span lines.
8004
80052002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
8006
8007 * progmodes/cc-cmds.el (c-electric-brace)
8008 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
8009 Check for last on line only for doing the auto-newline-mode
8010 stuff, not for the reindentation.
8011
8012 * progmodes/cc-cmds.el (c-electric-brace): Fixed bugs in the
8013 handling of c-syntactic-indentation: When it's nil, indent the
8014 new lines but don't reindent the current one. Reindent the
8015 line only when the inserted brace comes first on it, instead
8016 of last.
8017
8018 * progmodes/cc-cmds.el (c-electric-brace)
8019 (c-electric-semi&comma): Fixed two places where
8020 c-syntactic-indentation wasn't heeded.
8021
8022 * progmodes/cc-cmds.el (c-electric-pound): Don't be electric
8023 inside a macro.
8024
8025 * progmodes/cc-engine.el (c-backward-to-start-of-if): Try a
8026 little harder to find a fallback position when an orphan else
8027 is found. Fixed case where an else following a do-while
8028 statement could be associated with an if inside the do-while.
8029
80302002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
8031
8032 * progmodes/cc-cmds.el (c-guess-fill-prefix): Tuned the dwim
8033 for the fallback to add a single space after the comment prefix.
8034
8035 * progmodes/cc-cmds.el (c-indent-new-comment-line): Somewhat better
8036 behavior in some special cases, especially for single-line comments.
8037 Avoid breaking up a comment starter or ender.
8038
80392002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
8040
8041 * progmodes/cc-cmds.el (c-outline-level): Applied patch from
8042 the Emacs sources to make this work in invisible text.
8043
8044 * progmodes/cc-langs.el (c-switch-label-key): Fixed regexp to
8045 not be confused by a later ':' on the same line as the label.
8046
80472002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
8048
8049 * progmodes/cc-cmds.el, progmodes/cc-mode.el
8050 (c-electric-delete, c-electric-delete-forward):
8051 Split `c-electric-delete' into two functions where
8052 `c-electric-delete-forward' always deletes forward and
8053 `c-electric-delete' only contains the code necessary for
8054 XEmacs to choose between backward and forward deletion.
8055 `c-electric-delete-forward' is now bound to C-d to get the
8056 electric behavior on that key too.
8057
80582002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
8059
8060 * progmodes/cc-cmds.el (c-fill-paragraph): Fixed bogus direct
8061 use of c-comment-prefix-regexp, which caused an error when
8062 it's a list.
8063
80642002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
8065
8066 * progmodes/cc-mode.el, progmodes/cc-vars.el (c-common-init)
8067 (c-default-style): Removed the hardcoded switch to "java" style
8068 in Java mode. It's instead taken care of by the default value
8069 for c-default-style.
8070
80712002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
8072
8073 * progmodes/cc-align.el (c-lineup-math): Fix bug where lineup
8074 was triggered by equal signs in string literals.
8075
80762002-04-21 Kim F. Storm <storm@cua.dk>
8077
8078 * subr.el (insert-buffer-substring-no-properties): New function.
8079 (insert-buffer-substring-as-yank): New function.
8080
80812002-04-21 Glenn Morris <gmorris@ast.cam.ac.uk>
8082
8083 * scroll-all.el (minor-mode-alist): Fix usage of `scroll-all-mode'.
8084 (scroll-all-page-down-all, scroll-all-page-up-all) Remove `fkey-'
8085 prefix from scroll commands. Ignore end-of-buffer errors from
42fe2ab9 8086 other windows.
fe72c904 8087 (scroll-all-check-to-scroll): Remove `fkey-' prefix from scroll
f614a1ae 8088 commands.
f530a77b
SM
8089 (scroll-all-beginning-of-buffer-all, scroll-all-end-of-buffer-all):
8090 New functions.
fe72c904
CW
8091
8092 * files.el: (auto-mode-alist): .f95 files in f90-mode.
8093
8094 * progmodes/fortran.el: (fortran-beginning-do): Make regexp match
42fe2ab9 8095 a DO statement irrespective of numeric label.
fe72c904
CW
8096
80972002-04-20 Glenn Morris <gmorris@ast.cam.ac.uk>
8098
8099 * files.el (auto-save-file-name-transforms): Doc fix.
8100 Add third element to "uniquify" filenames.
8101 (make-auto-save-file-name): Use new element of
8102 auto-save-file-name-transforms.
8103 * startup.el (command-line): Add third element to
8104 auto-save-file-name-transforms.
8105
81062002-04-19 Stefan Monnier <monnier@cs.yale.edu>
8107
8108 * files.el (file-name-non-special): Don't mangle the 0'th arg and the
8109 return value of file-name-completion and file-name-all-completions.
8110
d9c25020 81112002-04-19 Glenn Morris <gmorris@ast.cam.ac.uk>
fe72c904
CW
8112
8113 * progmodes/f90.el: Update maintainer.
8114 (f90-line-continued): Recognize blank/comment lines embedded in
8115 continuation lines.
8116 (f90-looking-at-program-block-start): No extra indentation after
8117 function or subroutine keyword appears in single quotes.
8118
81192002-04-19 Miles Bader <miles@gnu.org>
8120
8121 * custom.el (customize-mark-to-save, customize-mark-as-set)
8122 (custom-quote): Moved here from `cus-edit.el'.
8123 * cus-edit.el (customize-mark-to-save, customize-mark-as-set)
8124 (custom-quote): Moved to `custom.el'.
8125
81262002-04-18 Richard M. Stallman <rms@gnu.org>
8127
8128 * facemenu.el (list-text-properties-at): Command deleted.
8129
8130 * rect.el (insert-rectangle): Use insert-for-yank.
8131
8132 * register.el (insert-register): Use insert-for-yank.
8133 (describe-register-1): Discard text props in yank-excluded-properties.
8134
8135 * toolbar/tool-bar.el (tool-bar-local-item-from-menu):
8136 Fix parts in construction of `menu-item' item at end.
8137
8138 * mail/mailabbrev.el (mail-mode-abbrev-table): Delete defvar.
8139
8140 * subr.el (insert-for-yank): New function.
8141
8142 * simple.el (yank-excluded-properties): New user option.
8143 (yank-pop, yank): Use insert-for-yank.
8144
81452002-04-19 Kim F. Storm <storm@cua.dk>
8146
8147 * simple.el (pop-to-mark-command): Do not set this-command.
8148 (set-mark-command): Always jump to mark when called with arg.
8149
81502002-04-18 Francesco Potorti` <pot@gnu.org>
8151
8152 * comint.el (comint-watch-for-password-prompt): Remove whitespace
8153 at the beginning of password prompts.
8154
81552002-04-18 Andrew Innes <andrewi@gnu.org>
8156
8157 * facemenu.el: Remove require of wid-edit.
8158
81592002-04-17 Colin Walters <walters@verbum.org>
8160
8161 * ibuffer.el (ibuffer-visit-buffer): Optionally allow reducing to
8162 one window.
8163 (ibuffer-visit-buffer-1-window): Simply call `ibuffer-visit-buffer'.
8164 (ibuffer-current-state-list): Reinstate optional argument; now
8165 just call `point' inside the mapping function.
8166
81672002-04-17 Francesco Potorti` <pot@gnu.org>
8168
8169 * dired-aux.el (dired-star-subst-regexp)
8170 (dired-quark-subst-regexp): New constants.
8171 (dired-do-shell-command, dired-shell-stuff-it): Use them.
8172 (dired-do-shell-command): Raise an error if both `*' and `?'
8173 substitution marks are used in the same command.
8174 (dired-shell-stuff-it): Substitute all instances of `*' and `?'
8175 in a command given via dired-do-shell-command.
8176
8177 * comint.el (comint-password-prompt-regexp): Match "Repeat passphrase".
8178
81792002-04-16 Jason Rumney <jasonr@gnu.org>
8180
8181 * international/mule-cmds.el (locale-preferred-coding-systems):
8182 Add "jpn".
8183
81842002-04-16 Eli Zaretskii <eliz@is.elta.co.il>
8185
8186 * term.el (term-emulate-terminal): Fix last change.
8187
5fe0ea6a 81882002-04-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
8189
8190 * bindings.el (mode-line-mode-menu): Update names to reflect
8191 latest changes.
8192
81932002-04-16 Mike Williams <mdub@bigfoot.com>
8194
8195 * textmodes/sgml-mode.el (sgml-at-indentation-p): Move to fix
8196 compilation error.
8197
81982002-04-16 Michael Kifer <kifer@cs.stonybrook.edu>
8199
8200 * viper-ex.el: Patch by Samuel Padgett. Copyright papers received.
8201 (viper-ex-print-buf-name): New variable.
8202 (viper-ex-print-buf): New variable.
8203 (ex-token-alist): Invoke ex-print on ":print" Ex commands.
8204 (ex-g-marks): New variable.
8205 (ex-print): New function.
8206 (ex-print-display-lines): New function.
8207
8208 * viper.el (viper-set-hooks): Add window-setup-hook, which sets
8209 the cursor color.
8210
8211 * ediff-util.el (ediff-cleanup-mess): Delete ctl window on exit
8212 when the window is not in its own frame.
8213 (ediff-clone-buffer-for-region-comparison): More robust window
8214 arrangement while prompting for regions to compare.
8215 (ediff-make-cloned-buffer): Use generate-new-buffer-name.
8216 (ediff-inferior-compare-regions): Deleted unused vars
8217 ctl-buf and quit-now.
8218
82192002-04-15 Richard M. Stallman <rms@gnu.org>
8220
8221 * facemenu.el (facemenu-add-new-face): Use this only for faces.
8222 Delete arg MENU.
8223 (facemenu-add-new-color): New function.
8224 (facemenu-set-foreground, facemenu-set-background):
8225 Use facemenu-add-new-color.
8226
82272002-04-15 Eli Zaretskii <eliz@is.elta.co.il>
8228
8229 * ediff-init.el (ediff-current-diff-face-A)
8230 (ediff-current-diff-face-B, ediff-current-diff-face-C)
8231 (ediff-current-diff-face-Ancestor, ediff-fine-diff-face-A)
8232 (ediff-fine-diff-face-B, ediff-fine-diff-face-C)
8233 (ediff-fine-diff-face-Ancestor, ediff-even-diff-face-A)
8234 (ediff-even-diff-face-B, ediff-even-diff-face-C)
8235 (ediff-even-diff-face-Ancestor, ediff-odd-diff-face-A)
8236 (ediff-odd-diff-face-B, ediff-odd-diff-face-C)
8237 (ediff-odd-diff-face-Ancestor): Add special color definitions for
8238 tty and MS-DOS displays.
8239
82402002-04-15 Andrew Innes <andrewi@gnu.org>
8241
8242 * facemenu.el: Require wid-edit.
8243
82442002-04-15 Miles Bader <miles@gnu.org>
8245
8246 * faces.el (highlight): Force foreground to be black on a tty, so
8247 this face is readable on a dark-background tty.
8248 * wid-edit.el (widget-field-face, widget-single-line-field-face):
8249 Likewise.
8250
82512002-04-14 Kim F. Storm <storm@cua.dk>
8252
8253 * simple.el (pop-to-mark-command, push-mark-command): New commands.
8254 (set-mark-command): Use them.
8255 Enhanced functionality when command is repeated:
8256 - If first command set the mark (no prefix arg), repeat temporarily
8257 enables transient-mark-mode.
8258 - If first command jumped to mark off ring (with argument),
8259 repeat (with or without arg) jump to next mark off ring.
8260 - Use C-u C-u prefix to set mark after jump.
8261 (exchange-point-and-mark): Temporarily enable transient-mark-mode
8262 if prefix arg.
8263
5fe0ea6a 82642002-04-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
8265
8266 * speedbar.el (speedbar-tag-hierarchy-method)
8267 (speedbar-toggle-updates, speedbar-toggle-images): Doc fixes.
8268
82692002-04-14 Mike Williams <mdub@bigfoot.com>
8270
8271 * textmodes/sgml-mode.el (sgml-parse-tag-backward): Fix to work at
8272 beginning of buffer.
8273
5fe0ea6a 82742002-04-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
8275
8276 * speedbar.el (speedbar-generic-item-info)
8277 (speedbar-sort-tags): Doc fix.
8278 (speedbar-add-supported-extension): Fix typo in interactive spec.
8279
82802002-04-13 Colin Walters <walters@verbum.org>
8281
8282 * ibuffer.el (ibuffer-forward-line): Just skip header if we're
8283 only moving one line forward.
8284 (ibuffer-map-lines): Preserve point position even if we delete
8285 lines. Only call mapping functions with buffer and mark
8286 arguments; the other two were unused.
8287 (ibuffer-redisplay, ibuffer-update): Always skip special areas.
8288
8289 * ibuf-macs.el, ibuf-ext.el: Update callers of `ibuffer-map-lines'.
8290
8291 * calc/calc-bin.el (math-format-radix-float): Use `when'.
8292
8293 * calc/calc.el (math-format-number): Load `calc-ext' before we
8294 call `math-group-float'.
8295
8296 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
8297 Renamed from `gamegrid-add-score'.
8298 (gamegrid-add-score-insecure): Restored from the old
8299 `gamegrid-add-score'.
8300 (gamegrid-add-score): Just dispatch on `system-type' to one of the
8301 previous two functions.
8302
5fe0ea6a 83032002-04-13 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
8304
8305 * iswitchb.el: Update commentary to include new function
8306 iswitchb-exclude-nonmatching.
8307
83082002-04-12 John Wiegley <johnw@gnu.org>
8309
8310 * eshell/esh-ext.el (eshell-script-interpreter): Fix for CRLF
8311 operating systems to the regexp used to detect a script's interpreter.
8312
83132002-04-12 Eli Zaretskii <eliz@is.elta.co.il>
8314
8315 * frame.el (frames-on-display-list): Use `equal' to compare the
8316 `display' frame parameter to the argument DISPLAY.
8317
83182002-04-12 Dave Love <fx@gnu.org>
8319
8320 * help.el (string-key-binding): Deal with margin events.
8321
83222002-04-12 Francesco Potorti` <pot@gnu.org>
8323
8324 * comint.el (comint-password-prompt-regexp): Match " SMB password".
8325
83262002-04-11 Stefan Monnier <monnier@cs.yale.edu>
8327
8328 * sort.el (sort-reorder-buffer): Don't assume point-min == 1.
8329
8330 * xt-mouse.el (xterm-mouse-mode): Use define-minor-mode.
8331
8332 * emacs-lisp/lucid.el (device-class, buffer-syntactic-context)
8333 (buffer-syntactic-context-depth): New funs.
8334
8335 * emacs-lisp/edebug.el (edebug-eval-defun): Don't use defconst
8336 on variables.
8337
8338 * emacs-lisp/debug.el (debug-on-entry): Use push.
8339 (debugger-make-xrefs): Don't assume point-min == 1.
8340
8341 * progmodes/cc-engine.el (c-backward-to-start-of-if):
8342 Don't assume point-min == 1.
8343
8344 * progmodes/etags.el (etags-verify-tags-table, etags-snarf-tag)
8345 (etags-list-tags, etags-tags-apropos, select-tags-table):
8346 Don't assume point-min == 1.
8347
83482002-04-12 Mike Williams <mdub@bigfoot.com>
8349
8350 * textmodes/sgml-mode.el (sgml-guess-indent): New function.
8351
83522002-04-11 Stefan Monnier <monnier@cs.yale.edu>
8353
8354 * textmodes/fill.el (fill-context-prefix): Fix up last change.
8355
8356 * simple.el (line-move): Use memq rather than or.
8357 (transpose-sexps): Don't presume as much of forward-sexp's behavior.
8358 (do-auto-fill): Use fill-move-to-break-point.
8359 (syntax-code-table): Remove.
8360
8361 * textmodes/fill.el (canonically-space-region): Obey sentence-end.
8362 Don't add spaces at end of sentences at end of line.
8363 (fill-move-to-break-point): Make sure the result is always greater
8364 than linebeg, so we ensure forward progress.
8365 (fill-region-as-paragraph): Compare to `to' rather than eobp.
8366 (fill-paragraph): Don't rebind fill-paragraph-function.
8367
5fe0ea6a 83682002-04-11 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
8369
8370 * menu-bar.el (menu-bar-adv-search-menu): Add incremental search.
8371
83722002-04-11 Andreas Schwab <schwab@suse.de>
8373
8374 * files.el (file-name-non-special): Handle return value of t from
8375 `file-name-completion'.
8376
83772002-04-10 Stefan Monnier <monnier@cs.yale.edu>
8378
8379 * textmodes/fill.el (fill-context-prefix): Match the two prefixes
8380 differently to avoid pathological exponential-time case.
8381 (adaptive-fill-regexp): Add ! and %.
8382 (fill-delete-prefix): Remove indentation while removing prefix.
8383 (fill-delete-newlines): Obey sentence-end.
8384 (fill-move-to-break-point, fill-newline): New functions extracted
8385 from fill-region-as-paragraph.
8386 (fill-region-as-paragraph): Use them.
8387 Don't fiddle with fill-indent-according-to-mode.
8388
83892002-04-10 Colin Walters <walters@verbum.org>
8390
8391 * play/snake.el (snake-score-file): Default to just "snake-scores".
8392
8393 * play/tetris.el (tetris-score-file): Likewise.
8394
8395 * play/gamegrid.el (gamegrid-add-score): Rewrite from scratch to
8396 use `update-game-score'.
8397
8398 * ibuffer.el (ibuffer-canonicalize-state-list): Delete unused function.
8399 (ibuffer-current-buffers-with-marks): Don't call `buffer-list'
8400 ourselves; take it as an argument. Caller updated.
8401 (ibuffer-mode): Make mode-class special.
8402
84032002-04-10 Richard M. Stallman <rms@gnu.org>
8404
8405 * dired.el (dired-view-command-alist): New variable.
8406 (dired-view-file): Use external viewers for some files names.
8407
8408 * mouse.el (mouse-drag-region-1): Display region highlight
8409 only in the selected window.
8410
8411 * subr.el (remove-hook): When there are no more local hooks,
8412 kill the buffer-local value.
8413
8414 * isearch.el (isearch-mode): Don't call make-frame-visible
8415 if frame is already visible.
8416
8417 * cus-face.el (custom-face-attributes): Fix typo in `ultra-bold'.
8418
84192002-04-09 Emmanuel Briot <briot@act-europe.fr>
8420
8421 * progmodes/ada-prj.el: Add support for the new project file
d78b64a0
SM
8422 fields: gnatfind-opt, debug-pre-cmd and debug-post-cmd.
8423 Fix widget handling for Emacs 21. ada-mode now only supports a single
fe72c904
CW
8424 active project file, instead of one per buffer. This is far less
8425 confusing.
8426
f530a77b 8427 * progmodes/ada-stmt.el: Menu changed from Statements to Templates.
fe72c904
CW
8428 (ada-func-or-proc-name): Get real subprogram name, after change in
8429 ada-mode.el.
8430
8431 * progmodes/ada-xref.el: Ada-mode no longer supports a different
8432 project file per buffer. This was too complex. Instead, there is
8433 now a single active project file at any given time, and the user
8434 can switch the active one through the Ada menu. This revision
8435 also provides better handling of the Windows command line, and the
8436 various available shells on that platform. ada-mode is now fully
8437 integrated with the GNU visual debugger gvd, see
8438 http://libre.act-europe.fr.
f530a77b
SM
8439 (ada-prj-default-comp-opt): Use the new GNAT switch -gnatQ.
8440 This is only available with GNAT 3.14.
fe72c904
CW
8441 (ada-prj-gnatfind-switches, ada-cd-command): New variable.
8442 (ada-quote-cmd): New function.
8443 (ada-initialize-runtime-library): Get the location of the actual
8444 runtime the compiler will be using, including support for
8445 cross-platform environments.
8446 (ada-treat-cmd-string): Add support for the new variable
8447 ${full_current} add support for debug-pre-cmd and debug-post-cmd,
8448 two commands to run just prior to running the debugger, and just
8449 after starting it. This provide better support for cross-platform
8450 and remote debugging.
8451 (ada-get-absolute-dir): Remove, replace with expand-file-name.
8452 (ada-gdb-application): New parameter executable-name.
8453 (ada-get-ali-file-name): Better handling of separate packages.
8454 Checkin on behalf of the ada-mode maintainer.
8455
8456 * progmodes/ada-mode.el (ada-case-exception-file)
8457 (ada-indent-handle-comment-special): New variables.
8458 (ada-case-exception-substring): New variable. Casing exceptions
8459 can now also be defined for substrings, in addition to full
8460 identifier names. This provides more flexibility.
f530a77b 8461 (ada-align-list): New fun, provide support for align.el in ada-mode.
fe72c904
CW
8462 (ada-procedure-start-regexp): Add support for operators and
8463 generic formal subprograms and packages.
8464 (ada-imenu-comment-re): New variable.
8465 (ada-imenu-generic-expression): Add support for protected types.
8466 (ada-mode): Set comment-start only after running ada-mode-hook, so
f530a77b
SM
8467 that the user can change ada-comment-start in the hook.
8468 Add support for ispell in comments. Add support for align.el.
fe72c904
CW
8469 (ada-save-exception-file, ada-create-case-exception-substring)
8470 (ada-adjust-case-substring): New functions.
f530a77b 8471 (ada-get-current-indent): Properly handles keywords with uppercases.
fe72c904
CW
8472 (ada-goto-matching-end): Rewritten, fixes problems in the handling
8473 of nested blocks.
f530a77b 8474 (ada-untab-hard): Do not touch the contents of comments and strings.
fe72c904
CW
8475
84762002-04-09 Mike Williams <mdub@bigfoot.com>
8477
8478 * textmodes/sgml-mode.el (sgml-lexical-context):
8479 Use sgml-parse-tag-backward to find start point.
8480 (sgml-looking-back-at): Doc fix.
8481
5fe0ea6a 84822002-04-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
8483
8484 * isearch.el (isearch-message-prefix): Use minibuffer-prompt face
8485 for prompt.
8486
84872002-04-08 Stefan Monnier <monnier@cs.yale.edu>
8488
8489 * autorevert.el (auto-revert-mode, global-auto-revert-mode):
8490 Use define-minor-mode.
8491 (auto-revert-buffers): Use with-current-buffer.
8492 Avoid changing the minor modes.
8493
8494 * international/iso-acc.el (iso-accents-accent-key): Use `vector'
8495 rather than char-to-string since last-input-char can be any event.
8496
8497 * international/titdic-cnv.el (tit-dictionary):
8498 Use defvar for non-constants.
8499
8500 * progmodes/cwarn.el (global-cwarn-mode): Use define-minor-mode.
8501 (global-cwarn-mode): Use easy-mmode-define-global-mode.
8502 (cwarn-font-lock-keywords): New function.
8503 Replaces cwarn-font-lock-remove-keywords cwarn-font-lock-add-keywords.
8504 (cwarn-font-lock-match): New macro.
8505 (cwarn-font-lock-match-assignment-in-expression)
8506 (cwarn-font-lock-match-dangerous-semicolon)
8507 (cwarn-font-lock-match-reference): Use it.
8508
8509 * progmodes/cperl-mode.el (cperl-make-face, cperl-force-face):
8510 Use defvar rather than defconst since it's meant to be settable.
8511 (cperl-syntax-done-to): Don't hardcode 1 as (point-min).
8512 (cperl-fix-line-spacing): Add missing \ in [ t].
8513
8514 * loadup.el: Call ucs-unify-8859 directly rather than
8515 unify-8859-on-encoding-mode.
8516 (fns-*.el): Don't use it anymore. Keep the load-history in purespace.
8517
8518 * textmodes/sgml-mode.el (sgml-comment-indent-new-line): New fun.
8519 (sgml-mode): Use it for comment-line-break-function.
8520
85212002-04-08 Jason Rumney <jasonr@gnu.org>
8522
8523 * international/mule-cmds.el (reset-language-environment):
8524 Handle coding-systems not being defined yet.
8525
85262002-04-08 Sam Steingold <sds@gnu.org>
8527
8528 * vc-cvs.el (vc-cvs-valid-version-number-p): New function.
8529 (vc-cvs-checkin): Use it.
8530
5fe0ea6a 85312002-04-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
8532
8533 * files.el (display-time-string): Fix last change.
8534
85352002-04-07 Sam Steingold <sds@gnu.org>
8536
8537 * vc-cvs.el (vc-cvs-checkin): Pass the required argument to `error'.
8538
85392002-04-07 Jason Rumney <jasonr@gnu.org>
8540
8541 * international/mule-cmds.el (set-default-coding-systems)
8542 (reset-language-environment): Preserve eols on
8543 default-process-coding-system.
8544 (coding-system-change-text-conversion): Fix case where CODING is nil.
8545
5fe0ea6a 85462002-04-07 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
8547
8548 * subr.el (play-sound): Move here from simple.el.
8549
8550 * simple.el (play-sound): Move to subr.el.
8551
85522002-04-06 Richard M. Stallman <rms@gnu.org>
8553
8554 * files.el (display-time-string-forms): Mark as risky.
8555
8556 * enriched.el (enriched-decode-foreground, enriched-decode-background):
8557 Use proper format for desired elts of `face' property.
8558 Don't test display-color-p; make the properties unconditionally.
8559
8560 * progmodes/compile.el (compilation-error-regexp-alist):
8561 New alternatives for FILE:LINE.COL and for ranges of columns and lines.
8562
85632002-04-06 Per Abrahamsen <abraham@dina.kvl.dk>
8564
8565 * progmodes/cc-vars.el (c-block-comment-prefix): Specify :value
8566 for customization type.
8567 Reported by Mattias Fredsberg <mattias.fredsberg@active-tv.com>.
8568
85692002-04-06 Mike Williams <mdub@bigfoot.com>
8570
8571 * textmodes/xml-lite.el: Remove.
8572
5fe0ea6a 85732002-04-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
8574
8575 * simple.el (play-sound): New function (uses play-sound-internal).
8576
85772002-04-04 Richard M. Stallman <rms@gnu.org>
8578
8579 * files.el (mode-line-format, mode-line-modified)
8580 (mode-line-mule-info, mode-line-buffer-identification)
8581 (mode-line-modes, mode-line-position): Explicitly mark as risky.
8582 (hack-one-local-variable): Don't recognize "mode-line-..." as risky.
8583
8584 * calendar/solar.el (solar-northern-spring-or-summer-season): Doc fix.
8585
8586 * mail/mailabbrev.el (mail-abbrev-make-syntax-table):
8587 Use (syntax-table), not old-syntax-table.
8588
8589 * enriched.el (enriched-decode-foreground)
8590 (enriched-decode-background): Don't call facemenu-get-face.
8591
85922002-04-04 Mike Williams <mdub@bigfoot.com>
8593
8594 * textmodes/sgml-mode.el: Add missing require.
8595 (sgml-lexical-context): Fix up CDATA detection for boundary cases.
8596
5fe0ea6a 85972002-04-03 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
fe72c904
CW
8598
8599 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line): Move to
8600 spot indicated by text property `cvs-goal-column', if present.
8601
8602 * pcvs-info.el (cvs-fileinfo-pp): Use text property
8603 `cvs-goal-column' to indicate position of file name (if present).
8604
86052002-04-03 Richard M. Stallman <rms@gnu.org>
8606
8607 * mail/mailabbrev.el (mail-abbrev-complete-alias):
8608 Call mail-abbrev-make-syntax-table.
8609
8610 * format.el (format-deannotate-region): Doc fix.
8611
8612 * enriched.el (enriched-face-ans): Delete special treatment
8613 for fg:... and bg:... faces.
8614 (enriched-decode-foreground): Return a list that specifies
8615 the foreground color, rather than creating a face.
8616 (enriched-decode-background): Likewise.
8617
8618 * shell.el (shell-mode): Don't reinit comint-input-ring
8619 if that was already done.
8620
86212002-04-03 Edward M. Reingold <reingold@emr.cs.iit.edu>
8622
8623 * solar.el (solar-spring-or-summer-season): Delete.
8624 (solar-northern-spring-or-summer-season): New variable.
8625 (solar-sunrise-and-sunset, solar-moment, solar-sunrise-sunset):
8626 Rewrite.
8627
8628 * solar.el (diary-sabbath-candles-minutes): New variable.
8629 (diary-sabbath-candles): Use it instead of fixed 18 minutes.
8630
8631 * calendar.el (update-calendar-mode-line): Force mode-line update.
8632 Make date under the cursor available as `date' in
8633 calendar-mode-line-format.
8634 Eval items in calendar-mode-line-format list.
8635
8636 * cal-tex.el (cal-tex-hook, cal-tex-year-hook, cal-tex-month-hook)
8637 (cal-tex-week-hook, cal-tex-daily-hook): Add doc strings.
8638
8639 * cal-tex.el (cal-tex-latexify-list): Fix doc string.
8640
8641 * cal-tex.el (cal-tex-insert-day-names): LaTeXify day names.
8642 (cal-tex-cursor-week-iso, cal-tex-week-hours, cal-tex-weekly4-box)
8643 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
8644 (cal-tex-daily-page, cal-tex-mini-calendar): LaTeXify day names.
8645
8646 * cal-tex.el: Change all instances (interactive "P") to
8647 (interactive "p").
8648 (cal-tex-cursor-month): Add hfill and newline at end of month that
8649 ended on Saturday.
8650 (cal-tex-preamble): Change to LaTeX2e.
8651 (cal-tex-cursor-filofax-year): Don't use default month names in
8652 LaTeX macros in case user changes them.
8653 (cal-tex-month-name): New function. Used throughout in case user
8654 has done something funny with month names.
8655
8656 * cal-hebrew.el (holiday-rosh-hashanah-etc): Spelling correction.
8657 (diary-rosh-hodesh): Spelling correction.
8658
86592002-04-03 Mike Williams <mdub@bigfoot.com>
8660
8661 * textmodes/sgml-mode.el (sgml-lexical-context)
8662 (sgml-parse-tag-backward): Extend support for CDATA to include
8663 conditional sections.
8664
5fe0ea6a 86652002-04-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
8666
8667 * cus-start.el: Rename `autoselect-window' to
8668 `mouse-autoselect-window'.
8669
86702002-04-02 Richard M. Stallman <rms@gnu.org>
8671
8672 * files.el (hack-one-local-variable):
8673 Clear text props from string value.
8674
86752002-04-02 Stefan Monnier <monnier@cs.yale.edu>
8676
8677 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
8678 (f90-procedures-re, f90-operators-re, f90-hpf-keywords-re):
8679 Use regexp-opt.
8680 (f90-keywords-re, f90-keywords-level-3-re): Add `pure' and `elemental'
8681 from F95.
8682 (f90-procedures-re): Add `null' and `cpu_time' from F95.
8683 (f90-font-lock-keywords-1): Minor reorganization so we don't need
8684 `override' any more.
8685 (f90-font-lock-keywords-3): Use `keep' rather than `override'.
8686 (f90-indent-subprogram): Use indent-region.
8687 (f90-break-line): Use indent-according-to-mode.
8688
86892002-04-02 Mike Williams <mdub@bigfoot.com>
8690
8691 * textmodes/sgml-mode.el (sgml-close-tag): Rename from
8692 sgml-insert-end-tag. Simplify by using sgml-lexical-context.
8693 (sgml-get-context): Remove use of sgml-inside-tag-p.
8694 (sgml-inside-tag-p): Remove.
8695 (sgml-looking-back-at): Short-circuit at beg of buffer.
8696 (sgml-lexical-context, sgml-calculate-indent): Add support for
8697 CDATA sections.
8698
86992002-04-01 Stefan Monnier <monnier@cs.yale.edu>
8700
8701 * help.el (help-key-description): New fun.
8702 (describe-key-briefly, describe-key): Use it and
8703 this-single-command-raw-keys plus new arg `untranslated'.
8704
8705 * textmodes/sgml-mode.el (sgml-at-indentation-p, sgml-tag)
8706 (sgml-parse-tag-name, sgml-looking-back-at, sgml-parse-tag-backward)
8707 (sgml-inside-tag-p, sgml-get-context, sgml-show-context)
8708 (sgml-insert-end-tag): New funs taken from xml-lite.el.
8709 (sgml-calculate-indent): Use them.
8710 (sgml-slash-matching): Rename from sgml-slash.
8711 (sgml-slash): Copied from xml-lite and changed to use
8712 sgml-slash-matching and sgml-quick-keys.
8713
8714 * international/mule-cmds.el (standard-keyboard-coding-systems):
8715 Add koi8-u and koi8-r.
8716
8717 * eshell/.cvsignore: New file.
8718
8719 * eshell/esh-groups.el: Remove.
8720
8721 * progmodes/tcl.el: Change maintainer.
8722 (tcl-electric-hash-style): Change default to nil.
8723 (tcl-imenu-generic-expression): Use tcl-proc-regexp.
8724 (tcl-do-auto-fill): Remove.
8725 (tcl-auto-fill-mode): Rewrite using comment-auto-fill-only-comments.
8726
87272002-04-01 Mike Williams <mdub@bigfoot.com>
8728
8729 * textmodes/sgml-mode.el: Doc fixes.
8730 (sgml-mode): Set indent-line-function to sgml-indent-line.
8731 (sgml-calculate-indent): Add an explicit check for 'text syntax,
8732 to protect against future enhancements to sgml-lexical-context.
8733 (sgml-empty-tag-p, sgml-unclosed-tag-p): New funcs.
8734
8735 * textmodes/xml-lite.el: Removed much redundant stuff.
8736 (xml-lite-parse-tag-backward): Simplify parsing by assuming we
8737 always start within text. Make use of sgml-unclosed-tag-p.
8738
5fe0ea6a 87392002-04-01 Ville Skytt\e,Ad\e(B <ville.skytta@xemacs.org>
fe72c904
CW
8740
8741 * tcl.el (tcl-imenu-generic-expression): New value.
8742 (tcl-imenu-create-index-function): Function deleted.
8743 (tcl-mode): Check for filladapt-mode.
8744 Use tcl-imenu-generic-expression instead of
8745 tcl-imenu-create-index-function.
8746 (inferior-tcl-mode): Doc fix.
8747 Change not legally significant.
8748
5fe0ea6a 87492002-04-01 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
8750
8751 * cus-start.el: Rename `x-autoselect-window' to `autoselect-window'.
8752
8753 * window.el (handle-select-window): New function.
8754 Update copyright.
8755
87562002-04-01 Richard M. Stallman <rms@gnu.org>
8757
8758 * info.el (info-tool-bar-map): Use tool-bar-local-item-from-menu.
8759
8760 * toolbar/tool-bar.el (tool-bar-local-item): Renamed from
8761 tool-bar-add-item, and new arg MAP.
8762 (tool-bar-add-item): Now calls tool-bar-local-item.
8763 (tool-bar-local-item-from-menu): Renamed from
8764 tool-bar-add-item-from-menu, and new arg IN-MAP.
8765 (tool-bar-add-item-from-menu): Now calls tool-bar-local-item-from-menu.
8766
8767 * help-fns.el (help-with-tutorial): Allow various ways
8768 to specify the text in the [...] line, in handling the <...> line.
8769
8770 * progmodes/idlw-rinfo.el (idlwave-system-routines):
8771 WOLRDTITLE => WORLDTITLE. SUPRESS_VALUE => SUPPRESS_VALUE.
8772
8773 * subr.el (redraw-modeline): Define alias.
8774
87752002-03-31 Richard M. Stallman <rms@gnu.org>
8776
8777 * files.el (file-expand-wildcards): Use save-match-data.
8778
8779 * files.el (format-alist): Mark as risky.
8780
8781 * simple.el (kill-new): Doc fix.
8782
8783 * emacs-lisp/byte-opt.el (side-effect-free-fns)
8784 (side-effect-and-error-free-fns): Add many functions, remove some.
8785
87862002-03-30 Richard M. Stallman <rms@gnu.org>
8787
8788 * menu-bar.el (menu-bar-tools-menu): Rename gdb item to say GDB.
8789
87902002-03-30 Eli Zaretskii <eliz@gnu.org>
8791
8792 * font-lock.el (save-buffer-state): Fix last change.
8793
8794 * files.el (auto-save-file-name-transforms): Fix last change.
8795
8796 * startup.el (command-line): Fix last change.
8797
87982002-03-29 Richard M. Stallman <rms@gnu.org>
8799
8800 * subr.el (play-sound-file): Moved to simple.el.
8801
8802 * simple.el (play-sound-file): Moved from subr.el, made unconditional.
8803
88042002-03-29 Colin Walters <walters@verbum.org>
8805
8806 * ibuffer.el (ibuffer-mark-interactive): Use `ibuffer-forward-line'
8807 instead of `forward-line'.
8808 (ibuffer-forward-line): Be sure to skip over special properties
8809 before moving, too.
8810
8811 * calc/calc.el (calc-was-split): Var deleted.
8812 (calc): Remove reference to it.
8813 (calc): Ditto.
8814 (calc-quit): Ditto.
8815 (calc-init-base): Ditto.
8816
8817 * calc/calc-misc.el (calc-delete-windows-keep): Function deleted.
8818
88192002-03-29 Stefan Monnier <monnier@cs.yale.edu>
8820
8821 * textmodes/sgml-mode.el (sgml-lexical-context): Return (text . START)
8822 instead of nil when point is outside of any tag.
8823 (sgml-beginning-of-tag): Adjust to the change.
8824 (sgml-calculate-indent): Use the new info returned by
8825 sgml-lexical-context. Try to handle unclosed tags.
8826
8827 * textmodes/xml-lite.el (xml-lite-get-context): Don't stop parsing
8828 at unclosed tags unless it is at indentation.
8829 Kill nested unclosed tags.
8830 (xml-lite-calculate-indent, xml-lite-indent-line): Remove.
8831 (xml-lite-mode): Use sgml-indent-line instead.
8832
88332002-03-29 Eli Zaretskii <eliz@is.elta.co.il>
8834
8835 * files.el (auto-save-file-name-transforms): Don't run "\\2" via
8836 expand-file-name.
8837
8838 * startup.el (command-line): Recompute auto-save-file-name-transforms
8839 using the updated value of temporary-file-directory.
8840
88412002-03-29 Stefan Monnier <monnier@cs.yale.edu>
8842
8843 * textmodes/xml-lite.el (xml-lite-get-context): Allow stopping
8844 even with an empty context. Don't save excursion any more.
8845 Don't complain about unmatched start-tags in sgml-unclosed-tags.
8846 Ignore end-tags in sgml-empty-tags.
8847 (xml-lite-get-context, xml-lite-calculate-indent)
8848 (xml-lite-insert-end-tag): Save excursion around xml-lite-get-context.
8849 (xml-lite-indent-line): Use back-to-indentation.
8850
8851 * textmodes/sgml-mode.el (sgml-basic-offset): New var.
8852 (sgml-name-re, sgml-attrs-re): New consts.
8853 (sgml-tag-name-re, sgml-start-tag-regex, sgml-font-lock-keywords-1)
8854 (sgml-mode): Use them.
8855 (sgml-lexical-context): Default to (point-min) if nothing else works.
8856 (sgml-calculate-indent): Indent slightly differently.
8857 (sgml-indent-line): Use back-to-indentation.
8858 (sgml-parse-dtd): New function.
8859 (sgml-unclosed-tags): New var.
8860 (html-mode): Set it.
8861
88622002-03-29 Simon Marshall <simon.marshall@misys.com>
8863
8864 * font-lock.el (save-buffer-state): Use make-symbol to bind `modified'.
8865
88662002-03-29 Richard M. Stallman <rms@gnu.org>
8867
8868 * dired-aux.el (dired-do-query-replace-regexp, dired-do-search):
8869 Use FILTER arg in dired-get-marked-files to exclude directories.
8870 (dired-nondirectory-p): New function.
8871
8872 * dired.el (dired-get-marked-files): New arg FILTER
8873 allows selection of some files.
8874
8875 * progmodes/tcl.el (tcl-imenu-create-index-function): Doc fix.
8876
88772002-03-29 Eric M. Ludlam <eric@siege-engine.com>
8878
8879 * speedbar.el (speedbar-default-directory-list): Made robust
8880 against deleted directories.
8881
88822002-03-28 Richard M. Stallman <rms@gnu.org>
8883
8884 * dired.el (dired-toggle-marks): Renamed from dired-do-toggle.
8885 Bindings changed.
8886
8887 * progmodes/compile.el (compilation-handle-exit):
8888 If compilation-window-height is 0, display status in echo area.
8889
8890 * simple.el (line-move-to-column): Don't call move-to-column if COL=0.
8891
8892 * rect.el (replace-rectangle): Add autoload.
8893
8894 * files.el: Mark many more variables as risky.
8895 (hack-one-local-variable): Recognize several additional
8896 patterns as risky.
8897
8898 * bindings.el (mode-line-mule-info): Use :propertize, not :eval.
8899
89002002-03-28 Stefan Monnier <monnier@cs.yale.edu>
8901
8902 * textmodes/xml-lite.el (xml-lite-in-string-p):
8903 Use sgml-lexical-context.
8904 (xml-lite-parse-tag-backward): Use sgml-tag-syntax-table.
8905 (xml-lite-get-context): Check that open/close tags match.
8906 Don't stop scanning while we're ignoring matching tags.
8907
8908 * textmodes/sgml-mode.el (sgml-make-syntax-table): New fun.
8909 (sgml-mode-syntax-table): Use it.
8910 (sgml-tag-syntax-table, sgml-tag-name-re): New const.
8911 (sgml-tags-invisible): Use it.
8912 (sgml-lexical-context): New fun.
8913 (sgml-maybe-end-tag, sgml-beginning-of-tag): Use it.
8914 (sgml-quote): Accept \n as entity reference terminator.
8915 (sgml-calculate-indent, sgml-indent-line): New funs.
8916
89172002-03-28 Andre Spiegel <spiegel@gnu.org>
8918
8919 * vc-cvs.el (vc-cvs-global-switches): New user option.
8920 (vc-cvs-command): New function. Update all callers of
8921 `vc-do-command' in vc-cvs.el to use this instead.
8922
89232002-03-27 Andrew Innes <andrewi@gnu.org>
8924
8925 * makefile.w32-in (bootstrap-clean-SH): Use for loop, instead of
8926 relying on shell globbing.
8927
89282002-03-27 Colin Walters <walters@debian.org>
8929
8930 * ibuffer.el (ibuffer-help-buffer-modes): New variable.
8931 (ibuffer-fontification-alist): Use it.
8932 (ibuffer-backward-line): Handle `ibuffer-summary' area.
8933 (ibuffer-forward-line): Ditto.
8934
8935 * ibuf-ext.el (sorter mode-name): Doc fix.
8936 (ibuffer-mark-help-buffers): Use `ibuffer-help-buffer-modes'.
8937 (operation query-replace): Use new `noerror' arg for
8938 `query-replace-read-args'.
8939 (operation query-replace-regexp): Ditto.
8940
89412002-03-27 Stefan Monnier <monnier@cs.yale.edu>
8942
8943 * textmodes/xml-lite.el: Fix copyright notice.
8944 (xml-lite-basic-offset): Rename from xml-lite-indent-offset.
8945 (xml-lite-indent-comment-offset): Remove.
8946 (xml-lite-calculate-indent): Use new name. Use natural alignment
8947 for comments.
8948 (xml-lite-in-string-p): Simplify.
8949
5fe0ea6a 89502002-03-27 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
8951
8952 * allout.el (outline-layout): Doc fix.
8953
89542002-03-27 Stefan Monnier <monnier@cs.yale.edu>
8955
8956 * textmodes/xml-lite.el: Don't require `custom'.
8957 (xml-lite-parse-tag-name): Properly treat non-ASCII chars.
8958 (xml-lite-parse-tag-backward): Obey sgml-empty-tags.
8959 (xml-lite-get-context): Drop nested tags not just for comments.
8960 (xml-lite-indent-line): Be more careful about moving point.
8961 (xml-lite-insert-end-tag, xml-lite-slash):
8962 Use indent-according-to-mode instead of xml-lite-indent-line.
8963 (xml-lite-mode): Make xml-lite-orig-indent-line-function buffer-local.
8964 Set sgml-xml-mode. Don't call force-mode-line-update.
8965 (xml-lite-mode-map): Don't bind TAB.
8966
89672002-03-27 Zoltan Kemenczy <zoltan@ieee.org>
8968
8969 * gud.el (gud-jdb-sourcepath): New variable, saves jdb -sourcepath
8970 parameter value.
8971 (gud-jdb-build-source-files-list): Comment clarification.
8972 (gud-jdb-massage-args): Reworked into loop-based argument list
8973 processing in order to support -classpath and -sourcepath argument
8974 processing.
8975 (gud-jdb-find-source-using-classpath): Prepend gud-jdb-sourcepath
8976 to gud-jdb-classpath to obtain search list.
8977 (gud-jdb-parse-classpath-string): Remove any trailing slashes from
8978 directory names in classpath/sourcepath lists, update comment.
8979 (jdb): Add setting of gud-jdb-sourcepath, update comment.
8980 (gud-find-class): Add gud-jdb-sourcepath use, and correct
8981 behaviour for the case when classpath is not used--backward
8982 compatibility fix.
8983
89842002-03-27 Eli Zaretskii <eliz@is.elta.co.il>
8985
8986 * Makefile.in (compile, compile-always): Don't try to compile
8987 non-existent files or files in empty directories.
8988
89892002-03-26 Michael Ernst <mernst@alum.mit.edu>
8990
8991 * compare-w.el (compare-windows-whitespace): Match all whitespace.
8992
8993 * emacs-lisp/shadow.el (list-load-path-shadows): Only ignore last
8994 copy of standard Lisp directories.
8995
8996 * tar-mode.el (tar-header-block-summarize, tar-get-descriptor):
8997 Support "next has longname" link type.
8998
89992002-03-26 Stefan Monnier <monnier@cs.yale.edu>
9000
9001 * textmodes/xml-lite.el (xml-lite-at-indentation-p): Move.
9002 (xml-lite-in-string-p, xml-lite-looking-back-at, xml-lite-looking-at):
9003 New functions.
9004 (forward-xml-tag, backward-xml-tag, beginning-of-xml-tag)
9005 (end-of-xml-tag): Remove.
9006 (xml-lite-get-context): Better handling of comments.
9007 (xml-lite-calculate-indent): Use xml-lite-in-string-p.
9008 (xml-lite-parse-tag-backward): Rewrite.
9009
90102002-03-26 Juanma Barranquero <lektu@terra.es>
9011
9012 * makefile.w32-in (WINS): Add the toolbar directory.
9013
90142002-03-26 Richard M. Stallman <rms@gnu.org>
9015
9016 * subr.el (substring-no-properties): Function deleted (now in C).
9017
5fe0ea6a 90182002-03-25 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
9019
9020 * mwheel.el (mouse-wheel-mode): Use global-set-key and
9021 global-unset-key.
9022
90232002-03-24 Richard M. Stallman <rms@gnu.org>
9024
9025 * mail/rmail.el (rmail-resend): Call mail-abbrev-make-syntax-table.
9026
9027 * progmodes/etags.el (tags-query-replace): Pass t for NOERROR
9028 to query-replace-read-args.
9029
9030 * progmodes/compile.el (compilation-forget-errors):
9031 Don't adjust compilation-parsing-end if it's nil.
9032
9033 * replace.el (query-replace-read-args): New optional arg NOERROR.
9034 (perform-replace): Use save-window-excursion around recursive edit.
9035
90362002-03-24 Colin Walters <walters@verbum.org>
9037
9038 * ibuffer.el (ibuffer): If the user has `ibuffer-use-other-window'
9039 non-nil, then always use another window.
9040
90412002-03-24 Gerd Moellmann <gerd@gnu.org>
9042
9043 * subr.el (macro-declaration-function): New function. Set the
9044 variable macro-declaration-function to it.
9045
9046 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
9047 Handle declarations in macro definitions.
9048
90492002-03-24 Eli Zaretskii <eliz@is.elta.co.il>
9050
9051 * facemenu.el (facemenu-get-face): Remove unused variable `foreground'.
9052
9053 * enriched.el (enriched-face-ans): Support FACE of the form
9054 (:foreground COLOR) and (:background COLOR).
9055 (enriched-decode-foreground, enriched-decode-background): Set the
9056 fore- and background colors of the faces we create, since facemenu
9057 doesn't.
9058
5fe0ea6a 90592002-03-24 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
9060
9061 * mwheel.el (mouse-wheel-mode): Use the result of
9062 current-global-map instead of the variable `global-map'.
9063
90642002-03-23 Richard M. Stallman <rms@gnu.org>
9065
9066 * mail/mailabbrev.el (mail-abbrev-make-syntax-table): New subroutine
9067 broken out of sendmail-pre-abbrev-expand-hook.
9068 (sendmail-pre-abbrev-expand-hook): Use it.
9069
90702002-03-22 Stefan Monnier <monnier@cs.yale.edu>
9071
9072 * Makefile.in (finder-inf.el): Remove.
9073 (finder-data): Don't depend on finder-inf.el any more.
9074 (compile, compile-always): Handle the case where some files
9075 from DONTCOMPILE are missing (it tried to compile them).
9076 (bootstrap-clean): Use src/emacs only if executable.
9077 (bootstrap): Update subdirs.el and finder-inf.el.
9078
9079 * finder.el: Don't load finder-inf.el during byte-compilation.
9080
9081 * vc-cvs.el (vc-cvs-registered, vc-cvs-dir-state-heuristic):
9082 Don't consider cvs-removed files as under VC control.
9083 VC wouldn't handle them properly anyway and it confuses
9084 vc-file-not-found-hook.
9085
9086 * emacs-lisp/bytecomp.el (batch-byte-compile-if-not-done):
9087 Add autoload cookie.
9088
90892002-03-22 Eli Zaretskii <eliz@is.elta.co.il>
9090
9091 * calendar/calendar.el (calendar): Doc fix.
9092
90932002-03-22 Juanma Barranquero <lektu@terra.es>
9094
9095 * play/gomoku.el (gomoku-font-lock-O-face): Convert to use `defface'.
9096 (gomoku-font-lock-X-face): Likewise.
9097 (gomoku-font-lock-keywords): Use faces instead of variables.
9098
90992002-03-21 Stefan Monnier <monnier@cs.yale.edu>
9100
9101 * Makefile.in (bootstrap): Make sure subdirs.el is ready.
9102
91032002-03-21 Kim F. Storm <storm@cua.dk>
9104
9105 * simple.el (open-network-stream, open-network-stream-nowait)
9106 (open-network-stream-server): Use featurep to test for
9107 supported networking features.
9108
91092002-03-21 Thien-Thi Nguyen <ttn@gnu.org>
9110
9111 * mail/emacsbug.el (report-emacs-bug-hook): Remove submitter
9112 directions as the last action.
9113
5fe0ea6a 91142002-03-21 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
9115
9116 * startup.el (fancy-splash-tail, normal-splash-screen):
9117 Update copyright.
9118
9119 * novice.el (disabled-command-hook): Clarify output text to match
9120 prompt.
9121
91222002-03-20 Jason Rumney <jasonr@gnu.org>
9123
9124 * frame.el (display-images-p): Do not explicitly check display type.
9125
91262002-03-20 pmr-sav <pmr-sav@hamm.pajato.com>
9127
9128 * mail-utils.el:
9129 Eliminate compilation warnings due to `rfc822-addresses'.
9130 (rmail-dont-reply-to): Eliminate `pos' as a free variable for a
9131 warning free compile.
9132
91332002-03-20 Michael Kifer <kifer@cs.stonybrook.edu>
9134
9135 * ediff-diff.el (ediff-install-fine-diff-if-necessary):
9136 Take the current highlighting style into account.
9137 (ediff-forward-word-function,ediff-whitespace,ediff-word-1)
9138 (ediff-word-2,ediff-word-3,ediff-word-4): Make them buffer local.
9139
9140 * ediff-init.el (ediff-patch-job): New macro.
9141
9142 * ediff-mult.el (ediff-make-new-meta-list-header): New API function.
9143 (ediff-intersect-directories): Use ediff-make-new-meta-list-header.
9144
9145 * ediff-ptch.el (ediff-map-patch-buffer):
9146 Use ediff-make-new-meta-list-header.
9147 (ediff-fixup-patch-map): Use the meta-list API from ediff-mult.el.
9148
9149 * ediff-util.el (ediff-toggle-hilit): Fix toggling of highliting.
9150 (ediff-select-difference): Take highlighting style into account.
9151 (ediff-clone-buffer-for-region-comparison): New function.
9152 (ediff-inferior-compare-regions): Added comparison of current diff
9153 regions.
9154
9155 * ediff.el (ediff-clone-buffer-for-region-comparison)
9156 (ediff-clone-buffer-for-window-comparison): Moved to ediff-util.el.
9157
91582002-03-19 pmr-sav <pmr-sav@hamm.pajato.com>
9159
9160 * mail-utils.el (rmail-dont-reply-to):
9161 Overhaul to correctly apply the regular
9162 expressions in the variable `rmail-dont-reply-to-names' to the list of
9163 destination addresses. Contributed by lorentey@elte.hu.
9164
9165 * rmail.el (rmail-dont-reply-to-names):
9166 Modify the documentation to make it email
9167 address centric rather than login name centric. Contributed by
9168 lorentey@elte.hu.
9169
91702002-03-18 Colin Walters <walters@verbum.org>
9171
9172 * ibuf-ext.el (ibuffer-toggle-sorting-mode): Remove `find-if' so
9173 we don't require `cl' at runtime.
9174 (sorting mode mode-name): Don't take the symbol-name of a string.
9175
9176 * ibuffer.el (ibuffer-set-mark): Go back to the beginning of the
9177 line after setting the mark.
9178 (ibuffer-insert-buffers-and-marks): Invert the test for
9179 `ibuffer-sorting-reversep'.
9180
91812002-03-18 Stefan Monnier <monnier@cs.yale.edu>
9182
9183 * international/ucs-tables.el (unify-8859-on-decoding-mode)
9184 (unify-8859-on-encoding-mode): Remove autoload cookie.
9185
91862002-03-18 Andre Spiegel <spiegel@gnu.org>
9187
9188 * vc-rcs.el (vc-rcs-register): Fix handling of
9189 vc-[rcs-]register-switches.
9190 (vc-rcs-checkin-switches, vc-rcs-checkout-switches):
9191 Variables removed, since they weren't used yet.
9192
9193 * vc-cvs.el (vc-cvs-register): Fix handling of
9194 vc-[cvs-]register-switches.
9195
9196 * vc-sccs.el (vc-sccs-register): Fix handling of
9197 vc-[sccs-]register-switches.
9198
91992002-03-18 Stefan Monnier <monnier@cs.yale.edu>
9200
9201 * loadup.el ("emacs-lisp/backquote"): Load earlier.
9202 ("international/ucs-tables"): Load and turn on
9203 unify-8859-on-encoding-mode unconditionally.
9204 (emacs-version): Use `defconst' rather than `setq'.
9205
9206 * eshell/esh-ext.el (eshell-binary-suffixes): Use exec-suffixes.
9207
92082002-03-18 Richard M. Stallman <rms@gnu.org>
9209
9210 * menu-bar.el (menu-bar-options-menu): Cope if
9211 text-mode-hook is not a list.
9212
92132002-03-17 Richard M. Stallman <rms@gnu.org>
9214
9215 * emulation/pc-select.el (pc-selection-mode):
9216 Alter the existing global map, don't replace it.
9217
9218 * files.el (list-directory): Set default-directory at the end.
9219
9220 * dabbrev.el (dabbrev--goto-start-of-abbrev):
9221 Put a limit on field-beginning search.
9222
92232002-03-17 Simon Josefsson <jas@extundo.com>
9224
9225 * net/browse-url.el (browse-url-mosaic-pidfile): New variable.
9226 (browse-url-mosaic): Use it.
9227
9228 * net/browse-url.el (browse-url-filename-alist): Don't begin
f530a77b 9229 docstring with *, you don't want to set this one with M-x set-variable.
fe72c904
CW
9230
9231 * net/browse-url.el: Put * in user option doc strings.
9232
92332002-03-17 Stefan Monnier <monnier@cs.yale.edu>
9234
9235 * textmodes/sgml-mode.el (sgml-xml-mode): Renamed from sgml-xml.
9236 (sgml-xml-guess): Simplify.
9237 (sgml-mode-common): Remove (move into sgml-mode).
9238 (sgml-mode): Add code from sgml-mode-common.
9239 Remove redundant setting of indent-line-function.
9240 Don't set skeleton-transformation when in XML mode.
9241
9242 * international/mule-diag.el (describe-char-after):
9243 Use `internal-describe-syntax-value' again (got lost somewhere).
9244
9245 * international/ucs-tables.el (ucs-unify-8859, ucs-fragment-8859):
9246 Use unify-8859-on-decoding-mode.
9247 (unify-8859-on-decoding-mode): Also set translation-table-for-input.
9248 (ucs-insert): Give an error if the unicode char can't be created.
9249
9250 * pcvs-parse.el (cvs-parse-table): Be a bit more lenient.
9251 (cvs-parse-status): Handle the "used to have a conflict" marker.
9252
92532002-03-17 Kim F. Storm <storm@cua.dk>
9254
9255 The following changes are related to the enhanced network process
9256 support.
9257
9258 * simple.el: Update copyright.
9259 (clone-process): Use make-network-process to clone network
9260 processes. Get command list via (process-contact ... t).
9261 Use set-process-query-on-exit-flag and process-query-on-exit-flag
9262 instead of process-kill-without-query.
9263 (open-network-stream): Replaces C-version from process.c.
9264 (open-network-stream-nowait, open-network-stream-server): New funs.
9265 (process-kill-without-query): Replaces C-version from process.c.
9266
9267 * files.el: Update copyright.
9268 (save-buffers-kill-emacs): Also check for active server
9269 processes. Use process-query-on-exit-flag. Only list processes
9270 which has the query-on-exit flag set in connection with user query.
9271
9272 * shadowfile.el: Update copyright.
9273 (shadow-save-buffers-kill-emacs): Also check for active server
9274 processes. Use process-query-on-exit-flag.
9275
92762002-03-16 Simon Marshall <simon.marshall@misys.com>
9277
9278 * imenu.el (imenu-menubar-modified-tick): Renamed from
9279 imenu-update-menubar-modified-tick.
9280 (imenu-update-menubar): Update imenu-menubar-modified-tick
9281 whenever outer condition succeeds.
9282
9283 * lazy-lock.el (save-buffer-state):
9284 Bind inhibit-modification-hooks and buffer-file-truename
9285 instead of before-change-functions and after-change-functions.
9286
92872002-03-16 Eli Zaretskii <eliz@is.elta.co.il>
9288
9289 * international/codepage.el (codepage-setup): Don't define a
9290 codepage if it is already defined.
9291
9292 * textmodes/po.el (po-content-type-charset-alist): Convert the
9293 car of each association to a string.
9294 (po-find-file-coding-system-guts): If the charset matches a name
9295 of a codepage, set up that codepage and return it as a coding
9296 system to decode the file.
9297 (po-find-charset): Search for the Charset= header even if we've
9298 read less than 4KB.
9299 <top-level>: Remove the setup for all known codepages: it seems
9300 to cause crashes in the CCL driver.
9301
5fe0ea6a 93022002-03-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
9303
9304 * textmodes/bibtex.el (bibtex-sort-ignore-string-entries)
9305 (bibtex-entry-field-alist): Doc fix.
9306
93072002-03-16 Richard M. Stallman <rms@gnu.org>
9308
9309 * progmodes/cperl-mode.el (cperl-imenu--function-name-regexp-perl):
9310 Move definition above cperl-outline-regexp.
9311
9312 * bindings.el (mode-line-mule-info): In computing help-echo prop,
9313 avoid using save-window-excursion. And compile the function.
9314
93152002-03-15 Stefan Monnier <monnier@cs.yale.edu>
9316
9317 * files.el (load-completion): New function.
9318 (load-library): Use it.
9319
5fe0ea6a 93202002-03-15 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
9321
9322 * calendar/cal-french.el (calendar-goto-french-date): Fix prompt
9323 to match the actual code.
9324
93252002-03-15 Eli Zaretskii <eliz@is.elta.co.il>
9326
9327 * textmodes/po.el (po-find-file-coding-system-guts):
9328 Use with-temp-buffer instead of po-with-temp-buffer.
9329
9330 * international/mule-conf.el (file-coding-system-alist): Add an
9331 association for PO files.
9332
9333 * textmodes/po.el: New file.
9334
93352002-03-15 Gerd Moellmann <gerd@gnu.org>
9336
9337 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
9338 Fix simple loop indentation.
9339
93402002-03-14 Miles Bader <miles@gnu.org>
9341
9342 * net/rlogin.el (rlogin-mode): Use `define-derived-mode'.
9343
93442002-03-14 Richard M. Stallman <rms@gnu.org>
9345
9346 * textmodes/picture.el (picture-insert)
9347 (picture-clear-column, picture-draw-rectangle):
9348 Use move-to-column, not move-to-column-force.
9349
9350 * dired.el (dired-readin): Clear out undo list.
9351 (dired-fun-in-all-buffers): Definition moved from dired-aux.el.
9352 (dired-delete-entry): New function.
9353 (dired-internal-do-deletions): Use dired-fun-in-all-buffers
9354 and dired-delete-entry, to update this buffer (and others).
9355
9356 * dired-aux.el (dired-fun-in-all-buffers): Moved to dired.el.
9357
9358 * facemenu.el (facemenu-add-new-face):
9359 Pass region args to facemenu-set-face, when there is a region.
9360 (facemenu-set-foreground, facemenu-set-background)
9361 (facemenu-add-face): Doc fixes.
9362
9363 * progmodes/cperl-mode.el (cperl-outline-regexp): Move definition up.
9364
93652002-03-14 Miles Bader <miles@gnu.org>
9366
9367 * emacs-lisp/debug.el: Require `button'.
9368 (debugger-mode-map): Set the parent keymap to `button-buffer-map',
9369 to get TAB and <backtab> bindings.
9370
9371 * net/rlogin.el (rlogin-carriage-filter): Function removed.
9372 (rlogin): Don't install the `rlogin-carriage-filter' filter, as
9373 comint removes carriage returns itself now.
9374
9375 * rfn-eshadow.el (rfn-eshadow-update-overlay):
9376 Bind `inhibit-point-motion-hooks' to t while messing around, to avoid
9377 getting hosed by our own intangible property.
9378
93792002-03-13 Stefan Monnier <monnier@cs.yale.edu>
9380
9381 * progmodes/fortran.el (fortran-mode): Set comment-padding to "$$$".
9382 Add fortran-comment-line-start-skip to comment-start-skip.
9383 (fortran-comment-indent): Keep whole-line comments in column 0.
9384 (fortran-find-comment-start-skip): New arg `all'.
9385 If ALL is nil, make sure we only match comment-start-skip if we
9386 can't match fortran-comment-line-start-skip.
9387 Fix bug that made it return t but without moving point when
9388 matching '!'! (a false-comment followed by a real comment).
9389 (fortran-indent-comment): Use new `all' argument above.
9390 Be careful not to add an incorrect comment-starter like "C"
9391 in comment-column.
9392 (fortran-split-line): When splitting a comment, reuse the comment
9393 starter from the current line rather than fortran-comment-line-start.
9394 (fortran-indent-line, fortran-auto-fill): Simplify thanks to the
9395 cleaner behavior of fortran-find-comment-start-skip.
9396 (fortran-fill): Don't be confused by ! inside a comment.
9397 (fortran-break-line): Minor cleanup and simplification.
9398
93992002-03-13 Francesco Potorti` <pot@gnu.org>
9400
9401 * progmodes/etags.el (tag-exact-file-name-match-p)
9402 (tag-file-name-match-p, tag-partial-file-name-match-p): Use a
9403 simpler regexp.
9404
94052002-03-12 Colin Walters <walters@debian.org>
9406
9407 * ibuffer.el (ibuffer-redisplay-current): Don't move point when
9408 redisplaying a line.
9409
94102002-03-12 Jan D. <Jan.Djarv@mbox200.swipnet.se>
9411
9412 * term/x-win.el (emacs-session-restore): Take previous id as
9413 an argument.
9414 (emacs-session-save): Add comment that return t means cancel shutdown
9415
9416 * startup.el (command-line): Must check that x-session-previous-id
9417 is bound also, for non-X platforms.
9418
94192002-03-12 Gerd Moellmann <gerd@gnu.org>
9420
9421 * emacs-lisp/cl-indent.el (lisp-loop-keyword-indentation)
9422 (lisp-loop-forms-indentation, lisp-simple-loop-indentation):
9423 New user options.
9424 (extended-loop-p, common-lisp-loop-part-indentation): New functions.
9425 (common-lisp-indent-function-1): Renamed from
9426 common-lisp-indent-function.
9427 (common-lisp-indent-function): Handle loop forms specially.
9428 (lisp-indent-defmethod): Use car/cdr instead of first/rest.
9429 (lisp-backquote-indentation): New user option.
9430
94312002-03-12 Francesco Potorti` <pot@gnu.org>
9432
9433 * progmodes/etags.el (tag-exact-file-name-match-p)
9434 (tag-file-name-match-p, tag-partial-file-name-match-p):
9435 Assume that the header of a tags section has either a number
9436 or nothing after the last comma.
9437
94382002-03-11 Richard M. Stallman <rms@gnu.org>
9439
9440 * imenu.el (imenu-update-menubar-modified-tick): New variable.
9441 (imenu-update-menubar): Don't call imenu--make-index-alist
9442 if buffer has not changed since last time.
9443
9444 * desktop.el (desktop-buffer-handlers): Doc fix.
9445 (desktop-buffer-file): Explicitly return BUF.
9446
9447 * paren.el (show-paren-function): Move back in other direction
9448 to verify the match is correct.
9449
9450 * mail/supercite.el (sc-select-attribution): Accept whatever value
9451 we get in CHOICE; there is no value meaning "try again".
9452
94532002-03-11 Colin Walters <walters@verbum.org>
9454
9455 * shell.el (toplevel): Revert previous change to use pcomplete.
9456 (shell-mode): Ditto.
9457 (shell-pcomplete-setup-done): Remove.
9458 (shell-pcomplete): Ditto.
9459 (shell-pcomplete-reverse): Ditto.
9460
9461 * comint.el: Remove documentation on setting up pcomplete.
9462
5fe0ea6a 94632002-03-11 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
9464
9465 * font-lock.el (java-font-lock-extra-types): Add "URL" as separate
9466 item. Doc fix.
9467
9468 * image.el (image-type-from-file-header): Make temporary buffer
9469 unibyte.
9470
9471 * subr.el (add-to-list): Doc fix.
9472
94732002-03-11 Miles Bader <miles@gnu.org>
9474
9475 * pcomplete.el (pcomplete-entries): Expand environment variables
9476 in filename.
9477
94782002-03-10 Daniel Pfeiffer <occitan@esperanto.org>
9479
9480 * play/mpuz.el: Use defface instead of facemenu-get-face.
9481
94822002-03-10 Jan D. <Jan.Djarv@mbox200.swipnet.se>
9483
9484 * startup.el (command-line): Add call to emacs-session-restore if
9485 both x-session-id and x-session-previous-id are strings.
9486
9487 * term/x-win.el (x-handle-smid): New function.
9488 (emacs-session-filename): New function.
9489 (emacs-session-save): New function.
9490 (emacs-save-session-functions): New variable.
9491 (emacs-session-restore): New function.
9492
94932002-03-09 Eli Zaretskii <eliz@is.elta.co.il>
9494
9495 * simple.el (shell-command-on-region): Call push-mark with
9496 non-nil second arg, to suppress the "Mark set" message.
9497
94982002-03-08 Richard M. Stallman <rms@gnu.org>
9499
9500 * textmodes/picture.el (picture-forward-column): New arg `interactive'
9501 is non-nil for an interactive call. Use instead of interactive-p.
9502 (picture-backward-column): Likewise.
9503
9504 * tar-mode.el (tar-untar-buffer): New function.
9505
9506 * info.el (Info-fontify-node): Bind up-clicks, not down-clicks.
9507 Put the mouse-face on the entire xref, like the local keymap.
9508
9509 * find-dired.el (find-name-dired): Use shell-quote-argument.
9510
95112002-03-08 Daniel Pfeiffer <occitan@esperanto.org>
9512
9513 * play/mpuz.el (mpuz-unsolved-face, mpuz-solved-face)
9514 (mpuz-trivial-face, mpuz-text-face, mpuz-solve-when-trivial)
9515 (mpuz-allow-double-multiplicator): New options for nicer look and
9516 new features.
9517 (mpuz-put-number-on-board, mpuz-paint-number, mpuz-solve): New funs.
9518 (mpuz-check-all-solved, mpuz-random-puzzle)
9519 (mpuz-paint-statistics, mpuz-paint-digit, mpuz-close-game)
9520 (mpuz-show-solution): Functions streamlined and removed french
9521 style space before punctuation, added face support and optional
9522 solving of trivial results.
9523
95242002-03-07 Colin Walters <walters@verbum.org>
9525
9526 * ibuf-macs.el (define-ibuffer-column): Add :summarizer property.
9527
9528 * ibuffer.el (ibuffer-update-mode-name): Substitute "view time"
9529 instead of "recency" for clarity.
9530 (ibuffer-compile-format): Document more. Handle new "summarizer"
9531 columns.
9532 (ibuffer-fontify-region-function): Ditto.
9533 (ibuffer-insert-buffer-line): Ditto.
9534 (ibuffer-map-lines): Ditto.
9535 (ibuffer-insert-buffers-and-marks): Ditto.
9536 (ibuffer-update-title-and-summary): Renamed from
9537 `ibuffer-update-title'. Handle "summarizer" columns.
9538 (ibuffer-clear-summary-columns): New function.
9539
9540 * ibuf-ext.el (ibuffer-filter-format-alist): Add type and group.
9541
95422002-03-07 Gerd Moellmann <gerd@gnu.org>
9543
9544 * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
9545 Use the other-window instead of the other-frame functions when
9546 the window is dedicated.
9547
95482002-03-06 ShengHuo ZHU <zsh@cs.rochester.edu>
9549
9550 * textmodes/bibtex.el (bibtex-make-field): Call bibtex-find-text
9551 with SILENT so that a new field can be added.
9552
95532002-03-06 Eli Zaretskii <eliz@is.elta.co.il>
9554
9555 * files.el (make-auto-save-file-name): Make sure the produced file
9556 name does not contain characters that are invalid for DOS/Windows
9557 filesystems.
9558
9559 * dos-fns.el, w32-fns.el (make-auto-save-file-name):
9560 Remove replacement functions.
9561
95622002-03-06 Gerd Moellmann <gerd@gnu.org>
9563
9564 * font-lock.el (lisp-font-lock-keywords-2): Highlight keywords of
9565 the form `:x'.
9566
9567 * vc.el (vc-branch-part): Add autoload cookie. This function can
9568 be called from vc-rcs-find-most-recent-rev when visiting a file
9569 checked into RCS in a CVS sandbox.
9570
95712002-03-06 Andreas Schwab <schwab@suse.de>
9572
9573 * progmodes/hideif.el: Augment expression parser to handle
9574 conditional expressions.
9575 (hif-token-regexp): Also match `?' and `:'.
9576 (hif-tokenize): Handle `?' and ':' as tokens.
9577 (hif-expr): Parse conditional expressions.
9578 (hif-or-expr): Parse `||' expressions.
9579 (hif-and-expr): Renamed from hif-term.
9580 (hif-conditional): New function to evaluate a conditional
9581 expression.
9582
5fe0ea6a 95832002-03-06 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
9584
9585 * language/czech.el ("Czech"): Fix the documentation.
9586
9587 * language/slovak.el ("Slovak"): Likewise.
9588
95892002-03-05 ShengHuo ZHU <zsh@cs.rochester.edu>
9590
9591 * xml.el (xml-parse-attlist): Accept empty strings.
9592
95932002-03-05 Eli Zaretskii <eliz@is.elta.co.il>
9594
9595 * mouse.el (mouse-show-mark): Remove the no-highlight alternative:
9596 all terminals now support highlighting of some kind.
9597
9598 * language/european.el (mac-roman): Fix the safe-chars property.
9599
96002002-03-05 Andre Spiegel <spiegel@gnu.org>
9601
9602 * vc.el (vc-transfer-file): Use `make-temp-file'.
9603 (vc-default-update-changelog): Remove conditional use of
9604 `make-temp-name'.
9605
9606 * vc-cvs.el (vc-cvs-diff-tree): Fix typo in parameter names.
9607
96082002-03-05 Michael Kifer <kifer@cs.stonybrook.edu>
9609
9610 * ediff-init.el: Comments.
9611
9612 * ediff-hook.el: Got rid of autoloads. Not needed, since the hook
9613 is loaded.
9614
9615 * ediff-mult.el (ediff-intersect-directories)
9616 (ediff-prepare-meta-buffer,ediff-get-directory-files-under-revision):
9617 Cleanup.
9618 (ediff-draw-dir-diffs): Now supports the "C" command in directory
9619 difference buffer.
9620 (ediff-dir-diff-copy-file): New function that implements copying
9621 of files from one Ediff dir to another
9622 (ediff-bury-dir-diffs-buffer): Kills the buffer instead.
9623 (ediff-append-custom-diff): Better error msgs.
9624
9625 * ediff-util.el (ediff-compute-custom-diffs-maybe): Buglet fix.
9626 (ediff-inferior-compare-regions): Use
9627 ediff-clone-buffer-for-region-comparison. Better and simpler interface.
9628
9629 * ediff.el (ediff-directories-internal): Cleanup.
9630 (ediff-clone-buffer-for-region-comparison): Better interface.
9631
96322002-03-04 Richard M. Stallman <rms@gnu.org>
9633
9634 * emacs-lisp/easy-mmode.el (define-minor-mode):
9635 Use "P" in interactive spec of minor mode commands.
9636
96372002-03-04 Stefan Monnier <monnier@cs.yale.edu>
9638
9639 * faces.el (face-spec-choose): Allow `t' to appear before the end.
9640 (mode-line, tool-bar, minibuffer-prompt, region, fringe, bold, italic)
9641 (bold-italic, underline, highlight, secondary-selection, fixed-pitch)
9642 (variable-pitch, trailing-whitespace): Don't use the old-style entries.
9643 (mode-line-inactive, header-line): Move the `t' section to the
9644 beginning so the `:inherit' setting can be shared.
9645
5fe0ea6a 96462002-03-04 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
9647
9648 * net/snmp-mode.el: Require tempo when compiling to prevent
9649 warnings. Update copyright notice.
9650
9651 * help.el (describe-key-briefly, describe-key): Interpret `undefined'
9652 like not defined at all.
9653
96542002-03-03 Stefan Monnier <monnier@cs.yale.edu>
9655
9656 * textmodes/sgml-mode.el: Change maintainer to FSF.
9657 (sgml-start-tag-regex, sgml-font-lock-keywords-1, sgml-mode-common)
9658 (sgml-tags-invisible, sgml-beginning-of-tag):
9659 Allow _ : and non-ASCII in tag names, as required for XML.
9660 (sgml-name-char): Don't assume anything about charsets handled by
9661 encode-char.
9662
9663 * textmodes/tex-mode.el (tex-guess-main-file): Handle the case
9664 where one of the buffers is narrowed.
9665
9666 * hexl.el (hexlify-command, dehexlify-command): Remove.
9667 (hexlify-buffer, dehexlify-buffer): Use call-process-region
9668 rather than shell-command-on-region.
9669
9670 * newcomment.el (comment-forward): Use forward-comment to skip
9671 over whitespace (or comments) even when comment-use-syntax is nil.
9672
9673 * progmodes/cperl-mode.el (cperl-menu): Add "-emacs" to the version.
9674
9675 * textmodes/xml-lite.el: New file.
9676
96772002-03-03 Richard M. Stallman <rms@gnu.org>
9678
9679 * textmodes/artist.el (artist-system): Use make-temp-file.
9680
9681 * progmodes/ps-mode.el (ps-run-make-tmp-filename): Use make-temp-file.
9682
9683 * mail/sendmail.el (mail-recover-1): Increase non-random-len
9684 by 1 since we changed make-auto-save-file-name to add one
9685 fewer character to the buffer name.
9686 (mail-recover): Really show point at the right place
9687 in the *Directory* buffer.
9688
9689 * files.el (make-auto-save-file-name): Use make-temp-file.
9690
9691 * terminal.el (te-create-terminfo): Use make-temp-file
9692 to create the source file in a safe way.
9693
96942002-03-03 Eli Zaretskii <eliz@is.elta.co.il>
9695
9696 * cus-start.el: Rename automatic-hscroll-step and
9697 automatic-hscroll-margin into hscroll-step and hscroll-margin.
9698
f530a77b 9699 * frame.el (auto-hscroll-mode): Renamed from automatic-hscrolling.
fe72c904
CW
9700 (automatic-hscrolling): Now a defvaralias for auto-hscroll-mode.
9701
9702 * mouse.el (mouse-region-delete-keys): Add deletechar.
9703
97042002-03-03 Sam Steingold <sds@gnu.org>
9705
9706 * play/snake.el (snake-score-file): Fixed parens (broken by the
9707 last patch).
9708 * play/tetris.el (tetris-score-file): Ditto.
9709
97102002-03-03 Richard M. Stallman <rms@gnu.org>
9711
9712 * play/tetris.el (tetris-score-file): Put in home dir, not in /tmp.
9713
9714 * play/snake.el (snake-score-file): Put in home dir, not in /tmp.
9715
9716 * play/gamegrid.el (gamegrid-set-font, gamegrid-setup-face)
9717 (gamegrid-make-mono-tty-face): Fix usage of condition-case.
9718
97192002-03-03 Thien-Thi Nguyen <ttn@gnu.org>
9720
9721 * calendar/diary-lib.el (list-diary-entries): Use `buffer-substring'
9722 instead of `buffer-substring-no-properties' to support enriched mode.
9723
97242002-03-02 Richard M. Stallman <rms@gnu.org>
9725
9726 * find-dired.el (find-grep-dired): Call shell-quote-argument.
9727 Specify the -e option.
9728 Rename arg to `regexp'.
9729
97302002-03-02 Milan Zamazal <pdm@zamazal.org>
9731
9732 * textmodes/tildify.el (tildify-string-alist): Add entry for xml-mode.
9733
97342002-03-02 Miles Bader <miles@gnu.org>
9735
9736 * mwheel.el (mwheel-scroll): Remove `double' and `triple' from the
9737 event-modifiers before looking up in `mouse-wheel-scroll-amount'.
9738 If there's no applicable modifiers entry in the alist in
9739 `mouse-wheel-scroll-amount', fall back to the default, not to
9740 nil (which causes full screen scrolls).
9741
97422002-03-01 Andreas Schwab <schwab@suse.de>
9743
9744 * textmodes/texnfo-upd.el (texinfo-start-menu-description):
9745 Remove extra paren in regexp.
9746
97472002-03-01 Eli Zaretskii <eliz@is.elta.co.il>
9748
9749 * mouse.el (mouse-show-mark): Use display-mouse-p, not
9750 display-graphic-p, to decide whether to move point or use the
9751 highlighting.
9752
97532002-02-28 Colin Walters <walters@verbum.org>
9754
9755 * eshell/esh-var.el (eshell-parse-variable-ref): Use `make-temp-file'.
9756
9757 * calc/calc-graph.el (calc-gnuplot-tempfile): Don't expand against
9758 `temporary-file-directory'; we now do that in `calc-graph-file-cache'.
9759 (calc-temp-file-name): Use `make-temp-file'.
9760
97612002-02-28 Richard M. Stallman <rms@gnu.org>
9762
9763 * font-lock.el (java-font-lock-extra-types):
9764 Match java.net.URL, etc.
9765
5fe0ea6a 97662002-02-28 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
9767
9768 * hexl.el (hexl-options): Doc fix.
9769 Update Commentary section.
9770
9771 * textmodes/sgml-mode.el (sgml-specials, sgml-quick-keys):
9772 Doc fixes.
9773
97742002-02-28 Andre Spiegel <spiegel@gnu.org>
9775
9776 * vc.el (vc-revert-buffer): If the buffer is not saved, prompt
9777 the user to do that first.
9778 (vc-update): New function.
9779
9780 * vc-hooks.el (vc-menu-map): New entry "Update to Latest Version",
9781 which calls vc-update. Use the term "Base Version" instead of
9782 "Last Version" for the entries "Revert" and "Compare".
9783
97842002-02-28 Kim F. Storm <storm@cua.dk>
9785
9786 * simple.el (shell-command-on-region): Report non-zero exit
9787 status in mode line instead of buffer.
9788
97892002-02-27 Richard M. Stallman <rms@gnu.org>
9790
9791 * comint.el (comint-preoutput-filter-functions): Doc fix.
9792 (comint-output-filter-functions, comint-input-filter-functions)
9793 (comint-redirect-filter-functions): Likewise.
9794
9795 (comint-redirect-preoutput-filter): Do the local-hook
9796 handling of t when running comint-redirect-filter-functions.
9797 (comint-output-filter): Likewise for comint-preoutput-filter-functions.
9798
97992002-02-26 Richard M. Stallman <rms@gnu.org>
9800
9801 * paths.el (remote-shell-program): Add doc string.
9802
98032002-02-26 Colin Walters <walters@debian.org>
9804
9805 * ibuf-ext.el (sorter mode-name): New.
9806 (ibuffer-do-occur): Don't quote ibuffer-marked-char.
9807
9808 * calc/calc-ext.el (calc-scroll-left): Call scroll-left
9809 interactively, so they do something.
9810 (calc-scroll-right): Ditto.
9811
98122002-02-26 Eli Zaretskii <eliz@is.elta.co.il>
9813
9814 * international/mule.el (ctext-pre-write-conversion): Handle the
9815 case when FROM is a string, and when we are called from
9816 build_annotations_2.
9817
98182002-02-26 Richard M. Stallman <rms@gnu.org>
9819
9820 * rect.el (clear-rectangle-line): Reindent to the same column
9821 that move-to-column reached when it tried to go to endcol.
9822
9823 * icomplete.el (icomplete-exhibit): Use minibuffer-prompt-end.
9824
98252002-02-26 Ivar Rummelhoff <ivarru@math.uio.no>
9826
9827 * winner.el (winner-boring-buffers, winner-set): A window which
9828 displays a buffer whose name is in the list
9829 `winner-boring-buffers', will no longer be restored by `winner-undo'.
9830 (winner-sorted-window-list): Used to improve comparison between
9831 window configurations.
9832 (winner-win-data): Simplified and moved.
9833 (winner-conf): Simplified (now uses `winner-win-data').
9834 (winner-change-fun, winner-save-old-configurations)
9835 (winner-save-(un)conditionally, winner-redo): Changes made while in
9836 the minibuffer will be ignored. (Such changes are undone upon
9837 exit for the minibuffer, anyway.)
9838 (winner-set-conf): Preserve selected window whenever possible.
9839 (winner-make-point-alist): Simplified.
9840 (winner-mode, winner-save-unconditionally): Save current window
9841 configuration on entering minibuffer.
9842 (minor-mode-alist): Don't add winner-mode to `minor-mode-alist',
9843 since it does not change the overall behavior of Emacs.
9844
98452002-02-26 Eli Zaretskii <eliz@is.elta.co.il>
9846
9847 * international/mule-conf.el (compound-text): Renamed back from
9848 compound-text-no-extensions.
9849 (ctext-no-compositions): Remove the mime-charset property.
9850 (compound-text-with-extensions): Renamed from compound-text.
9851 (x-ctext-with-extensions, ctext-with-extensions): Renamed aliases.
9852
98532002-02-26 Juanma Barranquero <lektu@terra.es>
9854
9855 * faces.el (list-faces-display): Fix typo.
9856
98572002-02-25 Richard M. Stallman <rms@gnu.org>
9858
9859 * frame.el (focus-follows-mouse): Doc fix.
9860
98612002-02-26 Miles Bader <miles@gnu.org>
9862
9863 * mwheel.el (mouse-wheel-mode): Pass vectors instead of symbols
9864 to `define-key', since it no longer accepts the latter.
9865
98662002-02-25 Jason Rumney <jasonr@gnu.org>
9867
9868 * term/w32-win.el (mouse-wheel-scroll-line): Use car of
9869 mouse-wheel-scroll-amount.
9870
9871 * w32-vars.el (mouse-wheel-scroll-amount): Use same definition as
9872 mwheel.el.
9873
9874 * language/japanese.el (iso-2022-jp-2): Add init-bol flag.
9875
98762002-02-25 Andre Spiegel <spiegel@gnu.org>
9877
9878 * vc.el (vc-diff-switches-list): Fix prev change, making the macro
9879 consistent with the others that take a backend name as a symbol.
9880
9881 * vc-cvs.el, vc-rcs.el, vc-sccs.el: Fix calls to vc-diff-switches-list.
9882
98832002-02-25 Kim F. Storm <no-spam@cua.dk>
9884
9885 * comint.el (comint-replace-by-expanded-filename): Do nothing if
9886 comint-match-partial-filename returns nil.
9887
9888 * shell.el (shell-pcomplete-setup-done): New variable.
9889 (shell-pcomplete): Use it instead of shell-pcomplete-setup-p.
9890 (shell-pcomplete-reverse): Ditto.
9891
98922002-02-25 Per Abrahamsen <abraham@dina.kvl.dk>
9893
9894 * ps-print.el (ps-print-printer): Added `lpr' customize group member.
9895
98962002-02-25 Juanma Barranquero <lektu@terra.es>
9897
9898 * subr.el (save-match-data): Doc fix.
9899
9900 * ielm.el (ielm-prompt): Allow customization; make it read-only.
9901
99022002-02-25 Kim F. Storm <storm@cua.dk>
9903
9904 * shell.el (shell-mode-map): Add "Complete" header so completion
9905 menu is shown on the menu bar in shell mode.
9906
99072002-02-25 Stefan Monnier <monnier@cs.yale.edu>
9908
9909 * ielm.el (ielm-match-data): New var.
9910 (inferior-emacs-lisp-mode): Make it buffer-local.
9911 (ielm-eval-input): Use it to preserve match-data between inputs.
9912
99132002-02-24 Juanma Barranquero <lektu@terra.es>
9914
9915 * ielm.el (inferior-emacs-lisp-mode): Use hexl for the dummy process.
9916
99172002-02-24 Per Abrahamsen <abraham@dina.kvl.dk>
9918
9919 * cus-edit.el (custom-unlispify-remove-prefixes): Add to
9920 `custom-buffer' customize group.
9921
99222002-02-23 Kim F. Storm <storm@cua.dk>
9923
9924 * help.el (where-is): Use remap-command.
9925
9926 * help-fns.el (describe-function-1): Use remap-command.
9927
9928 * subr.el (global-set-key, local-set-key): Undo 2002-02-06
9929 change (no longer accept a symbol for the KEY argument).
9930
99312002-02-23 Colin Walters <walters@debian.org>
9932
9933 * calc/calcalg3.el (calc-invent-variables): Convert integer to string.
9934 * calc/calcalg2.el (math-solve-get-sign): Ditto.
9935
9936 * ibuffer.el (ibuffer-compile-format): Don't uselessly bind `pt'
9937 in generated function.
9938
9939 * ibuf-ext.el (ibuffer-old-time): Change to hours.
9940 (ibuffer-mark-old-buffers): Handle it.
9941
9942 * shell.el (shell-pcomplete, shell-pcomplete-reverse): New functions.
9943 (toplevel): Bind them.
9944 (shell-mode): Don't set `comint-dynamic-complete-functions'; it is
9945 not necessary now that we use pcomplete.
9946
9947 * comint.el: Document how use new pcomplete completion facility.
9948
99492002-02-23 Richard M. Stallman <rms@gnu.org>
9950
9951 * mail/rmailsum.el (rmail-summary-output): Properly advance
9952 to next message, by calling rmail-summary-goto-msg.
9953
9954 * net/browse-url.el (browse-url-galeon): Specify --existing
9955 for an existing window. Use --noraise rather than --no-raise.
9956 Don't use -x.
9957
99582002-02-22 Eli Zaretskii <eliz@is.elta.co.il>
9959
9960 * progmodes/etags.el (find-tag-noselect, find-tag)
9961 (find-tag-other-window, find-tag-other-frame, find-tag-regexp):
9962 Fix a typo in doc strings.
9963
99642002-02-20 Deepak Goel <deego@glue.umd.edu>
9965
9966 * play/snake.el (snake-velocity-queue, snake-update-velocity)
9967 (snake-final-x-velocity, snake-final-y-velocity):
9968 New variable and functions. Store user's keypresses
9969 into a queue and pop from the queue each subsequent turn.
9970 (snake-update-game, snake-move-left)
9971 (snake-move-right, snake-move-up, snake-move-down, snake-active-p)
9972 (snake-start-game): Use that queue.
9973 (snake-use-glyphs-flag): Renamed from snake-use-glyphs.
9974 (snake-use-color-flag): Likewise.
9975 (snake-mode): Rename uses of those variables.
9976
99772002-02-22 Eli Zaretskii <eliz@is.elta.co.il>
9978
9979 Support for ICCCM Extended Segments in X selections:
9980
9981 * international/mule-conf.el (ctext-no-compositions): New coding
9982 system.
9983 (compount-text-no-extensions): Renamed from compound-text.
9984 (x-ctext-no-extensions, ctext-no-extensions): Aliases for
9985 compound-text-no-extensions.
9986 (compound-text): Redefined using post-read and pre-write conversions.
9987
9988 * international/mule.el (non-standard-icccm-encodings-alist)
9989 (non-standard-designations-alist): New variables.
9990 (ctext-post-read-conversion, ctext-pre-write-conversion):
9991 New functions.
9992
99932002-02-21 Jonathan Kamens <jik@kamens.brookline.ma.us>
9994
9995 * vc.el (vc-default-init-version): Update documentation to
9996 indicate that the backend can override the default init version.
9997 (vc-register): Use the backend init-version function, if it
9998 exists, to determine the initial version of a file.
9999 (vc-diff-switches-list): Don't symbol-quote backend, since it's
10000 already a symbol. Don't fail if vc-BACKEND-diff-switches isn't bound.
10001
10002 * vc-hooks.el (vc-mode-line): Set vc-mode to nil if the file is
10003 not version-controlled. This is necessary, e.g., if the file has
10004 just been reverted, and thus was previously under version control
10005 but isn't any longer.
10006 (vc-find-file-hook): Likewise.
10007
100082002-02-21 Martin Lorentzson <Martin.Lorentzson@telia.com>
10009
10010 * vc-cvs.el (vc-cvs-sticky-date-format-string): New variable.
10011 (vc-cvs-sticky-tag-display): New variable.
10012 (vc-cvs-mode-line-string): Add sticky-tag to the mode-line.
10013 (vc-cvs-checkin): If the input revision is a valid symbolic tag
10014 name, we create it as a branch, commit and switch to it.
10015 (vc-cvs-retrieve-snapshot): Set file-property sticky-tag.
10016 (vc-cvs-valid-symbolic-tag-name-p): New function.
10017 (vc-cvs-parse-sticky-tag): New function.
10018 (vc-cvs-parse-entry): Added parsing of sticky tags.
10019
100202002-02-21 Per Abrahamsen <abraham@dina.kvl.dk>
10021
10022 * toolbar/tool-bar.el (tool-bar-mode): Revert the :init-value to
10023 nil, and then explicitly set the standard-value to t.
10024
100252002-02-20 Sam Steingold <sds@gnu.org>
10026
10027 * textmodes/flyspell.el (flyspell-mode): Autoload the variable
10028 since it is used in the menu bar.
10029
100302002-02-20 Richard M. Stallman <rms@gnu.org>
10031
10032 * simple.el (shell-command-on-region): Display the exit status
10033 when a command fails.
10034
10035 * subr.el (add-hook): Doc fix.
10036
10037 * frame.el (other-frame): Doc fix.
10038
10039 * simple.el (yank): Clear `field' property.
10040
100412002-02-20 Tom Tromey <tromey@cachet>
10042
10043 * progmodes/tcl.el (tcl-do-fill-paragraph): Find and fill on more
10044 natural paragraph boundaries. Don't fail at beginning of buffer.
10045
5fe0ea6a 100462002-02-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
10047
10048 * tar-mode.el (tar-next-line, tar-previous-line): Add doc string,
10049 call the argument "arg" to match plain next-line and
10050 previous-line. From Kevin Ryde <user42@zip.com.au>.
10051
100522002-02-19 Sam Steingold <sds@gnu.org>
10053
10054 * mwheel.el (mouse-wheel-scroll-amount): Can specify different
10055 scroll amounts for different modifiers now.
10056 (mwheel-scroll): Handle the new `mouse-wheel-scroll-amount'
10057 format properly.
10058 (mouse-wheel-mode): Ditto.
10059
100602002-02-19 Eli Zaretskii <eliz@is.elta.co.il>
10061
10062 * textmodes/bibtex.el (bibtex-parse-keys): Put save-match-data
10063 around function body.
10064
10065 * net/browse-url.el (browse-url-maybe-new-window): Reverse the
10066 sense of the comparison, to match the doc strings of functions
10067 that use this macro.
10068
100692002-02-19 Per Abrahamsen <abraham@dina.kvl.dk>
10070
10071 * facemenu.el (describe-text-mode-map): Removed bootstrap kludge.
10072
10073 * toolbar/tool-bar.el (tool-bar-mode): Made the standard value t.
10074 * menu-bar.el (menu-bar-mode): Ditto.
10075
100762002-02-18 Andreas Schwab <schwab@suse.de>
10077
10078 * replace.el (query-replace-regexp-eval): Doc fix.
10079
100802002-02-18 Colin Walters <walters@verbum.org>
10081
10082 * calc/calcalg2.el (math-solve-get-int): Convert return value from
10083 `math-get-from-counter' to a string before calling `concat' on it.
10084
10085 * calc/calc-maint.el (calc-split-manual): Look for calc.texi.
10086 (calc-public-autoloads): Obsolete; remove.
10087 (calc-private-autoloads): Ditto.
10088 (calc-add-autoloads): Ditto.
10089
10090 * calc/calc-macs.el (calc-with-default-simplification): Use &rest
10091 for body.
10092
100932002-02-17 Jason Rumney <jasonr@gnu.org>
10094
10095 * w32-win.el (x-option-alist, x-long-option-alist)
10096 (x-switch-definitions): Remove, use command-line-x-option-alist
10097 instead to be consistent with X.
10098 (x-handle-initial-switch): New function.
10099
101002002-02-17 Eli Zaretskii <eliz@is.elta.co.il>
10101
10102 * faces.el (mode-line-inactive, header-line): Add the :inherit
10103 attribute for the tty case.
10104
101052002-02-17 stanislav shalunov <shalunov@internet2.edu>
10106
10107 * mail/uce.el (uce-reply-to-uce): Fix incorrect behavior when
10108 invoked from Rmail with full headers displayed.
10109
5fe0ea6a 101102002-02-17 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
fe72c904
CW
10111
10112 * emacs-lisp/lisp.el (mark-defun): Don't leave multiple marks
10113 when repeated.
10114 * textmodes/paragraphs.el (mark-paragraph): Ditto.
10115
101162002-02-17 Per Abrahamsen <abraham@dina.kvl.dk>
10117
10118 * menu-bar.el (menu-bar-showhide-menu): Added speedbar.
10119 (menu-bar-tools-menu): Removed speedbar.
10120
10121 * textmodes/ispell.el (ispell-menu-map): Added `customize-ispell'
10122 and `flyspell-mode' entries.
10123
10124 * textmodes/flyspell.el (flyspell): Add to ispell group.
10125
5fe0ea6a 101262002-02-17 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
fe72c904 10127
f530a77b
SM
10128 * emacs-lisp/lisp.el (mark-sexp): Don't leave multiple marks when
10129 repeated.
10130 (mark-defun): Mark more if repeated.
fe72c904
CW
10131
101322002-02-17 Colin Walters <walters@verbum.org>
10133
10134 * ibuf-ext.el (ibuffer-toggle-sorting-mode): Make it work.
10135
10136 * ibuffer.el (ibuffer-truncate-lines): New option.
a51c969c 10137 (ibuffer-mode): Use it.
fe72c904
CW
10138
101392002-02-17 Kim F. Storm <storm@cua.dk>
10140
10141 * cus-start.el: Add mouse-highlight.
10142
101432002-02-16 Eli Zaretskii <eliz@is.elta.co.il>
10144
10145 * Makefile.in (DONTCOMPILE): Remove cus-start.el.
10146
10147 * cus-start.el: Add automatic-hscroll-margin and
10148 automatic-hscroll-step.
10149
5fe0ea6a 101502002-02-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
10151
10152 * cus-start.el (x-autoselect-window): Allow customization.
10153
10154 * eshell/em-alias.el (eshell-alias-initialize): Do not use
10155 make-local-hook.
10156
10157 * eshell/em-cmpl.el (eshell-cmpl-initialize): Likewise.
10158
10159 * eshell/em-dirs.el (eshell-dirs-initialize): Likewise.
10160
10161 * eshell/em-glob.el (eshell-glob-initialize): Likewise.
10162
10163 * eshell/em-hist.el (eshell-hist-initialize): Likewise.
10164
10165 * eshell/em-pred.el (eshell-pred-initialize): Likewise.
10166
10167 * eshell/em-prompt.el (eshell-prompt-initialize): Likewise.
10168
10169 * eshell/em-rebind.el (eshell-rebind-initialize): Likewise.
10170
10171 * eshell/em-smart.el (eshell-smart-initialize): Likewise.
10172
10173 * eshell/em-unix.el (eshell-unix-initialize): Likewise.
10174
10175 * eshell/esh-cmd.el (eshell-cmd-initialize): Likewise.
10176
10177 * eshell/esh-ext.el (eshell-ext-initialize): Likewise.
10178
10179 * eshell/esh-io.el (eshell-io-initialize): Likewise.
10180
10181 * eshell/esh-mode.el (eshell-mode): Likewise.
10182
10183 * eshell/esh-test.el (eshell-show-usage-metrics): Likewise.
10184
10185 * eshell/esh-var.el (eshell-var-initialize): Likewise.
10186
10187 * progmodes/idlw-shell.el (idlwave-shell-mode): Likewise.
10188
10189 * progmodes/idlwave.el (idlwave-mode): Likewise.
10190
10191 * textmodes/reftex-sel.el (reftex-select-label-mode)
10192 (reftex-select-bib-mode): Likewise.
10193
101942002-02-16 John Wiegley <johnw@gnu.org>
10195
10196 * eshell/em-hist.el (eshell-hist-initialize): When in the
10197 minibuffer, use the global value of `eshell-history-ring', and
10198 never save it to disk, or ask to save it to disk. This allows
10199 users of session.el to control whether its global state should be
10200 persisted or not.
10201 (eshell-add-command-to-history): Don't write Eshell's history out
10202 to disk, let the governing mode control that upon exit.
10203
102042002-02-16 Eli Zaretskii <eliz@is.elta.co.il>
10205
10206 * eshell/eshell.el (eshell-command): Before reading from the
10207 minibuffer, add eshell-add-command-to-history to
10208 minibuffer-exit-hook, and remove it after read-from-minibuffer
10209 returns.
10210
10211 * eshell/em-hist.el (eshell-add-input-to-history): New function,
10212 with most of the code from eshell-add-to-history.
10213 (eshell-add-command-to-history): New function, to record in
10214 eshell-history the commands run via eshell-command.
10215 (eshell-add-to-history): Call eshell-add-command-to-history to do
10216 most of the work.
10217
102182002-02-16 John Wiegley <johnw@gnu.org>
10219
10220 * eshell/esh-ext.el (eshell-external-command): Added a fix for
10221 XEmacs' new dired.el, which adds a global entry in the
10222 `file-name-handler-alist'.
10223
102242002-02-16 John Wiegley <johnw@gnu.org>
10225
10226 * align.el (align-region): Added a missing name argument.
10227
102282002-02-16 John Wiegley <johnw@gnu.org>
10229
10230 * eshell/esh-ext.el (eshell-script-interpreter): Allow whitespace
10231 after the #! of a shell interpretor specification.
10232
102332002-02-15 Richard M. Stallman <rms@gnu.org>
10234
10235 * help.el (describe-key-briefly): Make output in INSERT case
10236 look just like what is displayed in the normal case.
10237
102382002-02-15 Andreas Schwab <schwab@suse.de>
10239
10240 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
10241 Require non-letter after specials.
10242
102432002-02-15 Eli Zaretskii <eliz@is.elta.co.il>
10244
10245 * menu-bar.el (menu-bar-tools-menu): Add an item for Calculator.
10246
5fe0ea6a 102472002-02-15 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
fe72c904
CW
10248
10249 * simple.el (mark-word): Mark more if repeated.
10250 * textmodes/paragraphs.el (mark-paragraph): Ditto.
10251 (mark-end-of-sentence): Ditto.
10252
102532002-02-15 Per Abrahamsen <abraham@dina.kvl.dk>
10254
10255 * wid-edit.el (widgetp): Made it more robust.
10256
102572002-02-14 Per Abrahamsen <abraham@dina.kvl.dk>
10258
10259 * facemenu.el (describe-text-done): New function.
10260 (describe-text-mode-map): New variable.
10261 (describe-text-mode-hook): New option.
10262 (describe-text-mode): New function.
10263 (describe-text-widget): New function.
10264 (describe-text-sexp): New function.
10265 (describe-text-properties): New function.
10266 (describe-text-category): New command.
10267 (describe-text-at): New command.
10268 (facemenu-menu): Replace `list-text-properties-at' with
10269 `describe-text-at' in the menu.
10270
10271 * wid-edit.el (widgetp): New function.
10272 * wid-edit.el (widget-keymap, widget-insert, widget-setup): Autoload.
10273
10274 * emacs-lisp/pp.el (pp-to-string): Autoloaded.
10275
10276 * wid-browse.el: Removed version and x-url keywords.
10277
102782002-02-13 Kim F. Storm <storm@cua.dk>
10279
10280 * cus-start.el (mode-line-in-non-selected-windows):
10281 Allow customization.
10282
102832002-02-13 Richard M. Stallman <rms@gnu.org>
10284
10285 * textmodes/bibtex.el (bibtex-parse-buffers-stealthily):
10286 Tell bibtex-parse-keys to output no progress messages.
10287
102882002-02-12 Eli Zaretskii <eliz@is.elta.co.il>
10289
10290 * progmodes/pascal.el (pascal-imenu-generic-expression):
10291 Add menu-title and fix parentheses.
10292
102932002-02-12 Per Abrahamsen <abraham@dina.kvl.dk>
10294
10295 * menu-bar.el (menu-bar-options-save): Removed `truncate-lines'.
10296 (menu-bar-options-menu): Don't set default value for `truncate-lines'.
10297
102982002-02-12 Per Abrahamsen <abraham@dina.kvl.dk>
10299
10300 * menu-bar.el (menu-bar-options-save): Only save
10301 `current-language-environment' and `default-input-method' when
10302 marked as customized.
10303
10304 * international/mule-cmds.el
10305 (setup-specified-language-environment):
10306 Mark `current-language-environment' as customized.
10307 (set-input-method): Mark `default-input-method' as customized when
10308 called interactively.
10309 (toggle-input-method): Ditto.
10310
103112002-02-11 Colin Walters <walters@verbum.org>
10312
10313 * ibuffer.el (ibuffer-switch-format): Supply required argument for
10314 `ibuffer-current-formats'.
10315
103162002-02-11 Miles Bader <miles@gnu.org>
10317
10318 * faces.el (mode-line-inactive): Add dark-background variant.
10319
103202002-02-11 Per Abrahamsen <abraham@dina.kvl.dk>
10321
10322 * toolbar/tool-bar.el (tool-bar-mode): Removed standard value.
10323 * menu-bar.el (menu-bar-mode): Ditto.
10324 * cus-edit.el (customize-mark-to-save): Always save variables
10325 without a standard value.
10326
10327 * menu-bar.el (menu-bar-make-toggle): Made it aware of customize.
10328 (menu-bar-options-save): Ditto.
10329 (menu-bar-showhide-menu): Ditto.
10330 (menu-bar-options-menu): Ditto.
10331 (menu-bar-scroll-bar-right, menu-bar-scroll-bar-left)
10332 (menu-bar-scroll-bar-none): Remove.
10333 (menu-bar-showhide-scroll-bar-menu): Use customize aware lambda
10334 expressions instead.
10335
10336 * cus-edit.el (customize-set-value): Return value.
10337 (customize-set-variable): Ditto.
10338 (customize-save-variable): Ditto.
10339 (customize-set-variable): Load dependencies before setting value.
10340 (custom-load-symbol): Autoload it.
10341 (customize-mark-as-set): New function.
10342
103432002-02-11 Eli Zaretskii <eliz@is.elta.co.il>
10344
10345 * cus-start.el: Don't warn about "x-*" symbols when building a
10346 non-GUI version.
10347
5fe0ea6a 103482002-02-11 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
10349
10350 * strokes.el (strokes-do-stroke, strokes-do-complex-stroke):
10351 Doc fix.
10352 (strokes-help): Do not use doubled with-output-to-temp-buffer.
10353 Fix the help string.
10354 (strokes-prompt-user-save-strokes): Fix typo.
10355 (strokes-list-strokes): Use proper exit-action argument for
10356 view-buffer. Update copyright notice.
10357
10358 * international/mule-diag.el: Various doc and message fixes.
10359 (non-iso-charset-alist): Add mac-roman. Don't add entries for
10360 codepages already present.
10361 (list-block-of-chars): Display space for null entries in
10362 translation table. Display tab specially.
10363 (list-non-iso-charset-chars): Check for null charsets. Use pop
10364 for clarity. Don't break 8-bit sets into sections between ranges.
10365 (list-charset-chars): Avoid indent-tabs-mode.
10366 (describe-char-after): Maybe use the text property for syntax
10367 table information. Maybe report char-code-property-table info.
10368 Maybe report character's unicode. Tweak printing of list info.
10369 (list-input-methods): Add xref buttons.
10370 (dump-charsets, dump-codings): Deleted (obsolete).
10371 From Dave Love <fx@gnu.org>.
10372
5fe0ea6a 103732002-02-10 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
10374
10375 * menu-bar.el (menu-bar-showhide-menu): Rename functions for toggling.
10376
103772002-02-10 Michael Kifer <kifer@cs.stonybrook.edu>
10378
10379 * viper-util.el (viper-read-key-sequence): Fix so it'll read
10380 fast key sequences in emacs native mode
10381 (viper-events-to-keys): Delete.
10382
10383 * viper.el (describe-key, describe-key-briefly): Get rid of
10384 viper-events-to-keys.
10385
10386 * ediff-init.el (ediff-has-gutter-support): Steven Turnbull's patch.
10387
10388 * ediff-wind.el (ediff-setup-control-frame):
10389 Use ediff-has-gutter-support.
10390
10391 * ediff-util.el (ediff-dispose-of-variant-according-to-user):
10392 check if buff is alive.
10393
10394 * ediff.el: Typo in comment.
10395
5fe0ea6a 103962002-02-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
10397
10398 * menu-bar.el (menu-bar-options-save): Take care of
10399 line-number-mode and column-number-mode variables.
10400 (menu-bar-showhide-menu): New menu-items "Show Line Number" and
10401 "Show Column Number" in "Show/Hide" menu.
10402
104032002-02-09 Richard M. Stallman <rms@gnu.org>
10404
10405 * mail/mailabbrev.el (mail-mode-map): Use eval-after-load to change it.
10406
104072002-02-09 Kim F. Storm <storm@cua.dk>
10408
10409 * faces.el (mode-line-inactive): New face for mode-line for
10410 non-selected windows.
10411 (mode-line): Doc fix: Only used for selected window.
10412
104132002-02-08 Eli Zaretskii <eliz@is.elta.co.il>
10414
10415 * calendar/cal-menu.el (calendar-mode-map): Change the menu item's
10416 name to "Insert Diary Entry".
10417
104182002-02-08 Stefan Monnier <monnier@cs.yale.edu>
10419
10420 * font-lock.el (save-buffer-state): Use restore-buffer-modified-p.
10421 (c-font-lock-syntactic-face-function): Accept doxygen-style comments.
10422
104232002-02-08 Richard M. Stallman <rms@gnu.org>
10424
10425 * textmodes/text-mode.el (text-mode-hook-identify): Define as no-op.
10426
104272002-02-08 Andreas Schwab <schwab@suse.de>
10428
10429 * calc/calc.el (calcDigit-key): Use minibuffer-prompt-end instead
10430 of point-min.
10431
104322002-02-08 Eli Zaretskii <eliz@is.elta.co.il>
10433
10434 * net/ange-ftp.el (ange-ftp-process-handle-line)
10435 (ange-ftp-set-xfer-size): If the file's size is a float, divide
10436 by 1024 instead of using ash.
10437
10438 * international/mule-cmds.el (select-safe-coding-system):
10439 State the buffer's name in the message popped in the *Warning* buffer,
10440 and make sure the offending buffer is displayed.
10441
104422002-02-07 Markus Rost <rost@math.ohio-state.edu>
10443
10444 * ffap.el (ffap-newsgroup-p): Test for non-nil symbol-value of htb.
10445
104462002-02-07 Richard M. Stallman <rms@gnu.org>
10447
10448 * terminal.el (terminal-map): Define [menu-bar] so global def is seen.
10449
10450 * register.el (list-registers): New command.
10451 (describe-register-1): New subroutine, taken out of view-register.
10452
10453 * emacs-lisp/copyright.el (copyright-regexp):
10454 Delete the unibyte copyright symbol; it's redundant.
10455 Fix a spazz in the multibyte encoding here.
10456
104572002-02-07 Dave Love <fx@gnu.org>
10458
10459 * language/cyril-util.el (cyrillic-encode-koi8-r-char)
10460 (cyrillic-encode-alternativnyj-char): Get translation tables from
10461 symbol properties, not as variables.
10462 (standard-display-cyrillic-translit): Include unicodes.
10463
104642002-02-06 Kim F. Storm <storm@cua.dk>
10465
10466 * help.el (where-is): Report remapped commands.
10467
10468 * help-fns.el (describe-function-1): Ditto.
10469
10470 * subr.el (global-set-key, local-set-key): Accept a symbol for the
10471 KEY argument (like define-key).
10472
5fe0ea6a 104732002-02-06 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
10474
10475 * textmodes/flyspell.el (flyspell-insert-function): Doc fix.
10476
104772002-02-06 Richard M. Stallman <rms@gnu.org>
10478
10479 * mail/mailabbrev.el: Require sendmail only at compile time.
10480 (mail-mode-header-syntax-table): Var deleted.
10481 (mail-abbrev-syntax-table): Init to nil, will compute when needed.
10482 (sendmail-pre-abbrev-expand-hook): Only temporarily change
10483 local-abbrev-table and the syntax table.
10484 Compute mail-abbrev-syntax-table if that has not been done.
10485
10486 * progmodes/compile.el (grep-compute-defaults): Definition moved up.
10487
10488 * emacs-lisp/debug.el (debugger-frame-offset): Var deleted.
10489 (debugger-frame-number): Figure out the offset directly.
10490 (debugger-setup-buffer): Don't use debugger-frame-offset.
10491 (debugger-frame, debugger-frame-clear): Likewise.
10492 (debugger-jump): Don't alter debugger-frame-offset.
10493
10494 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
10495 Replace foo-p as var name with foo-flag, not foo-p-flag.
10496
10497 * hilit-chg.el (highlight-changes-active-string): Default to +Chg.
10498 (highlight-changes-passive-string): Default to -Chg.
10499 (highlight-changes-global-modes): Doc fix.
10500
10501 * dired.el (dired-get-filename): Add /: when appropriate
10502 to avoid taking a local name as remote.
10503
10504 * files.el (file-name-non-special): Add special handling for
10505 file-name-sans-versions, file-name-completion, and
10506 file-name-all-completions.
10507
10508 * isearch.el (isearch-update): Don't update display in kbd macro.
10509 (isearch-lazy-highlight-new-loop): Do nothing in kbd macro.
10510
10511 * subr.el (force-mode-line-update): Doc fix.
10512
10513 * subr.el (atomic-change-group, prepare-change-group)
10514 (activate-change-group, accept-change-group, cancel-change-group):
10515 New functions.
10516
10517 * simple.el (undo-get-state, undo-revert-to-state): Fns deleted.
10518 (transpose-subr-1): Use atomic-change-group.
10519
10520 * subr.el (add-minor-mode): Include the mode's lighter string
10521 in the minor mode menu item name.
10522
10523 * mail/rmail.el (rmail-toggle-header): Avoid possibly slow call to
10524 rmail-count-screen-lines starting from (point-min).
10525
10526 * startup.el (use-fancy-splash-screens-p): Need 19 lines,
10527 beyond the image height, to use the fancy splash screen.
10528
10529 * textmodes/text-mode.el (text-mode-hook-identify): Function deleted.
10530 (text-mode): Set text-mode-variant here.
10531
105322002-02-06 Eli Zaretskii <eliz@is.elta.co.il>
10533
10534 * play/pong.el (pong-height): Don't use height that exceeds the
10535 frame height.
10536 (pong-border-options): Make the border colors slightly more bright.
10537
10538 * play/gamegrid.el (gamegrid-display-type): Treat any
10539 color-capable display as color-x, if display-color-p is fboundp.
10540 (gamegrid-make-color-x-face): Don't call gamegrid-color twice.
10541 (gamegrid-make-color-tty-face): Use the value of color, not the
10542 symbol itself. Don't call gamegrid-color.
10543
105442002-02-05 Eli Zaretskii <eliz@is.elta.co.il>
10545
10546 * gud.el (gud-refresh): Call recenter only after we are sure we
10547 are in the right window.
10548
105492002-02-05 Per Abrahamsen <abraham@dina.kvl.dk>
10550
10551 * cus-edit.el (customize-mark-to-save): New function.
10552 * menu-bar.el (menu-bar-options-save): Rewrote.
10553
5fe0ea6a 105542002-02-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
10555
10556 * cus-start.el (x-use-underline-position-properties):
10557 Allow customization.
10558
105592002-02-04 Simon Josefsson <jas@extundo.com>
10560
10561 * dired.el (dired-load-hook, dired-mode-hook)
10562 (dired-before-readin-hook, dired-after-readin-hook): Defcustom.
10563
105642002-02-03 Colin Walters <walters@verbum.org>
10565
10566 * ibuf-ext.el (ibuffer-filter-format-alist)
10567 (ibuffer-cached-filter-formats, ibuffer-compiled-filter-formats):
10568 New variables.
10569 * ibuffer.el (ibuffer): Remove link; the "home page" for ibuffer
10570 is now the Emacs CVS tree.
10571 (ibuffer-formats): Doc fix.
10572 (ibuffer-active-formats-name, ibuffer-current-formats): New functions.
10573 (ibuffer-current-format): Use them.
10574 (ibuffer-recompile-formats, ibuffer-check-formats)
10575 (ibuffer-switch-format, ibuffer-update-title):
10576 Add support for ibuffer-filter-format-alist.
10577 (define-ibuffer-column process): Remove unncessary consing.
10578
10579 * ibuf-macs.el (define-ibuffer-column): Add beginnings of support
10580 for a summary column.
10581
105822002-02-03 Andreas Schwab <schwab@suse.de>
10583
10584 * window.el (save-selected-window): Move macro before first use.
10585 (balance-windows): Fix misplaced parenthesis.
10586
5fe0ea6a 105872002-02-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
10588
10589 * calculator.el (calculator-displayers): Doc fixes.
10590
5fe0ea6a 105912002-02-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
10592
10593 * menu-bar.el (menu-bar-help-menu): Use different text for tool-tip.
10594 (menu-bar-options-save): Save also the value of `display-time-mode'.
10595 (showhide-date-time): New function.
10596 (menu-bar-showhide-menu): New menu-item "Date and time".
10597
105982002-02-03 Eli Zaretskii <eliz@is.elta.co.il>
10599
10600 * mail/rmail.el (rmail): Use find-buffer-visiting instead of
10601 get-file-buffer to check for rmail buffer existence.
10602
10603 * term.el (term-emulate-terminal): Extract proper command string
10604 which is supplied to term-command-hook.
10605
106062002-02-03 Richard M. Stallman <rms@gnu.org>
10607
10608 * international/quail.el (quail-help): Don't call help-setup-xref.
10609
10610 * international/mule-cmds.el (describe-input-method):
10611 Call help-setup-xref here.
10612 (describe-current-input-method): Doc fix.
10613
10614 * novice.el (disabled-command-hook): Clarify output text.
10615 Indent the paragraph from the command's doc string.
10616
10617 * dabbrev.el (dabbrev--goto-start-of-abbrev):
10618 Exit loop on beginning of field rather than bobp.
10619
106202002-02-02 Eli Zaretskii <eliz@is.elta.co.il>
10621
10622 * mail/uce.el (uce-reply-to-uce): Prune the headers before copying
10623 the message text into the *mail* buffer, and restore the pruned
10624 state after that.
10625
10626 * mail/rmail.el (rmail-redecode-body): Prune the headers before
10627 looking for X-Coding-System header, and restore the pruned state
10628 before returning.
10629
5fe0ea6a 106302002-02-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
10631
10632 * cus-edit.el (customize-save-variable): Fix typo in prompt.
10633
10634 These changes integrate new version of flyspell.el from its
10635 maintainer, Manuel Serrano:
10636
10637 * textmodes/flyspell.el (flyspell-issue-message-flag): New user option.
10638 (flyspell-mode-on, flyspell-notify-misspell)
10639 (flyspell-small-region, flyspell-external-point-words)
10640 (flyspell-large-region): Use it
10641 (flyspell-before-incorrect-word-string)
10642 (flyspell-after-incorrect-word-string): New user options.
10643 (make-flyspell-overlay): Use them.
10644 (flyspell-version): New function.
10645 (flyspell-incorrect-face, flyspell-duplicate-face): Adapt face
10646 definitions to use :weight.
10647 (flyspell-insert-function): New user option.
10648 (flyspell-auto-correct-word, flyspell-correct-word)
10649 (flyspell-xemacs-correct): Use it.
10650 (flyspell-define-abbrev): New function.
10651 (flyspell-auto-correct-word, flyspell-correct-word)
10652 (flyspell-xemacs-correct): Use it.
10653 (make-flyspell-overlay): Use `evaporate' property.
10654 (flyspell-auto-correct-word, flyspell-correct-word): Remove overlay.
10655 (flyspell-emacs-popup): Use `session' instead of `accept'.
10656 (flyspell-auto-correct-previous-pos): New variable.
10657 (flyspell-auto-correct-previous-hook)
10658 (flyspell-auto-correct-previous-word): New functions.
10659
106602002-02-02 Eli Zaretskii <eliz@is.elta.co.il>
10661
10662 * novice.el (enable-command): If Emacs was invoked as "emacs -q",
10663 don't alter the user's ~/.emacs.
10664 (disable-command): If user-init-file is nil or does not exist,
10665 default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
10666 But don't alter the init file if Emacs was invoked as "emacs -q"
10667
106682002-02-01 Stefan Monnier <monnier@cs.yale.edu>
10669
10670 * mail/sendmail.el (mail-mode): Undo half of last change.
10671
10672 * indent.el (indent-for-tab-command): Remove spurious code.
10673
10674 * hi-lock.el (hi-lock-find-patterns): Save restriction.
10675
106762002-02-01 Eli Zaretskii <eliz@is.elta.co.il>
10677
10678 * calendar/time-date.el: Moved from lisp/gnus.
10679
10680 * calendar/parse-time.el: Ditto.
10681
106822002-01-31 Richard M. Stallman <rms@gnu.org>
10683
10684 * international/iso-acc.el (iso-languages): Fix ", " in French.
10685
10686 * cus-start.el (history-length): Specify customization for it.
10687
10688 * emacs-lisp/debug.el (debugger-setup-buffer):
10689 When an eval-buffer frame was reading from a buffer,
10690 insert indication of the buffer position.
10691 (debugger-frame-number): Ignore ;;;-comment lines in backtrace.
10692 (debugger-frame-clear, debugger-frame): Error on non-frame line.
10693
10694 * simple.el (shell-command-on-region): Err if no mark
10695 before reading the command string.
10696
10697 * hl-line.el (hl-line-highlight, hl-line-unhighlight):
10698 Definitions moved down after hl-line-mode var's definition.
10699
10700 * hilit-chg.el (hilit-chg-fixup): Don't alter overlay if not ours.
10701 (hilit-chg-set-face-on-change): Rename arg.
10702 (hilit-chg-make-ov): Detect error earlier.
10703
10704 * ediff-hook.el: Delete autoload cookies.
10705
10706 * comint.el (comint-scroll-show-maximum-output): Default is t.
10707
10708 * emacs-lisp/bytecomp.el (batch-byte-compile): New arg noforce.
10709 (batch-byte-compile-if-not-done): New function.
10710
10711 * Makefile.in (compile): New target.
10712 (compile-always): Renamed from compile-files.
10713 (compile-after-backup): Renamed from compile.
10714 (bootstrap): Depend on compile-always, not compile-files.
10715
10716 * emulation/pc-select.el (pc-select-save-and-set-mode):
10717 Properly use MODE-VAR.
10718
5fe0ea6a 107192002-01-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
10720
10721 * menu-bar.el (menu-bar-help-menu): Change menu-item "Show Emacs
10722 Version" to "About Emacs".
10723 (menu-bar-options-save): Add `default-frame-alist'
10724 to saved variables.
10725 (menu-bar-showhide-scroll-bar-menu): Use frame-parameters instead
10726 of the variable `scroll-bar-mode'.
10727
10728 * startup.el (normal-splash-screen, display-splash-screen):
10729 New functions (separated from command-line-1).
10730 (command-line-1): Use them.
10731
107322002-01-28 Eli Zaretskii <eliz@is.elta.co.il>
10733
10734 * calendar/calendar.el (generate-calendar-month): Doc fix.
10735
5fe0ea6a 107362002-01-27 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
10737
10738 * time.el (display-time-mail-directory): New option.
10739 (display-time-mail-function): Update doc-string.
10740 (display-time-mail-icon): Use XPM image when available.
10741 (display-time-string-forms): Use more descriptive text as
10742 help-echo property.
10743 (display-time-mail-check-directory): New function.
10744 (display-time-update): Use it.
10745
10746 * menu-bar.el (menu-bar-showhide-scroll-bar-menu):
10747 Quote `window-system'.
10748
10749 * tmm.el (tmm-get-keymap): Honour :visible in `menu-item'.
10750 Add Keywords header. Update Commentary section.
10751 Update copyright notice.
10752
10753 * menu-bar.el (menu-bar-scroll-bar-right)
10754 (menu-bar-scroll-bar-left, menu-bar-scroll-bar-none)
10755 (showhide-menu-bar): New functions.
10756 (menu-bar-showhide-menu): New submenu "Show/Hide".
10757 (menu-bar-showhide-scroll-bar-menu): "Scroll-bar" submenu of
10758 "Show/Hide".
10759 Update copyright notice.
10760
107612002-01-27 Eli Zaretskii <eliz@is.elta.co.il>
10762
10763 * lazy-lock.el (lazy-lock-mode): Add a reference to jit-lock.
10764
107652002-01-26 Evgeny Roubinchtein <evgenyr@cs.washington.edu>
10766
10767 * pc-select.el (pc-selection-mode-hook)
10768 (pc-select-saved-settings-alist, pc-select-map)
10769 (pc-select-saved-global-map, pc-select-key-bindings-alist)
10770 (pc-select-default-key-bindings, pc-select-extra-key-bindings)
10771 (pc-select-meta-moves-sexps-key-bindings)
10772 (pc-select-tty-key-bindings, pc-select-old-M-delete-binding):
10773 New variables.
10774 (pc-select-define-keys, pc-select-restore-keys): New functions.
10775 (pc-select-add-to-alist, pc-select-save-and-set-var)
10776 (pc-select-save-and-set-mode, pc-select-restore-var)
10777 (pc-select-restore-mode): New macros.
10778 (pc-selection-mode): Completely rewrote the body of the function;
10779 the main goal was to make pc-selection-mode "turn-off"-able, like
10780 other minor modes. Use define-minore-mode instead of just a
10781 defun. Store the key bindings into four alists:
10782 pc-select-default-key-bindings, pc-select-extra-key-bindings,
10783 pc-select-meta-moves-sexps-key-bindings, and
10784 pc-select-tty-key-bindings; then have the pc-select-define-keys
10785 function walk those alists instead of calling define-key
10786 repeatedly. When the mode is turned on, set the
10787 keybindings in global-map and remember the old keybindings; when
10788 the mode is turned off, restore the previously-saved keybindings.
10789 (pc-selection-mode defcustom): Reflect the fact that the mode is
10790 now "turn-off"-able.
10791
107922002-01-26 Eli Zaretskii <eliz@is.elta.co.il>
10793
10794 * eshell/esh-cmd.el (eshell-eval-command): If eshell-resume-eval
10795 returns t, don't treat that as an error.
10796
107972002-01-25 Jason Rumney <jasonr@gnu.org>
10798
10799 * faces.el (face-font-registry-alternatives) [windows-nt]:
10800 Add ms-oemlatin as an alternative for iso8859-1.
10801
108022002-01-25 Stefan Monnier <monnier@cs.yale.edu>
10803
10804 * pcvs.el (cvs-reread-cvsrc): Distinguish between an empty list of
10805 args and the absence of an entry. Don't add -f each time.
10806
108072002-01-25 Eli Zaretskii <eliz@is.elta.co.il>
10808
10809 * emacs-lisp/cl-seq.el (mismatch): Doc fix.
10810
10811 Support for more than 8 colors on character terminals:
10812
10813 * term/rxvt.el: New file.
10814
10815 * Makefile.in (DONTCOMPILE): Remove term/xterm.el.
10816
10817 * term/xterm.el (xterm-standard-colors): New variable.
10818 (xterm-rgb-convert-to-16bit, xterm-register-default-colors)
10819 (xterm-rxvt-set-background-mode): New functions.
10820 (toplevel): Call xterm-register-default-colors,
10821 xterm-rxvt-set-background-mode, and tty-set-up-initial-frame-faces.
10822 Add support for more keys from xterm's terminfo entry.
10823
10824 * facemenu.el (list-colors-display): If the argument is nil, don't
10825 show more colors that the number returned by display-color-cells.
10826
10827 * term/pc-win.el (msdos-color-values): Reverse the order of the
10828 colors, since tty-color-define now preserves the registration order.
10829
10830 * w32-fns.el (w32-tty-standard-colors): Reverse the order.
10831
10832 * term/tty-colors.el (tty-standard-colors): Reverse the order.
10833 (tty-register-default-colors): New function; code moved from
10834 startup.el's command-line.
10835 (tty-modify-color-alist): Use nconc instead of cons, to preserve
10836 the order the colors where registered.
10837
10838 * frame.el (display-color-cells): Use tty-display-color-cells.
10839
10840 * startup.el (command-line): Call tty-register-default-colors.
10841
108422002-01-25 Richard M. Stallman <rms@gnu.org>
10843
10844 * subr.el (remove): Doc fix.
10845
108462002-01-24 Richard M. Stallman <rms@gnu.org>
10847
10848 * progmodes/compile.el (compilation-handle-exit):
10849 Add a compilation-handle-exit property to the "finished" message.
10850 (compilation-parse-errors): Stop parsing when that property is seen.
10851
10852 * subr.el (substring-no-properties): New function.
10853 (copy-without-properties): Function deleted.
10854
10855 * term/x-win.el (x-handle-geometry): Put sizes on both
10856 initial-frame-alist and default-frame-alist.
10857
10858 * cus-edit.el (custom-save-all): Bind file-precious-flag to t
10859 for saving .emacs.
10860
10861 * files.el (basic-save-buffer-2): Ignore file-error in delete-file.
10862
10863 * calendar/calendar.el (generate-calendar-month): Doc fix.
10864
108652002-01-23 Richard M. Stallman <rms@gnu.org>
10866
10867 * play/tetris.el (tetris): New defgroup.
10868 (tetris-use-glyphs, tetris-use-color, tetris-draw-border-with-glyphs)
10869 (tetris-default-tick-period): Convert to defcustom.
10870 Added * in docstring to indicate user variable.
10871 (tetris-update-speed-function, tetris-mode-hook, tetris-tty-colors)
10872 (tetris-x-colors, tetris-buffer-name, tetris-buffer-width)
10873 (tetris-buffer-height, tetris-width, tetris-height)
10874 (tetris-top-left-x, tetris-top-left-y): Convert to defcustom.
10875
108762002-01-22 Stefan Monnier <monnier@cs.yale.edu>
10877
10878 * mail/sendmail.el (mail-mode): ">" is not a supercite-style prefix
10879 and is already matched by adaptive-fill-regexp.
10880
108812002-01-22 Richard M. Stallman <rms@gnu.org>
10882
10883 * bindings.el (mode-line-copied-mode-name): New variable.
10884 (mode-line-mode-name): Don't modify mode-name itself!
10885 Instead, make a copy and reuse it.
10886
10887 * subr.el (copy-without-properties): New function.
10888
10889 * progmodes/sh-script.el (sh-set-shell): Doc fix.
10890
10891 * net/ange-ftp.el (ange-ftp-canonize-filename): Avoid duplicate
10892 slash if DIR is just slash.
10893
10894 * progmodes/perl-mode.el (perl-mode-abbrev-table): Restore definition.
10895
108962002-01-21 Richard M. Stallman <rms@gnu.org>
10897
10898 * emacs-lisp/copyright.el (copyright-regexp): Fix previous change.
10899
10900 * net/ange-ftp.el (ange-ftp-bs2000-posix-hook-installed):
10901 Move defvar up.
10902
10903 * textmodes/ispell.el (ispell-help): Clean up echo area if user quits.
10904
10905 * ibuffer.el: Don't require ibuf-ext at load time.
10906 (ibuffer): Require ibuf-ext here.
10907
109082002-01-21 Francesco Potorti` <pot@gnu.org>
10909
10910 * generic-x.el (apache-conf-generic-mode): Highlight the first
10911 word in a line even if preceded by blanks.
10912
109132002-01-21 Richard M. Stallman <rms@gnu.org>
10914
10915 * window.el (window-body-height): Handle minibuffer window specially.
10916 Otherwise, don't return less than 1.
10917
109182002-01-20 Thomas Dorner <Thomas.Dorner@start.de>
10919
10920 * ange-ftp.el: Added support for BS2000, and for raw ftp
10921 login commands (needed in some circumstances).
10922 (ange-ftp-raw-login): New custom var.
10923 (ange-ftp-normal-login): Perform login with raw ftp commands, if
10924 ange-ftp-raw-login is set and account password is needed.
10925 (ange-ftp-host-type, ange-ftp-guess-host-type): Handle BS2000 hosts.
10926 (ange-ftp-bs2000-filename-pubset-regexp)
10927 (ange-ftp-bs2000-filename-username-regexp)
10928 (ange-ftp-bs2000-filename-prefix-regexp)
10929 (ange-ftp-bs2000-name-template): New consts.
10930 (ange-ftp-bs2000-short-filename-regexp)
10931 (ange-ftp-bs2000-fix-name-regexp-reverse)
10932 (ange-ftp-bs2000-fix-name-regexp): New consts.
10933 (ange-ftp-bs2000-special-prefix): New custom var.
10934 (ange-ftp-fix-name-for-bs2000)
10935 (ange-ftp-fix-dir-name-for-bs2000): New funs.
10936 (ange-ftp-bs2000-host-regexp, ange-ftp-bs2000-posix-host-regexp)
10937 (ange-ftp-bs2000-posix-hook-installed): New vars.
10938 (ange-ftp-parse-bs2000-filename, ange-ftp-parse-bs2000-listing)
10939 (ange-ftp-bs2000-host, ange-ftp-bs2000-posix-host)
10940 (ange-ftp-add-bs2000-host, ange-ftp-add-bs2000-posix-host): New funs.
10941 (ange-ftp-bs2000-filename-regexp): New const.
10942 (ange-ftp-bs2000-additional-pubsets): New custom var.
10943 (ange-ftp-bs2000-cd-to-posix): New fun.
10944
109452002-01-20 Colin Walters <walters@verbum.org>
10946
10947 * ibuffer.el: (toplevel) Require `ibuf-ext', which is now compiled
10948 with `byte-compile-dynamic'.
10949 (ibuffer-default-directory, toplevel): Doc files.
10950
5fe0ea6a 109512002-01-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
10952
10953 * tempo.el (tempo-define-template): Doc fix.
10954
10955 * scroll-bar.el (scroll-bar-mode): Make argument optional.
10956
109572002-01-20 Jason Rumney <jasonr@gnu.org>
10958
10959 * w32-vars.el: New file.
10960
10961 * loadup.el [windows-nt]: Load it.
10962
10963 * w32-fns.el, term/w32-win.el: Move user variables to w32-vars.el
10964 and make them defcustoms.
10965
10966 * term/w32-win.el (mouse-set-font): Use w32-list-proportional-fonts.
10967
5fe0ea6a 109682002-01-19 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
10969
10970 * language/tibet-util.el (tibetan-decompose-region)
10971 (tibetan-decompose-string): Fix typo in docstring.
10972
10973 * ruler-mode.el (ruler-mode): New keyword. Fix :version.
10974
109752002-01-18 Richard M. Stallman <rms@gnu.org>
10976
10977 * comint.el (comint-redirect-send-command-to-process):
10978 Restore previous current buffer.
10979
10980 * window.el (window-body-height): New function.
10981
109822002-01-18 Zoltan Kemenczy <kemenczy@rogers.com>
10983
10984 * gud.el (easy-mmode-defmap): Enable "Up Stack", "Down Stack", and
10985 "Finish Function" menu map entries for jdb mode.
10986 (gud-jdb-use-classpath): New customization variable.
10987 (gud-jdb-command-name): Add customization.
10988 (gud-jdb-classpath, gud-marker-acc-max-length): New variables.
10989 (gud-jdb-classpath-string): New variable.
10990 (gud-jdb-source-files, gud-jdb-class-source-alist): Add doc strings.
10991 (gud-jdb-build-source-files-list): Likewise.
10992 (gud-jdb-massage-args): Record any command argument classpath
10993 string in `gud-jdb-classpath-string'.
10994 (gud-jdb-lowest-stack-level): New function, finds bottom of current
10995 java call stack in jdb output.
10996 (gud-jdb-find-source-using-classpath, gud-jdb-find-source)
10997 (gud-jdb-parse-classpath-string): New functions.
10998 (gud-jdb-marker-filter): Search/detect classpath information in
10999 jdb's output. marker regexp updated to match oldjdb and jdb output
11000 formats. Expand search for source files to include new/old methods
11001 using new functions above. Do not allow `gud-marker-acc' to grow
11002 without bound.
11003 (jdb): Set classpath information (if available) as jdb is started.
11004 Change `gud-break' and `gud-remove'
f530a77b
SM
11005 to use new %c ("class") escape in format strings.
11006 Add `gud-finish', `gud-up', `gud-down' command string functions, and
fe72c904
CW
11007 add them to the local menu map. Update `comint-prompt-regexp' for
11008 jdb and oldjdb. If attaching to an already running java VM and
11009 configured to use classpath, send command to query for classpath,
11010 else use previous method for finding and parsing java
11011 sources. Set `gud-jdb-find-source' function accordingly.
11012 (gud-mode): Doc fix.
11013 (gud-format-command): Add support for new %c ("class") escape.
11014 (gud-find-class): New function in support of %c escape.
11015
110162002-01-17 Richard M. Stallman <rms@gnu.org>
11017
11018 * ibuf-ext.el: Enable byte-compile-dynamic.
11019
110202002-01-17 Jason Rumney <jasonr@gnu.org>
11021
11022 * term/w32-win.el: Restore conditional require of fontset.
11023
110242002-01-16 Richard M. Stallman <rms@gnu.org>
11025
11026 * mouse.el (mouse-drag-region-1): Renamed from mouse-drag-region,
11027 more or less.
11028 (mouse-drag-region): New function. For a click in the echo area,
11029 show *Messages*.
11030
11031 * ibuf-ext.el: Delete the autoloads for functions defined with
11032 ibuffer-specific commands.
11033
11034 * help.el (describe-distribution): Really call view-file.
11035
11036 * net/ange-ftp.el (ange-ftp-passive-mode): New arg PROC.
11037 (ange-ftp-get-process): Pass that arg.
11038
11039 * comint.el (comint-simple-send): Fix previous change.
11040
11041 * net/telnet.el (telnet-simple-send): Fix previous change.
11042
11043 * progmodes/sql.el (sql-escape-newlines-and-send)
11044 (sql-query-placeholders-and-send): Fix previous change.
11045
110462002-01-16 Colin Walters <walters@verbum.org>
11047
11048 * ibuf-ext.el, ibuf-macs.el, ibuffer.el (toplevel): Remove X-RCS,
11049 URL, Compatibility headers. Update copyright notice.
11050 * ibuf-macs.el (toplevel): Require `cl' when compiling.
11051
110522002-01-16 Andrew Choi <akochoi@cse.cuhk.edu.hk>
11053
11054 * startup.el (command-line): Set EOL mnemonics for the Mac.
11055
110562002-01-16 Andreas Schwab <schwab@suse.de>
11057
11058 * mail/feedmail.el (feedmail): Fix :link spec.
11059
5fe0ea6a 110602002-01-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
11061
11062 * net/ldap.el (ldap-ldapsearch-prog): Default to OpenLDAP version
11063 2 ldapsearch.
11064
11065 * net/eudc.el: New maintainer. Change author's address.
11066 (eudc-pre-select-window-configuration, eudc-insertion-marker):
11067 Variables removed.
11068 (eudc-insert-selected): Function removed.
11069 (eudc-select): Reimplemented.
11070 (eudc-expand-inline): Delete the strings only after its expansion
11071 is chosen not before.
11072
11073 * net/eudcb-ph.el (eudc-ph-open-session): Remove XEmacs case.
11074 Minor coding style fixes.
11075
11076 * net/eudcb-ldap.el: New maintainer. Change author's address.
11077 (eudc-attribute-display-method-alist): Display mail with
11078 eudc-display-mail.
11079
11080 * net/eudcb-bbdb.el, net/eudc-export.el, net/eudc-hotlist.el,
11081 * net/eudc-vars.el: New maintainer. Change author's address.
11082
11083 * net/eudc-bob.el: New maintainer. Change author's address.
11084 (eudc-bob-mail-keymap): New keymap for e-mail addresses.
11085 (eudc-display-mail): New function.
11086 (eudc-bob-play-sound-at-point): Remove XEmacs case.
11087
110882002-01-15 Richard M. Stallman <rms@gnu.org>
11089
11090 * emacs-lisp/autoload.el (make-autoload):
11091 Don't handle define-ibuffer-column, define-ibuffer-filter,
11092 define-ibuffer-sorter, and define-ibuffer-op.
11093
110942002-01-14 Richard M. Stallman <rms@gnu.org>
11095
11096 * calendar/calendar.el (diary-date-forms): Doc fix.
11097
110982002-01-14 Eli Zaretskii <eliz@is.elta.co.il>
11099
11100 * startup.el (command-line): Register the default tty colors even
11101 if the terminal doesn't seem to support colors.
11102 <tty-long-option-alist>: New option --color.
11103 (tty-handle-args): Parse the --color arg.
11104
11105 * term/tty-colors.el (tty-color-mode-alist): New variable.
11106
111072002-01-14 Stefan Monnier <monnier@cs.yale.edu>
11108
11109 * net/ange-ftp.el (ange-ftp-root-dir-p): New function.
11110 (ange-ftp-file-name-all-completions, ange-ftp-file-name-completion):
11111 Use it.
11112 (ange-ftp-hook-function): Preserve match-data.
11113 (ange-ftp-insert-directory): Typo.
11114 (ange-ftp-shell-command): Check if regexp matched.
11115
111162002-01-13 Richard M. Stallman <rms@gnu.org>
11117
11118 * international/mule-cmds.el: help-map bindings moved to help.el.
11119
11120 * help.el (view-echo-area-messages): New function.
11121 (help-map): Add `e' binding. Delete obsolete `d' binding.
11122 Change old Info bindings C-f, C-k and C-i to F, K, S.
11123 Move view-emacs-FAQ from F to C-f.
11124 Move view-emacs-problems from P to C-e.
11125 Bindings moved here from mule-cmds.el.
11126 C-l binding for describe-language-environment deleted
11127 (help-for-help): Update for all these changes.
11128
11129 * emacs-lisp/copyright.el (copyright-regexp): Make (C) optional.
11130
111312002-01-13 Dave Love <fx@gnu.org>
11132
11133 * emacs-lisp/copyright.el: Doc fixes.
11134 (copyright-regexp): Add Latin-9 copyright sign.
11135 Match comment delimiters in year lists.
11136 (copyright-current-year): Initialize to load-time year.
11137
111382002-01-13 Andreas Schwab <schwab@suse.de>
11139
11140 * dired-aux.el (dired-do-shell-command): Doc fix.
11141
111422002-01-13 Jan Djarv <Jan.Djarv@mbox200.swipnet.se>
11143
11144 * startup.el (command-line-x-option-alist): New options "-fs",
11145 "-fw", "-fh", "--fullscreen", "--fullwidth", and "--fullheight".
11146
11147 * term/x-win.el (x-handle-initial-switch): New function.
11148
111492002-01-13 Colin Walters <walters@debian.org>
11150
f530a77b
SM
11151 * emacs-lisp/autoload.el (make-autoload): Handle define-ibuffer-column,
11152 define-ibuffer-filter, define-ibuffer-sorter, and define-ibuffer-op.
fe72c904
CW
11153
11154 * emacs-lisp/lisp-mode.el (toplevel): Ditto.
11155
11156 * ibuffer.el, ibuf-ext.el, ibuf-macs.el: New files.
11157
111582002-01-12 Richard M. Stallman <rms@gnu.org>
11159
11160 * net/browse-url.el (browse-url-grail):
11161 Use browse-url-maybe-new-window.
11162
f530a77b
SM
11163 * net/telnet.el (telnet-simple-send):
11164 Handle comint-input-sender-no-newline like comint-simple-send.
fe72c904 11165
f530a77b
SM
11166 * progmodes/sql.el (sql-query-placeholders-and-send):
11167 Handle comint-input-sender-no-newline like comint-simple-send.
fe72c904
CW
11168 (sql-escape-newlines-and-send): Likewise.
11169
11170 * comint.el (comint-input-sender): Doc fix.
11171 (comint-input-sender-no-newline): New variable.
11172 (comint-simple-send): If comint-input-sender-no-newline,
11173 don't output newline, but maybe send eof.
11174 (comint-send-input): New arg NO-NEWLINE.
11175 (comint-send-eof): Call comint-send-eof with NO-NEWLINE.
11176
5fe0ea6a 111772002-01-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904 11178
f530a77b
SM
11179 * textmodes/flyspell.el (flyspell-check-pre-word-p):
11180 Prevent delaying when executing keyboard macros.
fe72c904
CW
11181
111822002-01-12 Richard M. Stallman <rms@gnu.org>
11183
11184 * simple.el (line-move): If we can't move enough lines,
11185 go to beginning or end of line.
11186
11187 * help-mode.el (help-xref-go-back): Restore POSITION in proper buffer
11188 and proper window.
11189
11190 * help.el (describe-mode): Call help-setup-xref in the help buffer.
11191 Switch buffers only after calling `help-buffer'.
11192
11193 * dired-aux.el (dired-shell-stuff-it): Substitute for * or ?
11194 only when they are surrounded by whitespace.
11195 Use dired-mark-separator when adding one file name to a command.
11196 (dired-do-shell-command): Verify that * is surrounded by whitespace.
11197 Ask for confirmation if * or ? is not surrounded by whitespace.
11198 (dired-bunch-files): Re-reverse the partial file list when it is used.
11199
112002002-01-12 Richard M. Stallman <rms@gnu.org>
11201
11202 * comint.el (comint-dynamic-list-completions): Repeating the command
11203 after displaying a completion list scrolls the list.
11204
112052002-01-12 Eli Zaretskii <eliz@is.elta.co.il>
11206
11207 * files.el (find-file-noselect): Don't consider a buffer as
11208 visiting a file literally if it is in hexl-mode.
11209
11210 * faces.el (minibuffer-prompt): A better face definition for MS-DOS.
11211
112122002-01-11 Richard M. Stallman <rms@gnu.org>
11213
11214 * startup.el (initial-scratch-message): Fix custom type, add group.
11215
11216 * mail/rmail.el (rmail-decode-babyl-format): Disable undo
11217 around the decode-coding-region call.
11218
11219 * emacs-lisp/lisp.el (lisp-complete-symbol): Repeating the command
11220 after displaying a completion list scrolls the list.
11221
112222002-01-11 Eli Zaretskii <eliz@is.elta.co.il>
11223
11224 * version.el (emacs-version): Bump to 21.2.50.
11225
112262002-01-10 Thien-Thi Nguyen <ttn@giblet.glug.org>
11227
11228 * play/zone.el (zone-timeout): New var.
11229 (zone-hiding-modeline): New macro.
11230 (zone-call): New func.
11231
11232 (zone): Init `modeline-hidden-level' symbol property.
11233 Use `zone-call' instead of `funcall'.
11234
11235 (zone-pgm-whack-chars): Use `make-string' (fix bug introduced in 2001-10-26T20:11:25Z!monnier@iro.umontreal.ca).
11236
11237 (zone-pgm-stress): Use `zone-hiding-modeline'.
11238
11239 (zone-pgm-stress-destress): New zone program.
11240
112412002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
11242
11243 * faces.el (minibuffer-prompt): Special face definition for MS-DOS.
11244
112452002-01-09 Richard M. Stallman <rms@gnu.org>
11246
11247 * startup.el (fancy-splash-screens): Set tab-width in correct buffer.
11248
112492002-01-09 Michael Kifer <kifer@cs.stonybrook.edu>
11250
11251 * viper.el (viper-set-hooks): Zap viper-unfriendly bindings in
11252 flyspell-mouse-map.
11253
112542002-01-08 Richard M. Stallman <rms@gnu.org>
11255
11256 * emacs-lisp/regexp-opt.el (regexp-opt): Bind max-specpdl-size.
11257
11258 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Fix custom type.
11259
11260 * textmodes/flyspell.el (flyspell-mode-line-string): Fix custom type.
11261
5fe0ea6a 112622002-01-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
11263
11264 * progmodes/ada-mode.el (ada-initialize-properties, ada-mode):
11265 Do not use make-local-hook.
11266
112672002-01-08 Eli Zaretskii <eliz@is.elta.co.il>
11268
11269 * international/quail.el (quail-start-translation)
11270 (quail-start-conversion): Bind last-command-event, last-command,
11271 and this-command in the first let. This fixes the change from
11272 2000-08-30.
11273
112742002-01-08 Michael Kifer <kifer@cs.stonybrook.edu>
11275
11276 * ediff-hook.el: Add an autoload cookie.
11277
5fe0ea6a 112782002-01-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
11279
11280 * net/eudcb-ph.el, net/ldap.el: New maintainer. New e-mail
11281 address of the author.
11282
112832002-01-08 Richard M. Stallman <rms@gnu.org>
11284
11285 * replace.el (occur-mode-goto-occurrence-other-window): New command.
11286 (occur-mode-map): Bind `o' to that.
11287
112882002-01-07 Michael Kifer <kifer@cs.stonybrook.edu>
11289
11290 * viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
11291 new macro that replaces viper-emacs-p and viper-xemacs-p in many
11292 cases. Used to reduce the number of warnings.
11293
11294 * viper-cmd.el: Use viper-cond-compile-for-xemacs-or-emacs.
11295 (viper-standard-value): Move here from viper.el.
11296 (viper-set-unread-command-events): Move to viper-util.el
11297 (viper-check-minibuffer-overlay): Make sure
11298 viper-minibuffer-overlay is moved to cover the entire input field.
11299
11300 * viper-util.el: use viper-cond-compile-for-xemacs-or-emacs.
11301 (viper-read-key-sequence, viper-set-unread-command-events)
11302 (viper-char-symbol-sequence-p, viper-char-array-p): Moved here.
11303
11304 * viper-ex.el: Use viper-cond-compile-for-xemacs-or-emacs.
11305
11306 * viper-keym.el: Use viper-cond-compile-for-xemacs-or-emacs.
11307
11308 * viper-mous.el: Use viper-cond-compile-for-xemacs-or-emacs.
11309
11310 * viper-macs.el (viper-char-array-p, viper-char-symbol-sequence-p)
11311 (viper-event-vector-p): Move to viper-util.el
11312
11313 * viper.el (viper-standard-value): Move to viper-cmd.el.
11314 Use viper-cond-compile-for-xemacs-or-emacs.
11315
11316 * ediff-help.el: Use ediff-cond-compile-for-xemacs-or-emacs.
11317
11318 * ediff-hook.el: Use ediff-cond-compile-for-xemacs-or-emacs.
11319
11320 * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs):
11321 New macro designed to be used in many places where ediff-emacs-p or
11322 ediff-xemacs-p was previously used. Reduces the number of warnings.
11323 Use ediff-cond-compile-for-xemacs-or-emacs in many places in lieu
11324 of ediff-xemacs-p.
11325 (ediff-make-current-diff-overlay, ediff-highlight-diff-in-one-buffer)
11326 (ediff-convert-fine-diffs-to-overlays, ediff-empty-diff-region-p)
11327 (ediff-whitespace-diff-region-p, ediff-get-region-contents):
11328 Move to ediff-util.el.
11329 (ediff-event-key): Moved here.
11330
11331 * ediff-merge.el: Got rid of unreferenced variables.
11332
11333 * ediff-mult.el: Use ediff-cond-compile-for-xemacs-or-emacs.
11334
11335 * ediff-util.el: Use ediff-cond-compile-for-xemacs-or-emacs.
11336 (ediff-cleanup-mess): Improve the way windows are set up after
11337 quitting ediff.
11338 (ediff-janitor): Use ediff-dispose-of-variant-according-to-user.
11339 (ediff-dispose-of-variant-according-to-user): New function
11340 designed to be smarter and also understands indirect buffers.
11341 (ediff-highlight-diff-in-one-buffer)
11342 (ediff-unhighlight-diff-in-one-buffer)
11343 (ediff-unhighlight-diffs-totally-in-one-buffer)
11344 (ediff-highlight-diff, ediff-highlight-diff)
11345 (ediff-unhighlight-diff, ediff-unhighlight-diffs-totally)
11346 (ediff-empty-diff-region-p, ediff-whitespace-diff-region-p)
11347 (ediff-get-region-contents, ediff-make-current-diff-overlay):
11348 Moved here.
11349 (ediff-format-bindings-of): New function by Hannu Koivisto
11350 <azure@iki.fi>.
11351 (ediff-setup): Make sure the merge buffer is always widened and
11352 modifiable.
11353 (ediff-write-merge-buffer-and-maybe-kill): Refuse to write the
11354 result of a merge into a file visited by another buffer.
11355 (ediff-arrange-autosave-in-merge-jobs): Check if the merge file
11356 is visited by another buffer and ask to save/delete that buffer.
11357 (ediff-verify-file-merge-buffer): New function to do the above.
11358
11359 * ediff-vers.el: Load ediff-init.el at compile time.
11360
11361 * ediff-wind.el: Use ediff-cond-compile-for-xemacs-or-emacs.
11362
11363 * ediff.el (ediff-windows, ediff-regions-wordwise)
11364 (ediff-regions-linewise): Use indirect buffers to improve
11365 robustness and make it possible to compare regions of the same
11366 buffer (even overlapping regions).
11367 (ediff-clone-buffer-for-region-comparison)
11368 (ediff-clone-buffer-for-window-comparison): New functions.
11369 (ediff-files-internal): Refuse to compare identical files.
11370 (ediff-regions-internal): Get rid of the warning about comparing
11371 regions of the same buffer.
11372
11373 * ediff-diff.el (ediff-convert-fine-diffs-to-overlays): Moved here.
11374 Plus the following fixes courtesy of Dave Love: Doc fixes.
11375 (ediff-word-1): Use word class and move - to the
11376 front per regexp documentation.
11377 (ediff-wordify): Bind forward-word-function outside loop.
11378 (ediff-copy-to-buffer): Use insert-buffer-substring rather than
11379 consing buffer contents.
11380 (ediff-goto-word): Move syntax table setting outside loop.
11381
113822002-01-07 Richard M. Stallman <rms@gnu.org>
11383
11384 * dired.el (dired-copy-filename-as-kill): Call kill-append
11385 if following a kill command.
11386
11387 * help-fns.el (describe-variable, describe-function):
11388 Do save-excursion.
11389
5fe0ea6a 113902002-01-06 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
11391
11392 * net/ldap.el (ldap-search-internal): Skip error message from
11393 ldapsearch. Allow listing attribute names only. Do not open
11394 non-existent files.
11395
11396 * net/eudcb-ldap.el (eudc-ldap-get-field-list): Do not try to
11397 call non-existent function.
11398
11399 * net/eudc.el (top-level): Revert previous change.
11400
11401 * net/net-utils.el (nslookup-font-lock-keywords): Defvar font-lock
11402 variables to prevent warning from byte-compiler.
11403
11404 * net/eudc.el (top-level): Use eudc-xemacs-p instead of
11405 string-match on emacs-version again.
11406
11407 * enriched.el (enriched-make-annotation): Fix the change from
11408 2002-01-05.
11409 (enriched-handle-display-prop): Return proper values.
11410
f530a77b
SM
11411 * net/eudcb-ldap.el (eudc-attribute-display-method-alist):
11412 Use proper attribute name labeledUri instead of deprecated labeledUrl.
fe72c904 11413
5fe0ea6a 114142002-01-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
11415
11416 * net/eudc-hotlist.el (eudc-edit-hotlist): Avoid error when
11417 editing an empty hotlist.
11418
11419 * net/ldap.el (ldap-search-internal): Make the buffer unibyte.
f530a77b 11420 Use buffer-string instead of buffer-substring for the whole buffer.
fe72c904
CW
11421
11422 * net/eudc-vars.el (eudc-external-viewers): Do not use xv, it is
11423 not free.
11424
11425 * net/eudc-bob.el (eudc-bob-can-display-inline-images)
11426 (eudc-bob-display-jpeg): Use fboundp instead of boundp.
11427 (eudc-bob-save-object): Make the buffer unibyte.
11428 (eudc-bob-generic-keymap): Add new keybinding `!' to pipe the
11429 object to external program.
11430
114312002-01-05 Andre Spiegel <spiegel@gnu.org>
11432
11433 * vc.el (vc-branch-part): Return nil if there's no `.'
11434 (vc-default-previous-version): Renamed from vc-previous-version.
11435 New args BACKEND and FILE. Return nil for revision numbers
11436 without a `.'
11437 (vc-version-diff): Call vc-BACKEND-previous-version.
11438 (vc-steal-lock): Steal lock before composing mail, so that no mail
11439 is sent when the stealing goes wrong. And we'll actually see the
11440 error in that case now.
11441 (vc-finish-steal): Removed.
11442
11443 * vc-rcs.el (vc-rcs-steal-lock): Do a real checkout after stealing
11444 the lock, so that we see expanded headers.
f530a77b
SM
11445 (vc-rcs-trunk-p, vc-rcs-branch-part, vc-rcs-branch-p)
11446 (vc-rcs-minor-part, vc-rcs-previous-version): Removed. These are
fe72c904
CW
11447 available from vc.el. Updated all callers.
11448
114492002-01-05 Richard M. Stallman <rms@gnu.org>
11450
11451 * enriched.el (enriched-make-annotation): Doc fix.
11452
11453 * format.el (format-replace-strings, format-subtract-regions)
11454 (format-annotate-region, format-annotate-location)
11455 (format-annotate-atomic-property-change)
11456 (format-annotate-single-property-change): Doc fixes.
11457
114582002-01-05 Jason Rumney <jasonr@gnu.org>
11459
11460 * term/w32-win.el: Require fontset unconditionally.
11461 (w32-handle-scroll-bar-event): Remove.
11462
114632002-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
11464
11465 * emacs-lisp/copyright.el (copyright-regexp): Allow multi-line
11466 copyrights to be updated.
11467
114682002-01-04 Eli Zaretskii <eliz@is.elta.co.il>
11469
11470 * textmodes/texinfo.el (texinfo-insert-@end): Fix the change from
11471 2001-10-24.
11472
11473 * mail/sendmail.el (mail-recover-1, mail-recover): Doc fix.
11474
5fe0ea6a 114752002-01-04 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904 11476
f530a77b 11477 * net/ldap.el (ldap-host-parameters-alist): Remove duplicated entry.
fe72c904
CW
11478 (ldap-ignore-attribute-codings): Change the default value to allow
11479 encoding/decoding of attributes.
11480 (ldap-coding-system): Use UTF-8 as the coding-system. Doc fix.
11481
114822002-01-03 Richard M. Stallman <rms@gnu.org>
11483
11484 * files.el (basic-save-buffer): Undo previous change.
11485
11486 * calendar/diary-lib.el (diary-block): Doc fix.
11487
11488 * custom.el (defcustom): Fix syntax of previous change.
11489
114902002-01-03 Per Abrahamsen <abraham@dina.kvl.dk>
11491
11492 * custom.el (defcustom): Documented :tag, :link and :load.
11493
114942002-01-03 Eli Zaretskii <eliz@is.elta.co.il>
11495
11496 * mail/sendmail.el (mail-recover-1): New function.
f530a77b
SM
11497 (mail-recover): Switch to the *mail* buffer right away.
11498 Use buffer-auto-save-file-name instead of calling
fe72c904
CW
11499 make-auto-save-file-name. Call dired-noselect instead of invoking
11500 `ls' directly. Bind coding-system-for-read to emacs-mule-unix
11501 before reading the auto-save file. If the buffer's auto-save file
11502 does not exist, call mail-recover-1 to allow recovery from past
11503 auto-saved drafts.
11504
5fe0ea6a 115052002-01-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
11506
11507 * time.el (display-time-load-average-threshold): Fix defcustom
11508 (add type and group).
11509
11510 * net/ange-ftp.el (ange-ftp-shell-command): Remove port
11511 specification from the hostname.
11512
115132002-01-02 Richard M. Stallman <rms@gnu.org>
11514
11515 * facemenu.el (facemenu-active-faces):
11516 Use face-attributes-as-vector, not face-attributes-vector.
11517
115182002-01-02 Chris Hanson <cph@aarau.ai.mit.edu>
11519
11520 * xscheme.el: Eleven years of updates on a private copy.
11521
11522 Extensive changes to support multiple xscheme buffers:
11523 (run-scheme): Break up into new functions to facilitate starting
11524 processes in other buffers.
11525 (xscheme-start, xscheme-read-command-line): New functions.
11526 (start-scheme, select-scheme)
11527 (default-xscheme-runlight)
11528 (global-set-scheme-interaction-buffer)
11529 (local-set-scheme-interaction-buffer)
11530 (local-clear-scheme-interaction-buffer)
11531 (exit-scheme-interaction-mode)
11532 (verify-xscheme-buffer): New functions.
11533 (xscheme-process-name, xscheme-buffer-name)
11534 (xscheme-runlight): New internal vars.
11535 (default-xscheme-runlight): New const.
11536 (xscheme-start-process): Add args for the process/buffer names.
11537 (reset-scheme): Pass process/buffer names.
11538 (scheme-interaction-mode): Initialize new local vars.
11539 (reset-scheme, xscheme-send-string-2, xscheme-process-running-p)
11540 (xscheme-select-process-buffer, xscheme-process-buffer)
11541 (xscheme-send-region, xscheme-send-char, xscheme-send-interrupt)
11542 (xscheme-goto-output-point, xscheme-write-message-1): Use new
11543 var xscheme-process-name.
11544 (xscheme-start-process): Initialize xscheme-process-name and
11545 xscheme-buffer-name in the process buffer. Pass buffer name to
11546 xscheme-modeline-initialize.
11547 (xscheme-modeline-initialize): Add argument to specify buffer name
11548 for mode-line vars.
11549 (xscheme-process-sentinel): Make sure sentinel is run in the
11550 process buffer so it sees its local vars.
f530a77b
SM
11551 (xscheme-process-filter-initialize, xscheme-set-runlight):
11552 More elaborate logic to handle multiple-buffer mode lines.
fe72c904
CW
11553
11554 (xscheme-enter-input-wait): Re-enable control-G handler upon
11555 entering input wait.
11556
11557 (scheme-interaction-mode): Add arg to preserve local vars.
11558 (xscheme-enter-interaction-mode)
11559 (xscheme-enter-debugger-mode): Preserve local vars.
11560 (xscheme-start-process): Clobber local vars.
11561
11562 (scheme-interaction-mode-commands): Allow end user to add commands
11563 to scheme-interaction-mode keymap.
11564 (scheme-interaction-mode-commands-alist): New variable.
11565
11566 (xscheme-send-string): Don't use insert-before-markers.
11567
11568 Implement a per-buffer kill ring:
11569 (xscheme-insert-expression)
11570 (xscheme-rotate-yank-pointer, xscheme-yank)
11571 (xscheme-yank-pop, xscheme-yank-push): New functions.
11572 (xscheme-expressions-ring)
11573 (xscheme-expressions-ring-yank-pointer)
11574 (xscheme-expressions-ring-max): New variables.
11575 (xscheme-send-string-1): Call xscheme-insert-expression to save
11576 expression in ring.
11577 (xscheme-yank-previous-send): Now an alias for xscheme-yank.
11578 (xscheme-previous-send): Deleted variable.
11579
f530a77b
SM
11580 (xscheme-send-string-2, xscheme-send-char, xscheme-send-proceed)
11581 (xscheme-send-control-g-interrupt): Use process-send-string rather
fe72c904
CW
11582 than send-string.
11583
11584 (xscheme-send-region): Insert a newline after an expression that
11585 is submitted in the interaction buffer, for consistency with
11586 recent changes to Edwin.
11587
11588 (xscheme-delete-output): New function mimics comint-delete-output.
11589 (xscheme-last-input-end): New internal variable.
11590 (xscheme-process-filter-output): Update xscheme-last-input-end.
11591
11592 (xscheme-send-control-g-interrupt): Make sure that
11593 xscheme-control-g-disabled-p is looked up in the right buffer.
11594
11595 (xscheme-enable-control-g): Clear C-g message if visible.
11596 (xscheme-control-g-message-string): New internal var.
11597 (xscheme-send-control-g-interrupt): Use new var.
11598
f530a77b
SM
11599 (xscheme-send-control-g-interrupt, xscheme-send-interrupt):
11600 Delay after sending interrupt in order to work around race condition.
fe72c904
CW
11601
11602 (xscheme-send-control-g-interrupt, xscheme-send-interrupt)
11603 (xscheme-send-char): Use xscheme-send-char rather than send-string
11604 to send single char.
11605
f530a77b
SM
11606 (xscheme-process-filter, xscheme-process-filter-alist):
11607 Add support for evaluating expressions outside of the call-excursion.
fe72c904
CW
11608 (xscheme-process-filter:string-action-noexcursion): New func.
11609
11610 (xscheme-write-value): Change output string to match that used by
11611 Edwin.
11612
11613 (xscheme-coerce-prompt): Don't write a space after a command
11614 prompt. The PROMPT-FOR-COMMAND- procedures will take care of this
11615 for us.
11616
11617 (reset-scheme): Delete process after killing it.
11618
116192002-01-02 Eli Zaretskii <eliz@is.elta.co.il>
11620
11621 * bindings.el (function-key-map): Don't bind shifted keypad
11622 numeric keys.
11623
5fe0ea6a 116242002-01-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904 11625
f530a77b 11626 * enriched.el (enriched-handle-display-prop): Remove unused variables.
fe72c904
CW
11627 (enriched-mode): Doc fix.
11628
116292002-01-02 Eli Zaretskii <eliz@is.elta.co.il>
11630
11631 * international/ucs-tables.el (ucs-8859-8-alist): Comment away
11632 Hebrew points.
11633
116342002-01-01 Richard M. Stallman <rms@gnu.org>
11635
11636 * jka-compr.el (jka-compr-write-region): If START = nil, use whole buf.
11637
116382001-12-31 Richard M. Stallman <rms@gnu.org>
11639
11640 * comint.el, cus-edit.el, diff-mode.el, enriched.el, font-lock.el:
11641 * generic-x.el, info.el, log-view.el, pcvs-info.el, speedbar.el:
11642 * wid-edit.el, woman.el, calendar/calendar.el, textmodes/flyspell.el:
11643 * emulation/viper-init.el, eshell/em-ls.el, progmodes/antlr-mode.el:
11644 * progmodes/cperl-mode.el, progmodes/idlwave.el:
11645 * progmodes/sh-script.el, progmodes/vhdl-mode.el:
11646 Adapt face definitions to use :weight and :slant.
11647
11648 * ps-print.el (ps-font-lock-face-attributes): Use :weight and :slant.
11649
11650 * cus-edit.el (custom-face-edit-fix-value): Delete `assert' call.
11651
11652 * font-lock.el (initializing from font-lock-face-attributes):
11653 Use :weight and :slant, not :bold and :italic.
11654
116552001-12-31 Per Abrahamsen <abraham@dina.kvl.dk>
11656
11657 * cus-edit.el (custom-face-edit-fix-value): New function.
11658 (custom-face-edit): Use it, to convert :italic and :bold to new forms.
11659
5fe0ea6a 116602001-12-30 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
11661
11662 * progmodes/octave-mod.el (octave-abbrev-table):
11663 * progmodes/idlwave.el (idlwave-mode-abbrev-table):
11664 * progmodes/fortran.el (fortran-mode-abbrev-table):
11665 * progmodes/f90.el (f90-mode-abbrev-table):
11666 * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init):
11667 * progmodes/sql.el (sql-mode-abbrev-table): Mark all the
11668 predefined abbrevs as "system" abbrevs.
11669
116702001-12-30 Richard M. Stallman <rms@gnu.org>
11671
11672 * info.el (Info-fontify-node): For a **** underline line, put the
11673 invisible and intangible props on the following newline, but not
11674 on the previous newline or the last char of the previous line.
11675
11676 * faces.el (face-set-after-frame-default): Don't change `default' face.
11677
11678 * faces.el (minibuffer-prompt): Adopt some default colors.
11679
11680 * replace.el (query-replace-read-args): Immediate error if read-only.
11681
11682 * textmodes/makeinfo.el (makeinfo-compilation-sentinel):
11683 Display the output buffer in a more intelligent way.
11684
116852001-12-30 Eli Zaretskii <eliz@is.elta.co.il>
11686
11687 * ls-lisp.el (insert-directory): Modify the "total" line wording,
11688 in accordance with files.el's insert-directory.
11689
116902001-12-29 Richard M. Stallman <rms@gnu.org>
11691
11692 * files.el (basic-save-buffer): If a before-write hook displays
11693 an echo area message, pause before calling basic-save-buffer-1.
11694
116952001-12-29 Markus Rost <rost@math.ohio-state.edu>
11696
11697 * textmodes/reftex-global.el (reftex-query-replace-document)
11698 (reftex-change-label): Doc fix.
11699
11700 * dired-aux.el (dired-do-query-replace-regexp): Doc fix.
11701
11702 * progmodes/etags.el (tags-query-replace): Doc fix.
11703
117042001-12-29 Richard M. Stallman <rms@gnu.org>
11705
11706 * progmodes/compile.el (compile-internal): Fix previous change.
11707
117082001-12-28 Richard M. Stallman <rms@gnu.org>
11709
11710 * mouse.el (mouse-drag-mode-line-1): When dragging a mode line upward,
11711 shrink the windows above as necessary to get space.
11712 (mouse-drag-move-window-bottom, mouse-drag-window-above): New fns.
11713
11714 * net/ange-ftp.el (ange-ftp-allow-child-lookup): Always return nil.
11715 This fixes a bug that treated all files as directories.
11716 (ange-ftp-insert-directory): Explicitly follow symlinks.
11717
11718 * international/iso-transl.el (iso-transl-char-map) Eliminate the
11719 alias symbols--put the translated sequences here directly.
11720
11721 * progmodes/cc-mode.el (c-mode-abbrev-table)
11722 (c++-mode-abbrev-table, objc-mode-abbrev-table)
11723 (java-mode-abbrev-table, pike-mode-abbrev-table):
11724 Mark all the predefined abbrevs as "system" abbrevs.
11725
11726 * mail/sendmail.el (mail-envelope-from): Fix custom type.
11727 (sendmail-send-it): Check mail-specify-envelope-from
11728 and mail-envelope-from in the mail buffer at start.
11729
117302001-12-28 Simon Josefsson <jas@extundo.com>
11731
11732 * mail/sendmail.el (mail-envelope-from): Fix :type.
11733 (sendmail-send-it): Copy `mail-envelope-from' from calling buffer.
11734
117352001-12-28 Richard M. Stallman <rms@gnu.org>
11736
11737 * net/ldap.el (ldap-search-internal): Handle <file://...> in results.
11738
11739 * simple.el (line-move-invisible): New subroutine.
11740 (line-move-to-column): New subroutine--smarter about advancing over
11741 invisible parts of a line, or lines, but only as long as hpos grows.
11742 (line-move-finish): New subroutine: repeatedly processes desired
11743 column, intangibility, and fields.
11744 (line-move): Use those subroutines.
11745 When moving lines downward, skip invisible text first rather than last.
11746
117472001-12-27 Richard M. Stallman <rms@gnu.org>
11748
11749 * international/mule-diag.el (describe-char-after):
11750 Describe the text properties of the char after point.
11751
11752 * help.el (describe-key): Doc fix.
11753
117542001-12-26 Markus Rost <rost@math.ohio-state.edu>
11755
11756 * find-dired.el (find-dired-sentinel): Precede exit message by
11757 two spaces, to match the regexp in dired-between-files.
11758
117592001-12-28 Miles Bader <miles@gnu.org>
11760
11761 * wid-edit.el (widget-toggle-value-create): Don't eval actual
11762 images (which are lists too).
11763
117642001-12-27 Eli Zaretskii <eliz@is.elta.co.il>
11765
11766 * language/european.el: Fix the doc string of "Latin-5" language
11767 environment.
11768
117692001-12-26 Richard M. Stallman <rms@gnu.org>
11770
11771 * textmodes/flyspell.el (flyspell-mode-map): New keymap,
11772 defined as before 2001-11-09.
11773 (add-minor-mode call): Specify the keymap.
11774
11775 * progmodes/compile.el (compile-internal):
11776 Set TERM variable in process-environment.
11777
117782001-12-25 Richard M. Stallman <rms@gnu.org>
11779
11780 * help-mode.el (help-xref-on-pp): Catch and ignore errors in scanning
11781 the buffer.
11782
11783 * startup.el (command-line): Convert command line args
11784 to Emacs internal representation using locale-coding-system.
11785
117862001-12-25 Eli Zaretskii <eliz@is.elta.co.il>
11787
11788 * international/fontset.el: Don't require ind-util when compiling.
11789
5fe0ea6a 117902001-12-25 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904 11791
f530a77b
SM
11792 * emulation/tpu-edt.el (tpu-reset-screen-size):
11793 Use set-frame-height and set-frame-width instead of set-screen-height
fe72c904
CW
11794 and set-screen-width.
11795
11796 * vt-control.el (vt-wide, vt-narrow): Use set-frame-width instead
11797 of obsolete set-screen-width.
11798
11799 * locate.el (locate): Remove dot at the end of error argument.
11800
11801 * emerge.el (emerge-show-file-name): Use frame-height instead of
11802 obsolete screen-height.
11803
11804 * mail/mh-utils.el (mh-show-msg): Likewise.
11805 (mh-handle-process-error): Use frame-width instead of obsolete
11806 screen-width.
11807
118082001-12-25 Richard M. Stallman <rms@gnu.org>
11809
11810 * window.el (balance-windows): Use new PRESERVE-BEFORE arg
11811 to enlarge-window. Use save-selected-window. Don't try
11812 to resize windows that end at the bottom "level".
11813 Retry changing the sizes until the windows get the desired sizes.
11814 Discount the minibuffer when computing total height available.
11815
11816 * emacs-lisp/debug.el (debugger-mode-map): Bind C-m, not `RET'.
11817 (debugger-make-xrefs): Only make a button for the first symbol
11818 on any line.
11819
118202001-12-24 Eli Zaretskii <eliz@is.elta.co.il>
11821
11822 * term/internal.el (dos-cpNNN-setup, dos-codepage-setup):
11823 Call IT-setup-unicode-display here instead of adding it to
11824 dos-codepage-setup-hook, so that Unicode display tables are set
11825 before dos-codepage-setup-hook runs.
11826
118272001-12-24 Richard M. Stallman <rms@gnu.org>
11828
11829 * net/net-utils.el (ftp-mode-abbrev-table): Don't define it.
11830 (nslookup-mode-abbrev-table): Don't define it.
11831 (smbclient-mode-abbrev-table): Don't define it.
11832 (ftp-mode): Don't use ftp-mode-abbrev-table; don't enable Abbrev mode.
11833 (nslookup-mode, smbclient-mode): Likewise.
11834 (network-connection-service-abbrev-alist): Variable deleted.
11835 (network-connection-mode-setup): Don't set up abbrev table.
11836
11837 * faces.el (minibuffer-prompt): New face.
11838 (minibuffer-prompt-properties): Add `face' property.
11839
11840 * replace.el (occur-mode-display-occurrence): New function.
11841 (occur-mode-map): Bind C-o to it.
11842
118432001-12-24 Michael Kifer <kifer@cs.sunysb.edu>
11844
11845 * viper-cmd.el (viper-change-state): Got rid of make-local-hook.
11846 (viper-special-read-and-insert-char): Make C-m work right in the r
11847 comand.
11848 (viper-buffer-search-enable): Fixed format string.
11849
11850 * viper-ex.el (ex-token-alist): Use ex-set-visited-file-name
11851 instead of viper-info-on-file.
11852 (ex-set-visited-file-name): New function.
11853
11854 * viper.el (viper-emacs-state-mode-list): Added mail-mode.
11855
11856 * ediff-mult.el (ediff-meta-mark-equal-files): Added optional
11857 action argument.
11858
11859 * ediff-init.el: Fixed some doc strings.
11860
11861 * ediff-util.el (ediff-after-quit-hook-internal): New variable.
11862 Got rid of make-local-hook.
11863
11864 * ediff-wind.el (ediff-setup-control-frame): Got rid of
11865 make-local-hook.
11866
118672001-12-23 Richard M. Stallman <rms@gnu.org>
11868
11869 * term/x-win.el (x-handle-geometry): Put height and width
11870 on default-frame-alist, left and top on initial-frame-alist.
11871 * term/w32-win.el (x-handle-geometry): Likewise.
11872
11873 * sort.el (sort-reorder-buffer): Copy all to a temp buffer first.
11874
11875 * play/yow.el (yow): Use an arg to distinguish interactive calls,
11876 not interactive-p.
11877
5fe0ea6a 118782001-12-22 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904 11879
f530a77b
SM
11880 * emacs-lisp/elint.el (elint-unknown-builtin-args):
11881 Remove mocklisp entries.
fe72c904
CW
11882
11883 * subr.el (insert-string): Moved from mocklisp.c, reimplemented in
11884 Lisp. Obsoleted.
11885
11886 * emulation/mlconvert.el: File removed.
11887
11888 * emulation/mlsupport.el: Moved to obsolete.
11889
11890 * obsolete/mlsupport.el: Moved there from lisp/emulation.
11891
11892 * emacs-lisp/find-gc.el (source-files): Remove mocklisp.c.
11893
f530a77b
SM
11894 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
11895 Remove mocklisp case.
fe72c904 11896
f530a77b 11897 * help-fns.el (describe-function-1): Remove mocklisp function case.
fe72c904
CW
11898
118992001-12-22 Miles Bader <miles@gnu.org>
11900
11901 * textmodes/refill.el (refill-mode): Don't barf when redundantly
11902 turning refill-mode off.
11903
5fe0ea6a 119042001-12-22 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
11905
11906 * time.el (display-time-load-average-threshold): New variable.
11907 (display-time-update): Use it.
11908
11909 These changes allow cycling through past 1, 5 and 15 minutes
11910 load-average displayed in the mode-line.
11911
11912 * time.el (display-time-default-load-average): New customizable option.
11913 (display-time-load-average): New variable.
11914 (display-time-cycle-load-average): New function.
11915 (display-time-update): Use them.
11916
119172001-12-21 Richard M. Stallman <rms@gnu.org>
11918
11919 * apropos.el (apropos-print): SPACING is now nil or a separator string.
11920 (apropos-documentation, apropos-value): Pass a suitable string.
11921
119222001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
11923
11924 * dired.el (dired-free-space-program, dired-free-space-args):
11925 Aliases for back-compatibility.
11926
11927 * info.el (Info-select-node): If Info-use-header-line is nil, set
11928 header-line-format to nil.
11929 (Info-fontify-node): Don't put a keymap text property on the
11930 heading if we are not going to display the header line. Remove
11931 any such text properties left over from past visits to this node.
11932
11933 * ls-lisp.el (insert-directory): Insert the amount of free disk
11934 space, like files.el's insert-directory does.
11935
f530a77b
SM
11936 * files.el (directory-free-space-program):
11937 Mention file-system-info in the doc string.
11938 (get-free-disk-space): New function; code moved from insert-directory.
fe72c904
CW
11939 (insert-directory): Call get-free-disk-space to get the amount of
11940 free space.
11941
119422001-12-21 Richard M. Stallman <rms@gnu.org>
11943
11944 * help.el (view-order-manuals, view-emacs-news, describe-copying)
11945 (describe-distribution, describe-project): Use view-file.
11946
11947 * emacs-lisp/cl-indent.el (define-modify-macro): Better indent spec.
11948
11949 * net/ange-ftp.el (ange-ftp-file-modtime): Use save-match-data.
11950
11951 * emacs-lisp/easy-mmode.el (define-minor-mode):
11952 Make no arg by default in an interactive call,
11953 so that repeating the command toggles again.
11954
11955 * emacs-lisp/lisp-mode.el (eval-defun-1): Cope with atoms as args.
11956
119572001-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
11958
11959 * antlr-mode.el: More sophisticated indentation of cpp directive.
11960 (antlr-indent-at-bol-alist): New user option.
11961 (antlr-indent-line): Use it.
11962 (antlr-indent-style): New user option.
11963 (antlr-mode): Use it.
11964 (antlr-indent-item-regexp): Customize.
11965
11966 * antlr-mode.el: Syntax highlighting changes.
11967 (antlr-font-lock-literal-regexp): New user option.
11968 (antlr-font-lock-syntax-face): New face used for :, |, ....
11969 (antlr-font-lock-default-face): New face.
11970 (antlr-font-lock-additional-keywords): Use them.
11971
11972 * antlr-mode.el: New command to insert options -- variables.
11973 (antlr-mode-map): New binding [C-c C-o].
11974 (antlr-mode-menu): New submenus.
11975 (antlr-options-use-submenus): New user option.
11976 (antlr-tool-version): New user option.
11977 (antlr-options-auto-colon): New user option.
11978 (antlr-options-style): New user option.
11979 (antlr-options-push-mark): New user option.
11980 (antlr-options-assign-string): New user option.
11981 (antlr-options-headings): New variable.
11982
11983 * antlr-mode.el: New command to insert options -- specific.
11984 (antlr-options-alists): New variable.
11985 (antlr-read-value): New function.
11986 (antlr-read-boolean): New function.
11987 (antlr-language-option-extra): New function.
11988 (antlr-language-limit-n-regexp): Change default to higher LIMIT.
11989 (antlr-c++-mode-extra): New function.
11990 (antlr-grammar-tokens): New function.
11991 (antlr-imenu-create-index-function): New optional argument.
11992
11993 * antlr-mode.el: New command to insert options -- functions.
11994 (antlr-insert-option): New command.
11995 (antlr-insert-option-interactive): New function.
11996 (antlr-options-menu-filter): New function.
11997 (antlr-option-kind): New function.
11998 (antlr-scan-lists): New alias.
11999 (antlr-scan-lists-internal): New function.
12000 (antlr-skip-file-prelude): Hack for special SKIP-COMMENT.
12001 (antlr-option-level): New function.
12002 (antlr-syntactic-grammar-depth): New function.
12003 (antlr-option-location): New function.
12004 (antlr-insert-option-do): New function.
12005 (antlr-option-spec): New function.
12006 (antlr-version-string): New function.
12007 (antlr-insert-option-existing): New function.
12008 (antlr-insert-option-space): New function.
12009 (antlr-insert-option-area): New function.
12010
12011 * antlr-mode.el: New electric keys ":;|&(){}", TAB works better
12012 with narrowing. Menu change. Miscellaneous.
12013 (antlr-mode-menu): Include "Indent Region" and "Customize Antlr".
12014 (antlr-mode-map): New bindings for characters in ":;|&(){}".
12015 (antlr-electric-character): New command.
12016 (antlr-class-header-regexp): New variable.
12017 (antlr-font-lock-additional-keywords): Use it.
12018 (antlr-imenu-create-index-function): Use it.
12019 (antlr-file-dependencies): Use it.
12020 (antlr-indent-line): Also works with restrictions.
12021 (antlr-indent-command): Interactive spec - changes the buffer.
12022 (antlr-language-for-option): Deletia.
12023 (antlr-language-option): New function, defined instead.
12024 (antlr-mode): Use it.
42fe2ab9 12025
fe72c904
CW
120262001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
12027
12028 * jka-compr.el (jka-compr-partial-uncompress): Use null-device
12029 instead of a literal /dev/null.
12030
12031 * Makefile.in (distclean): Remove Makefile in the build
12032 directory, not in the source directory.
12033
120342001-12-21 Simon Josefsson <jas@extundo.com>.
12035
f530a77b
SM
12036 * mail/smtpmail.el (smtpmail-send-queued-mail):
12037 Use with-temp-buffer instead of find-file-noselect, and bind
fe72c904
CW
12038 coding-system-for-read to no-conversion when reading the queued
12039 messages. (Simon's code modified slightly by Eli Zaretskii.)
12040
42fe2ab9 120412001-12-20 Werner Lemberg <wl@gnu.org>
887d3c94 12042
f530a77b
SM
12043 * international/mule-diag.el (describe-coding-system)
12044 (print-coding-system-briefly): Make printed output have a similar
8ed4ef7c 12045 format as describe-character-set.
a74357d4 12046
5fe0ea6a 120472001-12-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
2aaa7f0a 12048
8ed4ef7c
CW
12049 * play/blackbox.el (bb-member): Remove, use member instead.
12050 (bb-delete): Remove, use delete instead.
12051 Update copyright notice. Defvar for bb-board, bb-x, bb-y,
12052 bb-score, bb-detour-count and bb-balls-placed.
12053 Propertize results of rays.
6f93971c 12054
fe72c904
CW
120552001-12-19 Karl Fogel <kfogel@red-bean.com>
12056
12057 * isearch.el (isearch-forward, isearch-edit-string): Make doc
12058 strings mention keybinding for `isearch-yank-word-or-char',
12059 rather than `isearch-yank-word', since the former is bound now
12060 and the latter is not.
12061 (isearch-yank-word-or-char): Fix formatting.
12062
120632001-12-19 Werner Lemberg <wl@gnu.org>
12064
f530a77b
SM
12065 * language/czech.el, language/european.el, language/slovak.el:
12066 More fixes for language info doc strings.
fe72c904
CW
12067
120682001-12-19 Eli Zaretskii <eliz@is.elta.co.il>
12069
12070 * loadup.el: Add "language" to the load-path.
12071
120722001-12-19 Richard M. Stallman <rms@gnu.org>
12073
12074 * international/mule-cmds.el (describe-language-environment):
12075 Fix calls to help-xref-button.
12076
120772001-12-19 Miles Bader <miles@gnu.org>
12078
12079 * international/fontset.el: Require `ind-util' when compiling.
12080
5fe0ea6a 120812001-12-18 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
12082
12083 * language/ethio-util.el (ethio-modify-vowel): Use char-to-string
12084 instead of decompose-composite-char.
12085
120862001-12-18 Richard M. Stallman <rms@gnu.org>
12087
12088 * simple.el (eval-expression-print-level)
12089 (eval-expression-print-length): Doc fixes.
12090
12091 * international/mule-diag.el (describe-character-set):
12092 Fix the arg to help-xref-button.
12093
12094 * files.el (directory-free-space-program): New variable.
12095 (directory-free-space-args): New variable.
12096 (insert-directory): Use those two variables for getting free space.
12097 Use file-system-info instead, if that is defined.
12098
12099 * dired.el (dired-free-space-program): Variable deleted.
12100 (dired-free-space-args): Variable deleted.
12101 (dired-insert-directory): Don't try to determine free space.
12102
12103 * files.el (font-lock-defaults): Add risky-local-variables prop.
12104 (hack-one-local-variable): Treat various font-lock variables as risky.
12105
121062001-12-18 Werner Lemberg <wl@gnu.org>
12107
12108 * language/chinese.el, language/cyrillic.el:
12109 * language/czech.el, language/european.el, language/greek.el:
12110 * language/hebrew.el, language/indian.el, language/japanese.el:
12111 * language/korean.el, language/lao.el, language/slovak.el:
12112 * language/thai.el, language/tibetan.el, language/vietnamese.el:
12113 Improve documentation strings of coding systems and language infos.
12114
121152001-12-18 Werner LEMBERG <wl@gnu.org>
12116
12117 Add support for EUC-TW decoding/encoding.
12118
f530a77b
SM
12119 * language/china-util.el (big5-to-flat-code, flat-code-to-big5)
12120 (euc-to-flat-code, flat-code-to-euc, expand-euc-big5-alist):
fe72c904
CW
12121 New auxiliary functions to build `big5-to-cns'.
12122 (big5-to-cns): New translation alist.
12123
12124 * language/chinese.el: Added new coding system `euc-tw' and its
12125 alias `euc-taiwan'.
12126 Updated language `Chinese-CNS' to include euc-tw encoding also.
12127 (ccl-decode-euc-tw, ccl-encode-euc-tw): New functions for handling
12128 euc-tw.
12129
121302001-12-18 Dave Love <fx@gnu.org>
12131
12132 * loadup.el: Add language/utf-8-lang, language/georgian.
12133
12134 * image-file.el (image-file-name-extensions): Add pnm. Doc fix.
12135 (image-file-name-regexps): Doc fix.
12136
12137 * server.el (server-unload-hook): New function.
12138
12139 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): Group the leader.
12140 (lm-crack-copyright): Cope with multi-line copyright `lines'.
12141
12142 * simple.el (newline): Doc fix.
12143 (eval-expression-print-level, eval-expression-print-length): Doc
12144 fix. Amend :type.
12145 (next-line, previous-line): Make arg optional.
12146 (newline): Doc fix.
12147
12148 * Makefile.in (DONTCOMPILE): Add various language files.
12149
12150 * international/quail.el (quail-input-string-to-events): Don't use
12151 string-to-list.
12152
12153 * progmodes/f90.el (f90-break-line): Avoid infinite recursion
12154 calling `newline'.
12155
121562001-12-17 Richard M. Stallman <rms@gnu.org>
12157
12158 * comint.el (comint-dynamic-list-input-ring-select): New function.
12159 Switches back to the old window configuration.
12160 (comint-dynamic-list-input-ring): Bind RET to that function.
12161 (comint-dynamic-list-input-ring-window-conf): New variable.
12162
121632001-12-17 Werner Lemberg <wl@gnu.org>
12164
12165 * international/mule-conf.el: Improve documentation strings of
12166 character sets.
12167
121682001-12-16 Richard M. Stallman <rms@gnu.org>
12169
12170 * dired.el (dired-copy-filename-as-kill): Moved from dired-x.el.
12171 (dired-mode-map): Bind w to dired-copy-filename-as-kill.
12172
12173 * dired-x.el (dired-copy-filename-as-kill): Moved to dired.el.
12174
12175 * autoinsert.el (auto-insert-alist): Redo finding C and C++ headers.
12176 Add a DESCRIPTION for the makefile item.
12177
12178 * find-file.el (ff-other-file-name): New function.
12179
121802001-12-16 Eli Zaretskii <eliz@is.elta.co.il>
12181
12182 * international/quail.el (quail-input-string-to-events): Fix last
12183 change.
12184
121852001-12-16 Richard M. Stallman <rms@gnu.org>
12186
12187 * isearch.el (isearch-edit-string): When we set isearch-string
12188 to the default, also set isearch-message.
12189
12190 * subr.el (temp-buffer-show-hook, temp-buffer-setup-hook): Add defvars.
12191
12192 * startup.el (command-line-1): Display startup screen
12193 even if there are command line args.
12194 Add a note about how to go to editing your files.
12195 (fancy-splash-head): Add a note about how to go to your files.
12196 (fancy-splash-outer-buffer): New variable.
12197 (fancy-splash-screens): Bind variable fancy-splash-outer-buffer.
12198
12199 * subr.el (with-temp-message): At the end, always discard
12200 the temp message, even by clearing the echo area.
12201
12202 * progmodes/sh-script.el (sh-mode): Run sh-mode-hook.
12203
122042001-12-16 Stefan Monnier <monnier@cs.yale.edu>
12205
12206 * log-view.el (log-view-message-re, log-view-current-tag):
12207 Recognize Subversion's log output format.
12208
12209 * international/fontset.el: Build the list L at compile time.
12210
12211 * language/ind-util.el (mapthread): Make a closure.
12212
122132001-12-15 Richard M. Stallman <rms@gnu.org>
12214
12215 * isearch.el (isearch-start-hscroll): New variable.
12216 (isearch-mode): Set isearch-start-hscroll.
12217 (isearch-update): Restore original hscrolling if possible.
12218
12219 * isearch.el (isearch-edit-string):
12220 Treat isearch-yank-word-or-char specially, like isearch-yank-word.
12221
12222 * emacs-lisp/debug.el (debugger-previous-backtrace): New variable.
12223 (debugger-make-xrefs): Optimize by (1) using skip-syntax-forward
12224 rather than regexp search and (2) copying text properties
12225 already set up on text unchanged from the previous backtrace.
12226
12227 * case-table.el (set-case-syntax-pair):
12228 Detect invalid calls and signal an error.
12229
122302001-12-15 Richard M. Stallman <rms@gnu.org>
12231
12232 * language/ind-util.el (range): Function deleted.
12233 (indian-regexp-of-hashtbl-keys): Renamed from `regexp-of-hashtbl-keys'.
12234 All calls changed.
12235
12236 * language/devan-util.el (devanagari-range): Renamed from `range'.
12237 All calls changed.
12238 (devanagari-regexp-of-hashtbl-keys):
12239 Renamed from `regexp-of-hashtbl-keys'. All calls changed.
12240
122412001-12-15 Dave Love <fx@gnu.org>
12242
12243 * language/ind-util.el: Don't require cl.
12244 (indian-glyph-char, indian-glyph-max-char)
12245 (indian-char-glyph): Moved from indian.el
12246 (indian--puthash-char, mapthread): Don't quote lambda.
12247 (indian--map): New function.
12248 (indian--puthash-v, indian--puthash-c, indian--puthash-m)
12249 (indian--puthash-cv): Use it.
12250
12251 * language/indian.el (indian-glyph-char, indian-glyph-max-char)
12252 (indian-char-glyph): Moved to ind-util.el
12253
12254 * language/devan-util.el (devanagari-post-read-conversion):
12255 New function.
12256
12257 * language/georgian.el: New file.
12258
12259 * international/mule-cmds.el (locale-language-names): Add various
12260 entries. Remove utf-8 special case.
12261 (locale-charset-language-names, locale-preferred-coding-systems):
12262 Add utf-8 case.
12263 (set-language-environment): Process required-features earlier.
12264
12265 * international/quail.el (quail-keyboard-layout-alist):
12266 Add pc105-uk.
12267 (quail-keyboard-layout-type): Fix :type.
12268 (quail-choose-completion-string): Simplify.
12269 (quail-update-leim-list-file): Don't get fooled by commented-out code.
12270 (quail-input-string-to-events): Run events through
12271 translation-table-for-input.
12272
12273 * international/mule-conf.el (translation-table-for-input):
12274 New variable.
12275 (latin-iso8859-14): Amend description.
12276 (file-coding-system-alist): Add entry for utf-8.
12277
12278 * language/utf-8-lang.el: New file.
12279
12280 * international/code-pages.el: New file.
12281
12282 * language/hebrew.el ("Windows-1255"): New language.
12283
12284 * language/european.el ("Welsh", "Latin-7", "Lithuanian")
12285 ("Latvian"): New languages.
12286
122872001-12-14 Stefan Monnier <monnier@cs.yale.edu>
12288
12289 * xml.el: Use setq rather than (set 'foo bar).
12290 Use push+nreverse rather than append.
12291 (xml-node-name, xml-node-attributes, xml-node-children):
12292 Use defsubst rather than macros.
12293 (xml-parse-region): Handle a nil return value from xml-parse-tag.
12294 (xml-parse-tag): Don't skip white space. Return nil for a comment.
12295 Concat the two strings surrounding a comment into a single string.
12296
12297 * newcomment.el (comment-indent): Jump to the middle of empty comments.
12298
5fe0ea6a 122992001-12-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
12300
12301 * select.el (xselect-convert-to-class, xselect-convert-to-name):
12302 Document.
12303
123042001-12-14 Andre Spiegel <spiegel@gnu.org>
12305
12306 * vc-hooks.el (vc-checkout-model, vc-state, vc-workfile-version):
12307 Return nil if FILE is not registered.
12308 (vc-check-master-templates, vc-default-make-version-backups-p):
12309 Doc fix.
12310
123112001-12-13 David Ponce <david@dponce.com>
12312
12313 * ruler-mode.el (ruler-mode-extra-left-cols): Remove.
12314 (ruler-mode-left-fringe-cols): New macro.
12315 (ruler-mode-right-fringe-cols): New macro.
12316 (ruler-mode-left-scroll-bar-cols): New macro.
12317 (ruler-mode-right-scroll-bar-cols): New macro.
12318 (ruler-mode-ruler): Use above new macros.
12319
123202001-12-13 Richard M. Stallman <rms@gnu.org>
12321
12322 * files.el (set-auto-mode): Fix previous change.
12323
123242001-12-13 Stefan Monnier <monnier@cs.yale.edu>
12325
12326 * emacs-lisp/easymenu.el (easy-menu-intern): New fun.
12327 (easy-menu-do-define, easy-menu-convert-item-1)
12328 (easy-menu-define-key-intern, easy-menu-get-map): Use it.
12329 (easy-menu-return-item): Only return nil if there is no binding.
12330
123312001-12-13 Rajesh Vaidheeswarran <rv@gnu.org>
12332
12333 * whitespace.el (whitespace-version): 3.2
12334 * whitespace.el (whitespace-force-mode-line-update): Replace with
12335 `whitespace-mode-line-update', which is an alias to the correct
12336 function in various emacsen.
12337 * whitespace.el (whitespace-{un,}highlight-the-space):
12338 Add colorized highlighting of the bogus whitespaces in a buffer/file,
12339 using the `whitespace-highlight-face' if
12340 `whitespace-display-spaces-in-color' is set.
12341
123422001-12-13 Eli Zaretskii <eliz@is.elta.co.il>
12343
12344 * international/mule.el (set-auto-coding): Don't search for
12345 "unibyte:" or "coding:" if set-auto-mode-1 returns nil.
12346
5fe0ea6a 123472001-12-13 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
12348
12349 * mail/mailabbrev.el (mail-abbrevs-setup): Do not use make-local-hook.
12350
12351 * mail/rmail.el (rmail-fontify-buffer-function): Likewise.
12352
12353 * mail/rmailsum.el (rmail-summary-mode): Likewise.
12354
123552001-12-13 Richard M. Stallman <rms@gnu.org>
12356
12357 * simple.el (undo): Always set this-command to `undo',
12358 so that the next undo after an error will not begin redoing.
12359
12360 * simple.el (shell-command): Doc fix.
12361 (shell-command-on-region): If there is output an an error,
12362 add "...Shell command failed" to the output.
12363
123642001-12-13 David Ponce <david@dponce.com>
12365
12366 * ruler-mode.el (ruler-mode-left-fringe-cols): Variable removed.
12367 (ruler-mode-left-fringe-cols): Function replaced by more efficient
12368 implementation `ruler-mode-extra-left-cols'.
12369 (ruler-mode-ruler): Use above new function. Take into account
12370 that the fringe areas can now be resized.
12371
123722001-12-12 Richard M. Stallman <rms@gnu.org>
12373
12374 * international/characters.el (Unicode): Comment out
12375 the specifications for kelvin and angstrom signs.
12376
12377 * international/mule.el (make-translation-table-from-vector):
12378 Allow null elements in VEC.
12379
12380 * international/ucs-tables.el (unify-8859-on-encoding-mode)
12381 (unify-8859-on-decoding-mode): Swap the code in their bodies.
12382 Add :version.
12383
123842001-12-11 Richard M. Stallman <rms@gnu.org>
12385
12386 * derived.el (derived-mode-p): Function moved to subr.el.
12387
12388 * subr.el (derived-mode-p): Moved here from derived.el.
12389
12390 * international/mule.el (set-auto-coding): Use set-auto-mode-1.
12391
12392 * files.el (set-auto-mode-1): New subroutine, broken out of
12393 set-auto-mode.
12394 (set-auto-mode, hack-local-variables-prop-line): Use that.
12395
123962001-12-11 Dave Love <fx@gnu.org>
12397
12398 * language/thai-util.el, language/thai.el: Add Unicode equivalents.
12399
12400 * language/european.el: Remove autoload cookies. Fix registration
12401 of diacritic composition function.
12402
5fe0ea6a 124032001-12-11 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
12404
12405 * calendar/todo-mode.el: Require time-stamp.
6f93971c 12406
fe72c904 12407 * net/zone-mode.el (zone-mode): Don't use make-local-hook.
df218ce6 12408
fe72c904 124092001-12-11 Richard M. Stallman <rms@gnu.org>
df218ce6 12410
fe72c904 12411 * emacs-lisp/authors.el (authors-aliases): Delete "Richard Stallmao".
79ccae1e 12412
fe72c904
CW
12413 * textmodes/ispell.el (ispell-buffer-local-parsing):
12414 Match xml like sgml.
0347c911 12415
fe72c904
CW
12416 * emacs-lisp/advice.el (ad-compile-function):
12417 Byte compile the function under another (uninterned) name.
e5ba1eb9 12418
fe72c904 12419 * gud.el (gdb): Define and bind gud-jump.
79ccae1e 12420
fe72c904
CW
12421 * font-lock.el (font-lock-mode):
12422 Put our function at the end of after-change-functions.
46e5ea33 12423
fe72c904 12424 * ediff-diff.el (ediff-cmp-options): Doc fix.
46e5ea33 12425
fe72c904 12426 * comint.el (comint-password-prompt-regexp): Match "UNIX Password".
a66cd3ee 12427
fe72c904 124282001-12-10 Richard M. Stallman <rms@gnu.org>
a66cd3ee 12429
fe72c904
CW
12430 * isearch.el (isearch-yank-word-or-char): New function.
12431 (isearch-mode-map): Bind C-w to that.
a66cd3ee 12432
fe72c904 12433 * menu-bar.el (menu-bar-mode): Make arg optional.
a66cd3ee 12434
fe72c904
CW
12435 * simple.el (line-move): Cope if next-single-property-change
12436 or previous-single-property-change returns nil.
a66cd3ee 12437
fe72c904
CW
12438 * emacs-lisp/lisp-mnt.el (lm-verify): New arg NON-FSF-OK.
12439 Don't use interactive-p; instead, pass the proper args
12440 in (interactive...). Clean up most of the trouble-report strings.
a66cd3ee 12441
fe72c904 124422001-12-10 Eli Zaretskii <eliz@is.elta.co.il>
a66cd3ee 12443
fe72c904
CW
12444 * mail/smtpmail.el (smtpmail-send-queued-mail): Insert the
12445 enqueued messages literally.
a66cd3ee 12446
fe72c904 124472001-12-10 Noah Friedman <friedman@splode.com>
a66cd3ee 12448
fe72c904
CW
12449 * battery.el (battery-insert-file-contents): Obsolete function
12450 removed.
12451 (battery-read-function): Obsolete function removed.
12452 (battery-linux-proc-apm): Use insert-file-contents.
a66cd3ee 12453
fe72c904 124542001-12-07 Stephen Eglen <stephen@gnu.org>
a66cd3ee 12455
fe72c904
CW
12456 * iswitchb.el (iswitchb-visit-buffer):
12457 Use `select-frame-set-input-focus'--needed when window manager
12458 uses "click to focus" policy.
a66cd3ee 12459
5fe0ea6a 124602001-12-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
a66cd3ee 12461
fe72c904 12462 * COPYING: Moved back.
a66cd3ee 12463
fe72c904 124642001-12-07 Eli Zaretskii <eliz@is.elta.co.il>
a66cd3ee 12465
fe72c904
CW
12466 * term/internal.el (IT-character-translations): Add entries for
12467 more points.
a66cd3ee 12468
fe72c904
CW
12469 * international/characters.el: Resurrect the Hebrew category
12470 settings for all Hebrew characters removed by the last change.
12471 Add code for setting the Hebrew category of the Unicode Hebrew
12472 characters. Set syntax entries for Hebrew punctuation characters.
a66cd3ee 12473
fe72c904
CW
12474 * international/ucs-tables.el (ucs-8859-8-alist): Add Hebrew
12475 points and directional formatting control characters.
a66cd3ee 12476
fe72c904 124772001-12-07 Dave Love <fx@gnu.org>
a66cd3ee 12478
fe72c904
CW
12479 * language/lao-util.el: Add Unicode equivalents for rules.
12480 (lao-post-read-conversion): New function.
a66cd3ee 12481
fe72c904
CW
12482 * language/lao.el: Add Unicode equivalents.
12483 (lao): Add post-read conversion.
a66cd3ee 12484
fe72c904
CW
12485 * international/latin1-disp.el: Fix some 8-bit-graphic characters.
12486 Use iso2022 encoding.
12487 (latin1-char-displayable-p): Doc fix.
12488 (latin1-display-ucs-per-lynx): New option.
12489 (latin1-display-ucs-per-lynx): New command.
12490 (latin1-display-reset): Special-case arabic.
12491 (ucs-tables): Require.
12492 (latin1-display-sets, latin1-display-setup): Add arabic.
12493 (latin1-display) <variable>: Use function latin1-display.
12494 (latin1-display) <function>: Add mule-unicode stuff.
12495 (latin1-display-check-font): Don't lose if `info' is nil.
a66cd3ee 12496
fe72c904
CW
12497 * international/iso-transl.el: Insert Latin-1 characters, not
12498 unibyte codes.
a66cd3ee 12499
fe72c904
CW
12500 * language/european.el (diacritic-composition-pattern): New constant.
12501 (diacritic-compose-region, diacritic-compose-string)
12502 (diacritic-compose-buffer, diacritic-post-read-conversion)
12503 (diacritic-composition-function): New functions.
a66cd3ee 12504
fe72c904
CW
12505 * international/utf-8.el (ucs-mule-to-mule-unicode):
12506 New translation table.
12507 (ccl-encode-mule-utf-8): Use it.
12508 (utf-8-untranslated-to-ucs, utf-8-help-echo, utf-8-compose)
12509 (utf-8-post-read-conversion, utf-8-pre-write-conversion): New function.
12510 (utf-8-subst-table): New variable.
12511 (utf-8-compose-scripts): New option.
12512 (mule-utf-8): Update safe-charsets, pre-write and post-read conversion.
a66cd3ee 12513
fe72c904
CW
12514 * international/ucs-tables.el, international/utf-8-subst.el:
12515 New files.
12516
12517 * international/characters.el: Don't set word syntax (the default)
12518 explicitly. Add a diacritic category. Add info for Unicode
8ed4ef7c
CW
12519 equivalents of characters in various Mule charsets and for extra
12520 Unicode characters. Don't define specific categories for
12521 Indian/Devanagari, since they aren't used.
a66cd3ee 12522
8ed4ef7c 125232001-12-06 Richard M. Stallman <rms@gnu.org>
a66cd3ee 12524
8ed4ef7c
CW
12525 * textmodes/fill.el (set-justification): Rename arg VALUE to STYLE.
12526 (set-justification-left, set-justification-right): Doc fix.
a66cd3ee 12527
8ed4ef7c
CW
12528 * progmodes/f90.el (f90-break-line): Use (newline 1) to insert newline.
12529 (bug-f90-mode): Variable deleted.
a66cd3ee 12530
8ed4ef7c 125312001-12-06 Stefan Monnier <monnier@cs.yale.edu>
a66cd3ee 12532
8ed4ef7c 12533 * indent.el (indent-line-function): Default is indent-relative again.
a66cd3ee 12534
8ed4ef7c 125352001-12-07 Miles Bader <miles@gnu.org>
a66cd3ee 12536
8ed4ef7c
CW
12537 * progmodes/compile.el (compilation-error-regexp-alist):
12538 Added regexps for RXP.
a66cd3ee 12539
8ed4ef7c 125402001-12-05 Eli Zaretskii <eliz@is.elta.co.il>
a66cd3ee 12541
8ed4ef7c
CW
12542 * progmodes/cwarn.el (cwarn-font-lock-match-assignment-in-expression):
12543 Add shift-assignment operators to those highlighted, and highlight
12544 the whole operator rather than just the "=".
a66cd3ee 12545
8ed4ef7c 125462001-12-04 Juanma Barranquero <lektu@terra.es>
a66cd3ee 12547
8ed4ef7c
CW
12548 * files.el (save-abbrevs, save-some-buffers): Don't ask the user
12549 before saving abbrevs if `save-abbrevs' has the value `silently'.
a66cd3ee 12550
8ed4ef7c 125512001-12-04 Andreas Schwab <schwab@suse.de>
a66cd3ee 12552
8ed4ef7c 12553 * xt-mouse.el (turn-off-xterm-mouse-tracking): Doc fix.
a66cd3ee 12554
8ed4ef7c 125552001-12-04 Colin Walters <walters@debian.org>
a66cd3ee 12556
8ed4ef7c
CW
12557 * emacs-lisp/autoload.el (make-autoload): Also generate autoloads
12558 for `defmacro*' forms.
a66cd3ee 12559
8ed4ef7c
CW
12560 * emacs-lisp/lisp-mode.el (toplevel): Define docstring offset for
12561 `defmacro*'.
a66cd3ee 12562
8ed4ef7c 125632001-12-03 Stefan Monnier <monnier@cs.yale.edu>
a66cd3ee 12564
8ed4ef7c 12565 * progmodes/antlr-mode.el (antlr-c-common-init): Undo last change.
a66cd3ee 12566
8ed4ef7c 125672001-12-02 Richard M. Stallman <rms@gnu.org>
a66cd3ee 12568
8ed4ef7c
CW
12569 * files.el (insert-directory): If the df output does not look right,
12570 don't try to use it. Other cleanups in overall code structure.
a66cd3ee 12571
8ed4ef7c 125722001-12-02 Stefan Monnier <monnier@cs.yale.edu>
a66cd3ee 12573
8ed4ef7c
CW
12574 * textmodes/outline.el (outline-mode-prefix-map):
12575 Add bindings for outline-promote and outline-demote.
12576 (outline-minor-mode-menu-bar-map): New var.
12577 (outline-minor-mode): Use it.
12578 (outline-heading-alist): New var (renamed from outline-level-heading).
12579 (outline-level): Use it.
12580 (outline-insert-heading, outline-promote, outline-demote):
12581 Update to use outline-heading-alist.
a66cd3ee 12582
8ed4ef7c
CW
12583 * disp-table.el (standard-display-european):
12584 Simplify since the function is not interactive any more.
12585 Don't set the existing buffers to unibyte.
a66cd3ee 12586
8ed4ef7c 12587 * pcvs-util.el (cvs-file-to-string): Move condition-case outside.
a66cd3ee 12588
8ed4ef7c 12589 * pcvs.el (cvs-reread-cvsrc): Don't use cvs-file-to-string.
a66cd3ee 12590
8ed4ef7c 12591 * reveal.el (reveal-mode): Fix reveal-mode's lighter.
a66cd3ee 12592
8ed4ef7c
CW
12593 * shell.el (shell): Use shell-file-name.
12594 Pop to buffer before calling comint to set COLUMNS properly.
a66cd3ee 12595
8ed4ef7c 12596 * emacs-lisp/cl.el (svref): New alias.
a66cd3ee 12597
8ed4ef7c
CW
12598 * progmodes/antlr-mode.el (antlr-c-common-init):
12599 Don't inhibit adaptive-fill-mode any more.
a66cd3ee 12600
8ed4ef7c 12601 * progmodes/delphi.el (delphi-mode): Don't use make-local-hook.
a66cd3ee 12602
8ed4ef7c
CW
12603 * progmodes/etags.el (tags-with-face): Use make-symbol.
12604 (tags-search, tags-query-replace): Use backquotes.
a66cd3ee 12605
8ed4ef7c
CW
12606 * textmodes/picture.el (picture-mode-map): Don't use defconst
12607 for a variable.
a66cd3ee 12608
5fe0ea6a 126092001-12-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
a66cd3ee 12610
8ed4ef7c
CW
12611 * textmodes/reftex-index.el (reftex-index-mode):
12612 Remove make-local-hook.
a66cd3ee 12613
8ed4ef7c 12614 * textmodes/reftex-toc.el (reftex-toc-mode): Likewise.
a66cd3ee 12615
8ed4ef7c 126162001-12-02 Kim F. Storm <storm@cua.dk>
a66cd3ee 12617
8ed4ef7c
CW
12618 * isearch.el (isearch-resume-enabled): New variable.
12619 (isearch-done): Use that variable.
a66cd3ee 12620
8ed4ef7c 126212001-12-01 Richard M. Stallman <rms@gnu.org>
a66cd3ee 12622
8ed4ef7c
CW
12623 * wid-edit.el (widget-button-click): Don't move point permanently:
12624 Avoid mouse-set-point--instead select the window,
12625 then do save-excursion, then move point.
12626 Specify the buffer for get-char-property.
12627 Don't use `@' in interactive.
a66cd3ee 12628
8ed4ef7c
CW
12629 * indent.el (indent-line-function):
12630 Default is indent-to-left-margin again.
a66cd3ee 12631
8ed4ef7c
CW
12632 * replace.el (query-replace-read-args): Display message
12633 if FROM contains `\n' or `\t'.
a66cd3ee 12634
8ed4ef7c 126352001-12-01 Stefan Monnier <monnier@cs.yale.edu>
a66cd3ee 12636
8ed4ef7c 12637 * indent.el (tab-to-tab-stop): Use delete-horizontal-space.
a66cd3ee 12638
8ed4ef7c 12639 * bindings.el (minibuffer-local-map): Bind TAB to insert-tab.
a66cd3ee 12640
8ed4ef7c
CW
12641 * emacs-lisp/regexp-opt.el (regexp-opt):
12642 Bind completion-regexp-list to nil.
a66cd3ee 12643
fe72c904
CW
12644 * progmodes/hideif.el (hif-nexttoken): Move to before first def.
12645
126462001-12-01 Eli Zaretskii <eliz@is.elta.co.il>
12647
12648 * progmodes/idlwave.el, progmodes/idlw-rinfo.el:
12649 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el:
12650 Update maintainer.
12651
126522001-11-30 Stefan Monnier <monnier@cs.yale.edu>
12653
12654 * mail/smtpmail.el: Use with-current-buffer.
12655 (message-make-date, message-make-message-id): Autoload when needed.
12656 (smtpmail-send-it): Use them to add `Date:' and `Message-Id:'
12657 headers when missing.
12658
12659 * international/encoded-kb.el (encoded-kbd-mode):
12660 Use define-minor-mode.
12661
12662 * enriched.el (enriched-mode): Use define-minor-mode.
12663 Use dolist and pop and push.
12664
12665 * info.el (Info-find-node-2): Don't call info-insert-file-contents
12666 with the `visit' argument.
12667 (Info-extract-menu-node-name): Use `replace-regexps-in-string'.
12668
12669 * progmodes/hideif.el (hide-ifdef-mode): Only modify
12670 `change-major-mode-hook' locally. Reset invisibility spec.
12671
12672 * man.el (Man-build-section-alist): Remove last Man-match-substring.
12673
5fe0ea6a 126742001-11-30 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
fe72c904
CW
12675
12676 * textmodes/paragraphs.el (mark-paragraph): Clarify doc.
12677 Clarify error message.
12678
5fe0ea6a 126792001-11-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
fe72c904
CW
12680
12681 * textmodes/paragraphs.el (mark-paragraph): Allow prefix arg.
12682
126832001-11-30 Andre Spiegel <spiegel@gnu.org>
12684
12685 * vc-cvs.el (vc-cvs-parse-status): Store file state in property,
12686 don't just return it.
12687
126882001-11-30 Eli Zaretskii <eliz@is.elta.co.il>
12689
12690 * menu-bar.el (menu-bar-read-lispref, menu-bar-read-lispintro)
12691 (menu-bar-read-emacs-man, search-emacs-glossary)
12692 (emacs-index-search, elisp-index-search): New functions.
12693 (apropso-documentation, apropos, apropos-value, apropos-variable)
12694 (apropos-commands): Modify menu item names and help text.
12695 (elisp-index-search, emacs-index-search, emacs-glossary):
12696 New menu items.
12697 (menu-bar-manuals-menu): Move the Ordering Manuals item to a
12698 submenu.
12699 (info-elisp, info-elintro): New menu items.
12700 (apropos): Modify the menu item name.
12701
127022001-11-30 Stefan Monnier <monnier@cs.yale.edu>
12703
12704 * emacs-lisp/lisp-mode.el (read-if): Add lisp-indent-function prop.
12705
12706 * textmodes/outline.el (outline-promote, outline-demote): Typo.
12707
12708 * man.el (man-follow-mouse): New function.
12709 (Man-mode-map): Bind mouse-2 to it.
12710 (Man-match-substring): Remove. Replace with `match-string'.
12711 (man): Use the `default-value' argument to `read-string'.
12712 (Man-fontify-manpage): Add mouse-face to cross references.
12713
12714 * emacs-lisp/cl-macs.el (shiftf): Fix more. Simplify.
12715
127162001-11-29 Stefan Monnier <monnier@cs.yale.edu>
12717
12718 * emacs-lisp/crm.el (completing-read-multiple): Better preserve
12719 the value of require-match in minibuffer-completion-confirm.
12720 Use crm-local-completion-map.
12721
12722 * emacs-lisp/cl-macs.el (shiftf): Fix the fast case so
12723 (let ((a 1) (b 2)) (shiftf a b (cons a b)) b) returns (1 . 2).
12724 (cl-make-type-test): Use char-valid-p for `character'.
12725
12726 * info.el (Info-complete-next-re, Info-complete-cache): New vars.
12727 (Info-complete-menu-item): Rewrite. Add the ability to search
12728 several sequential nodes. Add a simple caching mechanism.
12729 (Info-goto-index): New function extracted from Info-index.
12730 (Info-index): Use it. Add completion to the interactive spec.
12731 (Info-menu-update): Simplify call to `Info-complete-menu-item'.
12732
5fe0ea6a 127332001-11-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
12734
12735 * COPYING: Removed.
12736
127372001-11-29 Dave Love <fx@gnu.org>
12738
12739 * progmodes/fortran.el: Fontify rewind, backspace. Doc fixes.
12740 (fortran-window-create, fortran-window-create-momentarily):
12741 Rewrite, moving error condition.
12742 (fortran-beginning-do, fortran-beginning-if): Fix regexps.
12743 (fortran-mode-syntax-table): Revert last change.
12744
12745 * international/mule.el: Doc fixes.
12746 (map-charset-chars): New function.
12747 (register-char-codings): Use it to cope with generic chars in
12748 safe-chars.
12749
5fe0ea6a 127502001-11-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
12751
12752 * play/blackbox.el (blackbox-mode, blackbox): Doc fix.
12753
12754 * play/cookie1.el (cookie, cookie-insert, shuffle-vector): Doc fixes.
12755
12756 * play/studly.el (studlify-word, studlify-region)
12757 (studlify-buffer): Fix doc-string.
12758 (studlify-buffer): Add autoload cookie.
12759
127602001-11-28 Stefan Monnier <monnier@cs.yale.edu>
12761
12762 * textmodes/outline.el (outline-up-heading): Add `invisible-ok' arg.
12763 (outline-up-heading-all): Remove.
12764 (hide-sublevels): Move to end-of-heading before calling flag-region.
12765 (outline-copy-overlay, outline-discard-overlays): Remove.
12766 (outline-flag-region): Use `remove-overlays'.
12767 Don't move to end-of-heading.
12768 (outline-next-visible-heading, outline-back-to-heading)
12769 (outline-on-heading-p): Use outline-invisible-p.
12770 (outline-font-lock-level): Use outline-up-heading's new arg.
12771 (outline-minor-mode): Simplify.
12772 (outline-map-tree, outline-reveal-toggle-invisible): New funs.
12773 (outline): Put a `reveal-toggle-invisible' property.
12774 (outline-level-heading): New var.
12775 (outline-insert-heading, outline-promote, outline-demote)
12776 (outline-toggle-children): New commands.
12777
12778 * progmodes/hideif.el (hif-end-of-line): New function.
12779 (hide-ifdef-mode): Set line-move-ignore-invisible.
12780 (hide-ifdef-region-internal): New function.
12781 (hide-ifdef-region): Use it.
12782 (hif-defined): Return an integer.
12783 (hif-infix-to-prefix): Remove.
12784 (hif-tokenize): Parse from the buffer rather than from a string.
12785 Correctly tokenize integers. Use forward-comment.
12786 (hif-expr): Use hif-or.
12787 (hif-term): Use hif-and.
12788 (hif-factor): Use hif-not. Handle numbers properly.
12789 Don't require parenthesis around `defined's argument.
12790 (hif-and, hif-or, hif-not): New funs.
12791 (hif-canonicalize): Pass a region to hif-tokenize. Use hif-not.
12792 (hif-hide-line): Don't hide the \n before the line.
12793 (hif-possibly-hide): Correctly handle numeric evaluation results.
12794
12795 * progmodes/make-mode.el: Use line-(end|beginning)-position.
12796 (makefile-mode): Set indent-line-function.
12797 (makefile-browser-insert-continuation): Use with-current-buffer.
12798 (makefile-beginning-of-line-point, makefile-end-of-line-point): Remove.
12799
128002001-11-28 Karl Fogel <kfogel@red-bean.com>
12801
12802 * isearch.el (isearch-yank-internal): New helper function.
12803 (isearch-yank-char): New function.
12804 (isearch-yank-word, isearch-yank-line): Rewrite to use
12805 isearch-yank-internal.
12806
128072001-11-28 Eli Zaretskii <eliz@is.elta.co.il>
12808
12809 * mouse.el (mouse-set-font): Make it a no-op if multiple fonts
12810 aren't supported. Print a message to that effect if invoked.
12811
128122001-11-27 Stephen Eglen <stephen@gnu.org>
12813
12814 * locate.el (locate): Put point at first matching file rather
12815 than top of buffer.
12816
128172001-11-27 Stefan Monnier <monnier@cs.yale.edu>
12818
12819 * reveal.el: New file.
12820
12821 * progmodes/hideif.el: Misc cleanup.
12822 (hide-ifdef-mode-submap): Put the def in the defvar.
12823 Use substitute-key-definition.
12824 (hide-ifdef-mode): Use define-minor-mode.
12825 (hif-outline-flag-region): Remove.
12826 (hif-show-all): Define in terms of hif-show-ifdef-region.
12827 (hif-after-revert-function): Rename from hif-before-revert-function.
12828 (hide-ifdef-region, hif-show-ifdef-region): Use overlays.
12829 (hif-tokenize): Use with-syntax-table.
12830 (hif-make-range): Use `else' also for `else-p'.
12831 (hif-range-else-p): Remove.
12832 (hif-find-range): Simplify.
12833 (hif-hide-line): Don't bother preserving buffer-modified-p.
12834 (hide-ifdefs, show-ifdefs, hide-ifdef-block, show-ifdef-block):
12835 Don't use selective-display and inhibit-read-only.
12836
12837 * subr.el (copy-overlay, remove-overlays): New funs.
12838
12839 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix off-by-two error.
12840
128412001-11-27 Sam Steingold <sds@gnu.org>
12842
12843 * ansi-color.el, bookmark.el, dired.el, emerge.el, fast-lock.el
12844 * lazy-lock.el, mouse-sel.el, mail/feedmail.el
12845 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el, emacs-lisp/ewoc.el
12846 * obsolete/c-mode.el, obsolete/cplus-md.el
12847 * progmodes/dcl-mode.el, progmodes/idlw-shell.el, progmodes/idlwave.el
12848 * term/sun-mouse.el, textmodes/artist.el:
12849 Converted backquote to the new style.
12850 * mouse.el, reposition.el: Likewise (in comments).
12851 * expand.el: Likewise (in a string).
12852
128532001-11-27 Richard M. Stallman <rms@gnu.org>
12854
12855 * cus-edit.el (custom-load-symbol): Don't always load locate-library.
12856
128572001-11-26 Richard M. Stallman <rms@gnu.org>
12858
12859 * wid-edit.el (widget-toggle-value-create): On graphic terminal,
12860 if :on-glyph or :off-glyph is a list, eval it and store it back.
12861 (checkbox): Quote the values for :on-glyph and :off-glyph.
12862
12863 * cus-start.el (recursive-load-depth-limit): Delete item.
12864
128652001-11-26 Stefan Monnier <monnier@cs.yale.edu>
12866
12867 * help-fns.el (describe-categories, help-describe-category-set): New.
12868 describe-categories moved here from src/category.c.
12869
128702001-11-26 Sam Steingold <sds@gnu.org>
12871
12872 * progmodes/cc-mode.el (c-submit-bug-report): Make sure that the
12873 arguments to `insert' are strings.
12874
128752001-11-26 Richard M. Stallman <rms@gnu.org>
12876
12877 * startup.el (command-line-1): Call kill-buffer only in non-fancy case.
12878
128792001-11-26 Eli Zaretskii <eliz@is.elta.co.il>
12880
12881 * international/mule-diag.el: Require help-fns instead of
12882 help-funs.
12883
12884 * help-fns.el: Renamed from help-funs.el.
12885
12886 * startup.el (command-line-1): Don't try to call process-list if
12887 it is not fboundp.
12888
128892001-11-26 Sam Steingold <sds@gnu.org>
12890
12891 * frame.el (show-trailing-whitespace): Remove :set argument (the
12892 value was essentially identical to the defalt).
12893
5fe0ea6a 128942001-11-26 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
12895
12896 * hexl.el (hexl-mode, hexl-follow-ascii): Remove make-local-hook.
12897
12898 * icomplete.el (icomplete-minibuffer-setup): Likewise.
12899
12900 * hilit-chg.el (hilit-chg-set): Likewise.
12901
12902 * speedbar.el (speedbar-mode): Likewise.
12903
12904 * calendar/calendar.el (calendar-mode): Likewise.
12905
12906 * play/yow.el (psychoanalyze-pinhead): Use insert instead of
12907 insert-string.
12908
12909 * play/gamegrid.el (gamegrid-init-buffer): Likewise.
12910
12911 * term/bg-mouse.el (bg-insert-moused-sexp): Likewise.
12912
12913 * term/sun-mouse.el (sun-yank-selection): Likewise.
12914
12915 * textmodes/bib-mode.el (return-key-bib): Likewise.
12916
12917 * calendar/appt.el (appt-disp-window): Likewise.
12918
12919 * calendar/diary-lib.el (list-diary-entries): Likewise.
12920
12921 * array.el (array-reconfigure-rows): Likewise.
12922
12923 * filecache.el (file-cache-minibuffer-complete): Likewise.
12924
12925 * obsolete/cplus-md.el (fill-c++-comment): Likewise.
12926
12927 * strokes.el (strokes-prompt-user-save-strokes): Likewise.
12928
12929 * allout.el (outline-version, outline-open-topic)
12930 (outline-rebullet-heading, outline-insert-listified)
12931 (outline-latex-verbatim-quote-curr-line)
12932 (outline-latexify-one-item, outlineify-sticky): Likewise.
12933
12934 * vc.el (vc-next-action-on-file): Likewise.
12935 (vc-dired-mode): Remove make-local-hook.
12936
129372001-11-26 Andre Spiegel <spiegel@gnu.org>
12938
12939 * vc.el (vc-find-version): New function.
12940 (vc-version-other-window): Redefined in terms of the above.
12941
12942 * log-view.el (log-view-find-version): New function.
12943 (log-view-mode-map): Bind it to `f'.
12944
129452001-11-26 Gerd Moellmann <gerd@gnu.org>
12946
12947 * language/devan-util.el (dev-char-glyph): Escape `"' in
12948 string literals.
12949 (dev-glyph-glyph, dev-glyph-glyph-2)
12950 (devanagari-compose-syllable-region): Likewise.
12951
129522001-11-26 Richard M. Stallman <rms@gnu.org>
12953
12954 * window.el (save-selected-window): No error if saved window is dead.
12955
12956 * help-funs.el (describe-syntax): Put (interactive) after doc string.
12957
5fe0ea6a 129582001-11-26 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
12959
12960 * international/quail.el (quail-help): Require help-mode in
12961 top-level instead.
12962
12963 * iswitchb.el (iswitchb-exhibit): Use insert instead of
12964 insert-string.
12965
12966 * icomplete.el (icomplete-exhibit): Likewise.
12967
129682001-11-25 Stefan Monnier <monnier@cs.yale.edu>
12969
12970 * diff-mode.el (diff-end-of-hunk): Watch out for ambiguities.
12971 (diff-hunk-kill): Simplify.
12972 (diff-post-command-hook): Only apply to a single hunk.
12973 (diff-hunk-text): Make `char-offset' non-optional.
12974 (diff-find-text): Return a cons cell.
12975 (diff-find-approx-text): New fun.
12976 (diff-find-source-location): Use it.
12977 (diff-apply-hunk, diff-test-hunk, diff-goto-source):
12978 Adapt to new retval of diff-find-text.
12979
12980 * vc-cvs.el (vc-cvs-parse-entry): Rewrite, comparing the string-
12981 rather than integer- representation of dates.
12982
12983 * textmodes/fill.el (fill-indent-according-to-mode): Default to nil.
12984
12985 * emacs-lisp/syntax.el: Don't profile syntax-ppss any more.
12986 (syntax-after): New fun.
12987
12988 * help-funs.el (describe-syntax): New fun.
12989
12990 * font-lock.el (font-lock-cache-state, font-lock-cache-position)
12991 (font-lock-ppss-stats, font-lock-ppss): Remove.
12992 (font-lock-fontify-syntactically-region): Remove tuning code.
12993 (font-lock-compile-keywords): Fix off-by-one bug.
12994 (font-lock-set-defaults): Don't set removed vars.
12995 (c-keywords): Add `inline'.
12996 (c-type-names): Add `_Complex', `_Imaginary' and `_Bool'.
a66cd3ee 12997
8ed4ef7c
CW
12998 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
12999 Set syntax-begin-function.
13000 (lisp-interaction-mode-abbrev-table): Defvar to its correct value.
13001 (lisp-interaction-mode): Don't set local-abbrev-table any more.
13002 (lisp-mode-auto-fill): Use syntax-ppss and obey
13003 comment-auto-fill-only-comments.
13004 (lisp-fill-paragraph): Use syntax-ppss.
a66cd3ee 13005
8ed4ef7c 130062001-11-25 ShengHuo ZHU <zsh@cs.rochester.edu>
a66cd3ee 13007
8ed4ef7c
CW
13008 * mail/rmail.el (rmail-enable-mime-composing): New. A lightweight
13009 version of rmail-enable-mime.
13010 (rmail-forward): Use it.
a66cd3ee 13011
8ed4ef7c 130122001-11-25 Richard M. Stallman <rms@gnu.org>
a66cd3ee 13013
8ed4ef7c 13014 * emacs-lisp/lisp-mode.el (lisp-indent-function): Add doc string.
a66cd3ee 13015
8ed4ef7c
CW
13016 * international/quail.el (quail-keyboard-layout-button):
13017 Define button type.
13018 (quail-keyboard-customize-button): Likewise.
13019 (quail-help): Use those button types. Require `help-mode'.
13020 Avoid altering the argument `package'.
a66cd3ee 13021
8ed4ef7c
CW
13022 * help-mode.el (help-function, help-variable, help-face)
13023 (help-coding-system, help-input-method, help-character-set):
13024 Define each button type with its own explicit define-button-type.
a66cd3ee 13025
8ed4ef7c
CW
13026 * language/devan-util.el: Comment out parts of the file
13027 which apparently are garbled.
a66cd3ee 13028
5fe0ea6a 130292001-11-25 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
a66cd3ee 13030
8ed4ef7c
CW
13031 * mail/smtpmail.el (smtpmail-deduce-address-list): Don't use
13032 insert-string.
a66cd3ee 13033
5fe0ea6a 130342001-11-25 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
a66cd3ee 13035
8ed4ef7c 13036 * play/snake.el (snake-mode): Remove make-local-hook.
a66cd3ee 13037
8ed4ef7c 13038 * play/tetris.el (tetris-mode): Likewise.
a66cd3ee 13039
8ed4ef7c 13040 * play/decipher.el (decipher-mode): Likewise.
a66cd3ee 13041
8ed4ef7c 13042 * tmm.el (tmm-add-prompt): Likewise.
a66cd3ee 13043
8ed4ef7c 130442001-11-25 Sam Steingold <sds@gnu.org>
a66cd3ee 13045
8ed4ef7c
CW
13046 * menu-bar.el (menu-bar-apropos-menu): New variable.
13047 Moved all `apropos' bindings to this menu.
13048 (menu-bar-help-menu): Added `menu-bar-apropos-menu'.
a66cd3ee 13049
d9c25020 130502001-11-24 KAWABATA, Taichi <batta@beige.ocn.ne.jp>
a66cd3ee 13051
8ed4ef7c
CW
13052 The following changes are for new indian languages support based
13053 on Unicode charset and CDAC fonts.
a66cd3ee 13054
8ed4ef7c
CW
13055 * international/mule-conf.el: Change indian-1-column charset to
13056 indian-glyph charset.
a66cd3ee 13057
8ed4ef7c
CW
13058 * international/characters.el: Adjusted for the change of
13059 indian-1-column -> indian-glyph.
a66cd3ee 13060
8ed4ef7c
CW
13061 * international/fontset.el: Delete the setting for indian-1-column
13062 and add the setting for indian-glyph in the default fontset.
a66cd3ee 13063
8ed4ef7c 13064 * language/indian.el: Completely re-written.
a66cd3ee 13065
8ed4ef7c 13066 * language/devanagari.el: Completely re-written.
a66cd3ee 13067
8ed4ef7c 13068 * language/devan-util.el: Completely re-written.
a66cd3ee 13069
8ed4ef7c 13070 * language/ind-util.el: New file.
a66cd3ee 13071
8ed4ef7c 130722001-11-24 Richard M. Stallman <rms@gnu.org>
a66cd3ee 13073
8ed4ef7c
CW
13074 * startup.el (command-line-1): Don't do startup screen
13075 if a subprocess is running. Call the startup screen buffer
13076 "GNU Emacs". Make a special mode-line-format for it.
a66cd3ee 13077
8ed4ef7c
CW
13078 * net/browse-url.el (browse-url-galeon-new-window-is-tab): New var.
13079 (browse-url-galeon): Use that variable.
a66cd3ee 13080
8ed4ef7c
CW
13081 * mail/supercite.el (sc-toggle-var): Don't use set-variable or
13082 eval-expression. Eval and set the variable simply.
a66cd3ee 13083
8ed4ef7c
CW
13084 * files.el (temporary-file-directory): Use defcustom.
13085 (small-temporary-file-directory): Likewise.
13086 (normal-backup-enable-predicate): Move down in file
13087 after definition of temporary-file-directory.
a66cd3ee 13088
8ed4ef7c 13089 * bindings.el (last-buffer, unbury-buffer): Doc fixes.
a66cd3ee 13090
8ed4ef7c 130912001-11-24 Colin Walters <walters@debian.org>
a66cd3ee 13092
8ed4ef7c
CW
13093 * calc/calc-ext.el (calc-init-extensions): Update the rest of the
13094 autoload names to match files renamed on initial calc import.
a66cd3ee 13095
8ed4ef7c
CW
13096 * calc/calc.el (Commentary): Cleanup, and add logistic curve
13097 fitting suggestion from Robert J. Chassell <bob@rattlesnake.com>.
a66cd3ee 13098
8ed4ef7c 130992001-11-23 Colin Walters <walters@debian.org>
a66cd3ee 13100
8ed4ef7c 13101 * Makefile.in (finder_setwins, setwins): Include Calc again.
a66cd3ee 13102
8ed4ef7c 13103 * calc/calc-rules.el: Add header comment.
a66cd3ee 13104
8ed4ef7c 131052001-11-23 Andre Spiegel <spiegel@gnu.org>
a66cd3ee 13106
8ed4ef7c
CW
13107 * vc.el (with-vc-properties): Don't bind `filename' locally.
13108 (with-vc-file, edit-vc-file): Use `make-symbol' for local bindings
13109 to avoid name clashes. Fix `lisp-indent-function' property for
13110 both.
a66cd3ee 13111
8ed4ef7c 131122001-11-23 Francesco Potorti` <pot@gnu.org>
a66cd3ee 13113
8ed4ef7c 13114 * generic-x.el (mailrc-generic-mode): Highlight the `source' keyword.
a66cd3ee 13115
8ed4ef7c 131162001-11-22 Colin Walters <walters@debian.org>
a66cd3ee 13117
8ed4ef7c
CW
13118 * calc/calc-misc.el (report-calc-bug):
13119 Use `reporter-prompt-for-summary-p'.
7743d033
CW
13120
13121 * calc/INSTALL, calc/Makefile: Remove.
13122
fe72c904
CW
131232001-11-22 Miles Bader <miles@gnu.org>
13124
13125 * emacs-lisp/re-builder.el (reb-match-0, reb-match-1)
13126 (reb-match-2, reb-match-3): Add dark-background variants.
13127
131282001-11-22 Colin Walters <walters@debian.org>
13129
13130 * calc/calc-misc.el (calc-info): Don't perform voodoo, just
13131 (info "Calc").
13132 (report-calc-bug): Use reporter.el.
13133
13134 * mail/reporter.el (reporter-submit-bug-report): Doc fixes.
13135
131362001-11-21 Richard M. Stallman <rms@gnu.org>
13137
13138 * which-func.el (which-function): Call imenu--make-index-alist
13139 if necessary to get a list of functions.
13140 (which-function-imenu-failed): New variable.
13141 (which-func-update): Handle all visible windows.
13142 (which-func-update-1): New subroutine broken out of which-func-update.
13143
13144 * files.el (temporary-file-directory, null-device)
13145 (small-temporary-file-directory): Definitions moved up.
13146
13147 * progmodes/cperl-mode.el (cperl-problems, cperl-tips)
13148 (cperl-non-problems, cperl-praise): Doc fixes.
13149
13150 * progmodes/sh-script.el (sh-mode): Don't use define-derived-mode.
13151 (sh-mode-syntax-table): Function restored.
13152 Variable set up for use by function sh-mode-syntax-table.
13153 (sh-set-shell): Set the syntax table.
13154
13155 * play/gomoku.el (gomoku-mode): Don't use define-derived-mode.
13156
13157 * progmodes/perl-mode.el (perl-mode): Don't use define-derived-mode.
13158
13159 * international/encoded-kb.el: Don't alter minor-map-alist.
13160
5fe0ea6a 131612001-11-20 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
fe72c904
CW
13162
13163 * files.el (auto-save-file-name-transforms): Put remote files in
13164 temporary-file-directory rather than /tmp.
13165
131662001-11-21 Colin Walters <walters@debian.org>
13167
13168 * calc/calc-macs.el (calc-slow-wrapper): Move (point) call outside
13169 of (function ...) wrapper.
13170
131712001-11-20 Stefan Monnier <monnier@cs.yale.edu>
13172
13173 * derived.el (define-derived-mode): Create the abbrev-table
13174 from inside the `defvar'.
13175
13176 * jit-lock.el (jit-lock-defer-time): New var.
13177 (jit-lock-defer-timer, jit-lock-buffers): New vars.
13178 (jit-lock-mode): Initialize them. Cancel the timers more carefully.
13179 (jit-lock-function): Defer fontification if requested.
13180 (jit-lock-stealth-chunk-start): Pay attention to the new non-nil value.
13181 (jit-lock-stealth-fontify): Check the new `jit-lock-defer-multiline'
13182 text property.
13183 (jit-lock-deferred-fontify): New fun.
13184
131852001-11-20 Richard M. Stallman <rms@gnu.org>
13186
13187 * emacs-lisp/lisp-mode.el (lisp-interaction-mode):
13188 Set local-abbrev-table to lisp-mode-abbrev-table.
13189
13190 * emacs-lisp/re-builder.el (reb-mode):
13191 Don't use define-derived-mode. Call kill-all-local-variables.
13192
13193 * emacs-lisp/lisp-mode.el (lisp-mode, emacs-lisp-mode):
13194 Don't use define-derived-mode.
13195
13196 * help-mode.el (help-mode): Undo 2001-10-07 change.
13197
13198 * replace.el (occur-mode): Undo 2001-5-20 change.
13199
132002001-11-20 Jason Rumney <jasonr@gnu.org>
13201
13202 * w32-fns.el (w32-system-coding-system): Change to an alias for
13203 locale-coding-system.
13204 (set-w32-system-coding-system): Document the above change.
13205 Set locale-coding-system instead.
13206
132072001-11-20 Richard M. Stallman <rms@gnu.org>
13208
13209 * ruler-mode.el: Add pagination.
13210 (ruler-mode-toggle-show-tab-stops): No need to
13211 test `ruler-mode' variable.
13212
132132001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
13214
13215 * play/landmark.el: Mark lm-mode as special.
13216
13217 * play/gomoku.el: Mark gomoku-mode as special.
13218
132192001-11-20 Juanma Barranquero <lektu@terra.es>
13220
13221 * emacs-lisp/re-builder.el (reb-change-target-buffer): New function.
13222 (top-level): Bind it to C-c C-b.
13223 (re-builder): Don't re-enter RE Builder Mode.
13224
13225 * bs.el (bs-delete): Signal an error if the buffer cannot be deleted.
13226
132272001-11-20 Stefan Monnier <monnier@cs.yale.edu>
13228
13229 * progmodes/cperl-mode.el (cperl-perldoc): Require man before binding
13230 `manual-program'.
13231
13232 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Don't move back
13233 to a line without a comment.
13234
132352001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
13236
13237 * dired.el (dired-listing-switches): Mention in the doc string
13238 that some switches are not supported by ls-lisp.el
13239
132402001-11-19 Stefan Monnier <monnier@cs.yale.edu>
13241
13242 * imenu.el (imenu--split-menu): Use dolist and copy-sequence.
13243 (imenu--create-keymap-2): Remove.
13244 (imenu--create-keymap-1): Simplify, remove third argument.
13245 (imenu--generic-function): Use dolist.
13246 (imenu-find-default): New function.
13247 (imenu--completion-buffer): Use it.
13248 (imenu--mouse-menu): Use popup-menu.
13249 (imenu--menubar-select): Return t rather than calling imenu.
13250
13251 * textmodes/fill.el (fill-delete-prefix, fill-delete-newlines):
13252 New functions, extracted from fill-region-as-paragraph.
13253 (fill-region-as-paragraph): Use them.
13254 Use an end marker instead of eob.
13255 Ignore whitespace-only fill-prefixes when indenting according to mode.
13256 Simplify the loop that searches for spaces backwards.
13257
13258 * textmodes/picture.el (picture-vertical-step)
13259 (picture-horizontal-step): Don't use defconst for variables.
13260
13261 * mail/mail-extr.el: Use backquote/dolist/mapc/when. Docstring fixes.
13262 (mail-extract-address-components): Downcase domain names.
13263 (mail-extr-delete-char): Remove. Use delete-char instead.
13264
13265 * emulation/pc-select.el: Doc string fixes.
13266 (pc-selection-mode): Don't treat macos as a tty.
13267
13268 * emacs-lisp/lisp.el (mark-sexp): Mark more if repeated.
13269
13270 * progmodes/cc-engine.el (c-parse-state): Typo. From Martin Stjernholm.
13271
13272 * mwheel.el (mouse-wheel-scroll-amount): Allow float values.
13273 (mouse-wheel-progessive-speed): New var.
13274 (mwheel-scroll): Use it and handle float values.
13275
13276 * lazy-lock.el (lazy-lock-install-hooks): Remove make-local-hook.
13277
13278 * iswitchb.el (iswitchb-mode): Use define-minor-mode.
13279 (iswitchb): Fix the case where the result was selected with the mouse.
13280 (iswitchb-completion-help): Use the normal *Completions* now that
13281 mouse selection works.
13282 (iswitchb-minibuffer-setup): Simplify.
13283
13284 * newcomment.el (comment-column, comment-style, comment-multi-line)
13285 (comment-auto-fill-only-comments): Remove :group arg.
13286 (comment-padding): Add :type.
13287 (comment-indent-new-line): Ignore comment-auto-fill-only-comments
13288 if called interactively.
13289
132902001-11-19 Colin Walters <walters@verbum.org>
13291
13292 * calc/calc.el (toplevel): Add comment and version header.
13293 (calc-init-base): Bump version to 2.02f, update date.
13294
132952001-11-19 Richard M. Stallman <rms@gnu.org>
13296
13297 * net/browse-url.el: Support Mozilla and Galeon.
13298 By default, find the installed browser whichever it is.
13299 (browse-url-mozilla): New function.
13300 (browse-url-mozilla-sentinel): New function.
13301 (browse-url-galeon, browse-url-galeon-sentinel): New functions.
13302 (browse-url-default-browser): New function.
13303 (browse-url-process-environment): Use browse-url-browser-display.
13304 (browse-url-browser-display): Renamed from browse-url-netscape-display.
13305 (browse-url-mozilla-startup-arguments, browse-url-galeon-program)
13306 (browse-url-galeon-arguments, browse-url-galeon-startup-arguments)
13307 (browse-url-mozilla-program, browse-url-mozilla-arguments): New vars.
13308 (browse-url-browser-function): New default, new options.
13309
133102001-11-19 Sam Steingold <sds@gnu.org>
13311
13312 * bindings.el (last-buffer, unbury-buffer): New function.
13313 (mode-line-unbury-buffer): Use `unbury-buffer'.
13314
133152001-11-18 Stephen Eglen <stephen@gnu.org>
13316
13317 * iswitchb.el (iswitchb-cannot-complete-hook): New variable to
13318 control behaviour when no further completion is possible.
13319
133202001-11-19 Colin Walters <walters@verbum.org>
13321
13322 * calc/calc-macs.el (calc-wrapper, calc-slow-wrapper)
13323 (math-showing-full-precision, math-with-extra-prec, math-working)
13324 (calc-with-default-simplification)
13325 (calc-with-trail-buffer): Use backtick.
13326 (Math-zerop, Math-integer-negp, Math-integer-posp, Math-negp)
13327 (Math-looks-negp, Math-posp, Math-integerp, Math-natnump)
13328 (Math-ratp, Math-realp, Math-anglep, Math-numberp, Math-scalarp)
13329 (Math-vectorp, Math-messy-integerp, Math-objectp, Math-objvecp)
13330 (Math-integer-neg, Math-equal, Math-lessp, Math-primp)
13331 (Math-num-integerp, Math-bignum-test, Math-equal-int)
13332 (Math-natnum-lessp, math-format-radix-digit): Change to `defsubst'.
13333 (calc-record-compilation-date-macro): Deleted. Callers updated.
13334 (math-format-radix-digit): Move to calc-bin.el.
13335
13336 * calc/calc.el (calc-record-compilation-date): Remove.
13337 (calc-bug-address): Update.
13338 (calc-settings-file): Use `user-init-file'.
13339
13340 * calc/calc-mode.el (calc-settings-file-name, calc-save-modes):
13341 Handle null `calc-settings-file'.
13342
13343 * calc/calc-frac.el (calc-over-notation): Use `completing-read'.
13344 * calc/calc-keypd.el (calc-keypad-mode): New.
13345 (calc-do-keypad): Use it.
13346 (calc-keypad-map): Move into `calc-keypad-mode'.
13347
13348 * calc-math.el (calcFunc-sqrt, calcFunc-hypot): Add missing quote
13349 to defalias argument.
13350
13351 * calc-misc.el (math-fixnump, math-fixnatnump, calcFunc-trunc)
13352 (calcFunc-floor): Ditto.
13353
13354 * calc-units.el (calcFunc-usimplify): Ditto.
13355
13356 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
13357 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
13358 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
13359 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
13360 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
13361 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
13362 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
13363 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
13364 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
13365 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
13366 * calcsel2.el: Change all toplevel `setq' forms to `defvar' forms,
13367 and move them before their first use. Use `when', `unless'.
13368 Remove trailing periods from error forms. Add description and
13369 headers suggested by Emacs Lisp coding conventions.
13370
133712001-11-19 Stefan Monnier <monnier@cs.yale.edu>
13372
13373 * newcomment.el (comment-indent):
13374 Fix misindentation for comment-only lines.
13375 (comment-indent-new-line): Only obey comment-multi-line if the
13376 comment-ender is not the end-of-line.
13377
133782001-11-19 Richard M. Stallman <rms@gnu.org>
13379
13380 * net/net-utils.el (network-connection-service-abbrev-alist):
13381 New variable.
13382
13383 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
13384 Advance to start of 3rd sexp by moving fwd and backing over it.
13385 At first three elements, act like defun.
13386
13387 * delsel.el (delete-selection-pre-hook): Handle and resignal
13388 file-supersession errors to interact properly with userlock.el.
13389
133902001-11-18 Richard M. Stallman <rms@gnu.org>
13391
13392 * progmodes/fortran.el (fortran-mode-syntax-table):
13393 Specify punctuation syntax for backslash.
13394
13395 * progmodes/sh-script.el (sh-must-be-shell-mode): Function deleted.
13396 All calls deleted.
13397
13398 * international/mule-util.el (string-to-sequence): Make it obsolete.
13399 (string-to-list, string-to-vector): Implement them directly
13400 using append and vconcat, not with string-to-sequence.
13401
13402 * startup.el (command-line): Set abbrevs-changed to nil after
13403 reading the init file and the abbrevs file.
13404
13405 * isearch.el (isearch): Use magenta2 as bg for (background light)
13406
134072001-11-17 Richard M. Stallman <rms@gnu.org>
13408
13409 * menu-bar.el (menu-bar-update-buffers-1): Don't pad the buffer name.
13410
13411 * simple.el (minibuffer-history-sexp-flag): Doc fix.
13412
134132001-11-17 Stefan Monnier <monnier@cs.yale.edu>
13414
13415 * font-lock.el (font-lock-compile-keywords): New arg `regexp'.
13416 If set and if applicable, add a regexp to highlight defun-like
13417 text inside comments and strings.
13418 (font-lock-fontify-keywords-region): Pass that new arg.
13419 (font-lock-set-defaults): Move the code to set `font-lock-keywords'
13420 to the end and pass that new arg.
13421 (c-font-lock-keywords-2): Fix regex for labels.
13422 (font-lock-match-c++-style-declaration-item-and-skip-to-next):
13423 Make it work when LIMIT is several lines further.
13424 (c-font-lock-keywords-3, c++-font-lock-keywords-3)
13425 (objc-font-lock-keywords-3, java-font-lock-keywords-3):
13426 Use backquote and make the regexes for `int a, b, c;' work on
13427 multiple lines.
13428
13429 * emacs-lisp/re-builder.el (reb-mode): Use define-derived-mode.
13430 (font-lock-defaults-alist): Don't change it any more.
13431 (reb-subexp-mode-map): Cleanup.
13432
13433 * custom.el (custom-current-group-alist): New var.
13434 (custom-declare-group): Set it.
13435 (custom-current-group): New fun.
13436 (custom-declare-variable, custom-handle-all-keywords):
13437 Use it as a default if no :group argument is specified.
13438
13439 * international/mule-cmds.el (locale-name-match): Use \` and \(?:.
13440 (standard-keyboard-coding-systems): New var.
13441 (set-locale-environment): Use it to decide whether or not to call
13442 set-keyboard-coding-system.
13443 (locale-language-names): Use \"French\" for "fr".
13444
134452001-11-17 Richard M. Stallman <rms@gnu.org>
13446
13447 * emacs-lisp/checkdoc.el (princ-list, checkdoc-read-event)
38d5fc02 13448 (add-to-list): Delete compatibility code.
f4ca4b00 13449 (checkdoc-next-message-error): Doc fix.
38d5fc02 13450
fe8c7212
RS
134512001-11-17 Stephen Eglen <stephen@gnu.org>
13452
13453 * locate.el (locate): Show default locate pattern within the
16927a56
SM
13454 prompt, but don't insert it into the minibuffer contents.
13455 Catch the case when pattern is the empty string.
fe8c7212 13456
a5e6715c
EZ
134572001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
13458
13459 * language/european.el ("French"): New language environment.
13460
032a857d
RS
134612001-11-16 Richard M. Stallman <rms@gnu.org>
13462
13463 * calendar/todo-mode.el (todo-save): Fix previous change.
13464
13465 * subr.el (functionp): Do use cdr-safe on object.
13466
b6270150
SM
134672001-11-16 Stefan Monnier <monnier@cs.yale.edu>
13468
13469 * bindings.el (mode-line-mode-name): Only put the help-echo property
13470 if the local-map property was put as well.
13471 (global-map): Bind switch-frame, delete-frame, iconify-frame
13472 and make-frame-visible events.
13473
13474 * emacs-lisp/elp.el (elp-not-profilable): New var.
13475 (elp-not-profilable-p): New function.
13476 (elp-instrument-function): Use it. Use backquotes and push.
13477
13478 * emacs-lisp/bytecomp.el (byte-compile-call-tree, byte-code-vector)
13479 (byte-stack+-info, byte-compile-last-warned-form)
13480 (byte-compile-last-logged-file): Don't defconst a variable.
13481 (no-byte-compile): Declare.
13482 (byte-compile-file): Don't boundp-check no-byte-compile any more.
13483 (byte-compile-defvar): Leave defconst as is.
13484
13485 * emacs-lisp/edebug.el (edebug-form-data, edebug-offsets)
13486 (edebug-offsets-stack, edebug-read-dotted-list, edebug-def-name)
13487 (edebug-current-offset, edebug-old-def-name, edebug-error-point)
13488 (edebug-best-error): Don't defconst a variable.
13489 (edebug-read-syntax-table): Use a char-table.
13490 (edebug-lemacs-specific): Remove.
13491 Toplevel: Eliminate check for Lucid Emacs.
13492
13493 * pcvs-util.el (cvs-prefix-define): Don't defconst a variable.
13494
13495 * rect.el (move-to-column-force): Mark obsolete.
13496 (operate-on-rectangle, delete-extract-rectangle-line)
13497 (insert-rectangle, delete-whitespace-rectangle-line)
13498 (open-rectangle-line, clear-rectangle-line): Use move-to-column.
13499 (string-rectangle-history): New var.
13500 (string-rectangle, string-insert-rectangle): Use it.
13501 (delete-rectangle-line): Fix pos/column mixup and simplify.
13502
13503 * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
13504 (normal-top-level, command-line, command-line-1): Simplify.
13505
13506 * tar-mode.el (tar-mode): Use define-derived-mode.
13507
13508 * view.el (view-mode-enable): Don't use make-local-hook.
13509
13510 * emacs-lisp/eldoc.el (eldoc-mode): Use define-minor-mode.
13511
af604656
RS
135122001-11-16 Richard M. Stallman <rms@gnu.org>
13513
13514 * mail/mail-extr.el (mail-extr-voodoo): Treat a number as a word
13515 if it doesn't make sense as anything else.
13516 Don't recognize a "telephone number" at the beginning of the name.
13517 (mail-extr-leading-garbage): Match non-word characters only.
13518
5fe0ea6a 135192001-11-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
2879a13b 13520
792e5cbd
PJ
13521 * startup.el (command-line-processed): Doc fix.
13522
2879a13b
PJ
13523 * apropos.el (apropos-next-label-button): Doc fix.
13524
a2d7836f
SM
135252001-11-16 Stefan Monnier <monnier@cs.yale.edu>
13526
fa336b91
SM
13527 * comint.el (comint-mode): Simplify.
13528 (make-comint-in-buffer): Run `comint-mode' only if necessary.
13529
a2d7836f
SM
13530 * subr.el (eval-after-load): Make it work with features as well.
13531
13532 * log-view.el (log-view-mode): Don't mark the buffer unmodified.
13533
13534 * international/mule-cmds.el (describe-input-method): Setup xref.
13535 (set-language-environment): Use functionp.
13536 (locale-language-names, locale-charset-language-names)
13537 (locale-preferred-coding-systems): Defconst and purecopy.
13538
13539 * language/european.el (mac-roman): Add mime-charset property.
13540
413da451
RS
135412001-11-15 Richard M. Stallman <rms@gnu.org>
13542
a2d7836f 13543 * emacs-lisp/cl.el (values, values-list, multiple-value-list)
413da451
RS
13544 (multiple-value-apply, nth-value): Use defsubst rather than defalias
13545 to get better doc strings.
13546
5fe0ea6a 135472001-11-15 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
987aac50
PJ
13548
13549 * derived.el: Fix autoload cookie.
13550
83709c9f
RS
135512001-11-15 Richard M. Stallman <rms@gnu.org>
13552
13553 * jka-compr.el (jka-compr-partial-uncompress): Fix previous change.
13554
84932bf6
SM
135552001-11-15 Stefan Monnier <monnier@cs.yale.edu>
13556
13557 * menu-bar.el (menu-bar-edit-menu) <copy>: Put an explicit key binding.
13558
16a2f75a
RS
135592001-11-15 Richard M. Stallman <rms@gnu.org>
13560
13561 * dired.el (dired-undo): Display a message to explain
13562 that this does not undo file system changes.
13563
135642001-11-15 David Kastrup <David.Kastrup@t-online.de>
13565
84932bf6
SM
13566 * mouse-drag.el (mouse-drag-throw): Push back non-drag events
13567 into `unread-command-events' instead of trying keymap
13568 lookups ourselves. This makes mouse-clicks do the right
13569 thing even when keymaps of overlays are involved.
13570 (mouse-drag-drag): Likewise.
16a2f75a 13571
1997815f
AS
135722001-11-15 Andreas Schwab <schwab@suse.de>
13573
13574 * progmodes/ada-mode.el (ada-add-extensions): Quote regexp special
13575 characters and append anchor to pattern added to auto-mode-alist.
13576
7f6e33e6
SM
135772001-11-15 Stefan Monnier <monnier@cs.yale.edu>
13578
ac9f144d 13579 * server.el (server-process-filter): Run pre/post-comment-hook
7f6e33e6
SM
13580 before/after visiting the file.
13581
13582 * info-look.el (makefile-mode): Add info for automake.
13583 (autoconf-mode): Fix the name of the index for automake.
13584
13585 * international/latin-9.el: Give pilcrow punctuation syntax.
13586
9522e2d8
AS
135872001-11-15 Andre Spiegel <spiegel@gnu.org>
13588
13589 * vc.el: Documentation fixes.
13590
7f6e33e6
SM
135912001-11-14 Stefan Monnier <monnier@cs.yale.edu>
13592
13593 * smerge-mode.el (smerge-match-conflict): Fix typo.
13594 (smerge-diff): Be careful to read match-data early enough.
13595
bac0fac8
CW
135962001-11-14 Colin Walters <walters@verbum.org>
13597
13598 * calc/calc-alg.el (calcFunc-esimplify, calcFunc-simplify)
13599 (calcFunc-subst): Use `defalias' instead of `fset' and
13600 `symbol-function'.
13601
13602 * calc/calc-arith.el (calcFunc-abs, calcFunc-float)
13603 (calcFunc-ceil, calcFunc-round): Ditto.
13604
13605 * calc/calc-bin.el (calcFunc-clip): Ditto.
7f6e33e6 13606
bac0fac8 13607 * calc/calc-ext.el (calcFunc-evalv): Ditto.
7f6e33e6 13608
bac0fac8 13609 * calc/calc-math.el (calcFunc-sqrt, calcFunc-hypot): Ditto.
7f6e33e6 13610
bac0fac8
CW
13611 * calc/calc-misc.el (math-fixnump, math-fixnatnump)
13612 (calcFunc-trunc, calcFunc-floor, calc-report-bug): Ditto.
13613
13614 * calc/calc-units.el (calcFunc-unsimplify): Ditto.
7f6e33e6 13615
bac0fac8
CW
13616 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
13617 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
13618 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
13619 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
13620 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
13621 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
13622 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
13623 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
13624 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
13625 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
13626 * calcsel2.el: Style cleanup; don't put closing parens on their
13627 own line, add "foo.el ends here" to each file, and update
13628 copyright date.
13629
13630 * README: Update maintainer.
13631
16a2f75a
RS
136322001-11-13 Richard M. Stallman <rms@gnu.org>
13633
cc84b70f
RS
13634 * progmodes/compile.el (recompile): Use compilation-arguments if
13635 set, so as to be able to M-x recompile the exact command which
13636 created a compilation-mode buffer.
13637
16a2f75a
RS
13638 * progmodes/ada-mode.el (ada-fill-comment-prefix): Doc fix.
13639
02beb936
RS
136402001-11-13 Gerd Moellmann <gerd@gnu.org>
13641
7f6e33e6 13642 * mouse.el (mouse-drag-region): Don't run the up-event
02beb936
RS
13643 handler if window start changed due to the down-mouse event.
13644
136452001-11-13 Richard M. Stallman <rms@gnu.org>
13646
13647 * mouse.el (mouse-show-mark): Either move point to the mark
13648 or use highlighting, never both.
13649 (mouse-buffer-menu): If WINDOW is a frame, select its selected window.
13650
136512001-11-13 Simon Josefsson <jas@extundo.com>
13652
1699c6af
RS
13653 * mail/smtpmail.el (top-level): Change maintainer to Simon
13654 Josefsson, cleanup the smtpmail.el header.
13655
13656 * mail/smtpmail.el (top-level): Don't require cl or base64.
13657 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
13658 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd):
13659 Defsubst instead of defmacro.
13660 (smtpmail-intersection): Return value in reverse order.
13661 (smtpmail-open-stream): Use stringp instead of string-to-list.
13662 (smtpmail-open-stream, smtpmail-try-auth-methods): New functions,
13663 separated from smtpmail-via-smtp.
02beb936
RS
13664
13665 * mail/smtpmail.el (top-level): Autoload starttls, mail-utils and
13666 rfc2104. Require base64 and cl.
13667 (smtpmail-smtp-service): Doc fix. :type fix.
13668 (smtpmail-debug-info): Doc fix.
13669 (smtpmail-debug-verb, smtpmail-auth-credentials)
7f6e33e6
SM
13670 (smtpmail-starttls-credentials, smtpmail-auth-supported):
13671 New variables.
02beb936
RS
13672 (smtpmail-deduce-address-list, smtpmail-send-it): Don't require
13673 mail-utils (it is autoloaded).
13674 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
13675 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd)
7f6e33e6 13676 (smtpmail-find-credentials, smtpmail-intersection): New utility funs.
02beb936
RS
13677 (smtpmail-via-smtp): Support STARTTLS, if binary is installed.
13678 (smtpmail-via-smtp): Support AUTH.
13679 (smtpmail-via-smtp): Use `smtpmail-debug-verb' to control VERB.
13680
136812001-11-13 Richard M. Stallman <rms@gnu.org>
13682
13683 * ebuff-menu.el (electric-buffer-update-highlight): New function.
13684 (electric-buffer-overlay): New variable.
13685 (electric-buffer-menu-looper): Call electric-buffer-update-highlight.
13686 (electric-buffer-list): Likewise.
13687
fad241d3 13688 * isearch.el (isearch-whitespace-chars): Doc fix.
37606ed8 13689 (isearch-mode): Handle negative search-slow-window-lines correctly.
fad241d3 13690
5ebcaf36
SM
136912001-11-13 Stefan Monnier <monnier@cs.yale.edu>
13692
9145f1c2
SM
13693 * newcomment.el (comment-normalize-vars): Handle a nil comment-padding.
13694
5ebcaf36 13695 * progmodes/ada-mode.el (ada-fill-comment-prefix): GNAT wants 2 spaces.
37606ed8 13696 From Emmanuel Briot <briot@act-europe.fr>.
5ebcaf36 13697
31b85a14
EZ
136982001-11-13 Colin Walters <walters@debian.org>
13699
13700 * calc/calc.el (calc-unread-command): Use `unread-command-events'.
13701
13702 * calc/calc-mode.el (calc-settings-file-name): Don't hardcode
13703 "~/.emacs"; use `read-file-name'.
13704
13705 * calc/calc-graph.el, calc/calc-embed.el, calc/calc-graph.el
5ebcaf36
SM
13706 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-prog.el
13707 * calc/calc-sel.el, calc/calc-store.el, calc/calc-yank.el
31b85a14
EZ
13708 * calc/calc.el: Use `frame-width' instead of `screen-width',
13709 `frame-height' instead of `screen-height', and,
13710 `executing-kbd-macro' instead of `executing-macro'.
13711
13712 * calc/calc-embed.el (calc-do-embedded): Call `y-or-n-p' with
13713 correct number of arguments.
13714
5ebcaf36
SM
13715 * calc/calc-aent.el (calc-do-alg-entry):
13716 Use `blink-paren-function' instead of `blink-paren-hook'.
31b85a14 13717
2fa8f8a4
RS
137182001-11-12 Richard M. Stallman <rms@gnu.org>
13719
ade67f6a
RS
13720 * calendar/todo-mode.el (todo-save): Add save-excursion
13721 and save-restriction.
13722
1c1d3d69
RS
13723 * server.el (server-edit, server-done): Doc fix.
13724
2fa8f8a4
RS
13725 * simple.el (clone-indirect-buffer): Error if major mode symbol
13726 has a no-clone-indirect property.
13727 (clone-buffer): Check for obvious errors before reading clone name.
13728
13729 * info.el (Info-mode): Add a no-clone-indirect property.
13730
99cb8c8b
SS
137312001-11-12 Sam Steingold <sds@gnu.org>
13732
13733 * vc.el (vc-print-log): Bind `inhibit-read-only' to t before and
13734 set-buffer-modified-p to nil after `vc-exec-after'.
13735 * log-view.el (log-view-mode-map): Bind "q", "z", "m" and "d".
13736 (log-view-mode): Make read-only.
13737 (log-view-current-file): Do final `expand-file-name' in the
13738 current `default-directory'.
13739 (log-view-current-tag): Take an optional `where' arg.
13740 (log-view-diff): New user command.
13741
5fe0ea6a 137422001-11-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
275cffa7
PJ
13743
13744 * progmodes/cpp.el (cpp-choose-face): Fix typo.
13745
e7c8c428
SS
137462001-11-12 Sam Steingold <sds@gnu.org>
13747
13748 * emacs-lisp/cl-indent.el (toplevel): Indent properly
13749 `generic-flet', `generic-labels', `with-accessors',
13750 `with-condition-restarts'.
13751
68d2f12f
RS
137522001-11-12 Richard M. Stallman <rms@gnu.org>
13753
13754 * dired.el: Many trivial doc fixes.
13755 (dired-get-file-for-visit): New function.
90a44957
SM
13756 (dired-find-alternate-file, dired-mouse-find-file-other-window)
13757 (dired-view-file, dired-find-file-other-window, dired-display-file)
e7c8c428 13758 (dired-find-file): Use dired-get-file-for-visit.
68d2f12f 13759
66b17d3f
RS
137602001-11-12 Alex Schroeder <kensanata@yahoo.com>
13761
13762 * sql.el (sql-mode): Doc change.
13763
13764 * sql.el (sql-mode-syntax-table): The backslash is no longer an
13765 escape character.
13766
273bd541
EZ
137672001-11-12 Colin Walters <walters@debian.org>
13768
13769 * calc/calc-keypd.el (toplevel): Bind mouse buttons.
13770 (calc-do-keypad): Don't attempt to use nonexistent global
13771 mouse-map, use calc-keypad-map.
13772 (calc-keypad-x-left-click): Renamed to calc-keypad-left-click.
13773 (calc-keypad-left-click): Don't use mouse-map; update to new event
13774 interface.
13775 (calc-keypad-x-middle-click, calc-keypad-x-right-click): Ditto.
13776 (calc-keypad-press): Use `unread-command-events' instead of
13777 `unread-command-char'.
13778
13779 * calc/calc-ext.el (calc-init-extensions): Update autoload names
13780 to match files renamed on initial calc import.
13781
5fe0ea6a 137822001-11-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
3d3f602a 13783
5ebcaf36
SM
13784 * textmodes/flyspell.el (flyspell-default-dictionary):
13785 Fix previous change.
3d3f602a 13786
b789d74a
RS
137872001-11-12 Richard M. Stallman <rms@gnu.org>
13788
13789 * textmodes/flyspell.el (flyspell-default-dictionary):
13790 Fix custom type.
13791
a4cd0cd7
RS
137922001-11-11 Richard M. Stallman <rms@gnu.org>
13793
eafb659a
RS
13794 * calendar/solar.el (solar-sunrise-and-sunset):
13795 Exchange the two extreme values of day-length.
13796
e7c8c428 13797 * progmodes/sh-script.el (sh-must-be-shell-mode):
a4cd0cd7
RS
13798 Allow modes derived from sh-mode.
13799
e7c8c428 13800 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
a4cd0cd7
RS
13801 Turn off error in some re-search-forward calls.
13802
13803 * replace.el (query-replace-skip-read-only): New variable.
13804 (perform-replace): If that variable is non-nil, ignore matches
13805 that have a read-only property.
13806
13807 * derived.el (define-derived-mode): Doc fix.
13808
13809 * server.el (server-buffer-done): Test of server-existing-buffer
13810 was backwards.
13811 (server-existing-buffer): Doc fix.
13812
13813 * textmodes/flyspell.el (flyspell-default-dictionary):
13814 Allow nil as value, and make nil the default.
13815
721c26b8
EZ
138162001-11-11 Eli Zaretskii <eliz@is.elta.co.il>
13817
13818 * menu-bar.el (menu-bar-edit-menu): Don't use x-selection-exists-p if
13819 it is not fboundp.
13820 (clipboard-yank): Ditto.
13821
91e51f9a
EZ
138222001-11-11 Colin Walters <walters@verbum.org>
13823
13824 The following changes are based on patches from
5fe0ea6a 13825 Eli Zaretskii <eliz@is.elta.co.il>, Kai Gro\e,A_\e(Bjohann
91e51f9a
EZ
13826 <Kai.Grossjohann@CS.Uni-Dortmund.DE>, and others.
13827
13828 * calc/calc.el (toplevel): Require calc-macs.
13829 (calc-minibuffer-size): New.
13830 (calcDigit-nondigit): Use it instead of `buffer-size'.
13831 (calcDigit-backspace): Likewise.
13832 (calcDigit-nondigit): Use `minibuffer-contents' instead of
13833 `buffer-string'.
13834 (calc-minibuffer-contains): Use `minibuffer-prompt-end' instead of
13835 `point-min'.
13836 (calcDigit-key): Use `calc-minibuffer-contains' instead of a
13837 `save-excursion'.
13838
13839 * calc/calc-macs.el (calc-record-compilation-date-macro): Return a
13840 simple `setq' form.
13841
13842 * calc/calc-ext.el: (toplevel): Require calc.
13843 (calc-fancy-prefix-map): New.
13844 (calc-fancy-prefix): Use it.
13845 (calc-fancy-prefix-other-key): New.
13846
13847 * calc/calc-aent.el (toplevel): Require calc-macs during compilation.
13848 (calc-do-quick-calc): Use `frame-width' instead of `screen-width'.
13849 (calcAlg-edit): Use `minibuffer-contents' instead of `buffer-string'.
13850 (calcAlg-enter): Likewise.
13851 (calcAlg-enter): Use `minibuffer-prompt-end' instead of `point-min'.
13852
2827a3c1
RS
138532001-11-10 Richard M. Stallman <rms@gnu.org>
13854
a4cd0cd7
RS
13855 * abbrev.el (read-abbrev-file): Don't set save-abbrevs.
13856 (quietly-read-abbrev-file): Doc fix.
13857
13858 * startup.el (command-line): Read standard abbrev
13859 file (abbrev-file-name), if it exists.
13860
13861 * files.el (save-abbrevs): Default value is t.
13862
2827a3c1
RS
13863 * progmodes/compile.el (compile-goto-error): Fix previous change
13864 in the case where subsequent errors have not been parsed yet
13865 because they are in a different source file.
13866
c48dc445
RS
138672001-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
13868
5ebcaf36
SM
13869 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
13870 Merge two regular expressions into one.
c48dc445
RS
13871 (ps-mode): Make local bindings for `comment-start' and
13872 `comment-start-skip'.
13873 (ps-mode-looking-at-nested): Simplify an if-else construct;
13874 use `set-match-data' to set the result.
13875
138762001-11-10 Richard M. Stallman <rms@gnu.org>
13877
13878 * textmodes/flyspell.el (flyspell-correct-word/local-keymap):
13879 Function deleted.
13880 (flyspell-correct-word): Old definition deleted.
13881 (flyspell-correct-word/mouse-keymap): Renamed to flyspell-correct-word.
13882 All references renamed too.
13883
ebc4ee8d
GM
138842001-11-10 Gerd Moellmann <gerd@gnu.org>
13885
13886 * Makefile.in (finder_setwins, setwins): Exclude Calc.
13887
dbe3a58a
PA
138882001-11-09 Per Abrahamsen <abraham@dina.kvl.dk>
13889
13890 * wid-edit.el (checklist): Removed `:menu-tag'.
13891 (radio-button-choice): Ditto.
13892 (editable-list): Ditto.
13893
5fe0ea6a 138942001-11-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
3b8d7e6e
PJ
13895
13896 * play/gomoku.el: Move definitions of constants to the beginning
13897 of file, before their use.
13898
5a34aae1
RS
138992001-11-09 Richard M. Stallman <rms@gnu.org>
13900
13901 * textmodes/flyspell.el: Use the keymap property
13902 instead of local-map, and don't use a minor-mode map.
13903 (flyspell-mode-map): Variable deleted.
13904 Don't mess with minor-mode-map-alist.
13905 (calling add-minor-mode): Specify nil for keymap.
13906 And always use add-minor-mode, now that it exists.
13907 (flyspell-overlay-keymap-property-name): Set it to `keymap'.
13908 (flyspell-mode-on): Don't locally bind flyspell-mouse-map
13909 or flyspell-local-mouse-map.
13910 (make-flyspell-overlay): Use flyspell-mouse-map directly.
13911 (flyspell-mode): Doc fix.
13912 (flyspell-mode-on): Don't call make-local-hook.
13913
34decfdb
SS
139142001-11-09 Sam Steingold <sds@gnu.org>
13915
13916 * emacs-lisp/debug.el (debugger-make-xrefs):
13917 Add buttons to all symbols.
13918
d25303d3
AS
139192001-11-09 Andre Spiegel <spiegel@gnu.org>
13920
13921 * vc.el: Add John David Smith to credits.
34decfdb 13922
d25303d3 13923 Suggested by Kalle Olavi Niemitalo <kon@iki.fi>:
34decfdb 13924
d25303d3
AS
13925 * vc-hooks.el (vc-error-occured): Backquotified.
13926 (vc-file-prop-obarray): Use prime length for better efficiency.
13927
13928 * vc.el (vc-clear-context): Fill obarray with 0, not nil.
13929
807378ad
EZ
139302001-11-09 Eli Zaretskii <eliz@is.elta.co.il>
13931
13932 * info.el (Info-file-list-for-emacs): Add entries for Calc.
13933
60ab6064
MB
139342001-11-09 Miles Bader <miles@gnu.org>
13935
13936 * subr.el (functionp): Don't consider macros as functions.
13937
7c1ce64c
MB
139382001-11-08 Miles Bader <miles@gnu.org>
13939
1cf72ff8
MB
13940 * subr.el (functionp): Make work correctly for macros and unbound
13941 symbols.
13942
7c1ce64c
MB
13943 * comint.el (comint-send-input): Fix description of
13944 `comint-process-echoes' in the doc-string.
13945
d38b07f9
EZ
139462001-11-08 Eli Zaretskii <eliz@is.elta.co.il>
13947
13948 * international/mule.el (make-translation-table): Doc fix.
13949 Suggested by Alex Schroeder <alex@gnu.org>.
13950
5a34aae1
RS
139512001-11-07 Richard M. Stallman <rms@gnu.org>
13952
13953 * info.el (Info-fontify-node): Highlight every third menu item.
13954
61763509
PA
139552001-11-07 Per Abrahamsen <abraham@dina.kvl.dk>
13956
13957 * cus-edit.el (custom-face-value-create): Don't ignore the
13958 `customized-face' attribute when finding the current face spec.
13959
ecd91f5f
SM
139602001-11-07 Stefan Monnier <monnier@cs.yale.edu>
13961
faa29f8b
SM
13962 * subr.el (with-local-quit): New macro.
13963 (make-syntax-table): Always inherit.
13964 (functionp): Be more careful when `object' is a symbol.
13965
ecd91f5f
SM
13966 * dabbrev.el (dabbrev-completion): Use "*Completions*".
13967
7263bb10
PE
139682001-11-07 Paul Eggert <eggert@twinsun.com>
13969
13970 * dired.el (dired-move-to-filename-regexp):
13971 Do not distinguish between ASCII letters and non-ASCII characters.
13972 Don't allow comma except in the form "month day, year".
13973 Don't allow space between month name and comma.
13974 Clean up the code that checks for trailing period, comma, and space.
13975 Remove now-obsolete comments, and add more commentary about
13976 Japanese dates.
13977 Always gobble up trailing spaces, instead of doing it only sometimes.
13978
05e122fe
MB
139792001-11-07 Miles Bader <miles@gnu.org>
13980
13981 * paren.el (show-paren-match-face): Add dark-background variant.
13982
c191d13c
SM
139832001-11-06 Stefan Monnier <monnier@cs.yale.edu>
13984
13985 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Paren typo.
13986 (lisp-mode-variables): Don't set paragraph-{start,separate}.
13987 Don't disable adaptive-fill-mode.
13988 (lisp-fill-paragraph): Use tab-width rather than 8.
13989 Prevent filling the first line of docstrings.
13990
242d2673
RS
139912001-11-06 Richard M. Stallman <rms@gnu.org>
13992
16f97fc3
RS
13993 * play/gomoku.el (gomoku): Doc fix.
13994
c191d13c
SM
13995 * jka-compr.el (jka-compr-partial-uncompress):
13996 Support an alternative of not using dd.
242d2673
RS
13997 (jka-compr-dd-program): Use defcustom to define this.
13998 (jka-compr-load-suffixes): Use defcustom.
13999 (jka-compr-mode-alist-additions): Use defcustom.
14000
c1966bb4
SM
140012001-11-06 Stefan Monnier <monnier@cs.yale.edu>
14002
14003 * font-lock.el (font-lock-match-c-style-declaration-item-and-skip-to-next):
14004 Also work when LIMIT is further than the end of line.
14005
e154cc44
EZ
140062001-11-06 Eli Zaretskii <eliz@is.elta.co.il>
14007
14008 * international/quail.el (quail-update-leim-list-file): Print the
c1966bb4 14009 offending file name if some of its quail-define-package forms is broken.
e154cc44 14010
d5360cc7
RS
140112001-11-05 Richard M. Stallman <rms@gnu.org>
14012
14013 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Return the value
14014 of the evaluated form.
14015
0e6f6028
PE
140162001-11-05 Paul Eggert <eggert@twinsun.com>
14017
14018 * ls-lisp.el (ls-lisp-time-to-seconds): New function.
14019 (ls-lisp-format-time): Emulate GNU fileutils 4.1.1 ls, whose time
14020 stamps always line up by default. Also, it uses a slightly
14021 different window to determine whether files are "recent".
14022
96238a5a
AI
140232001-11-05 Andrew Innes <andrewi@gnu.org>
14024
c1966bb4
SM
14025 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
14026 Don't attempt to remake autoloads before nuking .elc files.
96238a5a 14027
982f6c7e
RS
140282001-11-04 Richard M. Stallman <rms@gnu.org>
14029
48461f7c
RS
14030 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display): Cope if
14031 previous-single-property-change or next-single-char-property-change
14032 returns nil.
14033
c1966bb4 14034 * international/mule-cmds.el (set-locale-environment):
830047fd
RS
14035 Make it interactive; make arg optional.
14036
982f6c7e
RS
14037 * international/mule-diag.el (help-funs): Require help-funs.
14038
051a608d
EZ
140392001-11-04 Eli Zaretskii <eliz@is.elta.co.il>
14040
14041 * term/internal.el (term-setup-hook): Add IT-setup-unicode-display.
14042
2c738482
MB
140432001-11-04 Miles Bader <miles@gnu.org>
14044
14045 * startup.el (fancy-splash-head): Reapply Gerd's hack to make the
c1966bb4 14046 shadow of the splash image grey on a dark background instead of black.
2c738482 14047
9c01e545
SM
140482001-11-03 Stefan Monnier <monnier@cs.yale.edu>
14049
c191d13c
SM
14050 * term.el (all faces): Don't (copy-face 'default <foo>).
14051
9c01e545
SM
14052 * term/xterm.el (function-key-map):
14053 Add entry for `ESC [ 3 ~' -> <delete>
14054 Add entries `ESC O 5 [ABCD]' -> C-{up,down,right,left}.
14055 Use inheritance so that .emacs and terminfo take precedence.
14056
aed29b97
EZ
140572001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
14058
14059 * tooltip.el (tooltip-delay): Decrease to 0.7.
14060 (tooltip-hide-delay): Enlarge to 10.
14061
ed638cc9
RS
140622001-11-03 Richard M. Stallman <rms@gnu.org>
14063
14064 * startup.el (fancy-splash-tail): Explain how to recover
14065 from a crash, if there was a crash.
14066 (command-line-1): Reorganize display of startup screen,
d09cb033 14067 to simplify the logic. Use a temp buffer for it.
ed638cc9 14068
9ca8a5a0
EZ
140692001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
14070
d09cb033
SM
14071 * frame.el (set-background-color, set-foreground-color):
14072 Call face-set-after-frame-default, to propagate the new colors to
14073 the frame's parameters alist.
528e1416 14074
9ca8a5a0
EZ
14075 * calendar/timeclock.el (timeclock-out): Signal an error if
14076 timeclock-last-event is nil.
14077
55140940
SM
140782001-11-02 Stefan Monnier <monnier@cs.yale.edu>
14079
d09cb033
SM
14080 * textmodes/fill.el (fill-context-prefix): Fix braino.
14081
14082 * international/quail.el (quail-help):
14083 Use `help-buffer' and move `help-setup-xref' to beginning.
14084
14085 * international/mule-cmds.el (describe-language-environment):
14086 Use `help-buffer' and move `help-setup-xref' to beginning.
14087
55140940
SM
14088 * international/mule-diag.el (list-character-sets)
14089 (sort-listed-character-sets, describe-character-set)
14090 (describe-coding-system, describe-fontset, list-fontsets):
14091 Use `help-buffer' and move `help-setup-xref' to beginning.
14092 (describe-char-after): Use `internal-describe-syntax-value'.
14093
e6bff182
RS
140942001-11-02 Richard M. Stallman <rms@gnu.org>
14095
14096 * mouse.el (popup-menu): If the user refuses to select
14097 from a menu, don't try to invoke the menu.
14098
e8cdeaca
MB
140992001-11-02 Miles Bader <miles@gnu.org>
14100
14101 * help-mode.el (help-xref): New button type.
14102 (help-function, help-variable, help-face, help-coding-system)
14103 (help-input-method, help-character-set, help-type, help-symbol)
14104 (help-back, help-info, help-customize-variable, help-customize-face)
14105 (help-function-def, help-variable-def): Use it as a supertype.
14106 Remove `action' property.
14107
14108 * international/mule-diag.el (describe-character-set)
14109 (describe-coding-system): Pass correct args to `help-xref-button'.
14110 (sort-listed-character-sets): New button type.
14111 (list-character-sets): Use it.
14112 (list-charset-chars): New button type.
14113 (list-character-sets-1): Use it.
14114
141152001-11-01 Stefan Monnier <monnier@rum.cs.yale.edu>
c22e59e1
SM
14116
14117 * indent.el (tab-always-indent, indent-for-tab-command):
14118 Remove redundant `never' setting.
2d78d3e8
SM
14119
14120 * fill.el (fill-region-as-paragraph): Don't forget to skip
14121 over current whitespace before looking for a preceding space.
14122
9271ed2c
RS
141232001-11-01 Richard M. Stallman <rms@gnu.org>
14124
e6bff182
RS
14125 * files.el (file-newest-backup): Don't pass backup file name
14126 thru file-name-sans-versions, because it never has version numbers.
14127
14128 * textmodes/sgml-mode.el (sgml-xml-guess): Fix regexp
14129 to avoid ambiguous nested loops.
55140940 14130
9271ed2c
RS
14131 * files.el (find-file-noselect): Offer to change buffer-read-only
14132 only when the file's read-only status has changed from before
14133 as well as disagreeing with the buffer's current status.
14134 (buffer-file-read-only): New var, local in all buffers.
14135
14136 * buff-menu.el (buffer-menu): Doc fix.
14137 (buffer-menu-other-window): Doc fix.
14138 (list-buffers, list-buffers-noselect): Doc fix.
14139
7360b8aa
GM
141402001-11-01 Gerd Moellmann <gerd@gnu.org>
14141
14142 * startup.el (command-line): If the terminal Emacs is running on
14143 has erase char set to ^H, use the Backspace key for deleting
14144 backward, and the Delete key for deleting forward.
14145
588c722f
MB
141462001-11-01 Miles Bader <miles@gnu.org>
14147
14148 * button.el (define-button-type): Make sure every user-defined
14149 button type has a supertype.
14150
74142afe
JR
141512001-10-31 Jason Rumney <jasonr@gnu.org>
14152
14153 * international/mule-cmds.el (locale-language-names): Add chs and
14154 cht as aliases for Chinese-GB and Chinese-BIG5.
14155
e6188964
RS
141562001-10-31 Richard M. Stallman <rms@gnu.org>
14157
14158 * bindings.el (mode-line-frame-identification): Add doc string.
14159 (mode-line-position, mode-line-modes): New variables.
14160 (mode-line-format): Use mode-line-position for the part
c22e59e1
SM
14161 that displays the position-in-buffer info.
14162 Use mode-line-modes for the part that displays major and minor modes.
e6188964 14163
cc1bde62
SS
141642001-10-31 Sam Steingold <sds@gnu.org>
14165
14166 * emacs-lisp/debug.el (debugger-make-xrefs): New function.
14167 (debugger-setup-buffer): Call it.
14168 (debugger-mode-map): Bind RET and mouse-2.
14169
5fe0ea6a 141702001-10-31 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
2b209b97
PJ
14171
14172 * startup.el: Document command line option --no-window-system
14173 instead of --no-windows.
14174
d4945dfb
SM
141752001-10-30 Stefan Monnier <monnier@cs.yale.edu>
14176
cbe52879
SM
14177 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip.
14178
bf9bb76f
SM
14179 * font-lock.el (java-font-lock-syntactic-face-function): New fun.
14180 (font-lock-defaults-alist): Use it.
14181 From David Ponce <david.ponce@wanadoo.fr>
14182
14183 * progmodes/perl-mode.el (perl-indent-line): Use `eq' to compare
14184 output of `char-after'.
14185
747d3f2a
SM
14186 * bindings.el (ctl-x-map): Add binding for C-x (, C-x ) and C-x e.
14187
d4945dfb
SM
14188 * simple.el (reindent-then-newline-and-indent): Insert the newline
14189 before indenting the first line.
14190 (undo-get-state, undo-revert-to-state): New funs.
14191 (shell-command): Don't kill the buffer even if empty.
14192 (transpose-subr-start1, transpose-subr-start2, transpose-subr-end1)
14193 (transpose-subr-end2): Remove.
14194 (transpose-subr): Add `special' arg and simplify.
14195 (transpose-subr-1): Rewrite.
14196 (do-auto-fill): Use fill-indent-according-to-mode and fill-nobreak-p.
14197 (rfc822-goto-eoh): Simplify.
14198
3a426197
RS
141992001-10-30 Richard M. Stallman <rms@gnu.org>
14200
3e3d3704 14201 * enriched.el (enriched-face-ans): Fix previous change.
3a426197 14202
3f99f948
GM
142032001-10-30 Gerd Moellmann <gerd@gnu.org>
14204
14205 * international/iso-acc.el (iso-accents-compose): Remove a
14206 superfluous setq.
14207
ae830159
EZ
142082001-10-30 Eli Zaretskii <eliz@is.elta.co.il>
14209
14210 * buff-menu.el (list-buffers-noselect): If the buffer's name
14211 starts with a blank, but it visits a file, do show it (for files
14212 whose names start with a blank).
14213
8e8223e2
SM
142142001-10-30 Stefan Monnier <monnier@cs.yale.edu>
14215
14216 * textmodes/fill.el (sentence-end-double-space)
14217 (sentence-end-without-period): Move to paragraphs.el.
14218 (fill-indent-according-to-mode): Change default to t.
14219 (fill-context-prefix): Simplify control-flow and use a more
14220 sophisticated merge that unifies both previous checks.
14221 (fill-single-word-nobreak-p, fill-french-nobreak-p): New funs.
14222 (fill-nobreak-predicate): Make it into a defcustom'd hook.
14223 (fill-nobreak-p): New fun.
14224 (fill-region-as-paragraph): Use it.
14225 Handle `fill-indent-according-to-mode' slightly differently.
14226 (fill-individual-paragraphs-prefix): Simplify the control-flow.
14227 (fill-individual-paragraphs-citation): Fix.
14228
14229 * textmodes/paragraphs.el (use-hard-newlines): Use define-minor-mode.
14230 (paragraph-start): Change default to the `text-mode' value.
14231 (sentence-end-double-space, sentence-end-without-period):
14232 Move from fill.el.
14233 (forward-paragraph): Use `parstart' and `parsep' for temp variables
14234 rather than rebinding `paragraph-start' and `paragraph-separate'.
14235
14236 * indent.el (indent-line-function): Change default to indent-relative.
d4945dfb 14237 (tab-always-indent): Add an `never' setting.
8e8223e2
SM
14238 (indent-according-to-mode): Handle `indent-relative' and
14239 `indent-relative-maybe' specially.
14240 (indent-for-tab-command): Rename `prefix-arg' to `arg'.
d4945dfb 14241 Handle the `never' case for `tab-always-indent'.
8e8223e2
SM
14242 Don't call indent-according-to-mode for indent-relative' and
14243 `indent-relative-maybe'.
14244 (insert-tab): Rename `prefix-arg' to `arg'.
14245 (indent-region): Indent the first line as well.
14246 (indent-relative): Don't mark the buffer modified if the indentation
14247 is unchanged.
14248
14249 * textmodes/text-mode.el (paragraph-indent-minor-mode):
14250 Don't set paragraph-separate. Set paragraph-start more carefully.
14251 Set indent-line-function.
14252 (paragraph-indent-text-mode): Use it and define-derived-mode.
14253 (text-mode-map): Remove the \t binding.
14254 (text-mode): Simplify now that the default is more favorable.
14255
142562001-10-29 Stefan Monnier <monnier@cs.yale.edu>
14257
14258 * emacs-lisp/find-func.el (find-function-search-for-symbol):
14259 If the regexp doesn't match, use a looser one.
14260 (find-variable-noselect): Add `file' argument.
14261
14262 * pcvs.el (cvs-mode-commit-hook): New hook.
14263 (cvs-mode-commit): Run it.
14264
14265 * log-edit.el (log-edit): Run hook after `log-edit-files'.
14266
14267 * emacs-lisp/edebug.el (delay-mode-hooks): Add edebug-spec.
14268 (edebug-instrument-function): Use `find-function-noselect'.
14269
dead519d
RS
142702001-10-29 Richard M. Stallman <rms@gnu.org>
14271
4d083a8f
RS
14272 * term.el (term-if-emacs19): Macro deleted.
14273 Callers changed to use progn instead.
14274
14275 * frame.el (blink-cursor-mode): Doc fix.
14276
8767d866
RS
14277 * files.el (find-backup-file-name): Use make-backup-file-name.
14278
dead519d
RS
14279 * emacs-lisp/edebug.el (edebug-window-live-p): Always alias to
14280 window-live-p.
14281 (edebug-set-conditional-breakpoint): Unconditionally use
14282 the former Emacs >=19 definition.
14283 (edebug-mark): Define unconditionally.
14284 (edebug-eval-expression): Always call read-from-minibuffer
14285 and specify history list.
14286 (edebug-lemacs-specific): Override emacs-mark, edebug-window-live-p,
14287 edebug-set-conditional-breakpoint.
14288 (edebug-emacs-version-specific): Function deleted;
14289 do the job at top level.
14290 (edebug-emacs-19-specific): Function deleted, this is the default.
14291
bcaf1c36
SS
142922001-10-29 Sam Steingold <sds@gnu.org>
14293
14294 * w32-fns.el (convert-standard-filename): Handle cygwin-specific
14295 "/cygdrive/LETTER/" pathnames.
14296
e76ecac5
EZ
142972001-10-29 Eli Zaretskii <eliz@is.elta.co.il>
14298
14299 * faces.el (invert-face): Check for 'unspecified, not for nil,
8e8223e2
SM
14300 when testing whether face colors are not specified.
14301 From David.Kastrup@t-online.de (David Kastrup).
95125512 14302 (read-face-name): Doc fix.
bcaf1c36 14303 (make-face-bold, make-face-unbold, make-face-italic)
8e8223e2
SM
14304 (make-face-unitalic, make-face-bold-italic, invert-face):
14305 Remove trailing blank from the prompt passed to read-face-name.
e76ecac5 14306
d90a41e8
SS
143072001-10-29 Sam Steingold <sds@gnu.org>
14308
8e8223e2
SM
14309 * emacs-lisp/bytecomp.el (byte-recompile-directory):
14310 Report numbers of files skipped and failed too.
d90a41e8
SS
14311 (byte-compile-file): Return 'no-byte-compile for skipped files.
14312
5fe0ea6a 143132001-10-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
e2c2a3e2
KG
14314
14315 * log-view.el (log-view-mode-map): Bind `M-n' and `M-p', not `M n'
14316 and `M p'.
14317
f6f4bfb3
GM
143182001-10-29 Gerd Moellmann <gerd@gnu.org>
14319
14320 * international/iso-acc.el (iso-accents-compose): Push SECOND-CHAR
14321 as is on unread-command-events instead of `(SECOND-CHAR)'.
14322
a4809977
AS
143232001-10-29 Andre Spiegel <spiegel@gnu.org>
14324
14325 * vc.el: Mention vc-*-switches in backend API documentation.
14326 (vc-annotate): Adapt doc string to recent change.
14327
0ccfdad2
GM
143282001-10-29 Gerd Moellmann <gerd@gnu.org>
14329
3f08fcd2
GM
14330 * enriched.el (enriched-face-ans): Handle face attributes
14331 of the form `(FACE1 FACE2 ...)'.
14332
8e8223e2 14333 * dired-x.el (dired-omit-startup): Show ``Omit'' only in Dired buffers.
0ccfdad2 14334
60ebcfe8
GM
143352001-10-29 Alex Schroeder <kensanata@yahoo.com>
14336
14337 * progmodes/sql.el (sql-mysql): Doc change by RMS.
14338
14339 * progmodes/sql.el (sql-db2): Doc change.
14340 (sql-help): Doc change by Christian Egli <christian.egli@stest.ch>.
14341 (sql-mysql): Doc change by Christian Egli <christian.egli@stest.ch>.
14342
6fd735df
GM
143432001-10-29 Gerd Moellmann <gerd@gnu.org>
14344
14345 * env.el (substitute-env-vars): Don't quote argument to `rx';
14346 it's a macro.
14347
8997e990
GM
143482001-10-28 Per Abrahamsen <abraham@dina.kvl.dk>
14349
14350 * cus-start.el (recursive-load-depth-limit): Added.
14351
eef442a5
RS
143522001-10-28 Richard M. Stallman <rms@gnu.org>
14353
36656ee3
RS
14354 * textmodes/ispell.el (version18p, version20p): Vars deleted.
14355 All uses removed--assume Emacs version is >= 20.
14356
14357 * mail/supercite.el (sc-emacs-features): Test for "Emacs 19"
14358 by really checking that it is not version 18.
14359
eef442a5
RS
14360 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
14361
5bbf4378
MB
143622001-10-28 Miles Bader <miles@gnu.org>
14363
14364 * faces.el (face-attribute): Add INHERIT argument, consider face
14365 inheritance if it's non-nil.
14366 (face-attribute-merged-with): New function.
14367 (face-attribute-specified-or): New macro.
14368 (face-foreground, face-background, face-stipple): Add INHERIT
14369 argument. Use `face-attribute-specified-or'.
14370
8259bf10
SM
143712001-10-28 Stefan Monnier <monnier@cs.yale.edu>
14372
14373 * font-lock.el: Require `syntax'.
14374 (font-lock-defaults-alist): Don't define keywords for lisp languages.
14375 Use `c-font-lock-syntactic-face-function' for c languages.
14376 (font-lock-mode): Don't unset vars when turning the mode off.
14377 (font-lock-default-fontify-buffer): Don't unset vars at the end.
14378 (font-lock-extra-managed-props): New var.
14379 (font-lock-default-unfontify-region): Use it.
14380 (font-lock-apply-syntactic-highlight): Flush the syntax cache.
14381 Don't eval the value when there's no match.
14382 (font-lock-ppss-stats): New var.
14383 (font-lock-ppss): New fun.
14384 (font-lock-fontify-syntactically-region): Use it and syntax.ppss.
14385 (font-lock-apply-highlight): Allow `highlight' to set several props.
14386 (font-lock-set-defaults): Use dolist.
14387 (font-lock-unset-defaults): Remove.
14388 (font-lock-match-c-style-declaration-item-and-skip-to-next):
14389 Try to recognize prototypes using `foo P_ ((args))'.
14390 ({c,c++,java,objc}-font-lock-keywords-{1,2,3}): Don't setq a defconst.
14391 (c-font-lock-keywords-2): Fix last change to still use Anders' trick.
14392 (c-font-lock-syntactic-face-function): New function.
14393 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
14394 (c++-keywords): Use a more sophisticated regexp to handle
14395 shallowly nested templates.
14396
001c08a1
SM
143972001-10-27 Stefan Monnier <monnier@cs.yale.edu>
14398
8259bf10
SM
14399 * textmodes/sgml-mode.el (sgml-empty-tags): New var.
14400 (sgml-tag): Use it. Cleanup with `cond'.
14401 (sgml-tags-invisible): Make sgml-tags-invisible buffer-local.
14402 Mark the overlays and only delete those that are marked.
14403 (sgml-skip-close-p): Remove.
14404 (sgml-value): Replace sgml-skip-close-p with its definition.
14405 (html-tag-alist): Use sgml-xml a bit more.
14406 (html-mode): Set sgml-empty-tags.
14407
001c08a1
SM
14408 * textmodes/texnfo-upd.el: Use `when', `dolist', `push', ...
14409 (texinfo-update-node, texinfo-sequential-node-update):
14410 Don't bind the obsolete `auto-fill-hook'.
14411 (texinfo-multi-file-included-list,texinfo-multi-file-master-menu-list):
14412 Use `set-buffer' rather than `switch-to-buffer'.
14413 (texinfo-multi-file-update): Use "Top" rather than `up-node-name'.
14414 Use `set-buffer' rather than `switch-to-buffer'.
14415
14416 * mail/sendmail.el (mail-mode-syntax-table): Let it inherit from
14417 text-mode-syntax-table.
14418 (mail-mode): Use define-derived-mode.
14419 Fix ordering of alternatives in adaptive-fill-regexp.
14420 (mail-mode-map): Don't rely on keymap's internal representation.
14421
c77c3a73
SS
144222001-10-27 Sam Steingold <sds@gnu.org>
14423
14424 * textmodes/sgml-mode.el (sgml-xml): Renamed from `html-xhtml'.
14425 (sgml-xml-guess): Extracted from `html-mode' and generalized.
14426 (sgml-mode-common): Call it.
14427 (sgml-mode, html-mode): Set `mode-name' based on `sgml-xml'.
14428 (sgml-tag, sgml-skip-close-p, html-tag-alist, html-line)
14429 (html-horizontal-rule, html-image, html-ordered-list):
14430 (html-unordered-list, html-list-item, html-paragraph):
14431 (html-checkboxes, html-radio-buttons): Use `sgml-xml' instead of
14432 `html-xhtml'.
14433
8e5ff9aa
EZ
144342001-10-26 Masayuki Ataka <ataka@milk.freemail.ne.jp>
14435
14436 * textmodes/texinfmt.el (texinfo-format-ifnotinfo): New function.
14437 (ifnothtml): New alias.
14438
b9c6ab68
SM
144392001-10-27 Stefan Monnier <monnier@cs.yale.edu>
14440
14441 * textmodes/text-mode.el (text-mode): Use define-derived-mode.
14442 (toggle-text-mode-auto-fill): Use derived-mode-p.
14443
cfc3aed3
GM
144442001-10-27 Gerd Moellmann <gerd.moellmann@t-online.de>
14445
14446 * net/ange-ftp.el (ange-ftp-send-cmd): Call fix-name-func for
14447 `mdtm'. From "Forrest Cahoon" <forrest.cahoon@merrillcorp.com>.
14448
bd6eb1cb
EZ
144492001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
14450
bcfb9eff
SM
14451 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
14452 Add make-obsolete cookies, to follow faces.el.
944e6f60 14453
bd6eb1cb 14454 These changes avoid warnings from the byte compiler in faces.el:
bcfb9eff 14455
bd6eb1cb
EZ
14456 * faces.el (internal-get-face): Use facep instead of the obsolete
14457 internal-find-face.
bcfb9eff
SM
14458 (internal-frob-font-weight, internal-frob-font-slant):
14459 New defaliases for obsolete functions.
14460 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
14461 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
bd6eb1cb
EZ
14462 (x-make-font-bold-italic): Use internal-frob-font-weight and
14463 internal-frob-font-slant aliases instead of the obsolete
14464 x-frob-... functions.
14465
58203d91
SS
144662001-10-26 Sam Steingold <sds@gnu.org>
14467
14468 * textmodes/sgml-mode.el (html-mode): Set `html-xhtml' from the
e5d1dee9 14469 DOCTYPE; set `mode-name' based on it.
58203d91
SS
14470 (html-tag-alist): Use `html-xhtml' for "li", "dt" and "dd".
14471 (sgml-tag): Close empty tags in XHTML.
14472
317672ff
JR
144732001-10-26 Jason Rumney <jasonr@gnu.org>
14474
14475 * w32-fns.el: (w32-charset-info-alist): Use ANSI for iso10646-1
14476 when UNICODE is not defined.
14477
07fedaed
SS
144782001-10-26 Sam Steingold <sds@gnu.org>
14479
14480 * font-lock.el (c-font-lock-keywords-2): Do not require labels to
14481 be alone on the line.
14482
d4e34d24
EZ
144832001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
14484
bcfb9eff 14485 * button.el (button): Special face definition for MS-DOS terminals.
d4e34d24 14486
187cd25b
SS
144872001-10-26 Sam Steingold <sds@gnu.org>
14488
14489 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
14490 Protect the /= test by checking that the args are non-nil.
b9c6ab68 14491 (sh-font-lock-close-heredoc): Check eof for being non-nil.
187cd25b 14492
63db25ed
GM
144932001-10-26 Tomas Abrahamsson <tab@lysator.liu.se>
14494
14495 * textmodes/artist.el (artist-version): 1.2.4.
14496 (artist-butlast-fn): New variable.
14497 (artist-butlast): New function.
14498 (artist-ellipse-mirror-quadrant): Use it.
14499 (artist-mouse-draw-poly): Use nil for `point-list'.
14500 (artist-mouse-draw-poly): Check for point-list being nil.
14501
627a4e30
GM
145022001-10-26 Peter Kleiweg <kleiweg@let.rug.nl>
14503
14504 * progmodes/ps-mode.el (ps-mode-print-function): Remove quote for
14505 lambda expression.
14506 (ps-mode-menu-main): Submenu with options on/off was replaced with
14507 a toggle button.
14508 (ps-mode, ps-run-mode): Define with `define-derived-mode'
14509 (ps-mode): Autoload cookie added on same line as comment
14510 (ps-mode-tabkey, ps-mode-backward-delete-char):
14511 (ps-mode-r-balance): Replace `delete-horizontal-space' and
14512 `indent-to' with `indent-line-to'
14513 (ps-mode-print-buffer, ps-mode-print-region): Use `funcall'
14514 instead of `eval'.
14515 (ps-mode-print-region): Use `with-temp-buffer'.
b9c6ab68 14516 (ps-run-start): Use of `mapconcat'. Use `apply' instead of `eval'.
627a4e30
GM
14517 (numerous places): Add back-tick and tick around names in
14518 docstrings, fix punctuation in docstrings, remove trailing spaces.
187cd25b 14519
bcfb9eff
SM
145202001-10-25 Stefan Monnier <monnier@cs.yale.edu>
14521
14522 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Ignore comments.
14523 (sgml-font-lock-keywords-2): Use `eval'. Moved from sgml-mode-common.
14524 (sgml-font-lock-syntactic-keywords): New var.
14525 (sgml-mode-common): Drop the two args.
14526 Don't make buffer-local variables that aren't used.
14527 Don't set sgml-font-lock-keywords-2 now that it uses `eval instead.
14528 Don't set `before-string' props from sgml-display-text.
14529 (sgml-mode): Use define-derived-mode.
14530 (sgml-tags-invisible): Use sgml-display-text.
14531 (sgml-quote): New command.
14532 (html-tag-alist): Add args for `span'.
14533 (html-mode): Use define-derived-mode.
14534 Set sgml-display-text and sgml-tag-face-alist.
14535
598f34fa
SS
145362001-10-25 Sam Steingold <sds@gnu.org>
14537
14538 * add-log.el (add-log-always-start-new-record): New user option.
14539 (add-change-log-entry): Use it.
14540
a3fbafe2
RS
145412001-10-25 Richard M. Stallman <rms@gnu.org>
14542
14543 * progmodes/etags.el (tags-query-replace): Make tags-loop-scan
14544 bind case-fold-search if FROM is not all lower case.
14545
5b6a51aa
GM
145462001-10-25 Gerd Moellmann <gerd@gnu.org>
14547
dfe92a6a
GM
14548 * startup.el (normal-top-level): Check for frame-initial-frame
14549 only if it's really used.
14550
879eadc3
GM
14551 * mail/mh-utils.el (mh-recenter): Call recenter with arg `(4)'.
14552
5b6a51aa
GM
14553 * progmodes/compile.el (compilation-parse-errors-filename-function):
14554 New variable.
14555 (compilation-parse-errors): Use it.
14556
d73a471b
SM
145572001-10-25 Stefan Monnier <monnier@cs.yale.edu>
14558
14559 * emacs-lisp/checkdoc.el (checkdoc-eval-defun): Call eval-defun
14560 interactively so that C-u M-C-x still does edebug.
14561 (checkdoc-sentencespace-region-engine): Don't force a double-space
14562 after `.' if it doesn't look like an end-of-sentence.
14563 (debug-ignored-errors): Add `disambiguate ...'.
14564
145652001-10-24 Stefan Monnier <monnier@cs.yale.edu>
14566
14567 * textmodes/texinfo.el (texinfo-environments)
bcfb9eff 14568 (texinfo-environment-regexp): Hoist.
d73a471b
SM
14569 (texinfo-font-lock-keywords): Use `italic' and `bold' faces.
14570 Only highlight the menu name in menu items.
14571 Setup `@foo ... @end foo' as text clones.
14572 (texinfo-clone-environment): New function.
14573 (texinfo-mode): Simplify auto-fill-inhibit-regexp.
14574 (texinfo-insert-block): Simplify.
14575 (texinfo-insert-quote): Insert a plain " if preceded by \ or if
14576 the command is repeated.
14577 (texinfo-last-unended-begin, texinfo-next-unmatched-end): New funs.
14578 (texinfo-insert-@end): Simplify.
14579
14580 * textmodes/texnfo-upd.el (texinfo-section-types-regexp)
14581 (texinfo-section-level-regexp, texinfo-subsection-level-regexp)
14582 (texinfo-subsubsection-level-regexp)
14583 (texinfo-update-menu-same-level-regexps)
14584 (texinfo-update-menu-higher-regexps)
bcfb9eff 14585 (texinfo-update-menu-lower-regexps): Hoist to eliminate warnings.
d73a471b
SM
14586
14587 * derived.el (define-derived-mode): Use {delay,run}-mode-hooks.
14588 (derived-mode-p): Autoload.
14589
14590 * subr.el (delay-mode-hooks, delayed-mode-hooks, run-mode-hooks):
14591 New vars and functions.
14592 (text-clone-maintain, text-clone-create): New functions.
14593
f66bd220
MB
145942001-10-25 Miles Bader <miles@gnu.org>
14595
14596 * facemenu.el (facemenu-add-new-face): Fix variable names.
14597
b617a66b
RS
145982001-10-24 Richard M. Stallman <rms@gnu.org>
14599
d436d538
RS
14600 * facemenu.el (facemenu-unlisted-faces): Improve doc strings
14601 of t and nil values.
14602 (facemenu-set-face): Handle START and END interactively.
14603 (facemenu-set-foreground): Don't use a face; specify color directly.
14604 (facemenu-set-background): Likewise.
14605 (facemenu-set-face-from-menu): Doc fix.
14606 (facemenu-active-faces): Use face-attribute-vector
14607 to handle bare attributes not in faces.
14608 (facemenu-get-face): Don't handle face names fg:... and bg:...
14609 specially.
14610 (facemenu-add-new-face): New argument MENU.
14611 New way to handle adding colors to the color menus.
14612
b617a66b
RS
14613 * env.el (substitute-env-vars): Quote the arg to rx.
14614
7b611de0
SS
146152001-10-24 Sam Steingold <sds@gnu.org>
14616
14617 * mouse.el (mouse-buffer-menu-mode-groups): Added "Version
c71a58a3 14618 Control" and "SGML" groups.
7b611de0 14619
c533fe40
SM
146202001-10-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14621
14622 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
14623 Better handling of C++ template args to avoid confusion with `<'
14624 and `>' used as operators in member init expressions.
14625
bdbdebff
GM
146262001-10-24 Gerd Moellmann <gerd@gnu.org>
14627
4aa6b955
GM
14628 * replace.el (perform-replace): Move START and END parameters
14629 to the end of the argument list and make them optional.
14630
14631 * progmodes/ebrowse.el, progmodes/etags.el: Adapt to change in
14632 perform-replace.
14633
c533fe40 14634 * international/fontset.el (x-must-resolve-font-name): New function.
bdbdebff
GM
14635 (x-complement-fontset-spec): Use it.
14636
0033146f
SM
146372001-10-23 Stefan Monnier <monnier@cs.yale.edu>
14638
e07777e6
SM
14639 * uniquify.el (uniquify-get-proposed-name): Fix (.. "usr" "/usr" 0).
14640
0033146f
SM
14641 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
14642 Turn caadr into caar of cdr.
14643
24db49fb
GM
146442001-10-23 Gerd Moellmann <gerd@gnu.org>
14645
e07777e6 14646 * info.el (Info-fontify-node): Bind down-mouse-{1,2} instead
61fd8d32
GM
14647 of mouse-{1,2} since dragging is on the down event.
14648
c51488cd
GM
14649 * play/doctor.el (make-doctor-variables): Remove a '($ please)'.
14650
197a9dfd
GM
14651 * mail/mh-utils.el (mh-recenter): Call `recenter' with arg t
14652 if ARG is nil.
14653
24db49fb
GM
14654 * desktop.el (desktop-last-buffer): New variable.
14655 (desktop-create-buffer): Set it.
14656 (desktop-read): Bind it and switch to that buffer.
14657
e38e2839
GM
146582001-10-22 Gerd Moellmann <gerd@gnu.org>
14659
e07777e6
SM
14660 * progmodes/compile.el (compilation-set-window-height):
14661 Select old window only if it's still live.
e38e2839 14662
5fe0ea6a 146632001-10-22 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
784b8937
PJ
14664
14665 * help-mode.el (help-buffer): Remove debugging code.
14666 From Stefan Monnier <monnier@cs.yale.edu>.
14667
b704d54b
EZ
146682001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
14669
e07777e6
SM
14670 * files.el (file-name-sans-extension, file-name-extension):
14671 Don't count the leading dots in file names as signaling an extension.
b704d54b 14672
fb2fa4a9
AS
146732001-10-22 Andre Spiegel <spiegel@gnu.org>
14674
14675 * vc.el (vc-diff-switches): Doc rewritten.
14676
7142670a
EZ
146772001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
14678
4b2bb9be
EZ
14679 * tooltip.el (tooltip-set-param): Doc fix.
14680
2840d653
EZ
14681 * textmodes/sgml-mode.el (sgml-mode-map): Bind 8-bit codes above
14682 127 to sgml-maybe-name-self.
14683 (sgml-name-8bit-mode): Doc fix.
14684 (sgml-char-names-table): New variable.
14685 (sgml-name-char): Support non-ASCII and mule-unicode-*
14686 characters. Doc fix.
14687 (sgml-maybe-name-self): Convert unibyte characters to multibyte.
14688
7142670a
EZ
14689 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Mention in the
14690 doc string the effect of `left' and `top' parameters in
14691 tooltip-frame-parameters, the default values, and the units.
e07777e6 14692 (tooltip-frame-parameters): Mention `top' and `left' in the doc string.
7142670a
EZ
14693 (tooltip-show): Mention in the doc string the `top' and `left'
14694 parameters in tooltip-frame-parameters, and x-max-tooltip-size.
14695
dea19473
AS
146962001-10-22 Andre Spiegel <spiegel@gnu.org>
14697
14698 Add autoscaling support for vc-annotate.
9522e2d8 14699 From J.D. Smith <jdsmith@alum.mit.edu>.
e07777e6 14700
dea19473
AS
14701 * vc.el (vc-annotate-display-default): Accept colormap scaling
14702 ratio (now deprecated).
14703 (vc-annotate-display-autoscale): Added.
14704 (vc-annotate-add-menu): New autoscaling menu options "Span to
14705 Oldest" and "Span Oldest->Newest". Easymenu support added for
e07777e6 14706 toggle menus driven by customize variable `vc-annotate-display-mode'.
dea19473
AS
14707 (vc-annotate-display-select): Added.
14708 (vc-annotate): Changed temp-buffer-show-function to
14709 `vc-annotate-display-select'.
14710 (vc-annotate-display): Removed arguments BUFFER and BACKEND.
14711 Added argument OFFSET. Instead of backend function, calls now
14712 generic `vc-annotate-difference'.
14713 (vc-annotate-difference): Added as generic function instead of
14714 backend-specific function. No longer takes argument POINT, but
14715 instead accepts a time OFFSET.
14716 (vc-default-annotate-current-time): Added.
14717
14718 * vc-cvs.el (vc-cvs-annotate-difference): Removed to generic
e07777e6 14719 version in vc.el, with
dea19473 14720 (vc-cvs-annotate-current-time): Added, as override of default.
ea136e8d 14721 (vc-cvs-annotate-time): Added. Taken mostly from the (now removed)
dea19473
AS
14722 `vc-cvs-annotate-difference'.
14723
04808157
GM
147242001-10-22 Gerd Moellmann <gerd@gnu.org>
14725
26fe1f92
GM
14726 * saveplace.el (save-place): Require `saveplace'.
14727
e07777e6 14728 * progmodes/cwarn.el (cwarn-font-lock-feature-keywords-alist):
04808157
GM
14729 Use `sexp' for :value-type instead of `face'.
14730
a6a1654e
EZ
147312001-10-21 Eli Zaretskii <eliz@is.elta.co.il>
14732
14733 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Fix the
14734 regexps due to 5-digit message IDs.
14735
4fdd691b
JR
147362001-10-21 Jason Rumney <jasonr@gnu.org>
14737
a6a1654e 14738 * term/w32-win.el (redisplay-dont-pause): Don't set.
4fdd691b 14739
a6a1654e 147402001-10-21 Miles Bader <miles@gnu.org>
c9a95b79
MB
14741
14742 * help-funs.el (help-manyarg-func-alist): Variable removed.
14743
7e9a6a1b
MB
147442001-10-21 Miles Bader <miles@gnu.org>
14745
14746 * help-funs.el (help-manyarg-func-alist): Remove entries for
a3b10252
MB
14747 `insert', `insert-and-inherit', `insert-before-markers',
14748 `insert-before-markers-and-inherit', `message', `message-box',
14749 `message-or-box', `propertize', `format', `encode-time', `append',
14750 `concat', `vconcat', `nconc', `widget-apply', `make-hash-table',
14751 `insert-string', `ml-if', `ml-provide-prefix-argument', and
14752 `ml-prefix-argument-loop'.
7e9a6a1b 14753
72830e8a
AS
147542001-10-21 Andre Spiegel <spiegel@gnu.org>
14755
e07777e6
SM
14756 * vc.el (vc-diff-internal, vc-coding-system-for-diff)
14757 (vc-default-diff-tree): New functions.
72830e8a
AS
14758 (vc-version-diff): Use them. As a result, coding systems are now
14759 set up properly for all sorts of diffs, and tree diffs can now
14760 also be done locally.
14761 (vc-diff): With a prefix argument, don't require that it's called
14762 from a buffer under version control.
a279f22f 14763 (diff-switches): Remove duplicate definition.
e07777e6 14764
72830e8a
AS
14765 * vc-cvs.el (vc-cvs-diff-tree): New function.
14766
b6715b9f
MB
147672001-10-21 Miles Bader <miles@gnu.org>
14768
386ca361
MB
14769 * help-funs.el (help-manyarg-func-alist): Remove entries for
14770 `list', `vector', `make-byte-code', `call-process',
14771 `call-process-region', `string', `+', `-', `*', `/', `max', `min',
14772 `logand', `logior', and `logxor'.
14773
b6715b9f
MB
14774 * wid-edit.el (checkbox): Swap bg/fg colors in image, and invert
14775 image bits to compensate. Use `make-string' instead of
14776 `make-bool-vector' (XBM apparently wants byte-aligned rows).
14777
db6f8ff1
KS
147782001-10-20 Kim F. Storm <storm@cua.dk>
14779
14780 * simple.el (kill-ring-save): Don't show extent of copied region
14781 if using transient-mark-mode and region is fully visible.
14782
5fdac1b8 14783See ChangeLog.9 for earlier changes.
a30eb617
DL
14784
14785;; Local Variables:
14786;; coding: iso-2022-7bit
14787;; End:
2a34a036 14788
5fdac1b8 14789 Copyright (C) 2001, 2002 Free Software Foundation, Inc.
2a34a036
GM
14790 Copying and distribution of this file, with or without modification,
14791 are permitted provided the copyright notice and this notice are preserved.