]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(format-decode): Be careful with the order in `format'.
[gnu-emacs] / lisp / ChangeLog
1 2002-11-07 Stefan Monnier <monnier@cs.yale.edu>
2
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
11 * textmodes/fill.el (fill-paragraph): Consider a comment-start as
12 a paragraph starter when filling non-comments.
13 (fill-comment-paragraph): Don't narrow while doing the fill.
14 Recognize paragraph starters and separators within comments.
15 Use adaptive-fill-prefix when it works. Use comment-search-forward.
16
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
39 2002-11-07 Markus Rost <rost@math.ohio-state.edu>
40
41 * mail/sendmail.el (mail-default-directory): Set the version to 21.4.
42
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.
48
49 * emacs-lisp/checkdoc.el (checkdoc-find-error):
50 Use get-file-buffer instead of get-buffer.
51
52 * cus-dep.el (custom-make-dependencies): Fix comment inserted in
53 cus-load.el.
54
55 2002-11-07 Juanma Barranquero <lektu@terra.es>
56
57 * help.el (where-is): Report also aliases of the passed command.
58
59 2002-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.
72 (ucs-unify-8859, ucs-unify-8859, ucs-fragment-8859):
73 Setup keyboard-translate-table, not translation-table-for-input.
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
81 * international/quail.el (quail-input-string-to-events):
82 Use keyboard-translate-table, not translation-table-for-input.
83
84 * files.el (normal-mode): Call ucs-set-table-for-input.
85
86 * international/mule.el (set-buffer-file-coding-system):
87 Call ucs-set-table-for-input.
88
89 2002-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
100 2002-11-06 Kenichi Handa <handa@m17n.org>
101
102 * international/mule.el (coding-system-eol-type-mnemonic):
103 Use eol-mnemonic-undecided if CODING-SYSTEM is nil.
104
105 2002-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
114 2002-11-05 Juanma Barranquero <lektu@terra.es>
115
116 * language/cyrillic.el ("Bulgarian"): Fix typo.
117
118 * international/mule.el (coding-system-eol-type-mnemonic):
119 Move from mule-util.el.
120
121 * international/mule-util.el (coding-system-eol-type-mnemonic):
122 Move to mule.el.
123
124 2002-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
132 2002-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
137 2002-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
142 2002-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
164 2002-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
173 2002-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
187 2002-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
194 2002-11-01 Stefan Monnier <monnier@cs.yale.edu>
195
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
203 * textmodes/sgml-mode.el (sgml-skip-tag-backward)
204 (sgml-skip-tag-forward): Deal with xml-style <foo/> empty tags.
205
206 2002-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
211 2002-10-31 Kim F. Storm <storm@cua.dk>
212
213 * shell.el (explicit-bash-args): Bash 1.x doesn't grok
214 --noediting option; added run-time check to exclude it.
215
216 * info.el (Info-follow-reference, Info-next-reference)
217 (Info-prev-reference, Info-try-follow-nearest-node):
218 Bind inhibit-point-motion-hooks to t while parsing reference.
219 (Info-fontify-node): When font-lock-mode is enabled, display
220 "*note" and "* menu" references in a more user friendly format.
221
222 2002-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
232 2002-10-30 Dave Love <fx@gnu.org>
233
234 * textmodes/po.el (po-content-type-charset-alist): Delete most entries.
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
240 * term/x-win.el: Remove some ancient compatibility code.
241 Populate x-keysym-table.
242
243 2002-10-30 Andreas Schwab <schwab@suse.de>
244
245 * subr.el (replace-regexp-in-string): Doc fix.
246
247 2002-10-29 Dave Love <fx@gnu.org>
248
249 * cus-start.el (selection-coding-system, scalable-fonts-allowed): Add.
250
251 * progmodes/scheme.el (syntax-case): Define scheme-indent-function.
252
253 * international/mule-conf.el: Doc fixes.
254
255 2002-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
261 2002-10-28 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
262
263 * make-mode.el (makefile-warn-continuations):
264 Call re-search-forward with NOERROR t.
265
266 2002-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
271 2002-10-29 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
272
273 * textmodes/texinfo.el (texinfo-environments): Add environment;
274 copying, documentdescription, ifplaintext, ifnotplaintext, and
275 verbatim.
276
277 * textmodes/texinfmt.el (texinfo-format-ifplaintext): New function.
278 (ifplaintext, ifnotplaintext)
279 (afourpaper, afivepaper, afourlatex, afourwide)
280 (documentlanguage, documentencoding): New aliases.
281
282 2002-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
288 2002-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
293 2002-10-28 Dave Love <fx@gnu.org>
294
295 * international/mule-diag.el (non-iso-charset-alist): Move to
296 avoid compilation warning.
297 (mule-diag): Provide.
298
299 * international/code-pages.el (cp-make-coding-system):
300 Use utf-translation-table-for-decode, not
301 utf-8-translation-table-for-decode.
302 (mule-diag): Require.
303
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
308 * language/european.el (diacritic-composition-function):
309 Modify confused prog1 form.
310
311 * international/quail.el (quail-keyboard-layout-alist): Fix pc105-uk.
312 (quail-keyboard-layout): Customize.
313 Move after quail-keyboard-layout-alist.
314
315 2002-10-28 Miles Bader <miles@gnu.org>
316
317 * progmodes/make-mode.el (makefile-warn-continuations):
318 Don't barf when there _aren't_ any suspicious continuations.
319
320 2002-10-28 Matthew Swift <swift@alum.mit.edu> (tiny change)
321
322 * progmodes/compile.el (grep-find-use-xargs): Fix docstring.
323
324 2002-10-27 Michael Kifer <kifer@cs.stonybrook.edu>
325
326 * ediff-wind.el (ediff-control-frame-parameters): Add scrollbar-height.
327
328 2002-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
333 2002-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
340 2002-10-27 Dave Love <fx@gnu.org>
341
342 * international/code-pages.el (iso-8859-11): New.
343
344 2002-10-27 Kim F. Storm <storm@cua.dk>
345
346 * pcvs.el (cvs-checkout): Use read-directory-name.
347 (cvs-query-directory): Likewise.
348
349 2002-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
360 after looking in ~.
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
387 2002-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
393 2002-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
398 2002-10-24 Matthew Swift <swift@alum.mit.edu> (tiny change)
399
400 * textmodes/outline.el (outline-minor-mode): Add customization group.
401
402 2002-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
408 2002-10-23 Francis J. Wright <F.J.Wright@qmul.ac.uk>
409
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'.
436
437 2002-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
442 2002-10-22 Bob Halley <halley@play-bow.org> (tiny change)
443
444 * eshell/esh-io.el (eshell-set-output-handle): Fix so that
445 multiple redirection can work.
446
447 2002-10-21 Stefan Monnier <monnier@cs.yale.edu>
448
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
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
466 2002-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
471 2002-10-20 Andreas Schwab <schwab@suse.de>
472
473 * apropos.el (apropos-group): Use customize-group-other-window.
474
475 2002-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
481 2002-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
486 2002-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
531 2002-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
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
554 2002-10-16 Luc Teirlinck <teirllm@mail.auburn.edu>
555
556 * dired-aux.el (dired-add-entry): Put point in correct position
557 before inserting marker char.
558
559 2002-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
565 2002-10-16 Markus Rost <rost@math.ohio-state.edu>
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
572 2002-10-15 Dave Love <fx@gnu.org>
573
574 * man.el (Man-getpage-in-background): Set width in environment.
575
576 2002-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
582 2002-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
590 2002-10-14 Juanma Barranquero <lektu@terra.es>
591
592 * international/mule.el (set-selection-coding-system): Fix spacing.
593
594 2002-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
611 2002-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
616 2002-10-12 Stefan Monnier <monnier@cs.yale.edu>
617
618 * cus-dep.el (custom-make-dependencies): Ignore preloaded files.
619
620 2002-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
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
633 2002-10-10 Simon Josefsson <jas@extundo.com>
634
635 * browse-url.el (browse-url-mozilla): Doc fix.
636
637 2002-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
642 2002-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
647 2002-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
657 2002-10-11 Andre Spiegel <spiegel@gnu.org>
658
659 * dired.el (dired-insert-directory): Fix check for indentation
660 from ls --dired.
661
662 * vc.el (vc-dired-reformat-line): As a temporary fix, remove all text
663 properties from the reformatted line.
664
665 2002-10-10 Stefan Monnier <monnier@cs.yale.edu>
666
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
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
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
697 2002-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
702 2002-10-10 Markus Rost <rost@math.ohio-state.edu>
703
704 * international/encoded-kb.el: Add `provide' call.
705
706 2002-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
711 2002-10-09 Markus Rost <rost@math.ohio-state.edu>
712
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
717 * cus-edit.el (Custom-reset-current): Don't test for default-boundp.
718 (Custom-reset-saved): Don't test for saved-value.
719
720 2002-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
734 2002-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
740 2002-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
745 2002-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
754 2002-10-07 Kim F. Storm <storm@cua.dk>
755
756 * emulation/cua-base.el (cua-normal-cursor-color):
757 Fixed initialization to make "Erase Customization" work.
758
759 2002-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.
767
768 2002-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.
786 (tramp-terminal-prompt-regexp): New variable, matches "tset" prompts.
787 (tramp-actions-before-shell): Use them.
788 (tramp-handle-shell-command): Logic error. From Ivan
789 Zakharyaschev <imz@altlinux.org>.
790
791 2002-10-06 Markus Holmberg <markush@acc.umu.se> (tiny change)
792
793 * thingatpt.el (thing-at-point-uri-schemes): New variable.
794 (thing-at-point-url-regexp): Use it.
795
796 2002-10-06 Glenn Morris <gmorris@ast.cam.ac.uk>
797
798 * progmodes/fortran.el (fortran-beginning-do): Ignore labelled DO
799 loops.
800
801 2002-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
810 2002-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
817 2002-10-04 Markus Rost <rost@math.ohio-state.edu>
818
819 * vc.el (vc-default-show-log-entry): Fix typo.
820
821 2002-10-04 Steven Tamm <steventamm@mac.com>
822
823 * term/mac-win.el: Add lines to handle the new [return] event.
824
825 2002-10-03 Stefan Monnier <monnier@cs.yale.edu>
826
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
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
838 2002-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
847 2002-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
852 2002-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
869 2002-10-02 Markus Rost <rost@math.ohio-state.edu>
870
871 * progmodes/sh-script.el (sh-alias-alist): Use append instead of
872 nconc.
873
874 * startup.el (normal-top-level): Reset standard-value property of
875 `user-full-name' here.
876
877 2002-10-02 Per Abrahamsen <abraham@dina.kvl.dk>
878
879 * wid-edit.el (widget-default-get): Change to return external
880 value.
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
895 2002-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,
904 toolbar/show.xpm, toolbar/widen.pbm, toolbar/widen.xpm:
905 Upgraded to mh-e version 6.1.1. Full ChangeLog available in
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
908 section of the Makefile that installs the files into Emacs was changed.
909
910 2002-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.
917
918 2002-10-01 Juanma Barranquero <lektu@terra.es>
919
920 * eshell/esh-module.el (eshell-load-defgroups):
921 Add "no-byte-compile: t" to subdirs.el.
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
971 2002-10-01 Kenichi Handa <handa@m17n.org>
972
973 * international/utf-16.el: Don't provide utf-16.
974
975 * international/utf-8.el (ccl-decode-mule-utf-8):
976 Remove unnecessary line.
977
978 2002-09-30 Kenichi Handa <handa@m17n.org>
979
980 * language/thai.el (thai-tis620): Add `mime-charset' property.
981
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.
1006 (utf-translate-cjk): Renamed from utf-8-translate-cjk.
1007 Handle mule-utf-16-le and mule-utf-16-be too.
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.
1012 (mule-utf-8): Fix `safe-charsets' property, put `dependency' property.
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
1025 at first. Translate characters by utf-translation-table-for-encode.
1026 (ccl-encode-mule-utf-16-be): Likewise.
1027 (mule-utf-16-le, mule-utf-16-be): Add `dependency' property.
1028
1029 * loadup.el: Preload international/utf-16. Don't call ucs-unify-8859.
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.
1051 (ccl-encode-unicode-font): Delete.
1052 (ucs-tables-unload-hook): Delete.
1053
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
1063 * international/mule-diag.el (describe-coding-system):
1064 Describe `dependency' property.
1065
1066 * international/mule-conf.el (emacs-mule): Add property `composition'.
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
1075 2002-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'.
1086
1087 * calc/calc-mode.el (calc-save-modes): Remove `quiet' arg.
1088 Don't bind `executing-kbd-macro'.
1089
1090 2002-09-29 Noah Friedman <friedman@splode.com>
1091
1092 * subr.el (read-key): Use read-key-auxiliary-map, not read-key-aux-map.
1093
1094 2002-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
1100 2002-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.
1105 (tramp-completion-function-alist):
1106 Use `tramp-completion-function-alist-ssh' for the "fcp" method.
1107 From Michael Albinus.
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
1129 2002-09-29 Colin Walters <walters@gnu.org>
1130
1131 * calc/calc.el (calc-dispatch-map): Actually set to keymap.
1132
1133 2002-09-29 Mike Williams <mdub@bigfoot.com>
1134
1135 * textmodes/sgml-mode.el (sgml-guess-indent): Handle tabs correctly.
1136
1137 2002-09-29 Richard M. Stallman <rms@gnu.org>
1138
1139 * custom.el (defcustom): Doc fix.
1140
1141 2002-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
1146 2002-09-28 Luc Teirlinck <teirllm@mail.auburn.edu>
1147
1148 * subr.el (remove-yank-excluded-properties): Fix bugs in
1149 handling of category properties.
1150
1151 2002-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).
1158
1159 2002-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
1164 2002-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
1169 2002-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
1175 2002-09-27 Stefan Monnier <monnier@cs.yale.edu>
1176
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
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.
1234 (server-socket-name): Always use /tmp and non-qualified hostname.
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
1242 2002-09-27 Stefan Monnier <monnier@cs.yale.edu>.
1243
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.
1299 (calc-command-flags, calc-final-point-line)
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.
1304 (calc-buffer, calc-prev-char, calc-prev-prev-char)
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
1311 2002-09-27 Simon Josefsson <jas@extundo.com>
1312
1313 * mail/mail-hist.el (mail-hist-next-input): Fix docstring.
1314
1315 2002-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
1327 2002-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
1332 2002-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
1339 2002-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
1344 2002-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
1349 2002-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
1355 2002-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".
1380
1381 2002-09-25 Kenichi Handa <handa@etl.go.jp>
1382
1383 * international/mule-cmds.el (select-safe-coding-system):
1384 Handle safe but rejected default coding systems and unsafe default
1385 coding systems differently.
1386
1387 * international/mule-diag.el (list-character-sets): Use the buffer
1388 name "*Character Set List*", not "*Help*". List also indirectly
1389 supported character sets.
1390 (list-charset-chars): Use the buffer name "*Character List*", not
1391 "*Help*". Display the current charset name in the modeline.
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.
1395
1396 2002-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
1401 2002-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
1406 2002-09-24 Juanma Barranquero <lektu@terra.es>
1407
1408 * replace.el (occur-find-match): New function.
1409 (occur-next, occur-prev): Use it.
1410
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
1415 * eshell/em-unix.el (eshell-occur-mode-mouse-goto)
1416 (eshell-poor-mans-grep): Remove references to `occur-buffer'.
1417
1418 2002-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
1427 2002-09-23 Kenichi Handa <handa@etl.go.jp>
1428
1429 * international/quail.el (quail-completion): Be sure to scroll
1430 quail-completion-buf.
1431
1432 2002-09-23 Richard M. Stallman <rms@gnu.org>
1433
1434 * ielm.el (*1): Fix previous change.
1435
1436 2002-09-23 Juanma Barranquero <lektu@terra.es>
1437
1438 * net/tramp.el (tramp-unified-filenames): Autoload it.
1439
1440 2002-09-23 Michael Kifer <kifer@cs.stonybrook.edu>
1441
1442 * ediff-init.el (ediff-get-next-window): Bug fix.
1443
1444 2002-09-22 Oliver Scholz <alkibiades@gmx.de>
1445
1446 * play/gamegrid.el (gamegrid-face): New variable to emulate a
1447 buffer-local default face.
1448 (gamegrid-xbm): New variable; XBM image as a replacement for
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.
1454 (gamegrid-color-display-p): Remove (use `display-colors-p' instead.)
1455 (gamegrid-make-image-from-vector): New function. Convert XEmacs'
1456 image descriptors.
1457 (gamegrid-display-type): Use Emacs' standard `display-.*-p'
1458 functions to check for display capabilities. Fix the recognition
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'
1463 to it. Make sure that the face is not higher than the smallest
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
1468 image in the buffer, instead of applying a face. [This is because
1469 Emacs display-tables are not as capable as the display-tables in
1470 XEmacs. Maybe this function should be renamed to reflect the change?]
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
1475 2002-09-22 Markus Triska <triska@gmx.at> (iny change)
1476
1477 * play/doctor.el (doctor-doc): Add 2 question words.
1478 (doctor-getnoun): Parse and save the complete object phrase.
1479
1480 2002-09-22 Richard M. Stallman <rms@gnu.org>
1481
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
1488 2002-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.
1498 (tramp-completion-handle-file-name-all-completions):
1499 Remove Ange-FTP cmpletion. It has a bug not handling the "/ftp:" prefix
1500 completely, and it returns local completions as well.
1501 (tramp-completion-function-alist-ftp): New constant.
1502 (tramp-completion-function-alist): Add completion function for "ftp".
1503 From Michael Albinus <Michael.Albinus@alcatel.de>.
1504
1505 2002-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
1519 2002-09-22 Kai Gro\e,b_\e(Bjohann <grossjoh@ls6.informatik.uni-dortmund.de>
1520
1521 * net/tramp.el: Version 2.0.20 released.
1522
1523 2002-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
1552 2002-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
1557 2002-09-18 Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1558
1559 * net/tramp.el (tramp-file-name-handler): Add `file-remote-p' property.
1560
1561 2002-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
1565 2002-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
1569 2002-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
1577 2002-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
1583 * net/tramp.el (tramp-coding-commands):
1584 Use `tramp-uuencode-region' as local encoder for the uuencode based
1585 entries.
1586
1587 2002-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
1591 2002-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
1599 2002-09-12 Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1600
1601 * net/tramp.el (tramp-find-inline-encoding):
1602 Call tramp-call-local-coding-command with nil for INPUT and OUTPUT.
1603 (tramp-call-local-coding-command): OUTPUT equals nil means to
1604 discard the output. INPUT equals nil means /dev/null.
1605
1606 2002-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
1613 2002-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
1619 2002-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,
1629 we can't expect the same commands to work there as on the remote host.
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)
1635 (tramp-set-local-decoding, tramp-get-local-decoding): New functions.
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)
1639 (tramp-get-decoding-function, tramp-set-decoding-function):
1640 Old functions, removed.
1641
1642 2002-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
1648 2002-09-10 Michael Albinus <Michael.Albinus@alcatel.de>
1649
1650 * net/tramp.el (tramp-handle-write-region): Added missing
1651 `)'. Hope it's the right place.
1652
1653 2002-09-09 Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1654
1655 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
1656 Do "exec env PS1='$ ' /bin/sh" instead of just "exec /bin/sh" in
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.
1662 (tramp-encoding-shell): Renamed from tramp-sh-program.
1663 More documentation. Default to cmd.exe on Windows NT.
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
1668 like "/bin/sh -c COMMAND INPUT", ie the input file is the last arg.
1669 (tramp-multi-sh-program): Always default to tramp-encoding-shell.
1670 (tramp-handle-file-local-copy, tramp-handle-write-region):
1671 Respect tramp-encoding-shell and friends.
1672 (tramp-find-inline-encoding): Use new-style calls for checking if
1673 the local commands work.
1674
1675 2002-09-07 Michael Albinus <Michael.Albinus@alcatel.de>
1676
1677 * net/tramp.el (tramp-methods): Remove `tramp-completion-function'
1678 entries. They are handled now by `tramp-completion-function-alist'.
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)
1683 (tramp-get-completion-telnet, tramp-get-completion-su):
1684 Functions removed as well. Not necessary any longer due to extended
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.
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'.
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.
1706
1707 2002-09-07 Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1708
1709 * net/tramp.el (tramp-enter-password):
1710 Use `tramp-password-end-of-line' to terminate the line.
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
1719 2002-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
1726 having other problems, though... Also remove some commented-out code.
1727
1728 2002-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
1737 2002-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
1742 2002-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
1757 2002-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)
1767 (tramp-path-regexp): New atomar regular expressions.
1768 If corresponding format strings exist, derived from them.
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)
1797 (tramp-get-completion-user-host): Apply `tramp-make-tramp-file-name'.
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
1802 2002-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
1813 2002-08-31 Michael Albinus <Michael.Albinus@alcatel.de>
1814
1815 * net/tramp.el (tramp-completion-mode): Check for `last-input-char'.
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.
1821 (tramp-completion-handle-file-name-all-completions):
1822 Call completion-function only if `user' or `host' is given.
1823 (tramp-get-completion-user-host): New function.
1824 (tramp-get-completion-rsh)
1825 (tramp-get-completion-ssh): Apply it.
1826
1827 2002-08-29 Michael Albinus <Michael.Albinus@alcatel.de>
1828
1829 * net/tramp.el (tramp-completion-file-name-handler-alist):
1830 Add handler for `expand-file-name'.
1831 (tramp-completion-handle-expand-file-name): New function.
1832
1833 2002-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.
1838 (tramp-methods): Remove double definition of `ssh1-old' and `ssh2-old'.
1839 (tramp-point-at-eol): New defalias.
1840 (tramp-parse-rhosts-group)
1841 (tramp-parse-shosts-group):: Apply it.
1842
1843 2002-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)
1855 (tramp-completion-handle-file-name-all-completions):
1856 Apply `tramp-completion-run-real-handler'.
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
1861 2002-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
1879 2002-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
1886 2002-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
1891 2002-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
1899 2002-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
1904 2002-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.
1910 (tramp-completion-file-name-handler): New function.
1911 Add `tramp-completion-file-name-handler' to `file-name-handler-alist'.
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.
1916
1917 2002-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
1923 2002-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
1937 2002-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
1943 2002-09-03 Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1944
1945 * net/tramp.el (tramp-handle-insert-directory):
1946 Use `insert-buffer-substring' instead of `insert-buffer', which is not
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
1954 2002-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
1959 2002-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.
1966 (ange-ftp-insert-directory): Comment explaining "--dired" handling.
1967
1968 2002-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
1973 2002-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
1982 2002-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
1987 2002-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
1994 2002-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
1999 2002-09-19 Richard M. Stallman <rms@gnu.org>
2000
2001 * cus-dep.el (custom-make-dependencies): Fix previous change.
2002
2003 2002-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
2008 2002-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
2021 2002-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
2030 2002-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
2037 2002-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
2042 2002-09-18 Richard M. Stallman <rms@gnu.org>
2043
2044 * Makefile.in (bootstrap-clean): Use cd to shorten arg strings.
2045 Don't ignore errors in rm line.
2046
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
2061 2002-09-18 Luc Teirlinck <teirllm@mail.auburn.edu>
2062
2063 * ielm.el: (*1, *2, *3): New variables.
2064 (ielm-eval-input): Make temporary buffers current on entry and
2065 exit to the let bindings for *, ** and ***.
2066 (inferior-emacs-lisp-mode): Mention *1, *2 and *3 in the docstring.
2067 Do not overrule global bindings for *, ** and ***.
2068
2069 2002-09-18 Tom Tromey <tromey@redhat.com>
2070
2071 * progmodes/make-mode.el (makefile-fill-paragraph): Find comment
2072 boundaries before filling.
2073
2074 2002-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
2085 2002-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
2090 2002-09-18 Michael Kifer <kifer@cs.stonybrook.edu>
2091
2092 * ediff-hooks.el: Put back the autoloads (for XEmacs compatibility).
2093
2094 * ediff-init.el: Use defalias instead of fset.
2095
2096 * ediff-util.el: Use defalias instead of fset.
2097
2098 * viper-util.el (viper-chars-in-region): Simplification.
2099
2100 * viper.el (viper-emacs-state-mode-list): Added modes.
2101
2102 2002-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
2113 2002-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
2118 2002-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
2127 2002-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
2142 2002-09-16 Markus Rost <rost@math.ohio-state.edu>
2143
2144 * ls-lisp.el (ls-lisp-format-time-list): Fix type and provide :tag's.
2145
2146 2002-09-16 Richard M. Stallman <rms@gnu.org>
2147
2148 * play/gomoku.el (gomoku-move-up, gomoku-move-down):
2149 Use forward-line and move-to-column.
2150
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.
2154 (custom-variable-set, custom-variable-reset-saved)
2155 (custom-variable-reset-standard): Call custom-variable-backup-value.
2156
2157 2002-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
2163 2002-09-16 Juanma Barranquero <lektu@terra.es>
2164
2165 * dired-aux.el (dired-add-entry): Add missing argument to
2166 `dired-mark'.
2167
2168 2002-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
2174 2002-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.
2190
2191 2002-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
2198 2002-09-15 Markus Rost <rost@math.ohio-state.edu>
2199
2200 * dired.el (dired-move-to-filename): Fix previous change.
2201
2202 2002-09-14 Kim F. Storm <storm@cua.dk>
2203
2204 * emulation/keypad.el (keypad-setup, keypad-shifted-setup)
2205 (keypad-numlock-setup, keypad-numlock-shifted-setup):
2206 Change `Remove Binding' option to `Unspecified/User-defined'.
2207 (keypad-setup): Enhance explanation of setup type `none'.
2208
2209 2002-09-14 Richard M. Stallman <rms@gnu.org>
2210
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.
2270
2271 * warnings.el (display-warning): In batch mode,
2272 exclude the final newline from the arg to `message'.
2273
2274 2002-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
2279 2002-09-13 Stefan Monnier <monnier@cs.yale.edu>
2280
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
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
2308 2002-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
2313 * play/snake.el (snake-border-options): Use color on tty if available.
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
2320 2002-09-13 Kim F. Storm <storm@cua.dk>
2321
2322 * kmacro.el (kmacro-start-macro): Doc fix.
2323
2324 2002-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
2332 2002-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
2337 2002-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
2342 2002-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
2361 2002-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
2367 2002-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
2378 2002-09-11 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2379
2380 * ps-print.el: Adjust ps-print-color-p, ps-default-fg and
2381 ps-default-bg setting.
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
2386 2002-09-11 Dave Love <fx@gnu.org>
2387
2388 * international/mule.el (non-standard-designations-alist)
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
2397 * international/utf-8.el (utf-8-fragment-on-decoding): Fix last
2398 change.
2399
2400 2002-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
2405 2002-09-11 Juanma Barranquero <lektu@terra.es>
2406
2407 * newcomment.el (uncomment-region): Fix let/let* use.
2408
2409 2002-09-11 Simon Josefsson <jas@extundo.com>
2410
2411 * time-stamp.el (time-stamp-hhmmss): New function.
2412
2413 * gud.el (gud-gdb-massage-args): Don't secretly add -fullname.
2414 (gud-query-cmdline): Add --fullname to the user cmdline.
2415
2416 * mail/smtpmail.el (smtpmail-default-smtp-server): Doc fix.
2417
2418 2002-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
2427 2002-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
2452 2002-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
2457 2002-09-10 Dave Love <fx@gnu.org>
2458
2459 * international/utf-8.el (ucs-mule-to-mule-unicode):
2460 Define unconditionally.
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
2466 * international/ucs-tables.el: Bind utf-8-translation-table-for-decode
2467 when setting up tables and remove useless optimize-char-table.
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.
2473 (mule-utf-16-le, mule-utf-16-be): Register encoding translation table.
2474
2475 2002-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
2504 2002-09-10 Richard M. Stallman <rms@gnu.org>
2505
2506 * ps-print.el (ps-printer-name-option): Doc fix.
2507
2508 2002-09-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2509
2510 * ps-print.el: Adjust ps-postscript-code-directory setting.
2511 XEmacs version check was adjusted.
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
2516 2002-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
2521 2002-09-10 Stefan Monnier <monnier@cs.yale.edu>
2522
2523 * newcomment.el (uncomment-region): Be more careful with `='.
2524
2525 2002-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
2530 2002-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
2537 2002-09-10 Kim F. Storm <storm@cua.dk>
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
2543 cancel defining keyboard macro when applicable.
2544
2545 2002-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
2550 2002-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.
2583
2584 2002-09-09 Stefan Monnier <monnier@cs.yale.edu>
2585
2586 * simple.el (what-line): Don't hard-code 1.
2587 (transient-mark-mode, line-number-mode, column-number-mode):
2588 Use define-minor-mode.
2589 (do-auto-fill): Only ignore prefix if it's really empty.
2590
2591 2002-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
2596 2002-09-09 Richard M. Stallman <rms@gnu.org>
2597
2598 * calendar/calendar.el (mouse-scroll-calendar-left)
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
2606 * startup.el (fancy-splash-head, normal-splash-screen):
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
2616 2002-09-09 Jari Aalto <jari.aalto@poboxes.com>
2617
2618 * progmodes/cperl-mode.el (cperl-noscan-files-regexp):
2619 In addition to RCS, exclude CVS directories.
2620
2621 * ls-lisp.el (ls-lisp-format-time-list): New variable.
2622 (ls-lisp-format-time): Use it.
2623
2624 * files.el (auto-mode-alist): Use sh-mode for .bash files.
2625
2626 2002-09-09 Dave Love <d.love@dl.ac.uk>
2627
2628 * ps-print.el: Many doc fixes.
2629
2630 2002-09-09 John Paul Wallington <jpw@shootybangbang.com>
2631
2632 * play/doctor.el (doctor-cadr, doctor-caddr, doctor-cddr): Remove.
2633 Update callers.
2634
2635 2002-09-08 Markus Rost <rost@math.ohio-state.edu>
2636
2637 * diff.el (diff): Doc fix.
2638
2639 2002-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
2648 * cus-edit.el (custom-save-variables, custom-save-faces):
2649 Clarify the comments written into .emacs.
2650
2651 2002-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
2659 2002-09-08 Kim F. Storm <storm@cua.dk>
2660
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
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
2679 2002-09-07 Colin Walters <walters@debian.org>
2680
2681 * progmodes/compile.el (compile-internal): Add optional argument
2682 no-async.
2683
2684 * diff.el (diff): Add optional argument no-async, and use the
2685 above argument.
2686
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.
2690
2691 * ibuf-ext.el (ibuffer-diff-with-file): Just call
2692 `diff-buffer-with-file'.
2693
2694 2002-09-07 John Paul Wallington <jpw@shootybangbang.com>
2695
2696 * emacs-lisp/cl-indent.el (extended-loop-p): Doc fix.
2697
2698 * emacs-lisp/find-func.el (find-function-recenter-line):
2699 Add custom type. Doc fix.
2700
2701 2002-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
2712 2002-09-06 Simon Marshall <simon@gnu.org>
2713
2714 * progmodes/etags.el (find-tag-tag, complete-tag):
2715 Bind completion-ignore-case based on tags-case-fold-search, so that
2716 case-sensitivity of tag completion matches that of tag search.
2717
2718 2002-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
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
2766 * speedbar.el (speedbar-mode): Fix spacing and typos.
2767
2768 * textmodes/reftex-vars.el (reftex-label-menu-flags): Fix typo.
2769
2770 2002-09-05 Markus Rost <rost@math.ohio-state.edu>
2771
2772 * textmodes/table.el (table-command-prefix): Fix type.
2773
2774 2002-09-05 Andre Spiegel <spiegel@gnu.org>
2775
2776 * vc-hooks.el: Don't require vc.el at compile-time; it causes
2777 recursive requirements during bootstrap.
2778
2779 2002-09-05 Kenichi Handa <handa@etl.go.jp>
2780
2781 * international/mule.el (decode-char): Cancel the previous change.
2782
2783 2002-09-04 Mats Lidell <matsl@contactor.se> (tiny change)
2784
2785 * language/european.el ("Swedish"): New set-language-info-alist call.
2786
2787 2002-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
2792 2002-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
2797 2002-09-04 Andre Spiegel <spiegel@gnu.org>
2798
2799 * vc-hooks.el: Require vc.el at compile-time.
2800 (vc-workfile-unchanged-p, vc-default-workfile-unchanged-p):
2801 Moved here from vc.el.
2802
2803 * vc.el (vc-workfile-unchanged-p, vc-default-workfile-unchanged-p):
2804 Moved to vc-hooks.el.
2805
2806 * vc-rcs.el (vc-rcs-state): Don't require vc.el.
2807
2808 2002-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
2814 2002-09-02 Stefan Monnier <monnier@cs.yale.edu>
2815
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
2842 * mail/sendmail.el (mail-mode): Don't set local-abbrev-table.
2843 (mail-mode-abbrev-table): Set to text-mode-abbrev-table.
2844
2845 2002-09-02 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
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
2850 before we go blindly requiring base64.el.
2851 From Steve Youngs <youngs@xemacs.org>.
2852 (tramp-feature-write-region-fix): XEmacs doesn't have a
2853 'find-operation-coding-system' and this variable doesn't seem to
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.
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'.
2871
2872 2002-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
2890 2002-09-01 Richard M. Stallman <rms@gnu.org>
2891
2892 * term/x-win.el (function-key-map): Define S-iso-lefttab.
2893
2894 2002-09-01 Kim F. Storm <storm@cua.dk>
2895
2896 * edmacro.el (edit-kbd-macro): Recognize new default binding for
2897 C-x e in addition to old binding.
2898
2899 2002-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
2905 2002-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
2914 2002-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
2923 2002-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
2930 2002-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
2935 2002-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
2949 2002-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
2955 2002-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
2959 2002-08-30 Markus Rost <rost@math.ohio-state.edu>
2960
2961 * menu-bar.el (menu-bar-read-mail): Doc fix.
2962
2963 2002-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
2969 2002-08-30 Juanma Barranquero <lektu@terra.es>
2970
2971 * replace.el (occur-mode): Add interactive declaration.
2972
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
2985 * progmodes/idlwave.el (idlwave-max-extra-continuation-indent):
2986 Likewise.
2987
2988 * progmodes/dcl-mode.el (dcl-calc-cont-indent-relative): Likewise.
2989
2990 * allout.el (my-mark-marker): Likewise.
2991
2992 2002-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
2997 2002-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
3003 2002-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
3009 2002-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
3028 2002-08-29 Richard M. Stallman <rms@gnu.org>
3029
3030 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
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.
3041
3042 * warnings.el (warning-series): Now can be a marker, not an integer.
3043 (display-warning): Handle new value for warning-series.
3044
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
3049 2002-08-29 Kim F. Storm <storm@cua.dk>
3050
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.
3053 (kmacro-call-repeat-key, kmacro-call-repeat-with-arg): New custom
3054 variables.
3055 (kmacro-get-prefix-arg): New function.
3056 (kmacro-repeat-on-last-key): Rename from kmacro-repeat-loop and
3057 improve. Callers changed.
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
3065 2002-08-28 Luc Teirlinck <teirllm@mail.auburn.edu>
3066
3067 * files.el (find-buffer-visiting): Compare file attributes
3068 using buffer-file-truename.
3069
3070 2002-08-28 Richard M. Stallman <rms@gnu.org>
3071
3072 * files.el (make-auto-save-file-name, make-backup-file-name-1):
3073 Don't use directory-sep-char.
3074
3075 2002-08-28 Juanma Barranquero <lektu@terra.es>
3076
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
3082 * subr.el (make-variable-frame-localizable): Alias for
3083 `make-variable-frame-local'.
3084
3085 2002-08-28 Miles Bader <miles@gnu.org>
3086
3087 * rfn-eshadow.el (read-file-name-electric-shadow-properties)
3088 (read-file-name-electric-shadow-tty-properties)
3089 (read-file-name-electric-shadow-mode): Remove compatibility defs.
3090
3091 * comint.el (comint-carriage-motion): Start at START.
3092
3093 2002-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
3098 2002-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
3103 2002-08-27 Andreas Schwab <schwab@suse.de>
3104
3105 * kmacro.el (kmacro-start-macro): Doc fix.
3106
3107 2002-08-27 Carsten Dominik <dominik@sand.science.uva.nl>
3108
3109 * textfile/reftex-ref.el (reftex-goto-label): New command.
3110
3111 * textfile/reftex-vars.el (reftex-part-resets-chapter): New option.
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.
3119 (reftex-mode-menu): Added entry for `reftex-toc-recenter.
3120 Also moved `reftex-reset-mode' to top level.
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
3126 * textfile/reftex-sel.el (reftex-get-offset): Get offset of
3127 document pointer *before* position, not after.
3128 (reftex-insert-docstruct): Get offset of document pointer *before*
3129 position, not after.
3130
3131 * textfiles/reftex-parse.el (reftex-where-am-I): Prefer marker
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
3142 * textfiles/reftex-dcr.el (reftex-view-cr-cite):
3143 Use `reftex-bib-or-thebib' for better cooperation with chapterbib.
3144
3145 2002-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
3150 2002-08-26 Juanma Barranquero <lektu@terra.es>
3151
3152 * makefile.w32-in (WINS): Add calc and obsolete.
3153
3154 2002-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
3159 2002-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
3174 2002-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
3179 2002-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.
3188
3189 * apropos.el (command-apropos): Use `defalias' instead of `fset'.
3190
3191 * mail/rmail.el (rmail-speedbar-match-folder-regexp): Doc fix.
3192
3193 2002-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
3205 2002-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.
3216
3217 2002-08-23 Andre Spiegel <spiegel@gnu.org>
3218
3219 * vc-hooks.el (vc-kill-buffer-hook): Add it to kill-buffer-hook again.
3220
3221 2002-08-22 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
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
3227 2002-08-22 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
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'.
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 "?".
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
3246 2002-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
3251 2002-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.
3256 (f90-mode-abbrev-table): Work with or without 6th arg of define-abbrev.
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
3262 2002-08-21 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
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
3274 2002-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
3281 2002-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
3291 2002-08-20 Glenn Morris <gmorris@ast.cam.ac.uk>
3292
3293 * progmodes/fortran.el (fortran-current-defun): Use save-excursion.
3294
3295 * imenu.el (imenu--generic-function): Use mapc.
3296 (imenu-syntax-alist): Doc fix.
3297
3298 2002-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
3305 2002-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
3315 * textfiles/reftex-dcr.el (reftex-view-cr-cite):
3316 Use `reftex-bib-or-thebib' for better cooperation with chapterbib.
3317
3318 2002-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
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
3329 2002-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
3337 2002-08-19 Kenichi Handa <handa@etl.go.jp>
3338
3339 * international/mule.el (sgml-xml-auto-coding-function):
3340 Call re-search-forward with NOERROR t.
3341
3342 2002-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'.
3351 * ielm.el (inferior-emacs-lisp-mode):
3352 Give `comint-inhibit-carriage-motion' a local value of t.
3353
3354 2002-08-18 Richard M. Stallman <rms@gnu.org>
3355
3356 * textmodes/table.el: New file.
3357
3358 * font-core.el (font-lock-mode): Set change-major-mode-hook locally.
3359
3360 2002-08-18 Andreas Schwab <schwab@suse.de>
3361
3362 * ibuf-ext.el (ibuffer-list-buffer-modes): Doc fix.
3363
3364 2002-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
3372 2002-08-17 Richard M. Stallman <rms@gnu.org>
3373
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.
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
3382 2002-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
3387 2002-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.
3393
3394 2002-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
3405 2002-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
3410 2002-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
3415 2002-08-14 Stefan Monnier <monnier@cs.yale.edu>
3416
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):
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
3457 2002-08-14 Kenichi Handa <handa@etl.go.jp>
3458
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.
3461 (selection-converter-alist): Add (UTF8_STRING .
3462 xselect-convert-to-string).
3463
3464 2002-08-12 Stefan Monnier <monnier@cs.yale.edu>
3465
3466 * newcomment.el (comment-region): Force `lines' when `block' is set.
3467
3468 2002-08-12 Richard M. Stallman <rms@gnu.org>
3469
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)
3475 (menu-bar-text-mode-auto-fill): New commands, used
3476 in menu bar menus instead of lambda expressions.
3477
3478 (menu-bar-showhide-fringe-menu-customize-left)
3479 (menu-bar-showhide-fringe-menu-customize-right)
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
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
3500 2002-08-12 Stefan Monnier <monnier@cs.yale.edu>
3501
3502 * scroll-all.el (scroll-all-mode): Use define-minor-mode.
3503 (scroll-all-mode) <defcustom>: Delete.
3504 (running-xemacs): Delete.
3505 (minor-mode-alist): Don't manipulate it directly.
3506
3507 2002-08-10 Kenichi Handa <handa@etl.go.jp>
3508
3509 * international/mule-cmds.el (search-unencodable-char): New function.
3510 (select-safe-coding-system): Show unencodable characters.
3511 (unencodable-char-position): Deleted, and implemented in C in coding.c.
3512
3513 2002-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
3522 2002-08-09 Richard M. Stallman <rms@gnu.org>
3523
3524 * textmodes/page-ext.el (pages-directory-mode): Undo previous change.
3525
3526 * simple.el (set-variable): Give locality status in prompt.
3527
3528 2002-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
3533 2002-08-09 John Paul Wallington <jpw@shootybangbang.com>
3534
3535 * font-core.el (font-lock-function): Make it buffer-local.
3536
3537 2002-08-08 Richard M. Stallman <rms@gnu.org>
3538
3539 * emacs-lisp/checkdoc.el (checkdoc, checkdoc-interactive)
3540 (checkdoc-message-interactive, checkdoc-interactive-loop)
3541 (checkdoc-current-buffer, checkdoc-continue, checkdoc-comments)
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
3547 2002-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.
3552
3553 2002-08-07 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
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
3569 2002-08-07 Richard M. Stallman <rms@gnu.org>
3570
3571 * warnings.el (warning-prefix-function, warning-series)
3572 (warning-fill-prefix, warning-group-format): Add autoload cookies.
3573
3574 2002-08-07 Kenichi Handa <handa@etl.go.jp>
3575
3576 * international/mule-cmds.el (select-safe-coding-system):
3577 Call pop-to-buffer inside save-window-excursion and save-excursion.
3578
3579 2002-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
3584 2002-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)
3590 (original-date): Defvar without binding to avoid compiler warnings.
3591
3592 2002-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
3601 2002-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
3606 2002-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
3611 2002-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
3620 2002-08-05 Richard M. Stallman <rms@gnu.org>
3621
3622 * international/mule-cmds.el (select-safe-coding-system): Check for
3623 non-nil CODING-SYSTEM before warning it disagrees with AUTO-CS.
3624
3625 * net/ange-ftp.el (ange-ftp-smart-gateway): Doc fix.
3626
3627 2002-08-05 Gerd Moellmann <gerd@gnu.org>
3628
3629 * image.el (image-jpeg-p): Accept "Exif" marker.
3630
3631 2002-08-05 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3632
3633 * net/tramp.el: Version 2.0.11 released.
3634 (tramp-perl-file-attributes): Print uid and gid as signed integers.
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
3643 2002-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
3649 2002-08-04 John Paul Wallington <jpw@shootybangbang.com>
3650
3651 * startup.el (fancy-splash-frame): Check selected frame last.
3652
3653 2002-08-04 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3654
3655 * net/tramp.el: Version 2.0.10 released.
3656 (tramp-uudecode): New shell function `tramp_uudecode' to decode to
3657 standard output even if `uudecode -p' and `uudecode -o -' don't work.
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
3666 2002-08-04 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
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).
3673 (tramp-find-shell): Shell prompt must match at end of buffer.
3674 Do this also for fallback shell prompt.
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
3682 2002-08-04 Andreas Schwab <schwab@suse.de>
3683
3684 * net/tramp.el (tramp-perl-encode, tramp-perl-decode): Doc fix.
3685
3686 2002-08-03 Andrew Choi <akochoi@shaw.ca>
3687
3688 * term/mac-win.el: Set keys to enable mouse wheel support.
3689
3690 2002-08-03 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3691
3692 * net/tramp.el: Version 2.0.8.
3693 (tramp-perl-encode, tramp-perl-encode): Double the backslashes.
3694
3695 2002-08-03 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3696
3697 * net/tramp.el: Version 2.0.7.
3698 (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
3699 (tramp-perl-encode, tramp-perl-decode): Escape `%' characters
3700 because of `format' and say so in the docstring.
3701
3702 2002-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
3709 2002-08-03 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3710
3711 * net/tramp.el: Version 2.0.6.
3712 (tramp-default-method): Change to "ssh" from "sm".
3713 (tramp-wrong-passwd-regexp): Restructure. Add additional alternative.
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.
3728 (tramp-post-connection): Support the two Perl encoders and decoders.
3729 (tramp-coding-commands): Ditto. Add some todo items.
3730
3731 2002-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
3738 * international/mule-cmds.el (mule-keymap, set-coding-system-map):
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
3749 2002-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
3756 2002-07-31 John Paul Wallington <jpw@shootybangbang.com>
3757
3758 * ibuffer.el (ibuffer-fontification-alist):
3759 Use `font-lock-constant-face' instead of `font-lock-reference-face'.
3760
3761 2002-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
3767 2002-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
3774 2002-07-31 Richard M. Stallman <rms@gnu.org>
3775
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
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
3789 2002-07-31 Andreas Schwab <schwab@suse.de>
3790
3791 * dired.el: Hide disabling of dired-find-alternate-file behind
3792 autoload-cookie.
3793
3794 2002-07-31 Juanma Barranquero <lektu@terra.es>
3795
3796 * makefile.w32-in: Revert some changes from 2002-07-23 because they
3797 don't work on MSVC/nmake builds.
3798 (update-subdirs-CMD): Generate the right list of subdirectories.
3799 From Tak Ota <Takaaki.Ota@am.sony.com>.
3800
3801 2002-07-30 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3802
3803 * net/tramp.el: New version 2.0.5.
3804 (tramp-methods): Remove inline encoding method parameters.
3805 The encoding is now autodetected. Also shorten the list of
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.
3823 (tramp-perl-mime-encode, tramp-perl-mime-decode): Remove.
3824 It didn't work.
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.
3830 (tramp-handle-directory-files): Grok fifth arg `files-only' for XEmacs.
3831 (tramp-handle-make-directory, tramp-handle-delete-directory)
3832 (tramp-handle-delete-file, tramp-handle-insert-directory):
3833 Expand file name.
3834 (tramp-handle-shell-command): Use `when', not `if'.
3835 (tramp-handle-file-local-copy, tramp-handle-write-region):
3836 Adapt to autodetection of inline encoding.
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)
3840 (tramp-action-permission-denied, tramp-action-yesno):
3841 Functions called from `tramp-actions-before-shell'.
3842 (tramp-multi-action-login, tramp-multi-action-password)
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
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)
3851 (tramp-open-connection-su): Process actions instead of hardwired logic.
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.
3858 (tramp-find-inline-encoding): This is the inline autodetection code.
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)
3868 (tramp-get-decoding-function, tramp-set-decoding-function):
3869 Use for results of inline autodetection.
3870 (tramp-get-encoding-command, tramp-get-decoding-command)
3871 (tramp-get-encoding-function, tramp-get-decoding-function):
3872 Remove these old functions.
3873
3874 2002-07-30 Kenichi Handa <handa@etl.go.jp>
3875
3876 * language/indian.el (in-is13194): Give correct `safe-chars' property.
3877 (devanagari): Define it as an alias of in-is13194.
3878
3879 * international/mule.el (safe-chars):
3880 Put `char-table-extra-slots' property with value 0.
3881
3882 * files.el (revert-buffer): Fix previous change.
3883
3884 2002-07-29 Richard M. Stallman <rms@gnu.org>
3885
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.
3891 (displaying-byte-compile-warnings):
3892
3893 * textmodes/ispell.el (check-ispell-version): Bind default-directory
3894 to avoid errors. Kill the old temp buffer at the beginning.
3895
3896 2002-07-29 Glenn Morris <gmorris@ast.cam.ac.uk>
3897
3898 * scroll-all.el (scroll-all-mode): Make argument optional. Doc fix.
3899
3900 2002-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
3905 2002-07-29 Kenichi Handa <handa@etl.go.jp>
3906
3907 * international/mule.el (ctext-post-read-conversion): Add support
3908 for embedded utf-8 encoding (ESC % G ... ESC % @).
3909
3910 2002-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
3915 2002-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
3931 2002-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
3938 2002-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
3943 2002-07-26 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
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
3949 2002-07-08 Simon Josefsson <jas@extundo.com>
3950
3951 * mail/mail-extr.el (mail-extr-all-top-level-domains): Update names.
3952
3953 2002-07-26 Juanma Barranquero <lektu@terra.es>
3954
3955 * warnings.el (lwarn, warn, warning-levels): Doc fix.
3956 (warning-suppress-log-types): Fix typo.
3957 (display-warning): Fix typo. Remove useless assignment to free variable
3958 `group-string'.
3959
3960 2002-07-25 Markus Rost <rost@math.ohio-state.edu>
3961
3962 * ediff-wind.el (ediff-window-setup-function): Extend type declaration.
3963
3964 2002-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
3970 2002-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
3975 2002-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
3981 2002-07-25 Sam Steingold <sds@gnu.org>
3982
3983 * progmodes/cc-engine.el (c-search-uplist-for-classkey):
3984 When `search-end' is a cons, use its car.
3985
3986 2002-07-25 Dave Love <fx@gnu.org>
3987
3988 * obsolete/c-mode.el: Deleted.
3989
3990 2002-07-25 Carsten Dominik <dominik@astro.uva.nl>
3991
3992 * textmodes/reftex.el (reftex-compile-variables):
3993 Simplified regular expression.
3994
3995 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
3996 Simplified the regexp.
3997
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.
4001 (reftex-extract-bib-entries): Use `reftex-get-bibkey-default' to
4002 get a default regex.
4003
4004 * textmodes/reftex-toc.el (reftex-toc-mode): Use `make-local-hook' for
4005 XEmacs compatibility (got OK from RMS).
4006
4007 * textmodes/reftex-index.el (reftex-index-mode): Likewise.
4008
4009 * textmodes/reftex-sel.el (reftex-select-label-mode): Likewise.
4010 (reftex-select-bib-mode): Likewise.
4011
4012 2002-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
4017 2002-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
4045 2002-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.
4055
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
4062 2002-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.
4068 (backup-buffer, basic-save-buffer-2, basic-save-buffer-1)
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
4078 2002-07-23 Markus Rost <rost@math.ohio-state.edu>
4079
4080 * add-log.el (add-log-current-defun): Fix typo in documentation.
4081
4082 2002-07-22 Markus Rost <rost@math.ohio-state.edu>
4083
4084 * add-log.el (add-log-mailing-address): Fix type. Can be a string.
4085
4086 * ido.el (ido-separator): Fix type.
4087
4088 2002-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
4103 2002-07-22 Andre Spiegel <spiegel@gnu.org>
4104
4105 * vc.el (vc-next-action-on-file): Preserve find-file-literally.
4106
4107 2002-07-22 Dan Nicolaescu <dann@ics.uci.edu>
4108
4109 * simple.el (undo, undo-more): Adjust messages when undoing in a
4110 region.
4111
4112 2002-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
4119 2002-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)
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)
4156 (diary-sunrise-sunset, diary-sabbath-candles):
4157 Remove interactive flag from autoloads.
4158
4159 2002-07-22 Carsten Dominik <dominik@astro.uva.nl>
4160
4161 * textmodes/reftex-vars.el (reftex-index-verify-function): New option.
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
4168 * textmodes/reftex-index.el (reftex-query-index-phrase):
4169 Use `reftex-index-verify-function'.
4170
4171 * textmodes/reftex-toc.el (reftex-re-enlarge):
4172 Handle horizontal splitting.
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
4181 * textmodes/reftex.el (reftex-compile-variables):
4182 Use `reftex-include-file-commands'.
4183 (reftex-type-query-prompt): Changed defconst to defvar.
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.
4191 (reftex-mode): Define systax table for bibtex parsing.
4192 (reftex-syntax-table-for-bib): Syntax table for bibtex parsing.
4193
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'.
4197 (reftex-with-special-syntax-for-bib): New macro.
4198
4199 2002-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.
4205 Create *scratch* if no other choice exists. Fix bugs.
4206
4207 2002-07-21 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
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
4214 to "tramp-file-name-structure-separate". Trivial patch.
4215 From Steve Youngs <youngs@xemacs.org>.
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
4221 logic. Omit special case of invoking rcp directly to copy the files.
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
4228 2002-07-20 Richard M. Stallman <rms@gnu.org>
4229
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
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.
4251 (byte-compile-last-warned-form, byte-compile-last-logged-file):
4252 Defvars moved.
4253
4254 * warnings.el: New file.
4255
4256 2002-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
4261 2002-07-19 John Paul Wallington <jpw@shootybangbang.com>
4262
4263 * emacs-lisp/bytecomp.el (compile-defun):
4264 Bind `read-with-symbol-positions' to current buffer.
4265
4266 2002-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
4276 2002-07-19 Juanma Barranquero <lektu@terra.es>
4277
4278 * emacs-lisp/bytecomp.el (dot, dot-max, dot-min, dot-marker)
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.
4282
4283 * subr.el (dot, dot-max, dot-min, dot-marker, buffer-flush-undo)
4284 (baud-rate, compiled-function-p, define-function, unread-command-char)
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.
4289
4290 2002-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
4295 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.14.
4296 Too many changes to list them here.
4297
4298 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.14.
4299 Too many changes to list them here.
4300
4301 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.14 with
4302 only minor documentation changes.
4303
4304 2002-07-18 Dave Love <fx@gnu.org>
4305
4306 * info-look.el: Support current auto{conf,make} manuals.
4307
4308 2002-07-18 Juanma Barranquero <lektu@terra.es>
4309
4310 * bindings.el (last-buffer): Add missing frame argument.
4311
4312 2002-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
4327 2002-07-18 Juanma Barranquero <lektu@terra.es>
4328
4329 * international/mule-util.el (string-to-sequence, truncate-string):
4330 Add autoload cookie to obsolescence declaration.
4331
4332 * rect.el (move-to-column-force): Likewise.
4333
4334 * composite.el (decompose-composite-char): Likewise; also remove
4335 redundant info.
4336
4337 2002-07-18 Kim F. Storm <storm@cua.dk>
4338
4339 * loadup.el: Load international/utf-8 before international/characters.
4340
4341 2002-07-17 Dave Love <fx@gnu.org>
4342
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.
4353 (translation-table-for-input, ucs-quail-activate)
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.
4362 Remove \e$,1uf\e(B.
4363
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.
4375 (cyrillic-koi8): Modify safe-chars, valid-codes.
4376 Remove charset-origin-alist.
4377 (Cp878, cp866): New alias.
4378 (ccl-encode-8859-5-font): New.
4379 (font-ccl-encoder-alist): Add ccl-encode-8859-5-font.
4380 (ccl-encode-koi8-font, ccl-encode-alternativnyj-font):
4381 Remove redundant parens.
4382 ("Cyrillic-KOI8"): Add cyrillic-iso-8bit to coding-priority.
4383 (cyrillic-koi8-u-decode-table, ccl-decode-koi8-u)
4384 (ccl-encode-koi8-u, koi8-u, ccl-encode-koi8-u-font, "Ukrainian"): New.
4385 (cyrillic-alternativnyj): Modify safe-chars, add mime-charset.
4386 ("Cyrillic-ALT"): Change input method.
4387 ("Windows-1251", "Tajik", "Bulgarian", "Belarusian"): New.
4388
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)
4392 (utf-8-ccl-regs, utf-8-translate-cjk): New.
4393 (ccl-encode-mule-utf-8): Use utf-8-subst-rev-table.
4394 (ccl-decode-mule-utf-8, ccl-untranslated-to-ucs)
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.
4403 (ccl-compile-lookup-integer, ccl-compile-lookup-character)
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
4411 2002-07-17 Kenichi Handa <handa@etl.go.jp>
4412
4413 * international/mule.el (define-coding-system-alias):
4414 Don't append ALIAS in the property `alias-coding-systems' if ALIAS's
4415 eol-type is not auto-detection.
4416
4417 * international/mule-diag.el (print-coding-system-briefly):
4418 Fix the handling of an alias of which eol-type is not auto-detection.
4419
4420 * international/mule-conf.el (us-ascii): Define it as an alias of
4421 iso-safe.
4422
4423 2002-07-17 Juanma Barranquero <lektu@terra.es>
4424
4425 * help-fns.el (describe-function-1): Put empty line before "Not
4426 documented" text.
4427
4428 * timer.el (timer-set-time-with-usecs): Mark obsolete.
4429
4430 2002-07-16 Stefan Monnier <monnier@cs.yale.edu>
4431
4432 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
4433 Make sure to change the global tool-bar-map.
4434
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
4469 2002-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
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
4483 on a file that has unlocked changes.
4484 (vc-log-mode): Don't mention vc-toggle-read-only in the doc string.
4485
4486 2002-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.
4496
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
4503 2002-07-16 Juanma Barranquero <lektu@terra.es>
4504
4505 * timer.el (timer-set-time, timer-set-time-with-usecs): Fix docstring.
4506
4507 2002-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
4512 2002-07-15 Mike Williams <mdub@bigfoot.com>
4513
4514 * mouse-sel.el (mouse-sel-bindings): Save/restore interprogram
4515 cut/paste functions.
4516
4517 2002-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
4527 2002-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
4549 2002-07-14 Mike Williams <mdub@bigfoot.com>
4550
4551 * mouse-sel.el (mouse-sel-bound-events): New constant.
4552 (mouse-sel-bindings): Save/restore original mouse-bindings.
4553
4554 2002-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
4581 2002-07-13 Andreas Schwab <schwab@suse.de>
4582
4583 * mail/mailabbrev.el (mail-abbrev-make-syntax-table): Check the
4584 inherited table entry.
4585
4586 2002-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
4591 2002-07-13 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4592
4593 * net/ange-ftp.el: Do not hook into file-name-handler-alist, this
4594 is done by Tramp.
4595
4596 * net/tramp.el (tramp-multi-file-name-structure-unified):
4597 Add missing slash and move colon from start to end of each hop.
4598 (tramp-multi-file-name-hop-structure-unified): Move colon from
4599 start to end of each hop.
4600
4601 2002-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
4606 2002-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
4612 2002-07-12 Richard M. Stallman <rms@gnu.org>
4613
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
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
4648
4649 2002-07-12 Juanma Barranquero <lektu@terra.es>
4650
4651 * help-fns.el (describe-variable): Remove useless "Documentation:"
4652 string.
4653
4654 * timer.el (timer-set-time-with-usecs): Fix documentation.
4655 Simplify extraction of time data.
4656
4657 2002-07-12 John Paul Wallington <jpw@shootybangbang.com>
4658
4659 * help-fns.el (describe-variable): Mention if the variable is an
4660 alias. Put `defvaralias' info before the documentation.
4661
4662 2002-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
4668 2002-07-11 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
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.
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)
4677 (tramp-make-multi-tramp-file-format): New default value which
4678 unifies the filename syntax between Tramp and Ange-FTP. The new
4679 syntax is "/method:user@host:path". Note the colon after the method.
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.
4686 (tramp-handle-make-symbolic-link): Implement.
4687
4688 2002-07-10 Juanma Barranquero <lektu@terra.es>
4689
4690 * ido.el (ido-enter-single-matching-directory): Delete leftover comment.
4691
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
4698 * emacs-lisp/authors.el (authors-obsolete-file-p): Fix typo.
4699
4700 2002-07-09 Ole Aamot <ole@gnu.org>
4701
4702 * compile.el (compilation-error-regexp-alist):
4703 Recognize Valgrind messages.
4704
4705 2002-07-09 Juanma Barranquero <lektu@terra.es>
4706
4707 * faces.el (face-id): Fix typo.
4708
4709 * hexl.el (hexl-mode): Likewise.
4710
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
4748 2002-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
4753 2002-07-09 Kenichi Handa <handa@etl.go.jp>
4754
4755 * files.el (insert-directory): Be sure to bind
4756 coding-system-for-write to the just decided coding-system-for-read.
4757
4758 2002-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
4764 2002-07-08 Juanma Barranquero <lektu@terra.es>
4765
4766 * info.el (Info-directory-list): Fix docstring.
4767
4768 2002-07-08 Miles Bader <miles@gnu.org>
4769
4770 * comint.el (comint-dynamic-list-completions): Sort COMPLETIONS
4771 before first use.
4772
4773 2002-07-08 Kim F. Storm <storm@cua.dk>
4774
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
4778 * ido.el (ido-completion-help): Changed xemacs specific code to
4779 avoid byte compiler warning in GNU emacs.
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.
4783
4784 2002-07-07 Stefan Monnier <monnier@cs.yale.edu>
4785
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
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
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
4810 2002-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.
4822
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
4830 2002-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
4839 2002-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
4845 2002-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
4855 2002-07-04 Per Abrahamsen <abraham@dina.kvl.dk>
4856
4857 * simple.el (toggle-truncate-lines): New command.
4858
4859 2002-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
4865 2002-07-03 Andreas Schwab <schwab@suse.de>
4866
4867 * net/tramp.el (tramp-handle-ange-ftp): Move interactive spec
4868 after doc string.
4869
4870 2002-07-03 Juanma Barranquero <lektu@terra.es>
4871
4872 * net/tramp.el (tramp-send-eof): Fix typo.
4873 (tramp-kill-process): Likewise.
4874
4875 * play/dunnet.el (dun-physobj-desc): Likewise.
4876
4877 * textmodes/reftex-vars.el (reftex-label-alist): Likewise.
4878
4879 * calendar/timeclock.el (timeclock-workday-remaining): Likewise.
4880 (timeclock-workday-elapsed): Likewise.
4881
4882 * allout.el (outline-goto-prefix): Likewise.
4883
4884 * emulation/tpu-edt.el (tpu-delete-to-eol): Likewise.
4885 (tpu-delete-to-bol): Likewise.
4886
4887 * subr.el (chars-in-region): Add obsolescence declaration for
4888 `chars-in-region'.
4889
4890 2002-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
4896 2002-07-02 Richard M. Stallman <rms@gnu.org>
4897
4898 * net/ange-ftp.el (ange-ftp-hook-function): Add file-remote-p prop.
4899
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.
4905
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
4927 2002-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
4934 2002-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
4940 * progmodes/cperl-mode.el (cperl-break-one-line-blocks-when-indent):
4941 Fix typo.
4942
4943 2002-07-02 Kim F. Storm <storm@cua.dk>
4944
4945 * emacs-lisp/bindat.el: New file.
4946
4947 2002-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
4954 2002-07-01 Juanma Barranquero <lektu@terra.es>
4955
4956 * ido.el (ido-minibuffer-setup-hook): Doc fix.
4957
4958 2002-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.
4978
4979 2002-07-01 Richard M. Stallman <rms@gnu.org>
4980
4981 * info.el (Info-index): Get immediate error if used in `dir'.
4982
4983 * textmodes/picture.el (picture-forward-column)
4984 (picture-move-down): Never deactivate the mark.
4985
4986 2002-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
4991 2002-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
4996 2002-06-29 Stefan Monnier <monnier@cs.yale.edu>
4997
4998 * pcvs-defs.el (cvs-mode-map): Bind ! to `force'.
4999
5000 2002-06-29 Andreas Schwab <schwab@suse.de>
5001
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
5008 * simple.el (shell-command-on-region): Handle errors and signals
5009 from shell command execution.
5010 (display-message-or-buffer): Fix last change.
5011 (shell-command-default-error-buffer): Doc fix.
5012
5013 * dired.el (dired-view-file): Quote file name for
5014 dired-run-shell-command.
5015
5016 2002-06-29 Kim F. Storm <storm@cua.dk>
5017
5018 * kmacro.el: New file.
5019
5020 2002-06-28 John Wiegley <johnw@gnu.org>
5021
5022 * pcmpl-cvs.el: Added my name as the maintainer of this file.
5023
5024 2002-06-28 Andreas Schwab <schwab@suse.de>
5025
5026 * shell.el (explicit-bash-args): New user option.
5027
5028 2002-06-28 Kim F. Storm <storm@cua.dk>
5029
5030 * ido.el: New file.
5031
5032 2002-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
5038 2002-06-27 Andreas Schwab <schwab@suse.de>
5039
5040 * net/tramp.el (tramp-handle-ange-ftp): Fix typo.
5041
5042 2002-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
5062 2002-06-27 Stefan Monnier <monnier@cs.yale.edu>
5063
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
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
5081 2002-06-27 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5082
5083 * net/tramp.el (tramp-file-name-structure)
5084 (tramp-multi-file-name-hop-structure): Split for easier readability.
5085 (tramp-handle-make-symbolic-link): Use user/host/method/... from
5086 LINKNAME, not FILENAME.
5087 (tramp-handle-verify-visited-file-modtime):
5088 Call tramp-ange-ftp-file-name-p with right parameters.
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
5096 2002-06-27 Juanma Barranquero <lektu@terra.es>
5097
5098 * composite.el (decompose-composite-char): Fix docstring.
5099
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
5106 2002-06-26 Juanma Barranquero <lektu@terra.es>
5107
5108 * info.el (info-menu-5): Fix documentation.
5109 (Info-fontify-maximum-menu-size): Remove reference to `Info-fontify'.
5110
5111 2002-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
5130 2002-06-25 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5131
5132 * net/tramp.el (tramp-ftp-method): New user option.
5133 (tramp-invoke-ange-ftp): New function to forward calls to Ange-FTP.
5134 (with-parsed-tramp-file-name): New macro for the usual big `let'
5135 statement to dissect a file-name.
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)
5141 (tramp-handle-file-writable-p, tramp-handle-file-writable-p):
5142 Use the new macro and forward call to Ange-FTP if applicable.
5143 (tramp-make-ange-ftp-file-name): New helper function to convert a
5144 file name into an Ange-FTP file name, used by `tramp-invoke-ange-ftp'.
5145 (tramp-default-method-alist): New user option.
5146 (tramp-find-default-method): Use it.
5147 (tramp-sh-extra-args): New variable.
5148 (tramp-find-shell): Use it.
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
5153 2002-06-25 Andreas Schwab <schwab@suse.de>
5154
5155 * replace.el (occur-1): Avoid invalid message format string.
5156
5157 2002-06-24 Stefan Monnier <monnier@cs.yale.edu>
5158
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
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
5186 * mwheel.el: Undo last patch from Stephen Gildea for now.
5187
5188 2002-06-24 Kim F. Storm <storm@cua.dk>
5189
5190 * emulation/keypad.el: Added :require 'keypad to defcustoms.
5191
5192 2002-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
5213 2002-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
5218 2002-06-21 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5219
5220 * net/ange-ftp.el (backup-buffer): Delete `ange-ftp' property.
5221 This is not a handled operation.
5222
5223 2002-06-21 Kim F. Storm <storm@cua.dk>
5224
5225 * emulation/cua-base.el (cua--prefix-arg): Make register prefixes
5226 work again. Corrected error in check for C-u initiated prefix.
5227
5228 * emulation/keypad.el (keypad-setup): Handle kp-begin like kp-space.
5229
5230 2002-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.
5246
5247 2002-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
5257 2002-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
5265 2002-06-21 Stefan Monnier <monnier@cs.yale.edu>
5266
5267 * pcvs-defs.el (cvs-version): Use cvs-program rather than "cvs".
5268
5269 2002-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
5319 2002-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
5324 2002-06-20 Miles Bader <miles@gnu.org>
5325
5326 * comint.el (comint-get-old-input-default): Strip text properties
5327 for fields too.
5328
5329 * comint.el (comint-output-filter): Run output-filter functions
5330 before setting up the prompt.
5331
5332 * international/characters.el: Re-enable code giving word syntax
5333 to certain japanese-jisx0208 characters.
5334
5335 2002-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
5340 2002-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
5358 2002-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
5372 2002-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.
5387
5388 * international/mule-diag.el (describe-char-after):
5389 Moved to descr-text.el.
5390
5391 2002-06-17 Eli Zaretskii <eliz@is.elta.co.il>
5392
5393 * international/mule.el (ctext-pre-write-conversion): Fix the values
5394 of FROM and TO if we create a new buffer.
5395
5396 2002-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
5401 2002-06-16 Andrew Choi <akochoi@shaw.ca>
5402
5403 * term/mac-win.el (scalable-fonts-allowed): Set to t.
5404
5405 2002-06-15 Colin Walters <walters@debian.org>
5406
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
5412 * ibuffer.el (ibuffer-movement-cycle): New variable.
5413 (ibuffer-backward-line, ibuffer-forward-line): Use it.
5414
5415 2002-06-15 Richard M. Stallman <rms@gnu.org>
5416
5417 * emacs-lisp/bytecomp.el (byte-recompile-directory): Doc fix.
5418 (batch-byte-recompile-directory): Undo previous change.
5419
5420 * comint.el (comint-skip-input): New function.
5421 (comint-interrupt-subjob, comint-kill-subjob, comint-quit-subjob)
5422 (comint-stop-subjob): Use comint-skip-input.
5423
5424 * ielm.el (ielm-eval-input): Use error-message-string.
5425 (ielm-format-error, ielm-format-errors): Functions deleted.
5426
5427 2002-06-14 Kim F. Storm <storm@cua.dk>
5428
5429 * progmodes/compile.el (grep-tree): Doc fixes.
5430 Added SUBDIRS arg for non-interactive use.
5431
5432 2002-06-14 Juanma Barranquero <lektu@terra.es>
5433
5434 * comint.el (comint-snapshot-last-prompt):
5435 Bind `inhibit-read-only' to t to support read-only prompts.
5436 (comint-output-filter): Likewise.
5437
5438 2002-06-14 Miles Bader <miles@gnu.org>
5439
5440 * subr.el (copy-tree): Use `nconc' and `nreverse' instead of `nreconc'.
5441 (pop): Move the call to `car' outside the prog1, as the compiler
5442 then generates better code.
5443
5444 2002-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.
5448 (zone-when-idle): Put the idle timer in zone-timer.
5449 If one is already set up, cancel it and make a new one.
5450 (zone-leave-me-alone): Likewise.
5451
5452 2002-06-13 Jason Rumney <jasonr@gnu.org>
5453
5454 * w32-fns.el (w32-charset-info-alist): Reorder.
5455
5456 2002-06-13 Andreas Schwab <schwab@suse.de>
5457
5458 * files.el (auto-mode-alist): Move entry for ".in" to the end.
5459
5460 2002-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
5465 2002-06-12 Karl Fogel <kfogel@red-bean.com>
5466
5467 * bookmark.el (bookmark-file-or-variation-thereof):
5468 Restore vc-backend check, thanks to Robert Thorpe for noticing.
5469
5470 2002-06-12 Eli Zaretskii <eliz@is.elta.co.il>
5471
5472 * textmodes/bibtex.el: Change the maintainer to "none".
5473
5474 2002-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
5479 2002-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
5484 2002-06-12 Richard M. Stallman <rms@gnu.org>
5485
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.
5490 (Info-next-link-keymap, Info-prev-link-keymap)
5491 (Info-up-link-keymap): New variables.
5492
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
5509 2002-06-12 Miles Bader <miles@gnu.org>
5510
5511 * comint.el (comint-send-input): Properly handle empty and
5512 no-newline input regions.
5513
5514 2002-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.
5519
5520 2002-06-12 Colin Walters <walters@debian.org>
5521
5522 * font-core.el (font-lock-core-only): Variable deleted.
5523 All uses removed.
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.
5528
5529 * font-lock.el (font-lock-set-defaults-1): Set variable alist here.
5530
5531 * help-mode.el (help-mode): Don't set `font-lock-defaults'.
5532
5533 * ibuffer.el (ibuffer-mode): Don't set `font-lock-defaults'.
5534
5535 * info.el (Info-mode): Don't set `font-lock-defaults'.
5536
5537 * replace.el (occur-mode): Don't set `font-lock-defaults'.
5538
5539 * help-mode.el (help-highlight-p, help-highlight-face):
5540 Variable was unused; delete.
5541 (help-make-xrefs): Doc fix.
5542
5543 2002-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
5551 2002-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
5569 2002-06-10 Miles Bader <miles@gnu.org>
5570
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
5579 text properties.
5580
5581 * simple.el (line-move-finish): Inhibit field motion when
5582 computing `line-end'.
5583
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.
5590 (comint-highlight-input, comint-highlight-prompt): Variables removed.
5591
5592 * faces.el (display-supports-face-attributes-p): New function.
5593 (face-spec-set-match-display): Support `supports' predicate.
5594 (italic): Try underlining for displays that don't support real italics.
5595 * cus-edit.el (custom-display): Add support for `supports' predicate.
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
5610 2002-06-09 Martin Stjernholm <bug-cc-mode@gnu.org>
5611
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
5614 globally set variables.
5615
5616 2002-06-08 Colin Walters <walters@gnu.org>
5617
5618 * descr-text.el (describe-text-properties): Sort the output by the
5619 size of the values. Put `font-lock-face' property on property names.
5620 (toplevel): Provide `descr-text'.
5621
5622 * international/mule-diag.el (describe-char-after): When there are
5623 text properties, require `descr-text', and just call
5624 `describe-text-properties'.
5625
5626 * international/mule.el (sgml-html-meta-auto-coding-function):
5627 New function.
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
5631 they have a lower priority than coding: tags.
5632 Put `auto-coding-regexp-alist' tests before coding: tag tests.
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
5637 2002-06-08 Colin Walters <walters@verbum.org>
5638
5639 * subr.el (copy-list): Moved here from cl.el.
5640 (copy-tree): Renamed here from `cl-copy-tree' in cl-extra.el.
5641
5642 * emacs-lisp/cl-extra.el (cl-copy-tree): Moved to `copy-tree' in
5643 subr.el. Add a defalias with the old name.
5644
5645 * emacs-lisp/cl.el (copy-list): Moved to subr.el.
5646
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'.
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
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.
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.
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.
5674 (filename-and-process): Ditto.
5675
5676 * ibuf-macs.el (define-ibuffer-column): Don't create a third
5677 argument for the generated function.
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.
5685 (font-lock-core-only): New variable.
5686 (font-lock-set-defaults): Use it.
5687
5688 2002-06-08 Richard M. Stallman <rms@gnu.org>
5689
5690 * files.el (find-file-noselect-1): Undo previous change.
5691
5692 * bookmark.el (bookmark-file-or-variation-thereof): Doc fix.
5693
5694 2002-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
5699 2002-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
5704 2002-06-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
5705
5706 * language/cyrillic.el (cyrillic-alternativnyj-decode-table):
5707 Fix the table to contain correct characters.
5708
5709 2002-06-04 Richard M. Stallman <rms@gnu.org>
5710
5711 * simple.el: Don't require cl.
5712
5713 2002-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
5727 2002-06-01 Richard M. Stallman <rms@gnu.org>
5728
5729 * simple.el (choose-completion-string-functions): Doc fix.
5730 (choose-completion-string): Add doc string.
5731
5732 2002-06-01 Kim F. Storm <storm@cua.dk>
5733
5734 * simple.el: Reworked previous change.
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.
5740
5741 2002-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
5746 2002-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
5753 2002-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
5760 2002-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
5765 2002-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
5772 2002-05-31 Juanma Barranquero <lektu@terra.es>
5773
5774 * emulation/viper-cmd.el (viper-smart-suffix-list, viper-ask-level):
5775 Fix typos.
5776
5777 2002-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
5787 2002-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
5793 * subr.el (open-network-stream, open-network-stream-nowait)
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
5810 2002-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
5819 2002-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
5844 2002-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
5849 2002-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.
5854 (byte-compile-delete-first): New function.
5855 (byte-compile-read-position): New variable.
5856 (byte-compile-last-position): New variable.
5857 (byte-compile-current-buffer): New variable.
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
5872 * emacs-lisp/bytecomp.el (byte-compile-debug): New variable.
5873
5874 2002-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
5879 2002-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
5889 2002-05-26 Colin Walters <walters@verbum.org>
5890
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
5897 * replace.el (perform-replace): Document return value. Use `pop'.
5898
5899 2002-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
5906 2002-05-26 Simon Josefsson <jas@extundo.com>
5907
5908 * fringe.el (set-fringe-mode): Work when updating
5909 `default-frame-alist'.
5910
5911 2002-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.
5916 Misc improvements to the commentary.
5917
5918 2002-05-26 Simon Josefsson <jas@extundo.com>
5919
5920 * fringe.el (fringe-query-style): New fringe style "minimal".
5921
5922 2002-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
5927 2002-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
5932 2002-05-25 Miles Bader <miles@gnu.org>
5933
5934 * menu-bar.el (menu-bar-showhide-fringe-menu-customize-left)
5935 (menu-bar-showhide-fringe-menu-customize-right)
5936 (menu-bar-showhide-fringe-menu-customize-disable):
5937 Use proper calling convention for `customize-set-value'.
5938 Require `fringe' before setting variable.
5939
5940 2002-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
5952 2002-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
5958 2002-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
5965 2002-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
5973 2002-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
5978 2002-05-23 Kim F. Storm <storm@cua.dk>
5979
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.
5986
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.
5998
5999 2002-05-22 Colin Walters <walters@cis.ohio-state.edu>
6000
6001 * info.el (Info-mode-hook): Change `font-lock-mode' to
6002 `turn-on-font-lock'.
6003
6004 * font-core.el (font-lock-function): New variable.
6005 (font-lock-default-function): New function, created from
6006 `font-lock-mode'.
6007 (font-lock-mode): Just funcall `font-lock-function'.
6008 (font-lock-symbol-category-alist): New variable.
6009
6010 2002-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
6017 2002-05-22 Mike Williams <mdub@bigfoot.com>
6018
6019 * textmodes/sgml-mode.el (sgml-guess-indent): Look further into
6020 the buffer.
6021
6022 2002-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
6028 2002-05-21 Colin Walters <walters@gnu.org>
6029
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
6037 * international/mule-util.el (truncate-string-to-width):
6038 New optional argument `ellipsis'. Add commented-out test suite, and
6039 change coding to iso-2022-7bit.
6040
6041 2002-05-21 Colin Walters <walters@verbum.org>
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.
6052 (font-lock-set-defaults): Partially taken from font-lock.el.
6053 Only load font-lock.el when necessary.
6054
6055 * loadup.el: Add font-core.el.
6056
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
6064 * info.el (Info-fontify): Deleted.
6065 (Info-select-node): Don't use it.
6066 (Info-mode-hook): New variable.
6067 (Info-mode): Set up categories.
6068 (Info-fontify-menu-headers, Info-fontify-node): Use categories.
6069
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
6087 2002-05-21 Colin Walters <walters@debian.org>
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".
6092
6093 * ibuf-macs.el (define-ibuffer-column): Add third argument
6094 `ibuffer-buf'.
6095
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)
6102 (ibuffer-filter-group-map): Don't set parent to `ibuffer-mode-map'.
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.
6106 (ibuffer): New optional argument `formats'.
6107
6108 2002-05-21 Eli Zaretskii <eliz@is.elta.co.il>
6109
6110 * indent.el (indent-rigidly): Mention how to remove all indentation.
6111
6112 2002-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
6117 2002-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
6133 2002-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
6140 2002-05-20 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6141
6142 * international/mule.el (auto-coding-alist): Use emacs-mule
6143 for auto-save files.
6144
6145 2002-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
6150 2002-05-19 Markus Rost <rost@math.ohio-state.edu>
6151
6152 * international/ucs-tables.el (unify-8859-on-encoding-mode)
6153 (unify-8859-on-decoding-mode): Change :version attributes to strings.
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
6164 * find-dired.el (find-dired): Implement revert-buffer-function.
6165
6166 * mail/emacsbug.el (report-emacs-bug-hook): Do another save-excursion.
6167
6168 2002-05-19 Glenn Morris <gmorris@ast.cam.ac.uk>
6169
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.
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.
6176 (f90-change-keywords): Doc fix.
6177
6178 2002-05-19 Richard M. Stallman <rms@gnu.org>
6179
6180 * indent.el (indent-region): Make COLUMN arg optional.
6181
6182 * files.el (find-file-read-args): New function.
6183 (find-file, find-file-other-window, find-file-other-frame)
6184 (find-file-read-only, find-file-read-only-other-window)
6185 (find-file-read-only-other-frame): Use it.
6186
6187 * custom.el (custom-load-symbol): Verify that LOADED is a string.
6188
6189 * arc-mode.el (archive-zip-use-pkzip): Variable deleted.
6190 (archive-zip-extract, archive-zip-expunge, archive-zip-update)
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
6197 2002-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
6202 2002-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
6207 2002-05-18 Glenn Morris <gmorris@ast.cam.ac.uk>
6208
6209 * progmodes/f90.el (f90-mode-syntax-table, f90-mode-map): Do the
6210 initialization in the defvar.
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.
6216 (f90-mode-abbrev-table): Initialize in the defvar, with
6217 define-abbrev-table.
6218
6219 2002-05-18 Eli Zaretskii <eliz@is.elta.co.il>
6220
6221 * tar-mode.el (tar-octal-time): Fix last change.
6222
6223 2002-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
6232 2002-05-17 Thomas Morgan <tlm@pocketmail.com>
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
6238 2002-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.
6246
6247 * tar-mode.el (tar-octal-time): Fix the last argument of logior.
6248
6249 2002-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
6260 2002-05-16 Colin Walters <walters@debian.org>
6261
6262 * menu-bar.el (menu-bar-tools-menu) <calculator>: Renamed to
6263 "Simple Calculator".
6264 (menu-bar-tools-menu) <calc>: New.
6265
6266 2002-05-16 Juanma Barranquero <lektu@terra.es>
6267
6268 * progmodes/hideshow.el (hs-adjust-block-beginning): Fix typo.
6269
6270 * filesets.el (filesets-ormap): Fix typo.
6271
6272 * faces.el (describe-face): Fix typo.
6273
6274 2002-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
6279 2002-05-15 John Paul Wallington <jpw@shootybangbang.com>
6280
6281 * replace.el (occur-read-primary-args): Handle a bare 'C-u' correctly.
6282
6283 2002-05-15 Eli Zaretskii <eliz@is.elta.co.il>
6284
6285 * emacs-lisp/easymenu.el (easy-menu-add): Doc fix.
6286
6287 2002-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
6293 2002-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
6298 2002-05-14 Kim F. Storm <storm@cua.dk>
6299
6300 * emulation/cua-rect.el (cua--rectangle-operation):
6301 Don't highlight empty lines in rectangles.
6302
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
6310 2002-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
6318 2002-05-14 Jochen K\e,A|\e(Bpper <jochen@jochen-kuepper.de>
6319
6320 * calc/calc-units.el (math-standard-units): Update from CODATA.
6321
6322 2002-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
6330 2002-05-14 Mike Williams <mdub@bigfoot.com>
6331
6332 * textmodes/sgml-mode.el (sgml-tag):
6333 Default skeleton-transformation to `identity'.
6334
6335 2002-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
6341 2002-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
6346 2002-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
6355 2002-05-13 Richard M. Stallman <rms@gnu.org>
6356
6357 * mail/emacsbug.el (report-emacs-bug): Change the "English please" msg.
6358
6359 2002-05-13 Colin Walters <walters@gnu.org>
6360
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
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
6370 2002-05-12 Colin Walters <walters@debian.org>
6371
6372 * replace.el (occur-1): New optional argument `buf-name'.
6373 (occur-revert-function): Use it.
6374
6375 (occur-1): Handle plurals.
6376
6377 (occur-engine): If there are no more matches, then finish
6378 searching the current buffer.
6379
6380 2002-05-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
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
6386 2002-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
6394 2002-05-12 Eli Zaretskii <eliz@is.elta.co.il>
6395
6396 * w32-vars.el (w32)
6397 * vc-cvs.el (vc-cvs-global-switches)
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)
6403 * net/ange-ftp.el (ange-ftp-passive-host-alist)
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
6409 2002-05-12 Richard M. Stallman <rms@gnu.org>
6410
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
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
6422 2002-05-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
6423
6424 * net/ldap.el (ldap-search-internal): Unfold folded lines before
6425 parsing.
6426
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
6431 2002-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
6439 2002-05-10 Kim F. Storm <storm@cua.dk>
6440
6441 * emulation/cua-base.el (cua-enable-cua-keys)
6442 (cua-enable-register-prefix): Added value for `other' choice.
6443
6444 2002-05-10 Eli Zaretskii <eliz@is.elta.co.il>
6445
6446 * menu-bar.el (menu-bar-showhide-scroll-bar-menu)
6447 (menu-bar-showhide-menu): Use display-graphic-p, not window-system.
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
6454 2002-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
6459 2002-05-09 Richard M. Stallman <rms@gnu.org>
6460
6461 * mail/rmail.el (rmail-show-message):
6462 Catch error in check-coding-system.
6463
6464 * progmodes/compile.el (compilation-error-regexp-alist):
6465 New element to recognize Python error messages.
6466
6467 * shell.el (shell-replace-by-expanded-directory):
6468 If there's already a / at the end, don't add one.
6469
6470 2002-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'.
6480
6481 * ibuf-ext.el (ibuffer-do-occur): Default to 0 context lines.
6482
6483 2002-05-09 Markus Rost <rost@math.ohio-state.edu>
6484
6485 * woman.el (woman-menu): Move symbol before the comment so that
6486 find-function-search-for-symbol finds it.
6487
6488 2002-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
6494 2002-05-09 Simon Josefsson <jas@extundo.com>
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
6501 2002-05-09 Kim F. Storm <storm@cua.dk>
6502
6503 * wid-edit.el (checkbox): New check-mark image.
6504
6505 2002-05-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
6506
6507 * filesets.el (filesets-running-xemacs): Fix last change.
6508
6509 2002-05-08 Markus Rost <rost@math.ohio-state.edu>
6510
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
6515 * emacs-lisp/find-func.el (find-function-search-for-symbol):
6516 Add autoload cookie.
6517 (find-function-regexp): Include
6518 "\(quote " to match the defaliases in loaddefs.el.
6519
6520 * filesets.el (filesets-conditional-sort): Use copy-sequence,
6521 not copy-list.
6522 (filesets-menu-path, filesets-menu-before, filesets-menu-in-menu):
6523 Defvar them to nil if running in Emacs.
6524
6525 2002-05-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
6526
6527 * textmodes/flyspell.el (make-flyspell-overlay): Add help text
6528 to flyspell overlays.
6529
6530 * info.el (Info-mode-map): Bind `c' to Info-copy-current-node-name.
6531
6532 2002-05-08 Richard M. Stallman <rms@gnu.org>
6533
6534 * diff.el (diff-regexp-alist): Doc fix.
6535
6536 * mail/smtpmail.el (netrc-machine, netrc-get): Add autoloads.
6537
6538 2002-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
6543 2002-05-08 Juanma Barranquero <lektu@terra.es>
6544
6545 * rfn-eshadow.el (read-file-name-electric-shadow-mode): Fix typos
6546 in docstring.
6547
6548 2002-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
6556 2002-05-08 Toru Tomabechi <Toru.Tomabechi@orient.unil.ch>
6557
6558 * language/tibet-util.el (tibetan-canonicalize-for-unicode-alist)
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
6564 2002-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
6574 2002-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
6579 2002-05-07 Thomas Link <t.link@gmx.at>
6580
6581 * filesets.el:
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
6587 2002-05-07 John Paul Wallington <jpw@shootybangbang.com>
6588
6589 * ibuffer.el (toplevel): Specialize `ibuffer-mode-groups-popup'
6590 menu items.
6591
6592 2002-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
6609 2002-05-06 Markus Rost <rost@math.ohio-state.edu>
6610
6611 * emacs-lisp/find-func.el (find-function-search-for-symbol):
6612 Use with-syntax-table.
6613
6614 2002-05-06 Francesco Potorti` <pot@gnu.org>
6615
6616 * mail/rmail.el (rmail-font-lock-keywords): Highlight Resent-[Ff]rom:.
6617
6618 2002-05-05 Markus Rost <rost@math.ohio-state.edu>
6619
6620 * time-stamp.el (time-stamp-format): Doc fix: escape open
6621 parenthesis in column 0.
6622
6623 2002-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.
6632 (filesets-commands, filesets-external-viewers)
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
6639 2002-05-04 Thomas Link <t.link@gmx.at>
6640
6641 * filesets.el (filesets-ingroup-collect-files):
6642 Fix problem with inclusion groups' :scan-depth property.
6643
6644 2002-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'.
6654
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
6659 2002-05-04 John Paul Wallington <jpw@shootybangbang.com>
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
6669 2002-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
6680 2002-05-04 Markus Rost <rost@math.ohio-state.edu>
6681
6682 * emacs-lisp/find-func.el (find-function-search-for-symbol):
6683 Bind case-fold-search when searching.
6684
6685 2002-05-04 Eli Zaretskii <eliz@is.elta.co.il>
6686
6687 * apropos.el (apropos-print): Fix the reference to mouse-2.
6688
6689 2002-05-04 Daniel Pfeiffer <occitan@esperanto.org>
6690
6691 * play/mpuz.el (mpuz-switch-to-window): Set buffer-read-only directly.
6692
6693 2002-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
6699 2002-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
6706 2002-05-03 John Wiegley <johnw@gnu.org>
6707
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.
6713 (eshell-var-initialize): Initialize `eshell-modify-global-environment'.
6714
6715 * eshell/em-cmpl.el (eshell-command-completions-alist):
6716 Improve default completion targets for objdump, nm and readelf.
6717
6718 2002-05-03 Colin Walters <walters@verbum.org>
6719
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.
6723
6724 2002-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
6733 2002-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.
6737 (menu-bar-options-menu): Added toggle for cua-mode.
6738 Disable toggle for transient-mark-mode if cua-mode is enabled.
6739
6740 * emulation/cua-base.el (cua-inhibit-cua-keys): New buffer-local
6741 variable.
6742
6743 2002-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
6749 2002-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.
6754 (f90-blocks-re, f90-program-block-re, f90-end-if-re)
6755 (f90-no-break-re): Use regexp-opt.
6756 (f90-end-type-re): Add closing "\\>".
6757 (f90-indent-region): Correctly indent comments embedded in
6758 continued lines.
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.
6765
6766 * progmodes/fortran.el (fortran-strip-sequence-nos): Rename from
6767 typo `fortran-strip-sqeuence-nos'.
6768
6769 2002-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
6774 2002-05-01 Kim F. Storm <storm@cua.dk>
6775
6776 * emulation/cua-base.el (cua--pre-command-handler):
6777 Only interpret delete-selection property if mark-active.
6778 (cua-mode): Fixed require in defcustom.
6779
6780 2002-05-01 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
6781
6782 * calendar/cal-menu.el (cal-menu-x-popup-menu): Fix argument of
6783 error call.
6784
6785 2002-05-01 Colin Walters <walters@verbum.org>
6786
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'.
6791
6792 2002-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
6797 2002-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
6807 2002-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
6814 2002-04-30 Richard M. Stallman <rms@gnu.org>
6815
6816 * time.el (display-time-mail-directory)
6817 (display-time-mail-function): Doc fixes.
6818
6819 * ediff-hook.el: Remove autoload cookies.
6820
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
6825 * align.el (align-region): Fix call to `message'.
6826 Check that (car rule) is a symbol.
6827
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
6834 * emacs-lisp/advice.el (documentation): Add ad-define-subr-args call.
6835
6836 2002-04-29 Markus Rost <rost@math.ohio-state.edu>
6837
6838 * mail/emacsbug.el (report-emacs-bug-hook):
6839 Use replace-match only if search was successful.
6840
6841 2002-04-29 Richard M. Stallman <rms@gnu.org>
6842
6843 * net/zone-mode.el (zone-mode): Add write-file-hooks hook locally.
6844
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
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
6854 2002-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
6870 2002-04-29 Colin Walters <walters@verbum.org>
6871
6872 * ibuf-ext.el (ibuffer-kill-filter-group): Call `delete' function.
6873 (ibuffer-kill-line): Copy the filter group data structure when killing.
6874 (ibuffer-yank): Handle case where we're yanking on the default
6875 group correctly.
6876 (ibuffer-delete-saved-filter-groups): Doc fix.
6877
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
6882 2002-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
6889 2002-04-29 Glenn Morris <gmorris@ast.cam.ac.uk>
6890
6891 * autoinsert.el (auto-insert-directory): Doc fix.
6892
6893 * progmodes/f90.el: Add/change doc strings for many inline
6894 functions. Whitespace changes.
6895 (f90-indent-line-no, f90-update-line): Minor code changes.
6896
6897 2002-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
6907 2002-04-29 Triet Hoai Lai <thlai@ee.usyd.edu.au>
6908
6909 * language/vietnamese.el (viet-tcvn-decode-table, ccl-decode-tcvn)
6910 (ccl-encode-tcvn, ccl-encode-tcvn-font, vietnamese-tcvn):
6911 New Vietnamese coding system.
6912
6913 * language/viet-util.el: Update Commentary section.
6914
6915 2002-04-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
6916
6917 * filesets.el (filesets-data): Doc fix.
6918 (filesets-running-xemacs): Define even when compiling.
6919
6920 * recentf.el (recentf-cancel-dialog): Remove dot at the end of
6921 sentence.
6922
6923 2002-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
6928 2002-04-28 Markus Rost <rost@math.ohio-state.edu>
6929
6930 * net/ange-ftp.el (ange-ftp-passive-host-alist)
6931 (ange-ftp-bs2000-additional-pubsets): Fix custom type.
6932
6933 * files.el (small-temporary-file-directory): Fix custom type.
6934
6935 2002-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.
6940 (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
6941 Fix highlighting of various "type" forms.
6942
6943 2002-04-28 Colin Walters <walters@verbum.org>
6944
6945 * ibuffer.el (ibuffer-mode): Additional documentation on filter
6946 groups.
6947
6948 2002-04-28 John Paul Wallington <jpw@shootybangbang.com>
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
6953 2002-04-28 Richard M. Stallman <rms@gnu.org>
6954
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
6963 * filesets.el: New file.
6964
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
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)
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
6980 2002-04-28 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
6981
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
6986 non-list values.
6987
6988 2002-04-27 Richard M. Stallman <rms@gnu.org>
6989
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
6996 * progmodes/ada-xref.el (ada-add-ada-menu): Menu pseudo-keys
6997 generated by easymenu are now lowercase.
6998
6999 2002-04-27 Richard M. Stallman <rms@gnu.org>
7000
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
7007 * info.el (Info-header-line): Mark it as risky-local-variable.
7008
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
7014 2002-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
7019 2002-04-26 Andrew Choi <akochoi@shaw.ca>
7020
7021 * term/mac-win.el: Don't call ediff-toggle-multiframe.
7022 Set default directory. Set process-connection-type to nil.
7023
7024 2002-04-26 Richard M. Stallman <rms@gnu.org>
7025
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
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
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.
7049
7050 2002-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
7055 2002-04-26 Gerd Moellmann <gerd@gnu.org>
7056
7057 * find-file.el: Remove Ada-specific example code.
7058
7059 2002-04-25 Michael Kifer <kifer@cs.stonybrook.edu>
7060
7061 * ediff-hooks.el: Put back the autoloads.
7062
7063 2002-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
7074 2002-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
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
7090 2002-04-25 Colin Walters <walters@verbum.org>
7091
7092 * replace.el (multi-occur-by-filename-regexp): Doc fix.
7093 (occur-engine): Go to `point-min'. Make nlines argument actually
7094 mean number of context lines. Handle it. Pad digits to the right.
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
7101 `ibuffer-maybe-save-saved-filters'. Callers updated.
7102 Handle `ibuffer-saved-filter-groups'.
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.
7121 (ibuffer-mode-map): Bind <up> to `ibuffer-backward-line'.
7122 Bind new functions from ibuf-ext.el. Add menu entries for them.
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'.
7132 (ibuffer-redisplay-engine): Handle `ibuffer-show-empty-filter-groups'.
7133 (ibuffer-mode): Add some documentation about filter groups.
7134
7135 2002-04-25 Andreas Schwab <schwab@suse.de>
7136
7137 * find-dired.el (find-name-dired): Don't quote pattern twice.
7138
7139 2002-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
7144 2002-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
7150 2002-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
7155 2002-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
7170 buffer-substring.
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
7175 2002-04-24 Colin Walters <walters@verbum.org>
7176
7177 * replace.el (occur-accumulate-lines): Add optional argument
7178 `no-props'. Handle it.
7179 (occur-engine): Use it.
7180
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.
7202 (ibuffer-mouse-visit-buffer): Error if the current buffer is killed.
7203 (ibuffer-skip-properties): New function.
7204 (ibuffer-backward-line, ibuffer-forward-line): Optionally skip
7205 group names. Also, handle new properties.
7206 (ibuffer-visit-buffer, ibuffer-visit-buffer-other-window):
7207 Move error handling to `ibuffer-current-buffer'.
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.
7222 (ibuffer): Add filter-groups argument. Handle it.
7223 Use `save-selected-window'.
7224 (ibuffer-mode): Make `ibuffer-filtering-groups' and
7225 `ibuffer-hidden-filtering-groups' buffer-local.
7226
7227 * ibuf-macs.el (ibuffer-save-marks): Call `ibuffer-redisplay-engine'.
7228
7229 2002-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
7240 2002-04-24 Eli Zaretskii <eliz@is.elta.co.il>
7241
7242 * menu-bar.el (menu-bar-adv-search-menu)
7243 (menu-bar-adv-search-menu): Improve the help text.
7244
7245 2002-04-24 Simon Josefsson <jas@extundo.com>
7246
7247 * net/netrc.el: New file.
7248
7249 2002-04-24 Thomas DeWeese <tdeweese@rochester.rr.com>
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
7255 2002-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
7261 2002-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
7269 2002-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
7274 2002-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
7312 2002-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
7317 2002-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
7337 2002-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
7344 2002-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
7350 2002-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
7357 2002-04-22 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
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
7366 2002-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
7371 2002-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
7377 2002-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
7399 2002-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
7406 2002-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
7412 2002-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
7419 2002-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
7436 2002-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
7459 2002-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
7480 2002-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
7492 2002-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
7504 2002-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
7525 2002-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
7545 2002-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
7560 2002-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
7568 2002-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
7591 2002-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
7618 2002-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
7626 2002-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
7632 2002-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
7644 2002-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
7653 2002-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
7658 2002-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
7667 2002-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
7680 2002-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
7700 2002-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
7748 2002-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
7763 2002-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
7772 2002-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
7778 2002-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
7786 2002-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
7815 2002-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
7841 2002-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
7877 2002-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
7920 2002-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
7938 2002-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
7965 2002-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
7973 2002-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
7993 2002-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
8004 2002-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
8012 2002-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
8018 2002-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
8026 2002-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
8042 2002-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
8049 2002-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
8065 2002-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
8071 2002-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
8081 2002-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
8111 2002-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
8117 2002-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
8125 2002-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
8132 2002-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
8138 2002-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
8144 2002-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
8153 2002-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
8161 2002-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
8170 2002-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
8195 2002-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
8204 2002-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
8212 2002-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
8223 2002-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
8229 2002-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
8236 2002-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
8241 2002-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
8246 2002-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
8251 other windows.
8252 (scroll-all-check-to-scroll): Remove `fkey-' prefix from scroll
8253 commands.
8254 (scroll-all-beginning-of-buffer-all, scroll-all-end-of-buffer-all):
8255 New functions.
8256
8257 * files.el: (auto-mode-alist): .f95 files in f90-mode.
8258
8259 * progmodes/fortran.el: (fortran-beginning-do): Make regexp match
8260 a DO statement irrespective of numeric label.
8261
8262 2002-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
8271 2002-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
8276 2002-04-19 Glenn Morris <gmorris@ast.cam.ac.uk>
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
8284 2002-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
8291 2002-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
8310 2002-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
8315 2002-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
8320 2002-04-18 Andrew Innes <andrewi@gnu.org>
8321
8322 * facemenu.el: Remove require of wid-edit.
8323
8324 2002-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
8332 2002-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
8344 2002-04-16 Jason Rumney <jasonr@gnu.org>
8345
8346 * international/mule-cmds.el (locale-preferred-coding-systems):
8347 Add "jpn".
8348
8349 2002-04-16 Eli Zaretskii <eliz@is.elta.co.il>
8350
8351 * term.el (term-emulate-terminal): Fix last change.
8352
8353 2002-04-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
8354
8355 * bindings.el (mode-line-mode-menu): Update names to reflect
8356 latest changes.
8357
8358 2002-04-16 Mike Williams <mdub@bigfoot.com>
8359
8360 * textmodes/sgml-mode.el (sgml-at-indentation-p): Move to fix
8361 compilation error.
8362
8363 2002-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
8384 2002-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
8392 2002-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
8405 2002-04-15 Andrew Innes <andrewi@gnu.org>
8406
8407 * facemenu.el: Require wid-edit.
8408
8409 2002-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
8416 2002-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
8429 2002-04-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
8430
8431 * speedbar.el (speedbar-tag-hierarchy-method)
8432 (speedbar-toggle-updates, speedbar-toggle-images): Doc fixes.
8433
8434 2002-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
8439 2002-04-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
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
8445 2002-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
8468 2002-04-13 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
8469
8470 * iswitchb.el: Update commentary to include new function
8471 iswitchb-exclude-nonmatching.
8472
8473 2002-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
8478 2002-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
8483 2002-04-12 Dave Love <fx@gnu.org>
8484
8485 * help.el (string-key-binding): Deal with margin events.
8486
8487 2002-04-12 Francesco Potorti` <pot@gnu.org>
8488
8489 * comint.el (comint-password-prompt-regexp): Match " SMB password".
8490
8491 2002-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
8513 2002-04-12 Mike Williams <mdub@bigfoot.com>
8514
8515 * textmodes/sgml-mode.el (sgml-guess-indent): New function.
8516
8517 2002-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
8533 2002-04-11 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
8534
8535 * menu-bar.el (menu-bar-adv-search-menu): Add incremental search.
8536
8537 2002-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
8542 2002-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
8554 2002-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
8568 2002-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
8584 2002-04-09 Emmanuel Briot <briot@act-europe.fr>
8585
8586 * progmodes/ada-prj.el: Add support for the new project file
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
8589 active project file, instead of one per buffer. This is far less
8590 confusing.
8591
8592 * progmodes/ada-stmt.el: Menu changed from Statements to Templates.
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.
8604 (ada-prj-default-comp-opt): Use the new GNAT switch -gnatQ.
8605 This is only available with GNAT 3.14.
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.
8626 (ada-align-list): New fun, provide support for align.el in ada-mode.
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
8632 that the user can change ada-comment-start in the hook.
8633 Add support for ispell in comments. Add support for align.el.
8634 (ada-save-exception-file, ada-create-case-exception-substring)
8635 (ada-adjust-case-substring): New functions.
8636 (ada-get-current-indent): Properly handles keywords with uppercases.
8637 (ada-goto-matching-end): Rewritten, fixes problems in the handling
8638 of nested blocks.
8639 (ada-untab-hard): Do not touch the contents of comments and strings.
8640
8641 2002-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
8647 2002-04-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
8648
8649 * isearch.el (isearch-message-prefix): Use minibuffer-prompt face
8650 for prompt.
8651
8652 2002-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
8686 2002-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
8691 2002-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
8696 2002-04-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
8697
8698 * files.el (display-time-string): Fix last change.
8699
8700 2002-04-07 Sam Steingold <sds@gnu.org>
8701
8702 * vc-cvs.el (vc-cvs-checkin): Pass the required argument to `error'.
8703
8704 2002-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
8711 2002-04-07 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
8712
8713 * subr.el (play-sound): Move here from simple.el.
8714
8715 * simple.el (play-sound): Move to subr.el.
8716
8717 2002-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
8728 2002-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
8734 2002-04-06 Mike Williams <mdub@bigfoot.com>
8735
8736 * textmodes/xml-lite.el: Remove.
8737
8738 2002-04-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
8739
8740 * simple.el (play-sound): New function (uses play-sound-internal).
8741
8742 2002-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
8757 2002-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
8762 2002-04-03 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
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
8770 2002-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
8786 2002-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
8824 2002-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
8830 2002-04-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
8831
8832 * cus-start.el: Rename `autoselect-window' to
8833 `mouse-autoselect-window'.
8834
8835 2002-04-02 Richard M. Stallman <rms@gnu.org>
8836
8837 * files.el (hack-one-local-variable):
8838 Clear text props from string value.
8839
8840 2002-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
8854 2002-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
8864 2002-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
8892 2002-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
8904 2002-04-01 Ville Skytt\e,Ad\e(B <ville.skytta@xemacs.org>
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
8914 2002-04-01 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
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
8921 2002-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
8940 2002-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
8951 2002-03-30 Richard M. Stallman <rms@gnu.org>
8952
8953 * menu-bar.el (menu-bar-tools-menu): Rename gdb item to say GDB.
8954
8955 2002-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
8963 2002-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
8969 2002-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
8984 2002-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
8998 2002-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
9006 2002-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
9027 2002-03-29 Simon Marshall <simon.marshall@misys.com>
9028
9029 * font-lock.el (save-buffer-state): Use make-symbol to bind `modified'.
9030
9031 2002-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
9042 2002-03-29 Eric M. Ludlam <eric@siege-engine.com>
9043
9044 * speedbar.el (speedbar-default-directory-list): Made robust
9045 against deleted directories.
9046
9047 2002-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
9065 2002-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
9082 2002-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
9088 2002-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
9093 2002-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
9106 2002-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
9115 2002-03-27 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
9116
9117 * allout.el (outline-layout): Doc fix.
9118
9119 2002-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
9132 2002-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
9149 2002-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
9154 2002-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
9164 2002-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
9175 2002-03-26 Juanma Barranquero <lektu@terra.es>
9176
9177 * makefile.w32-in (WINS): Add the toolbar directory.
9178
9179 2002-03-26 Richard M. Stallman <rms@gnu.org>
9180
9181 * subr.el (substring-no-properties): Function deleted (now in C).
9182
9183 2002-03-25 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
9184
9185 * mwheel.el (mouse-wheel-mode): Use global-set-key and
9186 global-unset-key.
9187
9188 2002-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
9201 2002-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
9206 2002-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
9214 2002-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
9224 2002-03-24 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
9225
9226 * mwheel.el (mouse-wheel-mode): Use the result of
9227 current-global-map instead of the variable `global-map'.
9228
9229 2002-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
9235 2002-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
9254 2002-03-22 Eli Zaretskii <eliz@is.elta.co.il>
9255
9256 * calendar/calendar.el (calendar): Doc fix.
9257
9258 2002-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
9264 2002-03-21 Stefan Monnier <monnier@cs.yale.edu>
9265
9266 * Makefile.in (bootstrap): Make sure subdirs.el is ready.
9267
9268 2002-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
9274 2002-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
9279 2002-03-21 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
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
9287 2002-03-20 Jason Rumney <jasonr@gnu.org>
9288
9289 * frame.el (display-images-p): Do not explicitly check display type.
9290
9291 2002-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
9298 2002-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
9323 2002-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
9335 2002-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
9346 2002-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
9351 2002-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
9364 2002-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
9373 2002-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
9378 2002-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
9388 2002-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
9394 docstring with *, you don't want to set this one with M-x set-variable.
9395
9396 * net/browse-url.el: Put * in user option doc strings.
9397
9398 2002-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
9418 2002-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
9441 2002-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
9452 2002-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
9467 2002-03-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
9468
9469 * textmodes/bibtex.el (bibtex-sort-ignore-string-entries)
9470 (bibtex-entry-field-alist): Doc fix.
9471
9472 2002-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
9480 2002-03-15 Stefan Monnier <monnier@cs.yale.edu>
9481
9482 * files.el (load-completion): New function.
9483 (load-library): Use it.
9484
9485 2002-03-15 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
9486
9487 * calendar/cal-french.el (calendar-goto-french-date): Fix prompt
9488 to match the actual code.
9489
9490 2002-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
9500 2002-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
9505 2002-03-14 Miles Bader <miles@gnu.org>
9506
9507 * net/rlogin.el (rlogin-mode): Use `define-derived-mode'.
9508
9509 2002-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
9530 2002-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
9544 2002-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
9564 2002-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
9570 2002-03-12 Colin Walters <walters@debian.org>
9571
9572 * ibuffer.el (ibuffer-redisplay-current): Don't move point when
9573 redisplaying a line.
9574
9575 2002-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
9584 2002-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
9596 2002-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
9603 2002-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
9618 2002-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
9628 2002-03-11 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
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
9638 2002-03-11 Miles Bader <miles@gnu.org>
9639
9640 * pcomplete.el (pcomplete-entries): Expand environment variables
9641 in filename.
9642
9643 2002-03-10 Daniel Pfeiffer <occitan@esperanto.org>
9644
9645 * play/mpuz.el: Use defface instead of facemenu-get-face.
9646
9647 2002-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
9658 2002-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
9663 2002-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
9676 2002-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
9689 2002-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
9707 2002-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
9713 2002-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
9718 2002-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
9727 2002-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
9736 2002-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
9748 2002-03-06 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
9749
9750 * language/czech.el ("Czech"): Fix the documentation.
9751
9752 * language/slovak.el ("Slovak"): Likewise.
9753
9754 2002-03-05 ShengHuo ZHU <zsh@cs.rochester.edu>
9755
9756 * xml.el (xml-parse-attlist): Accept empty strings.
9757
9758 2002-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
9765 2002-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
9773 2002-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
9797 2002-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
9802 2002-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
9811 2002-03-04 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
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
9819 2002-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
9842 2002-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
9859 2002-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
9864 * frame.el (auto-hscroll-mode): Renamed from automatic-hscrolling.
9865 (automatic-hscrolling): Now a defvaralias for auto-hscroll-mode.
9866
9867 * mouse.el (mouse-region-delete-keys): Add deletechar.
9868
9869 2002-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
9875 2002-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
9884 2002-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
9889 2002-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
9895 2002-03-02 Milan Zamazal <pdm@zamazal.org>
9896
9897 * textmodes/tildify.el (tildify-string-alist): Add entry for xml-mode.
9898
9899 2002-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
9907 2002-03-01 Andreas Schwab <schwab@suse.de>
9908
9909 * textmodes/texnfo-upd.el (texinfo-start-menu-description):
9910 Remove extra paren in regexp.
9911
9912 2002-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
9918 2002-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
9926 2002-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
9931 2002-02-28 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
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
9939 2002-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
9949 2002-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
9954 2002-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
9964 2002-02-26 Richard M. Stallman <rms@gnu.org>
9965
9966 * paths.el (remote-shell-program): Add doc string.
9967
9968 2002-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
9977 2002-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
9983 2002-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
9990 2002-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
10010 2002-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
10018 2002-02-26 Juanma Barranquero <lektu@terra.es>
10019
10020 * faces.el (list-faces-display): Fix typo.
10021
10022 2002-02-25 Richard M. Stallman <rms@gnu.org>
10023
10024 * frame.el (focus-follows-mouse): Doc fix.
10025
10026 2002-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
10031 2002-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
10041 2002-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
10048 2002-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
10057 2002-02-25 Per Abrahamsen <abraham@dina.kvl.dk>
10058
10059 * ps-print.el (ps-print-printer): Added `lpr' customize group member.
10060
10061 2002-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
10067 2002-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
10072 2002-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
10078 2002-02-24 Juanma Barranquero <lektu@terra.es>
10079
10080 * ielm.el (inferior-emacs-lisp-mode): Use hexl for the dummy process.
10081
10082 2002-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
10087 2002-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
10096 2002-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
10114 2002-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
10123 2002-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
10129 2002-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
10142 2002-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
10158 2002-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
10173 2002-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
10185 2002-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
10190 2002-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
10195 2002-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
10206 2002-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
10211 2002-02-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
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
10217 2002-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
10225 2002-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
10234 2002-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
10241 2002-02-18 Andreas Schwab <schwab@suse.de>
10242
10243 * replace.el (query-replace-regexp-eval): Doc fix.
10244
10245 2002-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
10258 2002-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
10265 2002-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
10270 2002-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
10275 2002-02-17 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10276
10277 * emacs-lisp/lisp.el (mark-defun): Don't leave multiple marks
10278 when repeated.
10279 * textmodes/paragraphs.el (mark-paragraph): Ditto.
10280
10281 2002-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
10291 2002-02-17 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10292
10293 * emacs-lisp/lisp.el (mark-sexp): Don't leave multiple marks when
10294 repeated.
10295 (mark-defun): Mark more if repeated.
10296
10297 2002-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.
10302 (ibuffer-mode): Use it.
10303
10304 2002-02-17 Kim F. Storm <storm@cua.dk>
10305
10306 * cus-start.el: Add mouse-highlight.
10307
10308 2002-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
10315 2002-02-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
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
10359 2002-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
10369 2002-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
10383 2002-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
10389 2002-02-16 John Wiegley <johnw@gnu.org>
10390
10391 * align.el (align-region): Added a missing name argument.
10392
10393 2002-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
10398 2002-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
10403 2002-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
10408 2002-02-15 Eli Zaretskii <eliz@is.elta.co.il>
10409
10410 * menu-bar.el (menu-bar-tools-menu): Add an item for Calculator.
10411
10412 2002-02-15 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10413
10414 * simple.el (mark-word): Mark more if repeated.
10415 * textmodes/paragraphs.el (mark-paragraph): Ditto.
10416 (mark-end-of-sentence): Ditto.
10417
10418 2002-02-15 Per Abrahamsen <abraham@dina.kvl.dk>
10419
10420 * wid-edit.el (widgetp): Made it more robust.
10421
10422 2002-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
10443 2002-02-13 Kim F. Storm <storm@cua.dk>
10444
10445 * cus-start.el (mode-line-in-non-selected-windows):
10446 Allow customization.
10447
10448 2002-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
10453 2002-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
10458 2002-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
10463 2002-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
10476 2002-02-11 Colin Walters <walters@verbum.org>
10477
10478 * ibuffer.el (ibuffer-switch-format): Supply required argument for
10479 `ibuffer-current-formats'.
10480
10481 2002-02-11 Miles Bader <miles@gnu.org>
10482
10483 * faces.el (mode-line-inactive): Add dark-background variant.
10484
10485 2002-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
10508 2002-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
10513 2002-02-11 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
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
10538 2002-02-10 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
10539
10540 * menu-bar.el (menu-bar-showhide-menu): Rename functions for toggling.
10541
10542 2002-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
10561 2002-02-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
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
10568 2002-02-09 Richard M. Stallman <rms@gnu.org>
10569
10570 * mail/mailabbrev.el (mail-mode-map): Use eval-after-load to change it.
10571
10572 2002-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
10578 2002-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
10583 2002-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
10588 2002-02-08 Richard M. Stallman <rms@gnu.org>
10589
10590 * textmodes/text-mode.el (text-mode-hook-identify): Define as no-op.
10591
10592 2002-02-08 Andreas Schwab <schwab@suse.de>
10593
10594 * calc/calc.el (calcDigit-key): Use minibuffer-prompt-end instead
10595 of point-min.
10596
10597 2002-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
10607 2002-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
10611 2002-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
10622 2002-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
10629 2002-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
10638 2002-02-06 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
10639
10640 * textmodes/flyspell.el (flyspell-insert-function): Doc fix.
10641
10642 2002-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
10697 2002-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
10709 2002-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
10714 2002-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
10719 2002-02-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
10720
10721 * cus-start.el (x-use-underline-position-properties):
10722 Allow customization.
10723
10724 2002-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
10729 2002-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
10747 2002-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
10752 2002-02-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
10753
10754 * calculator.el (calculator-displayers): Doc fixes.
10755
10756 2002-02-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
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
10763 2002-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
10771 2002-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
10785 2002-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
10795 2002-02-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
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
10825 2002-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
10833 2002-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
10841 2002-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
10847 2002-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
10884 2002-01-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
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
10897 2002-01-28 Eli Zaretskii <eliz@is.elta.co.il>
10898
10899 * calendar/calendar.el (generate-calendar-month): Doc fix.
10900
10901 2002-01-27 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
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
10926 2002-01-27 Eli Zaretskii <eliz@is.elta.co.il>
10927
10928 * lazy-lock.el (lazy-lock-mode): Add a reference to jit-lock.
10929
10930 2002-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
10957 2002-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
10962 2002-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
10967 2002-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
10972 2002-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
11007 2002-01-25 Richard M. Stallman <rms@gnu.org>
11008
11009 * subr.el (remove): Doc fix.
11010
11011 2002-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
11030 2002-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
11041 2002-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
11046 2002-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
11061 2002-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
11073 2002-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
11078 2002-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
11083 2002-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
11110 2002-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
11116 2002-01-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11117
11118 * tempo.el (tempo-define-template): Doc fix.
11119
11120 * scroll-bar.el (scroll-bar-mode): Make argument optional.
11121
11122 2002-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
11133 2002-01-19 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
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
11140 2002-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
11147 2002-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'
11170 to use new %c ("class") escape in format strings.
11171 Add `gud-finish', `gud-up', `gud-down' command string functions, and
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
11181 2002-01-17 Richard M. Stallman <rms@gnu.org>
11182
11183 * ibuf-ext.el: Enable byte-compile-dynamic.
11184
11185 2002-01-17 Jason Rumney <jasonr@gnu.org>
11186
11187 * term/w32-win.el: Restore conditional require of fontset.
11188
11189 2002-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
11211 2002-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
11217 2002-01-16 Andrew Choi <akochoi@cse.cuhk.edu.hk>
11218
11219 * startup.el (command-line): Set EOL mnemonics for the Mac.
11220
11221 2002-01-16 Andreas Schwab <schwab@suse.de>
11222
11223 * mail/feedmail.el (feedmail): Fix :link spec.
11224
11225 2002-01-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
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
11253 2002-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
11259 2002-01-14 Richard M. Stallman <rms@gnu.org>
11260
11261 * calendar/calendar.el (diary-date-forms): Doc fix.
11262
11263 2002-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
11272 2002-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
11281 2002-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
11296 2002-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
11303 2002-01-13 Andreas Schwab <schwab@suse.de>
11304
11305 * dired-aux.el (dired-do-shell-command): Doc fix.
11306
11307 2002-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
11314 2002-01-13 Colin Walters <walters@debian.org>
11315
11316 * emacs-lisp/autoload.el (make-autoload): Handle define-ibuffer-column,
11317 define-ibuffer-filter, define-ibuffer-sorter, and define-ibuffer-op.
11318
11319 * emacs-lisp/lisp-mode.el (toplevel): Ditto.
11320
11321 * ibuffer.el, ibuf-ext.el, ibuf-macs.el: New files.
11322
11323 2002-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
11328 * net/telnet.el (telnet-simple-send):
11329 Handle comint-input-sender-no-newline like comint-simple-send.
11330
11331 * progmodes/sql.el (sql-query-placeholders-and-send):
11332 Handle comint-input-sender-no-newline like comint-simple-send.
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
11342 2002-01-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11343
11344 * textmodes/flyspell.el (flyspell-check-pre-word-p):
11345 Prevent delaying when executing keyboard macros.
11346
11347 2002-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
11365 2002-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
11370 2002-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
11377 2002-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
11387 2002-01-11 Eli Zaretskii <eliz@is.elta.co.il>
11388
11389 * version.el (emacs-version): Bump to 21.2.50.
11390
11391 2002-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
11406 2002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
11407
11408 * faces.el (minibuffer-prompt): Special face definition for MS-DOS.
11409
11410 2002-01-09 Richard M. Stallman <rms@gnu.org>
11411
11412 * startup.el (fancy-splash-screens): Set tab-width in correct buffer.
11413
11414 2002-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
11419 2002-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
11427 2002-01-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11428
11429 * progmodes/ada-mode.el (ada-initialize-properties, ada-mode):
11430 Do not use make-local-hook.
11431
11432 2002-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
11439 2002-01-08 Michael Kifer <kifer@cs.stonybrook.edu>
11440
11441 * ediff-hook.el: Add an autoload cookie.
11442
11443 2002-01-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11444
11445 * net/eudcb-ph.el, net/ldap.el: New maintainer. New e-mail
11446 address of the author.
11447
11448 2002-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
11453 2002-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
11547 2002-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
11555 2002-01-06 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
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
11576 * net/eudcb-ldap.el (eudc-attribute-display-method-alist):
11577 Use proper attribute name labeledUri instead of deprecated labeledUrl.
11578
11579 2002-01-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
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.
11585 Use buffer-string instead of buffer-substring for the whole buffer.
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
11596 2002-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.
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
11612 available from vc.el. Updated all callers.
11613
11614 2002-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
11623 2002-01-05 Jason Rumney <jasonr@gnu.org>
11624
11625 * term/w32-win.el: Require fontset unconditionally.
11626 (w32-handle-scroll-bar-event): Remove.
11627
11628 2002-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
11633 2002-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
11640 2002-01-04 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11641
11642 * net/ldap.el (ldap-host-parameters-alist): Remove duplicated entry.
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
11647 2002-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
11655 2002-01-03 Per Abrahamsen <abraham@dina.kvl.dk>
11656
11657 * custom.el (defcustom): Documented :tag, :link and :load.
11658
11659 2002-01-03 Eli Zaretskii <eliz@is.elta.co.il>
11660
11661 * mail/sendmail.el (mail-recover-1): New function.
11662 (mail-recover): Switch to the *mail* buffer right away.
11663 Use buffer-auto-save-file-name instead of calling
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
11670 2002-01-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
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
11678 2002-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
11683 2002-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.
11716 (xscheme-process-filter-initialize, xscheme-set-runlight):
11717 More elaborate logic to handle multiple-buffer mode lines.
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
11745 (xscheme-send-string-2, xscheme-send-char, xscheme-send-proceed)
11746 (xscheme-send-control-g-interrupt): Use process-send-string rather
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
11764 (xscheme-send-control-g-interrupt, xscheme-send-interrupt):
11765 Delay after sending interrupt in order to work around race condition.
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
11771 (xscheme-process-filter, xscheme-process-filter-alist):
11772 Add support for evaluating expressions outside of the call-excursion.
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
11784 2002-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
11789 2002-01-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11790
11791 * enriched.el (enriched-handle-display-prop): Remove unused variables.
11792 (enriched-mode): Doc fix.
11793
11794 2002-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
11799 2002-01-01 Richard M. Stallman <rms@gnu.org>
11800
11801 * jka-compr.el (jka-compr-write-region): If START = nil, use whole buf.
11802
11803 2001-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
11820 2001-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
11825 2001-12-30 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
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
11835 2001-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
11850 2001-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
11855 2001-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
11860 2001-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
11869 2001-12-29 Richard M. Stallman <rms@gnu.org>
11870
11871 * progmodes/compile.el (compile-internal): Fix previous change.
11872
11873 2001-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
11895 2001-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
11900 2001-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
11912 2001-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
11919 2001-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
11924 2001-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
11929 2001-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
11934 2001-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
11943 2001-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
11951 2001-12-25 Eli Zaretskii <eliz@is.elta.co.il>
11952
11953 * international/fontset.el: Don't require ind-util when compiling.
11954
11955 2001-12-25 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11956
11957 * emulation/tpu-edt.el (tpu-reset-screen-size):
11958 Use set-frame-height and set-frame-width instead of set-screen-height
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
11973 2001-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
11985 2001-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
11992 2001-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
12008 2001-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
12032 2001-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
12043 2001-12-22 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12044
12045 * emacs-lisp/elint.el (elint-unknown-builtin-args):
12046 Remove mocklisp entries.
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
12059 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
12060 Remove mocklisp case.
12061
12062 * help-fns.el (describe-function-1): Remove mocklisp function case.
12063
12064 2001-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
12069 2001-12-22 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
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
12082 2001-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
12087 2001-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
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.
12104 (insert-directory): Call get-free-disk-space to get the amount of
12105 free space.
12106
12107 2001-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
12122 2001-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.
12190
12191 2001-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
12199 2001-12-21 Simon Josefsson <jas@extundo.com>.
12200
12201 * mail/smtpmail.el (smtpmail-send-queued-mail):
12202 Use with-temp-buffer instead of find-file-noselect, and bind
12203 coding-system-for-read to no-conversion when reading the queued
12204 messages. (Simon's code modified slightly by Eli Zaretskii.)
12205
12206 2001-12-20 Werner Lemberg <wl@gnu.org>
12207
12208 * international/mule-diag.el (describe-coding-system)
12209 (print-coding-system-briefly): Make printed output have a similar
12210 format as describe-character-set.
12211
12212 2001-12-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12213
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.
12219
12220 2001-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
12228 2001-12-19 Werner Lemberg <wl@gnu.org>
12229
12230 * language/czech.el, language/european.el, language/slovak.el:
12231 More fixes for language info doc strings.
12232
12233 2001-12-19 Eli Zaretskii <eliz@is.elta.co.il>
12234
12235 * loadup.el: Add "language" to the load-path.
12236
12237 2001-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
12242 2001-12-19 Miles Bader <miles@gnu.org>
12243
12244 * international/fontset.el: Require `ind-util' when compiling.
12245
12246 2001-12-18 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12247
12248 * language/ethio-util.el (ethio-modify-vowel): Use char-to-string
12249 instead of decompose-composite-char.
12250
12251 2001-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
12271 2001-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
12280 2001-12-18 Werner LEMBERG <wl@gnu.org>
12281
12282 Add support for EUC-TW decoding/encoding.
12283
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):
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
12295 2001-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
12321 2001-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
12328 2001-12-17 Werner Lemberg <wl@gnu.org>
12329
12330 * international/mule-conf.el: Improve documentation strings of
12331 character sets.
12332
12333 2001-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
12345 2001-12-16 Eli Zaretskii <eliz@is.elta.co.il>
12346
12347 * international/quail.el (quail-input-string-to-events): Fix last
12348 change.
12349
12350 2001-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
12369 2001-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
12378 2001-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
12395 2001-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
12406 2001-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
12452 2001-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
12464 2001-12-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12465
12466 * select.el (xselect-convert-to-class, xselect-convert-to-name):
12467 Document.
12468
12469 2001-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
12476 2001-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
12485 2001-12-13 Richard M. Stallman <rms@gnu.org>
12486
12487 * files.el (set-auto-mode): Fix previous change.
12488
12489 2001-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
12496 2001-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
12507 2001-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
12512 2001-12-13 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
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
12520 2001-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
12529 2001-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
12537 2001-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
12549 2001-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
12561 2001-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
12568 2001-12-11 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12569
12570 * calendar/todo-mode.el: Require time-stamp.
12571
12572 * net/zone-mode.el (zone-mode): Don't use make-local-hook.
12573
12574 2001-12-11 Richard M. Stallman <rms@gnu.org>
12575
12576 * emacs-lisp/authors.el (authors-aliases): Delete "Richard Stallmao".
12577
12578 * textmodes/ispell.el (ispell-buffer-local-parsing):
12579 Match xml like sgml.
12580
12581 * emacs-lisp/advice.el (ad-compile-function):
12582 Byte compile the function under another (uninterned) name.
12583
12584 * gud.el (gdb): Define and bind gud-jump.
12585
12586 * font-lock.el (font-lock-mode):
12587 Put our function at the end of after-change-functions.
12588
12589 * ediff-diff.el (ediff-cmp-options): Doc fix.
12590
12591 * comint.el (comint-password-prompt-regexp): Match "UNIX Password".
12592
12593 2001-12-10 Richard M. Stallman <rms@gnu.org>
12594
12595 * isearch.el (isearch-yank-word-or-char): New function.
12596 (isearch-mode-map): Bind C-w to that.
12597
12598 * menu-bar.el (menu-bar-mode): Make arg optional.
12599
12600 * simple.el (line-move): Cope if next-single-property-change
12601 or previous-single-property-change returns nil.
12602
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.
12606
12607 2001-12-10 Eli Zaretskii <eliz@is.elta.co.il>
12608
12609 * mail/smtpmail.el (smtpmail-send-queued-mail): Insert the
12610 enqueued messages literally.
12611
12612 2001-12-10 Noah Friedman <friedman@splode.com>
12613
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.
12618
12619 2001-12-07 Stephen Eglen <stephen@gnu.org>
12620
12621 * iswitchb.el (iswitchb-visit-buffer):
12622 Use `select-frame-set-input-focus'--needed when window manager
12623 uses "click to focus" policy.
12624
12625 2001-12-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12626
12627 * COPYING: Moved back.
12628
12629 2001-12-07 Eli Zaretskii <eliz@is.elta.co.il>
12630
12631 * term/internal.el (IT-character-translations): Add entries for
12632 more points.
12633
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.
12638
12639 * international/ucs-tables.el (ucs-8859-8-alist): Add Hebrew
12640 points and directional formatting control characters.
12641
12642 2001-12-07 Dave Love <fx@gnu.org>
12643
12644 * language/lao-util.el: Add Unicode equivalents for rules.
12645 (lao-post-read-conversion): New function.
12646
12647 * language/lao.el: Add Unicode equivalents.
12648 (lao): Add post-read conversion.
12649
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.
12661
12662 * international/iso-transl.el: Insert Latin-1 characters, not
12663 unibyte codes.
12664
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.
12669
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.
12678
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
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.
12687
12688 2001-12-06 Richard M. Stallman <rms@gnu.org>
12689
12690 * textmodes/fill.el (set-justification): Rename arg VALUE to STYLE.
12691 (set-justification-left, set-justification-right): Doc fix.
12692
12693 * progmodes/f90.el (f90-break-line): Use (newline 1) to insert newline.
12694 (bug-f90-mode): Variable deleted.
12695
12696 2001-12-06 Stefan Monnier <monnier@cs.yale.edu>
12697
12698 * indent.el (indent-line-function): Default is indent-relative again.
12699
12700 2001-12-07 Miles Bader <miles@gnu.org>
12701
12702 * progmodes/compile.el (compilation-error-regexp-alist):
12703 Added regexps for RXP.
12704
12705 2001-12-05 Eli Zaretskii <eliz@is.elta.co.il>
12706
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 "=".
12710
12711 2001-12-04 Juanma Barranquero <lektu@terra.es>
12712
12713 * files.el (save-abbrevs, save-some-buffers): Don't ask the user
12714 before saving abbrevs if `save-abbrevs' has the value `silently'.
12715
12716 2001-12-04 Andreas Schwab <schwab@suse.de>
12717
12718 * xt-mouse.el (turn-off-xterm-mouse-tracking): Doc fix.
12719
12720 2001-12-04 Colin Walters <walters@debian.org>
12721
12722 * emacs-lisp/autoload.el (make-autoload): Also generate autoloads
12723 for `defmacro*' forms.
12724
12725 * emacs-lisp/lisp-mode.el (toplevel): Define docstring offset for
12726 `defmacro*'.
12727
12728 2001-12-03 Stefan Monnier <monnier@cs.yale.edu>
12729
12730 * progmodes/antlr-mode.el (antlr-c-common-init): Undo last change.
12731
12732 2001-12-02 Richard M. Stallman <rms@gnu.org>
12733
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.
12736
12737 2001-12-02 Stefan Monnier <monnier@cs.yale.edu>
12738
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.
12747
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.
12751
12752 * pcvs-util.el (cvs-file-to-string): Move condition-case outside.
12753
12754 * pcvs.el (cvs-reread-cvsrc): Don't use cvs-file-to-string.
12755
12756 * reveal.el (reveal-mode): Fix reveal-mode's lighter.
12757
12758 * shell.el (shell): Use shell-file-name.
12759 Pop to buffer before calling comint to set COLUMNS properly.
12760
12761 * emacs-lisp/cl.el (svref): New alias.
12762
12763 * progmodes/antlr-mode.el (antlr-c-common-init):
12764 Don't inhibit adaptive-fill-mode any more.
12765
12766 * progmodes/delphi.el (delphi-mode): Don't use make-local-hook.
12767
12768 * progmodes/etags.el (tags-with-face): Use make-symbol.
12769 (tags-search, tags-query-replace): Use backquotes.
12770
12771 * textmodes/picture.el (picture-mode-map): Don't use defconst
12772 for a variable.
12773
12774 2001-12-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12775
12776 * textmodes/reftex-index.el (reftex-index-mode):
12777 Remove make-local-hook.
12778
12779 * textmodes/reftex-toc.el (reftex-toc-mode): Likewise.
12780
12781 2001-12-02 Kim F. Storm <storm@cua.dk>
12782
12783 * isearch.el (isearch-resume-enabled): New variable.
12784 (isearch-done): Use that variable.
12785
12786 2001-12-01 Richard M. Stallman <rms@gnu.org>
12787
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.
12793
12794 * indent.el (indent-line-function):
12795 Default is indent-to-left-margin again.
12796
12797 * replace.el (query-replace-read-args): Display message
12798 if FROM contains `\n' or `\t'.
12799
12800 2001-12-01 Stefan Monnier <monnier@cs.yale.edu>
12801
12802 * indent.el (tab-to-tab-stop): Use delete-horizontal-space.
12803
12804 * bindings.el (minibuffer-local-map): Bind TAB to insert-tab.
12805
12806 * emacs-lisp/regexp-opt.el (regexp-opt):
12807 Bind completion-regexp-list to nil.
12808
12809 * progmodes/hideif.el (hif-nexttoken): Move to before first def.
12810
12811 2001-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
12817 2001-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
12839 2001-11-30 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12840
12841 * textmodes/paragraphs.el (mark-paragraph): Clarify doc.
12842 Clarify error message.
12843
12844 2001-11-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12845
12846 * textmodes/paragraphs.el (mark-paragraph): Allow prefix arg.
12847
12848 2001-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
12853 2001-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
12867 2001-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
12881 2001-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
12898 2001-11-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12899
12900 * COPYING: Removed.
12901
12902 2001-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
12915 2001-11-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
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
12925 2001-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
12965 2001-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
12972 2001-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
12977 2001-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
12982 2001-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
13006 2001-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
13018 2001-11-27 Richard M. Stallman <rms@gnu.org>
13019
13020 * cus-edit.el (custom-load-symbol): Don't always load locate-library.
13021
13022 2001-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
13030 2001-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
13035 2001-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
13040 2001-11-26 Richard M. Stallman <rms@gnu.org>
13041
13042 * startup.el (command-line-1): Call kill-buffer only in non-fancy case.
13043
13044 2001-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
13054 2001-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
13059 2001-11-26 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
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
13102 2001-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
13110 2001-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
13117 2001-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
13123 2001-11-26 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
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
13133 2001-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'.
13162
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.
13170
13171 2001-11-25 ShengHuo ZHU <zsh@cs.rochester.edu>
13172
13173 * mail/rmail.el (rmail-enable-mime-composing): New. A lightweight
13174 version of rmail-enable-mime.
13175 (rmail-forward): Use it.
13176
13177 2001-11-25 Richard M. Stallman <rms@gnu.org>
13178
13179 * emacs-lisp/lisp-mode.el (lisp-indent-function): Add doc string.
13180
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'.
13186
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.
13190
13191 * language/devan-util.el: Comment out parts of the file
13192 which apparently are garbled.
13193
13194 2001-11-25 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13195
13196 * mail/smtpmail.el (smtpmail-deduce-address-list): Don't use
13197 insert-string.
13198
13199 2001-11-25 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13200
13201 * play/snake.el (snake-mode): Remove make-local-hook.
13202
13203 * play/tetris.el (tetris-mode): Likewise.
13204
13205 * play/decipher.el (decipher-mode): Likewise.
13206
13207 * tmm.el (tmm-add-prompt): Likewise.
13208
13209 2001-11-25 Sam Steingold <sds@gnu.org>
13210
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'.
13214
13215 2001-11-24 KAWABATA, Taichi <batta@beige.ocn.ne.jp>
13216
13217 The following changes are for new indian languages support based
13218 on Unicode charset and CDAC fonts.
13219
13220 * international/mule-conf.el: Change indian-1-column charset to
13221 indian-glyph charset.
13222
13223 * international/characters.el: Adjusted for the change of
13224 indian-1-column -> indian-glyph.
13225
13226 * international/fontset.el: Delete the setting for indian-1-column
13227 and add the setting for indian-glyph in the default fontset.
13228
13229 * language/indian.el: Completely re-written.
13230
13231 * language/devanagari.el: Completely re-written.
13232
13233 * language/devan-util.el: Completely re-written.
13234
13235 * language/ind-util.el: New file.
13236
13237 2001-11-24 Richard M. Stallman <rms@gnu.org>
13238
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.
13242
13243 * net/browse-url.el (browse-url-galeon-new-window-is-tab): New var.
13244 (browse-url-galeon): Use that variable.
13245
13246 * mail/supercite.el (sc-toggle-var): Don't use set-variable or
13247 eval-expression. Eval and set the variable simply.
13248
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.
13253
13254 * bindings.el (last-buffer, unbury-buffer): Doc fixes.
13255
13256 2001-11-24 Colin Walters <walters@debian.org>
13257
13258 * calc/calc-ext.el (calc-init-extensions): Update the rest of the
13259 autoload names to match files renamed on initial calc import.
13260
13261 * calc/calc.el (Commentary): Cleanup, and add logistic curve
13262 fitting suggestion from Robert J. Chassell <bob@rattlesnake.com>.
13263
13264 2001-11-23 Colin Walters <walters@debian.org>
13265
13266 * Makefile.in (finder_setwins, setwins): Include Calc again.
13267
13268 * calc/calc-rules.el: Add header comment.
13269
13270 2001-11-23 Andre Spiegel <spiegel@gnu.org>
13271
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.
13276
13277 2001-11-23 Francesco Potorti` <pot@gnu.org>
13278
13279 * generic-x.el (mailrc-generic-mode): Highlight the `source' keyword.
13280
13281 2001-11-22 Colin Walters <walters@debian.org>
13282
13283 * calc/calc-misc.el (report-calc-bug):
13284 Use `reporter-prompt-for-summary-p'.
13285
13286 * calc/INSTALL, calc/Makefile: Remove.
13287
13288 2001-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
13293 2001-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
13301 2001-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
13326 2001-11-20 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13327
13328 * files.el (auto-save-file-name-transforms): Put remote files in
13329 temporary-file-directory rather than /tmp.
13330
13331 2001-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
13336 2001-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
13350 2001-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
13365 2001-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
13372 2001-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
13378 2001-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
13384 2001-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
13392 2001-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
13400 2001-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
13405 2001-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
13455 2001-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
13460 2001-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
13475 2001-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
13480 2001-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
13485 2001-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
13536 2001-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
13543 2001-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
13555 2001-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
13572 2001-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
13578 2001-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
13610 2001-11-17 Richard M. Stallman <rms@gnu.org>
13611
13612 * emacs-lisp/checkdoc.el (princ-list, checkdoc-read-event)
13613 (add-to-list): Delete compatibility code.
13614 (checkdoc-next-message-error): Doc fix.
13615
13616 2001-11-17 Stephen Eglen <stephen@gnu.org>
13617
13618 * locate.el (locate): Show default locate pattern within the
13619 prompt, but don't insert it into the minibuffer contents.
13620 Catch the case when pattern is the empty string.
13621
13622 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
13623
13624 * language/european.el ("French"): New language environment.
13625
13626 2001-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
13632 2001-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
13677 2001-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
13684 2001-11-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13685
13686 * startup.el (command-line-processed): Doc fix.
13687
13688 * apropos.el (apropos-next-label-button): Doc fix.
13689
13690 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
13691
13692 * comint.el (comint-mode): Simplify.
13693 (make-comint-in-buffer): Run `comint-mode' only if necessary.
13694
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
13706 2001-11-15 Richard M. Stallman <rms@gnu.org>
13707
13708 * emacs-lisp/cl.el (values, values-list, multiple-value-list)
13709 (multiple-value-apply, nth-value): Use defsubst rather than defalias
13710 to get better doc strings.
13711
13712 2001-11-15 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13713
13714 * derived.el: Fix autoload cookie.
13715
13716 2001-11-15 Richard M. Stallman <rms@gnu.org>
13717
13718 * jka-compr.el (jka-compr-partial-uncompress): Fix previous change.
13719
13720 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
13721
13722 * menu-bar.el (menu-bar-edit-menu) <copy>: Put an explicit key binding.
13723
13724 2001-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
13729 2001-11-15 David Kastrup <David.Kastrup@t-online.de>
13730
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.
13736
13737 2001-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
13742 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
13743
13744 * server.el (server-process-filter): Run pre/post-comment-hook
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
13752 2001-11-15 Andre Spiegel <spiegel@gnu.org>
13753
13754 * vc.el: Documentation fixes.
13755
13756 2001-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
13761 2001-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.
13771
13772 * calc/calc-ext.el (calcFunc-evalv): Ditto.
13773
13774 * calc/calc-math.el (calcFunc-sqrt, calcFunc-hypot): Ditto.
13775
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.
13780
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
13797 2001-11-13 Richard M. Stallman <rms@gnu.org>
13798
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
13803 * progmodes/ada-mode.el (ada-fill-comment-prefix): Doc fix.
13804
13805 2001-11-13 Gerd Moellmann <gerd@gnu.org>
13806
13807 * mouse.el (mouse-drag-region): Don't run the up-event
13808 handler if window start changed due to the down-mouse event.
13809
13810 2001-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
13816 2001-11-13 Simon Josefsson <jas@extundo.com>
13817
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.
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)
13835 (smtpmail-starttls-credentials, smtpmail-auth-supported):
13836 New variables.
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)
13841 (smtpmail-find-credentials, smtpmail-intersection): New utility funs.
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
13846 2001-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
13853 * isearch.el (isearch-whitespace-chars): Doc fix.
13854 (isearch-mode): Handle negative search-slow-window-lines correctly.
13855
13856 2001-11-13 Stefan Monnier <monnier@cs.yale.edu>
13857
13858 * newcomment.el (comment-normalize-vars): Handle a nil comment-padding.
13859
13860 * progmodes/ada-mode.el (ada-fill-comment-prefix): GNAT wants 2 spaces.
13861 From Emmanuel Briot <briot@act-europe.fr>.
13862
13863 2001-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
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
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
13880 * calc/calc-aent.el (calc-do-alg-entry):
13881 Use `blink-paren-function' instead of `blink-paren-hook'.
13882
13883 2001-11-12 Richard M. Stallman <rms@gnu.org>
13884
13885 * calendar/todo-mode.el (todo-save): Add save-excursion
13886 and save-restriction.
13887
13888 * server.el (server-edit, server-done): Doc fix.
13889
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
13896 2001-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
13907 2001-11-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13908
13909 * progmodes/cpp.el (cpp-choose-face): Fix typo.
13910
13911 2001-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
13917 2001-11-12 Richard M. Stallman <rms@gnu.org>
13918
13919 * dired.el: Many trivial doc fixes.
13920 (dired-get-file-for-visit): New function.
13921 (dired-find-alternate-file, dired-mouse-find-file-other-window)
13922 (dired-view-file, dired-find-file-other-window, dired-display-file)
13923 (dired-find-file): Use dired-get-file-for-visit.
13924
13925 2001-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
13932 2001-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
13947 2001-11-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13948
13949 * textmodes/flyspell.el (flyspell-default-dictionary):
13950 Fix previous change.
13951
13952 2001-11-12 Richard M. Stallman <rms@gnu.org>
13953
13954 * textmodes/flyspell.el (flyspell-default-dictionary):
13955 Fix custom type.
13956
13957 2001-11-11 Richard M. Stallman <rms@gnu.org>
13958
13959 * calendar/solar.el (solar-sunrise-and-sunset):
13960 Exchange the two extreme values of day-length.
13961
13962 * progmodes/sh-script.el (sh-must-be-shell-mode):
13963 Allow modes derived from sh-mode.
13964
13965 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
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
13981 2001-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
13987 2001-11-11 Colin Walters <walters@verbum.org>
13988
13989 The following changes are based on patches from
13990 Eli Zaretskii <eliz@is.elta.co.il>, Kai Gro\e,A_\e(Bjohann
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
14018 2001-11-10 Richard M. Stallman <rms@gnu.org>
14019
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
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
14032 2001-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
14033
14034 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
14035 Merge two regular expressions into one.
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
14041 2001-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
14049 2001-11-10 Gerd Moellmann <gerd@gnu.org>
14050
14051 * Makefile.in (finder_setwins, setwins): Exclude Calc.
14052
14053 2001-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
14059 2001-11-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14060
14061 * play/gomoku.el: Move definitions of constants to the beginning
14062 of file, before their use.
14063
14064 2001-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
14079 2001-11-09 Sam Steingold <sds@gnu.org>
14080
14081 * emacs-lisp/debug.el (debugger-make-xrefs):
14082 Add buttons to all symbols.
14083
14084 2001-11-09 Andre Spiegel <spiegel@gnu.org>
14085
14086 * vc.el: Add John David Smith to credits.
14087
14088 Suggested by Kalle Olavi Niemitalo <kon@iki.fi>:
14089
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
14095 2001-11-09 Eli Zaretskii <eliz@is.elta.co.il>
14096
14097 * info.el (Info-file-list-for-emacs): Add entries for Calc.
14098
14099 2001-11-09 Miles Bader <miles@gnu.org>
14100
14101 * subr.el (functionp): Don't consider macros as functions.
14102
14103 2001-11-08 Miles Bader <miles@gnu.org>
14104
14105 * subr.el (functionp): Make work correctly for macros and unbound
14106 symbols.
14107
14108 * comint.el (comint-send-input): Fix description of
14109 `comint-process-echoes' in the doc-string.
14110
14111 2001-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
14116 2001-11-07 Richard M. Stallman <rms@gnu.org>
14117
14118 * info.el (Info-fontify-node): Highlight every third menu item.
14119
14120 2001-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
14125 2001-11-07 Stefan Monnier <monnier@cs.yale.edu>
14126
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
14131 * dabbrev.el (dabbrev-completion): Use "*Completions*".
14132
14133 2001-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
14144 2001-11-07 Miles Bader <miles@gnu.org>
14145
14146 * paren.el (show-paren-match-face): Add dark-background variant.
14147
14148 2001-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
14156 2001-11-06 Richard M. Stallman <rms@gnu.org>
14157
14158 * play/gomoku.el (gomoku): Doc fix.
14159
14160 * jka-compr.el (jka-compr-partial-uncompress):
14161 Support an alternative of not using dd.
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
14166 2001-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
14171 2001-11-06 Eli Zaretskii <eliz@is.elta.co.il>
14172
14173 * international/quail.el (quail-update-leim-list-file): Print the
14174 offending file name if some of its quail-define-package forms is broken.
14175
14176 2001-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
14181 2001-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
14188 2001-11-05 Andrew Innes <andrewi@gnu.org>
14189
14190 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
14191 Don't attempt to remake autoloads before nuking .elc files.
14192
14193 2001-11-04 Richard M. Stallman <rms@gnu.org>
14194
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
14199 * international/mule-cmds.el (set-locale-environment):
14200 Make it interactive; make arg optional.
14201
14202 * international/mule-diag.el (help-funs): Require help-funs.
14203
14204 2001-11-04 Eli Zaretskii <eliz@is.elta.co.il>
14205
14206 * term/internal.el (term-setup-hook): Add IT-setup-unicode-display.
14207
14208 2001-11-04 Miles Bader <miles@gnu.org>
14209
14210 * startup.el (fancy-splash-head): Reapply Gerd's hack to make the
14211 shadow of the splash image grey on a dark background instead of black.
14212
14213 2001-11-03 Stefan Monnier <monnier@cs.yale.edu>
14214
14215 * term.el (all faces): Don't (copy-face 'default <foo>).
14216
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
14222 2001-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
14227 2001-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,
14232 to simplify the logic. Use a temp buffer for it.
14233
14234 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
14235
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.
14239
14240 * calendar/timeclock.el (timeclock-out): Signal an error if
14241 timeclock-last-event is nil.
14242
14243 2001-11-02 Stefan Monnier <monnier@cs.yale.edu>
14244
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
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
14259 2001-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
14264 2001-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
14280 2001-11-01 Stefan Monnier <monnier@rum.cs.yale.edu>
14281
14282 * indent.el (tab-always-indent, indent-for-tab-command):
14283 Remove redundant `never' setting.
14284
14285 * fill.el (fill-region-as-paragraph): Don't forget to skip
14286 over current whitespace before looking for a preceding space.
14287
14288 2001-11-01 Richard M. Stallman <rms@gnu.org>
14289
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.
14295
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
14305 2001-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
14311 2001-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
14316 2001-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
14321 2001-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
14326 that displays the position-in-buffer info.
14327 Use mode-line-modes for the part that displays major and minor modes.
14328
14329 2001-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
14335 2001-10-31 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14336
14337 * startup.el: Document command line option --no-window-system
14338 instead of --no-windows.
14339
14340 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
14341
14342 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip.
14343
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
14351 * bindings.el (ctl-x-map): Add binding for C-x (, C-x ) and C-x e.
14352
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
14364 2001-10-30 Richard M. Stallman <rms@gnu.org>
14365
14366 * enriched.el (enriched-face-ans): Fix previous change.
14367
14368 2001-10-30 Gerd Moellmann <gerd@gnu.org>
14369
14370 * international/iso-acc.el (iso-accents-compose): Remove a
14371 superfluous setq.
14372
14373 2001-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
14379 2001-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.
14402 (tab-always-indent): Add an `never' setting.
14403 (indent-according-to-mode): Handle `indent-relative' and
14404 `indent-relative-maybe' specially.
14405 (indent-for-tab-command): Rename `prefix-arg' to `arg'.
14406 Handle the `never' case for `tab-always-indent'.
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
14421 2001-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
14435 2001-10-29 Richard M. Stallman <rms@gnu.org>
14436
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
14442 * files.el (find-backup-file-name): Use make-backup-file-name.
14443
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
14457 2001-10-29 Sam Steingold <sds@gnu.org>
14458
14459 * w32-fns.el (convert-standard-filename): Handle cygwin-specific
14460 "/cygdrive/LETTER/" pathnames.
14461
14462 2001-10-29 Eli Zaretskii <eliz@is.elta.co.il>
14463
14464 * faces.el (invert-face): Check for 'unspecified, not for nil,
14465 when testing whether face colors are not specified.
14466 From David.Kastrup@t-online.de (David Kastrup).
14467 (read-face-name): Doc fix.
14468 (make-face-bold, make-face-unbold, make-face-italic)
14469 (make-face-unitalic, make-face-bold-italic, invert-face):
14470 Remove trailing blank from the prompt passed to read-face-name.
14471
14472 2001-10-29 Sam Steingold <sds@gnu.org>
14473
14474 * emacs-lisp/bytecomp.el (byte-recompile-directory):
14475 Report numbers of files skipped and failed too.
14476 (byte-compile-file): Return 'no-byte-compile for skipped files.
14477
14478 2001-10-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14479
14480 * log-view.el (log-view-mode-map): Bind `M-n' and `M-p', not `M n'
14481 and `M p'.
14482
14483 2001-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
14488 2001-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
14493 2001-10-29 Gerd Moellmann <gerd@gnu.org>
14494
14495 * enriched.el (enriched-face-ans): Handle face attributes
14496 of the form `(FACE1 FACE2 ...)'.
14497
14498 * dired-x.el (dired-omit-startup): Show ``Omit'' only in Dired buffers.
14499
14500 2001-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
14508 2001-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
14513 2001-10-28 Per Abrahamsen <abraham@dina.kvl.dk>
14514
14515 * cus-start.el (recursive-load-depth-limit): Added.
14516
14517 2001-10-28 Richard M. Stallman <rms@gnu.org>
14518
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
14525 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
14526
14527 2001-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
14536 2001-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
14562 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
14563
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
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
14587 2001-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
14599 2001-10-26 Masayuki Ataka <ataka@milk.freemail.ne.jp>
14600
14601 * textmodes/texinfmt.el (texinfo-format-ifnotinfo): New function.
14602 (ifnothtml): New alias.
14603
14604 2001-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
14609 2001-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
14614 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
14615
14616 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
14617 Add make-obsolete cookies, to follow faces.el.
14618
14619 These changes avoid warnings from the byte compiler in faces.el:
14620
14621 * faces.el (internal-get-face): Use facep instead of the obsolete
14622 internal-find-face.
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)
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
14631 2001-10-26 Sam Steingold <sds@gnu.org>
14632
14633 * textmodes/sgml-mode.el (html-mode): Set `html-xhtml' from the
14634 DOCTYPE; set `mode-name' based on it.
14635 (html-tag-alist): Use `html-xhtml' for "li", "dt" and "dd".
14636 (sgml-tag): Close empty tags in XHTML.
14637
14638 2001-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
14643 2001-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
14648 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
14649
14650 * button.el (button): Special face definition for MS-DOS terminals.
14651
14652 2001-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.
14656 (sh-font-lock-close-heredoc): Check eof for being non-nil.
14657
14658 2001-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
14667 2001-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'.
14681 (ps-run-start): Use of `mapconcat'. Use `apply' instead of `eval'.
14682 (numerous places): Add back-tick and tick around names in
14683 docstrings, fix punctuation in docstrings, remove trailing spaces.
14684
14685 2001-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
14701 2001-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
14706 2001-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
14711 2001-10-25 Gerd Moellmann <gerd@gnu.org>
14712
14713 * startup.el (normal-top-level): Check for frame-initial-frame
14714 only if it's really used.
14715
14716 * mail/mh-utils.el (mh-recenter): Call recenter with arg `(4)'.
14717
14718 * progmodes/compile.el (compilation-parse-errors-filename-function):
14719 New variable.
14720 (compilation-parse-errors): Use it.
14721
14722 2001-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
14730 2001-10-24 Stefan Monnier <monnier@cs.yale.edu>
14731
14732 * textmodes/texinfo.el (texinfo-environments)
14733 (texinfo-environment-regexp): Hoist.
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)
14750 (texinfo-update-menu-lower-regexps): Hoist to eliminate warnings.
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
14759 2001-10-25 Miles Bader <miles@gnu.org>
14760
14761 * facemenu.el (facemenu-add-new-face): Fix variable names.
14762
14763 2001-10-24 Richard M. Stallman <rms@gnu.org>
14764
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
14778 * env.el (substitute-env-vars): Quote the arg to rx.
14779
14780 2001-10-24 Sam Steingold <sds@gnu.org>
14781
14782 * mouse.el (mouse-buffer-menu-mode-groups): Added "Version
14783 Control" and "SGML" groups.
14784
14785 2001-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
14791 2001-10-24 Gerd Moellmann <gerd@gnu.org>
14792
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
14799 * international/fontset.el (x-must-resolve-font-name): New function.
14800 (x-complement-fontset-spec): Use it.
14801
14802 2001-10-23 Stefan Monnier <monnier@cs.yale.edu>
14803
14804 * uniquify.el (uniquify-get-proposed-name): Fix (.. "usr" "/usr" 0).
14805
14806 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
14807 Turn caadr into caar of cdr.
14808
14809 2001-10-23 Gerd Moellmann <gerd@gnu.org>
14810
14811 * info.el (Info-fontify-node): Bind down-mouse-{1,2} instead
14812 of mouse-{1,2} since dragging is on the down event.
14813
14814 * play/doctor.el (make-doctor-variables): Remove a '($ please)'.
14815
14816 * mail/mh-utils.el (mh-recenter): Call `recenter' with arg t
14817 if ARG is nil.
14818
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
14823 2001-10-22 Gerd Moellmann <gerd@gnu.org>
14824
14825 * progmodes/compile.el (compilation-set-window-height):
14826 Select old window only if it's still live.
14827
14828 2001-10-22 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14829
14830 * help-mode.el (help-buffer): Remove debugging code.
14831 From Stefan Monnier <monnier@cs.yale.edu>.
14832
14833 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
14834
14835 * files.el (file-name-sans-extension, file-name-extension):
14836 Don't count the leading dots in file names as signaling an extension.
14837
14838 2001-10-22 Andre Spiegel <spiegel@gnu.org>
14839
14840 * vc.el (vc-diff-switches): Doc rewritten.
14841
14842 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
14843
14844 * tooltip.el (tooltip-set-param): Doc fix.
14845
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
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.
14857 (tooltip-frame-parameters): Mention `top' and `left' in the doc string.
14858 (tooltip-show): Mention in the doc string the `top' and `left'
14859 parameters in tooltip-frame-parameters, and x-max-tooltip-size.
14860
14861 2001-10-22 Andre Spiegel <spiegel@gnu.org>
14862
14863 Add autoscaling support for vc-annotate.
14864 From J.D. Smith <jdsmith@alum.mit.edu>.
14865
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
14871 toggle menus driven by customize variable `vc-annotate-display-mode'.
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
14884 version in vc.el, with
14885 (vc-cvs-annotate-current-time): Added, as override of default.
14886 (vc-cvs-annotate-time): Added. Taken mostly from the (now removed)
14887 `vc-cvs-annotate-difference'.
14888
14889 2001-10-22 Gerd Moellmann <gerd@gnu.org>
14890
14891 * saveplace.el (save-place): Require `saveplace'.
14892
14893 * progmodes/cwarn.el (cwarn-font-lock-feature-keywords-alist):
14894 Use `sexp' for :value-type instead of `face'.
14895
14896 2001-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
14901 2001-10-21 Jason Rumney <jasonr@gnu.org>
14902
14903 * term/w32-win.el (redisplay-dont-pause): Don't set.
14904
14905 2001-10-21 Miles Bader <miles@gnu.org>
14906
14907 * help-funs.el (help-manyarg-func-alist): Variable removed.
14908
14909 2001-10-21 Miles Bader <miles@gnu.org>
14910
14911 * help-funs.el (help-manyarg-func-alist): Remove entries for
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'.
14918
14919 2001-10-21 Andre Spiegel <spiegel@gnu.org>
14920
14921 * vc.el (vc-diff-internal, vc-coding-system-for-diff)
14922 (vc-default-diff-tree): New functions.
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.
14928 (diff-switches): Remove duplicate definition.
14929
14930 * vc-cvs.el (vc-cvs-diff-tree): New function.
14931
14932 2001-10-21 Miles Bader <miles@gnu.org>
14933
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
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
14943 2001-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
14948 See ChangeLog.9 for earlier changes.
14949
14950 ;; Local Variables:
14951 ;; coding: iso-2022-7bit
14952 ;; End:
14953
14954 Copyright (C) 2001, 2002 Free Software Foundation, Inc.
14955 Copying and distribution of this file, with or without modification,
14956 are permitted provided the copyright notice and this notice are preserved.