(format-decode): Be careful with the order in `format'.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
b2b41304
SM
12002-11-07 Stefan Monnier <monnier@cs.yale.edu>
2
be227f22
SM
3 * format.el (format-decode): Be careful with the order in `format'.
4
5 * eshell/esh-cmd.el (function-p-func): Avoid `xemacs-p'.
6
7 * eshell/em-glob.el: Require esh-util.
8 (eshell-glob-initialize): Don't assume
9 eshell-special-chars-outside-quoting is available.
10
1ddad36e
SM
11 * textmodes/fill.el (fill-paragraph): Consider a comment-start as
12 a paragraph starter when filling non-comments.
be227f22 13 (fill-comment-paragraph): Don't narrow while doing the fill.
1ddad36e 14 Recognize paragraph starters and separators within comments.
be227f22 15 Use adaptive-fill-prefix when it works. Use comment-search-forward.
1ddad36e 16
b2b41304
SM
17 * progmodes/compile.el (grep-default-command): New fun.
18 (grep): Use it.
19 (compilation-menu-map): New var.
20 (compilation-minor-mode-map, compilation-shell-minor-mode-map): Use it.
21 (compilation-mode-map): Simplify.
22 (compilation-shell-minor-mode, compilation-minor-mode):
23 Use define-minor-mode.
24
25 * elide-head.el (elide-head): Don't make intangible.
26
27 * help.el (where-is): Rename map to defs (a list of syms is not a map).
28 Test fboundp first, to speed things up. Use push.
29
30 * isearch.el (isearch-hidden): New var.
31 (isearch-search-and-update): Test it.
32 (isearch-range-invisible): Set it.
33
34 * progmodes/tcl.el (tcl-mode): Don't set paragraph-start,
35 paragraph-separate, comment-column, and fill-paragraph-function.
36 Simplify outline-regexp.
37 (tcl-do-fill-paragraph): Remove.
38
65280ff3 392002-11-07 Markus Rost <rost@math.ohio-state.edu>
7a698dc1 40
b2b41304 41 * mail/sendmail.el (mail-default-directory): Set the version to 21.4.
7a698dc1 42
b2b41304
SM
43 * progmodes/compile.el (grep-compute-defaults): Undo previous change.
44 Definition moved down.
45 (grep-command, grep-find-command, grep-tree-command): Allow value nil.
46 Do not declare :get property.
47 (grep-use-null-device): Fix type. Do not declare :get property.
65280ff3 48
b2b41304
SM
49 * emacs-lisp/checkdoc.el (checkdoc-find-error):
50 Use get-file-buffer instead of get-buffer.
c3d79cee
MR
51
52 * cus-dep.el (custom-make-dependencies): Fix comment inserted in
53 cus-load.el.
54
65280ff3
MR
552002-11-07 Juanma Barranquero <lektu@terra.es>
56
57 * help.el (where-is): Report also aliases of the passed command.
58
12eb3507
DL
592002-11-06 Dave Love <fx@gnu.org>
60
61 * simple.el (quoted-insert): Bind keyboard-translate-table around
62 read-char.
63
64 * international/ucs-tables.el: Use keyboard-translate-table coding
65 system property, not translation-table-for-input, for
66 vietnamese-viscii & al.
67 (translation-table-for-input): Set,
68 don't defvar, and make permanent-local.
69 (ucs-unify-8859, ucs-unify-8859, ucs-fragment-8859): Add/remove
70 set-buffer-major-mode-hook, not quail-activate-hook.
71 (ucs-set-table-for-input): Renamed from ucs-quail-activate.
b2b41304
SM
72 (ucs-unify-8859, ucs-unify-8859, ucs-fragment-8859):
73 Setup keyboard-translate-table, not translation-table-for-input.
12eb3507
DL
74 Modify set-buffer-major-mode-hook, not quail-activate-hook.
75 (ucs-fragment-8859): Don't use translation-table-for-input coding
76 system property.
77 (ucs-quail-activate): Deleted.
78 (ucs-set-table-for-input): New.
79 (ucs-minibuffer-setup): Use it.
80
b2b41304
SM
81 * international/quail.el (quail-input-string-to-events):
82 Use keyboard-translate-table, not translation-table-for-input.
12eb3507
DL
83
84 * files.el (normal-mode): Call ucs-set-table-for-input.
85
b2b41304
SM
86 * international/mule.el (set-buffer-file-coding-system):
87 Call ucs-set-table-for-input.
12eb3507 88
318db6cb
RS
892002-11-06 Richard M. Stallman <rms@gnu.org>
90
91 * replace.el (query-replace, query-replace-regexp): Doc fixes.
92
93 * emacs-lisp/bytecomp.el (byte-compile-lambda):
94 Handle progn like let, inside interactive spec.
95
96 * textmodes/tex-mode.el (tex-dvi-view-command): Value can be sexp.
97 Initialize to a suitable sexp.
98 (tex-view): Evaluate tex-dvi-view-command and use the value.
99
f4f00827
KH
1002002-11-06 Kenichi Handa <handa@m17n.org>
101
b2b41304
SM
102 * international/mule.el (coding-system-eol-type-mnemonic):
103 Use eol-mnemonic-undecided if CODING-SYSTEM is nil.
f4f00827 104
0894297a
KS
1052002-11-06 Kim F. Storm <storm@cua.dk>
106
107 * info.el (Info-fontify-node): Fixed hiding of *note references
108 with embedded file names like (xxx.yyy).
109 Avoid making any lines visibly longer if hiding newlines inside
110 note references by wrapping line after references if it contained
111 a newline (unfortunaly this makes more lines appear "shorter").
112 Properly reindent multi-line menu entry descriptions.
113
2fb49346
JB
1142002-11-05 Juanma Barranquero <lektu@terra.es>
115
22b51985
JB
116 * language/cyrillic.el ("Bulgarian"): Fix typo.
117
b2b41304
SM
118 * international/mule.el (coding-system-eol-type-mnemonic):
119 Move from mule-util.el.
2fb49346 120
b2b41304
SM
121 * international/mule-util.el (coding-system-eol-type-mnemonic):
122 Move to mule.el.
2fb49346 123
e8bee052
JB
1242002-11-04 Juanma Barranquero <lektu@terra.es>
125
126 * files.el (find-buffer-visiting): Accept new optional PREDICATE
127 argument to return only a buffer that satisfies the predicate.
128 (insert-file-1): New function.
129 (insert-file-literally): Use it.
130 (insert-file): Use it.
131
e5714620
JB
1322002-11-04 Robert Fenk <Robert.Fenk@gmx.de> (tiny change)
133
134 * desktop.el (desktop-relative-file-names): New variable.
135 (desktop-save): Use it.
136
ad1fdd84
AS
1372002-11-03 Andre Spiegel <spiegel@gnu.org>
138
139 * vc.el (vc-dired-mode): Adapt dired-move-to-filename-regexp to
140 its current version in dired.el.
141
266b4e3a
SM
1422002-11-03 Stefan Monnier <monnier@cs.yale.edu>
143
144 * emacs-lisp/autoload.el (generate-file-autoloads)
145 (update-file-autoloads): Strip .gz and other such extensions.
146 (update-autoloads-from-directories): Also consider compressed files.
147
148 * info.el (Info-streamline-headings): New var.
149 (Info-dir-remove-duplicates): New fun.
150 (Info-insert-dir): Use it. Simplify the code with push,mapc,dolist.
151 (Info-select-node): Simplify handling of Info-header-line.
152 (Info-forward-node): Undo 2000/12/15 since we don't narrow any more.
153 (Info-mode): Set header-line-format once and for all.
154 (Info-fontify-node): Accept bogus first line with `File:' missing.
155 Only make first line invisible if Info-use-header-line.
156 Don't use `intangible': it's evil. Use inhibit-read-only.
157 (Info-follow-reference, Info-next-reference, Info-prev-reference)
158 (Info-try-follow-nearest-node): Don't bind inhibit-point-motion-hooks
159 since we don't use intangible any more.
160
161 * image.el (insert-image): Don't make intangible since
162 adjust_point_for_property should be sufficient by default.
163
833815e8
SM
1642002-11-02 Stefan Monnier <monnier@cs.yale.edu>
165
166 * textmodes/fill.el (fill-paragraph-handle-comment): New var.
167 (fill-comment-paragraph): New fun (generalizes of lisp-fill-paragraph).
168 (fill-paragraph): Use them.
169
170 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
171 Use fill-comment-paragraph.
172
1732002-11-02 Stefan Monnier <monnier@cs.yale.edu>
174
175 * bindings.el (mode-line-change-eol)
176 (mode-line-eol-desc-cache, mode-line-eol-desc): New.
177 (mode-line-mule-info): Use them for the EOL part of the modeline.
178
179 * server.el (server-sentinel): Kill buffers if applicable.
180 (server-temp-file-p): Make arg optional.
181 (server-done): Use it to simplify.
182 (server-switch-buffer): If server-window is a function, use it.
183
184 * mail/undigest.el (rmail-digest-end-regexps): Simplify.
185 (undigestify-rmail-message): Fix paren-bug and simplify.
186
14a7a282
KS
1872002-11-02 Kim F. Storm <storm@cua.dk>
188
189 * info.el (Info-hide-note-references): nil value now does no
190 reformatting at all. New choice 'tag reformats tag but shows
191 the section reference.
192 (Info-fontify-node): Use it.
193
65b34485
SM
1942002-11-01 Stefan Monnier <monnier@cs.yale.edu>
195
c5522468
SM
196 * textmodes/tex-mode.el (tex-common-initialization):
197 comment-start-skip shouldn't match on the next line.
198
199 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Use match-string.
200 Don't bother making paragraph-start a superset of paragraph-separate.
201 Use line-beginning-position.
202
65b34485
SM
203 * textmodes/sgml-mode.el (sgml-skip-tag-backward)
204 (sgml-skip-tag-forward): Deal with xml-style <foo/> empty tags.
205
becf6583
KS
2062002-11-01 Kim F. Storm <storm@cua.dk>
207
208 * info.el (Info-hide-note-references): New defcustom.
209 (Info-fontify-node): Use it.
210
f5d2564d
KS
2112002-10-31 Kim F. Storm <storm@cua.dk>
212
833815e8 213 * shell.el (explicit-bash-args): Bash 1.x doesn't grok
32f53dac
KS
214 --noediting option; added run-time check to exclude it.
215
f5d2564d 216 * info.el (Info-follow-reference, Info-next-reference)
65b34485
SM
217 (Info-prev-reference, Info-try-follow-nearest-node):
218 Bind inhibit-point-motion-hooks to t while parsing reference.
f5d2564d 219 (Info-fontify-node): When font-lock-mode is enabled, display
99d597da 220 "*note" and "* menu" references in a more user friendly format.
f5d2564d 221
68eb8bd5
SM
2222002-10-30 Stefan Monnier <monnier@cs.yale.edu>
223
224 * textmodes/fill.el (fill-move-to-break-point): Skip white space
225 _before_ checking to see if we're hitting the margin.
226 (fill-region-as-paragraph): Don't fiddle with the undo-list any more:
227 it's now done by the C primitives. Don't use narrowing.
228 Reorganize the line-breaking part of the code to simplify the control
229 flow and make it work in the absence of narrowing.
230 (fill-region): Don't use narrowing.
231
2baf1bfa
DL
2322002-10-30 Dave Love <fx@gnu.org>
233
68eb8bd5 234 * textmodes/po.el (po-content-type-charset-alist): Delete most entries.
2baf1bfa
DL
235 (po-find-charset): Doc fix. Remove interactive spec.
236 (po): Provide.
237 (po-find-file-coding-system-guts): Re-written to use
238 coding-system-alist, and code-pages, not codepage stuff.
239
68eb8bd5
SM
240 * term/x-win.el: Remove some ancient compatibility code.
241 Populate x-keysym-table.
2baf1bfa 242
c9bcb507
AS
2432002-10-30 Andreas Schwab <schwab@suse.de>
244
245 * subr.el (replace-regexp-in-string): Doc fix.
246
e5f51929
DL
2472002-10-29 Dave Love <fx@gnu.org>
248
68eb8bd5 249 * cus-start.el (selection-coding-system, scalable-fonts-allowed): Add.
e5f51929 250
68eb8bd5 251 * progmodes/scheme.el (syntax-case): Define scheme-indent-function.
e5f51929
DL
252
253 * international/mule-conf.el: Doc fixes.
254
d1c3f6b6
RS
2552002-10-29 Richard M. Stallman <rms@gnu.org>
256
257 * server.el (server-switch-buffer): Say when no server buffers remain.
258
259 * net/goto-addr.el (goto-address-url-regexp): Don't match `mailto'.
260
2612002-10-28 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
262
68eb8bd5
SM
263 * make-mode.el (makefile-warn-continuations):
264 Call re-search-forward with NOERROR t.
d1c3f6b6 265
d0891f9e
KS
2662002-10-29 Kim F. Storm <storm@cua.dk>
267
268 * ido.el (ido-wide-find-dirs-or-files): Fixed problem that caused
269 incomplete list of matches to be returned.
270
a52ce7f8
JB
2712002-10-29 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
272
e5f51929
DL
273 * textmodes/texinfo.el (texinfo-environments): Add environment;
274 copying, documentdescription, ifplaintext, ifnotplaintext, and
275 verbatim.
a52ce7f8
JB
276
277 * textmodes/texinfmt.el (texinfo-format-ifplaintext): New function.
278 (ifplaintext, ifnotplaintext)
279 (afourpaper, afivepaper, afourlatex, afourwide)
280 (documentlanguage, documentencoding): New aliases.
281
b71b4e1c
JPW
2822002-10-29 John Paul Wallington <jpw@shootybangbang.com>
283
284 * ibuffer.el (ibuffer-mouse-popup-menu): Set point before popping
285 up filter groups menu. Preserve point unless a menu command has
286 moved it from point clicked.
287
11bfbbd2
DK
2882002-10-29 David Kastrup <dak@lola.goethe.zz>
289
290 * calc/calc.el (calc-any-evaltos): Initialize to nil, since
291 calc-refresh-evaltos appears to need this.
292
d14a2a1f
DL
2932002-10-28 Dave Love <fx@gnu.org>
294
bfe77626
DL
295 * international/mule-diag.el (non-iso-charset-alist): Move to
296 avoid compilation warning.
297 (mule-diag): Provide.
298
68eb8bd5
SM
299 * international/code-pages.el (cp-make-coding-system):
300 Use utf-translation-table-for-decode, not
bfe77626
DL
301 utf-8-translation-table-for-decode.
302 (mule-diag): Require.
303
a3fac65a
DL
304 * language/thai-util.el (thai-composition-function): Don't use prog1.
305
306 * language/lao-util.el (lao-composition-function): Don't use prog1.
307
68eb8bd5
SM
308 * language/european.el (diacritic-composition-function):
309 Modify confused prog1 form.
a3fac65a 310
68eb8bd5
SM
311 * international/quail.el (quail-keyboard-layout-alist): Fix pc105-uk.
312 (quail-keyboard-layout): Customize.
313 Move after quail-keyboard-layout-alist.
d14a2a1f 314
5cc2d137
MB
3152002-10-28 Miles Bader <miles@gnu.org>
316
68eb8bd5
SM
317 * progmodes/make-mode.el (makefile-warn-continuations):
318 Don't barf when there _aren't_ any suspicious continuations.
5cc2d137 319
b37db7b4 3202002-10-28 Matthew Swift <swift@alum.mit.edu> (tiny change)
dc2feacf 321
5cc2d137 322 * progmodes/compile.el (grep-find-use-xargs): Fix docstring.
dc2feacf 323
6de0156c 3242002-10-27 Michael Kifer <kifer@cs.stonybrook.edu>
dc2feacf 325
68eb8bd5 326 * ediff-wind.el (ediff-control-frame-parameters): Add scrollbar-height.
dc2feacf 327
6f37d17b
AS
3282002-10-27 Andreas Schwab <schwab@suse.de>
329
330 * progmodes/sh-script.el (sh-mode-syntax-table): Don't make ^L
331 end-of-comment syntax.
332
14781a94
KS
3332002-10-27 Kim F. Storm <storm@cua.dk>
334
335 * ido.el (ido-cannot-complete-command): New defcustom, default to
336 ido-completion-help (similar to iswitchb-cannot-complete-hook).
337 (ido-complete): Call value of ido-cannot-complete-command rather
338 than ido-completion-help when no common completion.
339
aaa7d7ea
DL
3402002-10-27 Dave Love <fx@gnu.org>
341
342 * international/code-pages.el (iso-8859-11): New.
343
dc2feacf
JB
3442002-10-27 Kim F. Storm <storm@cua.dk>
345
346 * pcvs.el (cvs-checkout): Use read-directory-name.
347 (cvs-query-directory): Likewise.
348
5ab0ceed
RS
3492002-10-26 Richard M. Stallman <rms@gnu.org>
350
351 * progmodes/make-mode.el (makefile-cleanup-continuations):
352 Default for variable is nil.
353 (makefile-warn-continuations): New function.
354 (makefile-mode): Put it on write-file-functions.
355
356 * international/mule-cmds.el (select-safe-coding-system):
357 Delete debugging setq.
358
359 * shell.el (shell): Look for .emacs_SHELL under ~/.emacs.d
dc2feacf 360 after looking in ~.
5ab0ceed
RS
361
362 * startup.el (command-line): Look for .emacs under ~/.emacs.d
363 after looking in ~.
364
365 * simple.el (toggle-truncate-lines): When turning off truncation,
366 clear out the hscroll value in this buffer's windows.
367
368 * simple.el (display-message-or-buffer): Don't display empty
369 output in the echo area.
370
371 * man.el (Man-default-man-entry): Don't look for all word chars,
372 look only for characters that are normally part of a shell command.
373
374 * gud.el (gdb): Pass default-directory to GDB via -cd option.
375
376 * font-lock.el (c++-font-lock-keywords...): Add `restrict' keyword.
377
378 * find-file.el (ff-find-related-file): Fix autoload cookie.
379
380 * emacs-lisp/unsafep.el (unsafep-variable): Pass second arg to
381 risky-local-variable-p.
382
383 * files.el (risky-local-variable-p): VAL=nil has special meaning.
384
385 * Makefile.in (compile-always): Avoid error in old Bash versions.
386
15693bc3
JPW
3872002-10-26 John Paul Wallington <jpw@shootybangbang.com>
388
389 * textmodes/picture.el (picture-mouse-set-point): New command.
390 (picture-mode-map): Bind it.
391 (picture-motion-reverse): Doc fix.
392
5e8b072b
SM
3932002-10-25 Stefan Monnier <monnier@cs.yale.edu>
394
395 * textmodes/outline.el (outline-next-heading): Make sure the match-data
396 is really correct where returning.
397
b37db7b4 3982002-10-24 Matthew Swift <swift@alum.mit.edu> (tiny change)
5748c2e8
JB
399
400 * textmodes/outline.el (outline-minor-mode): Add customization group.
5748c2e8 401
5ab0ceed
RS
4022002-10-23 Richard M. Stallman <rms@gnu.org>
403
404 * files.el (risky-local-variable-p): New arg VAL.
405 (compile-command): Use `stringp' for `safe-local-variable' prop.
406 (hack-one-local-variable): Pass VAL to `risky-local-variable-p'.
407
2d4c3c85
JB
4082002-10-23 Francis J. Wright <F.J.Wright@qmul.ac.uk>
409
d1c3f6b6
RS
410 * woman.el (woman-version): Update to 0.551 (beta).
411 (woman-parse-colon-path): Add support for current Cygwin mount
412 conventions.
413 (woman-Cyg-to-Win): New function to convert absolute filename from
414 Cygwin to Windows form by executing external program cygpath if
415 possible.
416 (woman-man.conf-path): Update default to current common locations
417 and to support Cygwin; update documentation.
418 (woman-parse-man.conf): Generalize regexp to "man.*\\.conf" to
419 match possible names of man.conf file; tidy code and documentation.
420 (woman-manpath): Simplify default and documentation; essentially
421 move code that was here into `woman-parse-colon-path'.
422 (woman-default-indent): Change Linux to GNU in documentation.
423 (woman-addition-face): Make documentation consistent with other
424 WoMan faces.
425 (woman-emulate-tbl): New variable, determines whether tbl
426 emulation is required.
427 (woman-decode-region): Add check for preprocessor requests.
428 (woman0-process-escapes, woman-special-characters)
429 (woman-get-next-char, woman-parse-numeric-value): Add support for
430 long groff names of the form [xxx].
431 (woman-strings, woman-change-fonts): Now call `woman-match-name'.
432 (woman2-PD, woman2-na): Doc fix.
433 (woman-match-name): New function.
434 (woman2-TS): New function.
435 (woman2-TE): New alias for `woman2-fi'.
2d4c3c85 436
00e98040
KS
4372002-10-23 Kim F. Storm <storm@cua.dk>
438
439 * ido.el (ido-restrict-to-matches): New command.
440 (ido-define-mode-map): Bind it to C-SPC and C-@ in ido-mode-map.
441
7440eb85 4422002-10-22 Bob Halley <halley@play-bow.org> (tiny change)
44f4a515
JW
443
444 * eshell/esh-io.el (eshell-set-output-handle): Fix so that
445 multiple redirection can work.
446
635d2972
SM
4472002-10-21 Stefan Monnier <monnier@cs.yale.edu>
448
5e8b072b
SM
449 * ielm.el (inferior-emacs-lisp-mode): If hexl not found, use cat.
450 Don't hardcode point-min == 1.
451
452 * hexl.el (hexl-mode-old-write-contents-hooks): Remove.
453 (hexl-mode, hexl-current-address, hexl-address-to-marker)
454 (hexl-insert-char): Don't hardcode point-min == 1.
455 (hexl-isearch-search-function): New fun.
456 (hexl-mode-old-isearch-search-fun-function): New var.
457 (hexl-mode): Use them.
458 (hexl-mode, hexl-mode-exit, hexl-maybe-dehexlify-buffer):
459 Use write-contents-functions rather then write-contents-hooks.
460
635d2972
SM
461 * textmodes/text-mode.el (text-mode-syntax-table): Make ' a prefix.
462 (paragraph-indent-text-mode-abbrev-table)
463 (paragraph-indent-text-mode-syntax-table): Remove.
464 (paragraph-indent-text-mode): Use the :abbrev and :syntax-table args.
465
89547024
JB
4662002-10-21 Juanma Barranquero <lektu@terra.es>
467
468 * eshell/esh-util.el (directory-files-and-attributes): Copy docstring
469 from Emacs 21. Arg DIR renamed to DIRECTORY for consistency.
470
0eabdbd6
AS
4712002-10-20 Andreas Schwab <schwab@suse.de>
472
473 * apropos.el (apropos-group): Use customize-group-other-window.
474
42be8f2e
SM
4752002-10-18 Stefan Monnier <monnier@rum.cs.yale.edu>
476
477 * progmodes/perl-mode.el (perl-mode-syntax-table): Change $ back
478 to just "/" instead of "/ p".
479 (perl-font-lock-syntactic-keywords): Use ". p" for the `$'.
480
a9645a66
JB
4812002-10-18 Juanma Barranquero <lektu@terra.es>
482
483 * textmodes/artist.el (artist-ff-is-bottommost-line): Fix misplaced
484 ELSE expression on IF.
485
d9c25020
JB
4862002-10-17 Juanma Barranquero <lektu@terra.es>
487
488 * align.el (align-rules-list, align-exclude-rules-list): Fix typos.
489
490 * subr.el (remq): Likewise.
491
492 * vc-cvs.el (vc-cvs-sticky-tag-display): Likewise.
493
494 * vc-hooks.el (vc-insert-file): Likewise.
495
496 * vcursor.el (vcursor-other-window): Likewise.
497
498 * wid-edit.el (widget-choose): Likewise.
499
500 * calendar/diary-lib.el (diary-name-pattern): Likewise.
501
502 * emacs-lisp/elint.el (elint-error, elint-warning): Likewise.
503
504 * emacs-lisp/lisp.el (beginning-of-defun): Likewise.
505
506 * emulation/edt-mapper.el (top-level): Likewise.
507
508 * eshell/esh-var.el (eshell/define): Likewise.
509
510 * mail/feedmail.el (feedmail-nuke-body-in-fcc)
511 (feedmail-queue-draft-directory): Likewise.
512
513 * net/netrc.el (netrc-parse): Likewise.
514
515 * obsolete/cplus-md.el (c++-empty-arglist-indent): Likewise.
516
517 * progmodes/ebrowse.el (ebrowse-ts)
518 (ebrowse-view/find-file-and-search-pattern)
519 (ebrowse-draw-file-member-info): Likewise.
520
521 * progmodes/idlwave.el (idlwave-region-active-p): Likewise.
522
523 * progmodes/idlw-shell.el (idlwave-shell-set-bp): Likewise.
524
525 * progmodes/sh-script.el (sh-indent-for-then): Likewise.
526
527 * textmodes/bibtex.el (bibtex-find-entry-location): Likewise.
528
529 * textmodes/sgml-mode.el (sgml-close-tag, html-imenu-index): Likewise.
530
519a4a70
DL
5312002-10-17 Dave Love <fx@gnu.org>
532
533 * international/mule-diag.el (non-iso-charset-alist): Add koi8-u.
534
535 * international/code-pages.el (cp-make-translation-table): Use
536 ucs-mule-to-mule-unicode.
537 (cp-fix-safe-chars): Fix typo.
538 (non-iso-charset-alist): Don't define.
539 (cp-make-coding-system): Use utf-8-translation-table-for-decode.
540 Define translation-table-for-input.
541 (cp866): Reinstate.
542 (alternativnj): Don't define alias.
543 (koi8-u): Deleted.
544
545 * language/european.el ("Slovenian"): Use slovenian input-method.
546 (encode-mac-roman): Use ucs-mule-to-mule-unicode.
547
b54a8cd3
KH
548 * language/cyrillic.el (cyrillic-alternativnyj-decode-table): Fix
549 the table.
550 (cyrillic-alternativnyj): Don't give it `mime-charset' property.
551 (cp866): Delete this alias.
552 ("Bulgarian"): Fix the value of `input-method'.
553
e5714620 5542002-10-16 Luc Teirlinck <teirllm@mail.auburn.edu>
8601e64a
JB
555
556 * dired-aux.el (dired-add-entry): Put point in correct position
557 before inserting marker char.
558
d40bcb03
AS
5592002-10-16 Andreas Schwab <schwab@suse.de>
560
561 * dired.el (dired-readin-insert): Expand dired-directory.
562
563 * dired-aux.el (dired-insert-subdir-doinsert): Preserve point.
564
d9c25020 5652002-10-16 Markus Rost <rost@math.ohio-state.edu>
15fa1658
MR
566
567 * textmodes/reftex-vars.el: Move reftex-set-dirty here from
568 reftex.el. Move the provide call to end of file.
569
570 * textmodes/reftex.el: Move reftex-set-dirty to reftex-vars.el.
571
9606309f
DL
5722002-10-15 Dave Love <fx@gnu.org>
573
574 * man.el (Man-getpage-in-background): Set width in environment.
575
a80d7290
KH
5762002-10-15 Kenichi Handa <handa@m17n.org>
577
578 * mail/sendmail.el (sendmail-send-it): Call
579 select-message-coding-system before changing the current bufer to
580 " sendmail temp".
581
9da940c5
AS
5822002-10-14 Andre Spiegel <spiegel@gnu.org>
583
584 * files.el (insert-directory): Handle //SUBDIRED// lines in
585 recursive listings from ls --dired.
586
587 * vc.el (vc-dired-reformat-line): Simplified. Handles text
588 properties correctly now.
589
8c52d564
JB
5902002-10-14 Juanma Barranquero <lektu@terra.es>
591
592 * international/mule.el (set-selection-coding-system): Fix spacing.
593
411df82f
RS
5942002-10-13 Richard M. Stallman <rms@gnu.org>
595
596 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
597 Treat `ignore' specially--prevent warnings about functions
598 called for effect, in its args.
599 Don't warn when `pop' is used for effect.
600
601 * emacs-lisp/autoload.el (autoload-print-form): Cleanup.
602
603 * uniquify.el (uniquify-get-proposed-name):
604 Don't use directory-sep-char.
605
606 * thingatpt.el (read-from-whole-string): Add call to `ignore'.
607
608 * find-file.el (ff-related-file-alist): New alias.
609 (ff-find-related-file): New alias.
610
1ba6c0f2
AS
6112002-10-13 Andreas Schwab <schwab@suse.de>
612
613 * dired.el (dired-insert-directory): When looking for existing
614 indentation, goto OPOINT instead of beginning of buffer.
615
6a3f6d37
SM
6162002-10-12 Stefan Monnier <monnier@cs.yale.edu>
617
618 * cus-dep.el (custom-make-dependencies): Ignore preloaded files.
619
2e955a8b 6202002-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
997c3eb1
SM
621
622 * ediff-init.el (ediff-frame-char-height): Use frame-selected-window.
623
624 * ediff-util.el (ediff-file-checked-in-p): Changed progn with and.
625
626 * ediff-wind.el (ediff-skip-unsuitable-frames): Distinguish selected
627 frame from frame of selected window.
628 (ediff-frame-has-dedicated-windows): Don't select any frames to avoid
629 changing selected windows.
630 (ediff-setup-control-frame): Make sure auto-rase is properly set for
631 the control frame.
632
d6da15ec
SJ
6332002-10-10 Simon Josefsson <jas@extundo.com>
634
635 * browse-url.el (browse-url-mozilla): Doc fix.
636
6372002-10-10 Steve Youngs <youngs@xemacs.org>
638
639 * browse-url.el (browse-url-mozilla-new-window-is-tab): New.
640 (browse-url-mozilla): Use it.
641
6c150da9
MB
6422002-10-11 Miles Bader <miles@gnu.org>
643
644 * vc-cvs.el (vc-cvs-parse-entry): Don't barf when an `Entries'
645 files contains an invalid timestamp.
646
56e5818f
SJ
6472002-10-11 Simon Josefsson <jas@extundo.com>
648
649 * mail/sendmail.el (mail-envelope-from): New option `header' to
650 use RFC 2822 From: header as the envelope address.
651 (mail-envelope-from): New function, this should be used instead of
652 looking at the `mail-envelope-from' variable.
653 (sendmail-send-it): Use it.
654
655 * mail/smtpmail.el (smtpmail-via-smtp): Use it.
656
e3264d0c
AS
6572002-10-11 Andre Spiegel <spiegel@gnu.org>
658
659 * dired.el (dired-insert-directory): Fix check for indentation
660 from ls --dired.
661
46b1995d
AS
662 * vc.el (vc-dired-reformat-line): As a temporary fix, remove all text
663 properties from the reformatted line.
664
7884cd32
SM
6652002-10-10 Stefan Monnier <monnier@cs.yale.edu>
666
997c3eb1
SM
667 * textmodes/paragraphs.el (forward-paragraph): Keep track of
668 remaining paragraphs to skip more carefully.
669
670 * add-log.el (add-change-log-entry): Don't call find-file at all
671 if we're already in the proper buffer.
672 (change-log-resolve-conflict): New fun.
673 (change-log-mode): Use it and use define-derived-mode.
674 (change-log-merge): Allow other-log to be a buffer.
675 Don't add a \n if there are already enough \n's.
676
7884cd32
SM
677 * finder-inf.el, subdirs.el, cus-load.el: Remove.
678
679 * finder.el ("finder-inf"): Don't fail if the file is absent.
680
997c3eb1
SM
681 * cus-dep.el (custom-make-dependencies): Don't use find-file.
682 Use feature names rather than file names if applicable.
683
684 * cus-edit.el (customize-mode): New command.
685
686 * custom.el (custom-group-of-mode): New fun.
687 (custom-load-symbol): Don't use preloaded-file-list now that
688 load-history is always complete. Don't look up the expanded file
689 name in load-history (looked like an XEmacsism).
690
691 * smerge-mode.el (smerge-ediff): Autoload.
692 (smerge-match-conflict): Don't assume as much about smerge-begin-re.
693 (smerge-resolve-function): New var.
694 (smerge-resolve): New command.
695 (smerge-basic-map): Bind it.
696
36c77609
AS
6972002-10-10 Andre Spiegel <spiegel@gnu.org>
698
699 * vc-cvs.el (vc-cvs-parse-entry): Parse the time stamp found in
700 CVS/Entries, rather than comparing it textually.
701
9c93c95a
MR
7022002-10-10 Markus Rost <rost@math.ohio-state.edu>
703
704 * international/encoded-kb.el: Add `provide' call.
705
9ceab7df
DK
7062002-10-09 David Kastrup <David.Kastrup@t-online.de>
707
708 * calc/calc-alg.el (calcFunc-ln): In symbolic manipulations,
709 ln(-1) should be i*pi, not pi.
710
1d58631a
MR
7112002-10-09 Markus Rost <rost@math.ohio-state.edu>
712
6b212e47
MR
713 * vc-cvs.el (vc-cvs-registered): In the autoload version use load
714 instead of require to avoid loops when loaddefs.el is loaded after
715 vc-cvs.el.
716
997c3eb1
SM
717 * cus-edit.el (Custom-reset-current): Don't test for default-boundp.
718 (Custom-reset-saved): Don't test for saved-value.
1d58631a 719
a884bd93
SM
7202002-10-08 Stefan Monnier <monnier@cs.yale.edu>
721
722 * vc.el (vc-find-version): Use the new backend op `find-version'.
723 (vc-default-find-version): Provide the new backend op `find-version'
724 in terms of the old `checkout' op.
725
726 * vc-rcs.el (vc-rcs-find-version): New fun.
727 (vc-rcs-checkout): Remove `workfile' arg and simplify.
728
729 * vc-sccs.el (vc-sccs-find-version): New fun.
730 (vc-sccs-checkout): Remove `workfile' arg and simplify.
731
732 * vc-cvs.el (vc-cvs-find-version): New fun.
733
3a8803c0
JPW
7342002-10-08 John Paul Wallington <jpw@shootybangbang.com>
735
736 * info.el (Info-next-menu-item, Info-last-menu-item)
737 (info-emacs-manual): Add docstrings.
738 (Info-index): Use `string-to-number' instead of `string-to-int'.
739
9793be06
KH
7402002-10-08 Kenichi Handa <handa@m17n.org>
741
742 * international/ucs-tables.el (ucs-translation-table-for-decode):
743 Define it as a translation-table.
744
4d46d6da
RS
7452002-10-07 Richard M. Stallman <rms@gnu.org>
746
747 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
748
749 * progmodes/compile.el (grep-compute-defaults): Set the standard-value
750 properties of the variables being initialized.
751
752 * thingatpt.el (thing-at-point-url-path-regexp): Doc fix.
753
fd27f30f
KS
7542002-10-07 Kim F. Storm <storm@cua.dk>
755
a884bd93
SM
756 * emulation/cua-base.el (cua-normal-cursor-color):
757 Fixed initialization to make "Erase Customization" work.
758
7592002-10-07 Stefan Monnier <monnier@cs.yale.edu>
760
761 * vc.el (vc-maybe-resolve-conflicts): Always call vc-resolve-conflicts
762 in case some other package redefined it.
763 (vc-resolve-conflicts): Make it into an alias for smerge-ediff.
764
765 * textmodes/fill.el (fill-paragraph): Go to BOL before calling
766 forward-paragraph to make sure its return value is meaningful.
fd27f30f 767
487f4fb7
KG
7682002-10-06 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
769
770 * net/tramp.el: Version 2.0.25 released.
771 (tramp-handle-file-truename): If it's a directory,
772 append slash only if result doesn't end in a slash already.
773 (tramp-handle-file-truename): Restructure logic. If list of steps
774 is nil, return "/" as the real name.
775 (tramp-completion-mode): Add "\\(" and "\\)". Otherwise,
776 `match-string' doesn't make sense. From Michael Albinus.
777 (tramp-host-with-port-regexp): New defcustom. Equal to previous
778 `tramp-host-regexp'. From Michael Albinus.
779 (tramp-host-regexp): Taken off hashes in host names. Otherwise,
780 scanning files like .rhosts would take comments as host names.
781 From Michael Albinus.
782 (tramp-file-name-structure, tramp-multi-file-name-hop-structure):
783 Replace `tramp-host-regexp' by `tramp-host-with-port-regexp'.
784 From Michael Albinus.
785 (tramp-action-terminal): New function.
a884bd93 786 (tramp-terminal-prompt-regexp): New variable, matches "tset" prompts.
487f4fb7
KG
787 (tramp-actions-before-shell): Use them.
788 (tramp-handle-shell-command): Logic error. From Ivan
789 Zakharyaschev <imz@altlinux.org>.
790
d9c25020 7912002-10-06 Markus Holmberg <markush@acc.umu.se> (tiny change)
1c1766c7
MR
792
793 * thingatpt.el (thing-at-point-uri-schemes): New variable.
794 (thing-at-point-url-regexp): Use it.
795
845d331e
GM
7962002-10-06 Glenn Morris <gmorris@ast.cam.ac.uk>
797
798 * progmodes/fortran.el (fortran-beginning-do): Ignore labelled DO
799 loops.
800
a884bd93
SM
8012002-10-05 Stefan Monnier <monnier@cs.yale.edu>
802
803 * vc.el (vc-log-mode-map): Explicitly inherit from text-mode.
804 (vc-maybe-resolve-conflicts): Don't check smerge-mode and smerge-ediff.
805 (vc-print-log): Don't check log-view-mode.
806 (vc-default-show-log-entry): Don't check log-view-goto-rev.
807 (vc-log-mode): Remove.
808 (vc-log-edit): Don't check log-edit.
809
8102002-10-04 Stefan Monnier <monnier@cs.yale.edu>
811
812 * vc-cvs.el (vc-cvs-show-log-entry):
813 * vc-rcs.el (vc-rcs-show-log-entry): Delete.
814
815 * smerge-mode.el (smerge-ediff): Add name-{mine,other,base} args.
816
48e9072d
MR
8172002-10-04 Markus Rost <rost@math.ohio-state.edu>
818
819 * vc.el (vc-default-show-log-entry): Fix typo.
820
e989b9bc
ST
8212002-10-04 Steven Tamm <steventamm@mac.com>
822
823 * term/mac-win.el: Add lines to handle the new [return] event.
824
7803dbb0
SM
8252002-10-03 Stefan Monnier <monnier@cs.yale.edu>
826
3078db32
SM
827 * textmodes/fill.el (fill-paragraph): Give up if there's no
828 paragraph at or after point.
829
830 * textmodes/paragraphs.el (forward-paragraph): Return the steps left.
831
7803dbb0
SM
832 * vc.el (vc-print-log): Unconditionally use `show-log-entry'.
833 (vc-default-show-log-entry): New fun.
834
835 * subr.el (read-key-auxiliary-map, read-key): Remove.
836 (read-quoted-char): Undo the `read-key' change of 2002-06-23.
837
c4b3db1a
MR
8382002-10-03 Markus Rost <rost@math.ohio-state.edu>
839
840 * progmodes/ada-stmt.el (ada-stmt-add-to-ada-menu): Handle the
841 menu pseudo-keys generated by easymenu which are lowercase in
842 Emacs 21.4.
843
844 * progmodes/ada-xref.el
845 (ada-xref-update-project-menu,ada-add-ada-menu): Ditto.
846
da7829a3
JPW
8472002-10-03 John Paul Wallington <jpw@shootybangbang.com>
848
849 * frame.el (delete-frame-hook): Variable alias for
850 `delete-frame-functions'. Mark obsolete.
851
2f239ac5
SM
8522002-10-02 Stefan Monnier <monnier@cs.yale.edu>
853
854 * textmodes/outline.el (outline-1, outline-2, outline-3, outline-4)
855 (outline-5, outline-6, outline-7, outline-8): New faces.
856 (outline-font-lock-faces, outline-font-lock-levels): New vars.
857 (outline-font-lock-face): New fun.
858 (outline-font-lock-keywords): Use it.
859 (outline-font-lock-level): Remove.
860 (outline-mode, outline-next-preface, outline-next-heading)
861 (outline-previous-heading, outline-next-visible-heading):
862 Use shy group.
863 (outline-level) <var>: Update calling convention.
864 (outline-level) <fun>: Take advantage of it.
865 (outline-demote): Don't assume the match-data is still uptodate.
866 (outline-up-heading): Simplify and make sure the match data is
867 properly set at the end.
868
9715399e
MR
8692002-10-02 Markus Rost <rost@math.ohio-state.edu>
870
c4b3db1a
MR
871 * progmodes/sh-script.el (sh-alias-alist): Use append instead of
872 nconc.
9715399e
MR
873
874 * startup.el (normal-top-level): Reset standard-value property of
875 `user-full-name' here.
876
4c2f559e
PA
8772002-10-02 Per Abrahamsen <abraham@dina.kvl.dk>
878
879 * wid-edit.el (widget-default-get): Change to return external
d9c25020 880 value.
4c2f559e
PA
881 (widget-choice-action): Update caller.
882 (widget-editable-list-entry-create): Update caller.
883
884 * wid-edit.el (widget-types-copy): New function.
885 (default): Added :copy keyword.
886 (menu-choice): Ditto.
887 (checklist): Ditto.
888 (radio-button-choice): Ditto.
889 (editable-list): Ditto.
890 (group): Ditto.
891 (widget-copy): New function.
892 (widget-create-child): Use it.
893 (widget-create-child-value): Use it.
894
a1b4049d
BW
8952002-10-01 Bill Wohler <wohler@newt.com>
896
897 * mail/mh-comp.el, mail/mh-e.el, mail/mh-funcs.el,
898 mail/mh-mime.el, mail/mh-pick.el, mail/mh-seq.el,
899 mail/mh-utils.el, mail/mh-xemacs-compat.el, mail/reply2.pbm,
900 mail/reply2.xpm, toolbar/execute.pbm, toolbar/execute.xpm,
901 toolbar/page-down.pbm, toolbar/page-down.xpm, toolbar/refile.pbm,
902 toolbar/refile.xpm, toolbar/repack.pbm, toolbar/repack.xpm,
903 toolbar/rescan.pbm, toolbar/rescan.xpm, toolbar/show.pbm,
2f239ac5
SM
904 toolbar/show.xpm, toolbar/widen.pbm, toolbar/widen.xpm:
905 Upgraded to mh-e version 6.1.1. Full ChangeLog available in
a1b4049d
BW
906 http://prdownloads.sourceforge.net/mh-e/mh-e-6.1.tgz?download .
907 There were no user-visible changes in 6.1.1 from 6.1--only the
2f239ac5
SM
908 section of the Makefile that installs the files into Emacs was changed.
909
9102002-10-01 Stefan Monnier <monnier@cs.yale.edu>
911
912 * pcvs.el (cvs-mode-find-file): Look up font-lock-face so it also
913 works when font-lock is turned off.
914
915 * jit-lock.el (jit-lock-fontify-now): Don't widen.
916 Let the jit-lock-functions do it if they want to.
a1b4049d 917
a6cadf53
JB
9182002-10-01 Juanma Barranquero <lektu@terra.es>
919
2f239ac5
SM
920 * eshell/esh-module.el (eshell-load-defgroups):
921 Add "no-byte-compile: t" to subdirs.el.
a6cadf53
JB
922
923 * makefile.w32-in (update-subdirs-CMD): Likewise.
924
925 * forms-d2.el:
926 * forms-pass.el:
927 * generic-x.el:
928 * patcomp.el:
929 * paths.el:
930 * version.el:
931 * international/mule-conf.el:
932 * language/czech.el:
933 * language/devanagari.el:
934 * language/english.el:
935 * language/georgian.el:
936 * language/greek.el:
937 * language/hebrew.el:
938 * language/japanese.el:
939 * language/korean.el:
940 * language/lao.el:
941 * language/misc-lang.el:
942 * language/romanian.el:
943 * language/slovak.el:
944 * language/thai.el:
945 * language/utf-8-lang.el:
946 * emacs-lisp/cl-specs.el:
947 * eshell/esh-maint.el:
948 * mail/blessmail.el:
949 * play/bruce.el:
950 * term/apollo.el:
951 * term/AT386.el:
952 * term/bobcat.el:
953 * term/internal.el:
954 * term/iris-ansi.el:
955 * term/keyswap.el:
956 * term/linux.el:
957 * term/lk201.el:
958 * term/news.el:
959 * term/vt102.el:
960 * term/vt125.el:
961 * term/vt200.el:
962 * term/vt201.el:
963 * term/vt220.el:
964 * term/vt240.el:
965 * term/vt300.el:
966 * term/vt320.el:
967 * term/vt400.el:
968 * term/vt420.el:
969 * term/wyse50.el: Add "no-byte-compile: t" in first line.
970
4425b824
KH
9712002-10-01 Kenichi Handa <handa@m17n.org>
972
ff14f63e
KH
973 * international/utf-16.el: Don't provide utf-16.
974
22e60207
SM
975 * international/utf-8.el (ccl-decode-mule-utf-8):
976 Remove unnecessary line.
4425b824 977
5039407b
KH
9782002-09-30 Kenichi Handa <handa@m17n.org>
979
6aaf2a72
KH
980 * language/thai.el (thai-tis620): Add `mime-charset' property.
981
5039407b
KH
982 * language/indian.el: Don't register "ISO10646.*-1" in
983 font-ccl-encoder-alist.
984
985 * language/cyrillic.el (ccl-decode-koi8): Refer to
986 ucs-translation-table-for-decode.
987 (ccl-decode-koi8-u): Likewise.
988 (ccl-decode-alternativnyj): Likewise.
989 (cyrillic-koi8): Put `dependency' property.
990 (koi8-u): Likewise.
991 (cyrillic-alternativnyj): Likewise.
992
993 * international/utf-8.el (ucs-mule-to-mule-unicode): Don't define
994 this translation-table name here.
995 (utf-translation-table-for-encode): New translation-table name.
996 (utf-fragmentation-table): Renamed from utf-8-fragmentation-table.
997 (utf-defragmentation-table): New variable.
998 (ucs-mule-cjk-to-unicode): Renamed from utf-8-subst-rev-table.
999 (utf-subst-table-for-encode): New translation-table name.
1000 (ucs-unicode-to-mule-cjk): Renamed from utf-8-subst-table.
1001 (utf-subst-table-for-decode): New translation-table name.
1002 (utf-fragment-on-decoding): Renamed from
1003 utf-8-fragment-on-decoding. Correctly handle the case that
1004 unify-8859-on-encoding-mode is off. Handle mule-utf-16-le and
1005 mule-utf-16-be too.
22e60207
SM
1006 (utf-translate-cjk): Renamed from utf-8-translate-cjk.
1007 Handle mule-utf-16-le and mule-utf-16-be too.
5039407b
KH
1008 (ccl-decode-mule-utf-8): Refer to utf-translation-table-for-decode
1009 and utf-subst-table-for-decode.
1010 (ccl-encode-mule-utf-8): Refer to utf-translation-table-for-encode
1011 and utf-subst-table-for-encode.
22e60207 1012 (mule-utf-8): Fix `safe-charsets' property, put `dependency' property.
5039407b
KH
1013
1014 * international/utf-8-subst.el: Setup ucs-unicode-to-mule-cjk and
1015 ucs-mule-cjk-to-unicode, not utf-8-subst-table and
1016 utf-8-subst-rev-table.
1017
1018 * international/utf-16.el (utf-16-decode-ucs): Look up
1019 utf-subst-table-for-decode. Fix for the case that the looking up
1020 succeeds.
1021 (ccl-decode-mule-utf-16-le): Translate characters by
1022 utf-translation-table-for-decode.
1023 (ccl-decode-mule-utf-16-be): Likewise.
1024 (ccl-encode-mule-utf-16-le): Look up utf-subst-table-for-encode
22e60207 1025 at first. Translate characters by utf-translation-table-for-encode.
5039407b
KH
1026 (ccl-encode-mule-utf-16-be): Likewise.
1027 (mule-utf-16-le, mule-utf-16-be): Add `dependency' property.
1028
22e60207 1029 * loadup.el: Preload international/utf-16. Don't call ucs-unify-8859.
5039407b
KH
1030
1031 * international/ucs-tables.el: Don't bind
1032 utf-8-translation-table-for-decode while setting up
1033 ucs-mule-8859-to-ucs-table, etc. Add `depenency' property to
1034 iso-8859-* coding systems.
1035 (ucs-unify-8859): Arguments changed to FOR-ENCODE and FOR-DECODE.
1036 If FOR-DECODE is non-nil, make ucs-mule-8859-to-mule-unicode
1037 populate the translation table named
1038 ucs-translation-table-for-decode. If FOR-ENCODE is non-nil, make
1039 ucs-mule-to-mule-unicode populates the translation table named
1040 utf-translation-table-for-encode. Call register-char-codings for
1041 mule-utf-16-be and mule-utf-16-le too.
1042 (ucs-fragment-8859): Arguments changed to FOR-ENCODE and
1043 FOR-DECODE. If FOR-DECODE is non-nil, make the translation table
1044 named ucs-translation-table-for-decode vacant. If FOR-ENCODE is
1045 non-nil, make a proper char-table populates the translation table
1046 name utf-translation-table-for-encode. Call register-char-codings
1047 for all mule-utf-* to to reset their status to the origianl.
1048 (unify-8859-on-encoding-mode): Call ucs-unify-8859 and
1049 ucs-fragment-8859 with fixed arguments. Set the version to 21.3.
1050 (unify-8859-on-decoding-mode): Likewise. Remove dependency.
22e60207
SM
1051 (ccl-encode-unicode-font): Delete.
1052 (ucs-tables-unload-hook): Delete.
1053
5039407b
KH
1054 * international/mule.el (decode-char): Refer to the translation
1055 hash table named utf-subst-table-for-decode. Refer to the
1056 translation table named utf-translation-table-for-decode instead
1057 of utf-8-translation-table-for-decode.
1058 (encode-char): Refer to the translation hash table named
1059 utf-subst-table-for-encode. Refer to the translation table named
1060 utf-translation-table-for-encode instead of
1061 utf-8-translation-table-for-encode.
1062
22e60207
SM
1063 * international/mule-diag.el (describe-coding-system):
1064 Describe `dependency' property.
5039407b 1065
22e60207 1066 * international/mule-conf.el (emacs-mule): Add property `composition'.
5039407b
KH
1067
1068 * international/fontset.el (ucs-mule-to-mule-unicode): Define this
1069 translation table name here.
1070 (ucs-mule-cjk-to-unicode): New translation table name.
1071 (ccl-encode-unicode-font): Merge the code in ucs-tables.el.
1072 (font-ccl-encoder-alist): Change the font registry pattern to
1073 "ISO10646.*-*".
1074
b615eae0
CW
10752002-09-30 Colin Walters <walters@gnu.org>
1076
1077 * calc/calc-stuff.el (calc-flush-caches): Add optional arg
1078 `inhibit-msg'.
1079
1080 * calc/calc-prog.el (calc-kbd-report, calc-kbd-query): Don't bind
1081 `executing-kbd-macro' and `defining-kbd-macro'.
1082
1083 * calc/calc-ext.el (calc-reset): Don't bind `executing-kbd-macro'.
1084 Call `calc-flush-caches' with inhibit-msg arg.
1085 (calc-change-mode): Remove extra arg for `calc-save-modes'.
22e60207
SM
1086
1087 * calc/calc-mode.el (calc-save-modes): Remove `quiet' arg.
1088 Don't bind `executing-kbd-macro'.
b615eae0 1089
580f6aa5
NF
10902002-09-29 Noah Friedman <friedman@splode.com>
1091
22e60207 1092 * subr.el (read-key): Use read-key-auxiliary-map, not read-key-aux-map.
580f6aa5 1093
7058ef34
RS
10942002-09-29 Richard M. Stallman <rms@gnu.org>
1095
1096 * startup.el (user-mail-address): Initialize to a useful value
1097 once Emacs is started up; initialize to "" at loadup time.
1098 (command-line): "", not nil, means user-mail-address not set yet.
1099
3b89d388
KG
11002002-09-29 Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1101
1102 * net/tramp.el: Version 2.0.24 released.
1103 (tramp-methods, tramp-completion-function-alist):
1104 Rename "*-old" methods to "*_old". From Michael Albinus.
22e60207
SM
1105 (tramp-completion-function-alist):
1106 Use `tramp-completion-function-alist-ssh' for the "fcp" method.
1107 From Michael Albinus.
3b89d388
KG
1108 (tramp-default-method-alist): Use "su" for "root@localhost".
1109 (tramp-host-regexp): Allow "#" for "host#port" kludge.
1110 (tramp-ange-ftp-file-name-p): If METHOD is nil, find the right
1111 default method. Require additional args USER and HOST for this.
1112 Callers changed.
1113 (tramp-handle-file-local-copy): More local bindings. Bind results
1114 of tramp-get-{remote,local}-{de,en}coding earlier to avoid nasty
1115 "are you awake" problem.
1116 (tramp-action-password): Protect against clobbered match data.
1117 (tramp-open-connection-setup-interactive-shell): Explicitly set
1118 tramp-last-cmd-time before invoking tramp-send-command the first
1119 time. Otherwise, tramp-send-command would issue "echo are you
1120 awake" right at the first time, which is not what we want.
1121 Reported by Douglas Gray Stephens.
1122 (tramp-find-inline-encoding): Don't redirect stdout to
1123 /dev/null to avoid "chmode go-rwx" operation from "mimencode
1124 >/dev/null" as root(!), and to check the output of the decoding
1125 command.
1126 (tramp-maybe-open-connection): Don't send "are you awake" if
1127 process has died.
1128
7c766987
CW
11292002-09-29 Colin Walters <walters@gnu.org>
1130
1131 * calc/calc.el (calc-dispatch-map): Actually set to keymap.
1132
1c8438ab
MW
11332002-09-29 Mike Williams <mdub@bigfoot.com>
1134
22e60207 1135 * textmodes/sgml-mode.el (sgml-guess-indent): Handle tabs correctly.
1c8438ab 1136
e2f484bc
RS
11372002-09-29 Richard M. Stallman <rms@gnu.org>
1138
1139 * custom.el (defcustom): Doc fix.
1140
11412002-09-28 Richard M. Stallman <rms@gnu.org>
1142
1143 * loadhist.el (unload-feature): When undefining a variable,
1144 delete its buffer-local bindings.
1145
11462002-09-28 Luc Teirlinck <teirllm@mail.auburn.edu>
1147
1148 * subr.el (remove-yank-excluded-properties): Fix bugs in
22e60207 1149 handling of category properties.
e2f484bc
RS
1150
11512002-09-28 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1152
1153 * ps-print.el (ps-print-emacs-type): Error if ps-print is
1154 activated in Epoch, inLucid or in Emacs v19 or lesser.
1155 Value can no longer be `lucid'.
1156 (ps-print-version): New version number (6.5.8).
1157 (faces): Never do (require 'faces).
22e60207 1158
f029e7b0
SJ
11592002-09-28 Simon Josefsson <jas@extundo.com>
1160
1161 * mail/smtpmail.el (smtpmail-via-smtp): Only negotiate starttls on
1162 streams that were opened using starttls.
1163
94e4a294
PR
11642002-09-28 Paul Reilly <pmr@pajato.com>
1165
1166 * files.el (auto-mode-alist): Add support for Java Enterprise
1167 ARchive (ear/EAR) and Web ARchive (war/WAR) files.
1168
6209bd8c
JPW
11692002-09-28 John Paul Wallington <jpw@shootybangbang.com>
1170
1171 * progmodes/m4-mode.el (m4-font-lock-keywords)
1172 (m4-mode-syntax-table, m4-mode-abbrev-table, m4-m4-buffer)
1173 (m4-m4-region): Doc fixes.
1174
4d927d84
SM
11752002-09-27 Stefan Monnier <monnier@cs.yale.edu>
1176
22e60207
SM
1177 * emacs-lisp/cl-macs.el: Use the new usage-in-docstring syntax.
1178 (cl-push, cl-pop): Remove.
1179 Use pop and push throughout the file instead.
1180 (cl-transform-lambda): Add usage info to docstring if the arglist
1181 is complex.
1182
1183 * emacs-lisp/autoload.el (make-autoload): Add usage info to docstring.
1184 (autoload-print-form): Also quote open-[-in-column 0.
1185
1186 * help-fns.el (help-with-tutorial): Use minibuffer-completion-help.
1187 (help-split-fundoc): Don't support old syntax any more.
1188 (help-add-fundoc-usage): New fun.
1189
1190 * emacs-lisp/cl-extra.el (cl-push, cl-pop): Remove.
1191 Use pop and push throughout the file instead.
1192 (cl-hash-lookup): Remove.
1193 (cl-make-hash-table, cl-hash-table-p, cl-gethash, cl-puthash)
1194 (cl-remhash, cl-clrhash, cl-maphash, cl-hash-table-count): Simplify.
1195
1196 * emacs-lisp/cl-seq.el (cl-push, cl-pop): Remove.
1197 Use pop and push throughout the file instead.
1198
1199 * emacs-lisp/edebug.el: Don't precompute menu shortcuts during
1200 loading since the current keymaps might be all weird.
1201
1202 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't add properties
1203 to the name since they're added by mode-line-format already.
1204 (define-minor-mode): Run (,mode -1) when needed.
1205
1206 * tar-mode.el (tar-untar-buffer): Handle dir-entries.
1207 (tar-summarize-buffer, tar-mode, tar-extract, tar-copy, tar-expunge)
1208 (tar-alter-one-field, tar-subfile-save-buffer, tar-mode-write-file):
1209 Don't hardcode 1 == point-min.
1210
1211 * abbrev.el (write-abbrev-file): Don't hardcode point-min == 1.
1212
4d927d84
SM
1213 * subr.el (read-key-auxiliary-map): New var.
1214 (read-key): Use it.
1215 (make-temp-file): Make the file have mode 600.
1216 (add-minor-mode): Don't add properties to the name since it's
1217 added by mode-line-format already.
1218 Be more careful with the mode-line-menu entry name.
1219
1220 * userlock.el (ask-user-about-supersession-threat): Don't abort
1221 when the user hits mouse-2.
1222
1223 * register.el (set-register): Use push.
1224 (point-to-register): Set kill-buffer-hook in this buffer.
1225 (register-swap-out): Use dolist.
1226 (kill-buffer-hook): Don't change globally.
1227
1228 * server.el (server-select-display): New function.
1229 (server-process-filter): Add support for `-display' and `-eval' args.
1230 (server-visit-files): Use save-current-buffer, push, and dolist.
1231 Add server-kill-buffer to kill-buffer-hook.
1232 (kill-buffer-hook): Don't modify globally.
1233 (server-switch-buffer): Be a bit more careful with multiple displays.
22e60207 1234 (server-socket-name): Always use /tmp and non-qualified hostname.
4d927d84
SM
1235
1236 * uniquify.el (uniquify-rationalize-file-buffer-names):
1237 Add to kill-buffer-hook for buffers with conflict.
1238 (rename-buffer): Check kill-buffer-hook to see if there was a conflict.
1239 (uniquify-delay-rationalize-file-buffer-names): Remove useless check.
1240 (kill-buffer-hook): Don't change globally.
1241
e2f484bc 12422002-09-27 Stefan Monnier <monnier@cs.yale.edu>.
4d927d84 1243
730576f3
CW
1244 * calc/calc.el (calc-bug-address, calc-scan-for-dels, calc-stack)
1245 (calc-stack-top, calc-always-load-extensions)
1246 (calc-line-numbering, calc-line-breaking, calc-display-just)
1247 (calc-display-origin, calc-number-radix, calc-leading-zeros)
1248 (calc-group-digits, calc-group-char, calc-point-char)
1249 (calc-frac-format, calc-prefer-frac, calc-hms-format)
1250 (calc-date-format, calc-float-format, calc-complex-format)
1251 (calc-full-float-format, calc-complex-mode, calc-infinite-mode)
1252 (calc-display-strings, calc-matrix-just, calc-break-vectors)
1253 (calc-full-vectors, calc-full-trail-vectors, calc-vector-commas)
1254 (calc-vector-brackets, calc-matrix-brackets, calc-language)
1255 (calc-language-option, calc-function-open, calc-function-open)
1256 (calc-function-close, calc-language-output-filter)
1257 (calc-language-input-filter, calc-radix-formatter)
1258 (calc-left-label, calc-right-label, calc-word-size)
1259 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
1260 (calc-display-raw, calc-internal-prec, calc-inverse-flag)
1261 (calc-hyperbolic-flag, calc-keep-args-flag, calc-angle-mode)
1262 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
1263 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
1264 (calc-window-height, calc-display-trail, calc-show-selections)
1265 (calc-use-selections, calc-assoc-selections)
1266 (calc-display-working-message, calc-auto-why, calc-timing)
1267 (calc-display-sci-high, calc-display-sci-low, calc-other-modes)
1268 (calc-other-modes, calc-Y-help-msgs, calc-loaded-settings-file):
1269 Make into real defvars.
1270 (calc-mode-var-list): Delete.
1271 (calc-mode-save-mode, calc-standard-date-formats)
1272 (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
1273 (calc-user-parse-tables, calc-gnuplot-default-device)
1274 (calc-gnuplot-default-output, calc-gnuplot-print-device)
1275 (calc-gnuplot-print-output, calc-gnuplot-geometry)
1276 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
1277 (calc-invocation-macro, calc-show-banner): Make into defvars,
1278 taken from `calc-mode-var-list'.
1279 (calc-emacs-type-epoch, calc-emacs-type-19)
1280 (calc-emacs-type-lucid, calc-emacs-type-gnu19): Make into defvars.
1281 (calc-version, calc-version-date, calc-trail-pointer)
1282 (calc-trail-overlay, calc-undo-list, calc-redo-list)
1283 (calc-main-buffer, calc-trail-buffer, calc-why, calc-next-why)
1284 (calc-inverse-flag, calc-hyperbolic-flag, calc-keep-args-flag)
1285 (calc-last-kill, calc-previous-alg-entry, calc-dollar-values)
1286 (calc-dollar-used, calc-hashes-used, calc-quick-prev-results)
1287 (calc-said-hello, calc-executing-macro, calc-any-selections)
1288 (calc-help-phase, calc-full-help-flag, calc-refresh-count)
1289 (calc-display-dirty, calc-prepared-composition)
1290 (calc-selection-cache-default-entry, calc-embedded-info)
1291 (calc-embedded-active, calc-standalone-flag, var-EvalRules)
1292 (math-eval-rules-cache-tag, math-radix-explicit-format)
1293 (math-expr-function-mapping, math-expr-variable-mapping)
1294 (math-read-expr-quotes, math-working-step, math-working-step-2)
1295 (var-i, var-pi, var-e, var-phi, var-gamma, var-Modes): Make into
1296 defvars, from toplevel setq.
1297 (calc-mode-map): Set up keymap in more modern fashion.
1298 (calc-dispatch-map): Ditto.
4d927d84 1299 (calc-command-flags, calc-final-point-line)
730576f3
CW
1300 (calc-final-point-column): Defvar.
1301 (calc-do): Use `save-current-buffer' instead of `save-excursion'.
1302 (sel-mode): Defvar.
1303 (calc-any-evaltos): Ditto.
4d927d84 1304 (calc-buffer, calc-prev-char, calc-prev-prev-char)
730576f3
CW
1305 (calc-digit-value): Ditto.
1306 (math-eval-rules-cache, math-eval-rules-cache-other): Ditto.
1307 (math-sub-bignum): Bind `diff'.
1308 (calc-selection-cache-entry): Defvar.
1309 (calc-count-lines): Reference `pos' instead of `newpos'.
1310
05f829ce
SJ
13112002-09-27 Simon Josefsson <jas@extundo.com>
1312
1313 * mail/mail-hist.el (mail-hist-next-input): Fix docstring.
1314
563c037f
RS
13152002-09-26 Richard M. Stallman <rms@gnu.org>
1316
1317 * mail/unrmail.el (unrmail): Do the work directly,
1318 without actually selecting the messages in the from file.
1319 (unrmail-unprune): New subroutine.
1320
1321 * files.el (backup-buffer): Bind local var MODES.
1322 Don't use renaming for a suid or sgid file.
1323 Use backup-buffer-copy to do copying.
1324 (backup-buffer-copy): New subroutine.
1325 Clear suid and sgid bits for the copy.
1326
13272002-09-26 Edward M. Reingold <reingold@emr.cs.iit.edu>
1328
1329 * calendar/solar.el (solar-equinoxes-solstices):
1330 Use time properly adjusted for DST in the result.
1331
13322002-09-26 Richard M. Stallman <rms@gnu.org>
1333
1334 * follow.el (follow-generic-filter): Simply bind deactivate-mark.
1335 Bind inhibit-read-only; don't mess with buffer-read-only.
1336
1337 * speedbar.el (speedbar-refresh): Simply bind deactivate-mark.
1338
13392002-09-26 Luc Teirlinck <teirllm@mail.auburn.edu>
1340
1341 * ielm.el (inferior-emacs-lisp-mode): Treat the header as
1342 output, if comint-use-prompt-regexp-instead-of-fields is nil.
1343
8e7dbfdb
JPW
13442002-09-26 John Paul Wallington <jpw@shootybangbang.com>
1345
1346 * ibuffer.el (ibuffer-update): Call `minibufferp' with argument
1347 instead of within `with-current-buffer'.
1348
4e141ed7
SE
13492002-09-26 Stephen Eglen <stephen@gnu.org>
1350
1351 * iswitchb.el (iswitchb-completions): Test that
1352 iswitchb-common-match-string is a string, before printing common
1353 completions.
1354
4208da83
SM
13552002-09-25 Stefan Monnier <monnier@cs.yale.edu>
1356
1357 * server.el: Use built-in network primitives.
1358 (server-program, server-previous-string): Remove.
1359 (server-previous-strings): New var.
1360 (server-socket-name): New var.
1361 (server-log): Minor change to the output format.
1362 (server-sentinel): Clean up global state when a client disconnects.
1363 (server-unquote-arg): New fun.
1364 (server-start): Use server-socket-name and make-network-process.
1365 (server-process-filter): Now talks to the clients directly.
1366 Normalize file name after unquoting and decoding.
1367 (server-buffer-done): Just close the connection.
1368 (server-switch-buffer): Handle the case where all windows are
1369 dedicated or minibuffers.
1370
1371 * font-lock.el (fast-lock-mode, lazy-lock-mode, jit-lock-mode):
1372 Don't bind them variables.
1373 (font-lock-turn-off-thing-lock, font-lock-after-fontify-buffer)
1374 (font-lock-after-unfontify-buffer): Check that the vars are bound.
1375 (font-lock-dont-widen): New var.
1376 (font-lock-default-fontify-region): Use it.
1377
1378 * emacs-lisp/find-func.el (find-library-name):
1379 Correctly find "file.el.gz" from "file.elc" or "file.elc.gz".
76320e8e 1380
65262e58
KH
13812002-09-25 Kenichi Handa <handa@etl.go.jp>
1382
4208da83
SM
1383 * international/mule-cmds.el (select-safe-coding-system):
1384 Handle safe but rejected default coding systems and unsafe default
67dd9f09
KH
1385 coding systems differently.
1386
65262e58 1387 * international/mule-diag.el (list-character-sets): Use the buffer
98744d8e
KH
1388 name "*Character Set List*", not "*Help*". List also indirectly
1389 supported character sets.
65262e58
KH
1390 (list-charset-chars): Use the buffer name "*Character List*", not
1391 "*Help*". Display the current charset name in the modeline.
98744d8e
KH
1392 (non-iso-charset-alist): Add mapped charset list for `mac-roman'.
1393 (sort-listed-character-sets): Don't alter the region showing
1394 indirectly supported charsets.
65262e58 1395
a6cadf53
JB
13962002-09-24 Simon Josefsson <jas@extundo.com>
1397
1398 * mail/mail-extr.el (mail-extr-ignore-single-names): Change default.
1399 (mail-extract-address-components): Doc fix.
1400
9f4b6084
MR
14012002-09-24 Markus Rost <rost@math.ohio-state.edu>
1402
1403 * simple.el (edit-and-eval-command): Protect command-history.
1404 (repeat-complex-command): Protect command-history.
1405
123d5548
JB
14062002-09-24 Juanma Barranquero <lektu@terra.es>
1407
1408 * replace.el (occur-find-match): New function.
1409 (occur-next, occur-prev): Use it.
1410
348e1411
JB
1411 * progmodes/sh-script.el (sh-mark-init): Don't set `occur-buffer'.
1412 (sh-mark-line): Likewise. Use 'occur-target and 'occur-match
1413 instead of 'occur and 'occur-point.
1414
2f552813
JB
1415 * eshell/em-unix.el (eshell-occur-mode-mouse-goto)
1416 (eshell-poor-mans-grep): Remove references to `occur-buffer'.
1417
4208da83
SM
14182002-09-24 Stefan Monnier <monnier@cs.yale.edu>
1419
1420 * descr-text.el (describe-text-category): Use *Help*.
1421 Don't kill-buffer.
1422 (describe-text-properties, describe-char):
1423 Delay self-inspection test. Use *Help*.
1424 Use syntax-after. Use `pos' rather than (point).
1425 Distinguish the before/after part of a composition.
1426
d5ec6a2d
KH
14272002-09-23 Kenichi Handa <handa@etl.go.jp>
1428
1429 * international/quail.el (quail-completion): Be sure to scroll
1430 quail-completion-buf.
1431
daa6ddb5
RS
14322002-09-23 Richard M. Stallman <rms@gnu.org>
1433
1434 * ielm.el (*1): Fix previous change.
1435
a6cadf53
JB
14362002-09-23 Juanma Barranquero <lektu@terra.es>
1437
1438 * net/tramp.el (tramp-unified-filenames): Autoload it.
1439
14402002-09-23 Michael Kifer <kifer@cs.stonybrook.edu>
1441
1442 * ediff-init.el (ediff-get-next-window): Bug fix.
1443
daa6ddb5
RS
14442002-09-22 Oliver Scholz <alkibiades@gmx.de>
1445
4208da83 1446 * play/gamegrid.el (gamegrid-face): New variable to emulate a
daa6ddb5 1447 buffer-local default face.
4208da83 1448 (gamegrid-xbm): New variable; XBM image as a replacement for
daa6ddb5
RS
1449 `gamegrid-xpm' on Emacsen compiled without XPM-support.
1450 (gamegrid-colorize-glyph): Ported XEmacs-code for the generation
1451 of images to Emacs.
1452 (gamegrid-match-spec): Call `gamegrid-make-image-from-vector' to
1453 convert XEmacs-type image descriptors.
4208da83
SM
1454 (gamegrid-color-display-p): Remove (use `display-colors-p' instead.)
1455 (gamegrid-make-image-from-vector): New function. Convert XEmacs'
daa6ddb5
RS
1456 image descriptors.
1457 (gamegrid-display-type): Use Emacs' standard `display-.*-p'
4208da83 1458 functions to check for display capabilities. Fix the recognition
daa6ddb5
RS
1459 of image-support in Emacs 21 by this way.
1460 (gamegrid-hide-cursor): Removed.
1461 (gamegrid-setup-default-font): Ported the code from XEmacs to
1462 Emacs: create a new face and assign the variable `gamegrid-face'
4208da83 1463 to it. Make sure that the face is not higher than the smallest
daa6ddb5
RS
1464 image used by the game.
1465 (gamegrid-initialize-display): Use `(setq cursor-type nil)'
1466 instead of `gamegrid-hide-cursor'.
1467 (gamegrid-set-face): If `gamegrid-display-mode' is 'glyph, put an
4208da83 1468 image in the buffer, instead of applying a face. [This is because
daa6ddb5 1469 Emacs display-tables are not as capable as the display-tables in
4208da83 1470 XEmacs. Maybe this function should be renamed to reflect the change?]
daa6ddb5
RS
1471 (gamegrid-init-buffer): If `gamegrid-display-mode' is 'glyph, put
1472 the face held by `gamegrid-face' in an overlay over the whole
1473 buffer to emulate a buffer-local default-face.
1474
318db6cb 14752002-09-22 Markus Triska <triska@gmx.at> (iny change)
d775b378 1476
daa6ddb5
RS
1477 * play/doctor.el (doctor-doc): Add 2 question words.
1478 (doctor-getnoun): Parse and save the complete object phrase.
1479
318db6cb
RS
14802002-09-22 Richard M. Stallman <rms@gnu.org>
1481
d775b378
RS
1482 * international/mule-cmds.el (select-safe-coding-system): Cope if
1483 default-coding-system gives nil which was then used in `min'.
1484
1485 * mail/sendmail.el (sendmail-send-it): If user's buffer
1486 is unibyte, make tembuf unibyte.
1487
292ffc15
KG
14882002-09-22 Kai Gro\e,b_\e(Bjohann <grossjoh@ls6.informatik.uni-dortmund.de>
1489
1490 * net/tramp.el: Version 2.0.22 released.
1491 (tramp-parse-rhosts, tramp-parse-shosts)
1492 (tramp-parse-hosts, tramp-parse-passwd): Apply `push' but
1493 `add-to-list' for performance reasons.
1494 (tramp-get-completion-user-host): Return `nil' in case both `user'
1495 and 'host' are empty (not necessarily `nil'.
1496 (tramp-parse-netrc, tramp-parse-netrc-group): New functions.
1497 (tramp-user-regexp): " \t" are not user regexp characters.
4208da83
SM
1498 (tramp-completion-handle-file-name-all-completions):
1499 Remove Ange-FTP cmpletion. It has a bug not handling the "/ftp:" prefix
292ffc15
KG
1500 completely, and it returns local completions as well.
1501 (tramp-completion-function-alist-ftp): New constant.
4208da83 1502 (tramp-completion-function-alist): Add completion function for "ftp".
292ffc15
KG
1503 From Michael Albinus <Michael.Albinus@alcatel.de>.
1504
91879624
KG
15052002-09-22 Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1506
1507 * net/tramp.el: Version 2.0.21 released.
1508 (tramp-handle-file-newer-than-file-p): If mtime of both files is
1509 known, return a useful result. Better error message in case one
1510 is a Tramp file and one isn't.
1511 (tramp-handle-file-local-copy, tramp-handle-write-region)
1512 (tramp-find-shell, tramp-open-connection-telnet)
1513 (tramp-open-connection-rsh, tramp-open-connection-su)
1514 (tramp-open-connection-setup-interactive-shell)
1515 (tramp-post-connection, tramp-maybe-open-connection)
1516 (tramp-method-out-of-band-p): Correct number of args for
1517 `tramp-get-rsh-program' and similar functions.
1518
16674e4f
KG
15192002-09-22 Kai Gro\e,b_\e(Bjohann <grossjoh@ls6.informatik.uni-dortmund.de>
1520
91879624 1521 * net/tramp.el: Version 2.0.20 released.
16674e4f
KG
1522
15232002-09-20 Kai Gro\e,b_\e(Bjohann <grossjoh@ls6.informatik.uni-dortmund.de>
1524
1525 * net/tramp.el (tramp-completion-function-alist): Escape open
1526 paren in docstring.
1527 (tramp-user-regexp, tramp-host-regexp): Allow empty strings.
1528 (tramp-handle-insert-file-contents): Call tramp-message-for-buffer
1529 instead of tramp-message.
1530 (tramp-open-connection-rsh): Handle empty string as user name.
1531 (tramp-open-connection-su): Handle empty string as host name.
1532 Handle nil user name.
1533 (tramp-handle-file-local-copy, tramp-handle-write-region)
1534 (tramp-completion-handle-file-name-all-completions)
1535 (tramp-open-connection-telnet, tramp-open-connection-rsh)
1536 (tramp-open-connection-su, tramp-post-connection)
1537 (tramp-maybe-open-connection, tramp-method-out-of-band-p)
1538 (tramp-get-connection-function, tramp-get-remote-sh)
1539 (tramp-get-rsh-program, tramp-get-rsh-args)
1540 (tramp-get-rcp-program, tramp-get-rcp-args)
1541 (tramp-get-rcp-keep-date-arg, tramp-get-su-program)
1542 (tramp-get-su-args, tramp-get-telnet-program)
1543 (tramp-get-telnet-args): Use `tramp-find-method', perhaps require
1544 additional args USER, HOST.
1545 (tramp-action-password, tramp-open-connection-telnet)
1546 (tramp-open-connection-su, tramp-open-connection-multi)
1547 (tramp-method-out-of-band-p): `tramp-method-out-of-band-p' now
1548 takes USER and HOST arguments, to be able to use
1549 `tramp-find-method'. Update callers.
1550 (tramp-find-method): New function.
1551
15522002-09-20 Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1553
1554 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
1555 in SWITCHES (by removing it).
1556
15572002-09-18 Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1558
4208da83 1559 * net/tramp.el (tramp-file-name-handler): Add `file-remote-p' property.
16674e4f
KG
1560
15612002-09-17 Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1562
1563 * net/tramp.el (top-level): Maybe autoload uudecode-decode-region.
1564
15652002-09-16 Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1566
1567 * net/tramp.el (tramp-bug): Add tramp-methods.
1568
15692002-09-16 Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1570
1571 * net/tramp.el (tramp-methods): Update docstring:
1572 tramp-encoding-command, tramp-decoding-command,
1573 tramp-encoding-function and tramp-decoding-function are not
1574 parameters anymore.
1575 (tramp-uuencode-region): Autoload it.
1576
15772002-09-13 Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1578
1579 Version 2.0.19 released.
1580
1581 * net/tramp-uu.el: New file, implements uuencode in Lisp.
1582
4208da83
SM
1583 * net/tramp.el (tramp-coding-commands):
1584 Use `tramp-uuencode-region' as local encoder for the uuencode based
16674e4f
KG
1585 entries.
1586
15872002-09-13 Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1588
1589 * net/tramp.el (tramp-handle-write-region): Wrong parens.
1590
15912002-09-13 Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1592
1593 Version 2.0.18 released.
1594
1595 * net/tramp.el (tramp-perl-decode): Perl changes to accomodate
1596 older versions of Perl. Now tested with 5.004. Suggestion from
1597 Michael Albinus.
1598
15992002-09-12 Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1600
4208da83
SM
1601 * net/tramp.el (tramp-find-inline-encoding):
1602 Call tramp-call-local-coding-command with nil for INPUT and OUTPUT.
16674e4f
KG
1603 (tramp-call-local-coding-command): OUTPUT equals nil means to
1604 discard the output. INPUT equals nil means /dev/null.
1605
16062002-09-12 Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1607
1608 * net/tramp.el (tramp-encoding-shell): Default to environment
1609 variable COMSPEC on Windows.
1610 (tramp-handle-write-region): More debugging output.
1611 (tramp-find-inline-encoding): Ditto.
1612
16132002-09-11 Michael Albinus <Michael.Albinus@alcatel.de>
1614
1615 * net/tramp.el (tramp-completion-handle-file-name-all-completions):
1616 Define `result1'.
1617 (tramp-parse-hosts-group): Discard IPv6 entries.
1618
16192002-09-11 Kai Gro\e,b_\e(Bjohann <grossjoh@ls6.informatik.uni-dortmund.de>
1620
1621 * net/tramp.el (tramp-post-connection): Only send Perl
1622 mime-encode/decode implementations when using inline method.
1623 (tramp-handle-file-local-copy)
1624 (tramp-handle-write-region, tramp-post-connection)
1625 (tramp-coding-commands, tramp-find-inline-encoding): For the
1626 inline encodings, distinguish between local and remote commands,
1627 instead of between commands and functions. (The local commands
1628 can be functions, too.) If the local host is a Windows machine,
4208da83 1629 we can't expect the same commands to work there as on the remote host.
16674e4f
KG
1630 (tramp-call-local-coding-command): New function for calling local
1631 encoding and decoding commands.
1632 (tramp-set-remote-encoding, tramp-get-remote-encoding)
1633 (tramp-set-remote-decoding, tramp-get-remote-decoding)
1634 (tramp-set-local-encoding, tramp-get-local-encoding)
4208da83 1635 (tramp-set-local-decoding, tramp-get-local-decoding): New functions.
16674e4f
KG
1636 (tramp-get-encoding-command, tramp-set-encoding-command)
1637 (tramp-get-decoding-command, tramp-set-decoding-command)
1638 (tramp-get-encoding-function, tramp-set-encoding-function)
4208da83
SM
1639 (tramp-get-decoding-function, tramp-set-decoding-function):
1640 Old functions, removed.
16674e4f
KG
1641
16422002-09-10 Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1643
1644 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
1645 Change command to invoke /bin/sh slightly to make it compatible
1646 with the `rc' shell. Suggested by Daniel Pittman.
1647
16482002-09-10 Michael Albinus <Michael.Albinus@alcatel.de>
1649
1650 * net/tramp.el (tramp-handle-write-region): Added missing
4208da83 1651 `)'. Hope it's the right place.
16674e4f
KG
1652
16532002-09-09 Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1654
4208da83
SM
1655 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
1656 Do "exec env PS1='$ ' /bin/sh" instead of just "exec /bin/sh" in
16674e4f
KG
1657 order to get a sane shell prompt. If people have ${CWD}, say, in
1658 their shell prompt, then the default login shell might display
1659 something harmless, but the /bin/sh will display a dollar sign
1660 which confused the subsequent prompt recognition.
1661 (tramp-multi-action-password): More debugging output.
4208da83
SM
1662 (tramp-encoding-shell): Renamed from tramp-sh-program.
1663 More documentation. Default to cmd.exe on Windows NT.
16674e4f
KG
1664 (tramp-encoding-command-switch): New variable. Use instead of
1665 hard-wired "-c" which is only good for /bin/sh.
1666 (tramp-encoding-reads-stdin): New variable. If t, commands are
1667 called like "/bin/sh -c COMMAND <INPUT", if nil, they are called
4208da83 1668 like "/bin/sh -c COMMAND INPUT", ie the input file is the last arg.
16674e4f 1669 (tramp-multi-sh-program): Always default to tramp-encoding-shell.
4208da83
SM
1670 (tramp-handle-file-local-copy, tramp-handle-write-region):
1671 Respect tramp-encoding-shell and friends.
16674e4f
KG
1672 (tramp-find-inline-encoding): Use new-style calls for checking if
1673 the local commands work.
1674
16752002-09-07 Michael Albinus <Michael.Albinus@alcatel.de>
1676
1677 * net/tramp.el (tramp-methods): Remove `tramp-completion-function'
4208da83 1678 entries. They are handled now by `tramp-completion-function-alist'.
16674e4f
KG
1679 (tramp-completion-function): Defvar removed. I've never used
1680 it. Hmm.
1681 (tramp-get-completion-function)
1682 (tramp-get-completion-rsh, tramp-get-completion-ssh)
4208da83
SM
1683 (tramp-get-completion-telnet, tramp-get-completion-su):
1684 Functions removed as well. Not necessary any longer due to extended
16674e4f
KG
1685 customization means.
1686 (tramp-completion-function-alist): New defcustom. Holds all
1687 FUNCTION FILE pairs used for user and host name completion
1688 relevant for METHOD.
1689 (tramp-completion-function-alist-rsh)
1690 (tramp-completion-function-alist-ssh)
1691 (tramp-completion-function-alist-telnet)
1692 (tramp-completion-function-alist-su): Defconst for initializing
1693 `tramp-completion-function-alist'. Unfortunately, mainly UNIX-like
1694 values are known for me until now. Needs to be completed for at
1695 least VMS++ like operating systems.
1696 (tramp-set-completion-function)
1697 (tramp-get-completion-function): New functions for configuration
1698 of `tramp-completion-function-alist'. The old definition of
1699 `tramp-get-completion-function' has been discarded.
4208da83
SM
1700 (tramp-completion-handle-file-name-all-completions):
1701 Change function call for user/host completion according to definition
1702 in `tramp-completion-function-alist'.
16674e4f
KG
1703 (tramp-parse-passwd): Added exception handling for "root", because
1704 `tramp-get-completion-su' (the previous place for this stuff)
1705 doesn't exist any longer.
94deafda 1706
16674e4f
KG
17072002-09-07 Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1708
4208da83
SM
1709 * net/tramp.el (tramp-enter-password):
1710 Use `tramp-password-end-of-line' to terminate the line.
16674e4f
KG
1711 (tramp-bug): Include new variable `tramp-password-end-of-line'.
1712 (tramp-password-end-of-line): New variable. People who use plink
1713 under Windows might have to issue "\r\n" after the password, but
1714 they need to send just "\n" after the other commands. So this
1715 variable was introduced to complement `tramp-rsh-end-of-line'.
1716 (tramp-wait-for-output, tramp-post-connection): Allow "\r" at end
1717 of line of the output delimiter.
1718
17192002-09-06 Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1720
1721 * net/tramp.el (tramp-handle-file-local-copy, tramp-find-shell)
1722 (tramp-open-connection-setup-interactive-shell): Add some comments
1723 about Douglas Grey Stephen's suggestions to make Tramp work better
1724 with plink under Windows. I'm not sure what to think of them, but
1725 now I have a guinea pig to try it out on. Said guinea pig is
4208da83 1726 having other problems, though... Also remove some commented-out code.
16674e4f
KG
1727
17282002-09-06 Michael Albinus <Michael.Albinus@alcatel.de>
1729
1730 * net/tramp.el (tramp-get-completion-methods): Algorithm slightly
1731 tuned.
1732 (tramp-get-completion-user-host): Accept user names as they are if
1733 typed until "@".
1734 (tramp-completion-mode): Replace `last-input-char' by modern
1735 `last-input-event'. Check for `event-modifiers'.
1736
17372002-09-06 Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1738
1739 * net/tramp.el (file-expand-wildcards): Corrected check to see if
1740 advising is necessary.
1741
17422002-09-05 Michael Albinus <Michael.Albinus@alcatel.de>
1743
1744 * net/tramp.el (tramp-postfix-single-method-format)
1745 (tramp-postfix-multi-method-format)
1746 (tramp-postfix-multi-hop-format)
1747 (tramp-postfix-user-format): New format strings.
1748 (tramp-postfix-single-method-regexp)
1749 (tramp-postfix-multi-method-regexp)
1750 (tramp-postfix-multi-hop-regexp)
1751 (tramp-postfix-user-regexp)
1752 (tramp-make-multi-tramp-file-format)
1753 (tramp-make-tramp-file-name): Apply them.
1754 (tramp-completion-handle-file-name-all-completions): Fix for
1755 invoking ange-ftp in case of "/ftp:xxx" file names.
1756
17572002-09-04 Michael Albinus <Michael.Albinus@alcatel.de>
1758
1759 * net/tramp.el (tramp-prefix-format)
1760 (tramp-postfix-host-format): New format strings.
1761 (tramp-prefix-regexp, tramp-method-regexp)
1762 (tramp-postfix-single-method-regexp)
1763 (tramp-postfix-multi-method-regexp)
1764 (tramp-postfix-multi-hop-regexp)
1765 (tramp-user-regexp, tramp-postfix-user-regexp)
1766 (tramp-host-regexp, tramp-postfix-host-regexp)
4208da83
SM
1767 (tramp-path-regexp): New atomar regular expressions.
1768 If corresponding format strings exist, derived from them.
16674e4f
KG
1769 (tramp-file-name-structure)
1770 (tramp-multi-file-name-structure)
1771 (tramp-multi-file-name-hop-structure)
1772 (tramp-make-multi-tramp-file-format)
1773 (tramp-completion-mode)
1774 (tramp-completion-dissect-file-name)
1775 (tramp-parse-rhosts-group)
1776 (tramp-parse-shosts-group)
1777 (tramp-parse-hosts-group)
1778 (tramp-parse-passwd-group): Apply these expressions.
1779 (tramp-file-name-structure-unified)
1780 (tramp-file-name-structure-separate)
1781 (tramp-make-tramp-file-format-unified)
1782 (tramp-make-tramp-file-format-separate)
1783 (tramp-make-tramp-file-format)
1784 (tramp-make-tramp-file-user-nil-format-unified)
1785 (tramp-make-tramp-file-user-nil-format-separate)
1786 (tramp-make-tramp-file-user-nil-format)
1787 (tramp-multi-file-name-structure-unified)
1788 (tramp-multi-file-name-structure-separate)
1789 (tramp-multi-file-name-hop-structure-unified)
1790 (tramp-multi-file-name-hop-structure-separate)
1791 (tramp-make-multi-tramp-file-format-unified)
1792 (tramp-make-multi-tramp-file-format-separate): Removed.
1793 (tramp-make-tramp-file-name): Allow partial tramp file
1794 names. Generate tramp file format on-the-fly depending on
1795 parameters. Apply atomar format strings resp expressions.
1796 (tramp-get-completion-methods)
4208da83 1797 (tramp-get-completion-user-host): Apply `tramp-make-tramp-file-name'.
16674e4f
KG
1798 (tramp-parse-hosts-group): Take all host names and IP addresses
1799 into account.
1800 (tramp-bug): Remove `tramp-make-tramp-file-format'.
1801
18022002-09-01 Michael Albinus <Michael.Albinus@alcatel.de>
1803
1804 * net/tramp.el (tramp-methods): Add `tramp-completion-function'
1805 for "su" and "sudo".
1806 (tramp-get-completion-telnet): Implement it.
1807 (tramp-parse-hosts)
1808 (tramp-parse-hosts-group)
1809 (tramp-get-completion-su)
1810 (tramp-parse-passwd)
1811 (tramp-parse-passwd-group): New functions.
1812
18132002-08-31 Michael Albinus <Michael.Albinus@alcatel.de>
1814
4208da83 1815 * net/tramp.el (tramp-completion-mode): Check for `last-input-char'.
16674e4f
KG
1816 (tramp-completion-file-name-handler-alist): Add handler for
1817 `file-exists-p.
1818 (tramp-completion-handle-file-exists-p): New function.
1819 (tramp-completion-handle-file-name-completion): Simplified.
1820 (tramp-completion-dissect-file-name): Regexp's reorganised.
4208da83
SM
1821 (tramp-completion-handle-file-name-all-completions):
1822 Call completion-function only if `user' or `host' is given.
16674e4f
KG
1823 (tramp-get-completion-user-host): New function.
1824 (tramp-get-completion-rsh)
1825 (tramp-get-completion-ssh): Apply it.
94deafda 1826
16674e4f
KG
18272002-08-29 Michael Albinus <Michael.Albinus@alcatel.de>
1828
4208da83
SM
1829 * net/tramp.el (tramp-completion-file-name-handler-alist):
1830 Add handler for `expand-file-name'.
16674e4f
KG
1831 (tramp-completion-handle-expand-file-name): New function.
1832
18332002-08-26 Michael Albinus <Michael.Albinus@alcatel.de>
1834
1835 * net/tramp.el (tramp-completion-mode): New function.
1836 (tramp-completion-handle-file-name-directory)
1837 (tramp-completion-handle-file-name-all-completions): Apply it.
4208da83 1838 (tramp-methods): Remove double definition of `ssh1-old' and `ssh2-old'.
16674e4f
KG
1839 (tramp-point-at-eol): New defalias.
1840 (tramp-parse-rhosts-group)
1841 (tramp-parse-shosts-group):: Apply it.
1842
18432002-08-25 Michael Albinus <Michael.Albinus@alcatel.de>
1844
1845 * net/tramp.el (tramp-get-completion-methods)
1846 (tramp-get-completion-rsh)
1847 (tramp-get-completion-ssh): Add "[" for Xemacs.
1848 (tramp-completion-file-name-regexp-separate): Expression adapted.
1849 (tramp-completion-file-name-handler-alist): Add handler for
1850 `file-name-directory' and `file-name-nondirectory'.
1851 (tramp-completion-handle-file-name-directory)
1852 (tramp-completion-handle-file-name-nondirectory)
1853 (tramp-completion-run-real-handler): New functions.
1854 (tramp-completion-file-name-handler)
4208da83
SM
1855 (tramp-completion-handle-file-name-all-completions):
1856 Apply `tramp-completion-run-real-handler'.
16674e4f
KG
1857 (tramp-parse-rhosts)
1858 (tramp-parse-shosts): Use `with-temp-buffer'. `result\e,b4\e(B renamed to
1859 `res' (otherwise side effects in XEmacs).
1860
18612002-08-24 Michael Albinus <Michael.Albinus@alcatel.de>
1862
1863 * net/tramp.el (tramp-completion-file-name-regexp)
1864 (tramp-completion-file-name-handler-alist)
1865 (tramp-flatten-list)
1866 (tramp-completion-dissect-file-name)
1867 (tramp-get-completion-rsh)
1868 (tramp-parse-rhosts)
1869 (tramp-parse-rhosts-group)
1870 (tramp-get-completion-ssh): Doc string tuned.
1871 (tramp-methods): Doc string and custom type extended for
1872 `tramp-completion-function'.
1873 (tramp-completion-function): Variable added. Is it really used?
1874 Other variables like `tramp-completion-function' aren't used.
1875 (tramp-completion-file-name-handler-alist): Add handler for
1876 `file-name-completion'.
1877 (tramp-completion-handle-file-name-completion): New function.
1878
18792002-08-18 Michael Albinus <Michael.Albinus@alcatel.de>
1880
1881 * net/tramp.el (tramp-parse-rhosts)
1882 (tramp-parse-rhosts-group)
1883 (tramp-parse-shosts)
1884 (tramp-parse-shosts-group): New functions.
1885
18862002-08-17 Michael Albinus <Michael.Albinus@alcatel.de>
1887
1888 * net/tramp.el (tramp-completion-dissect-file-name)
1889 (tramp-completion-dissect-file-name1): New functions.
1890
18912002-08-16 Michael Albinus <Michael.Albinus@alcatel.de>
1892
1893 * net/tramp.el (tramp-get-completion-function)
1894 (tramp-get-completion-rsh)
1895 (tramp-get-completion-ssh)
1896 (tramp-get-completion-telnet): New functions.
1897 (tramp-methods): Add `tramp-completion-function' for all methods.
1898
18992002-08-15 Michael Albinus <Michael.Albinus@alcatel.de>
1900
1901 * net/tramp.el (tramp-get-completion-methods): New function.
1902 (tramp-find-default-method): Allow host to be nil (like user).
1903
19042002-08-14 Michael Albinus <Michael.Albinus@alcatel.de>
1905
1906 * net/tramp.el (tramp-completion-file-name-regexp-unified)
1907 (tramp-completion-file-name-regexp-separate)
1908 (tramp-completion-file-name-regexp)
1909 (tramp-completion-file-name-handler-alist): New defcustoms.
4208da83
SM
1910 (tramp-completion-file-name-handler): New function.
1911 Add `tramp-completion-file-name-handler' to `file-name-handler-alist'.
16674e4f
KG
1912 (tramp-run-real-handler): Add `tramp-completion-file-name-handler'
1913 to `inhibit-file-name-handlers'.
1914 (tramp-completion-handle-file-name-all-completions)
1915 (tramp-completion-handle-file-name-completion): New functions.
94deafda 1916
16674e4f
KG
19172002-08-12 Michael Albinus <Michael.Albinus@alcatel.de>
1918
1919 * net/tramp.el (tramp-invoke-ange-ftp): `tramp-disable-ange-ftp'
1920 must be called again after activating `ange-ftp'.
1921 (tramp-ange-ftp-file-name-p): Check for Xemacs.
1922
19232002-08-08 Michael Albinus <Michael.Albinus@alcatel.de>
1924
1925 * net/tramp.el (tramp-do-copy-or-rename-file): Don't pass
1926 KEEP-DATE to tramp-invoke-ange-ftp 'rename.
1927 (tramp-handle-write-region): Don't pass LOCKNAME and CONFIRM to
1928 tramp-invoke-ange-ftp 'write-region.
1929 (tramp-handle-set-file-modes): Change order of FILENAME and MODE
1930 passing to tramp-invoke-ange-ftp 'set-file-modes.
1931 (tramp-flatten-list): New function. Maybe this functionality does
1932 exist already elsewhere in the libraries.
1933 (tramp-invoke-ange-ftp): Apply `tramp-flatten-list' to parameter
1934 list in order to avoid nested lists, f.e. when invoked from
1935 `tramp-handle-dired-call-process'.
1936
19372002-09-05 Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1938
1939 * net/tramp.el (tramp-chunksize): New kluge variable.
1940 (tramp-send-region): If tramp-chunksize is non-nil, send region in
1941 parts and sleep 0.1 seconds between chunks.
1942
19432002-09-03 Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1944
4208da83
SM
1945 * net/tramp.el (tramp-handle-insert-directory):
1946 Use `insert-buffer-substring' instead of `insert-buffer', which is not
16674e4f
KG
1947 supposed to be used from Lisp. Remember old point in a variable
1948 instead of using `mark'. Suggestion from Stefan Monnier.
1949 (tramp-unified-filenames): New variable. Use it in default value
1950 of other filename variables.
1951 (file-expand-wildcards): Don't advise unless "[" and "]" are used
1952 in the filename format.
1953
19542002-09-01 Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1955
1956 * net/tramp.el (tramp-methods): Remove duplicate definition of
1957 ssh1-old and ssh2-old.
1958
1fc85dae
KG
19592002-09-22 Kai Gro\e,b_\e(Bjohann <grossjoh@ls6.informatik.uni-dortmund.de>
1960
1961 * dired.el (dired-insert-directory): Always add "--dired" to to
1962 SWITCHES for remote files.
1963 * files.el (insert-directory): Comment saying that "--dired"
1964 might be in the SWITCHES.
1965 * net/ange-ftp.el (ange-ftp-ls): Handle "--dired" in LSARGS.
4208da83 1966 (ange-ftp-insert-directory): Comment explaining "--dired" handling.
1fc85dae 1967
f8aba1ce
MR
19682002-09-21 Markus Rost <rost@math.ohio-state.edu>
1969
1970 * mail/mailabbrev.el (mail-abbrev-make-syntax-table): Give %!._-
1971 word constituent syntax.
1972
4e189812
RS
19732002-09-21 Richard M. Stallman <rms@gnu.org>
1974
1975 * cus-dep.el (custom-make-dependencies): Bind to t
1976 around evaluating the def-form.
1977
1978 * custom.el (custom-dont-initialize): New variable.
1979 (custom-declare-variable): Don't init the variable
1980 if custom-dont-initialize is non-nil.
1981
a13a3391
JPW
19822002-09-21 John Paul Wallington <jpw@shootybangbang.com>
1983
1984 * net/eudc.el (eudc-install-menu): Use `define-key' and
1985 `easy-menu-create-menu' to avoid duplication of menu.
1986
0acc5357
KS
19872002-09-20 Kim F. Storm <storm@cua.dk>
1988
1989 * kmacro.el (kmacro-step-edit-query): Use RET to execute rest of
1990 macro and terminate editing.
1991 (kmacro-step-edit-macro): Push previous macro onto ring if changed
1992 by step editing.
1993
4bd2c013
RS
19942002-09-19 Tom Tromey <tromey@redhat.com>
1995
1996 * play/blackbox.el (bb-right): Respect prefix argument.
1997 (bb-left, bb-up, bb-down): Likewise.
1998
4986d1f1
RS
19992002-09-19 Richard M. Stallman <rms@gnu.org>
2000
2001 * cus-dep.el (custom-make-dependencies): Fix previous change.
2002
5967d963
JB
20032002-09-19 Juanma Barranquero <lektu@terra.es>
2004
2005 * ielm.el (ielm-eval-input): Call `error-message-string' instead
2006 of the non-existent `ielm-format-error'.
2007
ddd73e0b
SM
20082002-09-19 Stefan Monnier <monnier@cs.yale.edu>
2009
2010 * emacs-lisp/easymenu.el (easy-menu-remove):
2011 * emacs-lisp/ewoc.el (ewoc--node-branch): Add docstring.
2012
2013 * international/mule-diag.el (describe-coding-system):
2014 Remove unused `coding-spec' variable.
2015 (list-input-methods): Be more careful when setting up the help buffer.
2016
2017 * international/ucs-tables.el (unify-8859-on-encoding-mode):
2018 Set init value to t to reflect reality.
2019 (ucs-minibuffer-setup): Use minibuffer-selected-window.
2020
20212002-09-18 Stefan Monnier <monnier@cs.yale.edu>
2022
2023 * progmodes/make-mode.el (makefile-cleanup-continuations-p):
2024 Rename to makefile-cleanup-continuations.
2025 (makefile-mode): Use write-file-functions.
2026 (makefile-fill-paragraph): Use match-string-no-properties.
2027 (makefile-fill-paragraph): Use line-end-position.
2028 (makefile-add-log-defun): Simplify.
2029
8421685f
RS
20302002-09-18 Richard M. Stallman <rms@gnu.org>
2031
2032 * dired.el (dired-mark-pop-up): Doc fix.
2033
2034 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Put the
2035 definition straight into loaddefs.el as well as executing it here.
2036
8d37d80f
CW
20372002-09-18 Colin Walters <walters@debian.org>
2038
2039 * calc/calc.el (calc-mode): Add font-lock-defontify to
2040 change-major-mode-hook.
2041
e2bd460a
RS
20422002-09-18 Richard M. Stallman <rms@gnu.org>
2043
3116d142
RS
2044 * Makefile.in (bootstrap-clean): Use cd to shorten arg strings.
2045 Don't ignore errors in rm line.
2046
e2bd460a
RS
2047 * menu-bar.el (menu-bar-search-menu): Nicer help string.
2048
2049 * replace.el (occur-engine-add-prefix): Use 7 spaces.
2050 (occur-engine): Use 7 digits to align tabs in the data.
2051
2052 * emacs-lisp/bytecomp.el (byte-compile-output-docform):
2053 Don't make the definition dynamic if it shares structure
2054 with the arg list.
2055
2056 * gud.el (gud-pdb-marker-regexp): Allow : and \ in file name.
2057 (pdb): In gud-remove, pass down the file name.
2058
2059 * cus-dep.el (custom-make-dependencies): Sort MEMBERS before use.
2060
20612002-09-18 Luc Teirlinck <teirllm@mail.auburn.edu>
2062
2063 * ielm.el: (*1, *2, *3): New variables.
94deafda 2064 (ielm-eval-input): Make temporary buffers current on entry and
ddd73e0b 2065 exit to the let bindings for *, ** and ***.
e2bd460a 2066 (inferior-emacs-lisp-mode): Mention *1, *2 and *3 in the docstring.
ddd73e0b 2067 Do not overrule global bindings for *, ** and ***.
e2bd460a
RS
2068
20692002-09-18 Tom Tromey <tromey@redhat.com>
2070
2071 * progmodes/make-mode.el (makefile-fill-paragraph): Find comment
2072 boundaries before filling.
2073
ddd73e0b
SM
20742002-09-18 Stefan Monnier <monnier@cs.yale.edu>
2075
2076 * server.el (server-done): Fix harmlessly wrong arg to save-buffer.
2077 (server-switch-buffer): Only select a different window if
2078 next-buffer is non-nil. Don't switch in a dedicated window.
2079 If next-buffer is already displayed, reuse that window.
2080
2081 * diff-mode.el (diff-mode): Use compilation-minor-mode.
2082 Don't unbind compilation-last-buffer after autoloading compile.el.
2083 Hide the compilation-minor-mode bindings altogether.
2084
96610f9d
KG
20852002-09-18 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2086
2087 * dired.el (dired-insert-directory): Never add "--dired" when
2088 listing remote directories.
2089
f3eabcdf 20902002-09-18 Michael Kifer <kifer@cs.stonybrook.edu>
d7221af8
SM
2091
2092 * ediff-hooks.el: Put back the autoloads (for XEmacs compatibility).
2093
f3eabcdf 2094 * ediff-init.el: Use defalias instead of fset.
d7221af8 2095
f3eabcdf 2096 * ediff-util.el: Use defalias instead of fset.
d7221af8
SM
2097
2098 * viper-util.el (viper-chars-in-region): Simplification.
2099
2100 * viper.el (viper-emacs-state-mode-list): Added modes.
2101
7ed9159a
JY
21022002-09-18 Jonathan Yavner <jyavner@engineer.com>
2103
2104 * emacs-lisp/testcover.el: New file. Uses edebug to instrument a
2105 module of code, with graphical display of poor-coverage spots.
2106
2107 * emacs-lisp/testcover-ses.el: New file. Demonstrates use of
2108 testcover on a interactive module like ses.
2109
2110 * emacs-lisp/testcover-unsafep.el: New file. Demonstrates use of
2111 testcover on a noninteractive module like unsafep.
2112
bd3c9eb6
MB
21132002-09-18 Miles Bader <miles@gnu.org>
2114
2115 * diff-mode.el (diff-mode): Don't evaluate `compilation-last-buffer'
2116 unless it's bound.
2117
d7221af8
SM
21182002-09-17 Stefan Monnier <monnier@cs.yale.edu>
2119
2120 * server.el (server-log): Add `client' arg.
2121 (server-start): Don't bother canceling the sentinel.
2122 (server-process-filter): Use replace-regexp-in-string and
2123 handle the new &n quoting. Use push. Use server-log's new arg.
2124 Don't output the C-x # message if `nowait'.
2125 (server-buffer-done): Use server-log's new arg.
2126
7ed9159a
JY
21272002-09-16 Jonathan Yavner <jyavner@engineer.com>
2128
2129 * ses.el: New file.
2130
2131 * emacs-lisp/unsafep.el: New file.
2132
2133 * files.el (auto-mode-alist): Add ".ses" for ses-mode.
2134 (inhibit-quit): This is risky for unsafep, doesn't matter much for
2135 anybody else.
2136 (risky-local-variable-p): New function. Split off from
2137 hack-one-local-variable so unsafep can use it. Add \|-history$ to
2138 the list of disallowed local variable names (malicious user could
2139 stuff a `display' property in there that would be activated when
2140 na\e,Ao\e(Bve user called up the history).
2141
401c1968
MR
21422002-09-16 Markus Rost <rost@math.ohio-state.edu>
2143
d7221af8 2144 * ls-lisp.el (ls-lisp-format-time-list): Fix type and provide :tag's.
401c1968 2145
c721078e
RS
21462002-09-16 Richard M. Stallman <rms@gnu.org>
2147
05a84156
RS
2148 * play/gomoku.el (gomoku-move-up, gomoku-move-down):
2149 Use forward-line and move-to-column.
2150
c721078e
RS
2151 * cus-edit.el (custom-variable-backup-value): New function.
2152 (custom-variable-reset-backup): New function.
2153 (custom-variable-menu): Add item for custom-variable-reset-backup.
d7221af8 2154 (custom-variable-set, custom-variable-reset-saved)
c721078e
RS
2155 (custom-variable-reset-standard): Call custom-variable-backup-value.
2156
d7221af8
SM
21572002-09-16 Stefan Monnier <monnier@cs.yale.edu>
2158
2159 * dired.el (dired-font-lock-keywords): Use regexp-opt.
2160 (dired-move-to-filename): Better message when we fail to find the file.
2161 (dired-sort-toggle): Minor optimization.
2162
0e8ed1fb
JB
21632002-09-16 Juanma Barranquero <lektu@terra.es>
2164
401c1968
MR
2165 * dired-aux.el (dired-add-entry): Add missing argument to
2166 `dired-mark'.
0e8ed1fb 2167
dd42d3ba
JPW
21682002-09-16 John Paul Wallington <jpw@shootybangbang.com>
2169
2170 * xscheme.el (scheme-interaction-mode): Doc fix.
2171
2172 * net/eudc.el (eudc-plist-get): Doc fix.
2173
4c94395e
KS
21742002-09-16 Kim F. Storm <storm@cua.dk>
2175
2176 * menu-bar.el (menu-bar-last-search-type): New var.
2177 (nonincremental-repeat-search-forward)
2178 (nonincremental-repeat-search-backward): Repeat string or
2179 regexp search depending on menu-bar-last-search-type.
2180 (nonincremental-search-forward, nonincremental-re-search-forward)
2181 (nonincremental-search-backward, nonincremental-re-search-backward):
2182 Set menu-bar-last-search-type to string or regexp.
2183 (nonincremental-repeat-re-search-forward): Removed.
2184 (nonincremental-repeat-re-search-backward): Removed.
2185 (menu-bar-replace-menu): New keymap for "Edit->Replace" submenu.
2186 (menu-bar-i-search-menu): New keymap for "Incremental Search" submenu.
2187 (menu-bar-adv-search-menu): Removed.
2188 (menu-bar-search-menu): Reorganized.
2189 (menu-bar-edit-menu): Added "Replace" submenu.
0e8ed1fb 2190
c721078e
RS
21912002-09-15 Richard M. Stallman <rms@gnu.org>
2192
2193 * scroll-bar.el (scroll-bar-mode): Specify :initialize.
2194
2195 * menu-bar.el (menu-bar-make-mm-toggle): Don't put a quote befor FNAME
2196 when it's not being evaluated.
2197
f618b7e5
MR
21982002-09-15 Markus Rost <rost@math.ohio-state.edu>
2199
2200 * dired.el (dired-move-to-filename): Fix previous change.
2201
d83b86d8
KS
22022002-09-14 Kim F. Storm <storm@cua.dk>
2203
2204 * emulation/keypad.el (keypad-setup, keypad-shifted-setup)
0e8ed1fb 2205 (keypad-numlock-setup, keypad-numlock-shifted-setup):
d83b86d8
KS
2206 Change `Remove Binding' option to `Unspecified/User-defined'.
2207 (keypad-setup): Enhance explanation of setup type `none'.
2208
bf2a6c39
RS
22092002-09-14 Richard M. Stallman <rms@gnu.org>
2210
c721078e
RS
2211 * time.el (display-time-mode): Set display-time-load-average here.
2212 (display-time-load-average): Initialize to nil.
2213 (display-time-default-load-average): Add "None" alternative.
2214 (display-time-update): Handle "None" alternative for load-average.
2215
2216 * dired-aux.el (dired-bunch-files): Put the arg FILES
2217 back as it was after temporary destrucive mods.
2218 (dired-add-entry): Use dired-insert-directory to handle indentation.
2219 Explicitly restore the line's marker character.
2220 Preserve the old file name's text properties.
2221 (dired-add-entry-do-indentation): Function deleted.
2222 (dired-relist-file): Doc fix.
2223 (dired-rename-file): Change argument names.
2224 (foo-rename-file): New function.
2225 (dired-do-hardlink): Use dired-hardlink.
2226 (dired-hardlink): New function.
2227 (dired-insert-subdir-doinsert): Use dired-insert-directory;
2228 that handles indentation, text props and header line.
2229 dired-readin-insert gets no args.
2230 Use `last' instead of `reverse'.
2231
2232 * dired.el (dired-use-ls-dired): New variable.
2233 (dired-directory): Document the rules better.
2234
2235 * dired.el (dired-insert-headerline): Function deleted.
2236 (dired-revert): Pass no args to dired-readin.
2237 (dired-move-to-filename): First try using dired-filename property.
2238 (dired-move-to-end-of-filename): Likewise.
2239 (dired-why): Try to show the start of this page of warnings.
2240 (dired-log): Insert the buffer name at start of page, not end.
2241 (dired-log-summary): If just one failure, explain it in echo area.
2242
2243 * dired.el (dired-internal-noselect):
2244 Always set dired-directory, when buffer is not new.
2245 Pass dir-or-list, not dirname, to dired-mode.
2246 Call dired-readin with no args.
2247 Don't call dired-after-readin-hook here.
2248 (dired-find-buffer-nocreate): Expand dirname.
2249 Expand the dir from dired-directory to compare with dirname.
2250
2251 (dired-readin): Take no args. Get the directory from dired-directory.
2252 Run dired-before-reading hook inside save-excursion.
2253 Run dired-after-readin-hook here.
2254 Don't make undo entries at all.
2255 Call dired-readin-insert with no args.
2256 Don't change indentation here.
2257 Don't insert headerline here.
2258
2259 (dired-readin-insert): Take no args.
2260 Get dir and file-list from dired-directory.
2261 Call dired-insert-directory the new way.
2262 Don't insert "wildcard" info here.
2263
2264 (dired-insert-directory): New arg FILE-LIST.
2265 First arg now DIR, always just the directory.
2266 This function fully handles setting up the buffer text:
2267 update indentation, insert headerline and "wildcard" info.
2268 Pass --dired arg if appropriate; put info in dired-filename props.
2269 Don't expand file names here.
94deafda 2270
bf2a6c39
RS
2271 * warnings.el (display-warning): In batch mode,
2272 exclude the final newline from the arg to `message'.
2273
4e4e9519
MR
22742002-09-13 Markus Rost <rost@math.ohio-state.edu>
2275
2276 * files.el (diff-buffer-with-file): Check whether associated file
2277 exists. Display message for 1 second. Always return nil.
2278
12a11745
SM
22792002-09-13 Stefan Monnier <monnier@cs.yale.edu>
2280
b9d391f7
SM
2281 * diff-mode.el (diff-mode): Turn on compilation-minor-mode
2282 support again, but more carefully this time.
2283
2284 * progmodes/perl-mode.el (perl-mode-syntax-table): Mark $, % and @
2285 such that backward-sexp correctly skips them.
2286 (perl-font-lock-keywords-2): Use regexp-opt.
2287 (perl-font-lock-syntactic-keywords)
2288 (perl-font-lock-syntactic-face-function): Better handle PODs.
2289 Handle package names with ' in them and ($$) in `sub' declarations.
2290 Handle format staements. Handle regexp and quote-like ops.
2291 (perl-empty-syntax-table): New var.
2292 (perl-quote-syntax-table): New fun.
2293
2294 * pcvs.el (cvs-mode-find-file): Work even if point is at beg-of-line.
2295 (cvs-do-removal): Bind inhibit-read-only while modifying the buffer.
2296
2297 * newcomment.el (comment-with-narrowing): Use the `declare' thingy.
2298
12a11745
SM
2299 * derived.el (define-derived-mode): Properly ignore unknown args.
2300
2301 * emacs-lisp/easy-mmode.el (define-minor-mode): Add a :require arg.
2302 Don't call the function during init if mode is on by default.
2303
2304 * simple.el: Provide `simple'.
2305 (transient-mark-mode, line-number-mode, column-number-mode):
2306 Pass an explicit `:require nil' argument.
2307
a4afd285
FP
23082002-09-13 Francesco Potorti` <pot@gnu.org>
2309
2310 * play/tetris.el (tetris-blank-options, tetris-cell-options):
2311 Remove various redundant `(t nil)'.
2312
12a11745 2313 * play/snake.el (snake-border-options): Use color on tty if available.
a4afd285
FP
2314
2315 * play/tetris.el (tetris-border-options): Likewise.
2316
2317 * play/pong.el (pong-border-options): Likewise, plus reset
2318 color on tty to be [0.5 0.5 0.5].
2319
495aa8f4
KS
23202002-09-13 Kim F. Storm <storm@cua.dk>
2321
2322 * kmacro.el (kmacro-start-macro): Doc fix.
2323
e23d264d
JB
23242002-09-13 Juanma Barranquero <lektu@terra.es>
2325
2326 * progmodes/idlw-shell.el (idlwave-shell-cleanup): Fix reference
2327 to `idlwave-idlwave_routine_info-compiled'.
2328
2329 * whitespace.el (whitespace-unload-hook): Call `remove-hook' with
2330 three arguments, not four.
2331
0e8ed1fb
JB
23322002-09-13 Kim F. Storm <storm@cua.dk>
2333
2334 * kmacro.el (kmacro-keymap): Changed bindings:
2335 C-x C-k s to kmacro-start-macro, C-x C-k b to kmacro-bind-to-key.
2336
9e9a77a6
RS
23372002-09-12 Richard M. Stallman <rms@gnu.org>
2338
2339 * international/mule-cmds.el (universal-coding-system-argument):
2340 Read the coding system inside `interactive' spec, for command-history.
2341
23fdddf7
SM
23422002-09-12 Stefan Monnier <monnier@cs.yale.edu>
2343
2344 * emacs-lisp/find-func.el (find-library-name): Don't forget
2345 the empty suffix. Fix stale variable name.
2346
2347 * gud.el (gud-gdb-massage-args, gud-sdb-massage-args)
2348 (gud-pdb-massage-args): Delete.
2349 (gdb, sdb, pdb): Don't pass gud-*-massage-args any more.
2350 (gud-gdb-command-name): New var. Put "--fullname" in there.
2351 (gud-query-cmdline): Use the most recent executable as the default.
2352 Don't add "--fullname" (it's only valid/meaningful for GDB).
2353 (gud-xdb-marker-filter): Use match-string.
2354 (gud-perldb-massage-args): Don't add "-d".
2355 (gud-perldb-command-name): Add "-d".
2356 (gud-common-init): If `massage-args' is nil, don't call it.
2357 (gud-format-command): Don't hardcode point-min==1.
2358
2359 * derived.el: Require CL when compiling.
2360
7fda10ab
SJ
23612002-09-12 Simon Josefsson <jas@extundo.com>
2362
2363 * mail/smtpmail.el (smtpmail-send-it): Don't use : in filenames
2364 (for cygwin). Suggested by Andrew Senior <aws@watson.ibm.com>.
2365 Use expand-file-name. Also don't require time-stamp.
2366
7c3cb37d
RS
23672002-09-11 Richard M. Stallman <rms@gnu.org>
2368
2369 * derived.el (define-derived-mode): When making new abbrev table,
2370 don't try to copy the parent's abbrev table.
2371
2372 * ruler-mode.el (ruler-mode-left-scroll-bar-cols):
2373 Always round scroll-bar-width parameter up.
2374 If it is nil, use 14.
2375
2376 * abbrev.el (copy-abbrev-table): New function.
2377
23782002-09-11 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2379
4e4e9519
MR
2380 * ps-print.el: Adjust ps-print-color-p, ps-default-fg and
2381 ps-default-bg setting.
7c3cb37d
RS
2382 (ps-print-version): New version number (6.5.7).
2383 (ps-mark-active-p): New fun.
2384 (ps-print-preprint-region): Adjust code.
2385
b4b11a40
DL
23862002-09-11 Dave Love <fx@gnu.org>
2387
23fdddf7 2388 * international/mule.el (non-standard-designations-alist)
b4b11a40
DL
2389 (ctext-pre-write-conversion): Don't generate invalid extended
2390 segments for iso8859.
2391
2392 * language/cyrillic.el ("Ukrainian"): Fix nonascii-translation.
2393 (cyrillic-alternativnyj-decode-table): Fix some entries.
2394
2395 * international/ucs-tables.el: Fix last change.
2396
401c1968
MR
2397 * international/utf-8.el (utf-8-fragment-on-decoding): Fix last
2398 change.
b4b11a40 2399
b481ee04
KS
24002002-09-11 Kim F. Storm <storm@cua.dk>
2401
2402 * edmacro.el (edit-kbd-macro): Recognize new C-x e binding,
2403 kmacro-end-and-call-macro.
2404
4679af47
JB
24052002-09-11 Juanma Barranquero <lektu@terra.es>
2406
2407 * newcomment.el (uncomment-region): Fix let/let* use.
2408
b559a041
SJ
24092002-09-11 Simon Josefsson <jas@extundo.com>
2410
7fda10ab
SJ
2411 * time-stamp.el (time-stamp-hhmmss): New function.
2412
cf681de6
SJ
2413 * gud.el (gud-gdb-massage-args): Don't secretly add -fullname.
2414 (gud-query-cmdline): Add --fullname to the user cmdline.
2415
b559a041
SJ
2416 * mail/smtpmail.el (smtpmail-default-smtp-server): Doc fix.
2417
482b44d8
KS
24182002-09-11 Kim F. Storm <storm@cua.dk>
2419
2420 * kmacro.el (kmacro-call-macro): Rephrase repeat prompt.
2421 (kmacro-step-edit-map): Bind "A" to `append-end'.
2422 (kmacro-step-edit-prompt): Fix prompt.
2423 (kmacro-step-edit-query): Handle `append-end' response.
2424 (kmacro-step-edit-pre-command): Activate `append-end' at end of
2425 macro when required.
2426
23fdddf7
SM
24272002-09-11 Stefan Monnier <monnier@cs.yale.edu>
2428
2429 * derived.el (define-derived-mode): Fix typo.
2430
2431 * menu-bar.el (line-number-mode, column-number-mode)
2432 (transient-mark-mode): Use minor mode directly.
2433 (menu-bar-make-toggle): Remove `props' arg.
2434 Move customize-mark-as-set directly into the toggle function.
2435
2436 * whitespace.el (whitespace-global-mode): Use define-minor-mode.
2437 Use the new file hook names.
2438 (whitespace-describe): Remove. Move the text to `Commentary:'.
2439 (whitespace-unload-hook): Use the new file hook names.
2440
2441 * finder.el (finder-find-library): Remove.
2442 (finder-commentary): Use find-library-name and add completion.
2443
2444 * simple.el (transient-mark-mode, line-number-mode)
2445 (column-number-mode): Use define-minor-mode.
2446 (define-mail-user-agent): Delete. Moved to subr.el.
2447
2448 * loadup.el ("simple.el"): Move to after loaddefs.el.
2449
2450 * subr.el (define-mail-user-agent): Moved from simple.el.
2451
0e8ed1fb
JB
24522002-09-10 Richard M. Stallman <rms@gnu.org>
2453
2454 * pcvs-info.el (cvs-check-fileinfo): Don't use boolp.
2455 (boolp): Function deleted.
2456
d2211627
DL
24572002-09-10 Dave Love <fx@gnu.org>
2458
23fdddf7
SM
2459 * international/utf-8.el (ucs-mule-to-mule-unicode):
2460 Define unconditionally.
d2211627
DL
2461 (utf-8-fragmentation-table): New. Use it in top-level mapc.
2462 (utf-8-fragment-on-decoding): Use it to keep
2463 utf-8-translation-table-for-decode variable and translation table
2464 in sync.
2465
23fdddf7
SM
2466 * international/ucs-tables.el: Bind utf-8-translation-table-for-decode
2467 when setting up tables and remove useless optimize-char-table.
d2211627
DL
2468 (ucs-mule-to-mule-unicode): Deleted.
2469 (ucs-unify-8859): Maybe optimize ucs-mule-to-mule-unicode.
2470
2471 * international/utf-16.el (utf-16-le-pre-write-conversion)
2472 (utf-16-be-pre-write-conversion): Deleted.
23fdddf7 2473 (mule-utf-16-le, mule-utf-16-be): Register encoding translation table.
d2211627 2474
3e6be279
RS
24752002-09-10 Richard M. Stallman <rms@gnu.org>
2476
2477 * files.el (diff-buffer-with-file): Simplify.
2478 Don't signal an error if buffer has no file.
2479 Call sit-for after `diff' returns.
2480
2481 * play/gamegrid.el (gamegrid-make-color-tty-face):
2482 Handle string as COLOR arg.
2483 (gamegrid-display-type): Don't assume display-color-p
2484 implies a color-x terminal.
2485 (gamegrid-hide-cursor): Set `cursor-type' local variable.
2486
2487 * descr-text.el (describe-text-mode): Add font-lock-defontify to
2488 change-major-mode-hook.
2489
2490 * ibuffer.el (ibuffer-mode): Add font-lock-defontify to
2491 change-major-mode-hook.
2492
2493 * comint.el (comint-mode): Add font-lock-defontify to
2494 change-major-mode-hook.
2495
2496 * info.el (Info-mode): Add font-lock-defontify to
2497 change-major-mode-hook.
2498
2499 * replace.el (occur-mode): Add font-lock-defontify to
2500 change-major-mode-hook.
2501
2502 * font-core.el (font-lock-defontify): New function.
2503
25042002-09-10 Richard M. Stallman <rms@gnu.org>
2505
2506 * ps-print.el (ps-printer-name-option): Doc fix.
2507
25082002-09-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2509
23fdddf7
SM
2510 * ps-print.el: Adjust ps-postscript-code-directory setting.
2511 XEmacs version check was adjusted.
3e6be279
RS
2512 (ps-print-version): New version number (6.5.6).
2513 (ps-print-color-p, ps-page-dimensions-database): Autoload var.
2514 (ps-print-code, ps-print-preprint-region): Adjust code.
2515
709d45e1
KG
25162002-09-10 Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2517
2518 * files.el (auto-mode-alist): ~/.gnus, ~/.viper are in
2519 emacs-lisp-mode, like ~/.emacs.
2520
23fdddf7
SM
25212002-09-10 Stefan Monnier <monnier@cs.yale.edu>
2522
2523 * newcomment.el (uncomment-region): Be more careful with `='.
2524
a3e58c1a
JPW
25252002-09-10 Deepak Goel <deego@glue.umd.edu>
2526
2527 * play/doctor.el (doc//): Rename from `//'. Update callers.
2528 (doc$): Rename from `$'. Update callers.
2529
0e53a373
MB
25302002-09-10 Miles Bader <miles@gnu.org>
2531
2532 * simple.el (do-auto-fill): `fill-indent-according-to-mode' is a
2533 variable, not a function.
2534
2535 * kmacro.el (kmacro-call-macro): Deal with a non-numeric prefix arg.
2536
e00a1361 25372002-09-10 Kim F. Storm <storm@cua.dk>
2bbfbf25
KS
2538
2539 * macros.el (apply-macro-to-region-lines): Let-bind mark-active to
2540 nil while executing macro to avoid triggering delete-selection-mode.
2541
2542 * simple.el (keyboard-quit): Set defining-kbd-macro to nil to
0a28e1ca
SM
2543 cancel defining keyboard macro when applicable.
2544
0e8ed1fb
JB
25452002-09-09 Markus Rost <rost@math.ohio-state.edu>
2546
2547 * simple.el (transient-mark-mode, line-number-mode)
2548 (column-number-mode): Undo previous change because of bootstrapping.
2549
0a28e1ca
SM
25502002-09-09 Stefan Monnier <monnier@cs.yale.edu>
2551
2552 * derived.el (define-derived-mode): Add keyword arguments.
2553 (derived-mode-make-docstring): Take abbrev and syntax table names.
2554
2555 * font-core.el (font-lock-change-mode): Just turn off font-lock-mode.
2556 (font-lock-default-function): Change arg name.
2557
2558 * cus-start.el (transient-mark-mode): Delete. Done in simple.el.
2559
2560 * paren.el (show-paren-function): Use syntax-after.
2561
2562 * emacs-lisp/syntax.el (syntax-after): Delete. Moved to subr.el.
2563
2564 * subr.el (symbol-file): Also work for autoloaded funcs.
2565 (syntax-after): New fun moved from syntax.el.
2566
2567 * find-file.el (ff-pre-find-hook, ff-pre-load-hook, ff-post-load-hook)
2568 (ff-not-found-hook, ff-file-created-hook): Rename from *-hooks.
2569 Update callers (but still run the old hooks as well).
2570
2571 * emacs-lisp/find-func.el (find-library-suffixes, find-library-name)
2572 (find-library): New funs.
2573 (find-function-search-for-symbol): Use it.
2574
2575 * emacs-lisp/bytecomp.el (byte-compile-file): Don't switch buffer.
2576
2577 * isearch.el (isearch-cmds): Add docstring.
2578 (isearch-mouse-2): Lookup binding in the proper buffer.
2579 Use call-interactively and remove the now useless `arg'.
2580 (isearch-search-fun-function): New var.
2581 (isearch-search-fun): New fun.
2582 (isearch-search, isearch-lazy-highlight-search): Use it.
2bbfbf25 2583
b226fea8
MR
25842002-09-09 Stefan Monnier <monnier@cs.yale.edu>
2585
2586 * simple.el (what-line): Don't hard-code 1.
0a28e1ca
SM
2587 (transient-mark-mode, line-number-mode, column-number-mode):
2588 Use define-minor-mode.
b226fea8
MR
2589 (do-auto-fill): Only ignore prefix if it's really empty.
2590
a51c969c
MR
25912002-09-09 Markus Rost <rost@math.ohio-state.edu>
2592
2593 * files.el (save-some-buffers-action-alist): Use lower case for
2594 help string of diff-buffer-with-file.
2595
50332dc1
RS
25962002-09-09 Richard M. Stallman <rms@gnu.org>
2597
0a28e1ca 2598 * calendar/calendar.el (mouse-scroll-calendar-left)
50332dc1
RS
2599 (mouse-scroll-calendar-right, mouse-calendar-other-month):
2600 New commands.
2601 (calendar-mode-line-format): Use them.
2602
2603 * emacs-lisp/bytecomp.el (byte-recompile-directory):
2604 Set and then bind default-directory.
2605
0a28e1ca 2606 * startup.el (fancy-splash-head, normal-splash-screen):
50332dc1
RS
2607 Change the messages that explain about GNU or GNU/Linux.
2608
2609 * info.el (Info-search): Add (point-min) to subfile positions
2610 to get them right. Skip the current subfile using forward-line.
2611
2612 * files.el (make-backup-file-name-1): When make-directory fails,
2613 ignore backup-directory-alist.
2614 (make-directory): Expand DIR before looking for handler.
2615
26162002-09-09 Jari Aalto <jari.aalto@poboxes.com>
2617
0a28e1ca 2618 * progmodes/cperl-mode.el (cperl-noscan-files-regexp):
a51c969c 2619 In addition to RCS, exclude CVS directories.
50332dc1
RS
2620
2621 * ls-lisp.el (ls-lisp-format-time-list): New variable.
2622 (ls-lisp-format-time): Use it.
2623
a51c969c 2624 * files.el (auto-mode-alist): Use sh-mode for .bash files.
0a28e1ca 2625
50332dc1
RS
26262002-09-09 Dave Love <d.love@dl.ac.uk>
2627
2628 * ps-print.el: Many doc fixes.
2629
454473ea
JPW
26302002-09-09 John Paul Wallington <jpw@shootybangbang.com>
2631
2632 * play/doctor.el (doctor-cadr, doctor-caddr, doctor-cddr): Remove.
2633 Update callers.
a3e58c1a 2634
ab9ecc74
MR
26352002-09-08 Markus Rost <rost@math.ohio-state.edu>
2636
2637 * diff.el (diff): Doc fix.
2638
cd91e34c
RS
26392002-09-08 Richard M. Stallman <rms@gnu.org>
2640
2641 * emacs-lisp/bytecomp.el (byte-compile-delete-errors): Default to nil.
2642
2643 * simple.el (undo-elt-in-region): Fix one-off error at END.
2644 (forward-visible-line): Handle invisibility by ignoring
2645 invisible newlines. Also include entire invisible lines beyond
2646 the stopping point.
2647
0a28e1ca 2648 * cus-edit.el (custom-save-variables, custom-save-faces):
cd91e34c
RS
2649 Clarify the comments written into .emacs.
2650
26512002-09-08 Markus Triska <triska@gmx.at>
2652
2653 * play/doctor.el (doctor-doc): Recognize question words
2654 and use qlist. Use doctor-shorten's return value.
2655 (doctor-shorten): Compute a return value, don't alter `sent'.
2656 (doctor-hates1): Add a question mark.
2657 (doctor-strangelove): Unused function deleted.
2658
177aef40
KS
26592002-09-08 Kim F. Storm <storm@cua.dk>
2660
de8e3806
KS
2661 * kmacro.el (kmacro-end-and-call-macro): New command to end and
2662 call keyboard macro in one step. Bind it to C-x e by default.
2663 (kmacro-call-macro): Use format-kbd-macro.
2664 (kmacro-step-edit-macro): New command to interactively step edit
2665 and execute last keyboard macro.
2666 (kmacro-keymap): Bind SPC [C-x C-k SPC] to kmacro-step-edit-macro.
2667 (kmacro-step-edit-mini-window-height): New custom var.
2668 (kmacro-step-edit-map): New keymap (parent is query-replace-map).
2669 (kmacro-step-edit-prefix-commands): New var.
2670 (kmacro-step-edit-prompt, kmacro-step-edit-query)
2671 (kmacro-step-edit-insert, kmacro-step-edit-pre-command)
2672 (kmacro-step-edit-minibuf-setup, kmacro-step-edit-post-command):
2673 New aux functions for step editing keyboard macros.
2674
177aef40
KS
2675 * subr.el (read-quoted-char): Apply listify-key-sequence to vector
2676 returned by this-single-command-raw-keys before appending it to
2677 unread-command-event.
2678
5488b9fc
CW
26792002-09-07 Colin Walters <walters@debian.org>
2680
2681 * progmodes/compile.el (compile-internal): Add optional argument
2682 no-async.
0a28e1ca 2683
5488b9fc
CW
2684 * diff.el (diff): Add optional argument no-async, and use the
2685 above argument.
0a28e1ca 2686
125c1081
CW
2687 * files.el (diff-buffer-with-file): Call diff synchronously, so we
2688 don't delete the temporary file before diff has a chance to read
2689 it.
0a28e1ca
SM
2690
2691 * ibuf-ext.el (ibuffer-diff-with-file): Just call
2692 `diff-buffer-with-file'.
5488b9fc 2693
cb0fd101
JPW
26942002-09-07 John Paul Wallington <jpw@shootybangbang.com>
2695
2696 * emacs-lisp/cl-indent.el (extended-loop-p): Doc fix.
2697
0a28e1ca
SM
2698 * emacs-lisp/find-func.el (find-function-recenter-line):
2699 Add custom type. Doc fix.
cb0fd101 2700
537b4efb
SM
27012002-09-06 Stefan Monnier <monnier@cs.yale.edu>
2702
2703 * menu-bar.el (menu-bar-make-mm-toggle): New macro.
2704 (showhide-menu-bar, showhide-toolbar, menu-bar-toggle-auto-compression)
2705 (toggle-highlight-paren-mode, toggle-global-lazy-font-lock-mode):
2706 Remove. Use the minor mode function directly instead.
2707 (menu-bar-mode): Add message and customize-mark-as-set and return
2708 the new value as do other minor modes.
2709
2710 * edmacro.el (edmacro-subseq): Don't use cl-push/cl-pop.
2711
c76c6e73
FP
27122002-09-06 Simon Marshall <simon@gnu.org>
2713
537b4efb
SM
2714 * progmodes/etags.el (find-tag-tag, complete-tag):
2715 Bind completion-ignore-case based on tags-case-fold-search, so that
c76c6e73
FP
2716 case-sensitivity of tag completion matches that of tag search.
2717
b29c5a84
JB
27182002-09-06 Juanma Barranquero <lektu@terra.es>
2719
2720 * calendar/solar.el (calendar-time-display-form): Fix spacing.
2721
2722 * double.el (double-prefix-only): Likewise.
2723
2724 * emacs-lisp/easymenu.el (easy-menu-define): Likewise.
2725
2726 * emacs-lisp/find-func.el (find-function-search-for-symbol): Likewise.
2727
2728 * emacs-lisp/float.el (string-to-float): Likewise.
2729
2730 * emacs-lisp/rx.el (rx): Likewise.
2731
2732 * faces.el (copy-face): Likewise.
2733
2734 * hilit-chg.el (highlight-changes-colours)
2735 (highlight-changes-active-string)
2736 (highlight-changes-passive-string)
2737 (highlight-changes-rotate-faces, global-highlight-changes): Likewise.
2738
2739 * international/mule.el (decode-char): Likewise.
2740
2741 * progmodes/idlwave.el (idlwave-support-inheritance)
2742 (idlwave-routine-entry-compare): Likewise.
2743
2744 * progmodes/idlw-shell.el (idlwave-shell-use-breakpoint-glyph):
2745 Likewise.
2746
2747 * progmodes/pascal.el (pascal-start-keywords): Likewise.
2748
2749 * progmodes/sh-script.el (sh-indent-for-fi, sh-indent-for-done):
2750 Likewise.
2751
2752 * progmodes/vhdl-mode.el (vhdl-progress-interval)
2753 (vhdl-corresponding-begin): Likewise.
2754
2755 * simple.el (choose-completion-string-functions): Likewise.
2756
b29c5a84
JB
2757 * textmodes/reftex.el (reftex-TeX-master-file): Likewise.
2758
2759 * textmodes/fill.el (fill-nonuniform-paragraphs)
2760 (fill-individual-paragraphs): Likewise.
2761
2762 * vcursor.el (vcursor-toggle-vcursor-map): Likewise.
2763
2764 * warnings.el (warning-level-aliases): Likewise.
2765
2e78ba24
JB
2766 * speedbar.el (speedbar-mode): Fix spacing and typos.
2767
2768 * textmodes/reftex-vars.el (reftex-label-menu-flags): Fix typo.
2769
790f437c
MR
27702002-09-05 Markus Rost <rost@math.ohio-state.edu>
2771
2772 * textmodes/table.el (table-command-prefix): Fix type.
2773
d7fb8b42
AS
27742002-09-05 Andre Spiegel <spiegel@gnu.org>
2775
d9c25020 2776 * vc-hooks.el: Don't require vc.el at compile-time; it causes
d7fb8b42
AS
2777 recursive requirements during bootstrap.
2778
3873f5a5
KH
27792002-09-05 Kenichi Handa <handa@etl.go.jp>
2780
2781 * international/mule.el (decode-char): Cancel the previous change.
2782
4d8da98b
RS
27832002-09-04 Mats Lidell <matsl@contactor.se> (tiny change)
2784
2785 * language/european.el ("Swedish"): New set-language-info-alist call.
2786
27872002-09-04 Richard M. Stallman <rms@gnu.org>
2788
2789 * help-fns.el (help-with-tutorial): Properly set up
2790 completion-reference-buffer in the *Completion* buffer.
2791
16d2fae9
JPW
27922002-09-04 John Paul Wallington <jpw@shootybangbang.com>
2793
2794 * startup.el (use-fancy-splash-screens-p): If `fancy-splash-frame'
2795 returns nil, return nil.
2796
6a66dca9
AS
27972002-09-04 Andre Spiegel <spiegel@gnu.org>
2798
2799 * vc-hooks.el: Require vc.el at compile-time.
537b4efb
SM
2800 (vc-workfile-unchanged-p, vc-default-workfile-unchanged-p):
2801 Moved here from vc.el.
6a66dca9 2802
537b4efb
SM
2803 * vc.el (vc-workfile-unchanged-p, vc-default-workfile-unchanged-p):
2804 Moved to vc-hooks.el.
6a66dca9
AS
2805
2806 * vc-rcs.el (vc-rcs-state): Don't require vc.el.
2807
1e7f6327
KH
28082002-09-04 Kenichi Handa <handa@etl.go.jp>
2809
2810 * international/mule.el (decode-char): Translate a character by
2811 utf-8-translation-table-for-decode only when
2812 utf-8-fragment-on-decoding is non-nil.
2813
a56f616a
SM
28142002-09-02 Stefan Monnier <monnier@cs.yale.edu>
2815
537b4efb
SM
2816 * textmodes/text-mode.el (paragraph-indent-text-mode-abbrev-table)
2817 (paragraph-indent-text-mode-syntax-table, paragraph-indent-text-mode):
2818 Use text-mode's syntax-table and abbrev-table.
2819 (text-mode): Set require-final-newline to t.
2820
2821 * newcomment.el (comment-make-extra-lines): Only use the
2822 dummy `=' char when there's really nothing else.
2823 Don't remove spaces if it leads to an incorrect comment.
2824
2825 * pcvs.el (cvs-run-process): Use a pty rather than a pipe to work
2826 around the cvs/ssh/libc bug.
2827 (cvs-update-header): Understand `cvs admin -m<rev>:<msg>' syntax.
2828 (defun-cvs-mode): Use the new `declare' thingy.
2829 (cvs-edit-log-text-at-point, cvs-mode-edit-log, cvs-do-edit-log)
2830 (cvs-edit-log-minor-wrap, cvs-edit-log-filelist): New funs.
2831 (cvs-mode-undo): Use `cvs add' for (CONFLICT. REMOVED).
2832
2833 * pcvs-parse.el (cvs-parse-table): Create a `need-update'
2834 node rather than a message for new directories.
2835 (cvs-parse-status): Add support for `Entry Invalid'.
2836
2837 * smerge-mode.el (smerge-diff-buffer-name): Default to *vc-diff*.
2838 (smerge-combine-with-next): New function.
2839 (smerge-diff): Don't output `wrote /tmp/foo' messages.
2840 Insert message if no diffs were found.
2841
a56f616a
SM
2842 * mail/sendmail.el (mail-mode): Don't set local-abbrev-table.
2843 (mail-mode-abbrev-table): Set to text-mode-abbrev-table.
2844
1e7f6327 28452002-09-02 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
dba28077
KG
2846
2847 * net/tramp.el: Version 2.0.15 released.
2848 (require 'base64): Most modern Emacsen have the base64
2849 encode/decode functions built in, so test to see if they are bound
a56f616a
SM
2850 before we go blindly requiring base64.el.
2851 From Steve Youngs <youngs@xemacs.org>.
dba28077
KG
2852 (tramp-feature-write-region-fix): XEmacs doesn't have a
2853 'find-operation-coding-system' and this variable doesn't seem to
a56f616a
SM
2854 be used anywhere so wrap it in (unless (featurep 'xemacs)).
2855 From Steve Youngs <youngs@xemacs.org>.
2856 (tramp-methods): Remove duplicate definition of ssh1-old and ssh2-old.
dba28077
KG
2857 (tramp-open-connection-su): Use user name "root" if no user name
2858 is given.
2859
2860 From Michael Albinus <Michael.Albinus@alcatel.de>:
2861 * net/tramp.el (tramp-invoke-ange-ftp):
2862 (tramp-ange-ftp-file-name-p): Check for Xemacs.
2863 (tramp-do-copy-or-rename-file): Don't pass KEEP-DATE to
2864 tramp-invoke-ange-ftp 'rename.
2865 (tramp-handle-write-region): Don't pass LOCKNAME and CONFIRM to
2866 tramp-invoke-ange-ftp 'write-region.
2867 (tramp-handle-set-file-modes): Change order of FILENAME and MODE
2868 passing to tramp-invoke-ange-ftp 'set-file-modes.
2869 (tramp-invoke-ange-ftp): `tramp-disable-ange-ftp' must be called
2870 again after activating `ange-ftp'.
a56f616a 2871
efa1b437
KS
28722002-09-02 Kim F. Storm <storm@cua.dk>
2873
2874 * ido.el (ido-ignore-item-temp-list): New variable.
2875 (ido-read-internal): Don't set ido-default-item if the default is
2876 member of ido-ignore-item-temp-list.
2877 Don't return first match for C-j if no text is entered.
2878 (ido-buffer-internal): Check for empty string return.
2879 (ido-make-buffer-list1): Use member instead of memq.
2880 (ido-window-buffer-p): Likewise.
2881 (ido-get-bufname): Ignore buffers on ido-ignore-item-temp-list.
2882 (ido-ignore-item-p): Ignore items on ido-ignore-item-temp-list.
2883
2884 * replace.el (multi-occur): Made "ido-aware":
2885 Changed prompt to use C-j instead of RET to end.
2886 Set ido-ignore-item-temp-list to the selected buffers so far, so
2887 they are automatically excluded from the list of choices.
2888 Use add-to-list instead of push.
2889
957e7c38
RS
28902002-09-01 Richard M. Stallman <rms@gnu.org>
2891
2892 * term/x-win.el (function-key-map): Define S-iso-lefttab.
2893
efa1b437 28942002-09-01 Kim F. Storm <storm@cua.dk>
93abbfee
KS
2895
2896 * edmacro.el (edit-kbd-macro): Recognize new default binding for
2897 C-x e in addition to old binding.
2898
957e7c38
RS
28992002-09-01 Mario Lang <mlang@debian.org>
2900
2901 * files.el (save-some-buffers-action-alist): New variable.
2902 (save-some-buffers): Use that.
2903 (diff-buffer-with-file): New function.
2904
69506e67
RS
29052002-09-01 Richard M. Stallman <rms@gnu.org>
2906
2907 * ruler-mode.el (defgroup ruler-mode): Use `convenience' as parent.
2908
2909 * dired.el (defgroup dired): Use `files' as parent.
2910 (dired-get-filename): Ignore handler if it has safe-magic prop.
2911
2912 * jka-compr.el (jka-compr-handler): Add safe-magic property.
2913
29142002-08-31 Richard M. Stallman <rms@gnu.org>
2915
2916 * simple.el (kill-line): Use end-of-visible-line to determine
2917 if rest of line is blank.
2918 (end-of-visible-line): Cope if end-of-line moved back over
2919 invisible intangible chars at end of line.
2920
2921 * simple.el (completion-setup-function): Don't use directory-sep-char.
2922
5f4bc67e
GM
29232002-09-01 Glenn Morris <gmorris@ast.cam.ac.uk>
2924
2925 * progmodes/f90.el (f90-menu): Remove ":active" keyword where not
2926 needed.
2927 (f90-menu, f90-add-imenu-menu): Use lookup-key.
2928 Remove (eval-when-compile) for free variables.
2929
523d3bf4
AS
29302002-08-31 Andreas Schwab <schwab@suse.de>
2931
2932 * font-core.el (font-lock-change-mode): Avoid changing buffer
2933 state in any way.
2934
a56f616a
SM
29352002-08-30 Stefan Monnier <monnier@cs.yale.edu>
2936
2937 * emacs-lisp/easymenu.el (easy-menu-filter-return):
2938 Handle the case where the filter returns a single menu entry.
2939 (easy-menu-add): Improve docstring.
2940 (easy-menu-current-active-maps): Remove.
2941 (easy-menu-get-map): Use current-active-maps.
2942
2943 * cus-edit.el (custom-unlispify-menu-entry): Don't remove
2944 the -p prefix from variables since they shouldn't have it anyway.
2945 (custom-group-menu-create, customize-menu-create):
2946 Only cdr if applicable, since custom-menu-create might return
2947 a vector (i.e. a single menu entry).
2948
6797907e
RS
29492002-08-30 Edward M. Reingold <reingold@emr.cs.iit.edu>
2950
2951 * calendar/diary-lib.el (diary-mail-entries): Don't overwrite
2952 user's value of diary-list-include-blanks, but generate message
2953 instead if there are no entries.
2954
d1951e6a
RS
29552002-08-30 ARISAWA Akihiro <ari@mbf.sphere.ne.jp> (tiny change)
2956
2957 * ps-print.el (ps-lp-system): Fixed typo in `usg-unix-v'.
2958
724f328c
MR
29592002-08-30 Markus Rost <rost@math.ohio-state.edu>
2960
2961 * menu-bar.el (menu-bar-read-mail): Doc fix.
2962
da337a28
JPW
29632002-08-30 John Paul Wallington <jpw@shootybangbang.com>
2964
2965 * ibuffer.el (ibuffer-update): Revert expansion of `caddr'.
2966 (ibuffer-fontification-alist): Check hidden buffer case isn't
2967 visiting a file and change its face to italic.
2968
01599482
JB
29692002-08-30 Juanma Barranquero <lektu@terra.es>
2970
bbd55321
JB
2971 * replace.el (occur-mode): Add interactive declaration.
2972
01599482
JB
2973 * bs.el (bs-message-without-log): Fix typo.
2974
2975 * font-core.el (font-lock-defaults): Likewise.
2976
2977 * font-lock.el (font-lock-add-keywords): Likewise.
2978
2979 * mouse-copy.el (mouse-copy-work-around-drag-bug): Likewise.
2980
2981 * textmodes/bibtex.el (bibtex-mode): Likewise.
2982
2983 * emulation/viper-ex.el (ex-compile-command): Likewise.
2984
bbd55321
JB
2985 * progmodes/idlwave.el (idlwave-max-extra-continuation-indent):
2986 Likewise.
01599482
JB
2987
2988 * progmodes/dcl-mode.el (dcl-calc-cont-indent-relative): Likewise.
2989
2990 * allout.el (my-mark-marker): Likewise.
2991
1121afb4
SJ
29922002-08-30 Simon Josefsson <jas@extundo.com>
2993
2994 * mail/smtpmail.el (smtpmail-via-smtp): Delete process buffer
2995 unless s-debug-info is enabled.
2996
94394914
JPW
29972002-08-29 John Paul Wallington <jpw@shootybangbang.com>
2998
2999 * ibuffer.el (ibuffer-update): Use `minibufferp'. Expand `caddr'.
3000
3001 * mwheel.el (mouse-wheel-up-button): Doc fix.
3002
c9ae8cbb
JB
30032002-08-29 Juanma Barranquero <lektu@terra.es>
3004
3005 * replace.el (occur-mode-hook): New hook.
3006 (occur-mode): Use it.
3007 (occur-hook): Set default to nil.
3008
a56f616a
SM
30092002-08-29 Stefan Monnier <monnier@cs.yale.edu>
3010
3011 * net/ange-ftp.el: Use match-string and drop useless `function's.
3012 (ange-ftp-get-process): Bind `ange-ftp-this-user' and
3013 `ange-ftp-this-host' before running ange-ftp-process-startup-hook.
3014 (ange-ftp-ls-parser): Use `switches' arg instead of dynamic binding.
3015 (ange-ftp-parse-dired-listing): Update the calls.
3016 (dired-local-variables-file): Declare to shut quieten the compiler.
3017 (ange-ftp-file-entry-active-p): Remove.
3018 (ange-ftp-file-name-all-completions, ange-ftp-file-name-completion):
3019 Don't exclude dangling symlinks.
3020 (ange-ftp-file-name-completion-1): Make predicate optional.
3021 (ange-ftp-parse-list-func-alist): Use add-to-list to update.
3022 (ange-ftp-fix-name-for-bs2000): Use subst-char-in-string.
3023 (ange-ftp-bs2000-posix-hook-installed): Remove.
3024 (ange-ftp-add-bs2000-posix-host): Don't use it anymore.
3025 (ange-ftp-bs2000-cd-to-posix): Use `ange-ftp-this-user' and
3026 `ange-ftp-this-host' instead of `user' and `host'.
3027
a007b9d2
RS
30282002-08-29 Richard M. Stallman <rms@gnu.org>
3029
a56f616a 3030 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
d1951e6a
RS
3031 Decide here whether to print which form we're compiling.
3032 If we do that, still print file and line. Make file name
3033 relative to default-directory. Print fewer newlines.
3034 (byte-compile-log-file): Print something even if no file.
3035 Print messages for entering and leaving directories,
3036 and set default-directory.
3037 (displaying-byte-compile-warnings): Only sometimes bind warning-series.
3038 (byte-compile-warning-series): New function.
3039 (byte-compile-file): Set byte-compile-last-logged-file, don't bind it.
3040 (byte-compile-display-log-head-p): Function deleted.
a56f616a 3041
d1951e6a
RS
3042 * warnings.el (warning-series): Now can be a marker, not an integer.
3043 (display-warning): Handle new value for warning-series.
3044
a007b9d2
RS
3045 * emacs-lisp/bytecomp.el (byte-compile-log-file): Use \f.
3046 (byte-compile-cl-warn): Add cl-macroexpand-all, cl-compiling-file
3047 to don't-warn list.
3048
2c6d3726
KS
30492002-08-29 Kim F. Storm <storm@cua.dk>
3050
a56f616a
SM
3051 * kmacro.el: Change default bindings from F7/F8 to F3/F4.
3052 Change default binding of C-x e to kmacro-end-or-call-macro.
2c6d3726 3053 (kmacro-call-repeat-key, kmacro-call-repeat-with-arg): New custom
01599482 3054 variables.
2c6d3726 3055 (kmacro-get-prefix-arg): New function.
a56f616a
SM
3056 (kmacro-repeat-on-last-key): Rename from kmacro-repeat-loop and
3057 improve. Callers changed.
2c6d3726
KS
3058 (kmacro-call-macro): Repeat macro by repeating last key or
3059 key defined in kmacro-call-repeat-key. New third arg non-nil
3060 means to end current macro.
3061 (kmacro-end-or-call-macro): Call kmacro-call-macro appropriately
3062 to get repeat last key functionality.
3063 (kmacro-start-macro-or-insert-counter): Improve doc string.
3064
6f4b3ed8
RS
30652002-08-28 Luc Teirlinck <teirllm@mail.auburn.edu>
3066
94394914 3067 * files.el (find-buffer-visiting): Compare file attributes
6f4b3ed8
RS
3068 using buffer-file-truename.
3069
30702002-08-28 Richard M. Stallman <rms@gnu.org>
3071
01599482 3072 * files.el (make-auto-save-file-name, make-backup-file-name-1):
6f4b3ed8
RS
3073 Don't use directory-sep-char.
3074
402b32b5
JB
30752002-08-28 Juanma Barranquero <lektu@terra.es>
3076
2fb79329
JB
3077 * replace.el (occur-hook): Renamed from `occur-mode-hook'.
3078 (occur-mode): Remove call to `occur-mode-hook'.
3079 (occur-rename-buffer): Fix reference to `occur-mode-hook' in docstring.
3080 (occur-1): Add call to `occur-hook'.
3081
402b32b5
JB
3082 * subr.el (make-variable-frame-localizable): Alias for
3083 `make-variable-frame-local'.
3084
99526413
MB
30852002-08-28 Miles Bader <miles@gnu.org>
3086
2753c70f 3087 * rfn-eshadow.el (read-file-name-electric-shadow-properties)
402b32b5 3088 (read-file-name-electric-shadow-tty-properties)
2753c70f
MB
3089 (read-file-name-electric-shadow-mode): Remove compatibility defs.
3090
99526413
MB
3091 * comint.el (comint-carriage-motion): Start at START.
3092
6309b0e1
RS
30932002-08-27 Francesco Potorti` <pot@gnu.org>
3094
3095 * net/ange-ftp.el (ange-ftp-skip-msgs): Skip the 530 response
3096 given by vsFTPd when accessed with a kerberised FTP client.
3097
d97a9ff3
RS
30982002-08-27 Richard M. Stallman <rms@gnu.org>
3099
3100 * files.el (find-alternate-file):
3101 Bind kill-buffer-query-functions locally, don't set it.
3102
63b833de
AS
31032002-08-27 Andreas Schwab <schwab@suse.de>
3104
3105 * kmacro.el (kmacro-start-macro): Doc fix.
3106
a062d73f
CD
31072002-08-27 Carsten Dominik <dominik@sand.science.uva.nl>
3108
3109 * textfile/reftex-ref.el (reftex-goto-label): New command.
3110
92c30310 3111 * textfile/reftex-vars.el (reftex-part-resets-chapter): New option.
a062d73f
CD
3112
3113 * textfile/reftex-parse.el (reftex-roman-number): New function.
3114 (reftex-section-number): Better handling of parts: No chapter
3115 counter resets.
3116
3117 * textfile/reftex.el (reftex-highlight-overlays): Added a third
3118 overlay.
92c30310
SM
3119 (reftex-mode-menu): Added entry for `reftex-toc-recenter.
3120 Also moved `reftex-reset-mode' to top level.
a062d73f
CD
3121
3122 * textfile/reftex-toc.el (reftex-toc-recenter): New command.
3123 (reftex-toc-pre-command-hook): Don't remove highlight overlay.
3124 (reftex-toc-post-command-hook): Use overlay no 2 for highlighting.
3125
92c30310 3126 * textfile/reftex-sel.el (reftex-get-offset): Get offset of
a062d73f 3127 document pointer *before* position, not after.
92c30310 3128 (reftex-insert-docstruct): Get offset of document pointer *before*
a062d73f
CD
3129 position, not after.
3130
92c30310 3131 * textfiles/reftex-parse.el (reftex-where-am-I): Prefer marker
a062d73f
CD
3132 match over section title match.
3133
3134 * textfiles/reftex-cite.el (reftex-bib-or-thebib): New function
3135 which determines on a per-file-basis if BibTeX is being used
3136 locally for citations.
3137 (reftex-offer-bib-menu): Use `reftex-bib-or-thebib' for better
3138 cooperation with chapterbib.
3139 (reftex-bibtex-selection-callback): Use `reftex-bib-or-thebib' for
3140 better cooperation with chapterbib.
3141
92c30310
SM
3142 * textfiles/reftex-dcr.el (reftex-view-cr-cite):
3143 Use `reftex-bib-or-thebib' for better cooperation with chapterbib.
a062d73f 3144
fc4bd430
KS
31452002-08-26 Kim F. Storm <storm@cua.dk>
3146
3147 * subr.el (suppress-keymap): Use command remapping instead of
3148 substitute-key-definition to undefine self-inserting keys.
3149
1142be39
JB
31502002-08-26 Juanma Barranquero <lektu@terra.es>
3151
3152 * makefile.w32-in (WINS): Add calc and obsolete.
3153
92c30310
SM
31542002-08-26 Stefan Monnier <monnier@cs.yale.edu>
3155
3156 * emacs-lisp/easy-mmode.el (define-minor-mode):
3157 Use customize-mark-as-set for global minor modes.
3158
476cf013
MB
31592002-08-25 Miles Bader <miles@gnu.org>
3160
3161 * rfn-eshadow.el (file-name-shadow-properties-custom-type):
3162 Renamed from `read-file-name-electric-shadow-properties-custom-type'.
3163 Change name of face.
3164 (file-name-shadow-properties): Renamed from
3165 `read-file-name-electric-shadow-properties'.
3166 (file-name-shadow-tty-properties): Renamed from
3167 `read-file-name-electric-shadow-tty-properties'.
3168 (file-name-shadow): Renamed from `read-file-name-electric-shadow'.
3169 (rfn-eshadow-setup-minibuffer): Update references to renamed variables.
3170 (file-name-shadow-mode): Renamed from
3171 `read-file-name-electric-shadow-mode'. Update references to
3172 renamed variables.
3173
a96735b8
SS
31742002-08-24 Sam Steingold <sds@gnu.org>
3175
3176 * subr.el (eval-after-load): Do not call
3177 load-symbol-file-load-history (deleted yesterday).
3178
82e736c1
JPW
31792002-08-24 John Paul Wallington <jpw@shootybangbang.com>
3180
3181 * startup.el (normal-splash-screen): Ensure splash buffer is
3182 killed. Use tabs in output. Fix test whether previous buffer was
3183 *scratch* buffer.
3184
3185 * progmodes/simula.el (simula-abbrev-keyword-default)
3186 (simula-abbrev-keyword, simula-abbrev-stdproc-default)
3187 (simula-abbrev-stdproc): Doc fix - escape open parens in column 0.
92c30310 3188
82e736c1
JPW
3189 * apropos.el (command-apropos): Use `defalias' instead of `fset'.
3190
3191 * mail/rmail.el (rmail-speedbar-match-folder-regexp): Doc fix.
3192
01599482
JB
31932002-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
3194
3195 * progmodes/f90.el (f90-xemacs-flag, f90-xemacs-menu)
3196 (f90-menu-bar-menu, f90-change-case-menu, f90-font-lock-on)
3197 (f90-font-lock-off, f90-font-lock-menu): Delete.
3198 Use easy-menu-define instead.
3199 (f90-mode): Use easy-menu-add.
3200 No longer (require 'imenu) when compiling.
3201 (f90-mark-subprogram, f90-indent-region, f90-fill-region)
3202 (f90-abbrev-start): Use fboundp.
3203 (f90-imenu-flag): Delete - use imenu--index-alist instead.
3204
729d9038
RS
32052002-08-23 Richard M. Stallman <rms@gnu.org>
3206
3207 * loadhist.el (unload-feature): Distinguish functions from
3208 variables in load-history.
3209 (feature-symbols): Doc fix.
3210
3211 * files.el (ange-ftp-completion-hook-function): Add safe-magic prop.
3212
3213 * subr.el (symbol-file-load-history-loaded)
3214 (load-symbol-file-load-history): Deleted.
3215 (symbol-file): Don't call load-symbol-file-load-history.
82e736c1 3216
01599482
JB
32172002-08-23 Andre Spiegel <spiegel@gnu.org>
3218
3219 * vc-hooks.el (vc-kill-buffer-hook): Add it to kill-buffer-hook again.
3220
d9c25020 32212002-08-22 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
729d9038
RS
3222
3223 * frame.el (select-frame-by-name, select-frame-set-input-focus):
3224 Always call x-focus-frame, if using x.
3225 Use set-mouse-position on all systems, if focus-follows-mouse.
3226
1e7f6327 32272002-08-22 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
821e6e36
KG
3228
3229 * net/tramp.el: Version 2.0.14 released.
3230 (tramp-shell-prompt-pattern): New variable.
3231 (tramp-actions-before-shell, tramp-multi-actions)
3232 (tramp-find-shell, tramp-open-connection-multi)
3233 (tramp-open-connection-setup-interactive-shell): Use it.
3234 (tramp-open-connection-telnet, tramp-open-connection-rsh)
3235 (tramp-open-connection-su): Mention `tramp-shell-prompt-pattern'
3236 in the docstring.
3237 (tramp-bug): Report `tramp-shell-prompt-pattern'.
92c30310
SM
3238 (tramp-process-one-multi-action, tramp-process-one-action):
3239 Make message clearer so people don't confuse it with Emacs asking
3240 them a question if the regexp happens to end with "?".
821e6e36
KG
3241 (tramp-verbose): Change default value from 10 to 9. Also change
3242 some logging levels so that 10 is reserved for stuff which is
3243 needed for debugging only, but 9 catches everything that people
3244 might like to see in order to see that Tramp is actually working.
3245
e064daa2
KS
32462002-08-22 Kim F. Storm <storm@cua.dk>
3247
3248 * emacs-lisp/authors.el (authors-aliases, authors-fixed-entries):
3249 Corrected spelling mistakes (for Joseph Arceneaux).
3250
f34150c4
GM
32512002-08-21 Glenn Morris <gmorris@ast.cam.ac.uk>
3252
3253 * progmodes/f90.el: eval-when-compile a few defvars.
3254 (f90-xemacs-flag): Wrap in eval-and-compile.
3255 (f90-font-lock-keywords): Doc fix.
92c30310 3256 (f90-mode-abbrev-table): Work with or without 6th arg of define-abbrev.
f34150c4
GM
3257 (f90-mark-subprogram-overlay): Variable deleted.
3258 (f90-mark-subprogram): Remove overlay bit. Don't be silent about
3259 pushing mark.
3260 (f90-abbrev-start): unread-command-event is obsolete in XEmacs.
3261
1e7f6327 32622002-08-21 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3cdaec13
KG
3263
3264 * tramp.el: Version 2.0.13 released.
3265 (tramp-handle-write-region): Don't check to see if remote end is
3266 awake after sending data to remote host: we want to send "EOF" not
3267 "echo are you awake"...
3268 (tramp-maybe-open-connection): Swap args for tramp-time-diff.
3269 (tramp-yn-prompt-regexp): New variable.
3270 (tramp-action-yn): New function, using it.
3271 (tramp-feature-write-region-fix): New internal variable. Not yet
3272 used. Should be used in `tramp-handle-write-region'.
3273
88a0d95a
KS
32742002-08-21 Kim F. Storm <storm@cua.dk>
3275
3276 * bindings.el (mode-line-format): Moved global-mode-string last.
3277 (mode-line-position): Moved %p first. Added padding to %l/%c to
3278 eliminate jumpyness in modeline. Use (%l,%c) format if both
3279 line-number-mode and column-number-mode are enabled.
3280
0e35704f
MS
32812002-08-20 Martin Stjernholm <bug-cc-mode@gnu.org>
3282
3283 * progmodes/cc-engine.el (c-forward-syntactic-ws): Fixed a bug
3284 that could cause an infinite loop if something that looks like
3285 a macro begins in the middle of a line.
3286
3287 * progmodes/cc-engine.el (c-parse-state): Fixed a bug that
3288 could cause `c-state-cache' to contain two conses in sequence
3289 when there's an unbalanced open paren in a macro.
3290
5b89a8c9
GM
32912002-08-20 Glenn Morris <gmorris@ast.cam.ac.uk>
3292
a245ece5
GM
3293 * progmodes/fortran.el (fortran-current-defun): Use save-excursion.
3294
5b89a8c9 3295 * imenu.el (imenu--generic-function): Use mapc.
23d468da 3296 (imenu-syntax-alist): Doc fix.
5b89a8c9 3297
3d7e291f
RS
32982002-08-20 Richard M. Stallman <rms@gnu.org>
3299
3300 * font-core.el (font-lock-change-mode): New function.
3301 (font-lock-mode): Use font-lock-change-mode instead of
3302 font-lock-unfontify-buffer.
3303 (font-lock-maximum-size, font-lock-verbose): Add defvars.
3304
20cd3579
CD
33052002-08-20 Carsten Dominik <dominik@astro.uva.nl>
3306
3307 * textfiles/reftex-cite.el (reftex-bib-or-thebib): New function
3308 which determines on a per-file-basis if BibTeX is being used
3309 locally for citations.
3310 (reftex-offer-bib-menu): Use `reftex-bib-or-thebib' for better
3311 cooperation with chapterbib.
3312 (reftex-bibtex-selection-callback): Use `reftex-bib-or-thebib' for
3313 better cooperation with chapterbib.
3314
92c30310
SM
3315 * textfiles/reftex-dcr.el (reftex-view-cr-cite):
3316 Use `reftex-bib-or-thebib' for better cooperation with chapterbib.
20cd3579 3317
1c7c032c
KS
33182002-08-20 Kim F. Storm <storm@cua.dk>
3319
3320 * kmacro.el: Major rework based on discussions with RMS.
3321 Most important change is that C-x C-k is now bound to a keymap
3322 with keyboard macro related commands. The original binding on
3323 C-x C-k is moved to C-x C-k e.
3324
1efc433b
KS
3325 * binding.el: Remove macro related bindings (now in kmacro.el).
3326
3327 * edmacro.el: Remove C-x C-k binding (now in kmacro.el).
3328
92c30310
SM
33292002-08-19 Stefan Monnier <monnier@cs.yale.edu>
3330
3331 * help-fns.el (help-split-fundoc): Replace the function name
3332 from the docstring with the one that should be displayed.
3333 (help-make-usage): Understand CL style arglists.
3334 (describe-function-1): Adapt to the new behavior of help-split-fundoc.
3335 (describe-variable): Use delete-region.
3336
623b1d5e
KH
33372002-08-19 Kenichi Handa <handa@etl.go.jp>
3338
92c30310
SM
3339 * international/mule.el (sgml-xml-auto-coding-function):
3340 Call re-search-forward with NOERROR t.
623b1d5e 3341
20b13009
MB
33422002-08-19 Miles Bader <miles@gnu.org>
3343
3344 [original idea from Luc Teirlinck <teirllm@mail.auburn.edu>]
3345 * comint.el (comint-inhibit-carriage-motion): New variable.
3346 (comint-carriage-motion): Argument STRING removed. New arguments
3347 START and END; interpret characters between START and END rather
3348 than using special comint state.
3349 (comint-output-filter): Call `comint-carriage-motion'.
3350 (comint-output-filter-functions): Don't add `comint-carriage-motion'.
92c30310
SM
3351 * ielm.el (inferior-emacs-lisp-mode):
3352 Give `comint-inhibit-carriage-motion' a local value of t.
20b13009 3353
813f3d41
RS
33542002-08-18 Richard M. Stallman <rms@gnu.org>
3355
790f437c 3356 * textmodes/table.el: New file.
813f3d41
RS
3357
3358 * font-core.el (font-lock-mode): Set change-major-mode-hook locally.
3359
76f03778
AS
33602002-08-18 Andreas Schwab <schwab@suse.de>
3361
3362 * ibuf-ext.el (ibuffer-list-buffer-modes): Doc fix.
d29c87c1
CD
3363
33642002-08-17 Carsten Dominik <dominik@astro.uva.nl>
3365
3366 * textmodes/reftex.el (reftex-mode): Create special syntax tables.
3367 (reftex-syntax-table): Set a default in case this is being used
3368 outside a LaTeX file.
3369 (reftex-syntax-table-for-bib): Set a default in case this is being
3370 used outside a LaTeX file.
3371
c387c986
RS
33722002-08-17 Richard M. Stallman <rms@gnu.org>
3373
92c30310
SM
3374 * tar-mode.el (tar-subfile-mode): Use add-hook and remove-hook,
3375 and use write-file-functions instead of local-write-file-hooks.
c387c986
RS
3376 (tar-untar-buffer): Don't try to extract directories.
3377
3378 * menu-bar.el (fringe-mode): Set to nil.
3379
3380 * mail/rmail.el (rmail-search-mime-header-function): Doc fix.
3381
ac9f144d
RS
33822002-08-15 Richard M. Stallman <rms@gnu.org>
3383
3384 * calendar/appt.el (appt-delete): Use substring-no-properties.
3385 (appt-make-list): Don't use prin1-to-string; use the string unchanged.
3386
33872002-08-15 Jan Nieuwenhuizen <janneke@gnu.org> (tiny change)
3388
3389 * server.el (server-process-filter): Simplify code.
3390 (server-goto-line-column): New function.
3391 (server-visit-files): Use server-goto-line-column.
3392 Offer to revert only if file has changed.
92c30310 3393
ac9f144d
RS
33942002-08-15 Richard M. Stallman <rms@gnu.org>
3395
3396 * files.el (recover-this-file): New function.
3397 (after-find-file): Recommend recover-this-file.
3398
3399 * font-core.el (font-lock-mode): Add font-lock-unfontify-buffer
3400 to change-major-mode-hook when font lock is enabled.
3401
3402 * simple.el (toggle-truncate-lines): Force redisplay.
3403 Display status message.
3404
36c85b42
CD
34052002-08-15 Carsten Dominik <dominik@sand.science.uva.nl>
3406
3407 * textmodes/reftex.el (reftex-mode): Moved the creation of special
3408 syntax tables to top-level.
3409
01599482
JB
34102002-08-15 David Kastrup <David.Kastrup@t-online.de>
3411
3412 * net/ange-ftp.el (ange-ftp-wipe-file-entries): Fix type mismatch;
3413 use `hash-table-size' instead of `length'.
3414
5988bd27
SM
34152002-08-14 Stefan Monnier <monnier@cs.yale.edu>
3416
b995cc88
SM
3417 * help-fns.el (locate-library): Use locate-file(-completion).
3418 (help-split-fundoc): Tighten the regexp and recognize a usage-info
3419 where the function name is `fn'.
3420 (help-function-arglist): Follow aliases and macros.
3421 (describe-function-1): Use keymapp.
3422 If the docstring contains a usage info, use it even if the function is
3423 not a subroutine. Find usage info in aliases' docstring if necessary.
3424 (describe-variable): Get the value before setting up the *Help* buffer.
3425
3426 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode):
3427 Use find-file-hook instead of find-file-hooks.
3428 (define-minor-mode): Get rid of this silly `togglep'.
3429 Add an explicit `toggle' argument (used for interactive calls).
3430 Emit a warning when a nil argument turns the mode off.
3431
3432 * language/ethio-util.el (setup-ethiopic-environment-internal)
3433 (exit-ethiopic-environment): Use find-file-hook and
3434 write-file-functions instead of find-file-hooks and write-file-hooks.
3435
3436 * window.el (handle-select-window): Don't do anything if the window
3437 has disappeared since the event was generated.
3438 (split-window-save-restore-data): Use push and with-current-buffer.
3439
3440 * saveplace.el:
3441 * play/meese.el:
3442 * obsolete/hilit19.el:
3443 * completion.el (dynamic-completion-mode):
5988bd27
SM
3444 * emacs-lisp/find-func.el (find-function-search-for-symbol):
3445 Use find-file-hook instead of find-file-hooks.
3446
3447 * imenu.el (imenu-always-use-completion-buffer-p): Make obsolete.
3448 (imenu-use-popup-menu, imenu-eager-completion-buffer): New vars.
3449 (imenu-space-replacement): Allow nil value.
3450 (imenu--completion-buffer): Use new vars and simplify.
3451 Fix handling of minibuffer-setup-hook.
3452 Use minibuffer-completion-help instead of rolling our own.
3453 (imenu-choose-buffer-index): Use the new var.
3454
3455 * startup.el (command-line): Load custom-file if not done yet.
3456
13a45e6c
KH
34572002-08-14 Kenichi Handa <handa@etl.go.jp>
3458
5988bd27
SM
3459 * select.el (xselect-convert-to-string): If TYPE is non-nil, encode
3460 the selection data string. Always return cons of type and string.
13a45e6c
KH
3461 (selection-converter-alist): Add (UTF8_STRING .
3462 xselect-convert-to-string).
3463
90a44957
SM
34642002-08-12 Stefan Monnier <monnier@cs.yale.edu>
3465
3466 * newcomment.el (comment-region): Force `lines' when `block' is set.
3467
450565cb
RS
34682002-08-12 Richard M. Stallman <rms@gnu.org>
3469
402b32b5
JB
3470 * menu-bar.el (menu-bar-next-tag-other-window, menu-bar-next-tag)
3471 (menu-bar-right-scroll-bar, menu-bar-left-scroll-bar)
3472 (menu-bar-no-scroll-bar, menu-bar-toggle-auto-compression)
3473 (menu-bar-toggle-cua-mode, menu-bar-read-mail)
3474 (menu-bar-help-extra-packages, help-with-tutorial-spec-language)
ac9f144d
RS
3475 (menu-bar-text-mode-auto-fill): New commands, used
3476 in menu bar menus instead of lambda expressions.
3477
402b32b5
JB
3478 (menu-bar-showhide-fringe-menu-customize-left)
3479 (menu-bar-showhide-fringe-menu-customize-right)
ac9f144d
RS
3480 (menu-bar-showhide-fringe-menu-customize-disable)
3481 (menu-bar-showhide-fringe-menu-customize-reset): Doc fixes.
3482
3483 (menu-bar-options-menu): Use toggle-truncate-lines.
3484 (showhide-date-time): Call customize-mark-as-set.
3485
3486 * emacs-lisp/find-func.el (find-function-search-for-symbol):
3487 Obey `definition-name' properties.
3488
3489 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode):
3490 Put `definition-name' properties on the functions whose
3491 names are constructed.
3492
450565cb
RS
3493 * textmodes/page-ext.el (pages-target-buffer): Add defvar.
3494 Renamed from target-buffer.
3495 (pages-directory, pages-copy-header-and-position): Uses changed.
3496
3497 * calendar/appt.el (appt-make-list): Correct the parsing of
3498 each appointment from time-string.
3499
35002002-08-12 Stefan Monnier <monnier@cs.yale.edu>
3501
3502 * scroll-all.el (scroll-all-mode): Use define-minor-mode.
90a44957
SM
3503 (scroll-all-mode) <defcustom>: Delete.
3504 (running-xemacs): Delete.
450565cb 3505 (minor-mode-alist): Don't manipulate it directly.
90a44957 3506
054e62ae
KH
35072002-08-10 Kenichi Handa <handa@etl.go.jp>
3508
90a44957 3509 * international/mule-cmds.el (search-unencodable-char): New function.
054e62ae 3510 (select-safe-coding-system): Show unencodable characters.
90a44957 3511 (unencodable-char-position): Deleted, and implemented in C in coding.c.
054e62ae 3512
185932d7
JW
35132002-04-09 John Wiegley <johnw@gnu.org>
3514
3515 * esh-util.el: Removed eshell-under-cygwin-p, and all uses of it.
3516 * em-cmpl.el (eshell-cmpl-ignore-case): Ditto.
3517 * em-dirs.el (eshell/cd): Ditto.
3518 * em-glob.el (eshell-glob-case-insensitive): Ditto.
3519 * em-hist.el (eshell-previous-matching-input-string-position): Ditto.
3520 * esh-ext.el (eshell-binary-suffixes): Ditto.
3521
16236388
RS
35222002-08-09 Richard M. Stallman <rms@gnu.org>
3523
f8da45ad
RS
3524 * textmodes/page-ext.el (pages-directory-mode): Undo previous change.
3525
16236388
RS
3526 * simple.el (set-variable): Give locality status in prompt.
3527
35282002-08-09 Benjamin Rutt <rutt@cis.ohio-state.edu>
3529
3530 * simple.el (set-variable): If given a prefix argument, set
3531 variable buffer-locally.
3532
3e119830
JPW
35332002-08-09 John Paul Wallington <jpw@shootybangbang.com>
3534
3535 * font-core.el (font-lock-function): Make it buffer-local.
3536
16236388
RS
35372002-08-08 Richard M. Stallman <rms@gnu.org>
3538
90a44957
SM
3539 * emacs-lisp/checkdoc.el (checkdoc, checkdoc-interactive)
3540 (checkdoc-message-interactive, checkdoc-interactive-loop)
3541 (checkdoc-current-buffer, checkdoc-continue, checkdoc-comments)
16236388
RS
3542 (checkdoc-defun):
3543 Update checkdoc-spellcheck-documentation-flag correctly.
3544 (checkdoc-ispell-docstring-engine): Don't test for
3545 checkdoc-autofix-flag = nil.
3546
62c32edf
JPW
35472002-08-07 John Paul Wallington <jpw@shootybangbang.com>
3548
3549 * xt-mouse.el (xterm-mouse-mode): Make it a global mode.
3550
3551 * wid-browse.el (widget-minor-mode): Fix doc typo.
90a44957 3552
1e7f6327 35532002-08-07 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
685f5858
KG
3554
3555 * net/tramp.el: Version 2.0.12 released.
3556 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
3557 Comment out possibly obsolete "echo hello" commands.
3558 (tramp-run-real-handler): If operation is
3559 `ange-ftp-hook-function', use first arg as the real operation.
3560 (tramp-check-ls-commands): Use / instead of \ as directory
3561 separator. (Relevant for XEmacs on Windows.)
3562 (tramp-maybe-open-connection): Use tramp-wait-for-output when
3563 waiting for the "are you awake" command. Use a different string
3564 for the "are you awake" command.
3565 (tramp-send-command): New optional arg NEVEROPEN means to never
3566 invoke tramp-maybe-open-connection.
3567 (tramp-maybe-open-connection): Use it
3568
46e3984f
RS
35692002-08-07 Richard M. Stallman <rms@gnu.org>
3570
90a44957 3571 * warnings.el (warning-prefix-function, warning-series)
46e3984f
RS
3572 (warning-fill-prefix, warning-group-format): Add autoload cookies.
3573
6d2413b8
KH
35742002-08-07 Kenichi Handa <handa@etl.go.jp>
3575
90a44957
SM
3576 * international/mule-cmds.el (select-safe-coding-system):
3577 Call pop-to-buffer inside save-window-excursion and save-excursion.
6d2413b8 3578
dd66897f
JPW
35792002-08-06 John Paul Wallington <jpw@shootybangbang.com>
3580
3581 * help-fns.el (describe-function-1): Skip arglist note if
3582 function's definition is a keymap.
3583
ee58da1b
SS
35842002-08-06 Sam Steingold <sds@gnu.org>
3585
3586 * calendar/diary-lib.el (diary-mail-entries): Use `compose-mail'
3587 and `mail-user-agent' instead of straight sendmail.
3588 (diary-modified, diary-entries-list, displayed-year)
3589 (displayed-month, entry, date, number, date-string, d-file)
90a44957 3590 (original-date): Defvar without binding to avoid compiler warnings.
ee58da1b 3591
52e4d5ea
CW
35922002-08-05 Alan Shutko <ats@acm.org>
3593
3594 * ibuffer.el (ibuffer-mode-map): Added ibuffer-filter-by-used-mode.
3595 (ibuffer-mode-map): Added ibuffer-filter-by-used-mode.
3596 (ibuffer-mode): Added ibuffer-filter-by-used-mode to doc string.
3597
3598 * ibuf-ext.el (ibuffer-list-buffer-modes): New.
3599 (ibuffer-filter-by-used-mode): New.
3600
3a8e52af
JPW
36012002-08-05 John Paul Wallington <jpw@shootybangbang.com>
3602
3603 * ediff-util.el (ediff-copy-list): Use `defalias' instead of
3604 `fset' and `symbol-function'.
3605
a5c41f64
JW
36062002-08-05 John Wiegley <johnw@gnu.org>
3607
3608 * pcomplete.el (pcomplete-entries): Don't set `above-cutoff' to a
3609 value unless pcomplete-cycle-cutoff-length is non-nil.
3610
36112002-04-09 John Paul Wallington <jpw@shootybangbang.com>
3612
3613 * esh-util.el (eshell-under-cygwin-p): New function.
3614 * em-cmpl.el (eshell-cmpl-ignore-case): Use it.
3615 * em-dirs.el (eshell/cd): Ditto.
3616 * em-glob.el (eshell-glob-case-insensitive): Ditto.
3617 * em-hist.el (eshell-previous-matching-input-string-position): Ditto.
3618 * esh-ext.el (eshell-binary-suffixes): Ditto.
3619
0101f7e1
RS
36202002-08-05 Richard M. Stallman <rms@gnu.org>
3621
86d98c33
RS
3622 * international/mule-cmds.el (select-safe-coding-system): Check for
3623 non-nil CODING-SYSTEM before warning it disagrees with AUTO-CS.
3624
0101f7e1
RS
3625 * net/ange-ftp.el (ange-ftp-smart-gateway): Doc fix.
3626
36272002-08-05 Gerd Moellmann <gerd@gnu.org>
3628
3629 * image.el (image-jpeg-p): Accept "Exif" marker.
3630
1e7f6327 36312002-08-05 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5beaf831
KG
3632
3633 * net/tramp.el: Version 2.0.11 released.
90a44957 3634 (tramp-perl-file-attributes): Print uid and gid as signed integers.
5beaf831
KG
3635 (tramp-invoke-ange-ftp): Correct check for Ange-FTP being loaded.
3636 Invoke Ange-FTP with tramp-run-real-handler to avoid Ange-FTP
3637 calling Tramp again.
3638 (tramp-find-file-exists-command): Check for `ls -d' last, after
3639 all the variants on `test -e'.
3640 (tramp-post-connection): Erase buffer before finding a command to
3641 check if file exists.
3642
62458f70
DK
36432002-08-05 David Kastrup <David.Kastrup@t-online.de>
3644
3645 * calc/calc.el (math-format-stack-value): Revert a broken
3646 if->when replacement and reformat so that this does not happen
3647 again. Fixes a pretty lethal line formatting/yanking bug.
3648
3a321ddb
GM
36492002-08-04 John Paul Wallington <jpw@shootybangbang.com>
3650
3651 * startup.el (fancy-splash-frame): Check selected frame last.
3652
1e7f6327 36532002-08-04 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
fabf2143
KG
3654
3655 * net/tramp.el: Version 2.0.10 released.
3656 (tramp-uudecode): New shell function `tramp_uudecode' to decode to
90a44957 3657 standard output even if `uudecode -p' and `uudecode -o -' don't work.
fabf2143
KG
3658 (tramp-post-connection): After finding the right shell, wait a
3659 bit. This is a kludge to avoid a race condition, even though I
3660 don't understand why there is a race condition in the first place.
3661 (tramp-post-connection): Install the `tramp_uudecode' shell
3662 function on the remote host.
3663 (tramp-coding-commands): Add an alternative for `tramp_uudecode'.
3664 (tramp-bug): Include more variables in the report.
3665
1e7f6327 36662002-08-04 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
fabf2143
KG
3667
3668 * net/tramp.el: Version 2.0.9 released.
3669 (tramp-bug): Add wording about additional info to include in bug
3670 report.
3671 (tramp-find-shell): Set $PS1 for invocation of second shell (for
3672 tilde expansion).
90a44957
SM
3673 (tramp-find-shell): Shell prompt must match at end of buffer.
3674 Do this also for fallback shell prompt.
fabf2143
KG
3675 (tramp-find-shell): More debugging output.
3676 (tramp-find-inline-encoding): When checking the decoding command,
3677 some commands fail when reading from /dev/null. So we pass a
3678 known string through the encoding command and pass that through
3679 the decoding command. So we know whether the decoding command can
3680 deal with some real input.
3681
ccf29586
AS
36822002-08-04 Andreas Schwab <schwab@suse.de>
3683
3684 * net/tramp.el (tramp-perl-encode, tramp-perl-decode): Doc fix.
3685
742fbed7
AC
36862002-08-03 Andrew Choi <akochoi@shaw.ca>
3687
3688 * term/mac-win.el: Set keys to enable mouse wheel support.
3689
36902002-08-03 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
36541701
KG
3691
3692 * net/tramp.el: Version 2.0.8.
3693 (tramp-perl-encode, tramp-perl-encode): Double the backslashes.
3694
742fbed7 36952002-08-03 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
fa32e96a
KG
3696
3697 * net/tramp.el: Version 2.0.7.
ee58da1b 3698 (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
fa32e96a
KG
3699 (tramp-perl-encode, tramp-perl-decode): Escape `%' characters
3700 because of `format' and say so in the docstring.
3701
6fb453e1
GM
37022002-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
3703
3704 * progmodes/f90.el (f90-font-lock-keywords-1): Fix highlighting of
3705 `type' forms.
3706 (f90-font-lock-keywords-2): Fix `implicit type(foo)' case.
3707 (f90-type-def-re): Fix value.
3708
742fbed7 37092002-08-03 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
b1d06e75
KG
3710
3711 * net/tramp.el: Version 2.0.6.
3712 (tramp-default-method): Change to "ssh" from "sm".
90a44957 3713 (tramp-wrong-passwd-regexp): Restructure. Add additional alternative.
b1d06e75
KG
3714 (tramp-su-program): New internal variable for method parameter.
3715 (tramp-perl-encode-with-module, tramp-perl-decode-with-module):
3716 New variables. Very short Perl one-liner, but requires Perl
3717 module MIME::Base64 to be installed on the remote site.
3718 (tramp-perl-encode, tramp-perl-decode): New base64
3719 encoder/decoder. From Juanma Barranquero <lektu@terra.es>.
3720 (tramp-handle-file-truename): Invoke Ange-FTP properly (even
3721 though Ange-FTP doesn't do anything for this operation).
3722 (tramp-handle-set-visited-file-modtime): Comment change.
3723 (tramp-handle-make-directory): Save-excursion.
3724 (tramp-handle-expand-many-files): Don't try to invoke Ange-FTP
3725 twice, once is enough.
3726 (tramp-action-permission-denied): Show *tramp/foo* buffer so the
3727 user knows what's wrong.
90a44957 3728 (tramp-post-connection): Support the two Perl encoders and decoders.
b1d06e75
KG
3729 (tramp-coding-commands): Ditto. Add some todo items.
3730
cc305a60
RS
37312002-08-02 Richard M. Stallman <rms@gnu.org>
3732
3733 * international/mule.el (merge-coding-systems): New function.
3734 (set-buffer-file-coding-system): Use merge-coding-systems.
3735 Change prompt for args.
3736 (revert-buffer-with-coding-system): New command.
3737
ee58da1b 3738 * international/mule-cmds.el (mule-keymap, set-coding-system-map):
cc305a60
RS
3739 Add bindings for revert-buffer-with-coding-system.
3740 (set-coding-system-map): Clarify menu item info for
3741 set-buffer-file-coding-system.
3742 (set-coding-system-map): Reorder and add separators.
3743
3744 * emacs-lisp/edebug.el (edebug-eval-top-level-form):
3745 Use eval-expression.
3746
3747 * subr.el (atomic-change-group): Doc fix.
3748
5fba5c21
CW
37492002-07-31 Colin Walters <walters@debian.org>
3750
3751 * ibuffer.el (ibuffer-hooks): Rename to `ibuffer-hook'; Add
3752 defvaralias for compatibility.
3753 (ibuffer-mode-hooks): Rename to `ibuffer-mode-hook'; Add
3754 defvaralias for compatibility.
3755
40c10465
CW
37562002-07-31 John Paul Wallington <jpw@shootybangbang.com>
3757
90a44957
SM
3758 * ibuffer.el (ibuffer-fontification-alist):
3759 Use `font-lock-constant-face' instead of `font-lock-reference-face'.
40c10465 3760
c71cb98b
JW
37612002-07-31 John Wiegley <johnw@gnu.org>
3762
3763 * pcomplete.el (pcomplete-comint-setup): Use `add-to-list', to
3764 prevent adding the symbol `pcomplete' to
3765 shell-dynamic-complete-functions to many times.
3766
3755bd32
MR
37672002-07-31 Markus Rost <rost@math.ohio-state.edu>
3768
3769 * help-fns.el (describe-function-1): Test function for
3770 obsolescence only if it is a symbol.
3771
3772 * ediff.el (ediff-backup): New autoloaded command.
3773
c43008c4
RS
37742002-07-31 Richard M. Stallman <rms@gnu.org>
3775
ad44f2a1
RS
3776 * makefile.w32-in (compile-after-backup): Renamed from `compile'.
3777 Use `compile-always'.
3778 (bootstrap): Use `compile', not `compile-files'. Use `update-subdirs'.
3779 (compile): Renamed from `compile-files'.
3780 (compile-CMD, compile-SH): Renamed from `compile-files-*'.
3781
c43008c4
RS
3782 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
3783 Check that (car elt) is a string.
3784
3785 * pcomplete.el (pcomplete-entries): Doc fix.
3786
3787 * international/mule.el (non-standard-icccm-encodings-alist): Doc fix.
3788
c21993d0
AS
37892002-07-31 Andreas Schwab <schwab@suse.de>
3790
3791 * dired.el: Hide disabling of dired-find-alternate-file behind
3792 autoload-cookie.
3793
0702b995
JB
37942002-07-31 Juanma Barranquero <lektu@terra.es>
3795
d053bf7e
JB
3796 * makefile.w32-in: Revert some changes from 2002-07-23 because they
3797 don't work on MSVC/nmake builds.
90a44957
SM
3798 (update-subdirs-CMD): Generate the right list of subdirectories.
3799 From Tak Ota <Takaaki.Ota@am.sony.com>.
0702b995 3800
742fbed7 38012002-07-30 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
ac474af1
KG
3802
3803 * net/tramp.el: New version 2.0.5.
90a44957
SM
3804 (tramp-methods): Remove inline encoding method parameters.
3805 The encoding is now autodetected. Also shorten the list of
ac474af1
KG
3806 methods (u/m distinction gone) and rename the remaining methods to
3807 have longer, but more mnemonic, names.
3808 (tramp-login-prompt-regexp, tramp-password-prompt-regexp)
3809 (tramp-wrong-passwd-regexp): Trailing `$' not needed, regexp is
3810 matched at end of buffer anyway.
3811 (tramp-yesno-prompt-regexp): New variable, for questions where the
3812 user should say "yes" or "no".
3813 (tramp-file-name-structure-unified)
3814 (tramp-file-name-structure-separate): Allow dash in method names.
3815 (tramp-actions-before-shell): New variable, contains list of
3816 pattern/action pairs. Output sent by remote end is scanned for
3817 the patterns, then the actions are executed.
3818 (tramp-multi-actions): Like `tramp-actions-before-shell', but
3819 executed for each hop in a multi-hop connection.
3820 (tramp-last-cmd-time): New variable. If nothing has been sent to
3821 remote end for 60 seconds, look to see if the remote end is still
3822 alive.
90a44957
SM
3823 (tramp-perl-mime-encode, tramp-perl-mime-decode): Remove.
3824 It didn't work.
ac474af1
KG
3825 (tramp-perl-encode, tramp-perl-decode): New variables, these
3826 require the MIME::Base64 module on the remote end.
3827 (tramp-handle-file-attributes): Restructure logic.
3828 (tramp-handle-file-attributes-with-ls)
3829 (tramp-handle-file-attributes-with-perl): More debugging.
90a44957 3830 (tramp-handle-directory-files): Grok fifth arg `files-only' for XEmacs.
ac474af1 3831 (tramp-handle-make-directory, tramp-handle-delete-directory)
90a44957
SM
3832 (tramp-handle-delete-file, tramp-handle-insert-directory):
3833 Expand file name.
ac474af1 3834 (tramp-handle-shell-command): Use `when', not `if'.
90a44957
SM
3835 (tramp-handle-file-local-copy, tramp-handle-write-region):
3836 Adapt to autodetection of inline encoding.
ac474af1
KG
3837 (tramp-invoke-ange-ftp): Require ange-ftp to make sure that
3838 variable ange-ftp-name-format is defined before binding it.
3839 (tramp-action-login, tramp-action-password, tramp-action-succeed)
90a44957
SM
3840 (tramp-action-permission-denied, tramp-action-yesno):
3841 Functions called from `tramp-actions-before-shell'.
ac474af1 3842 (tramp-multi-action-login, tramp-multi-action-password)
90a44957
SM
3843 (tramp-multi-action-succeed, tramp-multi-action-permission-denied):
3844 Functions called from `tramp-multi-actions'.
3845 (tramp-process-one-action, tramp-process-actions):
3846 Pattern matching and action invocation code for
ac474af1
KG
3847 `tramp-actions-before-shell'.
3848 (tramp-process-one-multi-action, tramp-process-multi-actions):
3849 Same for `tramp-multi-actions'.
3850 (tramp-open-connection-telnet, tramp-open-connection-rsh)
90a44957 3851 (tramp-open-connection-su): Process actions instead of hardwired logic.
ac474af1
KG
3852 (tramp-multi-connect-telnet, tramp-multi-connect-rlogin)
3853 (tramp-multi-connect-su): Ditto.
3854 (tramp-post-connection): New method for tramp_encode and
3855 tramp_decode scripts.
3856 (tramp-post-connection): Invoke inline autodetection code.
3857 (tramp-coding-commands): List of inline codings.
90a44957 3858 (tramp-find-inline-encoding): This is the inline autodetection code.
ac474af1
KG
3859 (tramp-maybe-open-connection): If nothing was sent to connection
3860 for 60 seconds, look if it connection is still alive.
3861 (tramp-send-command): Remember that something was sent to the
3862 connection.
3863 (tramp-make-tramp-file-name, tramp-make-tramp-multi-file-name):
3864 Use backticks for constructing alist.
3865 (tramp-get-encoding-command, tramp-set-encoding-command)
3866 (tramp-get-decoding-command, tramp-set-decoding-command)
3867 (tramp-get-encoding-function, tramp-set-encoding-function)
90a44957
SM
3868 (tramp-get-decoding-function, tramp-set-decoding-function):
3869 Use for results of inline autodetection.
ac474af1
KG
3870 (tramp-get-encoding-command, tramp-get-decoding-command)
3871 (tramp-get-encoding-function, tramp-get-decoding-function):
3872 Remove these old functions.
3873
2341653d
KH
38742002-07-30 Kenichi Handa <handa@etl.go.jp>
3875
8805e649
KH
3876 * language/indian.el (in-is13194): Give correct `safe-chars' property.
3877 (devanagari): Define it as an alias of in-is13194.
3878
90a44957
SM
3879 * international/mule.el (safe-chars):
3880 Put `char-table-extra-slots' property with value 0.
8805e649 3881
2341653d
KH
3882 * files.el (revert-buffer): Fix previous change.
3883
f5d0cc77
RS
38842002-07-29 Richard M. Stallman <rms@gnu.org>
3885
c43008c4
RS
3886 * bindings.el (help-echo): If global-mode-string is non-nil,
3887 display some spaces after it.
3888
3889 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
3890 Don't call string-match on non-string.
ee58da1b 3891 (displaying-byte-compile-warnings):
c43008c4 3892
f5d0cc77
RS
3893 * textmodes/ispell.el (check-ispell-version): Bind default-directory
3894 to avoid errors. Kill the old temp buffer at the beginning.
3895
da5d3a56
GM
38962002-07-29 Glenn Morris <gmorris@ast.cam.ac.uk>
3897
3898 * scroll-all.el (scroll-all-mode): Make argument optional. Doc fix.
3899
091b5fdb
GM
39002002-07-29 John Paul Wallington <jpw@shootybangbang.com>
3901
3902 * scroll-all.el (scroll-all-mode): Handle numeric arg. Use `if'
3903 instead of `cond'.
3904
930ca8e8
KH
39052002-07-29 Kenichi Handa <handa@etl.go.jp>
3906
3907 * international/mule.el (ctext-post-read-conversion): Add support
f5d0cc77 3908 for embedded utf-8 encoding (ESC % G ... ESC % @).
930ca8e8
KH
3909
39102002-07-28 Kenichi Handa <handa@etl.go.jp>
3911
3912 * files.el (revert-buffer): Before calling insert-file-contents,
3913 kill the local variable buffer-file-coding-system.
3914
3ea1bfb2
RS
39152002-07-28 Richard M. Stallman <rms@gnu.org>
3916
3917 * bindings.el (mode-line-format): Handle vc-mode specially.
3918 Move mode-line-position to after global-mode-string.
3919 (mode-line-modes): Move the starting 3 spaces out of here.
3920 (mode-line-position): Separate with a space, not dashes.
3921
3922 * vc-hooks.el: Don't add to minor-mode-alist.
3923
3924 * emacs-lisp/edebug.el (edebug-debugger):
3925 If inside redisplay, just return.
3926
3927 * emacs-lisp/debug.el (debug): If inside redisplay, just return.
3928
3929 * info.el (Info-find-index-name): Improve last change.
3930
39312002-07-27 Richard M. Stallman <rms@gnu.org>
3932
3933 * files.el (file-name-sans-extension): Avoid expanding DIRECTORY.
3934
3935 * calendar/cal-hebrew.el (diary-rosh-hodesh): Cons mark on
3936 in the third case.
3937
bf29d4c1
MR
39382002-07-27 Markus Rost <rost@math.ohio-state.edu>
3939
3940 * ps-print.el: Update copyright year.
3941 (ps-begin-cut-regexp, ps-end-cut-regexp): Fix type.
3942
742fbed7 39432002-07-26 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
818001cc
KG
3944
3945 * eshell/eshell.el (eshell): Numeric prefix arg means to switch
3946 to the session with that number. Old behavior still available
3947 with nonumeric prefix args.
3948
d2808609
SJ
39492002-07-08 Simon Josefsson <jas@extundo.com>
3950
3951 * mail/mail-extr.el (mail-extr-all-top-level-domains): Update names.
3952
e7a4fab7
JB
39532002-07-26 Juanma Barranquero <lektu@terra.es>
3954
6dc049b2
JB
3955 * warnings.el (lwarn, warn, warning-levels): Doc fix.
3956 (warning-suppress-log-types): Fix typo.
210f10ec 3957 (display-warning): Fix typo. Remove useless assignment to free variable
6dc049b2 3958 `group-string'.
e7a4fab7 3959
e5184e9f
MR
39602002-07-25 Markus Rost <rost@math.ohio-state.edu>
3961
90a44957 3962 * ediff-wind.el (ediff-window-setup-function): Extend type declaration.
e5184e9f 3963
d99118b0
SS
39642002-07-25 Sam Steingold <sds@gnu.org>
3965
3966 * replace.el (occur-rename-buffer): New command.
3967 (occur-mode-map): Bind "r" to it. Added keybindings for
3968 `kill-this-buffer', `clone-buffer' and `quit-window'.
3969
d31c6ecf
RS
39702002-07-25 Kevin Ryde <user42@zip.com.au>
3971
3972 * info.el (Info-find-index-name): Search for a function definition
3973 with a return type.
3974
39752002-07-25 David Ponce <david@dponce.com>
3976
3977 * emacs-lisp/bytecomp.el (byte-compile-set-symbol-position):
3978 Don't recompute `entry' on each iteration.
3979 (byte-compile-delete-first): Make it defsubst.
3980
65125928
SS
39812002-07-25 Sam Steingold <sds@gnu.org>
3982
90a44957
SM
3983 * progmodes/cc-engine.el (c-search-uplist-for-classkey):
3984 When `search-end' is a cons, use its car.
65125928 3985
a8adf791
DL
39862002-07-25 Dave Love <fx@gnu.org>
3987
3988 * obsolete/c-mode.el: Deleted.
5fca0d91
CD
3989
39902002-07-25 Carsten Dominik <dominik@astro.uva.nl>
3991
90a44957
SM
3992 * textmodes/reftex.el (reftex-compile-variables):
3993 Simplified regular expression.
5fca0d91
CD
3994
3995 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
3996 Simplified the regexp.
3997
90a44957
SM
3998 * textmodes/reftex-cite.el (reftex-get-bibkey-default): New function.
3999 (reftex-extract-bib-entries-from-thebibliography):
4000 Use `reftex-get-bibkey-default' to get a default regex.
5fca0d91
CD
4001 (reftex-extract-bib-entries): Use `reftex-get-bibkey-default' to
4002 get a default regex.
4003
e7a4fab7 4004 * textmodes/reftex-toc.el (reftex-toc-mode): Use `make-local-hook' for
5fca0d91
CD
4005 XEmacs compatibility (got OK from RMS).
4006
e7a4fab7 4007 * textmodes/reftex-index.el (reftex-index-mode): Likewise.
5fca0d91 4008
e7a4fab7 4009 * textmodes/reftex-sel.el (reftex-select-label-mode): Likewise.
90a44957 4010 (reftex-select-bib-mode): Likewise.
5fca0d91 4011
ec797e5e
CW
40122002-07-25 Colin Walters <walters@debian.org>
4013
4014 * ibuffer.el (ibuffer-mouse-popup-menu): Allow point to be moved
4015 by menu functions.
4016
fc2938d1
DL
40172002-07-24 Dave Love <fx@gnu.org>
4018
4019 * international/mule.el (set-auto-coding): Doc fix.
4020
4021 * international/utf-16.el: New file.
4022
4023 * language/european.el ("German", "French", "Spanish", "Turkish"):
4024 Add alternative coding systems.
4025 ("Dutch"): Likewise. Add input method.
4026 ("Welsh", "Latin-7"): Add nonascii-translation.
4027
4028 * language/georgian.el ("Georgian"): Add nonascii-translation.
4029
4030 * international/titdic-cnv.el: Doc fixes.
4031 (tit-process-header): Add coding cookie.
4032 (titdic-convert): Force writing as iso-2022-7bit.
4033
4034 * international/ja-dic-cnv.el (skkdic-convert): Add coding cookie.
4035
4036 * international/mule-cmds.el: Doc fixes.
4037 (unencodable-char-position): New.
4038 (select-safe-coding-system): Use it to indicate problematic
4039 characters and add extra explanation. Avoid checking auto-coding
4040 for compressed files.
4041 (leim-list-header): Add coding cookie.
4042 (input-method-verbose-flag): Modify :type.
4043 (locale-language-names): Add bs, wa. Modify cy.
4044
fe445893
RS
40452002-07-24 Richard M. Stallman <rms@gnu.org>
4046
4047 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
4048 Bind warning-group-format.
4049
4050 * emacs-lisp/bytecomp.el (byte-compile-cl-functions): New variable.
4051 (byte-compile-cl-warn): Use that variable.
4052 (byte-compile-find-cl-functions): New function.
4053 (displaying-byte-compile-warnings):
4054 Call byte-compile-find-cl-functions.
e3a720c9 4055
fe445893
RS
4056 * warnings.el (warning-levels): Add %s to the strings.
4057 (warning-group-format): New variable.
4058 (warning-suppress-log-types): Renamed from warning-suppress-log.
4059 (warning-suppress-types): Renamed from warning-suppress.
4060 (display-warning): Implement those changes.
4061
9a654855
RS
40622002-07-23 Richard M. Stallman <rms@gnu.org>
4063
4064 * warnings.el: Add `provide' call.
4065
4066 * files.el (basic-save-buffer-2): If there's an error writing the file,
4067 unrename the backup file if it was just made.
e3a720c9 4068 (backup-buffer, basic-save-buffer-2, basic-save-buffer-1)
9a654855
RS
4069 (basic-save-buffer): Value now has form (MODES . BACKUPNAME)
4070 when a backup was just made by renaming. Otherwise it's nil.
4071
4072 * wid-edit.el (widget-convert): Handle an argument that's a keyword.
4073 Recognize explicit :args specification.
4074
4075 * international/mule-cmds.el (select-safe-coding-system):
4076 Don't ask for confirmation of mismatch if find-file-literally was used.
4077
5ef08021
MR
40782002-07-23 Markus Rost <rost@math.ohio-state.edu>
4079
4080 * add-log.el (add-log-current-defun): Fix typo in documentation.
4081
24f4201f
MR
40822002-07-22 Markus Rost <rost@math.ohio-state.edu>
4083
90a44957 4084 * add-log.el (add-log-mailing-address): Fix type. Can be a string.
24f4201f
MR
4085
4086 * ido.el (ido-separator): Fix type.
4087
9b006cb2
AI
40882002-07-23 Andrew Innes <andrewi@gnu.org>
4089
4090 * makefile.w32-in (DONTCOMPILE): Remove cus-start.el.
4091 (DONTCOMPILE): Add various language files.
4092 (DONTCOMPILE): Remove term/xterm.el.
4093 (finder-inf.el): Remove.
4094 (update-authors): New target.
4095 (TAGS-LISP): Remove $(lispsource).
4096 (compile-always): Renamed from `compile-files'.
4097 (compile): New target, adapted from `compile-files'.
4098 (compile-calc): New target.
4099 (recompile): Change `.' to $(lisp).
4100 (bootstrap): Add update-subdirs and finder-data
4101 to dependencies; change compile-files to compile.
4102
2a9ca093
AS
41032002-07-22 Andre Spiegel <spiegel@gnu.org>
4104
4105 * vc.el (vc-next-action-on-file): Preserve find-file-literally.
4106
9a654855
RS
41072002-07-22 Dan Nicolaescu <dann@ics.uci.edu>
4108
4109 * simple.el (undo, undo-more): Adjust messages when undoing in a
e3a720c9 4110 region.
9a654855
RS
4111
41122002-07-22 John Paul Wallington <jpw@shootybangbang.com>
4113
4114 * net/browse-url.el (browse-url-lynx-input-attempts): Use defcustom.
4115 (browse-url-lynx-input-delay): Add custom type and group.
4116
4117 * cus-start.el (double-click-fuzz): Added.
4118
41192002-07-22 Alan Shutko <ats@acm.org>
4120
4121 * calendar/solar.el (diary-sabbath-candles): Add optional MARK
4122 parameter, specifying what face or character to use in the
4123 calendar display. These will now return (MARK . ENTRY).
4124
4125 * calendar/lunar.el (diary-phases-of-moon): Add optional MARK
4126 parameter, specifying what face or character to use in the
4127 calendar display. These will now return (MARK . ENTRY).
4128
4129 * calendar/cal-hebrew.el (diary-omer, diary-yahrzeit)
4130 (diary-rosh-hodesh, diary-parasha, diary-parasha): Add optional
4131 MARK parameter, specifying what face or character to use in the
4132 calendar display. These will now return (MARK . ENTRY).
4133
4134 * calendar/diary-lib.el (mark-sexp-diary-entries): Retrieve mark
4135 from diary-sexp-entry and pass it to mark-visible-calendar-date.
4136 (list-sexp-diary-entries): Update doc string for new docs for ....
4137 If diary-sexp-entry returns a cons, only add the text to the diary
4138 list.
4139 (diary-sexp-entry): Allow sexps to return a cons of the form (MARK
4140 . STRING) to specify what face or character mark should be used in
4141 the calendar display.
4142 (diary-date, diary-block, diary-float, diary-anniversary)
4143 (diary-cyclic): Add optional MARK parameter, specifying what face
4144 or character to use in the calendar display. These will now
4145 return (MARK . ENTRY).
4146
4147 * calendar/diary-lib.el (check-calendar-holidays, diary-iso-date)
e3a720c9
JB
4148 (calendar-holiday-list, diary-french-date, diary-mayan-date)
4149 (diary-julian-date, diary-astro-day-number, diary-chinese-date)
4150 (diary-islamic-date, list-islamic-diary-entries)
4151 (mark-islamic-diary-entries, mark-islamic-calendar-date-pattern)
4152 (diary-hebrew-date, diary-omer, diary-yahrzeit, diary-parasha)
4153 (diary-rosh-hodesh, list-hebrew-diary-entries)
4154 (mark-hebrew-diary-entries, mark-hebrew-calendar-date-pattern)
4155 (diary-coptic-date, diary-persian-date, diary-phases-of-moon)
9a654855
RS
4156 (diary-sunrise-sunset, diary-sabbath-candles):
4157 Remove interactive flag from autoloads.
4158
6fbeb429
CD
41592002-07-22 Carsten Dominik <dominik@astro.uva.nl>
4160
90a44957 4161 * textmodes/reftex-vars.el (reftex-index-verify-function): New option.
6fbeb429
CD
4162 (reftex-bibliography-commands): New option.
4163 (reftex-toc-split-windows-horizontally): New option
4164 (reftex-toc-split-windows-horizontally-fraction): New option
4165 (reftex-include-file-commands): New option.
4166 (reftex-cite-format-builtin): Added ?n for nocite.
4167
90a44957
SM
4168 * textmodes/reftex-index.el (reftex-query-index-phrase):
4169 Use `reftex-index-verify-function'.
6fbeb429 4170
90a44957
SM
4171 * textmodes/reftex-toc.el (reftex-re-enlarge):
4172 Handle horizontal splitting.
6fbeb429
CD
4173 (reftex-toc): Handle horizontal splitting
4174 (reftex-last-window-width): New variable.
4175
4176 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
4177 Use `reftex-bibliography-commands'.
4178 (reftex-locate-bibliography-files): Regexp relaxed to allow for
4179 cases where \bibliography is not the first thing on the line.
4180
90a44957
SM
4181 * textmodes/reftex.el (reftex-compile-variables):
4182 Use `reftex-include-file-commands'.
6fbeb429 4183 (reftex-type-query-prompt): Changed defconst to defvar.
90a44957
SM
4184 (reftex-type-query-help, reftex-typekey-to-format-alist)
4185 (reftex-typekey-to-prefix-alist, reftex-env-or-mac-alist)
4186 (reftex-special-env-parsers, reftex-label-mac-list)
4187 (reftex-label-env-list, reftex-typekey-list)
4188 (reftex-words-to-typekey-alist, reftex-key-to-index-macro-alist)
4189 (reftex-query-index-macro-prompt, reftex-query-index-macro-help)
4190 (reftex-no-follow-message, reftex-no-info-message): Likewise.
6fbeb429
CD
4191 (reftex-mode): Define systax table for bibtex parsing.
4192 (reftex-syntax-table-for-bib): Syntax table for bibtex parsing.
e3a720c9 4193
6fbeb429
CD
4194 * textmodes/reftex-cite.el (reftex-format-names): %a as name
4195 format lists all names.
4196 (reftex-parse-bibtex-entry): Use `reftex-syntax-table-for-bib'.
90a44957 4197 (reftex-with-special-syntax-for-bib): New macro.
6fbeb429 4198
9a654855
RS
41992002-07-21 Richard M. Stallman <rms@gnu.org>
4200
4201 * international/ucs-tables.el (ucs-quail-activate):
4202 Cope if buffer-file-coding-system is nil.
4203
4204 * bindings.el (last-buffer): Use buffer-list with frame arg.
e3a720c9 4205 Create *scratch* if no other choice exists. Fix bugs.
9a654855 4206
fb505dab 42072002-07-21 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
90dc758d
KG
4208
4209 * net/tramp.el: Bump version to 2.0.2.
4210 (tramp-methods): Rename methods invoking "ssh1" or "ssh2" to
4211 longer names. Use old names "sm1", "sm2" and so on for methods
4212 invoking "ssh -1" or "ssh -2".
4213 (tramp-multi-file-name-structure-separate): Typo, its name was set
90a44957
SM
4214 to "tramp-file-name-structure-separate". Trivial patch.
4215 From Steve Youngs <youngs@xemacs.org>.
90dc758d
KG
4216 (tramp-multi-sh-program): New variable.
4217 (tramp-open-connection-multi): Use it. Now you can use multi
4218 methods from Windows (at least in principle).
4219 (tramp-do-copy-or-rename-via-buffer): New function.
4220 (tramp-do-copy-or-rename-file): Use it. Change and simplify
90a44957 4221 logic. Omit special case of invoking rcp directly to copy the files.
90dc758d
KG
4222 (tramp-open-connection-su, tramp-multi-connect-telnet)
4223 (tramp-multi-connect-rlogin, tramp-multi-connect-su)
4224 (tramp-make-tramp-file-name, tramp-make-tramp-multi-file-name):
4225 Use backticks in format-spec for brevity and to avoid
4226 character/number confusion in XEmacs.
4227
a5dd5f60
RS
42282002-07-20 Richard M. Stallman <rms@gnu.org>
4229
56592beb
RS
4230 * wid-edit.el (widget-documentation-string-value-create):
4231 Say "Hide Rest", not just "Hide".
4232
4233 * cus-edit.el (custom-variable-value-create):
4234 Say "Show Value", not just "Show". Also "Hide Value".
4235 Output a newline before the doc string.
4236 (custom-face-value-create): Say "Show Face" and "Hide Face".
4237
a5dd5f60
RS
4238 * files.el (toggle-read-only): Clean up the hint message.
4239
4240 * emacs-lisp/bytecomp.el: Use warnings.el.
4241 (byte-compile-warning-prefix): New function.
4242 (byte-compile-log-file): Return page start position.
4243 (byte-compile-log-warning): New function.
4244 (byte-compile-warn): Use byte-compile-log-warning.
4245 (byte-compile-report-error): Likewise. Also use error-message-string.
4246 (displaying-byte-compile-warnings): Bind warning-series.
4247 Don't bind or use byte-compile-warnings-point-max.
4248 Don't display the log buffer at the end.
4249 (byte-compile-warnings-point-max): Variable deleted.
4250 (byte-compile-log-1): Rewrite for trace info, not used for warnings.
e3a720c9 4251 (byte-compile-last-warned-form, byte-compile-last-logged-file):
a5dd5f60 4252 Defvars moved.
e3a720c9 4253
a5dd5f60
RS
4254 * warnings.el: New file.
4255
9cb9a7bc
RS
42562002-07-19 Richard M. Stallman <rms@gnu.org>
4257
4258 * emacs-lisp/bytecomp.el (byte-compile-cl-warn): Delete `values'
4259 and `values-list' from list of CL functions.
4260
42612002-07-19 John Paul Wallington <jpw@shootybangbang.com>
4262
90a44957
SM
4263 * emacs-lisp/bytecomp.el (compile-defun):
4264 Bind `read-with-symbol-positions' to current buffer.
9cb9a7bc 4265
e0a91707
AS
42662002-07-19 Andre Spiegel <spiegel@gnu.org>
4267
4268 * vc-hooks.el (vc-insert-file): When called with a LIMIT regexp,
4269 delete anything that comes after LIMIT from the buffer.
4270
4271 * vc-rcs.el (vc-rcs-fetch-master-state): Be more careful to check
4272 if this is really an RCS master file.
4273
4274 * vc.el: Improve comment of vc-BACKEND-workfile-unchanged-p.
4275
b4591b37
JB
42762002-07-19 Juanma Barranquero <lektu@terra.es>
4277
4278 * emacs-lisp/bytecomp.el (dot, dot-max, dot-min, dot-marker)
dd8d66ad
JB
4279 (buffer-flush-undo, baud-rate, compiled-function-p, define-function)
4280 (unread-command-char, executing-macro, post-command-idle-hook)
4281 (post-command-idle-delay): Move obsolescence declarations to subr.el.
b4591b37
JB
4282
4283 * subr.el (dot, dot-max, dot-min, dot-marker, buffer-flush-undo)
dd8d66ad 4284 (baud-rate, compiled-function-p, define-function, unread-command-char)
90a44957
SM
4285 (executing-macro, post-command-idle-hook, post-command-idle-delay):
4286 Move obsolescence declarations from emacs-lisp/bytecomp.el.
4287 (directory-sep-char, mode-line-inverse-video):
4288 Add obsolescence declaration.
b4591b37 4289
81189e61
S
42902002-07-18 J.D. Smith <jdsmith@as.arizona.edu>
4291
4292 * progmodes/idlwave.el: Updated to IDLWAVE version 4.14. Too many
4293 changes to list them here.
4294
90a44957
SM
4295 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.14.
4296 Too many changes to list them here.
81189e61 4297
90a44957
SM
4298 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.14.
4299 Too many changes to list them here.
81189e61
S
4300
4301 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.14 with
4302 only minor documentation changes.
4303
28a2ca5d
DL
43042002-07-18 Dave Love <fx@gnu.org>
4305
4306 * info-look.el: Support current auto{conf,make} manuals.
4307
5fe205f1
JB
43082002-07-18 Juanma Barranquero <lektu@terra.es>
4309
4310 * bindings.el (last-buffer): Add missing frame argument.
4311
f33f4398
RS
43122002-07-18 Richard M. Stallman <rms@gnu.org>
4313
4314 * timer.el (timer-inc-time): Doc fix.
4315
4316 * replace.el (keep-lines, flush-lines): Interactively report
4317 read-only error before reading regexp argument.
4318
4319 * dabbrev.el (dabbrev--search): Use inhibit-point-motion-hooks.
4320
4321 * bindings.el (last-buffer): Handle buffer-list and buffer-predicate
4322 frame parameters like bury-buffer.
4323
4324 * simple.el (choose-completion-delete-max-match):
4325 Handle minibuffer prompts explicitly.
4326
6fcfeabf
JB
43272002-07-18 Juanma Barranquero <lektu@terra.es>
4328
90a44957
SM
4329 * international/mule-util.el (string-to-sequence, truncate-string):
4330 Add autoload cookie to obsolescence declaration.
6fcfeabf
JB
4331
4332 * rect.el (move-to-column-force): Likewise.
4333
4334 * composite.el (decompose-composite-char): Likewise; also remove
4335 redundant info.
4336
b0c654c0
KS
43372002-07-18 Kim F. Storm <storm@cua.dk>
4338
4339 * loadup.el: Load international/utf-8 before international/characters.
4340
c6e973ab
DL
43412002-07-17 Dave Love <fx@gnu.org>
4342
46f4bf30
DL
4343 * international/ucs-tables.el: Optimize tables. Deal with some
4344 non-8859 charsets.
4345 (ucs-mule-to-mule-unicode): New.
4346 (ucs-unify-8859): Use utf-8-fragment-on-decoding, set up Quail
4347 translation.
4348 (ucs-fragment-8859): Modified consistent with ucs-unify-8859.
4349 (unify-8859-on-encoding-mode): Doc mod. Fix custom version.
4350 (unify-8859-on-decoding-mode): Doc mod. Change code. Fix custom
4351 version. Add custom dependencies.
4352 (ucs-insert): Check for null from decode-char.
e3a720c9 4353 (translation-table-for-input, ucs-quail-activate)
46f4bf30
DL
4354 (ucs-minibuffer-setup, ccl-encode-unicode-font)
4355 (ucs-tables-unload-hook): New.
4356
4357 * international/mule.el (define-translation-hash-table): New.
4358 (decode-char): Use utf-8-translation-table-for-decode.
4359 (encode-char): Use ucs-mule-to-mule-unicode.
4360
4361 * international/characters.el: Fix settings of U+2000-U+2027.
90a44957 4362 Remove \e$,1uf\e(B.
46f4bf30 4363
f860212e
DL
4364 * international/mule-cmds.el (locale-language-names): Fix be, add
4365 sr_YU@cyrillic, modify tg.
4366 (locale-charset-language-names): Put @euro last.
4367
4368 * language/cyrillic.el (cyrillic-koi8-r-decode-table)
4369 (cyrillic-alternativnyj-decode-table): Fill out with mule-unicode.
4370 (cyrillic-koi8-r-decode-table): Make unbound after use.
4371 (ccl-decode-koi8, ccl-decode-alternativnyj): Change expansion
4372 factor. Use utf-8-translation-table-for-decode.
4373 (ccl-encode-koi8, ccl-encode-koi8): Don't check r0.
4374 (cyrillic-unify-encoding): New function.
90a44957
SM
4375 (cyrillic-koi8): Modify safe-chars, valid-codes.
4376 Remove charset-origin-alist.
f860212e
DL
4377 (Cp878, cp866): New alias.
4378 (ccl-encode-8859-5-font): New.
4379 (font-ccl-encoder-alist): Add ccl-encode-8859-5-font.
90a44957
SM
4380 (ccl-encode-koi8-font, ccl-encode-alternativnyj-font):
4381 Remove redundant parens.
f860212e
DL
4382 ("Cyrillic-KOI8"): Add cyrillic-iso-8bit to coding-priority.
4383 (cyrillic-koi8-u-decode-table, ccl-decode-koi8-u)
90a44957 4384 (ccl-encode-koi8-u, koi8-u, ccl-encode-koi8-u-font, "Ukrainian"): New.
f860212e
DL
4385 (cyrillic-alternativnyj): Modify safe-chars, add mime-charset.
4386 ("Cyrillic-ALT"): Change input method.
4387 ("Windows-1251", "Tajik", "Bulgarian", "Belarusian"): New.
4388
e3a720c9
JB
4389 * international/utf-8.el (utf-8-subst-table)
4390 (utf-8-subst-rev-table, utf-8-translation-table-for-decode)
4391 (utf-8-fragment-on-decoding, ccl-untranslated-to-ucs)
c6e973ab
DL
4392 (utf-8-ccl-regs, utf-8-translate-cjk): New.
4393 (ccl-encode-mule-utf-8): Use utf-8-subst-rev-table.
f5d6a5b8 4394 (ccl-decode-mule-utf-8, ccl-untranslated-to-ucs)
c6e973ab
DL
4395 (utf-8-untranslated-to-ucs, utf-8-compose): Rewritten.
4396 (mule-utf-8): Remove pre-write-conversion.
4397 (utf-8-post-read-conversion): Comment out.
4398
4399 * international/ccl.el (ccl-command-table): Add lookup-integer,
4400 lookup-character.
4401 (ccl-extended-code-table): Add lookup-int-const-tbl,
4402 lookup-char-const-tbl.
f5d6a5b8 4403 (ccl-compile-lookup-integer, ccl-compile-lookup-character)
c6e973ab
DL
4404 (ccl-dump-lookup-int-const-tbl, ccl-dump-lookup-char-const-tbl):
4405 New functions.
4406 (define-ccl-program): Doc update.
4407
4408 * international/utf-8-subst.el: Populate utf-8-subst-rev-table.
4409 (utf-8-subst-table): Don't set.
4410
1a55d509
KH
44112002-07-17 Kenichi Handa <handa@etl.go.jp>
4412
f5d6a5b8
SM
4413 * international/mule.el (define-coding-system-alias):
4414 Don't append ALIAS in the property `alias-coding-systems' if ALIAS's
1a55d509
KH
4415 eol-type is not auto-detection.
4416
f5d6a5b8
SM
4417 * international/mule-diag.el (print-coding-system-briefly):
4418 Fix the handling of an alias of which eol-type is not auto-detection.
1a55d509
KH
4419
4420 * international/mule-conf.el (us-ascii): Define it as an alias of
4421 iso-safe.
4422
a50908ab
JB
44232002-07-17 Juanma Barranquero <lektu@terra.es>
4424
3b622b44
JB
4425 * help-fns.el (describe-function-1): Put empty line before "Not
4426 documented" text.
4427
a50908ab
JB
4428 * timer.el (timer-set-time-with-usecs): Mark obsolete.
4429
bc71812e
SM
44302002-07-16 Stefan Monnier <monnier@cs.yale.edu>
4431
f5d6a5b8
SM
4432 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
4433 Make sure to change the global tool-bar-map.
4434
bc71812e
SM
4435 * vc.el (vc-default-comment-history): Hard code *vc*.
4436 This is because print-log always prints there now.
4437 (vc-annotate-font-lock-keywords): New var.
4438 (vc-annotate-mode): Use it. Set truncate-lines as well.
4439 (vc-annotate-display-select): Unify the two error reports.
4440 (vc-annotate-offset): New var.
4441 (vc-annotate-lines): New fun extracted from vc-annotate-display.
4442 (vc-annotate-display): Use it, via font-lock.
4443
4444 * help-fns.el (help-split-fundoc, help-function-arglist)
4445 (help-make-usage): New funs, extracted from describe-function-1.
4446 (describe-function-1): Use them.
4447
4448 * help.el (help-key-description): Show the untranslated keys
4449 when they start with ESC and the ESC was not translated.
4450
4451 * help-mode.el (view): Always require.
4452 (help-xref-mule-regexp): Don't use defconst for variables.
4453 (help-setup-xref): Keep the last 10 elements of the stack.
4454 (help-xref-override-view-map): New var.
4455 (help-make-xrefs): Use it instead of building a new map each time.
4456 (help-function-def): Allow help-fun to take a buffer as arg.
4457
4458 * diff-mode.el (diff-reverse-direction): Simplify.
4459 (diff-after-change-function): Fix typo.
4460 (diff-post-command-hook): Take care of edge cases.
4461 (diff-current-defun): Do `goto-char' after setting the mode.
4462
4463 * mouse-sel.el (mouse-sel-mode): Use define-minor-mode.
4464 Fold mouse-sel-bindings into it.
4465 (mouse-sel-bound-events): Turn it into an alist.
4466 (mouse-insert-selection): Delegate to mouse-yank-at-click if
4467 mouse-sel-default-bindings asks for it.
4468
4c4a1c1d
AS
44692002-07-16 Andre Spiegel <spiegel@gnu.org>
4470
4471 * files.el: Bind toggle-read-only to C-x C-q.
4472 (toggle-read-only): Display a warning message if the file is under
4473 version control.
4474
4475 * vc-hooks.el: Don't bind vc-toggle-read-only to C-x C-q.
4476 (vc-toggle-read-only): Explain in the doc string that users can bind
4477 this to C-x C-q.
4478 (vc-checkout-model): Change doc string to refer to vc-next-action,
4479 not vc-toggle-read-only.
4480
bc71812e
SM
4481 * vc.el (vc-next-action-on-file): Ignore buffer-read-only while
4482 comparing to file on disk. Fix the case when claiming the lock
4c4a1c1d 4483 on a file that has unlocked changes.
bc71812e 4484 (vc-log-mode): Don't mention vc-toggle-read-only in the doc string.
4c4a1c1d 4485
9ee49ebc
RS
44862002-07-16 Richard M. Stallman <rms@gnu.org>
4487
4488 * simple.el (choose-completion-string): Doc fix.
4489
4490 * cus-edit.el: New operation :custom-standard-value.
4491 (Custom-reset-standard): Use it.
4492 (custom-variable, custom-face): Define it.
4493 (custom-variable-standard-value, custom-face-standard-value): New fns.
4494 (custom-face-save): Don't save a face whose value is standard.
4495 (custom-save-faces): Use SYMBOL, not 'default, to set NOW and COMMENT.
bc71812e 4496
9ee49ebc
RS
4497 * cus-edit.el (custom-face-edit-fix-value):
4498 If VALUE is not a list, pass it thru.
4499
4500 * compare-w.el (compare-windows-whitespace): Always allow newline
4501 even if it does not have whitespace syntax.
4502
301085d4
JB
45032002-07-16 Juanma Barranquero <lektu@terra.es>
4504
4505 * timer.el (timer-set-time, timer-set-time-with-usecs): Fix docstring.
4506
d907a3bf
JB
45072002-07-15 Juanma Barranquero <lektu@terra.es>
4508
4509 * help-fns.el (describe-variable): Show documentation for aliased
4510 variable if alias does not have its own.
4511
5a95c143
MW
45122002-07-15 Mike Williams <mdub@bigfoot.com>
4513
4514 * mouse-sel.el (mouse-sel-bindings): Save/restore interprogram
4515 cut/paste functions.
4516
a50908ab
JB
45172002-07-14 Richard M. Stallman <rms@gnu.org>
4518
4519 * files.el (find-alternate-file): Offer to save a modified buffer.
4520 Handle kill-buffer-query-functions better.
4521
4522 * startup.el (normal-splash-screen, fancy-splash-text):
4523 Update name of help menu item for ordering printed manuals.
4524
4525 * emacs-lisp/checkdoc.el: Fix doc typos.
4526
979a8abc
SM
45272002-07-14 Stefan Monnier <monnier@cs.yale.edu>
4528
4529 * textmodes/tex-mode.el: Set encoding to utf-8.
4530 (tex-start-options): Make it into always-a-string.
4531 Remove silly custom options that are covered by the other var.
4532 (tex-start-commands): Fix docstring.
4533 (tex-open-quote, tex-close-quote): Add options.
4534 (tex-command): Provide default.
4535 (tex-font-lock-keywords-1): Highlight $$...$$.
4536 (tex-font-lock-keywords-2): Fix latin-1 chars.
4537 (tex-mode-map): Remove redundant \t binding.
4538 (tex-mode): Add `subsection' and `newcommand' to known latex cmds.
4539 (latex-mode): Use add-hook for fill-nobreak-predicate.
4540 (tex-common-initialization): Set indent-tabs-mode to nil.
4541 (tex-insert-quote): Undo magic if invoked twice in a row.
4542 (latex-fill-nobreak-predicate): Don't use narrowing.
4543 (tex-latex-block): Don't cons uselessly.
4544 (tex-last-unended-begin): Signal user-friendlier error.
4545 (tex-goto-last-unclosed-latex-block): Don't catch signal.
4546 (tex-start-tex): Switch order of tex-start-options and
4547 tex-start-commands to make it obey docstrings.
4548
4bc65152
MW
45492002-07-14 Mike Williams <mdub@bigfoot.com>
4550
4551 * mouse-sel.el (mouse-sel-bound-events): New constant.
4bc65152
MW
4552 (mouse-sel-bindings): Save/restore original mouse-bindings.
4553
00feb952
SM
45542002-07-13 Stefan Monnier <monnier@cs.yale.edu>
4555
4556 * emacs-lisp/cl.el (cl-set-substring): Fix thinko.
4557 (cl-hack-byte-compiler): Avoid infinite require loop.
4558
4559 * net/ange-ftp.el: Use hash-tables.
4560 (ange-ftp-make-hashtable, ange-ftp-map-hashtable)
4561 (ange-ftp-make-hash-key, ange-ftp-get-hash-entry)
4562 (ange-ftp-put-hash-entry, ange-ftp-del-hash-entry): Remove.
4563 Replace with make-hash-table, maphash, gethash, puthash and remhash.
4564 (ange-ftp-hash-entry-exists-p): Rewrite.
4565 (ange-ftp-vms-delete-file-entry, ange-ftp-vms-add-file-entry):
4566 Change mapatom -> maphash.
4567 (ange-ftp-file-entry-active-p, ange-ftp-file-entry-not-ignored-p):
4568 Update to new calling mode.
4569
4570 * progmodes/ebrowse.el (ebrowse-symbol-regexp): Avoid cl-set-substring.
4571 (ebrowse-hash-table-to-alist): Delete.
4572 (ebrowse-tags-read-name, ebrowse-tags-list-members-in-file)
4573 (ebrowse-tags-complete-symbol): Use the hashtable for completion.
4574
4575 * textmodes/sgml-mode.el (sgml-quote): Use narrowing.
4576 Improve the regexp used when unquoting.
4577 (sgml-pretty-print): New function.
4578 (sgml-get-context): Better handling of improperly nested tags.
4579 (sgml-show-context): Don't use the FULL arg of sgml-get-context.
4580
bd128a25
AS
45812002-07-13 Andreas Schwab <schwab@suse.de>
4582
4583 * mail/mailabbrev.el (mail-abbrev-make-syntax-table): Check the
4584 inherited table entry.
4585
4105dd52
GM
45862002-07-13 Glenn Morris <gmorris@ast.cam.ac.uk>
4587
4588 * calendar/timeclock.el (timeclock-in): Handle the case where no
4589 log file exists (ie the very first call).
4590
5fe0ea6a 45912002-07-13 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
b29019f8 4592
65399e83
KG
4593 * net/ange-ftp.el: Do not hook into file-name-handler-alist, this
4594 is done by Tramp.
4595
00feb952
SM
4596 * net/tramp.el (tramp-multi-file-name-structure-unified):
4597 Add missing slash and move colon from start to end of each hop.
b29019f8
KG
4598 (tramp-multi-file-name-hop-structure-unified): Move colon from
4599 start to end of each hop.
4600
aae2ce50
KS
46012002-07-13 Kim F. Storm <storm@cua.dk>
4602
4603 * progmodes/compile.el (grep-tree): Fixed autoload.
4604 Corrected use of undefined variable `match-files-aliases'.
4605
a3dd6af2
GM
46062002-07-12 Glenn Morris <gmorris@ast.cam.ac.uk>
4607
4608 * calendar/timeclock.el (timeclock-get-workday-function):
4609 `timeclock-workday' is not a valid option, rather a possible
4610 return value.
4611
32a86c99
RS
46122002-07-12 Richard M. Stallman <rms@gnu.org>
4613
4494f50d
RS
4614 * net/ange-ftp.el (ange-ftp-write-region):
4615 Don't bind executing-kbd-macro; instead, pass non-nil VISIT arg
4616 to ange-ftp-real-write-region.
4617
4618 * replace.el (flush-lines, keep-lines): Convert REND to a marker.
4619
4620 * help-fns.el (help-with-tutorial): Display completion list right away.
4621
4622 * ediff-ptch.el (ediff-test-patch-utility): Catch error and return nil.
4623
4624 * startup.el (command-line): Set memory-signal-data.
4625 (fancy-splash-text, normal-splash-screen):
4626 Mention "Read the Emacs Manual" or C-h r.
4627 Rearrange the initial help to put the help cmds on left
4628 and the actions (exit, undo) on the right. Other small
4629 text clarifications.
4630 (fancy-splash-text, actions page): Add blank line to balance help page.
4631
4632 * help.el (help-map): Add binding for info-emacs-manual.
4633 (print-help-return-message): Doc fix.
4634
32a86c99
RS
4635 * strokes.el (strokes-help): Call print-help-return-message
4636 while inside with-output-to-temp-buffer.
4637
4638 * info.el (info-emacs-manual): New function.
4639 (Info-use-header-line): Doc fix.
4640
4641 * emacs-lisp/cl.el (multiple-value-call): Add alias.
4642
4643 * progmodes/compile.el (compilation-normalize-filename):
4644 New subroutine, taken out of compilation-parse-errors.
4645 (compilation-parse-errors): Use that, and for directories too.
4646 Don't check whether a directory really exists.
4647
b37db7b4 4648
120034b3
JB
46492002-07-12 Juanma Barranquero <lektu@terra.es>
4650
b37db7b4
JB
4651 * help-fns.el (describe-variable): Remove useless "Documentation:"
4652 string.
d00a3408 4653
00feb952
SM
4654 * timer.el (timer-set-time-with-usecs): Fix documentation.
4655 Simplify extraction of time data.
120034b3 4656
9327f134
PJ
46572002-07-12 John Paul Wallington <jpw@shootybangbang.com>
4658
b37db7b4
JB
4659 * help-fns.el (describe-variable): Mention if the variable is an
4660 alias. Put `defvaralias' info before the documentation.
9327f134 4661
f1282c7f
KH
46622002-07-12 Kenichi Handa <handa@etl.go.jp>
4663
4664 * international/mule-cmds.el (locale-language-names): Change "mk"
4665 (Macedoninan), "ru" (Russian), and "sp" (Serbian with Cyrillic
4666 alphabet) to "Cyrillic-ISO".
4667
5fe0ea6a 46682002-07-11 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
505edaeb
KG
4669
4670 * net/tramp.el (tramp-default-method): New default method "sm"
4671 which I guess to be good for most people.
4672 (tramp-default-method-alist): Use "ftp" method (ie, forwarding to
4673 Ange-FTP) for some user/host combinations.
00feb952
SM
4674 (tramp-file-name-structure, tramp-file-name-regexp)
4675 (tramp-make-tramp-file-format, tramp-make-tramp-file-user-nil-format)
4676 (tramp-multi-file-name-structure, tramp-multi-file-name-hop-structure)
505edaeb
KG
4677 (tramp-make-multi-tramp-file-format): New default value which
4678 unifies the filename syntax between Tramp and Ange-FTP. The new
00feb952 4679 syntax is "/method:user@host:path". Note the colon after the method.
505edaeb
KG
4680 (tramp-handle-file-name-directory): Don't return "/" when
4681 completing a remote root directory (where the filename looks like
4682 "/method:user@host:/").
4683 (tramp-handle-ange-ftp): Deleted.
4684 (tramp-disable-ange-ftp): New function, called at toplevel,
4685 deletes Ange-FTP from file-name-handler-alist.
cebb4ec6 4686 (tramp-handle-make-symbolic-link): Implement.
505edaeb 4687
df31d96b
JB
46882002-07-10 Juanma Barranquero <lektu@terra.es>
4689
4690 * ido.el (ido-enter-single-matching-directory): Delete leftover comment.
4691
3cca0d40
JB
4692 * speedbar.el (speedbar-tag-hierarchy-method): Fix typos.
4693 (speedbar-vc-do-check): Likewise.
4694 (speedbar-obj-do-check): Likewise.
4695 (speedbar-mouse-hscroll): Likewise.
4696 (speedbar-file-lists): Likewise.
4697
3932b29a
JB
4698 * emacs-lisp/authors.el (authors-obsolete-file-p): Fix typo.
4699
32a86c99
RS
47002002-07-09 Ole Aamot <ole@gnu.org>
4701
4702 * compile.el (compilation-error-regexp-alist):
4703 Recognize Valgrind messages.
4704
2df447f2
JB
47052002-07-09 Juanma Barranquero <lektu@terra.es>
4706
4707 * faces.el (face-id): Fix typo.
4708
cb795ec4
JB
4709 * hexl.el (hexl-mode): Likewise.
4710
5502266e
JB
4711 * progmodes/idlw-shell.el (idlwave-shell-set-bp): Likewise.
4712
4713 * progmodes/ebnf-yac.el (ebnf-yac-error): Likewise.
4714
4715 * speedbar.el (speedbar-make-specialized-keymap): Fix docstring.
4716 (speedbar-desired-buffer): Likewise.
4717 (speedbar-line-file): Likewise.
4718 (speedbar-special-mode-key-map): Fix typo.
4719 (speedbar-dynamic-tags-function-list): Likewise.
4720 (speedbar-use-images): Likewise.
4721 (speedbar-up-directory): Likewise.
4722 (speedbar-item-info): Likewise.
4723 (speedbar-set-timer): Likewise.
4724 (speedbar-insert-button): Likewise.
4725 (speedbar-make-button): Likewise.
4726 (speedbar-make-tag-line): Likewise.
4727 (speedbar-insert-files-at-point): Likewise.
4728 (speedbar-update-special-contents): Likewise.
4729 (speedbar-find-selected-file): Likewise.
4730 (speedbar-add-indicator): Likewise.
4731 (speedbar-do-function-pointer): Likewise.
4732 (speedbar-goto-this-file): Likewise.
4733 (speedbar-line-path): Likewise.
4734 (speedbar-mouse-event-p): Likewise.
4735 (speedbar-dir-follow): Likewise.
4736 (speedbar-tag-find): Likewise.
4737 (speedbar-fetch-etags-command): Likewise.
4738 (speedbar-fetch-etags-arguments): Likewise.
4739 (speedbar-toggle-etags): Likewise.
4740 (speedbar-extract-one-symbol): Likewise.
4741 (speedbar-parse-c-or-c++tag): Likewise.
4742 (speedbar-unhighlight-one-tag-line): Likewise.
4743 (speedbar-directory-face): Likewise.
4744 (defimage-speedbar): Likewise.
4745 (speedbar-convert-emacs21-imagespec-to-xemacs): Likewise.
4746 (defimage-speedbar): Likewise.
4747
e49a45ad
MB
47482002-07-09 Miles Bader <miles@gnu.org>
4749
4750 * hexl.el (hexl-find-file): Bind `completion-ignored-extensions'
4751 to nil when prompting for a filename.
4752
82e22b57
KH
47532002-07-09 Kenichi Handa <handa@etl.go.jp>
4754
4755 * files.el (insert-directory): Be sure to bind
00feb952 4756 coding-system-for-write to the just decided coding-system-for-read.
82e22b57 4757
9a08196a
KS
47582002-07-09 Kim F. Storm <storm@cua.dk>
4759
4760 * ido.el (ido-make-merged-file-list): Move fully matching item to
4761 head of list.
4762 (ido-find-common-substring): Return substring instead of t.
4763
451ac41d
JB
47642002-07-08 Juanma Barranquero <lektu@terra.es>
4765
4766 * info.el (Info-directory-list): Fix docstring.
4767
66f12dcd
MB
47682002-07-08 Miles Bader <miles@gnu.org>
4769
4770 * comint.el (comint-dynamic-list-completions): Sort COMPLETIONS
4771 before first use.
4772
001dd4ea
KS
47732002-07-08 Kim F. Storm <storm@cua.dk>
4774
9304c620
KS
4775 * files.el (after-find-file): Don't check for read-only status
4776 of files just created (and not yet saved on disk).
4777
001dd4ea 4778 * ido.el (ido-completion-help): Changed xemacs specific code to
451ac41d 4779 avoid byte compiler warning in GNU emacs.
fb3fff88
KS
4780 (ido-set-matches1): Use regexp-quote instead of identity.
4781 (ido-complete-space): New function.
4782 (ido-define-mode-map): Bind it to SPACE.
001dd4ea 4783
7473b6ad
SM
47842002-07-07 Stefan Monnier <monnier@cs.yale.edu>
4785
00feb952
SM
4786 * font-lock.el (font-lock-default-unfontify-region):
4787 Use remove-list-of-text-properties.
4788 (font-lock-extra-managed-props): Doc fix.
4789
4790 * facemenu.el: Move `provide' to the end.
4791 (facemenu-read-color): Don't cons unnecessarily.
4792
a7bd9dc7
SM
4793 * language/ind-util.el (indian-make-hash):
4794 * language/devan-util.el (dev-char-glyph-hash, dev-glyph-glyph-hash)
4795 (dev-glyph-glyph-2-hash): Switch makehash -> make-hash-table.
4796
4797 * subr.el (insert-string): Update the obsolete info.
4798 (makehash): Move from C and mark obsolete.
4799
7473b6ad
SM
4800 * emacs-lisp/debug.el (debug-on-entry): Fix the wrapper used for
4801 aliases to also work for interactive functions.
4802 Use the same wrapper for subroutines.
4803 (cancel-debug-on-entry): Get rid of the now-useless wrapper.
4804 (debug-on-entry-1): Correctly skip docstrings and interactive forms.
4805
4806 * textmodes/texinfo.el (texinfo-font-lock-keywords): Disable the
4807 automatic environment name update.
4808 (texinfo-clone-environment): Fix it not to incorrectly match prefixes.
4809
af7272b1
RS
48102002-07-07 Richard M. Stallman <rms@gnu.org>
4811
4812 * emacs-lisp/easymenu.el (easy-menu-popup-menu): Function deleted.
4813
4814 * emacs-lisp/advice.el (ad-compile-function):
4815 Disable cl-function warnings if cl is loaded.
4816
4817 * files.el (safe-local-eval-forms): New user option.
4818 (hack-one-local-variable-eval-safep): Support it.
4819 Also allow `safe-local-eval-function' property to be a function
4820 or a list of functions.
4821 (c-add-style): Delete `safe-local-eval-function' property.
7473b6ad 4822
af7272b1
RS
4823 * files.el (after-find-file): Make buffer read-only if file is
4824 marked that way, even for root.
4825
4826 * files.el (save-some-buffers): Doc fix.
4827
4828 * bindings.el (completion-ignored-extensions): Add .gmo and .mo.
4829
b65c7d72
FP
48302002-07-06 Francesco Potorti` <pot@gnu.org>
4831
4832 * dos-w32.el (file-name-buffer-file-type-alist): Add knowledge of
4833 .sx[dmicw] file suffixes for Open office data files.
4834
4835 * files.el (auto-mode-alist): Likewise.
4836
4837 * international/mule.el (auto-coding-alist): Likewise.
4838
6d6f3bc1
KS
48392002-07-05 Kim F. Storm <storm@cua.dk>
4840
4841 * emulation/cua-rect.el (cua--rectangle-operation): Don't call
4842 FCT if current column is outside rectangle.
4843 (cua--delete-rectangle): Do nothing if zero width or out of bounds.
4844
7473b6ad
SM
48452002-07-04 Stefan Monnier <monnier@cs.yale.edu>
4846
4847 * net/ange-ftp.el: Use add-hook and find-file-hook.
4848 (ange-ftp-parse-netrc): Use run-hooks and find-file-hook.
4849 (ange-ftp-ls-parser): Make it into a function.
4850 Ignore trailing @ in symlink targets.
4851 (ange-ftp-file-entry-p): Ignore FTP errors.
4852 (ange-ftp-insert-directory): Use ange-ftp-expand-symlink
4853 to correctly expand "/flint:/bla -> ./etc" to /flint:/etc.
4854
0bb64d76
PA
48552002-07-04 Per Abrahamsen <abraham@dina.kvl.dk>
4856
4857 * simple.el (toggle-truncate-lines): New command.
4858
9669f2d6
MB
48592002-07-04 Miles Bader <miles@gnu.org>
4860
4861 * comint.el (comint-displayed-dynamic-completions): New variable.
4862 (comint-dynamic-list-completions): Be more careful about choosing
4863 when to scroll an existing completions window.
4864
210accc8
AS
48652002-07-03 Andreas Schwab <schwab@suse.de>
4866
4867 * net/tramp.el (tramp-handle-ange-ftp): Move interactive spec
4868 after doc string.
4869
9af6aa14
JB
48702002-07-03 Juanma Barranquero <lektu@terra.es>
4871
25f78d18
JB
4872 * net/tramp.el (tramp-send-eof): Fix typo.
4873 (tramp-kill-process): Likewise.
4874
bcae6433
JB
4875 * play/dunnet.el (dun-physobj-desc): Likewise.
4876
4877 * textmodes/reftex-vars.el (reftex-label-alist): Likewise.
4878
6a5d7585
JB
4879 * calendar/timeclock.el (timeclock-workday-remaining): Likewise.
4880 (timeclock-workday-elapsed): Likewise.
4881
4882 * allout.el (outline-goto-prefix): Likewise.
4883
5ec2752a
JB
4884 * emulation/tpu-edt.el (tpu-delete-to-eol): Likewise.
4885 (tpu-delete-to-bol): Likewise.
4886
9af6aa14
JB
4887 * subr.el (chars-in-region): Add obsolescence declaration for
4888 `chars-in-region'.
4889
a7ac92b6
MB
48902002-07-03 Miles Bader <miles@gnu.org>
4891
4892 * faces.el (header-line): Don't use a `common' clause for
4893 inheriting from the mode-line face, since we can't override it,
4894 and we don't want it for ttys.
4895
ec1a57dc
RS
48962002-07-02 Richard M. Stallman <rms@gnu.org>
4897
64805fb0
RS
4898 * net/ange-ftp.el (ange-ftp-hook-function): Add file-remote-p prop.
4899
ec1a57dc
RS
4900 * files.el (hack-one-local-variable-constantp): New function.
4901 (hack-one-local-variable-eval-safep): New function.
4902 Check for `eval:' calling fn with `safe-local-eval-function' property.
4903 (hack-one-local-variable): Use hack-one-local-variable-eval-safep.
4904 (c-add-style, c-set-style): Add safe-local-eval-function property.
9af6aa14 4905
ec1a57dc
RS
4906 * files.el (insert-directory): Handle --dired option to ls.
4907
4908 * files.el (file-remote-p): New function.
4909
4910 * emacs-lisp/easymenu.el (easy-menu-popup-menu): New function.
4911
4912 * startup.el (fancy-splash-screens): Switch to a chosen frame.
4913 (fancy-splash-frame): Choose the right frame to use.
4914 (use-fancy-splash-screens-p): Check dimensions of the right frame
4915 in order to decide.
4916
4917 * emacs-lisp/bytecomp.el (byte-compile-warning-types):
4918 Rename cl-func to cl-functions. Enable it by default.
4919 (byte-compile-file-form-eval-boundary): Turn off cl-functions warnings
4920 if the file loads cl.
4921 (byte-compile-initial-macro-environment): For eval-and-compile,
4922 use byte-compile-eval-before-compile to eval.
4923 (byte-compile-eval-before-compile): New function to turn off
4924 cl-functions when appropriate, for eval-and-compile.
4925 (byte-compile-warnings): Doc fix.
4926
49272002-07-02 Dave Love <fx@gnu.org>
4928
4929 * emacs-lisp/bytecomp.el (byte-compile-warnings): Add cl-func option.
4930 (byte-compile-cl-warn): New function.
4931 (byte-compile-form): Use it, to warn about calling cl functions.
4932 (byte-compile-warning-types): Doc fix.
4933
df1890b0
JB
49342002-07-02 Juanma Barranquero <lektu@terra.es>
4935
4936 * mail/rmailsum.el (rmail-user-mail-address-regexp): Fix typo.
4937
4938 * textmodes/reftex-cite.el (reftex-citation): Fix typo.
4939
ec1a57dc
RS
4940 * progmodes/cperl-mode.el (cperl-break-one-line-blocks-when-indent):
4941 Fix typo.
df1890b0 4942
4141da38
KS
49432002-07-02 Kim F. Storm <storm@cua.dk>
4944
4945 * emacs-lisp/bindat.el: New file.
4946
7abc9add
SS
49472002-07-01 Sam Steingold <sds@gnu.org>
4948
4949 * textmodes/tex-mode.el (tex-file): Call `save-some-buffers'
4950 before `tex-main-file' because if the current buffer is new, its
4951 file might not exist yet, and then `tex-main-file' will
4952 incorrectly return "foo.tex.tex".
4953
ce827a7d
JB
49542002-07-01 Juanma Barranquero <lektu@terra.es>
4955
4956 * ido.el (ido-minibuffer-setup-hook): Doc fix.
4957
dc976f2c
DL
49582002-07-01 Dave Love <fx@gnu.org>
4959
4960 Make strokes a proper minor mode, and don't try to overload
4961 mouse-2, which doesn't work satisfactorily.
4962
4963 * strokes.el: Doc fixes.
4964 (strokes-mode): Defcustom deleted; replaced by minor mode def with
4965 re-written function.
4966 (strokes-while-inhibiting-garbage-collector): Comment out.
4967 (define-stroke, strokes-fix-button2-command, strokes-insinuated)
4968 (strokes-insinuate, global-set-stroke, describe-stroke)
4969 (load-user-strokes, save-strokes, strokes-bug-address)
4970 (strokes-click-command): Deleted.
4971 (strokes-execute-stroke): Remove strokes-click-p case.
4972 (strokes-describe-stroke): Remove strokes-click-p stuff.
4973 (strokes-help): Fix.
4974 (strokes-report-bug): Alias to report-emacs-bug.
4975 (strokes-prompt-user-save-strokes): Modify format of the file.
4976 (strokes-mode-map, strokes-unload-hook): New.
4977 (strokes-buffer-name): Don't customize.
ce827a7d 4978
ec962374
RS
49792002-07-01 Richard M. Stallman <rms@gnu.org>
4980
4981 * info.el (Info-index): Get immediate error if used in `dir'.
4982
7abc9add 4983 * textmodes/picture.el (picture-forward-column)
ec962374
RS
4984 (picture-move-down): Never deactivate the mark.
4985
6b285f60
SJ
49862002-06-30 Simon Josefsson <jas@extundo.com>
4987
4988 * menu-bar.el (menu-bar-options-menu): Move elisp mode names from
4989 menu entry into balloon help.
4990
525fdbc9
AS
49912002-06-30 Andreas Schwab <schwab@suse.de>
4992
4993 * files.el (directory-free-space-args): Don't use `-P' on Darwin.
4994 * term/mac-win.el: Don't set it here.
4995
2562aa9f
SM
49962002-06-29 Stefan Monnier <monnier@cs.yale.edu>
4997
4998 * pcvs-defs.el (cvs-mode-map): Bind ! to `force'.
4999
11688fcc
AS
50002002-06-29 Andreas Schwab <schwab@suse.de>
5001
eb14066a
AS
5002 * term/mac-win.el: Use directory-free-space-program instead of
5003 obsolete variable dired-free-space-program. On Darwin, don't set
5004 directory-free-space-program, shell-file-name and
5005 process-connection-type; set directory-free-space-args to not
5006 include `-P' and use utf-8 for file name coding system.
5007
d4bbcbb4
AS
5008 * simple.el (shell-command-on-region): Handle errors and signals
5009 from shell command execution.
61b80ebf 5010 (display-message-or-buffer): Fix last change.
637fff82 5011 (shell-command-default-error-buffer): Doc fix.
d4bbcbb4 5012
11688fcc
AS
5013 * dired.el (dired-view-file): Quote file name for
5014 dired-run-shell-command.
5015
79e6f288
KS
50162002-06-29 Kim F. Storm <storm@cua.dk>
5017
5018 * kmacro.el: New file.
5019
c31f68b7
JW
50202002-06-28 John Wiegley <johnw@gnu.org>
5021
5022 * pcmpl-cvs.el: Added my name as the maintainer of this file.
5023
6674676b
AS
50242002-06-28 Andreas Schwab <schwab@suse.de>
5025
5026 * shell.el (explicit-bash-args): New user option.
5027
789d1bf0
KS
50282002-06-28 Kim F. Storm <storm@cua.dk>
5029
5030 * ido.el: New file.
5031
2562aa9f
SM
50322002-06-28 Stefan Monnier <monnier@cs.yale.edu>
5033
5034 * derived.el (define-derived-mode): Preserve the `mode-class' rather
5035 than the `special' symbol property.
5036 (derived-mode-class): Make it obsolete.
5037
a8c12c79
AS
50382002-06-27 Andreas Schwab <schwab@suse.de>
5039
5040 * net/tramp.el (tramp-handle-ange-ftp): Fix typo.
5041
23a3b598
JB
50422002-06-27 Juanma Barranquero <lektu@terra.es>
5043
5044 * emacs-lisp/bytecomp.el (baud-rate): Fix obsolescence declaration.
5045 (meta-flag): Likewise.
5046
5047 * international/mule-util.el (string-to-sequence): Likewise.
5048
5049 * subr.el (char-bytes): Likewise.
5050 (make-local-hook): Likewise.
5051 (baud-rate): Remove redundant info from docstring.
5052
5053 * faces.el (frame-update-faces): Fix obsolescence declaration.
5054 (internal-get-face): Remove redundant info from docstring and
5055 fix obsolescence declaration.
5056
5057 * rect.el (move-to-column-force): Likewise.
5058
5059 * help-fns.el (describe-function-1): Use semicolon instead of dot.
5060 (describe-variable): Likewise.
5061
212bb1b5
SM
50622002-06-27 Stefan Monnier <monnier@cs.yale.edu>
5063
bb5d43fe
SM
5064 * mwheel.el (mouse-wheel-change-button): Deactivate before changing.
5065 (mouse-wheel-up-button, mouse-wheel-down-button): Obsolete.
5066 (mouse-wheel-up-event, mouse-wheel-down-event): New vars.
5067 (mouse-wheel-follow-mouse): Change default to t.
5068 (mwheel-event-button): Return the basic event symbol.
5069 (mwheel-scroll): Work with non-mouse events.
5070 (mouse-wheel-mode): Use the new vars.
5071 (mwheel-install): Obey `uninstall'.
5072
5073 * term/xterm.el (function-key-map): Add some bindings.
5074
212bb1b5
SM
5075 * uniquify.el (uniquify-delay-rationalize-file-buffer-names):
5076 Rename from delay-uniquify-rationalize-file-buffer-names.
5077 Only rationalize if the buffer is under uniquify control.
5078 (uniquify-delayed-rationalize-file-buffer-names):
5079 Rename from delayed-uniquify-rationalize-file-buffer-names.
5080
5fe0ea6a 50812002-06-27 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
487fa986
KG
5082
5083 * net/tramp.el (tramp-file-name-structure)
212bb1b5 5084 (tramp-multi-file-name-hop-structure): Split for easier readability.
487fa986
KG
5085 (tramp-handle-make-symbolic-link): Use user/host/method/... from
5086 LINKNAME, not FILENAME.
212bb1b5
SM
5087 (tramp-handle-verify-visited-file-modtime):
5088 Call tramp-ange-ftp-file-name-p with right parameters.
487fa986
KG
5089 (tramp-handle-verify-visited-file-modtime): `insert' does not
5090 work for integers, convert them to strings first.
5091 (tramp-handle-ange-ftp): New function to perform setup for
5092 replacing Ange-FTP with Tramp.
5093 (tramp-repair-jka-compr): New function to factor out some
5094 previously top-level code. Call the function at top-level.
5095
8c269380
JB
50962002-06-27 Juanma Barranquero <lektu@terra.es>
5097
9d5d96a6
JB
5098 * composite.el (decompose-composite-char): Fix docstring.
5099
8c269380
JB
5100 * faces.el (describe-face): Capitalize "not documented" message.
5101
5102 * help-fns.el (describe-variable): Likewise.
5103 (describe-function-1): Likewise. Also, document the obsolescence
5104 of the function, if applicable.
5105
eb590342 51062002-06-26 Juanma Barranquero <lektu@terra.es>
ccfb7415
JB
5107
5108 * info.el (info-menu-5): Fix documentation.
212bb1b5 5109 (Info-fontify-maximum-menu-size): Remove reference to `Info-fontify'.
ccfb7415 5110
ca8f3642
RS
51112002-06-26 Richard M. Stallman <rms@gnu.org>
5112
5113 * emacs-lisp/cl.el (values): Simplify definition.
5114
5115 * simple.el (shell-command): Match & only at end of whole command.
5116 (display-message-or-buffer): Don't use the echo area
5117 if output buffer is visible.
5118
5119 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Doc fixes.
5120
5121 * progmodes/cperl-mode.el: Many trivial doc fixes.
5122 (cperl-non-problems): Definition deleted.
5123 (cperl-menu): Don't refer to cperl-non-problems.
5124 (cperl-word-at-point): Add doc string.
5125 (cperl-beautify-regexp-piece): Fix error message.
5126 (cperl-invert-if-unless): Fix error message.
5127
5128 * dired.el (dired-find-alternate-file): Mark as disabled.
5129
5fe0ea6a 51302002-06-25 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
c62c9d08
KG
5131
5132 * net/tramp.el (tramp-ftp-method): New user option.
212bb1b5 5133 (tramp-invoke-ange-ftp): New function to forward calls to Ange-FTP.
c62c9d08
KG
5134 (with-parsed-tramp-file-name): New macro for the usual big `let'
5135 statement to dissect a file-name.
212bb1b5
SM
5136 (tramp-handle-make-symbolic-link, tramp-handle-load)
5137 (tramp-handle-file-name-directory)
5138 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
5139 (tramp-handle-file-truename, tramp-handle-file-directory-p)
5140 (tramp-handle-file-regular-p, tramp-handle-file-symlink-p)
c62c9d08 5141 (tramp-handle-file-writable-p, tramp-handle-file-writable-p):
212bb1b5 5142 Use the new macro and forward call to Ange-FTP if applicable.
c62c9d08 5143 (tramp-make-ange-ftp-file-name): New helper function to convert a
212bb1b5 5144 file name into an Ange-FTP file name, used by `tramp-invoke-ange-ftp'.
eac11a4a 5145 (tramp-default-method-alist): New user option.
c62c9d08 5146 (tramp-find-default-method): Use it.
c62c9d08
KG
5147 (tramp-sh-extra-args): New variable.
5148 (tramp-find-shell): Use it.
dc7b8aba
KG
5149 (tramp-open-connection-rsh): Support a kludgy feature for the
5150 "-p" option to ssh. If host name is given as "host#42", uses the
5151 "-p 42" option.
5152
f2936ae0
AS
51532002-06-25 Andreas Schwab <schwab@suse.de>
5154
5155 * replace.el (occur-1): Avoid invalid message format string.
5156
b81f379b
SM
51572002-06-24 Stefan Monnier <monnier@cs.yale.edu>
5158
04f13f39
SM
5159 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn):
5160 Check for `noruntime' even if the function has a known sig.
5161 (byte-compile-file, byte-compile-output-docform):
5162 Don't hard code point-min = 1.
5163
5164 * pcvs.el (cvs-parse-process): Don't save/restore point.
5165 Fix last change not to introduce spurious dir FIs.
5166 (cvs-move-to-goal-column): New function extracted from
5167 cvs-mode-previous-line.
5168 (cvs-mode-previous-line, cvs-mode-next-line): Use it.
5169 (cvs-addto-collection): Use it to preserve point.
5170 (cvs-vc-command-advice): Ad-hoc workaround for `cvs -q add'.
5171
5172 * mwheel.el (mouse-wheel-scroll-amount,mwheel-scroll,mouse-wheel-mode):
5173 Don't require the first element to be modifier-free.
5174
b81f379b
SM
5175 * pcvs-parse.el (cvs-parse-table):
5176 Handle `nothing known about' with more care.
5177
5178 * pcvs.el (cvs-fileinfo-kill): Remove.
5179 (cvs-parse-process): Add `old-fis' argument.
5180 (cvs-mode-run): Use it instead of cvs-fileinfo-kill.
5181
5182 * descr-text.el (describe-property-list): Make sure there's
5183 a space between the property name and its value.
5184 (describe-text-properties): Don't kill a pre-existing buffer.
5185
04f13f39
SM
5186 * mwheel.el: Undo last patch from Stephen Gildea for now.
5187
3efa1193
KS
51882002-06-24 Kim F. Storm <storm@cua.dk>
5189
5190 * emulation/keypad.el: Added :require 'keypad to defcustoms.
5191
f2aa473a
SM
51922002-06-23 Stefan Monnier <monnier@cs.yale.edu>
5193
5194 * subr.el (event-start, event-end, event-click-count):
5195 Accept non-mouse events as well.
5196 (read-key): New function.
5197 (read-quoted-char): Use it. Use this-single-command-raw-keys as well.
5198
5199 * files.el: Rename (and mark as obsolete)
5200 find-file-hooks to find-file-hook,
5201 find-file-not-found-hooks to find-file-not-found-functions,
5202 write-file-hooks to write-file-functions,
5203 write-contents-hooks to write-contents-functions.
5204 Mark local-write-file-hooks as obsolete.
5205 (locate-file-completion): Don't cons uselessly. Use test-completion.
5206 (basic-save-buffer): Use (point-min) rather than 1.
5207 (basic-save-buffer-2): Obey the `setmodes' returned by backup-buffer.
5208
5209 * help-fns.el (describe-variable): Only use `buffer' is still live.
5210 Use `delete-region' instead of save-excursion + delete-char.
5211 Document the obsolescence of the variable, if applicable.
5212
d595e95d
GM
52132002-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
5214
5215 * progmodes/f90.el (f90-do-auto-fill): Respect the value of
5216 comment-auto-fill-only-comments.
5217
5fe0ea6a 52182002-06-21 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
d18322c5
KG
5219
5220 * net/ange-ftp.el (backup-buffer): Delete `ange-ftp' property.
5221 This is not a handled operation.
5222
3efa1193 52232002-06-21 Kim F. Storm <storm@cua.dk>
83cfd18f
KS
5224
5225 * emulation/cua-base.el (cua--prefix-arg): Make register prefixes
b1b2d515 5226 work again. Corrected error in check for C-u initiated prefix.
83cfd18f
KS
5227
5228 * emulation/keypad.el (keypad-setup): Handle kp-begin like kp-space.
5229
30a2aafd
RS
52302002-06-21 Richard M. Stallman <rms@gnu.org>
5231
5232 * net/browse-url.el (browse-url-at-mouse): Don't pass an arg
5233 to browse-url-at-point.
5234
5235 * play/zone.el (zone-idle): Var deleted.
5236
5237 * international/iso-acc.el (iso-languages) <french>:
5238 `~ ' now generates `~', `~,' definition deleted.
5239
5240 * format.el (format-annotate-function): Copy multibyte flag
5241 and selective-display into the new temp buffer.
5242
5243 * edmacro.el (edmacro-fix-menu-commands):
5244 Discard `help-echo' events. Handle (menu-bar) events.
5245 Simplify by converting key sequence to a list and then back to vector.
b1b2d515 5246
f7c9a765
RS
52472002-06-21 Stephen Gildea <gildea@stop.mail-abuse.org>
5248
5249 * mwheel.el: Allow arbitrary keys for scrolling, add a third
5250 scrolling speed, fix an unwind-protect.
5251 (mouse-wheel-scroll-amount): Now a three-element list.
5252 (mouse-wheel-scroll-down-slow, mouse-wheel-scroll-up-slow)
5253 (mouse-wheel-scroll-down-normal, mouse-wheel-scroll-up-normal)
5254 (mouse-wheel-scroll-down-fast, mouse-wheel-scroll-up-fast):
5255 New functions.
5256
f66a7f75
AS
52572002-06-21 Andreas Schwab <schwab@suse.de>
5258
5259 * files.el (find-file-read-args): Add new argument `mustmatch' and
5260 pass it down to read-file-name.
5261 (find-file, find-file-other-window, find-file-other-frame)
5262 (find-file-read-only, find-file-read-only-other-window)
5263 (find-file-read-only-other-frame): Use it and fix prompts.
5264
b1b2d515
SM
52652002-06-21 Stefan Monnier <monnier@cs.yale.edu>
5266
5267 * pcvs-defs.el (cvs-version): Use cvs-program rather than "cvs".
5268
d78b64a0
SM
52692002-06-20 Emmanuel Briot <briot@act-europe.fr>
5270
5271 * progmodes/ada-mode.el: Update copyright notice.
5272 Synchronize with GNAT release 3.15a1.
5273 Do not attempt to load ada-support, which is only for compatibility
5274 with older Emacs versions, and is not needed for Emacs 21.
5275 Fix various calls to count-lines, that didn't work correctly when the
5276 buffer was narrowed.
5277 (ada-continuation-indent): New variable.
5278 (ada-contextual-menu): New entry "List local references", faster than
5279 "List References".
5280 (ada-mode): New alignment rules provided by S. Leake.
5281 Add support for which-function-mode.
5282 (ada-get-current-indent): Fix indentation of named parameter lists and
5283 nested boolean expressions.
5284 (ada-indent-on-previous-lines): Fix indentation of labels.
5285 (ada-search-prev-end-stmt): Fix searching of the previous
5286 end-statement, specially with regards to nested subprograms.
5287 (comment-region advice): Initially disabled, for better compatibility
5288 with other modes.
5289 (ada-fill-comment-paragraph): Fixed (no longer worked with Emacs 21).
5290
5291 * progmodes/ada-xref.el: Update copyright notice.
5292 (ada-xref-create-ali): The default is now not to create automatically
5293 the ALI files by compiling the unit, since this isn't always reliable
5294 and requires an up-to-date project file.
5295 (ada-prj-default-comp-cmd): No longer use gcc directly to compile
5296 a file, but use gnatmake instead, since this gives access to the GNAT
5297 project files.
5298 (ada-xref-search-with-egrep): New variable, suggested by P. Waroquiers.
5299 (ada-load-project-hook): New variable, for support of GNAT
5300 project files.
5301 (ada-update-project-menu): Fix the detection of the project file name.
5302 (ada-add-keymap): Change key binding for ada-find-file, that conflicted
5303 with another binding in ada-mode.el.
5304 (ada-add-menu): New menu "List Local References", to list the reference
5305 to the entity only in the current file, instead of looking in the whole
5306 project. Much faster.
5307 (ada-find-references): New parameters arg and local-only.
5308 (ada-find-any-references): New parameters local-only and append.
5309 (ada-goto-declaration): Fix handling of predefined entities in xref.
5310 (ada-get-all-references): Updated to the new xref format in GNAT 3.15,
5311 still compatible with GNAT 3.14 of course. Fix various calls to
5312 count-lines, that didn't work correctly when the buffer was narrowed.
5313
5314 * progmodes/ada-prj.el: Update copyright.
5315 (ada-prj-load-directory): Make sure we do not use one of the new Emacs
5316 21 dialogs to select the file, since we want a directory name only.
5317 (ada-customize): Add support for the new GNAT project files.
5318
1770ff00
FP
53192002-06-20 Francesco Potorti` <pot@gnu.org>
5320
5321 * progmodes/etags.el (tag-implicit-name-match-p): New function.
5322 (etags-recognize-tags-table): Use it for implicit tag names.
5323
cf6af551
MB
53242002-06-20 Miles Bader <miles@gnu.org>
5325
3848dd73
MB
5326 * comint.el (comint-get-old-input-default): Strip text properties
5327 for fields too.
cf6af551
MB
5328
5329 * comint.el (comint-output-filter): Run output-filter functions
5330 before setting up the prompt.
5331
3848dd73
MB
5332 * international/characters.el: Re-enable code giving word syntax
5333 to certain japanese-jisx0208 characters.
5334
e7272ece
GM
53352002-06-19 Glenn Morris <gmorris@ast.cam.ac.uk>
5336
5337 * progmodes/f90.el (f90-type-def-re): Fix value.
5338 (f90-looking-at-type-like): Adapt for new `f90-type-def-re' value.
5339
b1b2d515
SM
53402002-06-18 Stefan Monnier <monnier@cs.yale.edu>
5341
5342 * international/quail.el (quail-help): Don't assume the buffer
5343 is displayed in the same frame.
5344
5345 * emacs-lisp/debug.el (cancel-debug-on-entry):
5346 * emacs-lisp/regexp-opt.el (regexp-opt-group): Don't cons uselessly.
5347
5348 * pcvs.el (cvs-vc-command-advice): Handle the case where args
5349 are passed to `cvs' before the command name.
5350 (cvs-fileinfo-kill): Mark old FIs as up-to-date rather than dead.
5351
5352 * pcvs-info.el (cvs-add-face): Minor rewrite.
5353 (cvs-fileinfo-pp): Use `cvs-goal-column' with directory entries.
5354
5355 * newcomment.el (comment-normalize-vars): Refresh the comment-foo-skip
5356 regexp when they don't match comment-foo any more.
5357
e0e7f2d5
JB
53582002-06-18 Juanma Barranquero <lektu@terra.es>
5359
5360 * filesets.el (filesets-update-pre010505): Fix typo.
5361
5362 * eshell/em-pred.el (eshell-modifier-help-string): Fix typos.
5363
5364 * emulation/edt.el (edt-substitute): Fix typo.
5365
5366 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine): Fix typo.
5367
5368 * comint.el (comint-next-prompt, comint-previous-prompt): Fix typos.
5369
5370 * progmodes/sh-script.el (sh-electric-rparen-needed): Remove.
5371
2e4e635a
RS
53722002-06-17 Richard M. Stallman <rms@gnu.org>
5373
5374 * facemenu.el (facemenu-map): Rename to Describe Text
5375 to Describe Properties and use describe-text-properties.
5376
5377 * simple.el (what-cursor-position): Use describe-char.
5378
5379 * descr-text.el (describe-char): Moved from mule-diag.el, renamed
5380 from describe-char-after. Now calls describe-text-properties.
5381 (describe-property-list): Renamed from describe-text-properties.
5382 (describe-text-properties): Renamed from describe-text-at.
5383 New arg OUTPUT-BUFFER.
5384 (describe-text-properties-1):
5385 New subroutine, broken out from describe-text-properties.
5386 Output a newline before each section of the output.
1770ff00 5387
2e4e635a
RS
5388 * international/mule-diag.el (describe-char-after):
5389 Moved to descr-text.el.
5390
d9c25020 53912002-06-17 Eli Zaretskii <eliz@is.elta.co.il>
c74fe809
EZ
5392
5393 * international/mule.el (ctext-pre-write-conversion): Fix the values
5394 of FROM and TO if we create a new buffer.
5395
35068823
MB
53962002-06-17 John Paul Wallington <jpw@shootybangbang.com>
5397
5398 * comint.el (comint-insert-clicked-input): Insert clicked-on
5399 previous input without properties.
5400
f00691a3
AC
54012002-06-16 Andrew Choi <akochoi@shaw.ca>
5402
5403 * term/mac-win.el (scalable-fonts-allowed): Set to t.
5404
75183093
CW
54052002-06-15 Colin Walters <walters@debian.org>
5406
2a4a8cd5
CW
5407 * pcvs-info.el (global-font-lock-mode, font-lock-auto-fontify):
5408 Delete defvars.
5409 (cvs-highlight): Delete.
5410 (cvs-add-face): Use `font-lock-face'. Always add properties.
5411
75183093
CW
5412 * ibuffer.el (ibuffer-movement-cycle): New variable.
5413 (ibuffer-backward-line, ibuffer-forward-line): Use it.
5414
568bbe5e
RS
54152002-06-15 Richard M. Stallman <rms@gnu.org>
5416
5b6fe353
RS
5417 * emacs-lisp/bytecomp.el (byte-recompile-directory): Doc fix.
5418 (batch-byte-recompile-directory): Undo previous change.
5419
93731c54 5420 * comint.el (comint-skip-input): New function.
1770ff00 5421 (comint-interrupt-subjob, comint-kill-subjob, comint-quit-subjob)
93731c54
RS
5422 (comint-stop-subjob): Use comint-skip-input.
5423
568bbe5e
RS
5424 * ielm.el (ielm-eval-input): Use error-message-string.
5425 (ielm-format-error, ielm-format-errors): Functions deleted.
5426
3efa1193 54272002-06-14 Kim F. Storm <storm@cua.dk>
dafe5452
KS
5428
5429 * progmodes/compile.el (grep-tree): Doc fixes.
5430 Added SUBDIRS arg for non-interactive use.
5431
5dee02a3
JB
54322002-06-14 Juanma Barranquero <lektu@terra.es>
5433
b1b2d515
SM
5434 * comint.el (comint-snapshot-last-prompt):
5435 Bind `inhibit-read-only' to t to support read-only prompts.
5dee02a3
JB
5436 (comint-output-filter): Likewise.
5437
68b08950
MB
54382002-06-14 Miles Bader <miles@gnu.org>
5439
5440 * subr.el (copy-tree): Use `nconc' and `nreverse' instead of `nreconc'.
54993fa4
MB
5441 (pop): Move the call to `car' outside the prog1, as the compiler
5442 then generates better code.
68b08950 5443
216640c5
RS
54442002-06-13 Richard M. Stallman <rms@gnu.org>
5445
5446 * play/zone.el (zone-timer): New variable holds the idle timer.
5447 (zone): Don't fiddle with the idle timer at all.
1770ff00 5448 (zone-when-idle): Put the idle timer in zone-timer.
216640c5
RS
5449 If one is already set up, cancel it and make a new one.
5450 (zone-leave-me-alone): Likewise.
5451
91224f9e
JR
54522002-06-13 Jason Rumney <jasonr@gnu.org>
5453
5454 * w32-fns.el (w32-charset-info-alist): Reorder.
5455
dfd8bf47
AS
54562002-06-13 Andreas Schwab <schwab@suse.de>
5457
5458 * files.el (auto-mode-alist): Move entry for ".in" to the end.
5459
fcc6fa51
MB
54602002-06-13 Miles Bader <miles@gnu.org>
5461
5462 * comint.el (comint-mode): Don't set `font-lock-defaults'.
5463 (comint-mode-hook): Turn on font-lock by default.
5464
76bc6ee3
KF
54652002-06-12 Karl Fogel <kfogel@red-bean.com>
5466
b1b2d515
SM
5467 * bookmark.el (bookmark-file-or-variation-thereof):
5468 Restore vc-backend check, thanks to Robert Thorpe for noticing.
76bc6ee3 5469
c2345c0d
EZ
54702002-06-12 Eli Zaretskii <eliz@is.elta.co.il>
5471
5472 * textmodes/bibtex.el: Change the maintainer to "none".
5473
1823c9d2
JB
54742002-06-12 Juanma Barranquero <lektu@terra>
5475
5476 * term/w32-win.el (x-handle-switch): Fix handling of
5477 x-invocation-args for switches with arguments.
5478
b1b2d515
SM
54792002-06-12 Stefan Monnier <monnier@cs.yale.edu>
5480
5481 * menu-bar.el (menu-bar-showhide-fringe-menu): Don't use `fringe-mode'
5482 without first making sure it's bound.
5483
0381e6ca
RS
54842002-06-12 Richard M. Stallman <rms@gnu.org>
5485
efb21aab
RS
5486 * info.el (Info-fontify-node): Compute header line specially
5487 if node has no next, previous or up links.
5488 Hide the part of the first line that is used in the header.
5489 Use Info-next-link-keymap, etc.
1770ff00 5490 (Info-next-link-keymap, Info-prev-link-keymap)
efb21aab
RS
5491 (Info-up-link-keymap): New variables.
5492
0381e6ca
RS
5493 * international/mule-diag.el (describe-char-after): Doc fix.
5494
5495 * view.el (view-mode-enter): Clarify echo area message.
5496
5497 * info.el (Info-select-node): Turn header line on or off here.
5498 (Info-setup-header-line): Function deleted.
5499 (Info-mode): Make Info-header-line local.
5500 (Info-fontify-node): Ignore Info-use-header-line.
5501 Unconditionally compute what the header line should be, and
5502 store it on the `header-line' property of the node's first char.
5503 Bind [header-line down-mouse-1].
5504 Use `keymap' property, not `local-map'.
5505 Bind [mouse-2] for mouse clicks on the node line in the text.
5506
5507 * font-lock.el (font-lock-beginning-of-syntax-function): Doc fix.
5508
1b55e301
MB
55092002-06-12 Miles Bader <miles@gnu.org>
5510
5511 * comint.el (comint-send-input): Properly handle empty and
5512 no-newline input regions.
5513
33e55592
CW
55142002-06-12 Colin Walters <walters@gnu.org>
5515
5516 * calc/calc.el: Use `when', `unless'.
5517 (calc-trail-mode): Use an italic `font-lock-face'.
5518 (calc-refresh): Ditto.
333c5e0c 5519
33e55592 55202002-06-12 Colin Walters <walters@debian.org>
1770ff00 5521
b1b2d515
SM
5522 * font-core.el (font-lock-core-only): Variable deleted.
5523 All uses removed.
333c5e0c
CW
5524 (font-lock-set-defaults): Variable alist settings moved back into
5525 font-lock-set-defaults-1.
5526 (turn-on-font-lock-if-enabled): Always turn on font-lock unless it
5527 is specifically excluded by the user.
1770ff00 5528
61fd2c68 5529 * font-lock.el (font-lock-set-defaults-1): Set variable alist here.
1770ff00 5530
61fd2c68 5531 * help-mode.el (help-mode): Don't set `font-lock-defaults'.
1770ff00 5532
61fd2c68 5533 * ibuffer.el (ibuffer-mode): Don't set `font-lock-defaults'.
1770ff00 5534
61fd2c68 5535 * info.el (Info-mode): Don't set `font-lock-defaults'.
1770ff00 5536
61fd2c68
CW
5537 * replace.el (occur-mode): Don't set `font-lock-defaults'.
5538
b1b2d515
SM
5539 * help-mode.el (help-highlight-p, help-highlight-face):
5540 Variable was unused; delete.
61fd2c68 5541 (help-make-xrefs): Doc fix.
333c5e0c 5542
0672b5a0
RS
55432002-06-11 Richard M. Stallman <rms@gnu.org>
5544
5545 * format.el (format-alist): Document new element PRESERVE.
5546 (format-write-file): Implement PRESERVE elt for a format.
5547
5548 * files.el (make-auto-save-file-name): Rename local `filename' to
5549 `file-name'.
5550
658397fb
RS
55512002-06-10 Richard M. Stallman <rms@gnu.org>
5552
5553 * progmodes/ebrowse.el (ebrowse-draw-tree-fn): Use copy-sequence.
5554 (ebrowse-copy-list): Function deleted.
5555
5556 * eshell/em-unix.el (eshell/diff): Use copy-sequence.
5557
5558 * eshell/esh-mode.el (eshell-mode, eshell-mode): Use copy-sequence.
5559
5560 * eshell/esh-util.el (eshell-copy-list): Function deleted.
5561 (eshell-sublist): Use copy-sequence.
5562 (eshell-copy-tree): Make it an alias for copy-tree.
5563
5564 * emacs-lisp/cl.el (copy-list): Moved back from subr.el.
5565
5566 * subr.el (copy-list): Moved to cl.el.
5567 (copy-tree): Don't use copy-list or cl-pop.
5568
16320ac7 55692002-06-10 Miles Bader <miles@gnu.org>
ab2e49a0 5570
3238a55c
MB
5571 Make comint use text properties for highlighting instead of overlays:
5572 * comint.el (comint-last-output-overlay): Variable removed.
5573 (comint-send-input, comint-output-filter): Use text properties
5574 instead of overlays.
5575 (comint-insert-clicked-input): Rewrite to work with text
5576 properties as well as overlays
5577 (comint-snapshot-last-prompt): Snapshot using text properties.
5578 (comint-get-old-input-default, comint-extract-string): Don't copy
1770ff00 5579 text properties.
3238a55c 5580
85fd1cfa
MB
5581 * simple.el (line-move-finish): Inhibit field motion when
5582 computing `line-end'.
5583
0415fedc
MB
5584 * files.el (revert-buffer): Correct typo: variable name is
5585 `buffer-file-format', not `buffer-file-formats'.
5586
5587 * comint.el (comint-send-input, comint-output-filter): Use the
5588 `font-lock-face' property instead of `face'. Don't check the
5589 highlight-enabling variables anymore.
b1b2d515 5590 (comint-highlight-input, comint-highlight-prompt): Variables removed.
1770ff00 5591
ab2e49a0 5592 * faces.el (display-supports-face-attributes-p): New function.
16320ac7
MB
5593 (face-spec-set-match-display): Support `supports' predicate.
5594 (italic): Try underlining for displays that don't support real italics.
4abe16b5 5595 * cus-edit.el (custom-display): Add support for `supports' predicate.
ab2e49a0
MB
5596 * term/tty-colors.el (color-name-rgb-alist): Use 16-bit RGB values
5597 instead of 8-bit, for consistency with the rest of emacs.
5598 (tty-color-canonicalize): Only copy COLOR if we need to change it.
5599 (tty-color-approximate): Scale values from `color-name-rgb-alist'
5600 appropriately. Return the whole color description, rather than
5601 just the RGB values.
5602 (tty-color-standard-values): New function. Code mostly taken from
5603 `tty-color-translate'.
5604 (tty-color-translate, tty-color-values): Use `tty-color-desc' to
5605 do all the work.
5606 (tty-color-desc): Do color lookup here instead of calling
5607 `tty-color-translate' and `tty-color-by-index'; this is now the
5608 main place to do it.
5609
6635cf6e
MS
56102002-06-09 Martin Stjernholm <bug-cc-mode@gnu.org>
5611
b1b2d515
SM
5612 * progmodes/cc-style.el (c-set-style, c-set-style-1):
5613 Add another state for the `dont-override' flag where it only keeps
6635cf6e
MS
5614 globally set variables.
5615
a8f57660
CW
56162002-06-08 Colin Walters <walters@gnu.org>
5617
cc11e3ee 5618 * descr-text.el (describe-text-properties): Sort the output by the
b1b2d515 5619 size of the values. Put `font-lock-face' property on property names.
256ab4cf 5620 (toplevel): Provide `descr-text'.
cc11e3ee 5621
256ab4cf
CW
5622 * international/mule-diag.el (describe-char-after): When there are
5623 text properties, require `descr-text', and just call
5624 `describe-text-properties'.
a8f57660 5625
b1b2d515
SM
5626 * international/mule.el (sgml-html-meta-auto-coding-function):
5627 New function.
a8f57660
CW
5628 (auto-coding-from-file-contents): Delete; merge functionality into
5629 `set-auto-coding'.
5630 (set-auto-coding): Move tests from `auto-coding-functions' so that
b1b2d515
SM
5631 they have a lower priority than coding: tags.
5632 Put `auto-coding-regexp-alist' tests before coding: tag tests.
a8f57660
CW
5633 (sgml-xml-auto-coding-function): Simply `intern' the match, and
5634 test if it's a valid coding system.
5635 (auto-coding-functions): Add `sgml-html-meta-auto-coding-function'.
5636
f17c0a19
CW
56372002-06-08 Colin Walters <walters@verbum.org>
5638
5639 * subr.el (copy-list): Moved here from cl.el.
a8f57660 5640 (copy-tree): Renamed here from `cl-copy-tree' in cl-extra.el.
1770ff00 5641
a8f57660
CW
5642 * emacs-lisp/cl-extra.el (cl-copy-tree): Moved to `copy-tree' in
5643 subr.el. Add a defalias with the old name.
1770ff00 5644
cc11e3ee 5645 * emacs-lisp/cl.el (copy-list): Moved to subr.el.
f17c0a19 5646
d62920ca
CW
5647 * replace.el (occur-mode): Don't set up categories. Do set
5648 `font-lock-defaults', and be sure to set `font-lock-core-only'.
f17c0a19
CW
5649 (occur-1): Pass `list-matching-lines-face' and
5650 `list-matching-lines-buffer-name-face'.
5651 (occur-engine): Use `font-lock-face' instead of categories.
5652
d62920ca
CW
5653 * info.el (Info-mode): Don't set up categories. Do set
5654 `font-lock-defaults', and be sure to set `font-lock-core-only'.
5655 (Info-fontify-menu-headers): Use `font-lock-face' instead of
5656 categories.
f17c0a19
CW
5657 (Info-fontify-node): Ditto.
5658
5659 * ibuffer.el (ibuffer-category-alist): Delete.
5660 (ibuffer-get-category): Delete.
5661 (ibuffer-compile-make-eliding-form): Use `font-lock-face' instead
5662 of categories.
5663 (ibuffer-compile-format): Don't treat `name' category specially.
5664 (ibuffer-column name): Use `font-lock-face'.
5665 (filename-and-process): Ditto.
5666 (ibuffer-buffer-name-category): Renamed to
5667 `ibuffer-buffer-name-face'. Don't use categories.
5668 (ibuffer-update-title-and-summary): Use `font-lock-face'.
5669 (ibuffer-insert-filter-group): Ditto.
d62920ca
CW
5670 (ibuffer-mode): Don't set up categories. Do set
5671 `font-lock-defaults', and be sure to set `font-lock-core-only'.
5672 (ibuffer-compile-format): Don't pass third argument
5673 to column functions.
1770ff00
FP
5674 (filename-and-process): Ditto.
5675
d62920ca
CW
5676 * ibuf-macs.el (define-ibuffer-column): Don't create a third
5677 argument for the generated function.
f17c0a19
CW
5678
5679 * font-core.el (font-lock-category-alist): Delete.
5680 (turn-on-font-lock-if-enabled): Don't use it.
5681 (font-lock-symbol-category-alist): Delete.
5682 (font-lock-default-function): Use new `char-property-alias-alist'
5683 to make `font-lock-face' an alias for `face' when font-lock mode
5684 is enabled.
d62920ca
CW
5685 (font-lock-core-only): New variable.
5686 (font-lock-set-defaults): Use it.
f17c0a19 5687
fe1d72d0
RS
56882002-06-08 Richard M. Stallman <rms@gnu.org>
5689
f402ba38
RS
5690 * files.el (find-file-noselect-1): Undo previous change.
5691
fe1d72d0
RS
5692 * bookmark.el (bookmark-file-or-variation-thereof): Doc fix.
5693
dd33e6e9
KF
56942002-06-07 Karl Fogel <kfogel@red-bean.com>
5695
5696 * bookmark.el (bookmark-file-or-variation-thereof): Just use
5697 Info-suffix-list, as suggested by Stefan Monnier.
5698
4ddc38a1
EZ
56992002-06-05 Eli Zaretskii <eliz@is.elta.co.il>
5700
5701 * select.el (xselect-convert-to-string): If VALUE is a string,
5702 return a cons of TYPE and the string.
5703
5fe0ea6a 57042002-06-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
1909941a 5705
5ec3b9b8
SM
5706 * language/cyrillic.el (cyrillic-alternativnyj-decode-table):
5707 Fix the table to contain correct characters.
1909941a 5708
cc76a58c
RS
57092002-06-04 Richard M. Stallman <rms@gnu.org>
5710
5711 * simple.el: Don't require cl.
5712
3a2ff803
RS
57132002-06-03 Richard M. Stallman <rms@gnu.org>
5714
5715 * dired.el (dired-do-shell-command): Doc fix in autoload.
5716
5717 * info.el (Info-extract-pointer): Ignore Info-header-line.
5718
5719 * progmodes/cc-mode.el (c-postprocess-file-styles):
5720 Do nothing except in CC modes.
5721
5722 * international/mule-cmds.el (select-safe-coding-system):
5723 When computing auto-cs, narrow to FROM...TO.
5724 Put save-excursion outside save-restriction.
5725 New arg FILE; use that for set-auto-coding.
5726
12829a07 57272002-06-01 Richard M. Stallman <rms@gnu.org>
bbbbb15b 5728
12829a07
RS
5729 * simple.el (choose-completion-string-functions): Doc fix.
5730 (choose-completion-string): Add doc string.
5731
57322002-06-01 Kim F. Storm <storm@cua.dk>
5733
5734 * simple.el: Reworked previous change.
bbbbb15b
KS
5735 (choose-completion-string1): Merged back into choose-completion-string.
5736 (choose-completion-string): Run choose-completion-string-functions
5737 after checking for proper minibuffer window. Added mini-p arg to
5738 the hook functions. Insert choice if all hook functions return nil.
5739 (choose-completion-string-functions): Doc update.
5ec3b9b8 5740
36236b72
SS
57412002-06-01 Sam Steingold <sds@gnu.org>
5742
5743 * files.el (auto-mode-alist): Strip trailing ".in" from the file
5744 name when deciding the mode (for config.h.in, Makefile.in etc).
5745
f614a1ae
TTN
57462002-06-01 Thien-Thi Nguyen <ttn@gnu.org>
5747
5748 * progmodes/prolog.el (prolog-mode-syntax-table): Add flags to
5749 ?/ and ?* entries to support /* */ style comments.
5750 (prolog-font-lock-keywords): New var.
5751 (prolog-mode): Enable font-locking; set `font-lock-defaults'.
5752
89a2b3d1
KS
57532002-06-01 Kim F. Storm <storm@cua.dk>
5754
5755 * simple.el (choose-completion-string-functions): New special hook.
5756 (choose-completion-string1): Renamed from choose-completion-string.
5757 (choose-completion-string): Run choose-completion-string-functions
5758 until success, and only call choose-completion-string1 if it fails.
5759
5ec3b9b8
SM
57602002-05-31 Stefan Monnier <monnier@cs.yale.edu>
5761
5762 * textmodes/ispell.el (autoloaded toplevel): Don't use
5763 ispell-library-directory without checking that it's bound.
5764
6be1e459
KS
57652002-05-31 Kim F. Storm <storm@cua.dk>
5766
5767 * emulation/cua-base.el (cua--last-deleted-region-pos)
5768 (cua--last-deleted-region-text): New aux variables.
5769 (cua-delete-region): Set them.
5770 (cua-repeat-replace-region): Use them to find the replacement text.
5771
d82fb2ad
JB
57722002-05-31 Juanma Barranquero <lektu@terra.es>
5773
5774 * emulation/viper-cmd.el (viper-smart-suffix-list, viper-ask-level):
5775 Fix typos.
5776
b186095c
KS
57772002-05-31 Kim F. Storm <storm@cua.dk>
5778
5779 * progmodes/compile.el (grep-tree-command, grep-tree-files-aliases)
5780 (grep-tree-ignore-CVS-directories, grep-tree-ignore-case):
5781 New custom variables.
5782 (grep-compute-defaults): Compute grep-tree-command's default value.
5783 (grep-expand-command-macros): New aux function.
5784 (grep-tree-last-regexp, grep-tree-last-files): New aux variables.
5785 (grep-tree): New command like grep-find but extended prompting.
5786
a71867c5
RS
57872002-05-30 Richard M. Stallman <rms@gnu.org>
5788
5789 * files.el (find-file-default): Add defvar for var already used.
5790
5791 * menu-bar.el (menu-bar-showhide-fringe-menu): Use defvar.
5792
f614a1ae 5793 * subr.el (open-network-stream, open-network-stream-nowait)
a71867c5
RS
5794 (open-network-stream-server, process-kill-without-query):
5795 Moved from simple.el.
5796
5797 * simple.el (open-network-stream, open-network-stream-nowait)
5798 (open-network-stream-server, process-kill-without-query):
5799 Moved to subr.el.
5800
5801 * simple.el (byte-compiling-files-p): Function deleted.
5802
5803 * textmodes/ispell.el (ispell-library-directory): Renamed from
5804 ispell-library-path. If Ispell is not installed, init to nil.
5805 (check-ispell-version): Doc fix.
5806 (ispell-menu-map): Get rid of byte-compiling-files-p hackery;
5807 initialize this unconditionally when ispell-menu-map-needed is t.
5808 Local `path' renamed to `dir'.
5809
a579b36f
MB
58102002-05-30 Miles Bader <miles@gnu.org>
5811
5812 * calc/calc.el (calc-show-banner): New variable.
5813 (calc-refresh): Only show banner if `calc-show-banner' is non-nil.
5814 (calc-mode-var-list): Add `calc-show-banner'.
5815 * calc/calc-ext.el (calc-init-extensions): Add binding for `d@'.
5816 (calc-toggle-banner): New function.
5817 * calc/calc-help.el (calc-d-prefix-help): Add `@'.
5818
7ea42709
RS
58192002-05-29 Richard M. Stallman <rms@gnu.org>
5820
5821 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
5822 When recognizing a def... construct, make that indentation
5823 tentative, so that it can be overridden if the list in question
5824 is not actually an expression.
5825 (common-lisp-indent-call-method): New subroutine.
5826
5827 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
5828 Delete the output file if we get a file-error.
5829
5830 * tooltip.el (tooltip-mouse-motions-active): New variable.
5831 (tooltip-activate-mouse-motions): Don't kill track-mouse local
5832 if it was not made by us.
5833
5834 * mouse.el (mouse-set-font): Avoid misleading error message
5835 if user makes no selection.
5836
5837 * info.el (Info-setup-header-line): Don't hide the links line.
5838
5839 * files.el (find-file-noselect-1): Return the buffer we created
5840 even if it has been killed within `after-find-file'.
5841
5842 * files.el (auto-mode-alist): Use ada-mode for .ad[bs].dg files.
5843
3ad83f29
KS
58442002-05-29 Kim F. Storm <storm@cua.dk>
5845
5846 * simple.el (open-network-stream-server): Pass on optional args
5847 sentinel and filter to make-network-process (from Luke Gorrie).
5848
532a8e8b
CW
58492002-05-28 Colin Walters <walters@gnu.org>
5850
5851 * textmodes/sgml-mode.el (xml-mode): New alias for `sgml-mode'.
5852
5853 * emacs-lisp/bytecomp.el (byte-compile-last-line): Deleted.
ccb3c8de 5854 (byte-compile-delete-first): New function.
532a8e8b
CW
5855 (byte-compile-read-position): New variable.
5856 (byte-compile-last-position): New variable.
ccb3c8de 5857 (byte-compile-current-buffer): New variable.
532a8e8b
CW
5858 (byte-compile-log-1): Use it.
5859 (byte-compile-set-symbol-position): New function.
5860 (byte-compile-obsolete, byte-compile-callargs-warn)
5861 (byte-compile-arglist-warn, byte-compile-arglist-warn)
5862 (byte-compile-print-syms, byte-compile-file-form-defmumble)
5863 (byte-compile-check-lambda-list, byte-compile-lambda)
5864 (byte-compile-form, byte-compile-variable-ref)
5865 (byte-compile-subr-wrong-args, byte-compile-negation-optimizer)
5866 (byte-compile-condition-case, byte-compile-defun)
5867 (byte-compile-defvar, byte-compile-autoload)
5868 (byte-compile-lambda-form): Use it.
5869 (byte-compile-from-buffer): Set it, and bind
5870 `read-with-symbol-positions' and `read-symbol-positions-list'.
5871
ccb3c8de
CW
5872 * emacs-lisp/bytecomp.el (byte-compile-debug): New variable.
5873
b44ec8e3
KS
58742002-05-28 Kim F. Storm <storm@cua.dk>
5875
5876 * files.el (read-directory-name): New function.
5877 (cd): Use it instead of read-file-name.
5878
fc803e8d
KS
58792002-05-27 Kim F. Storm <storm@cua.dk>
5880
5881 * simple.el (push-mark-command): Added optional NOMSG arg.
5882
5883 * emulation/cua-base.el (cua-set-mark): Align pop to mark
5884 behaviour with standard set-mark-command.
5885 (cua--pre-command-handler): Use push-mark-command.
5886 (cua-repeat-replace-region): Improve functionality when
5887 repeated after moving point or changing buffer.
5888
9b5691bb
CW
58892002-05-26 Colin Walters <walters@verbum.org>
5890
908abdfd
CW
5891 * startup.el (command-line): Use `when', `unless'.
5892 (command-line-1): New argument "--nosplash". Handle it.
5893
5894 * startup.el (inhibit-splash-screen): New variable alias for
5895 `inhibit-startup-message'.
5896
9b5691bb
CW
5897 * replace.el (perform-replace): Document return value. Use `pop'.
5898
76bccf35
GM
58992002-05-26 Glenn Morris <gmorris@ast.cam.ac.uk>
5900
5901 * progmodes/f90.el (f90-previous-block, f90-next-block): New names,
5902 and slightly changed behaviour, for `f90-previous-block-start' and
5903 `f90-next-block-end'.
5904 (f90-beginning-of-subprogram, f90-end-of-subprogram): Simplify.
5905
608d30f7
SJ
59062002-05-26 Simon Josefsson <jas@extundo.com>
5907
5908 * fringe.el (set-fringe-mode): Work when updating
5909 `default-frame-alist'.
5910
a30f92b8
KS
59112002-05-26 Kim F. Storm <storm@cua.dk>
5912
5913 * emulation/cua-base.el (cua--repeat-replace-text): New variable.
5914 (cua-repeat-replace-region): New command.
5915 (cua--init-keymaps): Bind it to M-v in cua--cua-keys-keymap.
f3724941 5916 Misc improvements to the commentary.
a30f92b8 5917
19c8fe75
SJ
59182002-05-26 Simon Josefsson <jas@extundo.com>
5919
5920 * fringe.el (fringe-query-style): New fringe style "minimal".
5921
280b8e59
SJ
59222002-05-24 Simon Josefsson <jas@extundo.com>
5923
5924 * rot13.el (rot13-translate-table): New variable.
5925 (rot13, rot13-string, rot13-region): New functions.
5926
3ce79cf5
MS
59272002-05-25 Martin Stjernholm <bug-cc-mode@gnu.org>
5928
5929 * progmodes/cc-engine.el (c-add-stmt-syntax): Fixed some cases
5930 of wrong anchoring, e.g. for else-if compounds.
5931
00cb70dc
MB
59322002-05-25 Miles Bader <miles@gnu.org>
5933
f614a1ae
TTN
5934 * menu-bar.el (menu-bar-showhide-fringe-menu-customize-left)
5935 (menu-bar-showhide-fringe-menu-customize-right)
00cb70dc
MB
5936 (menu-bar-showhide-fringe-menu-customize-disable):
5937 Use proper calling convention for `customize-set-value'.
5938 Require `fringe' before setting variable.
5939
feb51e91
KS
59402002-05-25 Kim F. Storm <storm@cua.dk>
5941
5942 * emulation/cua-base.el (cua--self-insert-char-p): New function.
5943
5944 * emulation/cua-gmrk.el (cua--init-global-mark): Install default
5945 binding in cua--global-mark-keymap using cua--self-insert-char-p
5946 to handle all global self inserting characters in gmark mode.
5947
5948 * emulation/cua-rect.el (cua--init-rectangles): Install default
5949 binding in cua--rectangle-keymap using cua--self-insert-char-p
5950 to handle all global self inserting characters in rectangle mode.
5951
d2679414
SM
59522002-05-24 Stefan Monnier <monnier@cs.yale.edu>
5953
5954 * net/ange-ftp.el (read-file-name-internal): Remove the
5955 `ange-ftp' property.
5956 (ange-ftp-real-read-file-name-internal): Remove.
5957
e47b1d49
GM
59582002-05-24 Glenn Morris <gmorris@ast.cam.ac.uk>
5959
5960 * progmodes/f90.el: (f90-end-of-subprogram): Remove the final
5961 `forward-line'.
5962 (f90-end-of-block, f90-beginning-of-block, f90-next-block-end)
5963 (f90-previous-block-start): New navigation commands.
5964
02f4566a
SJ
59652002-05-20 Simon Josefsson <jas@extundo.com>
5966
5967 * fringe.el: New file.
5968
5969 * menu-bar.el (menu-bar-options-save): Add fringe-mode.
5970 (menu-bar-showhide-fringe-menu): New menu.
5971 (menu-bar-showhide-menu): Add Fringe sub-menu.
5972
b2346b2c
CW
59732002-05-23 Colin Walters <walters@verbum.org>
5974
5975 * replace.el (occur-engine): Include all text properties except
5976 mouse-face on the newline at the end of occurences.
5977
7dbffb1c
KS
59782002-05-23 Kim F. Storm <storm@cua.dk>
5979
01b886b7
KS
5980 * apropos.el (apropos-true-hit, apropos-false-hit-symbol)
5981 (apropos-false-hit-str, apropos-true-hit-doc): New functions.
5982 (apropos-command, apropos-value, apropos-documentation-internal)
5983 (apropos-documentation-check-doc-file)
5984 (apropos-documentation-check-elc-file): Use them to filter out
5985 false matches where only one keyword matches, but more than once.
d2679414 5986
7dbffb1c
KS
5987 * apropos.el (apropos-show-scores, apropos-orig-regexp)
5988 (apropos-all-regexp, apropos-synonyms, apropos-words)
5989 (apropos-all-words): New variables.
5990 (aprpos-words-to-regexp, apropos-rewrite-regexp)
5991 (apropos-calc-scores, apropos-score-str, apropos-score-doc)
5992 (apropos-score-symbol): New functions.
5993 (apropos-command, apropos, apropos-value, apropos-documentation):
5994 Allow keywords in addition to regexp. Added scoring.
5995 (apropos-documentation-check-doc-file)
5996 (apropos-documentation-check-elc-file): Added scoring.
5997 (apropos-print): Sort according to score.
01b886b7 5998
577123f4
CW
59992002-05-22 Colin Walters <walters@cis.ohio-state.edu>
6000
7c4ef9b3
CW
6001 * info.el (Info-mode-hook): Change `font-lock-mode' to
6002 `turn-on-font-lock'.
d2679414 6003
577123f4
CW
6004 * font-core.el (font-lock-function): New variable.
6005 (font-lock-default-function): New function, created from
6006 `font-lock-mode'.
9b5691bb 6007 (font-lock-mode): Just funcall `font-lock-function'.
d76014d9 6008 (font-lock-symbol-category-alist): New variable.
d2679414 6009
e31cfca5
MR
60102002-05-22 Markus Rost <rost@math.ohio-state.edu>
6011
6012 * files.el (file-newest-backup): Use file-name-sans-versions.
6013
6014 * diff.el (diff-latest-backup-file): Replace the main code by
6015 a call of file-newest-backup.
6016
232dbe4f
MW
60172002-05-22 Mike Williams <mdub@bigfoot.com>
6018
6019 * textmodes/sgml-mode.el (sgml-guess-indent): Look further into
6020 the buffer.
6021
76a98a50
SM
60222002-05-21 Stefan Monnier <monnier@cs.yale.edu>
6023
6024 * net/ange-ftp.el (ange-ftp-allow-child-lookup): Re-enable since
6025 the last patch works around the wu-ftpd misfeature that prompted
6026 the disabling of this optimization.
6027
a7c4d9c8 60282002-05-21 Colin Walters <walters@gnu.org>
2fdd365d 6029
4531bb65
CW
6030 * international/mule.el (make-coding-system): Doc fixes.
6031
6032 * international/mule.el (auto-coding-functions): New variable.
6033 (auto-coding-from-file-contents): Use it.
6034 (set-auto-coding): Update docs.
6035 (sgml-xml-auto-coding-function): New function.
6036
76a98a50
SM
6037 * international/mule-util.el (truncate-string-to-width):
6038 New optional argument `ellipsis'. Add commented-out test suite, and
2fdd365d 6039 change coding to iso-2022-7bit.
a7c4d9c8 6040
76a98a50 60412002-05-21 Colin Walters <walters@verbum.org>
05559016
CW
6042
6043 * font-lock.el (font-lock-defaults, font-lock-defaults-alist)
6044 (font-lock-multiline, font-lock-fontified, font-lock-mode)
6045 (turn-on-font-lock, font-lock-add-keywords, global-font-lock-mode)
6046 (font-lock-global-modes): Moved to font-core.el.
6047 (font-lock-set-defaults-1): Partially moved to font-core.el.
6048
6049 * font-core.el: New file, with functions taken from font-lock.el.
6050 (font-lock-category-alist): New variable.
6051 (font-lock-mode): Use it.
76a98a50
SM
6052 (font-lock-set-defaults): Partially taken from font-lock.el.
6053 Only load font-lock.el when necessary.
05559016 6054
59809627
CW
6055 * loadup.el: Add font-core.el.
6056
05559016
CW
6057 * replace.el (occur-mode-hook): New variable.
6058 (occur-fontify-region-function): Deleted.
6059 (occur-mode): Don't use it. Set up `font-lock-category-alist'
6060 instead.
6061 (occur-fontify-on-property): Deleted.
6062 (occur-engine): Use categories from `font-lock-category-alist'.
6063
2fdd365d 6064 * info.el (Info-fontify): Deleted.
76a98a50 6065 (Info-select-node): Don't use it.
2fdd365d
CW
6066 (Info-mode-hook): New variable.
6067 (Info-mode): Set up categories.
6068 (Info-fontify-menu-headers, Info-fontify-node): Use categories.
6069
05559016
CW
6070 * ibuffer.el (ibuffer-formats): Update docs.
6071 (ibuffer-category-alist): New variable.
6072 (ibuffer-get-category): New function.
6073 (ibuffer-compile-make-eliding-form): Use category property instead
6074 of face.
6075 (ibuffer-compile-format): Pass current ibuffer buffer to column
6076 functions too.
6077 (ibuffer-buffer-name-category): New function.
6078 (ibuffer-compile-format): If the current column is a `name'
6079 column, figure out the appropriate category to put on it.
6080 (filename-and-process): Use category property.
6081 (ibuffer-fontify-region-function): Deleted.
6082 (ibuffer-unfontify-region-function): Deleted.
6083 (ibuffer-update-title-and-summary): Use category properties.
6084 (ibuffer-insert-filter-group): Ditto.
6085 (ibuffer-mode): Set up category properties.
6086
76a98a50 60872002-05-21 Colin Walters <walters@debian.org>
05559016
CW
6088
6089 * replace.el (occur-engine): Increment globalcount all at once
6090 after searching a buffer.
6091 (occur-mode-map): Don't escape plain "o".
59809627
CW
6092
6093 * ibuf-macs.el (define-ibuffer-column): Add third argument
6094 `ibuffer-buf'.
76a98a50 6095
05559016
CW
6096 * ibuffer.el (toplevel): Require font-lock, to get the face
6097 definitions.
6098 (ibuffer-use-fontification): Deleted.
6099 (column filename-and-process): New column.
6100 (ibuffer-formats): Use it by default.
6101 (ibuffer-name-map, ibuffer-mode-name-map)
76a98a50 6102 (ibuffer-filter-group-map): Don't set parent to `ibuffer-mode-map'.
05559016
CW
6103 (ibuffer-do-save, ibuffer-do-toggle-modified)
6104 (ibuffer-do-toggle-read-only, ibuffer-do-delete)
6105 (ibuffer-do-kill-on-deletion-marks): Include name in definition.
76a98a50 6106 (ibuffer): New optional argument `formats'.
05559016 6107
5a0f9388
EZ
61082002-05-21 Eli Zaretskii <eliz@is.elta.co.il>
6109
6110 * indent.el (indent-rigidly): Mention how to remove all indentation.
6111
9969dd6c
CW
61122002-05-21 Colin Walters <walters@gnu.org>
6113
6114 * international/mule-diag.el (describe-char-after): Order display
6115 of text properties by the size of their value, for clarity.
6116
6f642004
SM
61172002-05-20 Stefan Monnier <monnier@cs.yale.edu>
6118
6119 * net/ange-ftp.el (ange-ftp-generate-root-prefixes)
6120 (ange-ftp-file-name-completion): Don't cons unnecessarily.
6121 (ange-ftp-send-cmd): Always `cd' before doing `ls'.
6122
6123 * wid-edit.el (widget-color-complete):
6124 * progmodes/etags.el (tags-complete-tags-table-file):
6125 * progmodes/cpp.el (cpp-choose-symbol): Don't cons unnecessarily.
6126
6127 * textmodes/outline.el (outline-reveal-toggle-invisible):
6128 Reverse the meaning of the second arg.
6129
6130 * reveal.el (reveal-post-command): Reverse the semantics of
6131 reveal-toggle-invisible and support isearch-open-invisible-temporary.
6132
eb1213c1
MR
61332002-05-20 Markus Rost <rost@math.ohio-state.edu>
6134
6135 * mail/sendmail.el (mail-recover-1): Remove (debug).
6136 (mail-signature): Fix :type.
6137 (mail-default-directory): New user option.
6138 (mail, mail-recover): Use that option.
6139
5fe0ea6a 61402002-05-20 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6caef2da 6141
45885400 6142 * international/mule.el (auto-coding-alist): Use emacs-mule
6caef2da
KG
6143 for auto-save files.
6144
257ae3a6
MB
61452002-05-20 Miles Bader <miles@gnu.org>
6146
6147 * files.el (find-file-read-args): Don't trash existing value of
6148 `minibuffer-setup-hook', just add our hook to it.
6149
2b29f15c
MR
61502002-05-19 Markus Rost <rost@math.ohio-state.edu>
6151
5d598f16 6152 * international/ucs-tables.el (unify-8859-on-encoding-mode)
6f642004 6153 (unify-8859-on-decoding-mode): Change :version attributes to strings.
5d598f16
MR
6154
6155 * simple.el (yank-excluded-properties): Change :version attribute
6156 to a string.
6157
6158 * dired.el (dired-view-command-alist): Change :version attribute
6159 to a string.
6160
6161 * xscheme.el (xscheme-start-hook): Change :version attribute to a
6162 string.
6163
2b29f15c
MR
6164 * find-dired.el (find-dired): Implement revert-buffer-function.
6165
6f642004 6166 * mail/emacsbug.el (report-emacs-bug-hook): Do another save-excursion.
2b29f15c 6167
6dd52caf
GM
61682002-05-19 Glenn Morris <gmorris@ast.cam.ac.uk>
6169
89fa1ef5
GM
6170 * progmodes/f90.el (f90-match-end, f90-break-line): Simplify a bit.
6171 (f90-get-present-comment-type): Fix earlier change.
6172 (f90-comment-indent): Doc fix.
f14ca250
GM
6173 (f90-equal-symbols, f90-looking-at-do, f90-looking-at-select-case)
6174 (f90-looking-at-if-then): Remove lets.
6175 (f90-looking-at-where-or-forall): Handle if split over lines.
02f85cba 6176 (f90-change-keywords): Doc fix.
6dd52caf 6177
91f50d61
RS
61782002-05-19 Richard M. Stallman <rms@gnu.org>
6179
8bad880b
RS
6180 * indent.el (indent-region): Make COLUMN arg optional.
6181
6182 * files.el (find-file-read-args): New function.
6f642004
SM
6183 (find-file, find-file-other-window, find-file-other-frame)
6184 (find-file-read-only, find-file-read-only-other-window)
8bad880b
RS
6185 (find-file-read-only-other-frame): Use it.
6186
6187 * custom.el (custom-load-symbol): Verify that LOADED is a string.
6188
91f50d61 6189 * arc-mode.el (archive-zip-use-pkzip): Variable deleted.
6f642004 6190 (archive-zip-extract, archive-zip-expunge, archive-zip-update)
91f50d61
RS
6191 (archive-zip-update-case): Use locate-file to decide whether
6192 to use pkzip.
6193 (archive-zip-extract): Test for pkzip in value of archive-zip-extract.
6194
6195 * files.el (locate-file): Doc fix.
6196
61972002-05-19 John Paul Wallington <jpw@shootybangbang.com>
6198
6199 * mail/rmail.el (rmail-show-message-hook): Offer `goto-address'
6200 as an option.
6201
de856d99
SM
62022002-05-18 Stefan Monnier <monnier@cs.yale.edu>
6203
6204 * uniquify.el (uniquify-rationalize-file-buffer-names):
6205 Always strip the trailing / even if the file is not a directory.
6206
70186f7f
GM
62072002-05-18 Glenn Morris <gmorris@ast.cam.ac.uk>
6208
6209 * progmodes/f90.el (f90-mode-syntax-table, f90-mode-map): Do the
de856d99 6210 initialization in the defvar.
70186f7f
GM
6211 (f90-font-lock-on, f90-font-lock-off): Add 'menu-alias property.
6212 (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3)
6213 (f90-font-lock-4): Move the doc strings.
6214 (f90-menu-bar-menu): New internal variable to hold the top-level menu.
6215 (f90-change-case-menu, f90-font-lock-menu): Minor code changes.
4f9fc702 6216 (f90-mode-abbrev-table): Initialize in the defvar, with
de856d99 6217 define-abbrev-table.
70186f7f 6218
516f7fca
EZ
62192002-05-18 Eli Zaretskii <eliz@is.elta.co.il>
6220
6221 * tar-mode.el (tar-octal-time): Fix last change.
6222
515ced27
MR
62232002-05-18 Markus Rost <rost@math.ohio-state.edu>
6224
6225 * mail/emacsbug.el (report-emacs-bug-text-prompt): New variable.
6226 (report-emacs-bug): Store the prompt in
6227 `report-emacs-bug-text-prompt'. Move Configuration/Important
6228 settings information after the user's report.
6229 (report-emacs-bug-hook): Unclutter by deleting the content of
6230 `report-emacs-bug-text-prompt'.
6231
d9c25020 62322002-05-17 Thomas Morgan <tlm@pocketmail.com>
17b17258
PJ
6233
6234 * forms.el (forms-jump-record, forms-insert-record)
6235 (forms-delete-record): Calculate lines from the beginning of the
6236 accessible portion rather than from the beginning of the buffer.
6237
2c978faf
EZ
62382002-05-16 Eli Zaretskii <eliz@is.elta.co.il>
6239
6240 * ps-mule.el (eval-and-compile): Add a trivial replacement for a
6241 possibly missing encode-char.
6242 (ps-mule-font-info-database-bdf): Add associations for Unicode
6243 fonts. Doc fix.
6244 (ps-mule-font-info-database-ps-bdf): Doc fix.
6245 (ps-mule-encode-ucs2): New function for encoding Unicode characters.
fe960d0a
EZ
6246
6247 * tar-mode.el (tar-octal-time): Fix the last argument of logior.
6248
de856d99
SM
62492002-05-16 Stefan Monnier <monnier@cs.yale.edu>
6250
6251 * emacs-lisp/find-func.el (find-function-search-for-symbol):
6252 Find funs defined with defun-cvs-mode.
6253 (find-function-space-re): New const. Skips comments as well.
6254 (find-function-regexp, find-variable-regexp): Use it.
6255
6256 * pcvs.el (cvs-cmd-do): Accept non-CVS dirs with CVS-ctrl'd subdirs.
6257 (cvs-mode-add-change-log-entry-other-window): Work on multiple files.
6258 (cvs-mode-set-flags): Don't cons unnecessarily.
6259
9f1f80ae
CW
62602002-05-16 Colin Walters <walters@debian.org>
6261
6262 * menu-bar.el (menu-bar-tools-menu) <calculator>: Renamed to
de856d99 6263 "Simple Calculator".
9f1f80ae
CW
6264 (menu-bar-tools-menu) <calc>: New.
6265
6afa5404
JB
62662002-05-16 Juanma Barranquero <lektu@terra.es>
6267
b96fb65c
JB
6268 * progmodes/hideshow.el (hs-adjust-block-beginning): Fix typo.
6269
6270 * filesets.el (filesets-ormap): Fix typo.
6271
6afa5404
JB
6272 * faces.el (describe-face): Fix typo.
6273
daaf4dfc
SM
62742002-05-15 Stefan Monnier <monnier@cs.yale.edu>
6275
6276 * emacs-lisp/easymenu.el (easy-menu-make-symbol):
6277 Don't treat (lambda () ...) as an expression.
6278
9f1f80ae 62792002-05-15 John Paul Wallington <jpw@shootybangbang.com>
30762c43 6280
daaf4dfc 6281 * replace.el (occur-read-primary-args): Handle a bare 'C-u' correctly.
30762c43 6282
f8229bf6
EZ
62832002-05-15 Eli Zaretskii <eliz@is.elta.co.il>
6284
6285 * emacs-lisp/easymenu.el (easy-menu-add): Doc fix.
6286
3ec0a248
GM
62872002-05-14 Glenn Morris <gmorris@ast.cam.ac.uk>
6288
6289 * progmodes/fortran.el (fortran-directive-re): New name for
6290 fortran-preprocessor-re. All usage updated.
6291 (fortran-calculate-indent): Give directives zero indentation.
6292
dd9b5663
JR
62932002-05-14 Jason Rumney <jasonr@gnu.org>
6294
6295 * emacs-lisp/easymenu.el (easy-menu-name-match): Match both
6296 displayed text and internal name as string.
6297
861a74f3
KS
62982002-05-14 Kim F. Storm <storm@cua.dk>
6299
daaf4dfc 6300 * emulation/cua-rect.el (cua--rectangle-operation):
af1a0140
KS
6301 Don't highlight empty lines in rectangles.
6302
861a74f3
KS
6303 * emulation/keypad.el: Improved commentary.
6304 (keypad-setup, keypad-shifted-setup): Added choice to setup
6305 Numeric keypad with decimal key; value is selected character.
6306 (keypad-decimal-key, keypad-shifted-decimal-key): Removed options.
6307 (keypad-numlock-setup, keypad-numlock-shifted-setup): New options.
6308 (keypad-setup): Arg list changed to support the new options.
6309
93a43334
RS
63102002-05-14 Richard M. Stallman <rms@gnu.org>
6311
6312 * dabbrev.el (dabbrev-case-distinction): New option.
6313 (dabbrev--try-find): Handle dabbrev-case-distinction.
6314 (dabbrev--search): Clean up the code.
6315 (dabbrev-upcase-means-case-search): Doc fix.
6316 (dabbrev-case-replace): Fix custom tags and docs.
6317
5fe0ea6a 63182002-05-14 Jochen K\e,A|\e(Bpper <jochen@jochen-kuepper.de>
b54f4255
CW
6319
6320 * calc/calc-units.el (math-standard-units): Update from CODATA.
6321
f530a77b
SM
63222002-05-14 Stefan Monnier <monnier@cs.yale.edu>
6323
6324 * skeleton.el (skeleton-transformation): Default to `identity'.
6325 (skeleton-insert): Use `move-after' markers and `insert' rather
6326 than rely on insert-before-markers.
6327 (skeleton-internal-1): Handle `> \n' specially so that the newline
6328 is inserted before the first line is indented.
6329
51df53f8
MW
63302002-05-14 Mike Williams <mdub@bigfoot.com>
6331
f530a77b
SM
6332 * textmodes/sgml-mode.el (sgml-tag):
6333 Default skeleton-transformation to `identity'.
51df53f8 6334
42fe2ab9
FP
63352002-05-14 Francesco Potorti` <pot@gnu.org>
6336
6337 * shell.el (shell-mode): Make second part of initialisation
6338 depend on whether comint-input-ring is empty, rather than depend
6339 on it being nil.
6340
ff5c7181
RS
63412002-05-14 Richard M. Stallman <rms@gnu.org>
6342
6343 * files.el (make-auto-save-file-name):
6344 Delete the auto-save file after make-temp-file creates it.
6345
64bd3860
KS
63462002-05-13 Kim F. Storm <storm@cua.dk>
6347
6348 * emulation/cua-base.el (cua-enable-cursor-indications): Default off.
6349 (cua-mode): Print Enabled/Disabled messages if interactive.
6350 Disable delete-selection-mode and pc-selection-mode when cua-mode
6351 is enabled; reenable if cua-mode is turned off.
6352 Remember setting of transient-mark-mode when cua-mode is enabled;
6353 restore if cua-mode is disabled.
6354
9210027b
RS
63552002-05-13 Richard M. Stallman <rms@gnu.org>
6356
6357 * mail/emacsbug.el (report-emacs-bug): Change the "English please" msg.
6358
a61756e1
CW
63592002-05-13 Colin Walters <walters@gnu.org>
6360
859eefe7
CW
6361 * ibuf-ext.el (ibuffer-format-filter-group-data): New function.
6362
6363 * ibuffer.el (ibuffer-insert-filter-group): New argument filter-string.
6364 (ibuffer-redisplay-engine): Handle it.
6365
a61756e1
CW
6366 * add-log.el (add-log-mailing-address): Can be a list, too.
6367 (add-change-log-entry): If `add-log-mailing-address' is a list,
6368 then handle it.
6369
14323818
CW
63702002-05-12 Colin Walters <walters@debian.org>
6371
42fe2ab9 6372 * replace.el (occur-1): New optional argument `buf-name'.
14323818
CW
6373 (occur-revert-function): Use it.
6374
6375 (occur-1): Handle plurals.
42fe2ab9 6376
14323818
CW
6377 (occur-engine): If there are no more matches, then finish
6378 searching the current buffer.
42fe2ab9 6379
5fe0ea6a 63802002-05-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
84778d91
PJ
6381
6382 * net/ange-ftp.el (ange-ftp-try-passive-mode)
6383 (ange-ftp-passive-host-alist): Change :version attributes to be
6384 strings.
6385
b7f30cf5
MR
63862002-05-12 Markus Rost <rost@math.ohio-state.edu>
6387
6388 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Define it with
6389 define-minor-mode.
6390
6391 * emacs-lisp/find-func.el (find-function-search-for-symbol):
6392 Handle more whitespace/newline combinations in symbol definitions.
6393
89e7ad59
EZ
63942002-05-12 Eli Zaretskii <eliz@is.elta.co.il>
6395
6396 * w32-vars.el (w32)
42fe2ab9 6397 * vc-cvs.el (vc-cvs-global-switches)
89e7ad59
EZ
6398 (vc-cvs-sticky-date-format-string, vc-cvs-sticky-tag-display)
6399 * textmodes/sgml-mode.el (sgml-xml-mode)
6400 * ruler-mode.el (ruler-mode)
6401 * replace.el (query-replace-skip-read-only)
6402 * progmodes/fortran.el (fortran-preprocessor-re)
42fe2ab9 6403 * net/ange-ftp.el (ange-ftp-passive-host-alist)
89e7ad59
EZ
6404 * mail/sendmail.el (mail-use-dsn)
6405 * faces.el (mode-line-inactive, minibuffer-prompt)
6406 * add-log.el (add-log-always-start-new-record): Change all
6407 post-21.1 :version attributes to 21.4.
6408
ea9cc631
RS
64092002-05-12 Richard M. Stallman <rms@gnu.org>
6410
850ed7b3
RS
6411 * mail/smtpmail.el (smtpmail-mail-address): New variable.
6412 (smtpmail-send-it): Bind and use that instead of `mail-address'.
6413 (smtpmail-via-smtp): Likewise.
6414
ea9cc631
RS
6415 * ansi-color.el (ansi-color-get-face): Avoid add-to-list on local var.
6416 (ansi-color-apply-sequence): Avoid duplicates in combined face list.
6417
6418 * dired-aux.el (dired-show-file-type): Use -- to say FILE's not option.
6419
6420 * subr.el (functionp): Catch errors in indirect-function.
6421
5fe0ea6a 64222002-05-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
7ec8d2c6 6423
74d40d47
PJ
6424 * net/ldap.el (ldap-search-internal): Unfold folded lines before
6425 parsing.
6426
7ec8d2c6
PJ
6427 * cus-edit.el (customize-set-value): Rename `var' to `variable'
6428 and `val' to `value'.
6429 (customize-save-variable): Rename `var' to `'variable.
6430
a68c5400
GM
64312002-05-12 Glenn Morris <gmorris@ast.cam.ac.uk>
6432
6433 * progmodes/fortran.el (fortran-preprocessor-re): New variable.
6434 Use it for font-locking and indentation.
6435 (fortran-previous-statement, fortran-next-statement): Make them
6436 skip over preprocessor lines.
6437 (fortran-calculate-indent): Use fortran-preprocessor-re.
6438
92cdb627
KS
64392002-05-10 Kim F. Storm <storm@cua.dk>
6440
42fe2ab9 6441 * emulation/cua-base.el (cua-enable-cua-keys)
92cdb627
KS
6442 (cua-enable-register-prefix): Added value for `other' choice.
6443
22a2a460
EZ
64442002-05-10 Eli Zaretskii <eliz@is.elta.co.il>
6445
42fe2ab9 6446 * menu-bar.el (menu-bar-showhide-scroll-bar-menu)
f530a77b 6447 (menu-bar-showhide-menu): Use display-graphic-p, not window-system.
22a2a460
EZ
6448 (menu-bar-showhide-menu) <showhide-menu-bar, showhide-tool-bar>:
6449 Run a named function.
6450 (showhide-menu-bar, showhide-toolbar): Invoke customize-mark-as-set.
6451 (menu-bar-showhide-menu) <column-number-mode, line-number-mode>:
6452 Fix help text.
6453
963b3fe3
KS
64542002-05-10 Kim F. Storm <storm@cua.dk>
6455
6456 * emulation/cua-base.el (cua-mode): Misc. changes to use
6457 emulation-mode-map-alists instead of minor-mode-map-alist.
6458
154b2b10
RS
64592002-05-09 Richard M. Stallman <rms@gnu.org>
6460
ccc8c8bb
RS
6461 * mail/rmail.el (rmail-show-message):
6462 Catch error in check-coding-system.
6463
42fe2ab9 6464 * progmodes/compile.el (compilation-error-regexp-alist):
154b2b10 6465 New element to recognize Python error messages.
42fe2ab9
FP
6466
6467 * shell.el (shell-replace-by-expanded-directory):
154b2b10 6468 If there's already a / at the end, don't add one.
42fe2ab9 6469
b64a9d93
CW
64702002-05-09 Colin Walters <walters@verbum.org>
6471
6472 * ibuffer.el (ibuffer-mode-map): Add :enable guards for
6473 `ibuffer-filter-disable', `ibuffer-pop-filter',
6474 `ibuffer-or-filter', `ibuffer-negate-filter',
6475 `ibuffer-decompose-filter', `ibuffer-save-filters',
6476 `ibuffer-switch-to-saved-filters', `ibuffer-delete-saved-filters',
6477 `ibuffer-save-filter-groups',
6478 `ibuffer-switch-to-saved-filter-groups',
6479 `ibuffer-delete-saved-filter-groups'.
42fe2ab9 6480
b64a9d93 6481 * ibuf-ext.el (ibuffer-do-occur): Default to 0 context lines.
42fe2ab9 6482
ee00eede 64832002-05-09 Markus Rost <rost@math.ohio-state.edu>
42fe2ab9 6484
ee00eede
MR
6485 * woman.el (woman-menu): Move symbol before the comment so that
6486 find-function-search-for-symbol finds it.
6487
d2596700
MB
64882002-05-10 Miles Bader <miles@gnu.org>
6489
6490 * facemenu.el (list-colors-display): Don't use
6491 `display-color-cells' unless the display class is one for which
6492 that info is relevant.
6493
154b2b10 64942002-05-09 Simon Josefsson <jas@extundo.com>
1a8e727b
SJ
6495
6496 * mail/smtpmail.el (smtpmail-send-it): Use user-mail-address from
6497 calling buffer.
6498 (smtpmail-auth-credentials): Bump :version to 21.4 (21.3 will not
6499 have the patch).
6500
f2131323
KS
65012002-05-09 Kim F. Storm <storm@cua.dk>
6502
6503 * wid-edit.el (checkbox): New check-mark image.
6504
5fe0ea6a 65052002-05-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
26f42fe4
PJ
6506
6507 * filesets.el (filesets-running-xemacs): Fix last change.
6508
89fba92a
MR
65092002-05-08 Markus Rost <rost@math.ohio-state.edu>
6510
35679c3f
MR
6511 * help-fns.el (describe-function-1): If the source is
6512 `loaddefs.el', look for the real source. This is necessary only
6513 for defaliases.
6514
f530a77b
SM
6515 * emacs-lisp/find-func.el (find-function-search-for-symbol):
6516 Add autoload cookie.
35679c3f
MR
6517 (find-function-regexp): Include
6518 "\(quote " to match the defaliases in loaddefs.el.
6519
f530a77b
SM
6520 * filesets.el (filesets-conditional-sort): Use copy-sequence,
6521 not copy-list.
89fba92a
MR
6522 (filesets-menu-path, filesets-menu-before, filesets-menu-in-menu):
6523 Defvar them to nil if running in Emacs.
6524
5fe0ea6a 65252002-05-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
2ad63128 6526
58c68129
PJ
6527 * textmodes/flyspell.el (make-flyspell-overlay): Add help text
6528 to flyspell overlays.
6529
2ad63128
PJ
6530 * info.el (Info-mode-map): Bind `c' to Info-copy-current-node-name.
6531
10df5051
RS
65322002-05-08 Richard M. Stallman <rms@gnu.org>
6533
154b2b10
RS
6534 * diff.el (diff-regexp-alist): Doc fix.
6535
10df5051
RS
6536 * mail/smtpmail.el (netrc-machine, netrc-get): Add autoloads.
6537
65382002-05-08 Simon Marshall <simon@gnu.org>
6539
6540 * msb.el (msb-menu-bar-update-buffers): Fixed frame menu to use
6541 the frame name as the car of a menu entry, rather than the frame.
6542
b2c8e6ab
JB
65432002-05-08 Juanma Barranquero <lektu@terra.es>
6544
6545 * rfn-eshadow.el (read-file-name-electric-shadow-mode): Fix typos
6546 in docstring.
6547
ba46b4f9
CW
65482002-05-07 Colin Walters <walters@verbum.org>
6549
6550 * replace.el (occur-unfontify-region-function): Delete.
6551 (occur-mode): Don't use it.
6552 (occur-engine): Respect `keep-props'.
6553 (occur-accumulate-lines): If we're moving forward, decrement;
6554 don't increment, and vice versa.
6555
95083272
KH
65562002-05-08 Toru Tomabechi <Toru.Tomabechi@orient.unil.ch>
6557
42fe2ab9 6558 * language/tibet-util.el (tibetan-canonicalize-for-unicode-alist)
95083272
KH
6559 (tibetan-canonicalize-for-unicode-regexp): New variables.
6560 (tibetan-canonicalize-for-unicode-region): New function.
6561 (tibetan-strict-unicode): New variable.
6562 (tibetan-pre-write-canonicalize-for-unicode): New function.
6563
b2ce953f
MR
65642002-05-07 Markus Rost <rost@math.ohio-state.edu>
6565
6566 * net/ange-ftp.el (ange-ftp-re-read-dir): Don't hide it behind
6567 the autoload-cookie. Remove comment.
6568
6569 * ffap.el (ffap): Don't hide it behind the autoload-cookie.
6570
6571 * rect.el (close-rectangle): Don't hide it behind the
6572 autoload-cookie.
6573
125d5ec7
JB
65742002-05-07 Juanma Barranquero <lektu@terra.es>
6575
6576 * windmove.el (windmove-default-keybindings): Add optional
6577 parameter to allow using a modifier other than 'shift.
6578
d9c25020 65792002-05-07 Thomas Link <t.link@gmx.at>
f194e54a 6580
42fe2ab9 6581 * filesets.el:
f194e54a
RS
6582 (filesets-external-viewers): Fix customization problem.
6583 (filesets-some): Replaces cl's `some'. Calls changed.
6584 (filesets-member): Replaces cl's `member*'. Calls changed.
6585 (filesets-ormap): New function.
6586
9f1f80ae 65872002-05-07 John Paul Wallington <jpw@shootybangbang.com>
7fff96d6
CW
6588
6589 * ibuffer.el (toplevel): Specialize `ibuffer-mode-groups-popup'
6590 menu items.
6591
65922002-05-07 Colin Walters <walters@gnu.org>
6593
6594 * ibuf-ext.el (ibuffer-pop-filter-group): Doc fix.
6595 (ibuffer-clear-filter-groups): Likewise.
6596 (ibuffer-kill-filter-group): Likewise.
6597 (ibuffer-kill-line): Likewise.
6598 (ibuffer-read-filter-group-name): New function.
6599 (ibuffer-jump-to-filter-group): Use it.
6600 (ibuffer-kill-filter-group): Likewise.
6601 (ibuffer-yank-filter-group): Likewise.
6602 (ibuffer-decompose-filter-group): New function.
6603
6604 * ibuffer.el (ibuffer-mode-map): Bind it. Add :enable guard
6605 around `ibuffer-filters-to-filter-group' menu item. Fix :enable
6606 guards for `ibuffer-pop-filter-group' and
6607 `ibuffer-clear-filter-groups'.
6608
fe75e6d0
MR
66092002-05-06 Markus Rost <rost@math.ohio-state.edu>
6610
f530a77b
SM
6611 * emacs-lisp/find-func.el (find-function-search-for-symbol):
6612 Use with-syntax-table.
fe75e6d0 6613
cae1ff0e
FP
66142002-05-06 Francesco Potorti` <pot@gnu.org>
6615
6616 * mail/rmail.el (rmail-font-lock-keywords): Highlight Resent-[Ff]rom:.
6617
4b70b30b
MR
66182002-05-05 Markus Rost <rost@math.ohio-state.edu>
6619
fe75e6d0 6620 * time-stamp.el (time-stamp-format): Doc fix: escape open
e86a3837 6621 parenthesis in column 0.
4b70b30b 6622
2fab4328
RS
66232002-05-04 Richard M. Stallman <rms@gnu.org>
6624
6625 * toolbar/tool-bar.el (tool-bar-local-item-from-menu):
6626 Handle both cases: when the menu item has cached info
6627 and when it doesn't.
6628
6629 * filesets.el (filesets-browse-dir-function): Renamed from ...-fn.
6630 (filesets-open-file-function, filesets-save-buffer-function): Likewise.
6631 (filesets-tree-max-level): Doc fix.
cae1ff0e 6632 (filesets-commands, filesets-external-viewers)
2fab4328
RS
6633 (filesets-ingroup-patterns): Mark as risky.
6634 (filesets-cache-hostname-flag): Doc fix.
6635 (filesets-menu-cache-file): Doc fix. Mark as risky.
6636 (filesets-menu-before, filesets-menu-path, filesets-menu-in-menu):
6637 Don't defcustom them if running in Emacs.
6638
d9c25020 66392002-05-04 Thomas Link <t.link@gmx.at>
dbfd87a1
RS
6640
6641 * filesets.el (filesets-ingroup-collect-files):
6642 Fix problem with inclusion groups' :scan-depth property.
6643
8ed4ef7c
CW
66442002-05-04 Colin Walters <walters@verbum.org>
6645
6646 * ibuf-ext.el (ibuffer-kill-filter-group): Test for killing
6647 "Default" group earlier. Push killed group on
6648 `ibuffer-filter-group-kill-ring'.
6649 (ibuffer-kill-line): Document. Don't push killed group ourselves.
6650 (ibuffer-yank-filter-group): Renamed from `ibuffer-yank'.
6651 (ibuffer-insert-filter-group-before): New function, broken out
6652 from `ibuffer-yank'.
6653 (ibuffer-yank): Now just call `ibuffer-yank-filter-group'.
cae1ff0e 6654
8ed4ef7c
CW
6655 * ibuffer.el (ibuffer-mode-operate-menu, ibuffer-mode-mark-menu)
6656 (ibuffer-mode-view-menu): Unused variables; deleted.
6657 (ibuffer-find-file): Pass wildcard flag to `find-file' correctly.
6658
9f1f80ae 66592002-05-04 John Paul Wallington <jpw@shootybangbang.com>
8ed4ef7c
CW
6660
6661 * ibuffer.el (ibuffer-mode-groups-popup): New variable.
6662 (toplevel): Bind filter group menu entries in it. Add :enable
6663 forms for some menu items.
6664 (toplevel): Bind [down-mouse-3] in `ibuffer-mode-filter-group-map'
6665 to `ibuffer-mouse-popup-menu'.
6666 (ibuffer-mouse-popup-menu): Test whether or not we're on a filter
6667 group name, and if so, pop up a filter group menu.
6668
5259a0d0
JR
66692002-05-04 Jason Rumney <jasonr@gnu.org>
6670
6671 * mwheel.el (mwheel-event-button): Translate mouse-wheel events.
6672 (mwheel-scroll): Recognize nil scroll amount as documented.
6673
6674 * term/w32-win.el (mouse-wheel-scroll-line)
6675 (mouse-wheel-scroll-screen): Remove.
6676 ([mouse-wheel], [C-mouse-wheel], [S-mouse-wheel]): Use mwheel-scroll.
6677
6678 * w32-vars.el: (mouse-wheel-scroll-amount): Removed.
6679
77186c62
MR
66802002-05-04 Markus Rost <rost@math.ohio-state.edu>
6681
f530a77b
SM
6682 * emacs-lisp/find-func.el (find-function-search-for-symbol):
6683 Bind case-fold-search when searching.
77186c62 6684
8d33699b
EZ
66852002-05-04 Eli Zaretskii <eliz@is.elta.co.il>
6686
6687 * apropos.el (apropos-print): Fix the reference to mouse-2.
6688
d7f5c8f9
RS
66892002-05-04 Daniel Pfeiffer <occitan@esperanto.org>
6690
6691 * play/mpuz.el (mpuz-switch-to-window): Set buffer-read-only directly.
6692
ade3d7fc
KS
66932002-05-04 Kim F. Storm <storm@cua.dk>
6694
6695 * cus-edit.el (custom-buffer-verbose-help): New variable.
6696 (custom-buffer-create-internal): Remove verbose introduction
6697 in customization buffer when it is nil.
6698
d7f5c8f9
RS
66992002-05-03 Dave Love <fx@gnu.org>
6700
6701 * international/mule-cmds.el (select-safe-coding-system):
6702 Don't offer coding systems that use locking shift.
6703 Ask for confirmation if chosen coding system disagrees with
6704 a `coding:' spec in the file.
6705
6d2775cf
JW
67062002-05-03 John Wiegley <johnw@gnu.org>
6707
3399c752
JW
6708 * eshell/esh-var.el (eshell-modify-global-environment): Added this
6709 customization variable, which will cause any "export" commands
6710 within any eshell buffer to modify the global Emacs environment.
6711 It defaults to nil, which means that such commands will only
6712 modify that Eshell buffer's environment.
f530a77b 6713 (eshell-var-initialize): Initialize `eshell-modify-global-environment'.
3399c752 6714
f530a77b
SM
6715 * eshell/em-cmpl.el (eshell-command-completions-alist):
6716 Improve default completion targets for objdump, nm and readelf.
6d2775cf 6717
f28a1795
CW
67182002-05-03 Colin Walters <walters@verbum.org>
6719
f530a77b
SM
6720 * play/gamegrid.el (gamegrid-user-score-file-directory): New variable.
6721 (gamegrid-add-score-with-update-game-score):
6722 Use `shared-game-score-directory'. Correctly handle non-setuid case.
f28a1795 6723
70ed2a76
CW
67242002-05-02 Colin Walters <walters@verbum.org>
6725
6726 * replace.el (occur-mode-map): Bind "q" to `delete-window'.
6727 (occur-1): If one of the buffers we're searching is the *Occur*
6728 buffer itself, handle it by creating a temporary buffer. If any
6729 of the buffers being searched are killed, note that in the search
6730 result message. Also, set local variables before we possibly kill
6731 the buffer.
6732
492274d3
KS
67332002-05-02 Kim F. Storm <storm@cua.dk>
6734
6735 * menu-bar.el (menu-bar-make-toggle): Added optional PROPS arg.
6736 (menu-bar-options-save): Added cua-mode.
f530a77b
SM
6737 (menu-bar-options-menu): Added toggle for cua-mode.
6738 Disable toggle for transient-mark-mode if cua-mode is enabled.
492274d3 6739
63e6f5b3
KS
6740 * emulation/cua-base.el (cua-inhibit-cua-keys): New buffer-local
6741 variable.
6742
1ebc1f01
RS
67432002-05-01 Richard M. Stallman <rms@gnu.org>
6744
6745 * help.el (view-todo): New function.
6746 (help-map): Bind C-h C-t to view-todo.
6747 (help-for-help): Change the text.
6748
cfe9d0b5
GM
67492002-05-01 Glenn Morris <gmorris@ast.cam.ac.uk>
6750
6751 * progmodes/f90.el: Yet more doc string, commment and whitespace
6752 changes.
6753 (f90-imenu-flag): New name for internal variable f90-imenu.
f530a77b
SM
6754 (f90-blocks-re, f90-program-block-re, f90-end-if-re)
6755 (f90-no-break-re): Use regexp-opt.
cfe9d0b5
GM
6756 (f90-end-type-re): Add closing "\\>".
6757 (f90-indent-region): Correctly indent comments embedded in
6758 continued lines.
f530a77b
SM
6759 (f90-indent-new-line): Make it indent the current line, as it should.
6760 (f90-line-continued, f90-get-present-comment-type)
6761 (f90-looking-at-if-then, f90-indent-line, f90-indent-new-line)
6762 (f90-indent-region, f90-indent-subprogram, f90-do-auto-fill)
6763 (f90-join-lines, f90-fill-region, f90-match-end, f90-insert-end)
6764 (f90-change-keywords): Minor code tidying.
cfe9d0b5
GM
6765
6766 * progmodes/fortran.el (fortran-strip-sequence-nos): Rename from
6767 typo `fortran-strip-sqeuence-nos'.
6768
acd39eb6
EZ
67692002-05-01 Eli Zaretskii <eliz@is.elta.co.il>
6770
6771 * simple.el (clone-indirect-buffer-other-window): Fix a typo in
6772 pop-up-window.
6773
1d8a1109 67742002-05-01 Kim F. Storm <storm@cua.dk>
958e3d8a 6775
f530a77b
SM
6776 * emulation/cua-base.el (cua--pre-command-handler):
6777 Only interpret delete-selection property if mark-active.
958e3d8a
KS
6778 (cua-mode): Fixed require in defcustom.
6779
5fe0ea6a 67802002-05-01 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
ab59447f
PJ
6781
6782 * calendar/cal-menu.el (cal-menu-x-popup-menu): Fix argument of
6783 error call.
6784
085917a5
CW
67852002-05-01 Colin Walters <walters@verbum.org>
6786
f530a77b
SM
6787 * textmodes/tex-mode.el (tex-validate-buffer):
6788 Use `occur-revert-arguments' instead of setting `occur-nlines' and
6789 `occur-buffer'. Don't test for `input-pending-p' in loop.
6790 Set text property `occur-target' instead of `occur'.
085917a5 6791
38c67731
JW
67922002-04-30 John Wiegley <johnw@gnu.org>
6793
6794 * align.el (align-region): Fixed the fix to align-region, because
6795 the "name" argument was appearing twice.
6796
b3cf7e18
MS
67972002-05-01 Martin Stjernholm <bug-cc-mode@gnu.org>
6798
6799 * progmodes/cc-engine.el (c-beginning-of-decl-1): Better way
6800 to handle protection labels, one which doesn't get confused by
6801 inherit colons.
6802
6803 * progmodes/cc-engine.el (c-end-of-decl-1): Don't treat
6804 functions that have "class" or "struct" in the return type as
6805 classes or structs.
6806
6e0fbd65
KS
68072002-04-30 Kim F. Storm <storm@cua.dk>
6808
6809 * menu-bar.el (menu-bar-custom-menu): Change "Recently Changed
6810 Options" to "New Options..."; rephrase tooltip.
6811 Rephrase tooltip for "Specific Option...".
6812 Added "Saved Options" item. [from Simon Marshall]
6813
bd421bc2
RS
68142002-04-30 Richard M. Stallman <rms@gnu.org>
6815
cae1ff0e 6816 * time.el (display-time-mail-directory)
0c8c6322
RS
6817 (display-time-mail-function): Doc fixes.
6818
8a76146c
RS
6819 * ediff-hook.el: Remove autoload cookies.
6820
93f7e657
RS
6821 * language/tibetan.el (tibetan-obsolete-glyphs): Now in tibet-util.el.
6822
6823 * language/tibet-util.el (tibetan-obsolete-glyphs): From tibetan.el.
6824
a7938b0e
RS
6825 * align.el (align-region): Fix call to `message'.
6826 Check that (car rule) is a symbol.
6827
87810ca9
RS
6828 * autoinsert.el (auto-insert-directory): Doc fix.
6829
6830 * facemenu.el (describe-text-at and stuff): Moved to descr-text.el.
6831
6832 * descr-text.el: New file, broken out of facemenu.el.
6833
bd421bc2
RS
6834 * emacs-lisp/advice.el (documentation): Add ad-define-subr-args call.
6835
461f30cb
RS
68362002-04-29 Markus Rost <rost@math.ohio-state.edu>
6837
f530a77b
SM
6838 * mail/emacsbug.el (report-emacs-bug-hook):
6839 Use replace-match only if search was successful.
461f30cb 6840
78b3d0f7
RS
68412002-04-29 Richard M. Stallman <rms@gnu.org>
6842
f1b69327
RS
6843 * net/zone-mode.el (zone-mode): Add write-file-hooks hook locally.
6844
74d51fb8
RS
6845 * mail/emacsbug.el (report-emacs-bug-hook): Don't fail completely
6846 if the user edits the Emacs version number in the text.
6847
78b3d0f7
RS
6848 * filesets.el (filesets-running-xemacs): Make defvar unconditional.
6849 (filesets-ingroup-files): Renamed from filesets-ingroup-paths.
6850 (filesets-error): Simplify definition and make conditional
6851 on filesets-running-xemacs.
6852 (filesets-find-file-using): Renamed from fsfind-file-using.
6853
f530a77b
SM
68542002-04-29 Stefan Monnier <monnier@cs.yale.edu>
6855
6856 * info.el (Info-find-in-tag-table-1, Info-read-subfile): Use point-min.
6857 (Info-read-node-name-1): Complete file names.
6858 (Info-complete-menu-item): Don't cons unnecessarily.
6859
6860 * files.el (locate-file): New fun.
6861 (locate-file-completion): Rename from load-completion and generalize.
6862 (load-library): Use it.
6863 (make-auto-save-file-name): Expand caddr.
6864
6865 * newcomment.el (comment-fill-column): New var.
6866 (comment-indent): Use it.
6867 (comment-or-uncomment-region): New fun.
6868 (comment-dwim): Use it.
6869
5a234d25
CW
68702002-04-29 Colin Walters <walters@verbum.org>
6871
5167cfda 6872 * ibuf-ext.el (ibuffer-kill-filter-group): Call `delete' function.
f530a77b 6873 (ibuffer-kill-line): Copy the filter group data structure when killing.
5167cfda
CW
6874 (ibuffer-yank): Handle case where we're yanking on the default
6875 group correctly.
6876 (ibuffer-delete-saved-filter-groups): Doc fix.
6877
5a234d25
CW
6878 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
6879 Test whether or not update-game-score is setuid, and do the right
6880 thing.
6881
82093109
KS
68822002-04-29 Kim F. Storm <storm@cua.dk>
6883
6884 * subr.el (remove-yank-excluded-properties): New helper function.
6885 (insert-for-yank, insert-buffer-substring-as-yank): Use it.
6886
6887 * simple.el (yank-excluded-properties): Added help-echo to list.
6888
66e0fd2b
GM
68892002-04-29 Glenn Morris <gmorris@ast.cam.ac.uk>
6890
cae1ff0e 6891 * autoinsert.el (auto-insert-directory): Doc fix.
66e0fd2b 6892
f31a4f64 6893 * progmodes/f90.el: Add/change doc strings for many inline
69658465 6894 functions. Whitespace changes.
f31a4f64
GM
6895 (f90-indent-line-no, f90-update-line): Minor code changes.
6896
5ab950ef
KS
68972002-04-29 Kim F. Storm <storm@cua.dk>
6898
6899 * emulation/cua-base.el: New file.
6900
6901 * emulation/cua-rect.el: New file.
6902
6903 * emulation/cua-gmrk.el: New file.
6904
6905 * emulation/keypad.el: New file.
6906
2912f349
PJ
69072002-04-29 Triet Hoai Lai <thlai@ee.usyd.edu.au>
6908
6909 * language/vietnamese.el (viet-tcvn-decode-table, ccl-decode-tcvn)
f530a77b
SM
6910 (ccl-encode-tcvn, ccl-encode-tcvn-font, vietnamese-tcvn):
6911 New Vietnamese coding system.
2912f349
PJ
6912
6913 * language/viet-util.el: Update Commentary section.
6914
5fe0ea6a 69152002-04-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
757a6abf
PJ
6916
6917 * filesets.el (filesets-data): Doc fix.
6918 (filesets-running-xemacs): Define even when compiling.
6919
e656fc9d
PJ
6920 * recentf.el (recentf-cancel-dialog): Remove dot at the end of
6921 sentence.
6922
dc864d6e
SM
69232002-04-29 Stefan Monnier <monnier@cs.yale.edu>
6924
6925 * textmodes/fill.el (fill-context-prefix): Fix last change with
6926 yet-another-approach.
6927
33ceea4f
RS
69282002-04-28 Markus Rost <rost@math.ohio-state.edu>
6929
dc864d6e 6930 * net/ange-ftp.el (ange-ftp-passive-host-alist)
33ceea4f
RS
6931 (ange-ftp-bs2000-additional-pubsets): Fix custom type.
6932
6933 * files.el (small-temporary-file-directory): Fix custom type.
6934
8201fbe9
GM
69352002-04-28 Glenn Morris <gmorris@ast.cam.ac.uk>
6936
6937 * progmodes/f90.el (f90-xemacs-flag): New variable.
6938 (f90-mark-subprogram-overlay): New variable.
6939 (f90-mark-subprogram): Now it highlights the subprogram.
dc864d6e
SM
6940 (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
6941 Fix highlighting of various "type" forms.
8201fbe9 6942
b098e753
CW
69432002-04-28 Colin Walters <walters@verbum.org>
6944
6945 * ibuffer.el (ibuffer-mode): Additional documentation on filter
6946 groups.
dc864d6e 6947
9f1f80ae 69482002-04-28 John Paul Wallington <jpw@shootybangbang.com>
b098e753
CW
6949
6950 * ibuf-ext.el (ibuffer-set-filter-groups-by-mode): Don't make an
6951 ibuffer-mode filter group if `ibuffer-view-ibuffer' is nil.
6952
46b3d18e
RS
69532002-04-28 Richard M. Stallman <rms@gnu.org>
6954
43bbe516
RS
6955 * mail/sendmail.el (mail-recover-1): Decrease non-random-len
6956 by 1 for the newly-readded #.
6957
6958 * files.el (make-auto-save-file-name): Specify # as suffix
6959 in the non-file-visiting case.
6960
6961 * subr.el (make-temp-file): New arg SUFFIX.
6962
c0e48b0b
RS
6963 * filesets.el: New file.
6964
46b3d18e
RS
6965 * replace.el (occur-accumulate-lines): Avoid incf and decf.
6966 (occur-engine-add-prefix): New function.
6967 (occur-engine): Avoid using macrolet, incf and decf.
6968 Use occur-engine-add-prefix instead.
6969 Rename `l' to `lines' and `c' to `matches'.
6970
dc864d6e
SM
6971 * replace.el (occur-engine, occur-mode-mouse-goto)
6972 (occur-mode-find-occurrence, occur-mode-goto-occurrence)
6973 (occur-mode-goto-occurrence-other-window)
46b3d18e
RS
6974 (occur-mode-display-occurrence): A position is just a marker,
6975 not a list.
6976
6977 * replace.el (occur-revert-arguments):
6978 Renamed from occur-revert-properties. All uses changed.
6979
5fe0ea6a 69802002-04-28 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
ca429a25 6981
b03a2115
PJ
6982 * recentf.el (recentf-menu-before): Use string to specify path in
6983 the menu.
6984
6985 * international/mule-cmds.el (read-language-name): Take care of
ca429a25
PJ
6986 non-list values.
6987
e8e98f20
RS
69882002-04-27 Richard M. Stallman <rms@gnu.org>
6989
8ba148c7
RS
6990 * custom.el (custom-load-symbol): Moved from cus-edit.el.
6991 (custom-load-recursion): Likewise.
6992
6993 * cus-edit.el (custom-load-symbol): Moved to custom.el.
6994 (custom-load-recursion): Likewise.
6995
e8e98f20
RS
6996 * progmodes/ada-xref.el (ada-add-ada-menu): Menu pseudo-keys
6997 generated by easymenu are now lowercase.
6998
d86a3084
RS
69992002-04-27 Richard M. Stallman <rms@gnu.org>
7000
332b907c
RS
7001 * menu-bar.el (menu-bar-update-buffers): Add menu items
7002 Next Buffer and Previous Buffer.
7003
7004 * simple.el (next-buffer, prev-buffer): New commands.
7005 Bind C-x left and C-x right to them.
7006
c793c600
RS
7007 * info.el (Info-header-line): Mark it as risky-local-variable.
7008
d86a3084
RS
7009 * subr.el (insert-for-yank): Replace `category' property
7010 with whatever properties it stands for.
7011
7012 * subr.el (member-ignore-case): Ignore non-strings in LIST.
7013
3b4ef34b
MB
70142002-04-27 Miles Bader <miles@gnu.org>
7015
7016 * faces.el (read-face-name): Format the prompt correctly when
7017 there's no default.
7018
e0f712ba
AC
70192002-04-26 Andrew Choi <akochoi@shaw.ca>
7020
dc864d6e
SM
7021 * term/mac-win.el: Don't call ediff-toggle-multiframe.
7022 Set default directory. Set process-connection-type to nil.
e0f712ba 7023
9e0ad27a
RS
70242002-04-26 Richard M. Stallman <rms@gnu.org>
7025
3fad47d8
RS
7026 * loadup.el: Explicitly load cus-face and timer.
7027
7028 * isearch.el: Don't require timer.
7029
7030 * faces.el: Don't require cus-face.
7031
501d8923
RS
7032 * cus-edit.el (customize-face): Use read-face-name
7033 and handle multiple faces.
7034 (customize-face-other-window): Make it work similarly.
7035
7036 * faces.el (read-face-name): New defaulting features.
7037 New args STRING-DESCRIBING-DEFAULT and MULTIPLE.
7038 (list-faces-display): Use the face, not its name string,
7039 as arg when running customize-face.
7040 Put a `read-face-name' prop on the entire line.
7041 (describe-face): Handle multiple faces via read-face-name.
7042
8ba148c7
RS
7043 * textmodes/tex-mode.el (tex-start-options): New variable.
7044 (tex-start-commands): New variable.
7045 (tex-start-options-string): Variable deleted.
7046 (tex-start-tex): Use tex-start-options and tex-start-commands,
7047 not tex-start-options-string.
7048 (tex-command): Doc fix.
9e0ad27a 7049
a8ba4429
SS
70502002-04-26 Sam Steingold <sds@gnu.org>
7051
7052 * mail/smtpmail.el (smtpmail-try-auth-methods): When `host' is
7053 not in the authinfo/netrc, keep `cred' at nil.
7054
7f671def
GM
70552002-04-26 Gerd Moellmann <gerd@gnu.org>
7056
7057 * find-file.el: Remove Ada-specific example code.
7058
abdb213c 70592002-04-25 Michael Kifer <kifer@cs.stonybrook.edu>
a8ba4429 7060
abdb213c 7061 * ediff-hooks.el: Put back the autoloads.
a8ba4429 7062
a902944c
CW
70632002-04-25 Colin Walters <walters@verbum.org>
7064
7065 * ibuffer.el (define column process): Use `ibuffer-aif'.
7066
7067 * ibuf-ext.el (ibuffer-saved-filter-groups): Don't include broken
7068 defaults.
7069 (ibuffer-yank): Be sure to `setq' after we use `nconc'.
7070 (ibuffer-save-filter-groups): Correctly structure filter groups.
7071 (ibuffer-switch-to-saved-filter-groups): Correctly extract filter
7072 groups.
7073
0b0b4ce7
RS
70742002-04-25 Simon Josefsson <jas@extundo.com>
7075
7076 * mail/sendmail.el (mail-use-dsn): New variable to request
7077 delivery status notification from MTA.
7078 (sendmail-send-it): Use it.
7079
3553e843
RS
7080 * mail/smtpmail.el (smtpmail-queue-counter): New variable.
7081 (smtpmail-send-it): Use it to construct new queue filenames
7082 (needed if you send more than one message per second, which is
7083 possible if you use Gnus Agent).
7084
7085 * mail/smtpmail.el (smtpmail-auth-credentials): Support netrc
7086 files as well.
7087 (smtpmail-try-auth-methods): Support netrc data.
7088 (netrc-parse): Autoload netrc.
7089
672ab90b
CW
70902002-04-25 Colin Walters <walters@verbum.org>
7091
7092 * replace.el (multi-occur-by-filename-regexp): Doc fix.
d2e064f1 7093 (occur-engine): Go to `point-min'. Make nlines argument actually
dc864d6e 7094 mean number of context lines. Handle it. Pad digits to the right.
672ab90b
CW
7095
7096 * ibuf-ext.el (ibuffer-filtering-groups): Renamed to
7097 `ibuffer-filter-groups'. All users updated.
7098 (ibuffer-show-empty-filter-groups): New variable.
7099 (ibuffer-saved-filter-groups): New variable.
7100 (ibuffer-maybe-save-stuff): Renamed from
dc864d6e
SM
7101 `ibuffer-maybe-save-saved-filters'. Callers updated.
7102 Handle `ibuffer-saved-filter-groups'.
672ab90b
CW
7103 (ibuffer-hidden-filtering-groups): Renamed to
7104 `ibuffer-hidden-filter-groups'.
7105 (ibuffer-filter-group-kill-ring): New variable.
7106 (ibuffer-save-with-custom): Doc fix.
7107 (ibuffer-set-filter-groups-by-mode): New function.
7108 (ibuffer-clear-filter-groups): New function.
7109 (ibuffer-current-filter-groups-with-position): Renamed from
7110 `ibuffer-current-filter-groups'. Callers updated.
7111 (ibuffer-kill-filter-group): New function.
7112 (ibuffer-kill-line): New function.
7113 (ibuffer-yank): New function.
7114 (ibuffer-save-filter-groups): New function.
7115 (ibuffer-delete-saved-filter-groups): New function.
7116 (ibuffer-switch-to-saved-filter-groups): New function.
7117 (ibuffer-mark-on-buffer): Add optional arguments for adding a
7118 specific mark, and marking on a specific group.
7119
7120 * ibuffer.el (ibuffer-formats): Doc fix.
dc864d6e
SM
7121 (ibuffer-mode-map): Bind <up> to `ibuffer-backward-line'.
7122 Bind new functions from ibuf-ext.el. Add menu entries for them.
672ab90b
CW
7123 Remove superfluous tooltips.
7124 (ibuffer-toggle-marks): If on a group name, then toggle marks just
7125 in that group.
7126 (ibuffer-mark-interactive): Handle filter groups.
7127 (ibuffer-mark-forward, ibuffer-unmark-forward)
7128 (ibuffer-mark-for-delete, ibuffer-unmark-backward)
7129 (ibuffer-mark-for-delete-backwards): Update docs.
7130 (ibuffer-current-filter-groups): Moved to ibuf-ext.el, and renamed
7131 to `ibuffer-current-filter-groups-with-position'.
dc864d6e 7132 (ibuffer-redisplay-engine): Handle `ibuffer-show-empty-filter-groups'.
672ab90b
CW
7133 (ibuffer-mode): Add some documentation about filter groups.
7134
62c804f8
AS
71352002-04-25 Andreas Schwab <schwab@suse.de>
7136
7137 * find-dired.el (find-name-dired): Don't quote pattern twice.
7138
e16a8037
MB
71392002-04-26 Miles Bader <miles@gnu.org>
7140
7141 * cus-edit.el (customize-face, customize-face-other-window):
7142 Use default instead of initial-input for suggested face.
7143
d29a536a
GM
71442002-04-25 Gerd Moellmann <gerd@gnu.org>
7145
7146 * cus-edit.el (customize-face-other-window, customize-face):
7147 Interactively, when point is on text with a face, suggest to
7148 customize that face.
7149
8a42a102
GM
71502002-04-25 Glenn Morris <gmorris@ast.cam.ac.uk>
7151
7152 * progmodes/f90.el: General tidy-up of commentary and some doc
7153 strings.
7154
71552002-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
7156
7157 * scroll-all.el (scroll-all-function-all) New function to do the
7158 actual work.
7159 (scroll-all-scroll-down-all, scroll-all-scroll-up-all,
7160 scroll-all-page-down-all, scroll-all-page-up-all,
7161 scroll-all-beginning-of-buffer-all, scroll-all-end-of-buffer-all):
7162 Make them use scroll-all-function-all.
7163
7164 * progmodes/f90.el (f90-get-beg-of-line): Removed and replaced
7165 with line-beginning-position.
7166 (f90-get-end-of-line): Removed and replaced with line-end-position.
7167 (f90-match-piece): Removed and replaced with match-string.
7168 (f90-current-indentation): Remove `current-column'.
7169 (f90-get-present-comment-type): Use match-string rather than
cae1ff0e 7170 buffer-substring.
8a42a102
GM
7171 (f90-match-end): Use line-beginning-position, line-end-position
7172 rather than beginning-of-line, end-of-line.
7173 (f90-startup-message): Variable removed.
7174
696c9dc6
CW
71752002-04-24 Colin Walters <walters@verbum.org>
7176
9e2b2e30
CW
7177 * replace.el (occur-accumulate-lines): Add optional argument
7178 `no-props'. Handle it.
7179 (occur-engine): Use it.
7180
696c9dc6
CW
7181 * ibuf-ext.el (toplevel): Remove byte-compile-dynamic. Try to set
7182 up autoloads manually.
7183 (ibuffer-split-list): New function.
7184 (ibuffer-filtering-groups): New variable.
7185 (ibuffer-hidden-filtering-groups): New variable.
7186 (ibuffer-mouse-toggle-filter-group): New function.
7187 (ibuffer-toggle-filter-group): New function.
7188 (ibuffer-toggle-filter-group-1): New function.
7189 (ibuffer-forward-filter-group): New function.
7190 (ibuffer-backward-filter-group): New funtion.
7191 (ibuffer-generate-filter-groups): New function.
7192 (ibuffer-filters-to-filter-group): New function.
7193 (ibuffer-pop-filter-group): New function.
7194 (ibuffer-jump-to-filter-group): New function.
7195 (ibuffer-do-occur): Just use `occur-read-primary-args'
7196
7197 * ibuffer.el (ibuffer-filter-group-name-face): New.
7198 (ibuffer-mode-map): Bind and add menu entries for most new
7199 functions; also, bind the arrow keys to the movement functions.
7200 (ibuffer-mode-filter-group-map): New.
7201 (ibuffer-mouse-toggle-mark): Handle group names.
dc864d6e 7202 (ibuffer-mouse-visit-buffer): Error if the current buffer is killed.
696c9dc6
CW
7203 (ibuffer-skip-properties): New function.
7204 (ibuffer-backward-line, ibuffer-forward-line): Optionally skip
7205 group names. Also, handle new properties.
dc864d6e
SM
7206 (ibuffer-visit-buffer, ibuffer-visit-buffer-other-window):
7207 Move error handling to `ibuffer-current-buffer'.
696c9dc6
CW
7208 (ibuffer-visit-buffer-other-frame, ibuffer-bury-buffer): Ditto.
7209 (ibuffer-visit-tags-table, ibuffer-do-view-1): Ditto.
7210 (ibuffer-toggle-marks): Add optional group argument.
7211 (ibuffer-mark-interactive): Skip group names.
7212 (ibuffer-current-buffer): Clean up error handling.
7213 (ibuffer-fontify-region-function): Fontify group names.
7214 (ibuffer-map-lines): Add extra group argument. Handle it.
7215 (ibuffer-current-filter-groups): New function.
7216 (ibuffer-redisplay): Handle hidden filtering groups.
7217 (ibuffer-sort-bufferlist): New function, taken from
7218 `ibuffer-insert-buffers-and-marks'.
7219 (ibuffer-insert-filter-group): New function.
7220 (ibuffer-redisplay-engine): Renamed from
7221 `ibuffer-insert-buffers-and-marks'. Handle new filtering groups.
dc864d6e
SM
7222 (ibuffer): Add filter-groups argument. Handle it.
7223 Use `save-selected-window'.
696c9dc6
CW
7224 (ibuffer-mode): Make `ibuffer-filtering-groups' and
7225 `ibuffer-hidden-filtering-groups' buffer-local.
a8ba4429 7226
dc864d6e 7227 * ibuf-macs.el (ibuffer-save-marks): Call `ibuffer-redisplay-engine'.
696c9dc6 7228
63bfbe6f
RS
72292002-04-24 Richard M. Stallman <rms@gnu.org>
7230
7231 * emacs-lisp/easymenu.el (easy-menu-intern): Downcase before interning.
7232 (easy-menu-define-key-intern): Function deleted; callers intern
7233 and then call easy-menu-define-key.
7234 (easy-menu-do-add-item): Explicitly intern the key, but not BEFORE.
7235 (easy-menu-define-key): Use easy-menu-name-match to match BEFORE.
7236 (easy-menu-name-match): New function.
7237 (add-submenu): New function.
7238 (easy-menu-get-map-look-for-name): Use easy-menu-name-match.
7239
929fa5ce
EZ
72402002-04-24 Eli Zaretskii <eliz@is.elta.co.il>
7241
a8ba4429 7242 * menu-bar.el (menu-bar-adv-search-menu)
929fa5ce
EZ
7243 (menu-bar-adv-search-menu): Improve the help text.
7244
97b913ad
RS
72452002-04-24 Simon Josefsson <jas@extundo.com>
7246
7247 * net/netrc.el: New file.
7248
d9c25020 72492002-04-24 Thomas DeWeese <tdeweese@rochester.rr.com>
ae10d597
PJ
7250
7251 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
7252 Check if any of the available selection sources has new content
7253 and if so it will return that content.
7254
fe72c904
CW
72552002-04-24 Miles Bader <miles@gnu.org>
7256
7257 * menu-bar.el (buffers-menu-show-directories)
7258 (buffers-menu-show-status): New variables.
7259 (menu-bar-update-buffers-1): Use them.
7260
72612002-04-24 Martin Stjernholm <mast@lysator.liu.se>
7262
7263 * progmodes/cc-cmds.el (c-mask-comment): More fixes when used
7264 from `c-do-auto-fill' and point is at or near the limit of the
7265 comment. Fixed bug when the prefix from `c-guess-fill-prefix'
7266 is longer than the text on the first line of the comment when
7267 it's masked.
7268
72692002-04-24 Miles Bader <miles@gnu.org>
7270
7271 * menu-bar.el (menu-bar-update-buffers-1): Make sure
7272 `uniquify-buffer-name-style' is bound.
7273
72742002-04-23 Colin Walters <walters@verbum.org>
7275
7276 * replace.el (toplevel): Require `cl' while compiling.
7277 (occur-buffer, occur-nlines): Delete.
7278 (occur-revert-properties): Rename to `occur-revert-properties'.
7279 (occur-mode): Handle it. Set up font lock.
7280 (occur-revert-function): Simply apply `occur-1'.
7281 (occur-mode-find-occurence, occur-mode-mouse-goto)
7282 (occur-mode-goto-occurrence-other-window)
7283 (occur-mode-display-occurrence): Handle buffer property.
7284 (list-matching-lines-face): Use defcustom.
7285 (list-matching-lines-buffer-name-face): New variable.
7286 (occur-accumulate-lines): Renamed from `ibuffer-accumulate-lines',
7287 in ibuffer.el.
7288 (occur-read-primary-args): Move out of `occur'.
7289 (occur): Delete. Now simply call `occur-1'.
7290 (multi-occur, multi-occur-by-filename-regexp): New functions.
7291 (occur-1): New function.
7292 (occur-engine): Renamed from `ibuffer-occur-engine' to replace the
7293 previous implementation of `occur'; taken from ibuf-ext.el.
7294 (occur-fontify-on-property): New function.
7295 (occur-fontify-region-function, occur-unfontify-region-function):
7296 New functions.
7297
7298 * ibuffer.el (ibuffer-accumulate-lines): Moved to replace.el.
7299
7300 * ibuf-ext.el (ibuffer-depropertize-string): Delete.
7301 (ibuffer-occur-match-face): Delete.
7302 (ibuffer-occur-props, ibuffer-occur-mode): Delete.
7303 (ibuffer-occur-mouse-display-occurence): Delete.
7304 (ibuffer-occur-goto-occurence, ibuffer-occur-display-occurence)
7305 (ibuffer-do-occur-1, ibuffer-occur-revert-buffer-function): Delete.
7306 (ibuffer-occur-engine): Moved to replace.el.
7307 (ibuffer-do-occur): Simply call `occur-1'.
7308
7309 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
7310 Handle the case where we're already viewing the score file.
7311
73122002-04-23 Andreas Schwab <schwab@suse.de>
7313
7314 * menu-bar.el (menu-bar-goto-menu): Fix bindings for next-tag and
7315 next-tag-otherw.
7316
73172002-04-23 Miles Bader <miles@gnu.org>
7318
7319 * menu-bar.el (menu-bar-update-buffers-1): Don't display a
7320 directory separator if there's no directory. Don't display
7321 directories at all if uniquify is active. Some code cleanup.
7322 (uniquify-buffer-name-style): Declare (but don't initialize).
7323
7324 * menu-bar.el (menu-bar-update-buffers): Don't use constant lists
7325 for command menu entries, since the low-level menu code modifies
7326 them. Cache the resulting list.
7327 (menu-bar-buffers-menu-command-entries): New variable.
7328
7329 * menu-bar.el (menu-bar-update-buffers): Add `Select Named Buffer'.
7330 Add separator line before commands
7331 Remove old crufty code that tried to line things up by adding
7332 spaces to entries (it doesn't work).
7333 Move `Frames' submenu after the normal buffers, and add a
7334 separator line before it.
7335 (menu-bar-buffers-menu-list-buffers-entry): Variable removed.
7336
73372002-04-22 Richard M. Stallman <rms@gnu.org>
7338
7339 * files.el (after-find-file): Use %s to output MSG.
7340
7341 * dired.el (dired-mouse-find-file-other-window):
7342 Handle events that move out of the window.
7343
73442002-04-23 Martin Stjernholm <mast@lysator.liu.se>
7345
7346 * progmodes/cc-cmds.el (c-mask-comment): Fixed bug where point
7347 was moved to the following line when it was at the first line
7348 of a block comment where comment-start-skip matched to eol.
7349
73502002-04-22 Richard M. Stallman <rms@gnu.org>
7351
7352 * simple.el (line-move-finish): Find beg and end of line
7353 before calling line-move-to-column. Do consider intangible
7354 when finding the end. Take more care in analyzing the results
7355 of intangibility after line-move-to-column.
7356
5fe0ea6a 73572002-04-22 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
7358
7359 * international/mule-diag.el (list-input-methods-1): Doc fix
7360 (LEIM is now part of the standard distribution).
7361
7362 * tmm.el (tmm-completion-prompt): Doc fix.
7363
7364 * hilit-chg.el (global-highlight-changes): Capitalize status texts.
7365
73662002-04-22 Edward M. Reingold <reingold@emr.cs.iit.edu>
7367
7368 * diary-lib.el (include-other-diary-files): Allow modifying
7369 included buffer, to turn off selective display.
7370
73712002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
7372
7373 * progmodes/cc-mode.el: (c-define-abbrev-table): New function to
7374 pass the SYSTEM-FLAG to `define-abbrev' in a way that works in
7375 emacsen that doesn't support it.
7376
73772002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
7378
7379 * progmodes/cc-align.el, progmodes/cc-engine.el,
7380 progmodes/cc-styles.el, progmodes/cc-vars.el
7381 (c-guess-basic-syntax, c-lineup-topmost-intro-cont):
7382 Find correct anchor for statement-cont in top level constructs.
7383 Analyze variable initializations in top level constructs as
7384 topmost-intro-cont instead of statement-cont. That is an
7385 incompatible change but it gives better consistency. The new
7386 lineup function c-lineup-topmost-intro-cont' compensates for
7387 it and is now put on topmost-intro-cont by default.
7388
7389 * progmodes/cc-align.el, progmodes/cc-engine.el,
7390 progmodes/cc-langs.el (c-lineup-argcont): Lineup function
7391 contributed by Kevin Ryde.
7392
7393 (c-in-gcc-asm-p): Function to recognize asm statements.
7394 Contributed by Kevin Ryde.
7395
7396 (c-opt-asm-stmt-key): New language variable to recognize the
7397 beginning of asm statements.
7398
73992002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
7400
7401 * progmodes/cc-engine.el (c-guess-basic-syntax):
7402 Detect variable declarations after class and struct declarations
7403 correctly. Fixed limit error when finding the anchor for
7404 template-args-cont and topmost-intro-cont.
7405
74062002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
7407
7408 * progmodes/cc-cmds.el (c-beginning-of-defun)
7409 (c-declaration-limits): Find the "line oriented" declaration
7410 start too, just like the "line oriented" end is found.
7411
74122002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
7413
7414 * progmodes/cc-vars.el (c-offsets-alist): A more sane default
7415 for `inexpr-statement'. This is not compatible, though.
7416 I think the benefit of a good default style outweights that in
7417 this case. Besides, `inexpr-statement' is not very common.
7418
74192002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
7420
7421 * progmodes/cc-cmds.el (c-electric-delete-forward):
7422 Fix silly bug that caused it to delete backwards in hungry delete
7423 mode. (It's amazing that this bug hasn't been reported.)
7424
7425 * progmodes/cc-cmds.el (c-declaration-limits, c-mark-function):
7426 Extracted the code to get the declaration limits from
7427 `c-mark-function' to a new `c-declaration-limits'.
7428
7429 (c-indent-defun): Use the same method to get the limits of the
7430 declaration or macro as `c-mark-function'.
7431
7432 * progmodes/cc-engine.el (c-beginning-of-decl-1): Handle brace
7433 list initializers correctly (but costly; it ought to be
7434 integrated into `c-beginning-of-statement-1').
7435
74362002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
7437
7438 * progmodes/cc-cmds.el, progmodes/cc-engine.el
7439 (c-beginning-of-defun, c-end-of-defun, c-mark-function):
7440 Rewritten to detect the declaration limits better.
7441 Now handles K&R argdecls, class definitions followed by variables etc.
7442
7443 (c-in-knr-argdecl): Broke out the K&R argdecl test in
7444 `c-beginning-of-decl-1' to this new function.
7445
7446 (c-end-of-statement-1, c-end-of-decl-1):
7447 Replace `c-end-of-statement-1' with `c-end-of-decl-1', which correctly
7448 handles declarations that continue after the block.
7449
7450 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
7451 Added an option to restrict matching to the top level of the
7452 current paren sexp.
7453
7454 * progmodes/cc-langs.el (c-opt-block-decls-with-vars-key):
7455 New regexp to recognize declarations that continue after the block.
7456
7457 (c-syntactic-eol): New regexp to match a "syntactic" eol.
7458
74592002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
7460
7461 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed a bug
7462 that often caused the backward limit to be lost at the top
7463 level. This improves performance a bit.
7464
7465 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
7466 New function that works like `re-search-forward' but only returns
7467 matches in syntactically significant text.
7468
7469 * progmodes/cc-engine.el: Fixed a faster and more accurate way
7470 to recognize K&R argdecls.
7471
7472 (c-beginning-of-decl-1): New function that put point at the
7473 beginning of the declaration. It handles K&R argdecl blocks.
7474
7475 (c-guess-basic-syntax): Replaced the `knr-argdecl' recognition
7476 code with one that doesn't depend on the current indentation.
7477 The anchor position for `knr-argdecl' has also changed, but in
7478 a way that is unlikely to cause compatibility problems.
7479
74802002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
7481
7482 * progmodes/cc-defs.el, progmodes/cc-engine.el
7483 (c-forward-comment): `forward-comment' in XEmacs skips over
7484 line continuations in the backward direction. Correct for
7485 that. Also made this a defun since it has grown too large now
7486 to be a defsubst.
7487
7488 * progmodes/cc-langs.el: More convenient and decentralized
7489 setup of the language specific variables. The regexp-opt
7490 mangling is also done at compile time now.
7491
74922002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
7493
7494 * progmodes/cc-cmds.el (c-indent-line-or-region):
7495 Call `c-indent-line' directly instead of through
7496 `indent-according-to-mode' so that this function always
7497 indents syntactically.
7498
7499 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed a bug
7500 where a class beginning with a nested class could cause an
7501 infinite loop (the state outside the narrowed out class is
7502 never used now).
7503
75042002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
7505
7506 * progmodes/cc-align.el, progmodes/cc-cmds.el,
7507 progmodes/cc-engine.el, progmodes/cc-vars.el: Fixes so that
7508 the context sensitive analysis inside macros is restricted to
7509 the bodies of #define's; other things, like #if expressions,
7510 never have anything in common with their surroundings.
7511 The old `cpp-macro-cont' syntax is now used in situations where
7512 the syntactic analysis isn't applicable, and a new syntactic
7513 element `cpp-define-intro' is used to add indentation in
7514 #define bodies.
7515
7516 (c-lineup-cpp-define): New name for `c-lineup-macro-cont' to
7517 better reflect its use.
7518
7519 * progmodes/cc-engine.el (c-guess-basic-syntax): Ignore line
7520 continuation backslashes in the detection of `arglist-cont-nonempty'.
7521
7522 * progmodes/cc-align.el: Use the vector form in the return
7523 value in all cases where lineup functions return absolute columns.
7524
75252002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
7526
7527 * progmodes/cc-engine.el (c-add-stmt-syntax)
7528 (c-guess-basic-syntax): Anchor `brace-list-intro' and
7529 `bracec-list-close' better for brace lists nested inside expressions.
7530
7531 * progmodes/cc-engine.el, progmodes/cc-langs.el,
7532 progmodes/cc-mode.el, progmodes/cc-styles.el: Cleaned up the
7533 various language specific variables and their initialization.
7534 The keyword regexps are now lists that are combined with
7535 regexp-opt. Some variables have changed names to fit better
7536 with the naming convention.
7537
7538 * progmodes/cc-defs.el, progmodes/cc-vars.el
7539 (c-buffer-is-cc-mode): The value is the mode symbol of the
7540 original CC Mode mode.
7541
7542 (c-major-mode-is): Compare against the buffer local variable
7543 `c-buffer-is-cc-mode', which is faster than using `derived-mode-class'.
7544
75452002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
7546
7547 * progmodes/cc-engine.el (c-forward-syntactic-ws)
7548 (c-backward-syntactic-ws, c-forward-token-1)
7549 (c-backward-token-1, c-in-literal, c-literal-limits)
7550 (c-collect-line-comments, c-literal-type, c-on-identifier)
7551 (c-guess-basic-syntax): These functions are now considered part
7552 of the "CC Mode API" and may be used by other code.
7553 That's signified by making their documentation into docstrings.
7554
7555 (c-whack-state, c-hack-state, c-skip-case-statement-forward):
7556 Removed these internal functions since they aren't used.
7557
7558 (c-forward-to-cpp-expression): Classified this function as internal.
7559
75602002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
7561
7562 * progmodes/cc-langs.el (c-ObjC-class-key, c-Java-class-key):
7563 Simplified these regexps; the class keywords they contain
7564 ought to be enough to avoid false matches, so checking for
7565 following identifiers etc is just unnecessary (and might also
7566 fail for oddly formatted code).
7567
75682002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
7569
7570 * progmodes/cc-engine.el, progmodes/cc-cmds.el
7571 (c-forward-comment-lc): New function that behaves like
7572 `c-forward-comment', with the exception that line
7573 continuations are treated as whitespace.
7574
7575 (c-beginning-of-statement): Use `c-forward-comment-lc', to
7576 work correctly in macros and other places where line
7577 continuations should be treated as whitespace.
7578
7579 * progmodes/cc-engine.el (c-guess-basic-syntax): Analyze a
7580 normal label in a switch block as a case label, to get
7581 consistent lineup with the case labels.
7582
7583 * progmodes/cc-engine.el (c-backward-syntactic-ws): Fixed bug
7584 in skipping over a macro that ends with an empty line.
7585
7586 * progmodes/cc-styles.el: Require cc-align since styles added
7587 with `c-add-style' often contains references to functions
7588 defined there, and so the `c-valid-offset' check might
7589 otherwise complain on them.
7590
75912002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
7592
7593 * progmodes/cc-align.el, progmodes/cc-mode.texi,
7594 progmodes/cc-vars.el: Added two new lineup functions:
7595
7596 (c-lineup-knr-region-comment): A new lineup function to get
7597 (what most people think is) better indentation of comments in
7598 the "K&R region" between the function header and its body.
7599
7600 (c-lineup-gcc-asm-reg): New lineup function for better
7601 indentation inside gcc asm blocks. Contributed by Kevin Ryde.
7602
7603 (c-offsets-alist): Use `c-lineup-gcc-asm-reg' and
7604 `c-lineup-knr-region-comment' in the default offset
7605 configuration, since these two functions have little impact
7606 outside their intended use, and they generally do the right
7607 thing when they kick in.
7608
7609 * progmodes/cc-engine.el (c-guess-continued-construct)
7610 (c-guess-basic-syntax): Handle nested functions in all
7611 languages, not just Pike. In C and C++ there's a gcc
7612 extension for this, and it also gives better treatment of
7613 macros that are followed by blocks.
7614
7615 * progmodes/cc-langs.el (c-symbol-key): Made this variable
7616 mode specific, to handle Pike special symbols like `== better.
7617
76182002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
7619
7620 * progmodes/cc-cmds.el, progmodes/cc-engine.el,
7621 progmodes/cc-vars.el (c-report-syntactic-errors): A new
7622 variable to control the syntactic error messages. It defaults
7623 to off; since CC Mode ignores most syntactic errors it might
7624 as well ignore them all for the sake of consistency.
7625
76262002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
7627
7628 * progmodes/cc-engine.el (c-looking-at-inexpr-block):
7629 Optimization. Can give a noticeable speedup if there's a
7630 large preceding function or class body.
7631
76322002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
7633
7634 * progmodes/cc-align.el, progmodes/cc-cmds.el: Use more
7635 efficient and correct insertion functions in many places.
7636 Always inherit text properties correctly if the text is
7637 permanent. Also do it for speed in temporary insertions,
7638 since I figure it's less work to continue the surrounding text
7639 properties than to break them.
7640
7641 * progmodes/cc-styles.el (c-read-offset): Unbind SPC in the
7642 completion to make it easier to enter lists.
7643
76442002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
7645
7646 * progmodes/cc-cmds.el (c-beginning-of-defun): Fixed bug where
7647 c-state-cache was clobbered.
7648
7649 * progmodes/cc-cmds.el, progmodes/cc-engine.el
7650 (c-calculate-state): Moved from cc-cmds.el to cc-engine.el due
7651 to dependency.
7652
76532002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
7654
7655 * progmodes/cc-engine.el (c-parse-state): Ignore unbalanced
7656 open parens in macros (if point isn't in the same one).
7657
76582002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
7659
7660 * progmodes/cc-cmds.el (c-context-open-line): New function
7661 that is the `open-line' equivalent to `c-context-line-break'.
7662
7663 * progmodes/cc-mode.el (c-mode-base-map): Compatibility fix
7664 for Emacs 21 since `indent-new-comment-line' has been changed
7665 to `comment-indent-new-line' there.
7666
76672002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
7668
7669 * progmodes/cc-engine.el, progmodes/cc-langs.el
7670 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma):
7671 New variables containing the character sets used to recognize
7672 statement/declaration boundaries. These variables might help
7673 to support languages like javascript and awk, where newlines
7674 sometimes delimits statements.
7675
7676 (c-crosses-statement-barrier-p): Use `c-stmt-delim-chars' as
7677 the set of statement delimiting characters, to allow it to be
7678 changed dynamically and per-mode.
7679
76802002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
7681
7682 * progmodes/cc-engine.el (c-looking-at-bos)
7683 (c-looking-at-inexpr-block, c-add-stmt-syntax)
7684 (c-guess-basic-syntax): Treat blocks directly inside function
7685 calls like "bare" statements inside function calls, and not
7686 like in-expression statements. This to make indentation of
7687 such blocks consistent with other statements inside macro calls.
7688
7689 * progmodes/cc-engine.el (c-guess-basic-syntax):
7690 Made arglist-cont anchor correctly in arglists that contain statements.
7691
7692 * progmodes/cc-engine.el (c-guess-basic-syntax):
7693 Fixed consistent anchoring of defun-block-intro in defuns in code
7694 blocks (can only occur in Pike).
7695
7696 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
7697 (c-looking-at-inexpr-block-backward): Changed the arguments to
7698 require containing sexps and paren state, for better efficiency.
7699
77002002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
7701
7702 * progmodes/cc-cmds.el, progmodes/cc-engine.el,
7703 progmodes/cc-vars.el: Improved anchoring of statement and
7704 handling of labels in front of substatements.
7705
7706 (c-guess-continued-construct, c-guess-basic-syntax):
7707 Improved and unified anchoring at statements. Statements beginning
7708 with comments or labels are now avoided, by going out of
7709 blocks and containing statements if necessary. This nesting
7710 handling also fixes the case when there's a statement after a
7711 block open brace. Added the syntactic symbol `substatement-label'.
7712
7713 (c-electric-colon): Map the new `substatement-label' to
7714 `label' when consulting `c-hanging-colons-alist'.
7715
7716 (c-offsets-alist): Added substatement-label. Updated the
7717 comments for the new anchoring positions at statements.
7718
7719 * progmodes/cc-engine.el (c-guess-basic-syntax): Use more sane
7720 anchor points for knr-argdecl-intro and access-label.
7721 They used to refer to some point on the same line, a bug which was
7722 neutralized by a kludge in `c-get-syntactic-indentation' which
7723 ignored such anchor points.
7724
7725 (c-get-syntactic-indentation): Removed the kludge that was
7726 necessary due to buggy anchor points.
7727
7728 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not check
7729 the absence of a comma before arglist-close (case 7A) in any
7730 language, since there's nothing better to do that case anyway.
7731 Added special case to make in-expression statements be
7732 recognized as normal arglist-cont if we're directly in a macro
7733 arglist, for consistency with other "bare" statements.
7734
7735 * progmodes/cc-engine.el (c-looking-at-bos): Added optional
7736 limit arg for backward searches.
7737
7738 * progmodes/cc-engine.el (c-looking-at-inexpr-block):
7739 Anchor gcc in-expression statements at the surrounding open
7740 parenthesis. Treat a class body as an in-expression class if
7741 it's used in an object clone expression in Pike.
7742
7743 * progmodes/cc-engine.el (c-get-offset)
7744 (c-get-syntactic-indentation): Allow several anchor positions
7745 in the list of syntactic symbols. Only the first is used as
7746 the base for the offset calculation.
7747
77482002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
7749
7750 * progmodes/cc-cmds.el (c-indent-defun): Indent the current
7751 macro if inside one at the top level. Do not throw an error
7752 if used at the top level outside a macro.
7753
7754 * progmodes/cc-cmds.el (c-backslash-region): Do tab width
7755 alignment only if the backslashes can't be aligned with
7756 surrounding backslashes.
7757
7758 * progmodes/cc-engine.el (c-end-of-macro): New function.
7759
7760 * progmodes/cc-engine.el (c-least-enclosing-brace):
7761 Rewritten to not be destructive.
7762
77632002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
7764
7765 * progmodes/cc-cmds.el (c-context-line-break): Only do a macro
7766 line break when point is inside the content of it; if it's in
7767 the cpp keyword a normal line break is done.
7768
7769 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not add
7770 cpp-macro-cont inside the argument list to a #define.
7771
77722002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
7773
7774 * progmodes/cc-defs.el (c-forward-comment): Implemented a
7775 kludge to avoid the problem most forward-comment incarnations
7776 have with `\' together with comment parsing.
7777
77782002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
7779
7780 * progmodes/cc-engine.el (c-check-state-cache): Fixed bug
7781 which could cause the state returned by `c-parse-state' to
7782 lack a closed paren element. That in turn could result in
7783 very long searches, since it's common that they start from the
7784 last preceding close brace.
7785
77862002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
7787
7788 * progmodes/cc-engine.el (c-beginning-of-statement-1): Do not
7789 treat else-if as a single continuation, since that'd make it
7790 hard to get the right anchor point when there's a line break
7791 between the two keywords. This change causes else-clause to
7792 be anchored on the closest preceding else-if and not always on
7793 the starting if, but that doesn't affect the indentation for
7794 any reasonably sane style. Also introduced a noerror flag.
7795
7796 (c-beginning-of-closest-statement): Removed;
7797 c-beginning-of-statement-1 now avoids the problem this one solved.
7798
7799 * progmodes/cc-engine.el (c-guess-continued-construct)
7800 (c-guess-basic-syntax): Better and more uniform anchor points
7801 for 'statement-cont and 'substatement. The effect is
7802 noticeable mostly when there's a label on the same line as the
7803 beginning of the statement, or when there are more stuff
7804 before the start of the statement.
7805
7806 * progmodes/cc-engine.el (c-looking-at-inexpr-block):
7807 Added flag to disable looking at the type of the surrounding paren
7808 since that confuses c-beginning-of-statement-1 and a couple of
7809 other places.
7810
7811 * progmodes/cc-engine.el (c-guess-basic-syntax):
7812 Avoid stepping to the previous statement in case 18.
7813 Improvements in recognition of statement blocks on the top level.
7814
78152002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
7816
7817 * progmodes/cc-engine.el (c-beginning-of-statement-1)
7818 (c-crosses-statement-barrier-p): Rewritten to get a well
7819 defined and documented behavior. This fixes some tricky cases
7820 in recognition of do-while constructs.
7821
7822 (c-backward-to-start-of-do, c-backward-to-start-of-if):
7823 Removed; use c-beginning-of-statement-1 instead.
7824
7825 (c-guess-continued-construct, c-guess-basic-syntax):
7826 Various fixes to not depend on the bugs previously in
7827 c-beginning-of-statement-1. Cleanups in cases 18 and 17 to
7828 use the new behavior of c-beginning-of-statement-1 better.
7829 Fixed recognition of catch blocks inside macros.
7830
7831 * progmodes/cc-engine.el (c-backward-syntactic-ws): Fixed bug
7832 in skipping over a macro.
7833
7834 * progmodes/cc-langs.el (c-label-kwds): New variable to
7835 contain the appropriate c-*-label-kwds value.
7836
7837 * progmodes/cc-vars.el (defcustom-c-stylevar): Fixed value
7838 evaluation bug that caused the widget for
7839 c-block-comment-prefix to bug out.
7840
78412002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
7842
7843 * progmodes/cc-engine.el (c-guess-basic-syntax):
7844 Improved recognition of statements: They are now recognized in
7845 contexts where they normally can't occur, e.g. on the top level or
7846 in function call arguments. This is mainly useful to recognize
7847 statements in macros at the top level, and in arguments to
7848 macros. The cases has been moved around quite a bit, and case
7849 10 has been copied to case 18. (The cases has not been
7850 renumbered because of this.)
7851
7852 (c-guess-continued-construct): New function which has the
7853 rules which are common between cases 10 and 18.
7854
7855 * progmodes/cc-engine.el (c-beginning-of-statement-1)
7856 (c-backward-to-start-of-do, c-backward-to-start-of-if):
7857 Fixes so that they really obey the passed limits.
7858
7859 (c-safe-position): Return nil if the state doesn't contain a
7860 suitable position.
7861
7862 (c-guess-basic-syntax): Fixes some too short limits in calls
7863 to c-beginning-of-statement-1. Some fixes for top level
7864 analysis in ObjC mode.
7865
7866 * progmodes/cc-engine.el (c-beginning-of-statement-1):
7867 Fixed bug in do-while statements where the body is not a block.
7868
7869 * progmodes/cc-styles.el (c-set-style):
7870 Reset c-special-indent-hook to its global value if in override mode.
7871 Fixes problem where functions on that hook remained after
7872 style switch.
7873
7874 * progmodes/cc-engine.el (c-evaluate-offset, c-get-offset):
7875 Use c-benign-error to report the c-strict-syntax-p error.
7876
78772002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
7878
7879 * progmodes/cc-align.el, progmodes/cc-defs.el,
7880 progmodes/cc-cmds.el, progmodes/cc-engine.el, cc-vars.el:
7881 Several fixes to treat macros as code and not literals and to
7882 handle line continuations transparently.
7883
7884 (c-skip-ws-forward, c-skip-ws-backward): New macros to skip
7885 through whitespace and line continuations, but not comments
7886 and macros.
7887
7888 (c-in-literal): No longer recognizes macros as literals by
7889 default. An extra flag argument is required to do that.
7890
7891 (c-macro-start, c-query-macro-start)
7892 (c-query-and-set-macro-start): Added a cache for the macro
7893 start position.
7894
7895 (c-forward-syntactic-ws, c-backward-syntactic-ws): Fixes for
7896 more speed when limits are given. Workaround for bad behavior
7897 in forward-comment in some emacsen when it hits a buffer limit
7898 with a large repeat count.
7899
7900 (c-lineup-macro-cont): Improved behavior when
7901 c-syntactic-indentation-in-macros is nil.
7902
7903 (c-syntactic-indentation-in-macros, c-backslash-max-column)
7904 (c-auto-align-backslashes): New customization variables to
7905 control macro handling.
7906
7907 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
7908 Fixes to handle line continuations.
7909
7910 * progmodes/cc-defs.el, progmodes/cc-styles.el
7911 (c-get-style-variables, c-set-offset): Report style errors
7912 with message and ding instead of error signal. This to avoid
7913 interrupted mode init if there's some style problem.
7914
7915 (c-benign-error): New macro to report errors that doesn't need
7916 to interrupt the operation.
7917
7918 * progmodes/cc-defs.el (c-point): Added eonl and eopl positions.
7919
79202002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
7921
7922 * progmodes/cc-cmds.el (c-electric-brace, c-indent-region):
7923 Removed most of the c-state-cache fiddling, since the global
7924 state cache now handles this.
7925
7926 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed bug
7927 when there's an open paren at the very first char of the
7928 visible buffer region.
7929
7930 * progmodes/cc-engine.el (c-parse-state, c-check-state-cache):
7931 Cache the state globally and invalidate it below every buffer
7932 change with the new after change function
7933 `c-check-state-cache'. This gives a considerable performance
7934 boost when editing large functions or classes.
7935
7936 * progmodes/cc-engine.el (c-whack-state-after): Slight optimization.
7937
79382002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
7939
7940 * progmodes/cc-engine.el, progmodes/cc-langs.el,
7941 progmodes/cc-align.el: Improvements to syntactic analysis
7942 inside macros:
7943
7944 (c-block-stmt-1-kwds, c-block-stmt-2-kwds): New variables used
7945 by `c-guess-basic-syntax'.
7946
7947 (c-parse-state): Fixed bug with braces inside macros when
7948 using cached state info.
7949
7950 (c-forward-to-cpp-expression): New function to aid in
7951 syntactic analysis inside macros.
7952
7953 (c-beginning-of-statement-1, c-backward-syntactic-ws):
7954 Fixes to work better inside macros.
7955
7956 (c-forward-syntactic-ws): Whitespace between the # and the
7957 command should be allowed in preprocessor directives.
7958
7959 (c-lineup-macro-cont): New lineup function to get context
7960 sensitive indentation inside macros.
7961
7962 (c-offsets-alist): Made `c-lineup-macro-cont' the default for
7963 cpp-macro-cont.
7964
79652002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
7966
7967 * progmodes/cc-engine.el (c-beginning-of-statement-1)
7968 (c-forward-syntactic-ws): Fixes to handle continued lines.
7969
7970 (c-backward-to-start-of-if, c-guess-basic-syntax):
7971 Do syntactic analysis inside macros.
7972
79732002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
7974
7975 * progmodes/cc-cmds.el (c-indent-region): Did a speedup made
7976 possible by the more flexible state cache.
7977
7978 * progmodes/cc-engine.el (c-parse-state, c-whack-state-before)
7979 (c-whack-state-after, c-hack-state)
7980 (c-narrow-out-enclosing-class, c-guess-basic-syntax):
7981 Improved the state cache system. It now can use partial info from
7982 an old cached state to calculate a new one at a different
7983 position. Removed some kludges to avoid the state cache.
7984 The new functions `c-whack-state-before' and `c-whack-state-after'
7985 replace the now obsolete `c-whack-state'.
7986
7987 * progmodes/cc-engine.el (c-beginning-of-statement-1):
7988 Optimized backing through a macro. This can speed things up
7989 quite a bit when there are long macros before point.
7990
7991 (c-beginning-of-macro): Do not ignore the limit.
7992
79932002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
7994
7995 * progmodes/cc-cmds.el (c-electric-continued-statement):
7996 Fixed a bug where the keyword wasn't reindented correctly if
7997 followed by another keyword or identifier.
7998
7999 * progmodes/cc-engine.el (c-parse-state): Ignore closed brace
8000 pairs that are in macros. Fixes some cases where e.g. the
8001 second of two "do { } while (0)" macros after each other
8002 indented differently.
8003
80042002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
8005
8006 * progmodes/cc-engine.el (c-beginning-of-macro)
8007 (c-forward-syntactic-ws): Recognize "#!" as a preprocessor
8008 directive when it begins a line, to allow for script
8009 interpreter lines like "#!/usr/bin/pike" at the beginning of
8010 the file.
8011
80122002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
8013
8014 * progmodes/cc-engine.el (c-looking-at-inexpr-block):
8015 Recognize brace blocks inside a parenthesis expression as
8016 inexpr-statement. Useful when writing statements as macro arguments.
8017
80182002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
8019
8020 * progmodes/cc-cmds.el (c-fill-paragraph, c-do-auto-fill)
8021 (c-mask-comment): Broke out the comment masking code from
8022 `c-fill-paragraph' to a new function `c-mask-comment', to be
8023 able to do the same thing in `c-do-auto-fill'. This should
8024 make auto-fill-mode behave better.
8025
80262002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
8027
8028 * progmodes/cc-cmds.el (c-electric-brace, c-electric-paren):
8029 Check `executing-macro' to avoid blinking parens when macros
8030 are executed.
8031
8032 * progmodes/cc-mode.el, progmodes/cc-styles.el
8033 (c-setup-filladapt): Moved from cc-mode.el to cc-styles.el for
8034 consistency with `c-setup-paragraph-variables' (which was
8035 placed there due to the dependency from `c-set-style').
8036
8037 * progmodes/cc-styles.el, progmodes/cc-vars.el: Fixed bug with
8038 incomplete initialization from the style variable fallbacks if
8039 there already is a style called "user" defined when CC Mode
8040 starts up for the first time.
8041
80422002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
8043
8044 * progmodes/cc-cmds.el, progmodes/cc-vars.el
8045 (c-comment-indent, c-indent-comment-alist): Added new variable
8046 `c-indent-comment-alist' to allow better control over
8047 `c-comment-indent'.
8048
80492002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
8050
8051 * progmodes/cc-align.el (c-lineup-C-comments): Try to match
8052 both `comment-start-skip' and the comment prefix on the
8053 current line with the comment starter, so that we line up
8054 comments which matches `c-comment-prefix-regexp' on the first
8055 line (after the `/') without the need to make
8056 `comment-start-skip' match whatever `c-comment-prefix-regexp' matches.
8057
8058 * progmodes/cc-mode.el, progmodes/cc-styles.el (c-common-init)
8059 (c-set-style-1, c-setup-paragraph-variables): Moved the
8060 variable initialization based on `c-comment-prefix-regexp' to
8061 a new function `c-setup-paragraph-variables', which is now
8062 used both at mode init and when a style that sets
8063 `c-comment-prefix-regexp' is activated.
8064
80652002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
8066
8067 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
8068 Better handling of C++ template args to avoid confusion with
8069 `<' and `>' used as operators in member init expressions.
8070
80712002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
8072
8073 * progmodes/cc-engine.el (c-most-enclosing-brace)
8074 (c-least-enclosing-brace): Added optional second arg to limit
8075 the search to before a certain point.
8076
8077 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed bug
8078 which could cause incorrect analysis if a cached state is used
8079 (usually only happens when an electric key reindents a line).
8080
80812002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
8082
8083 * progmodes/cc-defs.el (c-forward-comment): More idiosyncrasy
8084 insulation. This time for XEmacs 21.
8085
8086 * progmodes/cc-engine.el, progmodes/cc-langs.el:
8087 Improved handling of inheritance lists:
8088
8089 (c-beginning-of-inheritance-list): Rewritten to use a more
8090 syntactically correct method that doesn't get confused by
8091 badly placed linebreaks and comments.
8092
8093 (c-guess-basic-syntax): Several fixes to the handling of
8094 inheritance lists in combination with templates. 'inher-intro
8095 is now anchored on the start of the class declaration and not
8096 the indentation of the current line. Switched places on cases
8097 5D.3 and 5D.4 and made them use more syntactically correct methods.
8098
8099 (c-inher-key): Removed since the code in
8100 `c-guess-basic-syntax' now uses token-based search.
8101
8102 * progmodes/cc-cmds.el, progmodes/cc-mode.el (c-mode-menu):
8103 Added a submenu to access some toggles.
8104
8105 (c-toggle-syntactic-indentation): New function to toggle the
8106 variable `c-syntactic-indentation'.
8107
8108 * progmodes/cc-styles.el (c-set-style): Improved the error
8109 message for incorrect offsets a bit.
8110
81112002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
8112
8113 * progmodes/cc-cmds.el (c-indent-exp): Don't require that the
8114 sexp follows point immediately, instead find the closest
8115 following open paren that ends on another line.
8116
81172002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
8118
8119 * progmodes/cc-align.el (c-lineup-cascaded-calls):
8120 New indentation function.
8121
8122 * progmodes/cc-engine.el (c-beginning-of-macro): Bugfix for
8123 directives with whitespace between the '#' and the name.
8124
81252002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
8126
8127 * progmodes/cc-engine.el (c-forward-syntactic-ws)
8128 (c-backward-syntactic-ws): Handle line continuations as
8129 whitespace. Don't move past a macro if that'd take us past
8130 the limit.
8131
81322002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
8133
8134 * progmodes/cc-engine.el (c-beginning-of-macro)
8135 (c-forward-syntactic-ws): Multiline strings begin with `#"' in
8136 Pike, and that shouldn't be confused with a preprocessor directive.
8137
81382002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
8139
8140 * progmodes/cc-cmds.el: Extended the kludge to interoperate
8141 with the delsel and pending-del packages wrt to the new
8142 function `c-electric-delete-forward'.
8143
81442002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
8145
8146 * progmodes/cc-cmds.el (c-indent-exp): Keep the indentation of
8147 the block itself, i.e. only indent the contents in it.
8148
8149 * progmodes/cc-styles.el (c-set-style): Use the default
8150 argument to completing-read instead of initial-contents, if
8151 the function is recent enough to support it.
8152
81532002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
8154
8155 * progmodes/cc-mode.el (c-mode-help-address):
8156 Removed bug-gnu-emacs@gnu.org from the receiver list for bug reports.
8157 I've almost never seen a bug reported this way that should go
8158 to that list, but it's rather common that the reports concern
8159 the combination CC Mode and XEmacs instead.
8160
81612002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
8162
8163 * progmodes/cc-cmds.el (c-electric-paren): Fixed bug when both
8164 brace-elseif-brace and brace-catch-brace are active and
8165 there's a "else if"-block before the catch block.
8166
8167 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
8168 Detect function headers that span lines.
8169
81702002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
8171
8172 * progmodes/cc-cmds.el (c-electric-brace)
8173 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
8174 Check for last on line only for doing the auto-newline-mode
8175 stuff, not for the reindentation.
8176
8177 * progmodes/cc-cmds.el (c-electric-brace): Fixed bugs in the
8178 handling of c-syntactic-indentation: When it's nil, indent the
8179 new lines but don't reindent the current one. Reindent the
8180 line only when the inserted brace comes first on it, instead
8181 of last.
8182
8183 * progmodes/cc-cmds.el (c-electric-brace)
8184 (c-electric-semi&comma): Fixed two places where
8185 c-syntactic-indentation wasn't heeded.
8186
8187 * progmodes/cc-cmds.el (c-electric-pound): Don't be electric
8188 inside a macro.
8189
8190 * progmodes/cc-engine.el (c-backward-to-start-of-if): Try a
8191 little harder to find a fallback position when an orphan else
8192 is found. Fixed case where an else following a do-while
8193 statement could be associated with an if inside the do-while.
8194
81952002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
8196
8197 * progmodes/cc-cmds.el (c-guess-fill-prefix): Tuned the dwim
8198 for the fallback to add a single space after the comment prefix.
8199
8200 * progmodes/cc-cmds.el (c-indent-new-comment-line): Somewhat better
8201 behavior in some special cases, especially for single-line comments.
8202 Avoid breaking up a comment starter or ender.
8203
82042002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
8205
8206 * progmodes/cc-cmds.el (c-outline-level): Applied patch from
8207 the Emacs sources to make this work in invisible text.
8208
8209 * progmodes/cc-langs.el (c-switch-label-key): Fixed regexp to
8210 not be confused by a later ':' on the same line as the label.
8211
82122002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
8213
8214 * progmodes/cc-cmds.el, progmodes/cc-mode.el
8215 (c-electric-delete, c-electric-delete-forward):
8216 Split `c-electric-delete' into two functions where
8217 `c-electric-delete-forward' always deletes forward and
8218 `c-electric-delete' only contains the code necessary for
8219 XEmacs to choose between backward and forward deletion.
8220 `c-electric-delete-forward' is now bound to C-d to get the
8221 electric behavior on that key too.
8222
82232002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
8224
8225 * progmodes/cc-cmds.el (c-fill-paragraph): Fixed bogus direct
8226 use of c-comment-prefix-regexp, which caused an error when
8227 it's a list.
8228
82292002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
8230
8231 * progmodes/cc-mode.el, progmodes/cc-vars.el (c-common-init)
8232 (c-default-style): Removed the hardcoded switch to "java" style
8233 in Java mode. It's instead taken care of by the default value
8234 for c-default-style.
8235
82362002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
8237
8238 * progmodes/cc-align.el (c-lineup-math): Fix bug where lineup
8239 was triggered by equal signs in string literals.
8240
82412002-04-21 Kim F. Storm <storm@cua.dk>
8242
8243 * subr.el (insert-buffer-substring-no-properties): New function.
8244 (insert-buffer-substring-as-yank): New function.
8245
82462002-04-21 Glenn Morris <gmorris@ast.cam.ac.uk>
8247
8248 * scroll-all.el (minor-mode-alist): Fix usage of `scroll-all-mode'.
8249 (scroll-all-page-down-all, scroll-all-page-up-all) Remove `fkey-'
8250 prefix from scroll commands. Ignore end-of-buffer errors from
42fe2ab9 8251 other windows.
fe72c904 8252 (scroll-all-check-to-scroll): Remove `fkey-' prefix from scroll
f614a1ae 8253 commands.
f530a77b
SM
8254 (scroll-all-beginning-of-buffer-all, scroll-all-end-of-buffer-all):
8255 New functions.
fe72c904
CW
8256
8257 * files.el: (auto-mode-alist): .f95 files in f90-mode.
8258
8259 * progmodes/fortran.el: (fortran-beginning-do): Make regexp match
42fe2ab9 8260 a DO statement irrespective of numeric label.
fe72c904
CW
8261
82622002-04-20 Glenn Morris <gmorris@ast.cam.ac.uk>
8263
8264 * files.el (auto-save-file-name-transforms): Doc fix.
8265 Add third element to "uniquify" filenames.
8266 (make-auto-save-file-name): Use new element of
8267 auto-save-file-name-transforms.
8268 * startup.el (command-line): Add third element to
8269 auto-save-file-name-transforms.
8270
82712002-04-19 Stefan Monnier <monnier@cs.yale.edu>
8272
8273 * files.el (file-name-non-special): Don't mangle the 0'th arg and the
8274 return value of file-name-completion and file-name-all-completions.
8275
d9c25020 82762002-04-19 Glenn Morris <gmorris@ast.cam.ac.uk>
fe72c904
CW
8277
8278 * progmodes/f90.el: Update maintainer.
8279 (f90-line-continued): Recognize blank/comment lines embedded in
8280 continuation lines.
8281 (f90-looking-at-program-block-start): No extra indentation after
8282 function or subroutine keyword appears in single quotes.
8283
82842002-04-19 Miles Bader <miles@gnu.org>
8285
8286 * custom.el (customize-mark-to-save, customize-mark-as-set)
8287 (custom-quote): Moved here from `cus-edit.el'.
8288 * cus-edit.el (customize-mark-to-save, customize-mark-as-set)
8289 (custom-quote): Moved to `custom.el'.
8290
82912002-04-18 Richard M. Stallman <rms@gnu.org>
8292
8293 * facemenu.el (list-text-properties-at): Command deleted.
8294
8295 * rect.el (insert-rectangle): Use insert-for-yank.
8296
8297 * register.el (insert-register): Use insert-for-yank.
8298 (describe-register-1): Discard text props in yank-excluded-properties.
8299
8300 * toolbar/tool-bar.el (tool-bar-local-item-from-menu):
8301 Fix parts in construction of `menu-item' item at end.
8302
8303 * mail/mailabbrev.el (mail-mode-abbrev-table): Delete defvar.
8304
8305 * subr.el (insert-for-yank): New function.
8306
8307 * simple.el (yank-excluded-properties): New user option.
8308 (yank-pop, yank): Use insert-for-yank.
8309
83102002-04-19 Kim F. Storm <storm@cua.dk>
8311
8312 * simple.el (pop-to-mark-command): Do not set this-command.
8313 (set-mark-command): Always jump to mark when called with arg.
8314
83152002-04-18 Francesco Potorti` <pot@gnu.org>
8316
8317 * comint.el (comint-watch-for-password-prompt): Remove whitespace
8318 at the beginning of password prompts.
8319
83202002-04-18 Andrew Innes <andrewi@gnu.org>
8321
8322 * facemenu.el: Remove require of wid-edit.
8323
83242002-04-17 Colin Walters <walters@verbum.org>
8325
8326 * ibuffer.el (ibuffer-visit-buffer): Optionally allow reducing to
8327 one window.
8328 (ibuffer-visit-buffer-1-window): Simply call `ibuffer-visit-buffer'.
8329 (ibuffer-current-state-list): Reinstate optional argument; now
8330 just call `point' inside the mapping function.
8331
83322002-04-17 Francesco Potorti` <pot@gnu.org>
8333
8334 * dired-aux.el (dired-star-subst-regexp)
8335 (dired-quark-subst-regexp): New constants.
8336 (dired-do-shell-command, dired-shell-stuff-it): Use them.
8337 (dired-do-shell-command): Raise an error if both `*' and `?'
8338 substitution marks are used in the same command.
8339 (dired-shell-stuff-it): Substitute all instances of `*' and `?'
8340 in a command given via dired-do-shell-command.
8341
8342 * comint.el (comint-password-prompt-regexp): Match "Repeat passphrase".
8343
83442002-04-16 Jason Rumney <jasonr@gnu.org>
8345
8346 * international/mule-cmds.el (locale-preferred-coding-systems):
8347 Add "jpn".
8348
83492002-04-16 Eli Zaretskii <eliz@is.elta.co.il>
8350
8351 * term.el (term-emulate-terminal): Fix last change.
8352
5fe0ea6a 83532002-04-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
8354
8355 * bindings.el (mode-line-mode-menu): Update names to reflect
8356 latest changes.
8357
83582002-04-16 Mike Williams <mdub@bigfoot.com>
8359
8360 * textmodes/sgml-mode.el (sgml-at-indentation-p): Move to fix
8361 compilation error.
8362
83632002-04-16 Michael Kifer <kifer@cs.stonybrook.edu>
8364
8365 * viper-ex.el: Patch by Samuel Padgett. Copyright papers received.
8366 (viper-ex-print-buf-name): New variable.
8367 (viper-ex-print-buf): New variable.
8368 (ex-token-alist): Invoke ex-print on ":print" Ex commands.
8369 (ex-g-marks): New variable.
8370 (ex-print): New function.
8371 (ex-print-display-lines): New function.
8372
8373 * viper.el (viper-set-hooks): Add window-setup-hook, which sets
8374 the cursor color.
8375
8376 * ediff-util.el (ediff-cleanup-mess): Delete ctl window on exit
8377 when the window is not in its own frame.
8378 (ediff-clone-buffer-for-region-comparison): More robust window
8379 arrangement while prompting for regions to compare.
8380 (ediff-make-cloned-buffer): Use generate-new-buffer-name.
8381 (ediff-inferior-compare-regions): Deleted unused vars
8382 ctl-buf and quit-now.
8383
83842002-04-15 Richard M. Stallman <rms@gnu.org>
8385
8386 * facemenu.el (facemenu-add-new-face): Use this only for faces.
8387 Delete arg MENU.
8388 (facemenu-add-new-color): New function.
8389 (facemenu-set-foreground, facemenu-set-background):
8390 Use facemenu-add-new-color.
8391
83922002-04-15 Eli Zaretskii <eliz@is.elta.co.il>
8393
8394 * ediff-init.el (ediff-current-diff-face-A)
8395 (ediff-current-diff-face-B, ediff-current-diff-face-C)
8396 (ediff-current-diff-face-Ancestor, ediff-fine-diff-face-A)
8397 (ediff-fine-diff-face-B, ediff-fine-diff-face-C)
8398 (ediff-fine-diff-face-Ancestor, ediff-even-diff-face-A)
8399 (ediff-even-diff-face-B, ediff-even-diff-face-C)
8400 (ediff-even-diff-face-Ancestor, ediff-odd-diff-face-A)
8401 (ediff-odd-diff-face-B, ediff-odd-diff-face-C)
8402 (ediff-odd-diff-face-Ancestor): Add special color definitions for
8403 tty and MS-DOS displays.
8404
84052002-04-15 Andrew Innes <andrewi@gnu.org>
8406
8407 * facemenu.el: Require wid-edit.
8408
84092002-04-15 Miles Bader <miles@gnu.org>
8410
8411 * faces.el (highlight): Force foreground to be black on a tty, so
8412 this face is readable on a dark-background tty.
8413 * wid-edit.el (widget-field-face, widget-single-line-field-face):
8414 Likewise.
8415
84162002-04-14 Kim F. Storm <storm@cua.dk>
8417
8418 * simple.el (pop-to-mark-command, push-mark-command): New commands.
8419 (set-mark-command): Use them.
8420 Enhanced functionality when command is repeated:
8421 - If first command set the mark (no prefix arg), repeat temporarily
8422 enables transient-mark-mode.
8423 - If first command jumped to mark off ring (with argument),
8424 repeat (with or without arg) jump to next mark off ring.
8425 - Use C-u C-u prefix to set mark after jump.
8426 (exchange-point-and-mark): Temporarily enable transient-mark-mode
8427 if prefix arg.
8428
5fe0ea6a 84292002-04-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
8430
8431 * speedbar.el (speedbar-tag-hierarchy-method)
8432 (speedbar-toggle-updates, speedbar-toggle-images): Doc fixes.
8433
84342002-04-14 Mike Williams <mdub@bigfoot.com>
8435
8436 * textmodes/sgml-mode.el (sgml-parse-tag-backward): Fix to work at
8437 beginning of buffer.
8438
5fe0ea6a 84392002-04-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
8440
8441 * speedbar.el (speedbar-generic-item-info)
8442 (speedbar-sort-tags): Doc fix.
8443 (speedbar-add-supported-extension): Fix typo in interactive spec.
8444
84452002-04-13 Colin Walters <walters@verbum.org>
8446
8447 * ibuffer.el (ibuffer-forward-line): Just skip header if we're
8448 only moving one line forward.
8449 (ibuffer-map-lines): Preserve point position even if we delete
8450 lines. Only call mapping functions with buffer and mark
8451 arguments; the other two were unused.
8452 (ibuffer-redisplay, ibuffer-update): Always skip special areas.
8453
8454 * ibuf-macs.el, ibuf-ext.el: Update callers of `ibuffer-map-lines'.
8455
8456 * calc/calc-bin.el (math-format-radix-float): Use `when'.
8457
8458 * calc/calc.el (math-format-number): Load `calc-ext' before we
8459 call `math-group-float'.
8460
8461 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
8462 Renamed from `gamegrid-add-score'.
8463 (gamegrid-add-score-insecure): Restored from the old
8464 `gamegrid-add-score'.
8465 (gamegrid-add-score): Just dispatch on `system-type' to one of the
8466 previous two functions.
8467
5fe0ea6a 84682002-04-13 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
8469
8470 * iswitchb.el: Update commentary to include new function
8471 iswitchb-exclude-nonmatching.
8472
84732002-04-12 John Wiegley <johnw@gnu.org>
8474
8475 * eshell/esh-ext.el (eshell-script-interpreter): Fix for CRLF
8476 operating systems to the regexp used to detect a script's interpreter.
8477
84782002-04-12 Eli Zaretskii <eliz@is.elta.co.il>
8479
8480 * frame.el (frames-on-display-list): Use `equal' to compare the
8481 `display' frame parameter to the argument DISPLAY.
8482
84832002-04-12 Dave Love <fx@gnu.org>
8484
8485 * help.el (string-key-binding): Deal with margin events.
8486
84872002-04-12 Francesco Potorti` <pot@gnu.org>
8488
8489 * comint.el (comint-password-prompt-regexp): Match " SMB password".
8490
84912002-04-11 Stefan Monnier <monnier@cs.yale.edu>
8492
8493 * sort.el (sort-reorder-buffer): Don't assume point-min == 1.
8494
8495 * xt-mouse.el (xterm-mouse-mode): Use define-minor-mode.
8496
8497 * emacs-lisp/lucid.el (device-class, buffer-syntactic-context)
8498 (buffer-syntactic-context-depth): New funs.
8499
8500 * emacs-lisp/edebug.el (edebug-eval-defun): Don't use defconst
8501 on variables.
8502
8503 * emacs-lisp/debug.el (debug-on-entry): Use push.
8504 (debugger-make-xrefs): Don't assume point-min == 1.
8505
8506 * progmodes/cc-engine.el (c-backward-to-start-of-if):
8507 Don't assume point-min == 1.
8508
8509 * progmodes/etags.el (etags-verify-tags-table, etags-snarf-tag)
8510 (etags-list-tags, etags-tags-apropos, select-tags-table):
8511 Don't assume point-min == 1.
8512
85132002-04-12 Mike Williams <mdub@bigfoot.com>
8514
8515 * textmodes/sgml-mode.el (sgml-guess-indent): New function.
8516
85172002-04-11 Stefan Monnier <monnier@cs.yale.edu>
8518
8519 * textmodes/fill.el (fill-context-prefix): Fix up last change.
8520
8521 * simple.el (line-move): Use memq rather than or.
8522 (transpose-sexps): Don't presume as much of forward-sexp's behavior.
8523 (do-auto-fill): Use fill-move-to-break-point.
8524 (syntax-code-table): Remove.
8525
8526 * textmodes/fill.el (canonically-space-region): Obey sentence-end.
8527 Don't add spaces at end of sentences at end of line.
8528 (fill-move-to-break-point): Make sure the result is always greater
8529 than linebeg, so we ensure forward progress.
8530 (fill-region-as-paragraph): Compare to `to' rather than eobp.
8531 (fill-paragraph): Don't rebind fill-paragraph-function.
8532
5fe0ea6a 85332002-04-11 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
8534
8535 * menu-bar.el (menu-bar-adv-search-menu): Add incremental search.
8536
85372002-04-11 Andreas Schwab <schwab@suse.de>
8538
8539 * files.el (file-name-non-special): Handle return value of t from
8540 `file-name-completion'.
8541
85422002-04-10 Stefan Monnier <monnier@cs.yale.edu>
8543
8544 * textmodes/fill.el (fill-context-prefix): Match the two prefixes
8545 differently to avoid pathological exponential-time case.
8546 (adaptive-fill-regexp): Add ! and %.
8547 (fill-delete-prefix): Remove indentation while removing prefix.
8548 (fill-delete-newlines): Obey sentence-end.
8549 (fill-move-to-break-point, fill-newline): New functions extracted
8550 from fill-region-as-paragraph.
8551 (fill-region-as-paragraph): Use them.
8552 Don't fiddle with fill-indent-according-to-mode.
8553
85542002-04-10 Colin Walters <walters@verbum.org>
8555
8556 * play/snake.el (snake-score-file): Default to just "snake-scores".
8557
8558 * play/tetris.el (tetris-score-file): Likewise.
8559
8560 * play/gamegrid.el (gamegrid-add-score): Rewrite from scratch to
8561 use `update-game-score'.
8562
8563 * ibuffer.el (ibuffer-canonicalize-state-list): Delete unused function.
8564 (ibuffer-current-buffers-with-marks): Don't call `buffer-list'
8565 ourselves; take it as an argument. Caller updated.
8566 (ibuffer-mode): Make mode-class special.
8567
85682002-04-10 Richard M. Stallman <rms@gnu.org>
8569
8570 * dired.el (dired-view-command-alist): New variable.
8571 (dired-view-file): Use external viewers for some files names.
8572
8573 * mouse.el (mouse-drag-region-1): Display region highlight
8574 only in the selected window.
8575
8576 * subr.el (remove-hook): When there are no more local hooks,
8577 kill the buffer-local value.
8578
8579 * isearch.el (isearch-mode): Don't call make-frame-visible
8580 if frame is already visible.
8581
8582 * cus-face.el (custom-face-attributes): Fix typo in `ultra-bold'.
8583
85842002-04-09 Emmanuel Briot <briot@act-europe.fr>
8585
8586 * progmodes/ada-prj.el: Add support for the new project file
d78b64a0
SM
8587 fields: gnatfind-opt, debug-pre-cmd and debug-post-cmd.
8588 Fix widget handling for Emacs 21. ada-mode now only supports a single
fe72c904
CW
8589 active project file, instead of one per buffer. This is far less
8590 confusing.
8591
f530a77b 8592 * progmodes/ada-stmt.el: Menu changed from Statements to Templates.
fe72c904
CW
8593 (ada-func-or-proc-name): Get real subprogram name, after change in
8594 ada-mode.el.
8595
8596 * progmodes/ada-xref.el: Ada-mode no longer supports a different
8597 project file per buffer. This was too complex. Instead, there is
8598 now a single active project file at any given time, and the user
8599 can switch the active one through the Ada menu. This revision
8600 also provides better handling of the Windows command line, and the
8601 various available shells on that platform. ada-mode is now fully
8602 integrated with the GNU visual debugger gvd, see
8603 http://libre.act-europe.fr.
f530a77b
SM
8604 (ada-prj-default-comp-opt): Use the new GNAT switch -gnatQ.
8605 This is only available with GNAT 3.14.
fe72c904
CW
8606 (ada-prj-gnatfind-switches, ada-cd-command): New variable.
8607 (ada-quote-cmd): New function.
8608 (ada-initialize-runtime-library): Get the location of the actual
8609 runtime the compiler will be using, including support for
8610 cross-platform environments.
8611 (ada-treat-cmd-string): Add support for the new variable
8612 ${full_current} add support for debug-pre-cmd and debug-post-cmd,
8613 two commands to run just prior to running the debugger, and just
8614 after starting it. This provide better support for cross-platform
8615 and remote debugging.
8616 (ada-get-absolute-dir): Remove, replace with expand-file-name.
8617 (ada-gdb-application): New parameter executable-name.
8618 (ada-get-ali-file-name): Better handling of separate packages.
8619 Checkin on behalf of the ada-mode maintainer.
8620
8621 * progmodes/ada-mode.el (ada-case-exception-file)
8622 (ada-indent-handle-comment-special): New variables.
8623 (ada-case-exception-substring): New variable. Casing exceptions
8624 can now also be defined for substrings, in addition to full
8625 identifier names. This provides more flexibility.
f530a77b 8626 (ada-align-list): New fun, provide support for align.el in ada-mode.
fe72c904
CW
8627 (ada-procedure-start-regexp): Add support for operators and
8628 generic formal subprograms and packages.
8629 (ada-imenu-comment-re): New variable.
8630 (ada-imenu-generic-expression): Add support for protected types.
8631 (ada-mode): Set comment-start only after running ada-mode-hook, so
f530a77b
SM
8632 that the user can change ada-comment-start in the hook.
8633 Add support for ispell in comments. Add support for align.el.
fe72c904
CW
8634 (ada-save-exception-file, ada-create-case-exception-substring)
8635 (ada-adjust-case-substring): New functions.
f530a77b 8636 (ada-get-current-indent): Properly handles keywords with uppercases.
fe72c904
CW
8637 (ada-goto-matching-end): Rewritten, fixes problems in the handling
8638 of nested blocks.
f530a77b 8639 (ada-untab-hard): Do not touch the contents of comments and strings.
fe72c904
CW
8640
86412002-04-09 Mike Williams <mdub@bigfoot.com>
8642
8643 * textmodes/sgml-mode.el (sgml-lexical-context):
8644 Use sgml-parse-tag-backward to find start point.
8645 (sgml-looking-back-at): Doc fix.
8646
5fe0ea6a 86472002-04-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
8648
8649 * isearch.el (isearch-message-prefix): Use minibuffer-prompt face
8650 for prompt.
8651
86522002-04-08 Stefan Monnier <monnier@cs.yale.edu>
8653
8654 * autorevert.el (auto-revert-mode, global-auto-revert-mode):
8655 Use define-minor-mode.
8656 (auto-revert-buffers): Use with-current-buffer.
8657 Avoid changing the minor modes.
8658
8659 * international/iso-acc.el (iso-accents-accent-key): Use `vector'
8660 rather than char-to-string since last-input-char can be any event.
8661
8662 * international/titdic-cnv.el (tit-dictionary):
8663 Use defvar for non-constants.
8664
8665 * progmodes/cwarn.el (global-cwarn-mode): Use define-minor-mode.
8666 (global-cwarn-mode): Use easy-mmode-define-global-mode.
8667 (cwarn-font-lock-keywords): New function.
8668 Replaces cwarn-font-lock-remove-keywords cwarn-font-lock-add-keywords.
8669 (cwarn-font-lock-match): New macro.
8670 (cwarn-font-lock-match-assignment-in-expression)
8671 (cwarn-font-lock-match-dangerous-semicolon)
8672 (cwarn-font-lock-match-reference): Use it.
8673
8674 * progmodes/cperl-mode.el (cperl-make-face, cperl-force-face):
8675 Use defvar rather than defconst since it's meant to be settable.
8676 (cperl-syntax-done-to): Don't hardcode 1 as (point-min).
8677 (cperl-fix-line-spacing): Add missing \ in [ t].
8678
8679 * loadup.el: Call ucs-unify-8859 directly rather than
8680 unify-8859-on-encoding-mode.
8681 (fns-*.el): Don't use it anymore. Keep the load-history in purespace.
8682
8683 * textmodes/sgml-mode.el (sgml-comment-indent-new-line): New fun.
8684 (sgml-mode): Use it for comment-line-break-function.
8685
86862002-04-08 Jason Rumney <jasonr@gnu.org>
8687
8688 * international/mule-cmds.el (reset-language-environment):
8689 Handle coding-systems not being defined yet.
8690
86912002-04-08 Sam Steingold <sds@gnu.org>
8692
8693 * vc-cvs.el (vc-cvs-valid-version-number-p): New function.
8694 (vc-cvs-checkin): Use it.
8695
5fe0ea6a 86962002-04-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
8697
8698 * files.el (display-time-string): Fix last change.
8699
87002002-04-07 Sam Steingold <sds@gnu.org>
8701
8702 * vc-cvs.el (vc-cvs-checkin): Pass the required argument to `error'.
8703
87042002-04-07 Jason Rumney <jasonr@gnu.org>
8705
8706 * international/mule-cmds.el (set-default-coding-systems)
8707 (reset-language-environment): Preserve eols on
8708 default-process-coding-system.
8709 (coding-system-change-text-conversion): Fix case where CODING is nil.
8710
5fe0ea6a 87112002-04-07 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
8712
8713 * subr.el (play-sound): Move here from simple.el.
8714
8715 * simple.el (play-sound): Move to subr.el.
8716
87172002-04-06 Richard M. Stallman <rms@gnu.org>
8718
8719 * files.el (display-time-string-forms): Mark as risky.
8720
8721 * enriched.el (enriched-decode-foreground, enriched-decode-background):
8722 Use proper format for desired elts of `face' property.
8723 Don't test display-color-p; make the properties unconditionally.
8724
8725 * progmodes/compile.el (compilation-error-regexp-alist):
8726 New alternatives for FILE:LINE.COL and for ranges of columns and lines.
8727
87282002-04-06 Per Abrahamsen <abraham@dina.kvl.dk>
8729
8730 * progmodes/cc-vars.el (c-block-comment-prefix): Specify :value
8731 for customization type.
8732 Reported by Mattias Fredsberg <mattias.fredsberg@active-tv.com>.
8733
87342002-04-06 Mike Williams <mdub@bigfoot.com>
8735
8736 * textmodes/xml-lite.el: Remove.
8737
5fe0ea6a 87382002-04-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
8739
8740 * simple.el (play-sound): New function (uses play-sound-internal).
8741
87422002-04-04 Richard M. Stallman <rms@gnu.org>
8743
8744 * files.el (mode-line-format, mode-line-modified)
8745 (mode-line-mule-info, mode-line-buffer-identification)
8746 (mode-line-modes, mode-line-position): Explicitly mark as risky.
8747 (hack-one-local-variable): Don't recognize "mode-line-..." as risky.
8748
8749 * calendar/solar.el (solar-northern-spring-or-summer-season): Doc fix.
8750
8751 * mail/mailabbrev.el (mail-abbrev-make-syntax-table):
8752 Use (syntax-table), not old-syntax-table.
8753
8754 * enriched.el (enriched-decode-foreground)
8755 (enriched-decode-background): Don't call facemenu-get-face.
8756
87572002-04-04 Mike Williams <mdub@bigfoot.com>
8758
8759 * textmodes/sgml-mode.el: Add missing require.
8760 (sgml-lexical-context): Fix up CDATA detection for boundary cases.
8761
5fe0ea6a 87622002-04-03 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
fe72c904
CW
8763
8764 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line): Move to
8765 spot indicated by text property `cvs-goal-column', if present.
8766
8767 * pcvs-info.el (cvs-fileinfo-pp): Use text property
8768 `cvs-goal-column' to indicate position of file name (if present).
8769
87702002-04-03 Richard M. Stallman <rms@gnu.org>
8771
8772 * mail/mailabbrev.el (mail-abbrev-complete-alias):
8773 Call mail-abbrev-make-syntax-table.
8774
8775 * format.el (format-deannotate-region): Doc fix.
8776
8777 * enriched.el (enriched-face-ans): Delete special treatment
8778 for fg:... and bg:... faces.
8779 (enriched-decode-foreground): Return a list that specifies
8780 the foreground color, rather than creating a face.
8781 (enriched-decode-background): Likewise.
8782
8783 * shell.el (shell-mode): Don't reinit comint-input-ring
8784 if that was already done.
8785
87862002-04-03 Edward M. Reingold <reingold@emr.cs.iit.edu>
8787
8788 * solar.el (solar-spring-or-summer-season): Delete.
8789 (solar-northern-spring-or-summer-season): New variable.
8790 (solar-sunrise-and-sunset, solar-moment, solar-sunrise-sunset):
8791 Rewrite.
8792
8793 * solar.el (diary-sabbath-candles-minutes): New variable.
8794 (diary-sabbath-candles): Use it instead of fixed 18 minutes.
8795
8796 * calendar.el (update-calendar-mode-line): Force mode-line update.
8797 Make date under the cursor available as `date' in
8798 calendar-mode-line-format.
8799 Eval items in calendar-mode-line-format list.
8800
8801 * cal-tex.el (cal-tex-hook, cal-tex-year-hook, cal-tex-month-hook)
8802 (cal-tex-week-hook, cal-tex-daily-hook): Add doc strings.
8803
8804 * cal-tex.el (cal-tex-latexify-list): Fix doc string.
8805
8806 * cal-tex.el (cal-tex-insert-day-names): LaTeXify day names.
8807 (cal-tex-cursor-week-iso, cal-tex-week-hours, cal-tex-weekly4-box)
8808 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
8809 (cal-tex-daily-page, cal-tex-mini-calendar): LaTeXify day names.
8810
8811 * cal-tex.el: Change all instances (interactive "P") to
8812 (interactive "p").
8813 (cal-tex-cursor-month): Add hfill and newline at end of month that
8814 ended on Saturday.
8815 (cal-tex-preamble): Change to LaTeX2e.
8816 (cal-tex-cursor-filofax-year): Don't use default month names in
8817 LaTeX macros in case user changes them.
8818 (cal-tex-month-name): New function. Used throughout in case user
8819 has done something funny with month names.
8820
8821 * cal-hebrew.el (holiday-rosh-hashanah-etc): Spelling correction.
8822 (diary-rosh-hodesh): Spelling correction.
8823
88242002-04-03 Mike Williams <mdub@bigfoot.com>
8825
8826 * textmodes/sgml-mode.el (sgml-lexical-context)
8827 (sgml-parse-tag-backward): Extend support for CDATA to include
8828 conditional sections.
8829
5fe0ea6a 88302002-04-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
8831
8832 * cus-start.el: Rename `autoselect-window' to
8833 `mouse-autoselect-window'.
8834
88352002-04-02 Richard M. Stallman <rms@gnu.org>
8836
8837 * files.el (hack-one-local-variable):
8838 Clear text props from string value.
8839
88402002-04-02 Stefan Monnier <monnier@cs.yale.edu>
8841
8842 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
8843 (f90-procedures-re, f90-operators-re, f90-hpf-keywords-re):
8844 Use regexp-opt.
8845 (f90-keywords-re, f90-keywords-level-3-re): Add `pure' and `elemental'
8846 from F95.
8847 (f90-procedures-re): Add `null' and `cpu_time' from F95.
8848 (f90-font-lock-keywords-1): Minor reorganization so we don't need
8849 `override' any more.
8850 (f90-font-lock-keywords-3): Use `keep' rather than `override'.
8851 (f90-indent-subprogram): Use indent-region.
8852 (f90-break-line): Use indent-according-to-mode.
8853
88542002-04-02 Mike Williams <mdub@bigfoot.com>
8855
8856 * textmodes/sgml-mode.el (sgml-close-tag): Rename from
8857 sgml-insert-end-tag. Simplify by using sgml-lexical-context.
8858 (sgml-get-context): Remove use of sgml-inside-tag-p.
8859 (sgml-inside-tag-p): Remove.
8860 (sgml-looking-back-at): Short-circuit at beg of buffer.
8861 (sgml-lexical-context, sgml-calculate-indent): Add support for
8862 CDATA sections.
8863
88642002-04-01 Stefan Monnier <monnier@cs.yale.edu>
8865
8866 * help.el (help-key-description): New fun.
8867 (describe-key-briefly, describe-key): Use it and
8868 this-single-command-raw-keys plus new arg `untranslated'.
8869
8870 * textmodes/sgml-mode.el (sgml-at-indentation-p, sgml-tag)
8871 (sgml-parse-tag-name, sgml-looking-back-at, sgml-parse-tag-backward)
8872 (sgml-inside-tag-p, sgml-get-context, sgml-show-context)
8873 (sgml-insert-end-tag): New funs taken from xml-lite.el.
8874 (sgml-calculate-indent): Use them.
8875 (sgml-slash-matching): Rename from sgml-slash.
8876 (sgml-slash): Copied from xml-lite and changed to use
8877 sgml-slash-matching and sgml-quick-keys.
8878
8879 * international/mule-cmds.el (standard-keyboard-coding-systems):
8880 Add koi8-u and koi8-r.
8881
8882 * eshell/.cvsignore: New file.
8883
8884 * eshell/esh-groups.el: Remove.
8885
8886 * progmodes/tcl.el: Change maintainer.
8887 (tcl-electric-hash-style): Change default to nil.
8888 (tcl-imenu-generic-expression): Use tcl-proc-regexp.
8889 (tcl-do-auto-fill): Remove.
8890 (tcl-auto-fill-mode): Rewrite using comment-auto-fill-only-comments.
8891
88922002-04-01 Mike Williams <mdub@bigfoot.com>
8893
8894 * textmodes/sgml-mode.el: Doc fixes.
8895 (sgml-mode): Set indent-line-function to sgml-indent-line.
8896 (sgml-calculate-indent): Add an explicit check for 'text syntax,
8897 to protect against future enhancements to sgml-lexical-context.
8898 (sgml-empty-tag-p, sgml-unclosed-tag-p): New funcs.
8899
8900 * textmodes/xml-lite.el: Removed much redundant stuff.
8901 (xml-lite-parse-tag-backward): Simplify parsing by assuming we
8902 always start within text. Make use of sgml-unclosed-tag-p.
8903
5fe0ea6a 89042002-04-01 Ville Skytt\e,Ad\e(B <ville.skytta@xemacs.org>
fe72c904
CW
8905
8906 * tcl.el (tcl-imenu-generic-expression): New value.
8907 (tcl-imenu-create-index-function): Function deleted.
8908 (tcl-mode): Check for filladapt-mode.
8909 Use tcl-imenu-generic-expression instead of
8910 tcl-imenu-create-index-function.
8911 (inferior-tcl-mode): Doc fix.
8912 Change not legally significant.
8913
5fe0ea6a 89142002-04-01 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
8915
8916 * cus-start.el: Rename `x-autoselect-window' to `autoselect-window'.
8917
8918 * window.el (handle-select-window): New function.
8919 Update copyright.
8920
89212002-04-01 Richard M. Stallman <rms@gnu.org>
8922
8923 * info.el (info-tool-bar-map): Use tool-bar-local-item-from-menu.
8924
8925 * toolbar/tool-bar.el (tool-bar-local-item): Renamed from
8926 tool-bar-add-item, and new arg MAP.
8927 (tool-bar-add-item): Now calls tool-bar-local-item.
8928 (tool-bar-local-item-from-menu): Renamed from
8929 tool-bar-add-item-from-menu, and new arg IN-MAP.
8930 (tool-bar-add-item-from-menu): Now calls tool-bar-local-item-from-menu.
8931
8932 * help-fns.el (help-with-tutorial): Allow various ways
8933 to specify the text in the [...] line, in handling the <...> line.
8934
8935 * progmodes/idlw-rinfo.el (idlwave-system-routines):
8936 WOLRDTITLE => WORLDTITLE. SUPRESS_VALUE => SUPPRESS_VALUE.
8937
8938 * subr.el (redraw-modeline): Define alias.
8939
89402002-03-31 Richard M. Stallman <rms@gnu.org>
8941
8942 * files.el (file-expand-wildcards): Use save-match-data.
8943
8944 * files.el (format-alist): Mark as risky.
8945
8946 * simple.el (kill-new): Doc fix.
8947
8948 * emacs-lisp/byte-opt.el (side-effect-free-fns)
8949 (side-effect-and-error-free-fns): Add many functions, remove some.
8950
89512002-03-30 Richard M. Stallman <rms@gnu.org>
8952
8953 * menu-bar.el (menu-bar-tools-menu): Rename gdb item to say GDB.
8954
89552002-03-30 Eli Zaretskii <eliz@gnu.org>
8956
8957 * font-lock.el (save-buffer-state): Fix last change.
8958
8959 * files.el (auto-save-file-name-transforms): Fix last change.
8960
8961 * startup.el (command-line): Fix last change.
8962
89632002-03-29 Richard M. Stallman <rms@gnu.org>
8964
8965 * subr.el (play-sound-file): Moved to simple.el.
8966
8967 * simple.el (play-sound-file): Moved from subr.el, made unconditional.
8968
89692002-03-29 Colin Walters <walters@verbum.org>
8970
8971 * ibuffer.el (ibuffer-mark-interactive): Use `ibuffer-forward-line'
8972 instead of `forward-line'.
8973 (ibuffer-forward-line): Be sure to skip over special properties
8974 before moving, too.
8975
8976 * calc/calc.el (calc-was-split): Var deleted.
8977 (calc): Remove reference to it.
8978 (calc): Ditto.
8979 (calc-quit): Ditto.
8980 (calc-init-base): Ditto.
8981
8982 * calc/calc-misc.el (calc-delete-windows-keep): Function deleted.
8983
89842002-03-29 Stefan Monnier <monnier@cs.yale.edu>
8985
8986 * textmodes/sgml-mode.el (sgml-lexical-context): Return (text . START)
8987 instead of nil when point is outside of any tag.
8988 (sgml-beginning-of-tag): Adjust to the change.
8989 (sgml-calculate-indent): Use the new info returned by
8990 sgml-lexical-context. Try to handle unclosed tags.
8991
8992 * textmodes/xml-lite.el (xml-lite-get-context): Don't stop parsing
8993 at unclosed tags unless it is at indentation.
8994 Kill nested unclosed tags.
8995 (xml-lite-calculate-indent, xml-lite-indent-line): Remove.
8996 (xml-lite-mode): Use sgml-indent-line instead.
8997
89982002-03-29 Eli Zaretskii <eliz@is.elta.co.il>
8999
9000 * files.el (auto-save-file-name-transforms): Don't run "\\2" via
9001 expand-file-name.
9002
9003 * startup.el (command-line): Recompute auto-save-file-name-transforms
9004 using the updated value of temporary-file-directory.
9005
90062002-03-29 Stefan Monnier <monnier@cs.yale.edu>
9007
9008 * textmodes/xml-lite.el (xml-lite-get-context): Allow stopping
9009 even with an empty context. Don't save excursion any more.
9010 Don't complain about unmatched start-tags in sgml-unclosed-tags.
9011 Ignore end-tags in sgml-empty-tags.
9012 (xml-lite-get-context, xml-lite-calculate-indent)
9013 (xml-lite-insert-end-tag): Save excursion around xml-lite-get-context.
9014 (xml-lite-indent-line): Use back-to-indentation.
9015
9016 * textmodes/sgml-mode.el (sgml-basic-offset): New var.
9017 (sgml-name-re, sgml-attrs-re): New consts.
9018 (sgml-tag-name-re, sgml-start-tag-regex, sgml-font-lock-keywords-1)
9019 (sgml-mode): Use them.
9020 (sgml-lexical-context): Default to (point-min) if nothing else works.
9021 (sgml-calculate-indent): Indent slightly differently.
9022 (sgml-indent-line): Use back-to-indentation.
9023 (sgml-parse-dtd): New function.
9024 (sgml-unclosed-tags): New var.
9025 (html-mode): Set it.
9026
90272002-03-29 Simon Marshall <simon.marshall@misys.com>
9028
9029 * font-lock.el (save-buffer-state): Use make-symbol to bind `modified'.
9030
90312002-03-29 Richard M. Stallman <rms@gnu.org>
9032
9033 * dired-aux.el (dired-do-query-replace-regexp, dired-do-search):
9034 Use FILTER arg in dired-get-marked-files to exclude directories.
9035 (dired-nondirectory-p): New function.
9036
9037 * dired.el (dired-get-marked-files): New arg FILTER
9038 allows selection of some files.
9039
9040 * progmodes/tcl.el (tcl-imenu-create-index-function): Doc fix.
9041
90422002-03-29 Eric M. Ludlam <eric@siege-engine.com>
9043
9044 * speedbar.el (speedbar-default-directory-list): Made robust
9045 against deleted directories.
9046
90472002-03-28 Richard M. Stallman <rms@gnu.org>
9048
9049 * dired.el (dired-toggle-marks): Renamed from dired-do-toggle.
9050 Bindings changed.
9051
9052 * progmodes/compile.el (compilation-handle-exit):
9053 If compilation-window-height is 0, display status in echo area.
9054
9055 * simple.el (line-move-to-column): Don't call move-to-column if COL=0.
9056
9057 * rect.el (replace-rectangle): Add autoload.
9058
9059 * files.el: Mark many more variables as risky.
9060 (hack-one-local-variable): Recognize several additional
9061 patterns as risky.
9062
9063 * bindings.el (mode-line-mule-info): Use :propertize, not :eval.
9064
90652002-03-28 Stefan Monnier <monnier@cs.yale.edu>
9066
9067 * textmodes/xml-lite.el (xml-lite-in-string-p):
9068 Use sgml-lexical-context.
9069 (xml-lite-parse-tag-backward): Use sgml-tag-syntax-table.
9070 (xml-lite-get-context): Check that open/close tags match.
9071 Don't stop scanning while we're ignoring matching tags.
9072
9073 * textmodes/sgml-mode.el (sgml-make-syntax-table): New fun.
9074 (sgml-mode-syntax-table): Use it.
9075 (sgml-tag-syntax-table, sgml-tag-name-re): New const.
9076 (sgml-tags-invisible): Use it.
9077 (sgml-lexical-context): New fun.
9078 (sgml-maybe-end-tag, sgml-beginning-of-tag): Use it.
9079 (sgml-quote): Accept \n as entity reference terminator.
9080 (sgml-calculate-indent, sgml-indent-line): New funs.
9081
90822002-03-28 Andre Spiegel <spiegel@gnu.org>
9083
9084 * vc-cvs.el (vc-cvs-global-switches): New user option.
9085 (vc-cvs-command): New function. Update all callers of
9086 `vc-do-command' in vc-cvs.el to use this instead.
9087
90882002-03-27 Andrew Innes <andrewi@gnu.org>
9089
9090 * makefile.w32-in (bootstrap-clean-SH): Use for loop, instead of
9091 relying on shell globbing.
9092
90932002-03-27 Colin Walters <walters@debian.org>
9094
9095 * ibuffer.el (ibuffer-help-buffer-modes): New variable.
9096 (ibuffer-fontification-alist): Use it.
9097 (ibuffer-backward-line): Handle `ibuffer-summary' area.
9098 (ibuffer-forward-line): Ditto.
9099
9100 * ibuf-ext.el (sorter mode-name): Doc fix.
9101 (ibuffer-mark-help-buffers): Use `ibuffer-help-buffer-modes'.
9102 (operation query-replace): Use new `noerror' arg for
9103 `query-replace-read-args'.
9104 (operation query-replace-regexp): Ditto.
9105
91062002-03-27 Stefan Monnier <monnier@cs.yale.edu>
9107
9108 * textmodes/xml-lite.el: Fix copyright notice.
9109 (xml-lite-basic-offset): Rename from xml-lite-indent-offset.
9110 (xml-lite-indent-comment-offset): Remove.
9111 (xml-lite-calculate-indent): Use new name. Use natural alignment
9112 for comments.
9113 (xml-lite-in-string-p): Simplify.
9114
5fe0ea6a 91152002-03-27 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
9116
9117 * allout.el (outline-layout): Doc fix.
9118
91192002-03-27 Stefan Monnier <monnier@cs.yale.edu>
9120
9121 * textmodes/xml-lite.el: Don't require `custom'.
9122 (xml-lite-parse-tag-name): Properly treat non-ASCII chars.
9123 (xml-lite-parse-tag-backward): Obey sgml-empty-tags.
9124 (xml-lite-get-context): Drop nested tags not just for comments.
9125 (xml-lite-indent-line): Be more careful about moving point.
9126 (xml-lite-insert-end-tag, xml-lite-slash):
9127 Use indent-according-to-mode instead of xml-lite-indent-line.
9128 (xml-lite-mode): Make xml-lite-orig-indent-line-function buffer-local.
9129 Set sgml-xml-mode. Don't call force-mode-line-update.
9130 (xml-lite-mode-map): Don't bind TAB.
9131
91322002-03-27 Zoltan Kemenczy <zoltan@ieee.org>
9133
9134 * gud.el (gud-jdb-sourcepath): New variable, saves jdb -sourcepath
9135 parameter value.
9136 (gud-jdb-build-source-files-list): Comment clarification.
9137 (gud-jdb-massage-args): Reworked into loop-based argument list
9138 processing in order to support -classpath and -sourcepath argument
9139 processing.
9140 (gud-jdb-find-source-using-classpath): Prepend gud-jdb-sourcepath
9141 to gud-jdb-classpath to obtain search list.
9142 (gud-jdb-parse-classpath-string): Remove any trailing slashes from
9143 directory names in classpath/sourcepath lists, update comment.
9144 (jdb): Add setting of gud-jdb-sourcepath, update comment.
9145 (gud-find-class): Add gud-jdb-sourcepath use, and correct
9146 behaviour for the case when classpath is not used--backward
9147 compatibility fix.
9148
91492002-03-27 Eli Zaretskii <eliz@is.elta.co.il>
9150
9151 * Makefile.in (compile, compile-always): Don't try to compile
9152 non-existent files or files in empty directories.
9153
91542002-03-26 Michael Ernst <mernst@alum.mit.edu>
9155
9156 * compare-w.el (compare-windows-whitespace): Match all whitespace.
9157
9158 * emacs-lisp/shadow.el (list-load-path-shadows): Only ignore last
9159 copy of standard Lisp directories.
9160
9161 * tar-mode.el (tar-header-block-summarize, tar-get-descriptor):
9162 Support "next has longname" link type.
9163
91642002-03-26 Stefan Monnier <monnier@cs.yale.edu>
9165
9166 * textmodes/xml-lite.el (xml-lite-at-indentation-p): Move.
9167 (xml-lite-in-string-p, xml-lite-looking-back-at, xml-lite-looking-at):
9168 New functions.
9169 (forward-xml-tag, backward-xml-tag, beginning-of-xml-tag)
9170 (end-of-xml-tag): Remove.
9171 (xml-lite-get-context): Better handling of comments.
9172 (xml-lite-calculate-indent): Use xml-lite-in-string-p.
9173 (xml-lite-parse-tag-backward): Rewrite.
9174
91752002-03-26 Juanma Barranquero <lektu@terra.es>
9176
9177 * makefile.w32-in (WINS): Add the toolbar directory.
9178
91792002-03-26 Richard M. Stallman <rms@gnu.org>
9180
9181 * subr.el (substring-no-properties): Function deleted (now in C).
9182
5fe0ea6a 91832002-03-25 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
9184
9185 * mwheel.el (mouse-wheel-mode): Use global-set-key and
9186 global-unset-key.
9187
91882002-03-24 Richard M. Stallman <rms@gnu.org>
9189
9190 * mail/rmail.el (rmail-resend): Call mail-abbrev-make-syntax-table.
9191
9192 * progmodes/etags.el (tags-query-replace): Pass t for NOERROR
9193 to query-replace-read-args.
9194
9195 * progmodes/compile.el (compilation-forget-errors):
9196 Don't adjust compilation-parsing-end if it's nil.
9197
9198 * replace.el (query-replace-read-args): New optional arg NOERROR.
9199 (perform-replace): Use save-window-excursion around recursive edit.
9200
92012002-03-24 Colin Walters <walters@verbum.org>
9202
9203 * ibuffer.el (ibuffer): If the user has `ibuffer-use-other-window'
9204 non-nil, then always use another window.
9205
92062002-03-24 Gerd Moellmann <gerd@gnu.org>
9207
9208 * subr.el (macro-declaration-function): New function. Set the
9209 variable macro-declaration-function to it.
9210
9211 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
9212 Handle declarations in macro definitions.
9213
92142002-03-24 Eli Zaretskii <eliz@is.elta.co.il>
9215
9216 * facemenu.el (facemenu-get-face): Remove unused variable `foreground'.
9217
9218 * enriched.el (enriched-face-ans): Support FACE of the form
9219 (:foreground COLOR) and (:background COLOR).
9220 (enriched-decode-foreground, enriched-decode-background): Set the
9221 fore- and background colors of the faces we create, since facemenu
9222 doesn't.
9223
5fe0ea6a 92242002-03-24 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
9225
9226 * mwheel.el (mouse-wheel-mode): Use the result of
9227 current-global-map instead of the variable `global-map'.
9228
92292002-03-23 Richard M. Stallman <rms@gnu.org>
9230
9231 * mail/mailabbrev.el (mail-abbrev-make-syntax-table): New subroutine
9232 broken out of sendmail-pre-abbrev-expand-hook.
9233 (sendmail-pre-abbrev-expand-hook): Use it.
9234
92352002-03-22 Stefan Monnier <monnier@cs.yale.edu>
9236
9237 * Makefile.in (finder-inf.el): Remove.
9238 (finder-data): Don't depend on finder-inf.el any more.
9239 (compile, compile-always): Handle the case where some files
9240 from DONTCOMPILE are missing (it tried to compile them).
9241 (bootstrap-clean): Use src/emacs only if executable.
9242 (bootstrap): Update subdirs.el and finder-inf.el.
9243
9244 * finder.el: Don't load finder-inf.el during byte-compilation.
9245
9246 * vc-cvs.el (vc-cvs-registered, vc-cvs-dir-state-heuristic):
9247 Don't consider cvs-removed files as under VC control.
9248 VC wouldn't handle them properly anyway and it confuses
9249 vc-file-not-found-hook.
9250
9251 * emacs-lisp/bytecomp.el (batch-byte-compile-if-not-done):
9252 Add autoload cookie.
9253
92542002-03-22 Eli Zaretskii <eliz@is.elta.co.il>
9255
9256 * calendar/calendar.el (calendar): Doc fix.
9257
92582002-03-22 Juanma Barranquero <lektu@terra.es>
9259
9260 * play/gomoku.el (gomoku-font-lock-O-face): Convert to use `defface'.
9261 (gomoku-font-lock-X-face): Likewise.
9262 (gomoku-font-lock-keywords): Use faces instead of variables.
9263
92642002-03-21 Stefan Monnier <monnier@cs.yale.edu>
9265
9266 * Makefile.in (bootstrap): Make sure subdirs.el is ready.
9267
92682002-03-21 Kim F. Storm <storm@cua.dk>
9269
9270 * simple.el (open-network-stream, open-network-stream-nowait)
9271 (open-network-stream-server): Use featurep to test for
9272 supported networking features.
9273
92742002-03-21 Thien-Thi Nguyen <ttn@gnu.org>
9275
9276 * mail/emacsbug.el (report-emacs-bug-hook): Remove submitter
9277 directions as the last action.
9278
5fe0ea6a 92792002-03-21 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
9280
9281 * startup.el (fancy-splash-tail, normal-splash-screen):
9282 Update copyright.
9283
9284 * novice.el (disabled-command-hook): Clarify output text to match
9285 prompt.
9286
92872002-03-20 Jason Rumney <jasonr@gnu.org>
9288
9289 * frame.el (display-images-p): Do not explicitly check display type.
9290
92912002-03-20 pmr-sav <pmr-sav@hamm.pajato.com>
9292
9293 * mail-utils.el:
9294 Eliminate compilation warnings due to `rfc822-addresses'.
9295 (rmail-dont-reply-to): Eliminate `pos' as a free variable for a
9296 warning free compile.
9297
92982002-03-20 Michael Kifer <kifer@cs.stonybrook.edu>
9299
9300 * ediff-diff.el (ediff-install-fine-diff-if-necessary):
9301 Take the current highlighting style into account.
9302 (ediff-forward-word-function,ediff-whitespace,ediff-word-1)
9303 (ediff-word-2,ediff-word-3,ediff-word-4): Make them buffer local.
9304
9305 * ediff-init.el (ediff-patch-job): New macro.
9306
9307 * ediff-mult.el (ediff-make-new-meta-list-header): New API function.
9308 (ediff-intersect-directories): Use ediff-make-new-meta-list-header.
9309
9310 * ediff-ptch.el (ediff-map-patch-buffer):
9311 Use ediff-make-new-meta-list-header.
9312 (ediff-fixup-patch-map): Use the meta-list API from ediff-mult.el.
9313
9314 * ediff-util.el (ediff-toggle-hilit): Fix toggling of highliting.
9315 (ediff-select-difference): Take highlighting style into account.
9316 (ediff-clone-buffer-for-region-comparison): New function.
9317 (ediff-inferior-compare-regions): Added comparison of current diff
9318 regions.
9319
9320 * ediff.el (ediff-clone-buffer-for-region-comparison)
9321 (ediff-clone-buffer-for-window-comparison): Moved to ediff-util.el.
9322
93232002-03-19 pmr-sav <pmr-sav@hamm.pajato.com>
9324
9325 * mail-utils.el (rmail-dont-reply-to):
9326 Overhaul to correctly apply the regular
9327 expressions in the variable `rmail-dont-reply-to-names' to the list of
9328 destination addresses. Contributed by lorentey@elte.hu.
9329
9330 * rmail.el (rmail-dont-reply-to-names):
9331 Modify the documentation to make it email
9332 address centric rather than login name centric. Contributed by
9333 lorentey@elte.hu.
9334
93352002-03-18 Colin Walters <walters@verbum.org>
9336
9337 * ibuf-ext.el (ibuffer-toggle-sorting-mode): Remove `find-if' so
9338 we don't require `cl' at runtime.
9339 (sorting mode mode-name): Don't take the symbol-name of a string.
9340
9341 * ibuffer.el (ibuffer-set-mark): Go back to the beginning of the
9342 line after setting the mark.
9343 (ibuffer-insert-buffers-and-marks): Invert the test for
9344 `ibuffer-sorting-reversep'.
9345
93462002-03-18 Stefan Monnier <monnier@cs.yale.edu>
9347
9348 * international/ucs-tables.el (unify-8859-on-decoding-mode)
9349 (unify-8859-on-encoding-mode): Remove autoload cookie.
9350
93512002-03-18 Andre Spiegel <spiegel@gnu.org>
9352
9353 * vc-rcs.el (vc-rcs-register): Fix handling of
9354 vc-[rcs-]register-switches.
9355 (vc-rcs-checkin-switches, vc-rcs-checkout-switches):
9356 Variables removed, since they weren't used yet.
9357
9358 * vc-cvs.el (vc-cvs-register): Fix handling of
9359 vc-[cvs-]register-switches.
9360
9361 * vc-sccs.el (vc-sccs-register): Fix handling of
9362 vc-[sccs-]register-switches.
9363
93642002-03-18 Stefan Monnier <monnier@cs.yale.edu>
9365
9366 * loadup.el ("emacs-lisp/backquote"): Load earlier.
9367 ("international/ucs-tables"): Load and turn on
9368 unify-8859-on-encoding-mode unconditionally.
9369 (emacs-version): Use `defconst' rather than `setq'.
9370
9371 * eshell/esh-ext.el (eshell-binary-suffixes): Use exec-suffixes.
9372
93732002-03-18 Richard M. Stallman <rms@gnu.org>
9374
9375 * menu-bar.el (menu-bar-options-menu): Cope if
9376 text-mode-hook is not a list.
9377
93782002-03-17 Richard M. Stallman <rms@gnu.org>
9379
9380 * emulation/pc-select.el (pc-selection-mode):
9381 Alter the existing global map, don't replace it.
9382
9383 * files.el (list-directory): Set default-directory at the end.
9384
9385 * dabbrev.el (dabbrev--goto-start-of-abbrev):
9386 Put a limit on field-beginning search.
9387
93882002-03-17 Simon Josefsson <jas@extundo.com>
9389
9390 * net/browse-url.el (browse-url-mosaic-pidfile): New variable.
9391 (browse-url-mosaic): Use it.
9392
9393 * net/browse-url.el (browse-url-filename-alist): Don't begin
f530a77b 9394 docstring with *, you don't want to set this one with M-x set-variable.
fe72c904
CW
9395
9396 * net/browse-url.el: Put * in user option doc strings.
9397
93982002-03-17 Stefan Monnier <monnier@cs.yale.edu>
9399
9400 * textmodes/sgml-mode.el (sgml-xml-mode): Renamed from sgml-xml.
9401 (sgml-xml-guess): Simplify.
9402 (sgml-mode-common): Remove (move into sgml-mode).
9403 (sgml-mode): Add code from sgml-mode-common.
9404 Remove redundant setting of indent-line-function.
9405 Don't set skeleton-transformation when in XML mode.
9406
9407 * international/mule-diag.el (describe-char-after):
9408 Use `internal-describe-syntax-value' again (got lost somewhere).
9409
9410 * international/ucs-tables.el (ucs-unify-8859, ucs-fragment-8859):
9411 Use unify-8859-on-decoding-mode.
9412 (unify-8859-on-decoding-mode): Also set translation-table-for-input.
9413 (ucs-insert): Give an error if the unicode char can't be created.
9414
9415 * pcvs-parse.el (cvs-parse-table): Be a bit more lenient.
9416 (cvs-parse-status): Handle the "used to have a conflict" marker.
9417
94182002-03-17 Kim F. Storm <storm@cua.dk>
9419
9420 The following changes are related to the enhanced network process
9421 support.
9422
9423 * simple.el: Update copyright.
9424 (clone-process): Use make-network-process to clone network
9425 processes. Get command list via (process-contact ... t).
9426 Use set-process-query-on-exit-flag and process-query-on-exit-flag
9427 instead of process-kill-without-query.
9428 (open-network-stream): Replaces C-version from process.c.
9429 (open-network-stream-nowait, open-network-stream-server): New funs.
9430 (process-kill-without-query): Replaces C-version from process.c.
9431
9432 * files.el: Update copyright.
9433 (save-buffers-kill-emacs): Also check for active server
9434 processes. Use process-query-on-exit-flag. Only list processes
9435 which has the query-on-exit flag set in connection with user query.
9436
9437 * shadowfile.el: Update copyright.
9438 (shadow-save-buffers-kill-emacs): Also check for active server
9439 processes. Use process-query-on-exit-flag.
9440
94412002-03-16 Simon Marshall <simon.marshall@misys.com>
9442
9443 * imenu.el (imenu-menubar-modified-tick): Renamed from
9444 imenu-update-menubar-modified-tick.
9445 (imenu-update-menubar): Update imenu-menubar-modified-tick
9446 whenever outer condition succeeds.
9447
9448 * lazy-lock.el (save-buffer-state):
9449 Bind inhibit-modification-hooks and buffer-file-truename
9450 instead of before-change-functions and after-change-functions.
9451
94522002-03-16 Eli Zaretskii <eliz@is.elta.co.il>
9453
9454 * international/codepage.el (codepage-setup): Don't define a
9455 codepage if it is already defined.
9456
9457 * textmodes/po.el (po-content-type-charset-alist): Convert the
9458 car of each association to a string.
9459 (po-find-file-coding-system-guts): If the charset matches a name
9460 of a codepage, set up that codepage and return it as a coding
9461 system to decode the file.
9462 (po-find-charset): Search for the Charset= header even if we've
9463 read less than 4KB.
9464 <top-level>: Remove the setup for all known codepages: it seems
9465 to cause crashes in the CCL driver.
9466
5fe0ea6a 94672002-03-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
9468
9469 * textmodes/bibtex.el (bibtex-sort-ignore-string-entries)
9470 (bibtex-entry-field-alist): Doc fix.
9471
94722002-03-16 Richard M. Stallman <rms@gnu.org>
9473
9474 * progmodes/cperl-mode.el (cperl-imenu--function-name-regexp-perl):
9475 Move definition above cperl-outline-regexp.
9476
9477 * bindings.el (mode-line-mule-info): In computing help-echo prop,
9478 avoid using save-window-excursion. And compile the function.
9479
94802002-03-15 Stefan Monnier <monnier@cs.yale.edu>
9481
9482 * files.el (load-completion): New function.
9483 (load-library): Use it.
9484
5fe0ea6a 94852002-03-15 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
9486
9487 * calendar/cal-french.el (calendar-goto-french-date): Fix prompt
9488 to match the actual code.
9489
94902002-03-15 Eli Zaretskii <eliz@is.elta.co.il>
9491
9492 * textmodes/po.el (po-find-file-coding-system-guts):
9493 Use with-temp-buffer instead of po-with-temp-buffer.
9494
9495 * international/mule-conf.el (file-coding-system-alist): Add an
9496 association for PO files.
9497
9498 * textmodes/po.el: New file.
9499
95002002-03-15 Gerd Moellmann <gerd@gnu.org>
9501
9502 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
9503 Fix simple loop indentation.
9504
95052002-03-14 Miles Bader <miles@gnu.org>
9506
9507 * net/rlogin.el (rlogin-mode): Use `define-derived-mode'.
9508
95092002-03-14 Richard M. Stallman <rms@gnu.org>
9510
9511 * textmodes/picture.el (picture-insert)
9512 (picture-clear-column, picture-draw-rectangle):
9513 Use move-to-column, not move-to-column-force.
9514
9515 * dired.el (dired-readin): Clear out undo list.
9516 (dired-fun-in-all-buffers): Definition moved from dired-aux.el.
9517 (dired-delete-entry): New function.
9518 (dired-internal-do-deletions): Use dired-fun-in-all-buffers
9519 and dired-delete-entry, to update this buffer (and others).
9520
9521 * dired-aux.el (dired-fun-in-all-buffers): Moved to dired.el.
9522
9523 * facemenu.el (facemenu-add-new-face):
9524 Pass region args to facemenu-set-face, when there is a region.
9525 (facemenu-set-foreground, facemenu-set-background)
9526 (facemenu-add-face): Doc fixes.
9527
9528 * progmodes/cperl-mode.el (cperl-outline-regexp): Move definition up.
9529
95302002-03-14 Miles Bader <miles@gnu.org>
9531
9532 * emacs-lisp/debug.el: Require `button'.
9533 (debugger-mode-map): Set the parent keymap to `button-buffer-map',
9534 to get TAB and <backtab> bindings.
9535
9536 * net/rlogin.el (rlogin-carriage-filter): Function removed.
9537 (rlogin): Don't install the `rlogin-carriage-filter' filter, as
9538 comint removes carriage returns itself now.
9539
9540 * rfn-eshadow.el (rfn-eshadow-update-overlay):
9541 Bind `inhibit-point-motion-hooks' to t while messing around, to avoid
9542 getting hosed by our own intangible property.
9543
95442002-03-13 Stefan Monnier <monnier@cs.yale.edu>
9545
9546 * progmodes/fortran.el (fortran-mode): Set comment-padding to "$$$".
9547 Add fortran-comment-line-start-skip to comment-start-skip.
9548 (fortran-comment-indent): Keep whole-line comments in column 0.
9549 (fortran-find-comment-start-skip): New arg `all'.
9550 If ALL is nil, make sure we only match comment-start-skip if we
9551 can't match fortran-comment-line-start-skip.
9552 Fix bug that made it return t but without moving point when
9553 matching '!'! (a false-comment followed by a real comment).
9554 (fortran-indent-comment): Use new `all' argument above.
9555 Be careful not to add an incorrect comment-starter like "C"
9556 in comment-column.
9557 (fortran-split-line): When splitting a comment, reuse the comment
9558 starter from the current line rather than fortran-comment-line-start.
9559 (fortran-indent-line, fortran-auto-fill): Simplify thanks to the
9560 cleaner behavior of fortran-find-comment-start-skip.
9561 (fortran-fill): Don't be confused by ! inside a comment.
9562 (fortran-break-line): Minor cleanup and simplification.
9563
95642002-03-13 Francesco Potorti` <pot@gnu.org>
9565
9566 * progmodes/etags.el (tag-exact-file-name-match-p)
9567 (tag-file-name-match-p, tag-partial-file-name-match-p): Use a
9568 simpler regexp.
9569
95702002-03-12 Colin Walters <walters@debian.org>
9571
9572 * ibuffer.el (ibuffer-redisplay-current): Don't move point when
9573 redisplaying a line.
9574
95752002-03-12 Jan D. <Jan.Djarv@mbox200.swipnet.se>
9576
9577 * term/x-win.el (emacs-session-restore): Take previous id as
9578 an argument.
9579 (emacs-session-save): Add comment that return t means cancel shutdown
9580
9581 * startup.el (command-line): Must check that x-session-previous-id
9582 is bound also, for non-X platforms.
9583
95842002-03-12 Gerd Moellmann <gerd@gnu.org>
9585
9586 * emacs-lisp/cl-indent.el (lisp-loop-keyword-indentation)
9587 (lisp-loop-forms-indentation, lisp-simple-loop-indentation):
9588 New user options.
9589 (extended-loop-p, common-lisp-loop-part-indentation): New functions.
9590 (common-lisp-indent-function-1): Renamed from
9591 common-lisp-indent-function.
9592 (common-lisp-indent-function): Handle loop forms specially.
9593 (lisp-indent-defmethod): Use car/cdr instead of first/rest.
9594 (lisp-backquote-indentation): New user option.
9595
95962002-03-12 Francesco Potorti` <pot@gnu.org>
9597
9598 * progmodes/etags.el (tag-exact-file-name-match-p)
9599 (tag-file-name-match-p, tag-partial-file-name-match-p):
9600 Assume that the header of a tags section has either a number
9601 or nothing after the last comma.
9602
96032002-03-11 Richard M. Stallman <rms@gnu.org>
9604
9605 * imenu.el (imenu-update-menubar-modified-tick): New variable.
9606 (imenu-update-menubar): Don't call imenu--make-index-alist
9607 if buffer has not changed since last time.
9608
9609 * desktop.el (desktop-buffer-handlers): Doc fix.
9610 (desktop-buffer-file): Explicitly return BUF.
9611
9612 * paren.el (show-paren-function): Move back in other direction
9613 to verify the match is correct.
9614
9615 * mail/supercite.el (sc-select-attribution): Accept whatever value
9616 we get in CHOICE; there is no value meaning "try again".
9617
96182002-03-11 Colin Walters <walters@verbum.org>
9619
9620 * shell.el (toplevel): Revert previous change to use pcomplete.
9621 (shell-mode): Ditto.
9622 (shell-pcomplete-setup-done): Remove.
9623 (shell-pcomplete): Ditto.
9624 (shell-pcomplete-reverse): Ditto.
9625
9626 * comint.el: Remove documentation on setting up pcomplete.
9627
5fe0ea6a 96282002-03-11 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
9629
9630 * font-lock.el (java-font-lock-extra-types): Add "URL" as separate
9631 item. Doc fix.
9632
9633 * image.el (image-type-from-file-header): Make temporary buffer
9634 unibyte.
9635
9636 * subr.el (add-to-list): Doc fix.
9637
96382002-03-11 Miles Bader <miles@gnu.org>
9639
9640 * pcomplete.el (pcomplete-entries): Expand environment variables
9641 in filename.
9642
96432002-03-10 Daniel Pfeiffer <occitan@esperanto.org>
9644
9645 * play/mpuz.el: Use defface instead of facemenu-get-face.
9646
96472002-03-10 Jan D. <Jan.Djarv@mbox200.swipnet.se>
9648
9649 * startup.el (command-line): Add call to emacs-session-restore if
9650 both x-session-id and x-session-previous-id are strings.
9651
9652 * term/x-win.el (x-handle-smid): New function.
9653 (emacs-session-filename): New function.
9654 (emacs-session-save): New function.
9655 (emacs-save-session-functions): New variable.
9656 (emacs-session-restore): New function.
9657
96582002-03-09 Eli Zaretskii <eliz@is.elta.co.il>
9659
9660 * simple.el (shell-command-on-region): Call push-mark with
9661 non-nil second arg, to suppress the "Mark set" message.
9662
96632002-03-08 Richard M. Stallman <rms@gnu.org>
9664
9665 * textmodes/picture.el (picture-forward-column): New arg `interactive'
9666 is non-nil for an interactive call. Use instead of interactive-p.
9667 (picture-backward-column): Likewise.
9668
9669 * tar-mode.el (tar-untar-buffer): New function.
9670
9671 * info.el (Info-fontify-node): Bind up-clicks, not down-clicks.
9672 Put the mouse-face on the entire xref, like the local keymap.
9673
9674 * find-dired.el (find-name-dired): Use shell-quote-argument.
9675
96762002-03-08 Daniel Pfeiffer <occitan@esperanto.org>
9677
9678 * play/mpuz.el (mpuz-unsolved-face, mpuz-solved-face)
9679 (mpuz-trivial-face, mpuz-text-face, mpuz-solve-when-trivial)
9680 (mpuz-allow-double-multiplicator): New options for nicer look and
9681 new features.
9682 (mpuz-put-number-on-board, mpuz-paint-number, mpuz-solve): New funs.
9683 (mpuz-check-all-solved, mpuz-random-puzzle)
9684 (mpuz-paint-statistics, mpuz-paint-digit, mpuz-close-game)
9685 (mpuz-show-solution): Functions streamlined and removed french
9686 style space before punctuation, added face support and optional
9687 solving of trivial results.
9688
96892002-03-07 Colin Walters <walters@verbum.org>
9690
9691 * ibuf-macs.el (define-ibuffer-column): Add :summarizer property.
9692
9693 * ibuffer.el (ibuffer-update-mode-name): Substitute "view time"
9694 instead of "recency" for clarity.
9695 (ibuffer-compile-format): Document more. Handle new "summarizer"
9696 columns.
9697 (ibuffer-fontify-region-function): Ditto.
9698 (ibuffer-insert-buffer-line): Ditto.
9699 (ibuffer-map-lines): Ditto.
9700 (ibuffer-insert-buffers-and-marks): Ditto.
9701 (ibuffer-update-title-and-summary): Renamed from
9702 `ibuffer-update-title'. Handle "summarizer" columns.
9703 (ibuffer-clear-summary-columns): New function.
9704
9705 * ibuf-ext.el (ibuffer-filter-format-alist): Add type and group.
9706
97072002-03-07 Gerd Moellmann <gerd@gnu.org>
9708
9709 * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
9710 Use the other-window instead of the other-frame functions when
9711 the window is dedicated.
9712
97132002-03-06 ShengHuo ZHU <zsh@cs.rochester.edu>
9714
9715 * textmodes/bibtex.el (bibtex-make-field): Call bibtex-find-text
9716 with SILENT so that a new field can be added.
9717
97182002-03-06 Eli Zaretskii <eliz@is.elta.co.il>
9719
9720 * files.el (make-auto-save-file-name): Make sure the produced file
9721 name does not contain characters that are invalid for DOS/Windows
9722 filesystems.
9723
9724 * dos-fns.el, w32-fns.el (make-auto-save-file-name):
9725 Remove replacement functions.
9726
97272002-03-06 Gerd Moellmann <gerd@gnu.org>
9728
9729 * font-lock.el (lisp-font-lock-keywords-2): Highlight keywords of
9730 the form `:x'.
9731
9732 * vc.el (vc-branch-part): Add autoload cookie. This function can
9733 be called from vc-rcs-find-most-recent-rev when visiting a file
9734 checked into RCS in a CVS sandbox.
9735
97362002-03-06 Andreas Schwab <schwab@suse.de>
9737
9738 * progmodes/hideif.el: Augment expression parser to handle
9739 conditional expressions.
9740 (hif-token-regexp): Also match `?' and `:'.
9741 (hif-tokenize): Handle `?' and ':' as tokens.
9742 (hif-expr): Parse conditional expressions.
9743 (hif-or-expr): Parse `||' expressions.
9744 (hif-and-expr): Renamed from hif-term.
9745 (hif-conditional): New function to evaluate a conditional
9746 expression.
9747
5fe0ea6a 97482002-03-06 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
9749
9750 * language/czech.el ("Czech"): Fix the documentation.
9751
9752 * language/slovak.el ("Slovak"): Likewise.
9753
97542002-03-05 ShengHuo ZHU <zsh@cs.rochester.edu>
9755
9756 * xml.el (xml-parse-attlist): Accept empty strings.
9757
97582002-03-05 Eli Zaretskii <eliz@is.elta.co.il>
9759
9760 * mouse.el (mouse-show-mark): Remove the no-highlight alternative:
9761 all terminals now support highlighting of some kind.
9762
9763 * language/european.el (mac-roman): Fix the safe-chars property.
9764
97652002-03-05 Andre Spiegel <spiegel@gnu.org>
9766
9767 * vc.el (vc-transfer-file): Use `make-temp-file'.
9768 (vc-default-update-changelog): Remove conditional use of
9769 `make-temp-name'.
9770
9771 * vc-cvs.el (vc-cvs-diff-tree): Fix typo in parameter names.
9772
97732002-03-05 Michael Kifer <kifer@cs.stonybrook.edu>
9774
9775 * ediff-init.el: Comments.
9776
9777 * ediff-hook.el: Got rid of autoloads. Not needed, since the hook
9778 is loaded.
9779
9780 * ediff-mult.el (ediff-intersect-directories)
9781 (ediff-prepare-meta-buffer,ediff-get-directory-files-under-revision):
9782 Cleanup.
9783 (ediff-draw-dir-diffs): Now supports the "C" command in directory
9784 difference buffer.
9785 (ediff-dir-diff-copy-file): New function that implements copying
9786 of files from one Ediff dir to another
9787 (ediff-bury-dir-diffs-buffer): Kills the buffer instead.
9788 (ediff-append-custom-diff): Better error msgs.
9789
9790 * ediff-util.el (ediff-compute-custom-diffs-maybe): Buglet fix.
9791 (ediff-inferior-compare-regions): Use
9792 ediff-clone-buffer-for-region-comparison. Better and simpler interface.
9793
9794 * ediff.el (ediff-directories-internal): Cleanup.
9795 (ediff-clone-buffer-for-region-comparison): Better interface.
9796
97972002-03-04 Richard M. Stallman <rms@gnu.org>
9798
9799 * emacs-lisp/easy-mmode.el (define-minor-mode):
9800 Use "P" in interactive spec of minor mode commands.
9801
98022002-03-04 Stefan Monnier <monnier@cs.yale.edu>
9803
9804 * faces.el (face-spec-choose): Allow `t' to appear before the end.
9805 (mode-line, tool-bar, minibuffer-prompt, region, fringe, bold, italic)
9806 (bold-italic, underline, highlight, secondary-selection, fixed-pitch)
9807 (variable-pitch, trailing-whitespace): Don't use the old-style entries.
9808 (mode-line-inactive, header-line): Move the `t' section to the
9809 beginning so the `:inherit' setting can be shared.
9810
5fe0ea6a 98112002-03-04 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
9812
9813 * net/snmp-mode.el: Require tempo when compiling to prevent
9814 warnings. Update copyright notice.
9815
9816 * help.el (describe-key-briefly, describe-key): Interpret `undefined'
9817 like not defined at all.
9818
98192002-03-03 Stefan Monnier <monnier@cs.yale.edu>
9820
9821 * textmodes/sgml-mode.el: Change maintainer to FSF.
9822 (sgml-start-tag-regex, sgml-font-lock-keywords-1, sgml-mode-common)
9823 (sgml-tags-invisible, sgml-beginning-of-tag):
9824 Allow _ : and non-ASCII in tag names, as required for XML.
9825 (sgml-name-char): Don't assume anything about charsets handled by
9826 encode-char.
9827
9828 * textmodes/tex-mode.el (tex-guess-main-file): Handle the case
9829 where one of the buffers is narrowed.
9830
9831 * hexl.el (hexlify-command, dehexlify-command): Remove.
9832 (hexlify-buffer, dehexlify-buffer): Use call-process-region
9833 rather than shell-command-on-region.
9834
9835 * newcomment.el (comment-forward): Use forward-comment to skip
9836 over whitespace (or comments) even when comment-use-syntax is nil.
9837
9838 * progmodes/cperl-mode.el (cperl-menu): Add "-emacs" to the version.
9839
9840 * textmodes/xml-lite.el: New file.
9841
98422002-03-03 Richard M. Stallman <rms@gnu.org>
9843
9844 * textmodes/artist.el (artist-system): Use make-temp-file.
9845
9846 * progmodes/ps-mode.el (ps-run-make-tmp-filename): Use make-temp-file.
9847
9848 * mail/sendmail.el (mail-recover-1): Increase non-random-len
9849 by 1 since we changed make-auto-save-file-name to add one
9850 fewer character to the buffer name.
9851 (mail-recover): Really show point at the right place
9852 in the *Directory* buffer.
9853
9854 * files.el (make-auto-save-file-name): Use make-temp-file.
9855
9856 * terminal.el (te-create-terminfo): Use make-temp-file
9857 to create the source file in a safe way.
9858
98592002-03-03 Eli Zaretskii <eliz@is.elta.co.il>
9860
9861 * cus-start.el: Rename automatic-hscroll-step and
9862 automatic-hscroll-margin into hscroll-step and hscroll-margin.
9863
f530a77b 9864 * frame.el (auto-hscroll-mode): Renamed from automatic-hscrolling.
fe72c904
CW
9865 (automatic-hscrolling): Now a defvaralias for auto-hscroll-mode.
9866
9867 * mouse.el (mouse-region-delete-keys): Add deletechar.
9868
98692002-03-03 Sam Steingold <sds@gnu.org>
9870
9871 * play/snake.el (snake-score-file): Fixed parens (broken by the
9872 last patch).
9873 * play/tetris.el (tetris-score-file): Ditto.
9874
98752002-03-03 Richard M. Stallman <rms@gnu.org>
9876
9877 * play/tetris.el (tetris-score-file): Put in home dir, not in /tmp.
9878
9879 * play/snake.el (snake-score-file): Put in home dir, not in /tmp.
9880
9881 * play/gamegrid.el (gamegrid-set-font, gamegrid-setup-face)
9882 (gamegrid-make-mono-tty-face): Fix usage of condition-case.
9883
98842002-03-03 Thien-Thi Nguyen <ttn@gnu.org>
9885
9886 * calendar/diary-lib.el (list-diary-entries): Use `buffer-substring'
9887 instead of `buffer-substring-no-properties' to support enriched mode.
9888
98892002-03-02 Richard M. Stallman <rms@gnu.org>
9890
9891 * find-dired.el (find-grep-dired): Call shell-quote-argument.
9892 Specify the -e option.
9893 Rename arg to `regexp'.
9894
98952002-03-02 Milan Zamazal <pdm@zamazal.org>
9896
9897 * textmodes/tildify.el (tildify-string-alist): Add entry for xml-mode.
9898
98992002-03-02 Miles Bader <miles@gnu.org>
9900
9901 * mwheel.el (mwheel-scroll): Remove `double' and `triple' from the
9902 event-modifiers before looking up in `mouse-wheel-scroll-amount'.
9903 If there's no applicable modifiers entry in the alist in
9904 `mouse-wheel-scroll-amount', fall back to the default, not to
9905 nil (which causes full screen scrolls).
9906
99072002-03-01 Andreas Schwab <schwab@suse.de>
9908
9909 * textmodes/texnfo-upd.el (texinfo-start-menu-description):
9910 Remove extra paren in regexp.
9911
99122002-03-01 Eli Zaretskii <eliz@is.elta.co.il>
9913
9914 * mouse.el (mouse-show-mark): Use display-mouse-p, not
9915 display-graphic-p, to decide whether to move point or use the
9916 highlighting.
9917
99182002-02-28 Colin Walters <walters@verbum.org>
9919
9920 * eshell/esh-var.el (eshell-parse-variable-ref): Use `make-temp-file'.
9921
9922 * calc/calc-graph.el (calc-gnuplot-tempfile): Don't expand against
9923 `temporary-file-directory'; we now do that in `calc-graph-file-cache'.
9924 (calc-temp-file-name): Use `make-temp-file'.
9925
99262002-02-28 Richard M. Stallman <rms@gnu.org>
9927
9928 * font-lock.el (java-font-lock-extra-types):
9929 Match java.net.URL, etc.
9930
5fe0ea6a 99312002-02-28 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
9932
9933 * hexl.el (hexl-options): Doc fix.
9934 Update Commentary section.
9935
9936 * textmodes/sgml-mode.el (sgml-specials, sgml-quick-keys):
9937 Doc fixes.
9938
99392002-02-28 Andre Spiegel <spiegel@gnu.org>
9940
9941 * vc.el (vc-revert-buffer): If the buffer is not saved, prompt
9942 the user to do that first.
9943 (vc-update): New function.
9944
9945 * vc-hooks.el (vc-menu-map): New entry "Update to Latest Version",
9946 which calls vc-update. Use the term "Base Version" instead of
9947 "Last Version" for the entries "Revert" and "Compare".
9948
99492002-02-28 Kim F. Storm <storm@cua.dk>
9950
9951 * simple.el (shell-command-on-region): Report non-zero exit
9952 status in mode line instead of buffer.
9953
99542002-02-27 Richard M. Stallman <rms@gnu.org>
9955
9956 * comint.el (comint-preoutput-filter-functions): Doc fix.
9957 (comint-output-filter-functions, comint-input-filter-functions)
9958 (comint-redirect-filter-functions): Likewise.
9959
9960 (comint-redirect-preoutput-filter): Do the local-hook
9961 handling of t when running comint-redirect-filter-functions.
9962 (comint-output-filter): Likewise for comint-preoutput-filter-functions.
9963
99642002-02-26 Richard M. Stallman <rms@gnu.org>
9965
9966 * paths.el (remote-shell-program): Add doc string.
9967
99682002-02-26 Colin Walters <walters@debian.org>
9969
9970 * ibuf-ext.el (sorter mode-name): New.
9971 (ibuffer-do-occur): Don't quote ibuffer-marked-char.
9972
9973 * calc/calc-ext.el (calc-scroll-left): Call scroll-left
9974 interactively, so they do something.
9975 (calc-scroll-right): Ditto.
9976
99772002-02-26 Eli Zaretskii <eliz@is.elta.co.il>
9978
9979 * international/mule.el (ctext-pre-write-conversion): Handle the
9980 case when FROM is a string, and when we are called from
9981 build_annotations_2.
9982
99832002-02-26 Richard M. Stallman <rms@gnu.org>
9984
9985 * rect.el (clear-rectangle-line): Reindent to the same column
9986 that move-to-column reached when it tried to go to endcol.
9987
9988 * icomplete.el (icomplete-exhibit): Use minibuffer-prompt-end.
9989
99902002-02-26 Ivar Rummelhoff <ivarru@math.uio.no>
9991
9992 * winner.el (winner-boring-buffers, winner-set): A window which
9993 displays a buffer whose name is in the list
9994 `winner-boring-buffers', will no longer be restored by `winner-undo'.
9995 (winner-sorted-window-list): Used to improve comparison between
9996 window configurations.
9997 (winner-win-data): Simplified and moved.
9998 (winner-conf): Simplified (now uses `winner-win-data').
9999 (winner-change-fun, winner-save-old-configurations)
10000 (winner-save-(un)conditionally, winner-redo): Changes made while in
10001 the minibuffer will be ignored. (Such changes are undone upon
10002 exit for the minibuffer, anyway.)
10003 (winner-set-conf): Preserve selected window whenever possible.
10004 (winner-make-point-alist): Simplified.
10005 (winner-mode, winner-save-unconditionally): Save current window
10006 configuration on entering minibuffer.
10007 (minor-mode-alist): Don't add winner-mode to `minor-mode-alist',
10008 since it does not change the overall behavior of Emacs.
10009
100102002-02-26 Eli Zaretskii <eliz@is.elta.co.il>
10011
10012 * international/mule-conf.el (compound-text): Renamed back from
10013 compound-text-no-extensions.
10014 (ctext-no-compositions): Remove the mime-charset property.
10015 (compound-text-with-extensions): Renamed from compound-text.
10016 (x-ctext-with-extensions, ctext-with-extensions): Renamed aliases.
10017
100182002-02-26 Juanma Barranquero <lektu@terra.es>
10019
10020 * faces.el (list-faces-display): Fix typo.
10021
100222002-02-25 Richard M. Stallman <rms@gnu.org>
10023
10024 * frame.el (focus-follows-mouse): Doc fix.
10025
100262002-02-26 Miles Bader <miles@gnu.org>
10027
10028 * mwheel.el (mouse-wheel-mode): Pass vectors instead of symbols
10029 to `define-key', since it no longer accepts the latter.
10030
100312002-02-25 Jason Rumney <jasonr@gnu.org>
10032
10033 * term/w32-win.el (mouse-wheel-scroll-line): Use car of
10034 mouse-wheel-scroll-amount.
10035
10036 * w32-vars.el (mouse-wheel-scroll-amount): Use same definition as
10037 mwheel.el.
10038
10039 * language/japanese.el (iso-2022-jp-2): Add init-bol flag.
10040
100412002-02-25 Andre Spiegel <spiegel@gnu.org>
10042
10043 * vc.el (vc-diff-switches-list): Fix prev change, making the macro
10044 consistent with the others that take a backend name as a symbol.
10045
10046 * vc-cvs.el, vc-rcs.el, vc-sccs.el: Fix calls to vc-diff-switches-list.
10047
100482002-02-25 Kim F. Storm <no-spam@cua.dk>
10049
10050 * comint.el (comint-replace-by-expanded-filename): Do nothing if
10051 comint-match-partial-filename returns nil.
10052
10053 * shell.el (shell-pcomplete-setup-done): New variable.
10054 (shell-pcomplete): Use it instead of shell-pcomplete-setup-p.
10055 (shell-pcomplete-reverse): Ditto.
10056
100572002-02-25 Per Abrahamsen <abraham@dina.kvl.dk>
10058
10059 * ps-print.el (ps-print-printer): Added `lpr' customize group member.
10060
100612002-02-25 Juanma Barranquero <lektu@terra.es>
10062
10063 * subr.el (save-match-data): Doc fix.
10064
10065 * ielm.el (ielm-prompt): Allow customization; make it read-only.
10066
100672002-02-25 Kim F. Storm <storm@cua.dk>
10068
10069 * shell.el (shell-mode-map): Add "Complete" header so completion
10070 menu is shown on the menu bar in shell mode.
10071
100722002-02-25 Stefan Monnier <monnier@cs.yale.edu>
10073
10074 * ielm.el (ielm-match-data): New var.
10075 (inferior-emacs-lisp-mode): Make it buffer-local.
10076 (ielm-eval-input): Use it to preserve match-data between inputs.
10077
100782002-02-24 Juanma Barranquero <lektu@terra.es>
10079
10080 * ielm.el (inferior-emacs-lisp-mode): Use hexl for the dummy process.
10081
100822002-02-24 Per Abrahamsen <abraham@dina.kvl.dk>
10083
10084 * cus-edit.el (custom-unlispify-remove-prefixes): Add to
10085 `custom-buffer' customize group.
10086
100872002-02-23 Kim F. Storm <storm@cua.dk>
10088
10089 * help.el (where-is): Use remap-command.
10090
10091 * help-fns.el (describe-function-1): Use remap-command.
10092
10093 * subr.el (global-set-key, local-set-key): Undo 2002-02-06
10094 change (no longer accept a symbol for the KEY argument).
10095
100962002-02-23 Colin Walters <walters@debian.org>
10097
10098 * calc/calcalg3.el (calc-invent-variables): Convert integer to string.
10099 * calc/calcalg2.el (math-solve-get-sign): Ditto.
10100
10101 * ibuffer.el (ibuffer-compile-format): Don't uselessly bind `pt'
10102 in generated function.
10103
10104 * ibuf-ext.el (ibuffer-old-time): Change to hours.
10105 (ibuffer-mark-old-buffers): Handle it.
10106
10107 * shell.el (shell-pcomplete, shell-pcomplete-reverse): New functions.
10108 (toplevel): Bind them.
10109 (shell-mode): Don't set `comint-dynamic-complete-functions'; it is
10110 not necessary now that we use pcomplete.
10111
10112 * comint.el: Document how use new pcomplete completion facility.
10113
101142002-02-23 Richard M. Stallman <rms@gnu.org>
10115
10116 * mail/rmailsum.el (rmail-summary-output): Properly advance
10117 to next message, by calling rmail-summary-goto-msg.
10118
10119 * net/browse-url.el (browse-url-galeon): Specify --existing
10120 for an existing window. Use --noraise rather than --no-raise.
10121 Don't use -x.
10122
101232002-02-22 Eli Zaretskii <eliz@is.elta.co.il>
10124
10125 * progmodes/etags.el (find-tag-noselect, find-tag)
10126 (find-tag-other-window, find-tag-other-frame, find-tag-regexp):
10127 Fix a typo in doc strings.
10128
101292002-02-20 Deepak Goel <deego@glue.umd.edu>
10130
10131 * play/snake.el (snake-velocity-queue, snake-update-velocity)
10132 (snake-final-x-velocity, snake-final-y-velocity):
10133 New variable and functions. Store user's keypresses
10134 into a queue and pop from the queue each subsequent turn.
10135 (snake-update-game, snake-move-left)
10136 (snake-move-right, snake-move-up, snake-move-down, snake-active-p)
10137 (snake-start-game): Use that queue.
10138 (snake-use-glyphs-flag): Renamed from snake-use-glyphs.
10139 (snake-use-color-flag): Likewise.
10140 (snake-mode): Rename uses of those variables.
10141
101422002-02-22 Eli Zaretskii <eliz@is.elta.co.il>
10143
10144 Support for ICCCM Extended Segments in X selections:
10145
10146 * international/mule-conf.el (ctext-no-compositions): New coding
10147 system.
10148 (compount-text-no-extensions): Renamed from compound-text.
10149 (x-ctext-no-extensions, ctext-no-extensions): Aliases for
10150 compound-text-no-extensions.
10151 (compound-text): Redefined using post-read and pre-write conversions.
10152
10153 * international/mule.el (non-standard-icccm-encodings-alist)
10154 (non-standard-designations-alist): New variables.
10155 (ctext-post-read-conversion, ctext-pre-write-conversion):
10156 New functions.
10157
101582002-02-21 Jonathan Kamens <jik@kamens.brookline.ma.us>
10159
10160 * vc.el (vc-default-init-version): Update documentation to
10161 indicate that the backend can override the default init version.
10162 (vc-register): Use the backend init-version function, if it
10163 exists, to determine the initial version of a file.
10164 (vc-diff-switches-list): Don't symbol-quote backend, since it's
10165 already a symbol. Don't fail if vc-BACKEND-diff-switches isn't bound.
10166
10167 * vc-hooks.el (vc-mode-line): Set vc-mode to nil if the file is
10168 not version-controlled. This is necessary, e.g., if the file has
10169 just been reverted, and thus was previously under version control
10170 but isn't any longer.
10171 (vc-find-file-hook): Likewise.
10172
101732002-02-21 Martin Lorentzson <Martin.Lorentzson@telia.com>
10174
10175 * vc-cvs.el (vc-cvs-sticky-date-format-string): New variable.
10176 (vc-cvs-sticky-tag-display): New variable.
10177 (vc-cvs-mode-line-string): Add sticky-tag to the mode-line.
10178 (vc-cvs-checkin): If the input revision is a valid symbolic tag
10179 name, we create it as a branch, commit and switch to it.
10180 (vc-cvs-retrieve-snapshot): Set file-property sticky-tag.
10181 (vc-cvs-valid-symbolic-tag-name-p): New function.
10182 (vc-cvs-parse-sticky-tag): New function.
10183 (vc-cvs-parse-entry): Added parsing of sticky tags.
10184
101852002-02-21 Per Abrahamsen <abraham@dina.kvl.dk>
10186
10187 * toolbar/tool-bar.el (tool-bar-mode): Revert the :init-value to
10188 nil, and then explicitly set the standard-value to t.
10189
101902002-02-20 Sam Steingold <sds@gnu.org>
10191
10192 * textmodes/flyspell.el (flyspell-mode): Autoload the variable
10193 since it is used in the menu bar.
10194
101952002-02-20 Richard M. Stallman <rms@gnu.org>
10196
10197 * simple.el (shell-command-on-region): Display the exit status
10198 when a command fails.
10199
10200 * subr.el (add-hook): Doc fix.
10201
10202 * frame.el (other-frame): Doc fix.
10203
10204 * simple.el (yank): Clear `field' property.
10205
102062002-02-20 Tom Tromey <tromey@cachet>
10207
10208 * progmodes/tcl.el (tcl-do-fill-paragraph): Find and fill on more
10209 natural paragraph boundaries. Don't fail at beginning of buffer.
10210
5fe0ea6a 102112002-02-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
10212
10213 * tar-mode.el (tar-next-line, tar-previous-line): Add doc string,
10214 call the argument "arg" to match plain next-line and
10215 previous-line. From Kevin Ryde <user42@zip.com.au>.
10216
102172002-02-19 Sam Steingold <sds@gnu.org>
10218
10219 * mwheel.el (mouse-wheel-scroll-amount): Can specify different
10220 scroll amounts for different modifiers now.
10221 (mwheel-scroll): Handle the new `mouse-wheel-scroll-amount'
10222 format properly.
10223 (mouse-wheel-mode): Ditto.
10224
102252002-02-19 Eli Zaretskii <eliz@is.elta.co.il>
10226
10227 * textmodes/bibtex.el (bibtex-parse-keys): Put save-match-data
10228 around function body.
10229
10230 * net/browse-url.el (browse-url-maybe-new-window): Reverse the
10231 sense of the comparison, to match the doc strings of functions
10232 that use this macro.
10233
102342002-02-19 Per Abrahamsen <abraham@dina.kvl.dk>
10235
10236 * facemenu.el (describe-text-mode-map): Removed bootstrap kludge.
10237
10238 * toolbar/tool-bar.el (tool-bar-mode): Made the standard value t.
10239 * menu-bar.el (menu-bar-mode): Ditto.
10240
102412002-02-18 Andreas Schwab <schwab@suse.de>
10242
10243 * replace.el (query-replace-regexp-eval): Doc fix.
10244
102452002-02-18 Colin Walters <walters@verbum.org>
10246
10247 * calc/calcalg2.el (math-solve-get-int): Convert return value from
10248 `math-get-from-counter' to a string before calling `concat' on it.
10249
10250 * calc/calc-maint.el (calc-split-manual): Look for calc.texi.
10251 (calc-public-autoloads): Obsolete; remove.
10252 (calc-private-autoloads): Ditto.
10253 (calc-add-autoloads): Ditto.
10254
10255 * calc/calc-macs.el (calc-with-default-simplification): Use &rest
10256 for body.
10257
102582002-02-17 Jason Rumney <jasonr@gnu.org>
10259
10260 * w32-win.el (x-option-alist, x-long-option-alist)
10261 (x-switch-definitions): Remove, use command-line-x-option-alist
10262 instead to be consistent with X.
10263 (x-handle-initial-switch): New function.
10264
102652002-02-17 Eli Zaretskii <eliz@is.elta.co.il>
10266
10267 * faces.el (mode-line-inactive, header-line): Add the :inherit
10268 attribute for the tty case.
10269
102702002-02-17 stanislav shalunov <shalunov@internet2.edu>
10271
10272 * mail/uce.el (uce-reply-to-uce): Fix incorrect behavior when
10273 invoked from Rmail with full headers displayed.
10274
5fe0ea6a 102752002-02-17 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
fe72c904
CW
10276
10277 * emacs-lisp/lisp.el (mark-defun): Don't leave multiple marks
10278 when repeated.
10279 * textmodes/paragraphs.el (mark-paragraph): Ditto.
10280
102812002-02-17 Per Abrahamsen <abraham@dina.kvl.dk>
10282
10283 * menu-bar.el (menu-bar-showhide-menu): Added speedbar.
10284 (menu-bar-tools-menu): Removed speedbar.
10285
10286 * textmodes/ispell.el (ispell-menu-map): Added `customize-ispell'
10287 and `flyspell-mode' entries.
10288
10289 * textmodes/flyspell.el (flyspell): Add to ispell group.
10290
5fe0ea6a 102912002-02-17 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
fe72c904 10292
f530a77b
SM
10293 * emacs-lisp/lisp.el (mark-sexp): Don't leave multiple marks when
10294 repeated.
10295 (mark-defun): Mark more if repeated.
fe72c904
CW
10296
102972002-02-17 Colin Walters <walters@verbum.org>
10298
10299 * ibuf-ext.el (ibuffer-toggle-sorting-mode): Make it work.
10300
10301 * ibuffer.el (ibuffer-truncate-lines): New option.
a51c969c 10302 (ibuffer-mode): Use it.
fe72c904
CW
10303
103042002-02-17 Kim F. Storm <storm@cua.dk>
10305
10306 * cus-start.el: Add mouse-highlight.
10307
103082002-02-16 Eli Zaretskii <eliz@is.elta.co.il>
10309
10310 * Makefile.in (DONTCOMPILE): Remove cus-start.el.
10311
10312 * cus-start.el: Add automatic-hscroll-margin and
10313 automatic-hscroll-step.
10314
5fe0ea6a 103152002-02-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
10316
10317 * cus-start.el (x-autoselect-window): Allow customization.
10318
10319 * eshell/em-alias.el (eshell-alias-initialize): Do not use
10320 make-local-hook.
10321
10322 * eshell/em-cmpl.el (eshell-cmpl-initialize): Likewise.
10323
10324 * eshell/em-dirs.el (eshell-dirs-initialize): Likewise.
10325
10326 * eshell/em-glob.el (eshell-glob-initialize): Likewise.
10327
10328 * eshell/em-hist.el (eshell-hist-initialize): Likewise.
10329
10330 * eshell/em-pred.el (eshell-pred-initialize): Likewise.
10331
10332 * eshell/em-prompt.el (eshell-prompt-initialize): Likewise.
10333
10334 * eshell/em-rebind.el (eshell-rebind-initialize): Likewise.
10335
10336 * eshell/em-smart.el (eshell-smart-initialize): Likewise.
10337
10338 * eshell/em-unix.el (eshell-unix-initialize): Likewise.
10339
10340 * eshell/esh-cmd.el (eshell-cmd-initialize): Likewise.
10341
10342 * eshell/esh-ext.el (eshell-ext-initialize): Likewise.
10343
10344 * eshell/esh-io.el (eshell-io-initialize): Likewise.
10345
10346 * eshell/esh-mode.el (eshell-mode): Likewise.
10347
10348 * eshell/esh-test.el (eshell-show-usage-metrics): Likewise.
10349
10350 * eshell/esh-var.el (eshell-var-initialize): Likewise.
10351
10352 * progmodes/idlw-shell.el (idlwave-shell-mode): Likewise.
10353
10354 * progmodes/idlwave.el (idlwave-mode): Likewise.
10355
10356 * textmodes/reftex-sel.el (reftex-select-label-mode)
10357 (reftex-select-bib-mode): Likewise.
10358
103592002-02-16 John Wiegley <johnw@gnu.org>
10360
10361 * eshell/em-hist.el (eshell-hist-initialize): When in the
10362 minibuffer, use the global value of `eshell-history-ring', and
10363 never save it to disk, or ask to save it to disk. This allows
10364 users of session.el to control whether its global state should be
10365 persisted or not.
10366 (eshell-add-command-to-history): Don't write Eshell's history out
10367 to disk, let the governing mode control that upon exit.
10368
103692002-02-16 Eli Zaretskii <eliz@is.elta.co.il>
10370
10371 * eshell/eshell.el (eshell-command): Before reading from the
10372 minibuffer, add eshell-add-command-to-history to
10373 minibuffer-exit-hook, and remove it after read-from-minibuffer
10374 returns.
10375
10376 * eshell/em-hist.el (eshell-add-input-to-history): New function,
10377 with most of the code from eshell-add-to-history.
10378 (eshell-add-command-to-history): New function, to record in
10379 eshell-history the commands run via eshell-command.
10380 (eshell-add-to-history): Call eshell-add-command-to-history to do
10381 most of the work.
10382
103832002-02-16 John Wiegley <johnw@gnu.org>
10384
10385 * eshell/esh-ext.el (eshell-external-command): Added a fix for
10386 XEmacs' new dired.el, which adds a global entry in the
10387 `file-name-handler-alist'.
10388
103892002-02-16 John Wiegley <johnw@gnu.org>
10390
10391 * align.el (align-region): Added a missing name argument.
10392
103932002-02-16 John Wiegley <johnw@gnu.org>
10394
10395 * eshell/esh-ext.el (eshell-script-interpreter): Allow whitespace
10396 after the #! of a shell interpretor specification.
10397
103982002-02-15 Richard M. Stallman <rms@gnu.org>
10399
10400 * help.el (describe-key-briefly): Make output in INSERT case
10401 look just like what is displayed in the normal case.
10402
104032002-02-15 Andreas Schwab <schwab@suse.de>
10404
10405 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
10406 Require non-letter after specials.
10407
104082002-02-15 Eli Zaretskii <eliz@is.elta.co.il>
10409
10410 * menu-bar.el (menu-bar-tools-menu): Add an item for Calculator.
10411
5fe0ea6a 104122002-02-15 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
fe72c904
CW
10413
10414 * simple.el (mark-word): Mark more if repeated.
10415 * textmodes/paragraphs.el (mark-paragraph): Ditto.
10416 (mark-end-of-sentence): Ditto.
10417
104182002-02-15 Per Abrahamsen <abraham@dina.kvl.dk>
10419
10420 * wid-edit.el (widgetp): Made it more robust.
10421
104222002-02-14 Per Abrahamsen <abraham@dina.kvl.dk>
10423
10424 * facemenu.el (describe-text-done): New function.
10425 (describe-text-mode-map): New variable.
10426 (describe-text-mode-hook): New option.
10427 (describe-text-mode): New function.
10428 (describe-text-widget): New function.
10429 (describe-text-sexp): New function.
10430 (describe-text-properties): New function.
10431 (describe-text-category): New command.
10432 (describe-text-at): New command.
10433 (facemenu-menu): Replace `list-text-properties-at' with
10434 `describe-text-at' in the menu.
10435
10436 * wid-edit.el (widgetp): New function.
10437 * wid-edit.el (widget-keymap, widget-insert, widget-setup): Autoload.
10438
10439 * emacs-lisp/pp.el (pp-to-string): Autoloaded.
10440
10441 * wid-browse.el: Removed version and x-url keywords.
10442
104432002-02-13 Kim F. Storm <storm@cua.dk>
10444
10445 * cus-start.el (mode-line-in-non-selected-windows):
10446 Allow customization.
10447
104482002-02-13 Richard M. Stallman <rms@gnu.org>
10449
10450 * textmodes/bibtex.el (bibtex-parse-buffers-stealthily):
10451 Tell bibtex-parse-keys to output no progress messages.
10452
104532002-02-12 Eli Zaretskii <eliz@is.elta.co.il>
10454
10455 * progmodes/pascal.el (pascal-imenu-generic-expression):
10456 Add menu-title and fix parentheses.
10457
104582002-02-12 Per Abrahamsen <abraham@dina.kvl.dk>
10459
10460 * menu-bar.el (menu-bar-options-save): Removed `truncate-lines'.
10461 (menu-bar-options-menu): Don't set default value for `truncate-lines'.
10462
104632002-02-12 Per Abrahamsen <abraham@dina.kvl.dk>
10464
10465 * menu-bar.el (menu-bar-options-save): Only save
10466 `current-language-environment' and `default-input-method' when
10467 marked as customized.
10468
10469 * international/mule-cmds.el
10470 (setup-specified-language-environment):
10471 Mark `current-language-environment' as customized.
10472 (set-input-method): Mark `default-input-method' as customized when
10473 called interactively.
10474 (toggle-input-method): Ditto.
10475
104762002-02-11 Colin Walters <walters@verbum.org>
10477
10478 * ibuffer.el (ibuffer-switch-format): Supply required argument for
10479 `ibuffer-current-formats'.
10480
104812002-02-11 Miles Bader <miles@gnu.org>
10482
10483 * faces.el (mode-line-inactive): Add dark-background variant.
10484
104852002-02-11 Per Abrahamsen <abraham@dina.kvl.dk>
10486
10487 * toolbar/tool-bar.el (tool-bar-mode): Removed standard value.
10488 * menu-bar.el (menu-bar-mode): Ditto.
10489 * cus-edit.el (customize-mark-to-save): Always save variables
10490 without a standard value.
10491
10492 * menu-bar.el (menu-bar-make-toggle): Made it aware of customize.
10493 (menu-bar-options-save): Ditto.
10494 (menu-bar-showhide-menu): Ditto.
10495 (menu-bar-options-menu): Ditto.
10496 (menu-bar-scroll-bar-right, menu-bar-scroll-bar-left)
10497 (menu-bar-scroll-bar-none): Remove.
10498 (menu-bar-showhide-scroll-bar-menu): Use customize aware lambda
10499 expressions instead.
10500
10501 * cus-edit.el (customize-set-value): Return value.
10502 (customize-set-variable): Ditto.
10503 (customize-save-variable): Ditto.
10504 (customize-set-variable): Load dependencies before setting value.
10505 (custom-load-symbol): Autoload it.
10506 (customize-mark-as-set): New function.
10507
105082002-02-11 Eli Zaretskii <eliz@is.elta.co.il>
10509
10510 * cus-start.el: Don't warn about "x-*" symbols when building a
10511 non-GUI version.
10512
5fe0ea6a 105132002-02-11 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
10514
10515 * strokes.el (strokes-do-stroke, strokes-do-complex-stroke):
10516 Doc fix.
10517 (strokes-help): Do not use doubled with-output-to-temp-buffer.
10518 Fix the help string.
10519 (strokes-prompt-user-save-strokes): Fix typo.
10520 (strokes-list-strokes): Use proper exit-action argument for
10521 view-buffer. Update copyright notice.
10522
10523 * international/mule-diag.el: Various doc and message fixes.
10524 (non-iso-charset-alist): Add mac-roman. Don't add entries for
10525 codepages already present.
10526 (list-block-of-chars): Display space for null entries in
10527 translation table. Display tab specially.
10528 (list-non-iso-charset-chars): Check for null charsets. Use pop
10529 for clarity. Don't break 8-bit sets into sections between ranges.
10530 (list-charset-chars): Avoid indent-tabs-mode.
10531 (describe-char-after): Maybe use the text property for syntax
10532 table information. Maybe report char-code-property-table info.
10533 Maybe report character's unicode. Tweak printing of list info.
10534 (list-input-methods): Add xref buttons.
10535 (dump-charsets, dump-codings): Deleted (obsolete).
10536 From Dave Love <fx@gnu.org>.
10537
5fe0ea6a 105382002-02-10 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
10539
10540 * menu-bar.el (menu-bar-showhide-menu): Rename functions for toggling.
10541
105422002-02-10 Michael Kifer <kifer@cs.stonybrook.edu>
10543
10544 * viper-util.el (viper-read-key-sequence): Fix so it'll read
10545 fast key sequences in emacs native mode
10546 (viper-events-to-keys): Delete.
10547
10548 * viper.el (describe-key, describe-key-briefly): Get rid of
10549 viper-events-to-keys.
10550
10551 * ediff-init.el (ediff-has-gutter-support): Steven Turnbull's patch.
10552
10553 * ediff-wind.el (ediff-setup-control-frame):
10554 Use ediff-has-gutter-support.
10555
10556 * ediff-util.el (ediff-dispose-of-variant-according-to-user):
10557 check if buff is alive.
10558
10559 * ediff.el: Typo in comment.
10560
5fe0ea6a 105612002-02-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
10562
10563 * menu-bar.el (menu-bar-options-save): Take care of
10564 line-number-mode and column-number-mode variables.
10565 (menu-bar-showhide-menu): New menu-items "Show Line Number" and
10566 "Show Column Number" in "Show/Hide" menu.
10567
105682002-02-09 Richard M. Stallman <rms@gnu.org>
10569
10570 * mail/mailabbrev.el (mail-mode-map): Use eval-after-load to change it.
10571
105722002-02-09 Kim F. Storm <storm@cua.dk>
10573
10574 * faces.el (mode-line-inactive): New face for mode-line for
10575 non-selected windows.
10576 (mode-line): Doc fix: Only used for selected window.
10577
105782002-02-08 Eli Zaretskii <eliz@is.elta.co.il>
10579
10580 * calendar/cal-menu.el (calendar-mode-map): Change the menu item's
10581 name to "Insert Diary Entry".
10582
105832002-02-08 Stefan Monnier <monnier@cs.yale.edu>
10584
10585 * font-lock.el (save-buffer-state): Use restore-buffer-modified-p.
10586 (c-font-lock-syntactic-face-function): Accept doxygen-style comments.
10587
105882002-02-08 Richard M. Stallman <rms@gnu.org>
10589
10590 * textmodes/text-mode.el (text-mode-hook-identify): Define as no-op.
10591
105922002-02-08 Andreas Schwab <schwab@suse.de>
10593
10594 * calc/calc.el (calcDigit-key): Use minibuffer-prompt-end instead
10595 of point-min.
10596
105972002-02-08 Eli Zaretskii <eliz@is.elta.co.il>
10598
10599 * net/ange-ftp.el (ange-ftp-process-handle-line)
10600 (ange-ftp-set-xfer-size): If the file's size is a float, divide
10601 by 1024 instead of using ash.
10602
10603 * international/mule-cmds.el (select-safe-coding-system):
10604 State the buffer's name in the message popped in the *Warning* buffer,
10605 and make sure the offending buffer is displayed.
10606
106072002-02-07 Markus Rost <rost@math.ohio-state.edu>
10608
10609 * ffap.el (ffap-newsgroup-p): Test for non-nil symbol-value of htb.
10610
106112002-02-07 Richard M. Stallman <rms@gnu.org>
10612
10613 * terminal.el (terminal-map): Define [menu-bar] so global def is seen.
10614
10615 * register.el (list-registers): New command.
10616 (describe-register-1): New subroutine, taken out of view-register.
10617
10618 * emacs-lisp/copyright.el (copyright-regexp):
10619 Delete the unibyte copyright symbol; it's redundant.
10620 Fix a spazz in the multibyte encoding here.
10621
106222002-02-07 Dave Love <fx@gnu.org>
10623
10624 * language/cyril-util.el (cyrillic-encode-koi8-r-char)
10625 (cyrillic-encode-alternativnyj-char): Get translation tables from
10626 symbol properties, not as variables.
10627 (standard-display-cyrillic-translit): Include unicodes.
10628
106292002-02-06 Kim F. Storm <storm@cua.dk>
10630
10631 * help.el (where-is): Report remapped commands.
10632
10633 * help-fns.el (describe-function-1): Ditto.
10634
10635 * subr.el (global-set-key, local-set-key): Accept a symbol for the
10636 KEY argument (like define-key).
10637
5fe0ea6a 106382002-02-06 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
10639
10640 * textmodes/flyspell.el (flyspell-insert-function): Doc fix.
10641
106422002-02-06 Richard M. Stallman <rms@gnu.org>
10643
10644 * mail/mailabbrev.el: Require sendmail only at compile time.
10645 (mail-mode-header-syntax-table): Var deleted.
10646 (mail-abbrev-syntax-table): Init to nil, will compute when needed.
10647 (sendmail-pre-abbrev-expand-hook): Only temporarily change
10648 local-abbrev-table and the syntax table.
10649 Compute mail-abbrev-syntax-table if that has not been done.
10650
10651 * progmodes/compile.el (grep-compute-defaults): Definition moved up.
10652
10653 * emacs-lisp/debug.el (debugger-frame-offset): Var deleted.
10654 (debugger-frame-number): Figure out the offset directly.
10655 (debugger-setup-buffer): Don't use debugger-frame-offset.
10656 (debugger-frame, debugger-frame-clear): Likewise.
10657 (debugger-jump): Don't alter debugger-frame-offset.
10658
10659 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
10660 Replace foo-p as var name with foo-flag, not foo-p-flag.
10661
10662 * hilit-chg.el (highlight-changes-active-string): Default to +Chg.
10663 (highlight-changes-passive-string): Default to -Chg.
10664 (highlight-changes-global-modes): Doc fix.
10665
10666 * dired.el (dired-get-filename): Add /: when appropriate
10667 to avoid taking a local name as remote.
10668
10669 * files.el (file-name-non-special): Add special handling for
10670 file-name-sans-versions, file-name-completion, and
10671 file-name-all-completions.
10672
10673 * isearch.el (isearch-update): Don't update display in kbd macro.
10674 (isearch-lazy-highlight-new-loop): Do nothing in kbd macro.
10675
10676 * subr.el (force-mode-line-update): Doc fix.
10677
10678 * subr.el (atomic-change-group, prepare-change-group)
10679 (activate-change-group, accept-change-group, cancel-change-group):
10680 New functions.
10681
10682 * simple.el (undo-get-state, undo-revert-to-state): Fns deleted.
10683 (transpose-subr-1): Use atomic-change-group.
10684
10685 * subr.el (add-minor-mode): Include the mode's lighter string
10686 in the minor mode menu item name.
10687
10688 * mail/rmail.el (rmail-toggle-header): Avoid possibly slow call to
10689 rmail-count-screen-lines starting from (point-min).
10690
10691 * startup.el (use-fancy-splash-screens-p): Need 19 lines,
10692 beyond the image height, to use the fancy splash screen.
10693
10694 * textmodes/text-mode.el (text-mode-hook-identify): Function deleted.
10695 (text-mode): Set text-mode-variant here.
10696
106972002-02-06 Eli Zaretskii <eliz@is.elta.co.il>
10698
10699 * play/pong.el (pong-height): Don't use height that exceeds the
10700 frame height.
10701 (pong-border-options): Make the border colors slightly more bright.
10702
10703 * play/gamegrid.el (gamegrid-display-type): Treat any
10704 color-capable display as color-x, if display-color-p is fboundp.
10705 (gamegrid-make-color-x-face): Don't call gamegrid-color twice.
10706 (gamegrid-make-color-tty-face): Use the value of color, not the
10707 symbol itself. Don't call gamegrid-color.
10708
107092002-02-05 Eli Zaretskii <eliz@is.elta.co.il>
10710
10711 * gud.el (gud-refresh): Call recenter only after we are sure we
10712 are in the right window.
10713
107142002-02-05 Per Abrahamsen <abraham@dina.kvl.dk>
10715
10716 * cus-edit.el (customize-mark-to-save): New function.
10717 * menu-bar.el (menu-bar-options-save): Rewrote.
10718
5fe0ea6a 107192002-02-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
10720
10721 * cus-start.el (x-use-underline-position-properties):
10722 Allow customization.
10723
107242002-02-04 Simon Josefsson <jas@extundo.com>
10725
10726 * dired.el (dired-load-hook, dired-mode-hook)
10727 (dired-before-readin-hook, dired-after-readin-hook): Defcustom.
10728
107292002-02-03 Colin Walters <walters@verbum.org>
10730
10731 * ibuf-ext.el (ibuffer-filter-format-alist)
10732 (ibuffer-cached-filter-formats, ibuffer-compiled-filter-formats):
10733 New variables.
10734 * ibuffer.el (ibuffer): Remove link; the "home page" for ibuffer
10735 is now the Emacs CVS tree.
10736 (ibuffer-formats): Doc fix.
10737 (ibuffer-active-formats-name, ibuffer-current-formats): New functions.
10738 (ibuffer-current-format): Use them.
10739 (ibuffer-recompile-formats, ibuffer-check-formats)
10740 (ibuffer-switch-format, ibuffer-update-title):
10741 Add support for ibuffer-filter-format-alist.
10742 (define-ibuffer-column process): Remove unncessary consing.
10743
10744 * ibuf-macs.el (define-ibuffer-column): Add beginnings of support
10745 for a summary column.
10746
107472002-02-03 Andreas Schwab <schwab@suse.de>
10748
10749 * window.el (save-selected-window): Move macro before first use.
10750 (balance-windows): Fix misplaced parenthesis.
10751
5fe0ea6a 107522002-02-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
10753
10754 * calculator.el (calculator-displayers): Doc fixes.
10755
5fe0ea6a 107562002-02-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
10757
10758 * menu-bar.el (menu-bar-help-menu): Use different text for tool-tip.
10759 (menu-bar-options-save): Save also the value of `display-time-mode'.
10760 (showhide-date-time): New function.
10761 (menu-bar-showhide-menu): New menu-item "Date and time".
10762
107632002-02-03 Eli Zaretskii <eliz@is.elta.co.il>
10764
10765 * mail/rmail.el (rmail): Use find-buffer-visiting instead of
10766 get-file-buffer to check for rmail buffer existence.
10767
10768 * term.el (term-emulate-terminal): Extract proper command string
10769 which is supplied to term-command-hook.
10770
107712002-02-03 Richard M. Stallman <rms@gnu.org>
10772
10773 * international/quail.el (quail-help): Don't call help-setup-xref.
10774
10775 * international/mule-cmds.el (describe-input-method):
10776 Call help-setup-xref here.
10777 (describe-current-input-method): Doc fix.
10778
10779 * novice.el (disabled-command-hook): Clarify output text.
10780 Indent the paragraph from the command's doc string.
10781
10782 * dabbrev.el (dabbrev--goto-start-of-abbrev):
10783 Exit loop on beginning of field rather than bobp.
10784
107852002-02-02 Eli Zaretskii <eliz@is.elta.co.il>
10786
10787 * mail/uce.el (uce-reply-to-uce): Prune the headers before copying
10788 the message text into the *mail* buffer, and restore the pruned
10789 state after that.
10790
10791 * mail/rmail.el (rmail-redecode-body): Prune the headers before
10792 looking for X-Coding-System header, and restore the pruned state
10793 before returning.
10794
5fe0ea6a 107952002-02-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
10796
10797 * cus-edit.el (customize-save-variable): Fix typo in prompt.
10798
10799 These changes integrate new version of flyspell.el from its
10800 maintainer, Manuel Serrano:
10801
10802 * textmodes/flyspell.el (flyspell-issue-message-flag): New user option.
10803 (flyspell-mode-on, flyspell-notify-misspell)
10804 (flyspell-small-region, flyspell-external-point-words)
10805 (flyspell-large-region): Use it
10806 (flyspell-before-incorrect-word-string)
10807 (flyspell-after-incorrect-word-string): New user options.
10808 (make-flyspell-overlay): Use them.
10809 (flyspell-version): New function.
10810 (flyspell-incorrect-face, flyspell-duplicate-face): Adapt face
10811 definitions to use :weight.
10812 (flyspell-insert-function): New user option.
10813 (flyspell-auto-correct-word, flyspell-correct-word)
10814 (flyspell-xemacs-correct): Use it.
10815 (flyspell-define-abbrev): New function.
10816 (flyspell-auto-correct-word, flyspell-correct-word)
10817 (flyspell-xemacs-correct): Use it.
10818 (make-flyspell-overlay): Use `evaporate' property.
10819 (flyspell-auto-correct-word, flyspell-correct-word): Remove overlay.
10820 (flyspell-emacs-popup): Use `session' instead of `accept'.
10821 (flyspell-auto-correct-previous-pos): New variable.
10822 (flyspell-auto-correct-previous-hook)
10823 (flyspell-auto-correct-previous-word): New functions.
10824
108252002-02-02 Eli Zaretskii <eliz@is.elta.co.il>
10826
10827 * novice.el (enable-command): If Emacs was invoked as "emacs -q",
10828 don't alter the user's ~/.emacs.
10829 (disable-command): If user-init-file is nil or does not exist,
10830 default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
10831 But don't alter the init file if Emacs was invoked as "emacs -q"
10832
108332002-02-01 Stefan Monnier <monnier@cs.yale.edu>
10834
10835 * mail/sendmail.el (mail-mode): Undo half of last change.
10836
10837 * indent.el (indent-for-tab-command): Remove spurious code.
10838
10839 * hi-lock.el (hi-lock-find-patterns): Save restriction.
10840
108412002-02-01 Eli Zaretskii <eliz@is.elta.co.il>
10842
10843 * calendar/time-date.el: Moved from lisp/gnus.
10844
10845 * calendar/parse-time.el: Ditto.
10846
108472002-01-31 Richard M. Stallman <rms@gnu.org>
10848
10849 * international/iso-acc.el (iso-languages): Fix ", " in French.
10850
10851 * cus-start.el (history-length): Specify customization for it.
10852
10853 * emacs-lisp/debug.el (debugger-setup-buffer):
10854 When an eval-buffer frame was reading from a buffer,
10855 insert indication of the buffer position.
10856 (debugger-frame-number): Ignore ;;;-comment lines in backtrace.
10857 (debugger-frame-clear, debugger-frame): Error on non-frame line.
10858
10859 * simple.el (shell-command-on-region): Err if no mark
10860 before reading the command string.
10861
10862 * hl-line.el (hl-line-highlight, hl-line-unhighlight):
10863 Definitions moved down after hl-line-mode var's definition.
10864
10865 * hilit-chg.el (hilit-chg-fixup): Don't alter overlay if not ours.
10866 (hilit-chg-set-face-on-change): Rename arg.
10867 (hilit-chg-make-ov): Detect error earlier.
10868
10869 * ediff-hook.el: Delete autoload cookies.
10870
10871 * comint.el (comint-scroll-show-maximum-output): Default is t.
10872
10873 * emacs-lisp/bytecomp.el (batch-byte-compile): New arg noforce.
10874 (batch-byte-compile-if-not-done): New function.
10875
10876 * Makefile.in (compile): New target.
10877 (compile-always): Renamed from compile-files.
10878 (compile-after-backup): Renamed from compile.
10879 (bootstrap): Depend on compile-always, not compile-files.
10880
10881 * emulation/pc-select.el (pc-select-save-and-set-mode):
10882 Properly use MODE-VAR.
10883
5fe0ea6a 108842002-01-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
10885
10886 * menu-bar.el (menu-bar-help-menu): Change menu-item "Show Emacs
10887 Version" to "About Emacs".
10888 (menu-bar-options-save): Add `default-frame-alist'
10889 to saved variables.
10890 (menu-bar-showhide-scroll-bar-menu): Use frame-parameters instead
10891 of the variable `scroll-bar-mode'.
10892
10893 * startup.el (normal-splash-screen, display-splash-screen):
10894 New functions (separated from command-line-1).
10895 (command-line-1): Use them.
10896
108972002-01-28 Eli Zaretskii <eliz@is.elta.co.il>
10898
10899 * calendar/calendar.el (generate-calendar-month): Doc fix.
10900
5fe0ea6a 109012002-01-27 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
10902
10903 * time.el (display-time-mail-directory): New option.
10904 (display-time-mail-function): Update doc-string.
10905 (display-time-mail-icon): Use XPM image when available.
10906 (display-time-string-forms): Use more descriptive text as
10907 help-echo property.
10908 (display-time-mail-check-directory): New function.
10909 (display-time-update): Use it.
10910
10911 * menu-bar.el (menu-bar-showhide-scroll-bar-menu):
10912 Quote `window-system'.
10913
10914 * tmm.el (tmm-get-keymap): Honour :visible in `menu-item'.
10915 Add Keywords header. Update Commentary section.
10916 Update copyright notice.
10917
10918 * menu-bar.el (menu-bar-scroll-bar-right)
10919 (menu-bar-scroll-bar-left, menu-bar-scroll-bar-none)
10920 (showhide-menu-bar): New functions.
10921 (menu-bar-showhide-menu): New submenu "Show/Hide".
10922 (menu-bar-showhide-scroll-bar-menu): "Scroll-bar" submenu of
10923 "Show/Hide".
10924 Update copyright notice.
10925
109262002-01-27 Eli Zaretskii <eliz@is.elta.co.il>
10927
10928 * lazy-lock.el (lazy-lock-mode): Add a reference to jit-lock.
10929
109302002-01-26 Evgeny Roubinchtein <evgenyr@cs.washington.edu>
10931
10932 * pc-select.el (pc-selection-mode-hook)
10933 (pc-select-saved-settings-alist, pc-select-map)
10934 (pc-select-saved-global-map, pc-select-key-bindings-alist)
10935 (pc-select-default-key-bindings, pc-select-extra-key-bindings)
10936 (pc-select-meta-moves-sexps-key-bindings)
10937 (pc-select-tty-key-bindings, pc-select-old-M-delete-binding):
10938 New variables.
10939 (pc-select-define-keys, pc-select-restore-keys): New functions.
10940 (pc-select-add-to-alist, pc-select-save-and-set-var)
10941 (pc-select-save-and-set-mode, pc-select-restore-var)
10942 (pc-select-restore-mode): New macros.
10943 (pc-selection-mode): Completely rewrote the body of the function;
10944 the main goal was to make pc-selection-mode "turn-off"-able, like
10945 other minor modes. Use define-minore-mode instead of just a
10946 defun. Store the key bindings into four alists:
10947 pc-select-default-key-bindings, pc-select-extra-key-bindings,
10948 pc-select-meta-moves-sexps-key-bindings, and
10949 pc-select-tty-key-bindings; then have the pc-select-define-keys
10950 function walk those alists instead of calling define-key
10951 repeatedly. When the mode is turned on, set the
10952 keybindings in global-map and remember the old keybindings; when
10953 the mode is turned off, restore the previously-saved keybindings.
10954 (pc-selection-mode defcustom): Reflect the fact that the mode is
10955 now "turn-off"-able.
10956
109572002-01-26 Eli Zaretskii <eliz@is.elta.co.il>
10958
10959 * eshell/esh-cmd.el (eshell-eval-command): If eshell-resume-eval
10960 returns t, don't treat that as an error.
10961
109622002-01-25 Jason Rumney <jasonr@gnu.org>
10963
10964 * faces.el (face-font-registry-alternatives) [windows-nt]:
10965 Add ms-oemlatin as an alternative for iso8859-1.
10966
109672002-01-25 Stefan Monnier <monnier@cs.yale.edu>
10968
10969 * pcvs.el (cvs-reread-cvsrc): Distinguish between an empty list of
10970 args and the absence of an entry. Don't add -f each time.
10971
109722002-01-25 Eli Zaretskii <eliz@is.elta.co.il>
10973
10974 * emacs-lisp/cl-seq.el (mismatch): Doc fix.
10975
10976 Support for more than 8 colors on character terminals:
10977
10978 * term/rxvt.el: New file.
10979
10980 * Makefile.in (DONTCOMPILE): Remove term/xterm.el.
10981
10982 * term/xterm.el (xterm-standard-colors): New variable.
10983 (xterm-rgb-convert-to-16bit, xterm-register-default-colors)
10984 (xterm-rxvt-set-background-mode): New functions.
10985 (toplevel): Call xterm-register-default-colors,
10986 xterm-rxvt-set-background-mode, and tty-set-up-initial-frame-faces.
10987 Add support for more keys from xterm's terminfo entry.
10988
10989 * facemenu.el (list-colors-display): If the argument is nil, don't
10990 show more colors that the number returned by display-color-cells.
10991
10992 * term/pc-win.el (msdos-color-values): Reverse the order of the
10993 colors, since tty-color-define now preserves the registration order.
10994
10995 * w32-fns.el (w32-tty-standard-colors): Reverse the order.
10996
10997 * term/tty-colors.el (tty-standard-colors): Reverse the order.
10998 (tty-register-default-colors): New function; code moved from
10999 startup.el's command-line.
11000 (tty-modify-color-alist): Use nconc instead of cons, to preserve
11001 the order the colors where registered.
11002
11003 * frame.el (display-color-cells): Use tty-display-color-cells.
11004
11005 * startup.el (command-line): Call tty-register-default-colors.
11006
110072002-01-25 Richard M. Stallman <rms@gnu.org>
11008
11009 * subr.el (remove): Doc fix.
11010
110112002-01-24 Richard M. Stallman <rms@gnu.org>
11012
11013 * progmodes/compile.el (compilation-handle-exit):
11014 Add a compilation-handle-exit property to the "finished" message.
11015 (compilation-parse-errors): Stop parsing when that property is seen.
11016
11017 * subr.el (substring-no-properties): New function.
11018 (copy-without-properties): Function deleted.
11019
11020 * term/x-win.el (x-handle-geometry): Put sizes on both
11021 initial-frame-alist and default-frame-alist.
11022
11023 * cus-edit.el (custom-save-all): Bind file-precious-flag to t
11024 for saving .emacs.
11025
11026 * files.el (basic-save-buffer-2): Ignore file-error in delete-file.
11027
11028 * calendar/calendar.el (generate-calendar-month): Doc fix.
11029
110302002-01-23 Richard M. Stallman <rms@gnu.org>
11031
11032 * play/tetris.el (tetris): New defgroup.
11033 (tetris-use-glyphs, tetris-use-color, tetris-draw-border-with-glyphs)
11034 (tetris-default-tick-period): Convert to defcustom.
11035 Added * in docstring to indicate user variable.
11036 (tetris-update-speed-function, tetris-mode-hook, tetris-tty-colors)
11037 (tetris-x-colors, tetris-buffer-name, tetris-buffer-width)
11038 (tetris-buffer-height, tetris-width, tetris-height)
11039 (tetris-top-left-x, tetris-top-left-y): Convert to defcustom.
11040
110412002-01-22 Stefan Monnier <monnier@cs.yale.edu>
11042
11043 * mail/sendmail.el (mail-mode): ">" is not a supercite-style prefix
11044 and is already matched by adaptive-fill-regexp.
11045
110462002-01-22 Richard M. Stallman <rms@gnu.org>
11047
11048 * bindings.el (mode-line-copied-mode-name): New variable.
11049 (mode-line-mode-name): Don't modify mode-name itself!
11050 Instead, make a copy and reuse it.
11051
11052 * subr.el (copy-without-properties): New function.
11053
11054 * progmodes/sh-script.el (sh-set-shell): Doc fix.
11055
11056 * net/ange-ftp.el (ange-ftp-canonize-filename): Avoid duplicate
11057 slash if DIR is just slash.
11058
11059 * progmodes/perl-mode.el (perl-mode-abbrev-table): Restore definition.
11060
110612002-01-21 Richard M. Stallman <rms@gnu.org>
11062
11063 * emacs-lisp/copyright.el (copyright-regexp): Fix previous change.
11064
11065 * net/ange-ftp.el (ange-ftp-bs2000-posix-hook-installed):
11066 Move defvar up.
11067
11068 * textmodes/ispell.el (ispell-help): Clean up echo area if user quits.
11069
11070 * ibuffer.el: Don't require ibuf-ext at load time.
11071 (ibuffer): Require ibuf-ext here.
11072
110732002-01-21 Francesco Potorti` <pot@gnu.org>
11074
11075 * generic-x.el (apache-conf-generic-mode): Highlight the first
11076 word in a line even if preceded by blanks.
11077
110782002-01-21 Richard M. Stallman <rms@gnu.org>
11079
11080 * window.el (window-body-height): Handle minibuffer window specially.
11081 Otherwise, don't return less than 1.
11082
110832002-01-20 Thomas Dorner <Thomas.Dorner@start.de>
11084
11085 * ange-ftp.el: Added support for BS2000, and for raw ftp
11086 login commands (needed in some circumstances).
11087 (ange-ftp-raw-login): New custom var.
11088 (ange-ftp-normal-login): Perform login with raw ftp commands, if
11089 ange-ftp-raw-login is set and account password is needed.
11090 (ange-ftp-host-type, ange-ftp-guess-host-type): Handle BS2000 hosts.
11091 (ange-ftp-bs2000-filename-pubset-regexp)
11092 (ange-ftp-bs2000-filename-username-regexp)
11093 (ange-ftp-bs2000-filename-prefix-regexp)
11094 (ange-ftp-bs2000-name-template): New consts.
11095 (ange-ftp-bs2000-short-filename-regexp)
11096 (ange-ftp-bs2000-fix-name-regexp-reverse)
11097 (ange-ftp-bs2000-fix-name-regexp): New consts.
11098 (ange-ftp-bs2000-special-prefix): New custom var.
11099 (ange-ftp-fix-name-for-bs2000)
11100 (ange-ftp-fix-dir-name-for-bs2000): New funs.
11101 (ange-ftp-bs2000-host-regexp, ange-ftp-bs2000-posix-host-regexp)
11102 (ange-ftp-bs2000-posix-hook-installed): New vars.
11103 (ange-ftp-parse-bs2000-filename, ange-ftp-parse-bs2000-listing)
11104 (ange-ftp-bs2000-host, ange-ftp-bs2000-posix-host)
11105 (ange-ftp-add-bs2000-host, ange-ftp-add-bs2000-posix-host): New funs.
11106 (ange-ftp-bs2000-filename-regexp): New const.
11107 (ange-ftp-bs2000-additional-pubsets): New custom var.
11108 (ange-ftp-bs2000-cd-to-posix): New fun.
11109
111102002-01-20 Colin Walters <walters@verbum.org>
11111
11112 * ibuffer.el: (toplevel) Require `ibuf-ext', which is now compiled
11113 with `byte-compile-dynamic'.
11114 (ibuffer-default-directory, toplevel): Doc files.
11115
5fe0ea6a 111162002-01-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
11117
11118 * tempo.el (tempo-define-template): Doc fix.
11119
11120 * scroll-bar.el (scroll-bar-mode): Make argument optional.
11121
111222002-01-20 Jason Rumney <jasonr@gnu.org>
11123
11124 * w32-vars.el: New file.
11125
11126 * loadup.el [windows-nt]: Load it.
11127
11128 * w32-fns.el, term/w32-win.el: Move user variables to w32-vars.el
11129 and make them defcustoms.
11130
11131 * term/w32-win.el (mouse-set-font): Use w32-list-proportional-fonts.
11132
5fe0ea6a 111332002-01-19 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
11134
11135 * language/tibet-util.el (tibetan-decompose-region)
11136 (tibetan-decompose-string): Fix typo in docstring.
11137
11138 * ruler-mode.el (ruler-mode): New keyword. Fix :version.
11139
111402002-01-18 Richard M. Stallman <rms@gnu.org>
11141
11142 * comint.el (comint-redirect-send-command-to-process):
11143 Restore previous current buffer.
11144
11145 * window.el (window-body-height): New function.
11146
111472002-01-18 Zoltan Kemenczy <kemenczy@rogers.com>
11148
11149 * gud.el (easy-mmode-defmap): Enable "Up Stack", "Down Stack", and
11150 "Finish Function" menu map entries for jdb mode.
11151 (gud-jdb-use-classpath): New customization variable.
11152 (gud-jdb-command-name): Add customization.
11153 (gud-jdb-classpath, gud-marker-acc-max-length): New variables.
11154 (gud-jdb-classpath-string): New variable.
11155 (gud-jdb-source-files, gud-jdb-class-source-alist): Add doc strings.
11156 (gud-jdb-build-source-files-list): Likewise.
11157 (gud-jdb-massage-args): Record any command argument classpath
11158 string in `gud-jdb-classpath-string'.
11159 (gud-jdb-lowest-stack-level): New function, finds bottom of current
11160 java call stack in jdb output.
11161 (gud-jdb-find-source-using-classpath, gud-jdb-find-source)
11162 (gud-jdb-parse-classpath-string): New functions.
11163 (gud-jdb-marker-filter): Search/detect classpath information in
11164 jdb's output. marker regexp updated to match oldjdb and jdb output
11165 formats. Expand search for source files to include new/old methods
11166 using new functions above. Do not allow `gud-marker-acc' to grow
11167 without bound.
11168 (jdb): Set classpath information (if available) as jdb is started.
11169 Change `gud-break' and `gud-remove'
f530a77b
SM
11170 to use new %c ("class") escape in format strings.
11171 Add `gud-finish', `gud-up', `gud-down' command string functions, and
fe72c904
CW
11172 add them to the local menu map. Update `comint-prompt-regexp' for
11173 jdb and oldjdb. If attaching to an already running java VM and
11174 configured to use classpath, send command to query for classpath,
11175 else use previous method for finding and parsing java
11176 sources. Set `gud-jdb-find-source' function accordingly.
11177 (gud-mode): Doc fix.
11178 (gud-format-command): Add support for new %c ("class") escape.
11179 (gud-find-class): New function in support of %c escape.
11180
111812002-01-17 Richard M. Stallman <rms@gnu.org>
11182
11183 * ibuf-ext.el: Enable byte-compile-dynamic.
11184
111852002-01-17 Jason Rumney <jasonr@gnu.org>
11186
11187 * term/w32-win.el: Restore conditional require of fontset.
11188
111892002-01-16 Richard M. Stallman <rms@gnu.org>
11190
11191 * mouse.el (mouse-drag-region-1): Renamed from mouse-drag-region,
11192 more or less.
11193 (mouse-drag-region): New function. For a click in the echo area,
11194 show *Messages*.
11195
11196 * ibuf-ext.el: Delete the autoloads for functions defined with
11197 ibuffer-specific commands.
11198
11199 * help.el (describe-distribution): Really call view-file.
11200
11201 * net/ange-ftp.el (ange-ftp-passive-mode): New arg PROC.
11202 (ange-ftp-get-process): Pass that arg.
11203
11204 * comint.el (comint-simple-send): Fix previous change.
11205
11206 * net/telnet.el (telnet-simple-send): Fix previous change.
11207
11208 * progmodes/sql.el (sql-escape-newlines-and-send)
11209 (sql-query-placeholders-and-send): Fix previous change.
11210
112112002-01-16 Colin Walters <walters@verbum.org>
11212
11213 * ibuf-ext.el, ibuf-macs.el, ibuffer.el (toplevel): Remove X-RCS,
11214 URL, Compatibility headers. Update copyright notice.
11215 * ibuf-macs.el (toplevel): Require `cl' when compiling.
11216
112172002-01-16 Andrew Choi <akochoi@cse.cuhk.edu.hk>
11218
11219 * startup.el (command-line): Set EOL mnemonics for the Mac.
11220
112212002-01-16 Andreas Schwab <schwab@suse.de>
11222
11223 * mail/feedmail.el (feedmail): Fix :link spec.
11224
5fe0ea6a 112252002-01-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
11226
11227 * net/ldap.el (ldap-ldapsearch-prog): Default to OpenLDAP version
11228 2 ldapsearch.
11229
11230 * net/eudc.el: New maintainer. Change author's address.
11231 (eudc-pre-select-window-configuration, eudc-insertion-marker):
11232 Variables removed.
11233 (eudc-insert-selected): Function removed.
11234 (eudc-select): Reimplemented.
11235 (eudc-expand-inline): Delete the strings only after its expansion
11236 is chosen not before.
11237
11238 * net/eudcb-ph.el (eudc-ph-open-session): Remove XEmacs case.
11239 Minor coding style fixes.
11240
11241 * net/eudcb-ldap.el: New maintainer. Change author's address.
11242 (eudc-attribute-display-method-alist): Display mail with
11243 eudc-display-mail.
11244
11245 * net/eudcb-bbdb.el, net/eudc-export.el, net/eudc-hotlist.el,
11246 * net/eudc-vars.el: New maintainer. Change author's address.
11247
11248 * net/eudc-bob.el: New maintainer. Change author's address.
11249 (eudc-bob-mail-keymap): New keymap for e-mail addresses.
11250 (eudc-display-mail): New function.
11251 (eudc-bob-play-sound-at-point): Remove XEmacs case.
11252
112532002-01-15 Richard M. Stallman <rms@gnu.org>
11254
11255 * emacs-lisp/autoload.el (make-autoload):
11256 Don't handle define-ibuffer-column, define-ibuffer-filter,
11257 define-ibuffer-sorter, and define-ibuffer-op.
11258
112592002-01-14 Richard M. Stallman <rms@gnu.org>
11260
11261 * calendar/calendar.el (diary-date-forms): Doc fix.
11262
112632002-01-14 Eli Zaretskii <eliz@is.elta.co.il>
11264
11265 * startup.el (command-line): Register the default tty colors even
11266 if the terminal doesn't seem to support colors.
11267 <tty-long-option-alist>: New option --color.
11268 (tty-handle-args): Parse the --color arg.
11269
11270 * term/tty-colors.el (tty-color-mode-alist): New variable.
11271
112722002-01-14 Stefan Monnier <monnier@cs.yale.edu>
11273
11274 * net/ange-ftp.el (ange-ftp-root-dir-p): New function.
11275 (ange-ftp-file-name-all-completions, ange-ftp-file-name-completion):
11276 Use it.
11277 (ange-ftp-hook-function): Preserve match-data.
11278 (ange-ftp-insert-directory): Typo.
11279 (ange-ftp-shell-command): Check if regexp matched.
11280
112812002-01-13 Richard M. Stallman <rms@gnu.org>
11282
11283 * international/mule-cmds.el: help-map bindings moved to help.el.
11284
11285 * help.el (view-echo-area-messages): New function.
11286 (help-map): Add `e' binding. Delete obsolete `d' binding.
11287 Change old Info bindings C-f, C-k and C-i to F, K, S.
11288 Move view-emacs-FAQ from F to C-f.
11289 Move view-emacs-problems from P to C-e.
11290 Bindings moved here from mule-cmds.el.
11291 C-l binding for describe-language-environment deleted
11292 (help-for-help): Update for all these changes.
11293
11294 * emacs-lisp/copyright.el (copyright-regexp): Make (C) optional.
11295
112962002-01-13 Dave Love <fx@gnu.org>
11297
11298 * emacs-lisp/copyright.el: Doc fixes.
11299 (copyright-regexp): Add Latin-9 copyright sign.
11300 Match comment delimiters in year lists.
11301 (copyright-current-year): Initialize to load-time year.
11302
113032002-01-13 Andreas Schwab <schwab@suse.de>
11304
11305 * dired-aux.el (dired-do-shell-command): Doc fix.
11306
113072002-01-13 Jan Djarv <Jan.Djarv@mbox200.swipnet.se>
11308
11309 * startup.el (command-line-x-option-alist): New options "-fs",
11310 "-fw", "-fh", "--fullscreen", "--fullwidth", and "--fullheight".
11311
11312 * term/x-win.el (x-handle-initial-switch): New function.
11313
113142002-01-13 Colin Walters <walters@debian.org>
11315
f530a77b
SM
11316 * emacs-lisp/autoload.el (make-autoload): Handle define-ibuffer-column,
11317 define-ibuffer-filter, define-ibuffer-sorter, and define-ibuffer-op.
fe72c904
CW
11318
11319 * emacs-lisp/lisp-mode.el (toplevel): Ditto.
11320
11321 * ibuffer.el, ibuf-ext.el, ibuf-macs.el: New files.
11322
113232002-01-12 Richard M. Stallman <rms@gnu.org>
11324
11325 * net/browse-url.el (browse-url-grail):
11326 Use browse-url-maybe-new-window.
11327
f530a77b
SM
11328 * net/telnet.el (telnet-simple-send):
11329 Handle comint-input-sender-no-newline like comint-simple-send.
fe72c904 11330
f530a77b
SM
11331 * progmodes/sql.el (sql-query-placeholders-and-send):
11332 Handle comint-input-sender-no-newline like comint-simple-send.
fe72c904
CW
11333 (sql-escape-newlines-and-send): Likewise.
11334
11335 * comint.el (comint-input-sender): Doc fix.
11336 (comint-input-sender-no-newline): New variable.
11337 (comint-simple-send): If comint-input-sender-no-newline,
11338 don't output newline, but maybe send eof.
11339 (comint-send-input): New arg NO-NEWLINE.
11340 (comint-send-eof): Call comint-send-eof with NO-NEWLINE.
11341
5fe0ea6a 113422002-01-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904 11343
f530a77b
SM
11344 * textmodes/flyspell.el (flyspell-check-pre-word-p):
11345 Prevent delaying when executing keyboard macros.
fe72c904
CW
11346
113472002-01-12 Richard M. Stallman <rms@gnu.org>
11348
11349 * simple.el (line-move): If we can't move enough lines,
11350 go to beginning or end of line.
11351
11352 * help-mode.el (help-xref-go-back): Restore POSITION in proper buffer
11353 and proper window.
11354
11355 * help.el (describe-mode): Call help-setup-xref in the help buffer.
11356 Switch buffers only after calling `help-buffer'.
11357
11358 * dired-aux.el (dired-shell-stuff-it): Substitute for * or ?
11359 only when they are surrounded by whitespace.
11360 Use dired-mark-separator when adding one file name to a command.
11361 (dired-do-shell-command): Verify that * is surrounded by whitespace.
11362 Ask for confirmation if * or ? is not surrounded by whitespace.
11363 (dired-bunch-files): Re-reverse the partial file list when it is used.
11364
113652002-01-12 Richard M. Stallman <rms@gnu.org>
11366
11367 * comint.el (comint-dynamic-list-completions): Repeating the command
11368 after displaying a completion list scrolls the list.
11369
113702002-01-12 Eli Zaretskii <eliz@is.elta.co.il>
11371
11372 * files.el (find-file-noselect): Don't consider a buffer as
11373 visiting a file literally if it is in hexl-mode.
11374
11375 * faces.el (minibuffer-prompt): A better face definition for MS-DOS.
11376
113772002-01-11 Richard M. Stallman <rms@gnu.org>
11378
11379 * startup.el (initial-scratch-message): Fix custom type, add group.
11380
11381 * mail/rmail.el (rmail-decode-babyl-format): Disable undo
11382 around the decode-coding-region call.
11383
11384 * emacs-lisp/lisp.el (lisp-complete-symbol): Repeating the command
11385 after displaying a completion list scrolls the list.
11386
113872002-01-11 Eli Zaretskii <eliz@is.elta.co.il>
11388
11389 * version.el (emacs-version): Bump to 21.2.50.
11390
113912002-01-10 Thien-Thi Nguyen <ttn@giblet.glug.org>
11392
11393 * play/zone.el (zone-timeout): New var.
11394 (zone-hiding-modeline): New macro.
11395 (zone-call): New func.
11396
11397 (zone): Init `modeline-hidden-level' symbol property.
11398 Use `zone-call' instead of `funcall'.
11399
11400 (zone-pgm-whack-chars): Use `make-string' (fix bug introduced in 2001-10-26T20:11:25Z!monnier@iro.umontreal.ca).
11401
11402 (zone-pgm-stress): Use `zone-hiding-modeline'.
11403
11404 (zone-pgm-stress-destress): New zone program.
11405
114062002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
11407
11408 * faces.el (minibuffer-prompt): Special face definition for MS-DOS.
11409
114102002-01-09 Richard M. Stallman <rms@gnu.org>
11411
11412 * startup.el (fancy-splash-screens): Set tab-width in correct buffer.
11413
114142002-01-09 Michael Kifer <kifer@cs.stonybrook.edu>
11415
11416 * viper.el (viper-set-hooks): Zap viper-unfriendly bindings in
11417 flyspell-mouse-map.
11418
114192002-01-08 Richard M. Stallman <rms@gnu.org>
11420
11421 * emacs-lisp/regexp-opt.el (regexp-opt): Bind max-specpdl-size.
11422
11423 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Fix custom type.
11424
11425 * textmodes/flyspell.el (flyspell-mode-line-string): Fix custom type.
11426
5fe0ea6a 114272002-01-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
11428
11429 * progmodes/ada-mode.el (ada-initialize-properties, ada-mode):
11430 Do not use make-local-hook.
11431
114322002-01-08 Eli Zaretskii <eliz@is.elta.co.il>
11433
11434 * international/quail.el (quail-start-translation)
11435 (quail-start-conversion): Bind last-command-event, last-command,
11436 and this-command in the first let. This fixes the change from
11437 2000-08-30.
11438
114392002-01-08 Michael Kifer <kifer@cs.stonybrook.edu>
11440
11441 * ediff-hook.el: Add an autoload cookie.
11442
5fe0ea6a 114432002-01-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
11444
11445 * net/eudcb-ph.el, net/ldap.el: New maintainer. New e-mail
11446 address of the author.
11447
114482002-01-08 Richard M. Stallman <rms@gnu.org>
11449
11450 * replace.el (occur-mode-goto-occurrence-other-window): New command.
11451 (occur-mode-map): Bind `o' to that.
11452
114532002-01-07 Michael Kifer <kifer@cs.stonybrook.edu>
11454
11455 * viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
11456 new macro that replaces viper-emacs-p and viper-xemacs-p in many
11457 cases. Used to reduce the number of warnings.
11458
11459 * viper-cmd.el: Use viper-cond-compile-for-xemacs-or-emacs.
11460 (viper-standard-value): Move here from viper.el.
11461 (viper-set-unread-command-events): Move to viper-util.el
11462 (viper-check-minibuffer-overlay): Make sure
11463 viper-minibuffer-overlay is moved to cover the entire input field.
11464
11465 * viper-util.el: use viper-cond-compile-for-xemacs-or-emacs.
11466 (viper-read-key-sequence, viper-set-unread-command-events)
11467 (viper-char-symbol-sequence-p, viper-char-array-p): Moved here.
11468
11469 * viper-ex.el: Use viper-cond-compile-for-xemacs-or-emacs.
11470
11471 * viper-keym.el: Use viper-cond-compile-for-xemacs-or-emacs.
11472
11473 * viper-mous.el: Use viper-cond-compile-for-xemacs-or-emacs.
11474
11475 * viper-macs.el (viper-char-array-p, viper-char-symbol-sequence-p)
11476 (viper-event-vector-p): Move to viper-util.el
11477
11478 * viper.el (viper-standard-value): Move to viper-cmd.el.
11479 Use viper-cond-compile-for-xemacs-or-emacs.
11480
11481 * ediff-help.el: Use ediff-cond-compile-for-xemacs-or-emacs.
11482
11483 * ediff-hook.el: Use ediff-cond-compile-for-xemacs-or-emacs.
11484
11485 * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs):
11486 New macro designed to be used in many places where ediff-emacs-p or
11487 ediff-xemacs-p was previously used. Reduces the number of warnings.
11488 Use ediff-cond-compile-for-xemacs-or-emacs in many places in lieu
11489 of ediff-xemacs-p.
11490 (ediff-make-current-diff-overlay, ediff-highlight-diff-in-one-buffer)
11491 (ediff-convert-fine-diffs-to-overlays, ediff-empty-diff-region-p)
11492 (ediff-whitespace-diff-region-p, ediff-get-region-contents):
11493 Move to ediff-util.el.
11494 (ediff-event-key): Moved here.
11495
11496 * ediff-merge.el: Got rid of unreferenced variables.
11497
11498 * ediff-mult.el: Use ediff-cond-compile-for-xemacs-or-emacs.
11499
11500 * ediff-util.el: Use ediff-cond-compile-for-xemacs-or-emacs.
11501 (ediff-cleanup-mess): Improve the way windows are set up after
11502 quitting ediff.
11503 (ediff-janitor): Use ediff-dispose-of-variant-according-to-user.
11504 (ediff-dispose-of-variant-according-to-user): New function
11505 designed to be smarter and also understands indirect buffers.
11506 (ediff-highlight-diff-in-one-buffer)
11507 (ediff-unhighlight-diff-in-one-buffer)
11508 (ediff-unhighlight-diffs-totally-in-one-buffer)
11509 (ediff-highlight-diff, ediff-highlight-diff)
11510 (ediff-unhighlight-diff, ediff-unhighlight-diffs-totally)
11511 (ediff-empty-diff-region-p, ediff-whitespace-diff-region-p)
11512 (ediff-get-region-contents, ediff-make-current-diff-overlay):
11513 Moved here.
11514 (ediff-format-bindings-of): New function by Hannu Koivisto
11515 <azure@iki.fi>.
11516 (ediff-setup): Make sure the merge buffer is always widened and
11517 modifiable.
11518 (ediff-write-merge-buffer-and-maybe-kill): Refuse to write the
11519 result of a merge into a file visited by another buffer.
11520 (ediff-arrange-autosave-in-merge-jobs): Check if the merge file
11521 is visited by another buffer and ask to save/delete that buffer.
11522 (ediff-verify-file-merge-buffer): New function to do the above.
11523
11524 * ediff-vers.el: Load ediff-init.el at compile time.
11525
11526 * ediff-wind.el: Use ediff-cond-compile-for-xemacs-or-emacs.
11527
11528 * ediff.el (ediff-windows, ediff-regions-wordwise)
11529 (ediff-regions-linewise): Use indirect buffers to improve
11530 robustness and make it possible to compare regions of the same
11531 buffer (even overlapping regions).
11532 (ediff-clone-buffer-for-region-comparison)
11533 (ediff-clone-buffer-for-window-comparison): New functions.
11534 (ediff-files-internal): Refuse to compare identical files.
11535 (ediff-regions-internal): Get rid of the warning about comparing
11536 regions of the same buffer.
11537
11538 * ediff-diff.el (ediff-convert-fine-diffs-to-overlays): Moved here.
11539 Plus the following fixes courtesy of Dave Love: Doc fixes.
11540 (ediff-word-1): Use word class and move - to the
11541 front per regexp documentation.
11542 (ediff-wordify): Bind forward-word-function outside loop.
11543 (ediff-copy-to-buffer): Use insert-buffer-substring rather than
11544 consing buffer contents.
11545 (ediff-goto-word): Move syntax table setting outside loop.
11546
115472002-01-07 Richard M. Stallman <rms@gnu.org>
11548
11549 * dired.el (dired-copy-filename-as-kill): Call kill-append
11550 if following a kill command.
11551
11552 * help-fns.el (describe-variable, describe-function):
11553 Do save-excursion.
11554
5fe0ea6a 115552002-01-06 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
11556
11557 * net/ldap.el (ldap-search-internal): Skip error message from
11558 ldapsearch. Allow listing attribute names only. Do not open
11559 non-existent files.
11560
11561 * net/eudcb-ldap.el (eudc-ldap-get-field-list): Do not try to
11562 call non-existent function.
11563
11564 * net/eudc.el (top-level): Revert previous change.
11565
11566 * net/net-utils.el (nslookup-font-lock-keywords): Defvar font-lock
11567 variables to prevent warning from byte-compiler.
11568
11569 * net/eudc.el (top-level): Use eudc-xemacs-p instead of
11570 string-match on emacs-version again.
11571
11572 * enriched.el (enriched-make-annotation): Fix the change from
11573 2002-01-05.
11574 (enriched-handle-display-prop): Return proper values.
11575
f530a77b
SM
11576 * net/eudcb-ldap.el (eudc-attribute-display-method-alist):
11577 Use proper attribute name labeledUri instead of deprecated labeledUrl.
fe72c904 11578
5fe0ea6a 115792002-01-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
11580
11581 * net/eudc-hotlist.el (eudc-edit-hotlist): Avoid error when
11582 editing an empty hotlist.
11583
11584 * net/ldap.el (ldap-search-internal): Make the buffer unibyte.
f530a77b 11585 Use buffer-string instead of buffer-substring for the whole buffer.
fe72c904
CW
11586
11587 * net/eudc-vars.el (eudc-external-viewers): Do not use xv, it is
11588 not free.
11589
11590 * net/eudc-bob.el (eudc-bob-can-display-inline-images)
11591 (eudc-bob-display-jpeg): Use fboundp instead of boundp.
11592 (eudc-bob-save-object): Make the buffer unibyte.
11593 (eudc-bob-generic-keymap): Add new keybinding `!' to pipe the
11594 object to external program.
11595
115962002-01-05 Andre Spiegel <spiegel@gnu.org>
11597
11598 * vc.el (vc-branch-part): Return nil if there's no `.'
11599 (vc-default-previous-version): Renamed from vc-previous-version.
11600 New args BACKEND and FILE. Return nil for revision numbers
11601 without a `.'
11602 (vc-version-diff): Call vc-BACKEND-previous-version.
11603 (vc-steal-lock): Steal lock before composing mail, so that no mail
11604 is sent when the stealing goes wrong. And we'll actually see the
11605 error in that case now.
11606 (vc-finish-steal): Removed.
11607
11608 * vc-rcs.el (vc-rcs-steal-lock): Do a real checkout after stealing
11609 the lock, so that we see expanded headers.
f530a77b
SM
11610 (vc-rcs-trunk-p, vc-rcs-branch-part, vc-rcs-branch-p)
11611 (vc-rcs-minor-part, vc-rcs-previous-version): Removed. These are
fe72c904
CW
11612 available from vc.el. Updated all callers.
11613
116142002-01-05 Richard M. Stallman <rms@gnu.org>
11615
11616 * enriched.el (enriched-make-annotation): Doc fix.
11617
11618 * format.el (format-replace-strings, format-subtract-regions)
11619 (format-annotate-region, format-annotate-location)
11620 (format-annotate-atomic-property-change)
11621 (format-annotate-single-property-change): Doc fixes.
11622
116232002-01-05 Jason Rumney <jasonr@gnu.org>
11624
11625 * term/w32-win.el: Require fontset unconditionally.
11626 (w32-handle-scroll-bar-event): Remove.
11627
116282002-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
11629
11630 * emacs-lisp/copyright.el (copyright-regexp): Allow multi-line
11631 copyrights to be updated.
11632
116332002-01-04 Eli Zaretskii <eliz@is.elta.co.il>
11634
11635 * textmodes/texinfo.el (texinfo-insert-@end): Fix the change from
11636 2001-10-24.
11637
11638 * mail/sendmail.el (mail-recover-1, mail-recover): Doc fix.
11639
5fe0ea6a 116402002-01-04 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904 11641
f530a77b 11642 * net/ldap.el (ldap-host-parameters-alist): Remove duplicated entry.
fe72c904
CW
11643 (ldap-ignore-attribute-codings): Change the default value to allow
11644 encoding/decoding of attributes.
11645 (ldap-coding-system): Use UTF-8 as the coding-system. Doc fix.
11646
116472002-01-03 Richard M. Stallman <rms@gnu.org>
11648
11649 * files.el (basic-save-buffer): Undo previous change.
11650
11651 * calendar/diary-lib.el (diary-block): Doc fix.
11652
11653 * custom.el (defcustom): Fix syntax of previous change.
11654
116552002-01-03 Per Abrahamsen <abraham@dina.kvl.dk>
11656
11657 * custom.el (defcustom): Documented :tag, :link and :load.
11658
116592002-01-03 Eli Zaretskii <eliz@is.elta.co.il>
11660
11661 * mail/sendmail.el (mail-recover-1): New function.
f530a77b
SM
11662 (mail-recover): Switch to the *mail* buffer right away.
11663 Use buffer-auto-save-file-name instead of calling
fe72c904
CW
11664 make-auto-save-file-name. Call dired-noselect instead of invoking
11665 `ls' directly. Bind coding-system-for-read to emacs-mule-unix
11666 before reading the auto-save file. If the buffer's auto-save file
11667 does not exist, call mail-recover-1 to allow recovery from past
11668 auto-saved drafts.
11669
5fe0ea6a 116702002-01-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
11671
11672 * time.el (display-time-load-average-threshold): Fix defcustom
11673 (add type and group).
11674
11675 * net/ange-ftp.el (ange-ftp-shell-command): Remove port
11676 specification from the hostname.
11677
116782002-01-02 Richard M. Stallman <rms@gnu.org>
11679
11680 * facemenu.el (facemenu-active-faces):
11681 Use face-attributes-as-vector, not face-attributes-vector.
11682
116832002-01-02 Chris Hanson <cph@aarau.ai.mit.edu>
11684
11685 * xscheme.el: Eleven years of updates on a private copy.
11686
11687 Extensive changes to support multiple xscheme buffers:
11688 (run-scheme): Break up into new functions to facilitate starting
11689 processes in other buffers.
11690 (xscheme-start, xscheme-read-command-line): New functions.
11691 (start-scheme, select-scheme)
11692 (default-xscheme-runlight)
11693 (global-set-scheme-interaction-buffer)
11694 (local-set-scheme-interaction-buffer)
11695 (local-clear-scheme-interaction-buffer)
11696 (exit-scheme-interaction-mode)
11697 (verify-xscheme-buffer): New functions.
11698 (xscheme-process-name, xscheme-buffer-name)
11699 (xscheme-runlight): New internal vars.
11700 (default-xscheme-runlight): New const.
11701 (xscheme-start-process): Add args for the process/buffer names.
11702 (reset-scheme): Pass process/buffer names.
11703 (scheme-interaction-mode): Initialize new local vars.
11704 (reset-scheme, xscheme-send-string-2, xscheme-process-running-p)
11705 (xscheme-select-process-buffer, xscheme-process-buffer)
11706 (xscheme-send-region, xscheme-send-char, xscheme-send-interrupt)
11707 (xscheme-goto-output-point, xscheme-write-message-1): Use new
11708 var xscheme-process-name.
11709 (xscheme-start-process): Initialize xscheme-process-name and
11710 xscheme-buffer-name in the process buffer. Pass buffer name to
11711 xscheme-modeline-initialize.
11712 (xscheme-modeline-initialize): Add argument to specify buffer name
11713 for mode-line vars.
11714 (xscheme-process-sentinel): Make sure sentinel is run in the
11715 process buffer so it sees its local vars.
f530a77b
SM
11716 (xscheme-process-filter-initialize, xscheme-set-runlight):
11717 More elaborate logic to handle multiple-buffer mode lines.
fe72c904
CW
11718
11719 (xscheme-enter-input-wait): Re-enable control-G handler upon
11720 entering input wait.
11721
11722 (scheme-interaction-mode): Add arg to preserve local vars.
11723 (xscheme-enter-interaction-mode)
11724 (xscheme-enter-debugger-mode): Preserve local vars.
11725 (xscheme-start-process): Clobber local vars.
11726
11727 (scheme-interaction-mode-commands): Allow end user to add commands
11728 to scheme-interaction-mode keymap.
11729 (scheme-interaction-mode-commands-alist): New variable.
11730
11731 (xscheme-send-string): Don't use insert-before-markers.
11732
11733 Implement a per-buffer kill ring:
11734 (xscheme-insert-expression)
11735 (xscheme-rotate-yank-pointer, xscheme-yank)
11736 (xscheme-yank-pop, xscheme-yank-push): New functions.
11737 (xscheme-expressions-ring)
11738 (xscheme-expressions-ring-yank-pointer)
11739 (xscheme-expressions-ring-max): New variables.
11740 (xscheme-send-string-1): Call xscheme-insert-expression to save
11741 expression in ring.
11742 (xscheme-yank-previous-send): Now an alias for xscheme-yank.
11743 (xscheme-previous-send): Deleted variable.
11744
f530a77b
SM
11745 (xscheme-send-string-2, xscheme-send-char, xscheme-send-proceed)
11746 (xscheme-send-control-g-interrupt): Use process-send-string rather
fe72c904
CW
11747 than send-string.
11748
11749 (xscheme-send-region): Insert a newline after an expression that
11750 is submitted in the interaction buffer, for consistency with
11751 recent changes to Edwin.
11752
11753 (xscheme-delete-output): New function mimics comint-delete-output.
11754 (xscheme-last-input-end): New internal variable.
11755 (xscheme-process-filter-output): Update xscheme-last-input-end.
11756
11757 (xscheme-send-control-g-interrupt): Make sure that
11758 xscheme-control-g-disabled-p is looked up in the right buffer.
11759
11760 (xscheme-enable-control-g): Clear C-g message if visible.
11761 (xscheme-control-g-message-string): New internal var.
11762 (xscheme-send-control-g-interrupt): Use new var.
11763
f530a77b
SM
11764 (xscheme-send-control-g-interrupt, xscheme-send-interrupt):
11765 Delay after sending interrupt in order to work around race condition.
fe72c904
CW
11766
11767 (xscheme-send-control-g-interrupt, xscheme-send-interrupt)
11768 (xscheme-send-char): Use xscheme-send-char rather than send-string
11769 to send single char.
11770
f530a77b
SM
11771 (xscheme-process-filter, xscheme-process-filter-alist):
11772 Add support for evaluating expressions outside of the call-excursion.
fe72c904
CW
11773 (xscheme-process-filter:string-action-noexcursion): New func.
11774
11775 (xscheme-write-value): Change output string to match that used by
11776 Edwin.
11777
11778 (xscheme-coerce-prompt): Don't write a space after a command
11779 prompt. The PROMPT-FOR-COMMAND- procedures will take care of this
11780 for us.
11781
11782 (reset-scheme): Delete process after killing it.
11783
117842002-01-02 Eli Zaretskii <eliz@is.elta.co.il>
11785
11786 * bindings.el (function-key-map): Don't bind shifted keypad
11787 numeric keys.
11788
5fe0ea6a 117892002-01-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904 11790
f530a77b 11791 * enriched.el (enriched-handle-display-prop): Remove unused variables.
fe72c904
CW
11792 (enriched-mode): Doc fix.
11793
117942002-01-02 Eli Zaretskii <eliz@is.elta.co.il>
11795
11796 * international/ucs-tables.el (ucs-8859-8-alist): Comment away
11797 Hebrew points.
11798
117992002-01-01 Richard M. Stallman <rms@gnu.org>
11800
11801 * jka-compr.el (jka-compr-write-region): If START = nil, use whole buf.
11802
118032001-12-31 Richard M. Stallman <rms@gnu.org>
11804
11805 * comint.el, cus-edit.el, diff-mode.el, enriched.el, font-lock.el:
11806 * generic-x.el, info.el, log-view.el, pcvs-info.el, speedbar.el:
11807 * wid-edit.el, woman.el, calendar/calendar.el, textmodes/flyspell.el:
11808 * emulation/viper-init.el, eshell/em-ls.el, progmodes/antlr-mode.el:
11809 * progmodes/cperl-mode.el, progmodes/idlwave.el:
11810 * progmodes/sh-script.el, progmodes/vhdl-mode.el:
11811 Adapt face definitions to use :weight and :slant.
11812
11813 * ps-print.el (ps-font-lock-face-attributes): Use :weight and :slant.
11814
11815 * cus-edit.el (custom-face-edit-fix-value): Delete `assert' call.
11816
11817 * font-lock.el (initializing from font-lock-face-attributes):
11818 Use :weight and :slant, not :bold and :italic.
11819
118202001-12-31 Per Abrahamsen <abraham@dina.kvl.dk>
11821
11822 * cus-edit.el (custom-face-edit-fix-value): New function.
11823 (custom-face-edit): Use it, to convert :italic and :bold to new forms.
11824
5fe0ea6a 118252001-12-30 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
11826
11827 * progmodes/octave-mod.el (octave-abbrev-table):
11828 * progmodes/idlwave.el (idlwave-mode-abbrev-table):
11829 * progmodes/fortran.el (fortran-mode-abbrev-table):
11830 * progmodes/f90.el (f90-mode-abbrev-table):
11831 * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init):
11832 * progmodes/sql.el (sql-mode-abbrev-table): Mark all the
11833 predefined abbrevs as "system" abbrevs.
11834
118352001-12-30 Richard M. Stallman <rms@gnu.org>
11836
11837 * info.el (Info-fontify-node): For a **** underline line, put the
11838 invisible and intangible props on the following newline, but not
11839 on the previous newline or the last char of the previous line.
11840
11841 * faces.el (face-set-after-frame-default): Don't change `default' face.
11842
11843 * faces.el (minibuffer-prompt): Adopt some default colors.
11844
11845 * replace.el (query-replace-read-args): Immediate error if read-only.
11846
11847 * textmodes/makeinfo.el (makeinfo-compilation-sentinel):
11848 Display the output buffer in a more intelligent way.
11849
118502001-12-30 Eli Zaretskii <eliz@is.elta.co.il>
11851
11852 * ls-lisp.el (insert-directory): Modify the "total" line wording,
11853 in accordance with files.el's insert-directory.
11854
118552001-12-29 Richard M. Stallman <rms@gnu.org>
11856
11857 * files.el (basic-save-buffer): If a before-write hook displays
11858 an echo area message, pause before calling basic-save-buffer-1.
11859
118602001-12-29 Markus Rost <rost@math.ohio-state.edu>
11861
11862 * textmodes/reftex-global.el (reftex-query-replace-document)
11863 (reftex-change-label): Doc fix.
11864
11865 * dired-aux.el (dired-do-query-replace-regexp): Doc fix.
11866
11867 * progmodes/etags.el (tags-query-replace): Doc fix.
11868
118692001-12-29 Richard M. Stallman <rms@gnu.org>
11870
11871 * progmodes/compile.el (compile-internal): Fix previous change.
11872
118732001-12-28 Richard M. Stallman <rms@gnu.org>
11874
11875 * mouse.el (mouse-drag-mode-line-1): When dragging a mode line upward,
11876 shrink the windows above as necessary to get space.
11877 (mouse-drag-move-window-bottom, mouse-drag-window-above): New fns.
11878
11879 * net/ange-ftp.el (ange-ftp-allow-child-lookup): Always return nil.
11880 This fixes a bug that treated all files as directories.
11881 (ange-ftp-insert-directory): Explicitly follow symlinks.
11882
11883 * international/iso-transl.el (iso-transl-char-map) Eliminate the
11884 alias symbols--put the translated sequences here directly.
11885
11886 * progmodes/cc-mode.el (c-mode-abbrev-table)
11887 (c++-mode-abbrev-table, objc-mode-abbrev-table)
11888 (java-mode-abbrev-table, pike-mode-abbrev-table):
11889 Mark all the predefined abbrevs as "system" abbrevs.
11890
11891 * mail/sendmail.el (mail-envelope-from): Fix custom type.
11892 (sendmail-send-it): Check mail-specify-envelope-from
11893 and mail-envelope-from in the mail buffer at start.
11894
118952001-12-28 Simon Josefsson <jas@extundo.com>
11896
11897 * mail/sendmail.el (mail-envelope-from): Fix :type.
11898 (sendmail-send-it): Copy `mail-envelope-from' from calling buffer.
11899
119002001-12-28 Richard M. Stallman <rms@gnu.org>
11901
11902 * net/ldap.el (ldap-search-internal): Handle <file://...> in results.
11903
11904 * simple.el (line-move-invisible): New subroutine.
11905 (line-move-to-column): New subroutine--smarter about advancing over
11906 invisible parts of a line, or lines, but only as long as hpos grows.
11907 (line-move-finish): New subroutine: repeatedly processes desired
11908 column, intangibility, and fields.
11909 (line-move): Use those subroutines.
11910 When moving lines downward, skip invisible text first rather than last.
11911
119122001-12-27 Richard M. Stallman <rms@gnu.org>
11913
11914 * international/mule-diag.el (describe-char-after):
11915 Describe the text properties of the char after point.
11916
11917 * help.el (describe-key): Doc fix.
11918
119192001-12-26 Markus Rost <rost@math.ohio-state.edu>
11920
11921 * find-dired.el (find-dired-sentinel): Precede exit message by
11922 two spaces, to match the regexp in dired-between-files.
11923
119242001-12-28 Miles Bader <miles@gnu.org>
11925
11926 * wid-edit.el (widget-toggle-value-create): Don't eval actual
11927 images (which are lists too).
11928
119292001-12-27 Eli Zaretskii <eliz@is.elta.co.il>
11930
11931 * language/european.el: Fix the doc string of "Latin-5" language
11932 environment.
11933
119342001-12-26 Richard M. Stallman <rms@gnu.org>
11935
11936 * textmodes/flyspell.el (flyspell-mode-map): New keymap,
11937 defined as before 2001-11-09.
11938 (add-minor-mode call): Specify the keymap.
11939
11940 * progmodes/compile.el (compile-internal):
11941 Set TERM variable in process-environment.
11942
119432001-12-25 Richard M. Stallman <rms@gnu.org>
11944
11945 * help-mode.el (help-xref-on-pp): Catch and ignore errors in scanning
11946 the buffer.
11947
11948 * startup.el (command-line): Convert command line args
11949 to Emacs internal representation using locale-coding-system.
11950
119512001-12-25 Eli Zaretskii <eliz@is.elta.co.il>
11952
11953 * international/fontset.el: Don't require ind-util when compiling.
11954
5fe0ea6a 119552001-12-25 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904 11956
f530a77b
SM
11957 * emulation/tpu-edt.el (tpu-reset-screen-size):
11958 Use set-frame-height and set-frame-width instead of set-screen-height
fe72c904
CW
11959 and set-screen-width.
11960
11961 * vt-control.el (vt-wide, vt-narrow): Use set-frame-width instead
11962 of obsolete set-screen-width.
11963
11964 * locate.el (locate): Remove dot at the end of error argument.
11965
11966 * emerge.el (emerge-show-file-name): Use frame-height instead of
11967 obsolete screen-height.
11968
11969 * mail/mh-utils.el (mh-show-msg): Likewise.
11970 (mh-handle-process-error): Use frame-width instead of obsolete
11971 screen-width.
11972
119732001-12-25 Richard M. Stallman <rms@gnu.org>
11974
11975 * window.el (balance-windows): Use new PRESERVE-BEFORE arg
11976 to enlarge-window. Use save-selected-window. Don't try
11977 to resize windows that end at the bottom "level".
11978 Retry changing the sizes until the windows get the desired sizes.
11979 Discount the minibuffer when computing total height available.
11980
11981 * emacs-lisp/debug.el (debugger-mode-map): Bind C-m, not `RET'.
11982 (debugger-make-xrefs): Only make a button for the first symbol
11983 on any line.
11984
119852001-12-24 Eli Zaretskii <eliz@is.elta.co.il>
11986
11987 * term/internal.el (dos-cpNNN-setup, dos-codepage-setup):
11988 Call IT-setup-unicode-display here instead of adding it to
11989 dos-codepage-setup-hook, so that Unicode display tables are set
11990 before dos-codepage-setup-hook runs.
11991
119922001-12-24 Richard M. Stallman <rms@gnu.org>
11993
11994 * net/net-utils.el (ftp-mode-abbrev-table): Don't define it.
11995 (nslookup-mode-abbrev-table): Don't define it.
11996 (smbclient-mode-abbrev-table): Don't define it.
11997 (ftp-mode): Don't use ftp-mode-abbrev-table; don't enable Abbrev mode.
11998 (nslookup-mode, smbclient-mode): Likewise.
11999 (network-connection-service-abbrev-alist): Variable deleted.
12000 (network-connection-mode-setup): Don't set up abbrev table.
12001
12002 * faces.el (minibuffer-prompt): New face.
12003 (minibuffer-prompt-properties): Add `face' property.
12004
12005 * replace.el (occur-mode-display-occurrence): New function.
12006 (occur-mode-map): Bind C-o to it.
12007
120082001-12-24 Michael Kifer <kifer@cs.sunysb.edu>
12009
12010 * viper-cmd.el (viper-change-state): Got rid of make-local-hook.
12011 (viper-special-read-and-insert-char): Make C-m work right in the r
12012 comand.
12013 (viper-buffer-search-enable): Fixed format string.
12014
12015 * viper-ex.el (ex-token-alist): Use ex-set-visited-file-name
12016 instead of viper-info-on-file.
12017 (ex-set-visited-file-name): New function.
12018
12019 * viper.el (viper-emacs-state-mode-list): Added mail-mode.
12020
12021 * ediff-mult.el (ediff-meta-mark-equal-files): Added optional
12022 action argument.
12023
12024 * ediff-init.el: Fixed some doc strings.
12025
12026 * ediff-util.el (ediff-after-quit-hook-internal): New variable.
12027 Got rid of make-local-hook.
12028
12029 * ediff-wind.el (ediff-setup-control-frame): Got rid of
12030 make-local-hook.
12031
120322001-12-23 Richard M. Stallman <rms@gnu.org>
12033
12034 * term/x-win.el (x-handle-geometry): Put height and width
12035 on default-frame-alist, left and top on initial-frame-alist.
12036 * term/w32-win.el (x-handle-geometry): Likewise.
12037
12038 * sort.el (sort-reorder-buffer): Copy all to a temp buffer first.
12039
12040 * play/yow.el (yow): Use an arg to distinguish interactive calls,
12041 not interactive-p.
12042
5fe0ea6a 120432001-12-22 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904 12044
f530a77b
SM
12045 * emacs-lisp/elint.el (elint-unknown-builtin-args):
12046 Remove mocklisp entries.
fe72c904
CW
12047
12048 * subr.el (insert-string): Moved from mocklisp.c, reimplemented in
12049 Lisp. Obsoleted.
12050
12051 * emulation/mlconvert.el: File removed.
12052
12053 * emulation/mlsupport.el: Moved to obsolete.
12054
12055 * obsolete/mlsupport.el: Moved there from lisp/emulation.
12056
12057 * emacs-lisp/find-gc.el (source-files): Remove mocklisp.c.
12058
f530a77b
SM
12059 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
12060 Remove mocklisp case.
fe72c904 12061
f530a77b 12062 * help-fns.el (describe-function-1): Remove mocklisp function case.
fe72c904
CW
12063
120642001-12-22 Miles Bader <miles@gnu.org>
12065
12066 * textmodes/refill.el (refill-mode): Don't barf when redundantly
12067 turning refill-mode off.
12068
5fe0ea6a 120692001-12-22 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
12070
12071 * time.el (display-time-load-average-threshold): New variable.
12072 (display-time-update): Use it.
12073
12074 These changes allow cycling through past 1, 5 and 15 minutes
12075 load-average displayed in the mode-line.
12076
12077 * time.el (display-time-default-load-average): New customizable option.
12078 (display-time-load-average): New variable.
12079 (display-time-cycle-load-average): New function.
12080 (display-time-update): Use them.
12081
120822001-12-21 Richard M. Stallman <rms@gnu.org>
12083
12084 * apropos.el (apropos-print): SPACING is now nil or a separator string.
12085 (apropos-documentation, apropos-value): Pass a suitable string.
12086
120872001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
12088
12089 * dired.el (dired-free-space-program, dired-free-space-args):
12090 Aliases for back-compatibility.
12091
12092 * info.el (Info-select-node): If Info-use-header-line is nil, set
12093 header-line-format to nil.
12094 (Info-fontify-node): Don't put a keymap text property on the
12095 heading if we are not going to display the header line. Remove
12096 any such text properties left over from past visits to this node.
12097
12098 * ls-lisp.el (insert-directory): Insert the amount of free disk
12099 space, like files.el's insert-directory does.
12100
f530a77b
SM
12101 * files.el (directory-free-space-program):
12102 Mention file-system-info in the doc string.
12103 (get-free-disk-space): New function; code moved from insert-directory.
fe72c904
CW
12104 (insert-directory): Call get-free-disk-space to get the amount of
12105 free space.
12106
121072001-12-21 Richard M. Stallman <rms@gnu.org>
12108
12109 * help.el (view-order-manuals, view-emacs-news, describe-copying)
12110 (describe-distribution, describe-project): Use view-file.
12111
12112 * emacs-lisp/cl-indent.el (define-modify-macro): Better indent spec.
12113
12114 * net/ange-ftp.el (ange-ftp-file-modtime): Use save-match-data.
12115
12116 * emacs-lisp/easy-mmode.el (define-minor-mode):
12117 Make no arg by default in an interactive call,
12118 so that repeating the command toggles again.
12119
12120 * emacs-lisp/lisp-mode.el (eval-defun-1): Cope with atoms as args.
12121
121222001-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
12123
12124 * antlr-mode.el: More sophisticated indentation of cpp directive.
12125 (antlr-indent-at-bol-alist): New user option.
12126 (antlr-indent-line): Use it.
12127 (antlr-indent-style): New user option.
12128 (antlr-mode): Use it.
12129 (antlr-indent-item-regexp): Customize.
12130
12131 * antlr-mode.el: Syntax highlighting changes.
12132 (antlr-font-lock-literal-regexp): New user option.
12133 (antlr-font-lock-syntax-face): New face used for :, |, ....
12134 (antlr-font-lock-default-face): New face.
12135 (antlr-font-lock-additional-keywords): Use them.
12136
12137 * antlr-mode.el: New command to insert options -- variables.
12138 (antlr-mode-map): New binding [C-c C-o].
12139 (antlr-mode-menu): New submenus.
12140 (antlr-options-use-submenus): New user option.
12141 (antlr-tool-version): New user option.
12142 (antlr-options-auto-colon): New user option.
12143 (antlr-options-style): New user option.
12144 (antlr-options-push-mark): New user option.
12145 (antlr-options-assign-string): New user option.
12146 (antlr-options-headings): New variable.
12147
12148 * antlr-mode.el: New command to insert options -- specific.
12149 (antlr-options-alists): New variable.
12150 (antlr-read-value): New function.
12151 (antlr-read-boolean): New function.
12152 (antlr-language-option-extra): New function.
12153 (antlr-language-limit-n-regexp): Change default to higher LIMIT.
12154 (antlr-c++-mode-extra): New function.
12155 (antlr-grammar-tokens): New function.
12156 (antlr-imenu-create-index-function): New optional argument.
12157
12158 * antlr-mode.el: New command to insert options -- functions.
12159 (antlr-insert-option): New command.
12160 (antlr-insert-option-interactive): New function.
12161 (antlr-options-menu-filter): New function.
12162 (antlr-option-kind): New function.
12163 (antlr-scan-lists): New alias.
12164 (antlr-scan-lists-internal): New function.
12165 (antlr-skip-file-prelude): Hack for special SKIP-COMMENT.
12166 (antlr-option-level): New function.
12167 (antlr-syntactic-grammar-depth): New function.
12168 (antlr-option-location): New function.
12169 (antlr-insert-option-do): New function.
12170 (antlr-option-spec): New function.
12171 (antlr-version-string): New function.
12172 (antlr-insert-option-existing): New function.
12173 (antlr-insert-option-space): New function.
12174 (antlr-insert-option-area): New function.
12175
12176 * antlr-mode.el: New electric keys ":;|&(){}", TAB works better
12177 with narrowing. Menu change. Miscellaneous.
12178 (antlr-mode-menu): Include "Indent Region" and "Customize Antlr".
12179 (antlr-mode-map): New bindings for characters in ":;|&(){}".
12180 (antlr-electric-character): New command.
12181 (antlr-class-header-regexp): New variable.
12182 (antlr-font-lock-additional-keywords): Use it.
12183 (antlr-imenu-create-index-function): Use it.
12184 (antlr-file-dependencies): Use it.
12185 (antlr-indent-line): Also works with restrictions.
12186 (antlr-indent-command): Interactive spec - changes the buffer.
12187 (antlr-language-for-option): Deletia.
12188 (antlr-language-option): New function, defined instead.
12189 (antlr-mode): Use it.
42fe2ab9 12190
fe72c904
CW
121912001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
12192
12193 * jka-compr.el (jka-compr-partial-uncompress): Use null-device
12194 instead of a literal /dev/null.
12195
12196 * Makefile.in (distclean): Remove Makefile in the build
12197 directory, not in the source directory.
12198
121992001-12-21 Simon Josefsson <jas@extundo.com>.
12200
f530a77b
SM
12201 * mail/smtpmail.el (smtpmail-send-queued-mail):
12202 Use with-temp-buffer instead of find-file-noselect, and bind
fe72c904
CW
12203 coding-system-for-read to no-conversion when reading the queued
12204 messages. (Simon's code modified slightly by Eli Zaretskii.)
12205
42fe2ab9 122062001-12-20 Werner Lemberg <wl@gnu.org>
887d3c94 12207
f530a77b
SM
12208 * international/mule-diag.el (describe-coding-system)
12209 (print-coding-system-briefly): Make printed output have a similar
8ed4ef7c 12210 format as describe-character-set.
a74357d4 12211
5fe0ea6a 122122001-12-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
2aaa7f0a 12213
8ed4ef7c
CW
12214 * play/blackbox.el (bb-member): Remove, use member instead.
12215 (bb-delete): Remove, use delete instead.
12216 Update copyright notice. Defvar for bb-board, bb-x, bb-y,
12217 bb-score, bb-detour-count and bb-balls-placed.
12218 Propertize results of rays.
6f93971c 12219
fe72c904
CW
122202001-12-19 Karl Fogel <kfogel@red-bean.com>
12221
12222 * isearch.el (isearch-forward, isearch-edit-string): Make doc
12223 strings mention keybinding for `isearch-yank-word-or-char',
12224 rather than `isearch-yank-word', since the former is bound now
12225 and the latter is not.
12226 (isearch-yank-word-or-char): Fix formatting.
12227
122282001-12-19 Werner Lemberg <wl@gnu.org>
12229
f530a77b
SM
12230 * language/czech.el, language/european.el, language/slovak.el:
12231 More fixes for language info doc strings.
fe72c904
CW
12232
122332001-12-19 Eli Zaretskii <eliz@is.elta.co.il>
12234
12235 * loadup.el: Add "language" to the load-path.
12236
122372001-12-19 Richard M. Stallman <rms@gnu.org>
12238
12239 * international/mule-cmds.el (describe-language-environment):
12240 Fix calls to help-xref-button.
12241
122422001-12-19 Miles Bader <miles@gnu.org>
12243
12244 * international/fontset.el: Require `ind-util' when compiling.
12245
5fe0ea6a 122462001-12-18 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
12247
12248 * language/ethio-util.el (ethio-modify-vowel): Use char-to-string
12249 instead of decompose-composite-char.
12250
122512001-12-18 Richard M. Stallman <rms@gnu.org>
12252
12253 * simple.el (eval-expression-print-level)
12254 (eval-expression-print-length): Doc fixes.
12255
12256 * international/mule-diag.el (describe-character-set):
12257 Fix the arg to help-xref-button.
12258
12259 * files.el (directory-free-space-program): New variable.
12260 (directory-free-space-args): New variable.
12261 (insert-directory): Use those two variables for getting free space.
12262 Use file-system-info instead, if that is defined.
12263
12264 * dired.el (dired-free-space-program): Variable deleted.
12265 (dired-free-space-args): Variable deleted.
12266 (dired-insert-directory): Don't try to determine free space.
12267
12268 * files.el (font-lock-defaults): Add risky-local-variables prop.
12269 (hack-one-local-variable): Treat various font-lock variables as risky.
12270
122712001-12-18 Werner Lemberg <wl@gnu.org>
12272
12273 * language/chinese.el, language/cyrillic.el:
12274 * language/czech.el, language/european.el, language/greek.el:
12275 * language/hebrew.el, language/indian.el, language/japanese.el:
12276 * language/korean.el, language/lao.el, language/slovak.el:
12277 * language/thai.el, language/tibetan.el, language/vietnamese.el:
12278 Improve documentation strings of coding systems and language infos.
12279
122802001-12-18 Werner LEMBERG <wl@gnu.org>
12281
12282 Add support for EUC-TW decoding/encoding.
12283
f530a77b
SM
12284 * language/china-util.el (big5-to-flat-code, flat-code-to-big5)
12285 (euc-to-flat-code, flat-code-to-euc, expand-euc-big5-alist):
fe72c904
CW
12286 New auxiliary functions to build `big5-to-cns'.
12287 (big5-to-cns): New translation alist.
12288
12289 * language/chinese.el: Added new coding system `euc-tw' and its
12290 alias `euc-taiwan'.
12291 Updated language `Chinese-CNS' to include euc-tw encoding also.
12292 (ccl-decode-euc-tw, ccl-encode-euc-tw): New functions for handling
12293 euc-tw.
12294
122952001-12-18 Dave Love <fx@gnu.org>
12296
12297 * loadup.el: Add language/utf-8-lang, language/georgian.
12298
12299 * image-file.el (image-file-name-extensions): Add pnm. Doc fix.
12300 (image-file-name-regexps): Doc fix.
12301
12302 * server.el (server-unload-hook): New function.
12303
12304 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): Group the leader.
12305 (lm-crack-copyright): Cope with multi-line copyright `lines'.
12306
12307 * simple.el (newline): Doc fix.
12308 (eval-expression-print-level, eval-expression-print-length): Doc
12309 fix. Amend :type.
12310 (next-line, previous-line): Make arg optional.
12311 (newline): Doc fix.
12312
12313 * Makefile.in (DONTCOMPILE): Add various language files.
12314
12315 * international/quail.el (quail-input-string-to-events): Don't use
12316 string-to-list.
12317
12318 * progmodes/f90.el (f90-break-line): Avoid infinite recursion
12319 calling `newline'.
12320
123212001-12-17 Richard M. Stallman <rms@gnu.org>
12322
12323 * comint.el (comint-dynamic-list-input-ring-select): New function.
12324 Switches back to the old window configuration.
12325 (comint-dynamic-list-input-ring): Bind RET to that function.
12326 (comint-dynamic-list-input-ring-window-conf): New variable.
12327
123282001-12-17 Werner Lemberg <wl@gnu.org>
12329
12330 * international/mule-conf.el: Improve documentation strings of
12331 character sets.
12332
123332001-12-16 Richard M. Stallman <rms@gnu.org>
12334
12335 * dired.el (dired-copy-filename-as-kill): Moved from dired-x.el.
12336 (dired-mode-map): Bind w to dired-copy-filename-as-kill.
12337
12338 * dired-x.el (dired-copy-filename-as-kill): Moved to dired.el.
12339
12340 * autoinsert.el (auto-insert-alist): Redo finding C and C++ headers.
12341 Add a DESCRIPTION for the makefile item.
12342
12343 * find-file.el (ff-other-file-name): New function.
12344
123452001-12-16 Eli Zaretskii <eliz@is.elta.co.il>
12346
12347 * international/quail.el (quail-input-string-to-events): Fix last
12348 change.
12349
123502001-12-16 Richard M. Stallman <rms@gnu.org>
12351
12352 * isearch.el (isearch-edit-string): When we set isearch-string
12353 to the default, also set isearch-message.
12354
12355 * subr.el (temp-buffer-show-hook, temp-buffer-setup-hook): Add defvars.
12356
12357 * startup.el (command-line-1): Display startup screen
12358 even if there are command line args.
12359 Add a note about how to go to editing your files.
12360 (fancy-splash-head): Add a note about how to go to your files.
12361 (fancy-splash-outer-buffer): New variable.
12362 (fancy-splash-screens): Bind variable fancy-splash-outer-buffer.
12363
12364 * subr.el (with-temp-message): At the end, always discard
12365 the temp message, even by clearing the echo area.
12366
12367 * progmodes/sh-script.el (sh-mode): Run sh-mode-hook.
12368
123692001-12-16 Stefan Monnier <monnier@cs.yale.edu>
12370
12371 * log-view.el (log-view-message-re, log-view-current-tag):
12372 Recognize Subversion's log output format.
12373
12374 * international/fontset.el: Build the list L at compile time.
12375
12376 * language/ind-util.el (mapthread): Make a closure.
12377
123782001-12-15 Richard M. Stallman <rms@gnu.org>
12379
12380 * isearch.el (isearch-start-hscroll): New variable.
12381 (isearch-mode): Set isearch-start-hscroll.
12382 (isearch-update): Restore original hscrolling if possible.
12383
12384 * isearch.el (isearch-edit-string):
12385 Treat isearch-yank-word-or-char specially, like isearch-yank-word.
12386
12387 * emacs-lisp/debug.el (debugger-previous-backtrace): New variable.
12388 (debugger-make-xrefs): Optimize by (1) using skip-syntax-forward
12389 rather than regexp search and (2) copying text properties
12390 already set up on text unchanged from the previous backtrace.
12391
12392 * case-table.el (set-case-syntax-pair):
12393 Detect invalid calls and signal an error.
12394
123952001-12-15 Richard M. Stallman <rms@gnu.org>
12396
12397 * language/ind-util.el (range): Function deleted.
12398 (indian-regexp-of-hashtbl-keys): Renamed from `regexp-of-hashtbl-keys'.
12399 All calls changed.
12400
12401 * language/devan-util.el (devanagari-range): Renamed from `range'.
12402 All calls changed.
12403 (devanagari-regexp-of-hashtbl-keys):
12404 Renamed from `regexp-of-hashtbl-keys'. All calls changed.
12405
124062001-12-15 Dave Love <fx@gnu.org>
12407
12408 * language/ind-util.el: Don't require cl.
12409 (indian-glyph-char, indian-glyph-max-char)
12410 (indian-char-glyph): Moved from indian.el
12411 (indian--puthash-char, mapthread): Don't quote lambda.
12412 (indian--map): New function.
12413 (indian--puthash-v, indian--puthash-c, indian--puthash-m)
12414 (indian--puthash-cv): Use it.
12415
12416 * language/indian.el (indian-glyph-char, indian-glyph-max-char)
12417 (indian-char-glyph): Moved to ind-util.el
12418
12419 * language/devan-util.el (devanagari-post-read-conversion):
12420 New function.
12421
12422 * language/georgian.el: New file.
12423
12424 * international/mule-cmds.el (locale-language-names): Add various
12425 entries. Remove utf-8 special case.
12426 (locale-charset-language-names, locale-preferred-coding-systems):
12427 Add utf-8 case.
12428 (set-language-environment): Process required-features earlier.
12429
12430 * international/quail.el (quail-keyboard-layout-alist):
12431 Add pc105-uk.
12432 (quail-keyboard-layout-type): Fix :type.
12433 (quail-choose-completion-string): Simplify.
12434 (quail-update-leim-list-file): Don't get fooled by commented-out code.
12435 (quail-input-string-to-events): Run events through
12436 translation-table-for-input.
12437
12438 * international/mule-conf.el (translation-table-for-input):
12439 New variable.
12440 (latin-iso8859-14): Amend description.
12441 (file-coding-system-alist): Add entry for utf-8.
12442
12443 * language/utf-8-lang.el: New file.
12444
12445 * international/code-pages.el: New file.
12446
12447 * language/hebrew.el ("Windows-1255"): New language.
12448
12449 * language/european.el ("Welsh", "Latin-7", "Lithuanian")
12450 ("Latvian"): New languages.
12451
124522001-12-14 Stefan Monnier <monnier@cs.yale.edu>
12453
12454 * xml.el: Use setq rather than (set 'foo bar).
12455 Use push+nreverse rather than append.
12456 (xml-node-name, xml-node-attributes, xml-node-children):
12457 Use defsubst rather than macros.
12458 (xml-parse-region): Handle a nil return value from xml-parse-tag.
12459 (xml-parse-tag): Don't skip white space. Return nil for a comment.
12460 Concat the two strings surrounding a comment into a single string.
12461
12462 * newcomment.el (comment-indent): Jump to the middle of empty comments.
12463
5fe0ea6a 124642001-12-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
12465
12466 * select.el (xselect-convert-to-class, xselect-convert-to-name):
12467 Document.
12468
124692001-12-14 Andre Spiegel <spiegel@gnu.org>
12470
12471 * vc-hooks.el (vc-checkout-model, vc-state, vc-workfile-version):
12472 Return nil if FILE is not registered.
12473 (vc-check-master-templates, vc-default-make-version-backups-p):
12474 Doc fix.
12475
124762001-12-13 David Ponce <david@dponce.com>
12477
12478 * ruler-mode.el (ruler-mode-extra-left-cols): Remove.
12479 (ruler-mode-left-fringe-cols): New macro.
12480 (ruler-mode-right-fringe-cols): New macro.
12481 (ruler-mode-left-scroll-bar-cols): New macro.
12482 (ruler-mode-right-scroll-bar-cols): New macro.
12483 (ruler-mode-ruler): Use above new macros.
12484
124852001-12-13 Richard M. Stallman <rms@gnu.org>
12486
12487 * files.el (set-auto-mode): Fix previous change.
12488
124892001-12-13 Stefan Monnier <monnier@cs.yale.edu>
12490
12491 * emacs-lisp/easymenu.el (easy-menu-intern): New fun.
12492 (easy-menu-do-define, easy-menu-convert-item-1)
12493 (easy-menu-define-key-intern, easy-menu-get-map): Use it.
12494 (easy-menu-return-item): Only return nil if there is no binding.
12495
124962001-12-13 Rajesh Vaidheeswarran <rv@gnu.org>
12497
12498 * whitespace.el (whitespace-version): 3.2
12499 * whitespace.el (whitespace-force-mode-line-update): Replace with
12500 `whitespace-mode-line-update', which is an alias to the correct
12501 function in various emacsen.
12502 * whitespace.el (whitespace-{un,}highlight-the-space):
12503 Add colorized highlighting of the bogus whitespaces in a buffer/file,
12504 using the `whitespace-highlight-face' if
12505 `whitespace-display-spaces-in-color' is set.
12506
125072001-12-13 Eli Zaretskii <eliz@is.elta.co.il>
12508
12509 * international/mule.el (set-auto-coding): Don't search for
12510 "unibyte:" or "coding:" if set-auto-mode-1 returns nil.
12511
5fe0ea6a 125122001-12-13 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
12513
12514 * mail/mailabbrev.el (mail-abbrevs-setup): Do not use make-local-hook.
12515
12516 * mail/rmail.el (rmail-fontify-buffer-function): Likewise.
12517
12518 * mail/rmailsum.el (rmail-summary-mode): Likewise.
12519
125202001-12-13 Richard M. Stallman <rms@gnu.org>
12521
12522 * simple.el (undo): Always set this-command to `undo',
12523 so that the next undo after an error will not begin redoing.
12524
12525 * simple.el (shell-command): Doc fix.
12526 (shell-command-on-region): If there is output an an error,
12527 add "...Shell command failed" to the output.
12528
125292001-12-13 David Ponce <david@dponce.com>
12530
12531 * ruler-mode.el (ruler-mode-left-fringe-cols): Variable removed.
12532 (ruler-mode-left-fringe-cols): Function replaced by more efficient
12533 implementation `ruler-mode-extra-left-cols'.
12534 (ruler-mode-ruler): Use above new function. Take into account
12535 that the fringe areas can now be resized.
12536
125372001-12-12 Richard M. Stallman <rms@gnu.org>
12538
12539 * international/characters.el (Unicode): Comment out
12540 the specifications for kelvin and angstrom signs.
12541
12542 * international/mule.el (make-translation-table-from-vector):
12543 Allow null elements in VEC.
12544
12545 * international/ucs-tables.el (unify-8859-on-encoding-mode)
12546 (unify-8859-on-decoding-mode): Swap the code in their bodies.
12547 Add :version.
12548
125492001-12-11 Richard M. Stallman <rms@gnu.org>
12550
12551 * derived.el (derived-mode-p): Function moved to subr.el.
12552
12553 * subr.el (derived-mode-p): Moved here from derived.el.
12554
12555 * international/mule.el (set-auto-coding): Use set-auto-mode-1.
12556
12557 * files.el (set-auto-mode-1): New subroutine, broken out of
12558 set-auto-mode.
12559 (set-auto-mode, hack-local-variables-prop-line): Use that.
12560
125612001-12-11 Dave Love <fx@gnu.org>
12562
12563 * language/thai-util.el, language/thai.el: Add Unicode equivalents.
12564
12565 * language/european.el: Remove autoload cookies. Fix registration
12566 of diacritic composition function.
12567
5fe0ea6a 125682001-12-11 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
12569
12570 * calendar/todo-mode.el: Require time-stamp.
6f93971c 12571
fe72c904 12572 * net/zone-mode.el (zone-mode): Don't use make-local-hook.
df218ce6 12573
fe72c904 125742001-12-11 Richard M. Stallman <rms@gnu.org>
df218ce6 12575
fe72c904 12576 * emacs-lisp/authors.el (authors-aliases): Delete "Richard Stallmao".
79ccae1e 12577
fe72c904
CW
12578 * textmodes/ispell.el (ispell-buffer-local-parsing):
12579 Match xml like sgml.
0347c911 12580
fe72c904
CW
12581 * emacs-lisp/advice.el (ad-compile-function):
12582 Byte compile the function under another (uninterned) name.
e5ba1eb9 12583
fe72c904 12584 * gud.el (gdb): Define and bind gud-jump.
79ccae1e 12585
fe72c904
CW
12586 * font-lock.el (font-lock-mode):
12587 Put our function at the end of after-change-functions.
46e5ea33 12588
fe72c904 12589 * ediff-diff.el (ediff-cmp-options): Doc fix.
46e5ea33 12590
fe72c904 12591 * comint.el (comint-password-prompt-regexp): Match "UNIX Password".
a66cd3ee 12592
fe72c904 125932001-12-10 Richard M. Stallman <rms@gnu.org>
a66cd3ee 12594
fe72c904
CW
12595 * isearch.el (isearch-yank-word-or-char): New function.
12596 (isearch-mode-map): Bind C-w to that.
a66cd3ee 12597
fe72c904 12598 * menu-bar.el (menu-bar-mode): Make arg optional.
a66cd3ee 12599
fe72c904
CW
12600 * simple.el (line-move): Cope if next-single-property-change
12601 or previous-single-property-change returns nil.
a66cd3ee 12602
fe72c904
CW
12603 * emacs-lisp/lisp-mnt.el (lm-verify): New arg NON-FSF-OK.
12604 Don't use interactive-p; instead, pass the proper args
12605 in (interactive...). Clean up most of the trouble-report strings.
a66cd3ee 12606
fe72c904 126072001-12-10 Eli Zaretskii <eliz@is.elta.co.il>
a66cd3ee 12608
fe72c904
CW
12609 * mail/smtpmail.el (smtpmail-send-queued-mail): Insert the
12610 enqueued messages literally.
a66cd3ee 12611
fe72c904 126122001-12-10 Noah Friedman <friedman@splode.com>
a66cd3ee 12613
fe72c904
CW
12614 * battery.el (battery-insert-file-contents): Obsolete function
12615 removed.
12616 (battery-read-function): Obsolete function removed.
12617 (battery-linux-proc-apm): Use insert-file-contents.
a66cd3ee 12618
fe72c904 126192001-12-07 Stephen Eglen <stephen@gnu.org>
a66cd3ee 12620
fe72c904
CW
12621 * iswitchb.el (iswitchb-visit-buffer):
12622 Use `select-frame-set-input-focus'--needed when window manager
12623 uses "click to focus" policy.
a66cd3ee 12624
5fe0ea6a 126252001-12-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
a66cd3ee 12626
fe72c904 12627 * COPYING: Moved back.
a66cd3ee 12628
fe72c904 126292001-12-07 Eli Zaretskii <eliz@is.elta.co.il>
a66cd3ee 12630
fe72c904
CW
12631 * term/internal.el (IT-character-translations): Add entries for
12632 more points.
a66cd3ee 12633
fe72c904
CW
12634 * international/characters.el: Resurrect the Hebrew category
12635 settings for all Hebrew characters removed by the last change.
12636 Add code for setting the Hebrew category of the Unicode Hebrew
12637 characters. Set syntax entries for Hebrew punctuation characters.
a66cd3ee 12638
fe72c904
CW
12639 * international/ucs-tables.el (ucs-8859-8-alist): Add Hebrew
12640 points and directional formatting control characters.
a66cd3ee 12641
fe72c904 126422001-12-07 Dave Love <fx@gnu.org>
a66cd3ee 12643
fe72c904
CW
12644 * language/lao-util.el: Add Unicode equivalents for rules.
12645 (lao-post-read-conversion): New function.
a66cd3ee 12646
fe72c904
CW
12647 * language/lao.el: Add Unicode equivalents.
12648 (lao): Add post-read conversion.
a66cd3ee 12649
fe72c904
CW
12650 * international/latin1-disp.el: Fix some 8-bit-graphic characters.
12651 Use iso2022 encoding.
12652 (latin1-char-displayable-p): Doc fix.
12653 (latin1-display-ucs-per-lynx): New option.
12654 (latin1-display-ucs-per-lynx): New command.
12655 (latin1-display-reset): Special-case arabic.
12656 (ucs-tables): Require.
12657 (latin1-display-sets, latin1-display-setup): Add arabic.
12658 (latin1-display) <variable>: Use function latin1-display.
12659 (latin1-display) <function>: Add mule-unicode stuff.
12660 (latin1-display-check-font): Don't lose if `info' is nil.
a66cd3ee 12661
fe72c904
CW
12662 * international/iso-transl.el: Insert Latin-1 characters, not
12663 unibyte codes.
a66cd3ee 12664
fe72c904
CW
12665 * language/european.el (diacritic-composition-pattern): New constant.
12666 (diacritic-compose-region, diacritic-compose-string)
12667 (diacritic-compose-buffer, diacritic-post-read-conversion)
12668 (diacritic-composition-function): New functions.
a66cd3ee 12669
fe72c904
CW
12670 * international/utf-8.el (ucs-mule-to-mule-unicode):
12671 New translation table.
12672 (ccl-encode-mule-utf-8): Use it.
12673 (utf-8-untranslated-to-ucs, utf-8-help-echo, utf-8-compose)
12674 (utf-8-post-read-conversion, utf-8-pre-write-conversion): New function.
12675 (utf-8-subst-table): New variable.
12676 (utf-8-compose-scripts): New option.
12677 (mule-utf-8): Update safe-charsets, pre-write and post-read conversion.
a66cd3ee 12678
fe72c904
CW
12679 * international/ucs-tables.el, international/utf-8-subst.el:
12680 New files.
12681
12682 * international/characters.el: Don't set word syntax (the default)
12683 explicitly. Add a diacritic category. Add info for Unicode
8ed4ef7c
CW
12684 equivalents of characters in various Mule charsets and for extra
12685 Unicode characters. Don't define specific categories for
12686 Indian/Devanagari, since they aren't used.
a66cd3ee 12687
8ed4ef7c 126882001-12-06 Richard M. Stallman <rms@gnu.org>
a66cd3ee 12689
8ed4ef7c
CW
12690 * textmodes/fill.el (set-justification): Rename arg VALUE to STYLE.
12691 (set-justification-left, set-justification-right): Doc fix.
a66cd3ee 12692
8ed4ef7c
CW
12693 * progmodes/f90.el (f90-break-line): Use (newline 1) to insert newline.
12694 (bug-f90-mode): Variable deleted.
a66cd3ee 12695
8ed4ef7c 126962001-12-06 Stefan Monnier <monnier@cs.yale.edu>
a66cd3ee 12697
8ed4ef7c 12698 * indent.el (indent-line-function): Default is indent-relative again.
a66cd3ee 12699
8ed4ef7c 127002001-12-07 Miles Bader <miles@gnu.org>
a66cd3ee 12701
8ed4ef7c
CW
12702 * progmodes/compile.el (compilation-error-regexp-alist):
12703 Added regexps for RXP.
a66cd3ee 12704
8ed4ef7c 127052001-12-05 Eli Zaretskii <eliz@is.elta.co.il>
a66cd3ee 12706
8ed4ef7c
CW
12707 * progmodes/cwarn.el (cwarn-font-lock-match-assignment-in-expression):
12708 Add shift-assignment operators to those highlighted, and highlight
12709 the whole operator rather than just the "=".
a66cd3ee 12710
8ed4ef7c 127112001-12-04 Juanma Barranquero <lektu@terra.es>
a66cd3ee 12712
8ed4ef7c
CW
12713 * files.el (save-abbrevs, save-some-buffers): Don't ask the user
12714 before saving abbrevs if `save-abbrevs' has the value `silently'.
a66cd3ee 12715
8ed4ef7c 127162001-12-04 Andreas Schwab <schwab@suse.de>
a66cd3ee 12717
8ed4ef7c 12718 * xt-mouse.el (turn-off-xterm-mouse-tracking): Doc fix.
a66cd3ee 12719
8ed4ef7c 127202001-12-04 Colin Walters <walters@debian.org>
a66cd3ee 12721
8ed4ef7c
CW
12722 * emacs-lisp/autoload.el (make-autoload): Also generate autoloads
12723 for `defmacro*' forms.
a66cd3ee 12724
8ed4ef7c
CW
12725 * emacs-lisp/lisp-mode.el (toplevel): Define docstring offset for
12726 `defmacro*'.
a66cd3ee 12727
8ed4ef7c 127282001-12-03 Stefan Monnier <monnier@cs.yale.edu>
a66cd3ee 12729
8ed4ef7c 12730 * progmodes/antlr-mode.el (antlr-c-common-init): Undo last change.
a66cd3ee 12731
8ed4ef7c 127322001-12-02 Richard M. Stallman <rms@gnu.org>
a66cd3ee 12733
8ed4ef7c
CW
12734 * files.el (insert-directory): If the df output does not look right,
12735 don't try to use it. Other cleanups in overall code structure.
a66cd3ee 12736
8ed4ef7c 127372001-12-02 Stefan Monnier <monnier@cs.yale.edu>
a66cd3ee 12738
8ed4ef7c
CW
12739 * textmodes/outline.el (outline-mode-prefix-map):
12740 Add bindings for outline-promote and outline-demote.
12741 (outline-minor-mode-menu-bar-map): New var.
12742 (outline-minor-mode): Use it.
12743 (outline-heading-alist): New var (renamed from outline-level-heading).
12744 (outline-level): Use it.
12745 (outline-insert-heading, outline-promote, outline-demote):
12746 Update to use outline-heading-alist.
a66cd3ee 12747
8ed4ef7c
CW
12748 * disp-table.el (standard-display-european):
12749 Simplify since the function is not interactive any more.
12750 Don't set the existing buffers to unibyte.
a66cd3ee 12751
8ed4ef7c 12752 * pcvs-util.el (cvs-file-to-string): Move condition-case outside.
a66cd3ee 12753
8ed4ef7c 12754 * pcvs.el (cvs-reread-cvsrc): Don't use cvs-file-to-string.
a66cd3ee 12755
8ed4ef7c 12756 * reveal.el (reveal-mode): Fix reveal-mode's lighter.
a66cd3ee 12757
8ed4ef7c
CW
12758 * shell.el (shell): Use shell-file-name.
12759 Pop to buffer before calling comint to set COLUMNS properly.
a66cd3ee 12760
8ed4ef7c 12761 * emacs-lisp/cl.el (svref): New alias.
a66cd3ee 12762
8ed4ef7c
CW
12763 * progmodes/antlr-mode.el (antlr-c-common-init):
12764 Don't inhibit adaptive-fill-mode any more.
a66cd3ee 12765
8ed4ef7c 12766 * progmodes/delphi.el (delphi-mode): Don't use make-local-hook.
a66cd3ee 12767
8ed4ef7c
CW
12768 * progmodes/etags.el (tags-with-face): Use make-symbol.
12769 (tags-search, tags-query-replace): Use backquotes.
a66cd3ee 12770
8ed4ef7c
CW
12771 * textmodes/picture.el (picture-mode-map): Don't use defconst
12772 for a variable.
a66cd3ee 12773
5fe0ea6a 127742001-12-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
a66cd3ee 12775
8ed4ef7c
CW
12776 * textmodes/reftex-index.el (reftex-index-mode):
12777 Remove make-local-hook.
a66cd3ee 12778
8ed4ef7c 12779 * textmodes/reftex-toc.el (reftex-toc-mode): Likewise.
a66cd3ee 12780
8ed4ef7c 127812001-12-02 Kim F. Storm <storm@cua.dk>
a66cd3ee 12782
8ed4ef7c
CW
12783 * isearch.el (isearch-resume-enabled): New variable.
12784 (isearch-done): Use that variable.
a66cd3ee 12785
8ed4ef7c 127862001-12-01 Richard M. Stallman <rms@gnu.org>
a66cd3ee 12787
8ed4ef7c
CW
12788 * wid-edit.el (widget-button-click): Don't move point permanently:
12789 Avoid mouse-set-point--instead select the window,
12790 then do save-excursion, then move point.
12791 Specify the buffer for get-char-property.
12792 Don't use `@' in interactive.
a66cd3ee 12793
8ed4ef7c
CW
12794 * indent.el (indent-line-function):
12795 Default is indent-to-left-margin again.
a66cd3ee 12796
8ed4ef7c
CW
12797 * replace.el (query-replace-read-args): Display message
12798 if FROM contains `\n' or `\t'.
a66cd3ee 12799
8ed4ef7c 128002001-12-01 Stefan Monnier <monnier@cs.yale.edu>
a66cd3ee 12801
8ed4ef7c 12802 * indent.el (tab-to-tab-stop): Use delete-horizontal-space.
a66cd3ee 12803
8ed4ef7c 12804 * bindings.el (minibuffer-local-map): Bind TAB to insert-tab.
a66cd3ee 12805
8ed4ef7c
CW
12806 * emacs-lisp/regexp-opt.el (regexp-opt):
12807 Bind completion-regexp-list to nil.
a66cd3ee 12808
fe72c904
CW
12809 * progmodes/hideif.el (hif-nexttoken): Move to before first def.
12810
128112001-12-01 Eli Zaretskii <eliz@is.elta.co.il>
12812
12813 * progmodes/idlwave.el, progmodes/idlw-rinfo.el:
12814 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el:
12815 Update maintainer.
12816
128172001-11-30 Stefan Monnier <monnier@cs.yale.edu>
12818
12819 * mail/smtpmail.el: Use with-current-buffer.
12820 (message-make-date, message-make-message-id): Autoload when needed.
12821 (smtpmail-send-it): Use them to add `Date:' and `Message-Id:'
12822 headers when missing.
12823
12824 * international/encoded-kb.el (encoded-kbd-mode):
12825 Use define-minor-mode.
12826
12827 * enriched.el (enriched-mode): Use define-minor-mode.
12828 Use dolist and pop and push.
12829
12830 * info.el (Info-find-node-2): Don't call info-insert-file-contents
12831 with the `visit' argument.
12832 (Info-extract-menu-node-name): Use `replace-regexps-in-string'.
12833
12834 * progmodes/hideif.el (hide-ifdef-mode): Only modify
12835 `change-major-mode-hook' locally. Reset invisibility spec.
12836
12837 * man.el (Man-build-section-alist): Remove last Man-match-substring.
12838
5fe0ea6a 128392001-11-30 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
fe72c904
CW
12840
12841 * textmodes/paragraphs.el (mark-paragraph): Clarify doc.
12842 Clarify error message.
12843
5fe0ea6a 128442001-11-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
fe72c904
CW
12845
12846 * textmodes/paragraphs.el (mark-paragraph): Allow prefix arg.
12847
128482001-11-30 Andre Spiegel <spiegel@gnu.org>
12849
12850 * vc-cvs.el (vc-cvs-parse-status): Store file state in property,
12851 don't just return it.
12852
128532001-11-30 Eli Zaretskii <eliz@is.elta.co.il>
12854
12855 * menu-bar.el (menu-bar-read-lispref, menu-bar-read-lispintro)
12856 (menu-bar-read-emacs-man, search-emacs-glossary)
12857 (emacs-index-search, elisp-index-search): New functions.
12858 (apropso-documentation, apropos, apropos-value, apropos-variable)
12859 (apropos-commands): Modify menu item names and help text.
12860 (elisp-index-search, emacs-index-search, emacs-glossary):
12861 New menu items.
12862 (menu-bar-manuals-menu): Move the Ordering Manuals item to a
12863 submenu.
12864 (info-elisp, info-elintro): New menu items.
12865 (apropos): Modify the menu item name.
12866
128672001-11-30 Stefan Monnier <monnier@cs.yale.edu>
12868
12869 * emacs-lisp/lisp-mode.el (read-if): Add lisp-indent-function prop.
12870
12871 * textmodes/outline.el (outline-promote, outline-demote): Typo.
12872
12873 * man.el (man-follow-mouse): New function.
12874 (Man-mode-map): Bind mouse-2 to it.
12875 (Man-match-substring): Remove. Replace with `match-string'.
12876 (man): Use the `default-value' argument to `read-string'.
12877 (Man-fontify-manpage): Add mouse-face to cross references.
12878
12879 * emacs-lisp/cl-macs.el (shiftf): Fix more. Simplify.
12880
128812001-11-29 Stefan Monnier <monnier@cs.yale.edu>
12882
12883 * emacs-lisp/crm.el (completing-read-multiple): Better preserve
12884 the value of require-match in minibuffer-completion-confirm.
12885 Use crm-local-completion-map.
12886
12887 * emacs-lisp/cl-macs.el (shiftf): Fix the fast case so
12888 (let ((a 1) (b 2)) (shiftf a b (cons a b)) b) returns (1 . 2).
12889 (cl-make-type-test): Use char-valid-p for `character'.
12890
12891 * info.el (Info-complete-next-re, Info-complete-cache): New vars.
12892 (Info-complete-menu-item): Rewrite. Add the ability to search
12893 several sequential nodes. Add a simple caching mechanism.
12894 (Info-goto-index): New function extracted from Info-index.
12895 (Info-index): Use it. Add completion to the interactive spec.
12896 (Info-menu-update): Simplify call to `Info-complete-menu-item'.
12897
5fe0ea6a 128982001-11-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
12899
12900 * COPYING: Removed.
12901
129022001-11-29 Dave Love <fx@gnu.org>
12903
12904 * progmodes/fortran.el: Fontify rewind, backspace. Doc fixes.
12905 (fortran-window-create, fortran-window-create-momentarily):
12906 Rewrite, moving error condition.
12907 (fortran-beginning-do, fortran-beginning-if): Fix regexps.
12908 (fortran-mode-syntax-table): Revert last change.
12909
12910 * international/mule.el: Doc fixes.
12911 (map-charset-chars): New function.
12912 (register-char-codings): Use it to cope with generic chars in
12913 safe-chars.
12914
5fe0ea6a 129152001-11-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
12916
12917 * play/blackbox.el (blackbox-mode, blackbox): Doc fix.
12918
12919 * play/cookie1.el (cookie, cookie-insert, shuffle-vector): Doc fixes.
12920
12921 * play/studly.el (studlify-word, studlify-region)
12922 (studlify-buffer): Fix doc-string.
12923 (studlify-buffer): Add autoload cookie.
12924
129252001-11-28 Stefan Monnier <monnier@cs.yale.edu>
12926
12927 * textmodes/outline.el (outline-up-heading): Add `invisible-ok' arg.
12928 (outline-up-heading-all): Remove.
12929 (hide-sublevels): Move to end-of-heading before calling flag-region.
12930 (outline-copy-overlay, outline-discard-overlays): Remove.
12931 (outline-flag-region): Use `remove-overlays'.
12932 Don't move to end-of-heading.
12933 (outline-next-visible-heading, outline-back-to-heading)
12934 (outline-on-heading-p): Use outline-invisible-p.
12935 (outline-font-lock-level): Use outline-up-heading's new arg.
12936 (outline-minor-mode): Simplify.
12937 (outline-map-tree, outline-reveal-toggle-invisible): New funs.
12938 (outline): Put a `reveal-toggle-invisible' property.
12939 (outline-level-heading): New var.
12940 (outline-insert-heading, outline-promote, outline-demote)
12941 (outline-toggle-children): New commands.
12942
12943 * progmodes/hideif.el (hif-end-of-line): New function.
12944 (hide-ifdef-mode): Set line-move-ignore-invisible.
12945 (hide-ifdef-region-internal): New function.
12946 (hide-ifdef-region): Use it.
12947 (hif-defined): Return an integer.
12948 (hif-infix-to-prefix): Remove.
12949 (hif-tokenize): Parse from the buffer rather than from a string.
12950 Correctly tokenize integers. Use forward-comment.
12951 (hif-expr): Use hif-or.
12952 (hif-term): Use hif-and.
12953 (hif-factor): Use hif-not. Handle numbers properly.
12954 Don't require parenthesis around `defined's argument.
12955 (hif-and, hif-or, hif-not): New funs.
12956 (hif-canonicalize): Pass a region to hif-tokenize. Use hif-not.
12957 (hif-hide-line): Don't hide the \n before the line.
12958 (hif-possibly-hide): Correctly handle numeric evaluation results.
12959
12960 * progmodes/make-mode.el: Use line-(end|beginning)-position.
12961 (makefile-mode): Set indent-line-function.
12962 (makefile-browser-insert-continuation): Use with-current-buffer.
12963 (makefile-beginning-of-line-point, makefile-end-of-line-point): Remove.
12964
129652001-11-28 Karl Fogel <kfogel@red-bean.com>
12966
12967 * isearch.el (isearch-yank-internal): New helper function.
12968 (isearch-yank-char): New function.
12969 (isearch-yank-word, isearch-yank-line): Rewrite to use
12970 isearch-yank-internal.
12971
129722001-11-28 Eli Zaretskii <eliz@is.elta.co.il>
12973
12974 * mouse.el (mouse-set-font): Make it a no-op if multiple fonts
12975 aren't supported. Print a message to that effect if invoked.
12976
129772001-11-27 Stephen Eglen <stephen@gnu.org>
12978
12979 * locate.el (locate): Put point at first matching file rather
12980 than top of buffer.
12981
129822001-11-27 Stefan Monnier <monnier@cs.yale.edu>
12983
12984 * reveal.el: New file.
12985
12986 * progmodes/hideif.el: Misc cleanup.
12987 (hide-ifdef-mode-submap): Put the def in the defvar.
12988 Use substitute-key-definition.
12989 (hide-ifdef-mode): Use define-minor-mode.
12990 (hif-outline-flag-region): Remove.
12991 (hif-show-all): Define in terms of hif-show-ifdef-region.
12992 (hif-after-revert-function): Rename from hif-before-revert-function.
12993 (hide-ifdef-region, hif-show-ifdef-region): Use overlays.
12994 (hif-tokenize): Use with-syntax-table.
12995 (hif-make-range): Use `else' also for `else-p'.
12996 (hif-range-else-p): Remove.
12997 (hif-find-range): Simplify.
12998 (hif-hide-line): Don't bother preserving buffer-modified-p.
12999 (hide-ifdefs, show-ifdefs, hide-ifdef-block, show-ifdef-block):
13000 Don't use selective-display and inhibit-read-only.
13001
13002 * subr.el (copy-overlay, remove-overlays): New funs.
13003
13004 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix off-by-two error.
13005
130062001-11-27 Sam Steingold <sds@gnu.org>
13007
13008 * ansi-color.el, bookmark.el, dired.el, emerge.el, fast-lock.el
13009 * lazy-lock.el, mouse-sel.el, mail/feedmail.el
13010 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el, emacs-lisp/ewoc.el
13011 * obsolete/c-mode.el, obsolete/cplus-md.el
13012 * progmodes/dcl-mode.el, progmodes/idlw-shell.el, progmodes/idlwave.el
13013 * term/sun-mouse.el, textmodes/artist.el:
13014 Converted backquote to the new style.
13015 * mouse.el, reposition.el: Likewise (in comments).
13016 * expand.el: Likewise (in a string).
13017
130182001-11-27 Richard M. Stallman <rms@gnu.org>
13019
13020 * cus-edit.el (custom-load-symbol): Don't always load locate-library.
13021
130222001-11-26 Richard M. Stallman <rms@gnu.org>
13023
13024 * wid-edit.el (widget-toggle-value-create): On graphic terminal,
13025 if :on-glyph or :off-glyph is a list, eval it and store it back.
13026 (checkbox): Quote the values for :on-glyph and :off-glyph.
13027
13028 * cus-start.el (recursive-load-depth-limit): Delete item.
13029
130302001-11-26 Stefan Monnier <monnier@cs.yale.edu>
13031
13032 * help-fns.el (describe-categories, help-describe-category-set): New.
13033 describe-categories moved here from src/category.c.
13034
130352001-11-26 Sam Steingold <sds@gnu.org>
13036
13037 * progmodes/cc-mode.el (c-submit-bug-report): Make sure that the
13038 arguments to `insert' are strings.
13039
130402001-11-26 Richard M. Stallman <rms@gnu.org>
13041
13042 * startup.el (command-line-1): Call kill-buffer only in non-fancy case.
13043
130442001-11-26 Eli Zaretskii <eliz@is.elta.co.il>
13045
13046 * international/mule-diag.el: Require help-fns instead of
13047 help-funs.
13048
13049 * help-fns.el: Renamed from help-funs.el.
13050
13051 * startup.el (command-line-1): Don't try to call process-list if
13052 it is not fboundp.
13053
130542001-11-26 Sam Steingold <sds@gnu.org>
13055
13056 * frame.el (show-trailing-whitespace): Remove :set argument (the
13057 value was essentially identical to the defalt).
13058
5fe0ea6a 130592001-11-26 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
13060
13061 * hexl.el (hexl-mode, hexl-follow-ascii): Remove make-local-hook.
13062
13063 * icomplete.el (icomplete-minibuffer-setup): Likewise.
13064
13065 * hilit-chg.el (hilit-chg-set): Likewise.
13066
13067 * speedbar.el (speedbar-mode): Likewise.
13068
13069 * calendar/calendar.el (calendar-mode): Likewise.
13070
13071 * play/yow.el (psychoanalyze-pinhead): Use insert instead of
13072 insert-string.
13073
13074 * play/gamegrid.el (gamegrid-init-buffer): Likewise.
13075
13076 * term/bg-mouse.el (bg-insert-moused-sexp): Likewise.
13077
13078 * term/sun-mouse.el (sun-yank-selection): Likewise.
13079
13080 * textmodes/bib-mode.el (return-key-bib): Likewise.
13081
13082 * calendar/appt.el (appt-disp-window): Likewise.
13083
13084 * calendar/diary-lib.el (list-diary-entries): Likewise.
13085
13086 * array.el (array-reconfigure-rows): Likewise.
13087
13088 * filecache.el (file-cache-minibuffer-complete): Likewise.
13089
13090 * obsolete/cplus-md.el (fill-c++-comment): Likewise.
13091
13092 * strokes.el (strokes-prompt-user-save-strokes): Likewise.
13093
13094 * allout.el (outline-version, outline-open-topic)
13095 (outline-rebullet-heading, outline-insert-listified)
13096 (outline-latex-verbatim-quote-curr-line)
13097 (outline-latexify-one-item, outlineify-sticky): Likewise.
13098
13099 * vc.el (vc-next-action-on-file): Likewise.
13100 (vc-dired-mode): Remove make-local-hook.
13101
131022001-11-26 Andre Spiegel <spiegel@gnu.org>
13103
13104 * vc.el (vc-find-version): New function.
13105 (vc-version-other-window): Redefined in terms of the above.
13106
13107 * log-view.el (log-view-find-version): New function.
13108 (log-view-mode-map): Bind it to `f'.
13109
131102001-11-26 Gerd Moellmann <gerd@gnu.org>
13111
13112 * language/devan-util.el (dev-char-glyph): Escape `"' in
13113 string literals.
13114 (dev-glyph-glyph, dev-glyph-glyph-2)
13115 (devanagari-compose-syllable-region): Likewise.
13116
131172001-11-26 Richard M. Stallman <rms@gnu.org>
13118
13119 * window.el (save-selected-window): No error if saved window is dead.
13120
13121 * help-funs.el (describe-syntax): Put (interactive) after doc string.
13122
5fe0ea6a 131232001-11-26 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fe72c904
CW
13124
13125 * international/quail.el (quail-help): Require help-mode in
13126 top-level instead.
13127
13128 * iswitchb.el (iswitchb-exhibit): Use insert instead of
13129 insert-string.
13130
13131 * icomplete.el (icomplete-exhibit): Likewise.
13132
131332001-11-25 Stefan Monnier <monnier@cs.yale.edu>
13134
13135 * diff-mode.el (diff-end-of-hunk): Watch out for ambiguities.
13136 (diff-hunk-kill): Simplify.
13137 (diff-post-command-hook): Only apply to a single hunk.
13138 (diff-hunk-text): Make `char-offset' non-optional.
13139 (diff-find-text): Return a cons cell.
13140 (diff-find-approx-text): New fun.
13141 (diff-find-source-location): Use it.
13142 (diff-apply-hunk, diff-test-hunk, diff-goto-source):
13143 Adapt to new retval of diff-find-text.
13144
13145 * vc-cvs.el (vc-cvs-parse-entry): Rewrite, comparing the string-
13146 rather than integer- representation of dates.
13147
13148 * textmodes/fill.el (fill-indent-according-to-mode): Default to nil.
13149
13150 * emacs-lisp/syntax.el: Don't profile syntax-ppss any more.
13151 (syntax-after): New fun.
13152
13153 * help-funs.el (describe-syntax): New fun.
13154
13155 * font-lock.el (font-lock-cache-state, font-lock-cache-position)
13156 (font-lock-ppss-stats, font-lock-ppss): Remove.
13157 (font-lock-fontify-syntactically-region): Remove tuning code.
13158 (font-lock-compile-keywords): Fix off-by-one bug.
13159 (font-lock-set-defaults): Don't set removed vars.
13160 (c-keywords): Add `inline'.
13161 (c-type-names): Add `_Complex', `_Imaginary' and `_Bool'.
a66cd3ee 13162
8ed4ef7c
CW
13163 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
13164 Set syntax-begin-function.
13165 (lisp-interaction-mode-abbrev-table): Defvar to its correct value.
13166 (lisp-interaction-mode): Don't set local-abbrev-table any more.
13167 (lisp-mode-auto-fill): Use syntax-ppss and obey
13168 comment-auto-fill-only-comments.
13169 (lisp-fill-paragraph): Use syntax-ppss.
a66cd3ee 13170
8ed4ef7c 131712001-11-25 ShengHuo ZHU <zsh@cs.rochester.edu>
a66cd3ee 13172
8ed4ef7c
CW
13173 * mail/rmail.el (rmail-enable-mime-composing): New. A lightweight
13174 version of rmail-enable-mime.
13175 (rmail-forward): Use it.
a66cd3ee 13176
8ed4ef7c 131772001-11-25 Richard M. Stallman <rms@gnu.org>
a66cd3ee 13178
8ed4ef7c 13179 * emacs-lisp/lisp-mode.el (lisp-indent-function): Add doc string.
a66cd3ee 13180
8ed4ef7c
CW
13181 * international/quail.el (quail-keyboard-layout-button):
13182 Define button type.
13183 (quail-keyboard-customize-button): Likewise.
13184 (quail-help): Use those button types. Require `help-mode'.
13185 Avoid altering the argument `package'.
a66cd3ee 13186
8ed4ef7c
CW
13187 * help-mode.el (help-function, help-variable, help-face)
13188 (help-coding-system, help-input-method, help-character-set):
13189 Define each button type with its own explicit define-button-type.
a66cd3ee 13190
8ed4ef7c
CW
13191 * language/devan-util.el: Comment out parts of the file
13192 which apparently are garbled.
a66cd3ee 13193
5fe0ea6a 131942001-11-25 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
a66cd3ee 13195
8ed4ef7c
CW
13196 * mail/smtpmail.el (smtpmail-deduce-address-list): Don't use
13197 insert-string.
a66cd3ee 13198
5fe0ea6a 131992001-11-25 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
a66cd3ee 13200
8ed4ef7c 13201 * play/snake.el (snake-mode): Remove make-local-hook.
a66cd3ee 13202
8ed4ef7c 13203 * play/tetris.el (tetris-mode): Likewise.
a66cd3ee 13204
8ed4ef7c 13205 * play/decipher.el (decipher-mode): Likewise.
a66cd3ee 13206
8ed4ef7c 13207 * tmm.el (tmm-add-prompt): Likewise.
a66cd3ee 13208
8ed4ef7c 132092001-11-25 Sam Steingold <sds@gnu.org>
a66cd3ee 13210
8ed4ef7c
CW
13211 * menu-bar.el (menu-bar-apropos-menu): New variable.
13212 Moved all `apropos' bindings to this menu.
13213 (menu-bar-help-menu): Added `menu-bar-apropos-menu'.
a66cd3ee 13214
d9c25020 132152001-11-24 KAWABATA, Taichi <batta@beige.ocn.ne.jp>
a66cd3ee 13216
8ed4ef7c
CW
13217 The following changes are for new indian languages support based
13218 on Unicode charset and CDAC fonts.
a66cd3ee 13219
8ed4ef7c
CW
13220 * international/mule-conf.el: Change indian-1-column charset to
13221 indian-glyph charset.
a66cd3ee 13222
8ed4ef7c
CW
13223 * international/characters.el: Adjusted for the change of
13224 indian-1-column -> indian-glyph.
a66cd3ee 13225
8ed4ef7c
CW
13226 * international/fontset.el: Delete the setting for indian-1-column
13227 and add the setting for indian-glyph in the default fontset.
a66cd3ee 13228
8ed4ef7c 13229 * language/indian.el: Completely re-written.
a66cd3ee 13230
8ed4ef7c 13231 * language/devanagari.el: Completely re-written.
a66cd3ee 13232
8ed4ef7c 13233 * language/devan-util.el: Completely re-written.
a66cd3ee 13234
8ed4ef7c 13235 * language/ind-util.el: New file.
a66cd3ee 13236
8ed4ef7c 132372001-11-24 Richard M. Stallman <rms@gnu.org>
a66cd3ee 13238
8ed4ef7c
CW
13239 * startup.el (command-line-1): Don't do startup screen
13240 if a subprocess is running. Call the startup screen buffer
13241 "GNU Emacs". Make a special mode-line-format for it.
a66cd3ee 13242
8ed4ef7c
CW
13243 * net/browse-url.el (browse-url-galeon-new-window-is-tab): New var.
13244 (browse-url-galeon): Use that variable.
a66cd3ee 13245
8ed4ef7c
CW
13246 * mail/supercite.el (sc-toggle-var): Don't use set-variable or
13247 eval-expression. Eval and set the variable simply.
a66cd3ee 13248
8ed4ef7c
CW
13249 * files.el (temporary-file-directory): Use defcustom.
13250 (small-temporary-file-directory): Likewise.
13251 (normal-backup-enable-predicate): Move down in file
13252 after definition of temporary-file-directory.
a66cd3ee 13253
8ed4ef7c 13254 * bindings.el (last-buffer, unbury-buffer): Doc fixes.
a66cd3ee 13255
8ed4ef7c 132562001-11-24 Colin Walters <walters@debian.org>
a66cd3ee 13257
8ed4ef7c
CW
13258 * calc/calc-ext.el (calc-init-extensions): Update the rest of the
13259 autoload names to match files renamed on initial calc import.
a66cd3ee 13260
8ed4ef7c
CW
13261 * calc/calc.el (Commentary): Cleanup, and add logistic curve
13262 fitting suggestion from Robert J. Chassell <bob@rattlesnake.com>.
a66cd3ee 13263
8ed4ef7c 132642001-11-23 Colin Walters <walters@debian.org>
a66cd3ee 13265
8ed4ef7c 13266 * Makefile.in (finder_setwins, setwins): Include Calc again.
a66cd3ee 13267
8ed4ef7c 13268 * calc/calc-rules.el: Add header comment.
a66cd3ee 13269
8ed4ef7c 132702001-11-23 Andre Spiegel <spiegel@gnu.org>
a66cd3ee 13271
8ed4ef7c
CW
13272 * vc.el (with-vc-properties): Don't bind `filename' locally.
13273 (with-vc-file, edit-vc-file): Use `make-symbol' for local bindings
13274 to avoid name clashes. Fix `lisp-indent-function' property for
13275 both.
a66cd3ee 13276
8ed4ef7c 132772001-11-23 Francesco Potorti` <pot@gnu.org>
a66cd3ee 13278
8ed4ef7c 13279 * generic-x.el (mailrc-generic-mode): Highlight the `source' keyword.
a66cd3ee 13280
8ed4ef7c 132812001-11-22 Colin Walters <walters@debian.org>
a66cd3ee 13282
8ed4ef7c
CW
13283 * calc/calc-misc.el (report-calc-bug):
13284 Use `reporter-prompt-for-summary-p'.
7743d033
CW
13285
13286 * calc/INSTALL, calc/Makefile: Remove.
13287
fe72c904
CW
132882001-11-22 Miles Bader <miles@gnu.org>
13289
13290 * emacs-lisp/re-builder.el (reb-match-0, reb-match-1)
13291 (reb-match-2, reb-match-3): Add dark-background variants.
13292
132932001-11-22 Colin Walters <walters@debian.org>
13294
13295 * calc/calc-misc.el (calc-info): Don't perform voodoo, just
13296 (info "Calc").
13297 (report-calc-bug): Use reporter.el.
13298
13299 * mail/reporter.el (reporter-submit-bug-report): Doc fixes.
13300
133012001-11-21 Richard M. Stallman <rms@gnu.org>
13302
13303 * which-func.el (which-function): Call imenu--make-index-alist
13304 if necessary to get a list of functions.
13305 (which-function-imenu-failed): New variable.
13306 (which-func-update): Handle all visible windows.
13307 (which-func-update-1): New subroutine broken out of which-func-update.
13308
13309 * files.el (temporary-file-directory, null-device)
13310 (small-temporary-file-directory): Definitions moved up.
13311
13312 * progmodes/cperl-mode.el (cperl-problems, cperl-tips)
13313 (cperl-non-problems, cperl-praise): Doc fixes.
13314
13315 * progmodes/sh-script.el (sh-mode): Don't use define-derived-mode.
13316 (sh-mode-syntax-table): Function restored.
13317 Variable set up for use by function sh-mode-syntax-table.
13318 (sh-set-shell): Set the syntax table.
13319
13320 * play/gomoku.el (gomoku-mode): Don't use define-derived-mode.
13321
13322 * progmodes/perl-mode.el (perl-mode): Don't use define-derived-mode.
13323
13324 * international/encoded-kb.el: Don't alter minor-map-alist.
13325
5fe0ea6a 133262001-11-20 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
fe72c904
CW
13327
13328 * files.el (auto-save-file-name-transforms): Put remote files in
13329 temporary-file-directory rather than /tmp.
13330
133312001-11-21 Colin Walters <walters@debian.org>
13332
13333 * calc/calc-macs.el (calc-slow-wrapper): Move (point) call outside
13334 of (function ...) wrapper.
13335
133362001-11-20 Stefan Monnier <monnier@cs.yale.edu>
13337
13338 * derived.el (define-derived-mode): Create the abbrev-table
13339 from inside the `defvar'.
13340
13341 * jit-lock.el (jit-lock-defer-time): New var.
13342 (jit-lock-defer-timer, jit-lock-buffers): New vars.
13343 (jit-lock-mode): Initialize them. Cancel the timers more carefully.
13344 (jit-lock-function): Defer fontification if requested.
13345 (jit-lock-stealth-chunk-start): Pay attention to the new non-nil value.
13346 (jit-lock-stealth-fontify): Check the new `jit-lock-defer-multiline'
13347 text property.
13348 (jit-lock-deferred-fontify): New fun.
13349
133502001-11-20 Richard M. Stallman <rms@gnu.org>
13351
13352 * emacs-lisp/lisp-mode.el (lisp-interaction-mode):
13353 Set local-abbrev-table to lisp-mode-abbrev-table.
13354
13355 * emacs-lisp/re-builder.el (reb-mode):
13356 Don't use define-derived-mode. Call kill-all-local-variables.
13357
13358 * emacs-lisp/lisp-mode.el (lisp-mode, emacs-lisp-mode):
13359 Don't use define-derived-mode.
13360
13361 * help-mode.el (help-mode): Undo 2001-10-07 change.
13362
13363 * replace.el (occur-mode): Undo 2001-5-20 change.
13364
133652001-11-20 Jason Rumney <jasonr@gnu.org>
13366
13367 * w32-fns.el (w32-system-coding-system): Change to an alias for
13368 locale-coding-system.
13369 (set-w32-system-coding-system): Document the above change.
13370 Set locale-coding-system instead.
13371
133722001-11-20 Richard M. Stallman <rms@gnu.org>
13373
13374 * ruler-mode.el: Add pagination.
13375 (ruler-mode-toggle-show-tab-stops): No need to
13376 test `ruler-mode' variable.
13377
133782001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
13379
13380 * play/landmark.el: Mark lm-mode as special.
13381
13382 * play/gomoku.el: Mark gomoku-mode as special.
13383
133842001-11-20 Juanma Barranquero <lektu@terra.es>
13385
13386 * emacs-lisp/re-builder.el (reb-change-target-buffer): New function.
13387 (top-level): Bind it to C-c C-b.
13388 (re-builder): Don't re-enter RE Builder Mode.
13389
13390 * bs.el (bs-delete): Signal an error if the buffer cannot be deleted.
13391
133922001-11-20 Stefan Monnier <monnier@cs.yale.edu>
13393
13394 * progmodes/cperl-mode.el (cperl-perldoc): Require man before binding
13395 `manual-program'.
13396
13397 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Don't move back
13398 to a line without a comment.
13399
134002001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
13401
13402 * dired.el (dired-listing-switches): Mention in the doc string
13403 that some switches are not supported by ls-lisp.el
13404
134052001-11-19 Stefan Monnier <monnier@cs.yale.edu>
13406
13407 * imenu.el (imenu--split-menu): Use dolist and copy-sequence.
13408 (imenu--create-keymap-2): Remove.
13409 (imenu--create-keymap-1): Simplify, remove third argument.
13410 (imenu--generic-function): Use dolist.
13411 (imenu-find-default): New function.
13412 (imenu--completion-buffer): Use it.
13413 (imenu--mouse-menu): Use popup-menu.
13414 (imenu--menubar-select): Return t rather than calling imenu.
13415
13416 * textmodes/fill.el (fill-delete-prefix, fill-delete-newlines):
13417 New functions, extracted from fill-region-as-paragraph.
13418 (fill-region-as-paragraph): Use them.
13419 Use an end marker instead of eob.
13420 Ignore whitespace-only fill-prefixes when indenting according to mode.
13421 Simplify the loop that searches for spaces backwards.
13422
13423 * textmodes/picture.el (picture-vertical-step)
13424 (picture-horizontal-step): Don't use defconst for variables.
13425
13426 * mail/mail-extr.el: Use backquote/dolist/mapc/when. Docstring fixes.
13427 (mail-extract-address-components): Downcase domain names.
13428 (mail-extr-delete-char): Remove. Use delete-char instead.
13429
13430 * emulation/pc-select.el: Doc string fixes.
13431 (pc-selection-mode): Don't treat macos as a tty.
13432
13433 * emacs-lisp/lisp.el (mark-sexp): Mark more if repeated.
13434
13435 * progmodes/cc-engine.el (c-parse-state): Typo. From Martin Stjernholm.
13436
13437 * mwheel.el (mouse-wheel-scroll-amount): Allow float values.
13438 (mouse-wheel-progessive-speed): New var.
13439 (mwheel-scroll): Use it and handle float values.
13440
13441 * lazy-lock.el (lazy-lock-install-hooks): Remove make-local-hook.
13442
13443 * iswitchb.el (iswitchb-mode): Use define-minor-mode.
13444 (iswitchb): Fix the case where the result was selected with the mouse.
13445 (iswitchb-completion-help): Use the normal *Completions* now that
13446 mouse selection works.
13447 (iswitchb-minibuffer-setup): Simplify.
13448
13449 * newcomment.el (comment-column, comment-style, comment-multi-line)
13450 (comment-auto-fill-only-comments): Remove :group arg.
13451 (comment-padding): Add :type.
13452 (comment-indent-new-line): Ignore comment-auto-fill-only-comments
13453 if called interactively.
13454
134552001-11-19 Colin Walters <walters@verbum.org>
13456
13457 * calc/calc.el (toplevel): Add comment and version header.
13458 (calc-init-base): Bump version to 2.02f, update date.
13459
134602001-11-19 Richard M. Stallman <rms@gnu.org>
13461
13462 * net/browse-url.el: Support Mozilla and Galeon.
13463 By default, find the installed browser whichever it is.
13464 (browse-url-mozilla): New function.
13465 (browse-url-mozilla-sentinel): New function.
13466 (browse-url-galeon, browse-url-galeon-sentinel): New functions.
13467 (browse-url-default-browser): New function.
13468 (browse-url-process-environment): Use browse-url-browser-display.
13469 (browse-url-browser-display): Renamed from browse-url-netscape-display.
13470 (browse-url-mozilla-startup-arguments, browse-url-galeon-program)
13471 (browse-url-galeon-arguments, browse-url-galeon-startup-arguments)
13472 (browse-url-mozilla-program, browse-url-mozilla-arguments): New vars.
13473 (browse-url-browser-function): New default, new options.
13474
134752001-11-19 Sam Steingold <sds@gnu.org>
13476
13477 * bindings.el (last-buffer, unbury-buffer): New function.
13478 (mode-line-unbury-buffer): Use `unbury-buffer'.
13479
134802001-11-18 Stephen Eglen <stephen@gnu.org>
13481
13482 * iswitchb.el (iswitchb-cannot-complete-hook): New variable to
13483 control behaviour when no further completion is possible.
13484
134852001-11-19 Colin Walters <walters@verbum.org>
13486
13487 * calc/calc-macs.el (calc-wrapper, calc-slow-wrapper)
13488 (math-showing-full-precision, math-with-extra-prec, math-working)
13489 (calc-with-default-simplification)
13490 (calc-with-trail-buffer): Use backtick.
13491 (Math-zerop, Math-integer-negp, Math-integer-posp, Math-negp)
13492 (Math-looks-negp, Math-posp, Math-integerp, Math-natnump)
13493 (Math-ratp, Math-realp, Math-anglep, Math-numberp, Math-scalarp)
13494 (Math-vectorp, Math-messy-integerp, Math-objectp, Math-objvecp)
13495 (Math-integer-neg, Math-equal, Math-lessp, Math-primp)
13496 (Math-num-integerp, Math-bignum-test, Math-equal-int)
13497 (Math-natnum-lessp, math-format-radix-digit): Change to `defsubst'.
13498 (calc-record-compilation-date-macro): Deleted. Callers updated.
13499 (math-format-radix-digit): Move to calc-bin.el.
13500
13501 * calc/calc.el (calc-record-compilation-date): Remove.
13502 (calc-bug-address): Update.
13503 (calc-settings-file): Use `user-init-file'.
13504
13505 * calc/calc-mode.el (calc-settings-file-name, calc-save-modes):
13506 Handle null `calc-settings-file'.
13507
13508 * calc/calc-frac.el (calc-over-notation): Use `completing-read'.
13509 * calc/calc-keypd.el (calc-keypad-mode): New.
13510 (calc-do-keypad): Use it.
13511 (calc-keypad-map): Move into `calc-keypad-mode'.
13512
13513 * calc-math.el (calcFunc-sqrt, calcFunc-hypot): Add missing quote
13514 to defalias argument.
13515
13516 * calc-misc.el (math-fixnump, math-fixnatnump, calcFunc-trunc)
13517 (calcFunc-floor): Ditto.
13518
13519 * calc-units.el (calcFunc-usimplify): Ditto.
13520
13521 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
13522 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
13523 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
13524 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
13525 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
13526 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
13527 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
13528 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
13529 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
13530 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
13531 * calcsel2.el: Change all toplevel `setq' forms to `defvar' forms,
13532 and move them before their first use. Use `when', `unless'.
13533 Remove trailing periods from error forms. Add description and
13534 headers suggested by Emacs Lisp coding conventions.
13535
135362001-11-19 Stefan Monnier <monnier@cs.yale.edu>
13537
13538 * newcomment.el (comment-indent):
13539 Fix misindentation for comment-only lines.
13540 (comment-indent-new-line): Only obey comment-multi-line if the
13541 comment-ender is not the end-of-line.
13542
135432001-11-19 Richard M. Stallman <rms@gnu.org>
13544
13545 * net/net-utils.el (network-connection-service-abbrev-alist):
13546 New variable.
13547
13548 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
13549 Advance to start of 3rd sexp by moving fwd and backing over it.
13550 At first three elements, act like defun.
13551
13552 * delsel.el (delete-selection-pre-hook): Handle and resignal
13553 file-supersession errors to interact properly with userlock.el.
13554
135552001-11-18 Richard M. Stallman <rms@gnu.org>
13556
13557 * progmodes/fortran.el (fortran-mode-syntax-table):
13558 Specify punctuation syntax for backslash.
13559
13560 * progmodes/sh-script.el (sh-must-be-shell-mode): Function deleted.
13561 All calls deleted.
13562
13563 * international/mule-util.el (string-to-sequence): Make it obsolete.
13564 (string-to-list, string-to-vector): Implement them directly
13565 using append and vconcat, not with string-to-sequence.
13566
13567 * startup.el (command-line): Set abbrevs-changed to nil after
13568 reading the init file and the abbrevs file.
13569
13570 * isearch.el (isearch): Use magenta2 as bg for (background light)
13571
135722001-11-17 Richard M. Stallman <rms@gnu.org>
13573
13574 * menu-bar.el (menu-bar-update-buffers-1): Don't pad the buffer name.
13575
13576 * simple.el (minibuffer-history-sexp-flag): Doc fix.
13577
135782001-11-17 Stefan Monnier <monnier@cs.yale.edu>
13579
13580 * font-lock.el (font-lock-compile-keywords): New arg `regexp'.
13581 If set and if applicable, add a regexp to highlight defun-like
13582 text inside comments and strings.
13583 (font-lock-fontify-keywords-region): Pass that new arg.
13584 (font-lock-set-defaults): Move the code to set `font-lock-keywords'
13585 to the end and pass that new arg.
13586 (c-font-lock-keywords-2): Fix regex for labels.
13587 (font-lock-match-c++-style-declaration-item-and-skip-to-next):
13588 Make it work when LIMIT is several lines further.
13589 (c-font-lock-keywords-3, c++-font-lock-keywords-3)
13590 (objc-font-lock-keywords-3, java-font-lock-keywords-3):
13591 Use backquote and make the regexes for `int a, b, c;' work on
13592 multiple lines.
13593
13594 * emacs-lisp/re-builder.el (reb-mode): Use define-derived-mode.
13595 (font-lock-defaults-alist): Don't change it any more.
13596 (reb-subexp-mode-map): Cleanup.
13597
13598 * custom.el (custom-current-group-alist): New var.
13599 (custom-declare-group): Set it.
13600 (custom-current-group): New fun.
13601 (custom-declare-variable, custom-handle-all-keywords):
13602 Use it as a default if no :group argument is specified.
13603
13604 * international/mule-cmds.el (locale-name-match): Use \` and \(?:.
13605 (standard-keyboard-coding-systems): New var.
13606 (set-locale-environment): Use it to decide whether or not to call
13607 set-keyboard-coding-system.
13608 (locale-language-names): Use \"French\" for "fr".
13609
136102001-11-17 Richard M. Stallman <rms@gnu.org>
13611
13612 * emacs-lisp/checkdoc.el (princ-list, checkdoc-read-event)
38d5fc02 13613 (add-to-list): Delete compatibility code.
f4ca4b00 13614 (checkdoc-next-message-error): Doc fix.
38d5fc02 13615
fe8c7212
RS
136162001-11-17 Stephen Eglen <stephen@gnu.org>
13617
13618 * locate.el (locate): Show default locate pattern within the
16927a56
SM
13619 prompt, but don't insert it into the minibuffer contents.
13620 Catch the case when pattern is the empty string.
fe8c7212 13621
a5e6715c
EZ
136222001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
13623
13624 * language/european.el ("French"): New language environment.
13625
032a857d
RS
136262001-11-16 Richard M. Stallman <rms@gnu.org>
13627
13628 * calendar/todo-mode.el (todo-save): Fix previous change.
13629
13630 * subr.el (functionp): Do use cdr-safe on object.
13631
b6270150
SM
136322001-11-16 Stefan Monnier <monnier@cs.yale.edu>
13633
13634 * bindings.el (mode-line-mode-name): Only put the help-echo property
13635 if the local-map property was put as well.
13636 (global-map): Bind switch-frame, delete-frame, iconify-frame
13637 and make-frame-visible events.
13638
13639 * emacs-lisp/elp.el (elp-not-profilable): New var.
13640 (elp-not-profilable-p): New function.
13641 (elp-instrument-function): Use it. Use backquotes and push.
13642
13643 * emacs-lisp/bytecomp.el (byte-compile-call-tree, byte-code-vector)
13644 (byte-stack+-info, byte-compile-last-warned-form)
13645 (byte-compile-last-logged-file): Don't defconst a variable.
13646 (no-byte-compile): Declare.
13647 (byte-compile-file): Don't boundp-check no-byte-compile any more.
13648 (byte-compile-defvar): Leave defconst as is.
13649
13650 * emacs-lisp/edebug.el (edebug-form-data, edebug-offsets)
13651 (edebug-offsets-stack, edebug-read-dotted-list, edebug-def-name)
13652 (edebug-current-offset, edebug-old-def-name, edebug-error-point)
13653 (edebug-best-error): Don't defconst a variable.
13654 (edebug-read-syntax-table): Use a char-table.
13655 (edebug-lemacs-specific): Remove.
13656 Toplevel: Eliminate check for Lucid Emacs.
13657
13658 * pcvs-util.el (cvs-prefix-define): Don't defconst a variable.
13659
13660 * rect.el (move-to-column-force): Mark obsolete.
13661 (operate-on-rectangle, delete-extract-rectangle-line)
13662 (insert-rectangle, delete-whitespace-rectangle-line)
13663 (open-rectangle-line, clear-rectangle-line): Use move-to-column.
13664 (string-rectangle-history): New var.
13665 (string-rectangle, string-insert-rectangle): Use it.
13666 (delete-rectangle-line): Fix pos/column mixup and simplify.
13667
13668 * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
13669 (normal-top-level, command-line, command-line-1): Simplify.
13670
13671 * tar-mode.el (tar-mode): Use define-derived-mode.
13672
13673 * view.el (view-mode-enable): Don't use make-local-hook.
13674
13675 * emacs-lisp/eldoc.el (eldoc-mode): Use define-minor-mode.
13676
af604656
RS
136772001-11-16 Richard M. Stallman <rms@gnu.org>
13678
13679 * mail/mail-extr.el (mail-extr-voodoo): Treat a number as a word
13680 if it doesn't make sense as anything else.
13681 Don't recognize a "telephone number" at the beginning of the name.
13682 (mail-extr-leading-garbage): Match non-word characters only.
13683
5fe0ea6a 136842001-11-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
2879a13b 13685
792e5cbd
PJ
13686 * startup.el (command-line-processed): Doc fix.
13687
2879a13b
PJ
13688 * apropos.el (apropos-next-label-button): Doc fix.
13689
a2d7836f
SM
136902001-11-16 Stefan Monnier <monnier@cs.yale.edu>
13691
fa336b91
SM
13692 * comint.el (comint-mode): Simplify.
13693 (make-comint-in-buffer): Run `comint-mode' only if necessary.
13694
a2d7836f
SM
13695 * subr.el (eval-after-load): Make it work with features as well.
13696
13697 * log-view.el (log-view-mode): Don't mark the buffer unmodified.
13698
13699 * international/mule-cmds.el (describe-input-method): Setup xref.
13700 (set-language-environment): Use functionp.
13701 (locale-language-names, locale-charset-language-names)
13702 (locale-preferred-coding-systems): Defconst and purecopy.
13703
13704 * language/european.el (mac-roman): Add mime-charset property.
13705
413da451
RS
137062001-11-15 Richard M. Stallman <rms@gnu.org>
13707
a2d7836f 13708 * emacs-lisp/cl.el (values, values-list, multiple-value-list)
413da451
RS
13709 (multiple-value-apply, nth-value): Use defsubst rather than defalias
13710 to get better doc strings.
13711
5fe0ea6a 137122001-11-15 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
987aac50
PJ
13713
13714 * derived.el: Fix autoload cookie.
13715
83709c9f
RS
137162001-11-15 Richard M. Stallman <rms@gnu.org>
13717
13718 * jka-compr.el (jka-compr-partial-uncompress): Fix previous change.
13719
84932bf6
SM
137202001-11-15 Stefan Monnier <monnier@cs.yale.edu>
13721
13722 * menu-bar.el (menu-bar-edit-menu) <copy>: Put an explicit key binding.
13723
16a2f75a
RS
137242001-11-15 Richard M. Stallman <rms@gnu.org>
13725
13726 * dired.el (dired-undo): Display a message to explain
13727 that this does not undo file system changes.
13728
137292001-11-15 David Kastrup <David.Kastrup@t-online.de>
13730
84932bf6
SM
13731 * mouse-drag.el (mouse-drag-throw): Push back non-drag events
13732 into `unread-command-events' instead of trying keymap
13733 lookups ourselves. This makes mouse-clicks do the right
13734 thing even when keymaps of overlays are involved.
13735 (mouse-drag-drag): Likewise.
16a2f75a 13736
1997815f
AS
137372001-11-15 Andreas Schwab <schwab@suse.de>
13738
13739 * progmodes/ada-mode.el (ada-add-extensions): Quote regexp special
13740 characters and append anchor to pattern added to auto-mode-alist.
13741
7f6e33e6
SM
137422001-11-15 Stefan Monnier <monnier@cs.yale.edu>
13743
ac9f144d 13744 * server.el (server-process-filter): Run pre/post-comment-hook
7f6e33e6
SM
13745 before/after visiting the file.
13746
13747 * info-look.el (makefile-mode): Add info for automake.
13748 (autoconf-mode): Fix the name of the index for automake.
13749
13750 * international/latin-9.el: Give pilcrow punctuation syntax.
13751
9522e2d8
AS
137522001-11-15 Andre Spiegel <spiegel@gnu.org>
13753
13754 * vc.el: Documentation fixes.
13755
7f6e33e6
SM
137562001-11-14 Stefan Monnier <monnier@cs.yale.edu>
13757
13758 * smerge-mode.el (smerge-match-conflict): Fix typo.
13759 (smerge-diff): Be careful to read match-data early enough.
13760
bac0fac8
CW
137612001-11-14 Colin Walters <walters@verbum.org>
13762
13763 * calc/calc-alg.el (calcFunc-esimplify, calcFunc-simplify)
13764 (calcFunc-subst): Use `defalias' instead of `fset' and
13765 `symbol-function'.
13766
13767 * calc/calc-arith.el (calcFunc-abs, calcFunc-float)
13768 (calcFunc-ceil, calcFunc-round): Ditto.
13769
13770 * calc/calc-bin.el (calcFunc-clip): Ditto.
7f6e33e6 13771
bac0fac8 13772 * calc/calc-ext.el (calcFunc-evalv): Ditto.
7f6e33e6 13773
bac0fac8 13774 * calc/calc-math.el (calcFunc-sqrt, calcFunc-hypot): Ditto.
7f6e33e6 13775
bac0fac8
CW
13776 * calc/calc-misc.el (math-fixnump, math-fixnatnump)
13777 (calcFunc-trunc, calcFunc-floor, calc-report-bug): Ditto.
13778
13779 * calc/calc-units.el (calcFunc-unsimplify): Ditto.
7f6e33e6 13780
bac0fac8
CW
13781 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
13782 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
13783 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
13784 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
13785 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
13786 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
13787 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
13788 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
13789 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
13790 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
13791 * calcsel2.el: Style cleanup; don't put closing parens on their
13792 own line, add "foo.el ends here" to each file, and update
13793 copyright date.
13794
13795 * README: Update maintainer.
13796
16a2f75a
RS
137972001-11-13 Richard M. Stallman <rms@gnu.org>
13798
cc84b70f
RS
13799 * progmodes/compile.el (recompile): Use compilation-arguments if
13800 set, so as to be able to M-x recompile the exact command which
13801 created a compilation-mode buffer.
13802
16a2f75a
RS
13803 * progmodes/ada-mode.el (ada-fill-comment-prefix): Doc fix.
13804
02beb936
RS
138052001-11-13 Gerd Moellmann <gerd@gnu.org>
13806
7f6e33e6 13807 * mouse.el (mouse-drag-region): Don't run the up-event
02beb936
RS
13808 handler if window start changed due to the down-mouse event.
13809
138102001-11-13 Richard M. Stallman <rms@gnu.org>
13811
13812 * mouse.el (mouse-show-mark): Either move point to the mark
13813 or use highlighting, never both.
13814 (mouse-buffer-menu): If WINDOW is a frame, select its selected window.
13815
138162001-11-13 Simon Josefsson <jas@extundo.com>
13817
1699c6af
RS
13818 * mail/smtpmail.el (top-level): Change maintainer to Simon
13819 Josefsson, cleanup the smtpmail.el header.
13820
13821 * mail/smtpmail.el (top-level): Don't require cl or base64.
13822 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
13823 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd):
13824 Defsubst instead of defmacro.
13825 (smtpmail-intersection): Return value in reverse order.
13826 (smtpmail-open-stream): Use stringp instead of string-to-list.
13827 (smtpmail-open-stream, smtpmail-try-auth-methods): New functions,
13828 separated from smtpmail-via-smtp.
02beb936
RS
13829
13830 * mail/smtpmail.el (top-level): Autoload starttls, mail-utils and
13831 rfc2104. Require base64 and cl.
13832 (smtpmail-smtp-service): Doc fix. :type fix.
13833 (smtpmail-debug-info): Doc fix.
13834 (smtpmail-debug-verb, smtpmail-auth-credentials)
7f6e33e6
SM
13835 (smtpmail-starttls-credentials, smtpmail-auth-supported):
13836 New variables.
02beb936
RS
13837 (smtpmail-deduce-address-list, smtpmail-send-it): Don't require
13838 mail-utils (it is autoloaded).
13839 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
13840 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd)
7f6e33e6 13841 (smtpmail-find-credentials, smtpmail-intersection): New utility funs.
02beb936
RS
13842 (smtpmail-via-smtp): Support STARTTLS, if binary is installed.
13843 (smtpmail-via-smtp): Support AUTH.
13844 (smtpmail-via-smtp): Use `smtpmail-debug-verb' to control VERB.
13845
138462001-11-13 Richard M. Stallman <rms@gnu.org>
13847
13848 * ebuff-menu.el (electric-buffer-update-highlight): New function.
13849 (electric-buffer-overlay): New variable.
13850 (electric-buffer-menu-looper): Call electric-buffer-update-highlight.
13851 (electric-buffer-list): Likewise.
13852
fad241d3 13853 * isearch.el (isearch-whitespace-chars): Doc fix.
37606ed8 13854 (isearch-mode): Handle negative search-slow-window-lines correctly.
fad241d3 13855
5ebcaf36
SM
138562001-11-13 Stefan Monnier <monnier@cs.yale.edu>
13857
9145f1c2
SM
13858 * newcomment.el (comment-normalize-vars): Handle a nil comment-padding.
13859
5ebcaf36 13860 * progmodes/ada-mode.el (ada-fill-comment-prefix): GNAT wants 2 spaces.
37606ed8 13861 From Emmanuel Briot <briot@act-europe.fr>.
5ebcaf36 13862
31b85a14
EZ
138632001-11-13 Colin Walters <walters@debian.org>
13864
13865 * calc/calc.el (calc-unread-command): Use `unread-command-events'.
13866
13867 * calc/calc-mode.el (calc-settings-file-name): Don't hardcode
13868 "~/.emacs"; use `read-file-name'.
13869
13870 * calc/calc-graph.el, calc/calc-embed.el, calc/calc-graph.el
5ebcaf36
SM
13871 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-prog.el
13872 * calc/calc-sel.el, calc/calc-store.el, calc/calc-yank.el
31b85a14
EZ
13873 * calc/calc.el: Use `frame-width' instead of `screen-width',
13874 `frame-height' instead of `screen-height', and,
13875 `executing-kbd-macro' instead of `executing-macro'.
13876
13877 * calc/calc-embed.el (calc-do-embedded): Call `y-or-n-p' with
13878 correct number of arguments.
13879
5ebcaf36
SM
13880 * calc/calc-aent.el (calc-do-alg-entry):
13881 Use `blink-paren-function' instead of `blink-paren-hook'.
31b85a14 13882
2fa8f8a4
RS
138832001-11-12 Richard M. Stallman <rms@gnu.org>
13884
ade67f6a
RS
13885 * calendar/todo-mode.el (todo-save): Add save-excursion
13886 and save-restriction.
13887
1c1d3d69
RS
13888 * server.el (server-edit, server-done): Doc fix.
13889
2fa8f8a4
RS
13890 * simple.el (clone-indirect-buffer): Error if major mode symbol
13891 has a no-clone-indirect property.
13892 (clone-buffer): Check for obvious errors before reading clone name.
13893
13894 * info.el (Info-mode): Add a no-clone-indirect property.
13895
99cb8c8b
SS
138962001-11-12 Sam Steingold <sds@gnu.org>
13897
13898 * vc.el (vc-print-log): Bind `inhibit-read-only' to t before and
13899 set-buffer-modified-p to nil after `vc-exec-after'.
13900 * log-view.el (log-view-mode-map): Bind "q", "z", "m" and "d".
13901 (log-view-mode): Make read-only.
13902 (log-view-current-file): Do final `expand-file-name' in the
13903 current `default-directory'.
13904 (log-view-current-tag): Take an optional `where' arg.
13905 (log-view-diff): New user command.
13906
5fe0ea6a 139072001-11-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
275cffa7
PJ
13908
13909 * progmodes/cpp.el (cpp-choose-face): Fix typo.
13910
e7c8c428
SS
139112001-11-12 Sam Steingold <sds@gnu.org>
13912
13913 * emacs-lisp/cl-indent.el (toplevel): Indent properly
13914 `generic-flet', `generic-labels', `with-accessors',
13915 `with-condition-restarts'.
13916
68d2f12f
RS
139172001-11-12 Richard M. Stallman <rms@gnu.org>
13918
13919 * dired.el: Many trivial doc fixes.
13920 (dired-get-file-for-visit): New function.
90a44957
SM
13921 (dired-find-alternate-file, dired-mouse-find-file-other-window)
13922 (dired-view-file, dired-find-file-other-window, dired-display-file)
e7c8c428 13923 (dired-find-file): Use dired-get-file-for-visit.
68d2f12f 13924
66b17d3f
RS
139252001-11-12 Alex Schroeder <kensanata@yahoo.com>
13926
13927 * sql.el (sql-mode): Doc change.
13928
13929 * sql.el (sql-mode-syntax-table): The backslash is no longer an
13930 escape character.
13931
273bd541
EZ
139322001-11-12 Colin Walters <walters@debian.org>
13933
13934 * calc/calc-keypd.el (toplevel): Bind mouse buttons.
13935 (calc-do-keypad): Don't attempt to use nonexistent global
13936 mouse-map, use calc-keypad-map.
13937 (calc-keypad-x-left-click): Renamed to calc-keypad-left-click.
13938 (calc-keypad-left-click): Don't use mouse-map; update to new event
13939 interface.
13940 (calc-keypad-x-middle-click, calc-keypad-x-right-click): Ditto.
13941 (calc-keypad-press): Use `unread-command-events' instead of
13942 `unread-command-char'.
13943
13944 * calc/calc-ext.el (calc-init-extensions): Update autoload names
13945 to match files renamed on initial calc import.
13946
5fe0ea6a 139472001-11-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
3d3f602a 13948
5ebcaf36
SM
13949 * textmodes/flyspell.el (flyspell-default-dictionary):
13950 Fix previous change.
3d3f602a 13951
b789d74a
RS
139522001-11-12 Richard M. Stallman <rms@gnu.org>
13953
13954 * textmodes/flyspell.el (flyspell-default-dictionary):
13955 Fix custom type.
13956
a4cd0cd7
RS
139572001-11-11 Richard M. Stallman <rms@gnu.org>
13958
eafb659a
RS
13959 * calendar/solar.el (solar-sunrise-and-sunset):
13960 Exchange the two extreme values of day-length.
13961
e7c8c428 13962 * progmodes/sh-script.el (sh-must-be-shell-mode):
a4cd0cd7
RS
13963 Allow modes derived from sh-mode.
13964
e7c8c428 13965 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
a4cd0cd7
RS
13966 Turn off error in some re-search-forward calls.
13967
13968 * replace.el (query-replace-skip-read-only): New variable.
13969 (perform-replace): If that variable is non-nil, ignore matches
13970 that have a read-only property.
13971
13972 * derived.el (define-derived-mode): Doc fix.
13973
13974 * server.el (server-buffer-done): Test of server-existing-buffer
13975 was backwards.
13976 (server-existing-buffer): Doc fix.
13977
13978 * textmodes/flyspell.el (flyspell-default-dictionary):
13979 Allow nil as value, and make nil the default.
13980
721c26b8
EZ
139812001-11-11 Eli Zaretskii <eliz@is.elta.co.il>
13982
13983 * menu-bar.el (menu-bar-edit-menu): Don't use x-selection-exists-p if
13984 it is not fboundp.
13985 (clipboard-yank): Ditto.
13986
91e51f9a
EZ
139872001-11-11 Colin Walters <walters@verbum.org>
13988
13989 The following changes are based on patches from
5fe0ea6a 13990 Eli Zaretskii <eliz@is.elta.co.il>, Kai Gro\e,A_\e(Bjohann
91e51f9a
EZ
13991 <Kai.Grossjohann@CS.Uni-Dortmund.DE>, and others.
13992
13993 * calc/calc.el (toplevel): Require calc-macs.
13994 (calc-minibuffer-size): New.
13995 (calcDigit-nondigit): Use it instead of `buffer-size'.
13996 (calcDigit-backspace): Likewise.
13997 (calcDigit-nondigit): Use `minibuffer-contents' instead of
13998 `buffer-string'.
13999 (calc-minibuffer-contains): Use `minibuffer-prompt-end' instead of
14000 `point-min'.
14001 (calcDigit-key): Use `calc-minibuffer-contains' instead of a
14002 `save-excursion'.
14003
14004 * calc/calc-macs.el (calc-record-compilation-date-macro): Return a
14005 simple `setq' form.
14006
14007 * calc/calc-ext.el: (toplevel): Require calc.
14008 (calc-fancy-prefix-map): New.
14009 (calc-fancy-prefix): Use it.
14010 (calc-fancy-prefix-other-key): New.
14011
14012 * calc/calc-aent.el (toplevel): Require calc-macs during compilation.
14013 (calc-do-quick-calc): Use `frame-width' instead of `screen-width'.
14014 (calcAlg-edit): Use `minibuffer-contents' instead of `buffer-string'.
14015 (calcAlg-enter): Likewise.
14016 (calcAlg-enter): Use `minibuffer-prompt-end' instead of `point-min'.
14017
2827a3c1
RS
140182001-11-10 Richard M. Stallman <rms@gnu.org>
14019
a4cd0cd7
RS
14020 * abbrev.el (read-abbrev-file): Don't set save-abbrevs.
14021 (quietly-read-abbrev-file): Doc fix.
14022
14023 * startup.el (command-line): Read standard abbrev
14024 file (abbrev-file-name), if it exists.
14025
14026 * files.el (save-abbrevs): Default value is t.
14027
2827a3c1
RS
14028 * progmodes/compile.el (compile-goto-error): Fix previous change
14029 in the case where subsequent errors have not been parsed yet
14030 because they are in a different source file.
14031
c48dc445
RS
140322001-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
14033
5ebcaf36
SM
14034 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
14035 Merge two regular expressions into one.
c48dc445
RS
14036 (ps-mode): Make local bindings for `comment-start' and
14037 `comment-start-skip'.
14038 (ps-mode-looking-at-nested): Simplify an if-else construct;
14039 use `set-match-data' to set the result.
14040
140412001-11-10 Richard M. Stallman <rms@gnu.org>
14042
14043 * textmodes/flyspell.el (flyspell-correct-word/local-keymap):
14044 Function deleted.
14045 (flyspell-correct-word): Old definition deleted.
14046 (flyspell-correct-word/mouse-keymap): Renamed to flyspell-correct-word.
14047 All references renamed too.
14048
ebc4ee8d
GM
140492001-11-10 Gerd Moellmann <gerd@gnu.org>
14050
14051 * Makefile.in (finder_setwins, setwins): Exclude Calc.
14052
dbe3a58a
PA
140532001-11-09 Per Abrahamsen <abraham@dina.kvl.dk>
14054
14055 * wid-edit.el (checklist): Removed `:menu-tag'.
14056 (radio-button-choice): Ditto.
14057 (editable-list): Ditto.
14058
5fe0ea6a 140592001-11-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
3b8d7e6e
PJ
14060
14061 * play/gomoku.el: Move definitions of constants to the beginning
14062 of file, before their use.
14063
5a34aae1
RS
140642001-11-09 Richard M. Stallman <rms@gnu.org>
14065
14066 * textmodes/flyspell.el: Use the keymap property
14067 instead of local-map, and don't use a minor-mode map.
14068 (flyspell-mode-map): Variable deleted.
14069 Don't mess with minor-mode-map-alist.
14070 (calling add-minor-mode): Specify nil for keymap.
14071 And always use add-minor-mode, now that it exists.
14072 (flyspell-overlay-keymap-property-name): Set it to `keymap'.
14073 (flyspell-mode-on): Don't locally bind flyspell-mouse-map
14074 or flyspell-local-mouse-map.
14075 (make-flyspell-overlay): Use flyspell-mouse-map directly.
14076 (flyspell-mode): Doc fix.
14077 (flyspell-mode-on): Don't call make-local-hook.
14078
34decfdb
SS
140792001-11-09 Sam Steingold <sds@gnu.org>
14080
14081 * emacs-lisp/debug.el (debugger-make-xrefs):
14082 Add buttons to all symbols.
14083
d25303d3
AS
140842001-11-09 Andre Spiegel <spiegel@gnu.org>
14085
14086 * vc.el: Add John David Smith to credits.
34decfdb 14087
d25303d3 14088 Suggested by Kalle Olavi Niemitalo <kon@iki.fi>:
34decfdb 14089
d25303d3
AS
14090 * vc-hooks.el (vc-error-occured): Backquotified.
14091 (vc-file-prop-obarray): Use prime length for better efficiency.
14092
14093 * vc.el (vc-clear-context): Fill obarray with 0, not nil.
14094
807378ad
EZ
140952001-11-09 Eli Zaretskii <eliz@is.elta.co.il>
14096
14097 * info.el (Info-file-list-for-emacs): Add entries for Calc.
14098
60ab6064
MB
140992001-11-09 Miles Bader <miles@gnu.org>
14100
14101 * subr.el (functionp): Don't consider macros as functions.
14102
7c1ce64c
MB
141032001-11-08 Miles Bader <miles@gnu.org>
14104
1cf72ff8
MB
14105 * subr.el (functionp): Make work correctly for macros and unbound
14106 symbols.
14107
7c1ce64c
MB
14108 * comint.el (comint-send-input): Fix description of
14109 `comint-process-echoes' in the doc-string.
14110
d38b07f9
EZ
141112001-11-08 Eli Zaretskii <eliz@is.elta.co.il>
14112
14113 * international/mule.el (make-translation-table): Doc fix.
14114 Suggested by Alex Schroeder <alex@gnu.org>.
14115
5a34aae1
RS
141162001-11-07 Richard M. Stallman <rms@gnu.org>
14117
14118 * info.el (Info-fontify-node): Highlight every third menu item.
14119
61763509
PA
141202001-11-07 Per Abrahamsen <abraham@dina.kvl.dk>
14121
14122 * cus-edit.el (custom-face-value-create): Don't ignore the
14123 `customized-face' attribute when finding the current face spec.
14124
ecd91f5f
SM
141252001-11-07 Stefan Monnier <monnier@cs.yale.edu>
14126
faa29f8b
SM
14127 * subr.el (with-local-quit): New macro.
14128 (make-syntax-table): Always inherit.
14129 (functionp): Be more careful when `object' is a symbol.
14130
ecd91f5f
SM
14131 * dabbrev.el (dabbrev-completion): Use "*Completions*".
14132
7263bb10
PE
141332001-11-07 Paul Eggert <eggert@twinsun.com>
14134
14135 * dired.el (dired-move-to-filename-regexp):
14136 Do not distinguish between ASCII letters and non-ASCII characters.
14137 Don't allow comma except in the form "month day, year".
14138 Don't allow space between month name and comma.
14139 Clean up the code that checks for trailing period, comma, and space.
14140 Remove now-obsolete comments, and add more commentary about
14141 Japanese dates.
14142 Always gobble up trailing spaces, instead of doing it only sometimes.
14143
05e122fe
MB
141442001-11-07 Miles Bader <miles@gnu.org>
14145
14146 * paren.el (show-paren-match-face): Add dark-background variant.
14147
c191d13c
SM
141482001-11-06 Stefan Monnier <monnier@cs.yale.edu>
14149
14150 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Paren typo.
14151 (lisp-mode-variables): Don't set paragraph-{start,separate}.
14152 Don't disable adaptive-fill-mode.
14153 (lisp-fill-paragraph): Use tab-width rather than 8.
14154 Prevent filling the first line of docstrings.
14155
242d2673
RS
141562001-11-06 Richard M. Stallman <rms@gnu.org>
14157
16f97fc3
RS
14158 * play/gomoku.el (gomoku): Doc fix.
14159
c191d13c
SM
14160 * jka-compr.el (jka-compr-partial-uncompress):
14161 Support an alternative of not using dd.
242d2673
RS
14162 (jka-compr-dd-program): Use defcustom to define this.
14163 (jka-compr-load-suffixes): Use defcustom.
14164 (jka-compr-mode-alist-additions): Use defcustom.
14165
c1966bb4
SM
141662001-11-06 Stefan Monnier <monnier@cs.yale.edu>
14167
14168 * font-lock.el (font-lock-match-c-style-declaration-item-and-skip-to-next):
14169 Also work when LIMIT is further than the end of line.
14170
e154cc44
EZ
141712001-11-06 Eli Zaretskii <eliz@is.elta.co.il>
14172
14173 * international/quail.el (quail-update-leim-list-file): Print the
c1966bb4 14174 offending file name if some of its quail-define-package forms is broken.
e154cc44 14175
d5360cc7
RS
141762001-11-05 Richard M. Stallman <rms@gnu.org>
14177
14178 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Return the value
14179 of the evaluated form.
14180
0e6f6028
PE
141812001-11-05 Paul Eggert <eggert@twinsun.com>
14182
14183 * ls-lisp.el (ls-lisp-time-to-seconds): New function.
14184 (ls-lisp-format-time): Emulate GNU fileutils 4.1.1 ls, whose time
14185 stamps always line up by default. Also, it uses a slightly
14186 different window to determine whether files are "recent".
14187
96238a5a
AI
141882001-11-05 Andrew Innes <andrewi@gnu.org>
14189
c1966bb4
SM
14190 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
14191 Don't attempt to remake autoloads before nuking .elc files.
96238a5a 14192
982f6c7e
RS
141932001-11-04 Richard M. Stallman <rms@gnu.org>
14194
48461f7c
RS
14195 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display): Cope if
14196 previous-single-property-change or next-single-char-property-change
14197 returns nil.
14198
c1966bb4 14199 * international/mule-cmds.el (set-locale-environment):
830047fd
RS
14200 Make it interactive; make arg optional.
14201
982f6c7e
RS
14202 * international/mule-diag.el (help-funs): Require help-funs.
14203
051a608d
EZ
142042001-11-04 Eli Zaretskii <eliz@is.elta.co.il>
14205
14206 * term/internal.el (term-setup-hook): Add IT-setup-unicode-display.
14207
2c738482
MB
142082001-11-04 Miles Bader <miles@gnu.org>
14209
14210 * startup.el (fancy-splash-head): Reapply Gerd's hack to make the
c1966bb4 14211 shadow of the splash image grey on a dark background instead of black.
2c738482 14212
9c01e545
SM
142132001-11-03 Stefan Monnier <monnier@cs.yale.edu>
14214
c191d13c
SM
14215 * term.el (all faces): Don't (copy-face 'default <foo>).
14216
9c01e545
SM
14217 * term/xterm.el (function-key-map):
14218 Add entry for `ESC [ 3 ~' -> <delete>
14219 Add entries `ESC O 5 [ABCD]' -> C-{up,down,right,left}.
14220 Use inheritance so that .emacs and terminfo take precedence.
14221
aed29b97
EZ
142222001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
14223
14224 * tooltip.el (tooltip-delay): Decrease to 0.7.
14225 (tooltip-hide-delay): Enlarge to 10.
14226
ed638cc9
RS
142272001-11-03 Richard M. Stallman <rms@gnu.org>
14228
14229 * startup.el (fancy-splash-tail): Explain how to recover
14230 from a crash, if there was a crash.
14231 (command-line-1): Reorganize display of startup screen,
d09cb033 14232 to simplify the logic. Use a temp buffer for it.
ed638cc9 14233
9ca8a5a0
EZ
142342001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
14235
d09cb033
SM
14236 * frame.el (set-background-color, set-foreground-color):
14237 Call face-set-after-frame-default, to propagate the new colors to
14238 the frame's parameters alist.
528e1416 14239
9ca8a5a0
EZ
14240 * calendar/timeclock.el (timeclock-out): Signal an error if
14241 timeclock-last-event is nil.
14242
55140940
SM
142432001-11-02 Stefan Monnier <monnier@cs.yale.edu>
14244
d09cb033
SM
14245 * textmodes/fill.el (fill-context-prefix): Fix braino.
14246
14247 * international/quail.el (quail-help):
14248 Use `help-buffer' and move `help-setup-xref' to beginning.
14249
14250 * international/mule-cmds.el (describe-language-environment):
14251 Use `help-buffer' and move `help-setup-xref' to beginning.
14252
55140940
SM
14253 * international/mule-diag.el (list-character-sets)
14254 (sort-listed-character-sets, describe-character-set)
14255 (describe-coding-system, describe-fontset, list-fontsets):
14256 Use `help-buffer' and move `help-setup-xref' to beginning.
14257 (describe-char-after): Use `internal-describe-syntax-value'.
14258
e6bff182
RS
142592001-11-02 Richard M. Stallman <rms@gnu.org>
14260
14261 * mouse.el (popup-menu): If the user refuses to select
14262 from a menu, don't try to invoke the menu.
14263
e8cdeaca
MB
142642001-11-02 Miles Bader <miles@gnu.org>
14265
14266 * help-mode.el (help-xref): New button type.
14267 (help-function, help-variable, help-face, help-coding-system)
14268 (help-input-method, help-character-set, help-type, help-symbol)
14269 (help-back, help-info, help-customize-variable, help-customize-face)
14270 (help-function-def, help-variable-def): Use it as a supertype.
14271 Remove `action' property.
14272
14273 * international/mule-diag.el (describe-character-set)
14274 (describe-coding-system): Pass correct args to `help-xref-button'.
14275 (sort-listed-character-sets): New button type.
14276 (list-character-sets): Use it.
14277 (list-charset-chars): New button type.
14278 (list-character-sets-1): Use it.
14279
142802001-11-01 Stefan Monnier <monnier@rum.cs.yale.edu>
c22e59e1
SM
14281
14282 * indent.el (tab-always-indent, indent-for-tab-command):
14283 Remove redundant `never' setting.
2d78d3e8
SM
14284
14285 * fill.el (fill-region-as-paragraph): Don't forget to skip
14286 over current whitespace before looking for a preceding space.
14287
9271ed2c
RS
142882001-11-01 Richard M. Stallman <rms@gnu.org>
14289
e6bff182
RS
14290 * files.el (file-newest-backup): Don't pass backup file name
14291 thru file-name-sans-versions, because it never has version numbers.
14292
14293 * textmodes/sgml-mode.el (sgml-xml-guess): Fix regexp
14294 to avoid ambiguous nested loops.
55140940 14295
9271ed2c
RS
14296 * files.el (find-file-noselect): Offer to change buffer-read-only
14297 only when the file's read-only status has changed from before
14298 as well as disagreeing with the buffer's current status.
14299 (buffer-file-read-only): New var, local in all buffers.
14300
14301 * buff-menu.el (buffer-menu): Doc fix.
14302 (buffer-menu-other-window): Doc fix.
14303 (list-buffers, list-buffers-noselect): Doc fix.
14304
7360b8aa
GM
143052001-11-01 Gerd Moellmann <gerd@gnu.org>
14306
14307 * startup.el (command-line): If the terminal Emacs is running on
14308 has erase char set to ^H, use the Backspace key for deleting
14309 backward, and the Delete key for deleting forward.
14310
588c722f
MB
143112001-11-01 Miles Bader <miles@gnu.org>
14312
14313 * button.el (define-button-type): Make sure every user-defined
14314 button type has a supertype.
14315
74142afe
JR
143162001-10-31 Jason Rumney <jasonr@gnu.org>
14317
14318 * international/mule-cmds.el (locale-language-names): Add chs and
14319 cht as aliases for Chinese-GB and Chinese-BIG5.
14320
e6188964
RS
143212001-10-31 Richard M. Stallman <rms@gnu.org>
14322
14323 * bindings.el (mode-line-frame-identification): Add doc string.
14324 (mode-line-position, mode-line-modes): New variables.
14325 (mode-line-format): Use mode-line-position for the part
c22e59e1
SM
14326 that displays the position-in-buffer info.
14327 Use mode-line-modes for the part that displays major and minor modes.
e6188964 14328
cc1bde62
SS
143292001-10-31 Sam Steingold <sds@gnu.org>
14330
14331 * emacs-lisp/debug.el (debugger-make-xrefs): New function.
14332 (debugger-setup-buffer): Call it.
14333 (debugger-mode-map): Bind RET and mouse-2.
14334
5fe0ea6a 143352001-10-31 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
2b209b97
PJ
14336
14337 * startup.el: Document command line option --no-window-system
14338 instead of --no-windows.
14339
d4945dfb
SM
143402001-10-30 Stefan Monnier <monnier@cs.yale.edu>
14341
cbe52879
SM
14342 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip.
14343
bf9bb76f
SM
14344 * font-lock.el (java-font-lock-syntactic-face-function): New fun.
14345 (font-lock-defaults-alist): Use it.
14346 From David Ponce <david.ponce@wanadoo.fr>
14347
14348 * progmodes/perl-mode.el (perl-indent-line): Use `eq' to compare
14349 output of `char-after'.
14350
747d3f2a
SM
14351 * bindings.el (ctl-x-map): Add binding for C-x (, C-x ) and C-x e.
14352
d4945dfb
SM
14353 * simple.el (reindent-then-newline-and-indent): Insert the newline
14354 before indenting the first line.
14355 (undo-get-state, undo-revert-to-state): New funs.
14356 (shell-command): Don't kill the buffer even if empty.
14357 (transpose-subr-start1, transpose-subr-start2, transpose-subr-end1)
14358 (transpose-subr-end2): Remove.
14359 (transpose-subr): Add `special' arg and simplify.
14360 (transpose-subr-1): Rewrite.
14361 (do-auto-fill): Use fill-indent-according-to-mode and fill-nobreak-p.
14362 (rfc822-goto-eoh): Simplify.
14363
3a426197
RS
143642001-10-30 Richard M. Stallman <rms@gnu.org>
14365
3e3d3704 14366 * enriched.el (enriched-face-ans): Fix previous change.
3a426197 14367
3f99f948
GM
143682001-10-30 Gerd Moellmann <gerd@gnu.org>
14369
14370 * international/iso-acc.el (iso-accents-compose): Remove a
14371 superfluous setq.
14372
ae830159
EZ
143732001-10-30 Eli Zaretskii <eliz@is.elta.co.il>
14374
14375 * buff-menu.el (list-buffers-noselect): If the buffer's name
14376 starts with a blank, but it visits a file, do show it (for files
14377 whose names start with a blank).
14378
8e8223e2
SM
143792001-10-30 Stefan Monnier <monnier@cs.yale.edu>
14380
14381 * textmodes/fill.el (sentence-end-double-space)
14382 (sentence-end-without-period): Move to paragraphs.el.
14383 (fill-indent-according-to-mode): Change default to t.
14384 (fill-context-prefix): Simplify control-flow and use a more
14385 sophisticated merge that unifies both previous checks.
14386 (fill-single-word-nobreak-p, fill-french-nobreak-p): New funs.
14387 (fill-nobreak-predicate): Make it into a defcustom'd hook.
14388 (fill-nobreak-p): New fun.
14389 (fill-region-as-paragraph): Use it.
14390 Handle `fill-indent-according-to-mode' slightly differently.
14391 (fill-individual-paragraphs-prefix): Simplify the control-flow.
14392 (fill-individual-paragraphs-citation): Fix.
14393
14394 * textmodes/paragraphs.el (use-hard-newlines): Use define-minor-mode.
14395 (paragraph-start): Change default to the `text-mode' value.
14396 (sentence-end-double-space, sentence-end-without-period):
14397 Move from fill.el.
14398 (forward-paragraph): Use `parstart' and `parsep' for temp variables
14399 rather than rebinding `paragraph-start' and `paragraph-separate'.
14400
14401 * indent.el (indent-line-function): Change default to indent-relative.
d4945dfb 14402 (tab-always-indent): Add an `never' setting.
8e8223e2
SM
14403 (indent-according-to-mode): Handle `indent-relative' and
14404 `indent-relative-maybe' specially.
14405 (indent-for-tab-command): Rename `prefix-arg' to `arg'.
d4945dfb 14406 Handle the `never' case for `tab-always-indent'.
8e8223e2
SM
14407 Don't call indent-according-to-mode for indent-relative' and
14408 `indent-relative-maybe'.
14409 (insert-tab): Rename `prefix-arg' to `arg'.
14410 (indent-region): Indent the first line as well.
14411 (indent-relative): Don't mark the buffer modified if the indentation
14412 is unchanged.
14413
14414 * textmodes/text-mode.el (paragraph-indent-minor-mode):
14415 Don't set paragraph-separate. Set paragraph-start more carefully.
14416 Set indent-line-function.
14417 (paragraph-indent-text-mode): Use it and define-derived-mode.
14418 (text-mode-map): Remove the \t binding.
14419 (text-mode): Simplify now that the default is more favorable.
14420
144212001-10-29 Stefan Monnier <monnier@cs.yale.edu>
14422
14423 * emacs-lisp/find-func.el (find-function-search-for-symbol):
14424 If the regexp doesn't match, use a looser one.
14425 (find-variable-noselect): Add `file' argument.
14426
14427 * pcvs.el (cvs-mode-commit-hook): New hook.
14428 (cvs-mode-commit): Run it.
14429
14430 * log-edit.el (log-edit): Run hook after `log-edit-files'.
14431
14432 * emacs-lisp/edebug.el (delay-mode-hooks): Add edebug-spec.
14433 (edebug-instrument-function): Use `find-function-noselect'.
14434
dead519d
RS
144352001-10-29 Richard M. Stallman <rms@gnu.org>
14436
4d083a8f
RS
14437 * term.el (term-if-emacs19): Macro deleted.
14438 Callers changed to use progn instead.
14439
14440 * frame.el (blink-cursor-mode): Doc fix.
14441
8767d866
RS
14442 * files.el (find-backup-file-name): Use make-backup-file-name.
14443
dead519d
RS
14444 * emacs-lisp/edebug.el (edebug-window-live-p): Always alias to
14445 window-live-p.
14446 (edebug-set-conditional-breakpoint): Unconditionally use
14447 the former Emacs >=19 definition.
14448 (edebug-mark): Define unconditionally.
14449 (edebug-eval-expression): Always call read-from-minibuffer
14450 and specify history list.
14451 (edebug-lemacs-specific): Override emacs-mark, edebug-window-live-p,
14452 edebug-set-conditional-breakpoint.
14453 (edebug-emacs-version-specific): Function deleted;
14454 do the job at top level.
14455 (edebug-emacs-19-specific): Function deleted, this is the default.
14456
bcaf1c36
SS
144572001-10-29 Sam Steingold <sds@gnu.org>
14458
14459 * w32-fns.el (convert-standard-filename): Handle cygwin-specific
14460 "/cygdrive/LETTER/" pathnames.
14461
e76ecac5
EZ
144622001-10-29 Eli Zaretskii <eliz@is.elta.co.il>
14463
14464 * faces.el (invert-face): Check for 'unspecified, not for nil,
8e8223e2
SM
14465 when testing whether face colors are not specified.
14466 From David.Kastrup@t-online.de (David Kastrup).
95125512 14467 (read-face-name): Doc fix.
bcaf1c36 14468 (make-face-bold, make-face-unbold, make-face-italic)
8e8223e2
SM
14469 (make-face-unitalic, make-face-bold-italic, invert-face):
14470 Remove trailing blank from the prompt passed to read-face-name.
e76ecac5 14471
d90a41e8
SS
144722001-10-29 Sam Steingold <sds@gnu.org>
14473
8e8223e2
SM
14474 * emacs-lisp/bytecomp.el (byte-recompile-directory):
14475 Report numbers of files skipped and failed too.
d90a41e8
SS
14476 (byte-compile-file): Return 'no-byte-compile for skipped files.
14477
5fe0ea6a 144782001-10-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
e2c2a3e2
KG
14479
14480 * log-view.el (log-view-mode-map): Bind `M-n' and `M-p', not `M n'
14481 and `M p'.
14482
f6f4bfb3
GM
144832001-10-29 Gerd Moellmann <gerd@gnu.org>
14484
14485 * international/iso-acc.el (iso-accents-compose): Push SECOND-CHAR
14486 as is on unread-command-events instead of `(SECOND-CHAR)'.
14487
a4809977
AS
144882001-10-29 Andre Spiegel <spiegel@gnu.org>
14489
14490 * vc.el: Mention vc-*-switches in backend API documentation.
14491 (vc-annotate): Adapt doc string to recent change.
14492
0ccfdad2
GM
144932001-10-29 Gerd Moellmann <gerd@gnu.org>
14494
3f08fcd2
GM
14495 * enriched.el (enriched-face-ans): Handle face attributes
14496 of the form `(FACE1 FACE2 ...)'.
14497
8e8223e2 14498 * dired-x.el (dired-omit-startup): Show ``Omit'' only in Dired buffers.
0ccfdad2 14499
60ebcfe8
GM
145002001-10-29 Alex Schroeder <kensanata@yahoo.com>
14501
14502 * progmodes/sql.el (sql-mysql): Doc change by RMS.
14503
14504 * progmodes/sql.el (sql-db2): Doc change.
14505 (sql-help): Doc change by Christian Egli <christian.egli@stest.ch>.
14506 (sql-mysql): Doc change by Christian Egli <christian.egli@stest.ch>.
14507
6fd735df
GM
145082001-10-29 Gerd Moellmann <gerd@gnu.org>
14509
14510 * env.el (substitute-env-vars): Don't quote argument to `rx';
14511 it's a macro.
14512
8997e990
GM
145132001-10-28 Per Abrahamsen <abraham@dina.kvl.dk>
14514
14515 * cus-start.el (recursive-load-depth-limit): Added.
14516
eef442a5
RS
145172001-10-28 Richard M. Stallman <rms@gnu.org>
14518
36656ee3
RS
14519 * textmodes/ispell.el (version18p, version20p): Vars deleted.
14520 All uses removed--assume Emacs version is >= 20.
14521
14522 * mail/supercite.el (sc-emacs-features): Test for "Emacs 19"
14523 by really checking that it is not version 18.
14524
eef442a5
RS
14525 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
14526
5bbf4378
MB
145272001-10-28 Miles Bader <miles@gnu.org>
14528
14529 * faces.el (face-attribute): Add INHERIT argument, consider face
14530 inheritance if it's non-nil.
14531 (face-attribute-merged-with): New function.
14532 (face-attribute-specified-or): New macro.
14533 (face-foreground, face-background, face-stipple): Add INHERIT
14534 argument. Use `face-attribute-specified-or'.
14535
8259bf10
SM
145362001-10-28 Stefan Monnier <monnier@cs.yale.edu>
14537
14538 * font-lock.el: Require `syntax'.
14539 (font-lock-defaults-alist): Don't define keywords for lisp languages.
14540 Use `c-font-lock-syntactic-face-function' for c languages.
14541 (font-lock-mode): Don't unset vars when turning the mode off.
14542 (font-lock-default-fontify-buffer): Don't unset vars at the end.
14543 (font-lock-extra-managed-props): New var.
14544 (font-lock-default-unfontify-region): Use it.
14545 (font-lock-apply-syntactic-highlight): Flush the syntax cache.
14546 Don't eval the value when there's no match.
14547 (font-lock-ppss-stats): New var.
14548 (font-lock-ppss): New fun.
14549 (font-lock-fontify-syntactically-region): Use it and syntax.ppss.
14550 (font-lock-apply-highlight): Allow `highlight' to set several props.
14551 (font-lock-set-defaults): Use dolist.
14552 (font-lock-unset-defaults): Remove.
14553 (font-lock-match-c-style-declaration-item-and-skip-to-next):
14554 Try to recognize prototypes using `foo P_ ((args))'.
14555 ({c,c++,java,objc}-font-lock-keywords-{1,2,3}): Don't setq a defconst.
14556 (c-font-lock-keywords-2): Fix last change to still use Anders' trick.
14557 (c-font-lock-syntactic-face-function): New function.
14558 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
14559 (c++-keywords): Use a more sophisticated regexp to handle
14560 shallowly nested templates.
14561
001c08a1
SM
145622001-10-27 Stefan Monnier <monnier@cs.yale.edu>
14563
8259bf10
SM
14564 * textmodes/sgml-mode.el (sgml-empty-tags): New var.
14565 (sgml-tag): Use it. Cleanup with `cond'.
14566 (sgml-tags-invisible): Make sgml-tags-invisible buffer-local.
14567 Mark the overlays and only delete those that are marked.
14568 (sgml-skip-close-p): Remove.
14569 (sgml-value): Replace sgml-skip-close-p with its definition.
14570 (html-tag-alist): Use sgml-xml a bit more.
14571 (html-mode): Set sgml-empty-tags.
14572
001c08a1
SM
14573 * textmodes/texnfo-upd.el: Use `when', `dolist', `push', ...
14574 (texinfo-update-node, texinfo-sequential-node-update):
14575 Don't bind the obsolete `auto-fill-hook'.
14576 (texinfo-multi-file-included-list,texinfo-multi-file-master-menu-list):
14577 Use `set-buffer' rather than `switch-to-buffer'.
14578 (texinfo-multi-file-update): Use "Top" rather than `up-node-name'.
14579 Use `set-buffer' rather than `switch-to-buffer'.
14580
14581 * mail/sendmail.el (mail-mode-syntax-table): Let it inherit from
14582 text-mode-syntax-table.
14583 (mail-mode): Use define-derived-mode.
14584 Fix ordering of alternatives in adaptive-fill-regexp.
14585 (mail-mode-map): Don't rely on keymap's internal representation.
14586
c77c3a73
SS
145872001-10-27 Sam Steingold <sds@gnu.org>
14588
14589 * textmodes/sgml-mode.el (sgml-xml): Renamed from `html-xhtml'.
14590 (sgml-xml-guess): Extracted from `html-mode' and generalized.
14591 (sgml-mode-common): Call it.
14592 (sgml-mode, html-mode): Set `mode-name' based on `sgml-xml'.
14593 (sgml-tag, sgml-skip-close-p, html-tag-alist, html-line)
14594 (html-horizontal-rule, html-image, html-ordered-list):
14595 (html-unordered-list, html-list-item, html-paragraph):
14596 (html-checkboxes, html-radio-buttons): Use `sgml-xml' instead of
14597 `html-xhtml'.
14598
8e5ff9aa
EZ
145992001-10-26 Masayuki Ataka <ataka@milk.freemail.ne.jp>
14600
14601 * textmodes/texinfmt.el (texinfo-format-ifnotinfo): New function.
14602 (ifnothtml): New alias.
14603
b9c6ab68
SM
146042001-10-27 Stefan Monnier <monnier@cs.yale.edu>
14605
14606 * textmodes/text-mode.el (text-mode): Use define-derived-mode.
14607 (toggle-text-mode-auto-fill): Use derived-mode-p.
14608
cfc3aed3
GM
146092001-10-27 Gerd Moellmann <gerd.moellmann@t-online.de>
14610
14611 * net/ange-ftp.el (ange-ftp-send-cmd): Call fix-name-func for
14612 `mdtm'. From "Forrest Cahoon" <forrest.cahoon@merrillcorp.com>.
14613
bd6eb1cb
EZ
146142001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
14615
bcfb9eff
SM
14616 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
14617 Add make-obsolete cookies, to follow faces.el.
944e6f60 14618
bd6eb1cb 14619 These changes avoid warnings from the byte compiler in faces.el:
bcfb9eff 14620
bd6eb1cb
EZ
14621 * faces.el (internal-get-face): Use facep instead of the obsolete
14622 internal-find-face.
bcfb9eff
SM
14623 (internal-frob-font-weight, internal-frob-font-slant):
14624 New defaliases for obsolete functions.
14625 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
14626 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
bd6eb1cb
EZ
14627 (x-make-font-bold-italic): Use internal-frob-font-weight and
14628 internal-frob-font-slant aliases instead of the obsolete
14629 x-frob-... functions.
14630
58203d91
SS
146312001-10-26 Sam Steingold <sds@gnu.org>
14632
14633 * textmodes/sgml-mode.el (html-mode): Set `html-xhtml' from the
e5d1dee9 14634 DOCTYPE; set `mode-name' based on it.
58203d91
SS
14635 (html-tag-alist): Use `html-xhtml' for "li", "dt" and "dd".
14636 (sgml-tag): Close empty tags in XHTML.
14637
317672ff
JR
146382001-10-26 Jason Rumney <jasonr@gnu.org>
14639
14640 * w32-fns.el: (w32-charset-info-alist): Use ANSI for iso10646-1
14641 when UNICODE is not defined.
14642
07fedaed
SS
146432001-10-26 Sam Steingold <sds@gnu.org>
14644
14645 * font-lock.el (c-font-lock-keywords-2): Do not require labels to
14646 be alone on the line.
14647
d4e34d24
EZ
146482001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
14649
bcfb9eff 14650 * button.el (button): Special face definition for MS-DOS terminals.
d4e34d24 14651
187cd25b
SS
146522001-10-26 Sam Steingold <sds@gnu.org>
14653
14654 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
14655 Protect the /= test by checking that the args are non-nil.
b9c6ab68 14656 (sh-font-lock-close-heredoc): Check eof for being non-nil.
187cd25b 14657
63db25ed
GM
146582001-10-26 Tomas Abrahamsson <tab@lysator.liu.se>
14659
14660 * textmodes/artist.el (artist-version): 1.2.4.
14661 (artist-butlast-fn): New variable.
14662 (artist-butlast): New function.
14663 (artist-ellipse-mirror-quadrant): Use it.
14664 (artist-mouse-draw-poly): Use nil for `point-list'.
14665 (artist-mouse-draw-poly): Check for point-list being nil.
14666
627a4e30
GM
146672001-10-26 Peter Kleiweg <kleiweg@let.rug.nl>
14668
14669 * progmodes/ps-mode.el (ps-mode-print-function): Remove quote for
14670 lambda expression.
14671 (ps-mode-menu-main): Submenu with options on/off was replaced with
14672 a toggle button.
14673 (ps-mode, ps-run-mode): Define with `define-derived-mode'
14674 (ps-mode): Autoload cookie added on same line as comment
14675 (ps-mode-tabkey, ps-mode-backward-delete-char):
14676 (ps-mode-r-balance): Replace `delete-horizontal-space' and
14677 `indent-to' with `indent-line-to'
14678 (ps-mode-print-buffer, ps-mode-print-region): Use `funcall'
14679 instead of `eval'.
14680 (ps-mode-print-region): Use `with-temp-buffer'.
b9c6ab68 14681 (ps-run-start): Use of `mapconcat'. Use `apply' instead of `eval'.
627a4e30
GM
14682 (numerous places): Add back-tick and tick around names in
14683 docstrings, fix punctuation in docstrings, remove trailing spaces.
187cd25b 14684
bcfb9eff
SM
146852001-10-25 Stefan Monnier <monnier@cs.yale.edu>
14686
14687 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Ignore comments.
14688 (sgml-font-lock-keywords-2): Use `eval'. Moved from sgml-mode-common.
14689 (sgml-font-lock-syntactic-keywords): New var.
14690 (sgml-mode-common): Drop the two args.
14691 Don't make buffer-local variables that aren't used.
14692 Don't set sgml-font-lock-keywords-2 now that it uses `eval instead.
14693 Don't set `before-string' props from sgml-display-text.
14694 (sgml-mode): Use define-derived-mode.
14695 (sgml-tags-invisible): Use sgml-display-text.
14696 (sgml-quote): New command.
14697 (html-tag-alist): Add args for `span'.
14698 (html-mode): Use define-derived-mode.
14699 Set sgml-display-text and sgml-tag-face-alist.
14700
598f34fa
SS
147012001-10-25 Sam Steingold <sds@gnu.org>
14702
14703 * add-log.el (add-log-always-start-new-record): New user option.
14704 (add-change-log-entry): Use it.
14705
a3fbafe2
RS
147062001-10-25 Richard M. Stallman <rms@gnu.org>
14707
14708 * progmodes/etags.el (tags-query-replace): Make tags-loop-scan
14709 bind case-fold-search if FROM is not all lower case.
14710
5b6a51aa
GM
147112001-10-25 Gerd Moellmann <gerd@gnu.org>
14712
dfe92a6a
GM
14713 * startup.el (normal-top-level): Check for frame-initial-frame
14714 only if it's really used.
14715
879eadc3
GM
14716 * mail/mh-utils.el (mh-recenter): Call recenter with arg `(4)'.
14717
5b6a51aa
GM
14718 * progmodes/compile.el (compilation-parse-errors-filename-function):
14719 New variable.
14720 (compilation-parse-errors): Use it.
14721
d73a471b
SM
147222001-10-25 Stefan Monnier <monnier@cs.yale.edu>
14723
14724 * emacs-lisp/checkdoc.el (checkdoc-eval-defun): Call eval-defun
14725 interactively so that C-u M-C-x still does edebug.
14726 (checkdoc-sentencespace-region-engine): Don't force a double-space
14727 after `.' if it doesn't look like an end-of-sentence.
14728 (debug-ignored-errors): Add `disambiguate ...'.
14729
147302001-10-24 Stefan Monnier <monnier@cs.yale.edu>
14731
14732 * textmodes/texinfo.el (texinfo-environments)
bcfb9eff 14733 (texinfo-environment-regexp): Hoist.
d73a471b
SM
14734 (texinfo-font-lock-keywords): Use `italic' and `bold' faces.
14735 Only highlight the menu name in menu items.
14736 Setup `@foo ... @end foo' as text clones.
14737 (texinfo-clone-environment): New function.
14738 (texinfo-mode): Simplify auto-fill-inhibit-regexp.
14739 (texinfo-insert-block): Simplify.
14740 (texinfo-insert-quote): Insert a plain " if preceded by \ or if
14741 the command is repeated.
14742 (texinfo-last-unended-begin, texinfo-next-unmatched-end): New funs.
14743 (texinfo-insert-@end): Simplify.
14744
14745 * textmodes/texnfo-upd.el (texinfo-section-types-regexp)
14746 (texinfo-section-level-regexp, texinfo-subsection-level-regexp)
14747 (texinfo-subsubsection-level-regexp)
14748 (texinfo-update-menu-same-level-regexps)
14749 (texinfo-update-menu-higher-regexps)
bcfb9eff 14750 (texinfo-update-menu-lower-regexps): Hoist to eliminate warnings.
d73a471b
SM
14751
14752 * derived.el (define-derived-mode): Use {delay,run}-mode-hooks.
14753 (derived-mode-p): Autoload.
14754
14755 * subr.el (delay-mode-hooks, delayed-mode-hooks, run-mode-hooks):
14756 New vars and functions.
14757 (text-clone-maintain, text-clone-create): New functions.
14758
f66bd220
MB
147592001-10-25 Miles Bader <miles@gnu.org>
14760
14761 * facemenu.el (facemenu-add-new-face): Fix variable names.
14762
b617a66b
RS
147632001-10-24 Richard M. Stallman <rms@gnu.org>
14764
d436d538
RS
14765 * facemenu.el (facemenu-unlisted-faces): Improve doc strings
14766 of t and nil values.
14767 (facemenu-set-face): Handle START and END interactively.
14768 (facemenu-set-foreground): Don't use a face; specify color directly.
14769 (facemenu-set-background): Likewise.
14770 (facemenu-set-face-from-menu): Doc fix.
14771 (facemenu-active-faces): Use face-attribute-vector
14772 to handle bare attributes not in faces.
14773 (facemenu-get-face): Don't handle face names fg:... and bg:...
14774 specially.
14775 (facemenu-add-new-face): New argument MENU.
14776 New way to handle adding colors to the color menus.
14777
b617a66b
RS
14778 * env.el (substitute-env-vars): Quote the arg to rx.
14779
7b611de0
SS
147802001-10-24 Sam Steingold <sds@gnu.org>
14781
14782 * mouse.el (mouse-buffer-menu-mode-groups): Added "Version
c71a58a3 14783 Control" and "SGML" groups.
7b611de0 14784
c533fe40
SM
147852001-10-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14786
14787 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
14788 Better handling of C++ template args to avoid confusion with `<'
14789 and `>' used as operators in member init expressions.
14790
bdbdebff
GM
147912001-10-24 Gerd Moellmann <gerd@gnu.org>
14792
4aa6b955
GM
14793 * replace.el (perform-replace): Move START and END parameters
14794 to the end of the argument list and make them optional.
14795
14796 * progmodes/ebrowse.el, progmodes/etags.el: Adapt to change in
14797 perform-replace.
14798
c533fe40 14799 * international/fontset.el (x-must-resolve-font-name): New function.
bdbdebff
GM
14800 (x-complement-fontset-spec): Use it.
14801
0033146f
SM
148022001-10-23 Stefan Monnier <monnier@cs.yale.edu>
14803
e07777e6
SM
14804 * uniquify.el (uniquify-get-proposed-name): Fix (.. "usr" "/usr" 0).
14805
0033146f
SM
14806 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
14807 Turn caadr into caar of cdr.
14808
24db49fb
GM
148092001-10-23 Gerd Moellmann <gerd@gnu.org>
14810
e07777e6 14811 * info.el (Info-fontify-node): Bind down-mouse-{1,2} instead
61fd8d32
GM
14812 of mouse-{1,2} since dragging is on the down event.
14813
c51488cd
GM
14814 * play/doctor.el (make-doctor-variables): Remove a '($ please)'.
14815
197a9dfd
GM
14816 * mail/mh-utils.el (mh-recenter): Call `recenter' with arg t
14817 if ARG is nil.
14818
24db49fb
GM
14819 * desktop.el (desktop-last-buffer): New variable.
14820 (desktop-create-buffer): Set it.
14821 (desktop-read): Bind it and switch to that buffer.
14822
e38e2839
GM
148232001-10-22 Gerd Moellmann <gerd@gnu.org>
14824
e07777e6
SM
14825 * progmodes/compile.el (compilation-set-window-height):
14826 Select old window only if it's still live.
e38e2839 14827
5fe0ea6a 148282001-10-22 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
784b8937
PJ
14829
14830 * help-mode.el (help-buffer): Remove debugging code.
14831 From Stefan Monnier <monnier@cs.yale.edu>.
14832
b704d54b
EZ
148332001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
14834
e07777e6
SM
14835 * files.el (file-name-sans-extension, file-name-extension):
14836 Don't count the leading dots in file names as signaling an extension.
b704d54b 14837
fb2fa4a9
AS
148382001-10-22 Andre Spiegel <spiegel@gnu.org>
14839
14840 * vc.el (vc-diff-switches): Doc rewritten.
14841
7142670a
EZ
148422001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
14843
4b2bb9be
EZ
14844 * tooltip.el (tooltip-set-param): Doc fix.
14845
2840d653
EZ
14846 * textmodes/sgml-mode.el (sgml-mode-map): Bind 8-bit codes above
14847 127 to sgml-maybe-name-self.
14848 (sgml-name-8bit-mode): Doc fix.
14849 (sgml-char-names-table): New variable.
14850 (sgml-name-char): Support non-ASCII and mule-unicode-*
14851 characters. Doc fix.
14852 (sgml-maybe-name-self): Convert unibyte characters to multibyte.
14853
7142670a
EZ
14854 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Mention in the
14855 doc string the effect of `left' and `top' parameters in
14856 tooltip-frame-parameters, the default values, and the units.
e07777e6 14857 (tooltip-frame-parameters): Mention `top' and `left' in the doc string.
7142670a
EZ
14858 (tooltip-show): Mention in the doc string the `top' and `left'
14859 parameters in tooltip-frame-parameters, and x-max-tooltip-size.
14860
dea19473
AS
148612001-10-22 Andre Spiegel <spiegel@gnu.org>
14862
14863 Add autoscaling support for vc-annotate.
9522e2d8 14864 From J.D. Smith <jdsmith@alum.mit.edu>.
e07777e6 14865
dea19473
AS
14866 * vc.el (vc-annotate-display-default): Accept colormap scaling
14867 ratio (now deprecated).
14868 (vc-annotate-display-autoscale): Added.
14869 (vc-annotate-add-menu): New autoscaling menu options "Span to
14870 Oldest" and "Span Oldest->Newest". Easymenu support added for
e07777e6 14871 toggle menus driven by customize variable `vc-annotate-display-mode'.
dea19473
AS
14872 (vc-annotate-display-select): Added.
14873 (vc-annotate): Changed temp-buffer-show-function to
14874 `vc-annotate-display-select'.
14875 (vc-annotate-display): Removed arguments BUFFER and BACKEND.
14876 Added argument OFFSET. Instead of backend function, calls now
14877 generic `vc-annotate-difference'.
14878 (vc-annotate-difference): Added as generic function instead of
14879 backend-specific function. No longer takes argument POINT, but
14880 instead accepts a time OFFSET.
14881 (vc-default-annotate-current-time): Added.
14882
14883 * vc-cvs.el (vc-cvs-annotate-difference): Removed to generic
e07777e6 14884 version in vc.el, with
dea19473 14885 (vc-cvs-annotate-current-time): Added, as override of default.
ea136e8d 14886 (vc-cvs-annotate-time): Added. Taken mostly from the (now removed)
dea19473
AS
14887 `vc-cvs-annotate-difference'.
14888
04808157
GM
148892001-10-22 Gerd Moellmann <gerd@gnu.org>
14890
26fe1f92
GM
14891 * saveplace.el (save-place): Require `saveplace'.
14892
e07777e6 14893 * progmodes/cwarn.el (cwarn-font-lock-feature-keywords-alist):
04808157
GM
14894 Use `sexp' for :value-type instead of `face'.
14895
a6a1654e
EZ
148962001-10-21 Eli Zaretskii <eliz@is.elta.co.il>
14897
14898 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Fix the
14899 regexps due to 5-digit message IDs.
14900
4fdd691b
JR
149012001-10-21 Jason Rumney <jasonr@gnu.org>
14902
a6a1654e 14903 * term/w32-win.el (redisplay-dont-pause): Don't set.
4fdd691b 14904
a6a1654e 149052001-10-21 Miles Bader <miles@gnu.org>
c9a95b79
MB
14906
14907 * help-funs.el (help-manyarg-func-alist): Variable removed.
14908
7e9a6a1b
MB
149092001-10-21 Miles Bader <miles@gnu.org>
14910
14911 * help-funs.el (help-manyarg-func-alist): Remove entries for
a3b10252
MB
14912 `insert', `insert-and-inherit', `insert-before-markers',
14913 `insert-before-markers-and-inherit', `message', `message-box',
14914 `message-or-box', `propertize', `format', `encode-time', `append',
14915 `concat', `vconcat', `nconc', `widget-apply', `make-hash-table',
14916 `insert-string', `ml-if', `ml-provide-prefix-argument', and
14917 `ml-prefix-argument-loop'.
7e9a6a1b 14918
72830e8a
AS
149192001-10-21 Andre Spiegel <spiegel@gnu.org>
14920
e07777e6
SM
14921 * vc.el (vc-diff-internal, vc-coding-system-for-diff)
14922 (vc-default-diff-tree): New functions.
72830e8a
AS
14923 (vc-version-diff): Use them. As a result, coding systems are now
14924 set up properly for all sorts of diffs, and tree diffs can now
14925 also be done locally.
14926 (vc-diff): With a prefix argument, don't require that it's called
14927 from a buffer under version control.
a279f22f 14928 (diff-switches): Remove duplicate definition.
e07777e6 14929
72830e8a
AS
14930 * vc-cvs.el (vc-cvs-diff-tree): New function.
14931
b6715b9f
MB
149322001-10-21 Miles Bader <miles@gnu.org>
14933
386ca361
MB
14934 * help-funs.el (help-manyarg-func-alist): Remove entries for
14935 `list', `vector', `make-byte-code', `call-process',
14936 `call-process-region', `string', `+', `-', `*', `/', `max', `min',
14937 `logand', `logior', and `logxor'.
14938
b6715b9f
MB
14939 * wid-edit.el (checkbox): Swap bg/fg colors in image, and invert
14940 image bits to compensate. Use `make-string' instead of
14941 `make-bool-vector' (XBM apparently wants byte-aligned rows).
14942
db6f8ff1
KS
149432001-10-20 Kim F. Storm <storm@cua.dk>
14944
14945 * simple.el (kill-ring-save): Don't show extent of copied region
14946 if using transient-mark-mode and region is fully visible.
14947
5fdac1b8 14948See ChangeLog.9 for earlier changes.
a30eb617
DL
14949
14950;; Local Variables:
14951;; coding: iso-2022-7bit
14952;; End:
2a34a036 14953
5fdac1b8 14954 Copyright (C) 2001, 2002 Free Software Foundation, Inc.
2a34a036
GM
14955 Copying and distribution of this file, with or without modification,
14956 are permitted provided the copyright notice and this notice are preserved.