]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2003-02-05 Kim F. Storm <storm@cua.dk>
2
3 * ido.el (ido-define-mode-map):
4 Undo last change (duplicates part of 2003-02-04 change).
5 Remap `viper' delete commands only in file or dir mode.
6
7 2003-02-05 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
8
9 * ido.el (ido-define-mode-map): Interact with Viper.
10
11 2003-02-05 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
12
13 * net/tramp.el: Version 2.0.29 released.
14
15 * net/tramp.el (tramp-send-region): Protect against
16 tramp-chunksize being nil.
17
18 2003-02-04 Michael Albinus <Michael.Albinus@alcatel.de>
19
20 * net/tramp.el (tramp-handle-directory-file-name): Handle the case
21 PATH is "".
22 (tramp-completion-handle-file-name-all-completions): Define
23 `tramp-current-user' locally. See `tramp-parse-passwd'.
24 (tramp-parse-passwd): For su-alike methods it would be desirable
25 to return "root@localhost" as default. Unfortunately, we have no
26 information whether any user name has been typed already. So we
27 (mis-)use tramp-current-user as indication, assuming it is set in
28 `tramp-completion-handle-file-name-all-completions'.
29 (tramp-send-region): Handle the case `tramp-chunksize' is equal
30 0. I did it accidently. Infinite loop ...
31
32 * net/tramp-ftp.el (top-level): eval-after-load "ange-ftp"
33 '(tramp-disable-ange-ftp). Suggested by Kai.
34 (tramp-ftp-file-name-handler): `tramp-disable-ange-ftp' not needed
35 any longer.
36
37 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Apply
38 `tramp-handle-directory-file-name' in order to profit from Kai's
39 yesterday changes.
40
41 2003-02-03 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
42
43 * net/tramp.el (tramp-chunksize): Set default to 500 as workaround
44 for some ssh connections.
45 (tramp-handle-directory-file-name): New implementation. Not sure
46 if it works.
47
48 2003-01-28 Michael Albinus <Michael.Albinus@alcatel.de>
49
50 * net/tramp.el (tramp-get-device): `tramp-make-tramp-file-name'
51 must not be called with NIL path. It fails in case of
52 multi-method.
53
54 2003-01-27 Michael Albinus <Michael.Albinus@alcatel.de>
55
56 * net/tramp.el (tramp-file-name-for-operation): Apply
57 `expand-file-name' for relative file names only. Otherwise there
58 might be problems if the default directory is another Tramp
59 directory as the directory the file is based on.
60 (tramp-find-foreign-file-name-handler): Check whether FILENAME is
61 a Tramp file name. It isn't if it comes from an expanded file
62 name (like "/xx:yy//zz").
63
64 2003-01-25 Michael Albinus <Michael.Albinus@alcatel.de>
65
66 * net/tramp.el (tramp-devices): New variable. Keeps virtual
67 device numbers. Devices must distinguish physical file systems.
68 The device numbers provided by "lstat" aren't unique, because we
69 operate on different hosts. So we use virtual device numbers,
70 generated by `tramp-get-device'. Both Ange-FTP and EFS use device
71 number -1. In order to be different, we use device number (-1 x),
72 whereby "x" is unique for a given (multi-method method user host).
73 Suggested by Kai.
74 (tramp-perl-file-attributes): Always return device number -1.
75 There will be a virtual device number set in
76 `tramp-handle-file-attributes', which replaces this one.
77 (tramp-handle-file-attributes): Set virtual device number.
78 (tramp-get-device): New function. Returns the virtual device
79 number. If it doesn't exist, generate a new one.
80 (tramp-handle-file-regular-p): Use Emacs file name primitives
81 instead of calling tramp-handle-* equivalents directly. Needed
82 for tramp-smb.
83
84 * net/tramp-smb.el (tramp-smb-devices, tramp-smb-get-device): Removed.
85 Functionality moved to tramp.el.
86 (tramp-smb-handle-file-attributes): Apply
87 `tramp-get-device'. ATIME and CTIME are (0 0) now (= "don't
88 know"), which is more honest.
89 (tramp-smb-handle-make-directory): Use Emacs file name primitives
90 instead of calling tramp-smb-handle-* equivalents directly.
91 (tramp-smb-read-file-entry): Return size as a number but a string.
92
93 2003-01-24 Michael Albinus <Michael.Albinus@alcatel.de>
94
95 * net/tramp.el (tramp-completion-function-alist-ssh): Add parsing
96 of "/etc/ssh_config" and "~/.ssh/config". Suggested by Kai.
97 (tramp-completion-function-alist, tramp-set-completion-function):
98 Doc string update.
99 (tramp-parse-sconfig, tramp-parse-sconfig-group): New functions.
100 Provide parsing of "~/.ssh/config" style files.
101
102 2003-01-21 Michael Albinus <Michael.Albinus@alcatel.de>
103
104 * net/tramp.el (tramp-completion-handle-expand-file-name): Apply
105 `tramp-drop-volume-letter'. Otherwise, there are problems on W32
106 systems.
107
108 2003-01-21 Michael Albinus <Michael.Albinus@alcatel.de>
109
110 * net/tramp-smb.el (tramp-smb-get-device, tramp-smb-get-inode): New
111 functions. Device number and inode number don't exist for SMB
112 files. Therefore we must generate virtual ones.
113 (tramp-smb-devices, tramp-smb-inodes): New variables. Keep
114 generated virtual device numbers and inodes numbers for SMB files.
115 (tramp-smb-handle-file-attributes): Apply them.
116
117 2003-01-14 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
118
119 * net/tramp.el (tramp-md5-function): Require md5 before checking
120 function md5. If using md5-encode, put wrapper around it that
121 converts vector of bytes to ascii text.
122
123 2003-01-13 Michael Albinus <Michael.Albinus@alcatel.de>
124
125 * net/tramp.el (tramp-completion-mode): Perform check (integerp
126 last-input-event) before (event-modifiers last-input-event) -
127 there might be problems if `last-input-event' is a mouse event.
128
129 2003-01-12 Michael Albinus <Michael.Albinus@alcatel.de>
130
131 * net/tramp.el (tramp-parse-rhosts, tramp-parse-shosts)
132 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc): Use
133 `file-readable-p' instead of `file-exists-p'. Otherwise these
134 functions might block. Reported by <kin@neoscale.com>.
135
136 2003-01-02 Michael Albinus <Michael.Albinus@alcatel.de>
137
138 * net/tramp-ftp.el (top-level): Defaults for
139 `tramp-default-method-alist' must be a list.
140
141 * net/tramp-smb.el (top-level): Defaults for
142 `tramp-default-method-alist' must be a list.
143
144 2003-01-02 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
145
146 * net/tramp.el (top-level): Avoid byte-compiler warnings of unused
147 variables if the byte-compiler supports this. This is for the
148 with-parsed-tramp-file-name macro which is wont to produce such
149 stuff.
150
151 2003-02-04 Richard M. Stallman <rms@gnu.org>
152
153 * term.el (term-raw-map): Set it up at load time.
154 (term-char-mode): Don't set up term-raw-map here.
155 (term-set-escape-char): Don't set up C-x subcommand.
156 (term-ansi-face-already-done): Renamed from
157 term-ansi-face-alredy-done.
158 (term-command-hook): Avoid error if STRING is empty.
159 (term, term-mode): Doc fixes.
160
161 * term.el: Redesign handling of colors and faces.
162 Delete all the faces that this mode used to make.
163 (ansi-term-color-vector): New variable.
164 (ansi-term-fg-faces-vector, ansi-term-bg-faces-vector)
165 (ansi-term-inv-bg-faces-vector, ansi-term-inv-fg-faces-vector):
166 Variables deleted.
167 (term-default-fg-color, term-default-bg-color): Use defcustom.
168 (term-handle-colors-array): Use ansi-term-color-vector,
169 and specify face attributes rather than faces in `face' property.
170
171 * term.el (term-ansi-fg-faces-vector, term-ansi-bg-faces-vector)
172 (term-ansi-inv-fg-faces-vector, term-ansi-inv-bg-faces-vector)
173 (term-ansi-reverse-faces-vector): Unused variables deleted.
174 (term-ignore-error): Macro deleted.
175
176 * simple.el (back-to-indentation): Skip all whitespace
177 except for newlines.
178
179 * files.el (find-alternate-file): Handle dired-directory
180 like buffer-file-name.
181
182 * dired.el (dired-find-buffer-nocreate): Avoid error if
183 dired-directory is nil.
184
185 2003-02-04 Juanma Barranquero <lektu@terra.es>
186
187 * image.el (image-type-regexps): Fix typo.
188
189 * international/characters.el: Restore missing space and put a
190 comment to protect it from being deleted as trailing whitespace.
191
192 * ruler-mode.el (ruler-mode-margins-char): Likewise.
193
194 2003-02-04 Francesco Potort\e,Al\e(B <pot@gnu.org>
195
196 * mail/rmailout.el (rmail-output): If preserving MIME-version,
197 preserve Content-type too.
198
199 2003-02-04 Kim F. Storm <storm@cua.dk>
200
201 * ido.el (ido-define-mode-map): Remap viper delete char/word
202 commands to their ido specific equivalents. Disable ESC in
203 viper mode (to avoid exiting insert mode), since ido doesn't
204 work in viper command mode.
205 (ido-delete-backward-updir, ido-delete-backward-word-updir):
206 Handle remapped viper commands.
207
208 2003-02-03 Juanma Barranquero <lektu@terra.es>
209
210 * calculator.el (calculator): Don't use the minibuffer even in
211 electric mode; use a private buffer and display it in the minibuffer
212 window using `set-window-buffer'.
213
214 2003-02-03 Dave Love <fx@gnu.org>
215
216 * emacs-lisp/benchmark.el: New.
217
218 2003-02-02 Andreas Schwab <schwab@suse.de>
219
220 * progmodes/asm-mode.el (asm-font-lock-keywords): Allow arbitrary
221 words separated by dots. Match optional parenthesized word at
222 start of line.
223
224 * font-lock.el
225 (font-lock-match-c-style-declaration-item-and-skip-to-next):
226 Don't require underscore in word before double open-paren.
227
228 2003-02-02 John Paul Wallington <jpw@gnu.org>
229
230 * hexl.el (hexl-mode-map): Bind C-m to `hexl-self-insert-command'.
231
232 2003-02-01 Stephen Gildea <gildea@stop.mail-abuse.org>
233
234 * time-stamp.el: Update example date in preamble commentary.
235 (time-stamp): Fix parsing of "%%a" in time-stamp-pattern (change
236 regexp subpattern 5)
237 (time-stamp-pattern): Initialize to nil to avoid regexp work in
238 default case.
239 (time-stamp-string): Call set-time-zone-rule instead of setenv
240 (time-stamp-hhmmss): Remove (not needed after all).
241 (time-stamp-month-dd-yyyy, time-stamp-dd/mm/yyyy,
242 time-stamp-mon-dd-yyyy, time-stamp-dd-mon-yy, time-stamp-yy/mm/dd,
243 time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd, time-stamp-yymmdd,
244 time-stamp-hh:mm:ss, time-stamp-hhmm): Make obsolete.
245 (time-stamp-format, time-stamp-pattern, time-stamp-warn-inactive,
246 time-stamp-inserts-lines, time-stamp-count, time-stamp-time-zone,
247 time-stamp, time-stamp-toggle-active, time-stamp-string-preprocess,
248 time-stamp-once, time-stamp-conv-warn): Tweak doc strings.
249
250 2003-01-31 Christoph Wedler <Christoph.Wedler@sap.com>
251
252 * antlr-mode.el: Bug fixes, miscellaneous.
253 (antlr-mode): Make major mode work with cc-mode-5.29 or higher,
254 make it more rubust against changes in cc-mode's style variables
255 by using `boundp' and function `c-init-language-vars' if defined.
256 (antlr-c++-mode-extra): Only ask if language is not "Cpp".
257 (antlr-read-value): With completion, ignore case.
258 (antlr-run-tool-interactive): New function.
259 (antlr-run-tool): Use it for `interactive' specification.
260
261 * antlr-mode.el: Simplify Emacs/XEmacs compatibility.
262 (cond-emacs-xemacs): New compile-time macro.
263 (defunx): New compile-time macro.
264 (ignore-errors-x): New compile-time macro.
265 (save-buffer-state-x): New compile-time macro.
266
267 (antlr-scan-sexps, antlr-simple-scan-sexps): Deletia.
268 (antlr-scan-lists, antlr-simple-scan-sexps): Deletia.
269 (antlr-simple-default-directory): Deletia.
270 (antlr-default-directory): Define directly.
271 (antlr-simple-read-shell-command): Deletia.
272 (antlr-read-shell-command): Define directly.
273 (antlr-simple-with-displaying-help-buffer): Deletia.
274 (antlr-with-displaying-help-buffer): Define directly.
275 (antlr-fast-invalidate-context-cache): Deletia.
276 (antlr-slow-invalidate-context-cache): Deletia.
277 (antlr-invalidate-context-cache): Define directly.
278 (antlr-fast-syntactic-context): Deletia.
279 (antlr-slow-syntactic-context): Deletia.
280 (antlr-syntactic-context): Define directly.
281
282 (antlr-mode-menu): Use new macros.
283 (antlr-font-lock-additional-keywords): Ditto.
284 (antlr-skip-sexps): Ditto.
285 (antlr-end-of-rule): Ditto.
286 (antlr-beginning-of-rule): Ditto.
287 (antlr-end-of-body): Ditto.
288 (antlr-beginning-of-body): Ditto.
289 (antlr-hide-actions): Ditto.
290 (antlr-option-kind): Ditto.
291
292 * antlr-mode.el: In Emacs, use face attribute :weight, not :bold.
293 (antlr-font-lock-keyword-face): Use new macros.
294 (antlr-font-lock-syntax-face): Ditto.
295 (antlr-font-lock-ruledef-face): Ditto.
296 (antlr-font-lock-tokendef-face): Ditto.
297 (antlr-font-lock-literal-face): Ditto.
298
299 Changes from 2002-05-24:
300
301 * antlr-mode.el: Version 2.2a.
302
303 Changes from 2002-05-03:
304
305 * antlr-mode.el: Make context parsing faster on Emacs, for faster
306 syntax highlighting, indentation and imenu support.
307 Suggested by Aaron Davies <adavies42@users.sourceforge.net>.
308 (antlr-slow-context-cache): New variable.
309 (antlr-slow-syntactic-context): Use cache.
310 (antlr-slow-cache-enabling-symbol): New internal variable.
311 (antlr-slow-cache-diff-threshold): New variable.
312 (antlr-fast-invalidate-context-cache): Renamed from
313 antlr-xemacs-bug-workaround.
314 (antlr-imenu-create-index-function): Search from beginning.
315
316 * antlr-mode.el: More sophisticated indentation, i.e., use the
317 indentation engine of cc-mode for most actions.
318 (antlr-c-common-init): Allow nil for `antlr-indent-style'.
319 (antlr-indent-line): Use indentation engine of cc-mode more often.
320 (antlr-indent-at-bol-alist): Only used for header actions.
321 (antlr-disabling-cc-syntactic-symbols): New variable.
322 (antlr-indent-item-regexp): Delete stuff for actions.
323 (antlr-indent-at-bol-alist): With language "Java", indent
324 "package" and "import" at column 0 in header part.
325
326 * antlr-mode.el (antlr-simple-default-directory): Define.
327 (antlr-simple-read-shell-command): Define.
328 (antlr-simple-with-displaying-help-buffer): Define.
329 (antlr-simple-scan-sexps, antlr-simple-scan-lists):
330 Renamed from antlr-scan-{sexps,lists}-internal.
331
332 Changes from 2002-02-28:
333
334 * antlr-mode: Version 2.2 is released.
335
336 * antlr-mode.el (antlr): Moved to SourceForge.net
337
338 * antlr-mode.el: Minor bug fixes: insert options and indentation.
339 (antlr-option-location): Don't use point as position where to
340 insert options if point is in comment.
341 (antlr-mode): Don't set style here.
342 (antlr-c-common-init): Set style here. If boundp, set
343 `c-current-comment-prefix' to not break indentation in comments.
344 Hm, I should probably split `c-common-init' from cc-mode into two
345 parts, one of which I could use for antlr-mode.el.
346
347 Changes from 2002-01-31:
348
349 * antlr-mode.el (antlr-font-lock-additional-keywords): Also
350 hightlight `~' with `antlr-font-lock-syntax-face'.
351 Suggested by Helmut Neukirchen <neukirchen@itm.mu-luebeck.de>.
352
353 2003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
354
355 * comint.el:
356 * dired-aux.el:
357 * dired.el:
358 * dirtrack.el:
359 * dos-w32.el:
360 * fast-lock.el:
361 * filecache.el:
362 * files.el:
363 * hippie-exp.el:
364 * international/mule.el:
365 * net/browse-url.el:
366 * pcomplete.el:
367 * recentf.el:
368 * shell.el:
369 * woman.el: Added cygwin to system-type comparisons.
370
371 2003-01-31 Francesco Potort\e,Al\e(B <pot@gnu.org>
372
373 * mail/undigest.el (rmail-forward-separator-regex): New custom
374 variable.
375 (unforward-rmail-message): Use it.
376
377 2003-01-30 Dave Love <fx@gnu.org>
378
379 * textmodes/ispell.el (lookup-words): Fix last change.
380
381 2003-01-29 John Paul Wallington <jpw@gnu.org>
382
383 * font-lock.el (lisp-font-lock-keywords-1): Match `deftheme'.
384
385 * emacs-lisp/lisp-mode.el (toplevel): Define docstring offset for
386 `deftheme'. Fix docstring offsets for `define-ibuffer-filter' and
387 `define-ibuffer-sorter'.
388 (lisp-imenu-generic-expression): Add `deftheme' to types.
389
390 * custom.el (customize-mark-to-save, customize-mark-as-set)
391 (custom-remove-theme): Doc fixes.
392
393 2003-01-29 Didier Verna <didier@xemacs.org>
394
395 * cus-edit.el (custom-save-variables): also save non theme'd ones.
396 * cus-edit.el (custom-save-faces): ditto.
397
398 2003-01-29 Juanma Barranquero <lektu@terra.es>
399
400 * composite.el (decompose-composite-char): Fix docstring.
401
402 * select.el (x-set-cut-buffer): Fix docstring. Check type with `stringp'
403 instead of `substring'.
404
405 * textmodes/reftex.el (reftex-TeX-master-file): Use really the buffer
406 file name if no other master file is located.
407
408 * progmodes/cperl-mode.el (cperl-beautify-level)
409 (cperl-beautify-regexp): Fix use of `prefix-numeric-value'.
410 (cperl-calculate-indent): Fix typo.
411
412 2003-01-29 Taro Kawagishi <tarok@transpulse.org>
413
414 * arc-mode.el (archive-lzh-summarize): Fix previous change.
415
416 2003-01-29 Kim F. Storm <storm@cua.dk>
417
418 * emacs-lisp/authors.el: New format of AUTHORS file; list each
419 author name once followed by contributed and changed files.
420 Improve selection of entries to include in list, and generate list
421 of unrecognized entries indicating syntax errors in ChangeLog files.
422 (authors-coding-system): New variable.
423 (authors-many-files): Update doc string.
424 (authors-aliases): Change format. Now one entry with multiple
425 aliases per author.
426 (authors-valid-file-names, authors-renamed-files-alist)
427 (authors-renamed-files-regexps): New variables.
428 (authors-canonical-file-name): New function. Validates that file
429 exists or occurs in one of the above lists. Record unrecognized
430 file names in global authors-invalid-file-names list.
431 (authors-add): Change to record per-change counts.
432 (authors-canonical-author-name): Handle new format of
433 authors-aliases list.
434 (authors-scan-change-log): Rename FILE arg to LOG-FILE.
435 Change doc string to describe new entry format.
436 Only add author entries for valid file names.
437 (authors-print): Replace by authors-add-to-author-list.
438 (authors-add-to-author-list): New function which reorders
439 per-file entries and adds them to global authors-author-list.
440 (authors): Instead of authors-print to insert in *Authors* buffer,
441 use authors-add-to-author-list to reorder the list and then
442 insert result in *Authors* buffer with new format.
443 Generate *Authors Errors* compilation-mode buffer listing
444 unrecognized ChangeLog entries.
445
446 2003-01-28 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
447
448 * term/mac-win.el: Add entries in function-key-map for
449 [tab], [backspace], [escape].
450
451 2003-01-28 Kim F. Storm <storm@cua.dk>
452
453 * info.el (Info-extract-menu-node-name): Another fix for
454 2003-01-24 change. Also stop search if : is followed by TAB.
455
456 2003-01-28 John Paul Wallington <jpw@gnu.org>
457
458 * ibuf-ext.el (ibuffer-yank-filter-group): Move check for empty
459 `ibuffer-filter-group-kill-ring' out of `interactive' declaration.
460
461 2003-01-28 Martin Stjernholm <bug-cc-mode@gnu.org>
462
463 * progmodes/cc-vars.el, progmodes/cc-mode.el
464 (c-require-final-newline): Made this variable an alist to
465 specify a value for each language. The default value causes
466 `require-final-newline' to be set to t only in languages where
467 the standard requires a final newline.
468
469 2003-01-27 Kim F. Storm <storm@cua.dk>
470
471 * simple.el (kill-new): Improve doc string for yank-handler.
472 Signal args-out-of-range error if yank-handler is specified for
473 an empty string.
474
475 * subr.el (insert-for-yank): Remove COMMAND element from yank
476 handler.
477
478 2003-01-27 Dave Love <fx@gnu.org>
479
480 * dired-x.el (dired-filename-at-point): Fix last change and tidy up.
481
482 * thingatpt.el (thing-at-point-file-name-chars): Include
483 non-ASCII again and re-write the filename ops.
484
485 2003-01-27 David Ponce <david@dponce.com>
486
487 * makefile.w32-in (update-subdirs-SH): Create lisp/subdirs.el.
488
489 2003-01-27 Juanma Barranquero <lektu@terra.es>
490
491 * filesets.el (filesets-file-open): Fix typo.
492
493 * vcursor.el (vcursor-disable): Likewise.
494
495 * eshell/esh-cmd.el (eshell-separate-commands): Likewise.
496
497 * progmodes/cc-styles.el (c-make-styles-buffer-local): Likewise.
498
499 * progmodes/cc-vars.el (c-offsets-alist): Likewise.
500
501 * progmodes/ebrowse.el (ebrowse-draw-tree-fn): Likewise.
502
503 2003-01-26 Martin Stjernholm <bug-cc-mode@gnu.org>
504
505 * progmodes/cc-vars.el, progmodes/cc-mode.el
506 (c-require-final-newline): Added a variable to make the
507 initialization of `require-final-newline' more configurable.
508
509 2003-01-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
510
511 * emacs-lisp/authors.el (authors-aliases): Add Jan D.
512 Set iso-2022-7bit coding: cookie.
513
514 2003-01-26 Kim F. Storm <storm@cua.dk>
515
516 * info.el (Info-extract-menu-node-name): Fix 2003-01-24 change.
517 Don't search for next colon if current colon is followed by
518 one of ".", ",", ";", or ")".
519 (info-insert-file-contents) [!MSDOS]: Avoid byte-compiler warning.
520 (Info-find-node) [!MSDOS]: Avoid byte-compiler warning.
521
522 2003-01-26 Richard M. Stallman <rms@gnu.org>
523
524 * thingatpt.el (thing-at-point-file-name-chars): Undo previous change.
525
526 2003-01-25 Bill Wohler <wohler@newt.com>
527
528 * mh-e: Created directory. ChangeLog will appear in a week when we
529 release version 7.2.
530
531 * lisp/mail/mh-alias.el, lisp/mail/mh-comp.el,
532 lisp/mail/mh-customize.el, lisp/mail/mh-e.el,
533 lisp/mail/mh-funcs.el, lisp/mail/mh-identity.el,
534 lisp/mail/mh-index.el, lisp/mail/mh-loaddefs.el,
535 lisp/mail/mh-mime.el, lisp/mail/mh-pick.el, lisp/mail/mh-seq.el,
536 lisp/mail/mh-speed.el, lisp/mail/mh-utils.el,
537 lisp/mail/mh-xemacs-compat.el: Moved to mh-e. Note that reply2.pbm
538 and reply2.xpm, which were created by the MH-E package, were left
539 in mail since they can probably be used by other mail packages.
540
541 * makefile.w32-in (WINS): Added mh-e.
542
543 * makefile.nt (WINS): Added mh-e.
544
545 2003-01-25 Richard M. Stallman <rms@gnu.org>
546
547 * emacs-lisp/bytecomp.el (byte-compile-file-form-custom-declare-variable):
548 Compile any lambda-expressions among the args.
549
550 * view.el (view-mode): Doc fix.
551
552 * ido.el: Many doc fixes.
553 (ido-complete): Fix message.
554
555 2003-01-25 Taro Kawagishi <tarok@transpulse.org>
556
557 * arc-mode.el (archive-unixdate): Corrected the date field string.
558 (archive-lzh-summarize): Extended it to allow the LZH level 2 header
559 type (which is most prevalent now), in addition to the already
560 supported level 0 and 1 header types.
561
562 2003-01-25 Markus Rost <rost@math.ohio-state.edu>
563
564 * international/mule-cmds.el (set-language-info)
565 (current-language-environment): Simplify setting the type of
566 current-language-environment.
567
568 2003-01-25 Kim F. Storm <storm@cua.dk>
569
570 * emulation/cua-base.el (cua--init-keymaps): Move C-S-x and C-S-c
571 bindings from cua--cua-keys-keymap to cua--region-keymap, as they are
572 only needed when the region is active. This also makes the output
573 from C-h b look normal when cua-mode is enabled (no C-S-x/c bindings).
574
575 2003-01-25 Michael Kifer <kifer@cs.stonybrook.edu>
576
577 * ediff.el (ediff-revision): better defaults.
578
579 * ediff-vers.el (ediff-vc-latest-version): new function.
580 (ediff-vc-internal): use latest version instead of working version.
581
582 2003-01-24 Thien-Thi Nguyen <ttn@gnu.org>
583
584 * info.el (Info-extract-menu-node-name): When looking for end of menu
585 item, don't stop at first ":"; instead, continue until trailing
586 context is either a space or newline.
587 (Info-complete-menu-item): Var `pattern': allow ":" in menu item.
588 (Info-menu): Likewise, for regexp used in backwards search.
589 (Info-try-follow-nearest-node): Remove case added in previous edit.
590 Change regexp in the following case to allow ":" in menu item.
591 (Info-fontify-node): Fix bug: Handle `next-property-change' returning
592 point-max as "hasn't already been done".
593
594 2003-01-24 Thien-Thi Nguyen <ttn@gnu.org>
595
596 * info.el (Info-try-follow-nearest-node): Add case: Handle menu item
597 terminated by ": " as an index entry.
598
599 2003-01-24 Juanma Barranquero <lektu@terra.es>
600
601 * isearch.el (isearch-forward): Fix typo.
602
603 2003-01-24 Kenichi Handa <handa@m17n.org>
604
605 * international/mule.el (decode-coding-inserted-region): Renamed
606 from decode-coding-region-as-inserted-from-file to make it fit
607 well in the Lisp manual.
608
609 * jka-compr.el (jka-compr-insert-file-contents): Call
610 docode-coding-inserted-region.
611
612 2003-01-24 John Paul Wallington <jpw@gnu.org>
613
614 * ibuffer.el (ibuffer-window-list): Remove.
615 (ibuffer-confirm-operation-on): Use `window-list' instead.
616 (ibuffer-load-hook): New customizable variable.
617 (toplevel): Run it.
618 (ibuffer-customize): New command.
619 (ibuffer-mode-map): Bind it.
620 (ibuffer-mode-map): Add menu seperator in View>Sort menu.
621 (ibuffer-mode): Tidy.
622 (ibuffer-fontification-alist, ibuffer-always-show-last-buffer)
623 (ibuffer-default-directory, ibuffer-default-sorting-mode)
624 (ibuffer-maybe-show-predicates, ibuffer-hook, ibuffer-mode-hook)
625 (ibuffer-map-lines): Doc fixes.
626
627 * ibuf-ext.el (ibuffer-copy-filename-as-kill): C-u means relative
628 filenames. Use `kill-new'.
629
630 2003-01-23 Dave Love <fx@gnu.org>
631
632 * abbrev.el (write-abbrev-file): Simplify, and put a coding cookie
633 in the file.
634
635 2003-01-23 Masatake YAMATO <jet@gyve.org>
636
637 * progmodes/asm-mode.el (asm-mode): Added syntax table entries for
638 /* */ comments.
639
640 2003-01-23 Kenichi Handa <handa@m17n.org>
641
642 * files.el (insert-directory): Read the output of "ls" by
643 no-conversion, and decode it later while preserving
644 `dired-filename' property.
645
646 2003-01-23 Markus Rost <rost@math.ohio-state.edu>
647
648 * descr-text.el (describe-text-mode-hook): Add a group.
649
650 2003-01-23 John Paul Wallington <jpw@shootybangbang.com>
651
652 * term/mac-win.el (interprogram-paste-function): Handle empty
653 clipboard.
654
655 2003-01-22 Aubrey Jaffer <agj@alum.mit.edu> (tiny change)
656
657 * info.el (Info-index): Change pattern so that index entries with
658 colons can be read properly; also, require at least one space
659 after the colons, which makeinfo puts in.
660
661 2003-01-22 Andreas Schwab <schwab@suse.de>
662
663 * jka-compr.el (jka-compr-insert-file-contents): Fix typo in last
664 change.
665
666 2003-01-22 Markus Rost <rost@math.ohio-state.edu>
667
668 * Makefile.in (bootstrap-after): New target.
669 (bootstrap): Move finder-data, custom-deps to bootstrap-after.
670
671 2003-01-22 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
672
673 * info.el (Info-index-next): Use "(`,' tries to find next)" for
674 more matches for consistency with standalone info browser.
675
676 2003-01-22 Kenichi Handa <handa@m17n.org>
677
678 * international/mule.el
679 (decode-coding-region-as-inserted-from-file): New function.
680
681 * jka-compr.el (jka-compr-insert-file-contents): Read a process
682 output without decoding. Decode the result by
683 decode-coding-region-as-inserted-from-file.
684
685 2003-01-22 Kim F. Storm <storm@cua.dk>
686
687 * ido.el (ido-make-file-list, ido-make-dir-list): Don't move
688 visited directories to end of list; it's the wrong thing to do if
689 we want to find a file or directory in such directories.
690
691 * simple.el: Doc fixes.
692 * subr.el: Doc fixes.
693
694 2003-01-20 Nick Roberts <nick@nick.uklinux.net>
695
696 * gud.el (gud-display-line): If the current file is newer than its
697 buffer, offer to reread the file.
698 (gud-keep-buffer): New buffer local variable. Ensures offer to
699 reread file is made just once.
700
701 2003-01-20 Stefan Monnier <monnier@cs.yale.edu>
702
703 * emacs-lisp/regexp-opt.el (regexp-opt-group): Undo last change.
704 Fix the docstring instead.
705
706 2003-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
707
708 * calendar/calendar.el (calendar-only-one-frame-setup): Autoload it.
709
710 2003-01-20 Richard M. Stallman <rms@gnu.org>
711
712 * simple.el (completion-setup-function): Set default-directory
713 in the minibuffer, so it'll be copied into the completion list buffer.
714
715 * emacs-lisp/regexp-opt.el (regexp-opt-group): Compute HALF2 properly.
716
717 * loadup.el (load-path): Rename `path' local var.
718
719 * progmodes/octave-mod.el (octave-mode-map): Change C-c i bindings
720 to C-c C-i. Duplicate its bindings with last char a ctl char.
721 Also change C-c f to C-c C-f.
722
723 2003-01-20 Markus Rost <rost@math.ohio-state.edu>
724
725 * ls-lisp.el (ls-lisp-use-insert-directory-program): Make default
726 value system dependent.
727 (ls-lisp-support-shell-wildcards): Add autoload cookie.
728
729 2003-01-19 Kim F. Storm <storm@cua.dk>
730
731 * msb.el: Use `dir' instead of `path' everywhere.
732
733 2003-01-18 Kim F. Storm <storm@cua.dk>
734
735 * simple.el (kill-new, kill-append, kill-region): New
736 optional parameter yank-handler.
737 (yank-excluded-properties): Add yank-handler to list.
738 (yank-undo-function): New variable.
739 (yank): Use it to undo previous yank or yank-pop command.
740 Allow insert-for-yank to override this-command.
741
742 * subr.el (insert-for-yank): Arg list changed; now only accepts one
743 string rather than any number of strings; no callers needed change.
744 Use yank-handler text property on the arg string.
745 Set yank-undo-function variable appropriately for yank-pop.
746
747 2003-01-18 Stefan Monnier <monnier@cs.yale.edu>
748
749 * textmodes/fill.el (fill-comment-paragraph): Fix simplistic
750 regexp-concatenation.
751
752 * add-log.el (add-change-log-entry): Don't leave space at eol.
753 (add-log-current-defun): Perl functions names can't have (or {.
754
755 * progmodes/sh-script.el (sh-indent-line): Use indent-line-to.
756 (sh-non-closing-paren): New const.
757 (sh-case, sh-while-getopts): Use it to make props non-sticky.
758 (sh-add-completer): Use test-completion.
759
760 2003-01-18 Vasily Korytov <deskpot@myrealbox.com> (tiny change)
761
762 * progmodes/cperl-mode.el: Don't make faces depend on window-system.
763
764 2003-01-18 Markus Rost <rost@math.ohio-state.edu>
765
766 * cus-edit.el (customize-changed-options): Undo last doc change.
767
768 2003-01-17 Stefan Monnier <monnier@cs.yale.edu>
769
770 * skeleton.el (skeleton-internal-list, skeleton-internal-1):
771 Don't treat \n specially in sub-skeletons.
772
773 2003-01-17 Dave Love <fx@gnu.org>
774
775 * international/ucs-tables.el: Redo 8859-6 change in the right place.
776
777 2003-01-17 Kenichi Handa <handa@m17n.org>
778
779 * international/fontset.el: Don't setup the default fontset and
780 font-encoding-alist at the top level.
781 (setup-default-fontset): New function.
782 (create-fontset-from-fontset-spec): Delete autoload cookie.
783
784 * term/x-win.el: Require fontset unconditionally again.
785 Call setup-default-fontset at the top level.
786
787 * term/w32-win.el: Call setup-default-fontset.
788
789 * term/mac-win.el: Require fontset and call setup-default-fontset.
790
791 2003-01-16 Stefan Monnier <monnier@cs.yale.edu>
792
793 * textmodes/fill.el (fill-region-as-paragraph): Only erase `hard'
794 property until end-of-paragraph.
795
796 2003-01-16 Kenichi Handa <handa@m17n.org>
797
798 * international/ucs-tables.el: Undo the last change.
799
800 2003-01-15 Dave Love <fx@gnu.org>
801
802 * thingatpt.el (thing-at-point-file-name-chars): Include non-ASCII
803 and use documented treatment of -.
804
805 * dired-x.el (dired-filename-at-point): Fix filename-chars.
806
807 * international/ucs-tables.el: Set up tables for 8859-6.
808
809 * server.el (server-window): Customize.
810 (server-mode): New.
811 (server-unload-hook): Call server-start.
812
813 2003-01-15 John Wiegley <johnw@gnu.org>
814
815 * eshell/em-hist.el (eshell-save-history-on-exit):
816 Rename `eshell-ask-to-save-history' to `eshell-save-history-on-exit',
817 because the former name is somewhat unrelated to the variables'
818 possible values.
819
820 2003-01-15 Deepak Goel <deego@gnufans.org>
821
822 * calc/README: Add new maintainer.
823
824 * calc/*: Ditto.
825
826 * calc/calc.el (calc-bug-address): Change address to deego@gnufans.org.
827
828 2003-01-15 Andrew Innes <andrewi@gnu.org>
829
830 * makefile.w32-in (loaddefs.el): Invoke make to build stub file
831 using appropriate rule for build environment.
832 (loaddefs.el-SH, loaddefs.el-CMD): New targets. Include small set
833 of autoloads and defvars, sufficient to dump bootstrap emacs.
834 (update-subdirs-SH): Use hard-coded list of top-level lisp
835 subdirs, because find program on Windows is not compatible with
836 Unix find.
837 (compile-CMD, compile-SH): Use `batch-byte-compile-if-not-done'.
838 Explicitly load loaddefs.el so that bootstrap emacs can compile
839 properly.
840 (bootstrap-clean): Add dependency on loaddefs.el, to ensure
841 minimal stub sufficient for dumping bootstrap emacs is available.
842
843 * loadup.el: Include lisp/textmodes in load-path for bootstrap
844 emacs, to resolve ispell menu reference.
845
846 2003-01-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> (tiny change)
847
848 * international/mule.el (optimize-char-coding-system-table):
849 Optimize it.
850
851 * term/mac-win.el: Setup the fontset "fontset-mac" correctly.
852
853 2003-01-14 Stefan Monnier <monnier@cs.yale.edu>
854
855 * pcvs-info.el (cvs-fileinfo-from-entries): Deal with Solaris'
856 occasional use of "05" rather than " 5" for day-of-month.
857
858 * log-view.el (log-view-message-re): The rev might be locked.
859
860 2003-01-14 Nick Roberts <nick@nick.uklinux.net>
861
862 * gdb-ui.el: Improve commentary.
863 (gdb-window-height, gdb-window-width, gdb-display-number-end):
864 Customize the dimensions of frames for displayed expressions.
865 (gdb-error-begin): Comment out because it is not used because of
866 bug/quirk in annotations.
867 (gdb-reset): Use with-current-buffer.
868
869 2003-01-14 Kim F. Storm <storm@cua.dk>
870
871 * ido.el (ido-read-internal, ido-file-internal)
872 (ido-copy-current-file-name, ido-wide-find-dirs-or-files):
873 Don't use `path' as name of local variables holding a file name.
874
875 * arc-mode.el (archive-arc-rename-entry): Fix error message.
876 (archive-lzh-summarize): Rename local var `path' to `dir'.
877 (archive-unique-fname) [!MSDOS]: Avoid byte-compiler warning.
878
879 * dired.el: Doc fixes.
880 * dired-aux.el: Rename `whole-path' to `whole-name' throughout.
881 (dired-mark-read-regexp): Use "Abs." prefix instead of "Path".
882 * dired-x.el: Doc fixes.
883
884 * fast-lock.el (fast-lock-cache-name): Doc fix.
885
886 * net/browse-url.el (browse-url-filename-alist): Doc fix.
887
888 2003-01-14 John Paul Wallington <jpw@shootybangbang.com>
889
890 * apropos.el (apropos): Restore autoload cookie. Fix typo in
891 "error retrieving function documentation" output.
892
893 2003-01-14 Kim F. Storm <storm@cua.dk>
894
895 * subr.el (process-put, process-get): New functions.
896
897 * simple.el (clone-process): Copy process' plist to new process.
898
899 2003-01-13 Markus Rost <rost@math.ohio-state.edu>
900
901 * cus-dep.el (custom-make-dependencies): Don't set standard-value
902 and version numbers for variables. Handle faces.
903
904 * cus-edit.el (customize-changed-options): Doc addition. Load the
905 version deps earlier. Use other tests for groups and variables.
906 Handle faces.
907
908 2003-01-14 Kim F. Storm <storm@cua.dk>
909
910 * ido.el: Doc fixes.
911 (ido-max-file-prompt-width): Rename from ido-max-prompt-path.
912 (ido-rewrite-file-prompt-functions): Rename from
913 ido-make-file-prompt-hook. Directory name is now in dynamic
914 variable `dirname' (instead of `path').
915 (ido-rewrite-file-prompt-rules): Rename from
916 ido-rewrite-prompt-path-rules.
917 (ido-make-prompt): Directory name now in `dirname' var.
918 (ido-complete): Fix error message.
919
920 2003-01-13 John Paul Wallington <jpw@shootybangbang.com>
921
922 * server.el (server-process-filter): Use `minibufferp' to test
923 whether we are inside a minibuffer.
924 (server-process, server-kill-new-buffers): Doc fixes.
925
926 2003-01-13 Dave Love <fx@gnu.org>
927
928 * international/utf-16.el (mule-utf-16-be, mule-utf-16-le):
929 Remove pre-write-conversion.
930
931 2003-01-13 Kim F. Storm <storm@cua.dk>
932
933 * hexl.el (hexl-mode-map): Don't quote remapped command names.
934
935 2003-01-13 David Ponce <david@dponce.com>
936
937 * ruler-mode.el (ruler-mode): Cleanup buffer local variable
938 `header-line-format' if it didn't exist when `ruler-mode' was enabled.
939
940 2003-01-13 Masatake YAMATO <jet@gyve.org>
941
942 * ruler-mode.el (ruler-mode-comment-column-char)
943 (ruler-mode-goal-column-char, ruler-mode-set-goal-column-ding-flag)
944 (ruler-mode-mouse-current-grab-object): New variables.
945 (ruler-mode-comment-column-face, ruler-mode-goal-column-face):
946 New faces.
947 (ruler-mode-mouse-set-fill-column): Removed.
948 (ruler-mode-mouse-grab-any-column)
949 (ruler-mode-mouse-drag-any-column-iteration)
950 (ruler-mode-mouse-drag-any-column): New functions.
951 (ruler-mode-map): [header-line down-mouse-2] Bound to
952 `ruler-mode-mouse-grab-any-column' instead of
953 `ruler-mode-mouse-set-fill-column'.
954 (ruler-mode-ruler-help-echo): Update its value.
955 (ruler-mode-ruler-help-echo-when-goal-column): New help string used
956 when goal-column is already set.
957 (ruler-mode-ruler-help-echo-tab): Rename to...
958 (ruler-mode-ruler-help-echo-when-tab-stops): New.
959 (ruler-mode-fill-column-help-echo, ruler-mode-comment-column-help-echo)
960 (ruler-mode-goal-column-help-echo): New help strings.
961 (ruler-mode-ruler): Use `ruler-mode-ruler-help-echo-when-goal-column'
962 instead of `ruler-mode-ruler-help-echo' if `goal-column' is set.
963 Show `comment-column' and `goal-column'. Echo the different help
964 string for each *-column characters on the ruler.
965
966 2003-01-13 Richard M. Stallman <rms@gnu.org>
967
968 * apropos.el (apropos-documentation-property): New function.
969 (apropos): Use apropos-documentation-property.
970
971 * files.el (mode-line-process): Mark as risky.
972
973 * help.el (where-is): Catch errors in indirect-function.
974
975 * server.el (server-process-filter): Comment out -eval.
976 Don't switch buffers if inside isearch or minibuffer.
977
978 * progmodes/compile.el (compilation-revert-buffer):
979 If buffer has a file, revert it in the normal way.
980
981 * term/x-win.el: Require fontset conditionally again.
982
983 2003-01-13 Kim F. Storm <storm@cua.dk>
984
985 * ido.el (ido-enable-tramp-completion): New defcustom.
986 (ido-enter-single-matching-directory): Change default to 'slash.
987 (ido-is-tramp-root): New defun.
988 (ido-is-root-directory, ido-is-ftp-directory, ido-is-slow-ftp-host)
989 (ido-may-cache-directory, ido-final-slash, ido-read-internal)
990 (ido-complete, ido-make-file-list1, ido-make-dir-list1):
991 Handle tramp completion.
992 (ido-file-name-all-completions1): New defun for tramp completion.
993 (ido-file-name-all-completions): Use it.
994 (ido-set-matches1): Relax matching of text with trailing slash.
995 (ido-exhibit): Handle tramp completion.
996 Simplified code using nested cond forms using new `refresh' var.
997 Fixed handling of /~user/ paths.
998
999 2003-01-12 Andreas Schwab <schwab@suse.de>
1000
1001 * arc-mode.el (archive-mode-map): Use command remapping instead of
1002 substitute-key-definition.
1003 * emerge.el (emerge-setup-fixed-keymaps): Likewise.
1004 * msb.el (msb-mode-map): Likewise.
1005 * forms.el (forms--change-commands): Likewise.
1006 * hexl.el (hexl-mode-map): Likewise.
1007 * mail/mailabbrev.el (Commentary): Likewise.
1008 * play/decipher.el (decipher-mode-map): Likewise.
1009 * play/gomoku.el (gomoku-mode-map): Likewise.
1010 * play/landmark.el (lm-mode-map): Likewise.
1011 * play/solitaire.el (solitaire-mode-map): Likewise.
1012 * progmodes/sh-script.el (sh-mode-map): Likewise.
1013 * textmodes/picture.el (picture-substitute): Likewise.
1014
1015 * ielm.el (inferior-emacs-lisp-mode):
1016 Bind comint-dynamic-complete-functions locally.
1017
1018 * buff-menu.el (Buffer-menu-select): Fix for effect of header line.
1019
1020 2003-01-11 Andreas Schwab <schwab@suse.de>
1021
1022 * textmodes/sgml-mode.el (sgml-font-lock-keywords-2): Add flag to
1023 merge with existing fontification.
1024
1025 2003-01-11 Nick Roberts <nick@nick.uklinux.net>
1026
1027 * gud.el (gud-kill-buffer-hook): Save gud-minor-mode type.
1028 (gud-reset): New function. Reset environment at end of debugging.
1029 (gud-sentinel): Call gud-reset or gdb-reset.
1030 (gud-menu-map, gud-tool-bar-map, gdb): Change gud-goto to gud-until.
1031
1032 * gdb-ui.el (gud-display): Use GDB command ptype instead of whatis
1033 to find out if variable shuld be dereferenced.
1034 (gud-display1): Exit if there is `No symbol'.
1035 (gdb-expressions-mode-map): Correction to key-binding.
1036 (gdb-reset): New function. Reset environment at end of debugging.
1037 (gdb-quit): Remove.
1038
1039 2003-01-10 Dave Love <fx@gnu.org>
1040
1041 * international/code-pages.el (cp-make-coding-system): Fix last change.
1042
1043 2003-01-10 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
1044
1045 * dired.el (dired-garbage-files-regexp): Use \\' instead of $ and
1046 use regexp-opt for readability.
1047
1048 2003-01-10 Mark A. Hershberger <mah@everybody.org>
1049
1050 * xml.el (xml-parse-tag, xml-parse-attlist, xml-skip-dtd)
1051 (xml-parse-dtd, xml-parse-elem-type): Be more flexible in recognizing
1052 empty elements.
1053
1054 2003-01-10 Luc Teirlinck <teirllm@mail.auburn.edu>
1055
1056 * progmodes/sh-script.el (sh-set-shell): Make sh-shell-file the default
1057 shell.
1058
1059 2003-01-09 John Wiegley <johnw@gnu.org>
1060
1061 * pcomplete.el (pcomplete-termination-string): Add a variable
1062 for modifying the string which is inserted after a completion or
1063 expansion using pcomplete.
1064
1065 2003-01-09 Karl Berry <karl@gnu.org>
1066
1067 * sort.el (sort-regexp-fields): Pass noerror to re-search-forward,
1068 so that we don't fail if no records match record-regexp.
1069
1070 2003-01-09 Markus Rost <rost@math.ohio-state.edu>
1071
1072 * cus-edit.el (customize-group, customize-group-other-window):
1073 Remove unnecessary calls to custom-load-symbol.
1074 (custom-group-value-create):
1075 Load widget deps if state is not hidden. If widget deps are
1076 loaded, load them in advance.
1077 (custom-menu-create): If widget deps are loaded, load them earlier.
1078
1079 2003-01-09 John Paul Wallington <jpw@shootybangbang.com>
1080
1081 * language/ethio-util.el (ethio-gemination)
1082 (exit-ethiopic-environment): Doc fixes.
1083
1084 * language/viet-util.el (viet-encode-viqr-region)
1085 (viet-decode-viqr-region, viet-encode-viqr-buffer)
1086 (viet-decode-viqr-buffer): Doc fixes.
1087
1088 2003-01-09 ShengHuo ZHU <zsh@cs.rochester.edu>
1089
1090 * paths.el: Remove gnus-startup-file.
1091
1092 2003-01-08 Bill Wohler <wohler@newt.com>
1093
1094 * mail/mh-alias.el, mail/mh-customize.el, mail/mh-identity.el,
1095 mail/mh-loaddefs.el, toolbar/alias.pbm, toolbar/alias.xpm: Added.
1096
1097 * mail/mh-comp.el, mail/mh-e.el, mail/mh-funcs.el,
1098 mail/mh-index.el, mail/mh-mime.el, mail/mh-pick.el,
1099 mail/mh-seq.el, mail/mh-speed.el, mail/mh-utils.el,
1100 mail/mh-xemacs-compat.el: Upgraded to MH-E version 7.1.
1101
1102 2003-01-08 Kim F. Storm <storm@cua.dk>
1103
1104 * mail/undigest.el (unforward-rmail-message): Don't use global
1105 variable `n'.
1106
1107 2003-01-08 Francesco Potort\e,Al\e(B <pot@gnu.org>
1108
1109 * mail/undigest.el (unforward-rmail-message): Simplified.
1110 No functional change.
1111
1112 2003-01-07 Markus Rost <rost@math.ohio-state.edu>
1113
1114 * custom.el (custom-autoload, custom-variable-p): New functions.
1115
1116 * emacs-lisp/autoload.el (make-autoload):
1117 Generate custom-autoload for autoloaded defcustoms.
1118
1119 * help-fns.el (describe-variable): Use custom-variable-p.
1120
1121 * simple.el (set-variable): Load deps of custom variables without type.
1122
1123 * cus-edit.el (custom-variable-prompt): Doc change.
1124 Use custom-variable-p.
1125 (customize-option): Remove search in loaddefs.el.
1126 (customize-apropos): Use custom-variable-p.
1127 (custom-save-variables): Use custom-variable-p to detect
1128 non-rogue variables.
1129
1130 2003-01-07 Francesco Potort\e,Al\e(B <pot@gnu.org>
1131
1132 * mail/undigest.el (unforward-rmail-message): Skip all newlines
1133 after the initial separator.
1134 (unforward-rmail-message): Forwarded-From: and Forwarded-Date:
1135 instead of Forwarded-from: and Forwarded-date:.
1136
1137 2003-01-07 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
1138
1139 * dired.el (dired-garbage-files-regexp): Add `.aux$'. These are
1140 produced by TeX.
1141
1142 2003-01-07 Andre Spiegel <spiegel@gnu.org>
1143
1144 * vc-rcs.el (vc-rcs-checkout): Fix the check whether we are on a
1145 branch.
1146
1147 2003-01-06 Dave Love <fx@gnu.org>
1148
1149 * textmodes/ispell.el (lookup-words): Cope with null lookup-dict.
1150
1151 * language/chinese.el ("Chinese-EUC-TW"): New.
1152
1153 2003-01-06 John Paul Wallington <jpw@shootybangbang.com>
1154
1155 * mail/rmail.el (rmail-mmdf-delim1, rmail-mmdf-delim2): Doc fixes.
1156
1157 2003-01-05 Richard M. Stallman <rms@gnu.org>
1158
1159 * obsolete/uncompress.el: Display message that this pkg is obsolete.
1160
1161 * isearch.el (isearch-repeat): Error if try to repeat search and
1162 there was no previous search.
1163
1164 * dired.el (dired-recursive-deletes): Fix custom type.
1165
1166 * dabbrev.el (dabbrev--substitute-expansion):
1167 Convert all whitespace to single spaces,
1168 except when it's carried over from the existing text.
1169
1170 * simple.el (split-line): Clean up implementation.
1171
1172 * mail/rmail.el (rmail-font-lock-keywords): Discard code to match
1173 both cases.
1174 (rmail-variables): Specify case-insensitive matching for font-lock.
1175
1176 2003-01-05 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
1177
1178 * mail/sendmail.el (mail-font-lock-keywords):
1179 * mail/rmail.el (rmail-font-lock-keywords): Match multiline
1180 In-Reply-To and X-*.
1181
1182 2003-01-05 Mark A. Hershberger <mah@everybody.org>
1183
1184 * xml.el (xml-substitute-special): Check for &amp last.
1185
1186 2003-01-05 Dave Love <fx@gnu.org>
1187
1188 * buff-menu.el (Buffer-menu-execute): Fix for effect of header line.
1189
1190 2003-01-05 Dave Love <fx@gnu.org>
1191
1192 * international/mule-diag.el (non-iso-charset-alist):
1193 Add vietnamese-tcvn.
1194
1195 * international/mule-cmds.el (locale-language-names):
1196 Use Croatian, Swedish.
1197
1198 2003-01-05 Andreas Schwab <schwab@suse.de>
1199
1200 * buff-menu.el (Buffer-menu-buffer+size): Don't clobber buffer name.
1201
1202 2003-01-05 Dave Love <fx@gnu.org>
1203
1204 * language/european.el ("Latin-6", "Croatian"): New.
1205 ("Latin-7"): Fix nonascii-translation. Add input method.
1206 ("Lithuanian", "Latvian"): Add nonascii-translation.
1207 ("German", "Spanish", "Dutch", "Welsh", "Swedish"):
1208 Fix nonascii-translation.
1209
1210 * language/georgian.el ("Georgian"): Fix nonascii-translation.
1211
1212 * international/mule-cmds.el (set-locale-environment):
1213 Ignore empty values of environment variables.
1214
1215 * emacs-lisp/byte-opt.el (byte-optimize-nth)
1216 (byte-optimize-nthcdr): Fix for case of wrong-length forms.
1217
1218 2003-01-04 Nick Roberts <nick@nick.uklinux.net>
1219
1220 * gdb-ui.el: Acknowledge Tom Lord as author of gdba.el.
1221 Use let construction to bind buffer-read-only to nil.
1222 (gdba): 'set height 0' in GDB.
1223 (gdb-display-end, gdb-frame-handler): Corrections to forming
1224 full expression name for header-line in display frame.
1225 (gdb-info-breakpoints-custom): Highlight breakpoints since
1226 they may be clicked on with mouse-2.
1227 (gdb-quit): Delete frames of displayed expressions when quitting.
1228 (gdb-delete-frames): New function.
1229 (gdb-source-info): Don't create stack buffer automatically.
1230
1231 2003-01-04 Thien-Thi Nguyen <ttn@gnu.org>
1232
1233 * xml.el (xml-substitute-special): Move "&amp;" -> "&" last.
1234
1235 2003-01-04 Kim F. Storm <storm@cua.dk>
1236
1237 * simple.el (split-line): If present, copy fill-prefix from
1238 current line to new line. Don't copy if prefix arg.
1239 From Lisp, arg may be an alternative prefix string to copy.
1240 Inspired by Ehud Karni <ehud@unix.mvs.co.il>.
1241
1242 * mail/sendmail.el (mail-split-line): New function.
1243 (mail-mode-map): Remap split-line to mail-split-line.
1244
1245 2003-01-03 Dave Love <fx@gnu.org>
1246
1247 * emacs-lisp/find-func.el (find-variable-noselect): Make it work
1248 with new load-history format.
1249
1250 * international/mule-cmds.el (sort-coding-systems):
1251 Adjust priority of utf-16 and x-ctext.
1252
1253 * international/utf-8.el (utf-translate-cjk):
1254 Call optimize-char-coding-system-table.
1255
1256 * international/ucs-tables.el (ucs-unify-8859, ucs-fragment-8859):
1257 Call optimize-char-coding-system-table.
1258
1259 * international/mule.el (register-char-codings): Don't call
1260 optimize-char-coding-system-table here.
1261 (keyboard-coding-system): Doc fix. Update :version.
1262
1263 * textmodes/nroff-mode.el (nroff-mode-hook): Customize.
1264 (nroff-imenu-expression): New.
1265 (nroff-mode): Use it.
1266
1267 * autoinsert.el (auto-insert-alist): Add man page skeleton.
1268
1269 2003-01-03 Andre Spiegel <spiegel@gnu.org>
1270
1271 * vc-rcs.el (vc-rcs-revert): Unlock only if the user does have
1272 the lock.
1273
1274 2003-01-03 Kim F. Storm <storm@cua.dk>
1275
1276 * emulation/cua-base.el (cua--pre-command-handler):
1277 Corrected handling of delete-selection properties.
1278
1279 2003-01-03 John Paul Wallington <jpw@shootybangbang.com>
1280
1281 * emacs-lisp/eldoc.el (eldoc-get-var-docstring): Only return a
1282 documentation string when `sym' is non-nil.
1283
1284 2003-01-02 Steven Tamm <steventamm@mac.com>
1285
1286 * scroll-bar.el (toggle-scroll-bar, scroll-bar-mode):
1287 Have scroll bars correctly default to being on the right for Mac
1288 Carbon port by testing "mac-carbon" feature, not window-system.
1289
1290 2003-01-02 Markus Rost <rost@math.ohio-state.edu>
1291
1292 * cus-edit.el (customize-group, customize-group-other-window):
1293 Call custom-load-symbol unconditionally.
1294 (customize-face, customize-face-other-window): Fix format arg.
1295
1296 2003-01-02 John Paul Wallington <jpw@shootybangbang.com>
1297
1298 * menu-bar.el (menu-bar-left-scroll-bar): Set `scroll-bar-mode'
1299 to `left'.
1300
1301 2003-01-01 Richard M. Stallman <rms@gnu.org>
1302
1303 * mail/rmail.el (rmail-reply): Don't call mail-strip-quoted-names.
1304
1305 * files.el (backup-buffer): Cope if file-modes returns nil.
1306
1307 2002-12-30 Steven Tamm <steventamm@mac.com>
1308
1309 * scroll-bar.el (toggle-scroll-bar, scroll-bar-mode):
1310 Have scroll bars correctly default to being on the right for Mac
1311 Carbon port
1312
1313 2002-12-29 Nick Roberts <nick@nick.uklinux.net>
1314
1315 * gdb-ui.el (gdb-delete-display): Rename (gdb-delete-expression).
1316 (gdb-goto-bp-this-line): Rename (gdb-goto-breakpoint).
1317 (gdb-toggle-bp-this-line): Rename (gdb-toggle-breakpoint).
1318 (gdb-delete-bp-this-line): Rename (gdb-delete-breakpoint).
1319 (gdb-toggle-disp-this-line): Rename (gdb-toggle-display).
1320 (gdb-delete-disp-this-line): Rename (gdb-delete-display).
1321 (gud-gdba-marker-filter): Remove unnecessary save-match-data.
1322 (gdb-mouse-goto-breakpoint, gdb-frames-select): New functions.
1323 (gdb-frames-mouse-select): Simplify.
1324 Make keybindings (gdb-goto-breakpoint, gdb-frames-select, etc)
1325 consistent with other modes in emacs.
1326 (gdb-display-source-buffer): Return window of source buffer
1327 for (gud-display-line).
1328
1329 2002-12-29 Markus Rost <rost@math.ohio-state.edu>
1330
1331 * button.el (defface button): Add group.
1332
1333 * cus-edit.el (customize-browse): Call `widget-setup'.
1334
1335 2002-12-29 Andreas Schwab <schwab@suse.de>
1336
1337 * Makefile.in: Generate cus-load.el and finder-inf.el in the
1338 source directory. Change dependencies on lisp files to explicitly
1339 use $(lisp).
1340 (compile-calc): Fix command substitution.
1341 * cus-dep.el (generated-custom-dependencies-file): New variable.
1342 (custom-make-dependencies): Use it instead of hardcoding cus-load.el.
1343 * finder.el (generated-finder-keywords-file): New variable.
1344 (finder-compile-keywords): Use it instead of hardcoding finder-inf.el.
1345
1346 2002-12-28 Richard M. Stallman <rms@gnu.org>
1347
1348 * info-look.el (info-lookup): Fix error message typo.
1349
1350 * comint.el (comint-mode): Locally set scroll-conservatively.
1351 (comint-postoutput-scroll-to-bottom): comint-scroll-show-maximum-output
1352 is active only when point is at end.
1353
1354 * dired.el (dired-goto-file): Handle \ and ^M quoted by backslash.
1355 Fix error message.
1356
1357 * files.el (find-file-noselect-1): Kill local value of `cursor-type'.
1358
1359 * simple.el (repeat-complex-command): Signal real error on failure.
1360
1361 2002-12-28 Andreas Schwab <schwab@suse.de>
1362
1363 * progmodes/make-mode.el (makefile-font-lock-keywords):
1364 Highlight automatic variable references enclosed in parens and
1365 optionally suffixed by F or D.
1366
1367 2002-12-27 Miles Bader <miles@gnu.org>
1368
1369 * info.el (Info-complete-menu-item): Make `Info-complete-cache' a
1370 buffer-local variable.
1371
1372 2002-12-26 Markus Rost <rost@math.ohio-state.edu>
1373
1374 * cus-edit.el (customize-group-other-window): Use pop-to-buffer in
1375 the same way as `custom-buffer-create-other-window'.
1376 (customize-variable-other-window, customize-option-other-window):
1377 Definitions moved up.
1378
1379 2002-12-26 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
1380
1381 * net/tramp*.el: Sync with upstream version 2.0.28. Bugfixes.
1382 * net/tramp-ftp.el: Glue code with Ange-FTP, broken out of
1383 tramp.el. From Michael Albinus.
1384 * net/tramp-smb.el: New file for using smbclient to access
1385 Windows shares with Tramp. From Michael Albinus.
1386
1387 2002-12-26 Andreas Schwab <schwab@suse.de>
1388
1389 * international/mule-cmds.el (select-safe-coding-system): Fix typo.
1390
1391 2002-12-26 Andre Spiegel <spiegel@gnu.org>
1392
1393 * vc.el (vc-next-action-on-file): Use t argument to vc-checkout in
1394 order to get the latest version on the current branch.
1395 Update documentation of vc-BACKEND-checkout to explain this.
1396
1397 * vc-rcs.el (vc-rcs-checkout): Handle t argument for REV.
1398 (vc-rcs-checkin): By default, specify the current workfile
1399 branch as the check-in revision.
1400
1401 * vc-cvs.el (vc-cvs-checkout): Handle t argument for REV.
1402
1403 * vc-sccs.el (vc-sccs-checkout): Likewise.
1404
1405 2002-12-26 Nick Roberts <nick@nick.uklinux.net>
1406
1407 * gdb-ui.el (gdb-info-display-custom): Ensure that frames/buffers
1408 of displayed expressions are deleted when the displayed expressions
1409 are deleted.
1410 (gdb-delete-disp-this-line, gdb-delete-display): Frame/buffer
1411 deletion is handled by gdb-info-display-custom now.
1412 (gdb-source-info): Undo earlier change (do create display buffer
1413 automatically).
1414
1415 2002-12-25 Markus Rost <rost@math.ohio-state.edu>
1416
1417 * cus-edit.el (custom-save-faces): Fix typo.
1418
1419 2002-12-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
1420
1421 * mail/undigest.el (unforward-rmail-message): Do not assume that
1422 the forwarded message's Date: header comes after From:. Use a
1423 Forwarded-from: rather than a Forwarded-by: header. Add a
1424 Forwarded-date: header.
1425
1426 2002-12-23 Nick Roberts <nick@nick.uklinux.net>
1427
1428 * gdb-ui.el (gdb-display-number-end): Make auto-display of
1429 expressions in GDB work on text-only terminals.
1430 (gdb-post-prompt): Compute current frame properly.
1431 (gdb-get-current-frame, gdb-frame-handler): New functions.
1432 (gdb-source-info): Move last statement into if clause.
1433 Tidy, improve documentation.
1434
1435 2002-12-23 Richard M. Stallman <rms@gnu.org>
1436
1437 * emacs-lisp/checkdoc.el: Don't define a name for the minor mode menu.
1438
1439 * emacs-lisp/easymenu.el (easy-menu-do-define): Handle nil for SYMBOL.
1440 (easy-menu-define): Doc fix, say SYMBOL can be nil.
1441
1442 * window.el (save-selected-window): Save and restore
1443 selected windows of all frames.
1444
1445 * cus-start.el (scroll-up-aggressively, scroll-down-aggressively):
1446 Update custom types.
1447
1448 2002-12-23 Alex Schroeder <alex@emacswiki.org>
1449
1450 Merging Dave Love <fx@gnu.org>'s custom_themes branch containing
1451 Alex Schroeder's adaptation of Jan Vroonhof
1452 <vroonhof@math.ethz.ch>'s code. Doc strings corrected by RMS.
1453
1454 * cus-edit.el (customize-save-variable): Take themes into account.
1455 (custom-variable-save): Take themes into account.
1456 (custom-variable-reset-saved): Add comment-widget.
1457 (custom-variable-reset-standard): Add comment-widget.
1458 (custom-variable-reset-standard): Take themes into account.
1459 (custom-face-save): Take themes into account.
1460 (custom-face-reset-standard): Take themes into account.
1461 (custom-save-variables): Take themes into account.
1462 (custom-save-faces): Take themes into account.
1463 (custom-save-resets): New function.
1464 (custom-save-loaded-themes): New function.
1465 (customize-save-customized): Take themes into account.
1466
1467 * cus-face.el (custom-set-faces): Call custom-theme-set-faces.
1468 (custom-theme-set-faces): New function.
1469 (custom-theme-face-value): New function.
1470 (custom-theme-reset-internal-face): New function.
1471 (custom-theme-reset-faces): New function.
1472 (custom-reset-faces): New function.
1473
1474 * custom.el (custom-known-themes): New variable.
1475 (custom-declare-theme): New function.
1476 (deftheme): New macro.
1477 (custom-make-theme-feature): New function.
1478 (custom-theme-p): New function.
1479 (custom-check-theme): New function.
1480 (custom-push-theme): New function.
1481 (custom-theme-set-variables): Take themes into account.
1482 (custom-loaded-themes): New variable.
1483 (custom-theme-loaded-p): New function.
1484 (provide-theme): New function.
1485 (require-theme): New function.
1486 (custom-remove-theme): New function.
1487 (custom-do-theme-reset): New function.
1488 (custom-theme-load-themes): New function.
1489 (custom-load-themes): New function.
1490 (custom-theme-value): New function.
1491 (custom-theme-variable-value): New function.
1492 (custom-theme-reset-internal): New function.
1493 (custom-theme-reset-variables): New function.
1494 (custom-reset-variables): New function.
1495
1496 * cus-theme.el: New file.
1497
1498 2002-12-23 Matthew Swift <swift@alum.mit.edu>
1499
1500 * emacs-lisp/rx.el (rx-and): Generate a shy group.
1501 Specify `no-group' when calling rx-to-string.
1502 (rx-submatch): Specify `no-group' when calling rx-to-string.
1503 (rx-kleene): Use rx-atomic-p to decide whether to make a group.
1504 (rx-atomic-p): New function.
1505
1506 2002-12-23 Kevin Ryde <user42@zip.com.au>
1507
1508 * info-look.el (info-lookup): For ease of use try item
1509 case-insensitive if not found case-sensitive.
1510 Do case sensitive search in index nodes, so items differing only in
1511 case go correctly to their respective nodes.
1512
1513 2002-12-22 Richard M. Stallman <rms@gnu.org>
1514
1515 * subr.el (add-to-invisibility-spec): If it was t, start it out at (t).
1516
1517 * textmodes/texinfmt.el (tex-start-of-header, tex-end-of-header):
1518 Add defvars.
1519
1520 * textmodes/tex-mode.el (tex-print): Call shell-quote-argument
1521 on the file name.
1522
1523 * textmodes/outline.el (outline-next-visible-heading):
1524 When going forward, test outline-invisible-p at start of header.
1525
1526 2002-12-22 Kevin Ryde <user42@zip.com.au>
1527
1528 * textmodes/makeinfo.el (makeinfo-buffer): Display result using
1529 Info-mode.
1530 (makeinfo-compilation-sentinel-buffer, makeinfo-current-node):
1531 New functions.
1532 (makeinfo-compile): Add a sentinel parameter.
1533 (makeinfo-compilation-sentinel-region): Renamed from
1534 makeinfo-compilation-sentinel, and makeinfo-temp-file now never nil.
1535 (makeinfo-region): Use this.
1536 * info.el (Info-revert-find-node): New function.
1537
1538 2002-12-22 Nick Roberts <nick@nick.uklinux.net>
1539
1540 * tooltip.el (tooltip-gud-tips): Output tooltip without switching
1541 process filter (gdba in gdb-ui.el only).
1542 (gdb-tooltip-print): New function.
1543 (tooltip-gud-process-output): Undo previous change.
1544 (tooltip-strip-annotations): Remove.
1545
1546 2002-12-22 Zoltan Kemenczy <zoltan@ieee.org>
1547
1548 * gud.el (gud-menu-map): Add jdb support for "run".
1549 (gud-jdb-find-source-using-classpath): Use 'identity.
1550 (gud-jdb-marker-filter): Marker regexp and filename filtering
1551 change to support a backwards-incompatible change in Sun's jdb
1552 line number display in SDK versions 1.4.
1553 (gud-format-command): gud-find-class now requires two
1554 parameters (file and linenumber).
1555 (gud-find-class): Bulk of the change related to using c-syntactic
1556 symbols to locate nested class declarations in java sources
1557 visited by java-mode (cc-mode).
1558
1559 2002-12-21 Nick Roberts <nick@nick.uklinux.net>
1560
1561 * gdb-ui.el: Remove the concept of an instance. This means that
1562 a lot of functions have been renamed. Accessors are prefixed with
1563 gdb-get, setters with gdb-set and the word instance has been
1564 removed from many function and variable names.
1565 (gdb-display-buffer): Protect source buffer as well
1566 as GUD buffer when requesting new buffers.
1567 (gdb-source-info): Two changes : Don't create display buffer
1568 automatically, compute source window correctly.
1569
1570 2002-12-21 Richard M. Stallman <rms@gnu.org>
1571
1572 * man.el (Man-getpage-in-background): Put GROFF_NO_SGR in env.
1573
1574 * ls-lisp.el (original-insert-directory): Make this a variable,
1575 don't set its function definition.
1576 (insert-directory): Use funcall to call that function.
1577
1578 * bindings.el (help-echo): Change tooltip string.
1579
1580 * chistory.el (command-history-map): Move definition up.
1581
1582 * faces.el (help-xref-stack): Add defvar to avoid warning.
1583
1584 2002-12-21 Andreas Schwab <schwab@suse.de>
1585
1586 * dired.el (dired-insert-directory): Preserve text properties
1587 when quoting.
1588
1589 2002-12-20 Francesco Potort\e,Al\e(B <pot@gnu.org>
1590
1591 * mail/undigest.el (rmail-mail-separator): Renamed from
1592 rmail-digest-mail-separator. All users changed.
1593 (unforward-rmail-message): Rewritten to be more robust and to
1594 additionally account for the common style of forwarding messages
1595 by citing them entirely with headers.
1596
1597 2002-12-18 Dave Love <fx@gnu.org>
1598
1599 * international/utf-8-subst.el: Deleted.
1600
1601 * international/ucs-tables.el (ucs-fragment-8859): Don't modify
1602 char-coding-system-table elements destructively.
1603 Use optimize-char-coding-system-table.
1604
1605 * international/mule.el (optimize-char-coding-system-table): New.
1606 (register-char-codings): Use it.
1607
1608 * international/utf-8.el (ucs-mule-cjk-to-unicode)
1609 (ucs-unicode-to-mule-cjk): Revert last change.
1610 (utf-subst-table-for-encode): Initially use ucs-mule-cjk-to-unicode.
1611 (utf-subst-table-for-decode): Initially use ucs-unicode-to-mule-cjk.
1612 (utf-fragment-on-decoding, utf-translate-cjk): Don't modify
1613 char-coding-system-table elements destructively.
1614 (utf-translate-cjk): Set ucs-mule-cjk-to-unicode,
1615 ucs-unicode-to-mule-cjk to new hash tables with realistic parameters.
1616
1617 2002-12-18 John Paul Wallington <jpw@shootybangbang.com>
1618
1619 * info.el (Info-dir-remove-duplicates): Avoid infloop when
1620 deleting last entry.
1621
1622 2002-12-17 Nick Roberts <nick@nick.uklinux.net>
1623
1624 * gdb-ui.el (gdba-marker-filter, gdb-output-burst): Merge and
1625 rename gud-gdba-marker-filter.
1626 (gdb-append-to-inferior-io): Only pop up IO buffer if there is output.
1627 (gdb-make-instance): Remove (put into gdba).
1628 Use gdb-instance-enqueue-input instead of
1629 gdb-instance-enqueue-idle-input for user functions.
1630 (gdb-instance-target-string): Simplify.
1631 (in-gdb-instance-context): Remove.
1632 Expand Commentary.
1633
1634 2002-12-17 Kenichi Handa <handa@m17n.org>
1635
1636 * international/mule.el (set-file-name-coding-system): New function.
1637
1638 * international/mule-cmds.el (mule-keymap, set-coding-system-map):
1639 Add bindings for set-file-name-coding-system.
1640
1641 2002-12-17 Kenichi Handa <handa@m17n.org>
1642
1643 * international/mule-cmds.el (universal-coding-system-argument):
1644 Bind coding-system-require-warning to t.
1645 (select-safe-coding-system): Handle t in the arg
1646 DEFAULT-CODING-SYSTEM specially. Use read-coding-system to read a
1647 coding-system to allow users to specify unsafe coding system on
1648 their risk.
1649
1650 2002-12-16 Francesco Potort\e,Al\e(B <pot@gnu.org>
1651
1652 * mail/undigest.el (rmail-digest-methods)
1653 (rmail-digest-mail-separator): New variables.
1654 (rmail-digest-parse-mime, rmail-digest-parse-rfc1153strict)
1655 (rmail-digest-parse-rfc1153sloppy, rmail-digest-rfc1153)
1656 (rmail-digest-parse-rfc934): New functions.
1657 (undigestify-rmail-message): Completely rewritten.
1658
1659 2002-12-16 Kim F. Storm <storm@cua.dk>
1660
1661 * ido.el (ido-read-file-name): Remove debug message.
1662
1663 2002-12-16 Daniel Pfeiffer <occitan@esperanto.org>
1664
1665 * buff-menu.el (Buffer-menu, Buffer-menu-use-header-line)
1666 (Buffer-menu-buffer-face, Buffer-menu-buffer+size-width)
1667 (Buffer-menu-mode-width): New customization.
1668 (Buffer-menu-sort-column): New var.
1669 (Buffer-menu-no-header): New function for not changing header line and
1670 recognizing swapped M&R columns, used by modifying commands in Buffer
1671 Menu.
1672 (Buffer-menu-buffer+size): New function for variable width buffer name.
1673 (list-buffers-noselect): Rewritten for nicer menu.
1674
1675 2002-12-16 Markus Rost <rost@math.ohio-state.edu>
1676
1677 * filesets.el (filesets-build-menu-now): Don't clear messages.
1678
1679 * allout.el: Avoid name conflicts with outline.el.
1680 Replace globally string "outline-" with string "allout-".
1681 Replaced 1446 occurrences; there was no string "allout-" before the
1682 change and there seems to be no dependency on outline.el.
1683 Put `quotes' around many function and variable names.
1684 Doc changes to adjust to the change to prefix "allout-".
1685 Don't provide `outline'. Use " Allout" as mode line string,
1686 not " Outl". Put group `allout' in group `editing'.
1687 Update Copyright notice. Autoload `allout-init'.
1688 (allout-init): Give report also in case auto-activation was inhibited.
1689 (my-mark-marker): Test for feature `xemacs' instead of a string parse.
1690
1691 2002-12-16 Stefan Monnier <monnier@cs.yale.edu>
1692
1693 * xml.el (xml-parse-tag): Allow spaces between / and >.
1694
1695 2002-12-15 David Kastrup <David.Kastrup@t-online.de>
1696
1697 * emacs-lisp/autoload.el (autoload-ensure-default-file):
1698 Insert missing space in file end comment.
1699
1700 2002-12-15 Simon Josefsson <jas@extundo.com>
1701
1702 * mail/smtpmail.el (smtpmail-via-smtp): Fall back to
1703 user-mail-address as sender.
1704
1705 2002-12-15 Dave Love <fx@gnu.org>
1706
1707 * international/mule-cmds.el (standard-keyboard-coding-systems):
1708 Delete.
1709 (set-locale-environment): Don't use it.
1710
1711 * international/utf-8.el (ucs-mule-cjk-to-unicode)
1712 (utf-subst-table-for-encode, ucs-unicode-to-mule-cjk)
1713 (utf-subst-table-for-decode): Specify :size, :rehash-size.
1714 (utf-translate-cjk): :set rewritten to load subst-... files.
1715 Add :set-after.
1716 (ccl-decode-mule-utf-8): Consider CJK translation for r3<#x3400.
1717
1718 2002-12-15 Gustav H\e,Ae\e(Bllberg <gustav@virtutech.se> (tiny change)
1719
1720 * progmodes/compile.el (compile-reinitialize-errors): Don't mark the
1721 buffer as modified unless it really is.
1722
1723 2002-12-14 Andreas Schwab <schwab@suse.de>
1724
1725 * wid-edit.el (widget-move): Don't loop infinitely when there is
1726 no field or button.
1727
1728 2002-12-13 Stefan Monnier <monnier@cs.yale.edu>
1729
1730 * uniquify.el (uniquify-rationalize-file-buffer-names, rename-buffer)
1731 (uniquify-delay-rationalize-file-buffer-names, kill-buffer-hook):
1732 Undo 2002/09/27 change because kill-buffer-hook is not
1733 permanent-local.
1734
1735 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
1736 Optimize the remaining part of for-effect and/or expressions.
1737
1738 2002-12-13 Markus Rost <rost@math.ohio-state.edu>
1739
1740 * emacs-lisp/easy-mmode.el (define-minor-mode):
1741 Use `custom-current-group'. Pass all groups to the hook.
1742 (easy-mmode-define-global-mode): Use `custom-current-group'.
1743
1744 * international/mule-cmds.el (current-language-environment):
1745 Set type according to `language-info-alist' also here.
1746
1747 * progmodes/compile.el (compilation-menu-map):
1748 Use `kill-compilation' to stop compilation.
1749
1750 2002-12-13 Kenichi Handa <handa@m17n.org>
1751
1752 * language/european.el (encode-mac-roman): Fix last change.
1753
1754 * language/cyrillic.el (ccl-encode-koi8, ccl-encode-koi8-u)
1755 (ccl-encode-alternativnyj): Fix last change.
1756
1757 2002-12-13 Nick Roberts <nick@nick.uklinux.net>
1758
1759 * gdb-ui.el: Improve documentation strings.
1760 (gdb-many-windows): Set default value to nil.
1761
1762 2002-12-12 Dave Love <fx@gnu.org>
1763
1764 * international/subst-big5.el, international/subst-gb2312.el:
1765 * international/subst-jis.el, international/subst-ksc.el: New.
1766
1767 * custom.el (defcustom, custom-set-variables): Doc fix.
1768
1769 * emacs-lisp/bytecomp.el (byte-compile-if): Suppress warnings from
1770 things protected by `(if (fboundp ...' or `(if (boundp ...'.
1771
1772 * emacs-lisp/byte-opt.el (byte-optimize-featurep): New.
1773
1774 2002-12-12 Glenn Morris <gmorris@ast.cam.ac.uk>
1775
1776 * progmodes/fortran.el (fortran-mode-abbrev-table):
1777 Handle `define-abbrev' with either 5 or 6 arguments.
1778
1779 2002-12-12 Markus Rost <rost@math.ohio-state.edu>
1780
1781 * international/mule-cmds.el (set-language-info):
1782 Update custom-type of `current-language-environment'.
1783 (current-language-environment): Fix custom type.
1784
1785 2002-12-11 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1786
1787 * progmodes/antlr-mode.el (antlr): New URL.
1788
1789 2002-12-10 R. Bernstein <rocky@panix.com>
1790
1791 * gud.el (bashdb): Prompt now included parenthesis for subshell levels.
1792 Fix erroneous print expression command, and fix typos.
1793 (perldb): Undo previous change in prompt regexp.
1794
1795 2002-12-10 Steven Tamm <steventamm@mac.com>
1796
1797 * generic-x.el (javascript-generic-mode): Added C style block
1798 comments as used in ECMA-262 standard.
1799
1800 2002-12-10 Kenichi Handa <handa@m17n.org>
1801
1802 * language/european.el ("Swedish"): Change tutorial file name to
1803 TUTORIAL.sv in this langauge environment..
1804
1805 2002-12-09 John Paul Wallington <jpw@shootybangbang.com>
1806
1807 * ibuffer.el (ibuffer-mode): If `show-paren-mode' is enabled,
1808 disable it buffer-locally.
1809 (ibuffer-mouse-popup-menu): Use `=' instead of `eq' to compare
1810 `eventpt' and point.
1811
1812 * ibuf-ext.el (ibuffer-remove-duplicates): New function.
1813 (ibuffer-set-filter-groups-by-mode): Use it instead of
1814 `delete-duplicates' so we don't require cl library at runtime.
1815 (ibuffer-insert-filter-group-before): Don't use `position' so we
1816 don't require cl library at runtime.
1817
1818 * chistory.el (command-history-mode): Add interactive spec.
1819 Improve doc string.
1820
1821 2002-12-09 Richard M. Stallman <rms@gnu.org>
1822
1823 * isearch.el (isearch-no-upper-case-p): \\ only quotes one character.
1824
1825 2002-12-09 Markus Rost <rost@math.ohio-state.edu>
1826
1827 * mwheel.el (mouse-wheel-scroll-amount): Revert previous change -
1828 customize type 'float is now defined.
1829
1830 2002-12-09 Dave Love <fx@gnu.org>
1831
1832 * international/code-pages.el (mik, pt154): New coding systems.
1833
1834 * international/ucs-tables.el: Fix properly.
1835
1836 2002-12-09 Andreas Schwab <schwab@suse.de>
1837
1838 * international/ucs-tables.el: Fix last change.
1839
1840 2002-12-09 Kenichi Handa <handa@m17n.org>
1841
1842 * international/titdic-cnv.el (titdic-convert): Process the
1843 header part in multibyte mode.
1844
1845 2002-12-08 Dave Love <fx@gnu.org>
1846
1847 * international/code-pages.el (mule-diag): Move where it's required.
1848
1849 * international/ucs-tables.el: Add latin-jisx0201 characters.
1850 Fix translation-table-for-input for lao, thai, tibetan.
1851
1852 2002-12-08 Andreas Schwab <schwab@suse.de>
1853
1854 * files.el (insert-directory): Insert free space only when
1855 listing a full directory.
1856
1857 2002-12-08 Nick Roberts <nick@nick.uklinux.net>
1858
1859 * gdb-ui.el : Remove inappropriate key-bindings.
1860 (gdb-info-breakpoints-custom, gdb-goto-bp-this-line):
1861 Parse correctly when breakpoint has no line number.
1862 (def-gdb-auto-update-handler, gdb-info-locals-handler),
1863 (gdb-display-end): Avoid using insert-buffer.
1864 (gdb-frames-select-by-mouse): Rename gdb-frames-mouse-select.
1865
1866 2002-12-07 Richard M. Stallman <rms@gnu.org>
1867
1868 * progmodes/compile.el (compilation-enter-directory-regexp-alist)
1869 (compilation-leave-directory-regexp-alist): Match byte compiler output.
1870
1871 * emacs-lisp/cl-macs.el: Add local variable list
1872 to turn off cl-function warnings.
1873
1874 * emacs-lisp/bytecomp.el (byte-compile-eval): Handle (t . SYMBOL)
1875 elements in load-history.
1876 (byte-compile-cl-warn): No cl warnings for cl-defsubst-expand
1877 and cl-struct-setf-expander.
1878
1879 * emacs-lisp/autoload.el (autoload-print-form-outbuf):
1880 New variable.
1881 (autoload-print-form): Use autoload-print-form-outbuf.
1882 (generate-file-autoloads): Bind autoload-print-form-outbuf.
1883
1884 * calendar/calendar.el (calendar-day-name): Move defn down.
1885
1886 * speedbar.el (speedbar-directory-buttons-follow):
1887 Don't use directory-sep-char.
1888
1889 2002-12-06 Masatake YAMATO <jet@gyve.org> (tiny change)
1890
1891 * register.el (describe-register-1): Use window-width
1892 to truncate string in a register. Check whether the string
1893 in a register is an empty string or a sequence of white spaces.
1894
1895 2002-12-07 Andreas Schwab <schwab@suse.de>
1896
1897 * faces.el (face-font-selection-order)
1898 (face-font-family-alternatives, face-font-registry-alternatives):
1899 Remove period from :tag value.
1900
1901 * cus-edit.el (custom-face-edit-fix-value): Change :reverse-video
1902 to :inverse-video.
1903
1904 2002-12-07 Markus Rost <rost@math.ohio-state.edu>
1905
1906 * wid-edit.el (define-widget number): Clarify doc and error message.
1907 (define-widget float): New widget.
1908
1909 2002-12-07 Andreas Schwab <schwab@suse.de>
1910
1911 * eshell/em-ls.el (eshell-ls-product-regexp): Fix typo.
1912
1913 * files.el (find-file-read-args): Reenable wildcard processing
1914 unconditionally.
1915
1916 2002-12-06 Robert J. Chassell <bob@rattlesnake.com>
1917
1918 * textmodes/texinfmt.el (texinfo-format-scan): Handle new
1919 functions for copyright notice and copying permissions.
1920 (texinfo-copying, texinfo-insertcopying): New functions.
1921
1922 2002-12-03 TAKAHASHI Kaoru <kaoru@kaisei.org>
1923
1924 * textmodes/texinfmt.el (texinfo-format-ifxml)
1925 (texinfo-format-xml): New function.
1926 (ifxml, ifnotxml): New aliases.
1927
1928 2002-12-06 Dave Love <fx@gnu.org>
1929
1930 * international/utf-8-subst.el: Revert last change.
1931
1932 2002-12-06 Miles Bader <miles@gnu.org>
1933
1934 * info.el (Info-insert-dir): Make dir-node-cache variables
1935 buffer-local, so that killing the *info* buffer forces the
1936 dir-node to be rebuilt.
1937
1938 2002-12-06 Markus Rost <rost@math.ohio-state.edu>
1939
1940 * finder.el (finder-compile-keywords): Don't insert a keyword to
1941 the generated file.
1942
1943 2002-12-05 Andreas Schwab <schwab@suse.de>
1944
1945 * speedbar.el (speedbar-highlight-face): Fix face spec.
1946
1947 2002-12-05 Stefan Monnier <monnier@cs.yale.edu>
1948
1949 * gdb-ui.el: Replace uses of (gdb-get-instance-buffer 'gdba) and
1950 gdb-proc with gud-comint-buffer instead.
1951 (gdb-proc): Remove.
1952 (def-gdb-var): Simplify.
1953 (gdb-get-create-instance-buffer): Avoid make-variable-buffer-local.
1954 Set gud-comint-buffer as well as gud-minor-mode and tool-bar-map.
1955 (gdb-goto-bp-this-line): Select the window while doing the goto-line.
1956 (gdb-info-locals-handler): Avoid replace-regexp.
1957
1958 * calendar/calendar.el (facemenu-unlisted-faces): Only update
1959 after facemenu is loaded.
1960 (calendar-font-lock-keywords): Accept non-ASCII month names.
1961 Use regexp-opt.
1962
1963 * gdb-ui.el (gud-gdb-complete-string, gud-gdb-complete-break)
1964 (gud-gdb-complete-list, gud-gdb-complete-in-progress): Remove.
1965 (gdba): Call `gdb' and then make modifications.
1966 Always call gdb-clear-inferior-io rather than just "the first time".
1967 (gud-break, gud-remove): Definitions moved to inside gdba.
1968 (gdb-target-name): Remove. Use gud-target-name instead.
1969 (gdba-complete-filter, gdba-common-init): Remove.
1970 The changes were integrated into the generic code.
1971
1972 * gud.el: Use match-string.
1973 (gud-menu-map): Re-fix gdb-running to gud-running.
1974 Activate up/down and finish for pdb.
1975 (gud-def): Use backquotes.
1976 (gdb, sdb, dbx, xdb, pdb, jdb, bashdb): Remove redundant menu bindings.
1977 (gud-gdb-complete-in-progress, gud-gdb-complete-string)
1978 (gud-gdb-complete-break, gud-gdb-complete-list):
1979 Rename to gud-gdb-fetch-lines-in-progress, gud-gdb-fetch-lines-string,
1980 gud-gdb-fetch-lines-break and gud-gdb-fetched-lines.
1981 (gud-gdb-fetch-lines-filter): Rename from gud-gdb-complete-filter.
1982 Add a `filter' argument and run it on `string'.
1983 (gud-gdb-run-command-fetch-lines): Use it instead of
1984 gud-gdb-speedbar-stack-filter. Add a `skip' arg.
1985 Return the fetched lines.
1986 (gud-gdb-complete-command): Use it instead of cooking up
1987 something by hand using gud-gdb-complete-filter.
1988 (gud-gdb-get-stackframe): Use the new calling convention of
1989 gud-gdb-run-command-fetch-lines.
1990 (gud-gdb-fetched-stack-frame-list): Remove.
1991 (gud-gdb-speedbar-stack-filter): Remove.
1992 (gud-jdb-marker-filter): Change RE for easier extraction of submatches.
1993 (gud-bashdb-command-name): Add "--debugger" argument here.
1994 (bashdb): Use default gud-find-file and don't bother with
1995 a massage-args function now that --debugger is make explicit.
1996 (gud-bashdb-massage-args, gud-bashdb-find-file): Remove.
1997 (bashdb): Don't provide.
1998 (gud-target-name): New var.
1999 (gud-common-init): Set it.
2000 Also reset gud-running and gud-last-last-frame.
2001
2002 2002-12-05 Dave Love <fx@gnu.org>
2003
2004 * international/utf-8-subst.el: Update safe-chars of mule-utf-8,
2005 mule-utf-16-le, mule-utf-16-be.
2006
2007 2002-12-05 Richard M. Stallman <rms@gnu.org>
2008
2009 * textmodes/outline.el (outline-mode): Doc fix.
2010
2011 2002-12-05 Edward M. Reingold <reingold@emr.cs.iit.edu>
2012
2013 * calendar/solar.el (solar-atn2): Give correct quadrant for arctan.
2014
2015 2002-12-05 Kenichi Handa <handa@m17n.org>
2016
2017 * international/titdic-cnv.el (quail-misc-package-ext-info):
2018 Remove duplicate entry for chinese-b5-quick.
2019 (batch-miscdic-convert): Don't try to call miscdic-convert on
2020 files in the directory just following the arg "-dir".
2021
2022 2002-12-04 Stefan Monnier <monnier@cs.yale.edu>
2023
2024 * gdb-ui.el: Fold top-level `setq's and `define-key's into their
2025 corresponding defvar.
2026 (gdb-inferior-io-mode-map): New var.
2027 Add bindings to it rather than to comint-mode-map.
2028 (gdb-display-number-end): Use dolist. Remove always-true test.
2029 (gdb-delete-line): Move and simplify.
2030 (gdb-display-end): Don't bother going to beg-of-line since we're there.
2031 (gdb-array-format1): Use dolist.
2032 (gdb-make-windows-menu, gdb-make-frames-menu):
2033 Move to top-level code. Move the menus to within the GUD menu.
2034 Make the menus only appear in gdba mode.
2035
2036 * gdb-ui.el (gdb-inferior-io-mode-map): Remove (unused).
2037 (gdb-inferior-io-mode): Use define-minor-mode.
2038 (gdb-source-info): Don't burp if there's no source file.
2039 (gdb-inferior-io-interrupt, gdb-inferior-io-quit)
2040 (gdb-inferior-io-stop, gdb-inferior-io-eof)
2041 (gdb-display-breakpoints-buffer, gdb-frame-breakpoints-buffer)
2042 (gdb-display-stack-buffer, gdb-frame-stack-buffer)
2043 (gdb-display-registers-buffer, gdb-frame-registers-buffer)
2044 (gdb-display-locals-buffer, gdb-frame-locals-buffer)
2045 (gdb-display-display-buffer, gdb-frame-display-buffer)
2046 (gdb-display-gdb-buffer, gdb-frame-gdb-buffer)
2047 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
2048 Remove the spurious left over arg from the "big reorg".
2049
2050 2002-12-04 Richard M. Stallman <rms@gnu.org>
2051
2052 * gud.el (gud-menu-map): Update for bashdb.
2053 (perldb): Change prompt regexp.
2054 (gud-bashdb-history, gud-bashdb-massage-args, gud-bashdb-marker-filter)
2055 (gud-bashdb-find-file, gud-bashdb-command-name, bashdb): New.
2056
2057 * progmodes/cc-vars.el: Simply require wid-edit and custom
2058 in eval-when-compile.
2059
2060 * progmodes/cc-menus.el: Don't require imenu.
2061
2062 * progmodes/cc-langs.el: Don't require cl.
2063 (c-delete-duplicates): New function. Use instead of delete-duplicates.
2064
2065 * progmodes/cc-bytecomp.el (cc-bytecomp-obsolete-var):
2066 Add an else-clause to the if to avoid confused compiler warning.
2067
2068 * tooltip.el (tooltip-gud-tips-p): Undo previous change.
2069
2070 2002-12-03 Stefan Monnier <monnier@cs.yale.edu>
2071
2072 * gdb-ui.el: Get rid of (quote ..); use match-string and ignore.
2073
2074 * gdb-ui.el (gdba, gdb-starting, gdb-stopped, gdb-quit):
2075 Update gdb-running -> gud-running.
2076 (gdba): Use the default for gud-find-file.
2077 (def-gdb-variable): Remove: fold into def-gdb-var.
2078 (def-gdb-var): Use buffer-local-value and with-current-buffer.
2079
2080 * gud.el (gud-running): Rename from gdb-running. Update uses.
2081 (gud-tool-bar-map): Use tool-bar-local-item-from-menu rather than
2082 tool-bar-add-item-from-menu to avoid let binding tool-bar-map
2083 which fails if tool-bar.el is loaded in the mean time.
2084 (gud-file-name): New fun.
2085 (gud-find-file): Use it as default value for gud-find-file.
2086 (gud-speedbar-buttons): Discriminate on gud-minor-mode rather than
2087 on gud-find-file.
2088 (gud-gdb-find-file, gud-dbx-file-name, gud-dbx-find-file)
2089 (gud-xdb-file-name, gud-xdb-find-file, gud-perldb-find-file)
2090 (gud-pdb-find-file, gud-jdb-find-file): Remove.
2091 (gud-query-cmdline): Don't stuff the whole cwd in the command.
2092 (gdb, dbx, xdb, perldb, pdb, jdb): Use the default for gud-find-file.
2093 (gud-mipsdbx-massage-args): Remove.
2094 (gud-dbx-command-name): New var. Do what gud-mipsdbx-massage-args did.
2095 (gud-irixdbx-marker-filter): Use match-string and gud-file-name.
2096 (gud-jdb-command-name): New var.
2097 (gud-common-init): Re-instate RMS code of 11/13.
2098
2099 2002-12-03 Dave Love <fx@gnu.org>
2100
2101 * international/ucs-tables.el (ucs-unify-8859, ucs-unify-8859)
2102 (ucs-fragment-8859): Don't use set-buffer-major-mode-hook.
2103 (ucs-set-table-for-input): Use optional arg. Check for null `cs'.
2104
2105 2002-12-03 Andreas Schwab <schwab@suse.de>
2106
2107 * cus-edit.el (custom-display): Add checkbox for type mac.
2108
2109 * whitespace.el (whitespace-highlight-face): Fix face spec.
2110
2111 2002-12-02 Stefan Monnier <monnier@cs.yale.edu>
2112
2113 * simple.el (completion-setup-function): Fix last change to use
2114 minibuffer-completing-file-name instead.
2115
2116 * add-log.el (change-log-mode): Set indent-line-function explicitly
2117 to what it was before indent-line-function's default was changed.
2118
2119 2002-12-02 Richard M. Stallman <rms@gnu.org>
2120
2121 * textmodes/ispell.el (ispell-dict-map): Move specific
2122 dictionary selection into a submenu.
2123
2124 * textmodes/fill.el (fill-indent-to-left-margin): New function.
2125 (fill-newline, fill-region-as-paragraph): Use that.
2126
2127 * simple.el (completion-setup-function):
2128 Handle ffap-read-file-or-url-internal specially like
2129 read-file-name-internal.
2130
2131 2002-12-02 Simon Marshall <marshals@perth>
2132
2133 * font-lock.el (c++-font-lock-extra-types): Fix previous change.
2134
2135 2002-12-02 Fran\e,Ag\e(Bois Pinard <pinard@iro.umontreal.ca>
2136
2137 * progmodes/make-mode.el (makefile-font-lock-keywords): Highlight
2138 more make keywords: defined, endef, override, export, unexport
2139 and vpath.
2140
2141 2002-12-02 Dave Love <fx@gnu.org>
2142
2143 * autoarg.el (autoarg-kp-mode): Give it a :group.
2144
2145 2002-12-02 Noah Friedman <friedman@splode.com>
2146
2147 * complete.el (PC-do-completion): Do not add wildcards to pattern
2148 unless filename is non-nil.
2149
2150 2002-12-02 Andreas Schwab <schwab@suse.de>
2151
2152 * mwheel.el (mouse-wheel-scroll-amount): Fix customize type.
2153
2154 * paren.el (show-paren-mismatch-face): Fix face spec.
2155
2156 2002-11-30 Nick Roberts <nick@nick.uklinux.net>
2157
2158 * gdb-ui.el (gdb-many-windows): Define as a minor mode.
2159 (toggle-gdb-windows): Remove. (Patch from Stefan Monnier)
2160
2161 * tooltip.el (tooltip-gud-process-output): Handle annotations that
2162 are output with gdba in gdb-ui.el.
2163 (tooltip-strip-annotations): New function.
2164
2165 2002-12-29 Dave Love <fx@gnu.org>
2166
2167 * autoarg.el (autoarg-mode): Give it a :group.
2168
2169 2002-11-29 Bill Wohler <wohler@newt.com>
2170
2171 * mail/mh-comp.el, mail/mh-e.el, mail/mh-funcs.el,
2172 mail/mh-mime.el, mail/mh-pick.el, mail/mh-seq.el,
2173 mail/mh-utils.el, mail/mh-xemacs-compat.el: Upgraded to MH-E
2174 version 7.0.
2175
2176 * mail/mh-index.el, mail/mh-speed.el: New files for indexed
2177 searches and speedbar support in MH-E version 7.0.
2178
2179 * toolbar/reply-all.pbm, toolbar/reply-all.xpm,
2180 toolbar/reply-from.pbm, toolbar/reply-from.xpm,
2181 toolbar/reply-to.pbm, toolbar/reply-to.xpm: New toolbar images for
2182 MH-E version 7.0.
2183
2184 2002-11-29 Markus Rost <rost@math.ohio-state.edu>
2185
2186 * mwheel.el (mouse-wheel-inhibit-click-time): Fix custom type.
2187
2188 2002-11-29 Richard M. Stallman <rms@gnu.org>
2189
2190 * mail/rmail.el (rmail-convert-to-babyl-format):
2191 Make search for message delimiter case-sensitive.
2192
2193 * simple.el (yank-window-start): New variable.
2194 (yank): Record yank-window-start
2195 (yank-pop): Use yank-window-start.
2196
2197 * info.el (Info-additional-directory-list): Doc fix.
2198
2199 * indent.el (indent-according-to-mode, indent-region): Doc fix.
2200
2201 * tooltip.el (tooltip-gud-tips-p): Doc fix.
2202
2203 * eshell/em-script.el: Require eshell.
2204
2205 * eshell/esh-ext.el, eshell/em-cmpl.el: Require esh-util.
2206
2207 2002-11-29 Kim F. Storm <storm@cua.dk>
2208
2209 * mwheel.el: Avoid accidental yanking of text while scrolling with
2210 the mouse wheel. This adds a short period after each mouse wheel
2211 scroll event where a click on the mouse wheel button is ignored.
2212 (mouse-wheel-click-event, mouse-wheel-inhibit-click-time): New customs.
2213 (mouse-wheel-click-button, mwheel-inhibit-click-event-timer): New vars.
2214 (mwheel-inhibit-click-timeout,mwheel-filter-click-events): New defuns.
2215 (mwheel-scroll): Add mwheel-filter-click-events as pre-command-hook.
2216 Start mwheel-inhibit-click-event-timer with timeout handler
2217 mwheel-inhibit-click-timeout.
2218
2219 2002-11-28 Nick Roberts <nick@nick.uklinux.net>
2220
2221 * tooltip.el (tooltip-gud-tips-setup): Remove.
2222 (tooltip-gud-debugger): Remove.
2223 (tooltip-gud-print-command): Use gud-minor mode instead of
2224 tooltip-gud-tips-setup and tooltip-gud-debugger.
2225
2226 * gdb-ui.el (gdb-starting): Set gdb-running to t.
2227 (gdb-stopped): Set gdb-running to nil.
2228 (gdb-quit): Reset some variables including tool-bar-map.
2229
2230 * gud.el (gdb-running): New variable.
2231 (gud-menu-map): Use gdb-running to grey out toolbar buttons
2232 with gdba in gdb-ui.el.
2233 (gud-tool-bar-map): Move to avoid byte compiler warning.
2234
2235 2002-11-27 Jason Rumney <jasonr@gnu.org>
2236
2237 * files.el (file-truename): Canonicalize non-existent names on w32.
2238
2239 2002-11-28 Kim F. Storm <storm@cua.dk>
2240
2241 * ido.el (ido-xemacs): Remove defvar. All uses changed to
2242 check (featurep 'xemacs) instead.
2243 (ido-visit-buffer): Use select-frame-set-input-focus unconditionally.
2244
2245 2002-11-27 Dave Love <fx@gnu.org>
2246
2247 * emacs-lisp/cl-macs.el: Move `predicates for analyzing Lisp
2248 forms' block to top (before uses).
2249 (help-fns): Don't require at top level. (Recursively.)
2250 (cl-transform-lambda): Require help-fns.
2251
2252 2002-11-26 Dave Love <fx@gnu.org>
2253
2254 * language/european.el (encode-mac-roman): Deal with unencodable
2255 characters.
2256
2257 * language/cyrillic.el (ccl-encode-koi8, ccl-encode-koi8-u)
2258 (ccl-encode-alternativnyj): Deal with unencodable characters.
2259
2260 * international/code-pages.el (cp-make-coding-system): Deal with
2261 unencodable characters.
2262
2263 2002-11-24 Richard M. Stallman <rms@gnu.org>
2264
2265 * mail/sendmail.el (mail-signature): Handle case where
2266 value of mail-signature is a string.
2267
2268 * menu-bar.el (menu-bar-describe-menu): Add "What's This?" item.
2269
2270 * faces.el (face-set-after-frame-default): Ignore errors
2271 in face-spec-face-set.
2272
2273 * cus-face.el (custom-declare-face): Add face-defface-spec
2274 prop after applying the face spec.
2275
2276 2002-11-23 Nick Roberts <nick@nick.uklinux.net>
2277
2278 * tooltip.el (tooltip-gud-print-command): Add server prefix to the
2279 print command for gdb to keep it out of the command history.
2280
2281 * gdb-ui.el: Major re-organisation. Simplify legacy gdba
2282 code to allow only one gdb process.
2283
2284 2002-11-23 Markus Rost <rost@math.ohio-state.edu>
2285
2286 * scroll-all.el (scroll-all-mode): Move arg LIGHTER to the right
2287 place. Add groups.
2288
2289 2002-11-22 Simon Marshall <marshals@perth>
2290
2291 * font-lock.el (c++-font-lock-extra-types): Add various STL classes.
2292
2293 2002-11-21 Nick Roberts <nick@nick.uklinux.net>
2294
2295 * gdb-ui.el : General tidying. Patches from Stefan Monnier.
2296
2297 2002-11-20 Simon Josefsson <jas@extundo.com>
2298
2299 * play/morse.el (morse-code): Add non-ASCII characters, according
2300 to table at http://www.soton.ac.uk/~scp93ch/morse/.
2301
2302 2002-11-21 Richard M. Stallman <rms@gnu.org>
2303
2304 * dired.el (dired-sort-inhibit): New variable.
2305 (dired-sort-toggle-or-edit): Err if dired-sort-inhibit non-nil.
2306
2307 * find-dired.el (find-dired): Set dired-sort-inhibit to t
2308 buffer-locally.
2309
2310 2002-11-21 Eugene Exarevsky <zheka@relex.ru>
2311
2312 * progmodes/sql.el: Added LINTER support.
2313 (sql-linter-program): New variable.
2314 (sql-linter-options): New variable.
2315 (sql-mode-menu): Added Linter keywords.
2316 (sql-mode-linter-font-lock-keywords): New variable.
2317 (sql-highlight-linter-keywords): New function.
2318 (sql-linter): New function.
2319 (sql-ms-options): New variable.
2320 (sql-ms): Use it.
2321
2322 2002-11-21 John Paul Wallington <jpw@shootybangbang.com>
2323
2324 * ibuffer.el (ibuffer-formats): Change default value; bump width
2325 of size column in first format to 7.
2326
2327 2002-11-20 Stefan Monnier <monnier@cs.yale.edu>
2328
2329 * help-fns.el (describe-variable): Look for (defvar . <sym>) in the
2330 load-history since `defvar' now uses this format.
2331
2332 * custom.el (custom-declare-variable): Use push.
2333 Use the (defvar . <sym>) format in load-history like `defvar' does.
2334
2335 * subr.el (symbol-file): Accept a non-atomic `function' arg.
2336 (with-local-quit): Add debug and indentation info.
2337
2338 2002-11-20 John Paul Wallington <jpw@shootybangbang.com>
2339
2340 * subr.el (symbol-file): Remove unused variable `functions'.
2341
2342 2002-11-20 Markus Rost <rost@math.ohio-state.edu>
2343
2344 * Makefile.in (setwins_almost): Renamed from finder_setwins.
2345 (custom-deps): Use it.
2346 (finder-data): Adjust to that name change.
2347
2348 2002-11-19 Stefan Monnier <monnier@cs.yale.edu>
2349
2350 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
2351 Turn errors into messages so they don't get ignored.
2352 (eldoc-get-fnsym-args-string): Use help-split-fundoc.
2353 (eldoc-beginning-of-sexp): Simplify.
2354 (eldoc-function-arglist): Remove.
2355 (eldoc-function-argstring): Use help-function-arglist instead.
2356 (eldoc-function-argstring-from-docstring-method-table)
2357 (eldoc-function-argstring-from-docstring): Remove.
2358
2359 * emacs-lisp/cl.el (multiple-value-call): Add docstring.
2360
2361 2002-11-19 Dave Love <fx@gnu.org>
2362
2363 * emacs-lisp/bytecomp.el (maphash, map-char-table):
2364 Use byte-compile-funarg.
2365
2366 * emacs-lisp/byte-opt.el (side-effect-free-fns): Several additions.
2367
2368 2002-11-19 Markus Rost <rost@math.ohio-state.edu>
2369
2370 * progmodes/vhdl-mode.el (defgroup vhdl-related): Declare the
2371 members here rather than with custom-add-to-group. This is the
2372 intended way of using defgroup and also lets
2373 custom-make-dependencies do its job.
2374 (defgroup vhdl-highlight-faces): Ditto.
2375
2376 * emacs-lisp/shadow.el (defgroup lisp-shadow): New group name.
2377 Previous group name shadow is used in shadowfile.el.
2378 (shadows-compare-text-p): Use group lisp-shadow.
2379
2380 2002-11-19 Stefan Monnier <monnier@cs.yale.edu>
2381
2382 * emacs-lisp/cl.el (multiple-value-call): Add docstring.
2383
2384 2002-11-19 Masatake Yamato <jet@gyve.org> (tiny change)
2385
2386 * register.el (describe-register-1): Don't assign to val the value
2387 returned by `remove-list-of-text-properties'.
2388
2389 2002-11-18 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
2390
2391 * calendar/diary-lib.el (fancy-diary-font-lock-keywords):
2392 Grok month numbers, too.
2393
2394 2002-11-18 Juanma Barranquero <lektu@terra.es>
2395
2396 * mail/smtpmail.el (smtpmail-send-queued-mail): Add autoload cookie.
2397
2398 2002-11-18 Markus Rost <rost@math.ohio-state.edu>
2399
2400 * pcvs.el (cvs-minor-mode, cvs-mode-commit-hook): Add group.
2401
2402 * textmodes/refill.el (defgroup refill): New group.
2403
2404 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Add group.
2405
2406 * textmodes/sgml-mode.el (html-autoview-mode): Add group.
2407
2408 * textmodes/paragraphs.el (use-hard-newlines): Add group.
2409
2410 * progmodes/compile.el (compilation-shell-minor-mode): Add group.
2411 (compilation-minor-mode): Add group.
2412
2413 * reveal.el (global-reveal-mode): Add group.
2414
2415 * bookmark.el (bookmark-menu-length): Fix group name.
2416
2417 2002-11-17 Richard M. Stallman <rms@gnu.org>
2418
2419 * mail/rmail.el (rmail-ignored-headers): Add more headers.
2420
2421 * calendar/parse-time.el (parse-time-elt): Var renamed from `elt'.
2422 (parse-time-val): Var renamed from `val'. All uses changed.
2423
2424 * files.el (parse-time-rules): Mark it as risky.
2425
2426 * finder.el (finder-commentary): Use buffer *Finder-package*.
2427
2428 * menu-bar.el (menu-bar-options-menu): Improve tooltip string.
2429
2430 * simple.el (indicate-unused-lines)
2431 (default-indicate-unused-lines): New variable aliases.
2432
2433 2002-11-18 Kenichi Handa <handa@m17n.org>
2434
2435 * progmodes/cc-vars.el: Undo previous change.
2436
2437 2002-11-18 Kenichi Handa <handa@m17n.org>
2438
2439 * language/cyrillic.el (cyrillic-iso-8bit): Make it safe.
2440
2441 * language/european.el (iso-latin-1): Make it safe.
2442 (iso-latin-2, iso-latin-3, iso-latin-4, iso-latin-5, iso-latin-8)
2443 (iso-latin-9): Likewise.
2444
2445 * language/greek.el (greek-iso-8bit): Make it safe.
2446
2447 * language/hebrew.el (hebrew-iso-8bit): Make it safe.
2448
2449 * language/lao.el (lao): Make it safe.
2450
2451 * language/thai.el (thai-tis620): Make it safe.
2452
2453 2002-11-17 Markus Rost <rost@math.ohio-state.edu>
2454
2455 * speedbar.el (defgroup speedbar): Use group 'etags instead of
2456 nonexisting group 'tags.
2457
2458 * emacs-lisp/re-builder.el: Add provide call.
2459
2460 * mail/feedmail.el (feedmail-fiddle-headers-upwardly)
2461 (feedmail-fiddle-plex-user-list): Fix typo in group name.
2462
2463 * progmodes/make-mode.el (makefile-space-face): Fix group name.
2464
2465 * textmodes/ispell.el (defgroup ispell): Arrange that definition
2466 starts at beginning of line.
2467
2468 * textmodes/table.el (defgroup table-hooks): New group.
2469 (table-cell-map-hook): Fix typo in group name.
2470
2471 * calendar/diary-lib.el (diary-button-face): Add group and version
2472 number.
2473
2474 * warnings.el (defgroup warnings): New group.
2475
2476 2002-11-16 Markus Rost <rost@math.ohio-state.edu>
2477
2478 * emacs-lisp/autoload.el (update-autoloads-from-directories):
2479 Sort the list of files with no autoloads.
2480
2481 2002-11-16 Alan Shutko <ats@acm.org>
2482
2483 * calendar/diary-lib.el (list-diary-entries): Pass a marker
2484 indicating source of entry to add-to-diary-list.
2485 (diary-button-face, diary-entry, diary-goto-entry): New, to
2486 support click to diary file.
2487 (fancy-diary-display): Buttonize diary entries.
2488 (list-sexp-diary-entries): Pass a marker indicating source of
2489 entry to add-to-diary-list.
2490 (diary-date): Return mark as well as entry.
2491
2492 * calendar/calendar.el (diary-face): New.
2493 (european-calendar-display-form, describe-calendar-mode)
2494 (mark-visible-calendar-date, calendar-mark-today): Tidy doc string.
2495 (calendar-make-alist): New.
2496 (calendar-mode): Set up font-lock mode.
2497 (generate-calendar-window): Fontify if font-lock-mode is on.
2498
2499 2002-11-16 Ivan Zakharyaschev <imz@altlinux.org> (tiny change)
2500
2501 * international/codepage.el (cp866-decode-table): Fix the
2502 translation table.
2503
2504 2002-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
2505
2506 * progmodes/cc-bytecomp.el (cc-bytecomp-defun): Fixed bug that
2507 caused existing function definitions to be overridden by
2508 phonies when the bytecomp environment is restored.
2509
2510 2002-11-15 Nick Roberts <nick@nick.uklinux.net>
2511
2512 * toolbar/gud-break.pbm, toolbar/gud-cont.pbm, toolbar/gud-display.pbm,
2513 toolbar/gud-down.pbm, toolbar/gud-finish.pbm, toolbar/gud-goto.pbm,
2514 toolbar/gud-next.pbm, toolbar/gud-print.pbm, toolbar/gud-remove.pbm,
2515 toolbar/gud-run.pbm, toolbar/gud-step.pbm, toolbar/gud-up.pbm:
2516 Icons for debugger (pbm files).
2517
2518 2002-11-15 Richard M. Stallman <rms@gnu.org>
2519
2520 * international/mule.el (set-buffer-file-coding-system): Redo prev chg.
2521
2522 2002-11-15 John Paul Wallington <jpw@shootybangbang.com>
2523
2524 * ibuffer.el (ibuffer-use-other-window, ibuffer-use-header-line)
2525 (ibuffer-visit-buffer, ibuffer-redisplay, ibuffer-update): Doc fix.
2526 (ibuffer-mode-hooks): Remove spurious defvar.
2527 (ibuffer): Run `ibuffer-hook' instead of `ibuffer-hooks'.
2528 (ibuffer-mode): Run `ibuffer-mode-hook' instead of
2529 `ibuffer-mode-hooks'.
2530
2531 2002-11-15 Markus Rost <rost@math.ohio-state.edu>
2532
2533 * mail/rmailedit.el: Add provide call.
2534
2535 * play/bruce.el: Add provide call.
2536
2537 * emacs-lisp/gulp.el: Add provide call.
2538
2539 2002-11-14 Richard M. Stallman <rms@gnu.org>
2540
2541 * international/mule.el (set-buffer-file-coding-system): Undo prv chg.
2542
2543 2002-11-14 Markus Rost <rost@math.ohio-state.edu>
2544
2545 * custom.el (custom-declare-group): Remove unnecessary line of code.
2546
2547 * cus-dep.el (custom-make-dependencies): Bind load-file-name.
2548
2549 2002-11-14 Edward M. Reingold <reingold@emr.cs.iit.edu>
2550
2551 * calendar/diary-lib.el (make-diary-entry): Allow for local variables
2552 at end of diary file.
2553
2554 2002-11-14 Kim F. Storm <storm@cua.dk>
2555
2556 * files.el (mode-name): Mark it as risky-local-variable like the
2557 other mode-line elements (moved from bindings.el).
2558
2559 * bindings.el (mode-name): Moved mark as risky-local-variable to
2560 files.el.
2561
2562 2002-11-14 Juanma Barranquero <lektu@terra.es>
2563
2564 * gud.el: Fix feature name in `provide'.
2565
2566 * gdb-ui.el: Fix feature name in `require'.
2567
2568 2002-11-14 Per Cederqvist <ceder@lysator.liu.se> (tiny change)
2569
2570 * progmodes/etags.el (find-tag-default): Copy text at point without
2571 properties.
2572
2573 2002-11-14 Kenichi Handa <handa@m17n.org>
2574
2575 * progmodes/cc-vars.el: Don't cc-bytecomp-defun char-table-p.
2576
2577 2002-11-14 Kim F. Storm <storm@cua.dk>
2578
2579 * textmodes/fill.el (fill-nobreak-invisible): New var.
2580 (fill-nobreak-p): Test it; return t if set and point invisible.
2581 (fill-newline): Test it; remove invisible prop on newline if set.
2582
2583 * info.el (Info-fontify-node): New local list paragraph-markers.
2584 Record markers for mangled *note references on that list.
2585 When done, go back through those markers and fill each mangled
2586 paragraph with `fill-nobreak-invisible' let-bound to t.
2587 Don't use `display' property; insert "see" directly in buffer.
2588
2589 2002-11-14 Nick Roberts <nick@nick.uklinux.net>
2590
2591 * gdb-ui.el: New file, User Interface for running GDB
2592
2593 * gud.el:(gud-find-file): Set up GDB tool bar.
2594 (gud-menu-map): New commands: run, goto.
2595 Enable some commands for gdba.
2596 (gud-query-cmdline): Pass default directory to gdba.
2597 (gdb): Defune gud-goto and gud-run.
2598 (gud-gdb-complete-command): Maybe use gdba-complete-filter.
2599 (gud-mode): Set up local tool bar.
2600 (gud-display-line): For gdba, call gdb-display-source-buffer.
2601 (gud-basic-call): For gdba, maybe delete the current prompt.
2602 (gud-tool-bar-map): New variable.
2603 (gud-read-address): Correction.
2604
2605 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-display.xpm,
2606 toolbar/gud-down.xpm, toolbar/gud-finish.xpm, toolbar/gud-goto.xpm,
2607 toolbar/gud-next.xpm, toolbar/gud-print.xpm, toolbar/gud-remove.xpm,
2608 toolbar/gud-run.xpm, toolbar/gud-step.xpm, toolbar/gud-up.xpm:
2609 Icons for debugger.
2610
2611 2002-11-13 Stefan Monnier <monnier@cs.yale.edu>
2612
2613 * pcvs.el (cvs-mode-run): Don't pass "." if not needed.
2614
2615 2002-11-13 Andre Spiegel <spiegel@gnu.org>
2616
2617 * vc-rcs.el (vc-rcs-registered): Improve comment.
2618
2619 * vc-sccs.el (vc-sccs-registered): Improve comment.
2620
2621 2002-11-13 Tim Van Holder <tim.vanholder@anubex.com> (tiny change)
2622
2623 * progmodes/compile.el (compilation-error-regexp-alist):
2624 Don't include colon and space after a file name as part of the name.
2625
2626 2002-11-13 Richard M. Stallman <rms@gnu.org>
2627
2628 * gud.el (gdb): Undo 10-26 change.
2629
2630 2002-11-13 Kenichi Handa <handa@m17n.org>
2631
2632 * replace.el (occur-engine): Set buffer-file-coding-system of
2633 OUT-BUF to that of one of BUFFERS if they locally bind that variable.
2634
2635 2002-11-13 Markus Rost <rost@math.ohio-state.edu>
2636
2637 * custom.el (custom-handle-all-keywords): Fix arg passed to
2638 custom-add-to-group.
2639
2640 2002-11-12 Stefan Monnier <monnier@cs.yale.edu>
2641
2642 * pcvs-defs.el (cvs-mode-map): Remove M-f binding.
2643 (cvs-minor-mode-map): Add e binding in log-view-mode.
2644
2645 * progmodes/perl-mode.el (perl-hanging-paren-p): New fun.
2646 (perl-indent-line): Look at the open-paren to indent a close-paren.
2647 (perl-calculate-indent): Try to better indent args after hanging paren.
2648 Remove special code for open-paren-in-column-0.
2649
2650 * textmodes/sgml-mode.el (sgml-namify-char): New cmd.
2651 (sgml-name-char): Use it.
2652 (sgml-tag-last, sgml-tag-history): New vars.
2653 (sgml-tag): Use them.
2654 (sgml-skip-tag-forward): Use sgml-tag-syntax-table.
2655 (sgml-delete-tag): Remove resulting empty lines.
2656 (sgml-tag) <symbol-plist>: Don't make intangible.
2657 (sgml-parse-tag-backward): Add limit argument.
2658 (html-autoview-mode): Use define-minor-mode.
2659
2660 2002-11-12 Markus Rost <rost@math.ohio-state.edu>
2661
2662 * vc-rcs.el (vc-rcs-registered): Handle the autoload cookie so
2663 that the definition is found by `find-function-search-for-symbol'
2664 and etags.
2665
2666 * vc-sccs.el (vc-sccs-registered): Ditto.
2667
2668 * emulation/edt.el (defgroup edt): Arrange that definition starts
2669 at beginning of line.
2670
2671 * ls-lisp.el (defgroup ls-lisp): Remove autoload cookie.
2672
2673 * hi-lock.el (defgroup hi-lock-interactive-text-highlighting):
2674 Remove autoload cookie.
2675
2676 * newcomment.el (defgroup comment): Remove autoload cookie.
2677
2678 2002-11-11 Markus Rost <rost@math.ohio-state.edu>
2679
2680 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
2681 Declare with defvar, not with defcustom.
2682
2683 * cus-dep.el: Don't require 'autoload.
2684 (custom-make-dependencies): Handle :version also for autoloaded
2685 options.
2686
2687 * winner.el (defgroup winner): Arrange that definition starts at
2688 beginning of line.
2689
2690 * emulation/edt.el: Simplify Emacs 19 compatibility.
2691
2692 2002-11-11 Fabrice Bauzac <fabrice.bauzac@wanadoo.fr> (tiny change)
2693
2694 * dired-aux.el (dired-show-file-type): Format filename with "%s" to
2695 escape any format-like sequences it could contain.
2696
2697 2002-11-11 Per Abrahamsen <abraham@dina.kvl.dk>
2698
2699 * cus-edit.el (custom-save-delete): Force emacs-lisp-mode.
2700
2701 2002-11-11 Juanma Barranquero <lektu@terra.es>
2702
2703 * bindings.el (mode-name): Mark it as risky-local-variable.
2704
2705 2002-11-09 Dave Love <fx@gnu.org>
2706
2707 * international/mule-cmds.el (current-language-environment):
2708 Fix :type.
2709
2710 * international/ucs-tables.el: Revert to using
2711 translation-table-for-input instead of keyboard-translate-table.
2712
2713 * international/quail.el (quail-input-string-to-events):
2714 Revert last change.
2715
2716 * simple.el (quoted-insert): Bind translation-table-for-input,
2717 not keyboard-translate-table.
2718
2719 2002-11-08 Stefan Monnier <monnier@cs.yale.edu>
2720
2721 * arc-mode.el (archive-zip-summarize): Don't hardcode (point-min) = 1.
2722
2723 * complete.el (PC-do-completion): Make partial-completion work
2724 with incomplete directory names.
2725
2726 * textmodes/tex-mode.el (latex-standard-block-names): Rename from
2727 standard-latex-block-names.
2728 (tex-font-lock-keywords-1): Add providecommand, renewenvironment,
2729 and renewtheorem. Highlight \it and \bf separately since they
2730 may overlap.
2731 (tex-font-lock-suscript, tex-font-lock-unfontify-region): New funs.
2732 (tex-font-lock-keywords-3, tex-verbatim-environments)
2733 (tex-font-lock-syntactic-keywords): New vars.
2734 (superscript, subscript, tex-verbatim-face): New faces.
2735 (tex-font-lock-syntactic-face-function): Handle \verb construct.
2736 (tex-common-initialization): Update font-lock-defaults setting.
2737 (tex-insert-braces): Make it into a skeleton.
2738 (latex-fill-nobreak-predicate): Don't break after \.
2739 (latex-insert-block): Rename from tex-latex-block.
2740 (latex-down-list): Use tex-mode-syntax-table when skipping parens
2741 rather than the indentation syntax-table.
2742 (latex-close-block): Rename from tex-close-latex-block.
2743 (latex-split-block): New fun.
2744 (latex-indent): Don't indent inside a verbatim block.
2745 (latex-find-indent): Stick \begin{verbatim} to the margin.
2746
2747 2002-11-08 John Wiegley <johnw@gnu.org>
2748
2749 * calendar/timeclock.el (timeclock-modeline-display): Use assq as
2750 well as memq to find `global-mode-string' within
2751 `mode-line-format'. The structure of that variable has changed in
2752 21.3.
2753
2754 2002-11-07 Stefan Monnier <monnier@cs.yale.edu>
2755
2756 * format.el (format-decode): Be careful with the order in `format'.
2757
2758 * eshell/esh-cmd.el (function-p-func): Avoid `xemacs-p'.
2759
2760 * eshell/em-glob.el: Require esh-util.
2761 (eshell-glob-initialize): Don't assume
2762 eshell-special-chars-outside-quoting is available.
2763
2764 * textmodes/fill.el (fill-paragraph): Consider a comment-start as
2765 a paragraph starter when filling non-comments.
2766 (fill-comment-paragraph): Don't narrow while doing the fill.
2767 Recognize paragraph starters and separators within comments.
2768 Use adaptive-fill-prefix when it works. Use comment-search-forward.
2769
2770 * progmodes/compile.el (grep-default-command): New fun.
2771 (grep): Use it.
2772 (compilation-menu-map): New var.
2773 (compilation-minor-mode-map, compilation-shell-minor-mode-map): Use it.
2774 (compilation-mode-map): Simplify.
2775 (compilation-shell-minor-mode, compilation-minor-mode):
2776 Use define-minor-mode.
2777
2778 * elide-head.el (elide-head): Don't make intangible.
2779
2780 * help.el (where-is): Rename map to defs (a list of syms is not a map).
2781 Test fboundp first, to speed things up. Use push.
2782
2783 * isearch.el (isearch-hidden): New var.
2784 (isearch-search-and-update): Test it.
2785 (isearch-range-invisible): Set it.
2786
2787 * progmodes/tcl.el (tcl-mode): Don't set paragraph-start,
2788 paragraph-separate, comment-column, and fill-paragraph-function.
2789 Simplify outline-regexp.
2790 (tcl-do-fill-paragraph): Remove.
2791
2792 2002-11-07 Markus Rost <rost@math.ohio-state.edu>
2793
2794 * mail/sendmail.el (mail-default-directory): Set the version to 21.4.
2795
2796 * progmodes/compile.el (grep-compute-defaults): Undo previous change.
2797 Definition moved down.
2798 (grep-command, grep-find-command, grep-tree-command): Allow value nil.
2799 Do not declare :get property.
2800 (grep-use-null-device): Fix type. Do not declare :get property.
2801
2802 * emacs-lisp/checkdoc.el (checkdoc-find-error):
2803 Use get-file-buffer instead of get-buffer.
2804
2805 * cus-dep.el (custom-make-dependencies): Fix comment inserted in
2806 cus-load.el.
2807
2808 2002-11-07 Juanma Barranquero <lektu@terra.es>
2809
2810 * help.el (where-is): Report also aliases of the passed command.
2811
2812 2002-11-06 Dave Love <fx@gnu.org>
2813
2814 * simple.el (quoted-insert): Bind keyboard-translate-table around
2815 read-char.
2816
2817 * international/ucs-tables.el: Use keyboard-translate-table coding
2818 system property, not translation-table-for-input, for
2819 vietnamese-viscii & al.
2820 (translation-table-for-input): Set,
2821 don't defvar, and make permanent-local.
2822 (ucs-unify-8859, ucs-unify-8859, ucs-fragment-8859): Add/remove
2823 set-buffer-major-mode-hook, not quail-activate-hook.
2824 (ucs-set-table-for-input): Renamed from ucs-quail-activate.
2825 (ucs-unify-8859, ucs-unify-8859, ucs-fragment-8859):
2826 Setup keyboard-translate-table, not translation-table-for-input.
2827 Modify set-buffer-major-mode-hook, not quail-activate-hook.
2828 (ucs-fragment-8859): Don't use translation-table-for-input coding
2829 system property.
2830 (ucs-quail-activate): Deleted.
2831 (ucs-set-table-for-input): New.
2832 (ucs-minibuffer-setup): Use it.
2833
2834 * international/quail.el (quail-input-string-to-events):
2835 Use keyboard-translate-table, not translation-table-for-input.
2836
2837 * files.el (normal-mode): Call ucs-set-table-for-input.
2838
2839 * international/mule.el (set-buffer-file-coding-system):
2840 Call ucs-set-table-for-input.
2841
2842 2002-11-06 Richard M. Stallman <rms@gnu.org>
2843
2844 * replace.el (query-replace, query-replace-regexp): Doc fixes.
2845
2846 * emacs-lisp/bytecomp.el (byte-compile-lambda):
2847 Handle progn like let, inside interactive spec.
2848
2849 * textmodes/tex-mode.el (tex-dvi-view-command): Value can be sexp.
2850 Initialize to a suitable sexp.
2851 (tex-view): Evaluate tex-dvi-view-command and use the value.
2852
2853 2002-11-06 Kenichi Handa <handa@m17n.org>
2854
2855 * international/mule.el (coding-system-eol-type-mnemonic):
2856 Use eol-mnemonic-undecided if CODING-SYSTEM is nil.
2857
2858 2002-11-06 Kim F. Storm <storm@cua.dk>
2859
2860 * info.el (Info-fontify-node): Fixed hiding of *note references
2861 with embedded file names like (xxx.yyy).
2862 Avoid making any lines visibly longer if hiding newlines inside
2863 note references by wrapping line after references if it contained
2864 a newline (unfortunaly this makes more lines appear "shorter").
2865 Properly reindent multi-line menu entry descriptions.
2866
2867 2002-11-05 Juanma Barranquero <lektu@terra.es>
2868
2869 * language/cyrillic.el ("Bulgarian"): Fix typo.
2870
2871 * international/mule.el (coding-system-eol-type-mnemonic):
2872 Move from mule-util.el.
2873
2874 * international/mule-util.el (coding-system-eol-type-mnemonic):
2875 Move to mule.el.
2876
2877 2002-11-04 Juanma Barranquero <lektu@terra.es>
2878
2879 * files.el (find-buffer-visiting): Accept new optional PREDICATE
2880 argument to return only a buffer that satisfies the predicate.
2881 (insert-file-1): New function.
2882 (insert-file-literally): Use it.
2883 (insert-file): Use it.
2884
2885 2002-11-04 Robert Fenk <Robert.Fenk@gmx.de> (tiny change)
2886
2887 * desktop.el (desktop-relative-file-names): New variable.
2888 (desktop-save): Use it.
2889
2890 2002-11-03 Andre Spiegel <spiegel@gnu.org>
2891
2892 * vc.el (vc-dired-mode): Adapt dired-move-to-filename-regexp to
2893 its current version in dired.el.
2894
2895 2002-11-03 Stefan Monnier <monnier@cs.yale.edu>
2896
2897 * emacs-lisp/autoload.el (generate-file-autoloads)
2898 (update-file-autoloads): Strip .gz and other such extensions.
2899 (update-autoloads-from-directories): Also consider compressed files.
2900
2901 * info.el (Info-streamline-headings): New var.
2902 (Info-dir-remove-duplicates): New fun.
2903 (Info-insert-dir): Use it. Simplify the code with push,mapc,dolist.
2904 (Info-select-node): Simplify handling of Info-header-line.
2905 (Info-forward-node): Undo 2000/12/15 since we don't narrow any more.
2906 (Info-mode): Set header-line-format once and for all.
2907 (Info-fontify-node): Accept bogus first line with `File:' missing.
2908 Only make first line invisible if Info-use-header-line.
2909 Don't use `intangible': it's evil. Use inhibit-read-only.
2910 (Info-follow-reference, Info-next-reference, Info-prev-reference)
2911 (Info-try-follow-nearest-node): Don't bind inhibit-point-motion-hooks
2912 since we don't use intangible any more.
2913
2914 * image.el (insert-image): Don't make intangible since
2915 adjust_point_for_property should be sufficient by default.
2916
2917 2002-11-02 Stefan Monnier <monnier@cs.yale.edu>
2918
2919 * textmodes/fill.el (fill-paragraph-handle-comment): New var.
2920 (fill-comment-paragraph): New fun (generalizes of lisp-fill-paragraph).
2921 (fill-paragraph): Use them.
2922
2923 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
2924 Use fill-comment-paragraph.
2925
2926 2002-11-02 Stefan Monnier <monnier@cs.yale.edu>
2927
2928 * bindings.el (mode-line-change-eol)
2929 (mode-line-eol-desc-cache, mode-line-eol-desc): New.
2930 (mode-line-mule-info): Use them for the EOL part of the modeline.
2931
2932 * server.el (server-sentinel): Kill buffers if applicable.
2933 (server-temp-file-p): Make arg optional.
2934 (server-done): Use it to simplify.
2935 (server-switch-buffer): If server-window is a function, use it.
2936
2937 * mail/undigest.el (rmail-digest-end-regexps): Simplify.
2938 (undigestify-rmail-message): Fix paren-bug and simplify.
2939
2940 2002-11-02 Kim F. Storm <storm@cua.dk>
2941
2942 * info.el (Info-hide-note-references): nil value now does no
2943 reformatting at all. New choice 'tag reformats tag but shows
2944 the section reference.
2945 (Info-fontify-node): Use it.
2946
2947 2002-11-01 Stefan Monnier <monnier@cs.yale.edu>
2948
2949 * textmodes/tex-mode.el (tex-common-initialization):
2950 comment-start-skip shouldn't match on the next line.
2951
2952 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Use match-string.
2953 Don't bother making paragraph-start a superset of paragraph-separate.
2954 Use line-beginning-position.
2955
2956 * textmodes/sgml-mode.el (sgml-skip-tag-backward)
2957 (sgml-skip-tag-forward): Deal with xml-style <foo/> empty tags.
2958
2959 2002-11-01 Kim F. Storm <storm@cua.dk>
2960
2961 * info.el (Info-hide-note-references): New defcustom.
2962 (Info-fontify-node): Use it.
2963
2964 2002-10-31 Kim F. Storm <storm@cua.dk>
2965
2966 * shell.el (explicit-bash-args): Bash 1.x doesn't grok
2967 --noediting option; added run-time check to exclude it.
2968
2969 * info.el (Info-follow-reference, Info-next-reference)
2970 (Info-prev-reference, Info-try-follow-nearest-node):
2971 Bind inhibit-point-motion-hooks to t while parsing reference.
2972 (Info-fontify-node): When font-lock-mode is enabled, display
2973 "*note" and "* menu" references in a more user friendly format.
2974
2975 2002-10-30 Stefan Monnier <monnier@cs.yale.edu>
2976
2977 * textmodes/fill.el (fill-move-to-break-point): Skip white space
2978 _before_ checking to see if we're hitting the margin.
2979 (fill-region-as-paragraph): Don't fiddle with the undo-list any more:
2980 it's now done by the C primitives. Don't use narrowing.
2981 Reorganize the line-breaking part of the code to simplify the control
2982 flow and make it work in the absence of narrowing.
2983 (fill-region): Don't use narrowing.
2984
2985 2002-10-30 Dave Love <fx@gnu.org>
2986
2987 * textmodes/po.el (po-content-type-charset-alist): Delete most entries.
2988 (po-find-charset): Doc fix. Remove interactive spec.
2989 (po): Provide.
2990 (po-find-file-coding-system-guts): Re-written to use
2991 coding-system-alist, and code-pages, not codepage stuff.
2992
2993 * term/x-win.el: Remove some ancient compatibility code.
2994 Populate x-keysym-table.
2995
2996 2002-10-30 Andreas Schwab <schwab@suse.de>
2997
2998 * subr.el (replace-regexp-in-string): Doc fix.
2999
3000 2002-10-29 Dave Love <fx@gnu.org>
3001
3002 * cus-start.el (selection-coding-system, scalable-fonts-allowed): Add.
3003
3004 * progmodes/scheme.el (syntax-case): Define scheme-indent-function.
3005
3006 * international/mule-conf.el: Doc fixes.
3007
3008 2002-10-29 Richard M. Stallman <rms@gnu.org>
3009
3010 * server.el (server-switch-buffer): Say when no server buffers remain.
3011
3012 * net/goto-addr.el (goto-address-url-regexp): Don't match `mailto'.
3013
3014 2002-10-28 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
3015
3016 * progmodes/make-mode.el (makefile-warn-continuations):
3017 Call re-search-forward with NOERROR t.
3018
3019 2002-10-29 Kim F. Storm <storm@cua.dk>
3020
3021 * ido.el (ido-wide-find-dirs-or-files): Fixed problem that caused
3022 incomplete list of matches to be returned.
3023
3024 2002-10-29 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
3025
3026 * textmodes/texinfo.el (texinfo-environments): Add environment;
3027 copying, documentdescription, ifplaintext, ifnotplaintext, and
3028 verbatim.
3029
3030 * textmodes/texinfmt.el (texinfo-format-ifplaintext): New function.
3031 (ifplaintext, ifnotplaintext)
3032 (afourpaper, afivepaper, afourlatex, afourwide)
3033 (documentlanguage, documentencoding): New aliases.
3034
3035 2002-10-29 John Paul Wallington <jpw@shootybangbang.com>
3036
3037 * ibuffer.el (ibuffer-mouse-popup-menu): Set point before popping
3038 up filter groups menu. Preserve point unless a menu command has
3039 moved it from point clicked.
3040
3041 2002-10-29 David Kastrup <dak@lola.goethe.zz>
3042
3043 * calc/calc.el (calc-any-evaltos): Initialize to nil, since
3044 calc-refresh-evaltos appears to need this.
3045
3046 2002-10-28 Dave Love <fx@gnu.org>
3047
3048 * international/mule-diag.el (non-iso-charset-alist): Move to
3049 avoid compilation warning.
3050 (mule-diag): Provide.
3051
3052 * international/code-pages.el (cp-make-coding-system):
3053 Use utf-translation-table-for-decode, not
3054 utf-8-translation-table-for-decode.
3055 (mule-diag): Require.
3056
3057 * language/thai-util.el (thai-composition-function): Don't use prog1.
3058
3059 * language/lao-util.el (lao-composition-function): Don't use prog1.
3060
3061 * language/european.el (diacritic-composition-function):
3062 Modify confused prog1 form.
3063
3064 * international/quail.el (quail-keyboard-layout-alist): Fix pc105-uk.
3065 (quail-keyboard-layout): Customize.
3066 Move after quail-keyboard-layout-alist.
3067
3068 2002-10-28 Miles Bader <miles@gnu.org>
3069
3070 * progmodes/make-mode.el (makefile-warn-continuations):
3071 Don't barf when there _aren't_ any suspicious continuations.
3072
3073 2002-10-28 Matthew Swift <swift@alum.mit.edu>
3074
3075 * progmodes/compile.el (grep-find-use-xargs): Fix docstring.
3076
3077 2002-10-27 Michael Kifer <kifer@cs.stonybrook.edu>
3078
3079 * ediff-wind.el (ediff-control-frame-parameters): Add scrollbar-height.
3080
3081 2002-10-27 Andreas Schwab <schwab@suse.de>
3082
3083 * progmodes/sh-script.el (sh-mode-syntax-table): Don't make ^L
3084 end-of-comment syntax.
3085
3086 2002-10-27 Kim F. Storm <storm@cua.dk>
3087
3088 * ido.el (ido-cannot-complete-command): New defcustom, default to
3089 ido-completion-help (similar to iswitchb-cannot-complete-hook).
3090 (ido-complete): Call value of ido-cannot-complete-command rather
3091 than ido-completion-help when no common completion.
3092
3093 2002-10-27 Dave Love <fx@gnu.org>
3094
3095 * international/code-pages.el (iso-8859-11): New.
3096
3097 2002-10-27 Kim F. Storm <storm@cua.dk>
3098
3099 * pcvs.el (cvs-checkout): Use read-directory-name.
3100 (cvs-query-directory): Likewise.
3101
3102 2002-10-26 Richard M. Stallman <rms@gnu.org>
3103
3104 * progmodes/make-mode.el (makefile-cleanup-continuations):
3105 Default for variable is nil.
3106 (makefile-warn-continuations): New function.
3107 (makefile-mode): Put it on write-file-functions.
3108
3109 * international/mule-cmds.el (select-safe-coding-system):
3110 Delete debugging setq.
3111
3112 * shell.el (shell): Look for .emacs_SHELL under ~/.emacs.d
3113 after looking in ~.
3114
3115 * startup.el (command-line): Look for .emacs under ~/.emacs.d
3116 after looking in ~.
3117
3118 * simple.el (toggle-truncate-lines): When turning off truncation,
3119 clear out the hscroll value in this buffer's windows.
3120
3121 * simple.el (display-message-or-buffer): Don't display empty
3122 output in the echo area.
3123
3124 * man.el (Man-default-man-entry): Don't look for all word chars,
3125 look only for characters that are normally part of a shell command.
3126
3127 * gud.el (gdb): Pass default-directory to GDB via -cd option.
3128
3129 * font-lock.el (c++-font-lock-keywords...): Add `restrict' keyword.
3130
3131 * find-file.el (ff-find-related-file): Fix autoload cookie.
3132
3133 * emacs-lisp/unsafep.el (unsafep-variable): Pass second arg to
3134 risky-local-variable-p.
3135
3136 * files.el (risky-local-variable-p): VAL=nil has special meaning.
3137
3138 * Makefile.in (compile-always): Avoid error in old Bash versions.
3139
3140 2002-10-26 John Paul Wallington <jpw@shootybangbang.com>
3141
3142 * textmodes/picture.el (picture-mouse-set-point): New command.
3143 (picture-mode-map): Bind it.
3144 (picture-motion-reverse): Doc fix.
3145
3146 2002-10-25 Stefan Monnier <monnier@cs.yale.edu>
3147
3148 * textmodes/outline.el (outline-next-heading): Make sure the match-data
3149 is really correct where returning.
3150
3151 2002-10-24 Matthew Swift <swift@alum.mit.edu>
3152
3153 * textmodes/outline.el (outline-minor-mode): Add customization group.
3154
3155 2002-10-23 Richard M. Stallman <rms@gnu.org>
3156
3157 * files.el (risky-local-variable-p): New arg VAL.
3158 (compile-command): Use `stringp' for `safe-local-variable' prop.
3159 (hack-one-local-variable): Pass VAL to `risky-local-variable-p'.
3160
3161 2002-10-23 Francis J. Wright <F.J.Wright@qmul.ac.uk>
3162
3163 * woman.el (woman-version): Update to 0.551 (beta).
3164 (woman-parse-colon-path): Add support for current Cygwin mount
3165 conventions.
3166 (woman-Cyg-to-Win): New function to convert absolute filename from
3167 Cygwin to Windows form by executing external program cygpath if
3168 possible.
3169 (woman-man.conf-path): Update default to current common locations
3170 and to support Cygwin; update documentation.
3171 (woman-parse-man.conf): Generalize regexp to "man.*\\.conf" to
3172 match possible names of man.conf file; tidy code and documentation.
3173 (woman-manpath): Simplify default and documentation; essentially
3174 move code that was here into `woman-parse-colon-path'.
3175 (woman-default-indent): Change Linux to GNU in documentation.
3176 (woman-addition-face): Make documentation consistent with other
3177 WoMan faces.
3178 (woman-emulate-tbl): New variable, determines whether tbl
3179 emulation is required.
3180 (woman-decode-region): Add check for preprocessor requests.
3181 (woman0-process-escapes, woman-special-characters)
3182 (woman-get-next-char, woman-parse-numeric-value): Add support for
3183 long groff names of the form [xxx].
3184 (woman-strings, woman-change-fonts): Now call `woman-match-name'.
3185 (woman2-PD, woman2-na): Doc fix.
3186 (woman-match-name): New function.
3187 (woman2-TS): New function.
3188 (woman2-TE): New alias for `woman2-fi'.
3189
3190 2002-10-23 Kim F. Storm <storm@cua.dk>
3191
3192 * ido.el (ido-restrict-to-matches): New command.
3193 (ido-define-mode-map): Bind it to C-SPC and C-@ in ido-mode-map.
3194
3195 2002-10-22 Bob Halley <halley@play-bow.org> (tiny change)
3196
3197 * eshell/esh-io.el (eshell-set-output-handle): Fix so that
3198 multiple redirection can work.
3199
3200 2002-10-21 Stefan Monnier <monnier@cs.yale.edu>
3201
3202 * ielm.el (inferior-emacs-lisp-mode): If hexl not found, use cat.
3203 Don't hardcode point-min == 1.
3204
3205 * hexl.el (hexl-mode-old-write-contents-hooks): Remove.
3206 (hexl-mode, hexl-current-address, hexl-address-to-marker)
3207 (hexl-insert-char): Don't hardcode point-min == 1.
3208 (hexl-isearch-search-function): New fun.
3209 (hexl-mode-old-isearch-search-fun-function): New var.
3210 (hexl-mode): Use them.
3211 (hexl-mode, hexl-mode-exit, hexl-maybe-dehexlify-buffer):
3212 Use write-contents-functions rather then write-contents-hooks.
3213
3214 * textmodes/text-mode.el (text-mode-syntax-table): Make ' a prefix.
3215 (paragraph-indent-text-mode-abbrev-table)
3216 (paragraph-indent-text-mode-syntax-table): Remove.
3217 (paragraph-indent-text-mode): Use the :abbrev and :syntax-table args.
3218
3219 2002-10-21 Juanma Barranquero <lektu@terra.es>
3220
3221 * eshell/esh-util.el (directory-files-and-attributes): Copy docstring
3222 from Emacs 21. Arg DIR renamed to DIRECTORY for consistency.
3223
3224 2002-10-20 Andreas Schwab <schwab@suse.de>
3225
3226 * apropos.el (apropos-group): Use customize-group-other-window.
3227
3228 2002-10-18 Stefan Monnier <monnier@rum.cs.yale.edu>
3229
3230 * progmodes/perl-mode.el (perl-mode-syntax-table): Change $ back
3231 to just "/" instead of "/ p".
3232 (perl-font-lock-syntactic-keywords): Use ". p" for the `$'.
3233
3234 2002-10-18 Juanma Barranquero <lektu@terra.es>
3235
3236 * textmodes/artist.el (artist-ff-is-bottommost-line): Fix misplaced
3237 ELSE expression on IF.
3238
3239 2002-10-17 Juanma Barranquero <lektu@terra.es>
3240
3241 * align.el (align-rules-list, align-exclude-rules-list): Fix typos.
3242
3243 * subr.el (remq): Likewise.
3244
3245 * vc-cvs.el (vc-cvs-sticky-tag-display): Likewise.
3246
3247 * vc-hooks.el (vc-insert-file): Likewise.
3248
3249 * vcursor.el (vcursor-other-window): Likewise.
3250
3251 * wid-edit.el (widget-choose): Likewise.
3252
3253 * calendar/diary-lib.el (diary-name-pattern): Likewise.
3254
3255 * emacs-lisp/elint.el (elint-error, elint-warning): Likewise.
3256
3257 * emacs-lisp/lisp.el (beginning-of-defun): Likewise.
3258
3259 * emulation/edt-mapper.el (top-level): Likewise.
3260
3261 * eshell/esh-var.el (eshell/define): Likewise.
3262
3263 * mail/feedmail.el (feedmail-nuke-body-in-fcc)
3264 (feedmail-queue-draft-directory): Likewise.
3265
3266 * net/netrc.el (netrc-parse): Likewise.
3267
3268 * obsolete/cplus-md.el (c++-empty-arglist-indent): Likewise.
3269
3270 * progmodes/ebrowse.el (ebrowse-ts)
3271 (ebrowse-view/find-file-and-search-pattern)
3272 (ebrowse-draw-file-member-info): Likewise.
3273
3274 * progmodes/idlwave.el (idlwave-region-active-p): Likewise.
3275
3276 * progmodes/idlw-shell.el (idlwave-shell-set-bp): Likewise.
3277
3278 * progmodes/sh-script.el (sh-indent-for-then): Likewise.
3279
3280 * textmodes/bibtex.el (bibtex-find-entry-location): Likewise.
3281
3282 * textmodes/sgml-mode.el (sgml-close-tag, html-imenu-index): Likewise.
3283
3284 2002-10-17 Dave Love <fx@gnu.org>
3285
3286 * international/mule-diag.el (non-iso-charset-alist): Add koi8-u.
3287
3288 * international/code-pages.el (cp-make-translation-table): Use
3289 ucs-mule-to-mule-unicode.
3290 (cp-fix-safe-chars): Fix typo.
3291 (non-iso-charset-alist): Don't define.
3292 (cp-make-coding-system): Use utf-8-translation-table-for-decode.
3293 Define translation-table-for-input.
3294 (cp866): Reinstate.
3295 (alternativnj): Don't define alias.
3296 (koi8-u): Deleted.
3297
3298 * language/european.el ("Slovenian"): Use slovenian input-method.
3299 (encode-mac-roman): Use ucs-mule-to-mule-unicode.
3300
3301 * language/cyrillic.el (cyrillic-alternativnyj-decode-table): Fix
3302 the table.
3303 (cyrillic-alternativnyj): Don't give it `mime-charset' property.
3304 (cp866): Delete this alias.
3305 ("Bulgarian"): Fix the value of `input-method'.
3306
3307 2002-10-16 Luc Teirlinck <teirllm@mail.auburn.edu>
3308
3309 * dired-aux.el (dired-add-entry): Put point in correct position
3310 before inserting marker char.
3311
3312 2002-10-16 Andreas Schwab <schwab@suse.de>
3313
3314 * dired.el (dired-readin-insert): Expand dired-directory.
3315
3316 * dired-aux.el (dired-insert-subdir-doinsert): Preserve point.
3317
3318 2002-10-16 Markus Rost <rost@math.ohio-state.edu>
3319
3320 * textmodes/reftex-vars.el: Move reftex-set-dirty here from
3321 reftex.el. Move the provide call to end of file.
3322
3323 * textmodes/reftex.el: Move reftex-set-dirty to reftex-vars.el.
3324
3325 2002-10-15 Dave Love <fx@gnu.org>
3326
3327 * man.el (Man-getpage-in-background): Set width in environment.
3328
3329 2002-10-15 Kenichi Handa <handa@m17n.org>
3330
3331 * mail/sendmail.el (sendmail-send-it): Call
3332 select-message-coding-system before changing the current bufer to
3333 " sendmail temp".
3334
3335 2002-10-14 Andre Spiegel <spiegel@gnu.org>
3336
3337 * files.el (insert-directory): Handle //SUBDIRED// lines in
3338 recursive listings from ls --dired.
3339
3340 * vc.el (vc-dired-reformat-line): Simplified. Handles text
3341 properties correctly now.
3342
3343 2002-10-14 Juanma Barranquero <lektu@terra.es>
3344
3345 * international/mule.el (set-selection-coding-system): Fix spacing.
3346
3347 2002-10-13 Richard M. Stallman <rms@gnu.org>
3348
3349 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
3350 Treat `ignore' specially--prevent warnings about functions
3351 called for effect, in its args.
3352 Don't warn when `pop' is used for effect.
3353
3354 * emacs-lisp/autoload.el (autoload-print-form): Cleanup.
3355
3356 * uniquify.el (uniquify-get-proposed-name):
3357 Don't use directory-sep-char.
3358
3359 * thingatpt.el (read-from-whole-string): Add call to `ignore'.
3360
3361 * find-file.el (ff-related-file-alist): New alias.
3362 (ff-find-related-file): New alias.
3363
3364 2002-10-13 Andreas Schwab <schwab@suse.de>
3365
3366 * dired.el (dired-insert-directory): When looking for existing
3367 indentation, goto OPOINT instead of beginning of buffer.
3368
3369 2002-10-12 Stefan Monnier <monnier@cs.yale.edu>
3370
3371 * cus-dep.el (custom-make-dependencies): Ignore preloaded files.
3372
3373 2002-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
3374
3375 * ediff-init.el (ediff-frame-char-height): Use frame-selected-window.
3376
3377 * ediff-util.el (ediff-file-checked-in-p): Changed progn with and.
3378
3379 * ediff-wind.el (ediff-skip-unsuitable-frames): Distinguish selected
3380 frame from frame of selected window.
3381 (ediff-frame-has-dedicated-windows): Don't select any frames to avoid
3382 changing selected windows.
3383 (ediff-setup-control-frame): Make sure auto-rase is properly set for
3384 the control frame.
3385
3386 2002-10-10 Simon Josefsson <jas@extundo.com>
3387
3388 * browse-url.el (browse-url-mozilla): Doc fix.
3389
3390 2002-10-10 Steve Youngs <youngs@xemacs.org>
3391
3392 * browse-url.el (browse-url-mozilla-new-window-is-tab): New.
3393 (browse-url-mozilla): Use it.
3394
3395 2002-10-11 Miles Bader <miles@gnu.org>
3396
3397 * vc-cvs.el (vc-cvs-parse-entry): Don't barf when an `Entries'
3398 files contains an invalid timestamp.
3399
3400 2002-10-11 Simon Josefsson <jas@extundo.com>
3401
3402 * mail/sendmail.el (mail-envelope-from): New option `header' to
3403 use RFC 2822 From: header as the envelope address.
3404 (mail-envelope-from): New function, this should be used instead of
3405 looking at the `mail-envelope-from' variable.
3406 (sendmail-send-it): Use it.
3407
3408 * mail/smtpmail.el (smtpmail-via-smtp): Use it.
3409
3410 2002-10-11 Andre Spiegel <spiegel@gnu.org>
3411
3412 * dired.el (dired-insert-directory): Fix check for indentation
3413 from ls --dired.
3414
3415 * vc.el (vc-dired-reformat-line): As a temporary fix, remove all text
3416 properties from the reformatted line.
3417
3418 2002-10-10 Stefan Monnier <monnier@cs.yale.edu>
3419
3420 * textmodes/paragraphs.el (forward-paragraph): Keep track of
3421 remaining paragraphs to skip more carefully.
3422
3423 * add-log.el (add-change-log-entry): Don't call find-file at all
3424 if we're already in the proper buffer.
3425 (change-log-resolve-conflict): New fun.
3426 (change-log-mode): Use it and use define-derived-mode.
3427 (change-log-merge): Allow other-log to be a buffer.
3428 Don't add a \n if there are already enough \n's.
3429
3430 * finder-inf.el, subdirs.el, cus-load.el: Remove.
3431
3432 * finder.el ("finder-inf"): Don't fail if the file is absent.
3433
3434 * cus-dep.el (custom-make-dependencies): Don't use find-file.
3435 Use feature names rather than file names if applicable.
3436
3437 * cus-edit.el (customize-mode): New command.
3438
3439 * custom.el (custom-group-of-mode): New fun.
3440 (custom-load-symbol): Don't use preloaded-file-list now that
3441 load-history is always complete. Don't look up the expanded file
3442 name in load-history (looked like an XEmacsism).
3443
3444 * smerge-mode.el (smerge-ediff): Autoload.
3445 (smerge-match-conflict): Don't assume as much about smerge-begin-re.
3446 (smerge-resolve-function): New var.
3447 (smerge-resolve): New command.
3448 (smerge-basic-map): Bind it.
3449
3450 2002-10-10 Andre Spiegel <spiegel@gnu.org>
3451
3452 * vc-cvs.el (vc-cvs-parse-entry): Parse the time stamp found in
3453 CVS/Entries, rather than comparing it textually.
3454
3455 2002-10-10 Markus Rost <rost@math.ohio-state.edu>
3456
3457 * international/encoded-kb.el: Add `provide' call.
3458
3459 2002-10-09 David Kastrup <David.Kastrup@t-online.de>
3460
3461 * calc/calc-alg.el (calcFunc-ln): In symbolic manipulations,
3462 ln(-1) should be i*pi, not pi.
3463
3464 2002-10-09 Markus Rost <rost@math.ohio-state.edu>
3465
3466 * vc-cvs.el (vc-cvs-registered): In the autoload version use load
3467 instead of require to avoid loops when loaddefs.el is loaded after
3468 vc-cvs.el.
3469
3470 * cus-edit.el (Custom-reset-current): Don't test for default-boundp.
3471 (Custom-reset-saved): Don't test for saved-value.
3472
3473 2002-10-08 Stefan Monnier <monnier@cs.yale.edu>
3474
3475 * vc.el (vc-find-version): Use the new backend op `find-version'.
3476 (vc-default-find-version): Provide the new backend op `find-version'
3477 in terms of the old `checkout' op.
3478
3479 * vc-rcs.el (vc-rcs-find-version): New fun.
3480 (vc-rcs-checkout): Remove `workfile' arg and simplify.
3481
3482 * vc-sccs.el (vc-sccs-find-version): New fun.
3483 (vc-sccs-checkout): Remove `workfile' arg and simplify.
3484
3485 * vc-cvs.el (vc-cvs-find-version): New fun.
3486
3487 2002-10-08 John Paul Wallington <jpw@shootybangbang.com>
3488
3489 * info.el (Info-next-menu-item, Info-last-menu-item)
3490 (info-emacs-manual): Add docstrings.
3491 (Info-index): Use `string-to-number' instead of `string-to-int'.
3492
3493 2002-10-08 Kenichi Handa <handa@m17n.org>
3494
3495 * international/ucs-tables.el (ucs-translation-table-for-decode):
3496 Define it as a translation-table.
3497
3498 2002-10-07 Richard M. Stallman <rms@gnu.org>
3499
3500 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
3501
3502 * progmodes/compile.el (grep-compute-defaults): Set the standard-value
3503 properties of the variables being initialized.
3504
3505 * thingatpt.el (thing-at-point-url-path-regexp): Doc fix.
3506
3507 2002-10-07 Kim F. Storm <storm@cua.dk>
3508
3509 * emulation/cua-base.el (cua-normal-cursor-color):
3510 Fixed initialization to make "Erase Customization" work.
3511
3512 2002-10-07 Stefan Monnier <monnier@cs.yale.edu>
3513
3514 * vc.el (vc-maybe-resolve-conflicts): Always call vc-resolve-conflicts
3515 in case some other package redefined it.
3516 (vc-resolve-conflicts): Make it into an alias for smerge-ediff.
3517
3518 * textmodes/fill.el (fill-paragraph): Go to BOL before calling
3519 forward-paragraph to make sure its return value is meaningful.
3520
3521 2002-10-06 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3522
3523 * net/tramp.el: Version 2.0.25 released.
3524 (tramp-handle-file-truename): If it's a directory,
3525 append slash only if result doesn't end in a slash already.
3526 (tramp-handle-file-truename): Restructure logic. If list of steps
3527 is nil, return "/" as the real name.
3528 (tramp-completion-mode): Add "\\(" and "\\)". Otherwise,
3529 `match-string' doesn't make sense. From Michael Albinus.
3530 (tramp-host-with-port-regexp): New defcustom. Equal to previous
3531 `tramp-host-regexp'. From Michael Albinus.
3532 (tramp-host-regexp): Taken off hashes in host names. Otherwise,
3533 scanning files like .rhosts would take comments as host names.
3534 From Michael Albinus.
3535 (tramp-file-name-structure, tramp-multi-file-name-hop-structure):
3536 Replace `tramp-host-regexp' by `tramp-host-with-port-regexp'.
3537 From Michael Albinus.
3538 (tramp-action-terminal): New function.
3539 (tramp-terminal-prompt-regexp): New variable, matches "tset" prompts.
3540 (tramp-actions-before-shell): Use them.
3541 (tramp-handle-shell-command): Logic error. From Ivan
3542 Zakharyaschev <imz@altlinux.org>.
3543
3544 2002-10-06 Markus Holmberg <markush@acc.umu.se> (tiny change)
3545
3546 * thingatpt.el (thing-at-point-uri-schemes): New variable.
3547 (thing-at-point-url-regexp): Use it.
3548
3549 2002-10-06 Glenn Morris <gmorris@ast.cam.ac.uk>
3550
3551 * progmodes/fortran.el (fortran-beginning-do): Ignore labelled DO
3552 loops.
3553
3554 2002-10-05 Stefan Monnier <monnier@cs.yale.edu>
3555
3556 * vc.el (vc-log-mode-map): Explicitly inherit from text-mode.
3557 (vc-maybe-resolve-conflicts): Don't check smerge-mode and smerge-ediff.
3558 (vc-print-log): Don't check log-view-mode.
3559 (vc-default-show-log-entry): Don't check log-view-goto-rev.
3560 (vc-log-mode): Remove.
3561 (vc-log-edit): Don't check log-edit.
3562
3563 2002-10-04 Stefan Monnier <monnier@cs.yale.edu>
3564
3565 * vc-cvs.el (vc-cvs-show-log-entry):
3566 * vc-rcs.el (vc-rcs-show-log-entry): Delete.
3567
3568 * smerge-mode.el (smerge-ediff): Add name-{mine,other,base} args.
3569
3570 2002-10-04 Markus Rost <rost@math.ohio-state.edu>
3571
3572 * vc.el (vc-default-show-log-entry): Fix typo.
3573
3574 2002-10-04 Steven Tamm <steventamm@mac.com>
3575
3576 * term/mac-win.el: Add lines to handle the new [return] event.
3577
3578 2002-10-03 Stefan Monnier <monnier@cs.yale.edu>
3579
3580 * textmodes/fill.el (fill-paragraph): Give up if there's no
3581 paragraph at or after point.
3582
3583 * textmodes/paragraphs.el (forward-paragraph): Return the steps left.
3584
3585 * vc.el (vc-print-log): Unconditionally use `show-log-entry'.
3586 (vc-default-show-log-entry): New fun.
3587
3588 * subr.el (read-key-auxiliary-map, read-key): Remove.
3589 (read-quoted-char): Undo the `read-key' change of 2002-06-23.
3590
3591 2002-10-03 Markus Rost <rost@math.ohio-state.edu>
3592
3593 * progmodes/ada-stmt.el (ada-stmt-add-to-ada-menu): Handle the
3594 menu pseudo-keys generated by easymenu which are lowercase in
3595 Emacs 21.4.
3596
3597 * progmodes/ada-xref.el
3598 (ada-xref-update-project-menu,ada-add-ada-menu): Ditto.
3599
3600 2002-10-03 John Paul Wallington <jpw@shootybangbang.com>
3601
3602 * frame.el (delete-frame-hook): Variable alias for
3603 `delete-frame-functions'. Mark obsolete.
3604
3605 2002-10-02 Stefan Monnier <monnier@cs.yale.edu>
3606
3607 * textmodes/outline.el (outline-1, outline-2, outline-3, outline-4)
3608 (outline-5, outline-6, outline-7, outline-8): New faces.
3609 (outline-font-lock-faces, outline-font-lock-levels): New vars.
3610 (outline-font-lock-face): New fun.
3611 (outline-font-lock-keywords): Use it.
3612 (outline-font-lock-level): Remove.
3613 (outline-mode, outline-next-preface, outline-next-heading)
3614 (outline-previous-heading, outline-next-visible-heading):
3615 Use shy group.
3616 (outline-level) <var>: Update calling convention.
3617 (outline-level) <fun>: Take advantage of it.
3618 (outline-demote): Don't assume the match-data is still uptodate.
3619 (outline-up-heading): Simplify and make sure the match data is
3620 properly set at the end.
3621
3622 2002-10-02 Markus Rost <rost@math.ohio-state.edu>
3623
3624 * progmodes/sh-script.el (sh-alias-alist): Use append instead of
3625 nconc.
3626
3627 * startup.el (normal-top-level): Reset standard-value property of
3628 `user-full-name' here.
3629
3630 2002-10-02 Per Abrahamsen <abraham@dina.kvl.dk>
3631
3632 * wid-edit.el (widget-default-get): Change to return external
3633 value.
3634 (widget-choice-action): Update caller.
3635 (widget-editable-list-entry-create): Update caller.
3636
3637 * wid-edit.el (widget-types-copy): New function.
3638 (default): Added :copy keyword.
3639 (menu-choice): Ditto.
3640 (checklist): Ditto.
3641 (radio-button-choice): Ditto.
3642 (editable-list): Ditto.
3643 (group): Ditto.
3644 (widget-copy): New function.
3645 (widget-create-child): Use it.
3646 (widget-create-child-value): Use it.
3647
3648 2002-10-01 Bill Wohler <wohler@newt.com>
3649
3650 * mail/mh-comp.el, mail/mh-e.el, mail/mh-funcs.el,
3651 mail/mh-mime.el, mail/mh-pick.el, mail/mh-seq.el,
3652 mail/mh-utils.el, mail/mh-xemacs-compat.el, mail/reply2.pbm,
3653 mail/reply2.xpm, toolbar/execute.pbm, toolbar/execute.xpm,
3654 toolbar/page-down.pbm, toolbar/page-down.xpm, toolbar/refile.pbm,
3655 toolbar/refile.xpm, toolbar/repack.pbm, toolbar/repack.xpm,
3656 toolbar/rescan.pbm, toolbar/rescan.xpm, toolbar/show.pbm,
3657 toolbar/show.xpm, toolbar/widen.pbm, toolbar/widen.xpm:
3658 Upgraded to mh-e version 6.1.1. Full ChangeLog available in
3659 http://prdownloads.sourceforge.net/mh-e/mh-e-6.1.tgz?download .
3660 There were no user-visible changes in 6.1.1 from 6.1--only the
3661 section of the Makefile that installs the files into Emacs was changed.
3662
3663 2002-10-01 Stefan Monnier <monnier@cs.yale.edu>
3664
3665 * pcvs.el (cvs-mode-find-file): Look up font-lock-face so it also
3666 works when font-lock is turned off.
3667
3668 * jit-lock.el (jit-lock-fontify-now): Don't widen.
3669 Let the jit-lock-functions do it if they want to.
3670
3671 2002-10-01 Juanma Barranquero <lektu@terra.es>
3672
3673 * eshell/esh-module.el (eshell-load-defgroups):
3674 Add "no-byte-compile: t" to subdirs.el.
3675
3676 * makefile.w32-in (update-subdirs-CMD): Likewise.
3677
3678 * forms-d2.el:
3679 * forms-pass.el:
3680 * generic-x.el:
3681 * patcomp.el:
3682 * paths.el:
3683 * version.el:
3684 * international/mule-conf.el:
3685 * language/czech.el:
3686 * language/devanagari.el:
3687 * language/english.el:
3688 * language/georgian.el:
3689 * language/greek.el:
3690 * language/hebrew.el:
3691 * language/japanese.el:
3692 * language/korean.el:
3693 * language/lao.el:
3694 * language/misc-lang.el:
3695 * language/romanian.el:
3696 * language/slovak.el:
3697 * language/thai.el:
3698 * language/utf-8-lang.el:
3699 * emacs-lisp/cl-specs.el:
3700 * eshell/esh-maint.el:
3701 * mail/blessmail.el:
3702 * play/bruce.el:
3703 * term/apollo.el:
3704 * term/AT386.el:
3705 * term/bobcat.el:
3706 * term/internal.el:
3707 * term/iris-ansi.el:
3708 * term/keyswap.el:
3709 * term/linux.el:
3710 * term/lk201.el:
3711 * term/news.el:
3712 * term/vt102.el:
3713 * term/vt125.el:
3714 * term/vt200.el:
3715 * term/vt201.el:
3716 * term/vt220.el:
3717 * term/vt240.el:
3718 * term/vt300.el:
3719 * term/vt320.el:
3720 * term/vt400.el:
3721 * term/vt420.el:
3722 * term/wyse50.el: Add "no-byte-compile: t" in first line.
3723
3724 2002-10-01 Kenichi Handa <handa@m17n.org>
3725
3726 * international/utf-16.el: Don't provide utf-16.
3727
3728 * international/utf-8.el (ccl-decode-mule-utf-8):
3729 Remove unnecessary line.
3730
3731 2002-09-30 Kenichi Handa <handa@m17n.org>
3732
3733 * language/thai.el (thai-tis620): Add `mime-charset' property.
3734
3735 * language/indian.el: Don't register "ISO10646.*-1" in
3736 font-ccl-encoder-alist.
3737
3738 * language/cyrillic.el (ccl-decode-koi8): Refer to
3739 ucs-translation-table-for-decode.
3740 (ccl-decode-koi8-u): Likewise.
3741 (ccl-decode-alternativnyj): Likewise.
3742 (cyrillic-koi8): Put `dependency' property.
3743 (koi8-u): Likewise.
3744 (cyrillic-alternativnyj): Likewise.
3745
3746 * international/utf-8.el (ucs-mule-to-mule-unicode): Don't define
3747 this translation-table name here.
3748 (utf-translation-table-for-encode): New translation-table name.
3749 (utf-fragmentation-table): Renamed from utf-8-fragmentation-table.
3750 (utf-defragmentation-table): New variable.
3751 (ucs-mule-cjk-to-unicode): Renamed from utf-8-subst-rev-table.
3752 (utf-subst-table-for-encode): New translation-table name.
3753 (ucs-unicode-to-mule-cjk): Renamed from utf-8-subst-table.
3754 (utf-subst-table-for-decode): New translation-table name.
3755 (utf-fragment-on-decoding): Renamed from
3756 utf-8-fragment-on-decoding. Correctly handle the case that
3757 unify-8859-on-encoding-mode is off. Handle mule-utf-16-le and
3758 mule-utf-16-be too.
3759 (utf-translate-cjk): Renamed from utf-8-translate-cjk.
3760 Handle mule-utf-16-le and mule-utf-16-be too.
3761 (ccl-decode-mule-utf-8): Refer to utf-translation-table-for-decode
3762 and utf-subst-table-for-decode.
3763 (ccl-encode-mule-utf-8): Refer to utf-translation-table-for-encode
3764 and utf-subst-table-for-encode.
3765 (mule-utf-8): Fix `safe-charsets' property, put `dependency' property.
3766
3767 * international/utf-8-subst.el: Setup ucs-unicode-to-mule-cjk and
3768 ucs-mule-cjk-to-unicode, not utf-8-subst-table and
3769 utf-8-subst-rev-table.
3770
3771 * international/utf-16.el (utf-16-decode-ucs): Look up
3772 utf-subst-table-for-decode. Fix for the case that the looking up
3773 succeeds.
3774 (ccl-decode-mule-utf-16-le): Translate characters by
3775 utf-translation-table-for-decode.
3776 (ccl-decode-mule-utf-16-be): Likewise.
3777 (ccl-encode-mule-utf-16-le): Look up utf-subst-table-for-encode
3778 at first. Translate characters by utf-translation-table-for-encode.
3779 (ccl-encode-mule-utf-16-be): Likewise.
3780 (mule-utf-16-le, mule-utf-16-be): Add `dependency' property.
3781
3782 * loadup.el: Preload international/utf-16. Don't call ucs-unify-8859.
3783
3784 * international/ucs-tables.el: Don't bind
3785 utf-8-translation-table-for-decode while setting up
3786 ucs-mule-8859-to-ucs-table, etc. Add `depenency' property to
3787 iso-8859-* coding systems.
3788 (ucs-unify-8859): Arguments changed to FOR-ENCODE and FOR-DECODE.
3789 If FOR-DECODE is non-nil, make ucs-mule-8859-to-mule-unicode
3790 populate the translation table named
3791 ucs-translation-table-for-decode. If FOR-ENCODE is non-nil, make
3792 ucs-mule-to-mule-unicode populates the translation table named
3793 utf-translation-table-for-encode. Call register-char-codings for
3794 mule-utf-16-be and mule-utf-16-le too.
3795 (ucs-fragment-8859): Arguments changed to FOR-ENCODE and
3796 FOR-DECODE. If FOR-DECODE is non-nil, make the translation table
3797 named ucs-translation-table-for-decode vacant. If FOR-ENCODE is
3798 non-nil, make a proper char-table populates the translation table
3799 name utf-translation-table-for-encode. Call register-char-codings
3800 for all mule-utf-* to to reset their status to the origianl.
3801 (unify-8859-on-encoding-mode): Call ucs-unify-8859 and
3802 ucs-fragment-8859 with fixed arguments. Set the version to 21.3.
3803 (unify-8859-on-decoding-mode): Likewise. Remove dependency.
3804 (ccl-encode-unicode-font): Delete.
3805 (ucs-tables-unload-hook): Delete.
3806
3807 * international/mule.el (decode-char): Refer to the translation
3808 hash table named utf-subst-table-for-decode. Refer to the
3809 translation table named utf-translation-table-for-decode instead
3810 of utf-8-translation-table-for-decode.
3811 (encode-char): Refer to the translation hash table named
3812 utf-subst-table-for-encode. Refer to the translation table named
3813 utf-translation-table-for-encode instead of
3814 utf-8-translation-table-for-encode.
3815
3816 * international/mule-diag.el (describe-coding-system):
3817 Describe `dependency' property.
3818
3819 * international/mule-conf.el (emacs-mule): Add property `composition'.
3820
3821 * international/fontset.el (ucs-mule-to-mule-unicode): Define this
3822 translation table name here.
3823 (ucs-mule-cjk-to-unicode): New translation table name.
3824 (ccl-encode-unicode-font): Merge the code in ucs-tables.el.
3825 (font-ccl-encoder-alist): Change the font registry pattern to
3826 "ISO10646.*-*".
3827
3828 2002-09-30 Colin Walters <walters@gnu.org>
3829
3830 * calc/calc-stuff.el (calc-flush-caches): Add optional arg
3831 `inhibit-msg'.
3832
3833 * calc/calc-prog.el (calc-kbd-report, calc-kbd-query): Don't bind
3834 `executing-kbd-macro' and `defining-kbd-macro'.
3835
3836 * calc/calc-ext.el (calc-reset): Don't bind `executing-kbd-macro'.
3837 Call `calc-flush-caches' with inhibit-msg arg.
3838 (calc-change-mode): Remove extra arg for `calc-save-modes'.
3839
3840 * calc/calc-mode.el (calc-save-modes): Remove `quiet' arg.
3841 Don't bind `executing-kbd-macro'.
3842
3843 2002-09-29 Noah Friedman <friedman@splode.com>
3844
3845 * subr.el (read-key): Use read-key-auxiliary-map, not read-key-aux-map.
3846
3847 2002-09-29 Richard M. Stallman <rms@gnu.org>
3848
3849 * startup.el (user-mail-address): Initialize to a useful value
3850 once Emacs is started up; initialize to "" at loadup time.
3851 (command-line): "", not nil, means user-mail-address not set yet.
3852
3853 2002-09-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3854
3855 * net/tramp.el: Version 2.0.24 released.
3856 (tramp-methods, tramp-completion-function-alist):
3857 Rename "*-old" methods to "*_old". From Michael Albinus.
3858 (tramp-completion-function-alist):
3859 Use `tramp-completion-function-alist-ssh' for the "fcp" method.
3860 From Michael Albinus.
3861 (tramp-default-method-alist): Use "su" for "root@localhost".
3862 (tramp-host-regexp): Allow "#" for "host#port" kludge.
3863 (tramp-ange-ftp-file-name-p): If METHOD is nil, find the right
3864 default method. Require additional args USER and HOST for this.
3865 Callers changed.
3866 (tramp-handle-file-local-copy): More local bindings. Bind results
3867 of tramp-get-{remote,local}-{de,en}coding earlier to avoid nasty
3868 "are you awake" problem.
3869 (tramp-action-password): Protect against clobbered match data.
3870 (tramp-open-connection-setup-interactive-shell): Explicitly set
3871 tramp-last-cmd-time before invoking tramp-send-command the first
3872 time. Otherwise, tramp-send-command would issue "echo are you
3873 awake" right at the first time, which is not what we want.
3874 Reported by Douglas Gray Stephens.
3875 (tramp-find-inline-encoding): Don't redirect stdout to
3876 /dev/null to avoid "chmode go-rwx" operation from "mimencode
3877 >/dev/null" as root(!), and to check the output of the decoding
3878 command.
3879 (tramp-maybe-open-connection): Don't send "are you awake" if
3880 process has died.
3881
3882 2002-09-29 Colin Walters <walters@gnu.org>
3883
3884 * calc/calc.el (calc-dispatch-map): Actually set to keymap.
3885
3886 2002-09-29 Mike Williams <mdub@bigfoot.com>
3887
3888 * textmodes/sgml-mode.el (sgml-guess-indent): Handle tabs correctly.
3889
3890 2002-09-29 Richard M. Stallman <rms@gnu.org>
3891
3892 * custom.el (defcustom): Doc fix.
3893
3894 2002-09-28 Richard M. Stallman <rms@gnu.org>
3895
3896 * loadhist.el (unload-feature): When undefining a variable,
3897 delete its buffer-local bindings.
3898
3899 2002-09-28 Luc Teirlinck <teirllm@mail.auburn.edu>
3900
3901 * subr.el (remove-yank-excluded-properties): Fix bugs in
3902 handling of category properties.
3903
3904 2002-09-28 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3905
3906 * ps-print.el (ps-print-emacs-type): Error if ps-print is
3907 activated in Epoch, inLucid or in Emacs v19 or lesser.
3908 Value can no longer be `lucid'.
3909 (ps-print-version): New version number (6.5.8).
3910 (faces): Never do (require 'faces).
3911
3912 2002-09-28 Simon Josefsson <jas@extundo.com>
3913
3914 * mail/smtpmail.el (smtpmail-via-smtp): Only negotiate starttls on
3915 streams that were opened using starttls.
3916
3917 2002-09-28 Paul Reilly <pmr@pajato.com>
3918
3919 * files.el (auto-mode-alist): Add support for Java Enterprise
3920 ARchive (ear/EAR) and Web ARchive (war/WAR) files.
3921
3922 2002-09-28 John Paul Wallington <jpw@shootybangbang.com>
3923
3924 * progmodes/m4-mode.el (m4-font-lock-keywords)
3925 (m4-mode-syntax-table, m4-mode-abbrev-table, m4-m4-buffer)
3926 (m4-m4-region): Doc fixes.
3927
3928 2002-09-27 Stefan Monnier <monnier@cs.yale.edu>
3929
3930 * emacs-lisp/cl-macs.el: Use the new usage-in-docstring syntax.
3931 (cl-push, cl-pop): Remove.
3932 Use pop and push throughout the file instead.
3933 (cl-transform-lambda): Add usage info to docstring if the arglist
3934 is complex.
3935
3936 * emacs-lisp/autoload.el (make-autoload): Add usage info to docstring.
3937 (autoload-print-form): Also quote open-[-in-column 0.
3938
3939 * help-fns.el (help-with-tutorial): Use minibuffer-completion-help.
3940 (help-split-fundoc): Don't support old syntax any more.
3941 (help-add-fundoc-usage): New fun.
3942
3943 * emacs-lisp/cl-extra.el (cl-push, cl-pop): Remove.
3944 Use pop and push throughout the file instead.
3945 (cl-hash-lookup): Remove.
3946 (cl-make-hash-table, cl-hash-table-p, cl-gethash, cl-puthash)
3947 (cl-remhash, cl-clrhash, cl-maphash, cl-hash-table-count): Simplify.
3948
3949 * emacs-lisp/cl-seq.el (cl-push, cl-pop): Remove.
3950 Use pop and push throughout the file instead.
3951
3952 * emacs-lisp/edebug.el: Don't precompute menu shortcuts during
3953 loading since the current keymaps might be all weird.
3954
3955 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't add properties
3956 to the name since they're added by mode-line-format already.
3957 (define-minor-mode): Run (,mode -1) when needed.
3958
3959 * tar-mode.el (tar-untar-buffer): Handle dir-entries.
3960 (tar-summarize-buffer, tar-mode, tar-extract, tar-copy, tar-expunge)
3961 (tar-alter-one-field, tar-subfile-save-buffer, tar-mode-write-file):
3962 Don't hardcode 1 == point-min.
3963
3964 * abbrev.el (write-abbrev-file): Don't hardcode point-min == 1.
3965
3966 * subr.el (read-key-auxiliary-map): New var.
3967 (read-key): Use it.
3968 (make-temp-file): Make the file have mode 600.
3969 (add-minor-mode): Don't add properties to the name since it's
3970 added by mode-line-format already.
3971 Be more careful with the mode-line-menu entry name.
3972
3973 * userlock.el (ask-user-about-supersession-threat): Don't abort
3974 when the user hits mouse-2.
3975
3976 * register.el (set-register): Use push.
3977 (point-to-register): Set kill-buffer-hook in this buffer.
3978 (register-swap-out): Use dolist.
3979 (kill-buffer-hook): Don't change globally.
3980
3981 * server.el (server-select-display): New function.
3982 (server-process-filter): Add support for `-display' and `-eval' args.
3983 (server-visit-files): Use save-current-buffer, push, and dolist.
3984 Add server-kill-buffer to kill-buffer-hook.
3985 (kill-buffer-hook): Don't modify globally.
3986 (server-switch-buffer): Be a bit more careful with multiple displays.
3987 (server-socket-name): Always use /tmp and non-qualified hostname.
3988
3989 * uniquify.el (uniquify-rationalize-file-buffer-names):
3990 Add to kill-buffer-hook for buffers with conflict.
3991 (rename-buffer): Check kill-buffer-hook to see if there was a conflict.
3992 (uniquify-delay-rationalize-file-buffer-names): Remove useless check.
3993 (kill-buffer-hook): Don't change globally.
3994
3995 2002-09-27 Stefan Monnier <monnier@cs.yale.edu>.
3996
3997 * calc/calc.el (calc-bug-address, calc-scan-for-dels, calc-stack)
3998 (calc-stack-top, calc-always-load-extensions)
3999 (calc-line-numbering, calc-line-breaking, calc-display-just)
4000 (calc-display-origin, calc-number-radix, calc-leading-zeros)
4001 (calc-group-digits, calc-group-char, calc-point-char)
4002 (calc-frac-format, calc-prefer-frac, calc-hms-format)
4003 (calc-date-format, calc-float-format, calc-complex-format)
4004 (calc-full-float-format, calc-complex-mode, calc-infinite-mode)
4005 (calc-display-strings, calc-matrix-just, calc-break-vectors)
4006 (calc-full-vectors, calc-full-trail-vectors, calc-vector-commas)
4007 (calc-vector-brackets, calc-matrix-brackets, calc-language)
4008 (calc-language-option, calc-function-open, calc-function-open)
4009 (calc-function-close, calc-language-output-filter)
4010 (calc-language-input-filter, calc-radix-formatter)
4011 (calc-left-label, calc-right-label, calc-word-size)
4012 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
4013 (calc-display-raw, calc-internal-prec, calc-inverse-flag)
4014 (calc-hyperbolic-flag, calc-keep-args-flag, calc-angle-mode)
4015 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
4016 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
4017 (calc-window-height, calc-display-trail, calc-show-selections)
4018 (calc-use-selections, calc-assoc-selections)
4019 (calc-display-working-message, calc-auto-why, calc-timing)
4020 (calc-display-sci-high, calc-display-sci-low, calc-other-modes)
4021 (calc-other-modes, calc-Y-help-msgs, calc-loaded-settings-file):
4022 Make into real defvars.
4023 (calc-mode-var-list): Delete.
4024 (calc-mode-save-mode, calc-standard-date-formats)
4025 (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
4026 (calc-user-parse-tables, calc-gnuplot-default-device)
4027 (calc-gnuplot-default-output, calc-gnuplot-print-device)
4028 (calc-gnuplot-print-output, calc-gnuplot-geometry)
4029 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
4030 (calc-invocation-macro, calc-show-banner): Make into defvars,
4031 taken from `calc-mode-var-list'.
4032 (calc-emacs-type-epoch, calc-emacs-type-19)
4033 (calc-emacs-type-lucid, calc-emacs-type-gnu19): Make into defvars.
4034 (calc-version, calc-version-date, calc-trail-pointer)
4035 (calc-trail-overlay, calc-undo-list, calc-redo-list)
4036 (calc-main-buffer, calc-trail-buffer, calc-why, calc-next-why)
4037 (calc-inverse-flag, calc-hyperbolic-flag, calc-keep-args-flag)
4038 (calc-last-kill, calc-previous-alg-entry, calc-dollar-values)
4039 (calc-dollar-used, calc-hashes-used, calc-quick-prev-results)
4040 (calc-said-hello, calc-executing-macro, calc-any-selections)
4041 (calc-help-phase, calc-full-help-flag, calc-refresh-count)
4042 (calc-display-dirty, calc-prepared-composition)
4043 (calc-selection-cache-default-entry, calc-embedded-info)
4044 (calc-embedded-active, calc-standalone-flag, var-EvalRules)
4045 (math-eval-rules-cache-tag, math-radix-explicit-format)
4046 (math-expr-function-mapping, math-expr-variable-mapping)
4047 (math-read-expr-quotes, math-working-step, math-working-step-2)
4048 (var-i, var-pi, var-e, var-phi, var-gamma, var-Modes): Make into
4049 defvars, from toplevel setq.
4050 (calc-mode-map): Set up keymap in more modern fashion.
4051 (calc-dispatch-map): Ditto.
4052 (calc-command-flags, calc-final-point-line)
4053 (calc-final-point-column): Defvar.
4054 (calc-do): Use `save-current-buffer' instead of `save-excursion'.
4055 (sel-mode): Defvar.
4056 (calc-any-evaltos): Ditto.
4057 (calc-buffer, calc-prev-char, calc-prev-prev-char)
4058 (calc-digit-value): Ditto.
4059 (math-eval-rules-cache, math-eval-rules-cache-other): Ditto.
4060 (math-sub-bignum): Bind `diff'.
4061 (calc-selection-cache-entry): Defvar.
4062 (calc-count-lines): Reference `pos' instead of `newpos'.
4063
4064 2002-09-27 Simon Josefsson <jas@extundo.com>
4065
4066 * mail/mail-hist.el (mail-hist-next-input): Fix docstring.
4067
4068 2002-09-26 Richard M. Stallman <rms@gnu.org>
4069
4070 * mail/unrmail.el (unrmail): Do the work directly,
4071 without actually selecting the messages in the from file.
4072 (unrmail-unprune): New subroutine.
4073
4074 * files.el (backup-buffer): Bind local var MODES.
4075 Don't use renaming for a suid or sgid file.
4076 Use backup-buffer-copy to do copying.
4077 (backup-buffer-copy): New subroutine.
4078 Clear suid and sgid bits for the copy.
4079
4080 2002-09-26 Edward M. Reingold <reingold@emr.cs.iit.edu>
4081
4082 * calendar/solar.el (solar-equinoxes-solstices):
4083 Use time properly adjusted for DST in the result.
4084
4085 2002-09-26 Richard M. Stallman <rms@gnu.org>
4086
4087 * follow.el (follow-generic-filter): Simply bind deactivate-mark.
4088 Bind inhibit-read-only; don't mess with buffer-read-only.
4089
4090 * speedbar.el (speedbar-refresh): Simply bind deactivate-mark.
4091
4092 2002-09-26 Luc Teirlinck <teirllm@mail.auburn.edu>
4093
4094 * ielm.el (inferior-emacs-lisp-mode): Treat the header as
4095 output, if comint-use-prompt-regexp-instead-of-fields is nil.
4096
4097 2002-09-26 John Paul Wallington <jpw@shootybangbang.com>
4098
4099 * ibuffer.el (ibuffer-update): Call `minibufferp' with argument
4100 instead of within `with-current-buffer'.
4101
4102 2002-09-26 Stephen Eglen <stephen@gnu.org>
4103
4104 * iswitchb.el (iswitchb-completions): Test that
4105 iswitchb-common-match-string is a string, before printing common
4106 completions.
4107
4108 2002-09-25 Stefan Monnier <monnier@cs.yale.edu>
4109
4110 * server.el: Use built-in network primitives.
4111 (server-program, server-previous-string): Remove.
4112 (server-previous-strings): New var.
4113 (server-socket-name): New var.
4114 (server-log): Minor change to the output format.
4115 (server-sentinel): Clean up global state when a client disconnects.
4116 (server-unquote-arg): New fun.
4117 (server-start): Use server-socket-name and make-network-process.
4118 (server-process-filter): Now talks to the clients directly.
4119 Normalize file name after unquoting and decoding.
4120 (server-buffer-done): Just close the connection.
4121 (server-switch-buffer): Handle the case where all windows are
4122 dedicated or minibuffers.
4123
4124 * font-lock.el (fast-lock-mode, lazy-lock-mode, jit-lock-mode):
4125 Don't bind them variables.
4126 (font-lock-turn-off-thing-lock, font-lock-after-fontify-buffer)
4127 (font-lock-after-unfontify-buffer): Check that the vars are bound.
4128 (font-lock-dont-widen): New var.
4129 (font-lock-default-fontify-region): Use it.
4130
4131 * emacs-lisp/find-func.el (find-library-name):
4132 Correctly find "file.el.gz" from "file.elc" or "file.elc.gz".
4133
4134 2002-09-25 Kenichi Handa <handa@etl.go.jp>
4135
4136 * international/mule-cmds.el (select-safe-coding-system):
4137 Handle safe but rejected default coding systems and unsafe default
4138 coding systems differently.
4139
4140 * international/mule-diag.el (list-character-sets): Use the buffer
4141 name "*Character Set List*", not "*Help*". List also indirectly
4142 supported character sets.
4143 (list-charset-chars): Use the buffer name "*Character List*", not
4144 "*Help*". Display the current charset name in the modeline.
4145 (non-iso-charset-alist): Add mapped charset list for `mac-roman'.
4146 (sort-listed-character-sets): Don't alter the region showing
4147 indirectly supported charsets.
4148
4149 2002-09-24 Simon Josefsson <jas@extundo.com>
4150
4151 * mail/mail-extr.el (mail-extr-ignore-single-names): Change default.
4152 (mail-extract-address-components): Doc fix.
4153
4154 2002-09-24 Markus Rost <rost@math.ohio-state.edu>
4155
4156 * simple.el (edit-and-eval-command): Protect command-history.
4157 (repeat-complex-command): Protect command-history.
4158
4159 2002-09-24 Juanma Barranquero <lektu@terra.es>
4160
4161 * replace.el (occur-find-match): New function.
4162 (occur-next, occur-prev): Use it.
4163
4164 * progmodes/sh-script.el (sh-mark-init): Don't set `occur-buffer'.
4165 (sh-mark-line): Likewise. Use 'occur-target and 'occur-match
4166 instead of 'occur and 'occur-point.
4167
4168 * eshell/em-unix.el (eshell-occur-mode-mouse-goto)
4169 (eshell-poor-mans-grep): Remove references to `occur-buffer'.
4170
4171 2002-09-24 Stefan Monnier <monnier@cs.yale.edu>
4172
4173 * descr-text.el (describe-text-category): Use *Help*.
4174 Don't kill-buffer.
4175 (describe-text-properties, describe-char):
4176 Delay self-inspection test. Use *Help*.
4177 Use syntax-after. Use `pos' rather than (point).
4178 Distinguish the before/after part of a composition.
4179
4180 2002-09-23 Kenichi Handa <handa@etl.go.jp>
4181
4182 * international/quail.el (quail-completion): Be sure to scroll
4183 quail-completion-buf.
4184
4185 2002-09-23 Richard M. Stallman <rms@gnu.org>
4186
4187 * ielm.el (*1): Fix previous change.
4188
4189 2002-09-23 Juanma Barranquero <lektu@terra.es>
4190
4191 * net/tramp.el (tramp-unified-filenames): Autoload it.
4192
4193 2002-09-23 Michael Kifer <kifer@cs.stonybrook.edu>
4194
4195 * ediff-init.el (ediff-get-next-window): Bug fix.
4196
4197 2002-09-22 Oliver Scholz <alkibiades@gmx.de>
4198
4199 * play/gamegrid.el (gamegrid-face): New variable to emulate a
4200 buffer-local default face.
4201 (gamegrid-xbm): New variable; XBM image as a replacement for
4202 `gamegrid-xpm' on Emacsen compiled without XPM-support.
4203 (gamegrid-colorize-glyph): Ported XEmacs-code for the generation
4204 of images to Emacs.
4205 (gamegrid-match-spec): Call `gamegrid-make-image-from-vector' to
4206 convert XEmacs-type image descriptors.
4207 (gamegrid-color-display-p): Remove (use `display-colors-p' instead.)
4208 (gamegrid-make-image-from-vector): New function. Convert XEmacs'
4209 image descriptors.
4210 (gamegrid-display-type): Use Emacs' standard `display-.*-p'
4211 functions to check for display capabilities. Fix the recognition
4212 of image-support in Emacs 21 by this way.
4213 (gamegrid-hide-cursor): Removed.
4214 (gamegrid-setup-default-font): Ported the code from XEmacs to
4215 Emacs: create a new face and assign the variable `gamegrid-face'
4216 to it. Make sure that the face is not higher than the smallest
4217 image used by the game.
4218 (gamegrid-initialize-display): Use `(setq cursor-type nil)'
4219 instead of `gamegrid-hide-cursor'.
4220 (gamegrid-set-face): If `gamegrid-display-mode' is 'glyph, put an
4221 image in the buffer, instead of applying a face. [This is because
4222 Emacs display-tables are not as capable as the display-tables in
4223 XEmacs. Maybe this function should be renamed to reflect the change?]
4224 (gamegrid-init-buffer): If `gamegrid-display-mode' is 'glyph, put
4225 the face held by `gamegrid-face' in an overlay over the whole
4226 buffer to emulate a buffer-local default-face.
4227
4228 2002-09-22 Markus Triska <triska@gmx.at> (iny change)
4229
4230 * play/doctor.el (doctor-doc): Add 2 question words.
4231 (doctor-getnoun): Parse and save the complete object phrase.
4232
4233 2002-09-22 Richard M. Stallman <rms@gnu.org>
4234
4235 * international/mule-cmds.el (select-safe-coding-system): Cope if
4236 default-coding-system gives nil which was then used in `min'.
4237
4238 * mail/sendmail.el (sendmail-send-it): If user's buffer
4239 is unibyte, make tembuf unibyte.
4240
4241 2002-09-22 Kai Gro\e,A_\e(Bjohann <grossjoh@ls6.informatik.uni-dortmund.de>
4242
4243 * net/tramp.el: Version 2.0.22 released.
4244 (tramp-parse-rhosts, tramp-parse-shosts)
4245 (tramp-parse-hosts, tramp-parse-passwd): Apply `push' but
4246 `add-to-list' for performance reasons.
4247 (tramp-get-completion-user-host): Return `nil' in case both `user'
4248 and 'host' are empty (not necessarily `nil'.
4249 (tramp-parse-netrc, tramp-parse-netrc-group): New functions.
4250 (tramp-user-regexp): " \t" are not user regexp characters.
4251 (tramp-completion-handle-file-name-all-completions):
4252 Remove Ange-FTP cmpletion. It has a bug not handling the "/ftp:" prefix
4253 completely, and it returns local completions as well.
4254 (tramp-completion-function-alist-ftp): New constant.
4255 (tramp-completion-function-alist): Add completion function for "ftp".
4256 From Michael Albinus <Michael.Albinus@alcatel.de>.
4257
4258 2002-09-22 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4259
4260 * net/tramp.el: Version 2.0.21 released.
4261 (tramp-handle-file-newer-than-file-p): If mtime of both files is
4262 known, return a useful result. Better error message in case one
4263 is a Tramp file and one isn't.
4264 (tramp-handle-file-local-copy, tramp-handle-write-region)
4265 (tramp-find-shell, tramp-open-connection-telnet)
4266 (tramp-open-connection-rsh, tramp-open-connection-su)
4267 (tramp-open-connection-setup-interactive-shell)
4268 (tramp-post-connection, tramp-maybe-open-connection)
4269 (tramp-method-out-of-band-p): Correct number of args for
4270 `tramp-get-rsh-program' and similar functions.
4271
4272 2002-09-22 Kai Gro\e,A_\e(Bjohann <grossjoh@ls6.informatik.uni-dortmund.de>
4273
4274 * net/tramp.el: Version 2.0.20 released.
4275
4276 2002-09-20 Kai Gro\e,A_\e(Bjohann <grossjoh@ls6.informatik.uni-dortmund.de>
4277
4278 * net/tramp.el (tramp-completion-function-alist): Escape open
4279 paren in docstring.
4280 (tramp-user-regexp, tramp-host-regexp): Allow empty strings.
4281 (tramp-handle-insert-file-contents): Call tramp-message-for-buffer
4282 instead of tramp-message.
4283 (tramp-open-connection-rsh): Handle empty string as user name.
4284 (tramp-open-connection-su): Handle empty string as host name.
4285 Handle nil user name.
4286 (tramp-handle-file-local-copy, tramp-handle-write-region)
4287 (tramp-completion-handle-file-name-all-completions)
4288 (tramp-open-connection-telnet, tramp-open-connection-rsh)
4289 (tramp-open-connection-su, tramp-post-connection)
4290 (tramp-maybe-open-connection, tramp-method-out-of-band-p)
4291 (tramp-get-connection-function, tramp-get-remote-sh)
4292 (tramp-get-rsh-program, tramp-get-rsh-args)
4293 (tramp-get-rcp-program, tramp-get-rcp-args)
4294 (tramp-get-rcp-keep-date-arg, tramp-get-su-program)
4295 (tramp-get-su-args, tramp-get-telnet-program)
4296 (tramp-get-telnet-args): Use `tramp-find-method', perhaps require
4297 additional args USER, HOST.
4298 (tramp-action-password, tramp-open-connection-telnet)
4299 (tramp-open-connection-su, tramp-open-connection-multi)
4300 (tramp-method-out-of-band-p): `tramp-method-out-of-band-p' now
4301 takes USER and HOST arguments, to be able to use
4302 `tramp-find-method'. Update callers.
4303 (tramp-find-method): New function.
4304
4305 2002-09-20 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4306
4307 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
4308 in SWITCHES (by removing it).
4309
4310 2002-09-18 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4311
4312 * net/tramp.el (tramp-file-name-handler): Add `file-remote-p' property.
4313
4314 2002-09-17 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4315
4316 * net/tramp.el (top-level): Maybe autoload uudecode-decode-region.
4317
4318 2002-09-16 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4319
4320 * net/tramp.el (tramp-bug): Add tramp-methods.
4321
4322 2002-09-16 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4323
4324 * net/tramp.el (tramp-methods): Update docstring:
4325 tramp-encoding-command, tramp-decoding-command,
4326 tramp-encoding-function and tramp-decoding-function are not
4327 parameters anymore.
4328 (tramp-uuencode-region): Autoload it.
4329
4330 2002-09-13 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4331
4332 * net/tramp.el: Version 2.0.19 released.
4333
4334 * net/tramp-uu.el: New file, implements uuencode in Lisp.
4335
4336 * net/tramp.el (tramp-coding-commands):
4337 Use `tramp-uuencode-region' as local encoder for the uuencode based
4338 entries.
4339
4340 2002-09-13 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4341
4342 * net/tramp.el (tramp-handle-write-region): Wrong parens.
4343
4344 2002-09-13 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4345
4346 * net/tramp.el: Version 2.0.18 released.
4347
4348 * net/tramp.el (tramp-perl-decode): Perl changes to accomodate
4349 older versions of Perl. Now tested with 5.004. Suggestion from
4350 Michael Albinus.
4351
4352 2002-09-12 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4353
4354 * net/tramp.el (tramp-find-inline-encoding):
4355 Call tramp-call-local-coding-command with nil for INPUT and OUTPUT.
4356 (tramp-call-local-coding-command): OUTPUT equals nil means to
4357 discard the output. INPUT equals nil means /dev/null.
4358
4359 2002-09-12 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4360
4361 * net/tramp.el (tramp-encoding-shell): Default to environment
4362 variable COMSPEC on Windows.
4363 (tramp-handle-write-region): More debugging output.
4364 (tramp-find-inline-encoding): Ditto.
4365
4366 2002-09-11 Michael Albinus <Michael.Albinus@alcatel.de>
4367
4368 * net/tramp.el (tramp-completion-handle-file-name-all-completions):
4369 Define `result1'.
4370 (tramp-parse-hosts-group): Discard IPv6 entries.
4371
4372 2002-09-11 Kai Gro\e,A_\e(Bjohann <grossjoh@ls6.informatik.uni-dortmund.de>
4373
4374 * net/tramp.el (tramp-post-connection): Only send Perl
4375 mime-encode/decode implementations when using inline method.
4376 (tramp-handle-file-local-copy)
4377 (tramp-handle-write-region, tramp-post-connection)
4378 (tramp-coding-commands, tramp-find-inline-encoding): For the
4379 inline encodings, distinguish between local and remote commands,
4380 instead of between commands and functions. (The local commands
4381 can be functions, too.) If the local host is a Windows machine,
4382 we can't expect the same commands to work there as on the remote host.
4383 (tramp-call-local-coding-command): New function for calling local
4384 encoding and decoding commands.
4385 (tramp-set-remote-encoding, tramp-get-remote-encoding)
4386 (tramp-set-remote-decoding, tramp-get-remote-decoding)
4387 (tramp-set-local-encoding, tramp-get-local-encoding)
4388 (tramp-set-local-decoding, tramp-get-local-decoding): New functions.
4389 (tramp-get-encoding-command, tramp-set-encoding-command)
4390 (tramp-get-decoding-command, tramp-set-decoding-command)
4391 (tramp-get-encoding-function, tramp-set-encoding-function)
4392 (tramp-get-decoding-function, tramp-set-decoding-function):
4393 Old functions, removed.
4394
4395 2002-09-10 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4396
4397 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
4398 Change command to invoke /bin/sh slightly to make it compatible
4399 with the `rc' shell. Suggested by Daniel Pittman.
4400
4401 2002-09-10 Michael Albinus <Michael.Albinus@alcatel.de>
4402
4403 * net/tramp.el (tramp-handle-write-region): Added missing
4404 `)'. Hope it's the right place.
4405
4406 2002-09-09 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4407
4408 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
4409 Do "exec env PS1='$ ' /bin/sh" instead of just "exec /bin/sh" in
4410 order to get a sane shell prompt. If people have ${CWD}, say, in
4411 their shell prompt, then the default login shell might display
4412 something harmless, but the /bin/sh will display a dollar sign
4413 which confused the subsequent prompt recognition.
4414 (tramp-multi-action-password): More debugging output.
4415 (tramp-encoding-shell): Renamed from tramp-sh-program.
4416 More documentation. Default to cmd.exe on Windows NT.
4417 (tramp-encoding-command-switch): New variable. Use instead of
4418 hard-wired "-c" which is only good for /bin/sh.
4419 (tramp-encoding-reads-stdin): New variable. If t, commands are
4420 called like "/bin/sh -c COMMAND <INPUT", if nil, they are called
4421 like "/bin/sh -c COMMAND INPUT", ie the input file is the last arg.
4422 (tramp-multi-sh-program): Always default to tramp-encoding-shell.
4423 (tramp-handle-file-local-copy, tramp-handle-write-region):
4424 Respect tramp-encoding-shell and friends.
4425 (tramp-find-inline-encoding): Use new-style calls for checking if
4426 the local commands work.
4427
4428 2002-09-07 Michael Albinus <Michael.Albinus@alcatel.de>
4429
4430 * net/tramp.el (tramp-methods): Remove `tramp-completion-function'
4431 entries. They are handled now by `tramp-completion-function-alist'.
4432 (tramp-completion-function): Defvar removed. I've never used
4433 it. Hmm.
4434 (tramp-get-completion-function)
4435 (tramp-get-completion-rsh, tramp-get-completion-ssh)
4436 (tramp-get-completion-telnet, tramp-get-completion-su):
4437 Functions removed as well. Not necessary any longer due to extended
4438 customization means.
4439 (tramp-completion-function-alist): New defcustom. Holds all
4440 FUNCTION FILE pairs used for user and host name completion
4441 relevant for METHOD.
4442 (tramp-completion-function-alist-rsh)
4443 (tramp-completion-function-alist-ssh)
4444 (tramp-completion-function-alist-telnet)
4445 (tramp-completion-function-alist-su): Defconst for initializing
4446 `tramp-completion-function-alist'. Unfortunately, mainly UNIX-like
4447 values are known for me until now. Needs to be completed for at
4448 least VMS++ like operating systems.
4449 (tramp-set-completion-function)
4450 (tramp-get-completion-function): New functions for configuration
4451 of `tramp-completion-function-alist'. The old definition of
4452 `tramp-get-completion-function' has been discarded.
4453 (tramp-completion-handle-file-name-all-completions):
4454 Change function call for user/host completion according to definition
4455 in `tramp-completion-function-alist'.
4456 (tramp-parse-passwd): Added exception handling for "root", because
4457 `tramp-get-completion-su' (the previous place for this stuff)
4458 doesn't exist any longer.
4459
4460 2002-09-07 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4461
4462 * net/tramp.el (tramp-enter-password):
4463 Use `tramp-password-end-of-line' to terminate the line.
4464 (tramp-bug): Include new variable `tramp-password-end-of-line'.
4465 (tramp-password-end-of-line): New variable. People who use plink
4466 under Windows might have to issue "\r\n" after the password, but
4467 they need to send just "\n" after the other commands. So this
4468 variable was introduced to complement `tramp-rsh-end-of-line'.
4469 (tramp-wait-for-output, tramp-post-connection): Allow "\r" at end
4470 of line of the output delimiter.
4471
4472 2002-09-06 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4473
4474 * net/tramp.el (tramp-handle-file-local-copy, tramp-find-shell)
4475 (tramp-open-connection-setup-interactive-shell): Add some comments
4476 about Douglas Grey Stephen's suggestions to make Tramp work better
4477 with plink under Windows. I'm not sure what to think of them, but
4478 now I have a guinea pig to try it out on. Said guinea pig is
4479 having other problems, though... Also remove some commented-out code.
4480
4481 2002-09-06 Michael Albinus <Michael.Albinus@alcatel.de>
4482
4483 * net/tramp.el (tramp-get-completion-methods): Algorithm slightly
4484 tuned.
4485 (tramp-get-completion-user-host): Accept user names as they are if
4486 typed until "@".
4487 (tramp-completion-mode): Replace `last-input-char' by modern
4488 `last-input-event'. Check for `event-modifiers'.
4489
4490 2002-09-06 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4491
4492 * net/tramp.el (file-expand-wildcards): Corrected check to see if
4493 advising is necessary.
4494
4495 2002-09-05 Michael Albinus <Michael.Albinus@alcatel.de>
4496
4497 * net/tramp.el (tramp-postfix-single-method-format)
4498 (tramp-postfix-multi-method-format)
4499 (tramp-postfix-multi-hop-format)
4500 (tramp-postfix-user-format): New format strings.
4501 (tramp-postfix-single-method-regexp)
4502 (tramp-postfix-multi-method-regexp)
4503 (tramp-postfix-multi-hop-regexp)
4504 (tramp-postfix-user-regexp)
4505 (tramp-make-multi-tramp-file-format)
4506 (tramp-make-tramp-file-name): Apply them.
4507 (tramp-completion-handle-file-name-all-completions): Fix for
4508 invoking ange-ftp in case of "/ftp:xxx" file names.
4509
4510 2002-09-04 Michael Albinus <Michael.Albinus@alcatel.de>
4511
4512 * net/tramp.el (tramp-prefix-format)
4513 (tramp-postfix-host-format): New format strings.
4514 (tramp-prefix-regexp, tramp-method-regexp)
4515 (tramp-postfix-single-method-regexp)
4516 (tramp-postfix-multi-method-regexp)
4517 (tramp-postfix-multi-hop-regexp)
4518 (tramp-user-regexp, tramp-postfix-user-regexp)
4519 (tramp-host-regexp, tramp-postfix-host-regexp)
4520 (tramp-path-regexp): New atomar regular expressions.
4521 If corresponding format strings exist, derived from them.
4522 (tramp-file-name-structure)
4523 (tramp-multi-file-name-structure)
4524 (tramp-multi-file-name-hop-structure)
4525 (tramp-make-multi-tramp-file-format)
4526 (tramp-completion-mode)
4527 (tramp-completion-dissect-file-name)
4528 (tramp-parse-rhosts-group)
4529 (tramp-parse-shosts-group)
4530 (tramp-parse-hosts-group)
4531 (tramp-parse-passwd-group): Apply these expressions.
4532 (tramp-file-name-structure-unified)
4533 (tramp-file-name-structure-separate)
4534 (tramp-make-tramp-file-format-unified)
4535 (tramp-make-tramp-file-format-separate)
4536 (tramp-make-tramp-file-format)
4537 (tramp-make-tramp-file-user-nil-format-unified)
4538 (tramp-make-tramp-file-user-nil-format-separate)
4539 (tramp-make-tramp-file-user-nil-format)
4540 (tramp-multi-file-name-structure-unified)
4541 (tramp-multi-file-name-structure-separate)
4542 (tramp-multi-file-name-hop-structure-unified)
4543 (tramp-multi-file-name-hop-structure-separate)
4544 (tramp-make-multi-tramp-file-format-unified)
4545 (tramp-make-multi-tramp-file-format-separate): Removed.
4546 (tramp-make-tramp-file-name): Allow partial tramp file
4547 names. Generate tramp file format on-the-fly depending on
4548 parameters. Apply atomar format strings resp expressions.
4549 (tramp-get-completion-methods)
4550 (tramp-get-completion-user-host): Apply `tramp-make-tramp-file-name'.
4551 (tramp-parse-hosts-group): Take all host names and IP addresses
4552 into account.
4553 (tramp-bug): Remove `tramp-make-tramp-file-format'.
4554
4555 2002-09-01 Michael Albinus <Michael.Albinus@alcatel.de>
4556
4557 * net/tramp.el (tramp-methods): Add `tramp-completion-function'
4558 for "su" and "sudo".
4559 (tramp-get-completion-telnet): Implement it.
4560 (tramp-parse-hosts)
4561 (tramp-parse-hosts-group)
4562 (tramp-get-completion-su)
4563 (tramp-parse-passwd)
4564 (tramp-parse-passwd-group): New functions.
4565
4566 2002-08-31 Michael Albinus <Michael.Albinus@alcatel.de>
4567
4568 * net/tramp.el (tramp-completion-mode): Check for `last-input-char'.
4569 (tramp-completion-file-name-handler-alist): Add handler for
4570 `file-exists-p.
4571 (tramp-completion-handle-file-exists-p): New function.
4572 (tramp-completion-handle-file-name-completion): Simplified.
4573 (tramp-completion-dissect-file-name): Regexp's reorganised.
4574 (tramp-completion-handle-file-name-all-completions):
4575 Call completion-function only if `user' or `host' is given.
4576 (tramp-get-completion-user-host): New function.
4577 (tramp-get-completion-rsh)
4578 (tramp-get-completion-ssh): Apply it.
4579
4580 2002-08-29 Michael Albinus <Michael.Albinus@alcatel.de>
4581
4582 * net/tramp.el (tramp-completion-file-name-handler-alist):
4583 Add handler for `expand-file-name'.
4584 (tramp-completion-handle-expand-file-name): New function.
4585
4586 2002-08-26 Michael Albinus <Michael.Albinus@alcatel.de>
4587
4588 * net/tramp.el (tramp-completion-mode): New function.
4589 (tramp-completion-handle-file-name-directory)
4590 (tramp-completion-handle-file-name-all-completions): Apply it.
4591 (tramp-methods): Remove double definition of `ssh1-old' and `ssh2-old'.
4592 (tramp-point-at-eol): New defalias.
4593 (tramp-parse-rhosts-group)
4594 (tramp-parse-shosts-group):: Apply it.
4595
4596 2002-08-25 Michael Albinus <Michael.Albinus@alcatel.de>
4597
4598 * net/tramp.el (tramp-get-completion-methods)
4599 (tramp-get-completion-rsh)
4600 (tramp-get-completion-ssh): Add "[" for Xemacs.
4601 (tramp-completion-file-name-regexp-separate): Expression adapted.
4602 (tramp-completion-file-name-handler-alist): Add handler for
4603 `file-name-directory' and `file-name-nondirectory'.
4604 (tramp-completion-handle-file-name-directory)
4605 (tramp-completion-handle-file-name-nondirectory)
4606 (tramp-completion-run-real-handler): New functions.
4607 (tramp-completion-file-name-handler)
4608 (tramp-completion-handle-file-name-all-completions):
4609 Apply `tramp-completion-run-real-handler'.
4610 (tramp-parse-rhosts)
4611 (tramp-parse-shosts): Use `with-temp-buffer'. `result\e$,1!=\e(B renamed to
4612 `res' (otherwise side effects in XEmacs).
4613
4614 2002-08-24 Michael Albinus <Michael.Albinus@alcatel.de>
4615
4616 * net/tramp.el (tramp-completion-file-name-regexp)
4617 (tramp-completion-file-name-handler-alist)
4618 (tramp-flatten-list)
4619 (tramp-completion-dissect-file-name)
4620 (tramp-get-completion-rsh)
4621 (tramp-parse-rhosts)
4622 (tramp-parse-rhosts-group)
4623 (tramp-get-completion-ssh): Doc string tuned.
4624 (tramp-methods): Doc string and custom type extended for
4625 `tramp-completion-function'.
4626 (tramp-completion-function): Variable added. Is it really used?
4627 Other variables like `tramp-completion-function' aren't used.
4628 (tramp-completion-file-name-handler-alist): Add handler for
4629 `file-name-completion'.
4630 (tramp-completion-handle-file-name-completion): New function.
4631
4632 2002-08-18 Michael Albinus <Michael.Albinus@alcatel.de>
4633
4634 * net/tramp.el (tramp-parse-rhosts)
4635 (tramp-parse-rhosts-group)
4636 (tramp-parse-shosts)
4637 (tramp-parse-shosts-group): New functions.
4638
4639 2002-08-17 Michael Albinus <Michael.Albinus@alcatel.de>
4640
4641 * net/tramp.el (tramp-completion-dissect-file-name)
4642 (tramp-completion-dissect-file-name1): New functions.
4643
4644 2002-08-16 Michael Albinus <Michael.Albinus@alcatel.de>
4645
4646 * net/tramp.el (tramp-get-completion-function)
4647 (tramp-get-completion-rsh)
4648 (tramp-get-completion-ssh)
4649 (tramp-get-completion-telnet): New functions.
4650 (tramp-methods): Add `tramp-completion-function' for all methods.
4651
4652 2002-08-15 Michael Albinus <Michael.Albinus@alcatel.de>
4653
4654 * net/tramp.el (tramp-get-completion-methods): New function.
4655 (tramp-find-default-method): Allow host to be nil (like user).
4656
4657 2002-08-14 Michael Albinus <Michael.Albinus@alcatel.de>
4658
4659 * net/tramp.el (tramp-completion-file-name-regexp-unified)
4660 (tramp-completion-file-name-regexp-separate)
4661 (tramp-completion-file-name-regexp)
4662 (tramp-completion-file-name-handler-alist): New defcustoms.
4663 (tramp-completion-file-name-handler): New function.
4664 Add `tramp-completion-file-name-handler' to `file-name-handler-alist'.
4665 (tramp-run-real-handler): Add `tramp-completion-file-name-handler'
4666 to `inhibit-file-name-handlers'.
4667 (tramp-completion-handle-file-name-all-completions)
4668 (tramp-completion-handle-file-name-completion): New functions.
4669
4670 2002-08-12 Michael Albinus <Michael.Albinus@alcatel.de>
4671
4672 * net/tramp.el (tramp-invoke-ange-ftp): `tramp-disable-ange-ftp'
4673 must be called again after activating `ange-ftp'.
4674 (tramp-ange-ftp-file-name-p): Check for Xemacs.
4675
4676 2002-08-08 Michael Albinus <Michael.Albinus@alcatel.de>
4677
4678 * net/tramp.el (tramp-do-copy-or-rename-file): Don't pass
4679 KEEP-DATE to tramp-invoke-ange-ftp 'rename.
4680 (tramp-handle-write-region): Don't pass LOCKNAME and CONFIRM to
4681 tramp-invoke-ange-ftp 'write-region.
4682 (tramp-handle-set-file-modes): Change order of FILENAME and MODE
4683 passing to tramp-invoke-ange-ftp 'set-file-modes.
4684 (tramp-flatten-list): New function. Maybe this functionality does
4685 exist already elsewhere in the libraries.
4686 (tramp-invoke-ange-ftp): Apply `tramp-flatten-list' to parameter
4687 list in order to avoid nested lists, f.e. when invoked from
4688 `tramp-handle-dired-call-process'.
4689
4690 2002-09-05 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4691
4692 * net/tramp.el (tramp-chunksize): New kluge variable.
4693 (tramp-send-region): If tramp-chunksize is non-nil, send region in
4694 parts and sleep 0.1 seconds between chunks.
4695
4696 2002-09-03 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4697
4698 * net/tramp.el (tramp-handle-insert-directory):
4699 Use `insert-buffer-substring' instead of `insert-buffer', which is not
4700 supposed to be used from Lisp. Remember old point in a variable
4701 instead of using `mark'. Suggestion from Stefan Monnier.
4702 (tramp-unified-filenames): New variable. Use it in default value
4703 of other filename variables.
4704 (file-expand-wildcards): Don't advise unless "[" and "]" are used
4705 in the filename format.
4706
4707 2002-09-01 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4708
4709 * net/tramp.el (tramp-methods): Remove duplicate definition of
4710 ssh1-old and ssh2-old.
4711
4712 2002-09-22 Kai Gro\e,A_\e(Bjohann <grossjoh@ls6.informatik.uni-dortmund.de>
4713
4714 * dired.el (dired-insert-directory): Always add "--dired" to to
4715 SWITCHES for remote files.
4716 * files.el (insert-directory): Comment saying that "--dired"
4717 might be in the SWITCHES.
4718 * net/ange-ftp.el (ange-ftp-ls): Handle "--dired" in LSARGS.
4719 (ange-ftp-insert-directory): Comment explaining "--dired" handling.
4720
4721 2002-09-21 Markus Rost <rost@math.ohio-state.edu>
4722
4723 * mail/mailabbrev.el (mail-abbrev-make-syntax-table): Give %!._-
4724 word constituent syntax.
4725
4726 2002-09-21 Richard M. Stallman <rms@gnu.org>
4727
4728 * cus-dep.el (custom-make-dependencies): Bind to t
4729 around evaluating the def-form.
4730
4731 * custom.el (custom-dont-initialize): New variable.
4732 (custom-declare-variable): Don't init the variable
4733 if custom-dont-initialize is non-nil.
4734
4735 2002-09-21 John Paul Wallington <jpw@shootybangbang.com>
4736
4737 * net/eudc.el (eudc-install-menu): Use `define-key' and
4738 `easy-menu-create-menu' to avoid duplication of menu.
4739
4740 2002-09-20 Kim F. Storm <storm@cua.dk>
4741
4742 * kmacro.el (kmacro-step-edit-query): Use RET to execute rest of
4743 macro and terminate editing.
4744 (kmacro-step-edit-macro): Push previous macro onto ring if changed
4745 by step editing.
4746
4747 2002-09-19 Tom Tromey <tromey@redhat.com>
4748
4749 * play/blackbox.el (bb-right): Respect prefix argument.
4750 (bb-left, bb-up, bb-down): Likewise.
4751
4752 2002-09-19 Richard M. Stallman <rms@gnu.org>
4753
4754 * cus-dep.el (custom-make-dependencies): Fix previous change.
4755
4756 2002-09-19 Juanma Barranquero <lektu@terra.es>
4757
4758 * ielm.el (ielm-eval-input): Call `error-message-string' instead
4759 of the non-existent `ielm-format-error'.
4760
4761 2002-09-19 Stefan Monnier <monnier@cs.yale.edu>
4762
4763 * emacs-lisp/easymenu.el (easy-menu-remove):
4764 * emacs-lisp/ewoc.el (ewoc--node-branch): Add docstring.
4765
4766 * international/mule-diag.el (describe-coding-system):
4767 Remove unused `coding-spec' variable.
4768 (list-input-methods): Be more careful when setting up the help buffer.
4769
4770 * international/ucs-tables.el (unify-8859-on-encoding-mode):
4771 Set init value to t to reflect reality.
4772 (ucs-minibuffer-setup): Use minibuffer-selected-window.
4773
4774 2002-09-18 Stefan Monnier <monnier@cs.yale.edu>
4775
4776 * progmodes/make-mode.el (makefile-cleanup-continuations-p):
4777 Rename to makefile-cleanup-continuations.
4778 (makefile-mode): Use write-file-functions.
4779 (makefile-fill-paragraph): Use match-string-no-properties.
4780 (makefile-fill-paragraph): Use line-end-position.
4781 (makefile-add-log-defun): Simplify.
4782
4783 2002-09-18 Richard M. Stallman <rms@gnu.org>
4784
4785 * dired.el (dired-mark-pop-up): Doc fix.
4786
4787 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Put the
4788 definition straight into loaddefs.el as well as executing it here.
4789
4790 2002-09-18 Colin Walters <walters@debian.org>
4791
4792 * calc/calc.el (calc-mode): Add font-lock-defontify to
4793 change-major-mode-hook.
4794
4795 2002-09-18 Richard M. Stallman <rms@gnu.org>
4796
4797 * Makefile.in (bootstrap-clean): Use cd to shorten arg strings.
4798 Don't ignore errors in rm line.
4799
4800 * menu-bar.el (menu-bar-search-menu): Nicer help string.
4801
4802 * replace.el (occur-engine-add-prefix): Use 7 spaces.
4803 (occur-engine): Use 7 digits to align tabs in the data.
4804
4805 * emacs-lisp/bytecomp.el (byte-compile-output-docform):
4806 Don't make the definition dynamic if it shares structure
4807 with the arg list.
4808
4809 * gud.el (gud-pdb-marker-regexp): Allow : and \ in file name.
4810 (pdb): In gud-remove, pass down the file name.
4811
4812 * cus-dep.el (custom-make-dependencies): Sort MEMBERS before use.
4813
4814 2002-09-18 Luc Teirlinck <teirllm@mail.auburn.edu>
4815
4816 * ielm.el: (*1, *2, *3): New variables.
4817 (ielm-eval-input): Make temporary buffers current on entry and
4818 exit to the let bindings for *, ** and ***.
4819 (inferior-emacs-lisp-mode): Mention *1, *2 and *3 in the docstring.
4820 Do not overrule global bindings for *, ** and ***.
4821
4822 2002-09-18 Tom Tromey <tromey@redhat.com>
4823
4824 * progmodes/make-mode.el (makefile-fill-paragraph): Find comment
4825 boundaries before filling.
4826
4827 2002-09-18 Stefan Monnier <monnier@cs.yale.edu>
4828
4829 * server.el (server-done): Fix harmlessly wrong arg to save-buffer.
4830 (server-switch-buffer): Only select a different window if
4831 next-buffer is non-nil. Don't switch in a dedicated window.
4832 If next-buffer is already displayed, reuse that window.
4833
4834 * diff-mode.el (diff-mode): Use compilation-minor-mode.
4835 Don't unbind compilation-last-buffer after autoloading compile.el.
4836 Hide the compilation-minor-mode bindings altogether.
4837
4838 2002-09-18 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4839
4840 * dired.el (dired-insert-directory): Never add "--dired" when
4841 listing remote directories.
4842
4843 2002-09-18 Michael Kifer <kifer@cs.stonybrook.edu>
4844
4845 * ediff-hooks.el: Put back the autoloads (for XEmacs compatibility).
4846
4847 * ediff-init.el: Use defalias instead of fset.
4848
4849 * ediff-util.el: Use defalias instead of fset.
4850
4851 * viper-util.el (viper-chars-in-region): Simplification.
4852
4853 * viper.el (viper-emacs-state-mode-list): Added modes.
4854
4855 2002-09-18 Jonathan Yavner <jyavner@engineer.com>
4856
4857 * emacs-lisp/testcover.el: New file. Uses edebug to instrument a
4858 module of code, with graphical display of poor-coverage spots.
4859
4860 * emacs-lisp/testcover-ses.el: New file. Demonstrates use of
4861 testcover on a interactive module like ses.
4862
4863 * emacs-lisp/testcover-unsafep.el: New file. Demonstrates use of
4864 testcover on a noninteractive module like unsafep.
4865
4866 2002-09-18 Miles Bader <miles@gnu.org>
4867
4868 * diff-mode.el (diff-mode): Don't evaluate `compilation-last-buffer'
4869 unless it's bound.
4870
4871 2002-09-17 Stefan Monnier <monnier@cs.yale.edu>
4872
4873 * server.el (server-log): Add `client' arg.
4874 (server-start): Don't bother canceling the sentinel.
4875 (server-process-filter): Use replace-regexp-in-string and
4876 handle the new &n quoting. Use push. Use server-log's new arg.
4877 Don't output the C-x # message if `nowait'.
4878 (server-buffer-done): Use server-log's new arg.
4879
4880 2002-09-16 Jonathan Yavner <jyavner@engineer.com>
4881
4882 * ses.el: New file.
4883
4884 * emacs-lisp/unsafep.el: New file.
4885
4886 * files.el (auto-mode-alist): Add ".ses" for ses-mode.
4887 (inhibit-quit): This is risky for unsafep, doesn't matter much for
4888 anybody else.
4889 (risky-local-variable-p): New function. Split off from
4890 hack-one-local-variable so unsafep can use it. Add \|-history$ to
4891 the list of disallowed local variable names (malicious user could
4892 stuff a `display' property in there that would be activated when
4893 na\e,Ao\e(Bve user called up the history).
4894
4895 2002-09-16 Markus Rost <rost@math.ohio-state.edu>
4896
4897 * ls-lisp.el (ls-lisp-format-time-list): Fix type and provide :tag's.
4898
4899 2002-09-16 Richard M. Stallman <rms@gnu.org>
4900
4901 * play/gomoku.el (gomoku-move-up, gomoku-move-down):
4902 Use forward-line and move-to-column.
4903
4904 * cus-edit.el (custom-variable-backup-value): New function.
4905 (custom-variable-reset-backup): New function.
4906 (custom-variable-menu): Add item for custom-variable-reset-backup.
4907 (custom-variable-set, custom-variable-reset-saved)
4908 (custom-variable-reset-standard): Call custom-variable-backup-value.
4909
4910 2002-09-16 Stefan Monnier <monnier@cs.yale.edu>
4911
4912 * dired.el (dired-font-lock-keywords): Use regexp-opt.
4913 (dired-move-to-filename): Better message when we fail to find the file.
4914 (dired-sort-toggle): Minor optimization.
4915
4916 2002-09-16 Juanma Barranquero <lektu@terra.es>
4917
4918 * dired-aux.el (dired-add-entry): Add missing argument to
4919 `dired-mark'.
4920
4921 2002-09-16 John Paul Wallington <jpw@shootybangbang.com>
4922
4923 * xscheme.el (scheme-interaction-mode): Doc fix.
4924
4925 * net/eudc.el (eudc-plist-get): Doc fix.
4926
4927 2002-09-16 Kim F. Storm <storm@cua.dk>
4928
4929 * menu-bar.el (menu-bar-last-search-type): New var.
4930 (nonincremental-repeat-search-forward)
4931 (nonincremental-repeat-search-backward): Repeat string or
4932 regexp search depending on menu-bar-last-search-type.
4933 (nonincremental-search-forward, nonincremental-re-search-forward)
4934 (nonincremental-search-backward, nonincremental-re-search-backward):
4935 Set menu-bar-last-search-type to string or regexp.
4936 (nonincremental-repeat-re-search-forward): Removed.
4937 (nonincremental-repeat-re-search-backward): Removed.
4938 (menu-bar-replace-menu): New keymap for "Edit->Replace" submenu.
4939 (menu-bar-i-search-menu): New keymap for "Incremental Search" submenu.
4940 (menu-bar-adv-search-menu): Removed.
4941 (menu-bar-search-menu): Reorganized.
4942 (menu-bar-edit-menu): Added "Replace" submenu.
4943
4944 2002-09-15 Richard M. Stallman <rms@gnu.org>
4945
4946 * scroll-bar.el (scroll-bar-mode): Specify :initialize.
4947
4948 * menu-bar.el (menu-bar-make-mm-toggle): Don't put a quote befor FNAME
4949 when it's not being evaluated.
4950
4951 2002-09-15 Markus Rost <rost@math.ohio-state.edu>
4952
4953 * dired.el (dired-move-to-filename): Fix previous change.
4954
4955 2002-09-14 Kim F. Storm <storm@cua.dk>
4956
4957 * emulation/keypad.el (keypad-setup, keypad-shifted-setup)
4958 (keypad-numlock-setup, keypad-numlock-shifted-setup):
4959 Change `Remove Binding' option to `Unspecified/User-defined'.
4960 (keypad-setup): Enhance explanation of setup type `none'.
4961
4962 2002-09-14 Richard M. Stallman <rms@gnu.org>
4963
4964 * time.el (display-time-mode): Set display-time-load-average here.
4965 (display-time-load-average): Initialize to nil.
4966 (display-time-default-load-average): Add "None" alternative.
4967 (display-time-update): Handle "None" alternative for load-average.
4968
4969 * dired-aux.el (dired-bunch-files): Put the arg FILES
4970 back as it was after temporary destrucive mods.
4971 (dired-add-entry): Use dired-insert-directory to handle indentation.
4972 Explicitly restore the line's marker character.
4973 Preserve the old file name's text properties.
4974 (dired-add-entry-do-indentation): Function deleted.
4975 (dired-relist-file): Doc fix.
4976 (dired-rename-file): Change argument names.
4977 (foo-rename-file): New function.
4978 (dired-do-hardlink): Use dired-hardlink.
4979 (dired-hardlink): New function.
4980 (dired-insert-subdir-doinsert): Use dired-insert-directory;
4981 that handles indentation, text props and header line.
4982 dired-readin-insert gets no args.
4983 Use `last' instead of `reverse'.
4984
4985 * dired.el (dired-use-ls-dired): New variable.
4986 (dired-directory): Document the rules better.
4987
4988 * dired.el (dired-insert-headerline): Function deleted.
4989 (dired-revert): Pass no args to dired-readin.
4990 (dired-move-to-filename): First try using dired-filename property.
4991 (dired-move-to-end-of-filename): Likewise.
4992 (dired-why): Try to show the start of this page of warnings.
4993 (dired-log): Insert the buffer name at start of page, not end.
4994 (dired-log-summary): If just one failure, explain it in echo area.
4995
4996 * dired.el (dired-internal-noselect):
4997 Always set dired-directory, when buffer is not new.
4998 Pass dir-or-list, not dirname, to dired-mode.
4999 Call dired-readin with no args.
5000 Don't call dired-after-readin-hook here.
5001 (dired-find-buffer-nocreate): Expand dirname.
5002 Expand the dir from dired-directory to compare with dirname.
5003
5004 (dired-readin): Take no args. Get the directory from dired-directory.
5005 Run dired-before-reading hook inside save-excursion.
5006 Run dired-after-readin-hook here.
5007 Don't make undo entries at all.
5008 Call dired-readin-insert with no args.
5009 Don't change indentation here.
5010 Don't insert headerline here.
5011
5012 (dired-readin-insert): Take no args.
5013 Get dir and file-list from dired-directory.
5014 Call dired-insert-directory the new way.
5015 Don't insert "wildcard" info here.
5016
5017 (dired-insert-directory): New arg FILE-LIST.
5018 First arg now DIR, always just the directory.
5019 This function fully handles setting up the buffer text:
5020 update indentation, insert headerline and "wildcard" info.
5021 Pass --dired arg if appropriate; put info in dired-filename props.
5022 Don't expand file names here.
5023
5024 * warnings.el (display-warning): In batch mode,
5025 exclude the final newline from the arg to `message'.
5026
5027 2002-09-13 Markus Rost <rost@math.ohio-state.edu>
5028
5029 * files.el (diff-buffer-with-file): Check whether associated file
5030 exists. Display message for 1 second. Always return nil.
5031
5032 2002-09-13 Stefan Monnier <monnier@cs.yale.edu>
5033
5034 * diff-mode.el (diff-mode): Turn on compilation-minor-mode
5035 support again, but more carefully this time.
5036
5037 * progmodes/perl-mode.el (perl-mode-syntax-table): Mark $, % and @
5038 such that backward-sexp correctly skips them.
5039 (perl-font-lock-keywords-2): Use regexp-opt.
5040 (perl-font-lock-syntactic-keywords)
5041 (perl-font-lock-syntactic-face-function): Better handle PODs.
5042 Handle package names with ' in them and ($$) in `sub' declarations.
5043 Handle format staements. Handle regexp and quote-like ops.
5044 (perl-empty-syntax-table): New var.
5045 (perl-quote-syntax-table): New fun.
5046
5047 * pcvs.el (cvs-mode-find-file): Work even if point is at beg-of-line.
5048 (cvs-do-removal): Bind inhibit-read-only while modifying the buffer.
5049
5050 * newcomment.el (comment-with-narrowing): Use the `declare' thingy.
5051
5052 * derived.el (define-derived-mode): Properly ignore unknown args.
5053
5054 * emacs-lisp/easy-mmode.el (define-minor-mode): Add a :require arg.
5055 Don't call the function during init if mode is on by default.
5056
5057 * simple.el: Provide `simple'.
5058 (transient-mark-mode, line-number-mode, column-number-mode):
5059 Pass an explicit `:require nil' argument.
5060
5061 2002-09-13 Francesco Potort\e,Al\e(B <pot@gnu.org>
5062
5063 * play/tetris.el (tetris-blank-options, tetris-cell-options):
5064 Remove various redundant `(t nil)'.
5065
5066 * play/snake.el (snake-border-options): Use color on tty if available.
5067
5068 * play/tetris.el (tetris-border-options): Likewise.
5069
5070 * play/pong.el (pong-border-options): Likewise, plus reset
5071 color on tty to be [0.5 0.5 0.5].
5072
5073 2002-09-13 Kim F. Storm <storm@cua.dk>
5074
5075 * kmacro.el (kmacro-start-macro): Doc fix.
5076
5077 2002-09-13 Juanma Barranquero <lektu@terra.es>
5078
5079 * progmodes/idlw-shell.el (idlwave-shell-cleanup): Fix reference
5080 to `idlwave-idlwave_routine_info-compiled'.
5081
5082 * whitespace.el (whitespace-unload-hook): Call `remove-hook' with
5083 three arguments, not four.
5084
5085 2002-09-13 Kim F. Storm <storm@cua.dk>
5086
5087 * kmacro.el (kmacro-keymap): Changed bindings:
5088 C-x C-k s to kmacro-start-macro, C-x C-k b to kmacro-bind-to-key.
5089
5090 2002-09-12 Richard M. Stallman <rms@gnu.org>
5091
5092 * international/mule-cmds.el (universal-coding-system-argument):
5093 Read the coding system inside `interactive' spec, for command-history.
5094
5095 2002-09-12 Stefan Monnier <monnier@cs.yale.edu>
5096
5097 * emacs-lisp/find-func.el (find-library-name): Don't forget
5098 the empty suffix. Fix stale variable name.
5099
5100 * gud.el (gud-gdb-massage-args, gud-sdb-massage-args)
5101 (gud-pdb-massage-args): Delete.
5102 (gdb, sdb, pdb): Don't pass gud-*-massage-args any more.
5103 (gud-gdb-command-name): New var. Put "--fullname" in there.
5104 (gud-query-cmdline): Use the most recent executable as the default.
5105 Don't add "--fullname" (it's only valid/meaningful for GDB).
5106 (gud-xdb-marker-filter): Use match-string.
5107 (gud-perldb-massage-args): Don't add "-d".
5108 (gud-perldb-command-name): Add "-d".
5109 (gud-common-init): If `massage-args' is nil, don't call it.
5110 (gud-format-command): Don't hardcode point-min==1.
5111
5112 * derived.el: Require CL when compiling.
5113
5114 2002-09-12 Simon Josefsson <jas@extundo.com>
5115
5116 * mail/smtpmail.el (smtpmail-send-it): Don't use : in filenames
5117 (for cygwin). Suggested by Andrew Senior <aws@watson.ibm.com>.
5118 Use expand-file-name. Also don't require time-stamp.
5119
5120 2002-09-11 Richard M. Stallman <rms@gnu.org>
5121
5122 * derived.el (define-derived-mode): When making new abbrev table,
5123 don't try to copy the parent's abbrev table.
5124
5125 * ruler-mode.el (ruler-mode-left-scroll-bar-cols):
5126 Always round scroll-bar-width parameter up.
5127 If it is nil, use 14.
5128
5129 * abbrev.el (copy-abbrev-table): New function.
5130
5131 2002-09-11 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5132
5133 * ps-print.el: Adjust ps-print-color-p, ps-default-fg and
5134 ps-default-bg setting.
5135 (ps-print-version): New version number (6.5.7).
5136 (ps-mark-active-p): New fun.
5137 (ps-print-preprint-region): Adjust code.
5138
5139 2002-09-11 Dave Love <fx@gnu.org>
5140
5141 * international/mule.el (non-standard-designations-alist)
5142 (ctext-pre-write-conversion): Don't generate invalid extended
5143 segments for iso8859.
5144
5145 * language/cyrillic.el ("Ukrainian"): Fix nonascii-translation.
5146 (cyrillic-alternativnyj-decode-table): Fix some entries.
5147
5148 * international/ucs-tables.el: Fix last change.
5149
5150 * international/utf-8.el (utf-8-fragment-on-decoding): Fix last
5151 change.
5152
5153 2002-09-11 Kim F. Storm <storm@cua.dk>
5154
5155 * edmacro.el (edit-kbd-macro): Recognize new C-x e binding,
5156 kmacro-end-and-call-macro.
5157
5158 2002-09-11 Juanma Barranquero <lektu@terra.es>
5159
5160 * newcomment.el (uncomment-region): Fix let/let* use.
5161
5162 2002-09-11 Simon Josefsson <jas@extundo.com>
5163
5164 * time-stamp.el (time-stamp-hhmmss): New function.
5165
5166 * gud.el (gud-gdb-massage-args): Don't secretly add -fullname.
5167 (gud-query-cmdline): Add --fullname to the user cmdline.
5168
5169 * mail/smtpmail.el (smtpmail-default-smtp-server): Doc fix.
5170
5171 2002-09-11 Kim F. Storm <storm@cua.dk>
5172
5173 * kmacro.el (kmacro-call-macro): Rephrase repeat prompt.
5174 (kmacro-step-edit-map): Bind "A" to `append-end'.
5175 (kmacro-step-edit-prompt): Fix prompt.
5176 (kmacro-step-edit-query): Handle `append-end' response.
5177 (kmacro-step-edit-pre-command): Activate `append-end' at end of
5178 macro when required.
5179
5180 2002-09-11 Stefan Monnier <monnier@cs.yale.edu>
5181
5182 * derived.el (define-derived-mode): Fix typo.
5183
5184 * menu-bar.el (line-number-mode, column-number-mode)
5185 (transient-mark-mode): Use minor mode directly.
5186 (menu-bar-make-toggle): Remove `props' arg.
5187 Move customize-mark-as-set directly into the toggle function.
5188
5189 * whitespace.el (whitespace-global-mode): Use define-minor-mode.
5190 Use the new file hook names.
5191 (whitespace-describe): Remove. Move the text to `Commentary:'.
5192 (whitespace-unload-hook): Use the new file hook names.
5193
5194 * finder.el (finder-find-library): Remove.
5195 (finder-commentary): Use find-library-name and add completion.
5196
5197 * simple.el (transient-mark-mode, line-number-mode)
5198 (column-number-mode): Use define-minor-mode.
5199 (define-mail-user-agent): Delete. Moved to subr.el.
5200
5201 * loadup.el ("simple.el"): Move to after loaddefs.el.
5202
5203 * subr.el (define-mail-user-agent): Moved from simple.el.
5204
5205 2002-09-10 Richard M. Stallman <rms@gnu.org>
5206
5207 * pcvs-info.el (cvs-check-fileinfo): Don't use boolp.
5208 (boolp): Function deleted.
5209
5210 2002-09-10 Dave Love <fx@gnu.org>
5211
5212 * international/utf-8.el (ucs-mule-to-mule-unicode):
5213 Define unconditionally.
5214 (utf-8-fragmentation-table): New. Use it in top-level mapc.
5215 (utf-8-fragment-on-decoding): Use it to keep
5216 utf-8-translation-table-for-decode variable and translation table
5217 in sync.
5218
5219 * international/ucs-tables.el: Bind utf-8-translation-table-for-decode
5220 when setting up tables and remove useless optimize-char-table.
5221 (ucs-mule-to-mule-unicode): Deleted.
5222 (ucs-unify-8859): Maybe optimize ucs-mule-to-mule-unicode.
5223
5224 * international/utf-16.el (utf-16-le-pre-write-conversion)
5225 (utf-16-be-pre-write-conversion): Deleted.
5226 (mule-utf-16-le, mule-utf-16-be): Register encoding translation table.
5227
5228 2002-09-10 Richard M. Stallman <rms@gnu.org>
5229
5230 * files.el (diff-buffer-with-file): Simplify.
5231 Don't signal an error if buffer has no file.
5232 Call sit-for after `diff' returns.
5233
5234 * play/gamegrid.el (gamegrid-make-color-tty-face):
5235 Handle string as COLOR arg.
5236 (gamegrid-display-type): Don't assume display-color-p
5237 implies a color-x terminal.
5238 (gamegrid-hide-cursor): Set `cursor-type' local variable.
5239
5240 * descr-text.el (describe-text-mode): Add font-lock-defontify to
5241 change-major-mode-hook.
5242
5243 * ibuffer.el (ibuffer-mode): Add font-lock-defontify to
5244 change-major-mode-hook.
5245
5246 * comint.el (comint-mode): Add font-lock-defontify to
5247 change-major-mode-hook.
5248
5249 * info.el (Info-mode): Add font-lock-defontify to
5250 change-major-mode-hook.
5251
5252 * replace.el (occur-mode): Add font-lock-defontify to
5253 change-major-mode-hook.
5254
5255 * font-core.el (font-lock-defontify): New function.
5256
5257 2002-09-10 Richard M. Stallman <rms@gnu.org>
5258
5259 * ps-print.el (ps-printer-name-option): Doc fix.
5260
5261 2002-09-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5262
5263 * ps-print.el: Adjust ps-postscript-code-directory setting.
5264 XEmacs version check was adjusted.
5265 (ps-print-version): New version number (6.5.6).
5266 (ps-print-color-p, ps-page-dimensions-database): Autoload var.
5267 (ps-print-code, ps-print-preprint-region): Adjust code.
5268
5269 2002-09-10 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5270
5271 * files.el (auto-mode-alist): ~/.gnus, ~/.viper are in
5272 emacs-lisp-mode, like ~/.emacs.
5273
5274 2002-09-10 Stefan Monnier <monnier@cs.yale.edu>
5275
5276 * newcomment.el (uncomment-region): Be more careful with `='.
5277
5278 2002-09-10 Deepak Goel <deego@glue.umd.edu>
5279
5280 * play/doctor.el (doc//): Rename from `//'. Update callers.
5281 (doc$): Rename from `$'. Update callers.
5282
5283 2002-09-10 Miles Bader <miles@gnu.org>
5284
5285 * simple.el (do-auto-fill): `fill-indent-according-to-mode' is a
5286 variable, not a function.
5287
5288 * kmacro.el (kmacro-call-macro): Deal with a non-numeric prefix arg.
5289
5290 2002-09-10 Kim F. Storm <storm@cua.dk>
5291
5292 * macros.el (apply-macro-to-region-lines): Let-bind mark-active to
5293 nil while executing macro to avoid triggering delete-selection-mode.
5294
5295 * simple.el (keyboard-quit): Set defining-kbd-macro to nil to
5296 cancel defining keyboard macro when applicable.
5297
5298 2002-09-09 Markus Rost <rost@math.ohio-state.edu>
5299
5300 * simple.el (transient-mark-mode, line-number-mode)
5301 (column-number-mode): Undo previous change because of bootstrapping.
5302
5303 2002-09-09 Stefan Monnier <monnier@cs.yale.edu>
5304
5305 * derived.el (define-derived-mode): Add keyword arguments.
5306 (derived-mode-make-docstring): Take abbrev and syntax table names.
5307
5308 * font-core.el (font-lock-change-mode): Just turn off font-lock-mode.
5309 (font-lock-default-function): Change arg name.
5310
5311 * cus-start.el (transient-mark-mode): Delete. Done in simple.el.
5312
5313 * paren.el (show-paren-function): Use syntax-after.
5314
5315 * emacs-lisp/syntax.el (syntax-after): Delete. Moved to subr.el.
5316
5317 * subr.el (symbol-file): Also work for autoloaded funcs.
5318 (syntax-after): New fun moved from syntax.el.
5319
5320 * find-file.el (ff-pre-find-hook, ff-pre-load-hook, ff-post-load-hook)
5321 (ff-not-found-hook, ff-file-created-hook): Rename from *-hooks.
5322 Update callers (but still run the old hooks as well).
5323
5324 * emacs-lisp/find-func.el (find-library-suffixes, find-library-name)
5325 (find-library): New funs.
5326 (find-function-search-for-symbol): Use it.
5327
5328 * emacs-lisp/bytecomp.el (byte-compile-file): Don't switch buffer.
5329
5330 * isearch.el (isearch-cmds): Add docstring.
5331 (isearch-mouse-2): Lookup binding in the proper buffer.
5332 Use call-interactively and remove the now useless `arg'.
5333 (isearch-search-fun-function): New var.
5334 (isearch-search-fun): New fun.
5335 (isearch-search, isearch-lazy-highlight-search): Use it.
5336
5337 2002-09-09 Stefan Monnier <monnier@cs.yale.edu>
5338
5339 * simple.el (what-line): Don't hard-code 1.
5340 (transient-mark-mode, line-number-mode, column-number-mode):
5341 Use define-minor-mode.
5342 (do-auto-fill): Only ignore prefix if it's really empty.
5343
5344 2002-09-09 Markus Rost <rost@math.ohio-state.edu>
5345
5346 * files.el (save-some-buffers-action-alist): Use lower case for
5347 help string of diff-buffer-with-file.
5348
5349 2002-09-09 Richard M. Stallman <rms@gnu.org>
5350
5351 * calendar/calendar.el (mouse-scroll-calendar-left)
5352 (mouse-scroll-calendar-right, mouse-calendar-other-month):
5353 New commands.
5354 (calendar-mode-line-format): Use them.
5355
5356 * emacs-lisp/bytecomp.el (byte-recompile-directory):
5357 Set and then bind default-directory.
5358
5359 * startup.el (fancy-splash-head, normal-splash-screen):
5360 Change the messages that explain about GNU or GNU/Linux.
5361
5362 * info.el (Info-search): Add (point-min) to subfile positions
5363 to get them right. Skip the current subfile using forward-line.
5364
5365 * files.el (make-backup-file-name-1): When make-directory fails,
5366 ignore backup-directory-alist.
5367 (make-directory): Expand DIR before looking for handler.
5368
5369 2002-09-09 Jari Aalto <jari.aalto@poboxes.com>
5370
5371 * progmodes/cperl-mode.el (cperl-noscan-files-regexp):
5372 In addition to RCS, exclude CVS directories.
5373
5374 * ls-lisp.el (ls-lisp-format-time-list): New variable.
5375 (ls-lisp-format-time): Use it.
5376
5377 * files.el (auto-mode-alist): Use sh-mode for .bash files.
5378
5379 2002-09-09 Dave Love <d.love@dl.ac.uk>
5380
5381 * ps-print.el: Many doc fixes.
5382
5383 2002-09-09 John Paul Wallington <jpw@shootybangbang.com>
5384
5385 * play/doctor.el (doctor-cadr, doctor-caddr, doctor-cddr): Remove.
5386 Update callers.
5387
5388 2002-09-08 Markus Rost <rost@math.ohio-state.edu>
5389
5390 * diff.el (diff): Doc fix.
5391
5392 2002-09-08 Richard M. Stallman <rms@gnu.org>
5393
5394 * emacs-lisp/bytecomp.el (byte-compile-delete-errors): Default to nil.
5395
5396 * simple.el (undo-elt-in-region): Fix one-off error at END.
5397 (forward-visible-line): Handle invisibility by ignoring
5398 invisible newlines. Also include entire invisible lines beyond
5399 the stopping point.
5400
5401 * cus-edit.el (custom-save-variables, custom-save-faces):
5402 Clarify the comments written into .emacs.
5403
5404 2002-09-08 Markus Triska <triska@gmx.at>
5405
5406 * play/doctor.el (doctor-doc): Recognize question words
5407 and use qlist. Use doctor-shorten's return value.
5408 (doctor-shorten): Compute a return value, don't alter `sent'.
5409 (doctor-hates1): Add a question mark.
5410 (doctor-strangelove): Unused function deleted.
5411
5412 2002-09-08 Kim F. Storm <storm@cua.dk>
5413
5414 * kmacro.el (kmacro-end-and-call-macro): New command to end and
5415 call keyboard macro in one step. Bind it to C-x e by default.
5416 (kmacro-call-macro): Use format-kbd-macro.
5417 (kmacro-step-edit-macro): New command to interactively step edit
5418 and execute last keyboard macro.
5419 (kmacro-keymap): Bind SPC [C-x C-k SPC] to kmacro-step-edit-macro.
5420 (kmacro-step-edit-mini-window-height): New custom var.
5421 (kmacro-step-edit-map): New keymap (parent is query-replace-map).
5422 (kmacro-step-edit-prefix-commands): New var.
5423 (kmacro-step-edit-prompt, kmacro-step-edit-query)
5424 (kmacro-step-edit-insert, kmacro-step-edit-pre-command)
5425 (kmacro-step-edit-minibuf-setup, kmacro-step-edit-post-command):
5426 New aux functions for step editing keyboard macros.
5427
5428 * subr.el (read-quoted-char): Apply listify-key-sequence to vector
5429 returned by this-single-command-raw-keys before appending it to
5430 unread-command-event.
5431
5432 2002-09-07 Colin Walters <walters@debian.org>
5433
5434 * progmodes/compile.el (compile-internal): Add optional argument
5435 no-async.
5436
5437 * diff.el (diff): Add optional argument no-async, and use the
5438 above argument.
5439
5440 * files.el (diff-buffer-with-file): Call diff synchronously, so we
5441 don't delete the temporary file before diff has a chance to read
5442 it.
5443
5444 * ibuf-ext.el (ibuffer-diff-with-file): Just call
5445 `diff-buffer-with-file'.
5446
5447 2002-09-07 John Paul Wallington <jpw@shootybangbang.com>
5448
5449 * emacs-lisp/cl-indent.el (extended-loop-p): Doc fix.
5450
5451 * emacs-lisp/find-func.el (find-function-recenter-line):
5452 Add custom type. Doc fix.
5453
5454 2002-09-06 Stefan Monnier <monnier@cs.yale.edu>
5455
5456 * menu-bar.el (menu-bar-make-mm-toggle): New macro.
5457 (showhide-menu-bar, showhide-toolbar, menu-bar-toggle-auto-compression)
5458 (toggle-highlight-paren-mode, toggle-global-lazy-font-lock-mode):
5459 Remove. Use the minor mode function directly instead.
5460 (menu-bar-mode): Add message and customize-mark-as-set and return
5461 the new value as do other minor modes.
5462
5463 * edmacro.el (edmacro-subseq): Don't use cl-push/cl-pop.
5464
5465 2002-09-06 Simon Marshall <simon@gnu.org>
5466
5467 * progmodes/etags.el (find-tag-tag, complete-tag):
5468 Bind completion-ignore-case based on tags-case-fold-search, so that
5469 case-sensitivity of tag completion matches that of tag search.
5470
5471 2002-09-06 Juanma Barranquero <lektu@terra.es>
5472
5473 * calendar/solar.el (calendar-time-display-form): Fix spacing.
5474
5475 * double.el (double-prefix-only): Likewise.
5476
5477 * emacs-lisp/easymenu.el (easy-menu-define): Likewise.
5478
5479 * emacs-lisp/find-func.el (find-function-search-for-symbol): Likewise.
5480
5481 * emacs-lisp/float.el (string-to-float): Likewise.
5482
5483 * emacs-lisp/rx.el (rx): Likewise.
5484
5485 * faces.el (copy-face): Likewise.
5486
5487 * hilit-chg.el (highlight-changes-colours)
5488 (highlight-changes-active-string)
5489 (highlight-changes-passive-string)
5490 (highlight-changes-rotate-faces, global-highlight-changes): Likewise.
5491
5492 * international/mule.el (decode-char): Likewise.
5493
5494 * progmodes/idlwave.el (idlwave-support-inheritance)
5495 (idlwave-routine-entry-compare): Likewise.
5496
5497 * progmodes/idlw-shell.el (idlwave-shell-use-breakpoint-glyph):
5498 Likewise.
5499
5500 * progmodes/pascal.el (pascal-start-keywords): Likewise.
5501
5502 * progmodes/sh-script.el (sh-indent-for-fi, sh-indent-for-done):
5503 Likewise.
5504
5505 * progmodes/vhdl-mode.el (vhdl-progress-interval)
5506 (vhdl-corresponding-begin): Likewise.
5507
5508 * simple.el (choose-completion-string-functions): Likewise.
5509
5510 * textmodes/reftex.el (reftex-TeX-master-file): Likewise.
5511
5512 * textmodes/fill.el (fill-nonuniform-paragraphs)
5513 (fill-individual-paragraphs): Likewise.
5514
5515 * vcursor.el (vcursor-toggle-vcursor-map): Likewise.
5516
5517 * warnings.el (warning-level-aliases): Likewise.
5518
5519 * speedbar.el (speedbar-mode): Fix spacing and typos.
5520
5521 * textmodes/reftex-vars.el (reftex-label-menu-flags): Fix typo.
5522
5523 2002-09-05 Markus Rost <rost@math.ohio-state.edu>
5524
5525 * textmodes/table.el (table-command-prefix): Fix type.
5526
5527 2002-09-05 Andre Spiegel <spiegel@gnu.org>
5528
5529 * vc-hooks.el: Don't require vc.el at compile-time; it causes
5530 recursive requirements during bootstrap.
5531
5532 2002-09-05 Kenichi Handa <handa@etl.go.jp>
5533
5534 * international/mule.el (decode-char): Cancel the previous change.
5535
5536 2002-09-04 Mats Lidell <matsl@contactor.se> (tiny change)
5537
5538 * language/european.el ("Swedish"): New set-language-info-alist call.
5539
5540 2002-09-04 Richard M. Stallman <rms@gnu.org>
5541
5542 * help-fns.el (help-with-tutorial): Properly set up
5543 completion-reference-buffer in the *Completion* buffer.
5544
5545 2002-09-04 John Paul Wallington <jpw@shootybangbang.com>
5546
5547 * startup.el (use-fancy-splash-screens-p): If `fancy-splash-frame'
5548 returns nil, return nil.
5549
5550 2002-09-04 Andre Spiegel <spiegel@gnu.org>
5551
5552 * vc-hooks.el: Require vc.el at compile-time.
5553 (vc-workfile-unchanged-p, vc-default-workfile-unchanged-p):
5554 Moved here from vc.el.
5555
5556 * vc.el (vc-workfile-unchanged-p, vc-default-workfile-unchanged-p):
5557 Moved to vc-hooks.el.
5558
5559 * vc-rcs.el (vc-rcs-state): Don't require vc.el.
5560
5561 2002-09-04 Kenichi Handa <handa@etl.go.jp>
5562
5563 * international/mule.el (decode-char): Translate a character by
5564 utf-8-translation-table-for-decode only when
5565 utf-8-fragment-on-decoding is non-nil.
5566
5567 2002-09-02 Stefan Monnier <monnier@cs.yale.edu>
5568
5569 * textmodes/text-mode.el (paragraph-indent-text-mode-abbrev-table)
5570 (paragraph-indent-text-mode-syntax-table, paragraph-indent-text-mode):
5571 Use text-mode's syntax-table and abbrev-table.
5572 (text-mode): Set require-final-newline to t.
5573
5574 * newcomment.el (comment-make-extra-lines): Only use the
5575 dummy `=' char when there's really nothing else.
5576 Don't remove spaces if it leads to an incorrect comment.
5577
5578 * pcvs.el (cvs-run-process): Use a pty rather than a pipe to work
5579 around the cvs/ssh/libc bug.
5580 (cvs-update-header): Understand `cvs admin -m<rev>:<msg>' syntax.
5581 (defun-cvs-mode): Use the new `declare' thingy.
5582 (cvs-edit-log-text-at-point, cvs-mode-edit-log, cvs-do-edit-log)
5583 (cvs-edit-log-minor-wrap, cvs-edit-log-filelist): New funs.
5584 (cvs-mode-undo): Use `cvs add' for (CONFLICT. REMOVED).
5585
5586 * pcvs-parse.el (cvs-parse-table): Create a `need-update'
5587 node rather than a message for new directories.
5588 (cvs-parse-status): Add support for `Entry Invalid'.
5589
5590 * smerge-mode.el (smerge-diff-buffer-name): Default to *vc-diff*.
5591 (smerge-combine-with-next): New function.
5592 (smerge-diff): Don't output `wrote /tmp/foo' messages.
5593 Insert message if no diffs were found.
5594
5595 * mail/sendmail.el (mail-mode): Don't set local-abbrev-table.
5596 (mail-mode-abbrev-table): Set to text-mode-abbrev-table.
5597
5598 2002-09-02 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5599
5600 * net/tramp.el: Version 2.0.15 released.
5601 (require 'base64): Most modern Emacsen have the base64
5602 encode/decode functions built in, so test to see if they are bound
5603 before we go blindly requiring base64.el.
5604 From Steve Youngs <youngs@xemacs.org>.
5605 (tramp-feature-write-region-fix): XEmacs doesn't have a
5606 'find-operation-coding-system' and this variable doesn't seem to
5607 be used anywhere so wrap it in (unless (featurep 'xemacs)).
5608 From Steve Youngs <youngs@xemacs.org>.
5609 (tramp-methods): Remove duplicate definition of ssh1-old and ssh2-old.
5610 (tramp-open-connection-su): Use user name "root" if no user name
5611 is given.
5612
5613 From Michael Albinus <Michael.Albinus@alcatel.de>:
5614 * net/tramp.el (tramp-invoke-ange-ftp):
5615 (tramp-ange-ftp-file-name-p): Check for Xemacs.
5616 (tramp-do-copy-or-rename-file): Don't pass KEEP-DATE to
5617 tramp-invoke-ange-ftp 'rename.
5618 (tramp-handle-write-region): Don't pass LOCKNAME and CONFIRM to
5619 tramp-invoke-ange-ftp 'write-region.
5620 (tramp-handle-set-file-modes): Change order of FILENAME and MODE
5621 passing to tramp-invoke-ange-ftp 'set-file-modes.
5622 (tramp-invoke-ange-ftp): `tramp-disable-ange-ftp' must be called
5623 again after activating `ange-ftp'.
5624
5625 2002-09-02 Kim F. Storm <storm@cua.dk>
5626
5627 * ido.el (ido-ignore-item-temp-list): New variable.
5628 (ido-read-internal): Don't set ido-default-item if the default is
5629 member of ido-ignore-item-temp-list.
5630 Don't return first match for C-j if no text is entered.
5631 (ido-buffer-internal): Check for empty string return.
5632 (ido-make-buffer-list1): Use member instead of memq.
5633 (ido-window-buffer-p): Likewise.
5634 (ido-get-bufname): Ignore buffers on ido-ignore-item-temp-list.
5635 (ido-ignore-item-p): Ignore items on ido-ignore-item-temp-list.
5636
5637 * replace.el (multi-occur): Made "ido-aware":
5638 Changed prompt to use C-j instead of RET to end.
5639 Set ido-ignore-item-temp-list to the selected buffers so far, so
5640 they are automatically excluded from the list of choices.
5641 Use add-to-list instead of push.
5642
5643 2002-09-01 Richard M. Stallman <rms@gnu.org>
5644
5645 * term/x-win.el (function-key-map): Define S-iso-lefttab.
5646
5647 2002-09-01 Kim F. Storm <storm@cua.dk>
5648
5649 * edmacro.el (edit-kbd-macro): Recognize new default binding for
5650 C-x e in addition to old binding.
5651
5652 2002-09-01 Mario Lang <mlang@debian.org>
5653
5654 * files.el (save-some-buffers-action-alist): New variable.
5655 (save-some-buffers): Use that.
5656 (diff-buffer-with-file): New function.
5657
5658 2002-09-01 Richard M. Stallman <rms@gnu.org>
5659
5660 * ruler-mode.el (defgroup ruler-mode): Use `convenience' as parent.
5661
5662 * dired.el (defgroup dired): Use `files' as parent.
5663 (dired-get-filename): Ignore handler if it has safe-magic prop.
5664
5665 * jka-compr.el (jka-compr-handler): Add safe-magic property.
5666
5667 2002-08-31 Richard M. Stallman <rms@gnu.org>
5668
5669 * simple.el (kill-line): Use end-of-visible-line to determine
5670 if rest of line is blank.
5671 (end-of-visible-line): Cope if end-of-line moved back over
5672 invisible intangible chars at end of line.
5673
5674 * simple.el (completion-setup-function): Don't use directory-sep-char.
5675
5676 2002-09-01 Glenn Morris <gmorris@ast.cam.ac.uk>
5677
5678 * progmodes/f90.el (f90-menu): Remove ":active" keyword where not
5679 needed.
5680 (f90-menu, f90-add-imenu-menu): Use lookup-key.
5681 Remove (eval-when-compile) for free variables.
5682
5683 2002-08-31 Andreas Schwab <schwab@suse.de>
5684
5685 * font-core.el (font-lock-change-mode): Avoid changing buffer
5686 state in any way.
5687
5688 2002-08-30 Stefan Monnier <monnier@cs.yale.edu>
5689
5690 * emacs-lisp/easymenu.el (easy-menu-filter-return):
5691 Handle the case where the filter returns a single menu entry.
5692 (easy-menu-add): Improve docstring.
5693 (easy-menu-current-active-maps): Remove.
5694 (easy-menu-get-map): Use current-active-maps.
5695
5696 * cus-edit.el (custom-unlispify-menu-entry): Don't remove
5697 the -p prefix from variables since they shouldn't have it anyway.
5698 (custom-group-menu-create, customize-menu-create):
5699 Only cdr if applicable, since custom-menu-create might return
5700 a vector (i.e. a single menu entry).
5701
5702 2002-08-30 Edward M. Reingold <reingold@emr.cs.iit.edu>
5703
5704 * calendar/diary-lib.el (diary-mail-entries): Don't overwrite
5705 user's value of diary-list-include-blanks, but generate message
5706 instead if there are no entries.
5707
5708 2002-08-30 ARISAWA Akihiro <ari@mbf.sphere.ne.jp> (tiny change)
5709
5710 * ps-print.el (ps-lp-system): Fixed typo in `usg-unix-v'.
5711
5712 2002-08-30 Markus Rost <rost@math.ohio-state.edu>
5713
5714 * menu-bar.el (menu-bar-read-mail): Doc fix.
5715
5716 2002-08-30 John Paul Wallington <jpw@shootybangbang.com>
5717
5718 * ibuffer.el (ibuffer-update): Revert expansion of `caddr'.
5719 (ibuffer-fontification-alist): Check hidden buffer case isn't
5720 visiting a file and change its face to italic.
5721
5722 2002-08-30 Juanma Barranquero <lektu@terra.es>
5723
5724 * replace.el (occur-mode): Add interactive declaration.
5725
5726 * bs.el (bs-message-without-log): Fix typo.
5727
5728 * font-core.el (font-lock-defaults): Likewise.
5729
5730 * font-lock.el (font-lock-add-keywords): Likewise.
5731
5732 * mouse-copy.el (mouse-copy-work-around-drag-bug): Likewise.
5733
5734 * textmodes/bibtex.el (bibtex-mode): Likewise.
5735
5736 * emulation/viper-ex.el (ex-compile-command): Likewise.
5737
5738 * progmodes/idlwave.el (idlwave-max-extra-continuation-indent):
5739 Likewise.
5740
5741 * progmodes/dcl-mode.el (dcl-calc-cont-indent-relative): Likewise.
5742
5743 * allout.el (my-mark-marker): Likewise.
5744
5745 2002-08-30 Simon Josefsson <jas@extundo.com>
5746
5747 * mail/smtpmail.el (smtpmail-via-smtp): Delete process buffer
5748 unless s-debug-info is enabled.
5749
5750 2002-08-29 John Paul Wallington <jpw@shootybangbang.com>
5751
5752 * ibuffer.el (ibuffer-update): Use `minibufferp'. Expand `caddr'.
5753
5754 * mwheel.el (mouse-wheel-up-button): Doc fix.
5755
5756 2002-08-29 Juanma Barranquero <lektu@terra.es>
5757
5758 * replace.el (occur-mode-hook): New hook.
5759 (occur-mode): Use it.
5760 (occur-hook): Set default to nil.
5761
5762 2002-08-29 Stefan Monnier <monnier@cs.yale.edu>
5763
5764 * net/ange-ftp.el: Use match-string and drop useless `function's.
5765 (ange-ftp-get-process): Bind `ange-ftp-this-user' and
5766 `ange-ftp-this-host' before running ange-ftp-process-startup-hook.
5767 (ange-ftp-ls-parser): Use `switches' arg instead of dynamic binding.
5768 (ange-ftp-parse-dired-listing): Update the calls.
5769 (dired-local-variables-file): Declare to shut quieten the compiler.
5770 (ange-ftp-file-entry-active-p): Remove.
5771 (ange-ftp-file-name-all-completions, ange-ftp-file-name-completion):
5772 Don't exclude dangling symlinks.
5773 (ange-ftp-file-name-completion-1): Make predicate optional.
5774 (ange-ftp-parse-list-func-alist): Use add-to-list to update.
5775 (ange-ftp-fix-name-for-bs2000): Use subst-char-in-string.
5776 (ange-ftp-bs2000-posix-hook-installed): Remove.
5777 (ange-ftp-add-bs2000-posix-host): Don't use it anymore.
5778 (ange-ftp-bs2000-cd-to-posix): Use `ange-ftp-this-user' and
5779 `ange-ftp-this-host' instead of `user' and `host'.
5780
5781 2002-08-29 Richard M. Stallman <rms@gnu.org>
5782
5783 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
5784 Decide here whether to print which form we're compiling.
5785 If we do that, still print file and line. Make file name
5786 relative to default-directory. Print fewer newlines.
5787 (byte-compile-log-file): Print something even if no file.
5788 Print messages for entering and leaving directories,
5789 and set default-directory.
5790 (displaying-byte-compile-warnings): Only sometimes bind warning-series.
5791 (byte-compile-warning-series): New function.
5792 (byte-compile-file): Set byte-compile-last-logged-file, don't bind it.
5793 (byte-compile-display-log-head-p): Function deleted.
5794
5795 * warnings.el (warning-series): Now can be a marker, not an integer.
5796 (display-warning): Handle new value for warning-series.
5797
5798 * emacs-lisp/bytecomp.el (byte-compile-log-file): Use \f.
5799 (byte-compile-cl-warn): Add cl-macroexpand-all, cl-compiling-file
5800 to don't-warn list.
5801
5802 2002-08-29 Kim F. Storm <storm@cua.dk>
5803
5804 * kmacro.el: Change default bindings from F7/F8 to F3/F4.
5805 Change default binding of C-x e to kmacro-end-or-call-macro.
5806 (kmacro-call-repeat-key, kmacro-call-repeat-with-arg): New custom
5807 variables.
5808 (kmacro-get-prefix-arg): New function.
5809 (kmacro-repeat-on-last-key): Rename from kmacro-repeat-loop and
5810 improve. Callers changed.
5811 (kmacro-call-macro): Repeat macro by repeating last key or
5812 key defined in kmacro-call-repeat-key. New third arg non-nil
5813 means to end current macro.
5814 (kmacro-end-or-call-macro): Call kmacro-call-macro appropriately
5815 to get repeat last key functionality.
5816 (kmacro-start-macro-or-insert-counter): Improve doc string.
5817
5818 2002-08-28 Luc Teirlinck <teirllm@mail.auburn.edu>
5819
5820 * files.el (find-buffer-visiting): Compare file attributes
5821 using buffer-file-truename.
5822
5823 2002-08-28 Richard M. Stallman <rms@gnu.org>
5824
5825 * files.el (make-auto-save-file-name, make-backup-file-name-1):
5826 Don't use directory-sep-char.
5827
5828 2002-08-28 Juanma Barranquero <lektu@terra.es>
5829
5830 * replace.el (occur-hook): Renamed from `occur-mode-hook'.
5831 (occur-mode): Remove call to `occur-mode-hook'.
5832 (occur-rename-buffer): Fix reference to `occur-mode-hook' in docstring.
5833 (occur-1): Add call to `occur-hook'.
5834
5835 * subr.el (make-variable-frame-localizable): Alias for
5836 `make-variable-frame-local'.
5837
5838 2002-08-28 Miles Bader <miles@gnu.org>
5839
5840 * rfn-eshadow.el (read-file-name-electric-shadow-properties)
5841 (read-file-name-electric-shadow-tty-properties)
5842 (read-file-name-electric-shadow-mode): Remove compatibility defs.
5843
5844 * comint.el (comint-carriage-motion): Start at START.
5845
5846 2002-08-27 Francesco Potort\e,Al\e(B <pot@gnu.org>
5847
5848 * net/ange-ftp.el (ange-ftp-skip-msgs): Skip the 530 response
5849 given by vsFTPd when accessed with a kerberised FTP client.
5850
5851 2002-08-27 Richard M. Stallman <rms@gnu.org>
5852
5853 * files.el (find-alternate-file):
5854 Bind kill-buffer-query-functions locally, don't set it.
5855
5856 2002-08-27 Andreas Schwab <schwab@suse.de>
5857
5858 * kmacro.el (kmacro-start-macro): Doc fix.
5859
5860 2002-08-27 Carsten Dominik <dominik@sand.science.uva.nl>
5861
5862 * textfile/reftex-ref.el (reftex-goto-label): New command.
5863
5864 * textfile/reftex-vars.el (reftex-part-resets-chapter): New option.
5865
5866 * textfile/reftex-parse.el (reftex-roman-number): New function.
5867 (reftex-section-number): Better handling of parts: No chapter
5868 counter resets.
5869
5870 * textfile/reftex.el (reftex-highlight-overlays): Added a third
5871 overlay.
5872 (reftex-mode-menu): Added entry for `reftex-toc-recenter.
5873 Also moved `reftex-reset-mode' to top level.
5874
5875 * textfile/reftex-toc.el (reftex-toc-recenter): New command.
5876 (reftex-toc-pre-command-hook): Don't remove highlight overlay.
5877 (reftex-toc-post-command-hook): Use overlay no 2 for highlighting.
5878
5879 * textfile/reftex-sel.el (reftex-get-offset): Get offset of
5880 document pointer *before* position, not after.
5881 (reftex-insert-docstruct): Get offset of document pointer *before*
5882 position, not after.
5883
5884 * textfiles/reftex-parse.el (reftex-where-am-I): Prefer marker
5885 match over section title match.
5886
5887 * textfiles/reftex-cite.el (reftex-bib-or-thebib): New function
5888 which determines on a per-file-basis if BibTeX is being used
5889 locally for citations.
5890 (reftex-offer-bib-menu): Use `reftex-bib-or-thebib' for better
5891 cooperation with chapterbib.
5892 (reftex-bibtex-selection-callback): Use `reftex-bib-or-thebib' for
5893 better cooperation with chapterbib.
5894
5895 * textfiles/reftex-dcr.el (reftex-view-cr-cite):
5896 Use `reftex-bib-or-thebib' for better cooperation with chapterbib.
5897
5898 2002-08-26 Kim F. Storm <storm@cua.dk>
5899
5900 * subr.el (suppress-keymap): Use command remapping instead of
5901 substitute-key-definition to undefine self-inserting keys.
5902
5903 2002-08-26 Juanma Barranquero <lektu@terra.es>
5904
5905 * makefile.w32-in (WINS): Add calc and obsolete.
5906
5907 2002-08-26 Stefan Monnier <monnier@cs.yale.edu>
5908
5909 * emacs-lisp/easy-mmode.el (define-minor-mode):
5910 Use customize-mark-as-set for global minor modes.
5911
5912 2002-08-25 Miles Bader <miles@gnu.org>
5913
5914 * rfn-eshadow.el (file-name-shadow-properties-custom-type):
5915 Renamed from `read-file-name-electric-shadow-properties-custom-type'.
5916 Change name of face.
5917 (file-name-shadow-properties): Renamed from
5918 `read-file-name-electric-shadow-properties'.
5919 (file-name-shadow-tty-properties): Renamed from
5920 `read-file-name-electric-shadow-tty-properties'.
5921 (file-name-shadow): Renamed from `read-file-name-electric-shadow'.
5922 (rfn-eshadow-setup-minibuffer): Update references to renamed variables.
5923 (file-name-shadow-mode): Renamed from
5924 `read-file-name-electric-shadow-mode'. Update references to
5925 renamed variables.
5926
5927 2002-08-24 Sam Steingold <sds@gnu.org>
5928
5929 * subr.el (eval-after-load): Do not call
5930 load-symbol-file-load-history (deleted yesterday).
5931
5932 2002-08-24 John Paul Wallington <jpw@shootybangbang.com>
5933
5934 * startup.el (normal-splash-screen): Ensure splash buffer is
5935 killed. Use tabs in output. Fix test whether previous buffer was
5936 *scratch* buffer.
5937
5938 * progmodes/simula.el (simula-abbrev-keyword-default)
5939 (simula-abbrev-keyword, simula-abbrev-stdproc-default)
5940 (simula-abbrev-stdproc): Doc fix - escape open parens in column 0.
5941
5942 * apropos.el (command-apropos): Use `defalias' instead of `fset'.
5943
5944 * mail/rmail.el (rmail-speedbar-match-folder-regexp): Doc fix.
5945
5946 2002-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
5947
5948 * progmodes/f90.el (f90-xemacs-flag, f90-xemacs-menu)
5949 (f90-menu-bar-menu, f90-change-case-menu, f90-font-lock-on)
5950 (f90-font-lock-off, f90-font-lock-menu): Delete.
5951 Use easy-menu-define instead.
5952 (f90-mode): Use easy-menu-add.
5953 No longer (require 'imenu) when compiling.
5954 (f90-mark-subprogram, f90-indent-region, f90-fill-region)
5955 (f90-abbrev-start): Use fboundp.
5956 (f90-imenu-flag): Delete - use imenu--index-alist instead.
5957
5958 2002-08-23 Richard M. Stallman <rms@gnu.org>
5959
5960 * loadhist.el (unload-feature): Distinguish functions from
5961 variables in load-history.
5962 (feature-symbols): Doc fix.
5963
5964 * files.el (ange-ftp-completion-hook-function): Add safe-magic prop.
5965
5966 * subr.el (symbol-file-load-history-loaded)
5967 (load-symbol-file-load-history): Deleted.
5968 (symbol-file): Don't call load-symbol-file-load-history.
5969
5970 2002-08-23 Andre Spiegel <spiegel@gnu.org>
5971
5972 * vc-hooks.el (vc-kill-buffer-hook): Add it to kill-buffer-hook again.
5973
5974 2002-08-22 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
5975
5976 * frame.el (select-frame-by-name, select-frame-set-input-focus):
5977 Always call x-focus-frame, if using x.
5978 Use set-mouse-position on all systems, if focus-follows-mouse.
5979
5980 2002-08-22 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5981
5982 * net/tramp.el: Version 2.0.14 released.
5983 (tramp-shell-prompt-pattern): New variable.
5984 (tramp-actions-before-shell, tramp-multi-actions)
5985 (tramp-find-shell, tramp-open-connection-multi)
5986 (tramp-open-connection-setup-interactive-shell): Use it.
5987 (tramp-open-connection-telnet, tramp-open-connection-rsh)
5988 (tramp-open-connection-su): Mention `tramp-shell-prompt-pattern'
5989 in the docstring.
5990 (tramp-bug): Report `tramp-shell-prompt-pattern'.
5991 (tramp-process-one-multi-action, tramp-process-one-action):
5992 Make message clearer so people don't confuse it with Emacs asking
5993 them a question if the regexp happens to end with "?".
5994 (tramp-verbose): Change default value from 10 to 9. Also change
5995 some logging levels so that 10 is reserved for stuff which is
5996 needed for debugging only, but 9 catches everything that people
5997 might like to see in order to see that Tramp is actually working.
5998
5999 2002-08-22 Kim F. Storm <storm@cua.dk>
6000
6001 * emacs-lisp/authors.el (authors-aliases, authors-fixed-entries):
6002 Corrected spelling mistakes (for Joseph Arceneaux).
6003
6004 2002-08-21 Glenn Morris <gmorris@ast.cam.ac.uk>
6005
6006 * progmodes/f90.el: eval-when-compile a few defvars.
6007 (f90-xemacs-flag): Wrap in eval-and-compile.
6008 (f90-font-lock-keywords): Doc fix.
6009 (f90-mode-abbrev-table): Work with or without 6th arg of define-abbrev.
6010 (f90-mark-subprogram-overlay): Variable deleted.
6011 (f90-mark-subprogram): Remove overlay bit. Don't be silent about
6012 pushing mark.
6013 (f90-abbrev-start): unread-command-event is obsolete in XEmacs.
6014
6015 2002-08-21 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6016
6017 * net/tramp.el: Version 2.0.13 released.
6018 (tramp-handle-write-region): Don't check to see if remote end is
6019 awake after sending data to remote host: we want to send "EOF" not
6020 "echo are you awake"...
6021 (tramp-maybe-open-connection): Swap args for tramp-time-diff.
6022 (tramp-yn-prompt-regexp): New variable.
6023 (tramp-action-yn): New function, using it.
6024 (tramp-feature-write-region-fix): New internal variable. Not yet
6025 used. Should be used in `tramp-handle-write-region'.
6026
6027 2002-08-21 Kim F. Storm <storm@cua.dk>
6028
6029 * bindings.el (mode-line-format): Moved global-mode-string last.
6030 (mode-line-position): Moved %p first. Added padding to %l/%c to
6031 eliminate jumpyness in modeline. Use (%l,%c) format if both
6032 line-number-mode and column-number-mode are enabled.
6033
6034 2002-08-20 Martin Stjernholm <bug-cc-mode@gnu.org>
6035
6036 * progmodes/cc-engine.el (c-forward-syntactic-ws): Fixed a bug
6037 that could cause an infinite loop if something that looks like
6038 a macro begins in the middle of a line.
6039
6040 * progmodes/cc-engine.el (c-parse-state): Fixed a bug that
6041 could cause `c-state-cache' to contain two conses in sequence
6042 when there's an unbalanced open paren in a macro.
6043
6044 2002-08-20 Glenn Morris <gmorris@ast.cam.ac.uk>
6045
6046 * progmodes/fortran.el (fortran-current-defun): Use save-excursion.
6047
6048 * imenu.el (imenu--generic-function): Use mapc.
6049 (imenu-syntax-alist): Doc fix.
6050
6051 2002-08-20 Richard M. Stallman <rms@gnu.org>
6052
6053 * font-core.el (font-lock-change-mode): New function.
6054 (font-lock-mode): Use font-lock-change-mode instead of
6055 font-lock-unfontify-buffer.
6056 (font-lock-maximum-size, font-lock-verbose): Add defvars.
6057
6058 2002-08-20 Carsten Dominik <dominik@astro.uva.nl>
6059
6060 * textfiles/reftex-cite.el (reftex-bib-or-thebib): New function
6061 which determines on a per-file-basis if BibTeX is being used
6062 locally for citations.
6063 (reftex-offer-bib-menu): Use `reftex-bib-or-thebib' for better
6064 cooperation with chapterbib.
6065 (reftex-bibtex-selection-callback): Use `reftex-bib-or-thebib' for
6066 better cooperation with chapterbib.
6067
6068 * textfiles/reftex-dcr.el (reftex-view-cr-cite):
6069 Use `reftex-bib-or-thebib' for better cooperation with chapterbib.
6070
6071 2002-08-20 Kim F. Storm <storm@cua.dk>
6072
6073 * kmacro.el: Major rework based on discussions with RMS.
6074 Most important change is that C-x C-k is now bound to a keymap
6075 with keyboard macro related commands. The original binding on
6076 C-x C-k is moved to C-x C-k e.
6077
6078 * binding.el: Remove macro related bindings (now in kmacro.el).
6079
6080 * edmacro.el: Remove C-x C-k binding (now in kmacro.el).
6081
6082 2002-08-19 Stefan Monnier <monnier@cs.yale.edu>
6083
6084 * help-fns.el (help-split-fundoc): Replace the function name
6085 from the docstring with the one that should be displayed.
6086 (help-make-usage): Understand CL style arglists.
6087 (describe-function-1): Adapt to the new behavior of help-split-fundoc.
6088 (describe-variable): Use delete-region.
6089
6090 2002-08-19 Kenichi Handa <handa@etl.go.jp>
6091
6092 * international/mule.el (sgml-xml-auto-coding-function):
6093 Call re-search-forward with NOERROR t.
6094
6095 2002-08-19 Miles Bader <miles@gnu.org>
6096
6097 [original idea from Luc Teirlinck <teirllm@mail.auburn.edu>]
6098 * comint.el (comint-inhibit-carriage-motion): New variable.
6099 (comint-carriage-motion): Argument STRING removed. New arguments
6100 START and END; interpret characters between START and END rather
6101 than using special comint state.
6102 (comint-output-filter): Call `comint-carriage-motion'.
6103 (comint-output-filter-functions): Don't add `comint-carriage-motion'.
6104 * ielm.el (inferior-emacs-lisp-mode):
6105 Give `comint-inhibit-carriage-motion' a local value of t.
6106
6107 2002-08-18 Richard M. Stallman <rms@gnu.org>
6108
6109 * textmodes/table.el: New file.
6110
6111 * font-core.el (font-lock-mode): Set change-major-mode-hook locally.
6112
6113 2002-08-18 Andreas Schwab <schwab@suse.de>
6114
6115 * ibuf-ext.el (ibuffer-list-buffer-modes): Doc fix.
6116
6117 2002-08-17 Carsten Dominik <dominik@astro.uva.nl>
6118
6119 * textmodes/reftex.el (reftex-mode): Create special syntax tables.
6120 (reftex-syntax-table): Set a default in case this is being used
6121 outside a LaTeX file.
6122 (reftex-syntax-table-for-bib): Set a default in case this is being
6123 used outside a LaTeX file.
6124
6125 2002-08-17 Richard M. Stallman <rms@gnu.org>
6126
6127 * tar-mode.el (tar-subfile-mode): Use add-hook and remove-hook,
6128 and use write-file-functions instead of local-write-file-hooks.
6129 (tar-untar-buffer): Don't try to extract directories.
6130
6131 * menu-bar.el (fringe-mode): Set to nil.
6132
6133 * mail/rmail.el (rmail-search-mime-header-function): Doc fix.
6134
6135 2002-08-15 Richard M. Stallman <rms@gnu.org>
6136
6137 * calendar/appt.el (appt-delete): Use substring-no-properties.
6138 (appt-make-list): Don't use prin1-to-string; use the string unchanged.
6139
6140 2002-08-15 Jan Nieuwenhuizen <janneke@gnu.org> (tiny change)
6141
6142 * server.el (server-process-filter): Simplify code.
6143 (server-goto-line-column): New function.
6144 (server-visit-files): Use server-goto-line-column.
6145 Offer to revert only if file has changed.
6146
6147 2002-08-15 Richard M. Stallman <rms@gnu.org>
6148
6149 * files.el (recover-this-file): New function.
6150 (after-find-file): Recommend recover-this-file.
6151
6152 * font-core.el (font-lock-mode): Add font-lock-unfontify-buffer
6153 to change-major-mode-hook when font lock is enabled.
6154
6155 * simple.el (toggle-truncate-lines): Force redisplay.
6156 Display status message.
6157
6158 2002-08-15 Carsten Dominik <dominik@sand.science.uva.nl>
6159
6160 * textmodes/reftex.el (reftex-mode): Moved the creation of special
6161 syntax tables to top-level.
6162
6163 2002-08-15 David Kastrup <David.Kastrup@t-online.de>
6164
6165 * net/ange-ftp.el (ange-ftp-wipe-file-entries): Fix type mismatch;
6166 use `hash-table-size' instead of `length'.
6167
6168 2002-08-14 Stefan Monnier <monnier@cs.yale.edu>
6169
6170 * help-fns.el (locate-library): Use locate-file(-completion).
6171 (help-split-fundoc): Tighten the regexp and recognize a usage-info
6172 where the function name is `fn'.
6173 (help-function-arglist): Follow aliases and macros.
6174 (describe-function-1): Use keymapp.
6175 If the docstring contains a usage info, use it even if the function is
6176 not a subroutine. Find usage info in aliases' docstring if necessary.
6177 (describe-variable): Get the value before setting up the *Help* buffer.
6178
6179 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode):
6180 Use find-file-hook instead of find-file-hooks.
6181 (define-minor-mode): Get rid of this silly `togglep'.
6182 Add an explicit `toggle' argument (used for interactive calls).
6183 Emit a warning when a nil argument turns the mode off.
6184
6185 * language/ethio-util.el (setup-ethiopic-environment-internal)
6186 (exit-ethiopic-environment): Use find-file-hook and
6187 write-file-functions instead of find-file-hooks and write-file-hooks.
6188
6189 * window.el (handle-select-window): Don't do anything if the window
6190 has disappeared since the event was generated.
6191 (split-window-save-restore-data): Use push and with-current-buffer.
6192
6193 * saveplace.el:
6194 * play/meese.el:
6195 * obsolete/hilit19.el:
6196 * completion.el (dynamic-completion-mode):
6197 * emacs-lisp/find-func.el (find-function-search-for-symbol):
6198 Use find-file-hook instead of find-file-hooks.
6199
6200 * imenu.el (imenu-always-use-completion-buffer-p): Make obsolete.
6201 (imenu-use-popup-menu, imenu-eager-completion-buffer): New vars.
6202 (imenu-space-replacement): Allow nil value.
6203 (imenu--completion-buffer): Use new vars and simplify.
6204 Fix handling of minibuffer-setup-hook.
6205 Use minibuffer-completion-help instead of rolling our own.
6206 (imenu-choose-buffer-index): Use the new var.
6207
6208 * startup.el (command-line): Load custom-file if not done yet.
6209
6210 2002-08-14 Kenichi Handa <handa@etl.go.jp>
6211
6212 * select.el (xselect-convert-to-string): If TYPE is non-nil, encode
6213 the selection data string. Always return cons of type and string.
6214 (selection-converter-alist): Add (UTF8_STRING .
6215 xselect-convert-to-string).
6216
6217 2002-08-12 Stefan Monnier <monnier@cs.yale.edu>
6218
6219 * newcomment.el (comment-region): Force `lines' when `block' is set.
6220
6221 2002-08-12 Richard M. Stallman <rms@gnu.org>
6222
6223 * menu-bar.el (menu-bar-next-tag-other-window, menu-bar-next-tag)
6224 (menu-bar-right-scroll-bar, menu-bar-left-scroll-bar)
6225 (menu-bar-no-scroll-bar, menu-bar-toggle-auto-compression)
6226 (menu-bar-toggle-cua-mode, menu-bar-read-mail)
6227 (menu-bar-help-extra-packages, help-with-tutorial-spec-language)
6228 (menu-bar-text-mode-auto-fill): New commands, used
6229 in menu bar menus instead of lambda expressions.
6230
6231 (menu-bar-showhide-fringe-menu-customize-left)
6232 (menu-bar-showhide-fringe-menu-customize-right)
6233 (menu-bar-showhide-fringe-menu-customize-disable)
6234 (menu-bar-showhide-fringe-menu-customize-reset): Doc fixes.
6235
6236 (menu-bar-options-menu): Use toggle-truncate-lines.
6237 (showhide-date-time): Call customize-mark-as-set.
6238
6239 * emacs-lisp/find-func.el (find-function-search-for-symbol):
6240 Obey `definition-name' properties.
6241
6242 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode):
6243 Put `definition-name' properties on the functions whose
6244 names are constructed.
6245
6246 * textmodes/page-ext.el (pages-target-buffer): Add defvar.
6247 Renamed from target-buffer.
6248 (pages-directory, pages-copy-header-and-position): Uses changed.
6249
6250 * calendar/appt.el (appt-make-list): Correct the parsing of
6251 each appointment from time-string.
6252
6253 2002-08-12 Stefan Monnier <monnier@cs.yale.edu>
6254
6255 * scroll-all.el (scroll-all-mode): Use define-minor-mode.
6256 (scroll-all-mode) <defcustom>: Delete.
6257 (running-xemacs): Delete.
6258 (minor-mode-alist): Don't manipulate it directly.
6259
6260 2002-08-10 Kenichi Handa <handa@etl.go.jp>
6261
6262 * international/mule-cmds.el (search-unencodable-char): New function.
6263 (select-safe-coding-system): Show unencodable characters.
6264 (unencodable-char-position): Deleted, and implemented in C in coding.c.
6265
6266 2002-04-09 John Wiegley <johnw@gnu.org>
6267
6268 * esh-util.el: Removed eshell-under-cygwin-p, and all uses of it.
6269 * em-cmpl.el (eshell-cmpl-ignore-case): Ditto.
6270 * em-dirs.el (eshell/cd): Ditto.
6271 * em-glob.el (eshell-glob-case-insensitive): Ditto.
6272 * em-hist.el (eshell-previous-matching-input-string-position): Ditto.
6273 * esh-ext.el (eshell-binary-suffixes): Ditto.
6274
6275 2002-08-09 Richard M. Stallman <rms@gnu.org>
6276
6277 * textmodes/page-ext.el (pages-directory-mode): Undo previous change.
6278
6279 * simple.el (set-variable): Give locality status in prompt.
6280
6281 2002-08-09 Benjamin Rutt <rutt@cis.ohio-state.edu>
6282
6283 * simple.el (set-variable): If given a prefix argument, set
6284 variable buffer-locally.
6285
6286 2002-08-09 John Paul Wallington <jpw@shootybangbang.com>
6287
6288 * font-core.el (font-lock-function): Make it buffer-local.
6289
6290 2002-08-08 Richard M. Stallman <rms@gnu.org>
6291
6292 * emacs-lisp/checkdoc.el (checkdoc, checkdoc-interactive)
6293 (checkdoc-message-interactive, checkdoc-interactive-loop)
6294 (checkdoc-current-buffer, checkdoc-continue, checkdoc-comments)
6295 (checkdoc-defun):
6296 Update checkdoc-spellcheck-documentation-flag correctly.
6297 (checkdoc-ispell-docstring-engine): Don't test for
6298 checkdoc-autofix-flag = nil.
6299
6300 2002-08-07 John Paul Wallington <jpw@shootybangbang.com>
6301
6302 * xt-mouse.el (xterm-mouse-mode): Make it a global mode.
6303
6304 * wid-browse.el (widget-minor-mode): Fix doc typo.
6305
6306 2002-08-07 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6307
6308 * net/tramp.el: Version 2.0.12 released.
6309 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
6310 Comment out possibly obsolete "echo hello" commands.
6311 (tramp-run-real-handler): If operation is
6312 `ange-ftp-hook-function', use first arg as the real operation.
6313 (tramp-check-ls-commands): Use / instead of \ as directory
6314 separator. (Relevant for XEmacs on Windows.)
6315 (tramp-maybe-open-connection): Use tramp-wait-for-output when
6316 waiting for the "are you awake" command. Use a different string
6317 for the "are you awake" command.
6318 (tramp-send-command): New optional arg NEVEROPEN means to never
6319 invoke tramp-maybe-open-connection.
6320 (tramp-maybe-open-connection): Use it
6321
6322 2002-08-07 Richard M. Stallman <rms@gnu.org>
6323
6324 * warnings.el (warning-prefix-function, warning-series)
6325 (warning-fill-prefix, warning-group-format): Add autoload cookies.
6326
6327 2002-08-07 Kenichi Handa <handa@etl.go.jp>
6328
6329 * international/mule-cmds.el (select-safe-coding-system):
6330 Call pop-to-buffer inside save-window-excursion and save-excursion.
6331
6332 2002-08-06 John Paul Wallington <jpw@shootybangbang.com>
6333
6334 * help-fns.el (describe-function-1): Skip arglist note if
6335 function's definition is a keymap.
6336
6337 2002-08-06 Sam Steingold <sds@gnu.org>
6338
6339 * calendar/diary-lib.el (diary-mail-entries): Use `compose-mail'
6340 and `mail-user-agent' instead of straight sendmail.
6341 (diary-modified, diary-entries-list, displayed-year)
6342 (displayed-month, entry, date, number, date-string, d-file)
6343 (original-date): Defvar without binding to avoid compiler warnings.
6344
6345 2002-08-05 Alan Shutko <ats@acm.org>
6346
6347 * ibuffer.el (ibuffer-mode-map): Added ibuffer-filter-by-used-mode.
6348 (ibuffer-mode-map): Added ibuffer-filter-by-used-mode.
6349 (ibuffer-mode): Added ibuffer-filter-by-used-mode to doc string.
6350
6351 * ibuf-ext.el (ibuffer-list-buffer-modes): New.
6352 (ibuffer-filter-by-used-mode): New.
6353
6354 2002-08-05 John Paul Wallington <jpw@shootybangbang.com>
6355
6356 * ediff-util.el (ediff-copy-list): Use `defalias' instead of
6357 `fset' and `symbol-function'.
6358
6359 2002-08-05 John Wiegley <johnw@gnu.org>
6360
6361 * pcomplete.el (pcomplete-entries): Don't set `above-cutoff' to a
6362 value unless pcomplete-cycle-cutoff-length is non-nil.
6363
6364 2002-04-09 John Paul Wallington <jpw@shootybangbang.com>
6365
6366 * esh-util.el (eshell-under-cygwin-p): New function.
6367 * em-cmpl.el (eshell-cmpl-ignore-case): Use it.
6368 * em-dirs.el (eshell/cd): Ditto.
6369 * em-glob.el (eshell-glob-case-insensitive): Ditto.
6370 * em-hist.el (eshell-previous-matching-input-string-position): Ditto.
6371 * esh-ext.el (eshell-binary-suffixes): Ditto.
6372
6373 2002-08-05 Richard M. Stallman <rms@gnu.org>
6374
6375 * international/mule-cmds.el (select-safe-coding-system): Check for
6376 non-nil CODING-SYSTEM before warning it disagrees with AUTO-CS.
6377
6378 * net/ange-ftp.el (ange-ftp-smart-gateway): Doc fix.
6379
6380 2002-08-05 Gerd Moellmann <gerd@gnu.org>
6381
6382 * image.el (image-jpeg-p): Accept "Exif" marker.
6383
6384 2002-08-05 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6385
6386 * net/tramp.el: Version 2.0.11 released.
6387 (tramp-perl-file-attributes): Print uid and gid as signed integers.
6388 (tramp-invoke-ange-ftp): Correct check for Ange-FTP being loaded.
6389 Invoke Ange-FTP with tramp-run-real-handler to avoid Ange-FTP
6390 calling Tramp again.
6391 (tramp-find-file-exists-command): Check for `ls -d' last, after
6392 all the variants on `test -e'.
6393 (tramp-post-connection): Erase buffer before finding a command to
6394 check if file exists.
6395
6396 2002-08-05 David Kastrup <David.Kastrup@t-online.de>
6397
6398 * calc/calc.el (math-format-stack-value): Revert a broken
6399 if->when replacement and reformat so that this does not happen
6400 again. Fixes a pretty lethal line formatting/yanking bug.
6401
6402 2002-08-04 John Paul Wallington <jpw@shootybangbang.com>
6403
6404 * startup.el (fancy-splash-frame): Check selected frame last.
6405
6406 2002-08-04 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6407
6408 * net/tramp.el: Version 2.0.10 released.
6409 (tramp-uudecode): New shell function `tramp_uudecode' to decode to
6410 standard output even if `uudecode -p' and `uudecode -o -' don't work.
6411 (tramp-post-connection): After finding the right shell, wait a
6412 bit. This is a kludge to avoid a race condition, even though I
6413 don't understand why there is a race condition in the first place.
6414 (tramp-post-connection): Install the `tramp_uudecode' shell
6415 function on the remote host.
6416 (tramp-coding-commands): Add an alternative for `tramp_uudecode'.
6417 (tramp-bug): Include more variables in the report.
6418
6419 2002-08-04 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6420
6421 * net/tramp.el: Version 2.0.9 released.
6422 (tramp-bug): Add wording about additional info to include in bug
6423 report.
6424 (tramp-find-shell): Set $PS1 for invocation of second shell (for
6425 tilde expansion).
6426 (tramp-find-shell): Shell prompt must match at end of buffer.
6427 Do this also for fallback shell prompt.
6428 (tramp-find-shell): More debugging output.
6429 (tramp-find-inline-encoding): When checking the decoding command,
6430 some commands fail when reading from /dev/null. So we pass a
6431 known string through the encoding command and pass that through
6432 the decoding command. So we know whether the decoding command can
6433 deal with some real input.
6434
6435 2002-08-04 Andreas Schwab <schwab@suse.de>
6436
6437 * net/tramp.el (tramp-perl-encode, tramp-perl-decode): Doc fix.
6438
6439 2002-08-03 Andrew Choi <akochoi@shaw.ca>
6440
6441 * term/mac-win.el: Set keys to enable mouse wheel support.
6442
6443 2002-08-03 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6444
6445 * net/tramp.el: Version 2.0.8.
6446 (tramp-perl-encode, tramp-perl-encode): Double the backslashes.
6447
6448 2002-08-03 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6449
6450 * net/tramp.el: Version 2.0.7.
6451 (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
6452 (tramp-perl-encode, tramp-perl-decode): Escape `%' characters
6453 because of `format' and say so in the docstring.
6454
6455 2002-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
6456
6457 * progmodes/f90.el (f90-font-lock-keywords-1): Fix highlighting of
6458 `type' forms.
6459 (f90-font-lock-keywords-2): Fix `implicit type(foo)' case.
6460 (f90-type-def-re): Fix value.
6461
6462 2002-08-03 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6463
6464 * net/tramp.el: Version 2.0.6.
6465 (tramp-default-method): Change to "ssh" from "sm".
6466 (tramp-wrong-passwd-regexp): Restructure. Add additional alternative.
6467 (tramp-su-program): New internal variable for method parameter.
6468 (tramp-perl-encode-with-module, tramp-perl-decode-with-module):
6469 New variables. Very short Perl one-liner, but requires Perl
6470 module MIME::Base64 to be installed on the remote site.
6471 (tramp-perl-encode, tramp-perl-decode): New base64
6472 encoder/decoder. From Juanma Barranquero <lektu@terra.es>.
6473 (tramp-handle-file-truename): Invoke Ange-FTP properly (even
6474 though Ange-FTP doesn't do anything for this operation).
6475 (tramp-handle-set-visited-file-modtime): Comment change.
6476 (tramp-handle-make-directory): Save-excursion.
6477 (tramp-handle-expand-many-files): Don't try to invoke Ange-FTP
6478 twice, once is enough.
6479 (tramp-action-permission-denied): Show *tramp/foo* buffer so the
6480 user knows what's wrong.
6481 (tramp-post-connection): Support the two Perl encoders and decoders.
6482 (tramp-coding-commands): Ditto. Add some todo items.
6483
6484 2002-08-02 Richard M. Stallman <rms@gnu.org>
6485
6486 * international/mule.el (merge-coding-systems): New function.
6487 (set-buffer-file-coding-system): Use merge-coding-systems.
6488 Change prompt for args.
6489 (revert-buffer-with-coding-system): New command.
6490
6491 * international/mule-cmds.el (mule-keymap, set-coding-system-map):
6492 Add bindings for revert-buffer-with-coding-system.
6493 (set-coding-system-map): Clarify menu item info for
6494 set-buffer-file-coding-system.
6495 (set-coding-system-map): Reorder and add separators.
6496
6497 * emacs-lisp/edebug.el (edebug-eval-top-level-form):
6498 Use eval-expression.
6499
6500 * subr.el (atomic-change-group): Doc fix.
6501
6502 2002-07-31 Colin Walters <walters@debian.org>
6503
6504 * ibuffer.el (ibuffer-hooks): Rename to `ibuffer-hook'; Add
6505 defvaralias for compatibility.
6506 (ibuffer-mode-hooks): Rename to `ibuffer-mode-hook'; Add
6507 defvaralias for compatibility.
6508
6509 2002-07-31 John Paul Wallington <jpw@shootybangbang.com>
6510
6511 * ibuffer.el (ibuffer-fontification-alist):
6512 Use `font-lock-constant-face' instead of `font-lock-reference-face'.
6513
6514 2002-07-31 John Wiegley <johnw@gnu.org>
6515
6516 * pcomplete.el (pcomplete-comint-setup): Use `add-to-list', to
6517 prevent adding the symbol `pcomplete' to
6518 shell-dynamic-complete-functions to many times.
6519
6520 2002-07-31 Markus Rost <rost@math.ohio-state.edu>
6521
6522 * help-fns.el (describe-function-1): Test function for
6523 obsolescence only if it is a symbol.
6524
6525 * ediff.el (ediff-backup): New autoloaded command.
6526
6527 2002-07-31 Richard M. Stallman <rms@gnu.org>
6528
6529 * makefile.w32-in (compile-after-backup): Renamed from `compile'.
6530 Use `compile-always'.
6531 (bootstrap): Use `compile', not `compile-files'. Use `update-subdirs'.
6532 (compile): Renamed from `compile-files'.
6533 (compile-CMD, compile-SH): Renamed from `compile-files-*'.
6534
6535 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
6536 Check that (car elt) is a string.
6537
6538 * pcomplete.el (pcomplete-entries): Doc fix.
6539
6540 * international/mule.el (non-standard-icccm-encodings-alist): Doc fix.
6541
6542 2002-07-31 Andreas Schwab <schwab@suse.de>
6543
6544 * dired.el: Hide disabling of dired-find-alternate-file behind
6545 autoload-cookie.
6546
6547 2002-07-31 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
6548
6549 * makefile.w32-in: Revert some changes from 2002-07-23 because they
6550 don't work on MSVC/nmake builds.
6551 (update-subdirs-CMD): Generate the right list of subdirectories.
6552
6553 2002-07-30 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6554
6555 * net/tramp.el: New version 2.0.5.
6556 (tramp-methods): Remove inline encoding method parameters.
6557 The encoding is now autodetected. Also shorten the list of
6558 methods (u/m distinction gone) and rename the remaining methods to
6559 have longer, but more mnemonic, names.
6560 (tramp-login-prompt-regexp, tramp-password-prompt-regexp)
6561 (tramp-wrong-passwd-regexp): Trailing `$' not needed, regexp is
6562 matched at end of buffer anyway.
6563 (tramp-yesno-prompt-regexp): New variable, for questions where the
6564 user should say "yes" or "no".
6565 (tramp-file-name-structure-unified)
6566 (tramp-file-name-structure-separate): Allow dash in method names.
6567 (tramp-actions-before-shell): New variable, contains list of
6568 pattern/action pairs. Output sent by remote end is scanned for
6569 the patterns, then the actions are executed.
6570 (tramp-multi-actions): Like `tramp-actions-before-shell', but
6571 executed for each hop in a multi-hop connection.
6572 (tramp-last-cmd-time): New variable. If nothing has been sent to
6573 remote end for 60 seconds, look to see if the remote end is still
6574 alive.
6575 (tramp-perl-mime-encode, tramp-perl-mime-decode): Remove.
6576 It didn't work.
6577 (tramp-perl-encode, tramp-perl-decode): New variables, these
6578 require the MIME::Base64 module on the remote end.
6579 (tramp-handle-file-attributes): Restructure logic.
6580 (tramp-handle-file-attributes-with-ls)
6581 (tramp-handle-file-attributes-with-perl): More debugging.
6582 (tramp-handle-directory-files): Grok fifth arg `files-only' for XEmacs.
6583 (tramp-handle-make-directory, tramp-handle-delete-directory)
6584 (tramp-handle-delete-file, tramp-handle-insert-directory):
6585 Expand file name.
6586 (tramp-handle-shell-command): Use `when', not `if'.
6587 (tramp-handle-file-local-copy, tramp-handle-write-region):
6588 Adapt to autodetection of inline encoding.
6589 (tramp-invoke-ange-ftp): Require ange-ftp to make sure that
6590 variable ange-ftp-name-format is defined before binding it.
6591 (tramp-action-login, tramp-action-password, tramp-action-succeed)
6592 (tramp-action-permission-denied, tramp-action-yesno):
6593 Functions called from `tramp-actions-before-shell'.
6594 (tramp-multi-action-login, tramp-multi-action-password)
6595 (tramp-multi-action-succeed, tramp-multi-action-permission-denied):
6596 Functions called from `tramp-multi-actions'.
6597 (tramp-process-one-action, tramp-process-actions):
6598 Pattern matching and action invocation code for
6599 `tramp-actions-before-shell'.
6600 (tramp-process-one-multi-action, tramp-process-multi-actions):
6601 Same for `tramp-multi-actions'.
6602 (tramp-open-connection-telnet, tramp-open-connection-rsh)
6603 (tramp-open-connection-su): Process actions instead of hardwired logic.
6604 (tramp-multi-connect-telnet, tramp-multi-connect-rlogin)
6605 (tramp-multi-connect-su): Ditto.
6606 (tramp-post-connection): New method for tramp_encode and
6607 tramp_decode scripts.
6608 (tramp-post-connection): Invoke inline autodetection code.
6609 (tramp-coding-commands): List of inline codings.
6610 (tramp-find-inline-encoding): This is the inline autodetection code.
6611 (tramp-maybe-open-connection): If nothing was sent to connection
6612 for 60 seconds, look if it connection is still alive.
6613 (tramp-send-command): Remember that something was sent to the
6614 connection.
6615 (tramp-make-tramp-file-name, tramp-make-tramp-multi-file-name):
6616 Use backticks for constructing alist.
6617 (tramp-get-encoding-command, tramp-set-encoding-command)
6618 (tramp-get-decoding-command, tramp-set-decoding-command)
6619 (tramp-get-encoding-function, tramp-set-encoding-function)
6620 (tramp-get-decoding-function, tramp-set-decoding-function):
6621 Use for results of inline autodetection.
6622 (tramp-get-encoding-command, tramp-get-decoding-command)
6623 (tramp-get-encoding-function, tramp-get-decoding-function):
6624 Remove these old functions.
6625
6626 2002-07-30 Kenichi Handa <handa@etl.go.jp>
6627
6628 * language/indian.el (in-is13194): Give correct `safe-chars' property.
6629 (devanagari): Define it as an alias of in-is13194.
6630
6631 * international/mule.el (safe-chars):
6632 Put `char-table-extra-slots' property with value 0.
6633
6634 * files.el (revert-buffer): Fix previous change.
6635
6636 2002-07-29 Richard M. Stallman <rms@gnu.org>
6637
6638 * bindings.el (help-echo): If global-mode-string is non-nil,
6639 display some spaces after it.
6640
6641 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
6642 Don't call string-match on non-string.
6643 (displaying-byte-compile-warnings):
6644
6645 * textmodes/ispell.el (check-ispell-version): Bind default-directory
6646 to avoid errors. Kill the old temp buffer at the beginning.
6647
6648 2002-07-29 Glenn Morris <gmorris@ast.cam.ac.uk>
6649
6650 * scroll-all.el (scroll-all-mode): Make argument optional. Doc fix.
6651
6652 2002-07-29 John Paul Wallington <jpw@shootybangbang.com>
6653
6654 * scroll-all.el (scroll-all-mode): Handle numeric arg. Use `if'
6655 instead of `cond'.
6656
6657 2002-07-29 Kenichi Handa <handa@etl.go.jp>
6658
6659 * international/mule.el (ctext-post-read-conversion): Add support
6660 for embedded utf-8 encoding (ESC % G ... ESC % @).
6661
6662 2002-07-28 Kenichi Handa <handa@etl.go.jp>
6663
6664 * files.el (revert-buffer): Before calling insert-file-contents,
6665 kill the local variable buffer-file-coding-system.
6666
6667 2002-07-28 Richard M. Stallman <rms@gnu.org>
6668
6669 * bindings.el (mode-line-format): Handle vc-mode specially.
6670 Move mode-line-position to after global-mode-string.
6671 (mode-line-modes): Move the starting 3 spaces out of here.
6672 (mode-line-position): Separate with a space, not dashes.
6673
6674 * vc-hooks.el: Don't add to minor-mode-alist.
6675
6676 * emacs-lisp/edebug.el (edebug-debugger):
6677 If inside redisplay, just return.
6678
6679 * emacs-lisp/debug.el (debug): If inside redisplay, just return.
6680
6681 * info.el (Info-find-index-name): Improve last change.
6682
6683 2002-07-27 Richard M. Stallman <rms@gnu.org>
6684
6685 * files.el (file-name-sans-extension): Avoid expanding DIRECTORY.
6686
6687 * calendar/cal-hebrew.el (diary-rosh-hodesh): Cons mark on
6688 in the third case.
6689
6690 2002-07-27 Markus Rost <rost@math.ohio-state.edu>
6691
6692 * ps-print.el: Update copyright year.
6693 (ps-begin-cut-regexp, ps-end-cut-regexp): Fix type.
6694
6695 2002-07-26 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6696
6697 * eshell/eshell.el (eshell): Numeric prefix arg means to switch
6698 to the session with that number. Old behavior still available
6699 with nonumeric prefix args.
6700
6701 2002-07-08 Simon Josefsson <jas@extundo.com>
6702
6703 * mail/mail-extr.el (mail-extr-all-top-level-domains): Update names.
6704
6705 2002-07-26 Juanma Barranquero <lektu@terra.es>
6706
6707 * warnings.el (lwarn, warn, warning-levels): Doc fix.
6708 (warning-suppress-log-types): Fix typo.
6709 (display-warning): Fix typo. Remove useless assignment to free variable
6710 `group-string'.
6711
6712 2002-07-25 Markus Rost <rost@math.ohio-state.edu>
6713
6714 * ediff-wind.el (ediff-window-setup-function): Extend type declaration.
6715
6716 2002-07-25 Sam Steingold <sds@gnu.org>
6717
6718 * replace.el (occur-rename-buffer): New command.
6719 (occur-mode-map): Bind "r" to it. Added keybindings for
6720 `kill-this-buffer', `clone-buffer' and `quit-window'.
6721
6722 2002-07-25 Kevin Ryde <user42@zip.com.au>
6723
6724 * info.el (Info-find-index-name): Search for a function definition
6725 with a return type.
6726
6727 2002-07-25 David Ponce <david@dponce.com>
6728
6729 * emacs-lisp/bytecomp.el (byte-compile-set-symbol-position):
6730 Don't recompute `entry' on each iteration.
6731 (byte-compile-delete-first): Make it defsubst.
6732
6733 2002-07-25 Sam Steingold <sds@gnu.org>
6734
6735 * progmodes/cc-engine.el (c-search-uplist-for-classkey):
6736 When `search-end' is a cons, use its car.
6737
6738 2002-07-25 Dave Love <fx@gnu.org>
6739
6740 * obsolete/c-mode.el: Deleted.
6741
6742 2002-07-25 Carsten Dominik <dominik@astro.uva.nl>
6743
6744 * textmodes/reftex.el (reftex-compile-variables):
6745 Simplified regular expression.
6746
6747 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
6748 Simplified the regexp.
6749
6750 * textmodes/reftex-cite.el (reftex-get-bibkey-default): New function.
6751 (reftex-extract-bib-entries-from-thebibliography):
6752 Use `reftex-get-bibkey-default' to get a default regex.
6753 (reftex-extract-bib-entries): Use `reftex-get-bibkey-default' to
6754 get a default regex.
6755
6756 * textmodes/reftex-toc.el (reftex-toc-mode): Use `make-local-hook' for
6757 XEmacs compatibility (got OK from RMS).
6758
6759 * textmodes/reftex-index.el (reftex-index-mode): Likewise.
6760
6761 * textmodes/reftex-sel.el (reftex-select-label-mode): Likewise.
6762 (reftex-select-bib-mode): Likewise.
6763
6764 2002-07-25 Colin Walters <walters@debian.org>
6765
6766 * ibuffer.el (ibuffer-mouse-popup-menu): Allow point to be moved
6767 by menu functions.
6768
6769 2002-07-24 Dave Love <fx@gnu.org>
6770
6771 * international/mule.el (set-auto-coding): Doc fix.
6772
6773 * international/utf-16.el: New file.
6774
6775 * language/european.el ("German", "French", "Spanish", "Turkish"):
6776 Add alternative coding systems.
6777 ("Dutch"): Likewise. Add input method.
6778 ("Welsh", "Latin-7"): Add nonascii-translation.
6779
6780 * language/georgian.el ("Georgian"): Add nonascii-translation.
6781
6782 * international/titdic-cnv.el: Doc fixes.
6783 (tit-process-header): Add coding cookie.
6784 (titdic-convert): Force writing as iso-2022-7bit.
6785
6786 * international/ja-dic-cnv.el (skkdic-convert): Add coding cookie.
6787
6788 * international/mule-cmds.el: Doc fixes.
6789 (unencodable-char-position): New.
6790 (select-safe-coding-system): Use it to indicate problematic
6791 characters and add extra explanation. Avoid checking auto-coding
6792 for compressed files.
6793 (leim-list-header): Add coding cookie.
6794 (input-method-verbose-flag): Modify :type.
6795 (locale-language-names): Add bs, wa. Modify cy.
6796
6797 2002-07-24 Richard M. Stallman <rms@gnu.org>
6798
6799 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
6800 Bind warning-group-format.
6801
6802 * emacs-lisp/bytecomp.el (byte-compile-cl-functions): New variable.
6803 (byte-compile-cl-warn): Use that variable.
6804 (byte-compile-find-cl-functions): New function.
6805 (displaying-byte-compile-warnings):
6806 Call byte-compile-find-cl-functions.
6807
6808 * warnings.el (warning-levels): Add %s to the strings.
6809 (warning-group-format): New variable.
6810 (warning-suppress-log-types): Renamed from warning-suppress-log.
6811 (warning-suppress-types): Renamed from warning-suppress.
6812 (display-warning): Implement those changes.
6813
6814 2002-07-23 Richard M. Stallman <rms@gnu.org>
6815
6816 * warnings.el: Add `provide' call.
6817
6818 * files.el (basic-save-buffer-2): If there's an error writing the file,
6819 unrename the backup file if it was just made.
6820 (backup-buffer, basic-save-buffer-2, basic-save-buffer-1)
6821 (basic-save-buffer): Value now has form (MODES . BACKUPNAME)
6822 when a backup was just made by renaming. Otherwise it's nil.
6823
6824 * wid-edit.el (widget-convert): Handle an argument that's a keyword.
6825 Recognize explicit :args specification.
6826
6827 * international/mule-cmds.el (select-safe-coding-system):
6828 Don't ask for confirmation of mismatch if find-file-literally was used.
6829
6830 2002-07-23 Markus Rost <rost@math.ohio-state.edu>
6831
6832 * add-log.el (add-log-current-defun): Fix typo in documentation.
6833
6834 2002-07-22 Markus Rost <rost@math.ohio-state.edu>
6835
6836 * add-log.el (add-log-mailing-address): Fix type. Can be a string.
6837
6838 * ido.el (ido-separator): Fix type.
6839
6840 2002-07-23 Andrew Innes <andrewi@gnu.org>
6841
6842 * makefile.w32-in (DONTCOMPILE): Remove cus-start.el.
6843 (DONTCOMPILE): Add various language files.
6844 (DONTCOMPILE): Remove term/xterm.el.
6845 (finder-inf.el): Remove.
6846 (update-authors): New target.
6847 (TAGS-LISP): Remove $(lispsource).
6848 (compile-always): Renamed from `compile-files'.
6849 (compile): New target, adapted from `compile-files'.
6850 (compile-calc): New target.
6851 (recompile): Change `.' to $(lisp).
6852 (bootstrap): Add update-subdirs and finder-data
6853 to dependencies; change compile-files to compile.
6854
6855 2002-07-22 Andre Spiegel <spiegel@gnu.org>
6856
6857 * vc.el (vc-next-action-on-file): Preserve find-file-literally.
6858
6859 2002-07-22 Dan Nicolaescu <dann@ics.uci.edu>
6860
6861 * simple.el (undo, undo-more): Adjust messages when undoing in a
6862 region.
6863
6864 2002-07-22 John Paul Wallington <jpw@shootybangbang.com>
6865
6866 * net/browse-url.el (browse-url-lynx-input-attempts): Use defcustom.
6867 (browse-url-lynx-input-delay): Add custom type and group.
6868
6869 * cus-start.el (double-click-fuzz): Added.
6870
6871 2002-07-22 Alan Shutko <ats@acm.org>
6872
6873 * calendar/solar.el (diary-sabbath-candles): Add optional MARK
6874 parameter, specifying what face or character to use in the
6875 calendar display. These will now return (MARK . ENTRY).
6876
6877 * calendar/lunar.el (diary-phases-of-moon): Add optional MARK
6878 parameter, specifying what face or character to use in the
6879 calendar display. These will now return (MARK . ENTRY).
6880
6881 * calendar/cal-hebrew.el (diary-omer, diary-yahrzeit)
6882 (diary-rosh-hodesh, diary-parasha, diary-parasha): Add optional
6883 MARK parameter, specifying what face or character to use in the
6884 calendar display. These will now return (MARK . ENTRY).
6885
6886 * calendar/diary-lib.el (mark-sexp-diary-entries): Retrieve mark
6887 from diary-sexp-entry and pass it to mark-visible-calendar-date.
6888 (list-sexp-diary-entries): Update doc string for new docs for ....
6889 If diary-sexp-entry returns a cons, only add the text to the diary
6890 list.
6891 (diary-sexp-entry): Allow sexps to return a cons of the form (MARK
6892 . STRING) to specify what face or character mark should be used in
6893 the calendar display.
6894 (diary-date, diary-block, diary-float, diary-anniversary)
6895 (diary-cyclic): Add optional MARK parameter, specifying what face
6896 or character to use in the calendar display. These will now
6897 return (MARK . ENTRY).
6898
6899 * calendar/diary-lib.el (check-calendar-holidays, diary-iso-date)
6900 (calendar-holiday-list, diary-french-date, diary-mayan-date)
6901 (diary-julian-date, diary-astro-day-number, diary-chinese-date)
6902 (diary-islamic-date, list-islamic-diary-entries)
6903 (mark-islamic-diary-entries, mark-islamic-calendar-date-pattern)
6904 (diary-hebrew-date, diary-omer, diary-yahrzeit, diary-parasha)
6905 (diary-rosh-hodesh, list-hebrew-diary-entries)
6906 (mark-hebrew-diary-entries, mark-hebrew-calendar-date-pattern)
6907 (diary-coptic-date, diary-persian-date, diary-phases-of-moon)
6908 (diary-sunrise-sunset, diary-sabbath-candles):
6909 Remove interactive flag from autoloads.
6910
6911 2002-07-22 Carsten Dominik <dominik@astro.uva.nl>
6912
6913 * textmodes/reftex-vars.el (reftex-index-verify-function): New option.
6914 (reftex-bibliography-commands): New option.
6915 (reftex-toc-split-windows-horizontally): New option
6916 (reftex-toc-split-windows-horizontally-fraction): New option
6917 (reftex-include-file-commands): New option.
6918 (reftex-cite-format-builtin): Added ?n for nocite.
6919
6920 * textmodes/reftex-index.el (reftex-query-index-phrase):
6921 Use `reftex-index-verify-function'.
6922
6923 * textmodes/reftex-toc.el (reftex-re-enlarge):
6924 Handle horizontal splitting.
6925 (reftex-toc): Handle horizontal splitting
6926 (reftex-last-window-width): New variable.
6927
6928 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
6929 Use `reftex-bibliography-commands'.
6930 (reftex-locate-bibliography-files): Regexp relaxed to allow for
6931 cases where \bibliography is not the first thing on the line.
6932
6933 * textmodes/reftex.el (reftex-compile-variables):
6934 Use `reftex-include-file-commands'.
6935 (reftex-type-query-prompt): Changed defconst to defvar.
6936 (reftex-type-query-help, reftex-typekey-to-format-alist)
6937 (reftex-typekey-to-prefix-alist, reftex-env-or-mac-alist)
6938 (reftex-special-env-parsers, reftex-label-mac-list)
6939 (reftex-label-env-list, reftex-typekey-list)
6940 (reftex-words-to-typekey-alist, reftex-key-to-index-macro-alist)
6941 (reftex-query-index-macro-prompt, reftex-query-index-macro-help)
6942 (reftex-no-follow-message, reftex-no-info-message): Likewise.
6943 (reftex-mode): Define systax table for bibtex parsing.
6944 (reftex-syntax-table-for-bib): Syntax table for bibtex parsing.
6945
6946 * textmodes/reftex-cite.el (reftex-format-names): %a as name
6947 format lists all names.
6948 (reftex-parse-bibtex-entry): Use `reftex-syntax-table-for-bib'.
6949 (reftex-with-special-syntax-for-bib): New macro.
6950
6951 2002-07-21 Richard M. Stallman <rms@gnu.org>
6952
6953 * international/ucs-tables.el (ucs-quail-activate):
6954 Cope if buffer-file-coding-system is nil.
6955
6956 * bindings.el (last-buffer): Use buffer-list with frame arg.
6957 Create *scratch* if no other choice exists. Fix bugs.
6958
6959 2002-07-21 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6960
6961 * net/tramp.el: Bump version to 2.0.2.
6962 (tramp-methods): Rename methods invoking "ssh1" or "ssh2" to
6963 longer names. Use old names "sm1", "sm2" and so on for methods
6964 invoking "ssh -1" or "ssh -2".
6965 (tramp-multi-file-name-structure-separate): Typo, its name was set
6966 to "tramp-file-name-structure-separate". Trivial patch.
6967 From Steve Youngs <youngs@xemacs.org>.
6968 (tramp-multi-sh-program): New variable.
6969 (tramp-open-connection-multi): Use it. Now you can use multi
6970 methods from Windows (at least in principle).
6971 (tramp-do-copy-or-rename-via-buffer): New function.
6972 (tramp-do-copy-or-rename-file): Use it. Change and simplify
6973 logic. Omit special case of invoking rcp directly to copy the files.
6974 (tramp-open-connection-su, tramp-multi-connect-telnet)
6975 (tramp-multi-connect-rlogin, tramp-multi-connect-su)
6976 (tramp-make-tramp-file-name, tramp-make-tramp-multi-file-name):
6977 Use backticks in format-spec for brevity and to avoid
6978 character/number confusion in XEmacs.
6979
6980 2002-07-20 Richard M. Stallman <rms@gnu.org>
6981
6982 * wid-edit.el (widget-documentation-string-value-create):
6983 Say "Hide Rest", not just "Hide".
6984
6985 * cus-edit.el (custom-variable-value-create):
6986 Say "Show Value", not just "Show". Also "Hide Value".
6987 Output a newline before the doc string.
6988 (custom-face-value-create): Say "Show Face" and "Hide Face".
6989
6990 * files.el (toggle-read-only): Clean up the hint message.
6991
6992 * emacs-lisp/bytecomp.el: Use warnings.el.
6993 (byte-compile-warning-prefix): New function.
6994 (byte-compile-log-file): Return page start position.
6995 (byte-compile-log-warning): New function.
6996 (byte-compile-warn): Use byte-compile-log-warning.
6997 (byte-compile-report-error): Likewise. Also use error-message-string.
6998 (displaying-byte-compile-warnings): Bind warning-series.
6999 Don't bind or use byte-compile-warnings-point-max.
7000 Don't display the log buffer at the end.
7001 (byte-compile-warnings-point-max): Variable deleted.
7002 (byte-compile-log-1): Rewrite for trace info, not used for warnings.
7003 (byte-compile-last-warned-form, byte-compile-last-logged-file):
7004 Defvars moved.
7005
7006 * warnings.el: New file.
7007
7008 2002-07-19 Richard M. Stallman <rms@gnu.org>
7009
7010 * emacs-lisp/bytecomp.el (byte-compile-cl-warn): Delete `values'
7011 and `values-list' from list of CL functions.
7012
7013 2002-07-19 John Paul Wallington <jpw@shootybangbang.com>
7014
7015 * emacs-lisp/bytecomp.el (compile-defun):
7016 Bind `read-with-symbol-positions' to current buffer.
7017
7018 2002-07-19 Andre Spiegel <spiegel@gnu.org>
7019
7020 * vc-hooks.el (vc-insert-file): When called with a LIMIT regexp,
7021 delete anything that comes after LIMIT from the buffer.
7022
7023 * vc-rcs.el (vc-rcs-fetch-master-state): Be more careful to check
7024 if this is really an RCS master file.
7025
7026 * vc.el: Improve comment of vc-BACKEND-workfile-unchanged-p.
7027
7028 2002-07-19 Juanma Barranquero <lektu@terra.es>
7029
7030 * emacs-lisp/bytecomp.el (dot, dot-max, dot-min, dot-marker)
7031 (buffer-flush-undo, baud-rate, compiled-function-p, define-function)
7032 (unread-command-char, executing-macro, post-command-idle-hook)
7033 (post-command-idle-delay): Move obsolescence declarations to subr.el.
7034
7035 * subr.el (dot, dot-max, dot-min, dot-marker, buffer-flush-undo)
7036 (baud-rate, compiled-function-p, define-function, unread-command-char)
7037 (executing-macro, post-command-idle-hook, post-command-idle-delay):
7038 Move obsolescence declarations from emacs-lisp/bytecomp.el.
7039 (directory-sep-char, mode-line-inverse-video):
7040 Add obsolescence declaration.
7041
7042 2002-07-18 J.D. Smith <jdsmith@as.arizona.edu>
7043
7044 * progmodes/idlwave.el: Updated to IDLWAVE version 4.14. Too many
7045 changes to list them here.
7046
7047 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.14.
7048 Too many changes to list them here.
7049
7050 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.14.
7051 Too many changes to list them here.
7052
7053 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.14 with
7054 only minor documentation changes.
7055
7056 2002-07-18 Dave Love <fx@gnu.org>
7057
7058 * info-look.el: Support current auto{conf,make} manuals.
7059
7060 2002-07-18 Juanma Barranquero <lektu@terra.es>
7061
7062 * bindings.el (last-buffer): Add missing frame argument.
7063
7064 2002-07-18 Richard M. Stallman <rms@gnu.org>
7065
7066 * timer.el (timer-inc-time): Doc fix.
7067
7068 * replace.el (keep-lines, flush-lines): Interactively report
7069 read-only error before reading regexp argument.
7070
7071 * dabbrev.el (dabbrev--search): Use inhibit-point-motion-hooks.
7072
7073 * bindings.el (last-buffer): Handle buffer-list and buffer-predicate
7074 frame parameters like bury-buffer.
7075
7076 * simple.el (choose-completion-delete-max-match):
7077 Handle minibuffer prompts explicitly.
7078
7079 2002-07-18 Juanma Barranquero <lektu@terra.es>
7080
7081 * international/mule-util.el (string-to-sequence, truncate-string):
7082 Add autoload cookie to obsolescence declaration.
7083
7084 * rect.el (move-to-column-force): Likewise.
7085
7086 * composite.el (decompose-composite-char): Likewise; also remove
7087 redundant info.
7088
7089 2002-07-18 Kim F. Storm <storm@cua.dk>
7090
7091 * loadup.el: Load international/utf-8 before international/characters.
7092
7093 2002-07-17 Dave Love <fx@gnu.org>
7094
7095 * international/ucs-tables.el: Optimize tables. Deal with some
7096 non-8859 charsets.
7097 (ucs-mule-to-mule-unicode): New.
7098 (ucs-unify-8859): Use utf-8-fragment-on-decoding, set up Quail
7099 translation.
7100 (ucs-fragment-8859): Modified consistent with ucs-unify-8859.
7101 (unify-8859-on-encoding-mode): Doc mod. Fix custom version.
7102 (unify-8859-on-decoding-mode): Doc mod. Change code. Fix custom
7103 version. Add custom dependencies.
7104 (ucs-insert): Check for null from decode-char.
7105 (translation-table-for-input, ucs-quail-activate)
7106 (ucs-minibuffer-setup, ccl-encode-unicode-font)
7107 (ucs-tables-unload-hook): New.
7108
7109 * international/mule.el (define-translation-hash-table): New.
7110 (decode-char): Use utf-8-translation-table-for-decode.
7111 (encode-char): Use ucs-mule-to-mule-unicode.
7112
7113 * international/characters.el: Fix settings of U+2000-U+2027.
7114 Remove \e$(C'Y\e(B.
7115
7116 * international/mule-cmds.el (locale-language-names): Fix be, add
7117 sr_YU@cyrillic, modify tg.
7118 (locale-charset-language-names): Put @euro last.
7119
7120 * language/cyrillic.el (cyrillic-koi8-r-decode-table)
7121 (cyrillic-alternativnyj-decode-table): Fill out with mule-unicode.
7122 (cyrillic-koi8-r-decode-table): Make unbound after use.
7123 (ccl-decode-koi8, ccl-decode-alternativnyj): Change expansion
7124 factor. Use utf-8-translation-table-for-decode.
7125 (ccl-encode-koi8, ccl-encode-koi8): Don't check r0.
7126 (cyrillic-unify-encoding): New function.
7127 (cyrillic-koi8): Modify safe-chars, valid-codes.
7128 Remove charset-origin-alist.
7129 (Cp878, cp866): New alias.
7130 (ccl-encode-8859-5-font): New.
7131 (font-ccl-encoder-alist): Add ccl-encode-8859-5-font.
7132 (ccl-encode-koi8-font, ccl-encode-alternativnyj-font):
7133 Remove redundant parens.
7134 ("Cyrillic-KOI8"): Add cyrillic-iso-8bit to coding-priority.
7135 (cyrillic-koi8-u-decode-table, ccl-decode-koi8-u)
7136 (ccl-encode-koi8-u, koi8-u, ccl-encode-koi8-u-font, "Ukrainian"): New.
7137 (cyrillic-alternativnyj): Modify safe-chars, add mime-charset.
7138 ("Cyrillic-ALT"): Change input method.
7139 ("Windows-1251", "Tajik", "Bulgarian", "Belarusian"): New.
7140
7141 * international/utf-8.el (utf-8-subst-table)
7142 (utf-8-subst-rev-table, utf-8-translation-table-for-decode)
7143 (utf-8-fragment-on-decoding, ccl-untranslated-to-ucs)
7144 (utf-8-ccl-regs, utf-8-translate-cjk): New.
7145 (ccl-encode-mule-utf-8): Use utf-8-subst-rev-table.
7146 (ccl-decode-mule-utf-8, ccl-untranslated-to-ucs)
7147 (utf-8-untranslated-to-ucs, utf-8-compose): Rewritten.
7148 (mule-utf-8): Remove pre-write-conversion.
7149 (utf-8-post-read-conversion): Comment out.
7150
7151 * international/ccl.el (ccl-command-table): Add lookup-integer,
7152 lookup-character.
7153 (ccl-extended-code-table): Add lookup-int-const-tbl,
7154 lookup-char-const-tbl.
7155 (ccl-compile-lookup-integer, ccl-compile-lookup-character)
7156 (ccl-dump-lookup-int-const-tbl, ccl-dump-lookup-char-const-tbl):
7157 New functions.
7158 (define-ccl-program): Doc update.
7159
7160 * international/utf-8-subst.el: Populate utf-8-subst-rev-table.
7161 (utf-8-subst-table): Don't set.
7162
7163 2002-07-17 Kenichi Handa <handa@etl.go.jp>
7164
7165 * international/mule.el (define-coding-system-alias):
7166 Don't append ALIAS in the property `alias-coding-systems' if ALIAS's
7167 eol-type is not auto-detection.
7168
7169 * international/mule-diag.el (print-coding-system-briefly):
7170 Fix the handling of an alias of which eol-type is not auto-detection.
7171
7172 * international/mule-conf.el (us-ascii): Define it as an alias of
7173 iso-safe.
7174
7175 2002-07-17 Juanma Barranquero <lektu@terra.es>
7176
7177 * help-fns.el (describe-function-1): Put empty line before "Not
7178 documented" text.
7179
7180 * timer.el (timer-set-time-with-usecs): Mark obsolete.
7181
7182 2002-07-16 Stefan Monnier <monnier@cs.yale.edu>
7183
7184 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
7185 Make sure to change the global tool-bar-map.
7186
7187 * vc.el (vc-default-comment-history): Hard code *vc*.
7188 This is because print-log always prints there now.
7189 (vc-annotate-font-lock-keywords): New var.
7190 (vc-annotate-mode): Use it. Set truncate-lines as well.
7191 (vc-annotate-display-select): Unify the two error reports.
7192 (vc-annotate-offset): New var.
7193 (vc-annotate-lines): New fun extracted from vc-annotate-display.
7194 (vc-annotate-display): Use it, via font-lock.
7195
7196 * help-fns.el (help-split-fundoc, help-function-arglist)
7197 (help-make-usage): New funs, extracted from describe-function-1.
7198 (describe-function-1): Use them.
7199
7200 * help.el (help-key-description): Show the untranslated keys
7201 when they start with ESC and the ESC was not translated.
7202
7203 * help-mode.el (view): Always require.
7204 (help-xref-mule-regexp): Don't use defconst for variables.
7205 (help-setup-xref): Keep the last 10 elements of the stack.
7206 (help-xref-override-view-map): New var.
7207 (help-make-xrefs): Use it instead of building a new map each time.
7208 (help-function-def): Allow help-fun to take a buffer as arg.
7209
7210 * diff-mode.el (diff-reverse-direction): Simplify.
7211 (diff-after-change-function): Fix typo.
7212 (diff-post-command-hook): Take care of edge cases.
7213 (diff-current-defun): Do `goto-char' after setting the mode.
7214
7215 * mouse-sel.el (mouse-sel-mode): Use define-minor-mode.
7216 Fold mouse-sel-bindings into it.
7217 (mouse-sel-bound-events): Turn it into an alist.
7218 (mouse-insert-selection): Delegate to mouse-yank-at-click if
7219 mouse-sel-default-bindings asks for it.
7220
7221 2002-07-16 Andre Spiegel <spiegel@gnu.org>
7222
7223 * files.el: Bind toggle-read-only to C-x C-q.
7224 (toggle-read-only): Display a warning message if the file is under
7225 version control.
7226
7227 * vc-hooks.el: Don't bind vc-toggle-read-only to C-x C-q.
7228 (vc-toggle-read-only): Explain in the doc string that users can bind
7229 this to C-x C-q.
7230 (vc-checkout-model): Change doc string to refer to vc-next-action,
7231 not vc-toggle-read-only.
7232
7233 * vc.el (vc-next-action-on-file): Ignore buffer-read-only while
7234 comparing to file on disk. Fix the case when claiming the lock
7235 on a file that has unlocked changes.
7236 (vc-log-mode): Don't mention vc-toggle-read-only in the doc string.
7237
7238 2002-07-16 Richard M. Stallman <rms@gnu.org>
7239
7240 * simple.el (choose-completion-string): Doc fix.
7241
7242 * cus-edit.el: New operation :custom-standard-value.
7243 (Custom-reset-standard): Use it.
7244 (custom-variable, custom-face): Define it.
7245 (custom-variable-standard-value, custom-face-standard-value): New fns.
7246 (custom-face-save): Don't save a face whose value is standard.
7247 (custom-save-faces): Use SYMBOL, not 'default, to set NOW and COMMENT.
7248
7249 * cus-edit.el (custom-face-edit-fix-value):
7250 If VALUE is not a list, pass it thru.
7251
7252 * compare-w.el (compare-windows-whitespace): Always allow newline
7253 even if it does not have whitespace syntax.
7254
7255 2002-07-16 Juanma Barranquero <lektu@terra.es>
7256
7257 * timer.el (timer-set-time, timer-set-time-with-usecs): Fix docstring.
7258
7259 2002-07-15 Juanma Barranquero <lektu@terra.es>
7260
7261 * help-fns.el (describe-variable): Show documentation for aliased
7262 variable if alias does not have its own.
7263
7264 2002-07-15 Mike Williams <mdub@bigfoot.com>
7265
7266 * mouse-sel.el (mouse-sel-bindings): Save/restore interprogram
7267 cut/paste functions.
7268
7269 2002-07-14 Richard M. Stallman <rms@gnu.org>
7270
7271 * files.el (find-alternate-file): Offer to save a modified buffer.
7272 Handle kill-buffer-query-functions better.
7273
7274 * startup.el (normal-splash-screen, fancy-splash-text):
7275 Update name of help menu item for ordering printed manuals.
7276
7277 * emacs-lisp/checkdoc.el: Fix doc typos.
7278
7279 2002-07-14 Stefan Monnier <monnier@cs.yale.edu>
7280
7281 * textmodes/tex-mode.el: Set encoding to utf-8.
7282 (tex-start-options): Make it into always-a-string.
7283 Remove silly custom options that are covered by the other var.
7284 (tex-start-commands): Fix docstring.
7285 (tex-open-quote, tex-close-quote): Add options.
7286 (tex-command): Provide default.
7287 (tex-font-lock-keywords-1): Highlight $$...$$.
7288 (tex-font-lock-keywords-2): Fix latin-1 chars.
7289 (tex-mode-map): Remove redundant \t binding.
7290 (tex-mode): Add `subsection' and `newcommand' to known latex cmds.
7291 (latex-mode): Use add-hook for fill-nobreak-predicate.
7292 (tex-common-initialization): Set indent-tabs-mode to nil.
7293 (tex-insert-quote): Undo magic if invoked twice in a row.
7294 (latex-fill-nobreak-predicate): Don't use narrowing.
7295 (tex-latex-block): Don't cons uselessly.
7296 (tex-last-unended-begin): Signal user-friendlier error.
7297 (tex-goto-last-unclosed-latex-block): Don't catch signal.
7298 (tex-start-tex): Switch order of tex-start-options and
7299 tex-start-commands to make it obey docstrings.
7300
7301 2002-07-14 Mike Williams <mdub@bigfoot.com>
7302
7303 * mouse-sel.el (mouse-sel-bound-events): New constant.
7304 (mouse-sel-bindings): Save/restore original mouse-bindings.
7305
7306 2002-07-13 Stefan Monnier <monnier@cs.yale.edu>
7307
7308 * emacs-lisp/cl.el (cl-set-substring): Fix thinko.
7309 (cl-hack-byte-compiler): Avoid infinite require loop.
7310
7311 * net/ange-ftp.el: Use hash-tables.
7312 (ange-ftp-make-hashtable, ange-ftp-map-hashtable)
7313 (ange-ftp-make-hash-key, ange-ftp-get-hash-entry)
7314 (ange-ftp-put-hash-entry, ange-ftp-del-hash-entry): Remove.
7315 Replace with make-hash-table, maphash, gethash, puthash and remhash.
7316 (ange-ftp-hash-entry-exists-p): Rewrite.
7317 (ange-ftp-vms-delete-file-entry, ange-ftp-vms-add-file-entry):
7318 Change mapatom -> maphash.
7319 (ange-ftp-file-entry-active-p, ange-ftp-file-entry-not-ignored-p):
7320 Update to new calling mode.
7321
7322 * progmodes/ebrowse.el (ebrowse-symbol-regexp): Avoid cl-set-substring.
7323 (ebrowse-hash-table-to-alist): Delete.
7324 (ebrowse-tags-read-name, ebrowse-tags-list-members-in-file)
7325 (ebrowse-tags-complete-symbol): Use the hashtable for completion.
7326
7327 * textmodes/sgml-mode.el (sgml-quote): Use narrowing.
7328 Improve the regexp used when unquoting.
7329 (sgml-pretty-print): New function.
7330 (sgml-get-context): Better handling of improperly nested tags.
7331 (sgml-show-context): Don't use the FULL arg of sgml-get-context.
7332
7333 2002-07-13 Andreas Schwab <schwab@suse.de>
7334
7335 * mail/mailabbrev.el (mail-abbrev-make-syntax-table): Check the
7336 inherited table entry.
7337
7338 2002-07-13 Glenn Morris <gmorris@ast.cam.ac.uk>
7339
7340 * calendar/timeclock.el (timeclock-in): Handle the case where no
7341 log file exists (ie the very first call).
7342
7343 2002-07-13 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7344
7345 * net/ange-ftp.el: Do not hook into file-name-handler-alist, this
7346 is done by Tramp.
7347
7348 * net/tramp.el (tramp-multi-file-name-structure-unified):
7349 Add missing slash and move colon from start to end of each hop.
7350 (tramp-multi-file-name-hop-structure-unified): Move colon from
7351 start to end of each hop.
7352
7353 2002-07-13 Kim F. Storm <storm@cua.dk>
7354
7355 * progmodes/compile.el (grep-tree): Fixed autoload.
7356 Corrected use of undefined variable `match-files-aliases'.
7357
7358 2002-07-12 Glenn Morris <gmorris@ast.cam.ac.uk>
7359
7360 * calendar/timeclock.el (timeclock-get-workday-function):
7361 `timeclock-workday' is not a valid option, rather a possible
7362 return value.
7363
7364 2002-07-12 Richard M. Stallman <rms@gnu.org>
7365
7366 * net/ange-ftp.el (ange-ftp-write-region):
7367 Don't bind executing-kbd-macro; instead, pass non-nil VISIT arg
7368 to ange-ftp-real-write-region.
7369
7370 * replace.el (flush-lines, keep-lines): Convert REND to a marker.
7371
7372 * help-fns.el (help-with-tutorial): Display completion list right away.
7373
7374 * ediff-ptch.el (ediff-test-patch-utility): Catch error and return nil.
7375
7376 * startup.el (command-line): Set memory-signal-data.
7377 (fancy-splash-text, normal-splash-screen):
7378 Mention "Read the Emacs Manual" or C-h r.
7379 Rearrange the initial help to put the help cmds on left
7380 and the actions (exit, undo) on the right. Other small
7381 text clarifications.
7382 (fancy-splash-text, actions page): Add blank line to balance help page.
7383
7384 * help.el (help-map): Add binding for info-emacs-manual.
7385 (print-help-return-message): Doc fix.
7386
7387 * strokes.el (strokes-help): Call print-help-return-message
7388 while inside with-output-to-temp-buffer.
7389
7390 * info.el (info-emacs-manual): New function.
7391 (Info-use-header-line): Doc fix.
7392
7393 * emacs-lisp/cl.el (multiple-value-call): Add alias.
7394
7395 * progmodes/compile.el (compilation-normalize-filename):
7396 New subroutine, taken out of compilation-parse-errors.
7397 (compilation-parse-errors): Use that, and for directories too.
7398 Don't check whether a directory really exists.
7399
7400 2002-07-12 Juanma Barranquero <lektu@terra.es>
7401
7402 * help-fns.el (describe-variable): Remove useless "Documentation:"
7403 string.
7404
7405 * timer.el (timer-set-time-with-usecs): Fix documentation.
7406 Simplify extraction of time data.
7407
7408 2002-07-12 John Paul Wallington <jpw@shootybangbang.com>
7409
7410 * help-fns.el (describe-variable): Mention if the variable is an
7411 alias. Put `defvaralias' info before the documentation.
7412
7413 2002-07-12 Kenichi Handa <handa@etl.go.jp>
7414
7415 * international/mule-cmds.el (locale-language-names): Change "mk"
7416 (Macedoninan), "ru" (Russian), and "sp" (Serbian with Cyrillic
7417 alphabet) to "Cyrillic-ISO".
7418
7419 2002-07-11 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7420
7421 * net/tramp.el (tramp-default-method): New default method "sm"
7422 which I guess to be good for most people.
7423 (tramp-default-method-alist): Use "ftp" method (ie, forwarding to
7424 Ange-FTP) for some user/host combinations.
7425 (tramp-file-name-structure, tramp-file-name-regexp)
7426 (tramp-make-tramp-file-format, tramp-make-tramp-file-user-nil-format)
7427 (tramp-multi-file-name-structure, tramp-multi-file-name-hop-structure)
7428 (tramp-make-multi-tramp-file-format): New default value which
7429 unifies the filename syntax between Tramp and Ange-FTP. The new
7430 syntax is "/method:user@host:path". Note the colon after the method.
7431 (tramp-handle-file-name-directory): Don't return "/" when
7432 completing a remote root directory (where the filename looks like
7433 "/method:user@host:/").
7434 (tramp-handle-ange-ftp): Deleted.
7435 (tramp-disable-ange-ftp): New function, called at toplevel,
7436 deletes Ange-FTP from file-name-handler-alist.
7437 (tramp-handle-make-symbolic-link): Implement.
7438
7439 2002-07-10 Juanma Barranquero <lektu@terra.es>
7440
7441 * ido.el (ido-enter-single-matching-directory): Delete leftover comment.
7442
7443 * speedbar.el (speedbar-tag-hierarchy-method): Fix typos.
7444 (speedbar-vc-do-check): Likewise.
7445 (speedbar-obj-do-check): Likewise.
7446 (speedbar-mouse-hscroll): Likewise.
7447 (speedbar-file-lists): Likewise.
7448
7449 * emacs-lisp/authors.el (authors-obsolete-file-p): Fix typo.
7450
7451 2002-07-09 Ole Aamot <ole@gnu.org>
7452
7453 * compile.el (compilation-error-regexp-alist):
7454 Recognize Valgrind messages.
7455
7456 2002-07-09 Juanma Barranquero <lektu@terra.es>
7457
7458 * faces.el (face-id): Fix typo.
7459
7460 * hexl.el (hexl-mode): Likewise.
7461
7462 * progmodes/idlw-shell.el (idlwave-shell-set-bp): Likewise.
7463
7464 * progmodes/ebnf-yac.el (ebnf-yac-error): Likewise.
7465
7466 * speedbar.el (speedbar-make-specialized-keymap): Fix docstring.
7467 (speedbar-desired-buffer): Likewise.
7468 (speedbar-line-file): Likewise.
7469 (speedbar-special-mode-key-map): Fix typo.
7470 (speedbar-dynamic-tags-function-list): Likewise.
7471 (speedbar-use-images): Likewise.
7472 (speedbar-up-directory): Likewise.
7473 (speedbar-item-info): Likewise.
7474 (speedbar-set-timer): Likewise.
7475 (speedbar-insert-button): Likewise.
7476 (speedbar-make-button): Likewise.
7477 (speedbar-make-tag-line): Likewise.
7478 (speedbar-insert-files-at-point): Likewise.
7479 (speedbar-update-special-contents): Likewise.
7480 (speedbar-find-selected-file): Likewise.
7481 (speedbar-add-indicator): Likewise.
7482 (speedbar-do-function-pointer): Likewise.
7483 (speedbar-goto-this-file): Likewise.
7484 (speedbar-line-path): Likewise.
7485 (speedbar-mouse-event-p): Likewise.
7486 (speedbar-dir-follow): Likewise.
7487 (speedbar-tag-find): Likewise.
7488 (speedbar-fetch-etags-command): Likewise.
7489 (speedbar-fetch-etags-arguments): Likewise.
7490 (speedbar-toggle-etags): Likewise.
7491 (speedbar-extract-one-symbol): Likewise.
7492 (speedbar-parse-c-or-c++tag): Likewise.
7493 (speedbar-unhighlight-one-tag-line): Likewise.
7494 (speedbar-directory-face): Likewise.
7495 (defimage-speedbar): Likewise.
7496 (speedbar-convert-emacs21-imagespec-to-xemacs): Likewise.
7497 (defimage-speedbar): Likewise.
7498
7499 2002-07-09 Miles Bader <miles@gnu.org>
7500
7501 * hexl.el (hexl-find-file): Bind `completion-ignored-extensions'
7502 to nil when prompting for a filename.
7503
7504 2002-07-09 Kenichi Handa <handa@etl.go.jp>
7505
7506 * files.el (insert-directory): Be sure to bind
7507 coding-system-for-write to the just decided coding-system-for-read.
7508
7509 2002-07-09 Kim F. Storm <storm@cua.dk>
7510
7511 * ido.el (ido-make-merged-file-list): Move fully matching item to
7512 head of list.
7513 (ido-find-common-substring): Return substring instead of t.
7514
7515 2002-07-08 Juanma Barranquero <lektu@terra.es>
7516
7517 * info.el (Info-directory-list): Fix docstring.
7518
7519 2002-07-08 Miles Bader <miles@gnu.org>
7520
7521 * comint.el (comint-dynamic-list-completions): Sort COMPLETIONS
7522 before first use.
7523
7524 2002-07-08 Kim F. Storm <storm@cua.dk>
7525
7526 * files.el (after-find-file): Don't check for read-only status
7527 of files just created (and not yet saved on disk).
7528
7529 * ido.el (ido-completion-help): Changed xemacs specific code to
7530 avoid byte compiler warning in GNU emacs.
7531 (ido-set-matches1): Use regexp-quote instead of identity.
7532 (ido-complete-space): New function.
7533 (ido-define-mode-map): Bind it to SPACE.
7534
7535 2002-07-07 Stefan Monnier <monnier@cs.yale.edu>
7536
7537 * font-lock.el (font-lock-default-unfontify-region):
7538 Use remove-list-of-text-properties.
7539 (font-lock-extra-managed-props): Doc fix.
7540
7541 * facemenu.el: Move `provide' to the end.
7542 (facemenu-read-color): Don't cons unnecessarily.
7543
7544 * language/ind-util.el (indian-make-hash):
7545 * language/devan-util.el (dev-char-glyph-hash, dev-glyph-glyph-hash)
7546 (dev-glyph-glyph-2-hash): Switch makehash -> make-hash-table.
7547
7548 * subr.el (insert-string): Update the obsolete info.
7549 (makehash): Move from C and mark obsolete.
7550
7551 * emacs-lisp/debug.el (debug-on-entry): Fix the wrapper used for
7552 aliases to also work for interactive functions.
7553 Use the same wrapper for subroutines.
7554 (cancel-debug-on-entry): Get rid of the now-useless wrapper.
7555 (debug-on-entry-1): Correctly skip docstrings and interactive forms.
7556
7557 * textmodes/texinfo.el (texinfo-font-lock-keywords): Disable the
7558 automatic environment name update.
7559 (texinfo-clone-environment): Fix it not to incorrectly match prefixes.
7560
7561 2002-07-07 Richard M. Stallman <rms@gnu.org>
7562
7563 * emacs-lisp/easymenu.el (easy-menu-popup-menu): Function deleted.
7564
7565 * emacs-lisp/advice.el (ad-compile-function):
7566 Disable cl-function warnings if cl is loaded.
7567
7568 * files.el (safe-local-eval-forms): New user option.
7569 (hack-one-local-variable-eval-safep): Support it.
7570 Also allow `safe-local-eval-function' property to be a function
7571 or a list of functions.
7572 (c-add-style): Delete `safe-local-eval-function' property.
7573
7574 * files.el (after-find-file): Make buffer read-only if file is
7575 marked that way, even for root.
7576
7577 * files.el (save-some-buffers): Doc fix.
7578
7579 * bindings.el (completion-ignored-extensions): Add .gmo and .mo.
7580
7581 2002-07-06 Francesco Potort\e,Al\e(B <pot@gnu.org>
7582
7583 * dos-w32.el (file-name-buffer-file-type-alist): Add knowledge of
7584 .sx[dmicw] file suffixes for Open office data files.
7585
7586 * files.el (auto-mode-alist): Likewise.
7587
7588 * international/mule.el (auto-coding-alist): Likewise.
7589
7590 2002-07-05 Kim F. Storm <storm@cua.dk>
7591
7592 * emulation/cua-rect.el (cua--rectangle-operation): Don't call
7593 FCT if current column is outside rectangle.
7594 (cua--delete-rectangle): Do nothing if zero width or out of bounds.
7595
7596 2002-07-04 Stefan Monnier <monnier@cs.yale.edu>
7597
7598 * net/ange-ftp.el: Use add-hook and find-file-hook.
7599 (ange-ftp-parse-netrc): Use run-hooks and find-file-hook.
7600 (ange-ftp-ls-parser): Make it into a function.
7601 Ignore trailing @ in symlink targets.
7602 (ange-ftp-file-entry-p): Ignore FTP errors.
7603 (ange-ftp-insert-directory): Use ange-ftp-expand-symlink
7604 to correctly expand "/flint:/bla -> ./etc" to /flint:/etc.
7605
7606 2002-07-04 Per Abrahamsen <abraham@dina.kvl.dk>
7607
7608 * simple.el (toggle-truncate-lines): New command.
7609
7610 2002-07-04 Miles Bader <miles@gnu.org>
7611
7612 * comint.el (comint-displayed-dynamic-completions): New variable.
7613 (comint-dynamic-list-completions): Be more careful about choosing
7614 when to scroll an existing completions window.
7615
7616 2002-07-03 Andreas Schwab <schwab@suse.de>
7617
7618 * net/tramp.el (tramp-handle-ange-ftp): Move interactive spec
7619 after doc string.
7620
7621 2002-07-03 Juanma Barranquero <lektu@terra.es>
7622
7623 * net/tramp.el (tramp-send-eof): Fix typo.
7624 (tramp-kill-process): Likewise.
7625
7626 * play/dunnet.el (dun-physobj-desc): Likewise.
7627
7628 * textmodes/reftex-vars.el (reftex-label-alist): Likewise.
7629
7630 * calendar/timeclock.el (timeclock-workday-remaining): Likewise.
7631 (timeclock-workday-elapsed): Likewise.
7632
7633 * allout.el (outline-goto-prefix): Likewise.
7634
7635 * emulation/tpu-edt.el (tpu-delete-to-eol): Likewise.
7636 (tpu-delete-to-bol): Likewise.
7637
7638 * subr.el (chars-in-region): Add obsolescence declaration for
7639 `chars-in-region'.
7640
7641 2002-07-03 Miles Bader <miles@gnu.org>
7642
7643 * faces.el (header-line): Don't use a `common' clause for
7644 inheriting from the mode-line face, since we can't override it,
7645 and we don't want it for ttys.
7646
7647 2002-07-02 Richard M. Stallman <rms@gnu.org>
7648
7649 * net/ange-ftp.el (ange-ftp-hook-function): Add file-remote-p prop.
7650
7651 * files.el (hack-one-local-variable-constantp): New function.
7652 (hack-one-local-variable-eval-safep): New function.
7653 Check for `eval:' calling fn with `safe-local-eval-function' property.
7654 (hack-one-local-variable): Use hack-one-local-variable-eval-safep.
7655 (c-add-style, c-set-style): Add safe-local-eval-function property.
7656
7657 * files.el (insert-directory): Handle --dired option to ls.
7658
7659 * files.el (file-remote-p): New function.
7660
7661 * emacs-lisp/easymenu.el (easy-menu-popup-menu): New function.
7662
7663 * startup.el (fancy-splash-screens): Switch to a chosen frame.
7664 (fancy-splash-frame): Choose the right frame to use.
7665 (use-fancy-splash-screens-p): Check dimensions of the right frame
7666 in order to decide.
7667
7668 * emacs-lisp/bytecomp.el (byte-compile-warning-types):
7669 Rename cl-func to cl-functions. Enable it by default.
7670 (byte-compile-file-form-eval-boundary): Turn off cl-functions warnings
7671 if the file loads cl.
7672 (byte-compile-initial-macro-environment): For eval-and-compile,
7673 use byte-compile-eval-before-compile to eval.
7674 (byte-compile-eval-before-compile): New function to turn off
7675 cl-functions when appropriate, for eval-and-compile.
7676 (byte-compile-warnings): Doc fix.
7677
7678 2002-07-02 Dave Love <fx@gnu.org>
7679
7680 * emacs-lisp/bytecomp.el (byte-compile-warnings): Add cl-func option.
7681 (byte-compile-cl-warn): New function.
7682 (byte-compile-form): Use it, to warn about calling cl functions.
7683 (byte-compile-warning-types): Doc fix.
7684
7685 2002-07-02 Juanma Barranquero <lektu@terra.es>
7686
7687 * mail/rmailsum.el (rmail-user-mail-address-regexp): Fix typo.
7688
7689 * textmodes/reftex-cite.el (reftex-citation): Fix typo.
7690
7691 * progmodes/cperl-mode.el (cperl-break-one-line-blocks-when-indent):
7692 Fix typo.
7693
7694 2002-07-02 Kim F. Storm <storm@cua.dk>
7695
7696 * emacs-lisp/bindat.el: New file.
7697
7698 2002-07-01 Sam Steingold <sds@gnu.org>
7699
7700 * textmodes/tex-mode.el (tex-file): Call `save-some-buffers'
7701 before `tex-main-file' because if the current buffer is new, its
7702 file might not exist yet, and then `tex-main-file' will
7703 incorrectly return "foo.tex.tex".
7704
7705 2002-07-01 Juanma Barranquero <lektu@terra.es>
7706
7707 * ido.el (ido-minibuffer-setup-hook): Doc fix.
7708
7709 2002-07-01 Dave Love <fx@gnu.org>
7710
7711 Make strokes a proper minor mode, and don't try to overload
7712 mouse-2, which doesn't work satisfactorily.
7713
7714 * strokes.el: Doc fixes.
7715 (strokes-mode): Defcustom deleted; replaced by minor mode def with
7716 re-written function.
7717 (strokes-while-inhibiting-garbage-collector): Comment out.
7718 (define-stroke, strokes-fix-button2-command, strokes-insinuated)
7719 (strokes-insinuate, global-set-stroke, describe-stroke)
7720 (load-user-strokes, save-strokes, strokes-bug-address)
7721 (strokes-click-command): Deleted.
7722 (strokes-execute-stroke): Remove strokes-click-p case.
7723 (strokes-describe-stroke): Remove strokes-click-p stuff.
7724 (strokes-help): Fix.
7725 (strokes-report-bug): Alias to report-emacs-bug.
7726 (strokes-prompt-user-save-strokes): Modify format of the file.
7727 (strokes-mode-map, strokes-unload-hook): New.
7728 (strokes-buffer-name): Don't customize.
7729
7730 2002-07-01 Richard M. Stallman <rms@gnu.org>
7731
7732 * info.el (Info-index): Get immediate error if used in `dir'.
7733
7734 * textmodes/picture.el (picture-forward-column)
7735 (picture-move-down): Never deactivate the mark.
7736
7737 2002-06-30 Simon Josefsson <jas@extundo.com>
7738
7739 * menu-bar.el (menu-bar-options-menu): Move elisp mode names from
7740 menu entry into balloon help.
7741
7742 2002-06-30 Andreas Schwab <schwab@suse.de>
7743
7744 * files.el (directory-free-space-args): Don't use `-P' on Darwin.
7745 * term/mac-win.el: Don't set it here.
7746
7747 2002-06-29 Stefan Monnier <monnier@cs.yale.edu>
7748
7749 * pcvs-defs.el (cvs-mode-map): Bind ! to `force'.
7750
7751 2002-06-29 Andreas Schwab <schwab@suse.de>
7752
7753 * term/mac-win.el: Use directory-free-space-program instead of
7754 obsolete variable dired-free-space-program. On Darwin, don't set
7755 directory-free-space-program, shell-file-name and
7756 process-connection-type; set directory-free-space-args to not
7757 include `-P' and use utf-8 for file name coding system.
7758
7759 * simple.el (shell-command-on-region): Handle errors and signals
7760 from shell command execution.
7761 (display-message-or-buffer): Fix last change.
7762 (shell-command-default-error-buffer): Doc fix.
7763
7764 * dired.el (dired-view-file): Quote file name for
7765 dired-run-shell-command.
7766
7767 2002-06-29 Kim F. Storm <storm@cua.dk>
7768
7769 * kmacro.el: New file.
7770
7771 2002-06-28 John Wiegley <johnw@gnu.org>
7772
7773 * pcmpl-cvs.el: Added my name as the maintainer of this file.
7774
7775 2002-06-28 Andreas Schwab <schwab@suse.de>
7776
7777 * shell.el (explicit-bash-args): New user option.
7778
7779 2002-06-28 Kim F. Storm <storm@cua.dk>
7780
7781 * ido.el: New file.
7782
7783 2002-06-28 Stefan Monnier <monnier@cs.yale.edu>
7784
7785 * derived.el (define-derived-mode): Preserve the `mode-class' rather
7786 than the `special' symbol property.
7787 (derived-mode-class): Make it obsolete.
7788
7789 2002-06-27 Andreas Schwab <schwab@suse.de>
7790
7791 * net/tramp.el (tramp-handle-ange-ftp): Fix typo.
7792
7793 2002-06-27 Juanma Barranquero <lektu@terra.es>
7794
7795 * emacs-lisp/bytecomp.el (baud-rate): Fix obsolescence declaration.
7796 (meta-flag): Likewise.
7797
7798 * international/mule-util.el (string-to-sequence): Likewise.
7799
7800 * subr.el (char-bytes): Likewise.
7801 (make-local-hook): Likewise.
7802 (baud-rate): Remove redundant info from docstring.
7803
7804 * faces.el (frame-update-faces): Fix obsolescence declaration.
7805 (internal-get-face): Remove redundant info from docstring and
7806 fix obsolescence declaration.
7807
7808 * rect.el (move-to-column-force): Likewise.
7809
7810 * help-fns.el (describe-function-1): Use semicolon instead of dot.
7811 (describe-variable): Likewise.
7812
7813 2002-06-27 Stefan Monnier <monnier@cs.yale.edu>
7814
7815 * mwheel.el (mouse-wheel-change-button): Deactivate before changing.
7816 (mouse-wheel-up-button, mouse-wheel-down-button): Obsolete.
7817 (mouse-wheel-up-event, mouse-wheel-down-event): New vars.
7818 (mouse-wheel-follow-mouse): Change default to t.
7819 (mwheel-event-button): Return the basic event symbol.
7820 (mwheel-scroll): Work with non-mouse events.
7821 (mouse-wheel-mode): Use the new vars.
7822 (mwheel-install): Obey `uninstall'.
7823
7824 * term/xterm.el (function-key-map): Add some bindings.
7825
7826 * uniquify.el (uniquify-delay-rationalize-file-buffer-names):
7827 Rename from delay-uniquify-rationalize-file-buffer-names.
7828 Only rationalize if the buffer is under uniquify control.
7829 (uniquify-delayed-rationalize-file-buffer-names):
7830 Rename from delayed-uniquify-rationalize-file-buffer-names.
7831
7832 2002-06-27 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7833
7834 * net/tramp.el (tramp-file-name-structure)
7835 (tramp-multi-file-name-hop-structure): Split for easier readability.
7836 (tramp-handle-make-symbolic-link): Use user/host/method/... from
7837 LINKNAME, not FILENAME.
7838 (tramp-handle-verify-visited-file-modtime):
7839 Call tramp-ange-ftp-file-name-p with right parameters.
7840 (tramp-handle-verify-visited-file-modtime): `insert' does not
7841 work for integers, convert them to strings first.
7842 (tramp-handle-ange-ftp): New function to perform setup for
7843 replacing Ange-FTP with Tramp.
7844 (tramp-repair-jka-compr): New function to factor out some
7845 previously top-level code. Call the function at top-level.
7846
7847 2002-06-27 Juanma Barranquero <lektu@terra.es>
7848
7849 * composite.el (decompose-composite-char): Fix docstring.
7850
7851 * faces.el (describe-face): Capitalize "not documented" message.
7852
7853 * help-fns.el (describe-variable): Likewise.
7854 (describe-function-1): Likewise. Also, document the obsolescence
7855 of the function, if applicable.
7856
7857 2002-06-26 Juanma Barranquero <lektu@terra.es>
7858
7859 * info.el (info-menu-5): Fix documentation.
7860 (Info-fontify-maximum-menu-size): Remove reference to `Info-fontify'.
7861
7862 2002-06-26 Richard M. Stallman <rms@gnu.org>
7863
7864 * emacs-lisp/cl.el (values): Simplify definition.
7865
7866 * simple.el (shell-command): Match & only at end of whole command.
7867 (display-message-or-buffer): Don't use the echo area
7868 if output buffer is visible.
7869
7870 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Doc fixes.
7871
7872 * progmodes/cperl-mode.el: Many trivial doc fixes.
7873 (cperl-non-problems): Definition deleted.
7874 (cperl-menu): Don't refer to cperl-non-problems.
7875 (cperl-word-at-point): Add doc string.
7876 (cperl-beautify-regexp-piece): Fix error message.
7877 (cperl-invert-if-unless): Fix error message.
7878
7879 * dired.el (dired-find-alternate-file): Mark as disabled.
7880
7881 2002-06-25 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7882
7883 * net/tramp.el (tramp-ftp-method): New user option.
7884 (tramp-invoke-ange-ftp): New function to forward calls to Ange-FTP.
7885 (with-parsed-tramp-file-name): New macro for the usual big `let'
7886 statement to dissect a file-name.
7887 (tramp-handle-make-symbolic-link, tramp-handle-load)
7888 (tramp-handle-file-name-directory)
7889 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
7890 (tramp-handle-file-truename, tramp-handle-file-directory-p)
7891 (tramp-handle-file-regular-p, tramp-handle-file-symlink-p)
7892 (tramp-handle-file-writable-p, tramp-handle-file-writable-p):
7893 Use the new macro and forward call to Ange-FTP if applicable.
7894 (tramp-make-ange-ftp-file-name): New helper function to convert a
7895 file name into an Ange-FTP file name, used by `tramp-invoke-ange-ftp'.
7896 (tramp-default-method-alist): New user option.
7897 (tramp-find-default-method): Use it.
7898 (tramp-sh-extra-args): New variable.
7899 (tramp-find-shell): Use it.
7900 (tramp-open-connection-rsh): Support a kludgy feature for the
7901 "-p" option to ssh. If host name is given as "host#42", uses the
7902 "-p 42" option.
7903
7904 2002-06-25 Andreas Schwab <schwab@suse.de>
7905
7906 * replace.el (occur-1): Avoid invalid message format string.
7907
7908 2002-06-24 Stefan Monnier <monnier@cs.yale.edu>
7909
7910 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn):
7911 Check for `noruntime' even if the function has a known sig.
7912 (byte-compile-file, byte-compile-output-docform):
7913 Don't hard code point-min = 1.
7914
7915 * pcvs.el (cvs-parse-process): Don't save/restore point.
7916 Fix last change not to introduce spurious dir FIs.
7917 (cvs-move-to-goal-column): New function extracted from
7918 cvs-mode-previous-line.
7919 (cvs-mode-previous-line, cvs-mode-next-line): Use it.
7920 (cvs-addto-collection): Use it to preserve point.
7921 (cvs-vc-command-advice): Ad-hoc workaround for `cvs -q add'.
7922
7923 * mwheel.el (mouse-wheel-scroll-amount,mwheel-scroll,mouse-wheel-mode):
7924 Don't require the first element to be modifier-free.
7925
7926 * pcvs-parse.el (cvs-parse-table):
7927 Handle `nothing known about' with more care.
7928
7929 * pcvs.el (cvs-fileinfo-kill): Remove.
7930 (cvs-parse-process): Add `old-fis' argument.
7931 (cvs-mode-run): Use it instead of cvs-fileinfo-kill.
7932
7933 * descr-text.el (describe-property-list): Make sure there's
7934 a space between the property name and its value.
7935 (describe-text-properties): Don't kill a pre-existing buffer.
7936
7937 * mwheel.el: Undo last patch from Stephen Gildea for now.
7938
7939 2002-06-24 Kim F. Storm <storm@cua.dk>
7940
7941 * emulation/keypad.el: Added :require 'keypad to defcustoms.
7942
7943 2002-06-23 Stefan Monnier <monnier@cs.yale.edu>
7944
7945 * subr.el (event-start, event-end, event-click-count):
7946 Accept non-mouse events as well.
7947 (read-key): New function.
7948 (read-quoted-char): Use it. Use this-single-command-raw-keys as well.
7949
7950 * files.el: Rename (and mark as obsolete)
7951 find-file-hooks to find-file-hook,
7952 find-file-not-found-hooks to find-file-not-found-functions,
7953 write-file-hooks to write-file-functions,
7954 write-contents-hooks to write-contents-functions.
7955 Mark local-write-file-hooks as obsolete.
7956 (locate-file-completion): Don't cons uselessly. Use test-completion.
7957 (basic-save-buffer): Use (point-min) rather than 1.
7958 (basic-save-buffer-2): Obey the `setmodes' returned by backup-buffer.
7959
7960 * help-fns.el (describe-variable): Only use `buffer' is still live.
7961 Use `delete-region' instead of save-excursion + delete-char.
7962 Document the obsolescence of the variable, if applicable.
7963
7964 2002-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
7965
7966 * progmodes/f90.el (f90-do-auto-fill): Respect the value of
7967 comment-auto-fill-only-comments.
7968
7969 2002-06-21 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7970
7971 * net/ange-ftp.el (backup-buffer): Delete `ange-ftp' property.
7972 This is not a handled operation.
7973
7974 2002-06-21 Kim F. Storm <storm@cua.dk>
7975
7976 * emulation/cua-base.el (cua--prefix-arg): Make register prefixes
7977 work again. Corrected error in check for C-u initiated prefix.
7978
7979 * emulation/keypad.el (keypad-setup): Handle kp-begin like kp-space.
7980
7981 2002-06-21 Richard M. Stallman <rms@gnu.org>
7982
7983 * net/browse-url.el (browse-url-at-mouse): Don't pass an arg
7984 to browse-url-at-point.
7985
7986 * play/zone.el (zone-idle): Var deleted.
7987
7988 * international/iso-acc.el (iso-languages) <french>:
7989 `~ ' now generates `~', `~,' definition deleted.
7990
7991 * format.el (format-annotate-function): Copy multibyte flag
7992 and selective-display into the new temp buffer.
7993
7994 * edmacro.el (edmacro-fix-menu-commands):
7995 Discard `help-echo' events. Handle (menu-bar) events.
7996 Simplify by converting key sequence to a list and then back to vector.
7997
7998 2002-06-21 Stephen Gildea <gildea@stop.mail-abuse.org>
7999
8000 * mwheel.el: Allow arbitrary keys for scrolling, add a third
8001 scrolling speed, fix an unwind-protect.
8002 (mouse-wheel-scroll-amount): Now a three-element list.
8003 (mouse-wheel-scroll-down-slow, mouse-wheel-scroll-up-slow)
8004 (mouse-wheel-scroll-down-normal, mouse-wheel-scroll-up-normal)
8005 (mouse-wheel-scroll-down-fast, mouse-wheel-scroll-up-fast):
8006 New functions.
8007
8008 2002-06-21 Andreas Schwab <schwab@suse.de>
8009
8010 * files.el (find-file-read-args): Add new argument `mustmatch' and
8011 pass it down to read-file-name.
8012 (find-file, find-file-other-window, find-file-other-frame)
8013 (find-file-read-only, find-file-read-only-other-window)
8014 (find-file-read-only-other-frame): Use it and fix prompts.
8015
8016 2002-06-21 Stefan Monnier <monnier@cs.yale.edu>
8017
8018 * pcvs-defs.el (cvs-version): Use cvs-program rather than "cvs".
8019
8020 2002-06-20 Emmanuel Briot <briot@act-europe.fr>
8021
8022 * progmodes/ada-mode.el: Update copyright notice.
8023 Synchronize with GNAT release 3.15a1.
8024 Do not attempt to load ada-support, which is only for compatibility
8025 with older Emacs versions, and is not needed for Emacs 21.
8026 Fix various calls to count-lines, that didn't work correctly when the
8027 buffer was narrowed.
8028 (ada-continuation-indent): New variable.
8029 (ada-contextual-menu): New entry "List local references", faster than
8030 "List References".
8031 (ada-mode): New alignment rules provided by S. Leake.
8032 Add support for which-function-mode.
8033 (ada-get-current-indent): Fix indentation of named parameter lists and
8034 nested boolean expressions.
8035 (ada-indent-on-previous-lines): Fix indentation of labels.
8036 (ada-search-prev-end-stmt): Fix searching of the previous
8037 end-statement, specially with regards to nested subprograms.
8038 (comment-region advice): Initially disabled, for better compatibility
8039 with other modes.
8040 (ada-fill-comment-paragraph): Fixed (no longer worked with Emacs 21).
8041
8042 * progmodes/ada-xref.el: Update copyright notice.
8043 (ada-xref-create-ali): The default is now not to create automatically
8044 the ALI files by compiling the unit, since this isn't always reliable
8045 and requires an up-to-date project file.
8046 (ada-prj-default-comp-cmd): No longer use gcc directly to compile
8047 a file, but use gnatmake instead, since this gives access to the GNAT
8048 project files.
8049 (ada-xref-search-with-egrep): New variable, suggested by P. Waroquiers.
8050 (ada-load-project-hook): New variable, for support of GNAT
8051 project files.
8052 (ada-update-project-menu): Fix the detection of the project file name.
8053 (ada-add-keymap): Change key binding for ada-find-file, that conflicted
8054 with another binding in ada-mode.el.
8055 (ada-add-menu): New menu "List Local References", to list the reference
8056 to the entity only in the current file, instead of looking in the whole
8057 project. Much faster.
8058 (ada-find-references): New parameters arg and local-only.
8059 (ada-find-any-references): New parameters local-only and append.
8060 (ada-goto-declaration): Fix handling of predefined entities in xref.
8061 (ada-get-all-references): Updated to the new xref format in GNAT 3.15,
8062 still compatible with GNAT 3.14 of course. Fix various calls to
8063 count-lines, that didn't work correctly when the buffer was narrowed.
8064
8065 * progmodes/ada-prj.el: Update copyright.
8066 (ada-prj-load-directory): Make sure we do not use one of the new Emacs
8067 21 dialogs to select the file, since we want a directory name only.
8068 (ada-customize): Add support for the new GNAT project files.
8069
8070 2002-06-20 Francesco Potort\e,Al\e(B <pot@gnu.org>
8071
8072 * progmodes/etags.el (tag-implicit-name-match-p): New function.
8073 (etags-recognize-tags-table): Use it for implicit tag names.
8074
8075 2002-06-20 Miles Bader <miles@gnu.org>
8076
8077 * comint.el (comint-get-old-input-default): Strip text properties
8078 for fields too.
8079
8080 * comint.el (comint-output-filter): Run output-filter functions
8081 before setting up the prompt.
8082
8083 * international/characters.el: Re-enable code giving word syntax
8084 to certain japanese-jisx0208 characters.
8085
8086 2002-06-19 Glenn Morris <gmorris@ast.cam.ac.uk>
8087
8088 * progmodes/f90.el (f90-type-def-re): Fix value.
8089 (f90-looking-at-type-like): Adapt for new `f90-type-def-re' value.
8090
8091 2002-06-18 Stefan Monnier <monnier@cs.yale.edu>
8092
8093 * international/quail.el (quail-help): Don't assume the buffer
8094 is displayed in the same frame.
8095
8096 * emacs-lisp/debug.el (cancel-debug-on-entry):
8097 * emacs-lisp/regexp-opt.el (regexp-opt-group): Don't cons uselessly.
8098
8099 * pcvs.el (cvs-vc-command-advice): Handle the case where args
8100 are passed to `cvs' before the command name.
8101 (cvs-fileinfo-kill): Mark old FIs as up-to-date rather than dead.
8102
8103 * pcvs-info.el (cvs-add-face): Minor rewrite.
8104 (cvs-fileinfo-pp): Use `cvs-goal-column' with directory entries.
8105
8106 * newcomment.el (comment-normalize-vars): Refresh the comment-foo-skip
8107 regexp when they don't match comment-foo any more.
8108
8109 2002-06-18 Juanma Barranquero <lektu@terra.es>
8110
8111 * filesets.el (filesets-update-pre010505): Fix typo.
8112
8113 * eshell/em-pred.el (eshell-modifier-help-string): Fix typos.
8114
8115 * emulation/edt.el (edt-substitute): Fix typo.
8116
8117 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine): Fix typo.
8118
8119 * comint.el (comint-next-prompt, comint-previous-prompt): Fix typos.
8120
8121 * progmodes/sh-script.el (sh-electric-rparen-needed): Remove.
8122
8123 2002-06-17 Richard M. Stallman <rms@gnu.org>
8124
8125 * facemenu.el (facemenu-map): Rename to Describe Text
8126 to Describe Properties and use describe-text-properties.
8127
8128 * simple.el (what-cursor-position): Use describe-char.
8129
8130 * descr-text.el (describe-char): Moved from mule-diag.el, renamed
8131 from describe-char-after. Now calls describe-text-properties.
8132 (describe-property-list): Renamed from describe-text-properties.
8133 (describe-text-properties): Renamed from describe-text-at.
8134 New arg OUTPUT-BUFFER.
8135 (describe-text-properties-1):
8136 New subroutine, broken out from describe-text-properties.
8137 Output a newline before each section of the output.
8138
8139 * international/mule-diag.el (describe-char-after):
8140 Moved to descr-text.el.
8141
8142 2002-06-17 Eli Zaretskii <eliz@is.elta.co.il>
8143
8144 * international/mule.el (ctext-pre-write-conversion): Fix the values
8145 of FROM and TO if we create a new buffer.
8146
8147 2002-06-17 John Paul Wallington <jpw@shootybangbang.com>
8148
8149 * comint.el (comint-insert-clicked-input): Insert clicked-on
8150 previous input without properties.
8151
8152 2002-06-16 Andrew Choi <akochoi@shaw.ca>
8153
8154 * term/mac-win.el (scalable-fonts-allowed): Set to t.
8155
8156 2002-06-15 Colin Walters <walters@debian.org>
8157
8158 * pcvs-info.el (global-font-lock-mode, font-lock-auto-fontify):
8159 Delete defvars.
8160 (cvs-highlight): Delete.
8161 (cvs-add-face): Use `font-lock-face'. Always add properties.
8162
8163 * ibuffer.el (ibuffer-movement-cycle): New variable.
8164 (ibuffer-backward-line, ibuffer-forward-line): Use it.
8165
8166 2002-06-15 Richard M. Stallman <rms@gnu.org>
8167
8168 * emacs-lisp/bytecomp.el (byte-recompile-directory): Doc fix.
8169 (batch-byte-recompile-directory): Undo previous change.
8170
8171 * comint.el (comint-skip-input): New function.
8172 (comint-interrupt-subjob, comint-kill-subjob, comint-quit-subjob)
8173 (comint-stop-subjob): Use comint-skip-input.
8174
8175 * ielm.el (ielm-eval-input): Use error-message-string.
8176 (ielm-format-error, ielm-format-errors): Functions deleted.
8177
8178 2002-06-14 Kim F. Storm <storm@cua.dk>
8179
8180 * progmodes/compile.el (grep-tree): Doc fixes.
8181 Added SUBDIRS arg for non-interactive use.
8182
8183 2002-06-14 Juanma Barranquero <lektu@terra.es>
8184
8185 * comint.el (comint-snapshot-last-prompt):
8186 Bind `inhibit-read-only' to t to support read-only prompts.
8187 (comint-output-filter): Likewise.
8188
8189 2002-06-14 Miles Bader <miles@gnu.org>
8190
8191 * subr.el (copy-tree): Use `nconc' and `nreverse' instead of `nreconc'.
8192 (pop): Move the call to `car' outside the prog1, as the compiler
8193 then generates better code.
8194
8195 2002-06-13 Richard M. Stallman <rms@gnu.org>
8196
8197 * play/zone.el (zone-timer): New variable holds the idle timer.
8198 (zone): Don't fiddle with the idle timer at all.
8199 (zone-when-idle): Put the idle timer in zone-timer.
8200 If one is already set up, cancel it and make a new one.
8201 (zone-leave-me-alone): Likewise.
8202
8203 2002-06-13 Jason Rumney <jasonr@gnu.org>
8204
8205 * w32-fns.el (w32-charset-info-alist): Reorder.
8206
8207 2002-06-13 Andreas Schwab <schwab@suse.de>
8208
8209 * files.el (auto-mode-alist): Move entry for ".in" to the end.
8210
8211 2002-06-13 Miles Bader <miles@gnu.org>
8212
8213 * comint.el (comint-mode): Don't set `font-lock-defaults'.
8214 (comint-mode-hook): Turn on font-lock by default.
8215
8216 2002-06-12 Karl Fogel <kfogel@red-bean.com>
8217
8218 * bookmark.el (bookmark-file-or-variation-thereof):
8219 Restore vc-backend check, thanks to Robert Thorpe for noticing.
8220
8221 2002-06-12 Eli Zaretskii <eliz@is.elta.co.il>
8222
8223 * textmodes/bibtex.el: Change the maintainer to "none".
8224
8225 2002-06-12 Juanma Barranquero <lektu@terra>
8226
8227 * term/w32-win.el (x-handle-switch): Fix handling of
8228 x-invocation-args for switches with arguments.
8229
8230 2002-06-12 Stefan Monnier <monnier@cs.yale.edu>
8231
8232 * menu-bar.el (menu-bar-showhide-fringe-menu): Don't use `fringe-mode'
8233 without first making sure it's bound.
8234
8235 2002-06-12 Richard M. Stallman <rms@gnu.org>
8236
8237 * info.el (Info-fontify-node): Compute header line specially
8238 if node has no next, previous or up links.
8239 Hide the part of the first line that is used in the header.
8240 Use Info-next-link-keymap, etc.
8241 (Info-next-link-keymap, Info-prev-link-keymap)
8242 (Info-up-link-keymap): New variables.
8243
8244 * international/mule-diag.el (describe-char-after): Doc fix.
8245
8246 * view.el (view-mode-enter): Clarify echo area message.
8247
8248 * info.el (Info-select-node): Turn header line on or off here.
8249 (Info-setup-header-line): Function deleted.
8250 (Info-mode): Make Info-header-line local.
8251 (Info-fontify-node): Ignore Info-use-header-line.
8252 Unconditionally compute what the header line should be, and
8253 store it on the `header-line' property of the node's first char.
8254 Bind [header-line down-mouse-1].
8255 Use `keymap' property, not `local-map'.
8256 Bind [mouse-2] for mouse clicks on the node line in the text.
8257
8258 * font-lock.el (font-lock-beginning-of-syntax-function): Doc fix.
8259
8260 2002-06-12 Miles Bader <miles@gnu.org>
8261
8262 * comint.el (comint-send-input): Properly handle empty and
8263 no-newline input regions.
8264
8265 2002-06-12 Colin Walters <walters@gnu.org>
8266
8267 * calc/calc.el: Use `when', `unless'.
8268 (calc-trail-mode): Use an italic `font-lock-face'.
8269 (calc-refresh): Ditto.
8270
8271 2002-06-12 Colin Walters <walters@debian.org>
8272
8273 * font-core.el (font-lock-core-only): Variable deleted.
8274 All uses removed.
8275 (font-lock-set-defaults): Variable alist settings moved back into
8276 font-lock-set-defaults-1.
8277 (turn-on-font-lock-if-enabled): Always turn on font-lock unless it
8278 is specifically excluded by the user.
8279
8280 * font-lock.el (font-lock-set-defaults-1): Set variable alist here.
8281
8282 * help-mode.el (help-mode): Don't set `font-lock-defaults'.
8283
8284 * ibuffer.el (ibuffer-mode): Don't set `font-lock-defaults'.
8285
8286 * info.el (Info-mode): Don't set `font-lock-defaults'.
8287
8288 * replace.el (occur-mode): Don't set `font-lock-defaults'.
8289
8290 * help-mode.el (help-highlight-p, help-highlight-face):
8291 Variable was unused; delete.
8292 (help-make-xrefs): Doc fix.
8293
8294 2002-06-11 Richard M. Stallman <rms@gnu.org>
8295
8296 * format.el (format-alist): Document new element PRESERVE.
8297 (format-write-file): Implement PRESERVE elt for a format.
8298
8299 * files.el (make-auto-save-file-name): Rename local `filename' to
8300 `file-name'.
8301
8302 2002-06-10 Richard M. Stallman <rms@gnu.org>
8303
8304 * progmodes/ebrowse.el (ebrowse-draw-tree-fn): Use copy-sequence.
8305 (ebrowse-copy-list): Function deleted.
8306
8307 * eshell/em-unix.el (eshell/diff): Use copy-sequence.
8308
8309 * eshell/esh-mode.el (eshell-mode, eshell-mode): Use copy-sequence.
8310
8311 * eshell/esh-util.el (eshell-copy-list): Function deleted.
8312 (eshell-sublist): Use copy-sequence.
8313 (eshell-copy-tree): Make it an alias for copy-tree.
8314
8315 * emacs-lisp/cl.el (copy-list): Moved back from subr.el.
8316
8317 * subr.el (copy-list): Moved to cl.el.
8318 (copy-tree): Don't use copy-list or cl-pop.
8319
8320 2002-06-10 Miles Bader <miles@gnu.org>
8321
8322 Make comint use text properties for highlighting instead of overlays:
8323 * comint.el (comint-last-output-overlay): Variable removed.
8324 (comint-send-input, comint-output-filter): Use text properties
8325 instead of overlays.
8326 (comint-insert-clicked-input): Rewrite to work with text
8327 properties as well as overlays
8328 (comint-snapshot-last-prompt): Snapshot using text properties.
8329 (comint-get-old-input-default, comint-extract-string): Don't copy
8330 text properties.
8331
8332 * simple.el (line-move-finish): Inhibit field motion when
8333 computing `line-end'.
8334
8335 * files.el (revert-buffer): Correct typo: variable name is
8336 `buffer-file-format', not `buffer-file-formats'.
8337
8338 * comint.el (comint-send-input, comint-output-filter): Use the
8339 `font-lock-face' property instead of `face'. Don't check the
8340 highlight-enabling variables anymore.
8341 (comint-highlight-input, comint-highlight-prompt): Variables removed.
8342
8343 * faces.el (display-supports-face-attributes-p): New function.
8344 (face-spec-set-match-display): Support `supports' predicate.
8345 (italic): Try underlining for displays that don't support real italics.
8346 * cus-edit.el (custom-display): Add support for `supports' predicate.
8347 * term/tty-colors.el (color-name-rgb-alist): Use 16-bit RGB values
8348 instead of 8-bit, for consistency with the rest of emacs.
8349 (tty-color-canonicalize): Only copy COLOR if we need to change it.
8350 (tty-color-approximate): Scale values from `color-name-rgb-alist'
8351 appropriately. Return the whole color description, rather than
8352 just the RGB values.
8353 (tty-color-standard-values): New function. Code mostly taken from
8354 `tty-color-translate'.
8355 (tty-color-translate, tty-color-values): Use `tty-color-desc' to
8356 do all the work.
8357 (tty-color-desc): Do color lookup here instead of calling
8358 `tty-color-translate' and `tty-color-by-index'; this is now the
8359 main place to do it.
8360
8361 2002-06-09 Martin Stjernholm <bug-cc-mode@gnu.org>
8362
8363 * progmodes/cc-style.el (c-set-style, c-set-style-1):
8364 Add another state for the `dont-override' flag where it only keeps
8365 globally set variables.
8366
8367 2002-06-08 Colin Walters <walters@gnu.org>
8368
8369 * descr-text.el (describe-text-properties): Sort the output by the
8370 size of the values. Put `font-lock-face' property on property names.
8371 (toplevel): Provide `descr-text'.
8372
8373 * international/mule-diag.el (describe-char-after): When there are
8374 text properties, require `descr-text', and just call
8375 `describe-text-properties'.
8376
8377 * international/mule.el (sgml-html-meta-auto-coding-function):
8378 New function.
8379 (auto-coding-from-file-contents): Delete; merge functionality into
8380 `set-auto-coding'.
8381 (set-auto-coding): Move tests from `auto-coding-functions' so that
8382 they have a lower priority than coding: tags.
8383 Put `auto-coding-regexp-alist' tests before coding: tag tests.
8384 (sgml-xml-auto-coding-function): Simply `intern' the match, and
8385 test if it's a valid coding system.
8386 (auto-coding-functions): Add `sgml-html-meta-auto-coding-function'.
8387
8388 2002-06-08 Colin Walters <walters@verbum.org>
8389
8390 * subr.el (copy-list): Moved here from cl.el.
8391 (copy-tree): Renamed here from `cl-copy-tree' in cl-extra.el.
8392
8393 * emacs-lisp/cl-extra.el (cl-copy-tree): Moved to `copy-tree' in
8394 subr.el. Add a defalias with the old name.
8395
8396 * emacs-lisp/cl.el (copy-list): Moved to subr.el.
8397
8398 * replace.el (occur-mode): Don't set up categories. Do set
8399 `font-lock-defaults', and be sure to set `font-lock-core-only'.
8400 (occur-1): Pass `list-matching-lines-face' and
8401 `list-matching-lines-buffer-name-face'.
8402 (occur-engine): Use `font-lock-face' instead of categories.
8403
8404 * info.el (Info-mode): Don't set up categories. Do set
8405 `font-lock-defaults', and be sure to set `font-lock-core-only'.
8406 (Info-fontify-menu-headers): Use `font-lock-face' instead of
8407 categories.
8408 (Info-fontify-node): Ditto.
8409
8410 * ibuffer.el (ibuffer-category-alist): Delete.
8411 (ibuffer-get-category): Delete.
8412 (ibuffer-compile-make-eliding-form): Use `font-lock-face' instead
8413 of categories.
8414 (ibuffer-compile-format): Don't treat `name' category specially.
8415 (ibuffer-column name): Use `font-lock-face'.
8416 (filename-and-process): Ditto.
8417 (ibuffer-buffer-name-category): Renamed to
8418 `ibuffer-buffer-name-face'. Don't use categories.
8419 (ibuffer-update-title-and-summary): Use `font-lock-face'.
8420 (ibuffer-insert-filter-group): Ditto.
8421 (ibuffer-mode): Don't set up categories. Do set
8422 `font-lock-defaults', and be sure to set `font-lock-core-only'.
8423 (ibuffer-compile-format): Don't pass third argument
8424 to column functions.
8425 (filename-and-process): Ditto.
8426
8427 * ibuf-macs.el (define-ibuffer-column): Don't create a third
8428 argument for the generated function.
8429
8430 * font-core.el (font-lock-category-alist): Delete.
8431 (turn-on-font-lock-if-enabled): Don't use it.
8432 (font-lock-symbol-category-alist): Delete.
8433 (font-lock-default-function): Use new `char-property-alias-alist'
8434 to make `font-lock-face' an alias for `face' when font-lock mode
8435 is enabled.
8436 (font-lock-core-only): New variable.
8437 (font-lock-set-defaults): Use it.
8438
8439 2002-06-08 Richard M. Stallman <rms@gnu.org>
8440
8441 * files.el (find-file-noselect-1): Undo previous change.
8442
8443 * bookmark.el (bookmark-file-or-variation-thereof): Doc fix.
8444
8445 2002-06-07 Karl Fogel <kfogel@red-bean.com>
8446
8447 * bookmark.el (bookmark-file-or-variation-thereof): Just use
8448 Info-suffix-list, as suggested by Stefan Monnier.
8449
8450 2002-06-05 Eli Zaretskii <eliz@is.elta.co.il>
8451
8452 * select.el (xselect-convert-to-string): If VALUE is a string,
8453 return a cons of TYPE and the string.
8454
8455 2002-06-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
8456
8457 * language/cyrillic.el (cyrillic-alternativnyj-decode-table):
8458 Fix the table to contain correct characters.
8459
8460 2002-06-04 Richard M. Stallman <rms@gnu.org>
8461
8462 * simple.el: Don't require cl.
8463
8464 2002-06-03 Richard M. Stallman <rms@gnu.org>
8465
8466 * dired.el (dired-do-shell-command): Doc fix in autoload.
8467
8468 * info.el (Info-extract-pointer): Ignore Info-header-line.
8469
8470 * progmodes/cc-mode.el (c-postprocess-file-styles):
8471 Do nothing except in CC modes.
8472
8473 * international/mule-cmds.el (select-safe-coding-system):
8474 When computing auto-cs, narrow to FROM...TO.
8475 Put save-excursion outside save-restriction.
8476 New arg FILE; use that for set-auto-coding.
8477
8478 2002-06-01 Richard M. Stallman <rms@gnu.org>
8479
8480 * simple.el (choose-completion-string-functions): Doc fix.
8481 (choose-completion-string): Add doc string.
8482
8483 2002-06-01 Kim F. Storm <storm@cua.dk>
8484
8485 * simple.el: Reworked previous change.
8486 (choose-completion-string1): Merged back into choose-completion-string.
8487 (choose-completion-string): Run choose-completion-string-functions
8488 after checking for proper minibuffer window. Added mini-p arg to
8489 the hook functions. Insert choice if all hook functions return nil.
8490 (choose-completion-string-functions): Doc update.
8491
8492 2002-06-01 Sam Steingold <sds@gnu.org>
8493
8494 * files.el (auto-mode-alist): Strip trailing ".in" from the file
8495 name when deciding the mode (for config.h.in, Makefile.in etc).
8496
8497 2002-06-01 Thien-Thi Nguyen <ttn@gnu.org>
8498
8499 * progmodes/prolog.el (prolog-mode-syntax-table): Add flags to
8500 ?/ and ?* entries to support /* */ style comments.
8501 (prolog-font-lock-keywords): New var.
8502 (prolog-mode): Enable font-locking; set `font-lock-defaults'.
8503
8504 2002-06-01 Kim F. Storm <storm@cua.dk>
8505
8506 * simple.el (choose-completion-string-functions): New special hook.
8507 (choose-completion-string1): Renamed from choose-completion-string.
8508 (choose-completion-string): Run choose-completion-string-functions
8509 until success, and only call choose-completion-string1 if it fails.
8510
8511 2002-05-31 Stefan Monnier <monnier@cs.yale.edu>
8512
8513 * textmodes/ispell.el (autoloaded toplevel): Don't use
8514 ispell-library-directory without checking that it's bound.
8515
8516 2002-05-31 Kim F. Storm <storm@cua.dk>
8517
8518 * emulation/cua-base.el (cua--last-deleted-region-pos)
8519 (cua--last-deleted-region-text): New aux variables.
8520 (cua-delete-region): Set them.
8521 (cua-repeat-replace-region): Use them to find the replacement text.
8522
8523 2002-05-31 Juanma Barranquero <lektu@terra.es>
8524
8525 * emulation/viper-cmd.el (viper-smart-suffix-list, viper-ask-level):
8526 Fix typos.
8527
8528 2002-05-31 Kim F. Storm <storm@cua.dk>
8529
8530 * progmodes/compile.el (grep-tree-command, grep-tree-files-aliases)
8531 (grep-tree-ignore-CVS-directories, grep-tree-ignore-case):
8532 New custom variables.
8533 (grep-compute-defaults): Compute grep-tree-command's default value.
8534 (grep-expand-command-macros): New aux function.
8535 (grep-tree-last-regexp, grep-tree-last-files): New aux variables.
8536 (grep-tree): New command like grep-find but extended prompting.
8537
8538 2002-05-30 Richard M. Stallman <rms@gnu.org>
8539
8540 * files.el (find-file-default): Add defvar for var already used.
8541
8542 * menu-bar.el (menu-bar-showhide-fringe-menu): Use defvar.
8543
8544 * subr.el (open-network-stream, open-network-stream-nowait)
8545 (open-network-stream-server, process-kill-without-query):
8546 Moved from simple.el.
8547
8548 * simple.el (open-network-stream, open-network-stream-nowait)
8549 (open-network-stream-server, process-kill-without-query):
8550 Moved to subr.el.
8551
8552 * simple.el (byte-compiling-files-p): Function deleted.
8553
8554 * textmodes/ispell.el (ispell-library-directory): Renamed from
8555 ispell-library-path. If Ispell is not installed, init to nil.
8556 (check-ispell-version): Doc fix.
8557 (ispell-menu-map): Get rid of byte-compiling-files-p hackery;
8558 initialize this unconditionally when ispell-menu-map-needed is t.
8559 Local `path' renamed to `dir'.
8560
8561 2002-05-30 Miles Bader <miles@gnu.org>
8562
8563 * calc/calc.el (calc-show-banner): New variable.
8564 (calc-refresh): Only show banner if `calc-show-banner' is non-nil.
8565 (calc-mode-var-list): Add `calc-show-banner'.
8566 * calc/calc-ext.el (calc-init-extensions): Add binding for `d@'.
8567 (calc-toggle-banner): New function.
8568 * calc/calc-help.el (calc-d-prefix-help): Add `@'.
8569
8570 2002-05-29 Richard M. Stallman <rms@gnu.org>
8571
8572 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
8573 When recognizing a def... construct, make that indentation
8574 tentative, so that it can be overridden if the list in question
8575 is not actually an expression.
8576 (common-lisp-indent-call-method): New subroutine.
8577
8578 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
8579 Delete the output file if we get a file-error.
8580
8581 * tooltip.el (tooltip-mouse-motions-active): New variable.
8582 (tooltip-activate-mouse-motions): Don't kill track-mouse local
8583 if it was not made by us.
8584
8585 * mouse.el (mouse-set-font): Avoid misleading error message
8586 if user makes no selection.
8587
8588 * info.el (Info-setup-header-line): Don't hide the links line.
8589
8590 * files.el (find-file-noselect-1): Return the buffer we created
8591 even if it has been killed within `after-find-file'.
8592
8593 * files.el (auto-mode-alist): Use ada-mode for .ad[bs].dg files.
8594
8595 2002-05-29 Kim F. Storm <storm@cua.dk>
8596
8597 * simple.el (open-network-stream-server): Pass on optional args
8598 sentinel and filter to make-network-process (from Luke Gorrie).
8599
8600 2002-05-28 Colin Walters <walters@gnu.org>
8601
8602 * textmodes/sgml-mode.el (xml-mode): New alias for `sgml-mode'.
8603
8604 * emacs-lisp/bytecomp.el (byte-compile-last-line): Deleted.
8605 (byte-compile-delete-first): New function.
8606 (byte-compile-read-position): New variable.
8607 (byte-compile-last-position): New variable.
8608 (byte-compile-current-buffer): New variable.
8609 (byte-compile-log-1): Use it.
8610 (byte-compile-set-symbol-position): New function.
8611 (byte-compile-obsolete, byte-compile-callargs-warn)
8612 (byte-compile-arglist-warn, byte-compile-arglist-warn)
8613 (byte-compile-print-syms, byte-compile-file-form-defmumble)
8614 (byte-compile-check-lambda-list, byte-compile-lambda)
8615 (byte-compile-form, byte-compile-variable-ref)
8616 (byte-compile-subr-wrong-args, byte-compile-negation-optimizer)
8617 (byte-compile-condition-case, byte-compile-defun)
8618 (byte-compile-defvar, byte-compile-autoload)
8619 (byte-compile-lambda-form): Use it.
8620 (byte-compile-from-buffer): Set it, and bind
8621 `read-with-symbol-positions' and `read-symbol-positions-list'.
8622
8623 * emacs-lisp/bytecomp.el (byte-compile-debug): New variable.
8624
8625 2002-05-28 Kim F. Storm <storm@cua.dk>
8626
8627 * files.el (read-directory-name): New function.
8628 (cd): Use it instead of read-file-name.
8629
8630 2002-05-27 Kim F. Storm <storm@cua.dk>
8631
8632 * simple.el (push-mark-command): Added optional NOMSG arg.
8633
8634 * emulation/cua-base.el (cua-set-mark): Align pop to mark
8635 behaviour with standard set-mark-command.
8636 (cua--pre-command-handler): Use push-mark-command.
8637 (cua-repeat-replace-region): Improve functionality when
8638 repeated after moving point or changing buffer.
8639
8640 2002-05-26 Colin Walters <walters@verbum.org>
8641
8642 * startup.el (command-line): Use `when', `unless'.
8643 (command-line-1): New argument "--nosplash". Handle it.
8644
8645 * startup.el (inhibit-splash-screen): New variable alias for
8646 `inhibit-startup-message'.
8647
8648 * replace.el (perform-replace): Document return value. Use `pop'.
8649
8650 2002-05-26 Glenn Morris <gmorris@ast.cam.ac.uk>
8651
8652 * progmodes/f90.el (f90-previous-block, f90-next-block): New names,
8653 and slightly changed behaviour, for `f90-previous-block-start' and
8654 `f90-next-block-end'.
8655 (f90-beginning-of-subprogram, f90-end-of-subprogram): Simplify.
8656
8657 2002-05-26 Simon Josefsson <jas@extundo.com>
8658
8659 * fringe.el (set-fringe-mode): Work when updating
8660 `default-frame-alist'.
8661
8662 2002-05-26 Kim F. Storm <storm@cua.dk>
8663
8664 * emulation/cua-base.el (cua--repeat-replace-text): New variable.
8665 (cua-repeat-replace-region): New command.
8666 (cua--init-keymaps): Bind it to M-v in cua--cua-keys-keymap.
8667 Misc improvements to the commentary.
8668
8669 2002-05-26 Simon Josefsson <jas@extundo.com>
8670
8671 * fringe.el (fringe-query-style): New fringe style "minimal".
8672
8673 2002-05-24 Simon Josefsson <jas@extundo.com>
8674
8675 * rot13.el (rot13-translate-table): New variable.
8676 (rot13, rot13-string, rot13-region): New functions.
8677
8678 2002-05-25 Martin Stjernholm <bug-cc-mode@gnu.org>
8679
8680 * progmodes/cc-engine.el (c-add-stmt-syntax): Fixed some cases
8681 of wrong anchoring, e.g. for else-if compounds.
8682
8683 2002-05-25 Miles Bader <miles@gnu.org>
8684
8685 * menu-bar.el (menu-bar-showhide-fringe-menu-customize-left)
8686 (menu-bar-showhide-fringe-menu-customize-right)
8687 (menu-bar-showhide-fringe-menu-customize-disable):
8688 Use proper calling convention for `customize-set-value'.
8689 Require `fringe' before setting variable.
8690
8691 2002-05-25 Kim F. Storm <storm@cua.dk>
8692
8693 * emulation/cua-base.el (cua--self-insert-char-p): New function.
8694
8695 * emulation/cua-gmrk.el (cua--init-global-mark): Install default
8696 binding in cua--global-mark-keymap using cua--self-insert-char-p
8697 to handle all global self inserting characters in gmark mode.
8698
8699 * emulation/cua-rect.el (cua--init-rectangles): Install default
8700 binding in cua--rectangle-keymap using cua--self-insert-char-p
8701 to handle all global self inserting characters in rectangle mode.
8702
8703 2002-05-24 Stefan Monnier <monnier@cs.yale.edu>
8704
8705 * net/ange-ftp.el (read-file-name-internal): Remove the
8706 `ange-ftp' property.
8707 (ange-ftp-real-read-file-name-internal): Remove.
8708
8709 2002-05-24 Glenn Morris <gmorris@ast.cam.ac.uk>
8710
8711 * progmodes/f90.el: (f90-end-of-subprogram): Remove the final
8712 `forward-line'.
8713 (f90-end-of-block, f90-beginning-of-block, f90-next-block-end)
8714 (f90-previous-block-start): New navigation commands.
8715
8716 2002-05-20 Simon Josefsson <jas@extundo.com>
8717
8718 * fringe.el: New file.
8719
8720 * menu-bar.el (menu-bar-options-save): Add fringe-mode.
8721 (menu-bar-showhide-fringe-menu): New menu.
8722 (menu-bar-showhide-menu): Add Fringe sub-menu.
8723
8724 2002-05-23 Colin Walters <walters@verbum.org>
8725
8726 * replace.el (occur-engine): Include all text properties except
8727 mouse-face on the newline at the end of occurences.
8728
8729 2002-05-23 Kim F. Storm <storm@cua.dk>
8730
8731 * apropos.el (apropos-true-hit, apropos-false-hit-symbol)
8732 (apropos-false-hit-str, apropos-true-hit-doc): New functions.
8733 (apropos-command, apropos-value, apropos-documentation-internal)
8734 (apropos-documentation-check-doc-file)
8735 (apropos-documentation-check-elc-file): Use them to filter out
8736 false matches where only one keyword matches, but more than once.
8737
8738 * apropos.el (apropos-show-scores, apropos-orig-regexp)
8739 (apropos-all-regexp, apropos-synonyms, apropos-words)
8740 (apropos-all-words): New variables.
8741 (aprpos-words-to-regexp, apropos-rewrite-regexp)
8742 (apropos-calc-scores, apropos-score-str, apropos-score-doc)
8743 (apropos-score-symbol): New functions.
8744 (apropos-command, apropos, apropos-value, apropos-documentation):
8745 Allow keywords in addition to regexp. Added scoring.
8746 (apropos-documentation-check-doc-file)
8747 (apropos-documentation-check-elc-file): Added scoring.
8748 (apropos-print): Sort according to score.
8749
8750 2002-05-22 Colin Walters <walters@cis.ohio-state.edu>
8751
8752 * info.el (Info-mode-hook): Change `font-lock-mode' to
8753 `turn-on-font-lock'.
8754
8755 * font-core.el (font-lock-function): New variable.
8756 (font-lock-default-function): New function, created from
8757 `font-lock-mode'.
8758 (font-lock-mode): Just funcall `font-lock-function'.
8759 (font-lock-symbol-category-alist): New variable.
8760
8761 2002-05-22 Markus Rost <rost@math.ohio-state.edu>
8762
8763 * files.el (file-newest-backup): Use file-name-sans-versions.
8764
8765 * diff.el (diff-latest-backup-file): Replace the main code by
8766 a call of file-newest-backup.
8767
8768 2002-05-22 Mike Williams <mdub@bigfoot.com>
8769
8770 * textmodes/sgml-mode.el (sgml-guess-indent): Look further into
8771 the buffer.
8772
8773 2002-05-21 Stefan Monnier <monnier@cs.yale.edu>
8774
8775 * net/ange-ftp.el (ange-ftp-allow-child-lookup): Re-enable since
8776 the last patch works around the wu-ftpd misfeature that prompted
8777 the disabling of this optimization.
8778
8779 2002-05-21 Colin Walters <walters@gnu.org>
8780
8781 * international/mule.el (make-coding-system): Doc fixes.
8782
8783 * international/mule.el (auto-coding-functions): New variable.
8784 (auto-coding-from-file-contents): Use it.
8785 (set-auto-coding): Update docs.
8786 (sgml-xml-auto-coding-function): New function.
8787
8788 * international/mule-util.el (truncate-string-to-width):
8789 New optional argument `ellipsis'. Add commented-out test suite, and
8790 change coding to iso-2022-7bit.
8791
8792 2002-05-21 Colin Walters <walters@verbum.org>
8793
8794 * font-lock.el (font-lock-defaults, font-lock-defaults-alist)
8795 (font-lock-multiline, font-lock-fontified, font-lock-mode)
8796 (turn-on-font-lock, font-lock-add-keywords, global-font-lock-mode)
8797 (font-lock-global-modes): Moved to font-core.el.
8798 (font-lock-set-defaults-1): Partially moved to font-core.el.
8799
8800 * font-core.el: New file, with functions taken from font-lock.el.
8801 (font-lock-category-alist): New variable.
8802 (font-lock-mode): Use it.
8803 (font-lock-set-defaults): Partially taken from font-lock.el.
8804 Only load font-lock.el when necessary.
8805
8806 * loadup.el: Add font-core.el.
8807
8808 * replace.el (occur-mode-hook): New variable.
8809 (occur-fontify-region-function): Deleted.
8810 (occur-mode): Don't use it. Set up `font-lock-category-alist'
8811 instead.
8812 (occur-fontify-on-property): Deleted.
8813 (occur-engine): Use categories from `font-lock-category-alist'.
8814
8815 * info.el (Info-fontify): Deleted.
8816 (Info-select-node): Don't use it.
8817 (Info-mode-hook): New variable.
8818 (Info-mode): Set up categories.
8819 (Info-fontify-menu-headers, Info-fontify-node): Use categories.
8820
8821 * ibuffer.el (ibuffer-formats): Update docs.
8822 (ibuffer-category-alist): New variable.
8823 (ibuffer-get-category): New function.
8824 (ibuffer-compile-make-eliding-form): Use category property instead
8825 of face.
8826 (ibuffer-compile-format): Pass current ibuffer buffer to column
8827 functions too.
8828 (ibuffer-buffer-name-category): New function.
8829 (ibuffer-compile-format): If the current column is a `name'
8830 column, figure out the appropriate category to put on it.
8831 (filename-and-process): Use category property.
8832 (ibuffer-fontify-region-function): Deleted.
8833 (ibuffer-unfontify-region-function): Deleted.
8834 (ibuffer-update-title-and-summary): Use category properties.
8835 (ibuffer-insert-filter-group): Ditto.
8836 (ibuffer-mode): Set up category properties.
8837
8838 2002-05-21 Colin Walters <walters@debian.org>
8839
8840 * replace.el (occur-engine): Increment globalcount all at once
8841 after searching a buffer.
8842 (occur-mode-map): Don't escape plain "o".
8843
8844 * ibuf-macs.el (define-ibuffer-column): Add third argument
8845 `ibuffer-buf'.
8846
8847 * ibuffer.el (toplevel): Require font-lock, to get the face
8848 definitions.
8849 (ibuffer-use-fontification): Deleted.
8850 (column filename-and-process): New column.
8851 (ibuffer-formats): Use it by default.
8852 (ibuffer-name-map, ibuffer-mode-name-map)
8853 (ibuffer-filter-group-map): Don't set parent to `ibuffer-mode-map'.
8854 (ibuffer-do-save, ibuffer-do-toggle-modified)
8855 (ibuffer-do-toggle-read-only, ibuffer-do-delete)
8856 (ibuffer-do-kill-on-deletion-marks): Include name in definition.
8857 (ibuffer): New optional argument `formats'.
8858
8859 2002-05-21 Eli Zaretskii <eliz@is.elta.co.il>
8860
8861 * indent.el (indent-rigidly): Mention how to remove all indentation.
8862
8863 2002-05-21 Colin Walters <walters@gnu.org>
8864
8865 * international/mule-diag.el (describe-char-after): Order display
8866 of text properties by the size of their value, for clarity.
8867
8868 2002-05-20 Stefan Monnier <monnier@cs.yale.edu>
8869
8870 * net/ange-ftp.el (ange-ftp-generate-root-prefixes)
8871 (ange-ftp-file-name-completion): Don't cons unnecessarily.
8872 (ange-ftp-send-cmd): Always `cd' before doing `ls'.
8873
8874 * wid-edit.el (widget-color-complete):
8875 * progmodes/etags.el (tags-complete-tags-table-file):
8876 * progmodes/cpp.el (cpp-choose-symbol): Don't cons unnecessarily.
8877
8878 * textmodes/outline.el (outline-reveal-toggle-invisible):
8879 Reverse the meaning of the second arg.
8880
8881 * reveal.el (reveal-post-command): Reverse the semantics of
8882 reveal-toggle-invisible and support isearch-open-invisible-temporary.
8883
8884 2002-05-20 Markus Rost <rost@math.ohio-state.edu>
8885
8886 * mail/sendmail.el (mail-recover-1): Remove (debug).
8887 (mail-signature): Fix :type.
8888 (mail-default-directory): New user option.
8889 (mail, mail-recover): Use that option.
8890
8891 2002-05-20 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8892
8893 * international/mule.el (auto-coding-alist): Use emacs-mule
8894 for auto-save files.
8895
8896 2002-05-20 Miles Bader <miles@gnu.org>
8897
8898 * files.el (find-file-read-args): Don't trash existing value of
8899 `minibuffer-setup-hook', just add our hook to it.
8900
8901 2002-05-19 Markus Rost <rost@math.ohio-state.edu>
8902
8903 * international/ucs-tables.el (unify-8859-on-encoding-mode)
8904 (unify-8859-on-decoding-mode): Change :version attributes to strings.
8905
8906 * simple.el (yank-excluded-properties): Change :version attribute
8907 to a string.
8908
8909 * dired.el (dired-view-command-alist): Change :version attribute
8910 to a string.
8911
8912 * xscheme.el (xscheme-start-hook): Change :version attribute to a
8913 string.
8914
8915 * find-dired.el (find-dired): Implement revert-buffer-function.
8916
8917 * mail/emacsbug.el (report-emacs-bug-hook): Do another save-excursion.
8918
8919 2002-05-19 Glenn Morris <gmorris@ast.cam.ac.uk>
8920
8921 * progmodes/f90.el (f90-match-end, f90-break-line): Simplify a bit.
8922 (f90-get-present-comment-type): Fix earlier change.
8923 (f90-comment-indent): Doc fix.
8924 (f90-equal-symbols, f90-looking-at-do, f90-looking-at-select-case)
8925 (f90-looking-at-if-then): Remove lets.
8926 (f90-looking-at-where-or-forall): Handle if split over lines.
8927 (f90-change-keywords): Doc fix.
8928
8929 2002-05-19 Richard M. Stallman <rms@gnu.org>
8930
8931 * indent.el (indent-region): Make COLUMN arg optional.
8932
8933 * files.el (find-file-read-args): New function.
8934 (find-file, find-file-other-window, find-file-other-frame)
8935 (find-file-read-only, find-file-read-only-other-window)
8936 (find-file-read-only-other-frame): Use it.
8937
8938 * custom.el (custom-load-symbol): Verify that LOADED is a string.
8939
8940 * arc-mode.el (archive-zip-use-pkzip): Variable deleted.
8941 (archive-zip-extract, archive-zip-expunge, archive-zip-update)
8942 (archive-zip-update-case): Use locate-file to decide whether
8943 to use pkzip.
8944 (archive-zip-extract): Test for pkzip in value of archive-zip-extract.
8945
8946 * files.el (locate-file): Doc fix.
8947
8948 2002-05-19 John Paul Wallington <jpw@shootybangbang.com>
8949
8950 * mail/rmail.el (rmail-show-message-hook): Offer `goto-address'
8951 as an option.
8952
8953 2002-05-18 Stefan Monnier <monnier@cs.yale.edu>
8954
8955 * uniquify.el (uniquify-rationalize-file-buffer-names):
8956 Always strip the trailing / even if the file is not a directory.
8957
8958 2002-05-18 Glenn Morris <gmorris@ast.cam.ac.uk>
8959
8960 * progmodes/f90.el (f90-mode-syntax-table, f90-mode-map): Do the
8961 initialization in the defvar.
8962 (f90-font-lock-on, f90-font-lock-off): Add 'menu-alias property.
8963 (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3)
8964 (f90-font-lock-4): Move the doc strings.
8965 (f90-menu-bar-menu): New internal variable to hold the top-level menu.
8966 (f90-change-case-menu, f90-font-lock-menu): Minor code changes.
8967 (f90-mode-abbrev-table): Initialize in the defvar, with
8968 define-abbrev-table.
8969
8970 2002-05-18 Eli Zaretskii <eliz@is.elta.co.il>
8971
8972 * tar-mode.el (tar-octal-time): Fix last change.
8973
8974 2002-05-18 Markus Rost <rost@math.ohio-state.edu>
8975
8976 * mail/emacsbug.el (report-emacs-bug-text-prompt): New variable.
8977 (report-emacs-bug): Store the prompt in
8978 `report-emacs-bug-text-prompt'. Move Configuration/Important
8979 settings information after the user's report.
8980 (report-emacs-bug-hook): Unclutter by deleting the content of
8981 `report-emacs-bug-text-prompt'.
8982
8983 2002-05-17 Thomas Morgan <tlm@pocketmail.com>
8984
8985 * forms.el (forms-jump-record, forms-insert-record)
8986 (forms-delete-record): Calculate lines from the beginning of the
8987 accessible portion rather than from the beginning of the buffer.
8988
8989 2002-05-16 Eli Zaretskii <eliz@is.elta.co.il>
8990
8991 * ps-mule.el (eval-and-compile): Add a trivial replacement for a
8992 possibly missing encode-char.
8993 (ps-mule-font-info-database-bdf): Add associations for Unicode
8994 fonts. Doc fix.
8995 (ps-mule-font-info-database-ps-bdf): Doc fix.
8996 (ps-mule-encode-ucs2): New function for encoding Unicode characters.
8997
8998 * tar-mode.el (tar-octal-time): Fix the last argument of logior.
8999
9000 2002-05-16 Stefan Monnier <monnier@cs.yale.edu>
9001
9002 * emacs-lisp/find-func.el (find-function-search-for-symbol):
9003 Find funs defined with defun-cvs-mode.
9004 (find-function-space-re): New const. Skips comments as well.
9005 (find-function-regexp, find-variable-regexp): Use it.
9006
9007 * pcvs.el (cvs-cmd-do): Accept non-CVS dirs with CVS-ctrl'd subdirs.
9008 (cvs-mode-add-change-log-entry-other-window): Work on multiple files.
9009 (cvs-mode-set-flags): Don't cons unnecessarily.
9010
9011 2002-05-16 Colin Walters <walters@debian.org>
9012
9013 * menu-bar.el (menu-bar-tools-menu) <calculator>: Renamed to
9014 "Simple Calculator".
9015 (menu-bar-tools-menu) <calc>: New.
9016
9017 2002-05-16 Juanma Barranquero <lektu@terra.es>
9018
9019 * progmodes/hideshow.el (hs-adjust-block-beginning): Fix typo.
9020
9021 * filesets.el (filesets-ormap): Fix typo.
9022
9023 * faces.el (describe-face): Fix typo.
9024
9025 2002-05-15 Stefan Monnier <monnier@cs.yale.edu>
9026
9027 * emacs-lisp/easymenu.el (easy-menu-make-symbol):
9028 Don't treat (lambda () ...) as an expression.
9029
9030 2002-05-15 John Paul Wallington <jpw@shootybangbang.com>
9031
9032 * replace.el (occur-read-primary-args): Handle a bare 'C-u' correctly.
9033
9034 2002-05-15 Eli Zaretskii <eliz@is.elta.co.il>
9035
9036 * emacs-lisp/easymenu.el (easy-menu-add): Doc fix.
9037
9038 2002-05-14 Glenn Morris <gmorris@ast.cam.ac.uk>
9039
9040 * progmodes/fortran.el (fortran-directive-re): New name for
9041 fortran-preprocessor-re. All usage updated.
9042 (fortran-calculate-indent): Give directives zero indentation.
9043
9044 2002-05-14 Jason Rumney <jasonr@gnu.org>
9045
9046 * emacs-lisp/easymenu.el (easy-menu-name-match): Match both
9047 displayed text and internal name as string.
9048
9049 2002-05-14 Kim F. Storm <storm@cua.dk>
9050
9051 * emulation/cua-rect.el (cua--rectangle-operation):
9052 Don't highlight empty lines in rectangles.
9053
9054 * emulation/keypad.el: Improved commentary.
9055 (keypad-setup, keypad-shifted-setup): Added choice to setup
9056 Numeric keypad with decimal key; value is selected character.
9057 (keypad-decimal-key, keypad-shifted-decimal-key): Removed options.
9058 (keypad-numlock-setup, keypad-numlock-shifted-setup): New options.
9059 (keypad-setup): Arg list changed to support the new options.
9060
9061 2002-05-14 Richard M. Stallman <rms@gnu.org>
9062
9063 * dabbrev.el (dabbrev-case-distinction): New option.
9064 (dabbrev--try-find): Handle dabbrev-case-distinction.
9065 (dabbrev--search): Clean up the code.
9066 (dabbrev-upcase-means-case-search): Doc fix.
9067 (dabbrev-case-replace): Fix custom tags and docs.
9068
9069 2002-05-14 Jochen K\e,A|\e(Bpper <jochen@jochen-kuepper.de>
9070
9071 * calc/calc-units.el (math-standard-units): Update from CODATA.
9072
9073 2002-05-14 Stefan Monnier <monnier@cs.yale.edu>
9074
9075 * skeleton.el (skeleton-transformation): Default to `identity'.
9076 (skeleton-insert): Use `move-after' markers and `insert' rather
9077 than rely on insert-before-markers.
9078 (skeleton-internal-1): Handle `> \n' specially so that the newline
9079 is inserted before the first line is indented.
9080
9081 2002-05-14 Mike Williams <mdub@bigfoot.com>
9082
9083 * textmodes/sgml-mode.el (sgml-tag):
9084 Default skeleton-transformation to `identity'.
9085
9086 2002-05-14 Francesco Potort\e,Al\e(B <pot@gnu.org>
9087
9088 * shell.el (shell-mode): Make second part of initialisation
9089 depend on whether comint-input-ring is empty, rather than depend
9090 on it being nil.
9091
9092 2002-05-14 Richard M. Stallman <rms@gnu.org>
9093
9094 * files.el (make-auto-save-file-name):
9095 Delete the auto-save file after make-temp-file creates it.
9096
9097 2002-05-13 Kim F. Storm <storm@cua.dk>
9098
9099 * emulation/cua-base.el (cua-enable-cursor-indications): Default off.
9100 (cua-mode): Print Enabled/Disabled messages if interactive.
9101 Disable delete-selection-mode and pc-selection-mode when cua-mode
9102 is enabled; reenable if cua-mode is turned off.
9103 Remember setting of transient-mark-mode when cua-mode is enabled;
9104 restore if cua-mode is disabled.
9105
9106 2002-05-13 Richard M. Stallman <rms@gnu.org>
9107
9108 * mail/emacsbug.el (report-emacs-bug): Change the "English please" msg.
9109
9110 2002-05-13 Colin Walters <walters@gnu.org>
9111
9112 * ibuf-ext.el (ibuffer-format-filter-group-data): New function.
9113
9114 * ibuffer.el (ibuffer-insert-filter-group): New argument filter-string.
9115 (ibuffer-redisplay-engine): Handle it.
9116
9117 * add-log.el (add-log-mailing-address): Can be a list, too.
9118 (add-change-log-entry): If `add-log-mailing-address' is a list,
9119 then handle it.
9120
9121 2002-05-12 Colin Walters <walters@debian.org>
9122
9123 * replace.el (occur-1): New optional argument `buf-name'.
9124 (occur-revert-function): Use it.
9125
9126 (occur-1): Handle plurals.
9127
9128 (occur-engine): If there are no more matches, then finish
9129 searching the current buffer.
9130
9131 2002-05-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
9132
9133 * net/ange-ftp.el (ange-ftp-try-passive-mode)
9134 (ange-ftp-passive-host-alist): Change :version attributes to be
9135 strings.
9136
9137 2002-05-12 Markus Rost <rost@math.ohio-state.edu>
9138
9139 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Define it with
9140 define-minor-mode.
9141
9142 * emacs-lisp/find-func.el (find-function-search-for-symbol):
9143 Handle more whitespace/newline combinations in symbol definitions.
9144
9145 2002-05-12 Eli Zaretskii <eliz@is.elta.co.il>
9146
9147 * w32-vars.el (w32)
9148 * vc-cvs.el (vc-cvs-global-switches)
9149 (vc-cvs-sticky-date-format-string, vc-cvs-sticky-tag-display)
9150 * textmodes/sgml-mode.el (sgml-xml-mode)
9151 * ruler-mode.el (ruler-mode)
9152 * replace.el (query-replace-skip-read-only)
9153 * progmodes/fortran.el (fortran-preprocessor-re)
9154 * net/ange-ftp.el (ange-ftp-passive-host-alist)
9155 * mail/sendmail.el (mail-use-dsn)
9156 * faces.el (mode-line-inactive, minibuffer-prompt)
9157 * add-log.el (add-log-always-start-new-record): Change all
9158 post-21.1 :version attributes to 21.4.
9159
9160 2002-05-12 Richard M. Stallman <rms@gnu.org>
9161
9162 * mail/smtpmail.el (smtpmail-mail-address): New variable.
9163 (smtpmail-send-it): Bind and use that instead of `mail-address'.
9164 (smtpmail-via-smtp): Likewise.
9165
9166 * ansi-color.el (ansi-color-get-face): Avoid add-to-list on local var.
9167 (ansi-color-apply-sequence): Avoid duplicates in combined face list.
9168
9169 * dired-aux.el (dired-show-file-type): Use -- to say FILE's not option.
9170
9171 * subr.el (functionp): Catch errors in indirect-function.
9172
9173 2002-05-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
9174
9175 * net/ldap.el (ldap-search-internal): Unfold folded lines before
9176 parsing.
9177
9178 * cus-edit.el (customize-set-value): Rename `var' to `variable'
9179 and `val' to `value'.
9180 (customize-save-variable): Rename `var' to `'variable.
9181
9182 2002-05-12 Glenn Morris <gmorris@ast.cam.ac.uk>
9183
9184 * progmodes/fortran.el (fortran-preprocessor-re): New variable.
9185 Use it for font-locking and indentation.
9186 (fortran-previous-statement, fortran-next-statement): Make them
9187 skip over preprocessor lines.
9188 (fortran-calculate-indent): Use fortran-preprocessor-re.
9189
9190 2002-05-10 Kim F. Storm <storm@cua.dk>
9191
9192 * emulation/cua-base.el (cua-enable-cua-keys)
9193 (cua-enable-register-prefix): Added value for `other' choice.
9194
9195 2002-05-10 Eli Zaretskii <eliz@is.elta.co.il>
9196
9197 * menu-bar.el (menu-bar-showhide-scroll-bar-menu)
9198 (menu-bar-showhide-menu): Use display-graphic-p, not window-system.
9199 (menu-bar-showhide-menu) <showhide-menu-bar, showhide-tool-bar>:
9200 Run a named function.
9201 (showhide-menu-bar, showhide-toolbar): Invoke customize-mark-as-set.
9202 (menu-bar-showhide-menu) <column-number-mode, line-number-mode>:
9203 Fix help text.
9204
9205 2002-05-10 Kim F. Storm <storm@cua.dk>
9206
9207 * emulation/cua-base.el (cua-mode): Misc. changes to use
9208 emulation-mode-map-alists instead of minor-mode-map-alist.
9209
9210 2002-05-09 Richard M. Stallman <rms@gnu.org>
9211
9212 * mail/rmail.el (rmail-show-message):
9213 Catch error in check-coding-system.
9214
9215 * progmodes/compile.el (compilation-error-regexp-alist):
9216 New element to recognize Python error messages.
9217
9218 * shell.el (shell-replace-by-expanded-directory):
9219 If there's already a / at the end, don't add one.
9220
9221 2002-05-09 Colin Walters <walters@verbum.org>
9222
9223 * ibuffer.el (ibuffer-mode-map): Add :enable guards for
9224 `ibuffer-filter-disable', `ibuffer-pop-filter',
9225 `ibuffer-or-filter', `ibuffer-negate-filter',
9226 `ibuffer-decompose-filter', `ibuffer-save-filters',
9227 `ibuffer-switch-to-saved-filters', `ibuffer-delete-saved-filters',
9228 `ibuffer-save-filter-groups',
9229 `ibuffer-switch-to-saved-filter-groups',
9230 `ibuffer-delete-saved-filter-groups'.
9231
9232 * ibuf-ext.el (ibuffer-do-occur): Default to 0 context lines.
9233
9234 2002-05-09 Markus Rost <rost@math.ohio-state.edu>
9235
9236 * woman.el (woman-menu): Move symbol before the comment so that
9237 find-function-search-for-symbol finds it.
9238
9239 2002-05-10 Miles Bader <miles@gnu.org>
9240
9241 * facemenu.el (list-colors-display): Don't use
9242 `display-color-cells' unless the display class is one for which
9243 that info is relevant.
9244
9245 2002-05-09 Simon Josefsson <jas@extundo.com>
9246
9247 * mail/smtpmail.el (smtpmail-send-it): Use user-mail-address from
9248 calling buffer.
9249 (smtpmail-auth-credentials): Bump :version to 21.4 (21.3 will not
9250 have the patch).
9251
9252 2002-05-09 Kim F. Storm <storm@cua.dk>
9253
9254 * wid-edit.el (checkbox): New check-mark image.
9255
9256 2002-05-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
9257
9258 * filesets.el (filesets-running-xemacs): Fix last change.
9259
9260 2002-05-08 Markus Rost <rost@math.ohio-state.edu>
9261
9262 * help-fns.el (describe-function-1): If the source is
9263 `loaddefs.el', look for the real source. This is necessary only
9264 for defaliases.
9265
9266 * emacs-lisp/find-func.el (find-function-search-for-symbol):
9267 Add autoload cookie.
9268 (find-function-regexp): Include
9269 "\(quote " to match the defaliases in loaddefs.el.
9270
9271 * filesets.el (filesets-conditional-sort): Use copy-sequence,
9272 not copy-list.
9273 (filesets-menu-path, filesets-menu-before, filesets-menu-in-menu):
9274 Defvar them to nil if running in Emacs.
9275
9276 2002-05-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
9277
9278 * textmodes/flyspell.el (make-flyspell-overlay): Add help text
9279 to flyspell overlays.
9280
9281 * info.el (Info-mode-map): Bind `c' to Info-copy-current-node-name.
9282
9283 2002-05-08 Richard M. Stallman <rms@gnu.org>
9284
9285 * diff.el (diff-regexp-alist): Doc fix.
9286
9287 * mail/smtpmail.el (netrc-machine, netrc-get): Add autoloads.
9288
9289 2002-05-08 Simon Marshall <simon@gnu.org>
9290
9291 * msb.el (msb-menu-bar-update-buffers): Fixed frame menu to use
9292 the frame name as the car of a menu entry, rather than the frame.
9293
9294 2002-05-08 Juanma Barranquero <lektu@terra.es>
9295
9296 * rfn-eshadow.el (read-file-name-electric-shadow-mode): Fix typos
9297 in docstring.
9298
9299 2002-05-07 Colin Walters <walters@verbum.org>
9300
9301 * replace.el (occur-unfontify-region-function): Delete.
9302 (occur-mode): Don't use it.
9303 (occur-engine): Respect `keep-props'.
9304 (occur-accumulate-lines): If we're moving forward, decrement;
9305 don't increment, and vice versa.
9306
9307 2002-05-08 Toru Tomabechi <Toru.Tomabechi@orient.unil.ch>
9308
9309 * language/tibet-util.el (tibetan-canonicalize-for-unicode-alist)
9310 (tibetan-canonicalize-for-unicode-regexp): New variables.
9311 (tibetan-canonicalize-for-unicode-region): New function.
9312 (tibetan-strict-unicode): New variable.
9313 (tibetan-pre-write-canonicalize-for-unicode): New function.
9314
9315 2002-05-07 Markus Rost <rost@math.ohio-state.edu>
9316
9317 * net/ange-ftp.el (ange-ftp-re-read-dir): Don't hide it behind
9318 the autoload-cookie. Remove comment.
9319
9320 * ffap.el (ffap): Don't hide it behind the autoload-cookie.
9321
9322 * rect.el (close-rectangle): Don't hide it behind the
9323 autoload-cookie.
9324
9325 2002-05-07 Juanma Barranquero <lektu@terra.es>
9326
9327 * windmove.el (windmove-default-keybindings): Add optional
9328 parameter to allow using a modifier other than 'shift.
9329
9330 2002-05-07 Thomas Link <t.link@gmx.at>
9331
9332 * filesets.el:
9333 (filesets-external-viewers): Fix customization problem.
9334 (filesets-some): Replaces cl's `some'. Calls changed.
9335 (filesets-member): Replaces cl's `member*'. Calls changed.
9336 (filesets-ormap): New function.
9337
9338 2002-05-07 John Paul Wallington <jpw@shootybangbang.com>
9339
9340 * ibuffer.el (toplevel): Specialize `ibuffer-mode-groups-popup'
9341 menu items.
9342
9343 2002-05-07 Colin Walters <walters@gnu.org>
9344
9345 * ibuf-ext.el (ibuffer-pop-filter-group): Doc fix.
9346 (ibuffer-clear-filter-groups): Likewise.
9347 (ibuffer-kill-filter-group): Likewise.
9348 (ibuffer-kill-line): Likewise.
9349 (ibuffer-read-filter-group-name): New function.
9350 (ibuffer-jump-to-filter-group): Use it.
9351 (ibuffer-kill-filter-group): Likewise.
9352 (ibuffer-yank-filter-group): Likewise.
9353 (ibuffer-decompose-filter-group): New function.
9354
9355 * ibuffer.el (ibuffer-mode-map): Bind it. Add :enable guard
9356 around `ibuffer-filters-to-filter-group' menu item. Fix :enable
9357 guards for `ibuffer-pop-filter-group' and
9358 `ibuffer-clear-filter-groups'.
9359
9360 2002-05-06 Markus Rost <rost@math.ohio-state.edu>
9361
9362 * emacs-lisp/find-func.el (find-function-search-for-symbol):
9363 Use with-syntax-table.
9364
9365 2002-05-06 Francesco Potort\e,Al\e(B <pot@gnu.org>
9366
9367 * mail/rmail.el (rmail-font-lock-keywords): Highlight Resent-[Ff]rom:.
9368
9369 2002-05-05 Markus Rost <rost@math.ohio-state.edu>
9370
9371 * time-stamp.el (time-stamp-format): Doc fix: escape open
9372 parenthesis in column 0.
9373
9374 2002-05-04 Richard M. Stallman <rms@gnu.org>
9375
9376 * toolbar/tool-bar.el (tool-bar-local-item-from-menu):
9377 Handle both cases: when the menu item has cached info
9378 and when it doesn't.
9379
9380 * filesets.el (filesets-browse-dir-function): Renamed from ...-fn.
9381 (filesets-open-file-function, filesets-save-buffer-function): Likewise.
9382 (filesets-tree-max-level): Doc fix.
9383 (filesets-commands, filesets-external-viewers)
9384 (filesets-ingroup-patterns): Mark as risky.
9385 (filesets-cache-hostname-flag): Doc fix.
9386 (filesets-menu-cache-file): Doc fix. Mark as risky.
9387 (filesets-menu-before, filesets-menu-path, filesets-menu-in-menu):
9388 Don't defcustom them if running in Emacs.
9389
9390 2002-05-04 Thomas Link <t.link@gmx.at>
9391
9392 * filesets.el (filesets-ingroup-collect-files):
9393 Fix problem with inclusion groups' :scan-depth property.
9394
9395 2002-05-04 Colin Walters <walters@verbum.org>
9396
9397 * ibuf-ext.el (ibuffer-kill-filter-group): Test for killing
9398 "Default" group earlier. Push killed group on
9399 `ibuffer-filter-group-kill-ring'.
9400 (ibuffer-kill-line): Document. Don't push killed group ourselves.
9401 (ibuffer-yank-filter-group): Renamed from `ibuffer-yank'.
9402 (ibuffer-insert-filter-group-before): New function, broken out
9403 from `ibuffer-yank'.
9404 (ibuffer-yank): Now just call `ibuffer-yank-filter-group'.
9405
9406 * ibuffer.el (ibuffer-mode-operate-menu, ibuffer-mode-mark-menu)
9407 (ibuffer-mode-view-menu): Unused variables; deleted.
9408 (ibuffer-find-file): Pass wildcard flag to `find-file' correctly.
9409
9410 2002-05-04 John Paul Wallington <jpw@shootybangbang.com>
9411
9412 * ibuffer.el (ibuffer-mode-groups-popup): New variable.
9413 (toplevel): Bind filter group menu entries in it. Add :enable
9414 forms for some menu items.
9415 (toplevel): Bind [down-mouse-3] in `ibuffer-mode-filter-group-map'
9416 to `ibuffer-mouse-popup-menu'.
9417 (ibuffer-mouse-popup-menu): Test whether or not we're on a filter
9418 group name, and if so, pop up a filter group menu.
9419
9420 2002-05-04 Jason Rumney <jasonr@gnu.org>
9421
9422 * mwheel.el (mwheel-event-button): Translate mouse-wheel events.
9423 (mwheel-scroll): Recognize nil scroll amount as documented.
9424
9425 * term/w32-win.el (mouse-wheel-scroll-line)
9426 (mouse-wheel-scroll-screen): Remove.
9427 ([mouse-wheel], [C-mouse-wheel], [S-mouse-wheel]): Use mwheel-scroll.
9428
9429 * w32-vars.el: (mouse-wheel-scroll-amount): Removed.
9430
9431 2002-05-04 Markus Rost <rost@math.ohio-state.edu>
9432
9433 * emacs-lisp/find-func.el (find-function-search-for-symbol):
9434 Bind case-fold-search when searching.
9435
9436 2002-05-04 Eli Zaretskii <eliz@is.elta.co.il>
9437
9438 * apropos.el (apropos-print): Fix the reference to mouse-2.
9439
9440 2002-05-04 Daniel Pfeiffer <occitan@esperanto.org>
9441
9442 * play/mpuz.el (mpuz-switch-to-window): Set buffer-read-only directly.
9443
9444 2002-05-04 Kim F. Storm <storm@cua.dk>
9445
9446 * cus-edit.el (custom-buffer-verbose-help): New variable.
9447 (custom-buffer-create-internal): Remove verbose introduction
9448 in customization buffer when it is nil.
9449
9450 2002-05-03 Dave Love <fx@gnu.org>
9451
9452 * international/mule-cmds.el (select-safe-coding-system):
9453 Don't offer coding systems that use locking shift.
9454 Ask for confirmation if chosen coding system disagrees with
9455 a `coding:' spec in the file.
9456
9457 2002-05-03 John Wiegley <johnw@gnu.org>
9458
9459 * eshell/esh-var.el (eshell-modify-global-environment): Added this
9460 customization variable, which will cause any "export" commands
9461 within any eshell buffer to modify the global Emacs environment.
9462 It defaults to nil, which means that such commands will only
9463 modify that Eshell buffer's environment.
9464 (eshell-var-initialize): Initialize `eshell-modify-global-environment'.
9465
9466 * eshell/em-cmpl.el (eshell-command-completions-alist):
9467 Improve default completion targets for objdump, nm and readelf.
9468
9469 2002-05-03 Colin Walters <walters@verbum.org>
9470
9471 * play/gamegrid.el (gamegrid-user-score-file-directory): New variable.
9472 (gamegrid-add-score-with-update-game-score):
9473 Use `shared-game-score-directory'. Correctly handle non-setuid case.
9474
9475 2002-05-02 Colin Walters <walters@verbum.org>
9476
9477 * replace.el (occur-mode-map): Bind "q" to `delete-window'.
9478 (occur-1): If one of the buffers we're searching is the *Occur*
9479 buffer itself, handle it by creating a temporary buffer. If any
9480 of the buffers being searched are killed, note that in the search
9481 result message. Also, set local variables before we possibly kill
9482 the buffer.
9483
9484 2002-05-02 Kim F. Storm <storm@cua.dk>
9485
9486 * menu-bar.el (menu-bar-make-toggle): Added optional PROPS arg.
9487 (menu-bar-options-save): Added cua-mode.
9488 (menu-bar-options-menu): Added toggle for cua-mode.
9489 Disable toggle for transient-mark-mode if cua-mode is enabled.
9490
9491 * emulation/cua-base.el (cua-inhibit-cua-keys): New buffer-local
9492 variable.
9493
9494 2002-05-01 Richard M. Stallman <rms@gnu.org>
9495
9496 * help.el (view-todo): New function.
9497 (help-map): Bind C-h C-t to view-todo.
9498 (help-for-help): Change the text.
9499
9500 2002-05-01 Glenn Morris <gmorris@ast.cam.ac.uk>
9501
9502 * progmodes/f90.el: Yet more doc string, commment and whitespace
9503 changes.
9504 (f90-imenu-flag): New name for internal variable f90-imenu.
9505 (f90-blocks-re, f90-program-block-re, f90-end-if-re)
9506 (f90-no-break-re): Use regexp-opt.
9507 (f90-end-type-re): Add closing "\\>".
9508 (f90-indent-region): Correctly indent comments embedded in
9509 continued lines.
9510 (f90-indent-new-line): Make it indent the current line, as it should.
9511 (f90-line-continued, f90-get-present-comment-type)
9512 (f90-looking-at-if-then, f90-indent-line, f90-indent-new-line)
9513 (f90-indent-region, f90-indent-subprogram, f90-do-auto-fill)
9514 (f90-join-lines, f90-fill-region, f90-match-end, f90-insert-end)
9515 (f90-change-keywords): Minor code tidying.
9516
9517 * progmodes/fortran.el (fortran-strip-sequence-nos): Rename from
9518 typo `fortran-strip-sqeuence-nos'.
9519
9520 2002-05-01 Eli Zaretskii <eliz@is.elta.co.il>
9521
9522 * simple.el (clone-indirect-buffer-other-window): Fix a typo in
9523 pop-up-window.
9524
9525 2002-05-01 Kim F. Storm <storm@cua.dk>
9526
9527 * emulation/cua-base.el (cua--pre-command-handler):
9528 Only interpret delete-selection property if mark-active.
9529 (cua-mode): Fixed require in defcustom.
9530
9531 2002-05-01 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
9532
9533 * calendar/cal-menu.el (cal-menu-x-popup-menu): Fix argument of
9534 error call.
9535
9536 2002-05-01 Colin Walters <walters@verbum.org>
9537
9538 * textmodes/tex-mode.el (tex-validate-buffer):
9539 Use `occur-revert-arguments' instead of setting `occur-nlines' and
9540 `occur-buffer'. Don't test for `input-pending-p' in loop.
9541 Set text property `occur-target' instead of `occur'.
9542
9543 2002-04-30 John Wiegley <johnw@gnu.org>
9544
9545 * align.el (align-region): Fixed the fix to align-region, because
9546 the "name" argument was appearing twice.
9547
9548 2002-05-01 Martin Stjernholm <bug-cc-mode@gnu.org>
9549
9550 * progmodes/cc-engine.el (c-beginning-of-decl-1): Better way
9551 to handle protection labels, one which doesn't get confused by
9552 inherit colons.
9553
9554 * progmodes/cc-engine.el (c-end-of-decl-1): Don't treat
9555 functions that have "class" or "struct" in the return type as
9556 classes or structs.
9557
9558 2002-04-30 Kim F. Storm <storm@cua.dk>
9559
9560 * menu-bar.el (menu-bar-custom-menu): Change "Recently Changed
9561 Options" to "New Options..."; rephrase tooltip.
9562 Rephrase tooltip for "Specific Option...".
9563 Added "Saved Options" item. [from Simon Marshall]
9564
9565 2002-04-30 Richard M. Stallman <rms@gnu.org>
9566
9567 * time.el (display-time-mail-directory)
9568 (display-time-mail-function): Doc fixes.
9569
9570 * ediff-hook.el: Remove autoload cookies.
9571
9572 * language/tibetan.el (tibetan-obsolete-glyphs): Now in tibet-util.el.
9573
9574 * language/tibet-util.el (tibetan-obsolete-glyphs): From tibetan.el.
9575
9576 * align.el (align-region): Fix call to `message'.
9577 Check that (car rule) is a symbol.
9578
9579 * autoinsert.el (auto-insert-directory): Doc fix.
9580
9581 * facemenu.el (describe-text-at and stuff): Moved to descr-text.el.
9582
9583 * descr-text.el: New file, broken out of facemenu.el.
9584
9585 * emacs-lisp/advice.el (documentation): Add ad-define-subr-args call.
9586
9587 2002-04-29 Markus Rost <rost@math.ohio-state.edu>
9588
9589 * mail/emacsbug.el (report-emacs-bug-hook):
9590 Use replace-match only if search was successful.
9591
9592 2002-04-29 Richard M. Stallman <rms@gnu.org>
9593
9594 * net/zone-mode.el (zone-mode): Add write-file-hooks hook locally.
9595
9596 * mail/emacsbug.el (report-emacs-bug-hook): Don't fail completely
9597 if the user edits the Emacs version number in the text.
9598
9599 * filesets.el (filesets-running-xemacs): Make defvar unconditional.
9600 (filesets-ingroup-files): Renamed from filesets-ingroup-paths.
9601 (filesets-error): Simplify definition and make conditional
9602 on filesets-running-xemacs.
9603 (filesets-find-file-using): Renamed from fsfind-file-using.
9604
9605 2002-04-29 Stefan Monnier <monnier@cs.yale.edu>
9606
9607 * info.el (Info-find-in-tag-table-1, Info-read-subfile): Use point-min.
9608 (Info-read-node-name-1): Complete file names.
9609 (Info-complete-menu-item): Don't cons unnecessarily.
9610
9611 * files.el (locate-file): New fun.
9612 (locate-file-completion): Rename from load-completion and generalize.
9613 (load-library): Use it.
9614 (make-auto-save-file-name): Expand caddr.
9615
9616 * newcomment.el (comment-fill-column): New var.
9617 (comment-indent): Use it.
9618 (comment-or-uncomment-region): New fun.
9619 (comment-dwim): Use it.
9620
9621 2002-04-29 Colin Walters <walters@verbum.org>
9622
9623 * ibuf-ext.el (ibuffer-kill-filter-group): Call `delete' function.
9624 (ibuffer-kill-line): Copy the filter group data structure when killing.
9625 (ibuffer-yank): Handle case where we're yanking on the default
9626 group correctly.
9627 (ibuffer-delete-saved-filter-groups): Doc fix.
9628
9629 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
9630 Test whether or not update-game-score is setuid, and do the right
9631 thing.
9632
9633 2002-04-29 Kim F. Storm <storm@cua.dk>
9634
9635 * subr.el (remove-yank-excluded-properties): New helper function.
9636 (insert-for-yank, insert-buffer-substring-as-yank): Use it.
9637
9638 * simple.el (yank-excluded-properties): Added help-echo to list.
9639
9640 2002-04-29 Glenn Morris <gmorris@ast.cam.ac.uk>
9641
9642 * autoinsert.el (auto-insert-directory): Doc fix.
9643
9644 * progmodes/f90.el: Add/change doc strings for many inline
9645 functions. Whitespace changes.
9646 (f90-indent-line-no, f90-update-line): Minor code changes.
9647
9648 2002-04-29 Kim F. Storm <storm@cua.dk>
9649
9650 * emulation/cua-base.el: New file.
9651
9652 * emulation/cua-rect.el: New file.
9653
9654 * emulation/cua-gmrk.el: New file.
9655
9656 * emulation/keypad.el: New file.
9657
9658 2002-04-29 Triet Hoai Lai <thlai@ee.usyd.edu.au>
9659
9660 * language/vietnamese.el (viet-tcvn-decode-table, ccl-decode-tcvn)
9661 (ccl-encode-tcvn, ccl-encode-tcvn-font, vietnamese-tcvn):
9662 New Vietnamese coding system.
9663
9664 * language/viet-util.el: Update Commentary section.
9665
9666 2002-04-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
9667
9668 * filesets.el (filesets-data): Doc fix.
9669 (filesets-running-xemacs): Define even when compiling.
9670
9671 * recentf.el (recentf-cancel-dialog): Remove dot at the end of
9672 sentence.
9673
9674 2002-04-29 Stefan Monnier <monnier@cs.yale.edu>
9675
9676 * textmodes/fill.el (fill-context-prefix): Fix last change with
9677 yet-another-approach.
9678
9679 2002-04-28 Markus Rost <rost@math.ohio-state.edu>
9680
9681 * net/ange-ftp.el (ange-ftp-passive-host-alist)
9682 (ange-ftp-bs2000-additional-pubsets): Fix custom type.
9683
9684 * files.el (small-temporary-file-directory): Fix custom type.
9685
9686 2002-04-28 Glenn Morris <gmorris@ast.cam.ac.uk>
9687
9688 * progmodes/f90.el (f90-xemacs-flag): New variable.
9689 (f90-mark-subprogram-overlay): New variable.
9690 (f90-mark-subprogram): Now it highlights the subprogram.
9691 (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
9692 Fix highlighting of various "type" forms.
9693
9694 2002-04-28 Colin Walters <walters@verbum.org>
9695
9696 * ibuffer.el (ibuffer-mode): Additional documentation on filter
9697 groups.
9698
9699 2002-04-28 John Paul Wallington <jpw@shootybangbang.com>
9700
9701 * ibuf-ext.el (ibuffer-set-filter-groups-by-mode): Don't make an
9702 ibuffer-mode filter group if `ibuffer-view-ibuffer' is nil.
9703
9704 2002-04-28 Richard M. Stallman <rms@gnu.org>
9705
9706 * mail/sendmail.el (mail-recover-1): Decrease non-random-len
9707 by 1 for the newly-readded #.
9708
9709 * files.el (make-auto-save-file-name): Specify # as suffix
9710 in the non-file-visiting case.
9711
9712 * subr.el (make-temp-file): New arg SUFFIX.
9713
9714 * filesets.el: New file.
9715
9716 * replace.el (occur-accumulate-lines): Avoid incf and decf.
9717 (occur-engine-add-prefix): New function.
9718 (occur-engine): Avoid using macrolet, incf and decf.
9719 Use occur-engine-add-prefix instead.
9720 Rename `l' to `lines' and `c' to `matches'.
9721
9722 * replace.el (occur-engine, occur-mode-mouse-goto)
9723 (occur-mode-find-occurrence, occur-mode-goto-occurrence)
9724 (occur-mode-goto-occurrence-other-window)
9725 (occur-mode-display-occurrence): A position is just a marker,
9726 not a list.
9727
9728 * replace.el (occur-revert-arguments):
9729 Renamed from occur-revert-properties. All uses changed.
9730
9731 2002-04-28 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
9732
9733 * recentf.el (recentf-menu-before): Use string to specify path in
9734 the menu.
9735
9736 * international/mule-cmds.el (read-language-name): Take care of
9737 non-list values.
9738
9739 2002-04-27 Richard M. Stallman <rms@gnu.org>
9740
9741 * custom.el (custom-load-symbol): Moved from cus-edit.el.
9742 (custom-load-recursion): Likewise.
9743
9744 * cus-edit.el (custom-load-symbol): Moved to custom.el.
9745 (custom-load-recursion): Likewise.
9746
9747 * progmodes/ada-xref.el (ada-add-ada-menu): Menu pseudo-keys
9748 generated by easymenu are now lowercase.
9749
9750 2002-04-27 Richard M. Stallman <rms@gnu.org>
9751
9752 * menu-bar.el (menu-bar-update-buffers): Add menu items
9753 Next Buffer and Previous Buffer.
9754
9755 * simple.el (next-buffer, prev-buffer): New commands.
9756 Bind C-x left and C-x right to them.
9757
9758 * info.el (Info-header-line): Mark it as risky-local-variable.
9759
9760 * subr.el (insert-for-yank): Replace `category' property
9761 with whatever properties it stands for.
9762
9763 * subr.el (member-ignore-case): Ignore non-strings in LIST.
9764
9765 2002-04-27 Miles Bader <miles@gnu.org>
9766
9767 * faces.el (read-face-name): Format the prompt correctly when
9768 there's no default.
9769
9770 2002-04-26 Andrew Choi <akochoi@shaw.ca>
9771
9772 * term/mac-win.el: Don't call ediff-toggle-multiframe.
9773 Set default directory. Set process-connection-type to nil.
9774
9775 2002-04-26 Richard M. Stallman <rms@gnu.org>
9776
9777 * loadup.el: Explicitly load cus-face and timer.
9778
9779 * isearch.el: Don't require timer.
9780
9781 * faces.el: Don't require cus-face.
9782
9783 * cus-edit.el (customize-face): Use read-face-name
9784 and handle multiple faces.
9785 (customize-face-other-window): Make it work similarly.
9786
9787 * faces.el (read-face-name): New defaulting features.
9788 New args STRING-DESCRIBING-DEFAULT and MULTIPLE.
9789 (list-faces-display): Use the face, not its name string,
9790 as arg when running customize-face.
9791 Put a `read-face-name' prop on the entire line.
9792 (describe-face): Handle multiple faces via read-face-name.
9793
9794 * textmodes/tex-mode.el (tex-start-options): New variable.
9795 (tex-start-commands): New variable.
9796 (tex-start-options-string): Variable deleted.
9797 (tex-start-tex): Use tex-start-options and tex-start-commands,
9798 not tex-start-options-string.
9799 (tex-command): Doc fix.
9800
9801 2002-04-26 Sam Steingold <sds@gnu.org>
9802
9803 * mail/smtpmail.el (smtpmail-try-auth-methods): When `host' is
9804 not in the authinfo/netrc, keep `cred' at nil.
9805
9806 2002-04-26 Gerd Moellmann <gerd@gnu.org>
9807
9808 * find-file.el: Remove Ada-specific example code.
9809
9810 2002-04-25 Michael Kifer <kifer@cs.stonybrook.edu>
9811
9812 * ediff-hooks.el: Put back the autoloads.
9813
9814 2002-04-25 Colin Walters <walters@verbum.org>
9815
9816 * ibuffer.el (define column process): Use `ibuffer-aif'.
9817
9818 * ibuf-ext.el (ibuffer-saved-filter-groups): Don't include broken
9819 defaults.
9820 (ibuffer-yank): Be sure to `setq' after we use `nconc'.
9821 (ibuffer-save-filter-groups): Correctly structure filter groups.
9822 (ibuffer-switch-to-saved-filter-groups): Correctly extract filter
9823 groups.
9824
9825 2002-04-25 Simon Josefsson <jas@extundo.com>
9826
9827 * mail/sendmail.el (mail-use-dsn): New variable to request
9828 delivery status notification from MTA.
9829 (sendmail-send-it): Use it.
9830
9831 * mail/smtpmail.el (smtpmail-queue-counter): New variable.
9832 (smtpmail-send-it): Use it to construct new queue filenames
9833 (needed if you send more than one message per second, which is
9834 possible if you use Gnus Agent).
9835
9836 * mail/smtpmail.el (smtpmail-auth-credentials): Support netrc
9837 files as well.
9838 (smtpmail-try-auth-methods): Support netrc data.
9839 (netrc-parse): Autoload netrc.
9840
9841 2002-04-25 Colin Walters <walters@verbum.org>
9842
9843 * replace.el (multi-occur-by-filename-regexp): Doc fix.
9844 (occur-engine): Go to `point-min'. Make nlines argument actually
9845 mean number of context lines. Handle it. Pad digits to the right.
9846
9847 * ibuf-ext.el (ibuffer-filtering-groups): Renamed to
9848 `ibuffer-filter-groups'. All users updated.
9849 (ibuffer-show-empty-filter-groups): New variable.
9850 (ibuffer-saved-filter-groups): New variable.
9851 (ibuffer-maybe-save-stuff): Renamed from
9852 `ibuffer-maybe-save-saved-filters'. Callers updated.
9853 Handle `ibuffer-saved-filter-groups'.
9854 (ibuffer-hidden-filtering-groups): Renamed to
9855 `ibuffer-hidden-filter-groups'.
9856 (ibuffer-filter-group-kill-ring): New variable.
9857 (ibuffer-save-with-custom): Doc fix.
9858 (ibuffer-set-filter-groups-by-mode): New function.
9859 (ibuffer-clear-filter-groups): New function.
9860 (ibuffer-current-filter-groups-with-position): Renamed from
9861 `ibuffer-current-filter-groups'. Callers updated.
9862 (ibuffer-kill-filter-group): New function.
9863 (ibuffer-kill-line): New function.
9864 (ibuffer-yank): New function.
9865 (ibuffer-save-filter-groups): New function.
9866 (ibuffer-delete-saved-filter-groups): New function.
9867 (ibuffer-switch-to-saved-filter-groups): New function.
9868 (ibuffer-mark-on-buffer): Add optional arguments for adding a
9869 specific mark, and marking on a specific group.
9870
9871 * ibuffer.el (ibuffer-formats): Doc fix.
9872 (ibuffer-mode-map): Bind <up> to `ibuffer-backward-line'.
9873 Bind new functions from ibuf-ext.el. Add menu entries for them.
9874 Remove superfluous tooltips.
9875 (ibuffer-toggle-marks): If on a group name, then toggle marks just
9876 in that group.
9877 (ibuffer-mark-interactive): Handle filter groups.
9878 (ibuffer-mark-forward, ibuffer-unmark-forward)
9879 (ibuffer-mark-for-delete, ibuffer-unmark-backward)
9880 (ibuffer-mark-for-delete-backwards): Update docs.
9881 (ibuffer-current-filter-groups): Moved to ibuf-ext.el, and renamed
9882 to `ibuffer-current-filter-groups-with-position'.
9883 (ibuffer-redisplay-engine): Handle `ibuffer-show-empty-filter-groups'.
9884 (ibuffer-mode): Add some documentation about filter groups.
9885
9886 2002-04-25 Andreas Schwab <schwab@suse.de>
9887
9888 * find-dired.el (find-name-dired): Don't quote pattern twice.
9889
9890 2002-04-26 Miles Bader <miles@gnu.org>
9891
9892 * cus-edit.el (customize-face, customize-face-other-window):
9893 Use default instead of initial-input for suggested face.
9894
9895 2002-04-25 Gerd Moellmann <gerd@gnu.org>
9896
9897 * cus-edit.el (customize-face-other-window, customize-face):
9898 Interactively, when point is on text with a face, suggest to
9899 customize that face.
9900
9901 2002-04-25 Glenn Morris <gmorris@ast.cam.ac.uk>
9902
9903 * progmodes/f90.el: General tidy-up of commentary and some doc
9904 strings.
9905
9906 2002-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
9907
9908 * scroll-all.el (scroll-all-function-all) New function to do the
9909 actual work.
9910 (scroll-all-scroll-down-all, scroll-all-scroll-up-all,
9911 scroll-all-page-down-all, scroll-all-page-up-all,
9912 scroll-all-beginning-of-buffer-all, scroll-all-end-of-buffer-all):
9913 Make them use scroll-all-function-all.
9914
9915 * progmodes/f90.el (f90-get-beg-of-line): Removed and replaced
9916 with line-beginning-position.
9917 (f90-get-end-of-line): Removed and replaced with line-end-position.
9918 (f90-match-piece): Removed and replaced with match-string.
9919 (f90-current-indentation): Remove `current-column'.
9920 (f90-get-present-comment-type): Use match-string rather than
9921 buffer-substring.
9922 (f90-match-end): Use line-beginning-position, line-end-position
9923 rather than beginning-of-line, end-of-line.
9924 (f90-startup-message): Variable removed.
9925
9926 2002-04-24 Colin Walters <walters@verbum.org>
9927
9928 * replace.el (occur-accumulate-lines): Add optional argument
9929 `no-props'. Handle it.
9930 (occur-engine): Use it.
9931
9932 * ibuf-ext.el (toplevel): Remove byte-compile-dynamic. Try to set
9933 up autoloads manually.
9934 (ibuffer-split-list): New function.
9935 (ibuffer-filtering-groups): New variable.
9936 (ibuffer-hidden-filtering-groups): New variable.
9937 (ibuffer-mouse-toggle-filter-group): New function.
9938 (ibuffer-toggle-filter-group): New function.
9939 (ibuffer-toggle-filter-group-1): New function.
9940 (ibuffer-forward-filter-group): New function.
9941 (ibuffer-backward-filter-group): New funtion.
9942 (ibuffer-generate-filter-groups): New function.
9943 (ibuffer-filters-to-filter-group): New function.
9944 (ibuffer-pop-filter-group): New function.
9945 (ibuffer-jump-to-filter-group): New function.
9946 (ibuffer-do-occur): Just use `occur-read-primary-args'
9947
9948 * ibuffer.el (ibuffer-filter-group-name-face): New.
9949 (ibuffer-mode-map): Bind and add menu entries for most new
9950 functions; also, bind the arrow keys to the movement functions.
9951 (ibuffer-mode-filter-group-map): New.
9952 (ibuffer-mouse-toggle-mark): Handle group names.
9953 (ibuffer-mouse-visit-buffer): Error if the current buffer is killed.
9954 (ibuffer-skip-properties): New function.
9955 (ibuffer-backward-line, ibuffer-forward-line): Optionally skip
9956 group names. Also, handle new properties.
9957 (ibuffer-visit-buffer, ibuffer-visit-buffer-other-window):
9958 Move error handling to `ibuffer-current-buffer'.
9959 (ibuffer-visit-buffer-other-frame, ibuffer-bury-buffer): Ditto.
9960 (ibuffer-visit-tags-table, ibuffer-do-view-1): Ditto.
9961 (ibuffer-toggle-marks): Add optional group argument.
9962 (ibuffer-mark-interactive): Skip group names.
9963 (ibuffer-current-buffer): Clean up error handling.
9964 (ibuffer-fontify-region-function): Fontify group names.
9965 (ibuffer-map-lines): Add extra group argument. Handle it.
9966 (ibuffer-current-filter-groups): New function.
9967 (ibuffer-redisplay): Handle hidden filtering groups.
9968 (ibuffer-sort-bufferlist): New function, taken from
9969 `ibuffer-insert-buffers-and-marks'.
9970 (ibuffer-insert-filter-group): New function.
9971 (ibuffer-redisplay-engine): Renamed from
9972 `ibuffer-insert-buffers-and-marks'. Handle new filtering groups.
9973 (ibuffer): Add filter-groups argument. Handle it.
9974 Use `save-selected-window'.
9975 (ibuffer-mode): Make `ibuffer-filtering-groups' and
9976 `ibuffer-hidden-filtering-groups' buffer-local.
9977
9978 * ibuf-macs.el (ibuffer-save-marks): Call `ibuffer-redisplay-engine'.
9979
9980 2002-04-24 Richard M. Stallman <rms@gnu.org>
9981
9982 * emacs-lisp/easymenu.el (easy-menu-intern): Downcase before interning.
9983 (easy-menu-define-key-intern): Function deleted; callers intern
9984 and then call easy-menu-define-key.
9985 (easy-menu-do-add-item): Explicitly intern the key, but not BEFORE.
9986 (easy-menu-define-key): Use easy-menu-name-match to match BEFORE.
9987 (easy-menu-name-match): New function.
9988 (add-submenu): New function.
9989 (easy-menu-get-map-look-for-name): Use easy-menu-name-match.
9990
9991 2002-04-24 Eli Zaretskii <eliz@is.elta.co.il>
9992
9993 * menu-bar.el (menu-bar-adv-search-menu)
9994 (menu-bar-adv-search-menu): Improve the help text.
9995
9996 2002-04-24 Simon Josefsson <jas@extundo.com>
9997
9998 * net/netrc.el: New file.
9999
10000 2002-04-24 Thomas DeWeese <tdeweese@rochester.rr.com>
10001
10002 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
10003 Check if any of the available selection sources has new content
10004 and if so it will return that content.
10005
10006 2002-04-24 Miles Bader <miles@gnu.org>
10007
10008 * menu-bar.el (buffers-menu-show-directories)
10009 (buffers-menu-show-status): New variables.
10010 (menu-bar-update-buffers-1): Use them.
10011
10012 2002-04-24 Martin Stjernholm <mast@lysator.liu.se>
10013
10014 * progmodes/cc-cmds.el (c-mask-comment): More fixes when used
10015 from `c-do-auto-fill' and point is at or near the limit of the
10016 comment. Fixed bug when the prefix from `c-guess-fill-prefix'
10017 is longer than the text on the first line of the comment when
10018 it's masked.
10019
10020 2002-04-24 Miles Bader <miles@gnu.org>
10021
10022 * menu-bar.el (menu-bar-update-buffers-1): Make sure
10023 `uniquify-buffer-name-style' is bound.
10024
10025 2002-04-23 Colin Walters <walters@verbum.org>
10026
10027 * replace.el (toplevel): Require `cl' while compiling.
10028 (occur-buffer, occur-nlines): Delete.
10029 (occur-revert-properties): Rename to `occur-revert-properties'.
10030 (occur-mode): Handle it. Set up font lock.
10031 (occur-revert-function): Simply apply `occur-1'.
10032 (occur-mode-find-occurence, occur-mode-mouse-goto)
10033 (occur-mode-goto-occurrence-other-window)
10034 (occur-mode-display-occurrence): Handle buffer property.
10035 (list-matching-lines-face): Use defcustom.
10036 (list-matching-lines-buffer-name-face): New variable.
10037 (occur-accumulate-lines): Renamed from `ibuffer-accumulate-lines',
10038 in ibuffer.el.
10039 (occur-read-primary-args): Move out of `occur'.
10040 (occur): Delete. Now simply call `occur-1'.
10041 (multi-occur, multi-occur-by-filename-regexp): New functions.
10042 (occur-1): New function.
10043 (occur-engine): Renamed from `ibuffer-occur-engine' to replace the
10044 previous implementation of `occur'; taken from ibuf-ext.el.
10045 (occur-fontify-on-property): New function.
10046 (occur-fontify-region-function, occur-unfontify-region-function):
10047 New functions.
10048
10049 * ibuffer.el (ibuffer-accumulate-lines): Moved to replace.el.
10050
10051 * ibuf-ext.el (ibuffer-depropertize-string): Delete.
10052 (ibuffer-occur-match-face): Delete.
10053 (ibuffer-occur-props, ibuffer-occur-mode): Delete.
10054 (ibuffer-occur-mouse-display-occurence): Delete.
10055 (ibuffer-occur-goto-occurence, ibuffer-occur-display-occurence)
10056 (ibuffer-do-occur-1, ibuffer-occur-revert-buffer-function): Delete.
10057 (ibuffer-occur-engine): Moved to replace.el.
10058 (ibuffer-do-occur): Simply call `occur-1'.
10059
10060 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
10061 Handle the case where we're already viewing the score file.
10062
10063 2002-04-23 Andreas Schwab <schwab@suse.de>
10064
10065 * menu-bar.el (menu-bar-goto-menu): Fix bindings for next-tag and
10066 next-tag-otherw.
10067
10068 2002-04-23 Miles Bader <miles@gnu.org>
10069
10070 * menu-bar.el (menu-bar-update-buffers-1): Don't display a
10071 directory separator if there's no directory. Don't display
10072 directories at all if uniquify is active. Some code cleanup.
10073 (uniquify-buffer-name-style): Declare (but don't initialize).
10074
10075 * menu-bar.el (menu-bar-update-buffers): Don't use constant lists
10076 for command menu entries, since the low-level menu code modifies
10077 them. Cache the resulting list.
10078 (menu-bar-buffers-menu-command-entries): New variable.
10079
10080 * menu-bar.el (menu-bar-update-buffers): Add `Select Named Buffer'.
10081 Add separator line before commands
10082 Remove old crufty code that tried to line things up by adding
10083 spaces to entries (it doesn't work).
10084 Move `Frames' submenu after the normal buffers, and add a
10085 separator line before it.
10086 (menu-bar-buffers-menu-list-buffers-entry): Variable removed.
10087
10088 2002-04-22 Richard M. Stallman <rms@gnu.org>
10089
10090 * files.el (after-find-file): Use %s to output MSG.
10091
10092 * dired.el (dired-mouse-find-file-other-window):
10093 Handle events that move out of the window.
10094
10095 2002-04-23 Martin Stjernholm <mast@lysator.liu.se>
10096
10097 * progmodes/cc-cmds.el (c-mask-comment): Fixed bug where point
10098 was moved to the following line when it was at the first line
10099 of a block comment where comment-start-skip matched to eol.
10100
10101 2002-04-22 Richard M. Stallman <rms@gnu.org>
10102
10103 * simple.el (line-move-finish): Find beg and end of line
10104 before calling line-move-to-column. Do consider intangible
10105 when finding the end. Take more care in analyzing the results
10106 of intangibility after line-move-to-column.
10107
10108 2002-04-22 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
10109
10110 * international/mule-diag.el (list-input-methods-1): Doc fix
10111 (LEIM is now part of the standard distribution).
10112
10113 * tmm.el (tmm-completion-prompt): Doc fix.
10114
10115 * hilit-chg.el (global-highlight-changes): Capitalize status texts.
10116
10117 2002-04-22 Edward M. Reingold <reingold@emr.cs.iit.edu>
10118
10119 * diary-lib.el (include-other-diary-files): Allow modifying
10120 included buffer, to turn off selective display.
10121
10122 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10123
10124 * progmodes/cc-mode.el: (c-define-abbrev-table): New function to
10125 pass the SYSTEM-FLAG to `define-abbrev' in a way that works in
10126 emacsen that doesn't support it.
10127
10128 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10129
10130 * progmodes/cc-align.el, progmodes/cc-engine.el,
10131 progmodes/cc-styles.el, progmodes/cc-vars.el
10132 (c-guess-basic-syntax, c-lineup-topmost-intro-cont):
10133 Find correct anchor for statement-cont in top level constructs.
10134 Analyze variable initializations in top level constructs as
10135 topmost-intro-cont instead of statement-cont. That is an
10136 incompatible change but it gives better consistency. The new
10137 lineup function c-lineup-topmost-intro-cont' compensates for
10138 it and is now put on topmost-intro-cont by default.
10139
10140 * progmodes/cc-align.el, progmodes/cc-engine.el,
10141 progmodes/cc-langs.el (c-lineup-argcont): Lineup function
10142 contributed by Kevin Ryde.
10143
10144 (c-in-gcc-asm-p): Function to recognize asm statements.
10145 Contributed by Kevin Ryde.
10146
10147 (c-opt-asm-stmt-key): New language variable to recognize the
10148 beginning of asm statements.
10149
10150 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10151
10152 * progmodes/cc-engine.el (c-guess-basic-syntax):
10153 Detect variable declarations after class and struct declarations
10154 correctly. Fixed limit error when finding the anchor for
10155 template-args-cont and topmost-intro-cont.
10156
10157 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10158
10159 * progmodes/cc-cmds.el (c-beginning-of-defun)
10160 (c-declaration-limits): Find the "line oriented" declaration
10161 start too, just like the "line oriented" end is found.
10162
10163 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10164
10165 * progmodes/cc-vars.el (c-offsets-alist): A more sane default
10166 for `inexpr-statement'. This is not compatible, though.
10167 I think the benefit of a good default style outweights that in
10168 this case. Besides, `inexpr-statement' is not very common.
10169
10170 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10171
10172 * progmodes/cc-cmds.el (c-electric-delete-forward):
10173 Fix silly bug that caused it to delete backwards in hungry delete
10174 mode. (It's amazing that this bug hasn't been reported.)
10175
10176 * progmodes/cc-cmds.el (c-declaration-limits, c-mark-function):
10177 Extracted the code to get the declaration limits from
10178 `c-mark-function' to a new `c-declaration-limits'.
10179
10180 (c-indent-defun): Use the same method to get the limits of the
10181 declaration or macro as `c-mark-function'.
10182
10183 * progmodes/cc-engine.el (c-beginning-of-decl-1): Handle brace
10184 list initializers correctly (but costly; it ought to be
10185 integrated into `c-beginning-of-statement-1').
10186
10187 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10188
10189 * progmodes/cc-cmds.el, progmodes/cc-engine.el
10190 (c-beginning-of-defun, c-end-of-defun, c-mark-function):
10191 Rewritten to detect the declaration limits better.
10192 Now handles K&R argdecls, class definitions followed by variables etc.
10193
10194 (c-in-knr-argdecl): Broke out the K&R argdecl test in
10195 `c-beginning-of-decl-1' to this new function.
10196
10197 (c-end-of-statement-1, c-end-of-decl-1):
10198 Replace `c-end-of-statement-1' with `c-end-of-decl-1', which correctly
10199 handles declarations that continue after the block.
10200
10201 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
10202 Added an option to restrict matching to the top level of the
10203 current paren sexp.
10204
10205 * progmodes/cc-langs.el (c-opt-block-decls-with-vars-key):
10206 New regexp to recognize declarations that continue after the block.
10207
10208 (c-syntactic-eol): New regexp to match a "syntactic" eol.
10209
10210 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10211
10212 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed a bug
10213 that often caused the backward limit to be lost at the top
10214 level. This improves performance a bit.
10215
10216 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
10217 New function that works like `re-search-forward' but only returns
10218 matches in syntactically significant text.
10219
10220 * progmodes/cc-engine.el: Fixed a faster and more accurate way
10221 to recognize K&R argdecls.
10222
10223 (c-beginning-of-decl-1): New function that put point at the
10224 beginning of the declaration. It handles K&R argdecl blocks.
10225
10226 (c-guess-basic-syntax): Replaced the `knr-argdecl' recognition
10227 code with one that doesn't depend on the current indentation.
10228 The anchor position for `knr-argdecl' has also changed, but in
10229 a way that is unlikely to cause compatibility problems.
10230
10231 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10232
10233 * progmodes/cc-defs.el, progmodes/cc-engine.el
10234 (c-forward-comment): `forward-comment' in XEmacs skips over
10235 line continuations in the backward direction. Correct for
10236 that. Also made this a defun since it has grown too large now
10237 to be a defsubst.
10238
10239 * progmodes/cc-langs.el: More convenient and decentralized
10240 setup of the language specific variables. The regexp-opt
10241 mangling is also done at compile time now.
10242
10243 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10244
10245 * progmodes/cc-cmds.el (c-indent-line-or-region):
10246 Call `c-indent-line' directly instead of through
10247 `indent-according-to-mode' so that this function always
10248 indents syntactically.
10249
10250 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed a bug
10251 where a class beginning with a nested class could cause an
10252 infinite loop (the state outside the narrowed out class is
10253 never used now).
10254
10255 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10256
10257 * progmodes/cc-align.el, progmodes/cc-cmds.el,
10258 progmodes/cc-engine.el, progmodes/cc-vars.el: Fixes so that
10259 the context sensitive analysis inside macros is restricted to
10260 the bodies of #define's; other things, like #if expressions,
10261 never have anything in common with their surroundings.
10262 The old `cpp-macro-cont' syntax is now used in situations where
10263 the syntactic analysis isn't applicable, and a new syntactic
10264 element `cpp-define-intro' is used to add indentation in
10265 #define bodies.
10266
10267 (c-lineup-cpp-define): New name for `c-lineup-macro-cont' to
10268 better reflect its use.
10269
10270 * progmodes/cc-engine.el (c-guess-basic-syntax): Ignore line
10271 continuation backslashes in the detection of `arglist-cont-nonempty'.
10272
10273 * progmodes/cc-align.el: Use the vector form in the return
10274 value in all cases where lineup functions return absolute columns.
10275
10276 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10277
10278 * progmodes/cc-engine.el (c-add-stmt-syntax)
10279 (c-guess-basic-syntax): Anchor `brace-list-intro' and
10280 `bracec-list-close' better for brace lists nested inside expressions.
10281
10282 * progmodes/cc-engine.el, progmodes/cc-langs.el,
10283 progmodes/cc-mode.el, progmodes/cc-styles.el: Cleaned up the
10284 various language specific variables and their initialization.
10285 The keyword regexps are now lists that are combined with
10286 regexp-opt. Some variables have changed names to fit better
10287 with the naming convention.
10288
10289 * progmodes/cc-defs.el, progmodes/cc-vars.el
10290 (c-buffer-is-cc-mode): The value is the mode symbol of the
10291 original CC Mode mode.
10292
10293 (c-major-mode-is): Compare against the buffer local variable
10294 `c-buffer-is-cc-mode', which is faster than using `derived-mode-class'.
10295
10296 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10297
10298 * progmodes/cc-engine.el (c-forward-syntactic-ws)
10299 (c-backward-syntactic-ws, c-forward-token-1)
10300 (c-backward-token-1, c-in-literal, c-literal-limits)
10301 (c-collect-line-comments, c-literal-type, c-on-identifier)
10302 (c-guess-basic-syntax): These functions are now considered part
10303 of the "CC Mode API" and may be used by other code.
10304 That's signified by making their documentation into docstrings.
10305
10306 (c-whack-state, c-hack-state, c-skip-case-statement-forward):
10307 Removed these internal functions since they aren't used.
10308
10309 (c-forward-to-cpp-expression): Classified this function as internal.
10310
10311 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10312
10313 * progmodes/cc-langs.el (c-ObjC-class-key, c-Java-class-key):
10314 Simplified these regexps; the class keywords they contain
10315 ought to be enough to avoid false matches, so checking for
10316 following identifiers etc is just unnecessary (and might also
10317 fail for oddly formatted code).
10318
10319 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10320
10321 * progmodes/cc-engine.el, progmodes/cc-cmds.el
10322 (c-forward-comment-lc): New function that behaves like
10323 `c-forward-comment', with the exception that line
10324 continuations are treated as whitespace.
10325
10326 (c-beginning-of-statement): Use `c-forward-comment-lc', to
10327 work correctly in macros and other places where line
10328 continuations should be treated as whitespace.
10329
10330 * progmodes/cc-engine.el (c-guess-basic-syntax): Analyze a
10331 normal label in a switch block as a case label, to get
10332 consistent lineup with the case labels.
10333
10334 * progmodes/cc-engine.el (c-backward-syntactic-ws): Fixed bug
10335 in skipping over a macro that ends with an empty line.
10336
10337 * progmodes/cc-styles.el: Require cc-align since styles added
10338 with `c-add-style' often contains references to functions
10339 defined there, and so the `c-valid-offset' check might
10340 otherwise complain on them.
10341
10342 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10343
10344 * progmodes/cc-align.el, progmodes/cc-mode.texi,
10345 progmodes/cc-vars.el: Added two new lineup functions:
10346
10347 (c-lineup-knr-region-comment): A new lineup function to get
10348 (what most people think is) better indentation of comments in
10349 the "K&R region" between the function header and its body.
10350
10351 (c-lineup-gcc-asm-reg): New lineup function for better
10352 indentation inside gcc asm blocks. Contributed by Kevin Ryde.
10353
10354 (c-offsets-alist): Use `c-lineup-gcc-asm-reg' and
10355 `c-lineup-knr-region-comment' in the default offset
10356 configuration, since these two functions have little impact
10357 outside their intended use, and they generally do the right
10358 thing when they kick in.
10359
10360 * progmodes/cc-engine.el (c-guess-continued-construct)
10361 (c-guess-basic-syntax): Handle nested functions in all
10362 languages, not just Pike. In C and C++ there's a gcc
10363 extension for this, and it also gives better treatment of
10364 macros that are followed by blocks.
10365
10366 * progmodes/cc-langs.el (c-symbol-key): Made this variable
10367 mode specific, to handle Pike special symbols like `== better.
10368
10369 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10370
10371 * progmodes/cc-cmds.el, progmodes/cc-engine.el,
10372 progmodes/cc-vars.el (c-report-syntactic-errors): A new
10373 variable to control the syntactic error messages. It defaults
10374 to off; since CC Mode ignores most syntactic errors it might
10375 as well ignore them all for the sake of consistency.
10376
10377 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10378
10379 * progmodes/cc-engine.el (c-looking-at-inexpr-block):
10380 Optimization. Can give a noticeable speedup if there's a
10381 large preceding function or class body.
10382
10383 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10384
10385 * progmodes/cc-align.el, progmodes/cc-cmds.el: Use more
10386 efficient and correct insertion functions in many places.
10387 Always inherit text properties correctly if the text is
10388 permanent. Also do it for speed in temporary insertions,
10389 since I figure it's less work to continue the surrounding text
10390 properties than to break them.
10391
10392 * progmodes/cc-styles.el (c-read-offset): Unbind SPC in the
10393 completion to make it easier to enter lists.
10394
10395 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10396
10397 * progmodes/cc-cmds.el (c-beginning-of-defun): Fixed bug where
10398 c-state-cache was clobbered.
10399
10400 * progmodes/cc-cmds.el, progmodes/cc-engine.el
10401 (c-calculate-state): Moved from cc-cmds.el to cc-engine.el due
10402 to dependency.
10403
10404 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10405
10406 * progmodes/cc-engine.el (c-parse-state): Ignore unbalanced
10407 open parens in macros (if point isn't in the same one).
10408
10409 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10410
10411 * progmodes/cc-cmds.el (c-context-open-line): New function
10412 that is the `open-line' equivalent to `c-context-line-break'.
10413
10414 * progmodes/cc-mode.el (c-mode-base-map): Compatibility fix
10415 for Emacs 21 since `indent-new-comment-line' has been changed
10416 to `comment-indent-new-line' there.
10417
10418 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10419
10420 * progmodes/cc-engine.el, progmodes/cc-langs.el
10421 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma):
10422 New variables containing the character sets used to recognize
10423 statement/declaration boundaries. These variables might help
10424 to support languages like javascript and awk, where newlines
10425 sometimes delimits statements.
10426
10427 (c-crosses-statement-barrier-p): Use `c-stmt-delim-chars' as
10428 the set of statement delimiting characters, to allow it to be
10429 changed dynamically and per-mode.
10430
10431 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10432
10433 * progmodes/cc-engine.el (c-looking-at-bos)
10434 (c-looking-at-inexpr-block, c-add-stmt-syntax)
10435 (c-guess-basic-syntax): Treat blocks directly inside function
10436 calls like "bare" statements inside function calls, and not
10437 like in-expression statements. This to make indentation of
10438 such blocks consistent with other statements inside macro calls.
10439
10440 * progmodes/cc-engine.el (c-guess-basic-syntax):
10441 Made arglist-cont anchor correctly in arglists that contain statements.
10442
10443 * progmodes/cc-engine.el (c-guess-basic-syntax):
10444 Fixed consistent anchoring of defun-block-intro in defuns in code
10445 blocks (can only occur in Pike).
10446
10447 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
10448 (c-looking-at-inexpr-block-backward): Changed the arguments to
10449 require containing sexps and paren state, for better efficiency.
10450
10451 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10452
10453 * progmodes/cc-cmds.el, progmodes/cc-engine.el,
10454 progmodes/cc-vars.el: Improved anchoring of statement and
10455 handling of labels in front of substatements.
10456
10457 (c-guess-continued-construct, c-guess-basic-syntax):
10458 Improved and unified anchoring at statements. Statements beginning
10459 with comments or labels are now avoided, by going out of
10460 blocks and containing statements if necessary. This nesting
10461 handling also fixes the case when there's a statement after a
10462 block open brace. Added the syntactic symbol `substatement-label'.
10463
10464 (c-electric-colon): Map the new `substatement-label' to
10465 `label' when consulting `c-hanging-colons-alist'.
10466
10467 (c-offsets-alist): Added substatement-label. Updated the
10468 comments for the new anchoring positions at statements.
10469
10470 * progmodes/cc-engine.el (c-guess-basic-syntax): Use more sane
10471 anchor points for knr-argdecl-intro and access-label.
10472 They used to refer to some point on the same line, a bug which was
10473 neutralized by a kludge in `c-get-syntactic-indentation' which
10474 ignored such anchor points.
10475
10476 (c-get-syntactic-indentation): Removed the kludge that was
10477 necessary due to buggy anchor points.
10478
10479 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not check
10480 the absence of a comma before arglist-close (case 7A) in any
10481 language, since there's nothing better to do that case anyway.
10482 Added special case to make in-expression statements be
10483 recognized as normal arglist-cont if we're directly in a macro
10484 arglist, for consistency with other "bare" statements.
10485
10486 * progmodes/cc-engine.el (c-looking-at-bos): Added optional
10487 limit arg for backward searches.
10488
10489 * progmodes/cc-engine.el (c-looking-at-inexpr-block):
10490 Anchor gcc in-expression statements at the surrounding open
10491 parenthesis. Treat a class body as an in-expression class if
10492 it's used in an object clone expression in Pike.
10493
10494 * progmodes/cc-engine.el (c-get-offset)
10495 (c-get-syntactic-indentation): Allow several anchor positions
10496 in the list of syntactic symbols. Only the first is used as
10497 the base for the offset calculation.
10498
10499 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10500
10501 * progmodes/cc-cmds.el (c-indent-defun): Indent the current
10502 macro if inside one at the top level. Do not throw an error
10503 if used at the top level outside a macro.
10504
10505 * progmodes/cc-cmds.el (c-backslash-region): Do tab width
10506 alignment only if the backslashes can't be aligned with
10507 surrounding backslashes.
10508
10509 * progmodes/cc-engine.el (c-end-of-macro): New function.
10510
10511 * progmodes/cc-engine.el (c-least-enclosing-brace):
10512 Rewritten to not be destructive.
10513
10514 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10515
10516 * progmodes/cc-cmds.el (c-context-line-break): Only do a macro
10517 line break when point is inside the content of it; if it's in
10518 the cpp keyword a normal line break is done.
10519
10520 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not add
10521 cpp-macro-cont inside the argument list to a #define.
10522
10523 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10524
10525 * progmodes/cc-defs.el (c-forward-comment): Implemented a
10526 kludge to avoid the problem most forward-comment incarnations
10527 have with `\' together with comment parsing.
10528
10529 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10530
10531 * progmodes/cc-engine.el (c-check-state-cache): Fixed bug
10532 which could cause the state returned by `c-parse-state' to
10533 lack a closed paren element. That in turn could result in
10534 very long searches, since it's common that they start from the
10535 last preceding close brace.
10536
10537 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10538
10539 * progmodes/cc-engine.el (c-beginning-of-statement-1): Do not
10540 treat else-if as a single continuation, since that'd make it
10541 hard to get the right anchor point when there's a line break
10542 between the two keywords. This change causes else-clause to
10543 be anchored on the closest preceding else-if and not always on
10544 the starting if, but that doesn't affect the indentation for
10545 any reasonably sane style. Also introduced a noerror flag.
10546
10547 (c-beginning-of-closest-statement): Removed;
10548 c-beginning-of-statement-1 now avoids the problem this one solved.
10549
10550 * progmodes/cc-engine.el (c-guess-continued-construct)
10551 (c-guess-basic-syntax): Better and more uniform anchor points
10552 for 'statement-cont and 'substatement. The effect is
10553 noticeable mostly when there's a label on the same line as the
10554 beginning of the statement, or when there are more stuff
10555 before the start of the statement.
10556
10557 * progmodes/cc-engine.el (c-looking-at-inexpr-block):
10558 Added flag to disable looking at the type of the surrounding paren
10559 since that confuses c-beginning-of-statement-1 and a couple of
10560 other places.
10561
10562 * progmodes/cc-engine.el (c-guess-basic-syntax):
10563 Avoid stepping to the previous statement in case 18.
10564 Improvements in recognition of statement blocks on the top level.
10565
10566 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10567
10568 * progmodes/cc-engine.el (c-beginning-of-statement-1)
10569 (c-crosses-statement-barrier-p): Rewritten to get a well
10570 defined and documented behavior. This fixes some tricky cases
10571 in recognition of do-while constructs.
10572
10573 (c-backward-to-start-of-do, c-backward-to-start-of-if):
10574 Removed; use c-beginning-of-statement-1 instead.
10575
10576 (c-guess-continued-construct, c-guess-basic-syntax):
10577 Various fixes to not depend on the bugs previously in
10578 c-beginning-of-statement-1. Cleanups in cases 18 and 17 to
10579 use the new behavior of c-beginning-of-statement-1 better.
10580 Fixed recognition of catch blocks inside macros.
10581
10582 * progmodes/cc-engine.el (c-backward-syntactic-ws): Fixed bug
10583 in skipping over a macro.
10584
10585 * progmodes/cc-langs.el (c-label-kwds): New variable to
10586 contain the appropriate c-*-label-kwds value.
10587
10588 * progmodes/cc-vars.el (defcustom-c-stylevar): Fixed value
10589 evaluation bug that caused the widget for
10590 c-block-comment-prefix to bug out.
10591
10592 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10593
10594 * progmodes/cc-engine.el (c-guess-basic-syntax):
10595 Improved recognition of statements: They are now recognized in
10596 contexts where they normally can't occur, e.g. on the top level or
10597 in function call arguments. This is mainly useful to recognize
10598 statements in macros at the top level, and in arguments to
10599 macros. The cases has been moved around quite a bit, and case
10600 10 has been copied to case 18. (The cases has not been
10601 renumbered because of this.)
10602
10603 (c-guess-continued-construct): New function which has the
10604 rules which are common between cases 10 and 18.
10605
10606 * progmodes/cc-engine.el (c-beginning-of-statement-1)
10607 (c-backward-to-start-of-do, c-backward-to-start-of-if):
10608 Fixes so that they really obey the passed limits.
10609
10610 (c-safe-position): Return nil if the state doesn't contain a
10611 suitable position.
10612
10613 (c-guess-basic-syntax): Fixes some too short limits in calls
10614 to c-beginning-of-statement-1. Some fixes for top level
10615 analysis in ObjC mode.
10616
10617 * progmodes/cc-engine.el (c-beginning-of-statement-1):
10618 Fixed bug in do-while statements where the body is not a block.
10619
10620 * progmodes/cc-styles.el (c-set-style):
10621 Reset c-special-indent-hook to its global value if in override mode.
10622 Fixes problem where functions on that hook remained after
10623 style switch.
10624
10625 * progmodes/cc-engine.el (c-evaluate-offset, c-get-offset):
10626 Use c-benign-error to report the c-strict-syntax-p error.
10627
10628 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10629
10630 * progmodes/cc-align.el, progmodes/cc-defs.el,
10631 progmodes/cc-cmds.el, progmodes/cc-engine.el, cc-vars.el:
10632 Several fixes to treat macros as code and not literals and to
10633 handle line continuations transparently.
10634
10635 (c-skip-ws-forward, c-skip-ws-backward): New macros to skip
10636 through whitespace and line continuations, but not comments
10637 and macros.
10638
10639 (c-in-literal): No longer recognizes macros as literals by
10640 default. An extra flag argument is required to do that.
10641
10642 (c-macro-start, c-query-macro-start)
10643 (c-query-and-set-macro-start): Added a cache for the macro
10644 start position.
10645
10646 (c-forward-syntactic-ws, c-backward-syntactic-ws): Fixes for
10647 more speed when limits are given. Workaround for bad behavior
10648 in forward-comment in some emacsen when it hits a buffer limit
10649 with a large repeat count.
10650
10651 (c-lineup-macro-cont): Improved behavior when
10652 c-syntactic-indentation-in-macros is nil.
10653
10654 (c-syntactic-indentation-in-macros, c-backslash-max-column)
10655 (c-auto-align-backslashes): New customization variables to
10656 control macro handling.
10657
10658 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
10659 Fixes to handle line continuations.
10660
10661 * progmodes/cc-defs.el, progmodes/cc-styles.el
10662 (c-get-style-variables, c-set-offset): Report style errors
10663 with message and ding instead of error signal. This to avoid
10664 interrupted mode init if there's some style problem.
10665
10666 (c-benign-error): New macro to report errors that doesn't need
10667 to interrupt the operation.
10668
10669 * progmodes/cc-defs.el (c-point): Added eonl and eopl positions.
10670
10671 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10672
10673 * progmodes/cc-cmds.el (c-electric-brace, c-indent-region):
10674 Removed most of the c-state-cache fiddling, since the global
10675 state cache now handles this.
10676
10677 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed bug
10678 when there's an open paren at the very first char of the
10679 visible buffer region.
10680
10681 * progmodes/cc-engine.el (c-parse-state, c-check-state-cache):
10682 Cache the state globally and invalidate it below every buffer
10683 change with the new after change function
10684 `c-check-state-cache'. This gives a considerable performance
10685 boost when editing large functions or classes.
10686
10687 * progmodes/cc-engine.el (c-whack-state-after): Slight optimization.
10688
10689 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10690
10691 * progmodes/cc-engine.el, progmodes/cc-langs.el,
10692 progmodes/cc-align.el: Improvements to syntactic analysis
10693 inside macros:
10694
10695 (c-block-stmt-1-kwds, c-block-stmt-2-kwds): New variables used
10696 by `c-guess-basic-syntax'.
10697
10698 (c-parse-state): Fixed bug with braces inside macros when
10699 using cached state info.
10700
10701 (c-forward-to-cpp-expression): New function to aid in
10702 syntactic analysis inside macros.
10703
10704 (c-beginning-of-statement-1, c-backward-syntactic-ws):
10705 Fixes to work better inside macros.
10706
10707 (c-forward-syntactic-ws): Whitespace between the # and the
10708 command should be allowed in preprocessor directives.
10709
10710 (c-lineup-macro-cont): New lineup function to get context
10711 sensitive indentation inside macros.
10712
10713 (c-offsets-alist): Made `c-lineup-macro-cont' the default for
10714 cpp-macro-cont.
10715
10716 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10717
10718 * progmodes/cc-engine.el (c-beginning-of-statement-1)
10719 (c-forward-syntactic-ws): Fixes to handle continued lines.
10720
10721 (c-backward-to-start-of-if, c-guess-basic-syntax):
10722 Do syntactic analysis inside macros.
10723
10724 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10725
10726 * progmodes/cc-cmds.el (c-indent-region): Did a speedup made
10727 possible by the more flexible state cache.
10728
10729 * progmodes/cc-engine.el (c-parse-state, c-whack-state-before)
10730 (c-whack-state-after, c-hack-state)
10731 (c-narrow-out-enclosing-class, c-guess-basic-syntax):
10732 Improved the state cache system. It now can use partial info from
10733 an old cached state to calculate a new one at a different
10734 position. Removed some kludges to avoid the state cache.
10735 The new functions `c-whack-state-before' and `c-whack-state-after'
10736 replace the now obsolete `c-whack-state'.
10737
10738 * progmodes/cc-engine.el (c-beginning-of-statement-1):
10739 Optimized backing through a macro. This can speed things up
10740 quite a bit when there are long macros before point.
10741
10742 (c-beginning-of-macro): Do not ignore the limit.
10743
10744 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10745
10746 * progmodes/cc-cmds.el (c-electric-continued-statement):
10747 Fixed a bug where the keyword wasn't reindented correctly if
10748 followed by another keyword or identifier.
10749
10750 * progmodes/cc-engine.el (c-parse-state): Ignore closed brace
10751 pairs that are in macros. Fixes some cases where e.g. the
10752 second of two "do { } while (0)" macros after each other
10753 indented differently.
10754
10755 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10756
10757 * progmodes/cc-engine.el (c-beginning-of-macro)
10758 (c-forward-syntactic-ws): Recognize "#!" as a preprocessor
10759 directive when it begins a line, to allow for script
10760 interpreter lines like "#!/usr/bin/pike" at the beginning of
10761 the file.
10762
10763 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10764
10765 * progmodes/cc-engine.el (c-looking-at-inexpr-block):
10766 Recognize brace blocks inside a parenthesis expression as
10767 inexpr-statement. Useful when writing statements as macro arguments.
10768
10769 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10770
10771 * progmodes/cc-cmds.el (c-fill-paragraph, c-do-auto-fill)
10772 (c-mask-comment): Broke out the comment masking code from
10773 `c-fill-paragraph' to a new function `c-mask-comment', to be
10774 able to do the same thing in `c-do-auto-fill'. This should
10775 make auto-fill-mode behave better.
10776
10777 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10778
10779 * progmodes/cc-cmds.el (c-electric-brace, c-electric-paren):
10780 Check `executing-macro' to avoid blinking parens when macros
10781 are executed.
10782
10783 * progmodes/cc-mode.el, progmodes/cc-styles.el
10784 (c-setup-filladapt): Moved from cc-mode.el to cc-styles.el for
10785 consistency with `c-setup-paragraph-variables' (which was
10786 placed there due to the dependency from `c-set-style').
10787
10788 * progmodes/cc-styles.el, progmodes/cc-vars.el: Fixed bug with
10789 incomplete initialization from the style variable fallbacks if
10790 there already is a style called "user" defined when CC Mode
10791 starts up for the first time.
10792
10793 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10794
10795 * progmodes/cc-cmds.el, progmodes/cc-vars.el
10796 (c-comment-indent, c-indent-comment-alist): Added new variable
10797 `c-indent-comment-alist' to allow better control over
10798 `c-comment-indent'.
10799
10800 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10801
10802 * progmodes/cc-align.el (c-lineup-C-comments): Try to match
10803 both `comment-start-skip' and the comment prefix on the
10804 current line with the comment starter, so that we line up
10805 comments which matches `c-comment-prefix-regexp' on the first
10806 line (after the `/') without the need to make
10807 `comment-start-skip' match whatever `c-comment-prefix-regexp' matches.
10808
10809 * progmodes/cc-mode.el, progmodes/cc-styles.el (c-common-init)
10810 (c-set-style-1, c-setup-paragraph-variables): Moved the
10811 variable initialization based on `c-comment-prefix-regexp' to
10812 a new function `c-setup-paragraph-variables', which is now
10813 used both at mode init and when a style that sets
10814 `c-comment-prefix-regexp' is activated.
10815
10816 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10817
10818 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
10819 Better handling of C++ template args to avoid confusion with
10820 `<' and `>' used as operators in member init expressions.
10821
10822 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10823
10824 * progmodes/cc-engine.el (c-most-enclosing-brace)
10825 (c-least-enclosing-brace): Added optional second arg to limit
10826 the search to before a certain point.
10827
10828 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed bug
10829 which could cause incorrect analysis if a cached state is used
10830 (usually only happens when an electric key reindents a line).
10831
10832 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10833
10834 * progmodes/cc-defs.el (c-forward-comment): More idiosyncrasy
10835 insulation. This time for XEmacs 21.
10836
10837 * progmodes/cc-engine.el, progmodes/cc-langs.el:
10838 Improved handling of inheritance lists:
10839
10840 (c-beginning-of-inheritance-list): Rewritten to use a more
10841 syntactically correct method that doesn't get confused by
10842 badly placed linebreaks and comments.
10843
10844 (c-guess-basic-syntax): Several fixes to the handling of
10845 inheritance lists in combination with templates. 'inher-intro
10846 is now anchored on the start of the class declaration and not
10847 the indentation of the current line. Switched places on cases
10848 5D.3 and 5D.4 and made them use more syntactically correct methods.
10849
10850 (c-inher-key): Removed since the code in
10851 `c-guess-basic-syntax' now uses token-based search.
10852
10853 * progmodes/cc-cmds.el, progmodes/cc-mode.el (c-mode-menu):
10854 Added a submenu to access some toggles.
10855
10856 (c-toggle-syntactic-indentation): New function to toggle the
10857 variable `c-syntactic-indentation'.
10858
10859 * progmodes/cc-styles.el (c-set-style): Improved the error
10860 message for incorrect offsets a bit.
10861
10862 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10863
10864 * progmodes/cc-cmds.el (c-indent-exp): Don't require that the
10865 sexp follows point immediately, instead find the closest
10866 following open paren that ends on another line.
10867
10868 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10869
10870 * progmodes/cc-align.el (c-lineup-cascaded-calls):
10871 New indentation function.
10872
10873 * progmodes/cc-engine.el (c-beginning-of-macro): Bugfix for
10874 directives with whitespace between the '#' and the name.
10875
10876 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10877
10878 * progmodes/cc-engine.el (c-forward-syntactic-ws)
10879 (c-backward-syntactic-ws): Handle line continuations as
10880 whitespace. Don't move past a macro if that'd take us past
10881 the limit.
10882
10883 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10884
10885 * progmodes/cc-engine.el (c-beginning-of-macro)
10886 (c-forward-syntactic-ws): Multiline strings begin with `#"' in
10887 Pike, and that shouldn't be confused with a preprocessor directive.
10888
10889 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10890
10891 * progmodes/cc-cmds.el: Extended the kludge to interoperate
10892 with the delsel and pending-del packages wrt to the new
10893 function `c-electric-delete-forward'.
10894
10895 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10896
10897 * progmodes/cc-cmds.el (c-indent-exp): Keep the indentation of
10898 the block itself, i.e. only indent the contents in it.
10899
10900 * progmodes/cc-styles.el (c-set-style): Use the default
10901 argument to completing-read instead of initial-contents, if
10902 the function is recent enough to support it.
10903
10904 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10905
10906 * progmodes/cc-mode.el (c-mode-help-address):
10907 Removed bug-gnu-emacs@gnu.org from the receiver list for bug reports.
10908 I've almost never seen a bug reported this way that should go
10909 to that list, but it's rather common that the reports concern
10910 the combination CC Mode and XEmacs instead.
10911
10912 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10913
10914 * progmodes/cc-cmds.el (c-electric-paren): Fixed bug when both
10915 brace-elseif-brace and brace-catch-brace are active and
10916 there's a "else if"-block before the catch block.
10917
10918 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
10919 Detect function headers that span lines.
10920
10921 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10922
10923 * progmodes/cc-cmds.el (c-electric-brace)
10924 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
10925 Check for last on line only for doing the auto-newline-mode
10926 stuff, not for the reindentation.
10927
10928 * progmodes/cc-cmds.el (c-electric-brace): Fixed bugs in the
10929 handling of c-syntactic-indentation: When it's nil, indent the
10930 new lines but don't reindent the current one. Reindent the
10931 line only when the inserted brace comes first on it, instead
10932 of last.
10933
10934 * progmodes/cc-cmds.el (c-electric-brace)
10935 (c-electric-semi&comma): Fixed two places where
10936 c-syntactic-indentation wasn't heeded.
10937
10938 * progmodes/cc-cmds.el (c-electric-pound): Don't be electric
10939 inside a macro.
10940
10941 * progmodes/cc-engine.el (c-backward-to-start-of-if): Try a
10942 little harder to find a fallback position when an orphan else
10943 is found. Fixed case where an else following a do-while
10944 statement could be associated with an if inside the do-while.
10945
10946 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10947
10948 * progmodes/cc-cmds.el (c-guess-fill-prefix): Tuned the dwim
10949 for the fallback to add a single space after the comment prefix.
10950
10951 * progmodes/cc-cmds.el (c-indent-new-comment-line): Somewhat better
10952 behavior in some special cases, especially for single-line comments.
10953 Avoid breaking up a comment starter or ender.
10954
10955 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10956
10957 * progmodes/cc-cmds.el (c-outline-level): Applied patch from
10958 the Emacs sources to make this work in invisible text.
10959
10960 * progmodes/cc-langs.el (c-switch-label-key): Fixed regexp to
10961 not be confused by a later ':' on the same line as the label.
10962
10963 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10964
10965 * progmodes/cc-cmds.el, progmodes/cc-mode.el
10966 (c-electric-delete, c-electric-delete-forward):
10967 Split `c-electric-delete' into two functions where
10968 `c-electric-delete-forward' always deletes forward and
10969 `c-electric-delete' only contains the code necessary for
10970 XEmacs to choose between backward and forward deletion.
10971 `c-electric-delete-forward' is now bound to C-d to get the
10972 electric behavior on that key too.
10973
10974 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10975
10976 * progmodes/cc-cmds.el (c-fill-paragraph): Fixed bogus direct
10977 use of c-comment-prefix-regexp, which caused an error when
10978 it's a list.
10979
10980 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10981
10982 * progmodes/cc-mode.el, progmodes/cc-vars.el (c-common-init)
10983 (c-default-style): Removed the hardcoded switch to "java" style
10984 in Java mode. It's instead taken care of by the default value
10985 for c-default-style.
10986
10987 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10988
10989 * progmodes/cc-align.el (c-lineup-math): Fix bug where lineup
10990 was triggered by equal signs in string literals.
10991
10992 2002-04-21 Kim F. Storm <storm@cua.dk>
10993
10994 * subr.el (insert-buffer-substring-no-properties): New function.
10995 (insert-buffer-substring-as-yank): New function.
10996
10997 2002-04-21 Glenn Morris <gmorris@ast.cam.ac.uk>
10998
10999 * scroll-all.el (minor-mode-alist): Fix usage of `scroll-all-mode'.
11000 (scroll-all-page-down-all, scroll-all-page-up-all) Remove `fkey-'
11001 prefix from scroll commands. Ignore end-of-buffer errors from
11002 other windows.
11003 (scroll-all-check-to-scroll): Remove `fkey-' prefix from scroll
11004 commands.
11005 (scroll-all-beginning-of-buffer-all, scroll-all-end-of-buffer-all):
11006 New functions.
11007
11008 * files.el: (auto-mode-alist): .f95 files in f90-mode.
11009
11010 * progmodes/fortran.el: (fortran-beginning-do): Make regexp match
11011 a DO statement irrespective of numeric label.
11012
11013 2002-04-20 Glenn Morris <gmorris@ast.cam.ac.uk>
11014
11015 * files.el (auto-save-file-name-transforms): Doc fix.
11016 Add third element to "uniquify" filenames.
11017 (make-auto-save-file-name): Use new element of
11018 auto-save-file-name-transforms.
11019 * startup.el (command-line): Add third element to
11020 auto-save-file-name-transforms.
11021
11022 2002-04-19 Stefan Monnier <monnier@cs.yale.edu>
11023
11024 * files.el (file-name-non-special): Don't mangle the 0'th arg and the
11025 return value of file-name-completion and file-name-all-completions.
11026
11027 2002-04-19 Glenn Morris <gmorris@ast.cam.ac.uk>
11028
11029 * progmodes/f90.el: Update maintainer.
11030 (f90-line-continued): Recognize blank/comment lines embedded in
11031 continuation lines.
11032 (f90-looking-at-program-block-start): No extra indentation after
11033 function or subroutine keyword appears in single quotes.
11034
11035 2002-04-19 Miles Bader <miles@gnu.org>
11036
11037 * custom.el (customize-mark-to-save, customize-mark-as-set)
11038 (custom-quote): Moved here from `cus-edit.el'.
11039 * cus-edit.el (customize-mark-to-save, customize-mark-as-set)
11040 (custom-quote): Moved to `custom.el'.
11041
11042 2002-04-18 Richard M. Stallman <rms@gnu.org>
11043
11044 * facemenu.el (list-text-properties-at): Command deleted.
11045
11046 * rect.el (insert-rectangle): Use insert-for-yank.
11047
11048 * register.el (insert-register): Use insert-for-yank.
11049 (describe-register-1): Discard text props in yank-excluded-properties.
11050
11051 * toolbar/tool-bar.el (tool-bar-local-item-from-menu):
11052 Fix parts in construction of `menu-item' item at end.
11053
11054 * mail/mailabbrev.el (mail-mode-abbrev-table): Delete defvar.
11055
11056 * subr.el (insert-for-yank): New function.
11057
11058 * simple.el (yank-excluded-properties): New user option.
11059 (yank-pop, yank): Use insert-for-yank.
11060
11061 2002-04-19 Kim F. Storm <storm@cua.dk>
11062
11063 * simple.el (pop-to-mark-command): Do not set this-command.
11064 (set-mark-command): Always jump to mark when called with arg.
11065
11066 2002-04-18 Francesco Potort\e,Al\e(B <pot@gnu.org>
11067
11068 * comint.el (comint-watch-for-password-prompt): Remove whitespace
11069 at the beginning of password prompts.
11070
11071 2002-04-18 Andrew Innes <andrewi@gnu.org>
11072
11073 * facemenu.el: Remove require of wid-edit.
11074
11075 2002-04-17 Colin Walters <walters@verbum.org>
11076
11077 * ibuffer.el (ibuffer-visit-buffer): Optionally allow reducing to
11078 one window.
11079 (ibuffer-visit-buffer-1-window): Simply call `ibuffer-visit-buffer'.
11080 (ibuffer-current-state-list): Reinstate optional argument; now
11081 just call `point' inside the mapping function.
11082
11083 2002-04-17 Francesco Potort\e,Al\e(B <pot@gnu.org>
11084
11085 * dired-aux.el (dired-star-subst-regexp)
11086 (dired-quark-subst-regexp): New constants.
11087 (dired-do-shell-command, dired-shell-stuff-it): Use them.
11088 (dired-do-shell-command): Raise an error if both `*' and `?'
11089 substitution marks are used in the same command.
11090 (dired-shell-stuff-it): Substitute all instances of `*' and `?'
11091 in a command given via dired-do-shell-command.
11092
11093 * comint.el (comint-password-prompt-regexp): Match "Repeat passphrase".
11094
11095 2002-04-16 Jason Rumney <jasonr@gnu.org>
11096
11097 * international/mule-cmds.el (locale-preferred-coding-systems):
11098 Add "jpn".
11099
11100 2002-04-16 Eli Zaretskii <eliz@is.elta.co.il>
11101
11102 * term.el (term-emulate-terminal): Fix last change.
11103
11104 2002-04-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11105
11106 * bindings.el (mode-line-mode-menu): Update names to reflect
11107 latest changes.
11108
11109 2002-04-16 Mike Williams <mdub@bigfoot.com>
11110
11111 * textmodes/sgml-mode.el (sgml-at-indentation-p): Move to fix
11112 compilation error.
11113
11114 2002-04-16 Michael Kifer <kifer@cs.stonybrook.edu>
11115
11116 * viper-ex.el: Patch by Samuel Padgett. Copyright papers received.
11117 (viper-ex-print-buf-name): New variable.
11118 (viper-ex-print-buf): New variable.
11119 (ex-token-alist): Invoke ex-print on ":print" Ex commands.
11120 (ex-g-marks): New variable.
11121 (ex-print): New function.
11122 (ex-print-display-lines): New function.
11123
11124 * viper.el (viper-set-hooks): Add window-setup-hook, which sets
11125 the cursor color.
11126
11127 * ediff-util.el (ediff-cleanup-mess): Delete ctl window on exit
11128 when the window is not in its own frame.
11129 (ediff-clone-buffer-for-region-comparison): More robust window
11130 arrangement while prompting for regions to compare.
11131 (ediff-make-cloned-buffer): Use generate-new-buffer-name.
11132 (ediff-inferior-compare-regions): Deleted unused vars
11133 ctl-buf and quit-now.
11134
11135 2002-04-15 Richard M. Stallman <rms@gnu.org>
11136
11137 * facemenu.el (facemenu-add-new-face): Use this only for faces.
11138 Delete arg MENU.
11139 (facemenu-add-new-color): New function.
11140 (facemenu-set-foreground, facemenu-set-background):
11141 Use facemenu-add-new-color.
11142
11143 2002-04-15 Eli Zaretskii <eliz@is.elta.co.il>
11144
11145 * ediff-init.el (ediff-current-diff-face-A)
11146 (ediff-current-diff-face-B, ediff-current-diff-face-C)
11147 (ediff-current-diff-face-Ancestor, ediff-fine-diff-face-A)
11148 (ediff-fine-diff-face-B, ediff-fine-diff-face-C)
11149 (ediff-fine-diff-face-Ancestor, ediff-even-diff-face-A)
11150 (ediff-even-diff-face-B, ediff-even-diff-face-C)
11151 (ediff-even-diff-face-Ancestor, ediff-odd-diff-face-A)
11152 (ediff-odd-diff-face-B, ediff-odd-diff-face-C)
11153 (ediff-odd-diff-face-Ancestor): Add special color definitions for
11154 tty and MS-DOS displays.
11155
11156 2002-04-15 Andrew Innes <andrewi@gnu.org>
11157
11158 * facemenu.el: Require wid-edit.
11159
11160 2002-04-15 Miles Bader <miles@gnu.org>
11161
11162 * faces.el (highlight): Force foreground to be black on a tty, so
11163 this face is readable on a dark-background tty.
11164 * wid-edit.el (widget-field-face, widget-single-line-field-face):
11165 Likewise.
11166
11167 2002-04-14 Kim F. Storm <storm@cua.dk>
11168
11169 * simple.el (pop-to-mark-command, push-mark-command): New commands.
11170 (set-mark-command): Use them.
11171 Enhanced functionality when command is repeated:
11172 - If first command set the mark (no prefix arg), repeat temporarily
11173 enables transient-mark-mode.
11174 - If first command jumped to mark off ring (with argument),
11175 repeat (with or without arg) jump to next mark off ring.
11176 - Use C-u C-u prefix to set mark after jump.
11177 (exchange-point-and-mark): Temporarily enable transient-mark-mode
11178 if prefix arg.
11179
11180 2002-04-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11181
11182 * speedbar.el (speedbar-tag-hierarchy-method)
11183 (speedbar-toggle-updates, speedbar-toggle-images): Doc fixes.
11184
11185 2002-04-14 Mike Williams <mdub@bigfoot.com>
11186
11187 * textmodes/sgml-mode.el (sgml-parse-tag-backward): Fix to work at
11188 beginning of buffer.
11189
11190 2002-04-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11191
11192 * speedbar.el (speedbar-generic-item-info)
11193 (speedbar-sort-tags): Doc fix.
11194 (speedbar-add-supported-extension): Fix typo in interactive spec.
11195
11196 2002-04-13 Colin Walters <walters@verbum.org>
11197
11198 * ibuffer.el (ibuffer-forward-line): Just skip header if we're
11199 only moving one line forward.
11200 (ibuffer-map-lines): Preserve point position even if we delete
11201 lines. Only call mapping functions with buffer and mark
11202 arguments; the other two were unused.
11203 (ibuffer-redisplay, ibuffer-update): Always skip special areas.
11204
11205 * ibuf-macs.el, ibuf-ext.el: Update callers of `ibuffer-map-lines'.
11206
11207 * calc/calc-bin.el (math-format-radix-float): Use `when'.
11208
11209 * calc/calc.el (math-format-number): Load `calc-ext' before we
11210 call `math-group-float'.
11211
11212 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
11213 Renamed from `gamegrid-add-score'.
11214 (gamegrid-add-score-insecure): Restored from the old
11215 `gamegrid-add-score'.
11216 (gamegrid-add-score): Just dispatch on `system-type' to one of the
11217 previous two functions.
11218
11219 2002-04-13 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11220
11221 * iswitchb.el: Update commentary to include new function
11222 iswitchb-exclude-nonmatching.
11223
11224 2002-04-12 John Wiegley <johnw@gnu.org>
11225
11226 * eshell/esh-ext.el (eshell-script-interpreter): Fix for CRLF
11227 operating systems to the regexp used to detect a script's interpreter.
11228
11229 2002-04-12 Eli Zaretskii <eliz@is.elta.co.il>
11230
11231 * frame.el (frames-on-display-list): Use `equal' to compare the
11232 `display' frame parameter to the argument DISPLAY.
11233
11234 2002-04-12 Dave Love <fx@gnu.org>
11235
11236 * help.el (string-key-binding): Deal with margin events.
11237
11238 2002-04-12 Francesco Potort\e,Al\e(B <pot@gnu.org>
11239
11240 * comint.el (comint-password-prompt-regexp): Match " SMB password".
11241
11242 2002-04-11 Stefan Monnier <monnier@cs.yale.edu>
11243
11244 * sort.el (sort-reorder-buffer): Don't assume point-min == 1.
11245
11246 * xt-mouse.el (xterm-mouse-mode): Use define-minor-mode.
11247
11248 * emacs-lisp/lucid.el (device-class, buffer-syntactic-context)
11249 (buffer-syntactic-context-depth): New funs.
11250
11251 * emacs-lisp/edebug.el (edebug-eval-defun): Don't use defconst
11252 on variables.
11253
11254 * emacs-lisp/debug.el (debug-on-entry): Use push.
11255 (debugger-make-xrefs): Don't assume point-min == 1.
11256
11257 * progmodes/cc-engine.el (c-backward-to-start-of-if):
11258 Don't assume point-min == 1.
11259
11260 * progmodes/etags.el (etags-verify-tags-table, etags-snarf-tag)
11261 (etags-list-tags, etags-tags-apropos, select-tags-table):
11262 Don't assume point-min == 1.
11263
11264 2002-04-12 Mike Williams <mdub@bigfoot.com>
11265
11266 * textmodes/sgml-mode.el (sgml-guess-indent): New function.
11267
11268 2002-04-11 Stefan Monnier <monnier@cs.yale.edu>
11269
11270 * textmodes/fill.el (fill-context-prefix): Fix up last change.
11271
11272 * simple.el (line-move): Use memq rather than or.
11273 (transpose-sexps): Don't presume as much of forward-sexp's behavior.
11274 (do-auto-fill): Use fill-move-to-break-point.
11275 (syntax-code-table): Remove.
11276
11277 * textmodes/fill.el (canonically-space-region): Obey sentence-end.
11278 Don't add spaces at end of sentences at end of line.
11279 (fill-move-to-break-point): Make sure the result is always greater
11280 than linebeg, so we ensure forward progress.
11281 (fill-region-as-paragraph): Compare to `to' rather than eobp.
11282 (fill-paragraph): Don't rebind fill-paragraph-function.
11283
11284 2002-04-11 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11285
11286 * menu-bar.el (menu-bar-adv-search-menu): Add incremental search.
11287
11288 2002-04-11 Andreas Schwab <schwab@suse.de>
11289
11290 * files.el (file-name-non-special): Handle return value of t from
11291 `file-name-completion'.
11292
11293 2002-04-10 Stefan Monnier <monnier@cs.yale.edu>
11294
11295 * textmodes/fill.el (fill-context-prefix): Match the two prefixes
11296 differently to avoid pathological exponential-time case.
11297 (adaptive-fill-regexp): Add ! and %.
11298 (fill-delete-prefix): Remove indentation while removing prefix.
11299 (fill-delete-newlines): Obey sentence-end.
11300 (fill-move-to-break-point, fill-newline): New functions extracted
11301 from fill-region-as-paragraph.
11302 (fill-region-as-paragraph): Use them.
11303 Don't fiddle with fill-indent-according-to-mode.
11304
11305 2002-04-10 Colin Walters <walters@verbum.org>
11306
11307 * play/snake.el (snake-score-file): Default to just "snake-scores".
11308
11309 * play/tetris.el (tetris-score-file): Likewise.
11310
11311 * play/gamegrid.el (gamegrid-add-score): Rewrite from scratch to
11312 use `update-game-score'.
11313
11314 * ibuffer.el (ibuffer-canonicalize-state-list): Delete unused function.
11315 (ibuffer-current-buffers-with-marks): Don't call `buffer-list'
11316 ourselves; take it as an argument. Caller updated.
11317 (ibuffer-mode): Make mode-class special.
11318
11319 2002-04-10 Richard M. Stallman <rms@gnu.org>
11320
11321 * dired.el (dired-view-command-alist): New variable.
11322 (dired-view-file): Use external viewers for some files names.
11323
11324 * mouse.el (mouse-drag-region-1): Display region highlight
11325 only in the selected window.
11326
11327 * subr.el (remove-hook): When there are no more local hooks,
11328 kill the buffer-local value.
11329
11330 * isearch.el (isearch-mode): Don't call make-frame-visible
11331 if frame is already visible.
11332
11333 * cus-face.el (custom-face-attributes): Fix typo in `ultra-bold'.
11334
11335 2002-04-09 Emmanuel Briot <briot@act-europe.fr>
11336
11337 * progmodes/ada-prj.el: Add support for the new project file
11338 fields: gnatfind-opt, debug-pre-cmd and debug-post-cmd.
11339 Fix widget handling for Emacs 21. ada-mode now only supports a single
11340 active project file, instead of one per buffer. This is far less
11341 confusing.
11342
11343 * progmodes/ada-stmt.el: Menu changed from Statements to Templates.
11344 (ada-func-or-proc-name): Get real subprogram name, after change in
11345 ada-mode.el.
11346
11347 * progmodes/ada-xref.el: Ada-mode no longer supports a different
11348 project file per buffer. This was too complex. Instead, there is
11349 now a single active project file at any given time, and the user
11350 can switch the active one through the Ada menu. This revision
11351 also provides better handling of the Windows command line, and the
11352 various available shells on that platform. ada-mode is now fully
11353 integrated with the GNU visual debugger gvd, see
11354 http://libre.act-europe.fr.
11355 (ada-prj-default-comp-opt): Use the new GNAT switch -gnatQ.
11356 This is only available with GNAT 3.14.
11357 (ada-prj-gnatfind-switches, ada-cd-command): New variable.
11358 (ada-quote-cmd): New function.
11359 (ada-initialize-runtime-library): Get the location of the actual
11360 runtime the compiler will be using, including support for
11361 cross-platform environments.
11362 (ada-treat-cmd-string): Add support for the new variable
11363 ${full_current} add support for debug-pre-cmd and debug-post-cmd,
11364 two commands to run just prior to running the debugger, and just
11365 after starting it. This provide better support for cross-platform
11366 and remote debugging.
11367 (ada-get-absolute-dir): Remove, replace with expand-file-name.
11368 (ada-gdb-application): New parameter executable-name.
11369 (ada-get-ali-file-name): Better handling of separate packages.
11370 Checkin on behalf of the ada-mode maintainer.
11371
11372 * progmodes/ada-mode.el (ada-case-exception-file)
11373 (ada-indent-handle-comment-special): New variables.
11374 (ada-case-exception-substring): New variable. Casing exceptions
11375 can now also be defined for substrings, in addition to full
11376 identifier names. This provides more flexibility.
11377 (ada-align-list): New fun, provide support for align.el in ada-mode.
11378 (ada-procedure-start-regexp): Add support for operators and
11379 generic formal subprograms and packages.
11380 (ada-imenu-comment-re): New variable.
11381 (ada-imenu-generic-expression): Add support for protected types.
11382 (ada-mode): Set comment-start only after running ada-mode-hook, so
11383 that the user can change ada-comment-start in the hook.
11384 Add support for ispell in comments. Add support for align.el.
11385 (ada-save-exception-file, ada-create-case-exception-substring)
11386 (ada-adjust-case-substring): New functions.
11387 (ada-get-current-indent): Properly handles keywords with uppercases.
11388 (ada-goto-matching-end): Rewritten, fixes problems in the handling
11389 of nested blocks.
11390 (ada-untab-hard): Do not touch the contents of comments and strings.
11391
11392 2002-04-09 Mike Williams <mdub@bigfoot.com>
11393
11394 * textmodes/sgml-mode.el (sgml-lexical-context):
11395 Use sgml-parse-tag-backward to find start point.
11396 (sgml-looking-back-at): Doc fix.
11397
11398 2002-04-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11399
11400 * isearch.el (isearch-message-prefix): Use minibuffer-prompt face
11401 for prompt.
11402
11403 2002-04-08 Stefan Monnier <monnier@cs.yale.edu>
11404
11405 * autorevert.el (auto-revert-mode, global-auto-revert-mode):
11406 Use define-minor-mode.
11407 (auto-revert-buffers): Use with-current-buffer.
11408 Avoid changing the minor modes.
11409
11410 * international/iso-acc.el (iso-accents-accent-key): Use `vector'
11411 rather than char-to-string since last-input-char can be any event.
11412
11413 * international/titdic-cnv.el (tit-dictionary):
11414 Use defvar for non-constants.
11415
11416 * progmodes/cwarn.el (global-cwarn-mode): Use define-minor-mode.
11417 (global-cwarn-mode): Use easy-mmode-define-global-mode.
11418 (cwarn-font-lock-keywords): New function.
11419 Replaces cwarn-font-lock-remove-keywords cwarn-font-lock-add-keywords.
11420 (cwarn-font-lock-match): New macro.
11421 (cwarn-font-lock-match-assignment-in-expression)
11422 (cwarn-font-lock-match-dangerous-semicolon)
11423 (cwarn-font-lock-match-reference): Use it.
11424
11425 * progmodes/cperl-mode.el (cperl-make-face, cperl-force-face):
11426 Use defvar rather than defconst since it's meant to be settable.
11427 (cperl-syntax-done-to): Don't hardcode 1 as (point-min).
11428 (cperl-fix-line-spacing): Add missing \ in [ t].
11429
11430 * loadup.el: Call ucs-unify-8859 directly rather than
11431 unify-8859-on-encoding-mode.
11432 (fns-*.el): Don't use it anymore. Keep the load-history in purespace.
11433
11434 * textmodes/sgml-mode.el (sgml-comment-indent-new-line): New fun.
11435 (sgml-mode): Use it for comment-line-break-function.
11436
11437 2002-04-08 Jason Rumney <jasonr@gnu.org>
11438
11439 * international/mule-cmds.el (reset-language-environment):
11440 Handle coding-systems not being defined yet.
11441
11442 2002-04-08 Sam Steingold <sds@gnu.org>
11443
11444 * vc-cvs.el (vc-cvs-valid-version-number-p): New function.
11445 (vc-cvs-checkin): Use it.
11446
11447 2002-04-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11448
11449 * files.el (display-time-string): Fix last change.
11450
11451 2002-04-07 Sam Steingold <sds@gnu.org>
11452
11453 * vc-cvs.el (vc-cvs-checkin): Pass the required argument to `error'.
11454
11455 2002-04-07 Jason Rumney <jasonr@gnu.org>
11456
11457 * international/mule-cmds.el (set-default-coding-systems)
11458 (reset-language-environment): Preserve eols on
11459 default-process-coding-system.
11460 (coding-system-change-text-conversion): Fix case where CODING is nil.
11461
11462 2002-04-07 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11463
11464 * subr.el (play-sound): Move here from simple.el.
11465
11466 * simple.el (play-sound): Move to subr.el.
11467
11468 2002-04-06 Richard M. Stallman <rms@gnu.org>
11469
11470 * files.el (display-time-string-forms): Mark as risky.
11471
11472 * enriched.el (enriched-decode-foreground, enriched-decode-background):
11473 Use proper format for desired elts of `face' property.
11474 Don't test display-color-p; make the properties unconditionally.
11475
11476 * progmodes/compile.el (compilation-error-regexp-alist):
11477 New alternatives for FILE:LINE.COL and for ranges of columns and lines.
11478
11479 2002-04-06 Per Abrahamsen <abraham@dina.kvl.dk>
11480
11481 * progmodes/cc-vars.el (c-block-comment-prefix): Specify :value
11482 for customization type.
11483 Reported by Mattias Fredsberg <mattias.fredsberg@active-tv.com>.
11484
11485 2002-04-06 Mike Williams <mdub@bigfoot.com>
11486
11487 * textmodes/xml-lite.el: Remove.
11488
11489 2002-04-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11490
11491 * simple.el (play-sound): New function (uses play-sound-internal).
11492
11493 2002-04-04 Richard M. Stallman <rms@gnu.org>
11494
11495 * files.el (mode-line-format, mode-line-modified)
11496 (mode-line-mule-info, mode-line-buffer-identification)
11497 (mode-line-modes, mode-line-position): Explicitly mark as risky.
11498 (hack-one-local-variable): Don't recognize "mode-line-..." as risky.
11499
11500 * calendar/solar.el (solar-northern-spring-or-summer-season): Doc fix.
11501
11502 * mail/mailabbrev.el (mail-abbrev-make-syntax-table):
11503 Use (syntax-table), not old-syntax-table.
11504
11505 * enriched.el (enriched-decode-foreground)
11506 (enriched-decode-background): Don't call facemenu-get-face.
11507
11508 2002-04-04 Mike Williams <mdub@bigfoot.com>
11509
11510 * textmodes/sgml-mode.el: Add missing require.
11511 (sgml-lexical-context): Fix up CDATA detection for boundary cases.
11512
11513 2002-04-03 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11514
11515 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line): Move to
11516 spot indicated by text property `cvs-goal-column', if present.
11517
11518 * pcvs-info.el (cvs-fileinfo-pp): Use text property
11519 `cvs-goal-column' to indicate position of file name (if present).
11520
11521 2002-04-03 Richard M. Stallman <rms@gnu.org>
11522
11523 * mail/mailabbrev.el (mail-abbrev-complete-alias):
11524 Call mail-abbrev-make-syntax-table.
11525
11526 * format.el (format-deannotate-region): Doc fix.
11527
11528 * enriched.el (enriched-face-ans): Delete special treatment
11529 for fg:... and bg:... faces.
11530 (enriched-decode-foreground): Return a list that specifies
11531 the foreground color, rather than creating a face.
11532 (enriched-decode-background): Likewise.
11533
11534 * shell.el (shell-mode): Don't reinit comint-input-ring
11535 if that was already done.
11536
11537 2002-04-03 Edward M. Reingold <reingold@emr.cs.iit.edu>
11538
11539 * solar.el (solar-spring-or-summer-season): Delete.
11540 (solar-northern-spring-or-summer-season): New variable.
11541 (solar-sunrise-and-sunset, solar-moment, solar-sunrise-sunset):
11542 Rewrite.
11543
11544 * solar.el (diary-sabbath-candles-minutes): New variable.
11545 (diary-sabbath-candles): Use it instead of fixed 18 minutes.
11546
11547 * calendar.el (update-calendar-mode-line): Force mode-line update.
11548 Make date under the cursor available as `date' in
11549 calendar-mode-line-format.
11550 Eval items in calendar-mode-line-format list.
11551
11552 * cal-tex.el (cal-tex-hook, cal-tex-year-hook, cal-tex-month-hook)
11553 (cal-tex-week-hook, cal-tex-daily-hook): Add doc strings.
11554
11555 * cal-tex.el (cal-tex-latexify-list): Fix doc string.
11556
11557 * cal-tex.el (cal-tex-insert-day-names): LaTeXify day names.
11558 (cal-tex-cursor-week-iso, cal-tex-week-hours, cal-tex-weekly4-box)
11559 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
11560 (cal-tex-daily-page, cal-tex-mini-calendar): LaTeXify day names.
11561
11562 * cal-tex.el: Change all instances (interactive "P") to
11563 (interactive "p").
11564 (cal-tex-cursor-month): Add hfill and newline at end of month that
11565 ended on Saturday.
11566 (cal-tex-preamble): Change to LaTeX2e.
11567 (cal-tex-cursor-filofax-year): Don't use default month names in
11568 LaTeX macros in case user changes them.
11569 (cal-tex-month-name): New function. Used throughout in case user
11570 has done something funny with month names.
11571
11572 * cal-hebrew.el (holiday-rosh-hashanah-etc): Spelling correction.
11573 (diary-rosh-hodesh): Spelling correction.
11574
11575 2002-04-03 Mike Williams <mdub@bigfoot.com>
11576
11577 * textmodes/sgml-mode.el (sgml-lexical-context)
11578 (sgml-parse-tag-backward): Extend support for CDATA to include
11579 conditional sections.
11580
11581 2002-04-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11582
11583 * cus-start.el: Rename `autoselect-window' to
11584 `mouse-autoselect-window'.
11585
11586 2002-04-02 Richard M. Stallman <rms@gnu.org>
11587
11588 * files.el (hack-one-local-variable):
11589 Clear text props from string value.
11590
11591 2002-04-02 Stefan Monnier <monnier@cs.yale.edu>
11592
11593 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
11594 (f90-procedures-re, f90-operators-re, f90-hpf-keywords-re):
11595 Use regexp-opt.
11596 (f90-keywords-re, f90-keywords-level-3-re): Add `pure' and `elemental'
11597 from F95.
11598 (f90-procedures-re): Add `null' and `cpu_time' from F95.
11599 (f90-font-lock-keywords-1): Minor reorganization so we don't need
11600 `override' any more.
11601 (f90-font-lock-keywords-3): Use `keep' rather than `override'.
11602 (f90-indent-subprogram): Use indent-region.
11603 (f90-break-line): Use indent-according-to-mode.
11604
11605 2002-04-02 Mike Williams <mdub@bigfoot.com>
11606
11607 * textmodes/sgml-mode.el (sgml-close-tag): Rename from
11608 sgml-insert-end-tag. Simplify by using sgml-lexical-context.
11609 (sgml-get-context): Remove use of sgml-inside-tag-p.
11610 (sgml-inside-tag-p): Remove.
11611 (sgml-looking-back-at): Short-circuit at beg of buffer.
11612 (sgml-lexical-context, sgml-calculate-indent): Add support for
11613 CDATA sections.
11614
11615 2002-04-01 Stefan Monnier <monnier@cs.yale.edu>
11616
11617 * help.el (help-key-description): New fun.
11618 (describe-key-briefly, describe-key): Use it and
11619 this-single-command-raw-keys plus new arg `untranslated'.
11620
11621 * textmodes/sgml-mode.el (sgml-at-indentation-p, sgml-tag)
11622 (sgml-parse-tag-name, sgml-looking-back-at, sgml-parse-tag-backward)
11623 (sgml-inside-tag-p, sgml-get-context, sgml-show-context)
11624 (sgml-insert-end-tag): New funs taken from xml-lite.el.
11625 (sgml-calculate-indent): Use them.
11626 (sgml-slash-matching): Rename from sgml-slash.
11627 (sgml-slash): Copied from xml-lite and changed to use
11628 sgml-slash-matching and sgml-quick-keys.
11629
11630 * international/mule-cmds.el (standard-keyboard-coding-systems):
11631 Add koi8-u and koi8-r.
11632
11633 * eshell/.cvsignore: New file.
11634
11635 * eshell/esh-groups.el: Remove.
11636
11637 * progmodes/tcl.el: Change maintainer.
11638 (tcl-electric-hash-style): Change default to nil.
11639 (tcl-imenu-generic-expression): Use tcl-proc-regexp.
11640 (tcl-do-auto-fill): Remove.
11641 (tcl-auto-fill-mode): Rewrite using comment-auto-fill-only-comments.
11642
11643 2002-04-01 Mike Williams <mdub@bigfoot.com>
11644
11645 * textmodes/sgml-mode.el: Doc fixes.
11646 (sgml-mode): Set indent-line-function to sgml-indent-line.
11647 (sgml-calculate-indent): Add an explicit check for 'text syntax,
11648 to protect against future enhancements to sgml-lexical-context.
11649 (sgml-empty-tag-p, sgml-unclosed-tag-p): New funcs.
11650
11651 * textmodes/xml-lite.el: Removed much redundant stuff.
11652 (xml-lite-parse-tag-backward): Simplify parsing by assuming we
11653 always start within text. Make use of sgml-unclosed-tag-p.
11654
11655 2002-04-01 Ville Skytt\e,Ad\e(B <ville.skytta@xemacs.org>
11656
11657 * tcl.el (tcl-imenu-generic-expression): New value.
11658 (tcl-imenu-create-index-function): Function deleted.
11659 (tcl-mode): Check for filladapt-mode.
11660 Use tcl-imenu-generic-expression instead of
11661 tcl-imenu-create-index-function.
11662 (inferior-tcl-mode): Doc fix.
11663 Change not legally significant.
11664
11665 2002-04-01 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11666
11667 * cus-start.el: Rename `x-autoselect-window' to `autoselect-window'.
11668
11669 * window.el (handle-select-window): New function.
11670 Update copyright.
11671
11672 2002-04-01 Richard M. Stallman <rms@gnu.org>
11673
11674 * info.el (info-tool-bar-map): Use tool-bar-local-item-from-menu.
11675
11676 * toolbar/tool-bar.el (tool-bar-local-item): Renamed from
11677 tool-bar-add-item, and new arg MAP.
11678 (tool-bar-add-item): Now calls tool-bar-local-item.
11679 (tool-bar-local-item-from-menu): Renamed from
11680 tool-bar-add-item-from-menu, and new arg IN-MAP.
11681 (tool-bar-add-item-from-menu): Now calls tool-bar-local-item-from-menu.
11682
11683 * help-fns.el (help-with-tutorial): Allow various ways
11684 to specify the text in the [...] line, in handling the <...> line.
11685
11686 * progmodes/idlw-rinfo.el (idlwave-system-routines):
11687 WOLRDTITLE => WORLDTITLE. SUPRESS_VALUE => SUPPRESS_VALUE.
11688
11689 * subr.el (redraw-modeline): Define alias.
11690
11691 2002-03-31 Richard M. Stallman <rms@gnu.org>
11692
11693 * files.el (file-expand-wildcards): Use save-match-data.
11694
11695 * files.el (format-alist): Mark as risky.
11696
11697 * simple.el (kill-new): Doc fix.
11698
11699 * emacs-lisp/byte-opt.el (side-effect-free-fns)
11700 (side-effect-and-error-free-fns): Add many functions, remove some.
11701
11702 2002-03-30 Richard M. Stallman <rms@gnu.org>
11703
11704 * menu-bar.el (menu-bar-tools-menu): Rename gdb item to say GDB.
11705
11706 2002-03-30 Eli Zaretskii <eliz@gnu.org>
11707
11708 * font-lock.el (save-buffer-state): Fix last change.
11709
11710 * files.el (auto-save-file-name-transforms): Fix last change.
11711
11712 * startup.el (command-line): Fix last change.
11713
11714 2002-03-29 Richard M. Stallman <rms@gnu.org>
11715
11716 * subr.el (play-sound-file): Moved to simple.el.
11717
11718 * simple.el (play-sound-file): Moved from subr.el, made unconditional.
11719
11720 2002-03-29 Colin Walters <walters@verbum.org>
11721
11722 * ibuffer.el (ibuffer-mark-interactive): Use `ibuffer-forward-line'
11723 instead of `forward-line'.
11724 (ibuffer-forward-line): Be sure to skip over special properties
11725 before moving, too.
11726
11727 * calc/calc.el (calc-was-split): Var deleted.
11728 (calc): Remove reference to it.
11729 (calc): Ditto.
11730 (calc-quit): Ditto.
11731 (calc-init-base): Ditto.
11732
11733 * calc/calc-misc.el (calc-delete-windows-keep): Function deleted.
11734
11735 2002-03-29 Stefan Monnier <monnier@cs.yale.edu>
11736
11737 * textmodes/sgml-mode.el (sgml-lexical-context): Return (text . START)
11738 instead of nil when point is outside of any tag.
11739 (sgml-beginning-of-tag): Adjust to the change.
11740 (sgml-calculate-indent): Use the new info returned by
11741 sgml-lexical-context. Try to handle unclosed tags.
11742
11743 * textmodes/xml-lite.el (xml-lite-get-context): Don't stop parsing
11744 at unclosed tags unless it is at indentation.
11745 Kill nested unclosed tags.
11746 (xml-lite-calculate-indent, xml-lite-indent-line): Remove.
11747 (xml-lite-mode): Use sgml-indent-line instead.
11748
11749 2002-03-29 Eli Zaretskii <eliz@is.elta.co.il>
11750
11751 * files.el (auto-save-file-name-transforms): Don't run "\\2" via
11752 expand-file-name.
11753
11754 * startup.el (command-line): Recompute auto-save-file-name-transforms
11755 using the updated value of temporary-file-directory.
11756
11757 2002-03-29 Stefan Monnier <monnier@cs.yale.edu>
11758
11759 * textmodes/xml-lite.el (xml-lite-get-context): Allow stopping
11760 even with an empty context. Don't save excursion any more.
11761 Don't complain about unmatched start-tags in sgml-unclosed-tags.
11762 Ignore end-tags in sgml-empty-tags.
11763 (xml-lite-get-context, xml-lite-calculate-indent)
11764 (xml-lite-insert-end-tag): Save excursion around xml-lite-get-context.
11765 (xml-lite-indent-line): Use back-to-indentation.
11766
11767 * textmodes/sgml-mode.el (sgml-basic-offset): New var.
11768 (sgml-name-re, sgml-attrs-re): New consts.
11769 (sgml-tag-name-re, sgml-start-tag-regex, sgml-font-lock-keywords-1)
11770 (sgml-mode): Use them.
11771 (sgml-lexical-context): Default to (point-min) if nothing else works.
11772 (sgml-calculate-indent): Indent slightly differently.
11773 (sgml-indent-line): Use back-to-indentation.
11774 (sgml-parse-dtd): New function.
11775 (sgml-unclosed-tags): New var.
11776 (html-mode): Set it.
11777
11778 2002-03-29 Simon Marshall <simon.marshall@misys.com>
11779
11780 * font-lock.el (save-buffer-state): Use make-symbol to bind `modified'.
11781
11782 2002-03-29 Richard M. Stallman <rms@gnu.org>
11783
11784 * dired-aux.el (dired-do-query-replace-regexp, dired-do-search):
11785 Use FILTER arg in dired-get-marked-files to exclude directories.
11786 (dired-nondirectory-p): New function.
11787
11788 * dired.el (dired-get-marked-files): New arg FILTER
11789 allows selection of some files.
11790
11791 * progmodes/tcl.el (tcl-imenu-create-index-function): Doc fix.
11792
11793 2002-03-29 Eric M. Ludlam <eric@siege-engine.com>
11794
11795 * speedbar.el (speedbar-default-directory-list): Made robust
11796 against deleted directories.
11797
11798 2002-03-28 Richard M. Stallman <rms@gnu.org>
11799
11800 * dired.el (dired-toggle-marks): Renamed from dired-do-toggle.
11801 Bindings changed.
11802
11803 * progmodes/compile.el (compilation-handle-exit):
11804 If compilation-window-height is 0, display status in echo area.
11805
11806 * simple.el (line-move-to-column): Don't call move-to-column if COL=0.
11807
11808 * rect.el (replace-rectangle): Add autoload.
11809
11810 * files.el: Mark many more variables as risky.
11811 (hack-one-local-variable): Recognize several additional
11812 patterns as risky.
11813
11814 * bindings.el (mode-line-mule-info): Use :propertize, not :eval.
11815
11816 2002-03-28 Stefan Monnier <monnier@cs.yale.edu>
11817
11818 * textmodes/xml-lite.el (xml-lite-in-string-p):
11819 Use sgml-lexical-context.
11820 (xml-lite-parse-tag-backward): Use sgml-tag-syntax-table.
11821 (xml-lite-get-context): Check that open/close tags match.
11822 Don't stop scanning while we're ignoring matching tags.
11823
11824 * textmodes/sgml-mode.el (sgml-make-syntax-table): New fun.
11825 (sgml-mode-syntax-table): Use it.
11826 (sgml-tag-syntax-table, sgml-tag-name-re): New const.
11827 (sgml-tags-invisible): Use it.
11828 (sgml-lexical-context): New fun.
11829 (sgml-maybe-end-tag, sgml-beginning-of-tag): Use it.
11830 (sgml-quote): Accept \n as entity reference terminator.
11831 (sgml-calculate-indent, sgml-indent-line): New funs.
11832
11833 2002-03-28 Andre Spiegel <spiegel@gnu.org>
11834
11835 * vc-cvs.el (vc-cvs-global-switches): New user option.
11836 (vc-cvs-command): New function. Update all callers of
11837 `vc-do-command' in vc-cvs.el to use this instead.
11838
11839 2002-03-27 Andrew Innes <andrewi@gnu.org>
11840
11841 * makefile.w32-in (bootstrap-clean-SH): Use for loop, instead of
11842 relying on shell globbing.
11843
11844 2002-03-27 Colin Walters <walters@debian.org>
11845
11846 * ibuffer.el (ibuffer-help-buffer-modes): New variable.
11847 (ibuffer-fontification-alist): Use it.
11848 (ibuffer-backward-line): Handle `ibuffer-summary' area.
11849 (ibuffer-forward-line): Ditto.
11850
11851 * ibuf-ext.el (sorter mode-name): Doc fix.
11852 (ibuffer-mark-help-buffers): Use `ibuffer-help-buffer-modes'.
11853 (operation query-replace): Use new `noerror' arg for
11854 `query-replace-read-args'.
11855 (operation query-replace-regexp): Ditto.
11856
11857 2002-03-27 Stefan Monnier <monnier@cs.yale.edu>
11858
11859 * textmodes/xml-lite.el: Fix copyright notice.
11860 (xml-lite-basic-offset): Rename from xml-lite-indent-offset.
11861 (xml-lite-indent-comment-offset): Remove.
11862 (xml-lite-calculate-indent): Use new name. Use natural alignment
11863 for comments.
11864 (xml-lite-in-string-p): Simplify.
11865
11866 2002-03-27 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11867
11868 * allout.el (outline-layout): Doc fix.
11869
11870 2002-03-27 Stefan Monnier <monnier@cs.yale.edu>
11871
11872 * textmodes/xml-lite.el: Don't require `custom'.
11873 (xml-lite-parse-tag-name): Properly treat non-ASCII chars.
11874 (xml-lite-parse-tag-backward): Obey sgml-empty-tags.
11875 (xml-lite-get-context): Drop nested tags not just for comments.
11876 (xml-lite-indent-line): Be more careful about moving point.
11877 (xml-lite-insert-end-tag, xml-lite-slash):
11878 Use indent-according-to-mode instead of xml-lite-indent-line.
11879 (xml-lite-mode): Make xml-lite-orig-indent-line-function buffer-local.
11880 Set sgml-xml-mode. Don't call force-mode-line-update.
11881 (xml-lite-mode-map): Don't bind TAB.
11882
11883 2002-03-27 Zoltan Kemenczy <zoltan@ieee.org>
11884
11885 * gud.el (gud-jdb-sourcepath): New variable, saves jdb -sourcepath
11886 parameter value.
11887 (gud-jdb-build-source-files-list): Comment clarification.
11888 (gud-jdb-massage-args): Reworked into loop-based argument list
11889 processing in order to support -classpath and -sourcepath argument
11890 processing.
11891 (gud-jdb-find-source-using-classpath): Prepend gud-jdb-sourcepath
11892 to gud-jdb-classpath to obtain search list.
11893 (gud-jdb-parse-classpath-string): Remove any trailing slashes from
11894 directory names in classpath/sourcepath lists, update comment.
11895 (jdb): Add setting of gud-jdb-sourcepath, update comment.
11896 (gud-find-class): Add gud-jdb-sourcepath use, and correct
11897 behaviour for the case when classpath is not used--backward
11898 compatibility fix.
11899
11900 2002-03-27 Eli Zaretskii <eliz@is.elta.co.il>
11901
11902 * Makefile.in (compile, compile-always): Don't try to compile
11903 non-existent files or files in empty directories.
11904
11905 2002-03-26 Michael Ernst <mernst@alum.mit.edu>
11906
11907 * compare-w.el (compare-windows-whitespace): Match all whitespace.
11908
11909 * emacs-lisp/shadow.el (list-load-path-shadows): Only ignore last
11910 copy of standard Lisp directories.
11911
11912 * tar-mode.el (tar-header-block-summarize, tar-get-descriptor):
11913 Support "next has longname" link type.
11914
11915 2002-03-26 Stefan Monnier <monnier@cs.yale.edu>
11916
11917 * textmodes/xml-lite.el (xml-lite-at-indentation-p): Move.
11918 (xml-lite-in-string-p, xml-lite-looking-back-at, xml-lite-looking-at):
11919 New functions.
11920 (forward-xml-tag, backward-xml-tag, beginning-of-xml-tag)
11921 (end-of-xml-tag): Remove.
11922 (xml-lite-get-context): Better handling of comments.
11923 (xml-lite-calculate-indent): Use xml-lite-in-string-p.
11924 (xml-lite-parse-tag-backward): Rewrite.
11925
11926 2002-03-26 Juanma Barranquero <lektu@terra.es>
11927
11928 * makefile.w32-in (WINS): Add the toolbar directory.
11929
11930 2002-03-26 Richard M. Stallman <rms@gnu.org>
11931
11932 * subr.el (substring-no-properties): Function deleted (now in C).
11933
11934 2002-03-25 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11935
11936 * mwheel.el (mouse-wheel-mode): Use global-set-key and
11937 global-unset-key.
11938
11939 2002-03-24 Richard M. Stallman <rms@gnu.org>
11940
11941 * mail/rmail.el (rmail-resend): Call mail-abbrev-make-syntax-table.
11942
11943 * progmodes/etags.el (tags-query-replace): Pass t for NOERROR
11944 to query-replace-read-args.
11945
11946 * progmodes/compile.el (compilation-forget-errors):
11947 Don't adjust compilation-parsing-end if it's nil.
11948
11949 * replace.el (query-replace-read-args): New optional arg NOERROR.
11950 (perform-replace): Use save-window-excursion around recursive edit.
11951
11952 2002-03-24 Colin Walters <walters@verbum.org>
11953
11954 * ibuffer.el (ibuffer): If the user has `ibuffer-use-other-window'
11955 non-nil, then always use another window.
11956
11957 2002-03-24 Gerd Moellmann <gerd@gnu.org>
11958
11959 * subr.el (macro-declaration-function): New function. Set the
11960 variable macro-declaration-function to it.
11961
11962 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
11963 Handle declarations in macro definitions.
11964
11965 2002-03-24 Eli Zaretskii <eliz@is.elta.co.il>
11966
11967 * facemenu.el (facemenu-get-face): Remove unused variable `foreground'.
11968
11969 * enriched.el (enriched-face-ans): Support FACE of the form
11970 (:foreground COLOR) and (:background COLOR).
11971 (enriched-decode-foreground, enriched-decode-background): Set the
11972 fore- and background colors of the faces we create, since facemenu
11973 doesn't.
11974
11975 2002-03-24 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11976
11977 * mwheel.el (mouse-wheel-mode): Use the result of
11978 current-global-map instead of the variable `global-map'.
11979
11980 2002-03-23 Richard M. Stallman <rms@gnu.org>
11981
11982 * mail/mailabbrev.el (mail-abbrev-make-syntax-table): New subroutine
11983 broken out of sendmail-pre-abbrev-expand-hook.
11984 (sendmail-pre-abbrev-expand-hook): Use it.
11985
11986 2002-03-22 Stefan Monnier <monnier@cs.yale.edu>
11987
11988 * Makefile.in (finder-inf.el): Remove.
11989 (finder-data): Don't depend on finder-inf.el any more.
11990 (compile, compile-always): Handle the case where some files
11991 from DONTCOMPILE are missing (it tried to compile them).
11992 (bootstrap-clean): Use src/emacs only if executable.
11993 (bootstrap): Update subdirs.el and finder-inf.el.
11994
11995 * finder.el: Don't load finder-inf.el during byte-compilation.
11996
11997 * vc-cvs.el (vc-cvs-registered, vc-cvs-dir-state-heuristic):
11998 Don't consider cvs-removed files as under VC control.
11999 VC wouldn't handle them properly anyway and it confuses
12000 vc-file-not-found-hook.
12001
12002 * emacs-lisp/bytecomp.el (batch-byte-compile-if-not-done):
12003 Add autoload cookie.
12004
12005 2002-03-22 Eli Zaretskii <eliz@is.elta.co.il>
12006
12007 * calendar/calendar.el (calendar): Doc fix.
12008
12009 2002-03-22 Juanma Barranquero <lektu@terra.es>
12010
12011 * play/gomoku.el (gomoku-font-lock-O-face): Convert to use `defface'.
12012 (gomoku-font-lock-X-face): Likewise.
12013 (gomoku-font-lock-keywords): Use faces instead of variables.
12014
12015 2002-03-21 Stefan Monnier <monnier@cs.yale.edu>
12016
12017 * Makefile.in (bootstrap): Make sure subdirs.el is ready.
12018
12019 2002-03-21 Kim F. Storm <storm@cua.dk>
12020
12021 * simple.el (open-network-stream, open-network-stream-nowait)
12022 (open-network-stream-server): Use featurep to test for
12023 supported networking features.
12024
12025 2002-03-21 Thien-Thi Nguyen <ttn@gnu.org>
12026
12027 * mail/emacsbug.el (report-emacs-bug-hook): Remove submitter
12028 directions as the last action.
12029
12030 2002-03-21 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12031
12032 * startup.el (fancy-splash-tail, normal-splash-screen):
12033 Update copyright.
12034
12035 * novice.el (disabled-command-hook): Clarify output text to match
12036 prompt.
12037
12038 2002-03-20 Jason Rumney <jasonr@gnu.org>
12039
12040 * frame.el (display-images-p): Do not explicitly check display type.
12041
12042 2002-03-20 pmr-sav <pmr-sav@hamm.pajato.com>
12043
12044 * mail-utils.el:
12045 Eliminate compilation warnings due to `rfc822-addresses'.
12046 (rmail-dont-reply-to): Eliminate `pos' as a free variable for a
12047 warning free compile.
12048
12049 2002-03-20 Michael Kifer <kifer@cs.stonybrook.edu>
12050
12051 * ediff-diff.el (ediff-install-fine-diff-if-necessary):
12052 Take the current highlighting style into account.
12053 (ediff-forward-word-function,ediff-whitespace,ediff-word-1)
12054 (ediff-word-2,ediff-word-3,ediff-word-4): Make them buffer local.
12055
12056 * ediff-init.el (ediff-patch-job): New macro.
12057
12058 * ediff-mult.el (ediff-make-new-meta-list-header): New API function.
12059 (ediff-intersect-directories): Use ediff-make-new-meta-list-header.
12060
12061 * ediff-ptch.el (ediff-map-patch-buffer):
12062 Use ediff-make-new-meta-list-header.
12063 (ediff-fixup-patch-map): Use the meta-list API from ediff-mult.el.
12064
12065 * ediff-util.el (ediff-toggle-hilit): Fix toggling of highliting.
12066 (ediff-select-difference): Take highlighting style into account.
12067 (ediff-clone-buffer-for-region-comparison): New function.
12068 (ediff-inferior-compare-regions): Added comparison of current diff
12069 regions.
12070
12071 * ediff.el (ediff-clone-buffer-for-region-comparison)
12072 (ediff-clone-buffer-for-window-comparison): Moved to ediff-util.el.
12073
12074 2002-03-19 pmr-sav <pmr-sav@hamm.pajato.com>
12075
12076 * mail-utils.el (rmail-dont-reply-to):
12077 Overhaul to correctly apply the regular
12078 expressions in the variable `rmail-dont-reply-to-names' to the list of
12079 destination addresses. Contributed by lorentey@elte.hu.
12080
12081 * rmail.el (rmail-dont-reply-to-names):
12082 Modify the documentation to make it email
12083 address centric rather than login name centric. Contributed by
12084 lorentey@elte.hu.
12085
12086 2002-03-18 Colin Walters <walters@verbum.org>
12087
12088 * ibuf-ext.el (ibuffer-toggle-sorting-mode): Remove `find-if' so
12089 we don't require `cl' at runtime.
12090 (sorting mode mode-name): Don't take the symbol-name of a string.
12091
12092 * ibuffer.el (ibuffer-set-mark): Go back to the beginning of the
12093 line after setting the mark.
12094 (ibuffer-insert-buffers-and-marks): Invert the test for
12095 `ibuffer-sorting-reversep'.
12096
12097 2002-03-18 Stefan Monnier <monnier@cs.yale.edu>
12098
12099 * international/ucs-tables.el (unify-8859-on-decoding-mode)
12100 (unify-8859-on-encoding-mode): Remove autoload cookie.
12101
12102 2002-03-18 Andre Spiegel <spiegel@gnu.org>
12103
12104 * vc-rcs.el (vc-rcs-register): Fix handling of
12105 vc-[rcs-]register-switches.
12106 (vc-rcs-checkin-switches, vc-rcs-checkout-switches):
12107 Variables removed, since they weren't used yet.
12108
12109 * vc-cvs.el (vc-cvs-register): Fix handling of
12110 vc-[cvs-]register-switches.
12111
12112 * vc-sccs.el (vc-sccs-register): Fix handling of
12113 vc-[sccs-]register-switches.
12114
12115 2002-03-18 Stefan Monnier <monnier@cs.yale.edu>
12116
12117 * loadup.el ("emacs-lisp/backquote"): Load earlier.
12118 ("international/ucs-tables"): Load and turn on
12119 unify-8859-on-encoding-mode unconditionally.
12120 (emacs-version): Use `defconst' rather than `setq'.
12121
12122 * eshell/esh-ext.el (eshell-binary-suffixes): Use exec-suffixes.
12123
12124 2002-03-18 Richard M. Stallman <rms@gnu.org>
12125
12126 * menu-bar.el (menu-bar-options-menu): Cope if
12127 text-mode-hook is not a list.
12128
12129 2002-03-17 Richard M. Stallman <rms@gnu.org>
12130
12131 * emulation/pc-select.el (pc-selection-mode):
12132 Alter the existing global map, don't replace it.
12133
12134 * files.el (list-directory): Set default-directory at the end.
12135
12136 * dabbrev.el (dabbrev--goto-start-of-abbrev):
12137 Put a limit on field-beginning search.
12138
12139 2002-03-17 Simon Josefsson <jas@extundo.com>
12140
12141 * net/browse-url.el (browse-url-mosaic-pidfile): New variable.
12142 (browse-url-mosaic): Use it.
12143
12144 * net/browse-url.el (browse-url-filename-alist): Don't begin
12145 docstring with *, you don't want to set this one with M-x set-variable.
12146
12147 * net/browse-url.el: Put * in user option doc strings.
12148
12149 2002-03-17 Stefan Monnier <monnier@cs.yale.edu>
12150
12151 * textmodes/sgml-mode.el (sgml-xml-mode): Renamed from sgml-xml.
12152 (sgml-xml-guess): Simplify.
12153 (sgml-mode-common): Remove (move into sgml-mode).
12154 (sgml-mode): Add code from sgml-mode-common.
12155 Remove redundant setting of indent-line-function.
12156 Don't set skeleton-transformation when in XML mode.
12157
12158 * international/mule-diag.el (describe-char-after):
12159 Use `internal-describe-syntax-value' again (got lost somewhere).
12160
12161 * international/ucs-tables.el (ucs-unify-8859, ucs-fragment-8859):
12162 Use unify-8859-on-decoding-mode.
12163 (unify-8859-on-decoding-mode): Also set translation-table-for-input.
12164 (ucs-insert): Give an error if the unicode char can't be created.
12165
12166 * pcvs-parse.el (cvs-parse-table): Be a bit more lenient.
12167 (cvs-parse-status): Handle the "used to have a conflict" marker.
12168
12169 2002-03-17 Kim F. Storm <storm@cua.dk>
12170
12171 The following changes are related to the enhanced network process
12172 support.
12173
12174 * simple.el: Update copyright.
12175 (clone-process): Use make-network-process to clone network
12176 processes. Get command list via (process-contact ... t).
12177 Use set-process-query-on-exit-flag and process-query-on-exit-flag
12178 instead of process-kill-without-query.
12179 (open-network-stream): Replaces C-version from process.c.
12180 (open-network-stream-nowait, open-network-stream-server): New funs.
12181 (process-kill-without-query): Replaces C-version from process.c.
12182
12183 * files.el: Update copyright.
12184 (save-buffers-kill-emacs): Also check for active server
12185 processes. Use process-query-on-exit-flag. Only list processes
12186 which has the query-on-exit flag set in connection with user query.
12187
12188 * shadowfile.el: Update copyright.
12189 (shadow-save-buffers-kill-emacs): Also check for active server
12190 processes. Use process-query-on-exit-flag.
12191
12192 2002-03-16 Simon Marshall <simon.marshall@misys.com>
12193
12194 * imenu.el (imenu-menubar-modified-tick): Renamed from
12195 imenu-update-menubar-modified-tick.
12196 (imenu-update-menubar): Update imenu-menubar-modified-tick
12197 whenever outer condition succeeds.
12198
12199 * lazy-lock.el (save-buffer-state):
12200 Bind inhibit-modification-hooks and buffer-file-truename
12201 instead of before-change-functions and after-change-functions.
12202
12203 2002-03-16 Eli Zaretskii <eliz@is.elta.co.il>
12204
12205 * international/codepage.el (codepage-setup): Don't define a
12206 codepage if it is already defined.
12207
12208 * textmodes/po.el (po-content-type-charset-alist): Convert the
12209 car of each association to a string.
12210 (po-find-file-coding-system-guts): If the charset matches a name
12211 of a codepage, set up that codepage and return it as a coding
12212 system to decode the file.
12213 (po-find-charset): Search for the Charset= header even if we've
12214 read less than 4KB.
12215 <top-level>: Remove the setup for all known codepages: it seems
12216 to cause crashes in the CCL driver.
12217
12218 2002-03-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12219
12220 * textmodes/bibtex.el (bibtex-sort-ignore-string-entries)
12221 (bibtex-entry-field-alist): Doc fix.
12222
12223 2002-03-16 Richard M. Stallman <rms@gnu.org>
12224
12225 * progmodes/cperl-mode.el (cperl-imenu--function-name-regexp-perl):
12226 Move definition above cperl-outline-regexp.
12227
12228 * bindings.el (mode-line-mule-info): In computing help-echo prop,
12229 avoid using save-window-excursion. And compile the function.
12230
12231 2002-03-15 Stefan Monnier <monnier@cs.yale.edu>
12232
12233 * files.el (load-completion): New function.
12234 (load-library): Use it.
12235
12236 2002-03-15 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12237
12238 * calendar/cal-french.el (calendar-goto-french-date): Fix prompt
12239 to match the actual code.
12240
12241 2002-03-15 Eli Zaretskii <eliz@is.elta.co.il>
12242
12243 * textmodes/po.el (po-find-file-coding-system-guts):
12244 Use with-temp-buffer instead of po-with-temp-buffer.
12245
12246 * international/mule-conf.el (file-coding-system-alist): Add an
12247 association for PO files.
12248
12249 * textmodes/po.el: New file.
12250
12251 2002-03-15 Gerd Moellmann <gerd@gnu.org>
12252
12253 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
12254 Fix simple loop indentation.
12255
12256 2002-03-14 Miles Bader <miles@gnu.org>
12257
12258 * net/rlogin.el (rlogin-mode): Use `define-derived-mode'.
12259
12260 2002-03-14 Richard M. Stallman <rms@gnu.org>
12261
12262 * textmodes/picture.el (picture-insert)
12263 (picture-clear-column, picture-draw-rectangle):
12264 Use move-to-column, not move-to-column-force.
12265
12266 * dired.el (dired-readin): Clear out undo list.
12267 (dired-fun-in-all-buffers): Definition moved from dired-aux.el.
12268 (dired-delete-entry): New function.
12269 (dired-internal-do-deletions): Use dired-fun-in-all-buffers
12270 and dired-delete-entry, to update this buffer (and others).
12271
12272 * dired-aux.el (dired-fun-in-all-buffers): Moved to dired.el.
12273
12274 * facemenu.el (facemenu-add-new-face):
12275 Pass region args to facemenu-set-face, when there is a region.
12276 (facemenu-set-foreground, facemenu-set-background)
12277 (facemenu-add-face): Doc fixes.
12278
12279 * progmodes/cperl-mode.el (cperl-outline-regexp): Move definition up.
12280
12281 2002-03-14 Miles Bader <miles@gnu.org>
12282
12283 * emacs-lisp/debug.el: Require `button'.
12284 (debugger-mode-map): Set the parent keymap to `button-buffer-map',
12285 to get TAB and <backtab> bindings.
12286
12287 * net/rlogin.el (rlogin-carriage-filter): Function removed.
12288 (rlogin): Don't install the `rlogin-carriage-filter' filter, as
12289 comint removes carriage returns itself now.
12290
12291 * rfn-eshadow.el (rfn-eshadow-update-overlay):
12292 Bind `inhibit-point-motion-hooks' to t while messing around, to avoid
12293 getting hosed by our own intangible property.
12294
12295 2002-03-13 Stefan Monnier <monnier@cs.yale.edu>
12296
12297 * progmodes/fortran.el (fortran-mode): Set comment-padding to "$$$".
12298 Add fortran-comment-line-start-skip to comment-start-skip.
12299 (fortran-comment-indent): Keep whole-line comments in column 0.
12300 (fortran-find-comment-start-skip): New arg `all'.
12301 If ALL is nil, make sure we only match comment-start-skip if we
12302 can't match fortran-comment-line-start-skip.
12303 Fix bug that made it return t but without moving point when
12304 matching '!'! (a false-comment followed by a real comment).
12305 (fortran-indent-comment): Use new `all' argument above.
12306 Be careful not to add an incorrect comment-starter like "C"
12307 in comment-column.
12308 (fortran-split-line): When splitting a comment, reuse the comment
12309 starter from the current line rather than fortran-comment-line-start.
12310 (fortran-indent-line, fortran-auto-fill): Simplify thanks to the
12311 cleaner behavior of fortran-find-comment-start-skip.
12312 (fortran-fill): Don't be confused by ! inside a comment.
12313 (fortran-break-line): Minor cleanup and simplification.
12314
12315 2002-03-13 Francesco Potort\e,Al\e(B <pot@gnu.org>
12316
12317 * progmodes/etags.el (tag-exact-file-name-match-p)
12318 (tag-file-name-match-p, tag-partial-file-name-match-p): Use a
12319 simpler regexp.
12320
12321 2002-03-12 Colin Walters <walters@debian.org>
12322
12323 * ibuffer.el (ibuffer-redisplay-current): Don't move point when
12324 redisplaying a line.
12325
12326 2002-03-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12327
12328 * term/x-win.el (emacs-session-restore): Take previous id as
12329 an argument.
12330 (emacs-session-save): Add comment that return t means cancel shutdown
12331
12332 * startup.el (command-line): Must check that x-session-previous-id
12333 is bound also, for non-X platforms.
12334
12335 2002-03-12 Gerd Moellmann <gerd@gnu.org>
12336
12337 * emacs-lisp/cl-indent.el (lisp-loop-keyword-indentation)
12338 (lisp-loop-forms-indentation, lisp-simple-loop-indentation):
12339 New user options.
12340 (extended-loop-p, common-lisp-loop-part-indentation): New functions.
12341 (common-lisp-indent-function-1): Renamed from
12342 common-lisp-indent-function.
12343 (common-lisp-indent-function): Handle loop forms specially.
12344 (lisp-indent-defmethod): Use car/cdr instead of first/rest.
12345 (lisp-backquote-indentation): New user option.
12346
12347 2002-03-12 Francesco Potort\e,Al\e(B <pot@gnu.org>
12348
12349 * progmodes/etags.el (tag-exact-file-name-match-p)
12350 (tag-file-name-match-p, tag-partial-file-name-match-p):
12351 Assume that the header of a tags section has either a number
12352 or nothing after the last comma.
12353
12354 2002-03-11 Richard M. Stallman <rms@gnu.org>
12355
12356 * imenu.el (imenu-update-menubar-modified-tick): New variable.
12357 (imenu-update-menubar): Don't call imenu--make-index-alist
12358 if buffer has not changed since last time.
12359
12360 * desktop.el (desktop-buffer-handlers): Doc fix.
12361 (desktop-buffer-file): Explicitly return BUF.
12362
12363 * paren.el (show-paren-function): Move back in other direction
12364 to verify the match is correct.
12365
12366 * mail/supercite.el (sc-select-attribution): Accept whatever value
12367 we get in CHOICE; there is no value meaning "try again".
12368
12369 2002-03-11 Colin Walters <walters@verbum.org>
12370
12371 * shell.el (toplevel): Revert previous change to use pcomplete.
12372 (shell-mode): Ditto.
12373 (shell-pcomplete-setup-done): Remove.
12374 (shell-pcomplete): Ditto.
12375 (shell-pcomplete-reverse): Ditto.
12376
12377 * comint.el: Remove documentation on setting up pcomplete.
12378
12379 2002-03-11 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12380
12381 * font-lock.el (java-font-lock-extra-types): Add "URL" as separate
12382 item. Doc fix.
12383
12384 * image.el (image-type-from-file-header): Make temporary buffer
12385 unibyte.
12386
12387 * subr.el (add-to-list): Doc fix.
12388
12389 2002-03-11 Miles Bader <miles@gnu.org>
12390
12391 * pcomplete.el (pcomplete-entries): Expand environment variables
12392 in filename.
12393
12394 2002-03-10 Daniel Pfeiffer <occitan@esperanto.org>
12395
12396 * play/mpuz.el: Use defface instead of facemenu-get-face.
12397
12398 2002-03-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12399
12400 * startup.el (command-line): Add call to emacs-session-restore if
12401 both x-session-id and x-session-previous-id are strings.
12402
12403 * term/x-win.el (x-handle-smid): New function.
12404 (emacs-session-filename): New function.
12405 (emacs-session-save): New function.
12406 (emacs-save-session-functions): New variable.
12407 (emacs-session-restore): New function.
12408
12409 2002-03-09 Eli Zaretskii <eliz@is.elta.co.il>
12410
12411 * simple.el (shell-command-on-region): Call push-mark with
12412 non-nil second arg, to suppress the "Mark set" message.
12413
12414 2002-03-08 Richard M. Stallman <rms@gnu.org>
12415
12416 * textmodes/picture.el (picture-forward-column): New arg `interactive'
12417 is non-nil for an interactive call. Use instead of interactive-p.
12418 (picture-backward-column): Likewise.
12419
12420 * tar-mode.el (tar-untar-buffer): New function.
12421
12422 * info.el (Info-fontify-node): Bind up-clicks, not down-clicks.
12423 Put the mouse-face on the entire xref, like the local keymap.
12424
12425 * find-dired.el (find-name-dired): Use shell-quote-argument.
12426
12427 2002-03-08 Daniel Pfeiffer <occitan@esperanto.org>
12428
12429 * play/mpuz.el (mpuz-unsolved-face, mpuz-solved-face)
12430 (mpuz-trivial-face, mpuz-text-face, mpuz-solve-when-trivial)
12431 (mpuz-allow-double-multiplicator): New options for nicer look and
12432 new features.
12433 (mpuz-put-number-on-board, mpuz-paint-number, mpuz-solve): New funs.
12434 (mpuz-check-all-solved, mpuz-random-puzzle)
12435 (mpuz-paint-statistics, mpuz-paint-digit, mpuz-close-game)
12436 (mpuz-show-solution): Functions streamlined and removed french
12437 style space before punctuation, added face support and optional
12438 solving of trivial results.
12439
12440 2002-03-07 Colin Walters <walters@verbum.org>
12441
12442 * ibuf-macs.el (define-ibuffer-column): Add :summarizer property.
12443
12444 * ibuffer.el (ibuffer-update-mode-name): Substitute "view time"
12445 instead of "recency" for clarity.
12446 (ibuffer-compile-format): Document more. Handle new "summarizer"
12447 columns.
12448 (ibuffer-fontify-region-function): Ditto.
12449 (ibuffer-insert-buffer-line): Ditto.
12450 (ibuffer-map-lines): Ditto.
12451 (ibuffer-insert-buffers-and-marks): Ditto.
12452 (ibuffer-update-title-and-summary): Renamed from
12453 `ibuffer-update-title'. Handle "summarizer" columns.
12454 (ibuffer-clear-summary-columns): New function.
12455
12456 * ibuf-ext.el (ibuffer-filter-format-alist): Add type and group.
12457
12458 2002-03-07 Gerd Moellmann <gerd@gnu.org>
12459
12460 * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
12461 Use the other-window instead of the other-frame functions when
12462 the window is dedicated.
12463
12464 2002-03-06 ShengHuo ZHU <zsh@cs.rochester.edu>
12465
12466 * textmodes/bibtex.el (bibtex-make-field): Call bibtex-find-text
12467 with SILENT so that a new field can be added.
12468
12469 2002-03-06 Eli Zaretskii <eliz@is.elta.co.il>
12470
12471 * files.el (make-auto-save-file-name): Make sure the produced file
12472 name does not contain characters that are invalid for DOS/Windows
12473 filesystems.
12474
12475 * dos-fns.el, w32-fns.el (make-auto-save-file-name):
12476 Remove replacement functions.
12477
12478 2002-03-06 Gerd Moellmann <gerd@gnu.org>
12479
12480 * font-lock.el (lisp-font-lock-keywords-2): Highlight keywords of
12481 the form `:x'.
12482
12483 * vc.el (vc-branch-part): Add autoload cookie. This function can
12484 be called from vc-rcs-find-most-recent-rev when visiting a file
12485 checked into RCS in a CVS sandbox.
12486
12487 2002-03-06 Andreas Schwab <schwab@suse.de>
12488
12489 * progmodes/hideif.el: Augment expression parser to handle
12490 conditional expressions.
12491 (hif-token-regexp): Also match `?' and `:'.
12492 (hif-tokenize): Handle `?' and ':' as tokens.
12493 (hif-expr): Parse conditional expressions.
12494 (hif-or-expr): Parse `||' expressions.
12495 (hif-and-expr): Renamed from hif-term.
12496 (hif-conditional): New function to evaluate a conditional
12497 expression.
12498
12499 2002-03-06 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12500
12501 * language/czech.el ("Czech"): Fix the documentation.
12502
12503 * language/slovak.el ("Slovak"): Likewise.
12504
12505 2002-03-05 ShengHuo ZHU <zsh@cs.rochester.edu>
12506
12507 * xml.el (xml-parse-attlist): Accept empty strings.
12508
12509 2002-03-05 Eli Zaretskii <eliz@is.elta.co.il>
12510
12511 * mouse.el (mouse-show-mark): Remove the no-highlight alternative:
12512 all terminals now support highlighting of some kind.
12513
12514 * language/european.el (mac-roman): Fix the safe-chars property.
12515
12516 2002-03-05 Andre Spiegel <spiegel@gnu.org>
12517
12518 * vc.el (vc-transfer-file): Use `make-temp-file'.
12519 (vc-default-update-changelog): Remove conditional use of
12520 `make-temp-name'.
12521
12522 * vc-cvs.el (vc-cvs-diff-tree): Fix typo in parameter names.
12523
12524 2002-03-05 Michael Kifer <kifer@cs.stonybrook.edu>
12525
12526 * ediff-init.el: Comments.
12527
12528 * ediff-hook.el: Got rid of autoloads. Not needed, since the hook
12529 is loaded.
12530
12531 * ediff-mult.el (ediff-intersect-directories)
12532 (ediff-prepare-meta-buffer,ediff-get-directory-files-under-revision):
12533 Cleanup.
12534 (ediff-draw-dir-diffs): Now supports the "C" command in directory
12535 difference buffer.
12536 (ediff-dir-diff-copy-file): New function that implements copying
12537 of files from one Ediff dir to another
12538 (ediff-bury-dir-diffs-buffer): Kills the buffer instead.
12539 (ediff-append-custom-diff): Better error msgs.
12540
12541 * ediff-util.el (ediff-compute-custom-diffs-maybe): Buglet fix.
12542 (ediff-inferior-compare-regions): Use
12543 ediff-clone-buffer-for-region-comparison. Better and simpler interface.
12544
12545 * ediff.el (ediff-directories-internal): Cleanup.
12546 (ediff-clone-buffer-for-region-comparison): Better interface.
12547
12548 2002-03-04 Richard M. Stallman <rms@gnu.org>
12549
12550 * emacs-lisp/easy-mmode.el (define-minor-mode):
12551 Use "P" in interactive spec of minor mode commands.
12552
12553 2002-03-04 Stefan Monnier <monnier@cs.yale.edu>
12554
12555 * faces.el (face-spec-choose): Allow `t' to appear before the end.
12556 (mode-line, tool-bar, minibuffer-prompt, region, fringe, bold, italic)
12557 (bold-italic, underline, highlight, secondary-selection, fixed-pitch)
12558 (variable-pitch, trailing-whitespace): Don't use the old-style entries.
12559 (mode-line-inactive, header-line): Move the `t' section to the
12560 beginning so the `:inherit' setting can be shared.
12561
12562 2002-03-04 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12563
12564 * net/snmp-mode.el: Require tempo when compiling to prevent
12565 warnings. Update copyright notice.
12566
12567 * help.el (describe-key-briefly, describe-key): Interpret `undefined'
12568 like not defined at all.
12569
12570 2002-03-03 Stefan Monnier <monnier@cs.yale.edu>
12571
12572 * textmodes/sgml-mode.el: Change maintainer to FSF.
12573 (sgml-start-tag-regex, sgml-font-lock-keywords-1, sgml-mode-common)
12574 (sgml-tags-invisible, sgml-beginning-of-tag):
12575 Allow _ : and non-ASCII in tag names, as required for XML.
12576 (sgml-name-char): Don't assume anything about charsets handled by
12577 encode-char.
12578
12579 * textmodes/tex-mode.el (tex-guess-main-file): Handle the case
12580 where one of the buffers is narrowed.
12581
12582 * hexl.el (hexlify-command, dehexlify-command): Remove.
12583 (hexlify-buffer, dehexlify-buffer): Use call-process-region
12584 rather than shell-command-on-region.
12585
12586 * newcomment.el (comment-forward): Use forward-comment to skip
12587 over whitespace (or comments) even when comment-use-syntax is nil.
12588
12589 * progmodes/cperl-mode.el (cperl-menu): Add "-emacs" to the version.
12590
12591 * textmodes/xml-lite.el: New file.
12592
12593 2002-03-03 Richard M. Stallman <rms@gnu.org>
12594
12595 * textmodes/artist.el (artist-system): Use make-temp-file.
12596
12597 * progmodes/ps-mode.el (ps-run-make-tmp-filename): Use make-temp-file.
12598
12599 * mail/sendmail.el (mail-recover-1): Increase non-random-len
12600 by 1 since we changed make-auto-save-file-name to add one
12601 fewer character to the buffer name.
12602 (mail-recover): Really show point at the right place
12603 in the *Directory* buffer.
12604
12605 * files.el (make-auto-save-file-name): Use make-temp-file.
12606
12607 * terminal.el (te-create-terminfo): Use make-temp-file
12608 to create the source file in a safe way.
12609
12610 2002-03-03 Eli Zaretskii <eliz@is.elta.co.il>
12611
12612 * cus-start.el: Rename automatic-hscroll-step and
12613 automatic-hscroll-margin into hscroll-step and hscroll-margin.
12614
12615 * frame.el (auto-hscroll-mode): Renamed from automatic-hscrolling.
12616 (automatic-hscrolling): Now a defvaralias for auto-hscroll-mode.
12617
12618 * mouse.el (mouse-region-delete-keys): Add deletechar.
12619
12620 2002-03-03 Sam Steingold <sds@gnu.org>
12621
12622 * play/snake.el (snake-score-file): Fixed parens (broken by the
12623 last patch).
12624 * play/tetris.el (tetris-score-file): Ditto.
12625
12626 2002-03-03 Richard M. Stallman <rms@gnu.org>
12627
12628 * play/tetris.el (tetris-score-file): Put in home dir, not in /tmp.
12629
12630 * play/snake.el (snake-score-file): Put in home dir, not in /tmp.
12631
12632 * play/gamegrid.el (gamegrid-set-font, gamegrid-setup-face)
12633 (gamegrid-make-mono-tty-face): Fix usage of condition-case.
12634
12635 2002-03-03 Thien-Thi Nguyen <ttn@gnu.org>
12636
12637 * calendar/diary-lib.el (list-diary-entries): Use `buffer-substring'
12638 instead of `buffer-substring-no-properties' to support enriched mode.
12639
12640 2002-03-02 Richard M. Stallman <rms@gnu.org>
12641
12642 * find-dired.el (find-grep-dired): Call shell-quote-argument.
12643 Specify the -e option.
12644 Rename arg to `regexp'.
12645
12646 2002-03-02 Milan Zamazal <pdm@zamazal.org>
12647
12648 * textmodes/tildify.el (tildify-string-alist): Add entry for xml-mode.
12649
12650 2002-03-02 Miles Bader <miles@gnu.org>
12651
12652 * mwheel.el (mwheel-scroll): Remove `double' and `triple' from the
12653 event-modifiers before looking up in `mouse-wheel-scroll-amount'.
12654 If there's no applicable modifiers entry in the alist in
12655 `mouse-wheel-scroll-amount', fall back to the default, not to
12656 nil (which causes full screen scrolls).
12657
12658 2002-03-01 Andreas Schwab <schwab@suse.de>
12659
12660 * textmodes/texnfo-upd.el (texinfo-start-menu-description):
12661 Remove extra paren in regexp.
12662
12663 2002-03-01 Eli Zaretskii <eliz@is.elta.co.il>
12664
12665 * mouse.el (mouse-show-mark): Use display-mouse-p, not
12666 display-graphic-p, to decide whether to move point or use the
12667 highlighting.
12668
12669 2002-02-28 Colin Walters <walters@verbum.org>
12670
12671 * eshell/esh-var.el (eshell-parse-variable-ref): Use `make-temp-file'.
12672
12673 * calc/calc-graph.el (calc-gnuplot-tempfile): Don't expand against
12674 `temporary-file-directory'; we now do that in `calc-graph-file-cache'.
12675 (calc-temp-file-name): Use `make-temp-file'.
12676
12677 2002-02-28 Richard M. Stallman <rms@gnu.org>
12678
12679 * font-lock.el (java-font-lock-extra-types):
12680 Match java.net.URL, etc.
12681
12682 2002-02-28 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12683
12684 * hexl.el (hexl-options): Doc fix.
12685 Update Commentary section.
12686
12687 * textmodes/sgml-mode.el (sgml-specials, sgml-quick-keys):
12688 Doc fixes.
12689
12690 2002-02-28 Andre Spiegel <spiegel@gnu.org>
12691
12692 * vc.el (vc-revert-buffer): If the buffer is not saved, prompt
12693 the user to do that first.
12694 (vc-update): New function.
12695
12696 * vc-hooks.el (vc-menu-map): New entry "Update to Latest Version",
12697 which calls vc-update. Use the term "Base Version" instead of
12698 "Last Version" for the entries "Revert" and "Compare".
12699
12700 2002-02-28 Kim F. Storm <storm@cua.dk>
12701
12702 * simple.el (shell-command-on-region): Report non-zero exit
12703 status in mode line instead of buffer.
12704
12705 2002-02-27 Richard M. Stallman <rms@gnu.org>
12706
12707 * comint.el (comint-preoutput-filter-functions): Doc fix.
12708 (comint-output-filter-functions, comint-input-filter-functions)
12709 (comint-redirect-filter-functions): Likewise.
12710
12711 (comint-redirect-preoutput-filter): Do the local-hook
12712 handling of t when running comint-redirect-filter-functions.
12713 (comint-output-filter): Likewise for comint-preoutput-filter-functions.
12714
12715 2002-02-26 Richard M. Stallman <rms@gnu.org>
12716
12717 * paths.el (remote-shell-program): Add doc string.
12718
12719 2002-02-26 Colin Walters <walters@debian.org>
12720
12721 * ibuf-ext.el (sorter mode-name): New.
12722 (ibuffer-do-occur): Don't quote ibuffer-marked-char.
12723
12724 * calc/calc-ext.el (calc-scroll-left): Call scroll-left
12725 interactively, so they do something.
12726 (calc-scroll-right): Ditto.
12727
12728 2002-02-26 Eli Zaretskii <eliz@is.elta.co.il>
12729
12730 * international/mule.el (ctext-pre-write-conversion): Handle the
12731 case when FROM is a string, and when we are called from
12732 build_annotations_2.
12733
12734 2002-02-26 Richard M. Stallman <rms@gnu.org>
12735
12736 * rect.el (clear-rectangle-line): Reindent to the same column
12737 that move-to-column reached when it tried to go to endcol.
12738
12739 * icomplete.el (icomplete-exhibit): Use minibuffer-prompt-end.
12740
12741 2002-02-26 Ivar Rummelhoff <ivarru@math.uio.no>
12742
12743 * winner.el (winner-boring-buffers, winner-set): A window which
12744 displays a buffer whose name is in the list
12745 `winner-boring-buffers', will no longer be restored by `winner-undo'.
12746 (winner-sorted-window-list): Used to improve comparison between
12747 window configurations.
12748 (winner-win-data): Simplified and moved.
12749 (winner-conf): Simplified (now uses `winner-win-data').
12750 (winner-change-fun, winner-save-old-configurations)
12751 (winner-save-(un)conditionally, winner-redo): Changes made while in
12752 the minibuffer will be ignored. (Such changes are undone upon
12753 exit for the minibuffer, anyway.)
12754 (winner-set-conf): Preserve selected window whenever possible.
12755 (winner-make-point-alist): Simplified.
12756 (winner-mode, winner-save-unconditionally): Save current window
12757 configuration on entering minibuffer.
12758 (minor-mode-alist): Don't add winner-mode to `minor-mode-alist',
12759 since it does not change the overall behavior of Emacs.
12760
12761 2002-02-26 Eli Zaretskii <eliz@is.elta.co.il>
12762
12763 * international/mule-conf.el (compound-text): Renamed back from
12764 compound-text-no-extensions.
12765 (ctext-no-compositions): Remove the mime-charset property.
12766 (compound-text-with-extensions): Renamed from compound-text.
12767 (x-ctext-with-extensions, ctext-with-extensions): Renamed aliases.
12768
12769 2002-02-26 Juanma Barranquero <lektu@terra.es>
12770
12771 * faces.el (list-faces-display): Fix typo.
12772
12773 2002-02-25 Richard M. Stallman <rms@gnu.org>
12774
12775 * frame.el (focus-follows-mouse): Doc fix.
12776
12777 2002-02-26 Miles Bader <miles@gnu.org>
12778
12779 * mwheel.el (mouse-wheel-mode): Pass vectors instead of symbols
12780 to `define-key', since it no longer accepts the latter.
12781
12782 2002-02-25 Jason Rumney <jasonr@gnu.org>
12783
12784 * term/w32-win.el (mouse-wheel-scroll-line): Use car of
12785 mouse-wheel-scroll-amount.
12786
12787 * w32-vars.el (mouse-wheel-scroll-amount): Use same definition as
12788 mwheel.el.
12789
12790 * language/japanese.el (iso-2022-jp-2): Add init-bol flag.
12791
12792 2002-02-25 Andre Spiegel <spiegel@gnu.org>
12793
12794 * vc.el (vc-diff-switches-list): Fix prev change, making the macro
12795 consistent with the others that take a backend name as a symbol.
12796
12797 * vc-cvs.el, vc-rcs.el, vc-sccs.el: Fix calls to vc-diff-switches-list.
12798
12799 2002-02-25 Kim F. Storm <no-spam@cua.dk>
12800
12801 * comint.el (comint-replace-by-expanded-filename): Do nothing if
12802 comint-match-partial-filename returns nil.
12803
12804 * shell.el (shell-pcomplete-setup-done): New variable.
12805 (shell-pcomplete): Use it instead of shell-pcomplete-setup-p.
12806 (shell-pcomplete-reverse): Ditto.
12807
12808 2002-02-25 Per Abrahamsen <abraham@dina.kvl.dk>
12809
12810 * ps-print.el (ps-print-printer): Added `lpr' customize group member.
12811
12812 2002-02-25 Juanma Barranquero <lektu@terra.es>
12813
12814 * subr.el (save-match-data): Doc fix.
12815
12816 * ielm.el (ielm-prompt): Allow customization; make it read-only.
12817
12818 2002-02-25 Kim F. Storm <storm@cua.dk>
12819
12820 * shell.el (shell-mode-map): Add "Complete" header so completion
12821 menu is shown on the menu bar in shell mode.
12822
12823 2002-02-25 Stefan Monnier <monnier@cs.yale.edu>
12824
12825 * ielm.el (ielm-match-data): New var.
12826 (inferior-emacs-lisp-mode): Make it buffer-local.
12827 (ielm-eval-input): Use it to preserve match-data between inputs.
12828
12829 2002-02-24 Juanma Barranquero <lektu@terra.es>
12830
12831 * ielm.el (inferior-emacs-lisp-mode): Use hexl for the dummy process.
12832
12833 2002-02-24 Per Abrahamsen <abraham@dina.kvl.dk>
12834
12835 * cus-edit.el (custom-unlispify-remove-prefixes): Add to
12836 `custom-buffer' customize group.
12837
12838 2002-02-23 Kim F. Storm <storm@cua.dk>
12839
12840 * help.el (where-is): Use remap-command.
12841
12842 * help-fns.el (describe-function-1): Use remap-command.
12843
12844 * subr.el (global-set-key, local-set-key): Undo 2002-02-06
12845 change (no longer accept a symbol for the KEY argument).
12846
12847 2002-02-23 Colin Walters <walters@debian.org>
12848
12849 * calc/calcalg3.el (calc-invent-variables): Convert integer to string.
12850 * calc/calcalg2.el (math-solve-get-sign): Ditto.
12851
12852 * ibuffer.el (ibuffer-compile-format): Don't uselessly bind `pt'
12853 in generated function.
12854
12855 * ibuf-ext.el (ibuffer-old-time): Change to hours.
12856 (ibuffer-mark-old-buffers): Handle it.
12857
12858 * shell.el (shell-pcomplete, shell-pcomplete-reverse): New functions.
12859 (toplevel): Bind them.
12860 (shell-mode): Don't set `comint-dynamic-complete-functions'; it is
12861 not necessary now that we use pcomplete.
12862
12863 * comint.el: Document how use new pcomplete completion facility.
12864
12865 2002-02-23 Richard M. Stallman <rms@gnu.org>
12866
12867 * mail/rmailsum.el (rmail-summary-output): Properly advance
12868 to next message, by calling rmail-summary-goto-msg.
12869
12870 * net/browse-url.el (browse-url-galeon): Specify --existing
12871 for an existing window. Use --noraise rather than --no-raise.
12872 Don't use -x.
12873
12874 2002-02-22 Eli Zaretskii <eliz@is.elta.co.il>
12875
12876 * progmodes/etags.el (find-tag-noselect, find-tag)
12877 (find-tag-other-window, find-tag-other-frame, find-tag-regexp):
12878 Fix a typo in doc strings.
12879
12880 2002-02-20 Deepak Goel <deego@glue.umd.edu>
12881
12882 * play/snake.el (snake-velocity-queue, snake-update-velocity)
12883 (snake-final-x-velocity, snake-final-y-velocity):
12884 New variable and functions. Store user's keypresses
12885 into a queue and pop from the queue each subsequent turn.
12886 (snake-update-game, snake-move-left)
12887 (snake-move-right, snake-move-up, snake-move-down, snake-active-p)
12888 (snake-start-game): Use that queue.
12889 (snake-use-glyphs-flag): Renamed from snake-use-glyphs.
12890 (snake-use-color-flag): Likewise.
12891 (snake-mode): Rename uses of those variables.
12892
12893 2002-02-22 Eli Zaretskii <eliz@is.elta.co.il>
12894
12895 Support for ICCCM Extended Segments in X selections:
12896
12897 * international/mule-conf.el (ctext-no-compositions): New coding
12898 system.
12899 (compount-text-no-extensions): Renamed from compound-text.
12900 (x-ctext-no-extensions, ctext-no-extensions): Aliases for
12901 compound-text-no-extensions.
12902 (compound-text): Redefined using post-read and pre-write conversions.
12903
12904 * international/mule.el (non-standard-icccm-encodings-alist)
12905 (non-standard-designations-alist): New variables.
12906 (ctext-post-read-conversion, ctext-pre-write-conversion):
12907 New functions.
12908
12909 2002-02-21 Jonathan Kamens <jik@kamens.brookline.ma.us>
12910
12911 * vc.el (vc-default-init-version): Update documentation to
12912 indicate that the backend can override the default init version.
12913 (vc-register): Use the backend init-version function, if it
12914 exists, to determine the initial version of a file.
12915 (vc-diff-switches-list): Don't symbol-quote backend, since it's
12916 already a symbol. Don't fail if vc-BACKEND-diff-switches isn't bound.
12917
12918 * vc-hooks.el (vc-mode-line): Set vc-mode to nil if the file is
12919 not version-controlled. This is necessary, e.g., if the file has
12920 just been reverted, and thus was previously under version control
12921 but isn't any longer.
12922 (vc-find-file-hook): Likewise.
12923
12924 2002-02-21 Martin Lorentzson <Martin.Lorentzson@telia.com>
12925
12926 * vc-cvs.el (vc-cvs-sticky-date-format-string): New variable.
12927 (vc-cvs-sticky-tag-display): New variable.
12928 (vc-cvs-mode-line-string): Add sticky-tag to the mode-line.
12929 (vc-cvs-checkin): If the input revision is a valid symbolic tag
12930 name, we create it as a branch, commit and switch to it.
12931 (vc-cvs-retrieve-snapshot): Set file-property sticky-tag.
12932 (vc-cvs-valid-symbolic-tag-name-p): New function.
12933 (vc-cvs-parse-sticky-tag): New function.
12934 (vc-cvs-parse-entry): Added parsing of sticky tags.
12935
12936 2002-02-21 Per Abrahamsen <abraham@dina.kvl.dk>
12937
12938 * toolbar/tool-bar.el (tool-bar-mode): Revert the :init-value to
12939 nil, and then explicitly set the standard-value to t.
12940
12941 2002-02-20 Sam Steingold <sds@gnu.org>
12942
12943 * textmodes/flyspell.el (flyspell-mode): Autoload the variable
12944 since it is used in the menu bar.
12945
12946 2002-02-20 Richard M. Stallman <rms@gnu.org>
12947
12948 * simple.el (shell-command-on-region): Display the exit status
12949 when a command fails.
12950
12951 * subr.el (add-hook): Doc fix.
12952
12953 * frame.el (other-frame): Doc fix.
12954
12955 * simple.el (yank): Clear `field' property.
12956
12957 2002-02-20 Tom Tromey <tromey@cachet>
12958
12959 * progmodes/tcl.el (tcl-do-fill-paragraph): Find and fill on more
12960 natural paragraph boundaries. Don't fail at beginning of buffer.
12961
12962 2002-02-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12963
12964 * tar-mode.el (tar-next-line, tar-previous-line): Add doc string,
12965 call the argument "arg" to match plain next-line and
12966 previous-line. From Kevin Ryde <user42@zip.com.au>.
12967
12968 2002-02-19 Sam Steingold <sds@gnu.org>
12969
12970 * mwheel.el (mouse-wheel-scroll-amount): Can specify different
12971 scroll amounts for different modifiers now.
12972 (mwheel-scroll): Handle the new `mouse-wheel-scroll-amount'
12973 format properly.
12974 (mouse-wheel-mode): Ditto.
12975
12976 2002-02-19 Eli Zaretskii <eliz@is.elta.co.il>
12977
12978 * textmodes/bibtex.el (bibtex-parse-keys): Put save-match-data
12979 around function body.
12980
12981 * net/browse-url.el (browse-url-maybe-new-window): Reverse the
12982 sense of the comparison, to match the doc strings of functions
12983 that use this macro.
12984
12985 2002-02-19 Per Abrahamsen <abraham@dina.kvl.dk>
12986
12987 * facemenu.el (describe-text-mode-map): Removed bootstrap kludge.
12988
12989 * toolbar/tool-bar.el (tool-bar-mode): Made the standard value t.
12990 * menu-bar.el (menu-bar-mode): Ditto.
12991
12992 2002-02-18 Andreas Schwab <schwab@suse.de>
12993
12994 * replace.el (query-replace-regexp-eval): Doc fix.
12995
12996 2002-02-18 Colin Walters <walters@verbum.org>
12997
12998 * calc/calcalg2.el (math-solve-get-int): Convert return value from
12999 `math-get-from-counter' to a string before calling `concat' on it.
13000
13001 * calc/calc-maint.el (calc-split-manual): Look for calc.texi.
13002 (calc-public-autoloads): Obsolete; remove.
13003 (calc-private-autoloads): Ditto.
13004 (calc-add-autoloads): Ditto.
13005
13006 * calc/calc-macs.el (calc-with-default-simplification): Use &rest
13007 for body.
13008
13009 2002-02-17 Jason Rumney <jasonr@gnu.org>
13010
13011 * w32-win.el (x-option-alist, x-long-option-alist)
13012 (x-switch-definitions): Remove, use command-line-x-option-alist
13013 instead to be consistent with X.
13014 (x-handle-initial-switch): New function.
13015
13016 2002-02-17 Eli Zaretskii <eliz@is.elta.co.il>
13017
13018 * faces.el (mode-line-inactive, header-line): Add the :inherit
13019 attribute for the tty case.
13020
13021 2002-02-17 stanislav shalunov <shalunov@internet2.edu>
13022
13023 * mail/uce.el (uce-reply-to-uce): Fix incorrect behavior when
13024 invoked from Rmail with full headers displayed.
13025
13026 2002-02-17 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13027
13028 * emacs-lisp/lisp.el (mark-defun): Don't leave multiple marks
13029 when repeated.
13030 * textmodes/paragraphs.el (mark-paragraph): Ditto.
13031
13032 2002-02-17 Per Abrahamsen <abraham@dina.kvl.dk>
13033
13034 * menu-bar.el (menu-bar-showhide-menu): Added speedbar.
13035 (menu-bar-tools-menu): Removed speedbar.
13036
13037 * textmodes/ispell.el (ispell-menu-map): Added `customize-ispell'
13038 and `flyspell-mode' entries.
13039
13040 * textmodes/flyspell.el (flyspell): Add to ispell group.
13041
13042 2002-02-17 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13043
13044 * emacs-lisp/lisp.el (mark-sexp): Don't leave multiple marks when
13045 repeated.
13046 (mark-defun): Mark more if repeated.
13047
13048 2002-02-17 Colin Walters <walters@verbum.org>
13049
13050 * ibuf-ext.el (ibuffer-toggle-sorting-mode): Make it work.
13051
13052 * ibuffer.el (ibuffer-truncate-lines): New option.
13053 (ibuffer-mode): Use it.
13054
13055 2002-02-17 Kim F. Storm <storm@cua.dk>
13056
13057 * cus-start.el: Add mouse-highlight.
13058
13059 2002-02-16 Eli Zaretskii <eliz@is.elta.co.il>
13060
13061 * Makefile.in (DONTCOMPILE): Remove cus-start.el.
13062
13063 * cus-start.el: Add automatic-hscroll-margin and
13064 automatic-hscroll-step.
13065
13066 2002-02-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13067
13068 * cus-start.el (x-autoselect-window): Allow customization.
13069
13070 * eshell/em-alias.el (eshell-alias-initialize): Do not use
13071 make-local-hook.
13072
13073 * eshell/em-cmpl.el (eshell-cmpl-initialize): Likewise.
13074
13075 * eshell/em-dirs.el (eshell-dirs-initialize): Likewise.
13076
13077 * eshell/em-glob.el (eshell-glob-initialize): Likewise.
13078
13079 * eshell/em-hist.el (eshell-hist-initialize): Likewise.
13080
13081 * eshell/em-pred.el (eshell-pred-initialize): Likewise.
13082
13083 * eshell/em-prompt.el (eshell-prompt-initialize): Likewise.
13084
13085 * eshell/em-rebind.el (eshell-rebind-initialize): Likewise.
13086
13087 * eshell/em-smart.el (eshell-smart-initialize): Likewise.
13088
13089 * eshell/em-unix.el (eshell-unix-initialize): Likewise.
13090
13091 * eshell/esh-cmd.el (eshell-cmd-initialize): Likewise.
13092
13093 * eshell/esh-ext.el (eshell-ext-initialize): Likewise.
13094
13095 * eshell/esh-io.el (eshell-io-initialize): Likewise.
13096
13097 * eshell/esh-mode.el (eshell-mode): Likewise.
13098
13099 * eshell/esh-test.el (eshell-show-usage-metrics): Likewise.
13100
13101 * eshell/esh-var.el (eshell-var-initialize): Likewise.
13102
13103 * progmodes/idlw-shell.el (idlwave-shell-mode): Likewise.
13104
13105 * progmodes/idlwave.el (idlwave-mode): Likewise.
13106
13107 * textmodes/reftex-sel.el (reftex-select-label-mode)
13108 (reftex-select-bib-mode): Likewise.
13109
13110 2002-02-16 John Wiegley <johnw@gnu.org>
13111
13112 * eshell/em-hist.el (eshell-hist-initialize): When in the
13113 minibuffer, use the global value of `eshell-history-ring', and
13114 never save it to disk, or ask to save it to disk. This allows
13115 users of session.el to control whether its global state should be
13116 persisted or not.
13117 (eshell-add-command-to-history): Don't write Eshell's history out
13118 to disk, let the governing mode control that upon exit.
13119
13120 2002-02-16 Eli Zaretskii <eliz@is.elta.co.il>
13121
13122 * eshell/eshell.el (eshell-command): Before reading from the
13123 minibuffer, add eshell-add-command-to-history to
13124 minibuffer-exit-hook, and remove it after read-from-minibuffer
13125 returns.
13126
13127 * eshell/em-hist.el (eshell-add-input-to-history): New function,
13128 with most of the code from eshell-add-to-history.
13129 (eshell-add-command-to-history): New function, to record in
13130 eshell-history the commands run via eshell-command.
13131 (eshell-add-to-history): Call eshell-add-command-to-history to do
13132 most of the work.
13133
13134 2002-02-16 John Wiegley <johnw@gnu.org>
13135
13136 * eshell/esh-ext.el (eshell-external-command): Added a fix for
13137 XEmacs' new dired.el, which adds a global entry in the
13138 `file-name-handler-alist'.
13139
13140 2002-02-16 John Wiegley <johnw@gnu.org>
13141
13142 * align.el (align-region): Added a missing name argument.
13143
13144 2002-02-16 John Wiegley <johnw@gnu.org>
13145
13146 * eshell/esh-ext.el (eshell-script-interpreter): Allow whitespace
13147 after the #! of a shell interpretor specification.
13148
13149 2002-02-15 Richard M. Stallman <rms@gnu.org>
13150
13151 * help.el (describe-key-briefly): Make output in INSERT case
13152 look just like what is displayed in the normal case.
13153
13154 2002-02-15 Andreas Schwab <schwab@suse.de>
13155
13156 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
13157 Require non-letter after specials.
13158
13159 2002-02-15 Eli Zaretskii <eliz@is.elta.co.il>
13160
13161 * menu-bar.el (menu-bar-tools-menu): Add an item for Calculator.
13162
13163 2002-02-15 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13164
13165 * simple.el (mark-word): Mark more if repeated.
13166 * textmodes/paragraphs.el (mark-paragraph): Ditto.
13167 (mark-end-of-sentence): Ditto.
13168
13169 2002-02-15 Per Abrahamsen <abraham@dina.kvl.dk>
13170
13171 * wid-edit.el (widgetp): Made it more robust.
13172
13173 2002-02-14 Per Abrahamsen <abraham@dina.kvl.dk>
13174
13175 * facemenu.el (describe-text-done): New function.
13176 (describe-text-mode-map): New variable.
13177 (describe-text-mode-hook): New option.
13178 (describe-text-mode): New function.
13179 (describe-text-widget): New function.
13180 (describe-text-sexp): New function.
13181 (describe-text-properties): New function.
13182 (describe-text-category): New command.
13183 (describe-text-at): New command.
13184 (facemenu-menu): Replace `list-text-properties-at' with
13185 `describe-text-at' in the menu.
13186
13187 * wid-edit.el (widgetp): New function.
13188 * wid-edit.el (widget-keymap, widget-insert, widget-setup): Autoload.
13189
13190 * emacs-lisp/pp.el (pp-to-string): Autoloaded.
13191
13192 * wid-browse.el: Removed version and x-url keywords.
13193
13194 2002-02-13 Kim F. Storm <storm@cua.dk>
13195
13196 * cus-start.el (mode-line-in-non-selected-windows):
13197 Allow customization.
13198
13199 2002-02-13 Richard M. Stallman <rms@gnu.org>
13200
13201 * textmodes/bibtex.el (bibtex-parse-buffers-stealthily):
13202 Tell bibtex-parse-keys to output no progress messages.
13203
13204 2002-02-12 Eli Zaretskii <eliz@is.elta.co.il>
13205
13206 * progmodes/pascal.el (pascal-imenu-generic-expression):
13207 Add menu-title and fix parentheses.
13208
13209 2002-02-12 Per Abrahamsen <abraham@dina.kvl.dk>
13210
13211 * menu-bar.el (menu-bar-options-save): Removed `truncate-lines'.
13212 (menu-bar-options-menu): Don't set default value for `truncate-lines'.
13213
13214 2002-02-12 Per Abrahamsen <abraham@dina.kvl.dk>
13215
13216 * menu-bar.el (menu-bar-options-save): Only save
13217 `current-language-environment' and `default-input-method' when
13218 marked as customized.
13219
13220 * international/mule-cmds.el
13221 (setup-specified-language-environment):
13222 Mark `current-language-environment' as customized.
13223 (set-input-method): Mark `default-input-method' as customized when
13224 called interactively.
13225 (toggle-input-method): Ditto.
13226
13227 2002-02-11 Colin Walters <walters@verbum.org>
13228
13229 * ibuffer.el (ibuffer-switch-format): Supply required argument for
13230 `ibuffer-current-formats'.
13231
13232 2002-02-11 Miles Bader <miles@gnu.org>
13233
13234 * faces.el (mode-line-inactive): Add dark-background variant.
13235
13236 2002-02-11 Per Abrahamsen <abraham@dina.kvl.dk>
13237
13238 * toolbar/tool-bar.el (tool-bar-mode): Removed standard value.
13239 * menu-bar.el (menu-bar-mode): Ditto.
13240 * cus-edit.el (customize-mark-to-save): Always save variables
13241 without a standard value.
13242
13243 * menu-bar.el (menu-bar-make-toggle): Made it aware of customize.
13244 (menu-bar-options-save): Ditto.
13245 (menu-bar-showhide-menu): Ditto.
13246 (menu-bar-options-menu): Ditto.
13247 (menu-bar-scroll-bar-right, menu-bar-scroll-bar-left)
13248 (menu-bar-scroll-bar-none): Remove.
13249 (menu-bar-showhide-scroll-bar-menu): Use customize aware lambda
13250 expressions instead.
13251
13252 * cus-edit.el (customize-set-value): Return value.
13253 (customize-set-variable): Ditto.
13254 (customize-save-variable): Ditto.
13255 (customize-set-variable): Load dependencies before setting value.
13256 (custom-load-symbol): Autoload it.
13257 (customize-mark-as-set): New function.
13258
13259 2002-02-11 Eli Zaretskii <eliz@is.elta.co.il>
13260
13261 * cus-start.el: Don't warn about "x-*" symbols when building a
13262 non-GUI version.
13263
13264 2002-02-11 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13265
13266 * strokes.el (strokes-do-stroke, strokes-do-complex-stroke):
13267 Doc fix.
13268 (strokes-help): Do not use doubled with-output-to-temp-buffer.
13269 Fix the help string.
13270 (strokes-prompt-user-save-strokes): Fix typo.
13271 (strokes-list-strokes): Use proper exit-action argument for
13272 view-buffer. Update copyright notice.
13273
13274 * international/mule-diag.el: Various doc and message fixes.
13275 (non-iso-charset-alist): Add mac-roman. Don't add entries for
13276 codepages already present.
13277 (list-block-of-chars): Display space for null entries in
13278 translation table. Display tab specially.
13279 (list-non-iso-charset-chars): Check for null charsets. Use pop
13280 for clarity. Don't break 8-bit sets into sections between ranges.
13281 (list-charset-chars): Avoid indent-tabs-mode.
13282 (describe-char-after): Maybe use the text property for syntax
13283 table information. Maybe report char-code-property-table info.
13284 Maybe report character's unicode. Tweak printing of list info.
13285 (list-input-methods): Add xref buttons.
13286 (dump-charsets, dump-codings): Deleted (obsolete).
13287 From Dave Love <fx@gnu.org>.
13288
13289 2002-02-10 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13290
13291 * menu-bar.el (menu-bar-showhide-menu): Rename functions for toggling.
13292
13293 2002-02-10 Michael Kifer <kifer@cs.stonybrook.edu>
13294
13295 * viper-util.el (viper-read-key-sequence): Fix so it'll read
13296 fast key sequences in emacs native mode
13297 (viper-events-to-keys): Delete.
13298
13299 * viper.el (describe-key, describe-key-briefly): Get rid of
13300 viper-events-to-keys.
13301
13302 * ediff-init.el (ediff-has-gutter-support): Steven Turnbull's patch.
13303
13304 * ediff-wind.el (ediff-setup-control-frame):
13305 Use ediff-has-gutter-support.
13306
13307 * ediff-util.el (ediff-dispose-of-variant-according-to-user):
13308 check if buff is alive.
13309
13310 * ediff.el: Typo in comment.
13311
13312 2002-02-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13313
13314 * menu-bar.el (menu-bar-options-save): Take care of
13315 line-number-mode and column-number-mode variables.
13316 (menu-bar-showhide-menu): New menu-items "Show Line Number" and
13317 "Show Column Number" in "Show/Hide" menu.
13318
13319 2002-02-09 Richard M. Stallman <rms@gnu.org>
13320
13321 * mail/mailabbrev.el (mail-mode-map): Use eval-after-load to change it.
13322
13323 2002-02-09 Kim F. Storm <storm@cua.dk>
13324
13325 * faces.el (mode-line-inactive): New face for mode-line for
13326 non-selected windows.
13327 (mode-line): Doc fix: Only used for selected window.
13328
13329 2002-02-08 Eli Zaretskii <eliz@is.elta.co.il>
13330
13331 * calendar/cal-menu.el (calendar-mode-map): Change the menu item's
13332 name to "Insert Diary Entry".
13333
13334 2002-02-08 Stefan Monnier <monnier@cs.yale.edu>
13335
13336 * font-lock.el (save-buffer-state): Use restore-buffer-modified-p.
13337 (c-font-lock-syntactic-face-function): Accept doxygen-style comments.
13338
13339 2002-02-08 Richard M. Stallman <rms@gnu.org>
13340
13341 * textmodes/text-mode.el (text-mode-hook-identify): Define as no-op.
13342
13343 2002-02-08 Andreas Schwab <schwab@suse.de>
13344
13345 * calc/calc.el (calcDigit-key): Use minibuffer-prompt-end instead
13346 of point-min.
13347
13348 2002-02-08 Eli Zaretskii <eliz@is.elta.co.il>
13349
13350 * net/ange-ftp.el (ange-ftp-process-handle-line)
13351 (ange-ftp-set-xfer-size): If the file's size is a float, divide
13352 by 1024 instead of using ash.
13353
13354 * international/mule-cmds.el (select-safe-coding-system):
13355 State the buffer's name in the message popped in the *Warning* buffer,
13356 and make sure the offending buffer is displayed.
13357
13358 2002-02-07 Markus Rost <rost@math.ohio-state.edu>
13359
13360 * ffap.el (ffap-newsgroup-p): Test for non-nil symbol-value of htb.
13361
13362 2002-02-07 Richard M. Stallman <rms@gnu.org>
13363
13364 * terminal.el (terminal-map): Define [menu-bar] so global def is seen.
13365
13366 * register.el (list-registers): New command.
13367 (describe-register-1): New subroutine, taken out of view-register.
13368
13369 * emacs-lisp/copyright.el (copyright-regexp):
13370 Delete the unibyte copyright symbol; it's redundant.
13371 Fix a spazz in the multibyte encoding here.
13372
13373 2002-02-07 Dave Love <fx@gnu.org>
13374
13375 * language/cyril-util.el (cyrillic-encode-koi8-r-char)
13376 (cyrillic-encode-alternativnyj-char): Get translation tables from
13377 symbol properties, not as variables.
13378 (standard-display-cyrillic-translit): Include unicodes.
13379
13380 2002-02-06 Kim F. Storm <storm@cua.dk>
13381
13382 * help.el (where-is): Report remapped commands.
13383
13384 * help-fns.el (describe-function-1): Ditto.
13385
13386 * subr.el (global-set-key, local-set-key): Accept a symbol for the
13387 KEY argument (like define-key).
13388
13389 2002-02-06 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13390
13391 * textmodes/flyspell.el (flyspell-insert-function): Doc fix.
13392
13393 2002-02-06 Richard M. Stallman <rms@gnu.org>
13394
13395 * mail/mailabbrev.el: Require sendmail only at compile time.
13396 (mail-mode-header-syntax-table): Var deleted.
13397 (mail-abbrev-syntax-table): Init to nil, will compute when needed.
13398 (sendmail-pre-abbrev-expand-hook): Only temporarily change
13399 local-abbrev-table and the syntax table.
13400 Compute mail-abbrev-syntax-table if that has not been done.
13401
13402 * progmodes/compile.el (grep-compute-defaults): Definition moved up.
13403
13404 * emacs-lisp/debug.el (debugger-frame-offset): Var deleted.
13405 (debugger-frame-number): Figure out the offset directly.
13406 (debugger-setup-buffer): Don't use debugger-frame-offset.
13407 (debugger-frame, debugger-frame-clear): Likewise.
13408 (debugger-jump): Don't alter debugger-frame-offset.
13409
13410 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
13411 Replace foo-p as var name with foo-flag, not foo-p-flag.
13412
13413 * hilit-chg.el (highlight-changes-active-string): Default to +Chg.
13414 (highlight-changes-passive-string): Default to -Chg.
13415 (highlight-changes-global-modes): Doc fix.
13416
13417 * dired.el (dired-get-filename): Add /: when appropriate
13418 to avoid taking a local name as remote.
13419
13420 * files.el (file-name-non-special): Add special handling for
13421 file-name-sans-versions, file-name-completion, and
13422 file-name-all-completions.
13423
13424 * isearch.el (isearch-update): Don't update display in kbd macro.
13425 (isearch-lazy-highlight-new-loop): Do nothing in kbd macro.
13426
13427 * subr.el (force-mode-line-update): Doc fix.
13428
13429 * subr.el (atomic-change-group, prepare-change-group)
13430 (activate-change-group, accept-change-group, cancel-change-group):
13431 New functions.
13432
13433 * simple.el (undo-get-state, undo-revert-to-state): Fns deleted.
13434 (transpose-subr-1): Use atomic-change-group.
13435
13436 * subr.el (add-minor-mode): Include the mode's lighter string
13437 in the minor mode menu item name.
13438
13439 * mail/rmail.el (rmail-toggle-header): Avoid possibly slow call to
13440 rmail-count-screen-lines starting from (point-min).
13441
13442 * startup.el (use-fancy-splash-screens-p): Need 19 lines,
13443 beyond the image height, to use the fancy splash screen.
13444
13445 * textmodes/text-mode.el (text-mode-hook-identify): Function deleted.
13446 (text-mode): Set text-mode-variant here.
13447
13448 2002-02-06 Eli Zaretskii <eliz@is.elta.co.il>
13449
13450 * play/pong.el (pong-height): Don't use height that exceeds the
13451 frame height.
13452 (pong-border-options): Make the border colors slightly more bright.
13453
13454 * play/gamegrid.el (gamegrid-display-type): Treat any
13455 color-capable display as color-x, if display-color-p is fboundp.
13456 (gamegrid-make-color-x-face): Don't call gamegrid-color twice.
13457 (gamegrid-make-color-tty-face): Use the value of color, not the
13458 symbol itself. Don't call gamegrid-color.
13459
13460 2002-02-05 Eli Zaretskii <eliz@is.elta.co.il>
13461
13462 * gud.el (gud-refresh): Call recenter only after we are sure we
13463 are in the right window.
13464
13465 2002-02-05 Per Abrahamsen <abraham@dina.kvl.dk>
13466
13467 * cus-edit.el (customize-mark-to-save): New function.
13468 * menu-bar.el (menu-bar-options-save): Rewrote.
13469
13470 2002-02-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13471
13472 * cus-start.el (x-use-underline-position-properties):
13473 Allow customization.
13474
13475 2002-02-04 Simon Josefsson <jas@extundo.com>
13476
13477 * dired.el (dired-load-hook, dired-mode-hook)
13478 (dired-before-readin-hook, dired-after-readin-hook): Defcustom.
13479
13480 2002-02-03 Colin Walters <walters@verbum.org>
13481
13482 * ibuf-ext.el (ibuffer-filter-format-alist)
13483 (ibuffer-cached-filter-formats, ibuffer-compiled-filter-formats):
13484 New variables.
13485 * ibuffer.el (ibuffer): Remove link; the "home page" for ibuffer
13486 is now the Emacs CVS tree.
13487 (ibuffer-formats): Doc fix.
13488 (ibuffer-active-formats-name, ibuffer-current-formats): New functions.
13489 (ibuffer-current-format): Use them.
13490 (ibuffer-recompile-formats, ibuffer-check-formats)
13491 (ibuffer-switch-format, ibuffer-update-title):
13492 Add support for ibuffer-filter-format-alist.
13493 (define-ibuffer-column process): Remove unncessary consing.
13494
13495 * ibuf-macs.el (define-ibuffer-column): Add beginnings of support
13496 for a summary column.
13497
13498 2002-02-03 Andreas Schwab <schwab@suse.de>
13499
13500 * window.el (save-selected-window): Move macro before first use.
13501 (balance-windows): Fix misplaced parenthesis.
13502
13503 2002-02-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13504
13505 * calculator.el (calculator-displayers): Doc fixes.
13506
13507 2002-02-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13508
13509 * menu-bar.el (menu-bar-help-menu): Use different text for tool-tip.
13510 (menu-bar-options-save): Save also the value of `display-time-mode'.
13511 (showhide-date-time): New function.
13512 (menu-bar-showhide-menu): New menu-item "Date and time".
13513
13514 2002-02-03 Eli Zaretskii <eliz@is.elta.co.il>
13515
13516 * mail/rmail.el (rmail): Use find-buffer-visiting instead of
13517 get-file-buffer to check for rmail buffer existence.
13518
13519 * term.el (term-emulate-terminal): Extract proper command string
13520 which is supplied to term-command-hook.
13521
13522 2002-02-03 Richard M. Stallman <rms@gnu.org>
13523
13524 * international/quail.el (quail-help): Don't call help-setup-xref.
13525
13526 * international/mule-cmds.el (describe-input-method):
13527 Call help-setup-xref here.
13528 (describe-current-input-method): Doc fix.
13529
13530 * novice.el (disabled-command-hook): Clarify output text.
13531 Indent the paragraph from the command's doc string.
13532
13533 * dabbrev.el (dabbrev--goto-start-of-abbrev):
13534 Exit loop on beginning of field rather than bobp.
13535
13536 2002-02-02 Eli Zaretskii <eliz@is.elta.co.il>
13537
13538 * mail/uce.el (uce-reply-to-uce): Prune the headers before copying
13539 the message text into the *mail* buffer, and restore the pruned
13540 state after that.
13541
13542 * mail/rmail.el (rmail-redecode-body): Prune the headers before
13543 looking for X-Coding-System header, and restore the pruned state
13544 before returning.
13545
13546 2002-02-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13547
13548 * cus-edit.el (customize-save-variable): Fix typo in prompt.
13549
13550 These changes integrate new version of flyspell.el from its
13551 maintainer, Manuel Serrano:
13552
13553 * textmodes/flyspell.el (flyspell-issue-message-flag): New user option.
13554 (flyspell-mode-on, flyspell-notify-misspell)
13555 (flyspell-small-region, flyspell-external-point-words)
13556 (flyspell-large-region): Use it
13557 (flyspell-before-incorrect-word-string)
13558 (flyspell-after-incorrect-word-string): New user options.
13559 (make-flyspell-overlay): Use them.
13560 (flyspell-version): New function.
13561 (flyspell-incorrect-face, flyspell-duplicate-face): Adapt face
13562 definitions to use :weight.
13563 (flyspell-insert-function): New user option.
13564 (flyspell-auto-correct-word, flyspell-correct-word)
13565 (flyspell-xemacs-correct): Use it.
13566 (flyspell-define-abbrev): New function.
13567 (flyspell-auto-correct-word, flyspell-correct-word)
13568 (flyspell-xemacs-correct): Use it.
13569 (make-flyspell-overlay): Use `evaporate' property.
13570 (flyspell-auto-correct-word, flyspell-correct-word): Remove overlay.
13571 (flyspell-emacs-popup): Use `session' instead of `accept'.
13572 (flyspell-auto-correct-previous-pos): New variable.
13573 (flyspell-auto-correct-previous-hook)
13574 (flyspell-auto-correct-previous-word): New functions.
13575
13576 2002-02-02 Eli Zaretskii <eliz@is.elta.co.il>
13577
13578 * novice.el (enable-command): If Emacs was invoked as "emacs -q",
13579 don't alter the user's ~/.emacs.
13580 (disable-command): If user-init-file is nil or does not exist,
13581 default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
13582 But don't alter the init file if Emacs was invoked as "emacs -q"
13583
13584 2002-02-01 Stefan Monnier <monnier@cs.yale.edu>
13585
13586 * mail/sendmail.el (mail-mode): Undo half of last change.
13587
13588 * indent.el (indent-for-tab-command): Remove spurious code.
13589
13590 * hi-lock.el (hi-lock-find-patterns): Save restriction.
13591
13592 2002-02-01 Eli Zaretskii <eliz@is.elta.co.il>
13593
13594 * calendar/time-date.el: Moved from lisp/gnus.
13595
13596 * calendar/parse-time.el: Ditto.
13597
13598 2002-01-31 Richard M. Stallman <rms@gnu.org>
13599
13600 * international/iso-acc.el (iso-languages): Fix ", " in French.
13601
13602 * cus-start.el (history-length): Specify customization for it.
13603
13604 * emacs-lisp/debug.el (debugger-setup-buffer):
13605 When an eval-buffer frame was reading from a buffer,
13606 insert indication of the buffer position.
13607 (debugger-frame-number): Ignore ;;;-comment lines in backtrace.
13608 (debugger-frame-clear, debugger-frame): Error on non-frame line.
13609
13610 * simple.el (shell-command-on-region): Err if no mark
13611 before reading the command string.
13612
13613 * hl-line.el (hl-line-highlight, hl-line-unhighlight):
13614 Definitions moved down after hl-line-mode var's definition.
13615
13616 * hilit-chg.el (hilit-chg-fixup): Don't alter overlay if not ours.
13617 (hilit-chg-set-face-on-change): Rename arg.
13618 (hilit-chg-make-ov): Detect error earlier.
13619
13620 * ediff-hook.el: Delete autoload cookies.
13621
13622 * comint.el (comint-scroll-show-maximum-output): Default is t.
13623
13624 * emacs-lisp/bytecomp.el (batch-byte-compile): New arg noforce.
13625 (batch-byte-compile-if-not-done): New function.
13626
13627 * Makefile.in (compile): New target.
13628 (compile-always): Renamed from compile-files.
13629 (compile-after-backup): Renamed from compile.
13630 (bootstrap): Depend on compile-always, not compile-files.
13631
13632 * emulation/pc-select.el (pc-select-save-and-set-mode):
13633 Properly use MODE-VAR.
13634
13635 2002-01-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13636
13637 * menu-bar.el (menu-bar-help-menu): Change menu-item "Show Emacs
13638 Version" to "About Emacs".
13639 (menu-bar-options-save): Add `default-frame-alist'
13640 to saved variables.
13641 (menu-bar-showhide-scroll-bar-menu): Use frame-parameters instead
13642 of the variable `scroll-bar-mode'.
13643
13644 * startup.el (normal-splash-screen, display-splash-screen):
13645 New functions (separated from command-line-1).
13646 (command-line-1): Use them.
13647
13648 2002-01-28 Eli Zaretskii <eliz@is.elta.co.il>
13649
13650 * calendar/calendar.el (generate-calendar-month): Doc fix.
13651
13652 2002-01-27 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13653
13654 * time.el (display-time-mail-directory): New option.
13655 (display-time-mail-function): Update doc-string.
13656 (display-time-mail-icon): Use XPM image when available.
13657 (display-time-string-forms): Use more descriptive text as
13658 help-echo property.
13659 (display-time-mail-check-directory): New function.
13660 (display-time-update): Use it.
13661
13662 * menu-bar.el (menu-bar-showhide-scroll-bar-menu):
13663 Quote `window-system'.
13664
13665 * tmm.el (tmm-get-keymap): Honour :visible in `menu-item'.
13666 Add Keywords header. Update Commentary section.
13667 Update copyright notice.
13668
13669 * menu-bar.el (menu-bar-scroll-bar-right)
13670 (menu-bar-scroll-bar-left, menu-bar-scroll-bar-none)
13671 (showhide-menu-bar): New functions.
13672 (menu-bar-showhide-menu): New submenu "Show/Hide".
13673 (menu-bar-showhide-scroll-bar-menu): "Scroll-bar" submenu of
13674 "Show/Hide".
13675 Update copyright notice.
13676
13677 2002-01-27 Eli Zaretskii <eliz@is.elta.co.il>
13678
13679 * lazy-lock.el (lazy-lock-mode): Add a reference to jit-lock.
13680
13681 2002-01-26 Evgeny Roubinchtein <evgenyr@cs.washington.edu>
13682
13683 * pc-select.el (pc-selection-mode-hook)
13684 (pc-select-saved-settings-alist, pc-select-map)
13685 (pc-select-saved-global-map, pc-select-key-bindings-alist)
13686 (pc-select-default-key-bindings, pc-select-extra-key-bindings)
13687 (pc-select-meta-moves-sexps-key-bindings)
13688 (pc-select-tty-key-bindings, pc-select-old-M-delete-binding):
13689 New variables.
13690 (pc-select-define-keys, pc-select-restore-keys): New functions.
13691 (pc-select-add-to-alist, pc-select-save-and-set-var)
13692 (pc-select-save-and-set-mode, pc-select-restore-var)
13693 (pc-select-restore-mode): New macros.
13694 (pc-selection-mode): Completely rewrote the body of the function;
13695 the main goal was to make pc-selection-mode "turn-off"-able, like
13696 other minor modes. Use define-minore-mode instead of just a
13697 defun. Store the key bindings into four alists:
13698 pc-select-default-key-bindings, pc-select-extra-key-bindings,
13699 pc-select-meta-moves-sexps-key-bindings, and
13700 pc-select-tty-key-bindings; then have the pc-select-define-keys
13701 function walk those alists instead of calling define-key
13702 repeatedly. When the mode is turned on, set the
13703 keybindings in global-map and remember the old keybindings; when
13704 the mode is turned off, restore the previously-saved keybindings.
13705 (pc-selection-mode defcustom): Reflect the fact that the mode is
13706 now "turn-off"-able.
13707
13708 2002-01-26 Eli Zaretskii <eliz@is.elta.co.il>
13709
13710 * eshell/esh-cmd.el (eshell-eval-command): If eshell-resume-eval
13711 returns t, don't treat that as an error.
13712
13713 2002-01-25 Jason Rumney <jasonr@gnu.org>
13714
13715 * faces.el (face-font-registry-alternatives) [windows-nt]:
13716 Add ms-oemlatin as an alternative for iso8859-1.
13717
13718 2002-01-25 Stefan Monnier <monnier@cs.yale.edu>
13719
13720 * pcvs.el (cvs-reread-cvsrc): Distinguish between an empty list of
13721 args and the absence of an entry. Don't add -f each time.
13722
13723 2002-01-25 Eli Zaretskii <eliz@is.elta.co.il>
13724
13725 * emacs-lisp/cl-seq.el (mismatch): Doc fix.
13726
13727 Support for more than 8 colors on character terminals:
13728
13729 * term/rxvt.el: New file.
13730
13731 * Makefile.in (DONTCOMPILE): Remove term/xterm.el.
13732
13733 * term/xterm.el (xterm-standard-colors): New variable.
13734 (xterm-rgb-convert-to-16bit, xterm-register-default-colors)
13735 (xterm-rxvt-set-background-mode): New functions.
13736 (toplevel): Call xterm-register-default-colors,
13737 xterm-rxvt-set-background-mode, and tty-set-up-initial-frame-faces.
13738 Add support for more keys from xterm's terminfo entry.
13739
13740 * facemenu.el (list-colors-display): If the argument is nil, don't
13741 show more colors that the number returned by display-color-cells.
13742
13743 * term/pc-win.el (msdos-color-values): Reverse the order of the
13744 colors, since tty-color-define now preserves the registration order.
13745
13746 * w32-fns.el (w32-tty-standard-colors): Reverse the order.
13747
13748 * term/tty-colors.el (tty-standard-colors): Reverse the order.
13749 (tty-register-default-colors): New function; code moved from
13750 startup.el's command-line.
13751 (tty-modify-color-alist): Use nconc instead of cons, to preserve
13752 the order the colors where registered.
13753
13754 * frame.el (display-color-cells): Use tty-display-color-cells.
13755
13756 * startup.el (command-line): Call tty-register-default-colors.
13757
13758 2002-01-25 Richard M. Stallman <rms@gnu.org>
13759
13760 * subr.el (remove): Doc fix.
13761
13762 2002-01-24 Richard M. Stallman <rms@gnu.org>
13763
13764 * progmodes/compile.el (compilation-handle-exit):
13765 Add a compilation-handle-exit property to the "finished" message.
13766 (compilation-parse-errors): Stop parsing when that property is seen.
13767
13768 * subr.el (substring-no-properties): New function.
13769 (copy-without-properties): Function deleted.
13770
13771 * term/x-win.el (x-handle-geometry): Put sizes on both
13772 initial-frame-alist and default-frame-alist.
13773
13774 * cus-edit.el (custom-save-all): Bind file-precious-flag to t
13775 for saving .emacs.
13776
13777 * files.el (basic-save-buffer-2): Ignore file-error in delete-file.
13778
13779 * calendar/calendar.el (generate-calendar-month): Doc fix.
13780
13781 2002-01-23 Richard M. Stallman <rms@gnu.org>
13782
13783 * play/tetris.el (tetris): New defgroup.
13784 (tetris-use-glyphs, tetris-use-color, tetris-draw-border-with-glyphs)
13785 (tetris-default-tick-period): Convert to defcustom.
13786 Added * in docstring to indicate user variable.
13787 (tetris-update-speed-function, tetris-mode-hook, tetris-tty-colors)
13788 (tetris-x-colors, tetris-buffer-name, tetris-buffer-width)
13789 (tetris-buffer-height, tetris-width, tetris-height)
13790 (tetris-top-left-x, tetris-top-left-y): Convert to defcustom.
13791
13792 2002-01-22 Stefan Monnier <monnier@cs.yale.edu>
13793
13794 * mail/sendmail.el (mail-mode): ">" is not a supercite-style prefix
13795 and is already matched by adaptive-fill-regexp.
13796
13797 2002-01-22 Richard M. Stallman <rms@gnu.org>
13798
13799 * bindings.el (mode-line-copied-mode-name): New variable.
13800 (mode-line-mode-name): Don't modify mode-name itself!
13801 Instead, make a copy and reuse it.
13802
13803 * subr.el (copy-without-properties): New function.
13804
13805 * progmodes/sh-script.el (sh-set-shell): Doc fix.
13806
13807 * net/ange-ftp.el (ange-ftp-canonize-filename): Avoid duplicate
13808 slash if DIR is just slash.
13809
13810 * progmodes/perl-mode.el (perl-mode-abbrev-table): Restore definition.
13811
13812 2002-01-21 Richard M. Stallman <rms@gnu.org>
13813
13814 * emacs-lisp/copyright.el (copyright-regexp): Fix previous change.
13815
13816 * net/ange-ftp.el (ange-ftp-bs2000-posix-hook-installed):
13817 Move defvar up.
13818
13819 * textmodes/ispell.el (ispell-help): Clean up echo area if user quits.
13820
13821 * ibuffer.el: Don't require ibuf-ext at load time.
13822 (ibuffer): Require ibuf-ext here.
13823
13824 2002-01-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
13825
13826 * generic-x.el (apache-conf-generic-mode): Highlight the first
13827 word in a line even if preceded by blanks.
13828
13829 2002-01-21 Richard M. Stallman <rms@gnu.org>
13830
13831 * window.el (window-body-height): Handle minibuffer window specially.
13832 Otherwise, don't return less than 1.
13833
13834 2002-01-20 Thomas Dorner <Thomas.Dorner@start.de>
13835
13836 * ange-ftp.el: Added support for BS2000, and for raw ftp
13837 login commands (needed in some circumstances).
13838 (ange-ftp-raw-login): New custom var.
13839 (ange-ftp-normal-login): Perform login with raw ftp commands, if
13840 ange-ftp-raw-login is set and account password is needed.
13841 (ange-ftp-host-type, ange-ftp-guess-host-type): Handle BS2000 hosts.
13842 (ange-ftp-bs2000-filename-pubset-regexp)
13843 (ange-ftp-bs2000-filename-username-regexp)
13844 (ange-ftp-bs2000-filename-prefix-regexp)
13845 (ange-ftp-bs2000-name-template): New consts.
13846 (ange-ftp-bs2000-short-filename-regexp)
13847 (ange-ftp-bs2000-fix-name-regexp-reverse)
13848 (ange-ftp-bs2000-fix-name-regexp): New consts.
13849 (ange-ftp-bs2000-special-prefix): New custom var.
13850 (ange-ftp-fix-name-for-bs2000)
13851 (ange-ftp-fix-dir-name-for-bs2000): New funs.
13852 (ange-ftp-bs2000-host-regexp, ange-ftp-bs2000-posix-host-regexp)
13853 (ange-ftp-bs2000-posix-hook-installed): New vars.
13854 (ange-ftp-parse-bs2000-filename, ange-ftp-parse-bs2000-listing)
13855 (ange-ftp-bs2000-host, ange-ftp-bs2000-posix-host)
13856 (ange-ftp-add-bs2000-host, ange-ftp-add-bs2000-posix-host): New funs.
13857 (ange-ftp-bs2000-filename-regexp): New const.
13858 (ange-ftp-bs2000-additional-pubsets): New custom var.
13859 (ange-ftp-bs2000-cd-to-posix): New fun.
13860
13861 2002-01-20 Colin Walters <walters@verbum.org>
13862
13863 * ibuffer.el: (toplevel) Require `ibuf-ext', which is now compiled
13864 with `byte-compile-dynamic'.
13865 (ibuffer-default-directory, toplevel): Doc files.
13866
13867 2002-01-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13868
13869 * tempo.el (tempo-define-template): Doc fix.
13870
13871 * scroll-bar.el (scroll-bar-mode): Make argument optional.
13872
13873 2002-01-20 Jason Rumney <jasonr@gnu.org>
13874
13875 * w32-vars.el: New file.
13876
13877 * loadup.el [windows-nt]: Load it.
13878
13879 * w32-fns.el, term/w32-win.el: Move user variables to w32-vars.el
13880 and make them defcustoms.
13881
13882 * term/w32-win.el (mouse-set-font): Use w32-list-proportional-fonts.
13883
13884 2002-01-19 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13885
13886 * language/tibet-util.el (tibetan-decompose-region)
13887 (tibetan-decompose-string): Fix typo in docstring.
13888
13889 * ruler-mode.el (ruler-mode): New keyword. Fix :version.
13890
13891 2002-01-18 Richard M. Stallman <rms@gnu.org>
13892
13893 * comint.el (comint-redirect-send-command-to-process):
13894 Restore previous current buffer.
13895
13896 * window.el (window-body-height): New function.
13897
13898 2002-01-18 Zoltan Kemenczy <kemenczy@rogers.com>
13899
13900 * gud.el (easy-mmode-defmap): Enable "Up Stack", "Down Stack", and
13901 "Finish Function" menu map entries for jdb mode.
13902 (gud-jdb-use-classpath): New customization variable.
13903 (gud-jdb-command-name): Add customization.
13904 (gud-jdb-classpath, gud-marker-acc-max-length): New variables.
13905 (gud-jdb-classpath-string): New variable.
13906 (gud-jdb-source-files, gud-jdb-class-source-alist): Add doc strings.
13907 (gud-jdb-build-source-files-list): Likewise.
13908 (gud-jdb-massage-args): Record any command argument classpath
13909 string in `gud-jdb-classpath-string'.
13910 (gud-jdb-lowest-stack-level): New function, finds bottom of current
13911 java call stack in jdb output.
13912 (gud-jdb-find-source-using-classpath, gud-jdb-find-source)
13913 (gud-jdb-parse-classpath-string): New functions.
13914 (gud-jdb-marker-filter): Search/detect classpath information in
13915 jdb's output. marker regexp updated to match oldjdb and jdb output
13916 formats. Expand search for source files to include new/old methods
13917 using new functions above. Do not allow `gud-marker-acc' to grow
13918 without bound.
13919 (jdb): Set classpath information (if available) as jdb is started.
13920 Change `gud-break' and `gud-remove'
13921 to use new %c ("class") escape in format strings.
13922 Add `gud-finish', `gud-up', `gud-down' command string functions, and
13923 add them to the local menu map. Update `comint-prompt-regexp' for
13924 jdb and oldjdb. If attaching to an already running java VM and
13925 configured to use classpath, send command to query for classpath,
13926 else use previous method for finding and parsing java
13927 sources. Set `gud-jdb-find-source' function accordingly.
13928 (gud-mode): Doc fix.
13929 (gud-format-command): Add support for new %c ("class") escape.
13930 (gud-find-class): New function in support of %c escape.
13931
13932 2002-01-17 Richard M. Stallman <rms@gnu.org>
13933
13934 * ibuf-ext.el: Enable byte-compile-dynamic.
13935
13936 2002-01-17 Jason Rumney <jasonr@gnu.org>
13937
13938 * term/w32-win.el: Restore conditional require of fontset.
13939
13940 2002-01-16 Richard M. Stallman <rms@gnu.org>
13941
13942 * mouse.el (mouse-drag-region-1): Renamed from mouse-drag-region,
13943 more or less.
13944 (mouse-drag-region): New function. For a click in the echo area,
13945 show *Messages*.
13946
13947 * ibuf-ext.el: Delete the autoloads for functions defined with
13948 ibuffer-specific commands.
13949
13950 * help.el (describe-distribution): Really call view-file.
13951
13952 * net/ange-ftp.el (ange-ftp-passive-mode): New arg PROC.
13953 (ange-ftp-get-process): Pass that arg.
13954
13955 * comint.el (comint-simple-send): Fix previous change.
13956
13957 * net/telnet.el (telnet-simple-send): Fix previous change.
13958
13959 * progmodes/sql.el (sql-escape-newlines-and-send)
13960 (sql-query-placeholders-and-send): Fix previous change.
13961
13962 2002-01-16 Colin Walters <walters@verbum.org>
13963
13964 * ibuf-ext.el, ibuf-macs.el, ibuffer.el (toplevel): Remove X-RCS,
13965 URL, Compatibility headers. Update copyright notice.
13966 * ibuf-macs.el (toplevel): Require `cl' when compiling.
13967
13968 2002-01-16 Andrew Choi <akochoi@cse.cuhk.edu.hk>
13969
13970 * startup.el (command-line): Set EOL mnemonics for the Mac.
13971
13972 2002-01-16 Andreas Schwab <schwab@suse.de>
13973
13974 * mail/feedmail.el (feedmail): Fix :link spec.
13975
13976 2002-01-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13977
13978 * net/ldap.el (ldap-ldapsearch-prog): Default to OpenLDAP version
13979 2 ldapsearch.
13980
13981 * net/eudc.el: New maintainer. Change author's address.
13982 (eudc-pre-select-window-configuration, eudc-insertion-marker):
13983 Variables removed.
13984 (eudc-insert-selected): Function removed.
13985 (eudc-select): Reimplemented.
13986 (eudc-expand-inline): Delete the strings only after its expansion
13987 is chosen not before.
13988
13989 * net/eudcb-ph.el (eudc-ph-open-session): Remove XEmacs case.
13990 Minor coding style fixes.
13991
13992 * net/eudcb-ldap.el: New maintainer. Change author's address.
13993 (eudc-attribute-display-method-alist): Display mail with
13994 eudc-display-mail.
13995
13996 * net/eudcb-bbdb.el, net/eudc-export.el, net/eudc-hotlist.el,
13997 * net/eudc-vars.el: New maintainer. Change author's address.
13998
13999 * net/eudc-bob.el: New maintainer. Change author's address.
14000 (eudc-bob-mail-keymap): New keymap for e-mail addresses.
14001 (eudc-display-mail): New function.
14002 (eudc-bob-play-sound-at-point): Remove XEmacs case.
14003
14004 2002-01-15 Richard M. Stallman <rms@gnu.org>
14005
14006 * emacs-lisp/autoload.el (make-autoload):
14007 Don't handle define-ibuffer-column, define-ibuffer-filter,
14008 define-ibuffer-sorter, and define-ibuffer-op.
14009
14010 2002-01-14 Richard M. Stallman <rms@gnu.org>
14011
14012 * calendar/calendar.el (diary-date-forms): Doc fix.
14013
14014 2002-01-14 Eli Zaretskii <eliz@is.elta.co.il>
14015
14016 * startup.el (command-line): Register the default tty colors even
14017 if the terminal doesn't seem to support colors.
14018 <tty-long-option-alist>: New option --color.
14019 (tty-handle-args): Parse the --color arg.
14020
14021 * term/tty-colors.el (tty-color-mode-alist): New variable.
14022
14023 2002-01-14 Stefan Monnier <monnier@cs.yale.edu>
14024
14025 * net/ange-ftp.el (ange-ftp-root-dir-p): New function.
14026 (ange-ftp-file-name-all-completions, ange-ftp-file-name-completion):
14027 Use it.
14028 (ange-ftp-hook-function): Preserve match-data.
14029 (ange-ftp-insert-directory): Typo.
14030 (ange-ftp-shell-command): Check if regexp matched.
14031
14032 2002-01-13 Richard M. Stallman <rms@gnu.org>
14033
14034 * international/mule-cmds.el: help-map bindings moved to help.el.
14035
14036 * help.el (view-echo-area-messages): New function.
14037 (help-map): Add `e' binding. Delete obsolete `d' binding.
14038 Change old Info bindings C-f, C-k and C-i to F, K, S.
14039 Move view-emacs-FAQ from F to C-f.
14040 Move view-emacs-problems from P to C-e.
14041 Bindings moved here from mule-cmds.el.
14042 C-l binding for describe-language-environment deleted
14043 (help-for-help): Update for all these changes.
14044
14045 * emacs-lisp/copyright.el (copyright-regexp): Make (C) optional.
14046
14047 2002-01-13 Dave Love <fx@gnu.org>
14048
14049 * emacs-lisp/copyright.el: Doc fixes.
14050 (copyright-regexp): Add Latin-9 copyright sign.
14051 Match comment delimiters in year lists.
14052 (copyright-current-year): Initialize to load-time year.
14053
14054 2002-01-13 Andreas Schwab <schwab@suse.de>
14055
14056 * dired-aux.el (dired-do-shell-command): Doc fix.
14057
14058 2002-01-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14059
14060 * startup.el (command-line-x-option-alist): New options "-fs",
14061 "-fw", "-fh", "--fullscreen", "--fullwidth", and "--fullheight".
14062
14063 * term/x-win.el (x-handle-initial-switch): New function.
14064
14065 2002-01-13 Colin Walters <walters@debian.org>
14066
14067 * emacs-lisp/autoload.el (make-autoload): Handle define-ibuffer-column,
14068 define-ibuffer-filter, define-ibuffer-sorter, and define-ibuffer-op.
14069
14070 * emacs-lisp/lisp-mode.el (toplevel): Ditto.
14071
14072 * ibuffer.el, ibuf-ext.el, ibuf-macs.el: New files.
14073
14074 2002-01-12 Richard M. Stallman <rms@gnu.org>
14075
14076 * net/browse-url.el (browse-url-grail):
14077 Use browse-url-maybe-new-window.
14078
14079 * net/telnet.el (telnet-simple-send):
14080 Handle comint-input-sender-no-newline like comint-simple-send.
14081
14082 * progmodes/sql.el (sql-query-placeholders-and-send):
14083 Handle comint-input-sender-no-newline like comint-simple-send.
14084 (sql-escape-newlines-and-send): Likewise.
14085
14086 * comint.el (comint-input-sender): Doc fix.
14087 (comint-input-sender-no-newline): New variable.
14088 (comint-simple-send): If comint-input-sender-no-newline,
14089 don't output newline, but maybe send eof.
14090 (comint-send-input): New arg NO-NEWLINE.
14091 (comint-send-eof): Call comint-send-eof with NO-NEWLINE.
14092
14093 2002-01-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14094
14095 * textmodes/flyspell.el (flyspell-check-pre-word-p):
14096 Prevent delaying when executing keyboard macros.
14097
14098 2002-01-12 Richard M. Stallman <rms@gnu.org>
14099
14100 * simple.el (line-move): If we can't move enough lines,
14101 go to beginning or end of line.
14102
14103 * help-mode.el (help-xref-go-back): Restore POSITION in proper buffer
14104 and proper window.
14105
14106 * help.el (describe-mode): Call help-setup-xref in the help buffer.
14107 Switch buffers only after calling `help-buffer'.
14108
14109 * dired-aux.el (dired-shell-stuff-it): Substitute for * or ?
14110 only when they are surrounded by whitespace.
14111 Use dired-mark-separator when adding one file name to a command.
14112 (dired-do-shell-command): Verify that * is surrounded by whitespace.
14113 Ask for confirmation if * or ? is not surrounded by whitespace.
14114 (dired-bunch-files): Re-reverse the partial file list when it is used.
14115
14116 2002-01-12 Richard M. Stallman <rms@gnu.org>
14117
14118 * comint.el (comint-dynamic-list-completions): Repeating the command
14119 after displaying a completion list scrolls the list.
14120
14121 2002-01-12 Eli Zaretskii <eliz@is.elta.co.il>
14122
14123 * files.el (find-file-noselect): Don't consider a buffer as
14124 visiting a file literally if it is in hexl-mode.
14125
14126 * faces.el (minibuffer-prompt): A better face definition for MS-DOS.
14127
14128 2002-01-11 Richard M. Stallman <rms@gnu.org>
14129
14130 * startup.el (initial-scratch-message): Fix custom type, add group.
14131
14132 * mail/rmail.el (rmail-decode-babyl-format): Disable undo
14133 around the decode-coding-region call.
14134
14135 * emacs-lisp/lisp.el (lisp-complete-symbol): Repeating the command
14136 after displaying a completion list scrolls the list.
14137
14138 2002-01-11 Eli Zaretskii <eliz@is.elta.co.il>
14139
14140 * version.el (emacs-version): Bump to 21.2.50.
14141
14142 2002-01-10 Thien-Thi Nguyen <ttn@giblet.glug.org>
14143
14144 * play/zone.el (zone-timeout): New var.
14145 (zone-hiding-modeline): New macro.
14146 (zone-call): New func.
14147
14148 (zone): Init `modeline-hidden-level' symbol property.
14149 Use `zone-call' instead of `funcall'.
14150
14151 (zone-pgm-whack-chars): Use `make-string' (fix bug introduced in 2001-10-26T20:11:25Z!monnier@iro.umontreal.ca).
14152
14153 (zone-pgm-stress): Use `zone-hiding-modeline'.
14154
14155 (zone-pgm-stress-destress): New zone program.
14156
14157 2002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
14158
14159 * faces.el (minibuffer-prompt): Special face definition for MS-DOS.
14160
14161 2002-01-09 Richard M. Stallman <rms@gnu.org>
14162
14163 * startup.el (fancy-splash-screens): Set tab-width in correct buffer.
14164
14165 2002-01-09 Michael Kifer <kifer@cs.stonybrook.edu>
14166
14167 * viper.el (viper-set-hooks): Zap viper-unfriendly bindings in
14168 flyspell-mouse-map.
14169
14170 2002-01-08 Richard M. Stallman <rms@gnu.org>
14171
14172 * emacs-lisp/regexp-opt.el (regexp-opt): Bind max-specpdl-size.
14173
14174 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Fix custom type.
14175
14176 * textmodes/flyspell.el (flyspell-mode-line-string): Fix custom type.
14177
14178 2002-01-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14179
14180 * progmodes/ada-mode.el (ada-initialize-properties, ada-mode):
14181 Do not use make-local-hook.
14182
14183 2002-01-08 Eli Zaretskii <eliz@is.elta.co.il>
14184
14185 * international/quail.el (quail-start-translation)
14186 (quail-start-conversion): Bind last-command-event, last-command,
14187 and this-command in the first let. This fixes the change from
14188 2000-08-30.
14189
14190 2002-01-08 Michael Kifer <kifer@cs.stonybrook.edu>
14191
14192 * ediff-hook.el: Add an autoload cookie.
14193
14194 2002-01-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14195
14196 * net/eudcb-ph.el, net/ldap.el: New maintainer. New e-mail
14197 address of the author.
14198
14199 2002-01-08 Richard M. Stallman <rms@gnu.org>
14200
14201 * replace.el (occur-mode-goto-occurrence-other-window): New command.
14202 (occur-mode-map): Bind `o' to that.
14203
14204 2002-01-07 Michael Kifer <kifer@cs.stonybrook.edu>
14205
14206 * viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
14207 new macro that replaces viper-emacs-p and viper-xemacs-p in many
14208 cases. Used to reduce the number of warnings.
14209
14210 * viper-cmd.el: Use viper-cond-compile-for-xemacs-or-emacs.
14211 (viper-standard-value): Move here from viper.el.
14212 (viper-set-unread-command-events): Move to viper-util.el
14213 (viper-check-minibuffer-overlay): Make sure
14214 viper-minibuffer-overlay is moved to cover the entire input field.
14215
14216 * viper-util.el: Use viper-cond-compile-for-xemacs-or-emacs.
14217 (viper-read-key-sequence, viper-set-unread-command-events)
14218 (viper-char-symbol-sequence-p, viper-char-array-p): Moved here.
14219
14220 * viper-ex.el: Use viper-cond-compile-for-xemacs-or-emacs.
14221
14222 * viper-keym.el: Use viper-cond-compile-for-xemacs-or-emacs.
14223
14224 * viper-mous.el: Use viper-cond-compile-for-xemacs-or-emacs.
14225
14226 * viper-macs.el (viper-char-array-p, viper-char-symbol-sequence-p)
14227 (viper-event-vector-p): Move to viper-util.el
14228
14229 * viper.el (viper-standard-value): Move to viper-cmd.el.
14230 Use viper-cond-compile-for-xemacs-or-emacs.
14231
14232 * ediff-help.el: Use ediff-cond-compile-for-xemacs-or-emacs.
14233
14234 * ediff-hook.el: Use ediff-cond-compile-for-xemacs-or-emacs.
14235
14236 * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs):
14237 New macro designed to be used in many places where ediff-emacs-p or
14238 ediff-xemacs-p was previously used. Reduces the number of warnings.
14239 Use ediff-cond-compile-for-xemacs-or-emacs in many places in lieu
14240 of ediff-xemacs-p.
14241 (ediff-make-current-diff-overlay, ediff-highlight-diff-in-one-buffer)
14242 (ediff-convert-fine-diffs-to-overlays, ediff-empty-diff-region-p)
14243 (ediff-whitespace-diff-region-p, ediff-get-region-contents):
14244 Move to ediff-util.el.
14245 (ediff-event-key): Moved here.
14246
14247 * ediff-merge.el: Got rid of unreferenced variables.
14248
14249 * ediff-mult.el: Use ediff-cond-compile-for-xemacs-or-emacs.
14250
14251 * ediff-util.el: Use ediff-cond-compile-for-xemacs-or-emacs.
14252 (ediff-cleanup-mess): Improve the way windows are set up after
14253 quitting ediff.
14254 (ediff-janitor): Use ediff-dispose-of-variant-according-to-user.
14255 (ediff-dispose-of-variant-according-to-user): New function
14256 designed to be smarter and also understands indirect buffers.
14257 (ediff-highlight-diff-in-one-buffer)
14258 (ediff-unhighlight-diff-in-one-buffer)
14259 (ediff-unhighlight-diffs-totally-in-one-buffer)
14260 (ediff-highlight-diff, ediff-highlight-diff)
14261 (ediff-unhighlight-diff, ediff-unhighlight-diffs-totally)
14262 (ediff-empty-diff-region-p, ediff-whitespace-diff-region-p)
14263 (ediff-get-region-contents, ediff-make-current-diff-overlay):
14264 Moved here.
14265 (ediff-format-bindings-of): New function by Hannu Koivisto
14266 <azure@iki.fi>.
14267 (ediff-setup): Make sure the merge buffer is always widened and
14268 modifiable.
14269 (ediff-write-merge-buffer-and-maybe-kill): Refuse to write the
14270 result of a merge into a file visited by another buffer.
14271 (ediff-arrange-autosave-in-merge-jobs): Check if the merge file
14272 is visited by another buffer and ask to save/delete that buffer.
14273 (ediff-verify-file-merge-buffer): New function to do the above.
14274
14275 * ediff-vers.el: Load ediff-init.el at compile time.
14276
14277 * ediff-wind.el: Use ediff-cond-compile-for-xemacs-or-emacs.
14278
14279 * ediff.el (ediff-windows, ediff-regions-wordwise)
14280 (ediff-regions-linewise): Use indirect buffers to improve
14281 robustness and make it possible to compare regions of the same
14282 buffer (even overlapping regions).
14283 (ediff-clone-buffer-for-region-comparison)
14284 (ediff-clone-buffer-for-window-comparison): New functions.
14285 (ediff-files-internal): Refuse to compare identical files.
14286 (ediff-regions-internal): Get rid of the warning about comparing
14287 regions of the same buffer.
14288
14289 * ediff-diff.el (ediff-convert-fine-diffs-to-overlays): Moved here.
14290 Plus the following fixes courtesy of Dave Love: Doc fixes.
14291 (ediff-word-1): Use word class and move - to the
14292 front per regexp documentation.
14293 (ediff-wordify): Bind forward-word-function outside loop.
14294 (ediff-copy-to-buffer): Use insert-buffer-substring rather than
14295 consing buffer contents.
14296 (ediff-goto-word): Move syntax table setting outside loop.
14297
14298 2002-01-07 Richard M. Stallman <rms@gnu.org>
14299
14300 * dired.el (dired-copy-filename-as-kill): Call kill-append
14301 if following a kill command.
14302
14303 * help-fns.el (describe-variable, describe-function):
14304 Do save-excursion.
14305
14306 2002-01-06 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14307
14308 * net/ldap.el (ldap-search-internal): Skip error message from
14309 ldapsearch. Allow listing attribute names only. Do not open
14310 non-existent files.
14311
14312 * net/eudcb-ldap.el (eudc-ldap-get-field-list): Do not try to
14313 call non-existent function.
14314
14315 * net/eudc.el (top-level): Revert previous change.
14316
14317 * net/net-utils.el (nslookup-font-lock-keywords): Defvar font-lock
14318 variables to prevent warning from byte-compiler.
14319
14320 * net/eudc.el (top-level): Use eudc-xemacs-p instead of
14321 string-match on emacs-version again.
14322
14323 * enriched.el (enriched-make-annotation): Fix the change from
14324 2002-01-05.
14325 (enriched-handle-display-prop): Return proper values.
14326
14327 * net/eudcb-ldap.el (eudc-attribute-display-method-alist):
14328 Use proper attribute name labeledUri instead of deprecated labeledUrl.
14329
14330 2002-01-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14331
14332 * net/eudc-hotlist.el (eudc-edit-hotlist): Avoid error when
14333 editing an empty hotlist.
14334
14335 * net/ldap.el (ldap-search-internal): Make the buffer unibyte.
14336 Use buffer-string instead of buffer-substring for the whole buffer.
14337
14338 * net/eudc-vars.el (eudc-external-viewers): Do not use xv, it is
14339 not free.
14340
14341 * net/eudc-bob.el (eudc-bob-can-display-inline-images)
14342 (eudc-bob-display-jpeg): Use fboundp instead of boundp.
14343 (eudc-bob-save-object): Make the buffer unibyte.
14344 (eudc-bob-generic-keymap): Add new keybinding `!' to pipe the
14345 object to external program.
14346
14347 2002-01-05 Andre Spiegel <spiegel@gnu.org>
14348
14349 * vc.el (vc-branch-part): Return nil if there's no `.'
14350 (vc-default-previous-version): Renamed from vc-previous-version.
14351 New args BACKEND and FILE. Return nil for revision numbers
14352 without a `.'
14353 (vc-version-diff): Call vc-BACKEND-previous-version.
14354 (vc-steal-lock): Steal lock before composing mail, so that no mail
14355 is sent when the stealing goes wrong. And we'll actually see the
14356 error in that case now.
14357 (vc-finish-steal): Removed.
14358
14359 * vc-rcs.el (vc-rcs-steal-lock): Do a real checkout after stealing
14360 the lock, so that we see expanded headers.
14361 (vc-rcs-trunk-p, vc-rcs-branch-part, vc-rcs-branch-p)
14362 (vc-rcs-minor-part, vc-rcs-previous-version): Removed. These are
14363 available from vc.el. Updated all callers.
14364
14365 2002-01-05 Richard M. Stallman <rms@gnu.org>
14366
14367 * enriched.el (enriched-make-annotation): Doc fix.
14368
14369 * format.el (format-replace-strings, format-subtract-regions)
14370 (format-annotate-region, format-annotate-location)
14371 (format-annotate-atomic-property-change)
14372 (format-annotate-single-property-change): Doc fixes.
14373
14374 2002-01-05 Jason Rumney <jasonr@gnu.org>
14375
14376 * term/w32-win.el: Require fontset unconditionally.
14377 (w32-handle-scroll-bar-event): Remove.
14378
14379 2002-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
14380
14381 * emacs-lisp/copyright.el (copyright-regexp): Allow multi-line
14382 copyrights to be updated.
14383
14384 2002-01-04 Eli Zaretskii <eliz@is.elta.co.il>
14385
14386 * textmodes/texinfo.el (texinfo-insert-@end): Fix the change from
14387 2001-10-24.
14388
14389 * mail/sendmail.el (mail-recover-1, mail-recover): Doc fix.
14390
14391 2002-01-04 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14392
14393 * net/ldap.el (ldap-host-parameters-alist): Remove duplicated entry.
14394 (ldap-ignore-attribute-codings): Change the default value to allow
14395 encoding/decoding of attributes.
14396 (ldap-coding-system): Use UTF-8 as the coding-system. Doc fix.
14397
14398 2002-01-03 Richard M. Stallman <rms@gnu.org>
14399
14400 * files.el (basic-save-buffer): Undo previous change.
14401
14402 * calendar/diary-lib.el (diary-block): Doc fix.
14403
14404 * custom.el (defcustom): Fix syntax of previous change.
14405
14406 2002-01-03 Per Abrahamsen <abraham@dina.kvl.dk>
14407
14408 * custom.el (defcustom): Documented :tag, :link and :load.
14409
14410 2002-01-03 Eli Zaretskii <eliz@is.elta.co.il>
14411
14412 * mail/sendmail.el (mail-recover-1): New function.
14413 (mail-recover): Switch to the *mail* buffer right away.
14414 Use buffer-auto-save-file-name instead of calling
14415 make-auto-save-file-name. Call dired-noselect instead of invoking
14416 `ls' directly. Bind coding-system-for-read to emacs-mule-unix
14417 before reading the auto-save file. If the buffer's auto-save file
14418 does not exist, call mail-recover-1 to allow recovery from past
14419 auto-saved drafts.
14420
14421 2002-01-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14422
14423 * time.el (display-time-load-average-threshold): Fix defcustom
14424 (add type and group).
14425
14426 * net/ange-ftp.el (ange-ftp-shell-command): Remove port
14427 specification from the hostname.
14428
14429 2002-01-02 Richard M. Stallman <rms@gnu.org>
14430
14431 * facemenu.el (facemenu-active-faces):
14432 Use face-attributes-as-vector, not face-attributes-vector.
14433
14434 2002-01-02 Chris Hanson <cph@aarau.ai.mit.edu>
14435
14436 * xscheme.el: Eleven years of updates on a private copy.
14437
14438 Extensive changes to support multiple xscheme buffers:
14439 (run-scheme): Break up into new functions to facilitate starting
14440 processes in other buffers.
14441 (xscheme-start, xscheme-read-command-line): New functions.
14442 (start-scheme, select-scheme)
14443 (default-xscheme-runlight)
14444 (global-set-scheme-interaction-buffer)
14445 (local-set-scheme-interaction-buffer)
14446 (local-clear-scheme-interaction-buffer)
14447 (exit-scheme-interaction-mode)
14448 (verify-xscheme-buffer): New functions.
14449 (xscheme-process-name, xscheme-buffer-name)
14450 (xscheme-runlight): New internal vars.
14451 (default-xscheme-runlight): New const.
14452 (xscheme-start-process): Add args for the process/buffer names.
14453 (reset-scheme): Pass process/buffer names.
14454 (scheme-interaction-mode): Initialize new local vars.
14455 (reset-scheme, xscheme-send-string-2, xscheme-process-running-p)
14456 (xscheme-select-process-buffer, xscheme-process-buffer)
14457 (xscheme-send-region, xscheme-send-char, xscheme-send-interrupt)
14458 (xscheme-goto-output-point, xscheme-write-message-1): Use new
14459 var xscheme-process-name.
14460 (xscheme-start-process): Initialize xscheme-process-name and
14461 xscheme-buffer-name in the process buffer. Pass buffer name to
14462 xscheme-modeline-initialize.
14463 (xscheme-modeline-initialize): Add argument to specify buffer name
14464 for mode-line vars.
14465 (xscheme-process-sentinel): Make sure sentinel is run in the
14466 process buffer so it sees its local vars.
14467 (xscheme-process-filter-initialize, xscheme-set-runlight):
14468 More elaborate logic to handle multiple-buffer mode lines.
14469
14470 (xscheme-enter-input-wait): Re-enable control-G handler upon
14471 entering input wait.
14472
14473 (scheme-interaction-mode): Add arg to preserve local vars.
14474 (xscheme-enter-interaction-mode)
14475 (xscheme-enter-debugger-mode): Preserve local vars.
14476 (xscheme-start-process): Clobber local vars.
14477
14478 (scheme-interaction-mode-commands): Allow end user to add commands
14479 to scheme-interaction-mode keymap.
14480 (scheme-interaction-mode-commands-alist): New variable.
14481
14482 (xscheme-send-string): Don't use insert-before-markers.
14483
14484 Implement a per-buffer kill ring:
14485 (xscheme-insert-expression)
14486 (xscheme-rotate-yank-pointer, xscheme-yank)
14487 (xscheme-yank-pop, xscheme-yank-push): New functions.
14488 (xscheme-expressions-ring)
14489 (xscheme-expressions-ring-yank-pointer)
14490 (xscheme-expressions-ring-max): New variables.
14491 (xscheme-send-string-1): Call xscheme-insert-expression to save
14492 expression in ring.
14493 (xscheme-yank-previous-send): Now an alias for xscheme-yank.
14494 (xscheme-previous-send): Deleted variable.
14495
14496 (xscheme-send-string-2, xscheme-send-char, xscheme-send-proceed)
14497 (xscheme-send-control-g-interrupt): Use process-send-string rather
14498 than send-string.
14499
14500 (xscheme-send-region): Insert a newline after an expression that
14501 is submitted in the interaction buffer, for consistency with
14502 recent changes to Edwin.
14503
14504 (xscheme-delete-output): New function mimics comint-delete-output.
14505 (xscheme-last-input-end): New internal variable.
14506 (xscheme-process-filter-output): Update xscheme-last-input-end.
14507
14508 (xscheme-send-control-g-interrupt): Make sure that
14509 xscheme-control-g-disabled-p is looked up in the right buffer.
14510
14511 (xscheme-enable-control-g): Clear C-g message if visible.
14512 (xscheme-control-g-message-string): New internal var.
14513 (xscheme-send-control-g-interrupt): Use new var.
14514
14515 (xscheme-send-control-g-interrupt, xscheme-send-interrupt):
14516 Delay after sending interrupt in order to work around race condition.
14517
14518 (xscheme-send-control-g-interrupt, xscheme-send-interrupt)
14519 (xscheme-send-char): Use xscheme-send-char rather than send-string
14520 to send single char.
14521
14522 (xscheme-process-filter, xscheme-process-filter-alist):
14523 Add support for evaluating expressions outside of the call-excursion.
14524 (xscheme-process-filter:string-action-noexcursion): New func.
14525
14526 (xscheme-write-value): Change output string to match that used by
14527 Edwin.
14528
14529 (xscheme-coerce-prompt): Don't write a space after a command
14530 prompt. The PROMPT-FOR-COMMAND- procedures will take care of this
14531 for us.
14532
14533 (reset-scheme): Delete process after killing it.
14534
14535 2002-01-02 Eli Zaretskii <eliz@is.elta.co.il>
14536
14537 * bindings.el (function-key-map): Don't bind shifted keypad
14538 numeric keys.
14539
14540 2002-01-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14541
14542 * enriched.el (enriched-handle-display-prop): Remove unused variables.
14543 (enriched-mode): Doc fix.
14544
14545 2002-01-02 Eli Zaretskii <eliz@is.elta.co.il>
14546
14547 * international/ucs-tables.el (ucs-8859-8-alist): Comment away
14548 Hebrew points.
14549
14550 2002-01-01 Richard M. Stallman <rms@gnu.org>
14551
14552 * jka-compr.el (jka-compr-write-region): If START = nil, use whole buf.
14553
14554 2001-12-31 Richard M. Stallman <rms@gnu.org>
14555
14556 * comint.el, cus-edit.el, diff-mode.el, enriched.el, font-lock.el:
14557 * generic-x.el, info.el, log-view.el, pcvs-info.el, speedbar.el:
14558 * wid-edit.el, woman.el, calendar/calendar.el, textmodes/flyspell.el:
14559 * emulation/viper-init.el, eshell/em-ls.el, progmodes/antlr-mode.el:
14560 * progmodes/cperl-mode.el, progmodes/idlwave.el:
14561 * progmodes/sh-script.el, progmodes/vhdl-mode.el:
14562 Adapt face definitions to use :weight and :slant.
14563
14564 * ps-print.el (ps-font-lock-face-attributes): Use :weight and :slant.
14565
14566 * cus-edit.el (custom-face-edit-fix-value): Delete `assert' call.
14567
14568 * font-lock.el (initializing from font-lock-face-attributes):
14569 Use :weight and :slant, not :bold and :italic.
14570
14571 2001-12-31 Per Abrahamsen <abraham@dina.kvl.dk>
14572
14573 * cus-edit.el (custom-face-edit-fix-value): New function.
14574 (custom-face-edit): Use it, to convert :italic and :bold to new forms.
14575
14576 2001-12-30 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14577
14578 * progmodes/octave-mod.el (octave-abbrev-table):
14579 * progmodes/idlwave.el (idlwave-mode-abbrev-table):
14580 * progmodes/fortran.el (fortran-mode-abbrev-table):
14581 * progmodes/f90.el (f90-mode-abbrev-table):
14582 * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init):
14583 * progmodes/sql.el (sql-mode-abbrev-table): Mark all the
14584 predefined abbrevs as "system" abbrevs.
14585
14586 2001-12-30 Richard M. Stallman <rms@gnu.org>
14587
14588 * info.el (Info-fontify-node): For a **** underline line, put the
14589 invisible and intangible props on the following newline, but not
14590 on the previous newline or the last char of the previous line.
14591
14592 * faces.el (face-set-after-frame-default): Don't change `default' face.
14593
14594 * faces.el (minibuffer-prompt): Adopt some default colors.
14595
14596 * replace.el (query-replace-read-args): Immediate error if read-only.
14597
14598 * textmodes/makeinfo.el (makeinfo-compilation-sentinel):
14599 Display the output buffer in a more intelligent way.
14600
14601 2001-12-30 Eli Zaretskii <eliz@is.elta.co.il>
14602
14603 * ls-lisp.el (insert-directory): Modify the "total" line wording,
14604 in accordance with files.el's insert-directory.
14605
14606 2001-12-29 Richard M. Stallman <rms@gnu.org>
14607
14608 * files.el (basic-save-buffer): If a before-write hook displays
14609 an echo area message, pause before calling basic-save-buffer-1.
14610
14611 2001-12-29 Markus Rost <rost@math.ohio-state.edu>
14612
14613 * textmodes/reftex-global.el (reftex-query-replace-document)
14614 (reftex-change-label): Doc fix.
14615
14616 * dired-aux.el (dired-do-query-replace-regexp): Doc fix.
14617
14618 * progmodes/etags.el (tags-query-replace): Doc fix.
14619
14620 2001-12-29 Richard M. Stallman <rms@gnu.org>
14621
14622 * progmodes/compile.el (compile-internal): Fix previous change.
14623
14624 2001-12-28 Richard M. Stallman <rms@gnu.org>
14625
14626 * mouse.el (mouse-drag-mode-line-1): When dragging a mode line upward,
14627 shrink the windows above as necessary to get space.
14628 (mouse-drag-move-window-bottom, mouse-drag-window-above): New fns.
14629
14630 * net/ange-ftp.el (ange-ftp-allow-child-lookup): Always return nil.
14631 This fixes a bug that treated all files as directories.
14632 (ange-ftp-insert-directory): Explicitly follow symlinks.
14633
14634 * international/iso-transl.el (iso-transl-char-map) Eliminate the
14635 alias symbols--put the translated sequences here directly.
14636
14637 * progmodes/cc-mode.el (c-mode-abbrev-table)
14638 (c++-mode-abbrev-table, objc-mode-abbrev-table)
14639 (java-mode-abbrev-table, pike-mode-abbrev-table):
14640 Mark all the predefined abbrevs as "system" abbrevs.
14641
14642 * mail/sendmail.el (mail-envelope-from): Fix custom type.
14643 (sendmail-send-it): Check mail-specify-envelope-from
14644 and mail-envelope-from in the mail buffer at start.
14645
14646 2001-12-28 Simon Josefsson <jas@extundo.com>
14647
14648 * mail/sendmail.el (mail-envelope-from): Fix :type.
14649 (sendmail-send-it): Copy `mail-envelope-from' from calling buffer.
14650
14651 2001-12-28 Richard M. Stallman <rms@gnu.org>
14652
14653 * net/ldap.el (ldap-search-internal): Handle <file://...> in results.
14654
14655 * simple.el (line-move-invisible): New subroutine.
14656 (line-move-to-column): New subroutine--smarter about advancing over
14657 invisible parts of a line, or lines, but only as long as hpos grows.
14658 (line-move-finish): New subroutine: repeatedly processes desired
14659 column, intangibility, and fields.
14660 (line-move): Use those subroutines.
14661 When moving lines downward, skip invisible text first rather than last.
14662
14663 2001-12-27 Richard M. Stallman <rms@gnu.org>
14664
14665 * international/mule-diag.el (describe-char-after):
14666 Describe the text properties of the char after point.
14667
14668 * help.el (describe-key): Doc fix.
14669
14670 2001-12-26 Markus Rost <rost@math.ohio-state.edu>
14671
14672 * find-dired.el (find-dired-sentinel): Precede exit message by
14673 two spaces, to match the regexp in dired-between-files.
14674
14675 2001-12-28 Miles Bader <miles@gnu.org>
14676
14677 * wid-edit.el (widget-toggle-value-create): Don't eval actual
14678 images (which are lists too).
14679
14680 2001-12-27 Eli Zaretskii <eliz@is.elta.co.il>
14681
14682 * language/european.el: Fix the doc string of "Latin-5" language
14683 environment.
14684
14685 2001-12-26 Richard M. Stallman <rms@gnu.org>
14686
14687 * textmodes/flyspell.el (flyspell-mode-map): New keymap,
14688 defined as before 2001-11-09.
14689 (add-minor-mode call): Specify the keymap.
14690
14691 * progmodes/compile.el (compile-internal):
14692 Set TERM variable in process-environment.
14693
14694 2001-12-25 Richard M. Stallman <rms@gnu.org>
14695
14696 * help-mode.el (help-xref-on-pp): Catch and ignore errors in scanning
14697 the buffer.
14698
14699 * startup.el (command-line): Convert command line args
14700 to Emacs internal representation using locale-coding-system.
14701
14702 2001-12-25 Eli Zaretskii <eliz@is.elta.co.il>
14703
14704 * international/fontset.el: Don't require ind-util when compiling.
14705
14706 2001-12-25 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14707
14708 * emulation/tpu-edt.el (tpu-reset-screen-size):
14709 Use set-frame-height and set-frame-width instead of set-screen-height
14710 and set-screen-width.
14711
14712 * vt-control.el (vt-wide, vt-narrow): Use set-frame-width instead
14713 of obsolete set-screen-width.
14714
14715 * locate.el (locate): Remove dot at the end of error argument.
14716
14717 * emerge.el (emerge-show-file-name): Use frame-height instead of
14718 obsolete screen-height.
14719
14720 * mail/mh-utils.el (mh-show-msg): Likewise.
14721 (mh-handle-process-error): Use frame-width instead of obsolete
14722 screen-width.
14723
14724 2001-12-25 Richard M. Stallman <rms@gnu.org>
14725
14726 * window.el (balance-windows): Use new PRESERVE-BEFORE arg
14727 to enlarge-window. Use save-selected-window. Don't try
14728 to resize windows that end at the bottom "level".
14729 Retry changing the sizes until the windows get the desired sizes.
14730 Discount the minibuffer when computing total height available.
14731
14732 * emacs-lisp/debug.el (debugger-mode-map): Bind C-m, not `RET'.
14733 (debugger-make-xrefs): Only make a button for the first symbol
14734 on any line.
14735
14736 2001-12-24 Eli Zaretskii <eliz@is.elta.co.il>
14737
14738 * term/internal.el (dos-cpNNN-setup, dos-codepage-setup):
14739 Call IT-setup-unicode-display here instead of adding it to
14740 dos-codepage-setup-hook, so that Unicode display tables are set
14741 before dos-codepage-setup-hook runs.
14742
14743 2001-12-24 Richard M. Stallman <rms@gnu.org>
14744
14745 * net/net-utils.el (ftp-mode-abbrev-table): Don't define it.
14746 (nslookup-mode-abbrev-table): Don't define it.
14747 (smbclient-mode-abbrev-table): Don't define it.
14748 (ftp-mode): Don't use ftp-mode-abbrev-table; don't enable Abbrev mode.
14749 (nslookup-mode, smbclient-mode): Likewise.
14750 (network-connection-service-abbrev-alist): Variable deleted.
14751 (network-connection-mode-setup): Don't set up abbrev table.
14752
14753 * faces.el (minibuffer-prompt): New face.
14754 (minibuffer-prompt-properties): Add `face' property.
14755
14756 * replace.el (occur-mode-display-occurrence): New function.
14757 (occur-mode-map): Bind C-o to it.
14758
14759 2001-12-24 Michael Kifer <kifer@cs.sunysb.edu>
14760
14761 * viper-cmd.el (viper-change-state): Got rid of make-local-hook.
14762 (viper-special-read-and-insert-char): Make C-m work right in the r
14763 comand.
14764 (viper-buffer-search-enable): Fixed format string.
14765
14766 * viper-ex.el (ex-token-alist): Use ex-set-visited-file-name
14767 instead of viper-info-on-file.
14768 (ex-set-visited-file-name): New function.
14769
14770 * viper.el (viper-emacs-state-mode-list): Added mail-mode.
14771
14772 * ediff-mult.el (ediff-meta-mark-equal-files): Added optional
14773 action argument.
14774
14775 * ediff-init.el: Fixed some doc strings.
14776
14777 * ediff-util.el (ediff-after-quit-hook-internal): New variable.
14778 Got rid of make-local-hook.
14779
14780 * ediff-wind.el (ediff-setup-control-frame): Got rid of
14781 make-local-hook.
14782
14783 2001-12-23 Richard M. Stallman <rms@gnu.org>
14784
14785 * term/x-win.el (x-handle-geometry): Put height and width
14786 on default-frame-alist, left and top on initial-frame-alist.
14787 * term/w32-win.el (x-handle-geometry): Likewise.
14788
14789 * sort.el (sort-reorder-buffer): Copy all to a temp buffer first.
14790
14791 * play/yow.el (yow): Use an arg to distinguish interactive calls,
14792 not interactive-p.
14793
14794 2001-12-22 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14795
14796 * emacs-lisp/elint.el (elint-unknown-builtin-args):
14797 Remove mocklisp entries.
14798
14799 * subr.el (insert-string): Moved from mocklisp.c, reimplemented in
14800 Lisp. Obsoleted.
14801
14802 * emulation/mlconvert.el: File removed.
14803
14804 * emulation/mlsupport.el: Moved to obsolete.
14805
14806 * obsolete/mlsupport.el: Moved there from lisp/emulation.
14807
14808 * emacs-lisp/find-gc.el (source-files): Remove mocklisp.c.
14809
14810 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
14811 Remove mocklisp case.
14812
14813 * help-fns.el (describe-function-1): Remove mocklisp function case.
14814
14815 2001-12-22 Miles Bader <miles@gnu.org>
14816
14817 * textmodes/refill.el (refill-mode): Don't barf when redundantly
14818 turning refill-mode off.
14819
14820 2001-12-22 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14821
14822 * time.el (display-time-load-average-threshold): New variable.
14823 (display-time-update): Use it.
14824
14825 These changes allow cycling through past 1, 5 and 15 minutes
14826 load-average displayed in the mode-line.
14827
14828 * time.el (display-time-default-load-average): New customizable option.
14829 (display-time-load-average): New variable.
14830 (display-time-cycle-load-average): New function.
14831 (display-time-update): Use them.
14832
14833 2001-12-21 Richard M. Stallman <rms@gnu.org>
14834
14835 * apropos.el (apropos-print): SPACING is now nil or a separator string.
14836 (apropos-documentation, apropos-value): Pass a suitable string.
14837
14838 2001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
14839
14840 * dired.el (dired-free-space-program, dired-free-space-args):
14841 Aliases for back-compatibility.
14842
14843 * info.el (Info-select-node): If Info-use-header-line is nil, set
14844 header-line-format to nil.
14845 (Info-fontify-node): Don't put a keymap text property on the
14846 heading if we are not going to display the header line. Remove
14847 any such text properties left over from past visits to this node.
14848
14849 * ls-lisp.el (insert-directory): Insert the amount of free disk
14850 space, like files.el's insert-directory does.
14851
14852 * files.el (directory-free-space-program):
14853 Mention file-system-info in the doc string.
14854 (get-free-disk-space): New function; code moved from insert-directory.
14855 (insert-directory): Call get-free-disk-space to get the amount of
14856 free space.
14857
14858 2001-12-21 Richard M. Stallman <rms@gnu.org>
14859
14860 * help.el (view-order-manuals, view-emacs-news, describe-copying)
14861 (describe-distribution, describe-project): Use view-file.
14862
14863 * emacs-lisp/cl-indent.el (define-modify-macro): Better indent spec.
14864
14865 * net/ange-ftp.el (ange-ftp-file-modtime): Use save-match-data.
14866
14867 * emacs-lisp/easy-mmode.el (define-minor-mode):
14868 Make no arg by default in an interactive call,
14869 so that repeating the command toggles again.
14870
14871 * emacs-lisp/lisp-mode.el (eval-defun-1): Cope with atoms as args.
14872
14873 2001-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
14874
14875 * antlr-mode.el: More sophisticated indentation of cpp directive.
14876 (antlr-indent-at-bol-alist): New user option.
14877 (antlr-indent-line): Use it.
14878 (antlr-indent-style): New user option.
14879 (antlr-mode): Use it.
14880 (antlr-indent-item-regexp): Customize.
14881
14882 * antlr-mode.el: Syntax highlighting changes.
14883 (antlr-font-lock-literal-regexp): New user option.
14884 (antlr-font-lock-syntax-face): New face used for :, |, ....
14885 (antlr-font-lock-default-face): New face.
14886 (antlr-font-lock-additional-keywords): Use them.
14887
14888 * antlr-mode.el: New command to insert options -- variables.
14889 (antlr-mode-map): New binding [C-c C-o].
14890 (antlr-mode-menu): New submenus.
14891 (antlr-options-use-submenus): New user option.
14892 (antlr-tool-version): New user option.
14893 (antlr-options-auto-colon): New user option.
14894 (antlr-options-style): New user option.
14895 (antlr-options-push-mark): New user option.
14896 (antlr-options-assign-string): New user option.
14897 (antlr-options-headings): New variable.
14898
14899 * antlr-mode.el: New command to insert options -- specific.
14900 (antlr-options-alists): New variable.
14901 (antlr-read-value): New function.
14902 (antlr-read-boolean): New function.
14903 (antlr-language-option-extra): New function.
14904 (antlr-language-limit-n-regexp): Change default to higher LIMIT.
14905 (antlr-c++-mode-extra): New function.
14906 (antlr-grammar-tokens): New function.
14907 (antlr-imenu-create-index-function): New optional argument.
14908
14909 * antlr-mode.el: New command to insert options -- functions.
14910 (antlr-insert-option): New command.
14911 (antlr-insert-option-interactive): New function.
14912 (antlr-options-menu-filter): New function.
14913 (antlr-option-kind): New function.
14914 (antlr-scan-lists): New alias.
14915 (antlr-scan-lists-internal): New function.
14916 (antlr-skip-file-prelude): Hack for special SKIP-COMMENT.
14917 (antlr-option-level): New function.
14918 (antlr-syntactic-grammar-depth): New function.
14919 (antlr-option-location): New function.
14920 (antlr-insert-option-do): New function.
14921 (antlr-option-spec): New function.
14922 (antlr-version-string): New function.
14923 (antlr-insert-option-existing): New function.
14924 (antlr-insert-option-space): New function.
14925 (antlr-insert-option-area): New function.
14926
14927 * antlr-mode.el: New electric keys ":;|&(){}", TAB works better
14928 with narrowing. Menu change. Miscellaneous.
14929 (antlr-mode-menu): Include "Indent Region" and "Customize Antlr".
14930 (antlr-mode-map): New bindings for characters in ":;|&(){}".
14931 (antlr-electric-character): New command.
14932 (antlr-class-header-regexp): New variable.
14933 (antlr-font-lock-additional-keywords): Use it.
14934 (antlr-imenu-create-index-function): Use it.
14935 (antlr-file-dependencies): Use it.
14936 (antlr-indent-line): Also works with restrictions.
14937 (antlr-indent-command): Interactive spec - changes the buffer.
14938 (antlr-language-for-option): Deletia.
14939 (antlr-language-option): New function, defined instead.
14940 (antlr-mode): Use it.
14941
14942 2001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
14943
14944 * jka-compr.el (jka-compr-partial-uncompress): Use null-device
14945 instead of a literal /dev/null.
14946
14947 * Makefile.in (distclean): Remove Makefile in the build
14948 directory, not in the source directory.
14949
14950 2001-12-21 Simon Josefsson <jas@extundo.com>.
14951
14952 * mail/smtpmail.el (smtpmail-send-queued-mail):
14953 Use with-temp-buffer instead of find-file-noselect, and bind
14954 coding-system-for-read to no-conversion when reading the queued
14955 messages. (Simon's code modified slightly by Eli Zaretskii.)
14956
14957 2001-12-20 Werner Lemberg <wl@gnu.org>
14958
14959 * international/mule-diag.el (describe-coding-system)
14960 (print-coding-system-briefly): Make printed output have a similar
14961 format as describe-character-set.
14962
14963 2001-12-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14964
14965 * play/blackbox.el (bb-member): Remove, use member instead.
14966 (bb-delete): Remove, use delete instead.
14967 Update copyright notice. Defvar for bb-board, bb-x, bb-y,
14968 bb-score, bb-detour-count and bb-balls-placed.
14969 Propertize results of rays.
14970
14971 2001-12-19 Karl Fogel <kfogel@red-bean.com>
14972
14973 * isearch.el (isearch-forward, isearch-edit-string): Make doc
14974 strings mention keybinding for `isearch-yank-word-or-char',
14975 rather than `isearch-yank-word', since the former is bound now
14976 and the latter is not.
14977 (isearch-yank-word-or-char): Fix formatting.
14978
14979 2001-12-19 Werner Lemberg <wl@gnu.org>
14980
14981 * language/czech.el, language/european.el, language/slovak.el:
14982 More fixes for language info doc strings.
14983
14984 2001-12-19 Eli Zaretskii <eliz@is.elta.co.il>
14985
14986 * loadup.el: Add "language" to the load-path.
14987
14988 2001-12-19 Richard M. Stallman <rms@gnu.org>
14989
14990 * international/mule-cmds.el (describe-language-environment):
14991 Fix calls to help-xref-button.
14992
14993 2001-12-19 Miles Bader <miles@gnu.org>
14994
14995 * international/fontset.el: Require `ind-util' when compiling.
14996
14997 2001-12-18 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14998
14999 * language/ethio-util.el (ethio-modify-vowel): Use char-to-string
15000 instead of decompose-composite-char.
15001
15002 2001-12-18 Richard M. Stallman <rms@gnu.org>
15003
15004 * simple.el (eval-expression-print-level)
15005 (eval-expression-print-length): Doc fixes.
15006
15007 * international/mule-diag.el (describe-character-set):
15008 Fix the arg to help-xref-button.
15009
15010 * files.el (directory-free-space-program): New variable.
15011 (directory-free-space-args): New variable.
15012 (insert-directory): Use those two variables for getting free space.
15013 Use file-system-info instead, if that is defined.
15014
15015 * dired.el (dired-free-space-program): Variable deleted.
15016 (dired-free-space-args): Variable deleted.
15017 (dired-insert-directory): Don't try to determine free space.
15018
15019 * files.el (font-lock-defaults): Add risky-local-variables prop.
15020 (hack-one-local-variable): Treat various font-lock variables as risky.
15021
15022 2001-12-18 Werner Lemberg <wl@gnu.org>
15023
15024 * language/chinese.el, language/cyrillic.el:
15025 * language/czech.el, language/european.el, language/greek.el:
15026 * language/hebrew.el, language/indian.el, language/japanese.el:
15027 * language/korean.el, language/lao.el, language/slovak.el:
15028 * language/thai.el, language/tibetan.el, language/vietnamese.el:
15029 Improve documentation strings of coding systems and language infos.
15030
15031 2001-12-18 Werner LEMBERG <wl@gnu.org>
15032
15033 Add support for EUC-TW decoding/encoding.
15034
15035 * language/china-util.el (big5-to-flat-code, flat-code-to-big5)
15036 (euc-to-flat-code, flat-code-to-euc, expand-euc-big5-alist):
15037 New auxiliary functions to build `big5-to-cns'.
15038 (big5-to-cns): New translation alist.
15039
15040 * language/chinese.el: Added new coding system `euc-tw' and its
15041 alias `euc-taiwan'.
15042 Updated language `Chinese-CNS' to include euc-tw encoding also.
15043 (ccl-decode-euc-tw, ccl-encode-euc-tw): New functions for handling
15044 euc-tw.
15045
15046 2001-12-18 Dave Love <fx@gnu.org>
15047
15048 * loadup.el: Add language/utf-8-lang, language/georgian.
15049
15050 * image-file.el (image-file-name-extensions): Add pnm. Doc fix.
15051 (image-file-name-regexps): Doc fix.
15052
15053 * server.el (server-unload-hook): New function.
15054
15055 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): Group the leader.
15056 (lm-crack-copyright): Cope with multi-line copyright `lines'.
15057
15058 * simple.el (newline): Doc fix.
15059 (eval-expression-print-level, eval-expression-print-length): Doc
15060 fix. Amend :type.
15061 (next-line, previous-line): Make arg optional.
15062 (newline): Doc fix.
15063
15064 * Makefile.in (DONTCOMPILE): Add various language files.
15065
15066 * international/quail.el (quail-input-string-to-events): Don't use
15067 string-to-list.
15068
15069 * progmodes/f90.el (f90-break-line): Avoid infinite recursion
15070 calling `newline'.
15071
15072 2001-12-17 Richard M. Stallman <rms@gnu.org>
15073
15074 * comint.el (comint-dynamic-list-input-ring-select): New function.
15075 Switches back to the old window configuration.
15076 (comint-dynamic-list-input-ring): Bind RET to that function.
15077 (comint-dynamic-list-input-ring-window-conf): New variable.
15078
15079 2001-12-17 Werner Lemberg <wl@gnu.org>
15080
15081 * international/mule-conf.el: Improve documentation strings of
15082 character sets.
15083
15084 2001-12-16 Richard M. Stallman <rms@gnu.org>
15085
15086 * dired.el (dired-copy-filename-as-kill): Moved from dired-x.el.
15087 (dired-mode-map): Bind w to dired-copy-filename-as-kill.
15088
15089 * dired-x.el (dired-copy-filename-as-kill): Moved to dired.el.
15090
15091 * autoinsert.el (auto-insert-alist): Redo finding C and C++ headers.
15092 Add a DESCRIPTION for the makefile item.
15093
15094 * find-file.el (ff-other-file-name): New function.
15095
15096 2001-12-16 Eli Zaretskii <eliz@is.elta.co.il>
15097
15098 * international/quail.el (quail-input-string-to-events): Fix last
15099 change.
15100
15101 2001-12-16 Richard M. Stallman <rms@gnu.org>
15102
15103 * isearch.el (isearch-edit-string): When we set isearch-string
15104 to the default, also set isearch-message.
15105
15106 * subr.el (temp-buffer-show-hook, temp-buffer-setup-hook): Add defvars.
15107
15108 * startup.el (command-line-1): Display startup screen
15109 even if there are command line args.
15110 Add a note about how to go to editing your files.
15111 (fancy-splash-head): Add a note about how to go to your files.
15112 (fancy-splash-outer-buffer): New variable.
15113 (fancy-splash-screens): Bind variable fancy-splash-outer-buffer.
15114
15115 * subr.el (with-temp-message): At the end, always discard
15116 the temp message, even by clearing the echo area.
15117
15118 * progmodes/sh-script.el (sh-mode): Run sh-mode-hook.
15119
15120 2001-12-16 Stefan Monnier <monnier@cs.yale.edu>
15121
15122 * log-view.el (log-view-message-re, log-view-current-tag):
15123 Recognize Subversion's log output format.
15124
15125 * international/fontset.el: Build the list L at compile time.
15126
15127 * language/ind-util.el (mapthread): Make a closure.
15128
15129 2001-12-15 Richard M. Stallman <rms@gnu.org>
15130
15131 * isearch.el (isearch-start-hscroll): New variable.
15132 (isearch-mode): Set isearch-start-hscroll.
15133 (isearch-update): Restore original hscrolling if possible.
15134
15135 * isearch.el (isearch-edit-string):
15136 Treat isearch-yank-word-or-char specially, like isearch-yank-word.
15137
15138 * emacs-lisp/debug.el (debugger-previous-backtrace): New variable.
15139 (debugger-make-xrefs): Optimize by (1) using skip-syntax-forward
15140 rather than regexp search and (2) copying text properties
15141 already set up on text unchanged from the previous backtrace.
15142
15143 * case-table.el (set-case-syntax-pair):
15144 Detect invalid calls and signal an error.
15145
15146 2001-12-15 Richard M. Stallman <rms@gnu.org>
15147
15148 * language/ind-util.el (range): Function deleted.
15149 (indian-regexp-of-hashtbl-keys): Renamed from `regexp-of-hashtbl-keys'.
15150 All calls changed.
15151
15152 * language/devan-util.el (devanagari-range): Renamed from `range'.
15153 All calls changed.
15154 (devanagari-regexp-of-hashtbl-keys):
15155 Renamed from `regexp-of-hashtbl-keys'. All calls changed.
15156
15157 2001-12-15 Dave Love <fx@gnu.org>
15158
15159 * language/ind-util.el: Don't require cl.
15160 (indian-glyph-char, indian-glyph-max-char)
15161 (indian-char-glyph): Moved from indian.el
15162 (indian--puthash-char, mapthread): Don't quote lambda.
15163 (indian--map): New function.
15164 (indian--puthash-v, indian--puthash-c, indian--puthash-m)
15165 (indian--puthash-cv): Use it.
15166
15167 * language/indian.el (indian-glyph-char, indian-glyph-max-char)
15168 (indian-char-glyph): Moved to ind-util.el
15169
15170 * language/devan-util.el (devanagari-post-read-conversion):
15171 New function.
15172
15173 * language/georgian.el: New file.
15174
15175 * international/mule-cmds.el (locale-language-names): Add various
15176 entries. Remove utf-8 special case.
15177 (locale-charset-language-names, locale-preferred-coding-systems):
15178 Add utf-8 case.
15179 (set-language-environment): Process required-features earlier.
15180
15181 * international/quail.el (quail-keyboard-layout-alist):
15182 Add pc105-uk.
15183 (quail-keyboard-layout-type): Fix :type.
15184 (quail-choose-completion-string): Simplify.
15185 (quail-update-leim-list-file): Don't get fooled by commented-out code.
15186 (quail-input-string-to-events): Run events through
15187 translation-table-for-input.
15188
15189 * international/mule-conf.el (translation-table-for-input):
15190 New variable.
15191 (latin-iso8859-14): Amend description.
15192 (file-coding-system-alist): Add entry for utf-8.
15193
15194 * language/utf-8-lang.el: New file.
15195
15196 * international/code-pages.el: New file.
15197
15198 * language/hebrew.el ("Windows-1255"): New language.
15199
15200 * language/european.el ("Welsh", "Latin-7", "Lithuanian")
15201 ("Latvian"): New languages.
15202
15203 2001-12-14 Stefan Monnier <monnier@cs.yale.edu>
15204
15205 * xml.el: Use setq rather than (set 'foo bar).
15206 Use push+nreverse rather than append.
15207 (xml-node-name, xml-node-attributes, xml-node-children):
15208 Use defsubst rather than macros.
15209 (xml-parse-region): Handle a nil return value from xml-parse-tag.
15210 (xml-parse-tag): Don't skip white space. Return nil for a comment.
15211 Concat the two strings surrounding a comment into a single string.
15212
15213 * newcomment.el (comment-indent): Jump to the middle of empty comments.
15214
15215 2001-12-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15216
15217 * select.el (xselect-convert-to-class, xselect-convert-to-name):
15218 Document.
15219
15220 2001-12-14 Andre Spiegel <spiegel@gnu.org>
15221
15222 * vc-hooks.el (vc-checkout-model, vc-state, vc-workfile-version):
15223 Return nil if FILE is not registered.
15224 (vc-check-master-templates, vc-default-make-version-backups-p):
15225 Doc fix.
15226
15227 2001-12-13 David Ponce <david@dponce.com>
15228
15229 * ruler-mode.el (ruler-mode-extra-left-cols): Remove.
15230 (ruler-mode-left-fringe-cols): New macro.
15231 (ruler-mode-right-fringe-cols): New macro.
15232 (ruler-mode-left-scroll-bar-cols): New macro.
15233 (ruler-mode-right-scroll-bar-cols): New macro.
15234 (ruler-mode-ruler): Use above new macros.
15235
15236 2001-12-13 Richard M. Stallman <rms@gnu.org>
15237
15238 * files.el (set-auto-mode): Fix previous change.
15239
15240 2001-12-13 Stefan Monnier <monnier@cs.yale.edu>
15241
15242 * emacs-lisp/easymenu.el (easy-menu-intern): New fun.
15243 (easy-menu-do-define, easy-menu-convert-item-1)
15244 (easy-menu-define-key-intern, easy-menu-get-map): Use it.
15245 (easy-menu-return-item): Only return nil if there is no binding.
15246
15247 2001-12-13 Rajesh Vaidheeswarran <rv@gnu.org>
15248
15249 * whitespace.el (whitespace-version): 3.2
15250 * whitespace.el (whitespace-force-mode-line-update): Replace with
15251 `whitespace-mode-line-update', which is an alias to the correct
15252 function in various emacsen.
15253 * whitespace.el (whitespace-{un,}highlight-the-space):
15254 Add colorized highlighting of the bogus whitespaces in a buffer/file,
15255 using the `whitespace-highlight-face' if
15256 `whitespace-display-spaces-in-color' is set.
15257
15258 2001-12-13 Eli Zaretskii <eliz@is.elta.co.il>
15259
15260 * international/mule.el (set-auto-coding): Don't search for
15261 "unibyte:" or "coding:" if set-auto-mode-1 returns nil.
15262
15263 2001-12-13 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15264
15265 * mail/mailabbrev.el (mail-abbrevs-setup): Do not use make-local-hook.
15266
15267 * mail/rmail.el (rmail-fontify-buffer-function): Likewise.
15268
15269 * mail/rmailsum.el (rmail-summary-mode): Likewise.
15270
15271 2001-12-13 Richard M. Stallman <rms@gnu.org>
15272
15273 * simple.el (undo): Always set this-command to `undo',
15274 so that the next undo after an error will not begin redoing.
15275
15276 * simple.el (shell-command): Doc fix.
15277 (shell-command-on-region): If there is output an an error,
15278 add "...Shell command failed" to the output.
15279
15280 2001-12-13 David Ponce <david@dponce.com>
15281
15282 * ruler-mode.el (ruler-mode-left-fringe-cols): Variable removed.
15283 (ruler-mode-left-fringe-cols): Function replaced by more efficient
15284 implementation `ruler-mode-extra-left-cols'.
15285 (ruler-mode-ruler): Use above new function. Take into account
15286 that the fringe areas can now be resized.
15287
15288 2001-12-12 Richard M. Stallman <rms@gnu.org>
15289
15290 * international/characters.el (Unicode): Comment out
15291 the specifications for kelvin and angstrom signs.
15292
15293 * international/mule.el (make-translation-table-from-vector):
15294 Allow null elements in VEC.
15295
15296 * international/ucs-tables.el (unify-8859-on-encoding-mode)
15297 (unify-8859-on-decoding-mode): Swap the code in their bodies.
15298 Add :version.
15299
15300 2001-12-11 Richard M. Stallman <rms@gnu.org>
15301
15302 * derived.el (derived-mode-p): Function moved to subr.el.
15303
15304 * subr.el (derived-mode-p): Moved here from derived.el.
15305
15306 * international/mule.el (set-auto-coding): Use set-auto-mode-1.
15307
15308 * files.el (set-auto-mode-1): New subroutine, broken out of
15309 set-auto-mode.
15310 (set-auto-mode, hack-local-variables-prop-line): Use that.
15311
15312 2001-12-11 Dave Love <fx@gnu.org>
15313
15314 * language/thai-util.el, language/thai.el: Add Unicode equivalents.
15315
15316 * language/european.el: Remove autoload cookies. Fix registration
15317 of diacritic composition function.
15318
15319 2001-12-11 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15320
15321 * calendar/todo-mode.el: Require time-stamp.
15322
15323 * net/zone-mode.el (zone-mode): Don't use make-local-hook.
15324
15325 2001-12-11 Richard M. Stallman <rms@gnu.org>
15326
15327 * emacs-lisp/authors.el (authors-aliases): Delete "Richard Stallmao".
15328
15329 * textmodes/ispell.el (ispell-buffer-local-parsing):
15330 Match xml like sgml.
15331
15332 * emacs-lisp/advice.el (ad-compile-function):
15333 Byte compile the function under another (uninterned) name.
15334
15335 * gud.el (gdb): Define and bind gud-jump.
15336
15337 * font-lock.el (font-lock-mode):
15338 Put our function at the end of after-change-functions.
15339
15340 * ediff-diff.el (ediff-cmp-options): Doc fix.
15341
15342 * comint.el (comint-password-prompt-regexp): Match "UNIX Password".
15343
15344 2001-12-10 Richard M. Stallman <rms@gnu.org>
15345
15346 * isearch.el (isearch-yank-word-or-char): New function.
15347 (isearch-mode-map): Bind C-w to that.
15348
15349 * menu-bar.el (menu-bar-mode): Make arg optional.
15350
15351 * simple.el (line-move): Cope if next-single-property-change
15352 or previous-single-property-change returns nil.
15353
15354 * emacs-lisp/lisp-mnt.el (lm-verify): New arg NON-FSF-OK.
15355 Don't use interactive-p; instead, pass the proper args
15356 in (interactive...). Clean up most of the trouble-report strings.
15357
15358 2001-12-10 Eli Zaretskii <eliz@is.elta.co.il>
15359
15360 * mail/smtpmail.el (smtpmail-send-queued-mail): Insert the
15361 enqueued messages literally.
15362
15363 2001-12-10 Noah Friedman <friedman@splode.com>
15364
15365 * battery.el (battery-insert-file-contents): Obsolete function
15366 removed.
15367 (battery-read-function): Obsolete function removed.
15368 (battery-linux-proc-apm): Use insert-file-contents.
15369
15370 2001-12-07 Stephen Eglen <stephen@gnu.org>
15371
15372 * iswitchb.el (iswitchb-visit-buffer):
15373 Use `select-frame-set-input-focus'--needed when window manager
15374 uses "click to focus" policy.
15375
15376 2001-12-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15377
15378 * COPYING: Moved back.
15379
15380 2001-12-07 Eli Zaretskii <eliz@is.elta.co.il>
15381
15382 * term/internal.el (IT-character-translations): Add entries for
15383 more points.
15384
15385 * international/characters.el: Resurrect the Hebrew category
15386 settings for all Hebrew characters removed by the last change.
15387 Add code for setting the Hebrew category of the Unicode Hebrew
15388 characters. Set syntax entries for Hebrew punctuation characters.
15389
15390 * international/ucs-tables.el (ucs-8859-8-alist): Add Hebrew
15391 points and directional formatting control characters.
15392
15393 2001-12-07 Dave Love <fx@gnu.org>
15394
15395 * language/lao-util.el: Add Unicode equivalents for rules.
15396 (lao-post-read-conversion): New function.
15397
15398 * language/lao.el: Add Unicode equivalents.
15399 (lao): Add post-read conversion.
15400
15401 * international/latin1-disp.el: Fix some 8-bit-graphic characters.
15402 Use iso2022 encoding.
15403 (latin1-char-displayable-p): Doc fix.
15404 (latin1-display-ucs-per-lynx): New option.
15405 (latin1-display-ucs-per-lynx): New command.
15406 (latin1-display-reset): Special-case arabic.
15407 (ucs-tables): Require.
15408 (latin1-display-sets, latin1-display-setup): Add arabic.
15409 (latin1-display) <variable>: Use function latin1-display.
15410 (latin1-display) <function>: Add mule-unicode stuff.
15411 (latin1-display-check-font): Don't lose if `info' is nil.
15412
15413 * international/iso-transl.el: Insert Latin-1 characters, not
15414 unibyte codes.
15415
15416 * language/european.el (diacritic-composition-pattern): New constant.
15417 (diacritic-compose-region, diacritic-compose-string)
15418 (diacritic-compose-buffer, diacritic-post-read-conversion)
15419 (diacritic-composition-function): New functions.
15420
15421 * international/utf-8.el (ucs-mule-to-mule-unicode):
15422 New translation table.
15423 (ccl-encode-mule-utf-8): Use it.
15424 (utf-8-untranslated-to-ucs, utf-8-help-echo, utf-8-compose)
15425 (utf-8-post-read-conversion, utf-8-pre-write-conversion): New function.
15426 (utf-8-subst-table): New variable.
15427 (utf-8-compose-scripts): New option.
15428 (mule-utf-8): Update safe-charsets, pre-write and post-read conversion.
15429
15430 * international/ucs-tables.el, international/utf-8-subst.el:
15431 New files.
15432
15433 * international/characters.el: Don't set word syntax (the default)
15434 explicitly. Add a diacritic category. Add info for Unicode
15435 equivalents of characters in various Mule charsets and for extra
15436 Unicode characters. Don't define specific categories for
15437 Indian/Devanagari, since they aren't used.
15438
15439 2001-12-06 Richard M. Stallman <rms@gnu.org>
15440
15441 * textmodes/fill.el (set-justification): Rename arg VALUE to STYLE.
15442 (set-justification-left, set-justification-right): Doc fix.
15443
15444 * progmodes/f90.el (f90-break-line): Use (newline 1) to insert newline.
15445 (bug-f90-mode): Variable deleted.
15446
15447 2001-12-06 Stefan Monnier <monnier@cs.yale.edu>
15448
15449 * indent.el (indent-line-function): Default is indent-relative again.
15450
15451 2001-12-07 Miles Bader <miles@gnu.org>
15452
15453 * progmodes/compile.el (compilation-error-regexp-alist):
15454 Added regexps for RXP.
15455
15456 2001-12-05 Eli Zaretskii <eliz@is.elta.co.il>
15457
15458 * progmodes/cwarn.el (cwarn-font-lock-match-assignment-in-expression):
15459 Add shift-assignment operators to those highlighted, and highlight
15460 the whole operator rather than just the "=".
15461
15462 2001-12-04 Juanma Barranquero <lektu@terra.es>
15463
15464 * files.el (save-abbrevs, save-some-buffers): Don't ask the user
15465 before saving abbrevs if `save-abbrevs' has the value `silently'.
15466
15467 2001-12-04 Andreas Schwab <schwab@suse.de>
15468
15469 * xt-mouse.el (turn-off-xterm-mouse-tracking): Doc fix.
15470
15471 2001-12-04 Colin Walters <walters@debian.org>
15472
15473 * emacs-lisp/autoload.el (make-autoload): Also generate autoloads
15474 for `defmacro*' forms.
15475
15476 * emacs-lisp/lisp-mode.el (toplevel): Define docstring offset for
15477 `defmacro*'.
15478
15479 2001-12-03 Stefan Monnier <monnier@cs.yale.edu>
15480
15481 * progmodes/antlr-mode.el (antlr-c-common-init): Undo last change.
15482
15483 2001-12-02 Richard M. Stallman <rms@gnu.org>
15484
15485 * files.el (insert-directory): If the df output does not look right,
15486 don't try to use it. Other cleanups in overall code structure.
15487
15488 2001-12-02 Stefan Monnier <monnier@cs.yale.edu>
15489
15490 * textmodes/outline.el (outline-mode-prefix-map):
15491 Add bindings for outline-promote and outline-demote.
15492 (outline-minor-mode-menu-bar-map): New var.
15493 (outline-minor-mode): Use it.
15494 (outline-heading-alist): New var (renamed from outline-level-heading).
15495 (outline-level): Use it.
15496 (outline-insert-heading, outline-promote, outline-demote):
15497 Update to use outline-heading-alist.
15498
15499 * disp-table.el (standard-display-european):
15500 Simplify since the function is not interactive any more.
15501 Don't set the existing buffers to unibyte.
15502
15503 * pcvs-util.el (cvs-file-to-string): Move condition-case outside.
15504
15505 * pcvs.el (cvs-reread-cvsrc): Don't use cvs-file-to-string.
15506
15507 * reveal.el (reveal-mode): Fix reveal-mode's lighter.
15508
15509 * shell.el (shell): Use shell-file-name.
15510 Pop to buffer before calling comint to set COLUMNS properly.
15511
15512 * emacs-lisp/cl.el (svref): New alias.
15513
15514 * progmodes/antlr-mode.el (antlr-c-common-init):
15515 Don't inhibit adaptive-fill-mode any more.
15516
15517 * progmodes/delphi.el (delphi-mode): Don't use make-local-hook.
15518
15519 * progmodes/etags.el (tags-with-face): Use make-symbol.
15520 (tags-search, tags-query-replace): Use backquotes.
15521
15522 * textmodes/picture.el (picture-mode-map): Don't use defconst
15523 for a variable.
15524
15525 2001-12-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15526
15527 * textmodes/reftex-index.el (reftex-index-mode):
15528 Remove make-local-hook.
15529
15530 * textmodes/reftex-toc.el (reftex-toc-mode): Likewise.
15531
15532 2001-12-02 Kim F. Storm <storm@cua.dk>
15533
15534 * isearch.el (isearch-resume-enabled): New variable.
15535 (isearch-done): Use that variable.
15536
15537 2001-12-01 Richard M. Stallman <rms@gnu.org>
15538
15539 * wid-edit.el (widget-button-click): Don't move point permanently:
15540 Avoid mouse-set-point--instead select the window,
15541 then do save-excursion, then move point.
15542 Specify the buffer for get-char-property.
15543 Don't use `@' in interactive.
15544
15545 * indent.el (indent-line-function):
15546 Default is indent-to-left-margin again.
15547
15548 * replace.el (query-replace-read-args): Display message
15549 if FROM contains `\n' or `\t'.
15550
15551 2001-12-01 Stefan Monnier <monnier@cs.yale.edu>
15552
15553 * indent.el (tab-to-tab-stop): Use delete-horizontal-space.
15554
15555 * bindings.el (minibuffer-local-map): Bind TAB to insert-tab.
15556
15557 * emacs-lisp/regexp-opt.el (regexp-opt):
15558 Bind completion-regexp-list to nil.
15559
15560 * progmodes/hideif.el (hif-nexttoken): Move to before first def.
15561
15562 2001-12-01 Eli Zaretskii <eliz@is.elta.co.il>
15563
15564 * progmodes/idlwave.el, progmodes/idlw-rinfo.el:
15565 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el:
15566 Update maintainer.
15567
15568 2001-11-30 Stefan Monnier <monnier@cs.yale.edu>
15569
15570 * mail/smtpmail.el: Use with-current-buffer.
15571 (message-make-date, message-make-message-id): Autoload when needed.
15572 (smtpmail-send-it): Use them to add `Date:' and `Message-Id:'
15573 headers when missing.
15574
15575 * international/encoded-kb.el (encoded-kbd-mode):
15576 Use define-minor-mode.
15577
15578 * enriched.el (enriched-mode): Use define-minor-mode.
15579 Use dolist and pop and push.
15580
15581 * info.el (Info-find-node-2): Don't call info-insert-file-contents
15582 with the `visit' argument.
15583 (Info-extract-menu-node-name): Use `replace-regexps-in-string'.
15584
15585 * progmodes/hideif.el (hide-ifdef-mode): Only modify
15586 `change-major-mode-hook' locally. Reset invisibility spec.
15587
15588 * man.el (Man-build-section-alist): Remove last Man-match-substring.
15589
15590 2001-11-30 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
15591
15592 * textmodes/paragraphs.el (mark-paragraph): Clarify doc.
15593 Clarify error message.
15594
15595 2001-11-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
15596
15597 * textmodes/paragraphs.el (mark-paragraph): Allow prefix arg.
15598
15599 2001-11-30 Andre Spiegel <spiegel@gnu.org>
15600
15601 * vc-cvs.el (vc-cvs-parse-status): Store file state in property,
15602 don't just return it.
15603
15604 2001-11-30 Eli Zaretskii <eliz@is.elta.co.il>
15605
15606 * menu-bar.el (menu-bar-read-lispref, menu-bar-read-lispintro)
15607 (menu-bar-read-emacs-man, search-emacs-glossary)
15608 (emacs-index-search, elisp-index-search): New functions.
15609 (apropso-documentation, apropos, apropos-value, apropos-variable)
15610 (apropos-commands): Modify menu item names and help text.
15611 (elisp-index-search, emacs-index-search, emacs-glossary):
15612 New menu items.
15613 (menu-bar-manuals-menu): Move the Ordering Manuals item to a
15614 submenu.
15615 (info-elisp, info-elintro): New menu items.
15616 (apropos): Modify the menu item name.
15617
15618 2001-11-30 Stefan Monnier <monnier@cs.yale.edu>
15619
15620 * emacs-lisp/lisp-mode.el (read-if): Add lisp-indent-function prop.
15621
15622 * textmodes/outline.el (outline-promote, outline-demote): Typo.
15623
15624 * man.el (man-follow-mouse): New function.
15625 (Man-mode-map): Bind mouse-2 to it.
15626 (Man-match-substring): Remove. Replace with `match-string'.
15627 (man): Use the `default-value' argument to `read-string'.
15628 (Man-fontify-manpage): Add mouse-face to cross references.
15629
15630 * emacs-lisp/cl-macs.el (shiftf): Fix more. Simplify.
15631
15632 2001-11-29 Stefan Monnier <monnier@cs.yale.edu>
15633
15634 * emacs-lisp/crm.el (completing-read-multiple): Better preserve
15635 the value of require-match in minibuffer-completion-confirm.
15636 Use crm-local-completion-map.
15637
15638 * emacs-lisp/cl-macs.el (shiftf): Fix the fast case so
15639 (let ((a 1) (b 2)) (shiftf a b (cons a b)) b) returns (1 . 2).
15640 (cl-make-type-test): Use char-valid-p for `character'.
15641
15642 * info.el (Info-complete-next-re, Info-complete-cache): New vars.
15643 (Info-complete-menu-item): Rewrite. Add the ability to search
15644 several sequential nodes. Add a simple caching mechanism.
15645 (Info-goto-index): New function extracted from Info-index.
15646 (Info-index): Use it. Add completion to the interactive spec.
15647 (Info-menu-update): Simplify call to `Info-complete-menu-item'.
15648
15649 2001-11-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15650
15651 * COPYING: Removed.
15652
15653 2001-11-29 Dave Love <fx@gnu.org>
15654
15655 * progmodes/fortran.el: Fontify rewind, backspace. Doc fixes.
15656 (fortran-window-create, fortran-window-create-momentarily):
15657 Rewrite, moving error condition.
15658 (fortran-beginning-do, fortran-beginning-if): Fix regexps.
15659 (fortran-mode-syntax-table): Revert last change.
15660
15661 * international/mule.el: Doc fixes.
15662 (map-charset-chars): New function.
15663 (register-char-codings): Use it to cope with generic chars in
15664 safe-chars.
15665
15666 2001-11-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15667
15668 * play/blackbox.el (blackbox-mode, blackbox): Doc fix.
15669
15670 * play/cookie1.el (cookie, cookie-insert, shuffle-vector): Doc fixes.
15671
15672 * play/studly.el (studlify-word, studlify-region)
15673 (studlify-buffer): Fix doc-string.
15674 (studlify-buffer): Add autoload cookie.
15675
15676 2001-11-28 Stefan Monnier <monnier@cs.yale.edu>
15677
15678 * textmodes/outline.el (outline-up-heading): Add `invisible-ok' arg.
15679 (outline-up-heading-all): Remove.
15680 (hide-sublevels): Move to end-of-heading before calling flag-region.
15681 (outline-copy-overlay, outline-discard-overlays): Remove.
15682 (outline-flag-region): Use `remove-overlays'.
15683 Don't move to end-of-heading.
15684 (outline-next-visible-heading, outline-back-to-heading)
15685 (outline-on-heading-p): Use outline-invisible-p.
15686 (outline-font-lock-level): Use outline-up-heading's new arg.
15687 (outline-minor-mode): Simplify.
15688 (outline-map-tree, outline-reveal-toggle-invisible): New funs.
15689 (outline): Put a `reveal-toggle-invisible' property.
15690 (outline-level-heading): New var.
15691 (outline-insert-heading, outline-promote, outline-demote)
15692 (outline-toggle-children): New commands.
15693
15694 * progmodes/hideif.el (hif-end-of-line): New function.
15695 (hide-ifdef-mode): Set line-move-ignore-invisible.
15696 (hide-ifdef-region-internal): New function.
15697 (hide-ifdef-region): Use it.
15698 (hif-defined): Return an integer.
15699 (hif-infix-to-prefix): Remove.
15700 (hif-tokenize): Parse from the buffer rather than from a string.
15701 Correctly tokenize integers. Use forward-comment.
15702 (hif-expr): Use hif-or.
15703 (hif-term): Use hif-and.
15704 (hif-factor): Use hif-not. Handle numbers properly.
15705 Don't require parenthesis around `defined's argument.
15706 (hif-and, hif-or, hif-not): New funs.
15707 (hif-canonicalize): Pass a region to hif-tokenize. Use hif-not.
15708 (hif-hide-line): Don't hide the \n before the line.
15709 (hif-possibly-hide): Correctly handle numeric evaluation results.
15710
15711 * progmodes/make-mode.el: Use line-(end|beginning)-position.
15712 (makefile-mode): Set indent-line-function.
15713 (makefile-browser-insert-continuation): Use with-current-buffer.
15714 (makefile-beginning-of-line-point, makefile-end-of-line-point): Remove.
15715
15716 2001-11-28 Karl Fogel <kfogel@red-bean.com>
15717
15718 * isearch.el (isearch-yank-internal): New helper function.
15719 (isearch-yank-char): New function.
15720 (isearch-yank-word, isearch-yank-line): Rewrite to use
15721 isearch-yank-internal.
15722
15723 2001-11-28 Eli Zaretskii <eliz@is.elta.co.il>
15724
15725 * mouse.el (mouse-set-font): Make it a no-op if multiple fonts
15726 aren't supported. Print a message to that effect if invoked.
15727
15728 2001-11-27 Stephen Eglen <stephen@gnu.org>
15729
15730 * locate.el (locate): Put point at first matching file rather
15731 than top of buffer.
15732
15733 2001-11-27 Stefan Monnier <monnier@cs.yale.edu>
15734
15735 * reveal.el: New file.
15736
15737 * progmodes/hideif.el: Misc cleanup.
15738 (hide-ifdef-mode-submap): Put the def in the defvar.
15739 Use substitute-key-definition.
15740 (hide-ifdef-mode): Use define-minor-mode.
15741 (hif-outline-flag-region): Remove.
15742 (hif-show-all): Define in terms of hif-show-ifdef-region.
15743 (hif-after-revert-function): Rename from hif-before-revert-function.
15744 (hide-ifdef-region, hif-show-ifdef-region): Use overlays.
15745 (hif-tokenize): Use with-syntax-table.
15746 (hif-make-range): Use `else' also for `else-p'.
15747 (hif-range-else-p): Remove.
15748 (hif-find-range): Simplify.
15749 (hif-hide-line): Don't bother preserving buffer-modified-p.
15750 (hide-ifdefs, show-ifdefs, hide-ifdef-block, show-ifdef-block):
15751 Don't use selective-display and inhibit-read-only.
15752
15753 * subr.el (copy-overlay, remove-overlays): New funs.
15754
15755 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix off-by-two error.
15756
15757 2001-11-27 Sam Steingold <sds@gnu.org>
15758
15759 * ansi-color.el, bookmark.el, dired.el, emerge.el, fast-lock.el
15760 * lazy-lock.el, mouse-sel.el, mail/feedmail.el
15761 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el, emacs-lisp/ewoc.el
15762 * obsolete/c-mode.el, obsolete/cplus-md.el
15763 * progmodes/dcl-mode.el, progmodes/idlw-shell.el, progmodes/idlwave.el
15764 * term/sun-mouse.el, textmodes/artist.el:
15765 Converted backquote to the new style.
15766 * mouse.el, reposition.el: Likewise (in comments).
15767 * expand.el: Likewise (in a string).
15768
15769 2001-11-27 Richard M. Stallman <rms@gnu.org>
15770
15771 * cus-edit.el (custom-load-symbol): Don't always load locate-library.
15772
15773 2001-11-26 Richard M. Stallman <rms@gnu.org>
15774
15775 * wid-edit.el (widget-toggle-value-create): On graphic terminal,
15776 if :on-glyph or :off-glyph is a list, eval it and store it back.
15777 (checkbox): Quote the values for :on-glyph and :off-glyph.
15778
15779 * cus-start.el (recursive-load-depth-limit): Delete item.
15780
15781 2001-11-26 Stefan Monnier <monnier@cs.yale.edu>
15782
15783 * help-fns.el (describe-categories, help-describe-category-set): New.
15784 describe-categories moved here from src/category.c.
15785
15786 2001-11-26 Sam Steingold <sds@gnu.org>
15787
15788 * progmodes/cc-mode.el (c-submit-bug-report): Make sure that the
15789 arguments to `insert' are strings.
15790
15791 2001-11-26 Richard M. Stallman <rms@gnu.org>
15792
15793 * startup.el (command-line-1): Call kill-buffer only in non-fancy case.
15794
15795 2001-11-26 Eli Zaretskii <eliz@is.elta.co.il>
15796
15797 * international/mule-diag.el: Require help-fns instead of
15798 help-funs.
15799
15800 * help-fns.el: Renamed from help-funs.el.
15801
15802 * startup.el (command-line-1): Don't try to call process-list if
15803 it is not fboundp.
15804
15805 2001-11-26 Sam Steingold <sds@gnu.org>
15806
15807 * frame.el (show-trailing-whitespace): Remove :set argument (the
15808 value was essentially identical to the defalt).
15809
15810 2001-11-26 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15811
15812 * hexl.el (hexl-mode, hexl-follow-ascii): Remove make-local-hook.
15813
15814 * icomplete.el (icomplete-minibuffer-setup): Likewise.
15815
15816 * hilit-chg.el (hilit-chg-set): Likewise.
15817
15818 * speedbar.el (speedbar-mode): Likewise.
15819
15820 * calendar/calendar.el (calendar-mode): Likewise.
15821
15822 * play/yow.el (psychoanalyze-pinhead): Use insert instead of
15823 insert-string.
15824
15825 * play/gamegrid.el (gamegrid-init-buffer): Likewise.
15826
15827 * term/bg-mouse.el (bg-insert-moused-sexp): Likewise.
15828
15829 * term/sun-mouse.el (sun-yank-selection): Likewise.
15830
15831 * textmodes/bib-mode.el (return-key-bib): Likewise.
15832
15833 * calendar/appt.el (appt-disp-window): Likewise.
15834
15835 * calendar/diary-lib.el (list-diary-entries): Likewise.
15836
15837 * array.el (array-reconfigure-rows): Likewise.
15838
15839 * filecache.el (file-cache-minibuffer-complete): Likewise.
15840
15841 * obsolete/cplus-md.el (fill-c++-comment): Likewise.
15842
15843 * strokes.el (strokes-prompt-user-save-strokes): Likewise.
15844
15845 * allout.el (outline-version, outline-open-topic)
15846 (outline-rebullet-heading, outline-insert-listified)
15847 (outline-latex-verbatim-quote-curr-line)
15848 (outline-latexify-one-item, outlineify-sticky): Likewise.
15849
15850 * vc.el (vc-next-action-on-file): Likewise.
15851 (vc-dired-mode): Remove make-local-hook.
15852
15853 2001-11-26 Andre Spiegel <spiegel@gnu.org>
15854
15855 * vc.el (vc-find-version): New function.
15856 (vc-version-other-window): Redefined in terms of the above.
15857
15858 * log-view.el (log-view-find-version): New function.
15859 (log-view-mode-map): Bind it to `f'.
15860
15861 2001-11-26 Gerd Moellmann <gerd@gnu.org>
15862
15863 * language/devan-util.el (dev-char-glyph): Escape `"' in
15864 string literals.
15865 (dev-glyph-glyph, dev-glyph-glyph-2)
15866 (devanagari-compose-syllable-region): Likewise.
15867
15868 2001-11-26 Richard M. Stallman <rms@gnu.org>
15869
15870 * window.el (save-selected-window): No error if saved window is dead.
15871
15872 * help-funs.el (describe-syntax): Put (interactive) after doc string.
15873
15874 2001-11-26 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15875
15876 * international/quail.el (quail-help): Require help-mode in
15877 top-level instead.
15878
15879 * iswitchb.el (iswitchb-exhibit): Use insert instead of
15880 insert-string.
15881
15882 * icomplete.el (icomplete-exhibit): Likewise.
15883
15884 2001-11-25 Stefan Monnier <monnier@cs.yale.edu>
15885
15886 * diff-mode.el (diff-end-of-hunk): Watch out for ambiguities.
15887 (diff-hunk-kill): Simplify.
15888 (diff-post-command-hook): Only apply to a single hunk.
15889 (diff-hunk-text): Make `char-offset' non-optional.
15890 (diff-find-text): Return a cons cell.
15891 (diff-find-approx-text): New fun.
15892 (diff-find-source-location): Use it.
15893 (diff-apply-hunk, diff-test-hunk, diff-goto-source):
15894 Adapt to new retval of diff-find-text.
15895
15896 * vc-cvs.el (vc-cvs-parse-entry): Rewrite, comparing the string-
15897 rather than integer- representation of dates.
15898
15899 * textmodes/fill.el (fill-indent-according-to-mode): Default to nil.
15900
15901 * emacs-lisp/syntax.el: Don't profile syntax-ppss any more.
15902 (syntax-after): New fun.
15903
15904 * help-funs.el (describe-syntax): New fun.
15905
15906 * font-lock.el (font-lock-cache-state, font-lock-cache-position)
15907 (font-lock-ppss-stats, font-lock-ppss): Remove.
15908 (font-lock-fontify-syntactically-region): Remove tuning code.
15909 (font-lock-compile-keywords): Fix off-by-one bug.
15910 (font-lock-set-defaults): Don't set removed vars.
15911 (c-keywords): Add `inline'.
15912 (c-type-names): Add `_Complex', `_Imaginary' and `_Bool'.
15913
15914 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
15915 Set syntax-begin-function.
15916 (lisp-interaction-mode-abbrev-table): Defvar to its correct value.
15917 (lisp-interaction-mode): Don't set local-abbrev-table any more.
15918 (lisp-mode-auto-fill): Use syntax-ppss and obey
15919 comment-auto-fill-only-comments.
15920 (lisp-fill-paragraph): Use syntax-ppss.
15921
15922 2001-11-25 ShengHuo ZHU <zsh@cs.rochester.edu>
15923
15924 * mail/rmail.el (rmail-enable-mime-composing): New. A lightweight
15925 version of rmail-enable-mime.
15926 (rmail-forward): Use it.
15927
15928 2001-11-25 Richard M. Stallman <rms@gnu.org>
15929
15930 * emacs-lisp/lisp-mode.el (lisp-indent-function): Add doc string.
15931
15932 * international/quail.el (quail-keyboard-layout-button):
15933 Define button type.
15934 (quail-keyboard-customize-button): Likewise.
15935 (quail-help): Use those button types. Require `help-mode'.
15936 Avoid altering the argument `package'.
15937
15938 * help-mode.el (help-function, help-variable, help-face)
15939 (help-coding-system, help-input-method, help-character-set):
15940 Define each button type with its own explicit define-button-type.
15941
15942 * language/devan-util.el: Comment out parts of the file
15943 which apparently are garbled.
15944
15945 2001-11-25 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15946
15947 * mail/smtpmail.el (smtpmail-deduce-address-list): Don't use
15948 insert-string.
15949
15950 2001-11-25 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15951
15952 * play/snake.el (snake-mode): Remove make-local-hook.
15953
15954 * play/tetris.el (tetris-mode): Likewise.
15955
15956 * play/decipher.el (decipher-mode): Likewise.
15957
15958 * tmm.el (tmm-add-prompt): Likewise.
15959
15960 2001-11-25 Sam Steingold <sds@gnu.org>
15961
15962 * menu-bar.el (menu-bar-apropos-menu): New variable.
15963 Moved all `apropos' bindings to this menu.
15964 (menu-bar-help-menu): Added `menu-bar-apropos-menu'.
15965
15966 2001-11-24 KAWABATA, Taichi <batta@beige.ocn.ne.jp>
15967
15968 The following changes are for new indian languages support based
15969 on Unicode charset and CDAC fonts.
15970
15971 * international/mule-conf.el: Change indian-1-column charset to
15972 indian-glyph charset.
15973
15974 * international/characters.el: Adjusted for the change of
15975 indian-1-column -> indian-glyph.
15976
15977 * international/fontset.el: Delete the setting for indian-1-column
15978 and add the setting for indian-glyph in the default fontset.
15979
15980 * language/indian.el: Completely re-written.
15981
15982 * language/devanagari.el: Completely re-written.
15983
15984 * language/devan-util.el: Completely re-written.
15985
15986 * language/ind-util.el: New file.
15987
15988 2001-11-24 Richard M. Stallman <rms@gnu.org>
15989
15990 * startup.el (command-line-1): Don't do startup screen
15991 if a subprocess is running. Call the startup screen buffer
15992 "GNU Emacs". Make a special mode-line-format for it.
15993
15994 * net/browse-url.el (browse-url-galeon-new-window-is-tab): New var.
15995 (browse-url-galeon): Use that variable.
15996
15997 * mail/supercite.el (sc-toggle-var): Don't use set-variable or
15998 eval-expression. Eval and set the variable simply.
15999
16000 * files.el (temporary-file-directory): Use defcustom.
16001 (small-temporary-file-directory): Likewise.
16002 (normal-backup-enable-predicate): Move down in file
16003 after definition of temporary-file-directory.
16004
16005 * bindings.el (last-buffer, unbury-buffer): Doc fixes.
16006
16007 2001-11-24 Colin Walters <walters@debian.org>
16008
16009 * calc/calc-ext.el (calc-init-extensions): Update the rest of the
16010 autoload names to match files renamed on initial calc import.
16011
16012 * calc/calc.el (Commentary): Cleanup, and add logistic curve
16013 fitting suggestion from Robert J. Chassell <bob@rattlesnake.com>.
16014
16015 2001-11-23 Colin Walters <walters@debian.org>
16016
16017 * Makefile.in (finder_setwins, setwins): Include Calc again.
16018
16019 * calc/calc-rules.el: Add header comment.
16020
16021 2001-11-23 Andre Spiegel <spiegel@gnu.org>
16022
16023 * vc.el (with-vc-properties): Don't bind `filename' locally.
16024 (with-vc-file, edit-vc-file): Use `make-symbol' for local bindings
16025 to avoid name clashes. Fix `lisp-indent-function' property for
16026 both.
16027
16028 2001-11-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
16029
16030 * generic-x.el (mailrc-generic-mode): Highlight the `source' keyword.
16031
16032 2001-11-22 Colin Walters <walters@debian.org>
16033
16034 * calc/calc-misc.el (report-calc-bug):
16035 Use `reporter-prompt-for-summary-p'.
16036
16037 * calc/INSTALL, calc/Makefile: Remove.
16038
16039 2001-11-22 Miles Bader <miles@gnu.org>
16040
16041 * emacs-lisp/re-builder.el (reb-match-0, reb-match-1)
16042 (reb-match-2, reb-match-3): Add dark-background variants.
16043
16044 2001-11-22 Colin Walters <walters@debian.org>
16045
16046 * calc/calc-misc.el (calc-info): Don't perform voodoo, just
16047 (info "Calc").
16048 (report-calc-bug): Use reporter.el.
16049
16050 * mail/reporter.el (reporter-submit-bug-report): Doc fixes.
16051
16052 2001-11-21 Richard M. Stallman <rms@gnu.org>
16053
16054 * which-func.el (which-function): Call imenu--make-index-alist
16055 if necessary to get a list of functions.
16056 (which-function-imenu-failed): New variable.
16057 (which-func-update): Handle all visible windows.
16058 (which-func-update-1): New subroutine broken out of which-func-update.
16059
16060 * files.el (temporary-file-directory, null-device)
16061 (small-temporary-file-directory): Definitions moved up.
16062
16063 * progmodes/cperl-mode.el (cperl-problems, cperl-tips)
16064 (cperl-non-problems, cperl-praise): Doc fixes.
16065
16066 * progmodes/sh-script.el (sh-mode): Don't use define-derived-mode.
16067 (sh-mode-syntax-table): Function restored.
16068 Variable set up for use by function sh-mode-syntax-table.
16069 (sh-set-shell): Set the syntax table.
16070
16071 * play/gomoku.el (gomoku-mode): Don't use define-derived-mode.
16072
16073 * progmodes/perl-mode.el (perl-mode): Don't use define-derived-mode.
16074
16075 * international/encoded-kb.el: Don't alter minor-map-alist.
16076
16077 2001-11-20 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
16078
16079 * files.el (auto-save-file-name-transforms): Put remote files in
16080 temporary-file-directory rather than /tmp.
16081
16082 2001-11-21 Colin Walters <walters@debian.org>
16083
16084 * calc/calc-macs.el (calc-slow-wrapper): Move (point) call outside
16085 of (function ...) wrapper.
16086
16087 2001-11-20 Stefan Monnier <monnier@cs.yale.edu>
16088
16089 * derived.el (define-derived-mode): Create the abbrev-table
16090 from inside the `defvar'.
16091
16092 * jit-lock.el (jit-lock-defer-time): New var.
16093 (jit-lock-defer-timer, jit-lock-buffers): New vars.
16094 (jit-lock-mode): Initialize them. Cancel the timers more carefully.
16095 (jit-lock-function): Defer fontification if requested.
16096 (jit-lock-stealth-chunk-start): Pay attention to the new non-nil value.
16097 (jit-lock-stealth-fontify): Check the new `jit-lock-defer-multiline'
16098 text property.
16099 (jit-lock-deferred-fontify): New fun.
16100
16101 2001-11-20 Richard M. Stallman <rms@gnu.org>
16102
16103 * emacs-lisp/lisp-mode.el (lisp-interaction-mode):
16104 Set local-abbrev-table to lisp-mode-abbrev-table.
16105
16106 * emacs-lisp/re-builder.el (reb-mode):
16107 Don't use define-derived-mode. Call kill-all-local-variables.
16108
16109 * emacs-lisp/lisp-mode.el (lisp-mode, emacs-lisp-mode):
16110 Don't use define-derived-mode.
16111
16112 * help-mode.el (help-mode): Undo 2001-10-07 change.
16113
16114 * replace.el (occur-mode): Undo 2001-5-20 change.
16115
16116 2001-11-20 Jason Rumney <jasonr@gnu.org>
16117
16118 * w32-fns.el (w32-system-coding-system): Change to an alias for
16119 locale-coding-system.
16120 (set-w32-system-coding-system): Document the above change.
16121 Set locale-coding-system instead.
16122
16123 2001-11-20 Richard M. Stallman <rms@gnu.org>
16124
16125 * ruler-mode.el: Add pagination.
16126 (ruler-mode-toggle-show-tab-stops): No need to
16127 test `ruler-mode' variable.
16128
16129 2001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
16130
16131 * play/landmark.el: Mark lm-mode as special.
16132
16133 * play/gomoku.el: Mark gomoku-mode as special.
16134
16135 2001-11-20 Juanma Barranquero <lektu@terra.es>
16136
16137 * emacs-lisp/re-builder.el (reb-change-target-buffer): New function.
16138 (top-level): Bind it to C-c C-b.
16139 (re-builder): Don't re-enter RE Builder Mode.
16140
16141 * bs.el (bs-delete): Signal an error if the buffer cannot be deleted.
16142
16143 2001-11-20 Stefan Monnier <monnier@cs.yale.edu>
16144
16145 * progmodes/cperl-mode.el (cperl-perldoc): Require man before binding
16146 `manual-program'.
16147
16148 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Don't move back
16149 to a line without a comment.
16150
16151 2001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
16152
16153 * dired.el (dired-listing-switches): Mention in the doc string
16154 that some switches are not supported by ls-lisp.el
16155
16156 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
16157
16158 * imenu.el (imenu--split-menu): Use dolist and copy-sequence.
16159 (imenu--create-keymap-2): Remove.
16160 (imenu--create-keymap-1): Simplify, remove third argument.
16161 (imenu--generic-function): Use dolist.
16162 (imenu-find-default): New function.
16163 (imenu--completion-buffer): Use it.
16164 (imenu--mouse-menu): Use popup-menu.
16165 (imenu--menubar-select): Return t rather than calling imenu.
16166
16167 * textmodes/fill.el (fill-delete-prefix, fill-delete-newlines):
16168 New functions, extracted from fill-region-as-paragraph.
16169 (fill-region-as-paragraph): Use them.
16170 Use an end marker instead of eob.
16171 Ignore whitespace-only fill-prefixes when indenting according to mode.
16172 Simplify the loop that searches for spaces backwards.
16173
16174 * textmodes/picture.el (picture-vertical-step)
16175 (picture-horizontal-step): Don't use defconst for variables.
16176
16177 * mail/mail-extr.el: Use backquote/dolist/mapc/when. Docstring fixes.
16178 (mail-extract-address-components): Downcase domain names.
16179 (mail-extr-delete-char): Remove. Use delete-char instead.
16180
16181 * emulation/pc-select.el: Doc string fixes.
16182 (pc-selection-mode): Don't treat macos as a tty.
16183
16184 * emacs-lisp/lisp.el (mark-sexp): Mark more if repeated.
16185
16186 * progmodes/cc-engine.el (c-parse-state): Typo. From Martin Stjernholm.
16187
16188 * mwheel.el (mouse-wheel-scroll-amount): Allow float values.
16189 (mouse-wheel-progessive-speed): New var.
16190 (mwheel-scroll): Use it and handle float values.
16191
16192 * lazy-lock.el (lazy-lock-install-hooks): Remove make-local-hook.
16193
16194 * iswitchb.el (iswitchb-mode): Use define-minor-mode.
16195 (iswitchb): Fix the case where the result was selected with the mouse.
16196 (iswitchb-completion-help): Use the normal *Completions* now that
16197 mouse selection works.
16198 (iswitchb-minibuffer-setup): Simplify.
16199
16200 * newcomment.el (comment-column, comment-style, comment-multi-line)
16201 (comment-auto-fill-only-comments): Remove :group arg.
16202 (comment-padding): Add :type.
16203 (comment-indent-new-line): Ignore comment-auto-fill-only-comments
16204 if called interactively.
16205
16206 2001-11-19 Colin Walters <walters@verbum.org>
16207
16208 * calc/calc.el (toplevel): Add comment and version header.
16209 (calc-init-base): Bump version to 2.02f, update date.
16210
16211 2001-11-19 Richard M. Stallman <rms@gnu.org>
16212
16213 * net/browse-url.el: Support Mozilla and Galeon.
16214 By default, find the installed browser whichever it is.
16215 (browse-url-mozilla): New function.
16216 (browse-url-mozilla-sentinel): New function.
16217 (browse-url-galeon, browse-url-galeon-sentinel): New functions.
16218 (browse-url-default-browser): New function.
16219 (browse-url-process-environment): Use browse-url-browser-display.
16220 (browse-url-browser-display): Renamed from browse-url-netscape-display.
16221 (browse-url-mozilla-startup-arguments, browse-url-galeon-program)
16222 (browse-url-galeon-arguments, browse-url-galeon-startup-arguments)
16223 (browse-url-mozilla-program, browse-url-mozilla-arguments): New vars.
16224 (browse-url-browser-function): New default, new options.
16225
16226 2001-11-19 Sam Steingold <sds@gnu.org>
16227
16228 * bindings.el (last-buffer, unbury-buffer): New function.
16229 (mode-line-unbury-buffer): Use `unbury-buffer'.
16230
16231 2001-11-18 Stephen Eglen <stephen@gnu.org>
16232
16233 * iswitchb.el (iswitchb-cannot-complete-hook): New variable to
16234 control behaviour when no further completion is possible.
16235
16236 2001-11-19 Colin Walters <walters@verbum.org>
16237
16238 * calc/calc-macs.el (calc-wrapper, calc-slow-wrapper)
16239 (math-showing-full-precision, math-with-extra-prec, math-working)
16240 (calc-with-default-simplification)
16241 (calc-with-trail-buffer): Use backtick.
16242 (Math-zerop, Math-integer-negp, Math-integer-posp, Math-negp)
16243 (Math-looks-negp, Math-posp, Math-integerp, Math-natnump)
16244 (Math-ratp, Math-realp, Math-anglep, Math-numberp, Math-scalarp)
16245 (Math-vectorp, Math-messy-integerp, Math-objectp, Math-objvecp)
16246 (Math-integer-neg, Math-equal, Math-lessp, Math-primp)
16247 (Math-num-integerp, Math-bignum-test, Math-equal-int)
16248 (Math-natnum-lessp, math-format-radix-digit): Change to `defsubst'.
16249 (calc-record-compilation-date-macro): Deleted. Callers updated.
16250 (math-format-radix-digit): Move to calc-bin.el.
16251
16252 * calc/calc.el (calc-record-compilation-date): Remove.
16253 (calc-bug-address): Update.
16254 (calc-settings-file): Use `user-init-file'.
16255
16256 * calc/calc-mode.el (calc-settings-file-name, calc-save-modes):
16257 Handle null `calc-settings-file'.
16258
16259 * calc/calc-frac.el (calc-over-notation): Use `completing-read'.
16260 * calc/calc-keypd.el (calc-keypad-mode): New.
16261 (calc-do-keypad): Use it.
16262 (calc-keypad-map): Move into `calc-keypad-mode'.
16263
16264 * calc-math.el (calcFunc-sqrt, calcFunc-hypot): Add missing quote
16265 to defalias argument.
16266
16267 * calc-misc.el (math-fixnump, math-fixnatnump, calcFunc-trunc)
16268 (calcFunc-floor): Ditto.
16269
16270 * calc-units.el (calcFunc-usimplify): Ditto.
16271
16272 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
16273 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
16274 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
16275 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
16276 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
16277 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
16278 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
16279 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
16280 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
16281 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
16282 * calcsel2.el: Change all toplevel `setq' forms to `defvar' forms,
16283 and move them before their first use. Use `when', `unless'.
16284 Remove trailing periods from error forms. Add description and
16285 headers suggested by Emacs Lisp coding conventions.
16286
16287 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
16288
16289 * newcomment.el (comment-indent):
16290 Fix misindentation for comment-only lines.
16291 (comment-indent-new-line): Only obey comment-multi-line if the
16292 comment-ender is not the end-of-line.
16293
16294 2001-11-19 Richard M. Stallman <rms@gnu.org>
16295
16296 * net/net-utils.el (network-connection-service-abbrev-alist):
16297 New variable.
16298
16299 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
16300 Advance to start of 3rd sexp by moving fwd and backing over it.
16301 At first three elements, act like defun.
16302
16303 * delsel.el (delete-selection-pre-hook): Handle and resignal
16304 file-supersession errors to interact properly with userlock.el.
16305
16306 2001-11-18 Richard M. Stallman <rms@gnu.org>
16307
16308 * progmodes/fortran.el (fortran-mode-syntax-table):
16309 Specify punctuation syntax for backslash.
16310
16311 * progmodes/sh-script.el (sh-must-be-shell-mode): Function deleted.
16312 All calls deleted.
16313
16314 * international/mule-util.el (string-to-sequence): Make it obsolete.
16315 (string-to-list, string-to-vector): Implement them directly
16316 using append and vconcat, not with string-to-sequence.
16317
16318 * startup.el (command-line): Set abbrevs-changed to nil after
16319 reading the init file and the abbrevs file.
16320
16321 * isearch.el (isearch): Use magenta2 as bg for (background light)
16322
16323 2001-11-17 Richard M. Stallman <rms@gnu.org>
16324
16325 * menu-bar.el (menu-bar-update-buffers-1): Don't pad the buffer name.
16326
16327 * simple.el (minibuffer-history-sexp-flag): Doc fix.
16328
16329 2001-11-17 Stefan Monnier <monnier@cs.yale.edu>
16330
16331 * font-lock.el (font-lock-compile-keywords): New arg `regexp'.
16332 If set and if applicable, add a regexp to highlight defun-like
16333 text inside comments and strings.
16334 (font-lock-fontify-keywords-region): Pass that new arg.
16335 (font-lock-set-defaults): Move the code to set `font-lock-keywords'
16336 to the end and pass that new arg.
16337 (c-font-lock-keywords-2): Fix regex for labels.
16338 (font-lock-match-c++-style-declaration-item-and-skip-to-next):
16339 Make it work when LIMIT is several lines further.
16340 (c-font-lock-keywords-3, c++-font-lock-keywords-3)
16341 (objc-font-lock-keywords-3, java-font-lock-keywords-3):
16342 Use backquote and make the regexes for `int a, b, c;' work on
16343 multiple lines.
16344
16345 * emacs-lisp/re-builder.el (reb-mode): Use define-derived-mode.
16346 (font-lock-defaults-alist): Don't change it any more.
16347 (reb-subexp-mode-map): Cleanup.
16348
16349 * custom.el (custom-current-group-alist): New var.
16350 (custom-declare-group): Set it.
16351 (custom-current-group): New fun.
16352 (custom-declare-variable, custom-handle-all-keywords):
16353 Use it as a default if no :group argument is specified.
16354
16355 * international/mule-cmds.el (locale-name-match): Use \` and \(?:.
16356 (standard-keyboard-coding-systems): New var.
16357 (set-locale-environment): Use it to decide whether or not to call
16358 set-keyboard-coding-system.
16359 (locale-language-names): Use \"French\" for "fr".
16360
16361 2001-11-17 Richard M. Stallman <rms@gnu.org>
16362
16363 * emacs-lisp/checkdoc.el (princ-list, checkdoc-read-event)
16364 (add-to-list): Delete compatibility code.
16365 (checkdoc-next-message-error): Doc fix.
16366
16367 2001-11-17 Stephen Eglen <stephen@gnu.org>
16368
16369 * locate.el (locate): Show default locate pattern within the
16370 prompt, but don't insert it into the minibuffer contents.
16371 Catch the case when pattern is the empty string.
16372
16373 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
16374
16375 * language/european.el ("French"): New language environment.
16376
16377 2001-11-16 Richard M. Stallman <rms@gnu.org>
16378
16379 * calendar/todo-mode.el (todo-save): Fix previous change.
16380
16381 * subr.el (functionp): Do use cdr-safe on object.
16382
16383 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
16384
16385 * bindings.el (mode-line-mode-name): Only put the help-echo property
16386 if the local-map property was put as well.
16387 (global-map): Bind switch-frame, delete-frame, iconify-frame
16388 and make-frame-visible events.
16389
16390 * emacs-lisp/elp.el (elp-not-profilable): New var.
16391 (elp-not-profilable-p): New function.
16392 (elp-instrument-function): Use it. Use backquotes and push.
16393
16394 * emacs-lisp/bytecomp.el (byte-compile-call-tree, byte-code-vector)
16395 (byte-stack+-info, byte-compile-last-warned-form)
16396 (byte-compile-last-logged-file): Don't defconst a variable.
16397 (no-byte-compile): Declare.
16398 (byte-compile-file): Don't boundp-check no-byte-compile any more.
16399 (byte-compile-defvar): Leave defconst as is.
16400
16401 * emacs-lisp/edebug.el (edebug-form-data, edebug-offsets)
16402 (edebug-offsets-stack, edebug-read-dotted-list, edebug-def-name)
16403 (edebug-current-offset, edebug-old-def-name, edebug-error-point)
16404 (edebug-best-error): Don't defconst a variable.
16405 (edebug-read-syntax-table): Use a char-table.
16406 (edebug-lemacs-specific): Remove.
16407 Toplevel: Eliminate check for Lucid Emacs.
16408
16409 * pcvs-util.el (cvs-prefix-define): Don't defconst a variable.
16410
16411 * rect.el (move-to-column-force): Mark obsolete.
16412 (operate-on-rectangle, delete-extract-rectangle-line)
16413 (insert-rectangle, delete-whitespace-rectangle-line)
16414 (open-rectangle-line, clear-rectangle-line): Use move-to-column.
16415 (string-rectangle-history): New var.
16416 (string-rectangle, string-insert-rectangle): Use it.
16417 (delete-rectangle-line): Fix pos/column mixup and simplify.
16418
16419 * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
16420 (normal-top-level, command-line, command-line-1): Simplify.
16421
16422 * tar-mode.el (tar-mode): Use define-derived-mode.
16423
16424 * view.el (view-mode-enable): Don't use make-local-hook.
16425
16426 * emacs-lisp/eldoc.el (eldoc-mode): Use define-minor-mode.
16427
16428 2001-11-16 Richard M. Stallman <rms@gnu.org>
16429
16430 * mail/mail-extr.el (mail-extr-voodoo): Treat a number as a word
16431 if it doesn't make sense as anything else.
16432 Don't recognize a "telephone number" at the beginning of the name.
16433 (mail-extr-leading-garbage): Match non-word characters only.
16434
16435 2001-11-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16436
16437 * startup.el (command-line-processed): Doc fix.
16438
16439 * apropos.el (apropos-next-label-button): Doc fix.
16440
16441 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
16442
16443 * comint.el (comint-mode): Simplify.
16444 (make-comint-in-buffer): Run `comint-mode' only if necessary.
16445
16446 * subr.el (eval-after-load): Make it work with features as well.
16447
16448 * log-view.el (log-view-mode): Don't mark the buffer unmodified.
16449
16450 * international/mule-cmds.el (describe-input-method): Setup xref.
16451 (set-language-environment): Use functionp.
16452 (locale-language-names, locale-charset-language-names)
16453 (locale-preferred-coding-systems): Defconst and purecopy.
16454
16455 * language/european.el (mac-roman): Add mime-charset property.
16456
16457 2001-11-15 Richard M. Stallman <rms@gnu.org>
16458
16459 * emacs-lisp/cl.el (values, values-list, multiple-value-list)
16460 (multiple-value-apply, nth-value): Use defsubst rather than defalias
16461 to get better doc strings.
16462
16463 2001-11-15 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16464
16465 * derived.el: Fix autoload cookie.
16466
16467 2001-11-15 Richard M. Stallman <rms@gnu.org>
16468
16469 * jka-compr.el (jka-compr-partial-uncompress): Fix previous change.
16470
16471 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
16472
16473 * menu-bar.el (menu-bar-edit-menu) <copy>: Put an explicit key binding.
16474
16475 2001-11-15 Richard M. Stallman <rms@gnu.org>
16476
16477 * dired.el (dired-undo): Display a message to explain
16478 that this does not undo file system changes.
16479
16480 2001-11-15 David Kastrup <David.Kastrup@t-online.de>
16481
16482 * mouse-drag.el (mouse-drag-throw): Push back non-drag events
16483 into `unread-command-events' instead of trying keymap
16484 lookups ourselves. This makes mouse-clicks do the right
16485 thing even when keymaps of overlays are involved.
16486 (mouse-drag-drag): Likewise.
16487
16488 2001-11-15 Andreas Schwab <schwab@suse.de>
16489
16490 * progmodes/ada-mode.el (ada-add-extensions): Quote regexp special
16491 characters and append anchor to pattern added to auto-mode-alist.
16492
16493 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
16494
16495 * server.el (server-process-filter): Run pre/post-comment-hook
16496 before/after visiting the file.
16497
16498 * info-look.el (makefile-mode): Add info for automake.
16499 (autoconf-mode): Fix the name of the index for automake.
16500
16501 * international/latin-9.el: Give pilcrow punctuation syntax.
16502
16503 2001-11-15 Andre Spiegel <spiegel@gnu.org>
16504
16505 * vc.el: Documentation fixes.
16506
16507 2001-11-14 Stefan Monnier <monnier@cs.yale.edu>
16508
16509 * smerge-mode.el (smerge-match-conflict): Fix typo.
16510 (smerge-diff): Be careful to read match-data early enough.
16511
16512 2001-11-14 Colin Walters <walters@verbum.org>
16513
16514 * calc/calc-alg.el (calcFunc-esimplify, calcFunc-simplify)
16515 (calcFunc-subst): Use `defalias' instead of `fset' and
16516 `symbol-function'.
16517
16518 * calc/calc-arith.el (calcFunc-abs, calcFunc-float)
16519 (calcFunc-ceil, calcFunc-round): Ditto.
16520
16521 * calc/calc-bin.el (calcFunc-clip): Ditto.
16522
16523 * calc/calc-ext.el (calcFunc-evalv): Ditto.
16524
16525 * calc/calc-math.el (calcFunc-sqrt, calcFunc-hypot): Ditto.
16526
16527 * calc/calc-misc.el (math-fixnump, math-fixnatnump)
16528 (calcFunc-trunc, calcFunc-floor, calc-report-bug): Ditto.
16529
16530 * calc/calc-units.el (calcFunc-unsimplify): Ditto.
16531
16532 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
16533 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
16534 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
16535 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
16536 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
16537 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
16538 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
16539 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
16540 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
16541 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
16542 * calcsel2.el: Style cleanup; don't put closing parens on their
16543 own line, add "foo.el ends here" to each file, and update
16544 copyright date.
16545
16546 * README: Update maintainer.
16547
16548 2001-11-13 Richard M. Stallman <rms@gnu.org>
16549
16550 * progmodes/compile.el (recompile): Use compilation-arguments if
16551 set, so as to be able to M-x recompile the exact command which
16552 created a compilation-mode buffer.
16553
16554 * progmodes/ada-mode.el (ada-fill-comment-prefix): Doc fix.
16555
16556 2001-11-13 Gerd Moellmann <gerd@gnu.org>
16557
16558 * mouse.el (mouse-drag-region): Don't run the up-event
16559 handler if window start changed due to the down-mouse event.
16560
16561 2001-11-13 Richard M. Stallman <rms@gnu.org>
16562
16563 * mouse.el (mouse-show-mark): Either move point to the mark
16564 or use highlighting, never both.
16565 (mouse-buffer-menu): If WINDOW is a frame, select its selected window.
16566
16567 2001-11-13 Simon Josefsson <jas@extundo.com>
16568
16569 * mail/smtpmail.el (top-level): Change maintainer to Simon
16570 Josefsson, cleanup the smtpmail.el header.
16571
16572 * mail/smtpmail.el (top-level): Don't require cl or base64.
16573 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
16574 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd):
16575 Defsubst instead of defmacro.
16576 (smtpmail-intersection): Return value in reverse order.
16577 (smtpmail-open-stream): Use stringp instead of string-to-list.
16578 (smtpmail-open-stream, smtpmail-try-auth-methods): New functions,
16579 separated from smtpmail-via-smtp.
16580
16581 * mail/smtpmail.el (top-level): Autoload starttls, mail-utils and
16582 rfc2104. Require base64 and cl.
16583 (smtpmail-smtp-service): Doc fix. :type fix.
16584 (smtpmail-debug-info): Doc fix.
16585 (smtpmail-debug-verb, smtpmail-auth-credentials)
16586 (smtpmail-starttls-credentials, smtpmail-auth-supported):
16587 New variables.
16588 (smtpmail-deduce-address-list, smtpmail-send-it): Don't require
16589 mail-utils (it is autoloaded).
16590 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
16591 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd)
16592 (smtpmail-find-credentials, smtpmail-intersection): New utility funs.
16593 (smtpmail-via-smtp): Support STARTTLS, if binary is installed.
16594 (smtpmail-via-smtp): Support AUTH.
16595 (smtpmail-via-smtp): Use `smtpmail-debug-verb' to control VERB.
16596
16597 2001-11-13 Richard M. Stallman <rms@gnu.org>
16598
16599 * ebuff-menu.el (electric-buffer-update-highlight): New function.
16600 (electric-buffer-overlay): New variable.
16601 (electric-buffer-menu-looper): Call electric-buffer-update-highlight.
16602 (electric-buffer-list): Likewise.
16603
16604 * isearch.el (isearch-whitespace-chars): Doc fix.
16605 (isearch-mode): Handle negative search-slow-window-lines correctly.
16606
16607 2001-11-13 Stefan Monnier <monnier@cs.yale.edu>
16608
16609 * newcomment.el (comment-normalize-vars): Handle a nil comment-padding.
16610
16611 * progmodes/ada-mode.el (ada-fill-comment-prefix): GNAT wants 2 spaces.
16612 From Emmanuel Briot <briot@act-europe.fr>.
16613
16614 2001-11-13 Colin Walters <walters@debian.org>
16615
16616 * calc/calc.el (calc-unread-command): Use `unread-command-events'.
16617
16618 * calc/calc-mode.el (calc-settings-file-name): Don't hardcode
16619 "~/.emacs"; use `read-file-name'.
16620
16621 * calc/calc-graph.el, calc/calc-embed.el, calc/calc-graph.el
16622 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-prog.el
16623 * calc/calc-sel.el, calc/calc-store.el, calc/calc-yank.el
16624 * calc/calc.el: Use `frame-width' instead of `screen-width',
16625 `frame-height' instead of `screen-height', and,
16626 `executing-kbd-macro' instead of `executing-macro'.
16627
16628 * calc/calc-embed.el (calc-do-embedded): Call `y-or-n-p' with
16629 correct number of arguments.
16630
16631 * calc/calc-aent.el (calc-do-alg-entry):
16632 Use `blink-paren-function' instead of `blink-paren-hook'.
16633
16634 2001-11-12 Richard M. Stallman <rms@gnu.org>
16635
16636 * calendar/todo-mode.el (todo-save): Add save-excursion
16637 and save-restriction.
16638
16639 * server.el (server-edit, server-done): Doc fix.
16640
16641 * simple.el (clone-indirect-buffer): Error if major mode symbol
16642 has a no-clone-indirect property.
16643 (clone-buffer): Check for obvious errors before reading clone name.
16644
16645 * info.el (Info-mode): Add a no-clone-indirect property.
16646
16647 2001-11-12 Sam Steingold <sds@gnu.org>
16648
16649 * vc.el (vc-print-log): Bind `inhibit-read-only' to t before and
16650 set-buffer-modified-p to nil after `vc-exec-after'.
16651 * log-view.el (log-view-mode-map): Bind "q", "z", "m" and "d".
16652 (log-view-mode): Make read-only.
16653 (log-view-current-file): Do final `expand-file-name' in the
16654 current `default-directory'.
16655 (log-view-current-tag): Take an optional `where' arg.
16656 (log-view-diff): New user command.
16657
16658 2001-11-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16659
16660 * progmodes/cpp.el (cpp-choose-face): Fix typo.
16661
16662 2001-11-12 Sam Steingold <sds@gnu.org>
16663
16664 * emacs-lisp/cl-indent.el (toplevel): Indent properly
16665 `generic-flet', `generic-labels', `with-accessors',
16666 `with-condition-restarts'.
16667
16668 2001-11-12 Richard M. Stallman <rms@gnu.org>
16669
16670 * dired.el: Many trivial doc fixes.
16671 (dired-get-file-for-visit): New function.
16672 (dired-find-alternate-file, dired-mouse-find-file-other-window)
16673 (dired-view-file, dired-find-file-other-window, dired-display-file)
16674 (dired-find-file): Use dired-get-file-for-visit.
16675
16676 2001-11-12 Alex Schroeder <kensanata@yahoo.com>
16677
16678 * sql.el (sql-mode): Doc change.
16679
16680 * sql.el (sql-mode-syntax-table): The backslash is no longer an
16681 escape character.
16682
16683 2001-11-12 Colin Walters <walters@debian.org>
16684
16685 * calc/calc-keypd.el (toplevel): Bind mouse buttons.
16686 (calc-do-keypad): Don't attempt to use nonexistent global
16687 mouse-map, use calc-keypad-map.
16688 (calc-keypad-x-left-click): Renamed to calc-keypad-left-click.
16689 (calc-keypad-left-click): Don't use mouse-map; update to new event
16690 interface.
16691 (calc-keypad-x-middle-click, calc-keypad-x-right-click): Ditto.
16692 (calc-keypad-press): Use `unread-command-events' instead of
16693 `unread-command-char'.
16694
16695 * calc/calc-ext.el (calc-init-extensions): Update autoload names
16696 to match files renamed on initial calc import.
16697
16698 2001-11-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16699
16700 * textmodes/flyspell.el (flyspell-default-dictionary):
16701 Fix previous change.
16702
16703 2001-11-12 Richard M. Stallman <rms@gnu.org>
16704
16705 * textmodes/flyspell.el (flyspell-default-dictionary):
16706 Fix custom type.
16707
16708 2001-11-11 Richard M. Stallman <rms@gnu.org>
16709
16710 * calendar/solar.el (solar-sunrise-and-sunset):
16711 Exchange the two extreme values of day-length.
16712
16713 * progmodes/sh-script.el (sh-must-be-shell-mode):
16714 Allow modes derived from sh-mode.
16715
16716 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
16717 Turn off error in some re-search-forward calls.
16718
16719 * replace.el (query-replace-skip-read-only): New variable.
16720 (perform-replace): If that variable is non-nil, ignore matches
16721 that have a read-only property.
16722
16723 * derived.el (define-derived-mode): Doc fix.
16724
16725 * server.el (server-buffer-done): Test of server-existing-buffer
16726 was backwards.
16727 (server-existing-buffer): Doc fix.
16728
16729 * textmodes/flyspell.el (flyspell-default-dictionary):
16730 Allow nil as value, and make nil the default.
16731
16732 2001-11-11 Eli Zaretskii <eliz@is.elta.co.il>
16733
16734 * menu-bar.el (menu-bar-edit-menu): Don't use x-selection-exists-p if
16735 it is not fboundp.
16736 (clipboard-yank): Ditto.
16737
16738 2001-11-11 Colin Walters <walters@verbum.org>
16739
16740 The following changes are based on patches from
16741 Eli Zaretskii <eliz@is.elta.co.il>, Kai Gro\e,A_\e(Bjohann
16742 <Kai.Grossjohann@CS.Uni-Dortmund.DE>, and others.
16743
16744 * calc/calc.el (toplevel): Require calc-macs.
16745 (calc-minibuffer-size): New.
16746 (calcDigit-nondigit): Use it instead of `buffer-size'.
16747 (calcDigit-backspace): Likewise.
16748 (calcDigit-nondigit): Use `minibuffer-contents' instead of
16749 `buffer-string'.
16750 (calc-minibuffer-contains): Use `minibuffer-prompt-end' instead of
16751 `point-min'.
16752 (calcDigit-key): Use `calc-minibuffer-contains' instead of a
16753 `save-excursion'.
16754
16755 * calc/calc-macs.el (calc-record-compilation-date-macro): Return a
16756 simple `setq' form.
16757
16758 * calc/calc-ext.el: (toplevel): Require calc.
16759 (calc-fancy-prefix-map): New.
16760 (calc-fancy-prefix): Use it.
16761 (calc-fancy-prefix-other-key): New.
16762
16763 * calc/calc-aent.el (toplevel): Require calc-macs during compilation.
16764 (calc-do-quick-calc): Use `frame-width' instead of `screen-width'.
16765 (calcAlg-edit): Use `minibuffer-contents' instead of `buffer-string'.
16766 (calcAlg-enter): Likewise.
16767 (calcAlg-enter): Use `minibuffer-prompt-end' instead of `point-min'.
16768
16769 2001-11-10 Richard M. Stallman <rms@gnu.org>
16770
16771 * abbrev.el (read-abbrev-file): Don't set save-abbrevs.
16772 (quietly-read-abbrev-file): Doc fix.
16773
16774 * startup.el (command-line): Read standard abbrev
16775 file (abbrev-file-name), if it exists.
16776
16777 * files.el (save-abbrevs): Default value is t.
16778
16779 * progmodes/compile.el (compile-goto-error): Fix previous change
16780 in the case where subsequent errors have not been parsed yet
16781 because they are in a different source file.
16782
16783 2001-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
16784
16785 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
16786 Merge two regular expressions into one.
16787 (ps-mode): Make local bindings for `comment-start' and
16788 `comment-start-skip'.
16789 (ps-mode-looking-at-nested): Simplify an if-else construct;
16790 use `set-match-data' to set the result.
16791
16792 2001-11-10 Richard M. Stallman <rms@gnu.org>
16793
16794 * textmodes/flyspell.el (flyspell-correct-word/local-keymap):
16795 Function deleted.
16796 (flyspell-correct-word): Old definition deleted.
16797 (flyspell-correct-word/mouse-keymap): Renamed to flyspell-correct-word.
16798 All references renamed too.
16799
16800 2001-11-10 Gerd Moellmann <gerd@gnu.org>
16801
16802 * Makefile.in (finder_setwins, setwins): Exclude Calc.
16803
16804 2001-11-09 Per Abrahamsen <abraham@dina.kvl.dk>
16805
16806 * wid-edit.el (checklist): Removed `:menu-tag'.
16807 (radio-button-choice): Ditto.
16808 (editable-list): Ditto.
16809
16810 2001-11-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16811
16812 * play/gomoku.el: Move definitions of constants to the beginning
16813 of file, before their use.
16814
16815 2001-11-09 Richard M. Stallman <rms@gnu.org>
16816
16817 * textmodes/flyspell.el: Use the keymap property
16818 instead of local-map, and don't use a minor-mode map.
16819 (flyspell-mode-map): Variable deleted.
16820 Don't mess with minor-mode-map-alist.
16821 (calling add-minor-mode): Specify nil for keymap.
16822 And always use add-minor-mode, now that it exists.
16823 (flyspell-overlay-keymap-property-name): Set it to `keymap'.
16824 (flyspell-mode-on): Don't locally bind flyspell-mouse-map
16825 or flyspell-local-mouse-map.
16826 (make-flyspell-overlay): Use flyspell-mouse-map directly.
16827 (flyspell-mode): Doc fix.
16828 (flyspell-mode-on): Don't call make-local-hook.
16829
16830 2001-11-09 Sam Steingold <sds@gnu.org>
16831
16832 * emacs-lisp/debug.el (debugger-make-xrefs):
16833 Add buttons to all symbols.
16834
16835 2001-11-09 Andre Spiegel <spiegel@gnu.org>
16836
16837 * vc.el: Add John David Smith to credits.
16838
16839 Suggested by Kalle Olavi Niemitalo <kon@iki.fi>:
16840
16841 * vc-hooks.el (vc-error-occured): Backquotified.
16842 (vc-file-prop-obarray): Use prime length for better efficiency.
16843
16844 * vc.el (vc-clear-context): Fill obarray with 0, not nil.
16845
16846 2001-11-09 Eli Zaretskii <eliz@is.elta.co.il>
16847
16848 * info.el (Info-file-list-for-emacs): Add entries for Calc.
16849
16850 2001-11-09 Miles Bader <miles@gnu.org>
16851
16852 * subr.el (functionp): Don't consider macros as functions.
16853
16854 2001-11-08 Miles Bader <miles@gnu.org>
16855
16856 * subr.el (functionp): Make work correctly for macros and unbound
16857 symbols.
16858
16859 * comint.el (comint-send-input): Fix description of
16860 `comint-process-echoes' in the doc-string.
16861
16862 2001-11-08 Eli Zaretskii <eliz@is.elta.co.il>
16863
16864 * international/mule.el (make-translation-table): Doc fix.
16865 Suggested by Alex Schroeder <alex@gnu.org>.
16866
16867 2001-11-07 Richard M. Stallman <rms@gnu.org>
16868
16869 * info.el (Info-fontify-node): Highlight every third menu item.
16870
16871 2001-11-07 Per Abrahamsen <abraham@dina.kvl.dk>
16872
16873 * cus-edit.el (custom-face-value-create): Don't ignore the
16874 `customized-face' attribute when finding the current face spec.
16875
16876 2001-11-07 Stefan Monnier <monnier@cs.yale.edu>
16877
16878 * subr.el (with-local-quit): New macro.
16879 (make-syntax-table): Always inherit.
16880 (functionp): Be more careful when `object' is a symbol.
16881
16882 * dabbrev.el (dabbrev-completion): Use "*Completions*".
16883
16884 2001-11-07 Paul Eggert <eggert@twinsun.com>
16885
16886 * dired.el (dired-move-to-filename-regexp):
16887 Do not distinguish between ASCII letters and non-ASCII characters.
16888 Don't allow comma except in the form "month day, year".
16889 Don't allow space between month name and comma.
16890 Clean up the code that checks for trailing period, comma, and space.
16891 Remove now-obsolete comments, and add more commentary about
16892 Japanese dates.
16893 Always gobble up trailing spaces, instead of doing it only sometimes.
16894
16895 2001-11-07 Miles Bader <miles@gnu.org>
16896
16897 * paren.el (show-paren-match-face): Add dark-background variant.
16898
16899 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
16900
16901 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Paren typo.
16902 (lisp-mode-variables): Don't set paragraph-{start,separate}.
16903 Don't disable adaptive-fill-mode.
16904 (lisp-fill-paragraph): Use tab-width rather than 8.
16905 Prevent filling the first line of docstrings.
16906
16907 2001-11-06 Richard M. Stallman <rms@gnu.org>
16908
16909 * play/gomoku.el (gomoku): Doc fix.
16910
16911 * jka-compr.el (jka-compr-partial-uncompress):
16912 Support an alternative of not using dd.
16913 (jka-compr-dd-program): Use defcustom to define this.
16914 (jka-compr-load-suffixes): Use defcustom.
16915 (jka-compr-mode-alist-additions): Use defcustom.
16916
16917 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
16918
16919 * font-lock.el (font-lock-match-c-style-declaration-item-and-skip-to-next):
16920 Also work when LIMIT is further than the end of line.
16921
16922 2001-11-06 Eli Zaretskii <eliz@is.elta.co.il>
16923
16924 * international/quail.el (quail-update-leim-list-file): Print the
16925 offending file name if some of its quail-define-package forms is broken.
16926
16927 2001-11-05 Richard M. Stallman <rms@gnu.org>
16928
16929 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Return the value
16930 of the evaluated form.
16931
16932 2001-11-05 Paul Eggert <eggert@twinsun.com>
16933
16934 * ls-lisp.el (ls-lisp-time-to-seconds): New function.
16935 (ls-lisp-format-time): Emulate GNU fileutils 4.1.1 ls, whose time
16936 stamps always line up by default. Also, it uses a slightly
16937 different window to determine whether files are "recent".
16938
16939 2001-11-05 Andrew Innes <andrewi@gnu.org>
16940
16941 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
16942 Don't attempt to remake autoloads before nuking .elc files.
16943
16944 2001-11-04 Richard M. Stallman <rms@gnu.org>
16945
16946 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display): Cope if
16947 previous-single-property-change or next-single-char-property-change
16948 returns nil.
16949
16950 * international/mule-cmds.el (set-locale-environment):
16951 Make it interactive; make arg optional.
16952
16953 * international/mule-diag.el (help-funs): Require help-funs.
16954
16955 2001-11-04 Eli Zaretskii <eliz@is.elta.co.il>
16956
16957 * term/internal.el (term-setup-hook): Add IT-setup-unicode-display.
16958
16959 2001-11-04 Miles Bader <miles@gnu.org>
16960
16961 * startup.el (fancy-splash-head): Reapply Gerd's hack to make the
16962 shadow of the splash image grey on a dark background instead of black.
16963
16964 2001-11-03 Stefan Monnier <monnier@cs.yale.edu>
16965
16966 * term.el (all faces): Don't (copy-face 'default <foo>).
16967
16968 * term/xterm.el (function-key-map):
16969 Add entry for `ESC [ 3 ~' -> <delete>
16970 Add entries `ESC O 5 [ABCD]' -> C-{up,down,right,left}.
16971 Use inheritance so that .emacs and terminfo take precedence.
16972
16973 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
16974
16975 * tooltip.el (tooltip-delay): Decrease to 0.7.
16976 (tooltip-hide-delay): Enlarge to 10.
16977
16978 2001-11-03 Richard M. Stallman <rms@gnu.org>
16979
16980 * startup.el (fancy-splash-tail): Explain how to recover
16981 from a crash, if there was a crash.
16982 (command-line-1): Reorganize display of startup screen,
16983 to simplify the logic. Use a temp buffer for it.
16984
16985 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
16986
16987 * frame.el (set-background-color, set-foreground-color):
16988 Call face-set-after-frame-default, to propagate the new colors to
16989 the frame's parameters alist.
16990
16991 * calendar/timeclock.el (timeclock-out): Signal an error if
16992 timeclock-last-event is nil.
16993
16994 2001-11-02 Stefan Monnier <monnier@cs.yale.edu>
16995
16996 * textmodes/fill.el (fill-context-prefix): Fix braino.
16997
16998 * international/quail.el (quail-help):
16999 Use `help-buffer' and move `help-setup-xref' to beginning.
17000
17001 * international/mule-cmds.el (describe-language-environment):
17002 Use `help-buffer' and move `help-setup-xref' to beginning.
17003
17004 * international/mule-diag.el (list-character-sets)
17005 (sort-listed-character-sets, describe-character-set)
17006 (describe-coding-system, describe-fontset, list-fontsets):
17007 Use `help-buffer' and move `help-setup-xref' to beginning.
17008 (describe-char-after): Use `internal-describe-syntax-value'.
17009
17010 2001-11-02 Richard M. Stallman <rms@gnu.org>
17011
17012 * mouse.el (popup-menu): If the user refuses to select
17013 from a menu, don't try to invoke the menu.
17014
17015 2001-11-02 Miles Bader <miles@gnu.org>
17016
17017 * help-mode.el (help-xref): New button type.
17018 (help-function, help-variable, help-face, help-coding-system)
17019 (help-input-method, help-character-set, help-type, help-symbol)
17020 (help-back, help-info, help-customize-variable, help-customize-face)
17021 (help-function-def, help-variable-def): Use it as a supertype.
17022 Remove `action' property.
17023
17024 * international/mule-diag.el (describe-character-set)
17025 (describe-coding-system): Pass correct args to `help-xref-button'.
17026 (sort-listed-character-sets): New button type.
17027 (list-character-sets): Use it.
17028 (list-charset-chars): New button type.
17029 (list-character-sets-1): Use it.
17030
17031 2001-11-01 Stefan Monnier <monnier@rum.cs.yale.edu>
17032
17033 * indent.el (tab-always-indent, indent-for-tab-command):
17034 Remove redundant `never' setting.
17035
17036 * fill.el (fill-region-as-paragraph): Don't forget to skip
17037 over current whitespace before looking for a preceding space.
17038
17039 2001-11-01 Richard M. Stallman <rms@gnu.org>
17040
17041 * files.el (file-newest-backup): Don't pass backup file name
17042 thru file-name-sans-versions, because it never has version numbers.
17043
17044 * textmodes/sgml-mode.el (sgml-xml-guess): Fix regexp
17045 to avoid ambiguous nested loops.
17046
17047 * files.el (find-file-noselect): Offer to change buffer-read-only
17048 only when the file's read-only status has changed from before
17049 as well as disagreeing with the buffer's current status.
17050 (buffer-file-read-only): New var, local in all buffers.
17051
17052 * buff-menu.el (buffer-menu): Doc fix.
17053 (buffer-menu-other-window): Doc fix.
17054 (list-buffers, list-buffers-noselect): Doc fix.
17055
17056 2001-11-01 Gerd Moellmann <gerd@gnu.org>
17057
17058 * startup.el (command-line): If the terminal Emacs is running on
17059 has erase char set to ^H, use the Backspace key for deleting
17060 backward, and the Delete key for deleting forward.
17061
17062 2001-11-01 Miles Bader <miles@gnu.org>
17063
17064 * button.el (define-button-type): Make sure every user-defined
17065 button type has a supertype.
17066
17067 2001-10-31 Jason Rumney <jasonr@gnu.org>
17068
17069 * international/mule-cmds.el (locale-language-names): Add chs and
17070 cht as aliases for Chinese-GB and Chinese-BIG5.
17071
17072 2001-10-31 Richard M. Stallman <rms@gnu.org>
17073
17074 * bindings.el (mode-line-frame-identification): Add doc string.
17075 (mode-line-position, mode-line-modes): New variables.
17076 (mode-line-format): Use mode-line-position for the part
17077 that displays the position-in-buffer info.
17078 Use mode-line-modes for the part that displays major and minor modes.
17079
17080 2001-10-31 Sam Steingold <sds@gnu.org>
17081
17082 * emacs-lisp/debug.el (debugger-make-xrefs): New function.
17083 (debugger-setup-buffer): Call it.
17084 (debugger-mode-map): Bind RET and mouse-2.
17085
17086 2001-10-31 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17087
17088 * startup.el: Document command line option --no-window-system
17089 instead of --no-windows.
17090
17091 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
17092
17093 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip.
17094
17095 * font-lock.el (java-font-lock-syntactic-face-function): New fun.
17096 (font-lock-defaults-alist): Use it.
17097 From David Ponce <david.ponce@wanadoo.fr>
17098
17099 * progmodes/perl-mode.el (perl-indent-line): Use `eq' to compare
17100 output of `char-after'.
17101
17102 * bindings.el (ctl-x-map): Add binding for C-x (, C-x ) and C-x e.
17103
17104 * simple.el (reindent-then-newline-and-indent): Insert the newline
17105 before indenting the first line.
17106 (undo-get-state, undo-revert-to-state): New funs.
17107 (shell-command): Don't kill the buffer even if empty.
17108 (transpose-subr-start1, transpose-subr-start2, transpose-subr-end1)
17109 (transpose-subr-end2): Remove.
17110 (transpose-subr): Add `special' arg and simplify.
17111 (transpose-subr-1): Rewrite.
17112 (do-auto-fill): Use fill-indent-according-to-mode and fill-nobreak-p.
17113 (rfc822-goto-eoh): Simplify.
17114
17115 2001-10-30 Richard M. Stallman <rms@gnu.org>
17116
17117 * enriched.el (enriched-face-ans): Fix previous change.
17118
17119 2001-10-30 Gerd Moellmann <gerd@gnu.org>
17120
17121 * international/iso-acc.el (iso-accents-compose): Remove a
17122 superfluous setq.
17123
17124 2001-10-30 Eli Zaretskii <eliz@is.elta.co.il>
17125
17126 * buff-menu.el (list-buffers-noselect): If the buffer's name
17127 starts with a blank, but it visits a file, do show it (for files
17128 whose names start with a blank).
17129
17130 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
17131
17132 * textmodes/fill.el (sentence-end-double-space)
17133 (sentence-end-without-period): Move to paragraphs.el.
17134 (fill-indent-according-to-mode): Change default to t.
17135 (fill-context-prefix): Simplify control-flow and use a more
17136 sophisticated merge that unifies both previous checks.
17137 (fill-single-word-nobreak-p, fill-french-nobreak-p): New funs.
17138 (fill-nobreak-predicate): Make it into a defcustom'd hook.
17139 (fill-nobreak-p): New fun.
17140 (fill-region-as-paragraph): Use it.
17141 Handle `fill-indent-according-to-mode' slightly differently.
17142 (fill-individual-paragraphs-prefix): Simplify the control-flow.
17143 (fill-individual-paragraphs-citation): Fix.
17144
17145 * textmodes/paragraphs.el (use-hard-newlines): Use define-minor-mode.
17146 (paragraph-start): Change default to the `text-mode' value.
17147 (sentence-end-double-space, sentence-end-without-period):
17148 Move from fill.el.
17149 (forward-paragraph): Use `parstart' and `parsep' for temp variables
17150 rather than rebinding `paragraph-start' and `paragraph-separate'.
17151
17152 * indent.el (indent-line-function): Change default to indent-relative.
17153 (tab-always-indent): Add an `never' setting.
17154 (indent-according-to-mode): Handle `indent-relative' and
17155 `indent-relative-maybe' specially.
17156 (indent-for-tab-command): Rename `prefix-arg' to `arg'.
17157 Handle the `never' case for `tab-always-indent'.
17158 Don't call indent-according-to-mode for indent-relative' and
17159 `indent-relative-maybe'.
17160 (insert-tab): Rename `prefix-arg' to `arg'.
17161 (indent-region): Indent the first line as well.
17162 (indent-relative): Don't mark the buffer modified if the indentation
17163 is unchanged.
17164
17165 * textmodes/text-mode.el (paragraph-indent-minor-mode):
17166 Don't set paragraph-separate. Set paragraph-start more carefully.
17167 Set indent-line-function.
17168 (paragraph-indent-text-mode): Use it and define-derived-mode.
17169 (text-mode-map): Remove the \t binding.
17170 (text-mode): Simplify now that the default is more favorable.
17171
17172 2001-10-29 Stefan Monnier <monnier@cs.yale.edu>
17173
17174 * emacs-lisp/find-func.el (find-function-search-for-symbol):
17175 If the regexp doesn't match, use a looser one.
17176 (find-variable-noselect): Add `file' argument.
17177
17178 * pcvs.el (cvs-mode-commit-hook): New hook.
17179 (cvs-mode-commit): Run it.
17180
17181 * log-edit.el (log-edit): Run hook after `log-edit-files'.
17182
17183 * emacs-lisp/edebug.el (delay-mode-hooks): Add edebug-spec.
17184 (edebug-instrument-function): Use `find-function-noselect'.
17185
17186 2001-10-29 Richard M. Stallman <rms@gnu.org>
17187
17188 * term.el (term-if-emacs19): Macro deleted.
17189 Callers changed to use progn instead.
17190
17191 * frame.el (blink-cursor-mode): Doc fix.
17192
17193 * files.el (find-backup-file-name): Use make-backup-file-name.
17194
17195 * emacs-lisp/edebug.el (edebug-window-live-p): Always alias to
17196 window-live-p.
17197 (edebug-set-conditional-breakpoint): Unconditionally use
17198 the former Emacs >=19 definition.
17199 (edebug-mark): Define unconditionally.
17200 (edebug-eval-expression): Always call read-from-minibuffer
17201 and specify history list.
17202 (edebug-lemacs-specific): Override emacs-mark, edebug-window-live-p,
17203 edebug-set-conditional-breakpoint.
17204 (edebug-emacs-version-specific): Function deleted;
17205 do the job at top level.
17206 (edebug-emacs-19-specific): Function deleted, this is the default.
17207
17208 2001-10-29 Sam Steingold <sds@gnu.org>
17209
17210 * w32-fns.el (convert-standard-filename): Handle cygwin-specific
17211 "/cygdrive/LETTER/" pathnames.
17212
17213 2001-10-29 Eli Zaretskii <eliz@is.elta.co.il>
17214
17215 * faces.el (invert-face): Check for 'unspecified, not for nil,
17216 when testing whether face colors are not specified.
17217 From David.Kastrup@t-online.de (David Kastrup).
17218 (read-face-name): Doc fix.
17219 (make-face-bold, make-face-unbold, make-face-italic)
17220 (make-face-unitalic, make-face-bold-italic, invert-face):
17221 Remove trailing blank from the prompt passed to read-face-name.
17222
17223 2001-10-29 Sam Steingold <sds@gnu.org>
17224
17225 * emacs-lisp/bytecomp.el (byte-recompile-directory):
17226 Report numbers of files skipped and failed too.
17227 (byte-compile-file): Return 'no-byte-compile for skipped files.
17228
17229 2001-10-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
17230
17231 * log-view.el (log-view-mode-map): Bind `M-n' and `M-p', not `M n'
17232 and `M p'.
17233
17234 2001-10-29 Gerd Moellmann <gerd@gnu.org>
17235
17236 * international/iso-acc.el (iso-accents-compose): Push SECOND-CHAR
17237 as is on unread-command-events instead of `(SECOND-CHAR)'.
17238
17239 2001-10-29 Andre Spiegel <spiegel@gnu.org>
17240
17241 * vc.el: Mention vc-*-switches in backend API documentation.
17242 (vc-annotate): Adapt doc string to recent change.
17243
17244 2001-10-29 Gerd Moellmann <gerd@gnu.org>
17245
17246 * enriched.el (enriched-face-ans): Handle face attributes
17247 of the form `(FACE1 FACE2 ...)'.
17248
17249 * dired-x.el (dired-omit-startup): Show ``Omit'' only in Dired buffers.
17250
17251 2001-10-29 Alex Schroeder <kensanata@yahoo.com>
17252
17253 * progmodes/sql.el (sql-mysql): Doc change by RMS.
17254
17255 * progmodes/sql.el (sql-db2): Doc change.
17256 (sql-help): Doc change by Christian Egli <christian.egli@stest.ch>.
17257 (sql-mysql): Doc change by Christian Egli <christian.egli@stest.ch>.
17258
17259 2001-10-29 Gerd Moellmann <gerd@gnu.org>
17260
17261 * env.el (substitute-env-vars): Don't quote argument to `rx';
17262 it's a macro.
17263
17264 2001-10-28 Per Abrahamsen <abraham@dina.kvl.dk>
17265
17266 * cus-start.el (recursive-load-depth-limit): Added.
17267
17268 2001-10-28 Richard M. Stallman <rms@gnu.org>
17269
17270 * textmodes/ispell.el (version18p, version20p): Vars deleted.
17271 All uses removed--assume Emacs version is >= 20.
17272
17273 * mail/supercite.el (sc-emacs-features): Test for "Emacs 19"
17274 by really checking that it is not version 18.
17275
17276 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
17277
17278 2001-10-28 Miles Bader <miles@gnu.org>
17279
17280 * faces.el (face-attribute): Add INHERIT argument, consider face
17281 inheritance if it's non-nil.
17282 (face-attribute-merged-with): New function.
17283 (face-attribute-specified-or): New macro.
17284 (face-foreground, face-background, face-stipple): Add INHERIT
17285 argument. Use `face-attribute-specified-or'.
17286
17287 2001-10-28 Stefan Monnier <monnier@cs.yale.edu>
17288
17289 * font-lock.el: Require `syntax'.
17290 (font-lock-defaults-alist): Don't define keywords for lisp languages.
17291 Use `c-font-lock-syntactic-face-function' for c languages.
17292 (font-lock-mode): Don't unset vars when turning the mode off.
17293 (font-lock-default-fontify-buffer): Don't unset vars at the end.
17294 (font-lock-extra-managed-props): New var.
17295 (font-lock-default-unfontify-region): Use it.
17296 (font-lock-apply-syntactic-highlight): Flush the syntax cache.
17297 Don't eval the value when there's no match.
17298 (font-lock-ppss-stats): New var.
17299 (font-lock-ppss): New fun.
17300 (font-lock-fontify-syntactically-region): Use it and syntax.ppss.
17301 (font-lock-apply-highlight): Allow `highlight' to set several props.
17302 (font-lock-set-defaults): Use dolist.
17303 (font-lock-unset-defaults): Remove.
17304 (font-lock-match-c-style-declaration-item-and-skip-to-next):
17305 Try to recognize prototypes using `foo P_ ((args))'.
17306 ({c,c++,java,objc}-font-lock-keywords-{1,2,3}): Don't setq a defconst.
17307 (c-font-lock-keywords-2): Fix last change to still use Anders' trick.
17308 (c-font-lock-syntactic-face-function): New function.
17309 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
17310 (c++-keywords): Use a more sophisticated regexp to handle
17311 shallowly nested templates.
17312
17313 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
17314
17315 * textmodes/sgml-mode.el (sgml-empty-tags): New var.
17316 (sgml-tag): Use it. Cleanup with `cond'.
17317 (sgml-tags-invisible): Make sgml-tags-invisible buffer-local.
17318 Mark the overlays and only delete those that are marked.
17319 (sgml-skip-close-p): Remove.
17320 (sgml-value): Replace sgml-skip-close-p with its definition.
17321 (html-tag-alist): Use sgml-xml a bit more.
17322 (html-mode): Set sgml-empty-tags.
17323
17324 * textmodes/texnfo-upd.el: Use `when', `dolist', `push', ...
17325 (texinfo-update-node, texinfo-sequential-node-update):
17326 Don't bind the obsolete `auto-fill-hook'.
17327 (texinfo-multi-file-included-list,texinfo-multi-file-master-menu-list):
17328 Use `set-buffer' rather than `switch-to-buffer'.
17329 (texinfo-multi-file-update): Use "Top" rather than `up-node-name'.
17330 Use `set-buffer' rather than `switch-to-buffer'.
17331
17332 * mail/sendmail.el (mail-mode-syntax-table): Let it inherit from
17333 text-mode-syntax-table.
17334 (mail-mode): Use define-derived-mode.
17335 Fix ordering of alternatives in adaptive-fill-regexp.
17336 (mail-mode-map): Don't rely on keymap's internal representation.
17337
17338 2001-10-27 Sam Steingold <sds@gnu.org>
17339
17340 * textmodes/sgml-mode.el (sgml-xml): Renamed from `html-xhtml'.
17341 (sgml-xml-guess): Extracted from `html-mode' and generalized.
17342 (sgml-mode-common): Call it.
17343 (sgml-mode, html-mode): Set `mode-name' based on `sgml-xml'.
17344 (sgml-tag, sgml-skip-close-p, html-tag-alist, html-line)
17345 (html-horizontal-rule, html-image, html-ordered-list):
17346 (html-unordered-list, html-list-item, html-paragraph):
17347 (html-checkboxes, html-radio-buttons): Use `sgml-xml' instead of
17348 `html-xhtml'.
17349
17350 2001-10-26 Masayuki Ataka <ataka@milk.freemail.ne.jp>
17351
17352 * textmodes/texinfmt.el (texinfo-format-ifnotinfo): New function.
17353 (ifnothtml): New alias.
17354
17355 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
17356
17357 * textmodes/text-mode.el (text-mode): Use define-derived-mode.
17358 (toggle-text-mode-auto-fill): Use derived-mode-p.
17359
17360 2001-10-27 Gerd Moellmann <gerd.moellmann@t-online.de>
17361
17362 * net/ange-ftp.el (ange-ftp-send-cmd): Call fix-name-func for
17363 `mdtm'. From "Forrest Cahoon" <forrest.cahoon@merrillcorp.com>.
17364
17365 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
17366
17367 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
17368 Add make-obsolete cookies, to follow faces.el.
17369
17370 These changes avoid warnings from the byte compiler in faces.el:
17371
17372 * faces.el (internal-get-face): Use facep instead of the obsolete
17373 internal-find-face.
17374 (internal-frob-font-weight, internal-frob-font-slant):
17375 New defaliases for obsolete functions.
17376 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
17377 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
17378 (x-make-font-bold-italic): Use internal-frob-font-weight and
17379 internal-frob-font-slant aliases instead of the obsolete
17380 x-frob-... functions.
17381
17382 2001-10-26 Sam Steingold <sds@gnu.org>
17383
17384 * textmodes/sgml-mode.el (html-mode): Set `html-xhtml' from the
17385 DOCTYPE; set `mode-name' based on it.
17386 (html-tag-alist): Use `html-xhtml' for "li", "dt" and "dd".
17387 (sgml-tag): Close empty tags in XHTML.
17388
17389 2001-10-26 Jason Rumney <jasonr@gnu.org>
17390
17391 * w32-fns.el: (w32-charset-info-alist): Use ANSI for iso10646-1
17392 when UNICODE is not defined.
17393
17394 2001-10-26 Sam Steingold <sds@gnu.org>
17395
17396 * font-lock.el (c-font-lock-keywords-2): Do not require labels to
17397 be alone on the line.
17398
17399 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
17400
17401 * button.el (button): Special face definition for MS-DOS terminals.
17402
17403 2001-10-26 Sam Steingold <sds@gnu.org>
17404
17405 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
17406 Protect the /= test by checking that the args are non-nil.
17407 (sh-font-lock-close-heredoc): Check eof for being non-nil.
17408
17409 2001-10-26 Tomas Abrahamsson <tab@lysator.liu.se>
17410
17411 * textmodes/artist.el (artist-version): 1.2.4.
17412 (artist-butlast-fn): New variable.
17413 (artist-butlast): New function.
17414 (artist-ellipse-mirror-quadrant): Use it.
17415 (artist-mouse-draw-poly): Use nil for `point-list'.
17416 (artist-mouse-draw-poly): Check for point-list being nil.
17417
17418 2001-10-26 Peter Kleiweg <kleiweg@let.rug.nl>
17419
17420 * progmodes/ps-mode.el (ps-mode-print-function): Remove quote for
17421 lambda expression.
17422 (ps-mode-menu-main): Submenu with options on/off was replaced with
17423 a toggle button.
17424 (ps-mode, ps-run-mode): Define with `define-derived-mode'
17425 (ps-mode): Autoload cookie added on same line as comment
17426 (ps-mode-tabkey, ps-mode-backward-delete-char):
17427 (ps-mode-r-balance): Replace `delete-horizontal-space' and
17428 `indent-to' with `indent-line-to'
17429 (ps-mode-print-buffer, ps-mode-print-region): Use `funcall'
17430 instead of `eval'.
17431 (ps-mode-print-region): Use `with-temp-buffer'.
17432 (ps-run-start): Use of `mapconcat'. Use `apply' instead of `eval'.
17433 (numerous places): Add back-tick and tick around names in
17434 docstrings, fix punctuation in docstrings, remove trailing spaces.
17435
17436 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
17437
17438 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Ignore comments.
17439 (sgml-font-lock-keywords-2): Use `eval'. Moved from sgml-mode-common.
17440 (sgml-font-lock-syntactic-keywords): New var.
17441 (sgml-mode-common): Drop the two args.
17442 Don't make buffer-local variables that aren't used.
17443 Don't set sgml-font-lock-keywords-2 now that it uses `eval instead.
17444 Don't set `before-string' props from sgml-display-text.
17445 (sgml-mode): Use define-derived-mode.
17446 (sgml-tags-invisible): Use sgml-display-text.
17447 (sgml-quote): New command.
17448 (html-tag-alist): Add args for `span'.
17449 (html-mode): Use define-derived-mode.
17450 Set sgml-display-text and sgml-tag-face-alist.
17451
17452 2001-10-25 Sam Steingold <sds@gnu.org>
17453
17454 * add-log.el (add-log-always-start-new-record): New user option.
17455 (add-change-log-entry): Use it.
17456
17457 2001-10-25 Richard M. Stallman <rms@gnu.org>
17458
17459 * progmodes/etags.el (tags-query-replace): Make tags-loop-scan
17460 bind case-fold-search if FROM is not all lower case.
17461
17462 2001-10-25 Gerd Moellmann <gerd@gnu.org>
17463
17464 * startup.el (normal-top-level): Check for frame-initial-frame
17465 only if it's really used.
17466
17467 * mail/mh-utils.el (mh-recenter): Call recenter with arg `(4)'.
17468
17469 * progmodes/compile.el (compilation-parse-errors-filename-function):
17470 New variable.
17471 (compilation-parse-errors): Use it.
17472
17473 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
17474
17475 * emacs-lisp/checkdoc.el (checkdoc-eval-defun): Call eval-defun
17476 interactively so that C-u M-C-x still does edebug.
17477 (checkdoc-sentencespace-region-engine): Don't force a double-space
17478 after `.' if it doesn't look like an end-of-sentence.
17479 (debug-ignored-errors): Add `disambiguate ...'.
17480
17481 2001-10-24 Stefan Monnier <monnier@cs.yale.edu>
17482
17483 * textmodes/texinfo.el (texinfo-environments)
17484 (texinfo-environment-regexp): Hoist.
17485 (texinfo-font-lock-keywords): Use `italic' and `bold' faces.
17486 Only highlight the menu name in menu items.
17487 Setup `@foo ... @end foo' as text clones.
17488 (texinfo-clone-environment): New function.
17489 (texinfo-mode): Simplify auto-fill-inhibit-regexp.
17490 (texinfo-insert-block): Simplify.
17491 (texinfo-insert-quote): Insert a plain " if preceded by \ or if
17492 the command is repeated.
17493 (texinfo-last-unended-begin, texinfo-next-unmatched-end): New funs.
17494 (texinfo-insert-@end): Simplify.
17495
17496 * textmodes/texnfo-upd.el (texinfo-section-types-regexp)
17497 (texinfo-section-level-regexp, texinfo-subsection-level-regexp)
17498 (texinfo-subsubsection-level-regexp)
17499 (texinfo-update-menu-same-level-regexps)
17500 (texinfo-update-menu-higher-regexps)
17501 (texinfo-update-menu-lower-regexps): Hoist to eliminate warnings.
17502
17503 * derived.el (define-derived-mode): Use {delay,run}-mode-hooks.
17504 (derived-mode-p): Autoload.
17505
17506 * subr.el (delay-mode-hooks, delayed-mode-hooks, run-mode-hooks):
17507 New vars and functions.
17508 (text-clone-maintain, text-clone-create): New functions.
17509
17510 2001-10-25 Miles Bader <miles@gnu.org>
17511
17512 * facemenu.el (facemenu-add-new-face): Fix variable names.
17513
17514 2001-10-24 Richard M. Stallman <rms@gnu.org>
17515
17516 * facemenu.el (facemenu-unlisted-faces): Improve doc strings
17517 of t and nil values.
17518 (facemenu-set-face): Handle START and END interactively.
17519 (facemenu-set-foreground): Don't use a face; specify color directly.
17520 (facemenu-set-background): Likewise.
17521 (facemenu-set-face-from-menu): Doc fix.
17522 (facemenu-active-faces): Use face-attribute-vector
17523 to handle bare attributes not in faces.
17524 (facemenu-get-face): Don't handle face names fg:... and bg:...
17525 specially.
17526 (facemenu-add-new-face): New argument MENU.
17527 New way to handle adding colors to the color menus.
17528
17529 * env.el (substitute-env-vars): Quote the arg to rx.
17530
17531 2001-10-24 Sam Steingold <sds@gnu.org>
17532
17533 * mouse.el (mouse-buffer-menu-mode-groups): Added "Version
17534 Control" and "SGML" groups.
17535
17536 2001-10-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17537
17538 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
17539 Better handling of C++ template args to avoid confusion with `<'
17540 and `>' used as operators in member init expressions.
17541
17542 2001-10-24 Gerd Moellmann <gerd@gnu.org>
17543
17544 * replace.el (perform-replace): Move START and END parameters
17545 to the end of the argument list and make them optional.
17546
17547 * progmodes/ebrowse.el, progmodes/etags.el: Adapt to change in
17548 perform-replace.
17549
17550 * international/fontset.el (x-must-resolve-font-name): New function.
17551 (x-complement-fontset-spec): Use it.
17552
17553 2001-10-23 Stefan Monnier <monnier@cs.yale.edu>
17554
17555 * uniquify.el (uniquify-get-proposed-name): Fix (.. "usr" "/usr" 0).
17556
17557 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
17558 Turn caadr into caar of cdr.
17559
17560 2001-10-23 Gerd Moellmann <gerd@gnu.org>
17561
17562 * info.el (Info-fontify-node): Bind down-mouse-{1,2} instead
17563 of mouse-{1,2} since dragging is on the down event.
17564
17565 * play/doctor.el (make-doctor-variables): Remove a '($ please)'.
17566
17567 * mail/mh-utils.el (mh-recenter): Call `recenter' with arg t
17568 if ARG is nil.
17569
17570 * desktop.el (desktop-last-buffer): New variable.
17571 (desktop-create-buffer): Set it.
17572 (desktop-read): Bind it and switch to that buffer.
17573
17574 2001-10-22 Gerd Moellmann <gerd@gnu.org>
17575
17576 * progmodes/compile.el (compilation-set-window-height):
17577 Select old window only if it's still live.
17578
17579 2001-10-22 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17580
17581 * help-mode.el (help-buffer): Remove debugging code.
17582 From Stefan Monnier <monnier@cs.yale.edu>.
17583
17584 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
17585
17586 * files.el (file-name-sans-extension, file-name-extension):
17587 Don't count the leading dots in file names as signaling an extension.
17588
17589 2001-10-22 Andre Spiegel <spiegel@gnu.org>
17590
17591 * vc.el (vc-diff-switches): Doc rewritten.
17592
17593 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
17594
17595 * tooltip.el (tooltip-set-param): Doc fix.
17596
17597 * textmodes/sgml-mode.el (sgml-mode-map): Bind 8-bit codes above
17598 127 to sgml-maybe-name-self.
17599 (sgml-name-8bit-mode): Doc fix.
17600 (sgml-char-names-table): New variable.
17601 (sgml-name-char): Support non-ASCII and mule-unicode-*
17602 characters. Doc fix.
17603 (sgml-maybe-name-self): Convert unibyte characters to multibyte.
17604
17605 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Mention in the
17606 doc string the effect of `left' and `top' parameters in
17607 tooltip-frame-parameters, the default values, and the units.
17608 (tooltip-frame-parameters): Mention `top' and `left' in the doc string.
17609 (tooltip-show): Mention in the doc string the `top' and `left'
17610 parameters in tooltip-frame-parameters, and x-max-tooltip-size.
17611
17612 2001-10-22 Andre Spiegel <spiegel@gnu.org>
17613
17614 Add autoscaling support for vc-annotate.
17615 From J.D. Smith <jdsmith@alum.mit.edu>.
17616
17617 * vc.el (vc-annotate-display-default): Accept colormap scaling
17618 ratio (now deprecated).
17619 (vc-annotate-display-autoscale): Added.
17620 (vc-annotate-add-menu): New autoscaling menu options "Span to
17621 Oldest" and "Span Oldest->Newest". Easymenu support added for
17622 toggle menus driven by customize variable `vc-annotate-display-mode'.
17623 (vc-annotate-display-select): Added.
17624 (vc-annotate): Changed temp-buffer-show-function to
17625 `vc-annotate-display-select'.
17626 (vc-annotate-display): Removed arguments BUFFER and BACKEND.
17627 Added argument OFFSET. Instead of backend function, calls now
17628 generic `vc-annotate-difference'.
17629 (vc-annotate-difference): Added as generic function instead of
17630 backend-specific function. No longer takes argument POINT, but
17631 instead accepts a time OFFSET.
17632 (vc-default-annotate-current-time): Added.
17633
17634 * vc-cvs.el (vc-cvs-annotate-difference): Removed to generic
17635 version in vc.el, with
17636 (vc-cvs-annotate-current-time): Added, as override of default.
17637 (vc-cvs-annotate-time): Added. Taken mostly from the (now removed)
17638 `vc-cvs-annotate-difference'.
17639
17640 2001-10-22 Gerd Moellmann <gerd@gnu.org>
17641
17642 * saveplace.el (save-place): Require `saveplace'.
17643
17644 * progmodes/cwarn.el (cwarn-font-lock-feature-keywords-alist):
17645 Use `sexp' for :value-type instead of `face'.
17646
17647 2001-10-21 Eli Zaretskii <eliz@is.elta.co.il>
17648
17649 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Fix the
17650 regexps due to 5-digit message IDs.
17651
17652 2001-10-21 Jason Rumney <jasonr@gnu.org>
17653
17654 * term/w32-win.el (redisplay-dont-pause): Don't set.
17655
17656 2001-10-21 Miles Bader <miles@gnu.org>
17657
17658 * help-funs.el (help-manyarg-func-alist): Variable removed.
17659
17660 2001-10-21 Miles Bader <miles@gnu.org>
17661
17662 * help-funs.el (help-manyarg-func-alist): Remove entries for
17663 `insert', `insert-and-inherit', `insert-before-markers',
17664 `insert-before-markers-and-inherit', `message', `message-box',
17665 `message-or-box', `propertize', `format', `encode-time', `append',
17666 `concat', `vconcat', `nconc', `widget-apply', `make-hash-table',
17667 `insert-string', `ml-if', `ml-provide-prefix-argument', and
17668 `ml-prefix-argument-loop'.
17669
17670 2001-10-21 Andre Spiegel <spiegel@gnu.org>
17671
17672 * vc.el (vc-diff-internal, vc-coding-system-for-diff)
17673 (vc-default-diff-tree): New functions.
17674 (vc-version-diff): Use them. As a result, coding systems are now
17675 set up properly for all sorts of diffs, and tree diffs can now
17676 also be done locally.
17677 (vc-diff): With a prefix argument, don't require that it's called
17678 from a buffer under version control.
17679 (diff-switches): Remove duplicate definition.
17680
17681 * vc-cvs.el (vc-cvs-diff-tree): New function.
17682
17683 2001-10-21 Miles Bader <miles@gnu.org>
17684
17685 * help-funs.el (help-manyarg-func-alist): Remove entries for
17686 `list', `vector', `make-byte-code', `call-process',
17687 `call-process-region', `string', `+', `-', `*', `/', `max', `min',
17688 `logand', `logior', and `logxor'.
17689
17690 * wid-edit.el (checkbox): Swap bg/fg colors in image, and invert
17691 image bits to compensate. Use `make-string' instead of
17692 `make-bool-vector' (XBM apparently wants byte-aligned rows).
17693
17694 2001-10-20 Kim F. Storm <storm@cua.dk>
17695
17696 * simple.el (kill-ring-save): Don't show extent of copied region
17697 if using transient-mark-mode and region is fully visible.
17698
17699 See ChangeLog.9 for earlier changes.
17700
17701 ;; Local Variables:
17702 ;; coding: iso-2022-7bit
17703 ;; End:
17704
17705 Copyright (C) 2001, 2002 Free Software Foundation, Inc.
17706 Copying and distribution of this file, with or without modification,
17707 are permitted provided the copyright notice and this notice are preserved.