]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(ebnf2ps): Fix typo.
[gnu-emacs] / lisp / ChangeLog
1 2003-02-10 Juanma Barranquero <lektu@terra.es>
2
3 * progmodes/ebnf-otz.el (ebnf-optimize, ebnf-optimize1): Fix typo.
4
5 * progmodes/ebnf2ps.el (ebnf2ps): Fix typo.
6 (ebnf-syntactic): Change group name and tag from "ebnf-syntatic".
7 (ebnf-syntax, ebnf-lex-comment-char, ebnf-lex-eop-char)
8 (ebnf-terminal-regexp, ebnf-case-fold-search)
9 (ebnf-iso-alternative-p, ebnf-iso-normalize-p)
10 (ebnf-yac-ignore-error-recovery): Add to group "ebnf-syntactic", not
11 "ebnf-syntatic".
12 (ebnf-optimize, ebnf-print-buffer, ebnf-print-region)
13 (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-buffer)
14 (ebnf-eps-region, ebnf-syntax-buffer, ebnf-syntax-region)
15 (ebnf-generate-region): Fix typo.
16
17 2003-02-10 KAWABATA, Taichi <batta@beige.ocn.ne.jp>
18
19 * language/ind-util.el (indian-itrans-v5-table): Add entries for
20 "E" and "O".
21
22 2003-02-10 Martin Stjernholm <mast@lysator.liu.se>
23
24 * progmodes/cc-styles.el (c-set-offset): Don't find a default
25 syntactic element through syntactic analysis if called outside
26 a CC Mode buffer.
27
28 2003-02-09 Martin Stjernholm <mast@lysator.liu.se>
29
30 * progmodes/cc-mode.el (c-basic-common-init): Install
31 `c-fill-paragraph' on `fill-paragraph-function'. Although
32 it's not the normal way to call it in a CC Mode buffer it
33 makes a direct call to `fill-paragraph' work better.
34
35 2003-02-08 Kim F. Storm <storm@cua.dk>
36
37 * printing.el (pr-get-symbol): Define during compile.
38
39 2003-02-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
40
41 * printing.el: New file.
42
43 2003-02-07 Francesco Potort\e,Al\e(B <pot@gnu.org>
44
45 * language/european.el ("French", "Slovenian"): Fix doc strings.
46
47 2003-02-06 John Paul Wallington <jpw@gnu.org>
48
49 * mail/rmailsum.el (rmail-summary-previous-msg): Add docstring.
50 (rmail-summary-line-count-flag, rmail-summary-previous-labeled-message)
51 (rmail-summary-next-labeled-message, rmail-summary-resend)
52 (rmail-summary-override-mail-send-and-exit): Doc fixes.
53
54 2003-02-06 Francesco Potort\e,Al\e(B <pot@gnu.org>
55
56 * language/european.el ("Italian"): New.
57
58 2003-02-06 Matthew Swift <swift@alum.mit.edu>
59
60 * dired.el (dired-move-to-filename-regexp): Support "K" suffix on
61 "ls -alh" output.
62
63 2003-02-05 Juanma Barranquero <lektu@terra.es>
64
65 * font-lock.el (font-lock-reference-face): Add obsolescence
66 declaration and remove redundant info from docstring.
67
68 * log-edit.el (cvs-commit-buffer-require-final-newline)
69 (cvs-changelog-full-paragraphs): Likewise.
70
71 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button)
72 (mouse-wheel-click-button): Likewise.
73
74 * pcvs-defs.el (cvs-diff-ignore-marks, cvs-diff-buffer-name): Likewise.
75
76 * vc.el (vc-annotate-display, vc-checkout-carefully): Likewise.
77
78 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
79 (vc-header-alist): Likewise.
80
81 * emacs-lisp/checkdoc.el (checkdoc-minor-keymap): Likewise.
82
83 * textmodes/outline.el (outline-visible): Likewise.
84
85 2003-02-05 Kim F. Storm <storm@cua.dk>
86
87 * ido.el (ido-define-mode-map):
88 Undo last change (duplicates part of 2003-02-04 change).
89 Remap `viper' delete commands only in file or dir mode.
90
91 2003-02-05 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
92
93 * ido.el (ido-define-mode-map): Interact with Viper.
94
95 2003-02-05 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
96
97 * net/tramp.el: Version 2.0.29 released.
98 (tramp-send-region): Protect against tramp-chunksize being nil.
99 (tramp-chunksize): Set default to 500 as workaround for some ssh
100 connections.
101 (tramp-handle-directory-file-name): New implementation. Not sure
102 if it works.
103 (tramp-md5-function): Require md5 before checking function md5.
104 If using md5-encode, put wrapper around it that converts vector of
105 bytes to ascii text.
106 (top-level): Avoid byte-compiler warnings of unused variables if
107 the byte-compiler supports this. This is for the
108 with-parsed-tramp-file-name macro which is wont to produce such
109 stuff.
110
111 2003-02-05 Michael Albinus <Michael.Albinus@alcatel.de>
112
113 * net/tramp.el (tramp-handle-directory-file-name): Handle the case
114 PATH is "".
115 (tramp-completion-handle-file-name-all-completions): Define
116 `tramp-current-user' locally. See `tramp-parse-passwd'.
117 (tramp-parse-passwd): For su-alike methods it would be desirable
118 to return "root@localhost" as default. Unfortunately, we have no
119 information whether any user name has been typed already. So we
120 (mis-)use tramp-current-user as indication, assuming it is set in
121 `tramp-completion-handle-file-name-all-completions'.
122 (tramp-send-region): Handle the case `tramp-chunksize' is equal 0.
123 I did it accidently. Infinite loop ...
124 (tramp-get-device): `tramp-make-tramp-file-name' must not be
125 called with NIL path. It fails in case of multi-method.
126 (tramp-file-name-for-operation): Apply `expand-file-name' for
127 relative file names only. Otherwise there might be problems if
128 the default directory is another Tramp directory as the directory
129 the file is based on.
130 (tramp-find-foreign-file-name-handler): Check whether FILENAME is
131 a Tramp file name. It isn't if it comes from an expanded file
132 name (like "/xx:yy//zz").
133 (tramp-devices): New variable. Keeps virtual device numbers.
134 Devices must distinguish physical file systems. The device
135 numbers provided by "lstat" aren't unique, because we operate on
136 different hosts. So we use virtual device numbers, generated by
137 `tramp-get-device'. Both Ange-FTP and EFS use device number -1.
138 In order to be different, we use device number (-1 x), whereby "x"
139 is unique for a given (multi-method method user host). Suggested
140 by Kai.
141 (tramp-perl-file-attributes): Always return device number -1.
142 There will be a virtual device number set in
143 `tramp-handle-file-attributes', which replaces this one.
144 (tramp-handle-file-attributes): Set virtual device number.
145 (tramp-get-device): New function. Returns the virtual device
146 number. If it doesn't exist, generate a new one.
147 (tramp-handle-file-regular-p): Use Emacs file name primitives
148 instead of calling tramp-handle-* equivalents directly. Needed
149 for tramp-smb.
150 (tramp-completion-function-alist-ssh): Add parsing of
151 "/etc/ssh_config" and "~/.ssh/config". Suggested by Kai.
152 (tramp-completion-function-alist, tramp-set-completion-function):
153 Doc string update.
154 (tramp-parse-sconfig, tramp-parse-sconfig-group): New functions.
155 Provide parsing of "~/.ssh/config" style files.
156 (tramp-completion-handle-expand-file-name): Apply
157 `tramp-drop-volume-letter'. Otherwise, there are problems on W32
158 systems.
159 (tramp-completion-mode): Perform check (integerp last-input-event)
160 before (event-modifiers last-input-event) -- there might be
161 problems if `last-input-event' is a mouse event.
162 (tramp-parse-rhosts, tramp-parse-shosts)
163 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc): Use
164 `file-readable-p' instead of `file-exists-p'. Otherwise these
165 functions might block. Reported by <kin@neoscale.com>.
166
167 * net/tramp-ftp.el (top-level): eval-after-load "ange-ftp"
168 '(tramp-disable-ange-ftp). Suggested by Kai.
169 (tramp-ftp-file-name-handler): `tramp-disable-ange-ftp' not needed
170 any longer.
171 (top-level): Defaults for `tramp-default-method-alist' must be a
172 list.
173
174 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Apply
175 `tramp-handle-directory-file-name'.
176 (tramp-smb-devices, tramp-smb-get-device): Removed. Functionality
177 moved to tramp.el.
178 (tramp-smb-handle-file-attributes): Apply `tramp-get-device'.
179 ATIME and CTIME are (0 0) now (= "don't know"), which is more
180 honest.
181 (tramp-smb-handle-make-directory): Use Emacs file name primitives
182 instead of calling tramp-smb-handle-* equivalents directly.
183 (tramp-smb-read-file-entry): Return size as a number but a string.
184 (tramp-smb-get-device, tramp-smb-get-inode): New functions.
185 Device number and inode number don't exist for SMB files.
186 Therefore we must generate virtual ones.
187 (tramp-smb-devices, tramp-smb-inodes): New variables. Keep
188 generated virtual device numbers and inodes numbers for SMB files.
189 (tramp-smb-handle-file-attributes): Apply them.
190 (top-level): Defaults for `tramp-default-method-alist' must be a
191 list.
192
193 2003-02-05 Stefan Monnier <monnier@cs.yale.edu>
194
195 * completion.el (eval-when-compile-load-eval, completion-eval-when)
196 (cmpl-read-time-eval, minibuffer-window-selected-p): Remove.
197 (completion-min-length, completion-max-length)
198 (completion-prefix-min-length): Don't hard-code the default value
199 when byte-compiling.
200 (complete): Inline minibuffer-window-selected-p.
201
202 2003-02-04 Richard M. Stallman <rms@gnu.org>
203
204 * term.el (term-raw-map): Set it up at load time.
205 (term-char-mode): Don't set up term-raw-map here.
206 (term-set-escape-char): Don't set up C-x subcommand.
207 (term-ansi-face-already-done): Renamed from
208 term-ansi-face-alredy-done.
209 (term-command-hook): Avoid error if STRING is empty.
210 (term, term-mode): Doc fixes.
211
212 * term.el: Redesign handling of colors and faces.
213 Delete all the faces that this mode used to make.
214 (ansi-term-color-vector): New variable.
215 (ansi-term-fg-faces-vector, ansi-term-bg-faces-vector)
216 (ansi-term-inv-bg-faces-vector, ansi-term-inv-fg-faces-vector):
217 Variables deleted.
218 (term-default-fg-color, term-default-bg-color): Use defcustom.
219 (term-handle-colors-array): Use ansi-term-color-vector,
220 and specify face attributes rather than faces in `face' property.
221
222 * term.el (term-ansi-fg-faces-vector, term-ansi-bg-faces-vector)
223 (term-ansi-inv-fg-faces-vector, term-ansi-inv-bg-faces-vector)
224 (term-ansi-reverse-faces-vector): Delete unused variables.
225 (term-ignore-error): Delete macro.
226
227 * simple.el (back-to-indentation): Skip all whitespace
228 except for newlines.
229
230 * files.el (find-alternate-file): Handle dired-directory
231 like buffer-file-name.
232
233 * dired.el (dired-find-buffer-nocreate): Avoid error if
234 dired-directory is nil.
235
236 2003-02-04 Juanma Barranquero <lektu@terra.es>
237
238 * image.el (image-type-regexps): Fix typo.
239
240 * international/characters.el: Restore missing space and put a
241 comment to protect it from being deleted as trailing whitespace.
242
243 * ruler-mode.el (ruler-mode-margins-char): Likewise.
244
245 2003-02-04 Francesco Potort\e,Al\e(B <pot@gnu.org>
246
247 * mail/rmailout.el (rmail-output): If preserving MIME-version,
248 preserve Content-type too.
249
250 2003-02-04 Kim F. Storm <storm@cua.dk>
251
252 * ido.el (ido-define-mode-map): Remap viper delete char/word
253 commands to their ido specific equivalents. Disable ESC in
254 viper mode (to avoid exiting insert mode), since ido doesn't
255 work in viper command mode.
256 (ido-delete-backward-updir, ido-delete-backward-word-updir):
257 Handle remapped viper commands.
258
259 2003-02-03 Juanma Barranquero <lektu@terra.es>
260
261 * calculator.el (calculator): Don't use the minibuffer even in
262 electric mode; use a private buffer and display it in the minibuffer
263 window using `set-window-buffer'.
264
265 2003-02-03 Dave Love <fx@gnu.org>
266
267 * emacs-lisp/benchmark.el: New.
268
269 2003-02-02 Andreas Schwab <schwab@suse.de>
270
271 * progmodes/asm-mode.el (asm-font-lock-keywords): Allow arbitrary
272 words separated by dots. Match optional parenthesized word at
273 start of line.
274
275 * font-lock.el
276 (font-lock-match-c-style-declaration-item-and-skip-to-next):
277 Don't require underscore in word before double open-paren.
278
279 2003-02-02 John Paul Wallington <jpw@gnu.org>
280
281 * hexl.el (hexl-mode-map): Bind C-m to `hexl-self-insert-command'.
282
283 2003-02-01 Stephen Gildea <gildea@stop.mail-abuse.org>
284
285 * time-stamp.el: Tweak doc strings and preamble commentary.
286 (time-stamp): Fix parsing of "%%a" in time-stamp-pattern (change
287 regexp subpattern 5)
288 (time-stamp-pattern): Initialize to nil to avoid regexp work in
289 default case.
290 (time-stamp-string): Call set-time-zone-rule instead of setenv
291 (time-stamp-hhmmss): Remove (not needed after all).
292 (time-stamp-month-dd-yyyy, time-stamp-dd/mm/yyyy)
293 (time-stamp-mon-dd-yyyy, time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
294 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd, time-stamp-yymmdd)
295 (time-stamp-hh:mm:ss, time-stamp-hhmm): Make obsolete.
296
297 2003-01-31 Stefan Monnier <monnier@cs.yale.edu>
298
299 * cus-edit.el (custom-unlispify-menu-entry): Use with-current-buffer.
300 (custom-save-variables): Use dolist, simplify.
301 Output a message if a `requests' entry looks suspicious.
302 (custom-save-faces): Use dolist, simplify.
303
304 2003-01-31 Christoph Wedler <Christoph.Wedler@sap.com>
305
306 * antlr-mode.el: Bug fixes, miscellaneous.
307 (antlr-mode): Make major mode work with cc-mode-5.29 or higher,
308 make it more rubust against changes in cc-mode's style variables
309 by using `boundp' and function `c-init-language-vars' if defined.
310 (antlr-c++-mode-extra): Only ask if language is not "Cpp".
311 (antlr-read-value): With completion, ignore case.
312 (antlr-run-tool-interactive): New function.
313 (antlr-run-tool): Use it for `interactive' specification.
314
315 * antlr-mode.el: Simplify Emacs/XEmacs compatibility.
316 (cond-emacs-xemacs): New compile-time macro.
317 (defunx): New compile-time macro.
318 (ignore-errors-x): New compile-time macro.
319 (save-buffer-state-x): New compile-time macro.
320
321 (antlr-scan-sexps, antlr-simple-scan-sexps): Deletia.
322 (antlr-scan-lists, antlr-simple-scan-sexps): Deletia.
323 (antlr-simple-default-directory): Deletia.
324 (antlr-default-directory): Define directly.
325 (antlr-simple-read-shell-command): Deletia.
326 (antlr-read-shell-command): Define directly.
327 (antlr-simple-with-displaying-help-buffer): Deletia.
328 (antlr-with-displaying-help-buffer): Define directly.
329 (antlr-fast-invalidate-context-cache): Deletia.
330 (antlr-slow-invalidate-context-cache): Deletia.
331 (antlr-invalidate-context-cache): Define directly.
332 (antlr-fast-syntactic-context): Deletia.
333 (antlr-slow-syntactic-context): Deletia.
334 (antlr-syntactic-context): Define directly.
335
336 (antlr-mode-menu): Use new macros.
337 (antlr-font-lock-additional-keywords): Ditto.
338 (antlr-skip-sexps): Ditto.
339 (antlr-end-of-rule): Ditto.
340 (antlr-beginning-of-rule): Ditto.
341 (antlr-end-of-body): Ditto.
342 (antlr-beginning-of-body): Ditto.
343 (antlr-hide-actions): Ditto.
344 (antlr-option-kind): Ditto.
345
346 * antlr-mode.el: In Emacs, use face attribute :weight, not :bold.
347 (antlr-font-lock-keyword-face): Use new macros.
348 (antlr-font-lock-syntax-face): Ditto.
349 (antlr-font-lock-ruledef-face): Ditto.
350 (antlr-font-lock-tokendef-face): Ditto.
351 (antlr-font-lock-literal-face): Ditto.
352
353 Changes from 2002-05-24:
354
355 * antlr-mode.el: Version 2.2a.
356
357 Changes from 2002-05-03:
358
359 * antlr-mode.el: Make context parsing faster on Emacs, for faster
360 syntax highlighting, indentation and imenu support.
361 Suggested by Aaron Davies <adavies42@users.sourceforge.net>.
362 (antlr-slow-context-cache): New variable.
363 (antlr-slow-syntactic-context): Use cache.
364 (antlr-slow-cache-enabling-symbol): New internal variable.
365 (antlr-slow-cache-diff-threshold): New variable.
366 (antlr-fast-invalidate-context-cache): Renamed from
367 antlr-xemacs-bug-workaround.
368 (antlr-imenu-create-index-function): Search from beginning.
369
370 * antlr-mode.el: More sophisticated indentation, i.e., use the
371 indentation engine of cc-mode for most actions.
372 (antlr-c-common-init): Allow nil for `antlr-indent-style'.
373 (antlr-indent-line): Use indentation engine of cc-mode more often.
374 (antlr-indent-at-bol-alist): Only used for header actions.
375 (antlr-disabling-cc-syntactic-symbols): New variable.
376 (antlr-indent-item-regexp): Delete stuff for actions.
377 (antlr-indent-at-bol-alist): With language "Java", indent
378 "package" and "import" at column 0 in header part.
379
380 * antlr-mode.el (antlr-simple-default-directory): Define.
381 (antlr-simple-read-shell-command): Define.
382 (antlr-simple-with-displaying-help-buffer): Define.
383 (antlr-simple-scan-sexps, antlr-simple-scan-lists):
384 Renamed from antlr-scan-{sexps,lists}-internal.
385
386 Changes from 2002-02-28:
387
388 * antlr-mode: Version 2.2 is released.
389
390 * antlr-mode.el (antlr): Moved to SourceForge.net
391
392 * antlr-mode.el: Minor bug fixes: insert options and indentation.
393 (antlr-option-location): Don't use point as position where to
394 insert options if point is in comment.
395 (antlr-mode): Don't set style here.
396 (antlr-c-common-init): Set style here. If boundp, set
397 `c-current-comment-prefix' to not break indentation in comments.
398 Hm, I should probably split `c-common-init' from cc-mode into two
399 parts, one of which I could use for antlr-mode.el.
400
401 Changes from 2002-01-31:
402
403 * antlr-mode.el (antlr-font-lock-additional-keywords):
404 Also hightlight `~' with `antlr-font-lock-syntax-face'.
405 Suggested by Helmut Neukirchen <neukirchen@itm.mu-luebeck.de>.
406
407 2003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
408
409 * comint.el:
410 * dired-aux.el:
411 * dired.el:
412 * dirtrack.el:
413 * dos-w32.el:
414 * fast-lock.el:
415 * filecache.el:
416 * files.el:
417 * hippie-exp.el:
418 * international/mule.el:
419 * net/browse-url.el:
420 * pcomplete.el:
421 * recentf.el:
422 * shell.el:
423 * woman.el: Added cygwin to system-type comparisons.
424
425 2003-01-31 Francesco Potort\e,Al\e(B <pot@gnu.org>
426
427 * mail/undigest.el (rmail-forward-separator-regex): New custom
428 variable.
429 (unforward-rmail-message): Use it.
430
431 2003-01-30 Dave Love <fx@gnu.org>
432
433 * textmodes/ispell.el (lookup-words): Fix last change.
434
435 2003-01-29 John Paul Wallington <jpw@gnu.org>
436
437 * font-lock.el (lisp-font-lock-keywords-1): Match `deftheme'.
438
439 * emacs-lisp/lisp-mode.el (toplevel): Define docstring offset for
440 `deftheme'. Fix docstring offsets for `define-ibuffer-filter' and
441 `define-ibuffer-sorter'.
442 (lisp-imenu-generic-expression): Add `deftheme' to types.
443
444 * custom.el (customize-mark-to-save, customize-mark-as-set)
445 (custom-remove-theme): Doc fixes.
446
447 2003-01-29 Didier Verna <didier@xemacs.org>
448
449 * cus-edit.el (custom-save-variables): Also save non theme'd ones.
450 * cus-edit.el (custom-save-faces): Ditto.
451
452 2003-01-29 Juanma Barranquero <lektu@terra.es>
453
454 * composite.el (decompose-composite-char): Fix docstring.
455
456 * select.el (x-set-cut-buffer): Fix docstring. Check type with
457 `stringp' instead of `substring'.
458
459 * textmodes/reftex.el (reftex-TeX-master-file): Use really the buffer
460 file name if no other master file is located.
461
462 * progmodes/cperl-mode.el (cperl-beautify-level)
463 (cperl-beautify-regexp): Fix use of `prefix-numeric-value'.
464 (cperl-calculate-indent): Fix typo.
465
466 2003-01-29 Taro Kawagishi <tarok@transpulse.org>
467
468 * arc-mode.el (archive-lzh-summarize): Fix previous change.
469
470 2003-01-29 Kim F. Storm <storm@cua.dk>
471
472 * emacs-lisp/authors.el: New format of AUTHORS file; list each
473 author name once followed by contributed and changed files.
474 Improve selection of entries to include in list, and generate list
475 of unrecognized entries indicating syntax errors in ChangeLog files.
476 (authors-coding-system): New variable.
477 (authors-many-files): Update doc string.
478 (authors-aliases): Change format. Now one entry with multiple
479 aliases per author.
480 (authors-valid-file-names, authors-renamed-files-alist)
481 (authors-renamed-files-regexps): New variables.
482 (authors-canonical-file-name): New function. Validates that file
483 exists or occurs in one of the above lists. Record unrecognized
484 file names in global authors-invalid-file-names list.
485 (authors-add): Change to record per-change counts.
486 (authors-canonical-author-name): Handle new format of
487 authors-aliases list.
488 (authors-scan-change-log): Rename FILE arg to LOG-FILE.
489 Change doc string to describe new entry format.
490 Only add author entries for valid file names.
491 (authors-print): Replace by authors-add-to-author-list.
492 (authors-add-to-author-list): New function which reorders
493 per-file entries and adds them to global authors-author-list.
494 (authors): Instead of authors-print to insert in *Authors* buffer,
495 use authors-add-to-author-list to reorder the list and then
496 insert result in *Authors* buffer with new format.
497 Generate *Authors Errors* compilation-mode buffer listing
498 unrecognized ChangeLog entries.
499
500 2003-01-28 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
501
502 * term/mac-win.el: Add entries in function-key-map for
503 [tab], [backspace], [escape].
504
505 2003-01-28 Kim F. Storm <storm@cua.dk>
506
507 * info.el (Info-extract-menu-node-name): Another fix for
508 2003-01-24 change. Also stop search if : is followed by TAB.
509
510 2003-01-28 John Paul Wallington <jpw@gnu.org>
511
512 * ibuf-ext.el (ibuffer-yank-filter-group): Move check for empty
513 `ibuffer-filter-group-kill-ring' out of `interactive' declaration.
514
515 2003-01-28 Martin Stjernholm <bug-cc-mode@gnu.org>
516
517 * progmodes/cc-vars.el, progmodes/cc-mode.el
518 (c-require-final-newline): Made this variable an alist to
519 specify a value for each language. The default value causes
520 `require-final-newline' to be set to t only in languages where
521 the standard requires a final newline.
522
523 2003-01-27 Kim F. Storm <storm@cua.dk>
524
525 * simple.el (kill-new): Improve doc string for yank-handler.
526 Signal args-out-of-range error if yank-handler is specified for
527 an empty string.
528
529 * subr.el (insert-for-yank): Remove COMMAND element from yank handler.
530
531 2003-01-27 Dave Love <fx@gnu.org>
532
533 * dired-x.el (dired-filename-at-point): Fix last change and tidy up.
534
535 * thingatpt.el (thing-at-point-file-name-chars):
536 Include non-ASCII again and re-write the filename ops.
537
538 2003-01-27 David Ponce <david@dponce.com>
539
540 * makefile.w32-in (update-subdirs-SH): Create lisp/subdirs.el.
541
542 2003-01-27 Juanma Barranquero <lektu@terra.es>
543
544 * filesets.el (filesets-file-open): Fix typo.
545
546 * vcursor.el (vcursor-disable): Likewise.
547
548 * eshell/esh-cmd.el (eshell-separate-commands): Likewise.
549
550 * progmodes/cc-styles.el (c-make-styles-buffer-local): Likewise.
551
552 * progmodes/cc-vars.el (c-offsets-alist): Likewise.
553
554 * progmodes/ebrowse.el (ebrowse-draw-tree-fn): Likewise.
555
556 2003-01-26 Martin Stjernholm <bug-cc-mode@gnu.org>
557
558 * progmodes/cc-vars.el, progmodes/cc-mode.el
559 (c-require-final-newline): Add a variable to make the
560 initialization of `require-final-newline' more configurable.
561
562 2003-01-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
563
564 * emacs-lisp/authors.el (authors-aliases): Add Jan D.
565 Set iso-2022-7bit coding: cookie.
566
567 2003-01-26 Kim F. Storm <storm@cua.dk>
568
569 * info.el (Info-extract-menu-node-name): Fix 2003-01-24 change.
570 Don't search for next colon if current colon is followed by
571 one of ".", ",", ";", or ")".
572 (info-insert-file-contents) [!MSDOS]: Avoid byte-compiler warning.
573 (Info-find-node) [!MSDOS]: Avoid byte-compiler warning.
574
575 2003-01-26 Richard M. Stallman <rms@gnu.org>
576
577 * thingatpt.el (thing-at-point-file-name-chars): Undo previous change.
578
579 2003-01-25 Bill Wohler <wohler@newt.com>
580
581 * mh-e: Created directory. ChangeLog will appear in a week when we
582 release version 7.2.
583
584 * lisp/mail/mh-alias.el, lisp/mail/mh-comp.el,
585 lisp/mail/mh-customize.el, lisp/mail/mh-e.el,
586 lisp/mail/mh-funcs.el, lisp/mail/mh-identity.el,
587 lisp/mail/mh-index.el, lisp/mail/mh-loaddefs.el,
588 lisp/mail/mh-mime.el, lisp/mail/mh-pick.el, lisp/mail/mh-seq.el,
589 lisp/mail/mh-speed.el, lisp/mail/mh-utils.el,
590 lisp/mail/mh-xemacs-compat.el: Moved to mh-e. Note that reply2.pbm
591 and reply2.xpm, which were created by the MH-E package, were left
592 in mail since they can probably be used by other mail packages.
593
594 * makefile.w32-in (WINS): Add mh-e.
595
596 * makefile.nt (WINS): Add mh-e.
597
598 2003-01-25 Richard M. Stallman <rms@gnu.org>
599
600 * emacs-lisp/bytecomp.el (byte-compile-file-form-custom-declare-variable):
601 Compile any lambda-expressions among the args.
602
603 * view.el (view-mode): Doc fix.
604
605 * ido.el: Many doc fixes.
606 (ido-complete): Fix message.
607
608 2003-01-25 Taro Kawagishi <tarok@transpulse.org>
609
610 * arc-mode.el (archive-unixdate): Correct the date field string.
611 (archive-lzh-summarize): Extend it to allow the LZH level 2 header
612 type (which is most prevalent now), in addition to the already
613 supported level 0 and 1 header types.
614
615 2003-01-25 Markus Rost <rost@math.ohio-state.edu>
616
617 * international/mule-cmds.el (set-language-info)
618 (current-language-environment): Simplify setting the type of
619 current-language-environment.
620
621 2003-01-25 Kim F. Storm <storm@cua.dk>
622
623 * emulation/cua-base.el (cua--init-keymaps): Move C-S-x and C-S-c
624 bindings from cua--cua-keys-keymap to cua--region-keymap, as they are
625 only needed when the region is active. This also makes the output
626 from C-h b look normal when cua-mode is enabled (no C-S-x/c bindings).
627
628 2003-01-25 Michael Kifer <kifer@cs.stonybrook.edu>
629
630 * ediff.el (ediff-revision): Better defaults.
631
632 * ediff-vers.el (ediff-vc-latest-version): New function.
633 (ediff-vc-internal): Use latest version instead of working version.
634
635 2003-01-24 Thien-Thi Nguyen <ttn@gnu.org>
636
637 * info.el (Info-extract-menu-node-name): When looking for end of menu
638 item, don't stop at first ":"; instead, continue until trailing
639 context is either a space or newline.
640 (Info-complete-menu-item): Var `pattern': allow ":" in menu item.
641 (Info-menu): Likewise, for regexp used in backwards search.
642 (Info-try-follow-nearest-node): Remove case added in previous edit.
643 Change regexp in the following case to allow ":" in menu item.
644 (Info-fontify-node): Fix bug: Handle `next-property-change' returning
645 point-max as "hasn't already been done".
646
647 2003-01-24 Thien-Thi Nguyen <ttn@gnu.org>
648
649 * info.el (Info-try-follow-nearest-node): Add case: Handle menu item
650 terminated by ": " as an index entry.
651
652 2003-01-24 Juanma Barranquero <lektu@terra.es>
653
654 * isearch.el (isearch-forward): Fix typo.
655
656 2003-01-24 Kenichi Handa <handa@m17n.org>
657
658 * international/mule.el (decode-coding-inserted-region):
659 Rename from decode-coding-region-as-inserted-from-file to make it fit
660 well in the Lisp manual.
661
662 * jka-compr.el (jka-compr-insert-file-contents):
663 Call docode-coding-inserted-region.
664
665 2003-01-24 John Paul Wallington <jpw@gnu.org>
666
667 * ibuffer.el (ibuffer-window-list): Remove.
668 (ibuffer-confirm-operation-on): Use `window-list' instead.
669 (ibuffer-load-hook): New customizable variable.
670 (toplevel): Run it.
671 (ibuffer-customize): New command.
672 (ibuffer-mode-map): Bind it.
673 (ibuffer-mode-map): Add menu seperator in View>Sort menu.
674 (ibuffer-mode): Tidy.
675 (ibuffer-fontification-alist, ibuffer-always-show-last-buffer)
676 (ibuffer-default-directory, ibuffer-default-sorting-mode)
677 (ibuffer-maybe-show-predicates, ibuffer-hook, ibuffer-mode-hook)
678 (ibuffer-map-lines): Doc fixes.
679
680 * ibuf-ext.el (ibuffer-copy-filename-as-kill): C-u means relative
681 filenames. Use `kill-new'.
682
683 2003-01-23 Dave Love <fx@gnu.org>
684
685 * abbrev.el (write-abbrev-file): Simplify, and put a coding cookie
686 in the file.
687
688 2003-01-23 Masatake YAMATO <jet@gyve.org>
689
690 * progmodes/asm-mode.el (asm-mode): Add syntax table entries for
691 /* */ comments.
692
693 2003-01-23 Kenichi Handa <handa@m17n.org>
694
695 * files.el (insert-directory): Read the output of "ls" by
696 no-conversion, and decode it later while preserving
697 `dired-filename' property.
698
699 2003-01-23 Markus Rost <rost@math.ohio-state.edu>
700
701 * descr-text.el (describe-text-mode-hook): Add a group.
702
703 2003-01-23 John Paul Wallington <jpw@shootybangbang.com>
704
705 * term/mac-win.el (interprogram-paste-function): Handle empty
706 clipboard.
707
708 2003-01-22 Aubrey Jaffer <agj@alum.mit.edu> (tiny change)
709
710 * info.el (Info-index): Change pattern so that index entries with
711 colons can be read properly; also, require at least one space
712 after the colons, which makeinfo puts in.
713
714 2003-01-22 Andreas Schwab <schwab@suse.de>
715
716 * jka-compr.el (jka-compr-insert-file-contents): Fix typo in last
717 change.
718
719 2003-01-22 Markus Rost <rost@math.ohio-state.edu>
720
721 * Makefile.in (bootstrap-after): New target.
722 (bootstrap): Move finder-data, custom-deps to bootstrap-after.
723
724 2003-01-22 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
725
726 * info.el (Info-index-next): Use "(`,' tries to find next)" for
727 more matches for consistency with standalone info browser.
728
729 2003-01-22 Kenichi Handa <handa@m17n.org>
730
731 * international/mule.el
732 (decode-coding-region-as-inserted-from-file): New function.
733
734 * jka-compr.el (jka-compr-insert-file-contents): Read a process
735 output without decoding. Decode the result by
736 decode-coding-region-as-inserted-from-file.
737
738 2003-01-22 Kim F. Storm <storm@cua.dk>
739
740 * ido.el (ido-make-file-list, ido-make-dir-list): Don't move
741 visited directories to end of list; it's the wrong thing to do if
742 we want to find a file or directory in such directories.
743
744 * simple.el: Doc fixes.
745 * subr.el: Doc fixes.
746
747 2003-01-20 Nick Roberts <nick@nick.uklinux.net>
748
749 * gud.el (gud-display-line): If the current file is newer than its
750 buffer, offer to reread the file.
751 (gud-keep-buffer): New buffer local variable. Ensures offer to
752 reread file is made just once.
753
754 2003-01-20 Stefan Monnier <monnier@cs.yale.edu>
755
756 * emacs-lisp/regexp-opt.el (regexp-opt-group): Undo last change.
757 Fix the docstring instead.
758
759 2003-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
760
761 * calendar/calendar.el (calendar-only-one-frame-setup): Autoload it.
762
763 2003-01-20 Richard M. Stallman <rms@gnu.org>
764
765 * simple.el (completion-setup-function): Set default-directory
766 in the minibuffer, so it'll be copied into the completion list buffer.
767
768 * emacs-lisp/regexp-opt.el (regexp-opt-group): Compute HALF2 properly.
769
770 * loadup.el (load-path): Rename `path' local var.
771
772 * progmodes/octave-mod.el (octave-mode-map): Change C-c i bindings
773 to C-c C-i. Duplicate its bindings with last char a ctl char.
774 Also change C-c f to C-c C-f.
775
776 2003-01-20 Markus Rost <rost@math.ohio-state.edu>
777
778 * ls-lisp.el (ls-lisp-use-insert-directory-program): Make default
779 value system dependent.
780 (ls-lisp-support-shell-wildcards): Add autoload cookie.
781
782 2003-01-19 Kim F. Storm <storm@cua.dk>
783
784 * msb.el: Use `dir' instead of `path' everywhere.
785
786 2003-01-18 Kim F. Storm <storm@cua.dk>
787
788 * simple.el (kill-new, kill-append, kill-region):
789 New optional parameter yank-handler.
790 (yank-excluded-properties): Add yank-handler to list.
791 (yank-undo-function): New variable.
792 (yank): Use it to undo previous yank or yank-pop command.
793 Allow insert-for-yank to override this-command.
794
795 * subr.el (insert-for-yank): Arg list changed; now only accepts one
796 string rather than any number of strings; no callers needed change.
797 Use yank-handler text property on the arg string.
798 Set yank-undo-function variable appropriately for yank-pop.
799
800 2003-01-18 Stefan Monnier <monnier@cs.yale.edu>
801
802 * textmodes/fill.el (fill-comment-paragraph): Fix simplistic
803 regexp-concatenation.
804
805 * add-log.el (add-change-log-entry): Don't leave space at eol.
806 (add-log-current-defun): Perl functions names can't have (or {.
807
808 * progmodes/sh-script.el (sh-indent-line): Use indent-line-to.
809 (sh-non-closing-paren): New const.
810 (sh-case, sh-while-getopts): Use it to make props non-sticky.
811 (sh-add-completer): Use test-completion.
812
813 2003-01-18 Vasily Korytov <deskpot@myrealbox.com> (tiny change)
814
815 * progmodes/cperl-mode.el: Don't make faces depend on window-system.
816
817 2003-01-18 Markus Rost <rost@math.ohio-state.edu>
818
819 * cus-edit.el (customize-changed-options): Undo last doc change.
820
821 2003-01-17 Stefan Monnier <monnier@cs.yale.edu>
822
823 * skeleton.el (skeleton-internal-list, skeleton-internal-1):
824 Don't treat \n specially in sub-skeletons.
825
826 2003-01-17 Dave Love <fx@gnu.org>
827
828 * international/ucs-tables.el: Redo 8859-6 change in the right place.
829
830 2003-01-17 Kenichi Handa <handa@m17n.org>
831
832 * international/fontset.el: Don't setup the default fontset and
833 font-encoding-alist at the top level.
834 (setup-default-fontset): New function.
835 (create-fontset-from-fontset-spec): Delete autoload cookie.
836
837 * term/x-win.el: Require fontset unconditionally again.
838 Call setup-default-fontset at the top level.
839
840 * term/w32-win.el: Call setup-default-fontset.
841
842 * term/mac-win.el: Require fontset and call setup-default-fontset.
843
844 2003-01-16 Stefan Monnier <monnier@cs.yale.edu>
845
846 * textmodes/fill.el (fill-region-as-paragraph): Only erase `hard'
847 property until end-of-paragraph.
848
849 2003-01-16 Kenichi Handa <handa@m17n.org>
850
851 * international/ucs-tables.el: Undo the last change.
852
853 2003-01-15 Dave Love <fx@gnu.org>
854
855 * thingatpt.el (thing-at-point-file-name-chars): Include non-ASCII
856 and use documented treatment of -.
857
858 * dired-x.el (dired-filename-at-point): Fix filename-chars.
859
860 * international/ucs-tables.el: Set up tables for 8859-6.
861
862 * server.el (server-window): Customize.
863 (server-mode): New.
864 (server-unload-hook): Call server-start.
865
866 2003-01-15 John Wiegley <johnw@gnu.org>
867
868 * eshell/em-hist.el (eshell-save-history-on-exit):
869 Rename `eshell-ask-to-save-history' to `eshell-save-history-on-exit',
870 because the former name is somewhat unrelated to the variables'
871 possible values.
872
873 2003-01-15 Deepak Goel <deego@gnufans.org>
874
875 * calc/README: Add new maintainer.
876
877 * calc/*: Ditto.
878
879 * calc/calc.el (calc-bug-address): Change address to deego@gnufans.org.
880
881 2003-01-15 Andrew Innes <andrewi@gnu.org>
882
883 * makefile.w32-in (loaddefs.el): Invoke make to build stub file
884 using appropriate rule for build environment.
885 (loaddefs.el-SH, loaddefs.el-CMD): New targets. Include small set
886 of autoloads and defvars, sufficient to dump bootstrap emacs.
887 (update-subdirs-SH): Use hard-coded list of top-level lisp
888 subdirs, because find program on Windows is not compatible with
889 Unix find.
890 (compile-CMD, compile-SH): Use `batch-byte-compile-if-not-done'.
891 Explicitly load loaddefs.el so that bootstrap emacs can compile
892 properly.
893 (bootstrap-clean): Add dependency on loaddefs.el, to ensure
894 minimal stub sufficient for dumping bootstrap emacs is available.
895
896 * loadup.el: Include lisp/textmodes in load-path for bootstrap
897 emacs, to resolve ispell menu reference.
898
899 2003-01-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> (tiny change)
900
901 * international/mule.el (optimize-char-coding-system-table):
902 Optimize it.
903
904 * term/mac-win.el: Setup the fontset "fontset-mac" correctly.
905
906 2003-01-14 Stefan Monnier <monnier@cs.yale.edu>
907
908 * pcvs-info.el (cvs-fileinfo-from-entries): Deal with Solaris'
909 occasional use of "05" rather than " 5" for day-of-month.
910
911 * log-view.el (log-view-message-re): The rev might be locked.
912
913 2003-01-14 Nick Roberts <nick@nick.uklinux.net>
914
915 * gdb-ui.el: Improve commentary.
916 (gdb-window-height, gdb-window-width, gdb-display-number-end):
917 Customize the dimensions of frames for displayed expressions.
918 (gdb-error-begin): Comment out because it is not used because of
919 bug/quirk in annotations.
920 (gdb-reset): Use with-current-buffer.
921
922 2003-01-14 Kim F. Storm <storm@cua.dk>
923
924 * ido.el (ido-read-internal, ido-file-internal)
925 (ido-copy-current-file-name, ido-wide-find-dirs-or-files):
926 Don't use `path' as name of local variables holding a file name.
927
928 * arc-mode.el (archive-arc-rename-entry): Fix error message.
929 (archive-lzh-summarize): Rename local var `path' to `dir'.
930 (archive-unique-fname) [!MSDOS]: Avoid byte-compiler warning.
931
932 * dired.el: Doc fixes.
933 * dired-aux.el: Rename `whole-path' to `whole-name' throughout.
934 (dired-mark-read-regexp): Use "Abs." prefix instead of "Path".
935 * dired-x.el: Doc fixes.
936
937 * fast-lock.el (fast-lock-cache-name): Doc fix.
938
939 * net/browse-url.el (browse-url-filename-alist): Doc fix.
940
941 2003-01-14 John Paul Wallington <jpw@shootybangbang.com>
942
943 * apropos.el (apropos): Restore autoload cookie. Fix typo in
944 "error retrieving function documentation" output.
945
946 2003-01-14 Kim F. Storm <storm@cua.dk>
947
948 * subr.el (process-put, process-get): New functions.
949
950 * simple.el (clone-process): Copy process' plist to new process.
951
952 2003-01-13 Markus Rost <rost@math.ohio-state.edu>
953
954 * cus-dep.el (custom-make-dependencies): Don't set standard-value
955 and version numbers for variables. Handle faces.
956
957 * cus-edit.el (customize-changed-options): Doc addition. Load the
958 version deps earlier. Use other tests for groups and variables.
959 Handle faces.
960
961 2003-01-14 Kim F. Storm <storm@cua.dk>
962
963 * ido.el: Doc fixes.
964 (ido-max-file-prompt-width): Rename from ido-max-prompt-path.
965 (ido-rewrite-file-prompt-functions): Rename from
966 ido-make-file-prompt-hook. Directory name is now in dynamic
967 variable `dirname' (instead of `path').
968 (ido-rewrite-file-prompt-rules): Rename from
969 ido-rewrite-prompt-path-rules.
970 (ido-make-prompt): Directory name now in `dirname' var.
971 (ido-complete): Fix error message.
972
973 2003-01-13 John Paul Wallington <jpw@shootybangbang.com>
974
975 * server.el (server-process-filter): Use `minibufferp' to test
976 whether we are inside a minibuffer.
977 (server-process, server-kill-new-buffers): Doc fixes.
978
979 2003-01-13 Dave Love <fx@gnu.org>
980
981 * international/utf-16.el (mule-utf-16-be, mule-utf-16-le):
982 Remove pre-write-conversion.
983
984 2003-01-13 Kim F. Storm <storm@cua.dk>
985
986 * hexl.el (hexl-mode-map): Don't quote remapped command names.
987
988 2003-01-13 David Ponce <david@dponce.com>
989
990 * ruler-mode.el (ruler-mode): Cleanup buffer local variable
991 `header-line-format' if it didn't exist when `ruler-mode' was enabled.
992
993 2003-01-13 Masatake YAMATO <jet@gyve.org>
994
995 * ruler-mode.el (ruler-mode-comment-column-char)
996 (ruler-mode-goal-column-char, ruler-mode-set-goal-column-ding-flag)
997 (ruler-mode-mouse-current-grab-object): New variables.
998 (ruler-mode-comment-column-face, ruler-mode-goal-column-face):
999 New faces.
1000 (ruler-mode-mouse-set-fill-column): Removed.
1001 (ruler-mode-mouse-grab-any-column)
1002 (ruler-mode-mouse-drag-any-column-iteration)
1003 (ruler-mode-mouse-drag-any-column): New functions.
1004 (ruler-mode-map): [header-line down-mouse-2] Bound to
1005 `ruler-mode-mouse-grab-any-column' instead of
1006 `ruler-mode-mouse-set-fill-column'.
1007 (ruler-mode-ruler-help-echo): Update its value.
1008 (ruler-mode-ruler-help-echo-when-goal-column): New help string used
1009 when goal-column is already set.
1010 (ruler-mode-ruler-help-echo-tab): Rename to...
1011 (ruler-mode-ruler-help-echo-when-tab-stops): New.
1012 (ruler-mode-fill-column-help-echo, ruler-mode-comment-column-help-echo)
1013 (ruler-mode-goal-column-help-echo): New help strings.
1014 (ruler-mode-ruler): Use `ruler-mode-ruler-help-echo-when-goal-column'
1015 instead of `ruler-mode-ruler-help-echo' if `goal-column' is set.
1016 Show `comment-column' and `goal-column'. Echo the different help
1017 string for each *-column characters on the ruler.
1018
1019 2003-01-13 Richard M. Stallman <rms@gnu.org>
1020
1021 * apropos.el (apropos-documentation-property): New function.
1022 (apropos): Use apropos-documentation-property.
1023
1024 * files.el (mode-line-process): Mark as risky.
1025
1026 * help.el (where-is): Catch errors in indirect-function.
1027
1028 * server.el (server-process-filter): Comment out -eval.
1029 Don't switch buffers if inside isearch or minibuffer.
1030
1031 * progmodes/compile.el (compilation-revert-buffer):
1032 If buffer has a file, revert it in the normal way.
1033
1034 * term/x-win.el: Require fontset conditionally again.
1035
1036 2003-01-13 Kim F. Storm <storm@cua.dk>
1037
1038 * ido.el (ido-enable-tramp-completion): New defcustom.
1039 (ido-enter-single-matching-directory): Change default to 'slash.
1040 (ido-is-tramp-root): New defun.
1041 (ido-is-root-directory, ido-is-ftp-directory, ido-is-slow-ftp-host)
1042 (ido-may-cache-directory, ido-final-slash, ido-read-internal)
1043 (ido-complete, ido-make-file-list1, ido-make-dir-list1):
1044 Handle tramp completion.
1045 (ido-file-name-all-completions1): New defun for tramp completion.
1046 (ido-file-name-all-completions): Use it.
1047 (ido-set-matches1): Relax matching of text with trailing slash.
1048 (ido-exhibit): Handle tramp completion.
1049 Simplified code using nested cond forms using new `refresh' var.
1050 Fixed handling of /~user/ paths.
1051
1052 2003-01-12 Andreas Schwab <schwab@suse.de>
1053
1054 * arc-mode.el (archive-mode-map): Use command remapping instead of
1055 substitute-key-definition.
1056 * emerge.el (emerge-setup-fixed-keymaps): Likewise.
1057 * msb.el (msb-mode-map): Likewise.
1058 * forms.el (forms--change-commands): Likewise.
1059 * hexl.el (hexl-mode-map): Likewise.
1060 * mail/mailabbrev.el (Commentary): Likewise.
1061 * play/decipher.el (decipher-mode-map): Likewise.
1062 * play/gomoku.el (gomoku-mode-map): Likewise.
1063 * play/landmark.el (lm-mode-map): Likewise.
1064 * play/solitaire.el (solitaire-mode-map): Likewise.
1065 * progmodes/sh-script.el (sh-mode-map): Likewise.
1066 * textmodes/picture.el (picture-substitute): Likewise.
1067
1068 * ielm.el (inferior-emacs-lisp-mode):
1069 Bind comint-dynamic-complete-functions locally.
1070
1071 * buff-menu.el (Buffer-menu-select): Fix for effect of header line.
1072
1073 2003-01-11 Andreas Schwab <schwab@suse.de>
1074
1075 * textmodes/sgml-mode.el (sgml-font-lock-keywords-2): Add flag to
1076 merge with existing fontification.
1077
1078 2003-01-11 Nick Roberts <nick@nick.uklinux.net>
1079
1080 * gud.el (gud-kill-buffer-hook): Save gud-minor-mode type.
1081 (gud-reset): New function. Reset environment at end of debugging.
1082 (gud-sentinel): Call gud-reset or gdb-reset.
1083 (gud-menu-map, gud-tool-bar-map, gdb): Change gud-goto to gud-until.
1084
1085 * gdb-ui.el (gud-display): Use GDB command ptype instead of whatis
1086 to find out if variable shuld be dereferenced.
1087 (gud-display1): Exit if there is `No symbol'.
1088 (gdb-expressions-mode-map): Correction to key-binding.
1089 (gdb-reset): New function. Reset environment at end of debugging.
1090 (gdb-quit): Remove.
1091
1092 2003-01-10 Dave Love <fx@gnu.org>
1093
1094 * international/code-pages.el (cp-make-coding-system): Fix last change.
1095
1096 2003-01-10 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
1097
1098 * dired.el (dired-garbage-files-regexp): Use \\' instead of $ and
1099 use regexp-opt for readability.
1100
1101 2003-01-10 Mark A. Hershberger <mah@everybody.org>
1102
1103 * xml.el (xml-parse-tag, xml-parse-attlist, xml-skip-dtd)
1104 (xml-parse-dtd, xml-parse-elem-type): Be more flexible in recognizing
1105 empty elements.
1106
1107 2003-01-10 Luc Teirlinck <teirllm@mail.auburn.edu>
1108
1109 * progmodes/sh-script.el (sh-set-shell): Make sh-shell-file the default
1110 shell.
1111
1112 2003-01-09 John Wiegley <johnw@gnu.org>
1113
1114 * pcomplete.el (pcomplete-termination-string): Add a variable
1115 for modifying the string which is inserted after a completion or
1116 expansion using pcomplete.
1117
1118 2003-01-09 Karl Berry <karl@gnu.org>
1119
1120 * sort.el (sort-regexp-fields): Pass noerror to re-search-forward,
1121 so that we don't fail if no records match record-regexp.
1122
1123 2003-01-09 Markus Rost <rost@math.ohio-state.edu>
1124
1125 * cus-edit.el (customize-group, customize-group-other-window):
1126 Remove unnecessary calls to custom-load-symbol.
1127 (custom-group-value-create):
1128 Load widget deps if state is not hidden. If widget deps are
1129 loaded, load them in advance.
1130 (custom-menu-create): If widget deps are loaded, load them earlier.
1131
1132 2003-01-09 John Paul Wallington <jpw@shootybangbang.com>
1133
1134 * language/ethio-util.el (ethio-gemination)
1135 (exit-ethiopic-environment): Doc fixes.
1136
1137 * language/viet-util.el (viet-encode-viqr-region)
1138 (viet-decode-viqr-region, viet-encode-viqr-buffer)
1139 (viet-decode-viqr-buffer): Doc fixes.
1140
1141 2003-01-09 ShengHuo ZHU <zsh@cs.rochester.edu>
1142
1143 * paths.el: Remove gnus-startup-file.
1144
1145 2003-01-08 Bill Wohler <wohler@newt.com>
1146
1147 * mail/mh-alias.el, mail/mh-customize.el, mail/mh-identity.el,
1148 mail/mh-loaddefs.el, toolbar/alias.pbm, toolbar/alias.xpm: Added.
1149
1150 * mail/mh-comp.el, mail/mh-e.el, mail/mh-funcs.el,
1151 mail/mh-index.el, mail/mh-mime.el, mail/mh-pick.el,
1152 mail/mh-seq.el, mail/mh-speed.el, mail/mh-utils.el,
1153 mail/mh-xemacs-compat.el: Upgraded to MH-E version 7.1.
1154
1155 2003-01-08 Kim F. Storm <storm@cua.dk>
1156
1157 * mail/undigest.el (unforward-rmail-message): Don't use global
1158 variable `n'.
1159
1160 2003-01-08 Francesco Potort\e,Al\e(B <pot@gnu.org>
1161
1162 * mail/undigest.el (unforward-rmail-message): Simplified.
1163 No functional change.
1164
1165 2003-01-07 Markus Rost <rost@math.ohio-state.edu>
1166
1167 * custom.el (custom-autoload, custom-variable-p): New functions.
1168
1169 * emacs-lisp/autoload.el (make-autoload):
1170 Generate custom-autoload for autoloaded defcustoms.
1171
1172 * help-fns.el (describe-variable): Use custom-variable-p.
1173
1174 * simple.el (set-variable): Load deps of custom variables without type.
1175
1176 * cus-edit.el (custom-variable-prompt): Doc change.
1177 Use custom-variable-p.
1178 (customize-option): Remove search in loaddefs.el.
1179 (customize-apropos): Use custom-variable-p.
1180 (custom-save-variables): Use custom-variable-p to detect
1181 non-rogue variables.
1182
1183 2003-01-07 Francesco Potort\e,Al\e(B <pot@gnu.org>
1184
1185 * mail/undigest.el (unforward-rmail-message): Skip all newlines
1186 after the initial separator.
1187 (unforward-rmail-message): Forwarded-From: and Forwarded-Date:
1188 instead of Forwarded-from: and Forwarded-date:.
1189
1190 2003-01-07 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
1191
1192 * dired.el (dired-garbage-files-regexp): Add `.aux$'. These are
1193 produced by TeX.
1194
1195 2003-01-07 Andre Spiegel <spiegel@gnu.org>
1196
1197 * vc-rcs.el (vc-rcs-checkout): Fix the check whether we are on a
1198 branch.
1199
1200 2003-01-06 Dave Love <fx@gnu.org>
1201
1202 * textmodes/ispell.el (lookup-words): Cope with null lookup-dict.
1203
1204 * language/chinese.el ("Chinese-EUC-TW"): New.
1205
1206 2003-01-06 John Paul Wallington <jpw@shootybangbang.com>
1207
1208 * mail/rmail.el (rmail-mmdf-delim1, rmail-mmdf-delim2): Doc fixes.
1209
1210 2003-01-05 Richard M. Stallman <rms@gnu.org>
1211
1212 * obsolete/uncompress.el: Display message that this pkg is obsolete.
1213
1214 * isearch.el (isearch-repeat): Error if try to repeat search and
1215 there was no previous search.
1216
1217 * dired.el (dired-recursive-deletes): Fix custom type.
1218
1219 * dabbrev.el (dabbrev--substitute-expansion):
1220 Convert all whitespace to single spaces,
1221 except when it's carried over from the existing text.
1222
1223 * simple.el (split-line): Clean up implementation.
1224
1225 * mail/rmail.el (rmail-font-lock-keywords): Discard code to match
1226 both cases.
1227 (rmail-variables): Specify case-insensitive matching for font-lock.
1228
1229 2003-01-05 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
1230
1231 * mail/sendmail.el (mail-font-lock-keywords):
1232 * mail/rmail.el (rmail-font-lock-keywords): Match multiline
1233 In-Reply-To and X-*.
1234
1235 2003-01-05 Mark A. Hershberger <mah@everybody.org>
1236
1237 * xml.el (xml-substitute-special): Check for &amp last.
1238
1239 2003-01-05 Dave Love <fx@gnu.org>
1240
1241 * buff-menu.el (Buffer-menu-execute): Fix for effect of header line.
1242
1243 2003-01-05 Dave Love <fx@gnu.org>
1244
1245 * international/mule-diag.el (non-iso-charset-alist):
1246 Add vietnamese-tcvn.
1247
1248 * international/mule-cmds.el (locale-language-names):
1249 Use Croatian, Swedish.
1250
1251 2003-01-05 Andreas Schwab <schwab@suse.de>
1252
1253 * buff-menu.el (Buffer-menu-buffer+size): Don't clobber buffer name.
1254
1255 2003-01-05 Dave Love <fx@gnu.org>
1256
1257 * language/european.el ("Latin-6", "Croatian"): New.
1258 ("Latin-7"): Fix nonascii-translation. Add input method.
1259 ("Lithuanian", "Latvian"): Add nonascii-translation.
1260 ("German", "Spanish", "Dutch", "Welsh", "Swedish"):
1261 Fix nonascii-translation.
1262
1263 * language/georgian.el ("Georgian"): Fix nonascii-translation.
1264
1265 * international/mule-cmds.el (set-locale-environment):
1266 Ignore empty values of environment variables.
1267
1268 * emacs-lisp/byte-opt.el (byte-optimize-nth)
1269 (byte-optimize-nthcdr): Fix for case of wrong-length forms.
1270
1271 2003-01-04 Nick Roberts <nick@nick.uklinux.net>
1272
1273 * gdb-ui.el: Acknowledge Tom Lord as author of gdba.el.
1274 Use let construction to bind buffer-read-only to nil.
1275 (gdba): 'set height 0' in GDB.
1276 (gdb-display-end, gdb-frame-handler): Corrections to forming
1277 full expression name for header-line in display frame.
1278 (gdb-info-breakpoints-custom): Highlight breakpoints since
1279 they may be clicked on with mouse-2.
1280 (gdb-quit): Delete frames of displayed expressions when quitting.
1281 (gdb-delete-frames): New function.
1282 (gdb-source-info): Don't create stack buffer automatically.
1283
1284 2003-01-04 Thien-Thi Nguyen <ttn@gnu.org>
1285
1286 * xml.el (xml-substitute-special): Move "&amp;" -> "&" last.
1287
1288 2003-01-04 Kim F. Storm <storm@cua.dk>
1289
1290 * simple.el (split-line): If present, copy fill-prefix from
1291 current line to new line. Don't copy if prefix arg.
1292 From Lisp, arg may be an alternative prefix string to copy.
1293 Inspired by Ehud Karni <ehud@unix.mvs.co.il>.
1294
1295 * mail/sendmail.el (mail-split-line): New function.
1296 (mail-mode-map): Remap split-line to mail-split-line.
1297
1298 2003-01-03 Dave Love <fx@gnu.org>
1299
1300 * emacs-lisp/find-func.el (find-variable-noselect): Make it work
1301 with new load-history format.
1302
1303 * international/mule-cmds.el (sort-coding-systems):
1304 Adjust priority of utf-16 and x-ctext.
1305
1306 * international/utf-8.el (utf-translate-cjk):
1307 Call optimize-char-coding-system-table.
1308
1309 * international/ucs-tables.el (ucs-unify-8859, ucs-fragment-8859):
1310 Call optimize-char-coding-system-table.
1311
1312 * international/mule.el (register-char-codings): Don't call
1313 optimize-char-coding-system-table here.
1314 (keyboard-coding-system): Doc fix. Update :version.
1315
1316 * textmodes/nroff-mode.el (nroff-mode-hook): Customize.
1317 (nroff-imenu-expression): New.
1318 (nroff-mode): Use it.
1319
1320 * autoinsert.el (auto-insert-alist): Add man page skeleton.
1321
1322 2003-01-03 Andre Spiegel <spiegel@gnu.org>
1323
1324 * vc-rcs.el (vc-rcs-revert): Unlock only if the user does have
1325 the lock.
1326
1327 2003-01-03 Kim F. Storm <storm@cua.dk>
1328
1329 * emulation/cua-base.el (cua--pre-command-handler):
1330 Corrected handling of delete-selection properties.
1331
1332 2003-01-03 John Paul Wallington <jpw@shootybangbang.com>
1333
1334 * emacs-lisp/eldoc.el (eldoc-get-var-docstring): Only return a
1335 documentation string when `sym' is non-nil.
1336
1337 2003-01-02 Steven Tamm <steventamm@mac.com>
1338
1339 * scroll-bar.el (toggle-scroll-bar, scroll-bar-mode):
1340 Have scroll bars correctly default to being on the right for Mac
1341 Carbon port by testing "mac-carbon" feature, not window-system.
1342
1343 2003-01-02 Markus Rost <rost@math.ohio-state.edu>
1344
1345 * cus-edit.el (customize-group, customize-group-other-window):
1346 Call custom-load-symbol unconditionally.
1347 (customize-face, customize-face-other-window): Fix format arg.
1348
1349 2003-01-02 John Paul Wallington <jpw@shootybangbang.com>
1350
1351 * menu-bar.el (menu-bar-left-scroll-bar): Set `scroll-bar-mode'
1352 to `left'.
1353
1354 2003-01-01 Richard M. Stallman <rms@gnu.org>
1355
1356 * mail/rmail.el (rmail-reply): Don't call mail-strip-quoted-names.
1357
1358 * files.el (backup-buffer): Cope if file-modes returns nil.
1359
1360 2002-12-30 Steven Tamm <steventamm@mac.com>
1361
1362 * scroll-bar.el (toggle-scroll-bar, scroll-bar-mode):
1363 Have scroll bars correctly default to being on the right for Mac
1364 Carbon port
1365
1366 2002-12-29 Nick Roberts <nick@nick.uklinux.net>
1367
1368 * gdb-ui.el (gdb-delete-display): Rename (gdb-delete-expression).
1369 (gdb-goto-bp-this-line): Rename (gdb-goto-breakpoint).
1370 (gdb-toggle-bp-this-line): Rename (gdb-toggle-breakpoint).
1371 (gdb-delete-bp-this-line): Rename (gdb-delete-breakpoint).
1372 (gdb-toggle-disp-this-line): Rename (gdb-toggle-display).
1373 (gdb-delete-disp-this-line): Rename (gdb-delete-display).
1374 (gud-gdba-marker-filter): Remove unnecessary save-match-data.
1375 (gdb-mouse-goto-breakpoint, gdb-frames-select): New functions.
1376 (gdb-frames-mouse-select): Simplify.
1377 Make keybindings (gdb-goto-breakpoint, gdb-frames-select, etc)
1378 consistent with other modes in emacs.
1379 (gdb-display-source-buffer): Return window of source buffer
1380 for (gud-display-line).
1381
1382 2002-12-29 Markus Rost <rost@math.ohio-state.edu>
1383
1384 * button.el (defface button): Add group.
1385
1386 * cus-edit.el (customize-browse): Call `widget-setup'.
1387
1388 2002-12-29 Andreas Schwab <schwab@suse.de>
1389
1390 * Makefile.in: Generate cus-load.el and finder-inf.el in the
1391 source directory. Change dependencies on lisp files to explicitly
1392 use $(lisp).
1393 (compile-calc): Fix command substitution.
1394 * cus-dep.el (generated-custom-dependencies-file): New variable.
1395 (custom-make-dependencies): Use it instead of hardcoding cus-load.el.
1396 * finder.el (generated-finder-keywords-file): New variable.
1397 (finder-compile-keywords): Use it instead of hardcoding finder-inf.el.
1398
1399 2002-12-28 Richard M. Stallman <rms@gnu.org>
1400
1401 * info-look.el (info-lookup): Fix error message typo.
1402
1403 * comint.el (comint-mode): Locally set scroll-conservatively.
1404 (comint-postoutput-scroll-to-bottom): comint-scroll-show-maximum-output
1405 is active only when point is at end.
1406
1407 * dired.el (dired-goto-file): Handle \ and ^M quoted by backslash.
1408 Fix error message.
1409
1410 * files.el (find-file-noselect-1): Kill local value of `cursor-type'.
1411
1412 * simple.el (repeat-complex-command): Signal real error on failure.
1413
1414 2002-12-28 Andreas Schwab <schwab@suse.de>
1415
1416 * progmodes/make-mode.el (makefile-font-lock-keywords):
1417 Highlight automatic variable references enclosed in parens and
1418 optionally suffixed by F or D.
1419
1420 2002-12-27 Miles Bader <miles@gnu.org>
1421
1422 * info.el (Info-complete-menu-item): Make `Info-complete-cache' a
1423 buffer-local variable.
1424
1425 2002-12-26 Markus Rost <rost@math.ohio-state.edu>
1426
1427 * cus-edit.el (customize-group-other-window): Use pop-to-buffer in
1428 the same way as `custom-buffer-create-other-window'.
1429 (customize-variable-other-window, customize-option-other-window):
1430 Definitions moved up.
1431
1432 2002-12-26 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
1433
1434 * net/tramp*.el: Sync with upstream version 2.0.28. Bugfixes.
1435 * net/tramp-ftp.el: Glue code with Ange-FTP, broken out of
1436 tramp.el. From Michael Albinus.
1437 * net/tramp-smb.el: New file for using smbclient to access
1438 Windows shares with Tramp. From Michael Albinus.
1439
1440 2002-12-26 Andreas Schwab <schwab@suse.de>
1441
1442 * international/mule-cmds.el (select-safe-coding-system): Fix typo.
1443
1444 2002-12-26 Andre Spiegel <spiegel@gnu.org>
1445
1446 * vc.el (vc-next-action-on-file): Use t argument to vc-checkout in
1447 order to get the latest version on the current branch.
1448 Update documentation of vc-BACKEND-checkout to explain this.
1449
1450 * vc-rcs.el (vc-rcs-checkout): Handle t argument for REV.
1451 (vc-rcs-checkin): By default, specify the current workfile
1452 branch as the check-in revision.
1453
1454 * vc-cvs.el (vc-cvs-checkout): Handle t argument for REV.
1455
1456 * vc-sccs.el (vc-sccs-checkout): Likewise.
1457
1458 2002-12-26 Nick Roberts <nick@nick.uklinux.net>
1459
1460 * gdb-ui.el (gdb-info-display-custom): Ensure that frames/buffers
1461 of displayed expressions are deleted when the displayed expressions
1462 are deleted.
1463 (gdb-delete-disp-this-line, gdb-delete-display): Frame/buffer
1464 deletion is handled by gdb-info-display-custom now.
1465 (gdb-source-info): Undo earlier change (do create display buffer
1466 automatically).
1467
1468 2002-12-25 Markus Rost <rost@math.ohio-state.edu>
1469
1470 * cus-edit.el (custom-save-faces): Fix typo.
1471
1472 2002-12-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
1473
1474 * mail/undigest.el (unforward-rmail-message): Do not assume that
1475 the forwarded message's Date: header comes after From:. Use a
1476 Forwarded-from: rather than a Forwarded-by: header. Add a
1477 Forwarded-date: header.
1478
1479 2002-12-23 Nick Roberts <nick@nick.uklinux.net>
1480
1481 * gdb-ui.el (gdb-display-number-end): Make auto-display of
1482 expressions in GDB work on text-only terminals.
1483 (gdb-post-prompt): Compute current frame properly.
1484 (gdb-get-current-frame, gdb-frame-handler): New functions.
1485 (gdb-source-info): Move last statement into if clause.
1486 Tidy, improve documentation.
1487
1488 2002-12-23 Richard M. Stallman <rms@gnu.org>
1489
1490 * emacs-lisp/checkdoc.el: Don't define a name for the minor mode menu.
1491
1492 * emacs-lisp/easymenu.el (easy-menu-do-define): Handle nil for SYMBOL.
1493 (easy-menu-define): Doc fix, say SYMBOL can be nil.
1494
1495 * window.el (save-selected-window): Save and restore
1496 selected windows of all frames.
1497
1498 * cus-start.el (scroll-up-aggressively, scroll-down-aggressively):
1499 Update custom types.
1500
1501 2002-12-23 Alex Schroeder <alex@emacswiki.org>
1502
1503 Merging Dave Love <fx@gnu.org>'s custom_themes branch containing
1504 Alex Schroeder's adaptation of Jan Vroonhof
1505 <vroonhof@math.ethz.ch>'s code. Doc strings corrected by RMS.
1506
1507 * cus-edit.el (customize-save-variable): Take themes into account.
1508 (custom-variable-save): Take themes into account.
1509 (custom-variable-reset-saved): Add comment-widget.
1510 (custom-variable-reset-standard): Add comment-widget.
1511 (custom-variable-reset-standard): Take themes into account.
1512 (custom-face-save): Take themes into account.
1513 (custom-face-reset-standard): Take themes into account.
1514 (custom-save-variables): Take themes into account.
1515 (custom-save-faces): Take themes into account.
1516 (custom-save-resets): New function.
1517 (custom-save-loaded-themes): New function.
1518 (customize-save-customized): Take themes into account.
1519
1520 * cus-face.el (custom-set-faces): Call custom-theme-set-faces.
1521 (custom-theme-set-faces): New function.
1522 (custom-theme-face-value): New function.
1523 (custom-theme-reset-internal-face): New function.
1524 (custom-theme-reset-faces): New function.
1525 (custom-reset-faces): New function.
1526
1527 * custom.el (custom-known-themes): New variable.
1528 (custom-declare-theme): New function.
1529 (deftheme): New macro.
1530 (custom-make-theme-feature): New function.
1531 (custom-theme-p): New function.
1532 (custom-check-theme): New function.
1533 (custom-push-theme): New function.
1534 (custom-theme-set-variables): Take themes into account.
1535 (custom-loaded-themes): New variable.
1536 (custom-theme-loaded-p): New function.
1537 (provide-theme): New function.
1538 (require-theme): New function.
1539 (custom-remove-theme): New function.
1540 (custom-do-theme-reset): New function.
1541 (custom-theme-load-themes): New function.
1542 (custom-load-themes): New function.
1543 (custom-theme-value): New function.
1544 (custom-theme-variable-value): New function.
1545 (custom-theme-reset-internal): New function.
1546 (custom-theme-reset-variables): New function.
1547 (custom-reset-variables): New function.
1548
1549 * cus-theme.el: New file.
1550
1551 2002-12-23 Matthew Swift <swift@alum.mit.edu>
1552
1553 * emacs-lisp/rx.el (rx-and): Generate a shy group.
1554 Specify `no-group' when calling rx-to-string.
1555 (rx-submatch): Specify `no-group' when calling rx-to-string.
1556 (rx-kleene): Use rx-atomic-p to decide whether to make a group.
1557 (rx-atomic-p): New function.
1558
1559 2002-12-23 Kevin Ryde <user42@zip.com.au>
1560
1561 * info-look.el (info-lookup): For ease of use try item
1562 case-insensitive if not found case-sensitive.
1563 Do case sensitive search in index nodes, so items differing only in
1564 case go correctly to their respective nodes.
1565
1566 2002-12-22 Richard M. Stallman <rms@gnu.org>
1567
1568 * subr.el (add-to-invisibility-spec): If it was t, start it out at (t).
1569
1570 * textmodes/texinfmt.el (tex-start-of-header, tex-end-of-header):
1571 Add defvars.
1572
1573 * textmodes/tex-mode.el (tex-print): Call shell-quote-argument
1574 on the file name.
1575
1576 * textmodes/outline.el (outline-next-visible-heading):
1577 When going forward, test outline-invisible-p at start of header.
1578
1579 2002-12-22 Kevin Ryde <user42@zip.com.au>
1580
1581 * textmodes/makeinfo.el (makeinfo-buffer): Display result using
1582 Info-mode.
1583 (makeinfo-compilation-sentinel-buffer, makeinfo-current-node):
1584 New functions.
1585 (makeinfo-compile): Add a sentinel parameter.
1586 (makeinfo-compilation-sentinel-region): Renamed from
1587 makeinfo-compilation-sentinel, and makeinfo-temp-file now never nil.
1588 (makeinfo-region): Use this.
1589 * info.el (Info-revert-find-node): New function.
1590
1591 2002-12-22 Nick Roberts <nick@nick.uklinux.net>
1592
1593 * tooltip.el (tooltip-gud-tips): Output tooltip without switching
1594 process filter (gdba in gdb-ui.el only).
1595 (gdb-tooltip-print): New function.
1596 (tooltip-gud-process-output): Undo previous change.
1597 (tooltip-strip-annotations): Remove.
1598
1599 2002-12-22 Zoltan Kemenczy <zoltan@ieee.org>
1600
1601 * gud.el (gud-menu-map): Add jdb support for "run".
1602 (gud-jdb-find-source-using-classpath): Use 'identity.
1603 (gud-jdb-marker-filter): Marker regexp and filename filtering
1604 change to support a backwards-incompatible change in Sun's jdb
1605 line number display in SDK versions 1.4.
1606 (gud-format-command): gud-find-class now requires two
1607 parameters (file and linenumber).
1608 (gud-find-class): Bulk of the change related to using c-syntactic
1609 symbols to locate nested class declarations in java sources
1610 visited by java-mode (cc-mode).
1611
1612 2002-12-21 Nick Roberts <nick@nick.uklinux.net>
1613
1614 * gdb-ui.el: Remove the concept of an instance. This means that
1615 a lot of functions have been renamed. Accessors are prefixed with
1616 gdb-get, setters with gdb-set and the word instance has been
1617 removed from many function and variable names.
1618 (gdb-display-buffer): Protect source buffer as well
1619 as GUD buffer when requesting new buffers.
1620 (gdb-source-info): Two changes : Don't create display buffer
1621 automatically, compute source window correctly.
1622
1623 2002-12-21 Richard M. Stallman <rms@gnu.org>
1624
1625 * man.el (Man-getpage-in-background): Put GROFF_NO_SGR in env.
1626
1627 * ls-lisp.el (original-insert-directory): Make this a variable,
1628 don't set its function definition.
1629 (insert-directory): Use funcall to call that function.
1630
1631 * bindings.el (help-echo): Change tooltip string.
1632
1633 * chistory.el (command-history-map): Move definition up.
1634
1635 * faces.el (help-xref-stack): Add defvar to avoid warning.
1636
1637 2002-12-21 Andreas Schwab <schwab@suse.de>
1638
1639 * dired.el (dired-insert-directory): Preserve text properties
1640 when quoting.
1641
1642 2002-12-20 Francesco Potort\e,Al\e(B <pot@gnu.org>
1643
1644 * mail/undigest.el (rmail-mail-separator): Renamed from
1645 rmail-digest-mail-separator. All users changed.
1646 (unforward-rmail-message): Rewritten to be more robust and to
1647 additionally account for the common style of forwarding messages
1648 by citing them entirely with headers.
1649
1650 2002-12-18 Dave Love <fx@gnu.org>
1651
1652 * international/utf-8-subst.el: Deleted.
1653
1654 * international/ucs-tables.el (ucs-fragment-8859): Don't modify
1655 char-coding-system-table elements destructively.
1656 Use optimize-char-coding-system-table.
1657
1658 * international/mule.el (optimize-char-coding-system-table): New.
1659 (register-char-codings): Use it.
1660
1661 * international/utf-8.el (ucs-mule-cjk-to-unicode)
1662 (ucs-unicode-to-mule-cjk): Revert last change.
1663 (utf-subst-table-for-encode): Initially use ucs-mule-cjk-to-unicode.
1664 (utf-subst-table-for-decode): Initially use ucs-unicode-to-mule-cjk.
1665 (utf-fragment-on-decoding, utf-translate-cjk): Don't modify
1666 char-coding-system-table elements destructively.
1667 (utf-translate-cjk): Set ucs-mule-cjk-to-unicode,
1668 ucs-unicode-to-mule-cjk to new hash tables with realistic parameters.
1669
1670 2002-12-18 John Paul Wallington <jpw@shootybangbang.com>
1671
1672 * info.el (Info-dir-remove-duplicates): Avoid infloop when
1673 deleting last entry.
1674
1675 2002-12-17 Nick Roberts <nick@nick.uklinux.net>
1676
1677 * gdb-ui.el (gdba-marker-filter, gdb-output-burst): Merge and
1678 rename gud-gdba-marker-filter.
1679 (gdb-append-to-inferior-io): Only pop up IO buffer if there is output.
1680 (gdb-make-instance): Remove (put into gdba).
1681 Use gdb-instance-enqueue-input instead of
1682 gdb-instance-enqueue-idle-input for user functions.
1683 (gdb-instance-target-string): Simplify.
1684 (in-gdb-instance-context): Remove.
1685 Expand Commentary.
1686
1687 2002-12-17 Kenichi Handa <handa@m17n.org>
1688
1689 * international/mule.el (set-file-name-coding-system): New function.
1690
1691 * international/mule-cmds.el (mule-keymap, set-coding-system-map):
1692 Add bindings for set-file-name-coding-system.
1693
1694 2002-12-17 Kenichi Handa <handa@m17n.org>
1695
1696 * international/mule-cmds.el (universal-coding-system-argument):
1697 Bind coding-system-require-warning to t.
1698 (select-safe-coding-system): Handle t in the arg
1699 DEFAULT-CODING-SYSTEM specially. Use read-coding-system to read a
1700 coding-system to allow users to specify unsafe coding system on
1701 their risk.
1702
1703 2002-12-16 Francesco Potort\e,Al\e(B <pot@gnu.org>
1704
1705 * mail/undigest.el (rmail-digest-methods)
1706 (rmail-digest-mail-separator): New variables.
1707 (rmail-digest-parse-mime, rmail-digest-parse-rfc1153strict)
1708 (rmail-digest-parse-rfc1153sloppy, rmail-digest-rfc1153)
1709 (rmail-digest-parse-rfc934): New functions.
1710 (undigestify-rmail-message): Completely rewritten.
1711
1712 2002-12-16 Kim F. Storm <storm@cua.dk>
1713
1714 * ido.el (ido-read-file-name): Remove debug message.
1715
1716 2002-12-16 Daniel Pfeiffer <occitan@esperanto.org>
1717
1718 * buff-menu.el (Buffer-menu, Buffer-menu-use-header-line)
1719 (Buffer-menu-buffer-face, Buffer-menu-buffer+size-width)
1720 (Buffer-menu-mode-width): New customization.
1721 (Buffer-menu-sort-column): New var.
1722 (Buffer-menu-no-header): New function for not changing header line and
1723 recognizing swapped M&R columns, used by modifying commands in Buffer
1724 Menu.
1725 (Buffer-menu-buffer+size): New function for variable width buffer name.
1726 (list-buffers-noselect): Rewritten for nicer menu.
1727
1728 2002-12-16 Markus Rost <rost@math.ohio-state.edu>
1729
1730 * filesets.el (filesets-build-menu-now): Don't clear messages.
1731
1732 * allout.el: Avoid name conflicts with outline.el.
1733 Replace globally string "outline-" with string "allout-".
1734 Replaced 1446 occurrences; there was no string "allout-" before the
1735 change and there seems to be no dependency on outline.el.
1736 Put `quotes' around many function and variable names.
1737 Doc changes to adjust to the change to prefix "allout-".
1738 Don't provide `outline'. Use " Allout" as mode line string,
1739 not " Outl". Put group `allout' in group `editing'.
1740 Update Copyright notice. Autoload `allout-init'.
1741 (allout-init): Give report also in case auto-activation was inhibited.
1742 (my-mark-marker): Test for feature `xemacs' instead of a string parse.
1743
1744 2002-12-16 Stefan Monnier <monnier@cs.yale.edu>
1745
1746 * xml.el (xml-parse-tag): Allow spaces between / and >.
1747
1748 2002-12-15 David Kastrup <David.Kastrup@t-online.de>
1749
1750 * emacs-lisp/autoload.el (autoload-ensure-default-file):
1751 Insert missing space in file end comment.
1752
1753 2002-12-15 Simon Josefsson <jas@extundo.com>
1754
1755 * mail/smtpmail.el (smtpmail-via-smtp): Fall back to
1756 user-mail-address as sender.
1757
1758 2002-12-15 Dave Love <fx@gnu.org>
1759
1760 * international/mule-cmds.el (standard-keyboard-coding-systems):
1761 Delete.
1762 (set-locale-environment): Don't use it.
1763
1764 * international/utf-8.el (ucs-mule-cjk-to-unicode)
1765 (utf-subst-table-for-encode, ucs-unicode-to-mule-cjk)
1766 (utf-subst-table-for-decode): Specify :size, :rehash-size.
1767 (utf-translate-cjk): :set rewritten to load subst-... files.
1768 Add :set-after.
1769 (ccl-decode-mule-utf-8): Consider CJK translation for r3<#x3400.
1770
1771 2002-12-15 Gustav H\e,Ae\e(Bllberg <gustav@virtutech.se> (tiny change)
1772
1773 * progmodes/compile.el (compile-reinitialize-errors): Don't mark the
1774 buffer as modified unless it really is.
1775
1776 2002-12-14 Andreas Schwab <schwab@suse.de>
1777
1778 * wid-edit.el (widget-move): Don't loop infinitely when there is
1779 no field or button.
1780
1781 2002-12-13 Stefan Monnier <monnier@cs.yale.edu>
1782
1783 * uniquify.el (uniquify-rationalize-file-buffer-names, rename-buffer)
1784 (uniquify-delay-rationalize-file-buffer-names, kill-buffer-hook):
1785 Undo 2002/09/27 change because kill-buffer-hook is not
1786 permanent-local.
1787
1788 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
1789 Optimize the remaining part of for-effect and/or expressions.
1790
1791 2002-12-13 Markus Rost <rost@math.ohio-state.edu>
1792
1793 * emacs-lisp/easy-mmode.el (define-minor-mode):
1794 Use `custom-current-group'. Pass all groups to the hook.
1795 (easy-mmode-define-global-mode): Use `custom-current-group'.
1796
1797 * international/mule-cmds.el (current-language-environment):
1798 Set type according to `language-info-alist' also here.
1799
1800 * progmodes/compile.el (compilation-menu-map):
1801 Use `kill-compilation' to stop compilation.
1802
1803 2002-12-13 Kenichi Handa <handa@m17n.org>
1804
1805 * language/european.el (encode-mac-roman): Fix last change.
1806
1807 * language/cyrillic.el (ccl-encode-koi8, ccl-encode-koi8-u)
1808 (ccl-encode-alternativnyj): Fix last change.
1809
1810 2002-12-13 Nick Roberts <nick@nick.uklinux.net>
1811
1812 * gdb-ui.el: Improve documentation strings.
1813 (gdb-many-windows): Set default value to nil.
1814
1815 2002-12-12 Dave Love <fx@gnu.org>
1816
1817 * international/subst-big5.el, international/subst-gb2312.el:
1818 * international/subst-jis.el, international/subst-ksc.el: New.
1819
1820 * custom.el (defcustom, custom-set-variables): Doc fix.
1821
1822 * emacs-lisp/bytecomp.el (byte-compile-if): Suppress warnings from
1823 things protected by `(if (fboundp ...' or `(if (boundp ...'.
1824
1825 * emacs-lisp/byte-opt.el (byte-optimize-featurep): New.
1826
1827 2002-12-12 Glenn Morris <gmorris@ast.cam.ac.uk>
1828
1829 * progmodes/fortran.el (fortran-mode-abbrev-table):
1830 Handle `define-abbrev' with either 5 or 6 arguments.
1831
1832 2002-12-12 Markus Rost <rost@math.ohio-state.edu>
1833
1834 * international/mule-cmds.el (set-language-info):
1835 Update custom-type of `current-language-environment'.
1836 (current-language-environment): Fix custom type.
1837
1838 2002-12-11 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1839
1840 * progmodes/antlr-mode.el (antlr): New URL.
1841
1842 2002-12-10 R. Bernstein <rocky@panix.com>
1843
1844 * gud.el (bashdb): Prompt now included parenthesis for subshell levels.
1845 Fix erroneous print expression command, and fix typos.
1846 (perldb): Undo previous change in prompt regexp.
1847
1848 2002-12-10 Steven Tamm <steventamm@mac.com>
1849
1850 * generic-x.el (javascript-generic-mode): Added C style block
1851 comments as used in ECMA-262 standard.
1852
1853 2002-12-10 Kenichi Handa <handa@m17n.org>
1854
1855 * language/european.el ("Swedish"): Change tutorial file name to
1856 TUTORIAL.sv in this langauge environment..
1857
1858 2002-12-09 John Paul Wallington <jpw@shootybangbang.com>
1859
1860 * ibuffer.el (ibuffer-mode): If `show-paren-mode' is enabled,
1861 disable it buffer-locally.
1862 (ibuffer-mouse-popup-menu): Use `=' instead of `eq' to compare
1863 `eventpt' and point.
1864
1865 * ibuf-ext.el (ibuffer-remove-duplicates): New function.
1866 (ibuffer-set-filter-groups-by-mode): Use it instead of
1867 `delete-duplicates' so we don't require cl library at runtime.
1868 (ibuffer-insert-filter-group-before): Don't use `position' so we
1869 don't require cl library at runtime.
1870
1871 * chistory.el (command-history-mode): Add interactive spec.
1872 Improve doc string.
1873
1874 2002-12-09 Richard M. Stallman <rms@gnu.org>
1875
1876 * isearch.el (isearch-no-upper-case-p): \\ only quotes one character.
1877
1878 2002-12-09 Markus Rost <rost@math.ohio-state.edu>
1879
1880 * mwheel.el (mouse-wheel-scroll-amount): Revert previous change -
1881 customize type 'float is now defined.
1882
1883 2002-12-09 Dave Love <fx@gnu.org>
1884
1885 * international/code-pages.el (mik, pt154): New coding systems.
1886
1887 * international/ucs-tables.el: Fix properly.
1888
1889 2002-12-09 Andreas Schwab <schwab@suse.de>
1890
1891 * international/ucs-tables.el: Fix last change.
1892
1893 2002-12-09 Kenichi Handa <handa@m17n.org>
1894
1895 * international/titdic-cnv.el (titdic-convert): Process the
1896 header part in multibyte mode.
1897
1898 2002-12-08 Dave Love <fx@gnu.org>
1899
1900 * international/code-pages.el (mule-diag): Move where it's required.
1901
1902 * international/ucs-tables.el: Add latin-jisx0201 characters.
1903 Fix translation-table-for-input for lao, thai, tibetan.
1904
1905 2002-12-08 Andreas Schwab <schwab@suse.de>
1906
1907 * files.el (insert-directory): Insert free space only when
1908 listing a full directory.
1909
1910 2002-12-08 Nick Roberts <nick@nick.uklinux.net>
1911
1912 * gdb-ui.el : Remove inappropriate key-bindings.
1913 (gdb-info-breakpoints-custom, gdb-goto-bp-this-line):
1914 Parse correctly when breakpoint has no line number.
1915 (def-gdb-auto-update-handler, gdb-info-locals-handler),
1916 (gdb-display-end): Avoid using insert-buffer.
1917 (gdb-frames-select-by-mouse): Rename gdb-frames-mouse-select.
1918
1919 2002-12-07 Richard M. Stallman <rms@gnu.org>
1920
1921 * progmodes/compile.el (compilation-enter-directory-regexp-alist)
1922 (compilation-leave-directory-regexp-alist): Match byte compiler output.
1923
1924 * emacs-lisp/cl-macs.el: Add local variable list
1925 to turn off cl-function warnings.
1926
1927 * emacs-lisp/bytecomp.el (byte-compile-eval): Handle (t . SYMBOL)
1928 elements in load-history.
1929 (byte-compile-cl-warn): No cl warnings for cl-defsubst-expand
1930 and cl-struct-setf-expander.
1931
1932 * emacs-lisp/autoload.el (autoload-print-form-outbuf):
1933 New variable.
1934 (autoload-print-form): Use autoload-print-form-outbuf.
1935 (generate-file-autoloads): Bind autoload-print-form-outbuf.
1936
1937 * calendar/calendar.el (calendar-day-name): Move defn down.
1938
1939 * speedbar.el (speedbar-directory-buttons-follow):
1940 Don't use directory-sep-char.
1941
1942 2002-12-06 Masatake YAMATO <jet@gyve.org> (tiny change)
1943
1944 * register.el (describe-register-1): Use window-width
1945 to truncate string in a register. Check whether the string
1946 in a register is an empty string or a sequence of white spaces.
1947
1948 2002-12-07 Andreas Schwab <schwab@suse.de>
1949
1950 * faces.el (face-font-selection-order)
1951 (face-font-family-alternatives, face-font-registry-alternatives):
1952 Remove period from :tag value.
1953
1954 * cus-edit.el (custom-face-edit-fix-value): Change :reverse-video
1955 to :inverse-video.
1956
1957 2002-12-07 Markus Rost <rost@math.ohio-state.edu>
1958
1959 * wid-edit.el (define-widget number): Clarify doc and error message.
1960 (define-widget float): New widget.
1961
1962 2002-12-07 Andreas Schwab <schwab@suse.de>
1963
1964 * eshell/em-ls.el (eshell-ls-product-regexp): Fix typo.
1965
1966 * files.el (find-file-read-args): Reenable wildcard processing
1967 unconditionally.
1968
1969 2002-12-06 Robert J. Chassell <bob@rattlesnake.com>
1970
1971 * textmodes/texinfmt.el (texinfo-format-scan): Handle new
1972 functions for copyright notice and copying permissions.
1973 (texinfo-copying, texinfo-insertcopying): New functions.
1974
1975 2002-12-03 TAKAHASHI Kaoru <kaoru@kaisei.org>
1976
1977 * textmodes/texinfmt.el (texinfo-format-ifxml)
1978 (texinfo-format-xml): New function.
1979 (ifxml, ifnotxml): New aliases.
1980
1981 2002-12-06 Dave Love <fx@gnu.org>
1982
1983 * international/utf-8-subst.el: Revert last change.
1984
1985 2002-12-06 Miles Bader <miles@gnu.org>
1986
1987 * info.el (Info-insert-dir): Make dir-node-cache variables
1988 buffer-local, so that killing the *info* buffer forces the
1989 dir-node to be rebuilt.
1990
1991 2002-12-06 Markus Rost <rost@math.ohio-state.edu>
1992
1993 * finder.el (finder-compile-keywords): Don't insert a keyword to
1994 the generated file.
1995
1996 2002-12-05 Andreas Schwab <schwab@suse.de>
1997
1998 * speedbar.el (speedbar-highlight-face): Fix face spec.
1999
2000 2002-12-05 Stefan Monnier <monnier@cs.yale.edu>
2001
2002 * gdb-ui.el: Replace uses of (gdb-get-instance-buffer 'gdba) and
2003 gdb-proc with gud-comint-buffer instead.
2004 (gdb-proc): Remove.
2005 (def-gdb-var): Simplify.
2006 (gdb-get-create-instance-buffer): Avoid make-variable-buffer-local.
2007 Set gud-comint-buffer as well as gud-minor-mode and tool-bar-map.
2008 (gdb-goto-bp-this-line): Select the window while doing the goto-line.
2009 (gdb-info-locals-handler): Avoid replace-regexp.
2010
2011 * calendar/calendar.el (facemenu-unlisted-faces): Only update
2012 after facemenu is loaded.
2013 (calendar-font-lock-keywords): Accept non-ASCII month names.
2014 Use regexp-opt.
2015
2016 * gdb-ui.el (gud-gdb-complete-string, gud-gdb-complete-break)
2017 (gud-gdb-complete-list, gud-gdb-complete-in-progress): Remove.
2018 (gdba): Call `gdb' and then make modifications.
2019 Always call gdb-clear-inferior-io rather than just "the first time".
2020 (gud-break, gud-remove): Definitions moved to inside gdba.
2021 (gdb-target-name): Remove. Use gud-target-name instead.
2022 (gdba-complete-filter, gdba-common-init): Remove.
2023 The changes were integrated into the generic code.
2024
2025 * gud.el: Use match-string.
2026 (gud-menu-map): Re-fix gdb-running to gud-running.
2027 Activate up/down and finish for pdb.
2028 (gud-def): Use backquotes.
2029 (gdb, sdb, dbx, xdb, pdb, jdb, bashdb): Remove redundant menu bindings.
2030 (gud-gdb-complete-in-progress, gud-gdb-complete-string)
2031 (gud-gdb-complete-break, gud-gdb-complete-list):
2032 Rename to gud-gdb-fetch-lines-in-progress, gud-gdb-fetch-lines-string,
2033 gud-gdb-fetch-lines-break and gud-gdb-fetched-lines.
2034 (gud-gdb-fetch-lines-filter): Rename from gud-gdb-complete-filter.
2035 Add a `filter' argument and run it on `string'.
2036 (gud-gdb-run-command-fetch-lines): Use it instead of
2037 gud-gdb-speedbar-stack-filter. Add a `skip' arg.
2038 Return the fetched lines.
2039 (gud-gdb-complete-command): Use it instead of cooking up
2040 something by hand using gud-gdb-complete-filter.
2041 (gud-gdb-get-stackframe): Use the new calling convention of
2042 gud-gdb-run-command-fetch-lines.
2043 (gud-gdb-fetched-stack-frame-list): Remove.
2044 (gud-gdb-speedbar-stack-filter): Remove.
2045 (gud-jdb-marker-filter): Change RE for easier extraction of submatches.
2046 (gud-bashdb-command-name): Add "--debugger" argument here.
2047 (bashdb): Use default gud-find-file and don't bother with
2048 a massage-args function now that --debugger is make explicit.
2049 (gud-bashdb-massage-args, gud-bashdb-find-file): Remove.
2050 (bashdb): Don't provide.
2051 (gud-target-name): New var.
2052 (gud-common-init): Set it.
2053 Also reset gud-running and gud-last-last-frame.
2054
2055 2002-12-05 Dave Love <fx@gnu.org>
2056
2057 * international/utf-8-subst.el: Update safe-chars of mule-utf-8,
2058 mule-utf-16-le, mule-utf-16-be.
2059
2060 2002-12-05 Richard M. Stallman <rms@gnu.org>
2061
2062 * textmodes/outline.el (outline-mode): Doc fix.
2063
2064 2002-12-05 Edward M. Reingold <reingold@emr.cs.iit.edu>
2065
2066 * calendar/solar.el (solar-atn2): Give correct quadrant for arctan.
2067
2068 2002-12-05 Kenichi Handa <handa@m17n.org>
2069
2070 * international/titdic-cnv.el (quail-misc-package-ext-info):
2071 Remove duplicate entry for chinese-b5-quick.
2072 (batch-miscdic-convert): Don't try to call miscdic-convert on
2073 files in the directory just following the arg "-dir".
2074
2075 2002-12-04 Stefan Monnier <monnier@cs.yale.edu>
2076
2077 * gdb-ui.el: Fold top-level `setq's and `define-key's into their
2078 corresponding defvar.
2079 (gdb-inferior-io-mode-map): New var.
2080 Add bindings to it rather than to comint-mode-map.
2081 (gdb-display-number-end): Use dolist. Remove always-true test.
2082 (gdb-delete-line): Move and simplify.
2083 (gdb-display-end): Don't bother going to beg-of-line since we're there.
2084 (gdb-array-format1): Use dolist.
2085 (gdb-make-windows-menu, gdb-make-frames-menu):
2086 Move to top-level code. Move the menus to within the GUD menu.
2087 Make the menus only appear in gdba mode.
2088
2089 * gdb-ui.el (gdb-inferior-io-mode-map): Remove (unused).
2090 (gdb-inferior-io-mode): Use define-minor-mode.
2091 (gdb-source-info): Don't burp if there's no source file.
2092 (gdb-inferior-io-interrupt, gdb-inferior-io-quit)
2093 (gdb-inferior-io-stop, gdb-inferior-io-eof)
2094 (gdb-display-breakpoints-buffer, gdb-frame-breakpoints-buffer)
2095 (gdb-display-stack-buffer, gdb-frame-stack-buffer)
2096 (gdb-display-registers-buffer, gdb-frame-registers-buffer)
2097 (gdb-display-locals-buffer, gdb-frame-locals-buffer)
2098 (gdb-display-display-buffer, gdb-frame-display-buffer)
2099 (gdb-display-gdb-buffer, gdb-frame-gdb-buffer)
2100 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
2101 Remove the spurious left over arg from the "big reorg".
2102
2103 2002-12-04 Richard M. Stallman <rms@gnu.org>
2104
2105 * gud.el (gud-menu-map): Update for bashdb.
2106 (perldb): Change prompt regexp.
2107 (gud-bashdb-history, gud-bashdb-massage-args, gud-bashdb-marker-filter)
2108 (gud-bashdb-find-file, gud-bashdb-command-name, bashdb): New.
2109
2110 * progmodes/cc-vars.el: Simply require wid-edit and custom
2111 in eval-when-compile.
2112
2113 * progmodes/cc-menus.el: Don't require imenu.
2114
2115 * progmodes/cc-langs.el: Don't require cl.
2116 (c-delete-duplicates): New function. Use instead of delete-duplicates.
2117
2118 * progmodes/cc-bytecomp.el (cc-bytecomp-obsolete-var):
2119 Add an else-clause to the if to avoid confused compiler warning.
2120
2121 * tooltip.el (tooltip-gud-tips-p): Undo previous change.
2122
2123 2002-12-03 Stefan Monnier <monnier@cs.yale.edu>
2124
2125 * gdb-ui.el: Get rid of (quote ..); use match-string and ignore.
2126
2127 * gdb-ui.el (gdba, gdb-starting, gdb-stopped, gdb-quit):
2128 Update gdb-running -> gud-running.
2129 (gdba): Use the default for gud-find-file.
2130 (def-gdb-variable): Remove: fold into def-gdb-var.
2131 (def-gdb-var): Use buffer-local-value and with-current-buffer.
2132
2133 * gud.el (gud-running): Rename from gdb-running. Update uses.
2134 (gud-tool-bar-map): Use tool-bar-local-item-from-menu rather than
2135 tool-bar-add-item-from-menu to avoid let binding tool-bar-map
2136 which fails if tool-bar.el is loaded in the mean time.
2137 (gud-file-name): New fun.
2138 (gud-find-file): Use it as default value for gud-find-file.
2139 (gud-speedbar-buttons): Discriminate on gud-minor-mode rather than
2140 on gud-find-file.
2141 (gud-gdb-find-file, gud-dbx-file-name, gud-dbx-find-file)
2142 (gud-xdb-file-name, gud-xdb-find-file, gud-perldb-find-file)
2143 (gud-pdb-find-file, gud-jdb-find-file): Remove.
2144 (gud-query-cmdline): Don't stuff the whole cwd in the command.
2145 (gdb, dbx, xdb, perldb, pdb, jdb): Use the default for gud-find-file.
2146 (gud-mipsdbx-massage-args): Remove.
2147 (gud-dbx-command-name): New var. Do what gud-mipsdbx-massage-args did.
2148 (gud-irixdbx-marker-filter): Use match-string and gud-file-name.
2149 (gud-jdb-command-name): New var.
2150 (gud-common-init): Re-instate RMS code of 11/13.
2151
2152 2002-12-03 Dave Love <fx@gnu.org>
2153
2154 * international/ucs-tables.el (ucs-unify-8859, ucs-unify-8859)
2155 (ucs-fragment-8859): Don't use set-buffer-major-mode-hook.
2156 (ucs-set-table-for-input): Use optional arg. Check for null `cs'.
2157
2158 2002-12-03 Andreas Schwab <schwab@suse.de>
2159
2160 * cus-edit.el (custom-display): Add checkbox for type mac.
2161
2162 * whitespace.el (whitespace-highlight-face): Fix face spec.
2163
2164 2002-12-02 Stefan Monnier <monnier@cs.yale.edu>
2165
2166 * simple.el (completion-setup-function): Fix last change to use
2167 minibuffer-completing-file-name instead.
2168
2169 * add-log.el (change-log-mode): Set indent-line-function explicitly
2170 to what it was before indent-line-function's default was changed.
2171
2172 2002-12-02 Richard M. Stallman <rms@gnu.org>
2173
2174 * textmodes/ispell.el (ispell-dict-map): Move specific
2175 dictionary selection into a submenu.
2176
2177 * textmodes/fill.el (fill-indent-to-left-margin): New function.
2178 (fill-newline, fill-region-as-paragraph): Use that.
2179
2180 * simple.el (completion-setup-function):
2181 Handle ffap-read-file-or-url-internal specially like
2182 read-file-name-internal.
2183
2184 2002-12-02 Simon Marshall <marshals@perth>
2185
2186 * font-lock.el (c++-font-lock-extra-types): Fix previous change.
2187
2188 2002-12-02 Fran\e,Ag\e(Bois Pinard <pinard@iro.umontreal.ca>
2189
2190 * progmodes/make-mode.el (makefile-font-lock-keywords): Highlight
2191 more make keywords: defined, endef, override, export, unexport
2192 and vpath.
2193
2194 2002-12-02 Dave Love <fx@gnu.org>
2195
2196 * autoarg.el (autoarg-kp-mode): Give it a :group.
2197
2198 2002-12-02 Noah Friedman <friedman@splode.com>
2199
2200 * complete.el (PC-do-completion): Do not add wildcards to pattern
2201 unless filename is non-nil.
2202
2203 2002-12-02 Andreas Schwab <schwab@suse.de>
2204
2205 * mwheel.el (mouse-wheel-scroll-amount): Fix customize type.
2206
2207 * paren.el (show-paren-mismatch-face): Fix face spec.
2208
2209 2002-11-30 Nick Roberts <nick@nick.uklinux.net>
2210
2211 * gdb-ui.el (gdb-many-windows): Define as a minor mode.
2212 (toggle-gdb-windows): Remove. (Patch from Stefan Monnier)
2213
2214 * tooltip.el (tooltip-gud-process-output): Handle annotations that
2215 are output with gdba in gdb-ui.el.
2216 (tooltip-strip-annotations): New function.
2217
2218 2002-12-29 Dave Love <fx@gnu.org>
2219
2220 * autoarg.el (autoarg-mode): Give it a :group.
2221
2222 2002-11-29 Bill Wohler <wohler@newt.com>
2223
2224 * mail/mh-comp.el, mail/mh-e.el, mail/mh-funcs.el,
2225 mail/mh-mime.el, mail/mh-pick.el, mail/mh-seq.el,
2226 mail/mh-utils.el, mail/mh-xemacs-compat.el: Upgraded to MH-E
2227 version 7.0.
2228
2229 * mail/mh-index.el, mail/mh-speed.el: New files for indexed
2230 searches and speedbar support in MH-E version 7.0.
2231
2232 * toolbar/reply-all.pbm, toolbar/reply-all.xpm,
2233 toolbar/reply-from.pbm, toolbar/reply-from.xpm,
2234 toolbar/reply-to.pbm, toolbar/reply-to.xpm: New toolbar images for
2235 MH-E version 7.0.
2236
2237 2002-11-29 Markus Rost <rost@math.ohio-state.edu>
2238
2239 * mwheel.el (mouse-wheel-inhibit-click-time): Fix custom type.
2240
2241 2002-11-29 Richard M. Stallman <rms@gnu.org>
2242
2243 * mail/rmail.el (rmail-convert-to-babyl-format):
2244 Make search for message delimiter case-sensitive.
2245
2246 * simple.el (yank-window-start): New variable.
2247 (yank): Record yank-window-start
2248 (yank-pop): Use yank-window-start.
2249
2250 * info.el (Info-additional-directory-list): Doc fix.
2251
2252 * indent.el (indent-according-to-mode, indent-region): Doc fix.
2253
2254 * tooltip.el (tooltip-gud-tips-p): Doc fix.
2255
2256 * eshell/em-script.el: Require eshell.
2257
2258 * eshell/esh-ext.el, eshell/em-cmpl.el: Require esh-util.
2259
2260 2002-11-29 Kim F. Storm <storm@cua.dk>
2261
2262 * mwheel.el: Avoid accidental yanking of text while scrolling with
2263 the mouse wheel. This adds a short period after each mouse wheel
2264 scroll event where a click on the mouse wheel button is ignored.
2265 (mouse-wheel-click-event, mouse-wheel-inhibit-click-time): New customs.
2266 (mouse-wheel-click-button, mwheel-inhibit-click-event-timer): New vars.
2267 (mwheel-inhibit-click-timeout,mwheel-filter-click-events): New defuns.
2268 (mwheel-scroll): Add mwheel-filter-click-events as pre-command-hook.
2269 Start mwheel-inhibit-click-event-timer with timeout handler
2270 mwheel-inhibit-click-timeout.
2271
2272 2002-11-28 Nick Roberts <nick@nick.uklinux.net>
2273
2274 * tooltip.el (tooltip-gud-tips-setup): Remove.
2275 (tooltip-gud-debugger): Remove.
2276 (tooltip-gud-print-command): Use gud-minor mode instead of
2277 tooltip-gud-tips-setup and tooltip-gud-debugger.
2278
2279 * gdb-ui.el (gdb-starting): Set gdb-running to t.
2280 (gdb-stopped): Set gdb-running to nil.
2281 (gdb-quit): Reset some variables including tool-bar-map.
2282
2283 * gud.el (gdb-running): New variable.
2284 (gud-menu-map): Use gdb-running to grey out toolbar buttons
2285 with gdba in gdb-ui.el.
2286 (gud-tool-bar-map): Move to avoid byte compiler warning.
2287
2288 2002-11-27 Jason Rumney <jasonr@gnu.org>
2289
2290 * files.el (file-truename): Canonicalize non-existent names on w32.
2291
2292 2002-11-28 Kim F. Storm <storm@cua.dk>
2293
2294 * ido.el (ido-xemacs): Remove defvar. All uses changed to
2295 check (featurep 'xemacs) instead.
2296 (ido-visit-buffer): Use select-frame-set-input-focus unconditionally.
2297
2298 2002-11-27 Dave Love <fx@gnu.org>
2299
2300 * emacs-lisp/cl-macs.el: Move `predicates for analyzing Lisp
2301 forms' block to top (before uses).
2302 (help-fns): Don't require at top level. (Recursively.)
2303 (cl-transform-lambda): Require help-fns.
2304
2305 2002-11-26 Dave Love <fx@gnu.org>
2306
2307 * language/european.el (encode-mac-roman): Deal with unencodable
2308 characters.
2309
2310 * language/cyrillic.el (ccl-encode-koi8, ccl-encode-koi8-u)
2311 (ccl-encode-alternativnyj): Deal with unencodable characters.
2312
2313 * international/code-pages.el (cp-make-coding-system): Deal with
2314 unencodable characters.
2315
2316 2002-11-24 Richard M. Stallman <rms@gnu.org>
2317
2318 * mail/sendmail.el (mail-signature): Handle case where
2319 value of mail-signature is a string.
2320
2321 * menu-bar.el (menu-bar-describe-menu): Add "What's This?" item.
2322
2323 * faces.el (face-set-after-frame-default): Ignore errors
2324 in face-spec-face-set.
2325
2326 * cus-face.el (custom-declare-face): Add face-defface-spec
2327 prop after applying the face spec.
2328
2329 2002-11-23 Nick Roberts <nick@nick.uklinux.net>
2330
2331 * tooltip.el (tooltip-gud-print-command): Add server prefix to the
2332 print command for gdb to keep it out of the command history.
2333
2334 * gdb-ui.el: Major re-organisation. Simplify legacy gdba
2335 code to allow only one gdb process.
2336
2337 2002-11-23 Markus Rost <rost@math.ohio-state.edu>
2338
2339 * scroll-all.el (scroll-all-mode): Move arg LIGHTER to the right
2340 place. Add groups.
2341
2342 2002-11-22 Simon Marshall <marshals@perth>
2343
2344 * font-lock.el (c++-font-lock-extra-types): Add various STL classes.
2345
2346 2002-11-21 Nick Roberts <nick@nick.uklinux.net>
2347
2348 * gdb-ui.el : General tidying. Patches from Stefan Monnier.
2349
2350 2002-11-20 Simon Josefsson <jas@extundo.com>
2351
2352 * play/morse.el (morse-code): Add non-ASCII characters, according
2353 to table at http://www.soton.ac.uk/~scp93ch/morse/.
2354
2355 2002-11-21 Richard M. Stallman <rms@gnu.org>
2356
2357 * dired.el (dired-sort-inhibit): New variable.
2358 (dired-sort-toggle-or-edit): Err if dired-sort-inhibit non-nil.
2359
2360 * find-dired.el (find-dired): Set dired-sort-inhibit to t
2361 buffer-locally.
2362
2363 2002-11-21 Eugene Exarevsky <zheka@relex.ru>
2364
2365 * progmodes/sql.el: Added LINTER support.
2366 (sql-linter-program): New variable.
2367 (sql-linter-options): New variable.
2368 (sql-mode-menu): Added Linter keywords.
2369 (sql-mode-linter-font-lock-keywords): New variable.
2370 (sql-highlight-linter-keywords): New function.
2371 (sql-linter): New function.
2372 (sql-ms-options): New variable.
2373 (sql-ms): Use it.
2374
2375 2002-11-21 John Paul Wallington <jpw@shootybangbang.com>
2376
2377 * ibuffer.el (ibuffer-formats): Change default value; bump width
2378 of size column in first format to 7.
2379
2380 2002-11-20 Stefan Monnier <monnier@cs.yale.edu>
2381
2382 * help-fns.el (describe-variable): Look for (defvar . <sym>) in the
2383 load-history since `defvar' now uses this format.
2384
2385 * custom.el (custom-declare-variable): Use push.
2386 Use the (defvar . <sym>) format in load-history like `defvar' does.
2387
2388 * subr.el (symbol-file): Accept a non-atomic `function' arg.
2389 (with-local-quit): Add debug and indentation info.
2390
2391 2002-11-20 John Paul Wallington <jpw@shootybangbang.com>
2392
2393 * subr.el (symbol-file): Remove unused variable `functions'.
2394
2395 2002-11-20 Markus Rost <rost@math.ohio-state.edu>
2396
2397 * Makefile.in (setwins_almost): Renamed from finder_setwins.
2398 (custom-deps): Use it.
2399 (finder-data): Adjust to that name change.
2400
2401 2002-11-19 Stefan Monnier <monnier@cs.yale.edu>
2402
2403 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
2404 Turn errors into messages so they don't get ignored.
2405 (eldoc-get-fnsym-args-string): Use help-split-fundoc.
2406 (eldoc-beginning-of-sexp): Simplify.
2407 (eldoc-function-arglist): Remove.
2408 (eldoc-function-argstring): Use help-function-arglist instead.
2409 (eldoc-function-argstring-from-docstring-method-table)
2410 (eldoc-function-argstring-from-docstring): Remove.
2411
2412 * emacs-lisp/cl.el (multiple-value-call): Add docstring.
2413
2414 2002-11-19 Dave Love <fx@gnu.org>
2415
2416 * emacs-lisp/bytecomp.el (maphash, map-char-table):
2417 Use byte-compile-funarg.
2418
2419 * emacs-lisp/byte-opt.el (side-effect-free-fns): Several additions.
2420
2421 2002-11-19 Markus Rost <rost@math.ohio-state.edu>
2422
2423 * progmodes/vhdl-mode.el (defgroup vhdl-related): Declare the
2424 members here rather than with custom-add-to-group. This is the
2425 intended way of using defgroup and also lets
2426 custom-make-dependencies do its job.
2427 (defgroup vhdl-highlight-faces): Ditto.
2428
2429 * emacs-lisp/shadow.el (defgroup lisp-shadow): New group name.
2430 Previous group name shadow is used in shadowfile.el.
2431 (shadows-compare-text-p): Use group lisp-shadow.
2432
2433 2002-11-19 Stefan Monnier <monnier@cs.yale.edu>
2434
2435 * emacs-lisp/cl.el (multiple-value-call): Add docstring.
2436
2437 2002-11-19 Masatake Yamato <jet@gyve.org> (tiny change)
2438
2439 * register.el (describe-register-1): Don't assign to val the value
2440 returned by `remove-list-of-text-properties'.
2441
2442 2002-11-18 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
2443
2444 * calendar/diary-lib.el (fancy-diary-font-lock-keywords):
2445 Grok month numbers, too.
2446
2447 2002-11-18 Juanma Barranquero <lektu@terra.es>
2448
2449 * mail/smtpmail.el (smtpmail-send-queued-mail): Add autoload cookie.
2450
2451 2002-11-18 Markus Rost <rost@math.ohio-state.edu>
2452
2453 * pcvs.el (cvs-minor-mode, cvs-mode-commit-hook): Add group.
2454
2455 * textmodes/refill.el (defgroup refill): New group.
2456
2457 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Add group.
2458
2459 * textmodes/sgml-mode.el (html-autoview-mode): Add group.
2460
2461 * textmodes/paragraphs.el (use-hard-newlines): Add group.
2462
2463 * progmodes/compile.el (compilation-shell-minor-mode): Add group.
2464 (compilation-minor-mode): Add group.
2465
2466 * reveal.el (global-reveal-mode): Add group.
2467
2468 * bookmark.el (bookmark-menu-length): Fix group name.
2469
2470 2002-11-17 Richard M. Stallman <rms@gnu.org>
2471
2472 * mail/rmail.el (rmail-ignored-headers): Add more headers.
2473
2474 * calendar/parse-time.el (parse-time-elt): Var renamed from `elt'.
2475 (parse-time-val): Var renamed from `val'. All uses changed.
2476
2477 * files.el (parse-time-rules): Mark it as risky.
2478
2479 * finder.el (finder-commentary): Use buffer *Finder-package*.
2480
2481 * menu-bar.el (menu-bar-options-menu): Improve tooltip string.
2482
2483 * simple.el (indicate-unused-lines)
2484 (default-indicate-unused-lines): New variable aliases.
2485
2486 2002-11-18 Kenichi Handa <handa@m17n.org>
2487
2488 * progmodes/cc-vars.el: Undo previous change.
2489
2490 2002-11-18 Kenichi Handa <handa@m17n.org>
2491
2492 * language/cyrillic.el (cyrillic-iso-8bit): Make it safe.
2493
2494 * language/european.el (iso-latin-1): Make it safe.
2495 (iso-latin-2, iso-latin-3, iso-latin-4, iso-latin-5, iso-latin-8)
2496 (iso-latin-9): Likewise.
2497
2498 * language/greek.el (greek-iso-8bit): Make it safe.
2499
2500 * language/hebrew.el (hebrew-iso-8bit): Make it safe.
2501
2502 * language/lao.el (lao): Make it safe.
2503
2504 * language/thai.el (thai-tis620): Make it safe.
2505
2506 2002-11-17 Markus Rost <rost@math.ohio-state.edu>
2507
2508 * speedbar.el (defgroup speedbar): Use group 'etags instead of
2509 nonexisting group 'tags.
2510
2511 * emacs-lisp/re-builder.el: Add provide call.
2512
2513 * mail/feedmail.el (feedmail-fiddle-headers-upwardly)
2514 (feedmail-fiddle-plex-user-list): Fix typo in group name.
2515
2516 * progmodes/make-mode.el (makefile-space-face): Fix group name.
2517
2518 * textmodes/ispell.el (defgroup ispell): Arrange that definition
2519 starts at beginning of line.
2520
2521 * textmodes/table.el (defgroup table-hooks): New group.
2522 (table-cell-map-hook): Fix typo in group name.
2523
2524 * calendar/diary-lib.el (diary-button-face): Add group and version
2525 number.
2526
2527 * warnings.el (defgroup warnings): New group.
2528
2529 2002-11-16 Markus Rost <rost@math.ohio-state.edu>
2530
2531 * emacs-lisp/autoload.el (update-autoloads-from-directories):
2532 Sort the list of files with no autoloads.
2533
2534 2002-11-16 Alan Shutko <ats@acm.org>
2535
2536 * calendar/diary-lib.el (list-diary-entries): Pass a marker
2537 indicating source of entry to add-to-diary-list.
2538 (diary-button-face, diary-entry, diary-goto-entry): New, to
2539 support click to diary file.
2540 (fancy-diary-display): Buttonize diary entries.
2541 (list-sexp-diary-entries): Pass a marker indicating source of
2542 entry to add-to-diary-list.
2543 (diary-date): Return mark as well as entry.
2544
2545 * calendar/calendar.el (diary-face): New.
2546 (european-calendar-display-form, describe-calendar-mode)
2547 (mark-visible-calendar-date, calendar-mark-today): Tidy doc string.
2548 (calendar-make-alist): New.
2549 (calendar-mode): Set up font-lock mode.
2550 (generate-calendar-window): Fontify if font-lock-mode is on.
2551
2552 2002-11-16 Ivan Zakharyaschev <imz@altlinux.org> (tiny change)
2553
2554 * international/codepage.el (cp866-decode-table): Fix the
2555 translation table.
2556
2557 2002-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
2558
2559 * progmodes/cc-bytecomp.el (cc-bytecomp-defun): Fixed bug that
2560 caused existing function definitions to be overridden by
2561 phonies when the bytecomp environment is restored.
2562
2563 2002-11-15 Nick Roberts <nick@nick.uklinux.net>
2564
2565 * toolbar/gud-break.pbm, toolbar/gud-cont.pbm, toolbar/gud-display.pbm,
2566 toolbar/gud-down.pbm, toolbar/gud-finish.pbm, toolbar/gud-goto.pbm,
2567 toolbar/gud-next.pbm, toolbar/gud-print.pbm, toolbar/gud-remove.pbm,
2568 toolbar/gud-run.pbm, toolbar/gud-step.pbm, toolbar/gud-up.pbm:
2569 Icons for debugger (pbm files).
2570
2571 2002-11-15 Richard M. Stallman <rms@gnu.org>
2572
2573 * international/mule.el (set-buffer-file-coding-system): Redo prev chg.
2574
2575 2002-11-15 John Paul Wallington <jpw@shootybangbang.com>
2576
2577 * ibuffer.el (ibuffer-use-other-window, ibuffer-use-header-line)
2578 (ibuffer-visit-buffer, ibuffer-redisplay, ibuffer-update): Doc fix.
2579 (ibuffer-mode-hooks): Remove spurious defvar.
2580 (ibuffer): Run `ibuffer-hook' instead of `ibuffer-hooks'.
2581 (ibuffer-mode): Run `ibuffer-mode-hook' instead of
2582 `ibuffer-mode-hooks'.
2583
2584 2002-11-15 Markus Rost <rost@math.ohio-state.edu>
2585
2586 * mail/rmailedit.el: Add provide call.
2587
2588 * play/bruce.el: Add provide call.
2589
2590 * emacs-lisp/gulp.el: Add provide call.
2591
2592 2002-11-14 Richard M. Stallman <rms@gnu.org>
2593
2594 * international/mule.el (set-buffer-file-coding-system): Undo prv chg.
2595
2596 2002-11-14 Markus Rost <rost@math.ohio-state.edu>
2597
2598 * custom.el (custom-declare-group): Remove unnecessary line of code.
2599
2600 * cus-dep.el (custom-make-dependencies): Bind load-file-name.
2601
2602 2002-11-14 Edward M. Reingold <reingold@emr.cs.iit.edu>
2603
2604 * calendar/diary-lib.el (make-diary-entry): Allow for local variables
2605 at end of diary file.
2606
2607 2002-11-14 Kim F. Storm <storm@cua.dk>
2608
2609 * files.el (mode-name): Mark it as risky-local-variable like the
2610 other mode-line elements (moved from bindings.el).
2611
2612 * bindings.el (mode-name): Moved mark as risky-local-variable to
2613 files.el.
2614
2615 2002-11-14 Juanma Barranquero <lektu@terra.es>
2616
2617 * gud.el: Fix feature name in `provide'.
2618
2619 * gdb-ui.el: Fix feature name in `require'.
2620
2621 2002-11-14 Per Cederqvist <ceder@lysator.liu.se> (tiny change)
2622
2623 * progmodes/etags.el (find-tag-default): Copy text at point without
2624 properties.
2625
2626 2002-11-14 Kenichi Handa <handa@m17n.org>
2627
2628 * progmodes/cc-vars.el: Don't cc-bytecomp-defun char-table-p.
2629
2630 2002-11-14 Kim F. Storm <storm@cua.dk>
2631
2632 * textmodes/fill.el (fill-nobreak-invisible): New var.
2633 (fill-nobreak-p): Test it; return t if set and point invisible.
2634 (fill-newline): Test it; remove invisible prop on newline if set.
2635
2636 * info.el (Info-fontify-node): New local list paragraph-markers.
2637 Record markers for mangled *note references on that list.
2638 When done, go back through those markers and fill each mangled
2639 paragraph with `fill-nobreak-invisible' let-bound to t.
2640 Don't use `display' property; insert "see" directly in buffer.
2641
2642 2002-11-14 Nick Roberts <nick@nick.uklinux.net>
2643
2644 * gdb-ui.el: New file, User Interface for running GDB
2645
2646 * gud.el:(gud-find-file): Set up GDB tool bar.
2647 (gud-menu-map): New commands: run, goto.
2648 Enable some commands for gdba.
2649 (gud-query-cmdline): Pass default directory to gdba.
2650 (gdb): Defune gud-goto and gud-run.
2651 (gud-gdb-complete-command): Maybe use gdba-complete-filter.
2652 (gud-mode): Set up local tool bar.
2653 (gud-display-line): For gdba, call gdb-display-source-buffer.
2654 (gud-basic-call): For gdba, maybe delete the current prompt.
2655 (gud-tool-bar-map): New variable.
2656 (gud-read-address): Correction.
2657
2658 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-display.xpm,
2659 toolbar/gud-down.xpm, toolbar/gud-finish.xpm, toolbar/gud-goto.xpm,
2660 toolbar/gud-next.xpm, toolbar/gud-print.xpm, toolbar/gud-remove.xpm,
2661 toolbar/gud-run.xpm, toolbar/gud-step.xpm, toolbar/gud-up.xpm:
2662 Icons for debugger.
2663
2664 2002-11-13 Stefan Monnier <monnier@cs.yale.edu>
2665
2666 * pcvs.el (cvs-mode-run): Don't pass "." if not needed.
2667
2668 2002-11-13 Andre Spiegel <spiegel@gnu.org>
2669
2670 * vc-rcs.el (vc-rcs-registered): Improve comment.
2671
2672 * vc-sccs.el (vc-sccs-registered): Improve comment.
2673
2674 2002-11-13 Tim Van Holder <tim.vanholder@anubex.com> (tiny change)
2675
2676 * progmodes/compile.el (compilation-error-regexp-alist):
2677 Don't include colon and space after a file name as part of the name.
2678
2679 2002-11-13 Richard M. Stallman <rms@gnu.org>
2680
2681 * gud.el (gdb): Undo 10-26 change.
2682
2683 2002-11-13 Kenichi Handa <handa@m17n.org>
2684
2685 * replace.el (occur-engine): Set buffer-file-coding-system of
2686 OUT-BUF to that of one of BUFFERS if they locally bind that variable.
2687
2688 2002-11-13 Markus Rost <rost@math.ohio-state.edu>
2689
2690 * custom.el (custom-handle-all-keywords): Fix arg passed to
2691 custom-add-to-group.
2692
2693 2002-11-12 Stefan Monnier <monnier@cs.yale.edu>
2694
2695 * pcvs-defs.el (cvs-mode-map): Remove M-f binding.
2696 (cvs-minor-mode-map): Add e binding in log-view-mode.
2697
2698 * progmodes/perl-mode.el (perl-hanging-paren-p): New fun.
2699 (perl-indent-line): Look at the open-paren to indent a close-paren.
2700 (perl-calculate-indent): Try to better indent args after hanging paren.
2701 Remove special code for open-paren-in-column-0.
2702
2703 * textmodes/sgml-mode.el (sgml-namify-char): New cmd.
2704 (sgml-name-char): Use it.
2705 (sgml-tag-last, sgml-tag-history): New vars.
2706 (sgml-tag): Use them.
2707 (sgml-skip-tag-forward): Use sgml-tag-syntax-table.
2708 (sgml-delete-tag): Remove resulting empty lines.
2709 (sgml-tag) <symbol-plist>: Don't make intangible.
2710 (sgml-parse-tag-backward): Add limit argument.
2711 (html-autoview-mode): Use define-minor-mode.
2712
2713 2002-11-12 Markus Rost <rost@math.ohio-state.edu>
2714
2715 * vc-rcs.el (vc-rcs-registered): Handle the autoload cookie so
2716 that the definition is found by `find-function-search-for-symbol'
2717 and etags.
2718
2719 * vc-sccs.el (vc-sccs-registered): Ditto.
2720
2721 * emulation/edt.el (defgroup edt): Arrange that definition starts
2722 at beginning of line.
2723
2724 * ls-lisp.el (defgroup ls-lisp): Remove autoload cookie.
2725
2726 * hi-lock.el (defgroup hi-lock-interactive-text-highlighting):
2727 Remove autoload cookie.
2728
2729 * newcomment.el (defgroup comment): Remove autoload cookie.
2730
2731 2002-11-11 Markus Rost <rost@math.ohio-state.edu>
2732
2733 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
2734 Declare with defvar, not with defcustom.
2735
2736 * cus-dep.el: Don't require 'autoload.
2737 (custom-make-dependencies): Handle :version also for autoloaded
2738 options.
2739
2740 * winner.el (defgroup winner): Arrange that definition starts at
2741 beginning of line.
2742
2743 * emulation/edt.el: Simplify Emacs 19 compatibility.
2744
2745 2002-11-11 Fabrice Bauzac <fabrice.bauzac@wanadoo.fr> (tiny change)
2746
2747 * dired-aux.el (dired-show-file-type): Format filename with "%s" to
2748 escape any format-like sequences it could contain.
2749
2750 2002-11-11 Per Abrahamsen <abraham@dina.kvl.dk>
2751
2752 * cus-edit.el (custom-save-delete): Force emacs-lisp-mode.
2753
2754 2002-11-11 Juanma Barranquero <lektu@terra.es>
2755
2756 * bindings.el (mode-name): Mark it as risky-local-variable.
2757
2758 2002-11-09 Dave Love <fx@gnu.org>
2759
2760 * international/mule-cmds.el (current-language-environment):
2761 Fix :type.
2762
2763 * international/ucs-tables.el: Revert to using
2764 translation-table-for-input instead of keyboard-translate-table.
2765
2766 * international/quail.el (quail-input-string-to-events):
2767 Revert last change.
2768
2769 * simple.el (quoted-insert): Bind translation-table-for-input,
2770 not keyboard-translate-table.
2771
2772 2002-11-08 Stefan Monnier <monnier@cs.yale.edu>
2773
2774 * arc-mode.el (archive-zip-summarize): Don't hardcode (point-min) = 1.
2775
2776 * complete.el (PC-do-completion): Make partial-completion work
2777 with incomplete directory names.
2778
2779 * textmodes/tex-mode.el (latex-standard-block-names): Rename from
2780 standard-latex-block-names.
2781 (tex-font-lock-keywords-1): Add providecommand, renewenvironment,
2782 and renewtheorem. Highlight \it and \bf separately since they
2783 may overlap.
2784 (tex-font-lock-suscript, tex-font-lock-unfontify-region): New funs.
2785 (tex-font-lock-keywords-3, tex-verbatim-environments)
2786 (tex-font-lock-syntactic-keywords): New vars.
2787 (superscript, subscript, tex-verbatim-face): New faces.
2788 (tex-font-lock-syntactic-face-function): Handle \verb construct.
2789 (tex-common-initialization): Update font-lock-defaults setting.
2790 (tex-insert-braces): Make it into a skeleton.
2791 (latex-fill-nobreak-predicate): Don't break after \.
2792 (latex-insert-block): Rename from tex-latex-block.
2793 (latex-down-list): Use tex-mode-syntax-table when skipping parens
2794 rather than the indentation syntax-table.
2795 (latex-close-block): Rename from tex-close-latex-block.
2796 (latex-split-block): New fun.
2797 (latex-indent): Don't indent inside a verbatim block.
2798 (latex-find-indent): Stick \begin{verbatim} to the margin.
2799
2800 2002-11-08 John Wiegley <johnw@gnu.org>
2801
2802 * calendar/timeclock.el (timeclock-modeline-display): Use assq as
2803 well as memq to find `global-mode-string' within
2804 `mode-line-format'. The structure of that variable has changed in
2805 21.3.
2806
2807 2002-11-07 Stefan Monnier <monnier@cs.yale.edu>
2808
2809 * format.el (format-decode): Be careful with the order in `format'.
2810
2811 * eshell/esh-cmd.el (function-p-func): Avoid `xemacs-p'.
2812
2813 * eshell/em-glob.el: Require esh-util.
2814 (eshell-glob-initialize): Don't assume
2815 eshell-special-chars-outside-quoting is available.
2816
2817 * textmodes/fill.el (fill-paragraph): Consider a comment-start as
2818 a paragraph starter when filling non-comments.
2819 (fill-comment-paragraph): Don't narrow while doing the fill.
2820 Recognize paragraph starters and separators within comments.
2821 Use adaptive-fill-prefix when it works. Use comment-search-forward.
2822
2823 * progmodes/compile.el (grep-default-command): New fun.
2824 (grep): Use it.
2825 (compilation-menu-map): New var.
2826 (compilation-minor-mode-map, compilation-shell-minor-mode-map): Use it.
2827 (compilation-mode-map): Simplify.
2828 (compilation-shell-minor-mode, compilation-minor-mode):
2829 Use define-minor-mode.
2830
2831 * elide-head.el (elide-head): Don't make intangible.
2832
2833 * help.el (where-is): Rename map to defs (a list of syms is not a map).
2834 Test fboundp first, to speed things up. Use push.
2835
2836 * isearch.el (isearch-hidden): New var.
2837 (isearch-search-and-update): Test it.
2838 (isearch-range-invisible): Set it.
2839
2840 * progmodes/tcl.el (tcl-mode): Don't set paragraph-start,
2841 paragraph-separate, comment-column, and fill-paragraph-function.
2842 Simplify outline-regexp.
2843 (tcl-do-fill-paragraph): Remove.
2844
2845 2002-11-07 Markus Rost <rost@math.ohio-state.edu>
2846
2847 * mail/sendmail.el (mail-default-directory): Set the version to 21.4.
2848
2849 * progmodes/compile.el (grep-compute-defaults): Undo previous change.
2850 Definition moved down.
2851 (grep-command, grep-find-command, grep-tree-command): Allow value nil.
2852 Do not declare :get property.
2853 (grep-use-null-device): Fix type. Do not declare :get property.
2854
2855 * emacs-lisp/checkdoc.el (checkdoc-find-error):
2856 Use get-file-buffer instead of get-buffer.
2857
2858 * cus-dep.el (custom-make-dependencies): Fix comment inserted in
2859 cus-load.el.
2860
2861 2002-11-07 Juanma Barranquero <lektu@terra.es>
2862
2863 * help.el (where-is): Report also aliases of the passed command.
2864
2865 2002-11-06 Dave Love <fx@gnu.org>
2866
2867 * simple.el (quoted-insert): Bind keyboard-translate-table around
2868 read-char.
2869
2870 * international/ucs-tables.el: Use keyboard-translate-table coding
2871 system property, not translation-table-for-input, for
2872 vietnamese-viscii & al.
2873 (translation-table-for-input): Set,
2874 don't defvar, and make permanent-local.
2875 (ucs-unify-8859, ucs-unify-8859, ucs-fragment-8859): Add/remove
2876 set-buffer-major-mode-hook, not quail-activate-hook.
2877 (ucs-set-table-for-input): Renamed from ucs-quail-activate.
2878 (ucs-unify-8859, ucs-unify-8859, ucs-fragment-8859):
2879 Setup keyboard-translate-table, not translation-table-for-input.
2880 Modify set-buffer-major-mode-hook, not quail-activate-hook.
2881 (ucs-fragment-8859): Don't use translation-table-for-input coding
2882 system property.
2883 (ucs-quail-activate): Deleted.
2884 (ucs-set-table-for-input): New.
2885 (ucs-minibuffer-setup): Use it.
2886
2887 * international/quail.el (quail-input-string-to-events):
2888 Use keyboard-translate-table, not translation-table-for-input.
2889
2890 * files.el (normal-mode): Call ucs-set-table-for-input.
2891
2892 * international/mule.el (set-buffer-file-coding-system):
2893 Call ucs-set-table-for-input.
2894
2895 2002-11-06 Richard M. Stallman <rms@gnu.org>
2896
2897 * replace.el (query-replace, query-replace-regexp): Doc fixes.
2898
2899 * emacs-lisp/bytecomp.el (byte-compile-lambda):
2900 Handle progn like let, inside interactive spec.
2901
2902 * textmodes/tex-mode.el (tex-dvi-view-command): Value can be sexp.
2903 Initialize to a suitable sexp.
2904 (tex-view): Evaluate tex-dvi-view-command and use the value.
2905
2906 2002-11-06 Kenichi Handa <handa@m17n.org>
2907
2908 * international/mule.el (coding-system-eol-type-mnemonic):
2909 Use eol-mnemonic-undecided if CODING-SYSTEM is nil.
2910
2911 2002-11-06 Kim F. Storm <storm@cua.dk>
2912
2913 * info.el (Info-fontify-node): Fixed hiding of *note references
2914 with embedded file names like (xxx.yyy).
2915 Avoid making any lines visibly longer if hiding newlines inside
2916 note references by wrapping line after references if it contained
2917 a newline (unfortunaly this makes more lines appear "shorter").
2918 Properly reindent multi-line menu entry descriptions.
2919
2920 2002-11-05 Juanma Barranquero <lektu@terra.es>
2921
2922 * language/cyrillic.el ("Bulgarian"): Fix typo.
2923
2924 * international/mule.el (coding-system-eol-type-mnemonic):
2925 Move from mule-util.el.
2926
2927 * international/mule-util.el (coding-system-eol-type-mnemonic):
2928 Move to mule.el.
2929
2930 2002-11-04 Juanma Barranquero <lektu@terra.es>
2931
2932 * files.el (find-buffer-visiting): Accept new optional PREDICATE
2933 argument to return only a buffer that satisfies the predicate.
2934 (insert-file-1): New function.
2935 (insert-file-literally): Use it.
2936 (insert-file): Use it.
2937
2938 2002-11-04 Robert Fenk <Robert.Fenk@gmx.de> (tiny change)
2939
2940 * desktop.el (desktop-relative-file-names): New variable.
2941 (desktop-save): Use it.
2942
2943 2002-11-03 Andre Spiegel <spiegel@gnu.org>
2944
2945 * vc.el (vc-dired-mode): Adapt dired-move-to-filename-regexp to
2946 its current version in dired.el.
2947
2948 2002-11-03 Stefan Monnier <monnier@cs.yale.edu>
2949
2950 * emacs-lisp/autoload.el (generate-file-autoloads)
2951 (update-file-autoloads): Strip .gz and other such extensions.
2952 (update-autoloads-from-directories): Also consider compressed files.
2953
2954 * info.el (Info-streamline-headings): New var.
2955 (Info-dir-remove-duplicates): New fun.
2956 (Info-insert-dir): Use it. Simplify the code with push,mapc,dolist.
2957 (Info-select-node): Simplify handling of Info-header-line.
2958 (Info-forward-node): Undo 2000/12/15 since we don't narrow any more.
2959 (Info-mode): Set header-line-format once and for all.
2960 (Info-fontify-node): Accept bogus first line with `File:' missing.
2961 Only make first line invisible if Info-use-header-line.
2962 Don't use `intangible': it's evil. Use inhibit-read-only.
2963 (Info-follow-reference, Info-next-reference, Info-prev-reference)
2964 (Info-try-follow-nearest-node): Don't bind inhibit-point-motion-hooks
2965 since we don't use intangible any more.
2966
2967 * image.el (insert-image): Don't make intangible since
2968 adjust_point_for_property should be sufficient by default.
2969
2970 2002-11-02 Stefan Monnier <monnier@cs.yale.edu>
2971
2972 * textmodes/fill.el (fill-paragraph-handle-comment): New var.
2973 (fill-comment-paragraph): New fun (generalizes of lisp-fill-paragraph).
2974 (fill-paragraph): Use them.
2975
2976 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
2977 Use fill-comment-paragraph.
2978
2979 2002-11-02 Stefan Monnier <monnier@cs.yale.edu>
2980
2981 * bindings.el (mode-line-change-eol)
2982 (mode-line-eol-desc-cache, mode-line-eol-desc): New.
2983 (mode-line-mule-info): Use them for the EOL part of the modeline.
2984
2985 * server.el (server-sentinel): Kill buffers if applicable.
2986 (server-temp-file-p): Make arg optional.
2987 (server-done): Use it to simplify.
2988 (server-switch-buffer): If server-window is a function, use it.
2989
2990 * mail/undigest.el (rmail-digest-end-regexps): Simplify.
2991 (undigestify-rmail-message): Fix paren-bug and simplify.
2992
2993 2002-11-02 Kim F. Storm <storm@cua.dk>
2994
2995 * info.el (Info-hide-note-references): nil value now does no
2996 reformatting at all. New choice 'tag reformats tag but shows
2997 the section reference.
2998 (Info-fontify-node): Use it.
2999
3000 2002-11-01 Stefan Monnier <monnier@cs.yale.edu>
3001
3002 * textmodes/tex-mode.el (tex-common-initialization):
3003 comment-start-skip shouldn't match on the next line.
3004
3005 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Use match-string.
3006 Don't bother making paragraph-start a superset of paragraph-separate.
3007 Use line-beginning-position.
3008
3009 * textmodes/sgml-mode.el (sgml-skip-tag-backward)
3010 (sgml-skip-tag-forward): Deal with xml-style <foo/> empty tags.
3011
3012 2002-11-01 Kim F. Storm <storm@cua.dk>
3013
3014 * info.el (Info-hide-note-references): New defcustom.
3015 (Info-fontify-node): Use it.
3016
3017 2002-10-31 Kim F. Storm <storm@cua.dk>
3018
3019 * shell.el (explicit-bash-args): Bash 1.x doesn't grok
3020 --noediting option; added run-time check to exclude it.
3021
3022 * info.el (Info-follow-reference, Info-next-reference)
3023 (Info-prev-reference, Info-try-follow-nearest-node):
3024 Bind inhibit-point-motion-hooks to t while parsing reference.
3025 (Info-fontify-node): When font-lock-mode is enabled, display
3026 "*note" and "* menu" references in a more user friendly format.
3027
3028 2002-10-30 Stefan Monnier <monnier@cs.yale.edu>
3029
3030 * textmodes/fill.el (fill-move-to-break-point): Skip white space
3031 _before_ checking to see if we're hitting the margin.
3032 (fill-region-as-paragraph): Don't fiddle with the undo-list any more:
3033 it's now done by the C primitives. Don't use narrowing.
3034 Reorganize the line-breaking part of the code to simplify the control
3035 flow and make it work in the absence of narrowing.
3036 (fill-region): Don't use narrowing.
3037
3038 2002-10-30 Dave Love <fx@gnu.org>
3039
3040 * textmodes/po.el (po-content-type-charset-alist): Delete most entries.
3041 (po-find-charset): Doc fix. Remove interactive spec.
3042 (po): Provide.
3043 (po-find-file-coding-system-guts): Re-written to use
3044 coding-system-alist, and code-pages, not codepage stuff.
3045
3046 * term/x-win.el: Remove some ancient compatibility code.
3047 Populate x-keysym-table.
3048
3049 2002-10-30 Andreas Schwab <schwab@suse.de>
3050
3051 * subr.el (replace-regexp-in-string): Doc fix.
3052
3053 2002-10-29 Dave Love <fx@gnu.org>
3054
3055 * cus-start.el (selection-coding-system, scalable-fonts-allowed): Add.
3056
3057 * progmodes/scheme.el (syntax-case): Define scheme-indent-function.
3058
3059 * international/mule-conf.el: Doc fixes.
3060
3061 2002-10-29 Richard M. Stallman <rms@gnu.org>
3062
3063 * server.el (server-switch-buffer): Say when no server buffers remain.
3064
3065 * net/goto-addr.el (goto-address-url-regexp): Don't match `mailto'.
3066
3067 2002-10-28 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
3068
3069 * progmodes/make-mode.el (makefile-warn-continuations):
3070 Call re-search-forward with NOERROR t.
3071
3072 2002-10-29 Kim F. Storm <storm@cua.dk>
3073
3074 * ido.el (ido-wide-find-dirs-or-files): Fixed problem that caused
3075 incomplete list of matches to be returned.
3076
3077 2002-10-29 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
3078
3079 * textmodes/texinfo.el (texinfo-environments): Add environment;
3080 copying, documentdescription, ifplaintext, ifnotplaintext, and
3081 verbatim.
3082
3083 * textmodes/texinfmt.el (texinfo-format-ifplaintext): New function.
3084 (ifplaintext, ifnotplaintext)
3085 (afourpaper, afivepaper, afourlatex, afourwide)
3086 (documentlanguage, documentencoding): New aliases.
3087
3088 2002-10-29 John Paul Wallington <jpw@shootybangbang.com>
3089
3090 * ibuffer.el (ibuffer-mouse-popup-menu): Set point before popping
3091 up filter groups menu. Preserve point unless a menu command has
3092 moved it from point clicked.
3093
3094 2002-10-29 David Kastrup <dak@lola.goethe.zz>
3095
3096 * calc/calc.el (calc-any-evaltos): Initialize to nil, since
3097 calc-refresh-evaltos appears to need this.
3098
3099 2002-10-28 Dave Love <fx@gnu.org>
3100
3101 * international/mule-diag.el (non-iso-charset-alist): Move to
3102 avoid compilation warning.
3103 (mule-diag): Provide.
3104
3105 * international/code-pages.el (cp-make-coding-system):
3106 Use utf-translation-table-for-decode, not
3107 utf-8-translation-table-for-decode.
3108 (mule-diag): Require.
3109
3110 * language/thai-util.el (thai-composition-function): Don't use prog1.
3111
3112 * language/lao-util.el (lao-composition-function): Don't use prog1.
3113
3114 * language/european.el (diacritic-composition-function):
3115 Modify confused prog1 form.
3116
3117 * international/quail.el (quail-keyboard-layout-alist): Fix pc105-uk.
3118 (quail-keyboard-layout): Customize.
3119 Move after quail-keyboard-layout-alist.
3120
3121 2002-10-28 Miles Bader <miles@gnu.org>
3122
3123 * progmodes/make-mode.el (makefile-warn-continuations):
3124 Don't barf when there _aren't_ any suspicious continuations.
3125
3126 2002-10-28 Matthew Swift <swift@alum.mit.edu>
3127
3128 * progmodes/compile.el (grep-find-use-xargs): Fix docstring.
3129
3130 2002-10-27 Michael Kifer <kifer@cs.stonybrook.edu>
3131
3132 * ediff-wind.el (ediff-control-frame-parameters): Add scrollbar-height.
3133
3134 2002-10-27 Andreas Schwab <schwab@suse.de>
3135
3136 * progmodes/sh-script.el (sh-mode-syntax-table): Don't make ^L
3137 end-of-comment syntax.
3138
3139 2002-10-27 Kim F. Storm <storm@cua.dk>
3140
3141 * ido.el (ido-cannot-complete-command): New defcustom, default to
3142 ido-completion-help (similar to iswitchb-cannot-complete-hook).
3143 (ido-complete): Call value of ido-cannot-complete-command rather
3144 than ido-completion-help when no common completion.
3145
3146 2002-10-27 Dave Love <fx@gnu.org>
3147
3148 * international/code-pages.el (iso-8859-11): New.
3149
3150 2002-10-27 Kim F. Storm <storm@cua.dk>
3151
3152 * pcvs.el (cvs-checkout): Use read-directory-name.
3153 (cvs-query-directory): Likewise.
3154
3155 2002-10-26 Richard M. Stallman <rms@gnu.org>
3156
3157 * progmodes/make-mode.el (makefile-cleanup-continuations):
3158 Default for variable is nil.
3159 (makefile-warn-continuations): New function.
3160 (makefile-mode): Put it on write-file-functions.
3161
3162 * international/mule-cmds.el (select-safe-coding-system):
3163 Delete debugging setq.
3164
3165 * shell.el (shell): Look for .emacs_SHELL under ~/.emacs.d
3166 after looking in ~.
3167
3168 * startup.el (command-line): Look for .emacs under ~/.emacs.d
3169 after looking in ~.
3170
3171 * simple.el (toggle-truncate-lines): When turning off truncation,
3172 clear out the hscroll value in this buffer's windows.
3173
3174 * simple.el (display-message-or-buffer): Don't display empty
3175 output in the echo area.
3176
3177 * man.el (Man-default-man-entry): Don't look for all word chars,
3178 look only for characters that are normally part of a shell command.
3179
3180 * gud.el (gdb): Pass default-directory to GDB via -cd option.
3181
3182 * font-lock.el (c++-font-lock-keywords...): Add `restrict' keyword.
3183
3184 * find-file.el (ff-find-related-file): Fix autoload cookie.
3185
3186 * emacs-lisp/unsafep.el (unsafep-variable): Pass second arg to
3187 risky-local-variable-p.
3188
3189 * files.el (risky-local-variable-p): VAL=nil has special meaning.
3190
3191 * Makefile.in (compile-always): Avoid error in old Bash versions.
3192
3193 2002-10-26 John Paul Wallington <jpw@shootybangbang.com>
3194
3195 * textmodes/picture.el (picture-mouse-set-point): New command.
3196 (picture-mode-map): Bind it.
3197 (picture-motion-reverse): Doc fix.
3198
3199 2002-10-25 Stefan Monnier <monnier@cs.yale.edu>
3200
3201 * textmodes/outline.el (outline-next-heading): Make sure the match-data
3202 is really correct where returning.
3203
3204 2002-10-24 Matthew Swift <swift@alum.mit.edu>
3205
3206 * textmodes/outline.el (outline-minor-mode): Add customization group.
3207
3208 2002-10-23 Richard M. Stallman <rms@gnu.org>
3209
3210 * files.el (risky-local-variable-p): New arg VAL.
3211 (compile-command): Use `stringp' for `safe-local-variable' prop.
3212 (hack-one-local-variable): Pass VAL to `risky-local-variable-p'.
3213
3214 2002-10-23 Francis J. Wright <F.J.Wright@qmul.ac.uk>
3215
3216 * woman.el (woman-version): Update to 0.551 (beta).
3217 (woman-parse-colon-path): Add support for current Cygwin mount
3218 conventions.
3219 (woman-Cyg-to-Win): New function to convert absolute filename from
3220 Cygwin to Windows form by executing external program cygpath if
3221 possible.
3222 (woman-man.conf-path): Update default to current common locations
3223 and to support Cygwin; update documentation.
3224 (woman-parse-man.conf): Generalize regexp to "man.*\\.conf" to
3225 match possible names of man.conf file; tidy code and documentation.
3226 (woman-manpath): Simplify default and documentation; essentially
3227 move code that was here into `woman-parse-colon-path'.
3228 (woman-default-indent): Change Linux to GNU in documentation.
3229 (woman-addition-face): Make documentation consistent with other
3230 WoMan faces.
3231 (woman-emulate-tbl): New variable, determines whether tbl
3232 emulation is required.
3233 (woman-decode-region): Add check for preprocessor requests.
3234 (woman0-process-escapes, woman-special-characters)
3235 (woman-get-next-char, woman-parse-numeric-value): Add support for
3236 long groff names of the form [xxx].
3237 (woman-strings, woman-change-fonts): Now call `woman-match-name'.
3238 (woman2-PD, woman2-na): Doc fix.
3239 (woman-match-name): New function.
3240 (woman2-TS): New function.
3241 (woman2-TE): New alias for `woman2-fi'.
3242
3243 2002-10-23 Kim F. Storm <storm@cua.dk>
3244
3245 * ido.el (ido-restrict-to-matches): New command.
3246 (ido-define-mode-map): Bind it to C-SPC and C-@ in ido-mode-map.
3247
3248 2002-10-22 Bob Halley <halley@play-bow.org> (tiny change)
3249
3250 * eshell/esh-io.el (eshell-set-output-handle): Fix so that
3251 multiple redirection can work.
3252
3253 2002-10-21 Stefan Monnier <monnier@cs.yale.edu>
3254
3255 * ielm.el (inferior-emacs-lisp-mode): If hexl not found, use cat.
3256 Don't hardcode point-min == 1.
3257
3258 * hexl.el (hexl-mode-old-write-contents-hooks): Remove.
3259 (hexl-mode, hexl-current-address, hexl-address-to-marker)
3260 (hexl-insert-char): Don't hardcode point-min == 1.
3261 (hexl-isearch-search-function): New fun.
3262 (hexl-mode-old-isearch-search-fun-function): New var.
3263 (hexl-mode): Use them.
3264 (hexl-mode, hexl-mode-exit, hexl-maybe-dehexlify-buffer):
3265 Use write-contents-functions rather then write-contents-hooks.
3266
3267 * textmodes/text-mode.el (text-mode-syntax-table): Make ' a prefix.
3268 (paragraph-indent-text-mode-abbrev-table)
3269 (paragraph-indent-text-mode-syntax-table): Remove.
3270 (paragraph-indent-text-mode): Use the :abbrev and :syntax-table args.
3271
3272 2002-10-21 Juanma Barranquero <lektu@terra.es>
3273
3274 * eshell/esh-util.el (directory-files-and-attributes): Copy docstring
3275 from Emacs 21. Arg DIR renamed to DIRECTORY for consistency.
3276
3277 2002-10-20 Andreas Schwab <schwab@suse.de>
3278
3279 * apropos.el (apropos-group): Use customize-group-other-window.
3280
3281 2002-10-18 Stefan Monnier <monnier@rum.cs.yale.edu>
3282
3283 * progmodes/perl-mode.el (perl-mode-syntax-table): Change $ back
3284 to just "/" instead of "/ p".
3285 (perl-font-lock-syntactic-keywords): Use ". p" for the `$'.
3286
3287 2002-10-18 Juanma Barranquero <lektu@terra.es>
3288
3289 * textmodes/artist.el (artist-ff-is-bottommost-line): Fix misplaced
3290 ELSE expression on IF.
3291
3292 2002-10-17 Juanma Barranquero <lektu@terra.es>
3293
3294 * align.el (align-rules-list, align-exclude-rules-list): Fix typos.
3295
3296 * subr.el (remq): Likewise.
3297
3298 * vc-cvs.el (vc-cvs-sticky-tag-display): Likewise.
3299
3300 * vc-hooks.el (vc-insert-file): Likewise.
3301
3302 * vcursor.el (vcursor-other-window): Likewise.
3303
3304 * wid-edit.el (widget-choose): Likewise.
3305
3306 * calendar/diary-lib.el (diary-name-pattern): Likewise.
3307
3308 * emacs-lisp/elint.el (elint-error, elint-warning): Likewise.
3309
3310 * emacs-lisp/lisp.el (beginning-of-defun): Likewise.
3311
3312 * emulation/edt-mapper.el (top-level): Likewise.
3313
3314 * eshell/esh-var.el (eshell/define): Likewise.
3315
3316 * mail/feedmail.el (feedmail-nuke-body-in-fcc)
3317 (feedmail-queue-draft-directory): Likewise.
3318
3319 * net/netrc.el (netrc-parse): Likewise.
3320
3321 * obsolete/cplus-md.el (c++-empty-arglist-indent): Likewise.
3322
3323 * progmodes/ebrowse.el (ebrowse-ts)
3324 (ebrowse-view/find-file-and-search-pattern)
3325 (ebrowse-draw-file-member-info): Likewise.
3326
3327 * progmodes/idlwave.el (idlwave-region-active-p): Likewise.
3328
3329 * progmodes/idlw-shell.el (idlwave-shell-set-bp): Likewise.
3330
3331 * progmodes/sh-script.el (sh-indent-for-then): Likewise.
3332
3333 * textmodes/bibtex.el (bibtex-find-entry-location): Likewise.
3334
3335 * textmodes/sgml-mode.el (sgml-close-tag, html-imenu-index): Likewise.
3336
3337 2002-10-17 Dave Love <fx@gnu.org>
3338
3339 * international/mule-diag.el (non-iso-charset-alist): Add koi8-u.
3340
3341 * international/code-pages.el (cp-make-translation-table): Use
3342 ucs-mule-to-mule-unicode.
3343 (cp-fix-safe-chars): Fix typo.
3344 (non-iso-charset-alist): Don't define.
3345 (cp-make-coding-system): Use utf-8-translation-table-for-decode.
3346 Define translation-table-for-input.
3347 (cp866): Reinstate.
3348 (alternativnj): Don't define alias.
3349 (koi8-u): Deleted.
3350
3351 * language/european.el ("Slovenian"): Use slovenian input-method.
3352 (encode-mac-roman): Use ucs-mule-to-mule-unicode.
3353
3354 * language/cyrillic.el (cyrillic-alternativnyj-decode-table): Fix
3355 the table.
3356 (cyrillic-alternativnyj): Don't give it `mime-charset' property.
3357 (cp866): Delete this alias.
3358 ("Bulgarian"): Fix the value of `input-method'.
3359
3360 2002-10-16 Luc Teirlinck <teirllm@mail.auburn.edu>
3361
3362 * dired-aux.el (dired-add-entry): Put point in correct position
3363 before inserting marker char.
3364
3365 2002-10-16 Andreas Schwab <schwab@suse.de>
3366
3367 * dired.el (dired-readin-insert): Expand dired-directory.
3368
3369 * dired-aux.el (dired-insert-subdir-doinsert): Preserve point.
3370
3371 2002-10-16 Markus Rost <rost@math.ohio-state.edu>
3372
3373 * textmodes/reftex-vars.el: Move reftex-set-dirty here from
3374 reftex.el. Move the provide call to end of file.
3375
3376 * textmodes/reftex.el: Move reftex-set-dirty to reftex-vars.el.
3377
3378 2002-10-15 Dave Love <fx@gnu.org>
3379
3380 * man.el (Man-getpage-in-background): Set width in environment.
3381
3382 2002-10-15 Kenichi Handa <handa@m17n.org>
3383
3384 * mail/sendmail.el (sendmail-send-it): Call
3385 select-message-coding-system before changing the current bufer to
3386 " sendmail temp".
3387
3388 2002-10-14 Andre Spiegel <spiegel@gnu.org>
3389
3390 * files.el (insert-directory): Handle //SUBDIRED// lines in
3391 recursive listings from ls --dired.
3392
3393 * vc.el (vc-dired-reformat-line): Simplified. Handles text
3394 properties correctly now.
3395
3396 2002-10-14 Juanma Barranquero <lektu@terra.es>
3397
3398 * international/mule.el (set-selection-coding-system): Fix spacing.
3399
3400 2002-10-13 Richard M. Stallman <rms@gnu.org>
3401
3402 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
3403 Treat `ignore' specially--prevent warnings about functions
3404 called for effect, in its args.
3405 Don't warn when `pop' is used for effect.
3406
3407 * emacs-lisp/autoload.el (autoload-print-form): Cleanup.
3408
3409 * uniquify.el (uniquify-get-proposed-name):
3410 Don't use directory-sep-char.
3411
3412 * thingatpt.el (read-from-whole-string): Add call to `ignore'.
3413
3414 * find-file.el (ff-related-file-alist): New alias.
3415 (ff-find-related-file): New alias.
3416
3417 2002-10-13 Andreas Schwab <schwab@suse.de>
3418
3419 * dired.el (dired-insert-directory): When looking for existing
3420 indentation, goto OPOINT instead of beginning of buffer.
3421
3422 2002-10-12 Stefan Monnier <monnier@cs.yale.edu>
3423
3424 * cus-dep.el (custom-make-dependencies): Ignore preloaded files.
3425
3426 2002-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
3427
3428 * ediff-init.el (ediff-frame-char-height): Use frame-selected-window.
3429
3430 * ediff-util.el (ediff-file-checked-in-p): Changed progn with and.
3431
3432 * ediff-wind.el (ediff-skip-unsuitable-frames): Distinguish selected
3433 frame from frame of selected window.
3434 (ediff-frame-has-dedicated-windows): Don't select any frames to avoid
3435 changing selected windows.
3436 (ediff-setup-control-frame): Make sure auto-rase is properly set for
3437 the control frame.
3438
3439 2002-10-10 Simon Josefsson <jas@extundo.com>
3440
3441 * browse-url.el (browse-url-mozilla): Doc fix.
3442
3443 2002-10-10 Steve Youngs <youngs@xemacs.org>
3444
3445 * browse-url.el (browse-url-mozilla-new-window-is-tab): New.
3446 (browse-url-mozilla): Use it.
3447
3448 2002-10-11 Miles Bader <miles@gnu.org>
3449
3450 * vc-cvs.el (vc-cvs-parse-entry): Don't barf when an `Entries'
3451 files contains an invalid timestamp.
3452
3453 2002-10-11 Simon Josefsson <jas@extundo.com>
3454
3455 * mail/sendmail.el (mail-envelope-from): New option `header' to
3456 use RFC 2822 From: header as the envelope address.
3457 (mail-envelope-from): New function, this should be used instead of
3458 looking at the `mail-envelope-from' variable.
3459 (sendmail-send-it): Use it.
3460
3461 * mail/smtpmail.el (smtpmail-via-smtp): Use it.
3462
3463 2002-10-11 Andre Spiegel <spiegel@gnu.org>
3464
3465 * dired.el (dired-insert-directory): Fix check for indentation
3466 from ls --dired.
3467
3468 * vc.el (vc-dired-reformat-line): As a temporary fix, remove all text
3469 properties from the reformatted line.
3470
3471 2002-10-10 Stefan Monnier <monnier@cs.yale.edu>
3472
3473 * textmodes/paragraphs.el (forward-paragraph): Keep track of
3474 remaining paragraphs to skip more carefully.
3475
3476 * add-log.el (add-change-log-entry): Don't call find-file at all
3477 if we're already in the proper buffer.
3478 (change-log-resolve-conflict): New fun.
3479 (change-log-mode): Use it and use define-derived-mode.
3480 (change-log-merge): Allow other-log to be a buffer.
3481 Don't add a \n if there are already enough \n's.
3482
3483 * finder-inf.el, subdirs.el, cus-load.el: Remove.
3484
3485 * finder.el ("finder-inf"): Don't fail if the file is absent.
3486
3487 * cus-dep.el (custom-make-dependencies): Don't use find-file.
3488 Use feature names rather than file names if applicable.
3489
3490 * cus-edit.el (customize-mode): New command.
3491
3492 * custom.el (custom-group-of-mode): New fun.
3493 (custom-load-symbol): Don't use preloaded-file-list now that
3494 load-history is always complete. Don't look up the expanded file
3495 name in load-history (looked like an XEmacsism).
3496
3497 * smerge-mode.el (smerge-ediff): Autoload.
3498 (smerge-match-conflict): Don't assume as much about smerge-begin-re.
3499 (smerge-resolve-function): New var.
3500 (smerge-resolve): New command.
3501 (smerge-basic-map): Bind it.
3502
3503 2002-10-10 Andre Spiegel <spiegel@gnu.org>
3504
3505 * vc-cvs.el (vc-cvs-parse-entry): Parse the time stamp found in
3506 CVS/Entries, rather than comparing it textually.
3507
3508 2002-10-10 Markus Rost <rost@math.ohio-state.edu>
3509
3510 * international/encoded-kb.el: Add `provide' call.
3511
3512 2002-10-09 David Kastrup <David.Kastrup@t-online.de>
3513
3514 * calc/calc-alg.el (calcFunc-ln): In symbolic manipulations,
3515 ln(-1) should be i*pi, not pi.
3516
3517 2002-10-09 Markus Rost <rost@math.ohio-state.edu>
3518
3519 * vc-cvs.el (vc-cvs-registered): In the autoload version use load
3520 instead of require to avoid loops when loaddefs.el is loaded after
3521 vc-cvs.el.
3522
3523 * cus-edit.el (Custom-reset-current): Don't test for default-boundp.
3524 (Custom-reset-saved): Don't test for saved-value.
3525
3526 2002-10-08 Stefan Monnier <monnier@cs.yale.edu>
3527
3528 * vc.el (vc-find-version): Use the new backend op `find-version'.
3529 (vc-default-find-version): Provide the new backend op `find-version'
3530 in terms of the old `checkout' op.
3531
3532 * vc-rcs.el (vc-rcs-find-version): New fun.
3533 (vc-rcs-checkout): Remove `workfile' arg and simplify.
3534
3535 * vc-sccs.el (vc-sccs-find-version): New fun.
3536 (vc-sccs-checkout): Remove `workfile' arg and simplify.
3537
3538 * vc-cvs.el (vc-cvs-find-version): New fun.
3539
3540 2002-10-08 John Paul Wallington <jpw@shootybangbang.com>
3541
3542 * info.el (Info-next-menu-item, Info-last-menu-item)
3543 (info-emacs-manual): Add docstrings.
3544 (Info-index): Use `string-to-number' instead of `string-to-int'.
3545
3546 2002-10-08 Kenichi Handa <handa@m17n.org>
3547
3548 * international/ucs-tables.el (ucs-translation-table-for-decode):
3549 Define it as a translation-table.
3550
3551 2002-10-07 Richard M. Stallman <rms@gnu.org>
3552
3553 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
3554
3555 * progmodes/compile.el (grep-compute-defaults): Set the standard-value
3556 properties of the variables being initialized.
3557
3558 * thingatpt.el (thing-at-point-url-path-regexp): Doc fix.
3559
3560 2002-10-07 Kim F. Storm <storm@cua.dk>
3561
3562 * emulation/cua-base.el (cua-normal-cursor-color):
3563 Fixed initialization to make "Erase Customization" work.
3564
3565 2002-10-07 Stefan Monnier <monnier@cs.yale.edu>
3566
3567 * vc.el (vc-maybe-resolve-conflicts): Always call vc-resolve-conflicts
3568 in case some other package redefined it.
3569 (vc-resolve-conflicts): Make it into an alias for smerge-ediff.
3570
3571 * textmodes/fill.el (fill-paragraph): Go to BOL before calling
3572 forward-paragraph to make sure its return value is meaningful.
3573
3574 2002-10-06 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3575
3576 * net/tramp.el: Version 2.0.25 released.
3577 (tramp-handle-file-truename): If it's a directory,
3578 append slash only if result doesn't end in a slash already.
3579 (tramp-handle-file-truename): Restructure logic. If list of steps
3580 is nil, return "/" as the real name.
3581 (tramp-completion-mode): Add "\\(" and "\\)". Otherwise,
3582 `match-string' doesn't make sense. From Michael Albinus.
3583 (tramp-host-with-port-regexp): New defcustom. Equal to previous
3584 `tramp-host-regexp'. From Michael Albinus.
3585 (tramp-host-regexp): Taken off hashes in host names. Otherwise,
3586 scanning files like .rhosts would take comments as host names.
3587 From Michael Albinus.
3588 (tramp-file-name-structure, tramp-multi-file-name-hop-structure):
3589 Replace `tramp-host-regexp' by `tramp-host-with-port-regexp'.
3590 From Michael Albinus.
3591 (tramp-action-terminal): New function.
3592 (tramp-terminal-prompt-regexp): New variable, matches "tset" prompts.
3593 (tramp-actions-before-shell): Use them.
3594 (tramp-handle-shell-command): Logic error. From Ivan
3595 Zakharyaschev <imz@altlinux.org>.
3596
3597 2002-10-06 Markus Holmberg <markush@acc.umu.se> (tiny change)
3598
3599 * thingatpt.el (thing-at-point-uri-schemes): New variable.
3600 (thing-at-point-url-regexp): Use it.
3601
3602 2002-10-06 Glenn Morris <gmorris@ast.cam.ac.uk>
3603
3604 * progmodes/fortran.el (fortran-beginning-do): Ignore labelled DO
3605 loops.
3606
3607 2002-10-05 Stefan Monnier <monnier@cs.yale.edu>
3608
3609 * vc.el (vc-log-mode-map): Explicitly inherit from text-mode.
3610 (vc-maybe-resolve-conflicts): Don't check smerge-mode and smerge-ediff.
3611 (vc-print-log): Don't check log-view-mode.
3612 (vc-default-show-log-entry): Don't check log-view-goto-rev.
3613 (vc-log-mode): Remove.
3614 (vc-log-edit): Don't check log-edit.
3615
3616 2002-10-04 Stefan Monnier <monnier@cs.yale.edu>
3617
3618 * vc-cvs.el (vc-cvs-show-log-entry):
3619 * vc-rcs.el (vc-rcs-show-log-entry): Delete.
3620
3621 * smerge-mode.el (smerge-ediff): Add name-{mine,other,base} args.
3622
3623 2002-10-04 Markus Rost <rost@math.ohio-state.edu>
3624
3625 * vc.el (vc-default-show-log-entry): Fix typo.
3626
3627 2002-10-04 Steven Tamm <steventamm@mac.com>
3628
3629 * term/mac-win.el: Add lines to handle the new [return] event.
3630
3631 2002-10-03 Stefan Monnier <monnier@cs.yale.edu>
3632
3633 * textmodes/fill.el (fill-paragraph): Give up if there's no
3634 paragraph at or after point.
3635
3636 * textmodes/paragraphs.el (forward-paragraph): Return the steps left.
3637
3638 * vc.el (vc-print-log): Unconditionally use `show-log-entry'.
3639 (vc-default-show-log-entry): New fun.
3640
3641 * subr.el (read-key-auxiliary-map, read-key): Remove.
3642 (read-quoted-char): Undo the `read-key' change of 2002-06-23.
3643
3644 2002-10-03 Markus Rost <rost@math.ohio-state.edu>
3645
3646 * progmodes/ada-stmt.el (ada-stmt-add-to-ada-menu): Handle the
3647 menu pseudo-keys generated by easymenu which are lowercase in
3648 Emacs 21.4.
3649
3650 * progmodes/ada-xref.el
3651 (ada-xref-update-project-menu,ada-add-ada-menu): Ditto.
3652
3653 2002-10-03 John Paul Wallington <jpw@shootybangbang.com>
3654
3655 * frame.el (delete-frame-hook): Variable alias for
3656 `delete-frame-functions'. Mark obsolete.
3657
3658 2002-10-02 Stefan Monnier <monnier@cs.yale.edu>
3659
3660 * textmodes/outline.el (outline-1, outline-2, outline-3, outline-4)
3661 (outline-5, outline-6, outline-7, outline-8): New faces.
3662 (outline-font-lock-faces, outline-font-lock-levels): New vars.
3663 (outline-font-lock-face): New fun.
3664 (outline-font-lock-keywords): Use it.
3665 (outline-font-lock-level): Remove.
3666 (outline-mode, outline-next-preface, outline-next-heading)
3667 (outline-previous-heading, outline-next-visible-heading):
3668 Use shy group.
3669 (outline-level) <var>: Update calling convention.
3670 (outline-level) <fun>: Take advantage of it.
3671 (outline-demote): Don't assume the match-data is still uptodate.
3672 (outline-up-heading): Simplify and make sure the match data is
3673 properly set at the end.
3674
3675 2002-10-02 Markus Rost <rost@math.ohio-state.edu>
3676
3677 * progmodes/sh-script.el (sh-alias-alist): Use append instead of
3678 nconc.
3679
3680 * startup.el (normal-top-level): Reset standard-value property of
3681 `user-full-name' here.
3682
3683 2002-10-02 Per Abrahamsen <abraham@dina.kvl.dk>
3684
3685 * wid-edit.el (widget-default-get): Change to return external
3686 value.
3687 (widget-choice-action): Update caller.
3688 (widget-editable-list-entry-create): Update caller.
3689
3690 * wid-edit.el (widget-types-copy): New function.
3691 (default): Added :copy keyword.
3692 (menu-choice): Ditto.
3693 (checklist): Ditto.
3694 (radio-button-choice): Ditto.
3695 (editable-list): Ditto.
3696 (group): Ditto.
3697 (widget-copy): New function.
3698 (widget-create-child): Use it.
3699 (widget-create-child-value): Use it.
3700
3701 2002-10-01 Bill Wohler <wohler@newt.com>
3702
3703 * mail/mh-comp.el, mail/mh-e.el, mail/mh-funcs.el,
3704 mail/mh-mime.el, mail/mh-pick.el, mail/mh-seq.el,
3705 mail/mh-utils.el, mail/mh-xemacs-compat.el, mail/reply2.pbm,
3706 mail/reply2.xpm, toolbar/execute.pbm, toolbar/execute.xpm,
3707 toolbar/page-down.pbm, toolbar/page-down.xpm, toolbar/refile.pbm,
3708 toolbar/refile.xpm, toolbar/repack.pbm, toolbar/repack.xpm,
3709 toolbar/rescan.pbm, toolbar/rescan.xpm, toolbar/show.pbm,
3710 toolbar/show.xpm, toolbar/widen.pbm, toolbar/widen.xpm:
3711 Upgraded to mh-e version 6.1.1. Full ChangeLog available in
3712 http://prdownloads.sourceforge.net/mh-e/mh-e-6.1.tgz?download .
3713 There were no user-visible changes in 6.1.1 from 6.1--only the
3714 section of the Makefile that installs the files into Emacs was changed.
3715
3716 2002-10-01 Stefan Monnier <monnier@cs.yale.edu>
3717
3718 * pcvs.el (cvs-mode-find-file): Look up font-lock-face so it also
3719 works when font-lock is turned off.
3720
3721 * jit-lock.el (jit-lock-fontify-now): Don't widen.
3722 Let the jit-lock-functions do it if they want to.
3723
3724 2002-10-01 Juanma Barranquero <lektu@terra.es>
3725
3726 * eshell/esh-module.el (eshell-load-defgroups):
3727 Add "no-byte-compile: t" to subdirs.el.
3728
3729 * makefile.w32-in (update-subdirs-CMD): Likewise.
3730
3731 * forms-d2.el:
3732 * forms-pass.el:
3733 * generic-x.el:
3734 * patcomp.el:
3735 * paths.el:
3736 * version.el:
3737 * international/mule-conf.el:
3738 * language/czech.el:
3739 * language/devanagari.el:
3740 * language/english.el:
3741 * language/georgian.el:
3742 * language/greek.el:
3743 * language/hebrew.el:
3744 * language/japanese.el:
3745 * language/korean.el:
3746 * language/lao.el:
3747 * language/misc-lang.el:
3748 * language/romanian.el:
3749 * language/slovak.el:
3750 * language/thai.el:
3751 * language/utf-8-lang.el:
3752 * emacs-lisp/cl-specs.el:
3753 * eshell/esh-maint.el:
3754 * mail/blessmail.el:
3755 * play/bruce.el:
3756 * term/apollo.el:
3757 * term/AT386.el:
3758 * term/bobcat.el:
3759 * term/internal.el:
3760 * term/iris-ansi.el:
3761 * term/keyswap.el:
3762 * term/linux.el:
3763 * term/lk201.el:
3764 * term/news.el:
3765 * term/vt102.el:
3766 * term/vt125.el:
3767 * term/vt200.el:
3768 * term/vt201.el:
3769 * term/vt220.el:
3770 * term/vt240.el:
3771 * term/vt300.el:
3772 * term/vt320.el:
3773 * term/vt400.el:
3774 * term/vt420.el:
3775 * term/wyse50.el: Add "no-byte-compile: t" in first line.
3776
3777 2002-10-01 Kenichi Handa <handa@m17n.org>
3778
3779 * international/utf-16.el: Don't provide utf-16.
3780
3781 * international/utf-8.el (ccl-decode-mule-utf-8):
3782 Remove unnecessary line.
3783
3784 2002-09-30 Kenichi Handa <handa@m17n.org>
3785
3786 * language/thai.el (thai-tis620): Add `mime-charset' property.
3787
3788 * language/indian.el: Don't register "ISO10646.*-1" in
3789 font-ccl-encoder-alist.
3790
3791 * language/cyrillic.el (ccl-decode-koi8): Refer to
3792 ucs-translation-table-for-decode.
3793 (ccl-decode-koi8-u): Likewise.
3794 (ccl-decode-alternativnyj): Likewise.
3795 (cyrillic-koi8): Put `dependency' property.
3796 (koi8-u): Likewise.
3797 (cyrillic-alternativnyj): Likewise.
3798
3799 * international/utf-8.el (ucs-mule-to-mule-unicode): Don't define
3800 this translation-table name here.
3801 (utf-translation-table-for-encode): New translation-table name.
3802 (utf-fragmentation-table): Renamed from utf-8-fragmentation-table.
3803 (utf-defragmentation-table): New variable.
3804 (ucs-mule-cjk-to-unicode): Renamed from utf-8-subst-rev-table.
3805 (utf-subst-table-for-encode): New translation-table name.
3806 (ucs-unicode-to-mule-cjk): Renamed from utf-8-subst-table.
3807 (utf-subst-table-for-decode): New translation-table name.
3808 (utf-fragment-on-decoding): Renamed from
3809 utf-8-fragment-on-decoding. Correctly handle the case that
3810 unify-8859-on-encoding-mode is off. Handle mule-utf-16-le and
3811 mule-utf-16-be too.
3812 (utf-translate-cjk): Renamed from utf-8-translate-cjk.
3813 Handle mule-utf-16-le and mule-utf-16-be too.
3814 (ccl-decode-mule-utf-8): Refer to utf-translation-table-for-decode
3815 and utf-subst-table-for-decode.
3816 (ccl-encode-mule-utf-8): Refer to utf-translation-table-for-encode
3817 and utf-subst-table-for-encode.
3818 (mule-utf-8): Fix `safe-charsets' property, put `dependency' property.
3819
3820 * international/utf-8-subst.el: Setup ucs-unicode-to-mule-cjk and
3821 ucs-mule-cjk-to-unicode, not utf-8-subst-table and
3822 utf-8-subst-rev-table.
3823
3824 * international/utf-16.el (utf-16-decode-ucs): Look up
3825 utf-subst-table-for-decode. Fix for the case that the looking up
3826 succeeds.
3827 (ccl-decode-mule-utf-16-le): Translate characters by
3828 utf-translation-table-for-decode.
3829 (ccl-decode-mule-utf-16-be): Likewise.
3830 (ccl-encode-mule-utf-16-le): Look up utf-subst-table-for-encode
3831 at first. Translate characters by utf-translation-table-for-encode.
3832 (ccl-encode-mule-utf-16-be): Likewise.
3833 (mule-utf-16-le, mule-utf-16-be): Add `dependency' property.
3834
3835 * loadup.el: Preload international/utf-16. Don't call ucs-unify-8859.
3836
3837 * international/ucs-tables.el: Don't bind
3838 utf-8-translation-table-for-decode while setting up
3839 ucs-mule-8859-to-ucs-table, etc. Add `depenency' property to
3840 iso-8859-* coding systems.
3841 (ucs-unify-8859): Arguments changed to FOR-ENCODE and FOR-DECODE.
3842 If FOR-DECODE is non-nil, make ucs-mule-8859-to-mule-unicode
3843 populate the translation table named
3844 ucs-translation-table-for-decode. If FOR-ENCODE is non-nil, make
3845 ucs-mule-to-mule-unicode populates the translation table named
3846 utf-translation-table-for-encode. Call register-char-codings for
3847 mule-utf-16-be and mule-utf-16-le too.
3848 (ucs-fragment-8859): Arguments changed to FOR-ENCODE and
3849 FOR-DECODE. If FOR-DECODE is non-nil, make the translation table
3850 named ucs-translation-table-for-decode vacant. If FOR-ENCODE is
3851 non-nil, make a proper char-table populates the translation table
3852 name utf-translation-table-for-encode. Call register-char-codings
3853 for all mule-utf-* to to reset their status to the origianl.
3854 (unify-8859-on-encoding-mode): Call ucs-unify-8859 and
3855 ucs-fragment-8859 with fixed arguments. Set the version to 21.3.
3856 (unify-8859-on-decoding-mode): Likewise. Remove dependency.
3857 (ccl-encode-unicode-font): Delete.
3858 (ucs-tables-unload-hook): Delete.
3859
3860 * international/mule.el (decode-char): Refer to the translation
3861 hash table named utf-subst-table-for-decode. Refer to the
3862 translation table named utf-translation-table-for-decode instead
3863 of utf-8-translation-table-for-decode.
3864 (encode-char): Refer to the translation hash table named
3865 utf-subst-table-for-encode. Refer to the translation table named
3866 utf-translation-table-for-encode instead of
3867 utf-8-translation-table-for-encode.
3868
3869 * international/mule-diag.el (describe-coding-system):
3870 Describe `dependency' property.
3871
3872 * international/mule-conf.el (emacs-mule): Add property `composition'.
3873
3874 * international/fontset.el (ucs-mule-to-mule-unicode): Define this
3875 translation table name here.
3876 (ucs-mule-cjk-to-unicode): New translation table name.
3877 (ccl-encode-unicode-font): Merge the code in ucs-tables.el.
3878 (font-ccl-encoder-alist): Change the font registry pattern to
3879 "ISO10646.*-*".
3880
3881 2002-09-30 Colin Walters <walters@gnu.org>
3882
3883 * calc/calc-stuff.el (calc-flush-caches): Add optional arg
3884 `inhibit-msg'.
3885
3886 * calc/calc-prog.el (calc-kbd-report, calc-kbd-query): Don't bind
3887 `executing-kbd-macro' and `defining-kbd-macro'.
3888
3889 * calc/calc-ext.el (calc-reset): Don't bind `executing-kbd-macro'.
3890 Call `calc-flush-caches' with inhibit-msg arg.
3891 (calc-change-mode): Remove extra arg for `calc-save-modes'.
3892
3893 * calc/calc-mode.el (calc-save-modes): Remove `quiet' arg.
3894 Don't bind `executing-kbd-macro'.
3895
3896 2002-09-29 Noah Friedman <friedman@splode.com>
3897
3898 * subr.el (read-key): Use read-key-auxiliary-map, not read-key-aux-map.
3899
3900 2002-09-29 Richard M. Stallman <rms@gnu.org>
3901
3902 * startup.el (user-mail-address): Initialize to a useful value
3903 once Emacs is started up; initialize to "" at loadup time.
3904 (command-line): "", not nil, means user-mail-address not set yet.
3905
3906 2002-09-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3907
3908 * net/tramp.el: Version 2.0.24 released.
3909 (tramp-methods, tramp-completion-function-alist):
3910 Rename "*-old" methods to "*_old". From Michael Albinus.
3911 (tramp-completion-function-alist):
3912 Use `tramp-completion-function-alist-ssh' for the "fcp" method.
3913 From Michael Albinus.
3914 (tramp-default-method-alist): Use "su" for "root@localhost".
3915 (tramp-host-regexp): Allow "#" for "host#port" kludge.
3916 (tramp-ange-ftp-file-name-p): If METHOD is nil, find the right
3917 default method. Require additional args USER and HOST for this.
3918 Callers changed.
3919 (tramp-handle-file-local-copy): More local bindings. Bind results
3920 of tramp-get-{remote,local}-{de,en}coding earlier to avoid nasty
3921 "are you awake" problem.
3922 (tramp-action-password): Protect against clobbered match data.
3923 (tramp-open-connection-setup-interactive-shell): Explicitly set
3924 tramp-last-cmd-time before invoking tramp-send-command the first
3925 time. Otherwise, tramp-send-command would issue "echo are you
3926 awake" right at the first time, which is not what we want.
3927 Reported by Douglas Gray Stephens.
3928 (tramp-find-inline-encoding): Don't redirect stdout to
3929 /dev/null to avoid "chmode go-rwx" operation from "mimencode
3930 >/dev/null" as root(!), and to check the output of the decoding
3931 command.
3932 (tramp-maybe-open-connection): Don't send "are you awake" if
3933 process has died.
3934
3935 2002-09-29 Colin Walters <walters@gnu.org>
3936
3937 * calc/calc.el (calc-dispatch-map): Actually set to keymap.
3938
3939 2002-09-29 Mike Williams <mdub@bigfoot.com>
3940
3941 * textmodes/sgml-mode.el (sgml-guess-indent): Handle tabs correctly.
3942
3943 2002-09-29 Richard M. Stallman <rms@gnu.org>
3944
3945 * custom.el (defcustom): Doc fix.
3946
3947 2002-09-28 Richard M. Stallman <rms@gnu.org>
3948
3949 * loadhist.el (unload-feature): When undefining a variable,
3950 delete its buffer-local bindings.
3951
3952 2002-09-28 Luc Teirlinck <teirllm@mail.auburn.edu>
3953
3954 * subr.el (remove-yank-excluded-properties): Fix bugs in
3955 handling of category properties.
3956
3957 2002-09-28 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3958
3959 * ps-print.el (ps-print-emacs-type): Error if ps-print is
3960 activated in Epoch, inLucid or in Emacs v19 or lesser.
3961 Value can no longer be `lucid'.
3962 (ps-print-version): New version number (6.5.8).
3963 (faces): Never do (require 'faces).
3964
3965 2002-09-28 Simon Josefsson <jas@extundo.com>
3966
3967 * mail/smtpmail.el (smtpmail-via-smtp): Only negotiate starttls on
3968 streams that were opened using starttls.
3969
3970 2002-09-28 Paul Reilly <pmr@pajato.com>
3971
3972 * files.el (auto-mode-alist): Add support for Java Enterprise
3973 ARchive (ear/EAR) and Web ARchive (war/WAR) files.
3974
3975 2002-09-28 John Paul Wallington <jpw@shootybangbang.com>
3976
3977 * progmodes/m4-mode.el (m4-font-lock-keywords)
3978 (m4-mode-syntax-table, m4-mode-abbrev-table, m4-m4-buffer)
3979 (m4-m4-region): Doc fixes.
3980
3981 2002-09-27 Stefan Monnier <monnier@cs.yale.edu>
3982
3983 * emacs-lisp/cl-macs.el: Use the new usage-in-docstring syntax.
3984 (cl-push, cl-pop): Remove.
3985 Use pop and push throughout the file instead.
3986 (cl-transform-lambda): Add usage info to docstring if the arglist
3987 is complex.
3988
3989 * emacs-lisp/autoload.el (make-autoload): Add usage info to docstring.
3990 (autoload-print-form): Also quote open-[-in-column 0.
3991
3992 * help-fns.el (help-with-tutorial): Use minibuffer-completion-help.
3993 (help-split-fundoc): Don't support old syntax any more.
3994 (help-add-fundoc-usage): New fun.
3995
3996 * emacs-lisp/cl-extra.el (cl-push, cl-pop): Remove.
3997 Use pop and push throughout the file instead.
3998 (cl-hash-lookup): Remove.
3999 (cl-make-hash-table, cl-hash-table-p, cl-gethash, cl-puthash)
4000 (cl-remhash, cl-clrhash, cl-maphash, cl-hash-table-count): Simplify.
4001
4002 * emacs-lisp/cl-seq.el (cl-push, cl-pop): Remove.
4003 Use pop and push throughout the file instead.
4004
4005 * emacs-lisp/edebug.el: Don't precompute menu shortcuts during
4006 loading since the current keymaps might be all weird.
4007
4008 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't add properties
4009 to the name since they're added by mode-line-format already.
4010 (define-minor-mode): Run (,mode -1) when needed.
4011
4012 * tar-mode.el (tar-untar-buffer): Handle dir-entries.
4013 (tar-summarize-buffer, tar-mode, tar-extract, tar-copy, tar-expunge)
4014 (tar-alter-one-field, tar-subfile-save-buffer, tar-mode-write-file):
4015 Don't hardcode 1 == point-min.
4016
4017 * abbrev.el (write-abbrev-file): Don't hardcode point-min == 1.
4018
4019 * subr.el (read-key-auxiliary-map): New var.
4020 (read-key): Use it.
4021 (make-temp-file): Make the file have mode 600.
4022 (add-minor-mode): Don't add properties to the name since it's
4023 added by mode-line-format already.
4024 Be more careful with the mode-line-menu entry name.
4025
4026 * userlock.el (ask-user-about-supersession-threat): Don't abort
4027 when the user hits mouse-2.
4028
4029 * register.el (set-register): Use push.
4030 (point-to-register): Set kill-buffer-hook in this buffer.
4031 (register-swap-out): Use dolist.
4032 (kill-buffer-hook): Don't change globally.
4033
4034 * server.el (server-select-display): New function.
4035 (server-process-filter): Add support for `-display' and `-eval' args.
4036 (server-visit-files): Use save-current-buffer, push, and dolist.
4037 Add server-kill-buffer to kill-buffer-hook.
4038 (kill-buffer-hook): Don't modify globally.
4039 (server-switch-buffer): Be a bit more careful with multiple displays.
4040 (server-socket-name): Always use /tmp and non-qualified hostname.
4041
4042 * uniquify.el (uniquify-rationalize-file-buffer-names):
4043 Add to kill-buffer-hook for buffers with conflict.
4044 (rename-buffer): Check kill-buffer-hook to see if there was a conflict.
4045 (uniquify-delay-rationalize-file-buffer-names): Remove useless check.
4046 (kill-buffer-hook): Don't change globally.
4047
4048 2002-09-27 Stefan Monnier <monnier@cs.yale.edu>.
4049
4050 * calc/calc.el (calc-bug-address, calc-scan-for-dels, calc-stack)
4051 (calc-stack-top, calc-always-load-extensions)
4052 (calc-line-numbering, calc-line-breaking, calc-display-just)
4053 (calc-display-origin, calc-number-radix, calc-leading-zeros)
4054 (calc-group-digits, calc-group-char, calc-point-char)
4055 (calc-frac-format, calc-prefer-frac, calc-hms-format)
4056 (calc-date-format, calc-float-format, calc-complex-format)
4057 (calc-full-float-format, calc-complex-mode, calc-infinite-mode)
4058 (calc-display-strings, calc-matrix-just, calc-break-vectors)
4059 (calc-full-vectors, calc-full-trail-vectors, calc-vector-commas)
4060 (calc-vector-brackets, calc-matrix-brackets, calc-language)
4061 (calc-language-option, calc-function-open, calc-function-open)
4062 (calc-function-close, calc-language-output-filter)
4063 (calc-language-input-filter, calc-radix-formatter)
4064 (calc-left-label, calc-right-label, calc-word-size)
4065 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
4066 (calc-display-raw, calc-internal-prec, calc-inverse-flag)
4067 (calc-hyperbolic-flag, calc-keep-args-flag, calc-angle-mode)
4068 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
4069 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
4070 (calc-window-height, calc-display-trail, calc-show-selections)
4071 (calc-use-selections, calc-assoc-selections)
4072 (calc-display-working-message, calc-auto-why, calc-timing)
4073 (calc-display-sci-high, calc-display-sci-low, calc-other-modes)
4074 (calc-other-modes, calc-Y-help-msgs, calc-loaded-settings-file):
4075 Make into real defvars.
4076 (calc-mode-var-list): Delete.
4077 (calc-mode-save-mode, calc-standard-date-formats)
4078 (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
4079 (calc-user-parse-tables, calc-gnuplot-default-device)
4080 (calc-gnuplot-default-output, calc-gnuplot-print-device)
4081 (calc-gnuplot-print-output, calc-gnuplot-geometry)
4082 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
4083 (calc-invocation-macro, calc-show-banner): Make into defvars,
4084 taken from `calc-mode-var-list'.
4085 (calc-emacs-type-epoch, calc-emacs-type-19)
4086 (calc-emacs-type-lucid, calc-emacs-type-gnu19): Make into defvars.
4087 (calc-version, calc-version-date, calc-trail-pointer)
4088 (calc-trail-overlay, calc-undo-list, calc-redo-list)
4089 (calc-main-buffer, calc-trail-buffer, calc-why, calc-next-why)
4090 (calc-inverse-flag, calc-hyperbolic-flag, calc-keep-args-flag)
4091 (calc-last-kill, calc-previous-alg-entry, calc-dollar-values)
4092 (calc-dollar-used, calc-hashes-used, calc-quick-prev-results)
4093 (calc-said-hello, calc-executing-macro, calc-any-selections)
4094 (calc-help-phase, calc-full-help-flag, calc-refresh-count)
4095 (calc-display-dirty, calc-prepared-composition)
4096 (calc-selection-cache-default-entry, calc-embedded-info)
4097 (calc-embedded-active, calc-standalone-flag, var-EvalRules)
4098 (math-eval-rules-cache-tag, math-radix-explicit-format)
4099 (math-expr-function-mapping, math-expr-variable-mapping)
4100 (math-read-expr-quotes, math-working-step, math-working-step-2)
4101 (var-i, var-pi, var-e, var-phi, var-gamma, var-Modes): Make into
4102 defvars, from toplevel setq.
4103 (calc-mode-map): Set up keymap in more modern fashion.
4104 (calc-dispatch-map): Ditto.
4105 (calc-command-flags, calc-final-point-line)
4106 (calc-final-point-column): Defvar.
4107 (calc-do): Use `save-current-buffer' instead of `save-excursion'.
4108 (sel-mode): Defvar.
4109 (calc-any-evaltos): Ditto.
4110 (calc-buffer, calc-prev-char, calc-prev-prev-char)
4111 (calc-digit-value): Ditto.
4112 (math-eval-rules-cache, math-eval-rules-cache-other): Ditto.
4113 (math-sub-bignum): Bind `diff'.
4114 (calc-selection-cache-entry): Defvar.
4115 (calc-count-lines): Reference `pos' instead of `newpos'.
4116
4117 2002-09-27 Simon Josefsson <jas@extundo.com>
4118
4119 * mail/mail-hist.el (mail-hist-next-input): Fix docstring.
4120
4121 2002-09-26 Richard M. Stallman <rms@gnu.org>
4122
4123 * mail/unrmail.el (unrmail): Do the work directly,
4124 without actually selecting the messages in the from file.
4125 (unrmail-unprune): New subroutine.
4126
4127 * files.el (backup-buffer): Bind local var MODES.
4128 Don't use renaming for a suid or sgid file.
4129 Use backup-buffer-copy to do copying.
4130 (backup-buffer-copy): New subroutine.
4131 Clear suid and sgid bits for the copy.
4132
4133 2002-09-26 Edward M. Reingold <reingold@emr.cs.iit.edu>
4134
4135 * calendar/solar.el (solar-equinoxes-solstices):
4136 Use time properly adjusted for DST in the result.
4137
4138 2002-09-26 Richard M. Stallman <rms@gnu.org>
4139
4140 * follow.el (follow-generic-filter): Simply bind deactivate-mark.
4141 Bind inhibit-read-only; don't mess with buffer-read-only.
4142
4143 * speedbar.el (speedbar-refresh): Simply bind deactivate-mark.
4144
4145 2002-09-26 Luc Teirlinck <teirllm@mail.auburn.edu>
4146
4147 * ielm.el (inferior-emacs-lisp-mode): Treat the header as
4148 output, if comint-use-prompt-regexp-instead-of-fields is nil.
4149
4150 2002-09-26 John Paul Wallington <jpw@shootybangbang.com>
4151
4152 * ibuffer.el (ibuffer-update): Call `minibufferp' with argument
4153 instead of within `with-current-buffer'.
4154
4155 2002-09-26 Stephen Eglen <stephen@gnu.org>
4156
4157 * iswitchb.el (iswitchb-completions): Test that
4158 iswitchb-common-match-string is a string, before printing common
4159 completions.
4160
4161 2002-09-25 Stefan Monnier <monnier@cs.yale.edu>
4162
4163 * server.el: Use built-in network primitives.
4164 (server-program, server-previous-string): Remove.
4165 (server-previous-strings): New var.
4166 (server-socket-name): New var.
4167 (server-log): Minor change to the output format.
4168 (server-sentinel): Clean up global state when a client disconnects.
4169 (server-unquote-arg): New fun.
4170 (server-start): Use server-socket-name and make-network-process.
4171 (server-process-filter): Now talks to the clients directly.
4172 Normalize file name after unquoting and decoding.
4173 (server-buffer-done): Just close the connection.
4174 (server-switch-buffer): Handle the case where all windows are
4175 dedicated or minibuffers.
4176
4177 * font-lock.el (fast-lock-mode, lazy-lock-mode, jit-lock-mode):
4178 Don't bind them variables.
4179 (font-lock-turn-off-thing-lock, font-lock-after-fontify-buffer)
4180 (font-lock-after-unfontify-buffer): Check that the vars are bound.
4181 (font-lock-dont-widen): New var.
4182 (font-lock-default-fontify-region): Use it.
4183
4184 * emacs-lisp/find-func.el (find-library-name):
4185 Correctly find "file.el.gz" from "file.elc" or "file.elc.gz".
4186
4187 2002-09-25 Kenichi Handa <handa@etl.go.jp>
4188
4189 * international/mule-cmds.el (select-safe-coding-system):
4190 Handle safe but rejected default coding systems and unsafe default
4191 coding systems differently.
4192
4193 * international/mule-diag.el (list-character-sets): Use the buffer
4194 name "*Character Set List*", not "*Help*". List also indirectly
4195 supported character sets.
4196 (list-charset-chars): Use the buffer name "*Character List*", not
4197 "*Help*". Display the current charset name in the modeline.
4198 (non-iso-charset-alist): Add mapped charset list for `mac-roman'.
4199 (sort-listed-character-sets): Don't alter the region showing
4200 indirectly supported charsets.
4201
4202 2002-09-24 Simon Josefsson <jas@extundo.com>
4203
4204 * mail/mail-extr.el (mail-extr-ignore-single-names): Change default.
4205 (mail-extract-address-components): Doc fix.
4206
4207 2002-09-24 Markus Rost <rost@math.ohio-state.edu>
4208
4209 * simple.el (edit-and-eval-command): Protect command-history.
4210 (repeat-complex-command): Protect command-history.
4211
4212 2002-09-24 Juanma Barranquero <lektu@terra.es>
4213
4214 * replace.el (occur-find-match): New function.
4215 (occur-next, occur-prev): Use it.
4216
4217 * progmodes/sh-script.el (sh-mark-init): Don't set `occur-buffer'.
4218 (sh-mark-line): Likewise. Use 'occur-target and 'occur-match
4219 instead of 'occur and 'occur-point.
4220
4221 * eshell/em-unix.el (eshell-occur-mode-mouse-goto)
4222 (eshell-poor-mans-grep): Remove references to `occur-buffer'.
4223
4224 2002-09-24 Stefan Monnier <monnier@cs.yale.edu>
4225
4226 * descr-text.el (describe-text-category): Use *Help*.
4227 Don't kill-buffer.
4228 (describe-text-properties, describe-char):
4229 Delay self-inspection test. Use *Help*.
4230 Use syntax-after. Use `pos' rather than (point).
4231 Distinguish the before/after part of a composition.
4232
4233 2002-09-23 Kenichi Handa <handa@etl.go.jp>
4234
4235 * international/quail.el (quail-completion): Be sure to scroll
4236 quail-completion-buf.
4237
4238 2002-09-23 Richard M. Stallman <rms@gnu.org>
4239
4240 * ielm.el (*1): Fix previous change.
4241
4242 2002-09-23 Juanma Barranquero <lektu@terra.es>
4243
4244 * net/tramp.el (tramp-unified-filenames): Autoload it.
4245
4246 2002-09-23 Michael Kifer <kifer@cs.stonybrook.edu>
4247
4248 * ediff-init.el (ediff-get-next-window): Bug fix.
4249
4250 2002-09-22 Oliver Scholz <alkibiades@gmx.de>
4251
4252 * play/gamegrid.el (gamegrid-face): New variable to emulate a
4253 buffer-local default face.
4254 (gamegrid-xbm): New variable; XBM image as a replacement for
4255 `gamegrid-xpm' on Emacsen compiled without XPM-support.
4256 (gamegrid-colorize-glyph): Ported XEmacs-code for the generation
4257 of images to Emacs.
4258 (gamegrid-match-spec): Call `gamegrid-make-image-from-vector' to
4259 convert XEmacs-type image descriptors.
4260 (gamegrid-color-display-p): Remove (use `display-colors-p' instead.)
4261 (gamegrid-make-image-from-vector): New function. Convert XEmacs'
4262 image descriptors.
4263 (gamegrid-display-type): Use Emacs' standard `display-.*-p'
4264 functions to check for display capabilities. Fix the recognition
4265 of image-support in Emacs 21 by this way.
4266 (gamegrid-hide-cursor): Removed.
4267 (gamegrid-setup-default-font): Ported the code from XEmacs to
4268 Emacs: create a new face and assign the variable `gamegrid-face'
4269 to it. Make sure that the face is not higher than the smallest
4270 image used by the game.
4271 (gamegrid-initialize-display): Use `(setq cursor-type nil)'
4272 instead of `gamegrid-hide-cursor'.
4273 (gamegrid-set-face): If `gamegrid-display-mode' is 'glyph, put an
4274 image in the buffer, instead of applying a face. [This is because
4275 Emacs display-tables are not as capable as the display-tables in
4276 XEmacs. Maybe this function should be renamed to reflect the change?]
4277 (gamegrid-init-buffer): If `gamegrid-display-mode' is 'glyph, put
4278 the face held by `gamegrid-face' in an overlay over the whole
4279 buffer to emulate a buffer-local default-face.
4280
4281 2002-09-22 Markus Triska <triska@gmx.at> (iny change)
4282
4283 * play/doctor.el (doctor-doc): Add 2 question words.
4284 (doctor-getnoun): Parse and save the complete object phrase.
4285
4286 2002-09-22 Richard M. Stallman <rms@gnu.org>
4287
4288 * international/mule-cmds.el (select-safe-coding-system): Cope if
4289 default-coding-system gives nil which was then used in `min'.
4290
4291 * mail/sendmail.el (sendmail-send-it): If user's buffer
4292 is unibyte, make tembuf unibyte.
4293
4294 2002-09-22 Kai Gro\e,A_\e(Bjohann <grossjoh@ls6.informatik.uni-dortmund.de>
4295
4296 * net/tramp.el: Version 2.0.22 released.
4297 (tramp-parse-rhosts, tramp-parse-shosts)
4298 (tramp-parse-hosts, tramp-parse-passwd): Apply `push' but
4299 `add-to-list' for performance reasons.
4300 (tramp-get-completion-user-host): Return `nil' in case both `user'
4301 and 'host' are empty (not necessarily `nil'.
4302 (tramp-parse-netrc, tramp-parse-netrc-group): New functions.
4303 (tramp-user-regexp): " \t" are not user regexp characters.
4304 (tramp-completion-handle-file-name-all-completions):
4305 Remove Ange-FTP cmpletion. It has a bug not handling the "/ftp:" prefix
4306 completely, and it returns local completions as well.
4307 (tramp-completion-function-alist-ftp): New constant.
4308 (tramp-completion-function-alist): Add completion function for "ftp".
4309 From Michael Albinus <Michael.Albinus@alcatel.de>.
4310
4311 2002-09-22 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4312
4313 * net/tramp.el: Version 2.0.21 released.
4314 (tramp-handle-file-newer-than-file-p): If mtime of both files is
4315 known, return a useful result. Better error message in case one
4316 is a Tramp file and one isn't.
4317 (tramp-handle-file-local-copy, tramp-handle-write-region)
4318 (tramp-find-shell, tramp-open-connection-telnet)
4319 (tramp-open-connection-rsh, tramp-open-connection-su)
4320 (tramp-open-connection-setup-interactive-shell)
4321 (tramp-post-connection, tramp-maybe-open-connection)
4322 (tramp-method-out-of-band-p): Correct number of args for
4323 `tramp-get-rsh-program' and similar functions.
4324
4325 2002-09-22 Kai Gro\e,A_\e(Bjohann <grossjoh@ls6.informatik.uni-dortmund.de>
4326
4327 * net/tramp.el: Version 2.0.20 released.
4328
4329 2002-09-20 Kai Gro\e,A_\e(Bjohann <grossjoh@ls6.informatik.uni-dortmund.de>
4330
4331 * net/tramp.el (tramp-completion-function-alist): Escape open
4332 paren in docstring.
4333 (tramp-user-regexp, tramp-host-regexp): Allow empty strings.
4334 (tramp-handle-insert-file-contents): Call tramp-message-for-buffer
4335 instead of tramp-message.
4336 (tramp-open-connection-rsh): Handle empty string as user name.
4337 (tramp-open-connection-su): Handle empty string as host name.
4338 Handle nil user name.
4339 (tramp-handle-file-local-copy, tramp-handle-write-region)
4340 (tramp-completion-handle-file-name-all-completions)
4341 (tramp-open-connection-telnet, tramp-open-connection-rsh)
4342 (tramp-open-connection-su, tramp-post-connection)
4343 (tramp-maybe-open-connection, tramp-method-out-of-band-p)
4344 (tramp-get-connection-function, tramp-get-remote-sh)
4345 (tramp-get-rsh-program, tramp-get-rsh-args)
4346 (tramp-get-rcp-program, tramp-get-rcp-args)
4347 (tramp-get-rcp-keep-date-arg, tramp-get-su-program)
4348 (tramp-get-su-args, tramp-get-telnet-program)
4349 (tramp-get-telnet-args): Use `tramp-find-method', perhaps require
4350 additional args USER, HOST.
4351 (tramp-action-password, tramp-open-connection-telnet)
4352 (tramp-open-connection-su, tramp-open-connection-multi)
4353 (tramp-method-out-of-band-p): `tramp-method-out-of-band-p' now
4354 takes USER and HOST arguments, to be able to use
4355 `tramp-find-method'. Update callers.
4356 (tramp-find-method): New function.
4357
4358 2002-09-20 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4359
4360 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
4361 in SWITCHES (by removing it).
4362
4363 2002-09-18 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4364
4365 * net/tramp.el (tramp-file-name-handler): Add `file-remote-p' property.
4366
4367 2002-09-17 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4368
4369 * net/tramp.el (top-level): Maybe autoload uudecode-decode-region.
4370
4371 2002-09-16 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4372
4373 * net/tramp.el (tramp-bug): Add tramp-methods.
4374
4375 2002-09-16 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4376
4377 * net/tramp.el (tramp-methods): Update docstring:
4378 tramp-encoding-command, tramp-decoding-command,
4379 tramp-encoding-function and tramp-decoding-function are not
4380 parameters anymore.
4381 (tramp-uuencode-region): Autoload it.
4382
4383 2002-09-13 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4384
4385 * net/tramp.el: Version 2.0.19 released.
4386
4387 * net/tramp-uu.el: New file, implements uuencode in Lisp.
4388
4389 * net/tramp.el (tramp-coding-commands):
4390 Use `tramp-uuencode-region' as local encoder for the uuencode based
4391 entries.
4392
4393 2002-09-13 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4394
4395 * net/tramp.el (tramp-handle-write-region): Wrong parens.
4396
4397 2002-09-13 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4398
4399 * net/tramp.el: Version 2.0.18 released.
4400
4401 * net/tramp.el (tramp-perl-decode): Perl changes to accomodate
4402 older versions of Perl. Now tested with 5.004. Suggestion from
4403 Michael Albinus.
4404
4405 2002-09-12 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4406
4407 * net/tramp.el (tramp-find-inline-encoding):
4408 Call tramp-call-local-coding-command with nil for INPUT and OUTPUT.
4409 (tramp-call-local-coding-command): OUTPUT equals nil means to
4410 discard the output. INPUT equals nil means /dev/null.
4411
4412 2002-09-12 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4413
4414 * net/tramp.el (tramp-encoding-shell): Default to environment
4415 variable COMSPEC on Windows.
4416 (tramp-handle-write-region): More debugging output.
4417 (tramp-find-inline-encoding): Ditto.
4418
4419 2002-09-11 Michael Albinus <Michael.Albinus@alcatel.de>
4420
4421 * net/tramp.el (tramp-completion-handle-file-name-all-completions):
4422 Define `result1'.
4423 (tramp-parse-hosts-group): Discard IPv6 entries.
4424
4425 2002-09-11 Kai Gro\e,A_\e(Bjohann <grossjoh@ls6.informatik.uni-dortmund.de>
4426
4427 * net/tramp.el (tramp-post-connection): Only send Perl
4428 mime-encode/decode implementations when using inline method.
4429 (tramp-handle-file-local-copy)
4430 (tramp-handle-write-region, tramp-post-connection)
4431 (tramp-coding-commands, tramp-find-inline-encoding): For the
4432 inline encodings, distinguish between local and remote commands,
4433 instead of between commands and functions. (The local commands
4434 can be functions, too.) If the local host is a Windows machine,
4435 we can't expect the same commands to work there as on the remote host.
4436 (tramp-call-local-coding-command): New function for calling local
4437 encoding and decoding commands.
4438 (tramp-set-remote-encoding, tramp-get-remote-encoding)
4439 (tramp-set-remote-decoding, tramp-get-remote-decoding)
4440 (tramp-set-local-encoding, tramp-get-local-encoding)
4441 (tramp-set-local-decoding, tramp-get-local-decoding): New functions.
4442 (tramp-get-encoding-command, tramp-set-encoding-command)
4443 (tramp-get-decoding-command, tramp-set-decoding-command)
4444 (tramp-get-encoding-function, tramp-set-encoding-function)
4445 (tramp-get-decoding-function, tramp-set-decoding-function):
4446 Old functions, removed.
4447
4448 2002-09-10 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4449
4450 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
4451 Change command to invoke /bin/sh slightly to make it compatible
4452 with the `rc' shell. Suggested by Daniel Pittman.
4453
4454 2002-09-10 Michael Albinus <Michael.Albinus@alcatel.de>
4455
4456 * net/tramp.el (tramp-handle-write-region): Added missing
4457 `)'. Hope it's the right place.
4458
4459 2002-09-09 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4460
4461 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
4462 Do "exec env PS1='$ ' /bin/sh" instead of just "exec /bin/sh" in
4463 order to get a sane shell prompt. If people have ${CWD}, say, in
4464 their shell prompt, then the default login shell might display
4465 something harmless, but the /bin/sh will display a dollar sign
4466 which confused the subsequent prompt recognition.
4467 (tramp-multi-action-password): More debugging output.
4468 (tramp-encoding-shell): Renamed from tramp-sh-program.
4469 More documentation. Default to cmd.exe on Windows NT.
4470 (tramp-encoding-command-switch): New variable. Use instead of
4471 hard-wired "-c" which is only good for /bin/sh.
4472 (tramp-encoding-reads-stdin): New variable. If t, commands are
4473 called like "/bin/sh -c COMMAND <INPUT", if nil, they are called
4474 like "/bin/sh -c COMMAND INPUT", ie the input file is the last arg.
4475 (tramp-multi-sh-program): Always default to tramp-encoding-shell.
4476 (tramp-handle-file-local-copy, tramp-handle-write-region):
4477 Respect tramp-encoding-shell and friends.
4478 (tramp-find-inline-encoding): Use new-style calls for checking if
4479 the local commands work.
4480
4481 2002-09-07 Michael Albinus <Michael.Albinus@alcatel.de>
4482
4483 * net/tramp.el (tramp-methods): Remove `tramp-completion-function'
4484 entries. They are handled now by `tramp-completion-function-alist'.
4485 (tramp-completion-function): Defvar removed. I've never used
4486 it. Hmm.
4487 (tramp-get-completion-function)
4488 (tramp-get-completion-rsh, tramp-get-completion-ssh)
4489 (tramp-get-completion-telnet, tramp-get-completion-su):
4490 Functions removed as well. Not necessary any longer due to extended
4491 customization means.
4492 (tramp-completion-function-alist): New defcustom. Holds all
4493 FUNCTION FILE pairs used for user and host name completion
4494 relevant for METHOD.
4495 (tramp-completion-function-alist-rsh)
4496 (tramp-completion-function-alist-ssh)
4497 (tramp-completion-function-alist-telnet)
4498 (tramp-completion-function-alist-su): Defconst for initializing
4499 `tramp-completion-function-alist'. Unfortunately, mainly UNIX-like
4500 values are known for me until now. Needs to be completed for at
4501 least VMS++ like operating systems.
4502 (tramp-set-completion-function)
4503 (tramp-get-completion-function): New functions for configuration
4504 of `tramp-completion-function-alist'. The old definition of
4505 `tramp-get-completion-function' has been discarded.
4506 (tramp-completion-handle-file-name-all-completions):
4507 Change function call for user/host completion according to definition
4508 in `tramp-completion-function-alist'.
4509 (tramp-parse-passwd): Added exception handling for "root", because
4510 `tramp-get-completion-su' (the previous place for this stuff)
4511 doesn't exist any longer.
4512
4513 2002-09-07 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4514
4515 * net/tramp.el (tramp-enter-password):
4516 Use `tramp-password-end-of-line' to terminate the line.
4517 (tramp-bug): Include new variable `tramp-password-end-of-line'.
4518 (tramp-password-end-of-line): New variable. People who use plink
4519 under Windows might have to issue "\r\n" after the password, but
4520 they need to send just "\n" after the other commands. So this
4521 variable was introduced to complement `tramp-rsh-end-of-line'.
4522 (tramp-wait-for-output, tramp-post-connection): Allow "\r" at end
4523 of line of the output delimiter.
4524
4525 2002-09-06 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4526
4527 * net/tramp.el (tramp-handle-file-local-copy, tramp-find-shell)
4528 (tramp-open-connection-setup-interactive-shell): Add some comments
4529 about Douglas Grey Stephen's suggestions to make Tramp work better
4530 with plink under Windows. I'm not sure what to think of them, but
4531 now I have a guinea pig to try it out on. Said guinea pig is
4532 having other problems, though... Also remove some commented-out code.
4533
4534 2002-09-06 Michael Albinus <Michael.Albinus@alcatel.de>
4535
4536 * net/tramp.el (tramp-get-completion-methods): Algorithm slightly
4537 tuned.
4538 (tramp-get-completion-user-host): Accept user names as they are if
4539 typed until "@".
4540 (tramp-completion-mode): Replace `last-input-char' by modern
4541 `last-input-event'. Check for `event-modifiers'.
4542
4543 2002-09-06 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4544
4545 * net/tramp.el (file-expand-wildcards): Corrected check to see if
4546 advising is necessary.
4547
4548 2002-09-05 Michael Albinus <Michael.Albinus@alcatel.de>
4549
4550 * net/tramp.el (tramp-postfix-single-method-format)
4551 (tramp-postfix-multi-method-format)
4552 (tramp-postfix-multi-hop-format)
4553 (tramp-postfix-user-format): New format strings.
4554 (tramp-postfix-single-method-regexp)
4555 (tramp-postfix-multi-method-regexp)
4556 (tramp-postfix-multi-hop-regexp)
4557 (tramp-postfix-user-regexp)
4558 (tramp-make-multi-tramp-file-format)
4559 (tramp-make-tramp-file-name): Apply them.
4560 (tramp-completion-handle-file-name-all-completions): Fix for
4561 invoking ange-ftp in case of "/ftp:xxx" file names.
4562
4563 2002-09-04 Michael Albinus <Michael.Albinus@alcatel.de>
4564
4565 * net/tramp.el (tramp-prefix-format)
4566 (tramp-postfix-host-format): New format strings.
4567 (tramp-prefix-regexp, tramp-method-regexp)
4568 (tramp-postfix-single-method-regexp)
4569 (tramp-postfix-multi-method-regexp)
4570 (tramp-postfix-multi-hop-regexp)
4571 (tramp-user-regexp, tramp-postfix-user-regexp)
4572 (tramp-host-regexp, tramp-postfix-host-regexp)
4573 (tramp-path-regexp): New atomar regular expressions.
4574 If corresponding format strings exist, derived from them.
4575 (tramp-file-name-structure)
4576 (tramp-multi-file-name-structure)
4577 (tramp-multi-file-name-hop-structure)
4578 (tramp-make-multi-tramp-file-format)
4579 (tramp-completion-mode)
4580 (tramp-completion-dissect-file-name)
4581 (tramp-parse-rhosts-group)
4582 (tramp-parse-shosts-group)
4583 (tramp-parse-hosts-group)
4584 (tramp-parse-passwd-group): Apply these expressions.
4585 (tramp-file-name-structure-unified)
4586 (tramp-file-name-structure-separate)
4587 (tramp-make-tramp-file-format-unified)
4588 (tramp-make-tramp-file-format-separate)
4589 (tramp-make-tramp-file-format)
4590 (tramp-make-tramp-file-user-nil-format-unified)
4591 (tramp-make-tramp-file-user-nil-format-separate)
4592 (tramp-make-tramp-file-user-nil-format)
4593 (tramp-multi-file-name-structure-unified)
4594 (tramp-multi-file-name-structure-separate)
4595 (tramp-multi-file-name-hop-structure-unified)
4596 (tramp-multi-file-name-hop-structure-separate)
4597 (tramp-make-multi-tramp-file-format-unified)
4598 (tramp-make-multi-tramp-file-format-separate): Removed.
4599 (tramp-make-tramp-file-name): Allow partial tramp file
4600 names. Generate tramp file format on-the-fly depending on
4601 parameters. Apply atomar format strings resp expressions.
4602 (tramp-get-completion-methods)
4603 (tramp-get-completion-user-host): Apply `tramp-make-tramp-file-name'.
4604 (tramp-parse-hosts-group): Take all host names and IP addresses
4605 into account.
4606 (tramp-bug): Remove `tramp-make-tramp-file-format'.
4607
4608 2002-09-01 Michael Albinus <Michael.Albinus@alcatel.de>
4609
4610 * net/tramp.el (tramp-methods): Add `tramp-completion-function'
4611 for "su" and "sudo".
4612 (tramp-get-completion-telnet): Implement it.
4613 (tramp-parse-hosts)
4614 (tramp-parse-hosts-group)
4615 (tramp-get-completion-su)
4616 (tramp-parse-passwd)
4617 (tramp-parse-passwd-group): New functions.
4618
4619 2002-08-31 Michael Albinus <Michael.Albinus@alcatel.de>
4620
4621 * net/tramp.el (tramp-completion-mode): Check for `last-input-char'.
4622 (tramp-completion-file-name-handler-alist): Add handler for
4623 `file-exists-p.
4624 (tramp-completion-handle-file-exists-p): New function.
4625 (tramp-completion-handle-file-name-completion): Simplified.
4626 (tramp-completion-dissect-file-name): Regexp's reorganised.
4627 (tramp-completion-handle-file-name-all-completions):
4628 Call completion-function only if `user' or `host' is given.
4629 (tramp-get-completion-user-host): New function.
4630 (tramp-get-completion-rsh)
4631 (tramp-get-completion-ssh): Apply it.
4632
4633 2002-08-29 Michael Albinus <Michael.Albinus@alcatel.de>
4634
4635 * net/tramp.el (tramp-completion-file-name-handler-alist):
4636 Add handler for `expand-file-name'.
4637 (tramp-completion-handle-expand-file-name): New function.
4638
4639 2002-08-26 Michael Albinus <Michael.Albinus@alcatel.de>
4640
4641 * net/tramp.el (tramp-completion-mode): New function.
4642 (tramp-completion-handle-file-name-directory)
4643 (tramp-completion-handle-file-name-all-completions): Apply it.
4644 (tramp-methods): Remove double definition of `ssh1-old' and `ssh2-old'.
4645 (tramp-point-at-eol): New defalias.
4646 (tramp-parse-rhosts-group)
4647 (tramp-parse-shosts-group):: Apply it.
4648
4649 2002-08-25 Michael Albinus <Michael.Albinus@alcatel.de>
4650
4651 * net/tramp.el (tramp-get-completion-methods)
4652 (tramp-get-completion-rsh)
4653 (tramp-get-completion-ssh): Add "[" for Xemacs.
4654 (tramp-completion-file-name-regexp-separate): Expression adapted.
4655 (tramp-completion-file-name-handler-alist): Add handler for
4656 `file-name-directory' and `file-name-nondirectory'.
4657 (tramp-completion-handle-file-name-directory)
4658 (tramp-completion-handle-file-name-nondirectory)
4659 (tramp-completion-run-real-handler): New functions.
4660 (tramp-completion-file-name-handler)
4661 (tramp-completion-handle-file-name-all-completions):
4662 Apply `tramp-completion-run-real-handler'.
4663 (tramp-parse-rhosts)
4664 (tramp-parse-shosts): Use `with-temp-buffer'. `result\e$,1!=\e(B renamed to
4665 `res' (otherwise side effects in XEmacs).
4666
4667 2002-08-24 Michael Albinus <Michael.Albinus@alcatel.de>
4668
4669 * net/tramp.el (tramp-completion-file-name-regexp)
4670 (tramp-completion-file-name-handler-alist)
4671 (tramp-flatten-list)
4672 (tramp-completion-dissect-file-name)
4673 (tramp-get-completion-rsh)
4674 (tramp-parse-rhosts)
4675 (tramp-parse-rhosts-group)
4676 (tramp-get-completion-ssh): Doc string tuned.
4677 (tramp-methods): Doc string and custom type extended for
4678 `tramp-completion-function'.
4679 (tramp-completion-function): Variable added. Is it really used?
4680 Other variables like `tramp-completion-function' aren't used.
4681 (tramp-completion-file-name-handler-alist): Add handler for
4682 `file-name-completion'.
4683 (tramp-completion-handle-file-name-completion): New function.
4684
4685 2002-08-18 Michael Albinus <Michael.Albinus@alcatel.de>
4686
4687 * net/tramp.el (tramp-parse-rhosts)
4688 (tramp-parse-rhosts-group)
4689 (tramp-parse-shosts)
4690 (tramp-parse-shosts-group): New functions.
4691
4692 2002-08-17 Michael Albinus <Michael.Albinus@alcatel.de>
4693
4694 * net/tramp.el (tramp-completion-dissect-file-name)
4695 (tramp-completion-dissect-file-name1): New functions.
4696
4697 2002-08-16 Michael Albinus <Michael.Albinus@alcatel.de>
4698
4699 * net/tramp.el (tramp-get-completion-function)
4700 (tramp-get-completion-rsh)
4701 (tramp-get-completion-ssh)
4702 (tramp-get-completion-telnet): New functions.
4703 (tramp-methods): Add `tramp-completion-function' for all methods.
4704
4705 2002-08-15 Michael Albinus <Michael.Albinus@alcatel.de>
4706
4707 * net/tramp.el (tramp-get-completion-methods): New function.
4708 (tramp-find-default-method): Allow host to be nil (like user).
4709
4710 2002-08-14 Michael Albinus <Michael.Albinus@alcatel.de>
4711
4712 * net/tramp.el (tramp-completion-file-name-regexp-unified)
4713 (tramp-completion-file-name-regexp-separate)
4714 (tramp-completion-file-name-regexp)
4715 (tramp-completion-file-name-handler-alist): New defcustoms.
4716 (tramp-completion-file-name-handler): New function.
4717 Add `tramp-completion-file-name-handler' to `file-name-handler-alist'.
4718 (tramp-run-real-handler): Add `tramp-completion-file-name-handler'
4719 to `inhibit-file-name-handlers'.
4720 (tramp-completion-handle-file-name-all-completions)
4721 (tramp-completion-handle-file-name-completion): New functions.
4722
4723 2002-08-12 Michael Albinus <Michael.Albinus@alcatel.de>
4724
4725 * net/tramp.el (tramp-invoke-ange-ftp): `tramp-disable-ange-ftp'
4726 must be called again after activating `ange-ftp'.
4727 (tramp-ange-ftp-file-name-p): Check for Xemacs.
4728
4729 2002-08-08 Michael Albinus <Michael.Albinus@alcatel.de>
4730
4731 * net/tramp.el (tramp-do-copy-or-rename-file): Don't pass
4732 KEEP-DATE to tramp-invoke-ange-ftp 'rename.
4733 (tramp-handle-write-region): Don't pass LOCKNAME and CONFIRM to
4734 tramp-invoke-ange-ftp 'write-region.
4735 (tramp-handle-set-file-modes): Change order of FILENAME and MODE
4736 passing to tramp-invoke-ange-ftp 'set-file-modes.
4737 (tramp-flatten-list): New function. Maybe this functionality does
4738 exist already elsewhere in the libraries.
4739 (tramp-invoke-ange-ftp): Apply `tramp-flatten-list' to parameter
4740 list in order to avoid nested lists, f.e. when invoked from
4741 `tramp-handle-dired-call-process'.
4742
4743 2002-09-05 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4744
4745 * net/tramp.el (tramp-chunksize): New kluge variable.
4746 (tramp-send-region): If tramp-chunksize is non-nil, send region in
4747 parts and sleep 0.1 seconds between chunks.
4748
4749 2002-09-03 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4750
4751 * net/tramp.el (tramp-handle-insert-directory):
4752 Use `insert-buffer-substring' instead of `insert-buffer', which is not
4753 supposed to be used from Lisp. Remember old point in a variable
4754 instead of using `mark'. Suggestion from Stefan Monnier.
4755 (tramp-unified-filenames): New variable. Use it in default value
4756 of other filename variables.
4757 (file-expand-wildcards): Don't advise unless "[" and "]" are used
4758 in the filename format.
4759
4760 2002-09-01 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4761
4762 * net/tramp.el (tramp-methods): Remove duplicate definition of
4763 ssh1-old and ssh2-old.
4764
4765 2002-09-22 Kai Gro\e,A_\e(Bjohann <grossjoh@ls6.informatik.uni-dortmund.de>
4766
4767 * dired.el (dired-insert-directory): Always add "--dired" to to
4768 SWITCHES for remote files.
4769 * files.el (insert-directory): Comment saying that "--dired"
4770 might be in the SWITCHES.
4771 * net/ange-ftp.el (ange-ftp-ls): Handle "--dired" in LSARGS.
4772 (ange-ftp-insert-directory): Comment explaining "--dired" handling.
4773
4774 2002-09-21 Markus Rost <rost@math.ohio-state.edu>
4775
4776 * mail/mailabbrev.el (mail-abbrev-make-syntax-table): Give %!._-
4777 word constituent syntax.
4778
4779 2002-09-21 Richard M. Stallman <rms@gnu.org>
4780
4781 * cus-dep.el (custom-make-dependencies): Bind to t
4782 around evaluating the def-form.
4783
4784 * custom.el (custom-dont-initialize): New variable.
4785 (custom-declare-variable): Don't init the variable
4786 if custom-dont-initialize is non-nil.
4787
4788 2002-09-21 John Paul Wallington <jpw@shootybangbang.com>
4789
4790 * net/eudc.el (eudc-install-menu): Use `define-key' and
4791 `easy-menu-create-menu' to avoid duplication of menu.
4792
4793 2002-09-20 Kim F. Storm <storm@cua.dk>
4794
4795 * kmacro.el (kmacro-step-edit-query): Use RET to execute rest of
4796 macro and terminate editing.
4797 (kmacro-step-edit-macro): Push previous macro onto ring if changed
4798 by step editing.
4799
4800 2002-09-19 Tom Tromey <tromey@redhat.com>
4801
4802 * play/blackbox.el (bb-right): Respect prefix argument.
4803 (bb-left, bb-up, bb-down): Likewise.
4804
4805 2002-09-19 Richard M. Stallman <rms@gnu.org>
4806
4807 * cus-dep.el (custom-make-dependencies): Fix previous change.
4808
4809 2002-09-19 Juanma Barranquero <lektu@terra.es>
4810
4811 * ielm.el (ielm-eval-input): Call `error-message-string' instead
4812 of the non-existent `ielm-format-error'.
4813
4814 2002-09-19 Stefan Monnier <monnier@cs.yale.edu>
4815
4816 * emacs-lisp/easymenu.el (easy-menu-remove):
4817 * emacs-lisp/ewoc.el (ewoc--node-branch): Add docstring.
4818
4819 * international/mule-diag.el (describe-coding-system):
4820 Remove unused `coding-spec' variable.
4821 (list-input-methods): Be more careful when setting up the help buffer.
4822
4823 * international/ucs-tables.el (unify-8859-on-encoding-mode):
4824 Set init value to t to reflect reality.
4825 (ucs-minibuffer-setup): Use minibuffer-selected-window.
4826
4827 2002-09-18 Stefan Monnier <monnier@cs.yale.edu>
4828
4829 * progmodes/make-mode.el (makefile-cleanup-continuations-p):
4830 Rename to makefile-cleanup-continuations.
4831 (makefile-mode): Use write-file-functions.
4832 (makefile-fill-paragraph): Use match-string-no-properties.
4833 (makefile-fill-paragraph): Use line-end-position.
4834 (makefile-add-log-defun): Simplify.
4835
4836 2002-09-18 Richard M. Stallman <rms@gnu.org>
4837
4838 * dired.el (dired-mark-pop-up): Doc fix.
4839
4840 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Put the
4841 definition straight into loaddefs.el as well as executing it here.
4842
4843 2002-09-18 Colin Walters <walters@debian.org>
4844
4845 * calc/calc.el (calc-mode): Add font-lock-defontify to
4846 change-major-mode-hook.
4847
4848 2002-09-18 Richard M. Stallman <rms@gnu.org>
4849
4850 * Makefile.in (bootstrap-clean): Use cd to shorten arg strings.
4851 Don't ignore errors in rm line.
4852
4853 * menu-bar.el (menu-bar-search-menu): Nicer help string.
4854
4855 * replace.el (occur-engine-add-prefix): Use 7 spaces.
4856 (occur-engine): Use 7 digits to align tabs in the data.
4857
4858 * emacs-lisp/bytecomp.el (byte-compile-output-docform):
4859 Don't make the definition dynamic if it shares structure
4860 with the arg list.
4861
4862 * gud.el (gud-pdb-marker-regexp): Allow : and \ in file name.
4863 (pdb): In gud-remove, pass down the file name.
4864
4865 * cus-dep.el (custom-make-dependencies): Sort MEMBERS before use.
4866
4867 2002-09-18 Luc Teirlinck <teirllm@mail.auburn.edu>
4868
4869 * ielm.el: (*1, *2, *3): New variables.
4870 (ielm-eval-input): Make temporary buffers current on entry and
4871 exit to the let bindings for *, ** and ***.
4872 (inferior-emacs-lisp-mode): Mention *1, *2 and *3 in the docstring.
4873 Do not overrule global bindings for *, ** and ***.
4874
4875 2002-09-18 Tom Tromey <tromey@redhat.com>
4876
4877 * progmodes/make-mode.el (makefile-fill-paragraph): Find comment
4878 boundaries before filling.
4879
4880 2002-09-18 Stefan Monnier <monnier@cs.yale.edu>
4881
4882 * server.el (server-done): Fix harmlessly wrong arg to save-buffer.
4883 (server-switch-buffer): Only select a different window if
4884 next-buffer is non-nil. Don't switch in a dedicated window.
4885 If next-buffer is already displayed, reuse that window.
4886
4887 * diff-mode.el (diff-mode): Use compilation-minor-mode.
4888 Don't unbind compilation-last-buffer after autoloading compile.el.
4889 Hide the compilation-minor-mode bindings altogether.
4890
4891 2002-09-18 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4892
4893 * dired.el (dired-insert-directory): Never add "--dired" when
4894 listing remote directories.
4895
4896 2002-09-18 Michael Kifer <kifer@cs.stonybrook.edu>
4897
4898 * ediff-hooks.el: Put back the autoloads (for XEmacs compatibility).
4899
4900 * ediff-init.el: Use defalias instead of fset.
4901
4902 * ediff-util.el: Use defalias instead of fset.
4903
4904 * viper-util.el (viper-chars-in-region): Simplification.
4905
4906 * viper.el (viper-emacs-state-mode-list): Added modes.
4907
4908 2002-09-18 Jonathan Yavner <jyavner@engineer.com>
4909
4910 * emacs-lisp/testcover.el: New file. Uses edebug to instrument a
4911 module of code, with graphical display of poor-coverage spots.
4912
4913 * emacs-lisp/testcover-ses.el: New file. Demonstrates use of
4914 testcover on a interactive module like ses.
4915
4916 * emacs-lisp/testcover-unsafep.el: New file. Demonstrates use of
4917 testcover on a noninteractive module like unsafep.
4918
4919 2002-09-18 Miles Bader <miles@gnu.org>
4920
4921 * diff-mode.el (diff-mode): Don't evaluate `compilation-last-buffer'
4922 unless it's bound.
4923
4924 2002-09-17 Stefan Monnier <monnier@cs.yale.edu>
4925
4926 * server.el (server-log): Add `client' arg.
4927 (server-start): Don't bother canceling the sentinel.
4928 (server-process-filter): Use replace-regexp-in-string and
4929 handle the new &n quoting. Use push. Use server-log's new arg.
4930 Don't output the C-x # message if `nowait'.
4931 (server-buffer-done): Use server-log's new arg.
4932
4933 2002-09-16 Jonathan Yavner <jyavner@engineer.com>
4934
4935 * ses.el: New file.
4936
4937 * emacs-lisp/unsafep.el: New file.
4938
4939 * files.el (auto-mode-alist): Add ".ses" for ses-mode.
4940 (inhibit-quit): This is risky for unsafep, doesn't matter much for
4941 anybody else.
4942 (risky-local-variable-p): New function. Split off from
4943 hack-one-local-variable so unsafep can use it. Add \|-history$ to
4944 the list of disallowed local variable names (malicious user could
4945 stuff a `display' property in there that would be activated when
4946 na\e,Ao\e(Bve user called up the history).
4947
4948 2002-09-16 Markus Rost <rost@math.ohio-state.edu>
4949
4950 * ls-lisp.el (ls-lisp-format-time-list): Fix type and provide :tag's.
4951
4952 2002-09-16 Richard M. Stallman <rms@gnu.org>
4953
4954 * play/gomoku.el (gomoku-move-up, gomoku-move-down):
4955 Use forward-line and move-to-column.
4956
4957 * cus-edit.el (custom-variable-backup-value): New function.
4958 (custom-variable-reset-backup): New function.
4959 (custom-variable-menu): Add item for custom-variable-reset-backup.
4960 (custom-variable-set, custom-variable-reset-saved)
4961 (custom-variable-reset-standard): Call custom-variable-backup-value.
4962
4963 2002-09-16 Stefan Monnier <monnier@cs.yale.edu>
4964
4965 * dired.el (dired-font-lock-keywords): Use regexp-opt.
4966 (dired-move-to-filename): Better message when we fail to find the file.
4967 (dired-sort-toggle): Minor optimization.
4968
4969 2002-09-16 Juanma Barranquero <lektu@terra.es>
4970
4971 * dired-aux.el (dired-add-entry): Add missing argument to
4972 `dired-mark'.
4973
4974 2002-09-16 John Paul Wallington <jpw@shootybangbang.com>
4975
4976 * xscheme.el (scheme-interaction-mode): Doc fix.
4977
4978 * net/eudc.el (eudc-plist-get): Doc fix.
4979
4980 2002-09-16 Kim F. Storm <storm@cua.dk>
4981
4982 * menu-bar.el (menu-bar-last-search-type): New var.
4983 (nonincremental-repeat-search-forward)
4984 (nonincremental-repeat-search-backward): Repeat string or
4985 regexp search depending on menu-bar-last-search-type.
4986 (nonincremental-search-forward, nonincremental-re-search-forward)
4987 (nonincremental-search-backward, nonincremental-re-search-backward):
4988 Set menu-bar-last-search-type to string or regexp.
4989 (nonincremental-repeat-re-search-forward): Removed.
4990 (nonincremental-repeat-re-search-backward): Removed.
4991 (menu-bar-replace-menu): New keymap for "Edit->Replace" submenu.
4992 (menu-bar-i-search-menu): New keymap for "Incremental Search" submenu.
4993 (menu-bar-adv-search-menu): Removed.
4994 (menu-bar-search-menu): Reorganized.
4995 (menu-bar-edit-menu): Added "Replace" submenu.
4996
4997 2002-09-15 Richard M. Stallman <rms@gnu.org>
4998
4999 * scroll-bar.el (scroll-bar-mode): Specify :initialize.
5000
5001 * menu-bar.el (menu-bar-make-mm-toggle): Don't put a quote befor FNAME
5002 when it's not being evaluated.
5003
5004 2002-09-15 Markus Rost <rost@math.ohio-state.edu>
5005
5006 * dired.el (dired-move-to-filename): Fix previous change.
5007
5008 2002-09-14 Kim F. Storm <storm@cua.dk>
5009
5010 * emulation/keypad.el (keypad-setup, keypad-shifted-setup)
5011 (keypad-numlock-setup, keypad-numlock-shifted-setup):
5012 Change `Remove Binding' option to `Unspecified/User-defined'.
5013 (keypad-setup): Enhance explanation of setup type `none'.
5014
5015 2002-09-14 Richard M. Stallman <rms@gnu.org>
5016
5017 * time.el (display-time-mode): Set display-time-load-average here.
5018 (display-time-load-average): Initialize to nil.
5019 (display-time-default-load-average): Add "None" alternative.
5020 (display-time-update): Handle "None" alternative for load-average.
5021
5022 * dired-aux.el (dired-bunch-files): Put the arg FILES
5023 back as it was after temporary destrucive mods.
5024 (dired-add-entry): Use dired-insert-directory to handle indentation.
5025 Explicitly restore the line's marker character.
5026 Preserve the old file name's text properties.
5027 (dired-add-entry-do-indentation): Function deleted.
5028 (dired-relist-file): Doc fix.
5029 (dired-rename-file): Change argument names.
5030 (foo-rename-file): New function.
5031 (dired-do-hardlink): Use dired-hardlink.
5032 (dired-hardlink): New function.
5033 (dired-insert-subdir-doinsert): Use dired-insert-directory;
5034 that handles indentation, text props and header line.
5035 dired-readin-insert gets no args.
5036 Use `last' instead of `reverse'.
5037
5038 * dired.el (dired-use-ls-dired): New variable.
5039 (dired-directory): Document the rules better.
5040
5041 * dired.el (dired-insert-headerline): Function deleted.
5042 (dired-revert): Pass no args to dired-readin.
5043 (dired-move-to-filename): First try using dired-filename property.
5044 (dired-move-to-end-of-filename): Likewise.
5045 (dired-why): Try to show the start of this page of warnings.
5046 (dired-log): Insert the buffer name at start of page, not end.
5047 (dired-log-summary): If just one failure, explain it in echo area.
5048
5049 * dired.el (dired-internal-noselect):
5050 Always set dired-directory, when buffer is not new.
5051 Pass dir-or-list, not dirname, to dired-mode.
5052 Call dired-readin with no args.
5053 Don't call dired-after-readin-hook here.
5054 (dired-find-buffer-nocreate): Expand dirname.
5055 Expand the dir from dired-directory to compare with dirname.
5056
5057 (dired-readin): Take no args. Get the directory from dired-directory.
5058 Run dired-before-reading hook inside save-excursion.
5059 Run dired-after-readin-hook here.
5060 Don't make undo entries at all.
5061 Call dired-readin-insert with no args.
5062 Don't change indentation here.
5063 Don't insert headerline here.
5064
5065 (dired-readin-insert): Take no args.
5066 Get dir and file-list from dired-directory.
5067 Call dired-insert-directory the new way.
5068 Don't insert "wildcard" info here.
5069
5070 (dired-insert-directory): New arg FILE-LIST.
5071 First arg now DIR, always just the directory.
5072 This function fully handles setting up the buffer text:
5073 update indentation, insert headerline and "wildcard" info.
5074 Pass --dired arg if appropriate; put info in dired-filename props.
5075 Don't expand file names here.
5076
5077 * warnings.el (display-warning): In batch mode,
5078 exclude the final newline from the arg to `message'.
5079
5080 2002-09-13 Markus Rost <rost@math.ohio-state.edu>
5081
5082 * files.el (diff-buffer-with-file): Check whether associated file
5083 exists. Display message for 1 second. Always return nil.
5084
5085 2002-09-13 Stefan Monnier <monnier@cs.yale.edu>
5086
5087 * diff-mode.el (diff-mode): Turn on compilation-minor-mode
5088 support again, but more carefully this time.
5089
5090 * progmodes/perl-mode.el (perl-mode-syntax-table): Mark $, % and @
5091 such that backward-sexp correctly skips them.
5092 (perl-font-lock-keywords-2): Use regexp-opt.
5093 (perl-font-lock-syntactic-keywords)
5094 (perl-font-lock-syntactic-face-function): Better handle PODs.
5095 Handle package names with ' in them and ($$) in `sub' declarations.
5096 Handle format staements. Handle regexp and quote-like ops.
5097 (perl-empty-syntax-table): New var.
5098 (perl-quote-syntax-table): New fun.
5099
5100 * pcvs.el (cvs-mode-find-file): Work even if point is at beg-of-line.
5101 (cvs-do-removal): Bind inhibit-read-only while modifying the buffer.
5102
5103 * newcomment.el (comment-with-narrowing): Use the `declare' thingy.
5104
5105 * derived.el (define-derived-mode): Properly ignore unknown args.
5106
5107 * emacs-lisp/easy-mmode.el (define-minor-mode): Add a :require arg.
5108 Don't call the function during init if mode is on by default.
5109
5110 * simple.el: Provide `simple'.
5111 (transient-mark-mode, line-number-mode, column-number-mode):
5112 Pass an explicit `:require nil' argument.
5113
5114 2002-09-13 Francesco Potort\e,Al\e(B <pot@gnu.org>
5115
5116 * play/tetris.el (tetris-blank-options, tetris-cell-options):
5117 Remove various redundant `(t nil)'.
5118
5119 * play/snake.el (snake-border-options): Use color on tty if available.
5120
5121 * play/tetris.el (tetris-border-options): Likewise.
5122
5123 * play/pong.el (pong-border-options): Likewise, plus reset
5124 color on tty to be [0.5 0.5 0.5].
5125
5126 2002-09-13 Kim F. Storm <storm@cua.dk>
5127
5128 * kmacro.el (kmacro-start-macro): Doc fix.
5129
5130 2002-09-13 Juanma Barranquero <lektu@terra.es>
5131
5132 * progmodes/idlw-shell.el (idlwave-shell-cleanup): Fix reference
5133 to `idlwave-idlwave_routine_info-compiled'.
5134
5135 * whitespace.el (whitespace-unload-hook): Call `remove-hook' with
5136 three arguments, not four.
5137
5138 2002-09-13 Kim F. Storm <storm@cua.dk>
5139
5140 * kmacro.el (kmacro-keymap): Changed bindings:
5141 C-x C-k s to kmacro-start-macro, C-x C-k b to kmacro-bind-to-key.
5142
5143 2002-09-12 Richard M. Stallman <rms@gnu.org>
5144
5145 * international/mule-cmds.el (universal-coding-system-argument):
5146 Read the coding system inside `interactive' spec, for command-history.
5147
5148 2002-09-12 Stefan Monnier <monnier@cs.yale.edu>
5149
5150 * emacs-lisp/find-func.el (find-library-name): Don't forget
5151 the empty suffix. Fix stale variable name.
5152
5153 * gud.el (gud-gdb-massage-args, gud-sdb-massage-args)
5154 (gud-pdb-massage-args): Delete.
5155 (gdb, sdb, pdb): Don't pass gud-*-massage-args any more.
5156 (gud-gdb-command-name): New var. Put "--fullname" in there.
5157 (gud-query-cmdline): Use the most recent executable as the default.
5158 Don't add "--fullname" (it's only valid/meaningful for GDB).
5159 (gud-xdb-marker-filter): Use match-string.
5160 (gud-perldb-massage-args): Don't add "-d".
5161 (gud-perldb-command-name): Add "-d".
5162 (gud-common-init): If `massage-args' is nil, don't call it.
5163 (gud-format-command): Don't hardcode point-min==1.
5164
5165 * derived.el: Require CL when compiling.
5166
5167 2002-09-12 Simon Josefsson <jas@extundo.com>
5168
5169 * mail/smtpmail.el (smtpmail-send-it): Don't use : in filenames
5170 (for cygwin). Suggested by Andrew Senior <aws@watson.ibm.com>.
5171 Use expand-file-name. Also don't require time-stamp.
5172
5173 2002-09-11 Richard M. Stallman <rms@gnu.org>
5174
5175 * derived.el (define-derived-mode): When making new abbrev table,
5176 don't try to copy the parent's abbrev table.
5177
5178 * ruler-mode.el (ruler-mode-left-scroll-bar-cols):
5179 Always round scroll-bar-width parameter up.
5180 If it is nil, use 14.
5181
5182 * abbrev.el (copy-abbrev-table): New function.
5183
5184 2002-09-11 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5185
5186 * ps-print.el: Adjust ps-print-color-p, ps-default-fg and
5187 ps-default-bg setting.
5188 (ps-print-version): New version number (6.5.7).
5189 (ps-mark-active-p): New fun.
5190 (ps-print-preprint-region): Adjust code.
5191
5192 2002-09-11 Dave Love <fx@gnu.org>
5193
5194 * international/mule.el (non-standard-designations-alist)
5195 (ctext-pre-write-conversion): Don't generate invalid extended
5196 segments for iso8859.
5197
5198 * language/cyrillic.el ("Ukrainian"): Fix nonascii-translation.
5199 (cyrillic-alternativnyj-decode-table): Fix some entries.
5200
5201 * international/ucs-tables.el: Fix last change.
5202
5203 * international/utf-8.el (utf-8-fragment-on-decoding): Fix last
5204 change.
5205
5206 2002-09-11 Kim F. Storm <storm@cua.dk>
5207
5208 * edmacro.el (edit-kbd-macro): Recognize new C-x e binding,
5209 kmacro-end-and-call-macro.
5210
5211 2002-09-11 Juanma Barranquero <lektu@terra.es>
5212
5213 * newcomment.el (uncomment-region): Fix let/let* use.
5214
5215 2002-09-11 Simon Josefsson <jas@extundo.com>
5216
5217 * time-stamp.el (time-stamp-hhmmss): New function.
5218
5219 * gud.el (gud-gdb-massage-args): Don't secretly add -fullname.
5220 (gud-query-cmdline): Add --fullname to the user cmdline.
5221
5222 * mail/smtpmail.el (smtpmail-default-smtp-server): Doc fix.
5223
5224 2002-09-11 Kim F. Storm <storm@cua.dk>
5225
5226 * kmacro.el (kmacro-call-macro): Rephrase repeat prompt.
5227 (kmacro-step-edit-map): Bind "A" to `append-end'.
5228 (kmacro-step-edit-prompt): Fix prompt.
5229 (kmacro-step-edit-query): Handle `append-end' response.
5230 (kmacro-step-edit-pre-command): Activate `append-end' at end of
5231 macro when required.
5232
5233 2002-09-11 Stefan Monnier <monnier@cs.yale.edu>
5234
5235 * derived.el (define-derived-mode): Fix typo.
5236
5237 * menu-bar.el (line-number-mode, column-number-mode)
5238 (transient-mark-mode): Use minor mode directly.
5239 (menu-bar-make-toggle): Remove `props' arg.
5240 Move customize-mark-as-set directly into the toggle function.
5241
5242 * whitespace.el (whitespace-global-mode): Use define-minor-mode.
5243 Use the new file hook names.
5244 (whitespace-describe): Remove. Move the text to `Commentary:'.
5245 (whitespace-unload-hook): Use the new file hook names.
5246
5247 * finder.el (finder-find-library): Remove.
5248 (finder-commentary): Use find-library-name and add completion.
5249
5250 * simple.el (transient-mark-mode, line-number-mode)
5251 (column-number-mode): Use define-minor-mode.
5252 (define-mail-user-agent): Delete. Moved to subr.el.
5253
5254 * loadup.el ("simple.el"): Move to after loaddefs.el.
5255
5256 * subr.el (define-mail-user-agent): Moved from simple.el.
5257
5258 2002-09-10 Richard M. Stallman <rms@gnu.org>
5259
5260 * pcvs-info.el (cvs-check-fileinfo): Don't use boolp.
5261 (boolp): Function deleted.
5262
5263 2002-09-10 Dave Love <fx@gnu.org>
5264
5265 * international/utf-8.el (ucs-mule-to-mule-unicode):
5266 Define unconditionally.
5267 (utf-8-fragmentation-table): New. Use it in top-level mapc.
5268 (utf-8-fragment-on-decoding): Use it to keep
5269 utf-8-translation-table-for-decode variable and translation table
5270 in sync.
5271
5272 * international/ucs-tables.el: Bind utf-8-translation-table-for-decode
5273 when setting up tables and remove useless optimize-char-table.
5274 (ucs-mule-to-mule-unicode): Deleted.
5275 (ucs-unify-8859): Maybe optimize ucs-mule-to-mule-unicode.
5276
5277 * international/utf-16.el (utf-16-le-pre-write-conversion)
5278 (utf-16-be-pre-write-conversion): Deleted.
5279 (mule-utf-16-le, mule-utf-16-be): Register encoding translation table.
5280
5281 2002-09-10 Richard M. Stallman <rms@gnu.org>
5282
5283 * files.el (diff-buffer-with-file): Simplify.
5284 Don't signal an error if buffer has no file.
5285 Call sit-for after `diff' returns.
5286
5287 * play/gamegrid.el (gamegrid-make-color-tty-face):
5288 Handle string as COLOR arg.
5289 (gamegrid-display-type): Don't assume display-color-p
5290 implies a color-x terminal.
5291 (gamegrid-hide-cursor): Set `cursor-type' local variable.
5292
5293 * descr-text.el (describe-text-mode): Add font-lock-defontify to
5294 change-major-mode-hook.
5295
5296 * ibuffer.el (ibuffer-mode): Add font-lock-defontify to
5297 change-major-mode-hook.
5298
5299 * comint.el (comint-mode): Add font-lock-defontify to
5300 change-major-mode-hook.
5301
5302 * info.el (Info-mode): Add font-lock-defontify to
5303 change-major-mode-hook.
5304
5305 * replace.el (occur-mode): Add font-lock-defontify to
5306 change-major-mode-hook.
5307
5308 * font-core.el (font-lock-defontify): New function.
5309
5310 2002-09-10 Richard M. Stallman <rms@gnu.org>
5311
5312 * ps-print.el (ps-printer-name-option): Doc fix.
5313
5314 2002-09-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5315
5316 * ps-print.el: Adjust ps-postscript-code-directory setting.
5317 XEmacs version check was adjusted.
5318 (ps-print-version): New version number (6.5.6).
5319 (ps-print-color-p, ps-page-dimensions-database): Autoload var.
5320 (ps-print-code, ps-print-preprint-region): Adjust code.
5321
5322 2002-09-10 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5323
5324 * files.el (auto-mode-alist): ~/.gnus, ~/.viper are in
5325 emacs-lisp-mode, like ~/.emacs.
5326
5327 2002-09-10 Stefan Monnier <monnier@cs.yale.edu>
5328
5329 * newcomment.el (uncomment-region): Be more careful with `='.
5330
5331 2002-09-10 Deepak Goel <deego@glue.umd.edu>
5332
5333 * play/doctor.el (doc//): Rename from `//'. Update callers.
5334 (doc$): Rename from `$'. Update callers.
5335
5336 2002-09-10 Miles Bader <miles@gnu.org>
5337
5338 * simple.el (do-auto-fill): `fill-indent-according-to-mode' is a
5339 variable, not a function.
5340
5341 * kmacro.el (kmacro-call-macro): Deal with a non-numeric prefix arg.
5342
5343 2002-09-10 Kim F. Storm <storm@cua.dk>
5344
5345 * macros.el (apply-macro-to-region-lines): Let-bind mark-active to
5346 nil while executing macro to avoid triggering delete-selection-mode.
5347
5348 * simple.el (keyboard-quit): Set defining-kbd-macro to nil to
5349 cancel defining keyboard macro when applicable.
5350
5351 2002-09-09 Markus Rost <rost@math.ohio-state.edu>
5352
5353 * simple.el (transient-mark-mode, line-number-mode)
5354 (column-number-mode): Undo previous change because of bootstrapping.
5355
5356 2002-09-09 Stefan Monnier <monnier@cs.yale.edu>
5357
5358 * derived.el (define-derived-mode): Add keyword arguments.
5359 (derived-mode-make-docstring): Take abbrev and syntax table names.
5360
5361 * font-core.el (font-lock-change-mode): Just turn off font-lock-mode.
5362 (font-lock-default-function): Change arg name.
5363
5364 * cus-start.el (transient-mark-mode): Delete. Done in simple.el.
5365
5366 * paren.el (show-paren-function): Use syntax-after.
5367
5368 * emacs-lisp/syntax.el (syntax-after): Delete. Moved to subr.el.
5369
5370 * subr.el (symbol-file): Also work for autoloaded funcs.
5371 (syntax-after): New fun moved from syntax.el.
5372
5373 * find-file.el (ff-pre-find-hook, ff-pre-load-hook, ff-post-load-hook)
5374 (ff-not-found-hook, ff-file-created-hook): Rename from *-hooks.
5375 Update callers (but still run the old hooks as well).
5376
5377 * emacs-lisp/find-func.el (find-library-suffixes, find-library-name)
5378 (find-library): New funs.
5379 (find-function-search-for-symbol): Use it.
5380
5381 * emacs-lisp/bytecomp.el (byte-compile-file): Don't switch buffer.
5382
5383 * isearch.el (isearch-cmds): Add docstring.
5384 (isearch-mouse-2): Lookup binding in the proper buffer.
5385 Use call-interactively and remove the now useless `arg'.
5386 (isearch-search-fun-function): New var.
5387 (isearch-search-fun): New fun.
5388 (isearch-search, isearch-lazy-highlight-search): Use it.
5389
5390 2002-09-09 Stefan Monnier <monnier@cs.yale.edu>
5391
5392 * simple.el (what-line): Don't hard-code 1.
5393 (transient-mark-mode, line-number-mode, column-number-mode):
5394 Use define-minor-mode.
5395 (do-auto-fill): Only ignore prefix if it's really empty.
5396
5397 2002-09-09 Markus Rost <rost@math.ohio-state.edu>
5398
5399 * files.el (save-some-buffers-action-alist): Use lower case for
5400 help string of diff-buffer-with-file.
5401
5402 2002-09-09 Richard M. Stallman <rms@gnu.org>
5403
5404 * calendar/calendar.el (mouse-scroll-calendar-left)
5405 (mouse-scroll-calendar-right, mouse-calendar-other-month):
5406 New commands.
5407 (calendar-mode-line-format): Use them.
5408
5409 * emacs-lisp/bytecomp.el (byte-recompile-directory):
5410 Set and then bind default-directory.
5411
5412 * startup.el (fancy-splash-head, normal-splash-screen):
5413 Change the messages that explain about GNU or GNU/Linux.
5414
5415 * info.el (Info-search): Add (point-min) to subfile positions
5416 to get them right. Skip the current subfile using forward-line.
5417
5418 * files.el (make-backup-file-name-1): When make-directory fails,
5419 ignore backup-directory-alist.
5420 (make-directory): Expand DIR before looking for handler.
5421
5422 2002-09-09 Jari Aalto <jari.aalto@poboxes.com>
5423
5424 * progmodes/cperl-mode.el (cperl-noscan-files-regexp):
5425 In addition to RCS, exclude CVS directories.
5426
5427 * ls-lisp.el (ls-lisp-format-time-list): New variable.
5428 (ls-lisp-format-time): Use it.
5429
5430 * files.el (auto-mode-alist): Use sh-mode for .bash files.
5431
5432 2002-09-09 Dave Love <d.love@dl.ac.uk>
5433
5434 * ps-print.el: Many doc fixes.
5435
5436 2002-09-09 John Paul Wallington <jpw@shootybangbang.com>
5437
5438 * play/doctor.el (doctor-cadr, doctor-caddr, doctor-cddr): Remove.
5439 Update callers.
5440
5441 2002-09-08 Markus Rost <rost@math.ohio-state.edu>
5442
5443 * diff.el (diff): Doc fix.
5444
5445 2002-09-08 Richard M. Stallman <rms@gnu.org>
5446
5447 * emacs-lisp/bytecomp.el (byte-compile-delete-errors): Default to nil.
5448
5449 * simple.el (undo-elt-in-region): Fix one-off error at END.
5450 (forward-visible-line): Handle invisibility by ignoring
5451 invisible newlines. Also include entire invisible lines beyond
5452 the stopping point.
5453
5454 * cus-edit.el (custom-save-variables, custom-save-faces):
5455 Clarify the comments written into .emacs.
5456
5457 2002-09-08 Markus Triska <triska@gmx.at>
5458
5459 * play/doctor.el (doctor-doc): Recognize question words
5460 and use qlist. Use doctor-shorten's return value.
5461 (doctor-shorten): Compute a return value, don't alter `sent'.
5462 (doctor-hates1): Add a question mark.
5463 (doctor-strangelove): Unused function deleted.
5464
5465 2002-09-08 Kim F. Storm <storm@cua.dk>
5466
5467 * kmacro.el (kmacro-end-and-call-macro): New command to end and
5468 call keyboard macro in one step. Bind it to C-x e by default.
5469 (kmacro-call-macro): Use format-kbd-macro.
5470 (kmacro-step-edit-macro): New command to interactively step edit
5471 and execute last keyboard macro.
5472 (kmacro-keymap): Bind SPC [C-x C-k SPC] to kmacro-step-edit-macro.
5473 (kmacro-step-edit-mini-window-height): New custom var.
5474 (kmacro-step-edit-map): New keymap (parent is query-replace-map).
5475 (kmacro-step-edit-prefix-commands): New var.
5476 (kmacro-step-edit-prompt, kmacro-step-edit-query)
5477 (kmacro-step-edit-insert, kmacro-step-edit-pre-command)
5478 (kmacro-step-edit-minibuf-setup, kmacro-step-edit-post-command):
5479 New aux functions for step editing keyboard macros.
5480
5481 * subr.el (read-quoted-char): Apply listify-key-sequence to vector
5482 returned by this-single-command-raw-keys before appending it to
5483 unread-command-event.
5484
5485 2002-09-07 Colin Walters <walters@debian.org>
5486
5487 * progmodes/compile.el (compile-internal): Add optional argument
5488 no-async.
5489
5490 * diff.el (diff): Add optional argument no-async, and use the
5491 above argument.
5492
5493 * files.el (diff-buffer-with-file): Call diff synchronously, so we
5494 don't delete the temporary file before diff has a chance to read
5495 it.
5496
5497 * ibuf-ext.el (ibuffer-diff-with-file): Just call
5498 `diff-buffer-with-file'.
5499
5500 2002-09-07 John Paul Wallington <jpw@shootybangbang.com>
5501
5502 * emacs-lisp/cl-indent.el (extended-loop-p): Doc fix.
5503
5504 * emacs-lisp/find-func.el (find-function-recenter-line):
5505 Add custom type. Doc fix.
5506
5507 2002-09-06 Stefan Monnier <monnier@cs.yale.edu>
5508
5509 * menu-bar.el (menu-bar-make-mm-toggle): New macro.
5510 (showhide-menu-bar, showhide-toolbar, menu-bar-toggle-auto-compression)
5511 (toggle-highlight-paren-mode, toggle-global-lazy-font-lock-mode):
5512 Remove. Use the minor mode function directly instead.
5513 (menu-bar-mode): Add message and customize-mark-as-set and return
5514 the new value as do other minor modes.
5515
5516 * edmacro.el (edmacro-subseq): Don't use cl-push/cl-pop.
5517
5518 2002-09-06 Simon Marshall <simon@gnu.org>
5519
5520 * progmodes/etags.el (find-tag-tag, complete-tag):
5521 Bind completion-ignore-case based on tags-case-fold-search, so that
5522 case-sensitivity of tag completion matches that of tag search.
5523
5524 2002-09-06 Juanma Barranquero <lektu@terra.es>
5525
5526 * calendar/solar.el (calendar-time-display-form): Fix spacing.
5527
5528 * double.el (double-prefix-only): Likewise.
5529
5530 * emacs-lisp/easymenu.el (easy-menu-define): Likewise.
5531
5532 * emacs-lisp/find-func.el (find-function-search-for-symbol): Likewise.
5533
5534 * emacs-lisp/float.el (string-to-float): Likewise.
5535
5536 * emacs-lisp/rx.el (rx): Likewise.
5537
5538 * faces.el (copy-face): Likewise.
5539
5540 * hilit-chg.el (highlight-changes-colours)
5541 (highlight-changes-active-string)
5542 (highlight-changes-passive-string)
5543 (highlight-changes-rotate-faces, global-highlight-changes): Likewise.
5544
5545 * international/mule.el (decode-char): Likewise.
5546
5547 * progmodes/idlwave.el (idlwave-support-inheritance)
5548 (idlwave-routine-entry-compare): Likewise.
5549
5550 * progmodes/idlw-shell.el (idlwave-shell-use-breakpoint-glyph):
5551 Likewise.
5552
5553 * progmodes/pascal.el (pascal-start-keywords): Likewise.
5554
5555 * progmodes/sh-script.el (sh-indent-for-fi, sh-indent-for-done):
5556 Likewise.
5557
5558 * progmodes/vhdl-mode.el (vhdl-progress-interval)
5559 (vhdl-corresponding-begin): Likewise.
5560
5561 * simple.el (choose-completion-string-functions): Likewise.
5562
5563 * textmodes/reftex.el (reftex-TeX-master-file): Likewise.
5564
5565 * textmodes/fill.el (fill-nonuniform-paragraphs)
5566 (fill-individual-paragraphs): Likewise.
5567
5568 * vcursor.el (vcursor-toggle-vcursor-map): Likewise.
5569
5570 * warnings.el (warning-level-aliases): Likewise.
5571
5572 * speedbar.el (speedbar-mode): Fix spacing and typos.
5573
5574 * textmodes/reftex-vars.el (reftex-label-menu-flags): Fix typo.
5575
5576 2002-09-05 Markus Rost <rost@math.ohio-state.edu>
5577
5578 * textmodes/table.el (table-command-prefix): Fix type.
5579
5580 2002-09-05 Andre Spiegel <spiegel@gnu.org>
5581
5582 * vc-hooks.el: Don't require vc.el at compile-time; it causes
5583 recursive requirements during bootstrap.
5584
5585 2002-09-05 Kenichi Handa <handa@etl.go.jp>
5586
5587 * international/mule.el (decode-char): Cancel the previous change.
5588
5589 2002-09-04 Mats Lidell <matsl@contactor.se> (tiny change)
5590
5591 * language/european.el ("Swedish"): New set-language-info-alist call.
5592
5593 2002-09-04 Richard M. Stallman <rms@gnu.org>
5594
5595 * help-fns.el (help-with-tutorial): Properly set up
5596 completion-reference-buffer in the *Completion* buffer.
5597
5598 2002-09-04 John Paul Wallington <jpw@shootybangbang.com>
5599
5600 * startup.el (use-fancy-splash-screens-p): If `fancy-splash-frame'
5601 returns nil, return nil.
5602
5603 2002-09-04 Andre Spiegel <spiegel@gnu.org>
5604
5605 * vc-hooks.el: Require vc.el at compile-time.
5606 (vc-workfile-unchanged-p, vc-default-workfile-unchanged-p):
5607 Moved here from vc.el.
5608
5609 * vc.el (vc-workfile-unchanged-p, vc-default-workfile-unchanged-p):
5610 Moved to vc-hooks.el.
5611
5612 * vc-rcs.el (vc-rcs-state): Don't require vc.el.
5613
5614 2002-09-04 Kenichi Handa <handa@etl.go.jp>
5615
5616 * international/mule.el (decode-char): Translate a character by
5617 utf-8-translation-table-for-decode only when
5618 utf-8-fragment-on-decoding is non-nil.
5619
5620 2002-09-02 Stefan Monnier <monnier@cs.yale.edu>
5621
5622 * textmodes/text-mode.el (paragraph-indent-text-mode-abbrev-table)
5623 (paragraph-indent-text-mode-syntax-table, paragraph-indent-text-mode):
5624 Use text-mode's syntax-table and abbrev-table.
5625 (text-mode): Set require-final-newline to t.
5626
5627 * newcomment.el (comment-make-extra-lines): Only use the
5628 dummy `=' char when there's really nothing else.
5629 Don't remove spaces if it leads to an incorrect comment.
5630
5631 * pcvs.el (cvs-run-process): Use a pty rather than a pipe to work
5632 around the cvs/ssh/libc bug.
5633 (cvs-update-header): Understand `cvs admin -m<rev>:<msg>' syntax.
5634 (defun-cvs-mode): Use the new `declare' thingy.
5635 (cvs-edit-log-text-at-point, cvs-mode-edit-log, cvs-do-edit-log)
5636 (cvs-edit-log-minor-wrap, cvs-edit-log-filelist): New funs.
5637 (cvs-mode-undo): Use `cvs add' for (CONFLICT. REMOVED).
5638
5639 * pcvs-parse.el (cvs-parse-table): Create a `need-update'
5640 node rather than a message for new directories.
5641 (cvs-parse-status): Add support for `Entry Invalid'.
5642
5643 * smerge-mode.el (smerge-diff-buffer-name): Default to *vc-diff*.
5644 (smerge-combine-with-next): New function.
5645 (smerge-diff): Don't output `wrote /tmp/foo' messages.
5646 Insert message if no diffs were found.
5647
5648 * mail/sendmail.el (mail-mode): Don't set local-abbrev-table.
5649 (mail-mode-abbrev-table): Set to text-mode-abbrev-table.
5650
5651 2002-09-02 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5652
5653 * net/tramp.el: Version 2.0.15 released.
5654 (require 'base64): Most modern Emacsen have the base64
5655 encode/decode functions built in, so test to see if they are bound
5656 before we go blindly requiring base64.el.
5657 From Steve Youngs <youngs@xemacs.org>.
5658 (tramp-feature-write-region-fix): XEmacs doesn't have a
5659 'find-operation-coding-system' and this variable doesn't seem to
5660 be used anywhere so wrap it in (unless (featurep 'xemacs)).
5661 From Steve Youngs <youngs@xemacs.org>.
5662 (tramp-methods): Remove duplicate definition of ssh1-old and ssh2-old.
5663 (tramp-open-connection-su): Use user name "root" if no user name
5664 is given.
5665
5666 From Michael Albinus <Michael.Albinus@alcatel.de>:
5667 * net/tramp.el (tramp-invoke-ange-ftp):
5668 (tramp-ange-ftp-file-name-p): Check for Xemacs.
5669 (tramp-do-copy-or-rename-file): Don't pass KEEP-DATE to
5670 tramp-invoke-ange-ftp 'rename.
5671 (tramp-handle-write-region): Don't pass LOCKNAME and CONFIRM to
5672 tramp-invoke-ange-ftp 'write-region.
5673 (tramp-handle-set-file-modes): Change order of FILENAME and MODE
5674 passing to tramp-invoke-ange-ftp 'set-file-modes.
5675 (tramp-invoke-ange-ftp): `tramp-disable-ange-ftp' must be called
5676 again after activating `ange-ftp'.
5677
5678 2002-09-02 Kim F. Storm <storm@cua.dk>
5679
5680 * ido.el (ido-ignore-item-temp-list): New variable.
5681 (ido-read-internal): Don't set ido-default-item if the default is
5682 member of ido-ignore-item-temp-list.
5683 Don't return first match for C-j if no text is entered.
5684 (ido-buffer-internal): Check for empty string return.
5685 (ido-make-buffer-list1): Use member instead of memq.
5686 (ido-window-buffer-p): Likewise.
5687 (ido-get-bufname): Ignore buffers on ido-ignore-item-temp-list.
5688 (ido-ignore-item-p): Ignore items on ido-ignore-item-temp-list.
5689
5690 * replace.el (multi-occur): Made "ido-aware":
5691 Changed prompt to use C-j instead of RET to end.
5692 Set ido-ignore-item-temp-list to the selected buffers so far, so
5693 they are automatically excluded from the list of choices.
5694 Use add-to-list instead of push.
5695
5696 2002-09-01 Richard M. Stallman <rms@gnu.org>
5697
5698 * term/x-win.el (function-key-map): Define S-iso-lefttab.
5699
5700 2002-09-01 Kim F. Storm <storm@cua.dk>
5701
5702 * edmacro.el (edit-kbd-macro): Recognize new default binding for
5703 C-x e in addition to old binding.
5704
5705 2002-09-01 Mario Lang <mlang@debian.org>
5706
5707 * files.el (save-some-buffers-action-alist): New variable.
5708 (save-some-buffers): Use that.
5709 (diff-buffer-with-file): New function.
5710
5711 2002-09-01 Richard M. Stallman <rms@gnu.org>
5712
5713 * ruler-mode.el (defgroup ruler-mode): Use `convenience' as parent.
5714
5715 * dired.el (defgroup dired): Use `files' as parent.
5716 (dired-get-filename): Ignore handler if it has safe-magic prop.
5717
5718 * jka-compr.el (jka-compr-handler): Add safe-magic property.
5719
5720 2002-08-31 Richard M. Stallman <rms@gnu.org>
5721
5722 * simple.el (kill-line): Use end-of-visible-line to determine
5723 if rest of line is blank.
5724 (end-of-visible-line): Cope if end-of-line moved back over
5725 invisible intangible chars at end of line.
5726
5727 * simple.el (completion-setup-function): Don't use directory-sep-char.
5728
5729 2002-09-01 Glenn Morris <gmorris@ast.cam.ac.uk>
5730
5731 * progmodes/f90.el (f90-menu): Remove ":active" keyword where not
5732 needed.
5733 (f90-menu, f90-add-imenu-menu): Use lookup-key.
5734 Remove (eval-when-compile) for free variables.
5735
5736 2002-08-31 Andreas Schwab <schwab@suse.de>
5737
5738 * font-core.el (font-lock-change-mode): Avoid changing buffer
5739 state in any way.
5740
5741 2002-08-30 Stefan Monnier <monnier@cs.yale.edu>
5742
5743 * emacs-lisp/easymenu.el (easy-menu-filter-return):
5744 Handle the case where the filter returns a single menu entry.
5745 (easy-menu-add): Improve docstring.
5746 (easy-menu-current-active-maps): Remove.
5747 (easy-menu-get-map): Use current-active-maps.
5748
5749 * cus-edit.el (custom-unlispify-menu-entry): Don't remove
5750 the -p prefix from variables since they shouldn't have it anyway.
5751 (custom-group-menu-create, customize-menu-create):
5752 Only cdr if applicable, since custom-menu-create might return
5753 a vector (i.e. a single menu entry).
5754
5755 2002-08-30 Edward M. Reingold <reingold@emr.cs.iit.edu>
5756
5757 * calendar/diary-lib.el (diary-mail-entries): Don't overwrite
5758 user's value of diary-list-include-blanks, but generate message
5759 instead if there are no entries.
5760
5761 2002-08-30 ARISAWA Akihiro <ari@mbf.sphere.ne.jp> (tiny change)
5762
5763 * ps-print.el (ps-lp-system): Fixed typo in `usg-unix-v'.
5764
5765 2002-08-30 Markus Rost <rost@math.ohio-state.edu>
5766
5767 * menu-bar.el (menu-bar-read-mail): Doc fix.
5768
5769 2002-08-30 John Paul Wallington <jpw@shootybangbang.com>
5770
5771 * ibuffer.el (ibuffer-update): Revert expansion of `caddr'.
5772 (ibuffer-fontification-alist): Check hidden buffer case isn't
5773 visiting a file and change its face to italic.
5774
5775 2002-08-30 Juanma Barranquero <lektu@terra.es>
5776
5777 * replace.el (occur-mode): Add interactive declaration.
5778
5779 * bs.el (bs-message-without-log): Fix typo.
5780
5781 * font-core.el (font-lock-defaults): Likewise.
5782
5783 * font-lock.el (font-lock-add-keywords): Likewise.
5784
5785 * mouse-copy.el (mouse-copy-work-around-drag-bug): Likewise.
5786
5787 * textmodes/bibtex.el (bibtex-mode): Likewise.
5788
5789 * emulation/viper-ex.el (ex-compile-command): Likewise.
5790
5791 * progmodes/idlwave.el (idlwave-max-extra-continuation-indent):
5792 Likewise.
5793
5794 * progmodes/dcl-mode.el (dcl-calc-cont-indent-relative): Likewise.
5795
5796 * allout.el (my-mark-marker): Likewise.
5797
5798 2002-08-30 Simon Josefsson <jas@extundo.com>
5799
5800 * mail/smtpmail.el (smtpmail-via-smtp): Delete process buffer
5801 unless s-debug-info is enabled.
5802
5803 2002-08-29 John Paul Wallington <jpw@shootybangbang.com>
5804
5805 * ibuffer.el (ibuffer-update): Use `minibufferp'. Expand `caddr'.
5806
5807 * mwheel.el (mouse-wheel-up-button): Doc fix.
5808
5809 2002-08-29 Juanma Barranquero <lektu@terra.es>
5810
5811 * replace.el (occur-mode-hook): New hook.
5812 (occur-mode): Use it.
5813 (occur-hook): Set default to nil.
5814
5815 2002-08-29 Stefan Monnier <monnier@cs.yale.edu>
5816
5817 * net/ange-ftp.el: Use match-string and drop useless `function's.
5818 (ange-ftp-get-process): Bind `ange-ftp-this-user' and
5819 `ange-ftp-this-host' before running ange-ftp-process-startup-hook.
5820 (ange-ftp-ls-parser): Use `switches' arg instead of dynamic binding.
5821 (ange-ftp-parse-dired-listing): Update the calls.
5822 (dired-local-variables-file): Declare to shut quieten the compiler.
5823 (ange-ftp-file-entry-active-p): Remove.
5824 (ange-ftp-file-name-all-completions, ange-ftp-file-name-completion):
5825 Don't exclude dangling symlinks.
5826 (ange-ftp-file-name-completion-1): Make predicate optional.
5827 (ange-ftp-parse-list-func-alist): Use add-to-list to update.
5828 (ange-ftp-fix-name-for-bs2000): Use subst-char-in-string.
5829 (ange-ftp-bs2000-posix-hook-installed): Remove.
5830 (ange-ftp-add-bs2000-posix-host): Don't use it anymore.
5831 (ange-ftp-bs2000-cd-to-posix): Use `ange-ftp-this-user' and
5832 `ange-ftp-this-host' instead of `user' and `host'.
5833
5834 2002-08-29 Richard M. Stallman <rms@gnu.org>
5835
5836 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
5837 Decide here whether to print which form we're compiling.
5838 If we do that, still print file and line. Make file name
5839 relative to default-directory. Print fewer newlines.
5840 (byte-compile-log-file): Print something even if no file.
5841 Print messages for entering and leaving directories,
5842 and set default-directory.
5843 (displaying-byte-compile-warnings): Only sometimes bind warning-series.
5844 (byte-compile-warning-series): New function.
5845 (byte-compile-file): Set byte-compile-last-logged-file, don't bind it.
5846 (byte-compile-display-log-head-p): Function deleted.
5847
5848 * warnings.el (warning-series): Now can be a marker, not an integer.
5849 (display-warning): Handle new value for warning-series.
5850
5851 * emacs-lisp/bytecomp.el (byte-compile-log-file): Use \f.
5852 (byte-compile-cl-warn): Add cl-macroexpand-all, cl-compiling-file
5853 to don't-warn list.
5854
5855 2002-08-29 Kim F. Storm <storm@cua.dk>
5856
5857 * kmacro.el: Change default bindings from F7/F8 to F3/F4.
5858 Change default binding of C-x e to kmacro-end-or-call-macro.
5859 (kmacro-call-repeat-key, kmacro-call-repeat-with-arg): New custom
5860 variables.
5861 (kmacro-get-prefix-arg): New function.
5862 (kmacro-repeat-on-last-key): Rename from kmacro-repeat-loop and
5863 improve. Callers changed.
5864 (kmacro-call-macro): Repeat macro by repeating last key or
5865 key defined in kmacro-call-repeat-key. New third arg non-nil
5866 means to end current macro.
5867 (kmacro-end-or-call-macro): Call kmacro-call-macro appropriately
5868 to get repeat last key functionality.
5869 (kmacro-start-macro-or-insert-counter): Improve doc string.
5870
5871 2002-08-28 Luc Teirlinck <teirllm@mail.auburn.edu>
5872
5873 * files.el (find-buffer-visiting): Compare file attributes
5874 using buffer-file-truename.
5875
5876 2002-08-28 Richard M. Stallman <rms@gnu.org>
5877
5878 * files.el (make-auto-save-file-name, make-backup-file-name-1):
5879 Don't use directory-sep-char.
5880
5881 2002-08-28 Juanma Barranquero <lektu@terra.es>
5882
5883 * replace.el (occur-hook): Renamed from `occur-mode-hook'.
5884 (occur-mode): Remove call to `occur-mode-hook'.
5885 (occur-rename-buffer): Fix reference to `occur-mode-hook' in docstring.
5886 (occur-1): Add call to `occur-hook'.
5887
5888 * subr.el (make-variable-frame-localizable): Alias for
5889 `make-variable-frame-local'.
5890
5891 2002-08-28 Miles Bader <miles@gnu.org>
5892
5893 * rfn-eshadow.el (read-file-name-electric-shadow-properties)
5894 (read-file-name-electric-shadow-tty-properties)
5895 (read-file-name-electric-shadow-mode): Remove compatibility defs.
5896
5897 * comint.el (comint-carriage-motion): Start at START.
5898
5899 2002-08-27 Francesco Potort\e,Al\e(B <pot@gnu.org>
5900
5901 * net/ange-ftp.el (ange-ftp-skip-msgs): Skip the 530 response
5902 given by vsFTPd when accessed with a kerberised FTP client.
5903
5904 2002-08-27 Richard M. Stallman <rms@gnu.org>
5905
5906 * files.el (find-alternate-file):
5907 Bind kill-buffer-query-functions locally, don't set it.
5908
5909 2002-08-27 Andreas Schwab <schwab@suse.de>
5910
5911 * kmacro.el (kmacro-start-macro): Doc fix.
5912
5913 2002-08-27 Carsten Dominik <dominik@sand.science.uva.nl>
5914
5915 * textfile/reftex-ref.el (reftex-goto-label): New command.
5916
5917 * textfile/reftex-vars.el (reftex-part-resets-chapter): New option.
5918
5919 * textfile/reftex-parse.el (reftex-roman-number): New function.
5920 (reftex-section-number): Better handling of parts: No chapter
5921 counter resets.
5922
5923 * textfile/reftex.el (reftex-highlight-overlays): Added a third
5924 overlay.
5925 (reftex-mode-menu): Added entry for `reftex-toc-recenter.
5926 Also moved `reftex-reset-mode' to top level.
5927
5928 * textfile/reftex-toc.el (reftex-toc-recenter): New command.
5929 (reftex-toc-pre-command-hook): Don't remove highlight overlay.
5930 (reftex-toc-post-command-hook): Use overlay no 2 for highlighting.
5931
5932 * textfile/reftex-sel.el (reftex-get-offset): Get offset of
5933 document pointer *before* position, not after.
5934 (reftex-insert-docstruct): Get offset of document pointer *before*
5935 position, not after.
5936
5937 * textfiles/reftex-parse.el (reftex-where-am-I): Prefer marker
5938 match over section title match.
5939
5940 * textfiles/reftex-cite.el (reftex-bib-or-thebib): New function
5941 which determines on a per-file-basis if BibTeX is being used
5942 locally for citations.
5943 (reftex-offer-bib-menu): Use `reftex-bib-or-thebib' for better
5944 cooperation with chapterbib.
5945 (reftex-bibtex-selection-callback): Use `reftex-bib-or-thebib' for
5946 better cooperation with chapterbib.
5947
5948 * textfiles/reftex-dcr.el (reftex-view-cr-cite):
5949 Use `reftex-bib-or-thebib' for better cooperation with chapterbib.
5950
5951 2002-08-26 Kim F. Storm <storm@cua.dk>
5952
5953 * subr.el (suppress-keymap): Use command remapping instead of
5954 substitute-key-definition to undefine self-inserting keys.
5955
5956 2002-08-26 Juanma Barranquero <lektu@terra.es>
5957
5958 * makefile.w32-in (WINS): Add calc and obsolete.
5959
5960 2002-08-26 Stefan Monnier <monnier@cs.yale.edu>
5961
5962 * emacs-lisp/easy-mmode.el (define-minor-mode):
5963 Use customize-mark-as-set for global minor modes.
5964
5965 2002-08-25 Miles Bader <miles@gnu.org>
5966
5967 * rfn-eshadow.el (file-name-shadow-properties-custom-type):
5968 Renamed from `read-file-name-electric-shadow-properties-custom-type'.
5969 Change name of face.
5970 (file-name-shadow-properties): Renamed from
5971 `read-file-name-electric-shadow-properties'.
5972 (file-name-shadow-tty-properties): Renamed from
5973 `read-file-name-electric-shadow-tty-properties'.
5974 (file-name-shadow): Renamed from `read-file-name-electric-shadow'.
5975 (rfn-eshadow-setup-minibuffer): Update references to renamed variables.
5976 (file-name-shadow-mode): Renamed from
5977 `read-file-name-electric-shadow-mode'. Update references to
5978 renamed variables.
5979
5980 2002-08-24 Sam Steingold <sds@gnu.org>
5981
5982 * subr.el (eval-after-load): Do not call
5983 load-symbol-file-load-history (deleted yesterday).
5984
5985 2002-08-24 John Paul Wallington <jpw@shootybangbang.com>
5986
5987 * startup.el (normal-splash-screen): Ensure splash buffer is
5988 killed. Use tabs in output. Fix test whether previous buffer was
5989 *scratch* buffer.
5990
5991 * progmodes/simula.el (simula-abbrev-keyword-default)
5992 (simula-abbrev-keyword, simula-abbrev-stdproc-default)
5993 (simula-abbrev-stdproc): Doc fix - escape open parens in column 0.
5994
5995 * apropos.el (command-apropos): Use `defalias' instead of `fset'.
5996
5997 * mail/rmail.el (rmail-speedbar-match-folder-regexp): Doc fix.
5998
5999 2002-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
6000
6001 * progmodes/f90.el (f90-xemacs-flag, f90-xemacs-menu)
6002 (f90-menu-bar-menu, f90-change-case-menu, f90-font-lock-on)
6003 (f90-font-lock-off, f90-font-lock-menu): Delete.
6004 Use easy-menu-define instead.
6005 (f90-mode): Use easy-menu-add.
6006 No longer (require 'imenu) when compiling.
6007 (f90-mark-subprogram, f90-indent-region, f90-fill-region)
6008 (f90-abbrev-start): Use fboundp.
6009 (f90-imenu-flag): Delete - use imenu--index-alist instead.
6010
6011 2002-08-23 Richard M. Stallman <rms@gnu.org>
6012
6013 * loadhist.el (unload-feature): Distinguish functions from
6014 variables in load-history.
6015 (feature-symbols): Doc fix.
6016
6017 * files.el (ange-ftp-completion-hook-function): Add safe-magic prop.
6018
6019 * subr.el (symbol-file-load-history-loaded)
6020 (load-symbol-file-load-history): Deleted.
6021 (symbol-file): Don't call load-symbol-file-load-history.
6022
6023 2002-08-23 Andre Spiegel <spiegel@gnu.org>
6024
6025 * vc-hooks.el (vc-kill-buffer-hook): Add it to kill-buffer-hook again.
6026
6027 2002-08-22 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
6028
6029 * frame.el (select-frame-by-name, select-frame-set-input-focus):
6030 Always call x-focus-frame, if using x.
6031 Use set-mouse-position on all systems, if focus-follows-mouse.
6032
6033 2002-08-22 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6034
6035 * net/tramp.el: Version 2.0.14 released.
6036 (tramp-shell-prompt-pattern): New variable.
6037 (tramp-actions-before-shell, tramp-multi-actions)
6038 (tramp-find-shell, tramp-open-connection-multi)
6039 (tramp-open-connection-setup-interactive-shell): Use it.
6040 (tramp-open-connection-telnet, tramp-open-connection-rsh)
6041 (tramp-open-connection-su): Mention `tramp-shell-prompt-pattern'
6042 in the docstring.
6043 (tramp-bug): Report `tramp-shell-prompt-pattern'.
6044 (tramp-process-one-multi-action, tramp-process-one-action):
6045 Make message clearer so people don't confuse it with Emacs asking
6046 them a question if the regexp happens to end with "?".
6047 (tramp-verbose): Change default value from 10 to 9. Also change
6048 some logging levels so that 10 is reserved for stuff which is
6049 needed for debugging only, but 9 catches everything that people
6050 might like to see in order to see that Tramp is actually working.
6051
6052 2002-08-22 Kim F. Storm <storm@cua.dk>
6053
6054 * emacs-lisp/authors.el (authors-aliases, authors-fixed-entries):
6055 Corrected spelling mistakes (for Joseph Arceneaux).
6056
6057 2002-08-21 Glenn Morris <gmorris@ast.cam.ac.uk>
6058
6059 * progmodes/f90.el: eval-when-compile a few defvars.
6060 (f90-xemacs-flag): Wrap in eval-and-compile.
6061 (f90-font-lock-keywords): Doc fix.
6062 (f90-mode-abbrev-table): Work with or without 6th arg of define-abbrev.
6063 (f90-mark-subprogram-overlay): Variable deleted.
6064 (f90-mark-subprogram): Remove overlay bit. Don't be silent about
6065 pushing mark.
6066 (f90-abbrev-start): unread-command-event is obsolete in XEmacs.
6067
6068 2002-08-21 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6069
6070 * net/tramp.el: Version 2.0.13 released.
6071 (tramp-handle-write-region): Don't check to see if remote end is
6072 awake after sending data to remote host: we want to send "EOF" not
6073 "echo are you awake"...
6074 (tramp-maybe-open-connection): Swap args for tramp-time-diff.
6075 (tramp-yn-prompt-regexp): New variable.
6076 (tramp-action-yn): New function, using it.
6077 (tramp-feature-write-region-fix): New internal variable. Not yet
6078 used. Should be used in `tramp-handle-write-region'.
6079
6080 2002-08-21 Kim F. Storm <storm@cua.dk>
6081
6082 * bindings.el (mode-line-format): Moved global-mode-string last.
6083 (mode-line-position): Moved %p first. Added padding to %l/%c to
6084 eliminate jumpyness in modeline. Use (%l,%c) format if both
6085 line-number-mode and column-number-mode are enabled.
6086
6087 2002-08-20 Martin Stjernholm <bug-cc-mode@gnu.org>
6088
6089 * progmodes/cc-engine.el (c-forward-syntactic-ws): Fixed a bug
6090 that could cause an infinite loop if something that looks like
6091 a macro begins in the middle of a line.
6092
6093 * progmodes/cc-engine.el (c-parse-state): Fixed a bug that
6094 could cause `c-state-cache' to contain two conses in sequence
6095 when there's an unbalanced open paren in a macro.
6096
6097 2002-08-20 Glenn Morris <gmorris@ast.cam.ac.uk>
6098
6099 * progmodes/fortran.el (fortran-current-defun): Use save-excursion.
6100
6101 * imenu.el (imenu--generic-function): Use mapc.
6102 (imenu-syntax-alist): Doc fix.
6103
6104 2002-08-20 Richard M. Stallman <rms@gnu.org>
6105
6106 * font-core.el (font-lock-change-mode): New function.
6107 (font-lock-mode): Use font-lock-change-mode instead of
6108 font-lock-unfontify-buffer.
6109 (font-lock-maximum-size, font-lock-verbose): Add defvars.
6110
6111 2002-08-20 Carsten Dominik <dominik@astro.uva.nl>
6112
6113 * textfiles/reftex-cite.el (reftex-bib-or-thebib): New function
6114 which determines on a per-file-basis if BibTeX is being used
6115 locally for citations.
6116 (reftex-offer-bib-menu): Use `reftex-bib-or-thebib' for better
6117 cooperation with chapterbib.
6118 (reftex-bibtex-selection-callback): Use `reftex-bib-or-thebib' for
6119 better cooperation with chapterbib.
6120
6121 * textfiles/reftex-dcr.el (reftex-view-cr-cite):
6122 Use `reftex-bib-or-thebib' for better cooperation with chapterbib.
6123
6124 2002-08-20 Kim F. Storm <storm@cua.dk>
6125
6126 * kmacro.el: Major rework based on discussions with RMS.
6127 Most important change is that C-x C-k is now bound to a keymap
6128 with keyboard macro related commands. The original binding on
6129 C-x C-k is moved to C-x C-k e.
6130
6131 * binding.el: Remove macro related bindings (now in kmacro.el).
6132
6133 * edmacro.el: Remove C-x C-k binding (now in kmacro.el).
6134
6135 2002-08-19 Stefan Monnier <monnier@cs.yale.edu>
6136
6137 * help-fns.el (help-split-fundoc): Replace the function name
6138 from the docstring with the one that should be displayed.
6139 (help-make-usage): Understand CL style arglists.
6140 (describe-function-1): Adapt to the new behavior of help-split-fundoc.
6141 (describe-variable): Use delete-region.
6142
6143 2002-08-19 Kenichi Handa <handa@etl.go.jp>
6144
6145 * international/mule.el (sgml-xml-auto-coding-function):
6146 Call re-search-forward with NOERROR t.
6147
6148 2002-08-19 Miles Bader <miles@gnu.org>
6149
6150 [original idea from Luc Teirlinck <teirllm@mail.auburn.edu>]
6151 * comint.el (comint-inhibit-carriage-motion): New variable.
6152 (comint-carriage-motion): Argument STRING removed. New arguments
6153 START and END; interpret characters between START and END rather
6154 than using special comint state.
6155 (comint-output-filter): Call `comint-carriage-motion'.
6156 (comint-output-filter-functions): Don't add `comint-carriage-motion'.
6157 * ielm.el (inferior-emacs-lisp-mode):
6158 Give `comint-inhibit-carriage-motion' a local value of t.
6159
6160 2002-08-18 Richard M. Stallman <rms@gnu.org>
6161
6162 * textmodes/table.el: New file.
6163
6164 * font-core.el (font-lock-mode): Set change-major-mode-hook locally.
6165
6166 2002-08-18 Andreas Schwab <schwab@suse.de>
6167
6168 * ibuf-ext.el (ibuffer-list-buffer-modes): Doc fix.
6169
6170 2002-08-17 Carsten Dominik <dominik@astro.uva.nl>
6171
6172 * textmodes/reftex.el (reftex-mode): Create special syntax tables.
6173 (reftex-syntax-table): Set a default in case this is being used
6174 outside a LaTeX file.
6175 (reftex-syntax-table-for-bib): Set a default in case this is being
6176 used outside a LaTeX file.
6177
6178 2002-08-17 Richard M. Stallman <rms@gnu.org>
6179
6180 * tar-mode.el (tar-subfile-mode): Use add-hook and remove-hook,
6181 and use write-file-functions instead of local-write-file-hooks.
6182 (tar-untar-buffer): Don't try to extract directories.
6183
6184 * menu-bar.el (fringe-mode): Set to nil.
6185
6186 * mail/rmail.el (rmail-search-mime-header-function): Doc fix.
6187
6188 2002-08-15 Richard M. Stallman <rms@gnu.org>
6189
6190 * calendar/appt.el (appt-delete): Use substring-no-properties.
6191 (appt-make-list): Don't use prin1-to-string; use the string unchanged.
6192
6193 2002-08-15 Jan Nieuwenhuizen <janneke@gnu.org> (tiny change)
6194
6195 * server.el (server-process-filter): Simplify code.
6196 (server-goto-line-column): New function.
6197 (server-visit-files): Use server-goto-line-column.
6198 Offer to revert only if file has changed.
6199
6200 2002-08-15 Richard M. Stallman <rms@gnu.org>
6201
6202 * files.el (recover-this-file): New function.
6203 (after-find-file): Recommend recover-this-file.
6204
6205 * font-core.el (font-lock-mode): Add font-lock-unfontify-buffer
6206 to change-major-mode-hook when font lock is enabled.
6207
6208 * simple.el (toggle-truncate-lines): Force redisplay.
6209 Display status message.
6210
6211 2002-08-15 Carsten Dominik <dominik@sand.science.uva.nl>
6212
6213 * textmodes/reftex.el (reftex-mode): Moved the creation of special
6214 syntax tables to top-level.
6215
6216 2002-08-15 David Kastrup <David.Kastrup@t-online.de>
6217
6218 * net/ange-ftp.el (ange-ftp-wipe-file-entries): Fix type mismatch;
6219 use `hash-table-size' instead of `length'.
6220
6221 2002-08-14 Stefan Monnier <monnier@cs.yale.edu>
6222
6223 * help-fns.el (locate-library): Use locate-file(-completion).
6224 (help-split-fundoc): Tighten the regexp and recognize a usage-info
6225 where the function name is `fn'.
6226 (help-function-arglist): Follow aliases and macros.
6227 (describe-function-1): Use keymapp.
6228 If the docstring contains a usage info, use it even if the function is
6229 not a subroutine. Find usage info in aliases' docstring if necessary.
6230 (describe-variable): Get the value before setting up the *Help* buffer.
6231
6232 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode):
6233 Use find-file-hook instead of find-file-hooks.
6234 (define-minor-mode): Get rid of this silly `togglep'.
6235 Add an explicit `toggle' argument (used for interactive calls).
6236 Emit a warning when a nil argument turns the mode off.
6237
6238 * language/ethio-util.el (setup-ethiopic-environment-internal)
6239 (exit-ethiopic-environment): Use find-file-hook and
6240 write-file-functions instead of find-file-hooks and write-file-hooks.
6241
6242 * window.el (handle-select-window): Don't do anything if the window
6243 has disappeared since the event was generated.
6244 (split-window-save-restore-data): Use push and with-current-buffer.
6245
6246 * saveplace.el:
6247 * play/meese.el:
6248 * obsolete/hilit19.el:
6249 * completion.el (dynamic-completion-mode):
6250 * emacs-lisp/find-func.el (find-function-search-for-symbol):
6251 Use find-file-hook instead of find-file-hooks.
6252
6253 * imenu.el (imenu-always-use-completion-buffer-p): Make obsolete.
6254 (imenu-use-popup-menu, imenu-eager-completion-buffer): New vars.
6255 (imenu-space-replacement): Allow nil value.
6256 (imenu--completion-buffer): Use new vars and simplify.
6257 Fix handling of minibuffer-setup-hook.
6258 Use minibuffer-completion-help instead of rolling our own.
6259 (imenu-choose-buffer-index): Use the new var.
6260
6261 * startup.el (command-line): Load custom-file if not done yet.
6262
6263 2002-08-14 Kenichi Handa <handa@etl.go.jp>
6264
6265 * select.el (xselect-convert-to-string): If TYPE is non-nil, encode
6266 the selection data string. Always return cons of type and string.
6267 (selection-converter-alist): Add (UTF8_STRING .
6268 xselect-convert-to-string).
6269
6270 2002-08-12 Stefan Monnier <monnier@cs.yale.edu>
6271
6272 * newcomment.el (comment-region): Force `lines' when `block' is set.
6273
6274 2002-08-12 Richard M. Stallman <rms@gnu.org>
6275
6276 * menu-bar.el (menu-bar-next-tag-other-window, menu-bar-next-tag)
6277 (menu-bar-right-scroll-bar, menu-bar-left-scroll-bar)
6278 (menu-bar-no-scroll-bar, menu-bar-toggle-auto-compression)
6279 (menu-bar-toggle-cua-mode, menu-bar-read-mail)
6280 (menu-bar-help-extra-packages, help-with-tutorial-spec-language)
6281 (menu-bar-text-mode-auto-fill): New commands, used
6282 in menu bar menus instead of lambda expressions.
6283
6284 (menu-bar-showhide-fringe-menu-customize-left)
6285 (menu-bar-showhide-fringe-menu-customize-right)
6286 (menu-bar-showhide-fringe-menu-customize-disable)
6287 (menu-bar-showhide-fringe-menu-customize-reset): Doc fixes.
6288
6289 (menu-bar-options-menu): Use toggle-truncate-lines.
6290 (showhide-date-time): Call customize-mark-as-set.
6291
6292 * emacs-lisp/find-func.el (find-function-search-for-symbol):
6293 Obey `definition-name' properties.
6294
6295 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode):
6296 Put `definition-name' properties on the functions whose
6297 names are constructed.
6298
6299 * textmodes/page-ext.el (pages-target-buffer): Add defvar.
6300 Renamed from target-buffer.
6301 (pages-directory, pages-copy-header-and-position): Uses changed.
6302
6303 * calendar/appt.el (appt-make-list): Correct the parsing of
6304 each appointment from time-string.
6305
6306 2002-08-12 Stefan Monnier <monnier@cs.yale.edu>
6307
6308 * scroll-all.el (scroll-all-mode): Use define-minor-mode.
6309 (scroll-all-mode) <defcustom>: Delete.
6310 (running-xemacs): Delete.
6311 (minor-mode-alist): Don't manipulate it directly.
6312
6313 2002-08-10 Kenichi Handa <handa@etl.go.jp>
6314
6315 * international/mule-cmds.el (search-unencodable-char): New function.
6316 (select-safe-coding-system): Show unencodable characters.
6317 (unencodable-char-position): Deleted, and implemented in C in coding.c.
6318
6319 2002-04-09 John Wiegley <johnw@gnu.org>
6320
6321 * esh-util.el: Removed eshell-under-cygwin-p, and all uses of it.
6322 * em-cmpl.el (eshell-cmpl-ignore-case): Ditto.
6323 * em-dirs.el (eshell/cd): Ditto.
6324 * em-glob.el (eshell-glob-case-insensitive): Ditto.
6325 * em-hist.el (eshell-previous-matching-input-string-position): Ditto.
6326 * esh-ext.el (eshell-binary-suffixes): Ditto.
6327
6328 2002-08-09 Richard M. Stallman <rms@gnu.org>
6329
6330 * textmodes/page-ext.el (pages-directory-mode): Undo previous change.
6331
6332 * simple.el (set-variable): Give locality status in prompt.
6333
6334 2002-08-09 Benjamin Rutt <rutt@cis.ohio-state.edu>
6335
6336 * simple.el (set-variable): If given a prefix argument, set
6337 variable buffer-locally.
6338
6339 2002-08-09 John Paul Wallington <jpw@shootybangbang.com>
6340
6341 * font-core.el (font-lock-function): Make it buffer-local.
6342
6343 2002-08-08 Richard M. Stallman <rms@gnu.org>
6344
6345 * emacs-lisp/checkdoc.el (checkdoc, checkdoc-interactive)
6346 (checkdoc-message-interactive, checkdoc-interactive-loop)
6347 (checkdoc-current-buffer, checkdoc-continue, checkdoc-comments)
6348 (checkdoc-defun):
6349 Update checkdoc-spellcheck-documentation-flag correctly.
6350 (checkdoc-ispell-docstring-engine): Don't test for
6351 checkdoc-autofix-flag = nil.
6352
6353 2002-08-07 John Paul Wallington <jpw@shootybangbang.com>
6354
6355 * xt-mouse.el (xterm-mouse-mode): Make it a global mode.
6356
6357 * wid-browse.el (widget-minor-mode): Fix doc typo.
6358
6359 2002-08-07 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6360
6361 * net/tramp.el: Version 2.0.12 released.
6362 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
6363 Comment out possibly obsolete "echo hello" commands.
6364 (tramp-run-real-handler): If operation is
6365 `ange-ftp-hook-function', use first arg as the real operation.
6366 (tramp-check-ls-commands): Use / instead of \ as directory
6367 separator. (Relevant for XEmacs on Windows.)
6368 (tramp-maybe-open-connection): Use tramp-wait-for-output when
6369 waiting for the "are you awake" command. Use a different string
6370 for the "are you awake" command.
6371 (tramp-send-command): New optional arg NEVEROPEN means to never
6372 invoke tramp-maybe-open-connection.
6373 (tramp-maybe-open-connection): Use it
6374
6375 2002-08-07 Richard M. Stallman <rms@gnu.org>
6376
6377 * warnings.el (warning-prefix-function, warning-series)
6378 (warning-fill-prefix, warning-group-format): Add autoload cookies.
6379
6380 2002-08-07 Kenichi Handa <handa@etl.go.jp>
6381
6382 * international/mule-cmds.el (select-safe-coding-system):
6383 Call pop-to-buffer inside save-window-excursion and save-excursion.
6384
6385 2002-08-06 John Paul Wallington <jpw@shootybangbang.com>
6386
6387 * help-fns.el (describe-function-1): Skip arglist note if
6388 function's definition is a keymap.
6389
6390 2002-08-06 Sam Steingold <sds@gnu.org>
6391
6392 * calendar/diary-lib.el (diary-mail-entries): Use `compose-mail'
6393 and `mail-user-agent' instead of straight sendmail.
6394 (diary-modified, diary-entries-list, displayed-year)
6395 (displayed-month, entry, date, number, date-string, d-file)
6396 (original-date): Defvar without binding to avoid compiler warnings.
6397
6398 2002-08-05 Alan Shutko <ats@acm.org>
6399
6400 * ibuffer.el (ibuffer-mode-map): Added ibuffer-filter-by-used-mode.
6401 (ibuffer-mode-map): Added ibuffer-filter-by-used-mode.
6402 (ibuffer-mode): Added ibuffer-filter-by-used-mode to doc string.
6403
6404 * ibuf-ext.el (ibuffer-list-buffer-modes): New.
6405 (ibuffer-filter-by-used-mode): New.
6406
6407 2002-08-05 John Paul Wallington <jpw@shootybangbang.com>
6408
6409 * ediff-util.el (ediff-copy-list): Use `defalias' instead of
6410 `fset' and `symbol-function'.
6411
6412 2002-08-05 John Wiegley <johnw@gnu.org>
6413
6414 * pcomplete.el (pcomplete-entries): Don't set `above-cutoff' to a
6415 value unless pcomplete-cycle-cutoff-length is non-nil.
6416
6417 2002-04-09 John Paul Wallington <jpw@shootybangbang.com>
6418
6419 * esh-util.el (eshell-under-cygwin-p): New function.
6420 * em-cmpl.el (eshell-cmpl-ignore-case): Use it.
6421 * em-dirs.el (eshell/cd): Ditto.
6422 * em-glob.el (eshell-glob-case-insensitive): Ditto.
6423 * em-hist.el (eshell-previous-matching-input-string-position): Ditto.
6424 * esh-ext.el (eshell-binary-suffixes): Ditto.
6425
6426 2002-08-05 Richard M. Stallman <rms@gnu.org>
6427
6428 * international/mule-cmds.el (select-safe-coding-system): Check for
6429 non-nil CODING-SYSTEM before warning it disagrees with AUTO-CS.
6430
6431 * net/ange-ftp.el (ange-ftp-smart-gateway): Doc fix.
6432
6433 2002-08-05 Gerd Moellmann <gerd@gnu.org>
6434
6435 * image.el (image-jpeg-p): Accept "Exif" marker.
6436
6437 2002-08-05 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6438
6439 * net/tramp.el: Version 2.0.11 released.
6440 (tramp-perl-file-attributes): Print uid and gid as signed integers.
6441 (tramp-invoke-ange-ftp): Correct check for Ange-FTP being loaded.
6442 Invoke Ange-FTP with tramp-run-real-handler to avoid Ange-FTP
6443 calling Tramp again.
6444 (tramp-find-file-exists-command): Check for `ls -d' last, after
6445 all the variants on `test -e'.
6446 (tramp-post-connection): Erase buffer before finding a command to
6447 check if file exists.
6448
6449 2002-08-05 David Kastrup <David.Kastrup@t-online.de>
6450
6451 * calc/calc.el (math-format-stack-value): Revert a broken
6452 if->when replacement and reformat so that this does not happen
6453 again. Fixes a pretty lethal line formatting/yanking bug.
6454
6455 2002-08-04 John Paul Wallington <jpw@shootybangbang.com>
6456
6457 * startup.el (fancy-splash-frame): Check selected frame last.
6458
6459 2002-08-04 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6460
6461 * net/tramp.el: Version 2.0.10 released.
6462 (tramp-uudecode): New shell function `tramp_uudecode' to decode to
6463 standard output even if `uudecode -p' and `uudecode -o -' don't work.
6464 (tramp-post-connection): After finding the right shell, wait a
6465 bit. This is a kludge to avoid a race condition, even though I
6466 don't understand why there is a race condition in the first place.
6467 (tramp-post-connection): Install the `tramp_uudecode' shell
6468 function on the remote host.
6469 (tramp-coding-commands): Add an alternative for `tramp_uudecode'.
6470 (tramp-bug): Include more variables in the report.
6471
6472 2002-08-04 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6473
6474 * net/tramp.el: Version 2.0.9 released.
6475 (tramp-bug): Add wording about additional info to include in bug
6476 report.
6477 (tramp-find-shell): Set $PS1 for invocation of second shell (for
6478 tilde expansion).
6479 (tramp-find-shell): Shell prompt must match at end of buffer.
6480 Do this also for fallback shell prompt.
6481 (tramp-find-shell): More debugging output.
6482 (tramp-find-inline-encoding): When checking the decoding command,
6483 some commands fail when reading from /dev/null. So we pass a
6484 known string through the encoding command and pass that through
6485 the decoding command. So we know whether the decoding command can
6486 deal with some real input.
6487
6488 2002-08-04 Andreas Schwab <schwab@suse.de>
6489
6490 * net/tramp.el (tramp-perl-encode, tramp-perl-decode): Doc fix.
6491
6492 2002-08-03 Andrew Choi <akochoi@shaw.ca>
6493
6494 * term/mac-win.el: Set keys to enable mouse wheel support.
6495
6496 2002-08-03 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6497
6498 * net/tramp.el: Version 2.0.8.
6499 (tramp-perl-encode, tramp-perl-encode): Double the backslashes.
6500
6501 2002-08-03 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6502
6503 * net/tramp.el: Version 2.0.7.
6504 (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
6505 (tramp-perl-encode, tramp-perl-decode): Escape `%' characters
6506 because of `format' and say so in the docstring.
6507
6508 2002-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
6509
6510 * progmodes/f90.el (f90-font-lock-keywords-1): Fix highlighting of
6511 `type' forms.
6512 (f90-font-lock-keywords-2): Fix `implicit type(foo)' case.
6513 (f90-type-def-re): Fix value.
6514
6515 2002-08-03 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6516
6517 * net/tramp.el: Version 2.0.6.
6518 (tramp-default-method): Change to "ssh" from "sm".
6519 (tramp-wrong-passwd-regexp): Restructure. Add additional alternative.
6520 (tramp-su-program): New internal variable for method parameter.
6521 (tramp-perl-encode-with-module, tramp-perl-decode-with-module):
6522 New variables. Very short Perl one-liner, but requires Perl
6523 module MIME::Base64 to be installed on the remote site.
6524 (tramp-perl-encode, tramp-perl-decode): New base64
6525 encoder/decoder. From Juanma Barranquero <lektu@terra.es>.
6526 (tramp-handle-file-truename): Invoke Ange-FTP properly (even
6527 though Ange-FTP doesn't do anything for this operation).
6528 (tramp-handle-set-visited-file-modtime): Comment change.
6529 (tramp-handle-make-directory): Save-excursion.
6530 (tramp-handle-expand-many-files): Don't try to invoke Ange-FTP
6531 twice, once is enough.
6532 (tramp-action-permission-denied): Show *tramp/foo* buffer so the
6533 user knows what's wrong.
6534 (tramp-post-connection): Support the two Perl encoders and decoders.
6535 (tramp-coding-commands): Ditto. Add some todo items.
6536
6537 2002-08-02 Richard M. Stallman <rms@gnu.org>
6538
6539 * international/mule.el (merge-coding-systems): New function.
6540 (set-buffer-file-coding-system): Use merge-coding-systems.
6541 Change prompt for args.
6542 (revert-buffer-with-coding-system): New command.
6543
6544 * international/mule-cmds.el (mule-keymap, set-coding-system-map):
6545 Add bindings for revert-buffer-with-coding-system.
6546 (set-coding-system-map): Clarify menu item info for
6547 set-buffer-file-coding-system.
6548 (set-coding-system-map): Reorder and add separators.
6549
6550 * emacs-lisp/edebug.el (edebug-eval-top-level-form):
6551 Use eval-expression.
6552
6553 * subr.el (atomic-change-group): Doc fix.
6554
6555 2002-07-31 Colin Walters <walters@debian.org>
6556
6557 * ibuffer.el (ibuffer-hooks): Rename to `ibuffer-hook'; Add
6558 defvaralias for compatibility.
6559 (ibuffer-mode-hooks): Rename to `ibuffer-mode-hook'; Add
6560 defvaralias for compatibility.
6561
6562 2002-07-31 John Paul Wallington <jpw@shootybangbang.com>
6563
6564 * ibuffer.el (ibuffer-fontification-alist):
6565 Use `font-lock-constant-face' instead of `font-lock-reference-face'.
6566
6567 2002-07-31 John Wiegley <johnw@gnu.org>
6568
6569 * pcomplete.el (pcomplete-comint-setup): Use `add-to-list', to
6570 prevent adding the symbol `pcomplete' to
6571 shell-dynamic-complete-functions to many times.
6572
6573 2002-07-31 Markus Rost <rost@math.ohio-state.edu>
6574
6575 * help-fns.el (describe-function-1): Test function for
6576 obsolescence only if it is a symbol.
6577
6578 * ediff.el (ediff-backup): New autoloaded command.
6579
6580 2002-07-31 Richard M. Stallman <rms@gnu.org>
6581
6582 * makefile.w32-in (compile-after-backup): Renamed from `compile'.
6583 Use `compile-always'.
6584 (bootstrap): Use `compile', not `compile-files'. Use `update-subdirs'.
6585 (compile): Renamed from `compile-files'.
6586 (compile-CMD, compile-SH): Renamed from `compile-files-*'.
6587
6588 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
6589 Check that (car elt) is a string.
6590
6591 * pcomplete.el (pcomplete-entries): Doc fix.
6592
6593 * international/mule.el (non-standard-icccm-encodings-alist): Doc fix.
6594
6595 2002-07-31 Andreas Schwab <schwab@suse.de>
6596
6597 * dired.el: Hide disabling of dired-find-alternate-file behind
6598 autoload-cookie.
6599
6600 2002-07-31 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
6601
6602 * makefile.w32-in: Revert some changes from 2002-07-23 because they
6603 don't work on MSVC/nmake builds.
6604 (update-subdirs-CMD): Generate the right list of subdirectories.
6605
6606 2002-07-30 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6607
6608 * net/tramp.el: New version 2.0.5.
6609 (tramp-methods): Remove inline encoding method parameters.
6610 The encoding is now autodetected. Also shorten the list of
6611 methods (u/m distinction gone) and rename the remaining methods to
6612 have longer, but more mnemonic, names.
6613 (tramp-login-prompt-regexp, tramp-password-prompt-regexp)
6614 (tramp-wrong-passwd-regexp): Trailing `$' not needed, regexp is
6615 matched at end of buffer anyway.
6616 (tramp-yesno-prompt-regexp): New variable, for questions where the
6617 user should say "yes" or "no".
6618 (tramp-file-name-structure-unified)
6619 (tramp-file-name-structure-separate): Allow dash in method names.
6620 (tramp-actions-before-shell): New variable, contains list of
6621 pattern/action pairs. Output sent by remote end is scanned for
6622 the patterns, then the actions are executed.
6623 (tramp-multi-actions): Like `tramp-actions-before-shell', but
6624 executed for each hop in a multi-hop connection.
6625 (tramp-last-cmd-time): New variable. If nothing has been sent to
6626 remote end for 60 seconds, look to see if the remote end is still
6627 alive.
6628 (tramp-perl-mime-encode, tramp-perl-mime-decode): Remove.
6629 It didn't work.
6630 (tramp-perl-encode, tramp-perl-decode): New variables, these
6631 require the MIME::Base64 module on the remote end.
6632 (tramp-handle-file-attributes): Restructure logic.
6633 (tramp-handle-file-attributes-with-ls)
6634 (tramp-handle-file-attributes-with-perl): More debugging.
6635 (tramp-handle-directory-files): Grok fifth arg `files-only' for XEmacs.
6636 (tramp-handle-make-directory, tramp-handle-delete-directory)
6637 (tramp-handle-delete-file, tramp-handle-insert-directory):
6638 Expand file name.
6639 (tramp-handle-shell-command): Use `when', not `if'.
6640 (tramp-handle-file-local-copy, tramp-handle-write-region):
6641 Adapt to autodetection of inline encoding.
6642 (tramp-invoke-ange-ftp): Require ange-ftp to make sure that
6643 variable ange-ftp-name-format is defined before binding it.
6644 (tramp-action-login, tramp-action-password, tramp-action-succeed)
6645 (tramp-action-permission-denied, tramp-action-yesno):
6646 Functions called from `tramp-actions-before-shell'.
6647 (tramp-multi-action-login, tramp-multi-action-password)
6648 (tramp-multi-action-succeed, tramp-multi-action-permission-denied):
6649 Functions called from `tramp-multi-actions'.
6650 (tramp-process-one-action, tramp-process-actions):
6651 Pattern matching and action invocation code for
6652 `tramp-actions-before-shell'.
6653 (tramp-process-one-multi-action, tramp-process-multi-actions):
6654 Same for `tramp-multi-actions'.
6655 (tramp-open-connection-telnet, tramp-open-connection-rsh)
6656 (tramp-open-connection-su): Process actions instead of hardwired logic.
6657 (tramp-multi-connect-telnet, tramp-multi-connect-rlogin)
6658 (tramp-multi-connect-su): Ditto.
6659 (tramp-post-connection): New method for tramp_encode and
6660 tramp_decode scripts.
6661 (tramp-post-connection): Invoke inline autodetection code.
6662 (tramp-coding-commands): List of inline codings.
6663 (tramp-find-inline-encoding): This is the inline autodetection code.
6664 (tramp-maybe-open-connection): If nothing was sent to connection
6665 for 60 seconds, look if it connection is still alive.
6666 (tramp-send-command): Remember that something was sent to the
6667 connection.
6668 (tramp-make-tramp-file-name, tramp-make-tramp-multi-file-name):
6669 Use backticks for constructing alist.
6670 (tramp-get-encoding-command, tramp-set-encoding-command)
6671 (tramp-get-decoding-command, tramp-set-decoding-command)
6672 (tramp-get-encoding-function, tramp-set-encoding-function)
6673 (tramp-get-decoding-function, tramp-set-decoding-function):
6674 Use for results of inline autodetection.
6675 (tramp-get-encoding-command, tramp-get-decoding-command)
6676 (tramp-get-encoding-function, tramp-get-decoding-function):
6677 Remove these old functions.
6678
6679 2002-07-30 Kenichi Handa <handa@etl.go.jp>
6680
6681 * language/indian.el (in-is13194): Give correct `safe-chars' property.
6682 (devanagari): Define it as an alias of in-is13194.
6683
6684 * international/mule.el (safe-chars):
6685 Put `char-table-extra-slots' property with value 0.
6686
6687 * files.el (revert-buffer): Fix previous change.
6688
6689 2002-07-29 Richard M. Stallman <rms@gnu.org>
6690
6691 * bindings.el (help-echo): If global-mode-string is non-nil,
6692 display some spaces after it.
6693
6694 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
6695 Don't call string-match on non-string.
6696 (displaying-byte-compile-warnings):
6697
6698 * textmodes/ispell.el (check-ispell-version): Bind default-directory
6699 to avoid errors. Kill the old temp buffer at the beginning.
6700
6701 2002-07-29 Glenn Morris <gmorris@ast.cam.ac.uk>
6702
6703 * scroll-all.el (scroll-all-mode): Make argument optional. Doc fix.
6704
6705 2002-07-29 John Paul Wallington <jpw@shootybangbang.com>
6706
6707 * scroll-all.el (scroll-all-mode): Handle numeric arg. Use `if'
6708 instead of `cond'.
6709
6710 2002-07-29 Kenichi Handa <handa@etl.go.jp>
6711
6712 * international/mule.el (ctext-post-read-conversion): Add support
6713 for embedded utf-8 encoding (ESC % G ... ESC % @).
6714
6715 2002-07-28 Kenichi Handa <handa@etl.go.jp>
6716
6717 * files.el (revert-buffer): Before calling insert-file-contents,
6718 kill the local variable buffer-file-coding-system.
6719
6720 2002-07-28 Richard M. Stallman <rms@gnu.org>
6721
6722 * bindings.el (mode-line-format): Handle vc-mode specially.
6723 Move mode-line-position to after global-mode-string.
6724 (mode-line-modes): Move the starting 3 spaces out of here.
6725 (mode-line-position): Separate with a space, not dashes.
6726
6727 * vc-hooks.el: Don't add to minor-mode-alist.
6728
6729 * emacs-lisp/edebug.el (edebug-debugger):
6730 If inside redisplay, just return.
6731
6732 * emacs-lisp/debug.el (debug): If inside redisplay, just return.
6733
6734 * info.el (Info-find-index-name): Improve last change.
6735
6736 2002-07-27 Richard M. Stallman <rms@gnu.org>
6737
6738 * files.el (file-name-sans-extension): Avoid expanding DIRECTORY.
6739
6740 * calendar/cal-hebrew.el (diary-rosh-hodesh): Cons mark on
6741 in the third case.
6742
6743 2002-07-27 Markus Rost <rost@math.ohio-state.edu>
6744
6745 * ps-print.el: Update copyright year.
6746 (ps-begin-cut-regexp, ps-end-cut-regexp): Fix type.
6747
6748 2002-07-26 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6749
6750 * eshell/eshell.el (eshell): Numeric prefix arg means to switch
6751 to the session with that number. Old behavior still available
6752 with nonumeric prefix args.
6753
6754 2002-07-08 Simon Josefsson <jas@extundo.com>
6755
6756 * mail/mail-extr.el (mail-extr-all-top-level-domains): Update names.
6757
6758 2002-07-26 Juanma Barranquero <lektu@terra.es>
6759
6760 * warnings.el (lwarn, warn, warning-levels): Doc fix.
6761 (warning-suppress-log-types): Fix typo.
6762 (display-warning): Fix typo. Remove useless assignment to free variable
6763 `group-string'.
6764
6765 2002-07-25 Markus Rost <rost@math.ohio-state.edu>
6766
6767 * ediff-wind.el (ediff-window-setup-function): Extend type declaration.
6768
6769 2002-07-25 Sam Steingold <sds@gnu.org>
6770
6771 * replace.el (occur-rename-buffer): New command.
6772 (occur-mode-map): Bind "r" to it. Added keybindings for
6773 `kill-this-buffer', `clone-buffer' and `quit-window'.
6774
6775 2002-07-25 Kevin Ryde <user42@zip.com.au>
6776
6777 * info.el (Info-find-index-name): Search for a function definition
6778 with a return type.
6779
6780 2002-07-25 David Ponce <david@dponce.com>
6781
6782 * emacs-lisp/bytecomp.el (byte-compile-set-symbol-position):
6783 Don't recompute `entry' on each iteration.
6784 (byte-compile-delete-first): Make it defsubst.
6785
6786 2002-07-25 Sam Steingold <sds@gnu.org>
6787
6788 * progmodes/cc-engine.el (c-search-uplist-for-classkey):
6789 When `search-end' is a cons, use its car.
6790
6791 2002-07-25 Dave Love <fx@gnu.org>
6792
6793 * obsolete/c-mode.el: Deleted.
6794
6795 2002-07-25 Carsten Dominik <dominik@astro.uva.nl>
6796
6797 * textmodes/reftex.el (reftex-compile-variables):
6798 Simplified regular expression.
6799
6800 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
6801 Simplified the regexp.
6802
6803 * textmodes/reftex-cite.el (reftex-get-bibkey-default): New function.
6804 (reftex-extract-bib-entries-from-thebibliography):
6805 Use `reftex-get-bibkey-default' to get a default regex.
6806 (reftex-extract-bib-entries): Use `reftex-get-bibkey-default' to
6807 get a default regex.
6808
6809 * textmodes/reftex-toc.el (reftex-toc-mode): Use `make-local-hook' for
6810 XEmacs compatibility (got OK from RMS).
6811
6812 * textmodes/reftex-index.el (reftex-index-mode): Likewise.
6813
6814 * textmodes/reftex-sel.el (reftex-select-label-mode): Likewise.
6815 (reftex-select-bib-mode): Likewise.
6816
6817 2002-07-25 Colin Walters <walters@debian.org>
6818
6819 * ibuffer.el (ibuffer-mouse-popup-menu): Allow point to be moved
6820 by menu functions.
6821
6822 2002-07-24 Dave Love <fx@gnu.org>
6823
6824 * international/mule.el (set-auto-coding): Doc fix.
6825
6826 * international/utf-16.el: New file.
6827
6828 * language/european.el ("German", "French", "Spanish", "Turkish"):
6829 Add alternative coding systems.
6830 ("Dutch"): Likewise. Add input method.
6831 ("Welsh", "Latin-7"): Add nonascii-translation.
6832
6833 * language/georgian.el ("Georgian"): Add nonascii-translation.
6834
6835 * international/titdic-cnv.el: Doc fixes.
6836 (tit-process-header): Add coding cookie.
6837 (titdic-convert): Force writing as iso-2022-7bit.
6838
6839 * international/ja-dic-cnv.el (skkdic-convert): Add coding cookie.
6840
6841 * international/mule-cmds.el: Doc fixes.
6842 (unencodable-char-position): New.
6843 (select-safe-coding-system): Use it to indicate problematic
6844 characters and add extra explanation. Avoid checking auto-coding
6845 for compressed files.
6846 (leim-list-header): Add coding cookie.
6847 (input-method-verbose-flag): Modify :type.
6848 (locale-language-names): Add bs, wa. Modify cy.
6849
6850 2002-07-24 Richard M. Stallman <rms@gnu.org>
6851
6852 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
6853 Bind warning-group-format.
6854
6855 * emacs-lisp/bytecomp.el (byte-compile-cl-functions): New variable.
6856 (byte-compile-cl-warn): Use that variable.
6857 (byte-compile-find-cl-functions): New function.
6858 (displaying-byte-compile-warnings):
6859 Call byte-compile-find-cl-functions.
6860
6861 * warnings.el (warning-levels): Add %s to the strings.
6862 (warning-group-format): New variable.
6863 (warning-suppress-log-types): Renamed from warning-suppress-log.
6864 (warning-suppress-types): Renamed from warning-suppress.
6865 (display-warning): Implement those changes.
6866
6867 2002-07-23 Richard M. Stallman <rms@gnu.org>
6868
6869 * warnings.el: Add `provide' call.
6870
6871 * files.el (basic-save-buffer-2): If there's an error writing the file,
6872 unrename the backup file if it was just made.
6873 (backup-buffer, basic-save-buffer-2, basic-save-buffer-1)
6874 (basic-save-buffer): Value now has form (MODES . BACKUPNAME)
6875 when a backup was just made by renaming. Otherwise it's nil.
6876
6877 * wid-edit.el (widget-convert): Handle an argument that's a keyword.
6878 Recognize explicit :args specification.
6879
6880 * international/mule-cmds.el (select-safe-coding-system):
6881 Don't ask for confirmation of mismatch if find-file-literally was used.
6882
6883 2002-07-23 Markus Rost <rost@math.ohio-state.edu>
6884
6885 * add-log.el (add-log-current-defun): Fix typo in documentation.
6886
6887 2002-07-22 Markus Rost <rost@math.ohio-state.edu>
6888
6889 * add-log.el (add-log-mailing-address): Fix type. Can be a string.
6890
6891 * ido.el (ido-separator): Fix type.
6892
6893 2002-07-23 Andrew Innes <andrewi@gnu.org>
6894
6895 * makefile.w32-in (DONTCOMPILE): Remove cus-start.el.
6896 (DONTCOMPILE): Add various language files.
6897 (DONTCOMPILE): Remove term/xterm.el.
6898 (finder-inf.el): Remove.
6899 (update-authors): New target.
6900 (TAGS-LISP): Remove $(lispsource).
6901 (compile-always): Renamed from `compile-files'.
6902 (compile): New target, adapted from `compile-files'.
6903 (compile-calc): New target.
6904 (recompile): Change `.' to $(lisp).
6905 (bootstrap): Add update-subdirs and finder-data
6906 to dependencies; change compile-files to compile.
6907
6908 2002-07-22 Andre Spiegel <spiegel@gnu.org>
6909
6910 * vc.el (vc-next-action-on-file): Preserve find-file-literally.
6911
6912 2002-07-22 Dan Nicolaescu <dann@ics.uci.edu>
6913
6914 * simple.el (undo, undo-more): Adjust messages when undoing in a
6915 region.
6916
6917 2002-07-22 John Paul Wallington <jpw@shootybangbang.com>
6918
6919 * net/browse-url.el (browse-url-lynx-input-attempts): Use defcustom.
6920 (browse-url-lynx-input-delay): Add custom type and group.
6921
6922 * cus-start.el (double-click-fuzz): Added.
6923
6924 2002-07-22 Alan Shutko <ats@acm.org>
6925
6926 * calendar/solar.el (diary-sabbath-candles): Add optional MARK
6927 parameter, specifying what face or character to use in the
6928 calendar display. These will now return (MARK . ENTRY).
6929
6930 * calendar/lunar.el (diary-phases-of-moon): Add optional MARK
6931 parameter, specifying what face or character to use in the
6932 calendar display. These will now return (MARK . ENTRY).
6933
6934 * calendar/cal-hebrew.el (diary-omer, diary-yahrzeit)
6935 (diary-rosh-hodesh, diary-parasha, diary-parasha): Add optional
6936 MARK parameter, specifying what face or character to use in the
6937 calendar display. These will now return (MARK . ENTRY).
6938
6939 * calendar/diary-lib.el (mark-sexp-diary-entries): Retrieve mark
6940 from diary-sexp-entry and pass it to mark-visible-calendar-date.
6941 (list-sexp-diary-entries): Update doc string for new docs for ....
6942 If diary-sexp-entry returns a cons, only add the text to the diary
6943 list.
6944 (diary-sexp-entry): Allow sexps to return a cons of the form (MARK
6945 . STRING) to specify what face or character mark should be used in
6946 the calendar display.
6947 (diary-date, diary-block, diary-float, diary-anniversary)
6948 (diary-cyclic): Add optional MARK parameter, specifying what face
6949 or character to use in the calendar display. These will now
6950 return (MARK . ENTRY).
6951
6952 * calendar/diary-lib.el (check-calendar-holidays, diary-iso-date)
6953 (calendar-holiday-list, diary-french-date, diary-mayan-date)
6954 (diary-julian-date, diary-astro-day-number, diary-chinese-date)
6955 (diary-islamic-date, list-islamic-diary-entries)
6956 (mark-islamic-diary-entries, mark-islamic-calendar-date-pattern)
6957 (diary-hebrew-date, diary-omer, diary-yahrzeit, diary-parasha)
6958 (diary-rosh-hodesh, list-hebrew-diary-entries)
6959 (mark-hebrew-diary-entries, mark-hebrew-calendar-date-pattern)
6960 (diary-coptic-date, diary-persian-date, diary-phases-of-moon)
6961 (diary-sunrise-sunset, diary-sabbath-candles):
6962 Remove interactive flag from autoloads.
6963
6964 2002-07-22 Carsten Dominik <dominik@astro.uva.nl>
6965
6966 * textmodes/reftex-vars.el (reftex-index-verify-function): New option.
6967 (reftex-bibliography-commands): New option.
6968 (reftex-toc-split-windows-horizontally): New option
6969 (reftex-toc-split-windows-horizontally-fraction): New option
6970 (reftex-include-file-commands): New option.
6971 (reftex-cite-format-builtin): Added ?n for nocite.
6972
6973 * textmodes/reftex-index.el (reftex-query-index-phrase):
6974 Use `reftex-index-verify-function'.
6975
6976 * textmodes/reftex-toc.el (reftex-re-enlarge):
6977 Handle horizontal splitting.
6978 (reftex-toc): Handle horizontal splitting
6979 (reftex-last-window-width): New variable.
6980
6981 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
6982 Use `reftex-bibliography-commands'.
6983 (reftex-locate-bibliography-files): Regexp relaxed to allow for
6984 cases where \bibliography is not the first thing on the line.
6985
6986 * textmodes/reftex.el (reftex-compile-variables):
6987 Use `reftex-include-file-commands'.
6988 (reftex-type-query-prompt): Changed defconst to defvar.
6989 (reftex-type-query-help, reftex-typekey-to-format-alist)
6990 (reftex-typekey-to-prefix-alist, reftex-env-or-mac-alist)
6991 (reftex-special-env-parsers, reftex-label-mac-list)
6992 (reftex-label-env-list, reftex-typekey-list)
6993 (reftex-words-to-typekey-alist, reftex-key-to-index-macro-alist)
6994 (reftex-query-index-macro-prompt, reftex-query-index-macro-help)
6995 (reftex-no-follow-message, reftex-no-info-message): Likewise.
6996 (reftex-mode): Define systax table for bibtex parsing.
6997 (reftex-syntax-table-for-bib): Syntax table for bibtex parsing.
6998
6999 * textmodes/reftex-cite.el (reftex-format-names): %a as name
7000 format lists all names.
7001 (reftex-parse-bibtex-entry): Use `reftex-syntax-table-for-bib'.
7002 (reftex-with-special-syntax-for-bib): New macro.
7003
7004 2002-07-21 Richard M. Stallman <rms@gnu.org>
7005
7006 * international/ucs-tables.el (ucs-quail-activate):
7007 Cope if buffer-file-coding-system is nil.
7008
7009 * bindings.el (last-buffer): Use buffer-list with frame arg.
7010 Create *scratch* if no other choice exists. Fix bugs.
7011
7012 2002-07-21 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7013
7014 * net/tramp.el: Bump version to 2.0.2.
7015 (tramp-methods): Rename methods invoking "ssh1" or "ssh2" to
7016 longer names. Use old names "sm1", "sm2" and so on for methods
7017 invoking "ssh -1" or "ssh -2".
7018 (tramp-multi-file-name-structure-separate): Typo, its name was set
7019 to "tramp-file-name-structure-separate". Trivial patch.
7020 From Steve Youngs <youngs@xemacs.org>.
7021 (tramp-multi-sh-program): New variable.
7022 (tramp-open-connection-multi): Use it. Now you can use multi
7023 methods from Windows (at least in principle).
7024 (tramp-do-copy-or-rename-via-buffer): New function.
7025 (tramp-do-copy-or-rename-file): Use it. Change and simplify
7026 logic. Omit special case of invoking rcp directly to copy the files.
7027 (tramp-open-connection-su, tramp-multi-connect-telnet)
7028 (tramp-multi-connect-rlogin, tramp-multi-connect-su)
7029 (tramp-make-tramp-file-name, tramp-make-tramp-multi-file-name):
7030 Use backticks in format-spec for brevity and to avoid
7031 character/number confusion in XEmacs.
7032
7033 2002-07-20 Richard M. Stallman <rms@gnu.org>
7034
7035 * wid-edit.el (widget-documentation-string-value-create):
7036 Say "Hide Rest", not just "Hide".
7037
7038 * cus-edit.el (custom-variable-value-create):
7039 Say "Show Value", not just "Show". Also "Hide Value".
7040 Output a newline before the doc string.
7041 (custom-face-value-create): Say "Show Face" and "Hide Face".
7042
7043 * files.el (toggle-read-only): Clean up the hint message.
7044
7045 * emacs-lisp/bytecomp.el: Use warnings.el.
7046 (byte-compile-warning-prefix): New function.
7047 (byte-compile-log-file): Return page start position.
7048 (byte-compile-log-warning): New function.
7049 (byte-compile-warn): Use byte-compile-log-warning.
7050 (byte-compile-report-error): Likewise. Also use error-message-string.
7051 (displaying-byte-compile-warnings): Bind warning-series.
7052 Don't bind or use byte-compile-warnings-point-max.
7053 Don't display the log buffer at the end.
7054 (byte-compile-warnings-point-max): Variable deleted.
7055 (byte-compile-log-1): Rewrite for trace info, not used for warnings.
7056 (byte-compile-last-warned-form, byte-compile-last-logged-file):
7057 Defvars moved.
7058
7059 * warnings.el: New file.
7060
7061 2002-07-19 Richard M. Stallman <rms@gnu.org>
7062
7063 * emacs-lisp/bytecomp.el (byte-compile-cl-warn): Delete `values'
7064 and `values-list' from list of CL functions.
7065
7066 2002-07-19 John Paul Wallington <jpw@shootybangbang.com>
7067
7068 * emacs-lisp/bytecomp.el (compile-defun):
7069 Bind `read-with-symbol-positions' to current buffer.
7070
7071 2002-07-19 Andre Spiegel <spiegel@gnu.org>
7072
7073 * vc-hooks.el (vc-insert-file): When called with a LIMIT regexp,
7074 delete anything that comes after LIMIT from the buffer.
7075
7076 * vc-rcs.el (vc-rcs-fetch-master-state): Be more careful to check
7077 if this is really an RCS master file.
7078
7079 * vc.el: Improve comment of vc-BACKEND-workfile-unchanged-p.
7080
7081 2002-07-19 Juanma Barranquero <lektu@terra.es>
7082
7083 * emacs-lisp/bytecomp.el (dot, dot-max, dot-min, dot-marker)
7084 (buffer-flush-undo, baud-rate, compiled-function-p, define-function)
7085 (unread-command-char, executing-macro, post-command-idle-hook)
7086 (post-command-idle-delay): Move obsolescence declarations to subr.el.
7087
7088 * subr.el (dot, dot-max, dot-min, dot-marker, buffer-flush-undo)
7089 (baud-rate, compiled-function-p, define-function, unread-command-char)
7090 (executing-macro, post-command-idle-hook, post-command-idle-delay):
7091 Move obsolescence declarations from emacs-lisp/bytecomp.el.
7092 (directory-sep-char, mode-line-inverse-video):
7093 Add obsolescence declaration.
7094
7095 2002-07-18 J.D. Smith <jdsmith@as.arizona.edu>
7096
7097 * progmodes/idlwave.el: Updated to IDLWAVE version 4.14. Too many
7098 changes to list them here.
7099
7100 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.14.
7101 Too many changes to list them here.
7102
7103 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.14.
7104 Too many changes to list them here.
7105
7106 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.14 with
7107 only minor documentation changes.
7108
7109 2002-07-18 Dave Love <fx@gnu.org>
7110
7111 * info-look.el: Support current auto{conf,make} manuals.
7112
7113 2002-07-18 Juanma Barranquero <lektu@terra.es>
7114
7115 * bindings.el (last-buffer): Add missing frame argument.
7116
7117 2002-07-18 Richard M. Stallman <rms@gnu.org>
7118
7119 * timer.el (timer-inc-time): Doc fix.
7120
7121 * replace.el (keep-lines, flush-lines): Interactively report
7122 read-only error before reading regexp argument.
7123
7124 * dabbrev.el (dabbrev--search): Use inhibit-point-motion-hooks.
7125
7126 * bindings.el (last-buffer): Handle buffer-list and buffer-predicate
7127 frame parameters like bury-buffer.
7128
7129 * simple.el (choose-completion-delete-max-match):
7130 Handle minibuffer prompts explicitly.
7131
7132 2002-07-18 Juanma Barranquero <lektu@terra.es>
7133
7134 * international/mule-util.el (string-to-sequence, truncate-string):
7135 Add autoload cookie to obsolescence declaration.
7136
7137 * rect.el (move-to-column-force): Likewise.
7138
7139 * composite.el (decompose-composite-char): Likewise; also remove
7140 redundant info.
7141
7142 2002-07-18 Kim F. Storm <storm@cua.dk>
7143
7144 * loadup.el: Load international/utf-8 before international/characters.
7145
7146 2002-07-17 Dave Love <fx@gnu.org>
7147
7148 * international/ucs-tables.el: Optimize tables. Deal with some
7149 non-8859 charsets.
7150 (ucs-mule-to-mule-unicode): New.
7151 (ucs-unify-8859): Use utf-8-fragment-on-decoding, set up Quail
7152 translation.
7153 (ucs-fragment-8859): Modified consistent with ucs-unify-8859.
7154 (unify-8859-on-encoding-mode): Doc mod. Fix custom version.
7155 (unify-8859-on-decoding-mode): Doc mod. Change code. Fix custom
7156 version. Add custom dependencies.
7157 (ucs-insert): Check for null from decode-char.
7158 (translation-table-for-input, ucs-quail-activate)
7159 (ucs-minibuffer-setup, ccl-encode-unicode-font)
7160 (ucs-tables-unload-hook): New.
7161
7162 * international/mule.el (define-translation-hash-table): New.
7163 (decode-char): Use utf-8-translation-table-for-decode.
7164 (encode-char): Use ucs-mule-to-mule-unicode.
7165
7166 * international/characters.el: Fix settings of U+2000-U+2027.
7167 Remove \e$(C'Y\e(B.
7168
7169 * international/mule-cmds.el (locale-language-names): Fix be, add
7170 sr_YU@cyrillic, modify tg.
7171 (locale-charset-language-names): Put @euro last.
7172
7173 * language/cyrillic.el (cyrillic-koi8-r-decode-table)
7174 (cyrillic-alternativnyj-decode-table): Fill out with mule-unicode.
7175 (cyrillic-koi8-r-decode-table): Make unbound after use.
7176 (ccl-decode-koi8, ccl-decode-alternativnyj): Change expansion
7177 factor. Use utf-8-translation-table-for-decode.
7178 (ccl-encode-koi8, ccl-encode-koi8): Don't check r0.
7179 (cyrillic-unify-encoding): New function.
7180 (cyrillic-koi8): Modify safe-chars, valid-codes.
7181 Remove charset-origin-alist.
7182 (Cp878, cp866): New alias.
7183 (ccl-encode-8859-5-font): New.
7184 (font-ccl-encoder-alist): Add ccl-encode-8859-5-font.
7185 (ccl-encode-koi8-font, ccl-encode-alternativnyj-font):
7186 Remove redundant parens.
7187 ("Cyrillic-KOI8"): Add cyrillic-iso-8bit to coding-priority.
7188 (cyrillic-koi8-u-decode-table, ccl-decode-koi8-u)
7189 (ccl-encode-koi8-u, koi8-u, ccl-encode-koi8-u-font, "Ukrainian"): New.
7190 (cyrillic-alternativnyj): Modify safe-chars, add mime-charset.
7191 ("Cyrillic-ALT"): Change input method.
7192 ("Windows-1251", "Tajik", "Bulgarian", "Belarusian"): New.
7193
7194 * international/utf-8.el (utf-8-subst-table)
7195 (utf-8-subst-rev-table, utf-8-translation-table-for-decode)
7196 (utf-8-fragment-on-decoding, ccl-untranslated-to-ucs)
7197 (utf-8-ccl-regs, utf-8-translate-cjk): New.
7198 (ccl-encode-mule-utf-8): Use utf-8-subst-rev-table.
7199 (ccl-decode-mule-utf-8, ccl-untranslated-to-ucs)
7200 (utf-8-untranslated-to-ucs, utf-8-compose): Rewritten.
7201 (mule-utf-8): Remove pre-write-conversion.
7202 (utf-8-post-read-conversion): Comment out.
7203
7204 * international/ccl.el (ccl-command-table): Add lookup-integer,
7205 lookup-character.
7206 (ccl-extended-code-table): Add lookup-int-const-tbl,
7207 lookup-char-const-tbl.
7208 (ccl-compile-lookup-integer, ccl-compile-lookup-character)
7209 (ccl-dump-lookup-int-const-tbl, ccl-dump-lookup-char-const-tbl):
7210 New functions.
7211 (define-ccl-program): Doc update.
7212
7213 * international/utf-8-subst.el: Populate utf-8-subst-rev-table.
7214 (utf-8-subst-table): Don't set.
7215
7216 2002-07-17 Kenichi Handa <handa@etl.go.jp>
7217
7218 * international/mule.el (define-coding-system-alias):
7219 Don't append ALIAS in the property `alias-coding-systems' if ALIAS's
7220 eol-type is not auto-detection.
7221
7222 * international/mule-diag.el (print-coding-system-briefly):
7223 Fix the handling of an alias of which eol-type is not auto-detection.
7224
7225 * international/mule-conf.el (us-ascii): Define it as an alias of
7226 iso-safe.
7227
7228 2002-07-17 Juanma Barranquero <lektu@terra.es>
7229
7230 * help-fns.el (describe-function-1): Put empty line before "Not
7231 documented" text.
7232
7233 * timer.el (timer-set-time-with-usecs): Mark obsolete.
7234
7235 2002-07-16 Stefan Monnier <monnier@cs.yale.edu>
7236
7237 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
7238 Make sure to change the global tool-bar-map.
7239
7240 * vc.el (vc-default-comment-history): Hard code *vc*.
7241 This is because print-log always prints there now.
7242 (vc-annotate-font-lock-keywords): New var.
7243 (vc-annotate-mode): Use it. Set truncate-lines as well.
7244 (vc-annotate-display-select): Unify the two error reports.
7245 (vc-annotate-offset): New var.
7246 (vc-annotate-lines): New fun extracted from vc-annotate-display.
7247 (vc-annotate-display): Use it, via font-lock.
7248
7249 * help-fns.el (help-split-fundoc, help-function-arglist)
7250 (help-make-usage): New funs, extracted from describe-function-1.
7251 (describe-function-1): Use them.
7252
7253 * help.el (help-key-description): Show the untranslated keys
7254 when they start with ESC and the ESC was not translated.
7255
7256 * help-mode.el (view): Always require.
7257 (help-xref-mule-regexp): Don't use defconst for variables.
7258 (help-setup-xref): Keep the last 10 elements of the stack.
7259 (help-xref-override-view-map): New var.
7260 (help-make-xrefs): Use it instead of building a new map each time.
7261 (help-function-def): Allow help-fun to take a buffer as arg.
7262
7263 * diff-mode.el (diff-reverse-direction): Simplify.
7264 (diff-after-change-function): Fix typo.
7265 (diff-post-command-hook): Take care of edge cases.
7266 (diff-current-defun): Do `goto-char' after setting the mode.
7267
7268 * mouse-sel.el (mouse-sel-mode): Use define-minor-mode.
7269 Fold mouse-sel-bindings into it.
7270 (mouse-sel-bound-events): Turn it into an alist.
7271 (mouse-insert-selection): Delegate to mouse-yank-at-click if
7272 mouse-sel-default-bindings asks for it.
7273
7274 2002-07-16 Andre Spiegel <spiegel@gnu.org>
7275
7276 * files.el: Bind toggle-read-only to C-x C-q.
7277 (toggle-read-only): Display a warning message if the file is under
7278 version control.
7279
7280 * vc-hooks.el: Don't bind vc-toggle-read-only to C-x C-q.
7281 (vc-toggle-read-only): Explain in the doc string that users can bind
7282 this to C-x C-q.
7283 (vc-checkout-model): Change doc string to refer to vc-next-action,
7284 not vc-toggle-read-only.
7285
7286 * vc.el (vc-next-action-on-file): Ignore buffer-read-only while
7287 comparing to file on disk. Fix the case when claiming the lock
7288 on a file that has unlocked changes.
7289 (vc-log-mode): Don't mention vc-toggle-read-only in the doc string.
7290
7291 2002-07-16 Richard M. Stallman <rms@gnu.org>
7292
7293 * simple.el (choose-completion-string): Doc fix.
7294
7295 * cus-edit.el: New operation :custom-standard-value.
7296 (Custom-reset-standard): Use it.
7297 (custom-variable, custom-face): Define it.
7298 (custom-variable-standard-value, custom-face-standard-value): New fns.
7299 (custom-face-save): Don't save a face whose value is standard.
7300 (custom-save-faces): Use SYMBOL, not 'default, to set NOW and COMMENT.
7301
7302 * cus-edit.el (custom-face-edit-fix-value):
7303 If VALUE is not a list, pass it thru.
7304
7305 * compare-w.el (compare-windows-whitespace): Always allow newline
7306 even if it does not have whitespace syntax.
7307
7308 2002-07-16 Juanma Barranquero <lektu@terra.es>
7309
7310 * timer.el (timer-set-time, timer-set-time-with-usecs): Fix docstring.
7311
7312 2002-07-15 Juanma Barranquero <lektu@terra.es>
7313
7314 * help-fns.el (describe-variable): Show documentation for aliased
7315 variable if alias does not have its own.
7316
7317 2002-07-15 Mike Williams <mdub@bigfoot.com>
7318
7319 * mouse-sel.el (mouse-sel-bindings): Save/restore interprogram
7320 cut/paste functions.
7321
7322 2002-07-14 Richard M. Stallman <rms@gnu.org>
7323
7324 * files.el (find-alternate-file): Offer to save a modified buffer.
7325 Handle kill-buffer-query-functions better.
7326
7327 * startup.el (normal-splash-screen, fancy-splash-text):
7328 Update name of help menu item for ordering printed manuals.
7329
7330 * emacs-lisp/checkdoc.el: Fix doc typos.
7331
7332 2002-07-14 Stefan Monnier <monnier@cs.yale.edu>
7333
7334 * textmodes/tex-mode.el: Set encoding to utf-8.
7335 (tex-start-options): Make it into always-a-string.
7336 Remove silly custom options that are covered by the other var.
7337 (tex-start-commands): Fix docstring.
7338 (tex-open-quote, tex-close-quote): Add options.
7339 (tex-command): Provide default.
7340 (tex-font-lock-keywords-1): Highlight $$...$$.
7341 (tex-font-lock-keywords-2): Fix latin-1 chars.
7342 (tex-mode-map): Remove redundant \t binding.
7343 (tex-mode): Add `subsection' and `newcommand' to known latex cmds.
7344 (latex-mode): Use add-hook for fill-nobreak-predicate.
7345 (tex-common-initialization): Set indent-tabs-mode to nil.
7346 (tex-insert-quote): Undo magic if invoked twice in a row.
7347 (latex-fill-nobreak-predicate): Don't use narrowing.
7348 (tex-latex-block): Don't cons uselessly.
7349 (tex-last-unended-begin): Signal user-friendlier error.
7350 (tex-goto-last-unclosed-latex-block): Don't catch signal.
7351 (tex-start-tex): Switch order of tex-start-options and
7352 tex-start-commands to make it obey docstrings.
7353
7354 2002-07-14 Mike Williams <mdub@bigfoot.com>
7355
7356 * mouse-sel.el (mouse-sel-bound-events): New constant.
7357 (mouse-sel-bindings): Save/restore original mouse-bindings.
7358
7359 2002-07-13 Stefan Monnier <monnier@cs.yale.edu>
7360
7361 * emacs-lisp/cl.el (cl-set-substring): Fix thinko.
7362 (cl-hack-byte-compiler): Avoid infinite require loop.
7363
7364 * net/ange-ftp.el: Use hash-tables.
7365 (ange-ftp-make-hashtable, ange-ftp-map-hashtable)
7366 (ange-ftp-make-hash-key, ange-ftp-get-hash-entry)
7367 (ange-ftp-put-hash-entry, ange-ftp-del-hash-entry): Remove.
7368 Replace with make-hash-table, maphash, gethash, puthash and remhash.
7369 (ange-ftp-hash-entry-exists-p): Rewrite.
7370 (ange-ftp-vms-delete-file-entry, ange-ftp-vms-add-file-entry):
7371 Change mapatom -> maphash.
7372 (ange-ftp-file-entry-active-p, ange-ftp-file-entry-not-ignored-p):
7373 Update to new calling mode.
7374
7375 * progmodes/ebrowse.el (ebrowse-symbol-regexp): Avoid cl-set-substring.
7376 (ebrowse-hash-table-to-alist): Delete.
7377 (ebrowse-tags-read-name, ebrowse-tags-list-members-in-file)
7378 (ebrowse-tags-complete-symbol): Use the hashtable for completion.
7379
7380 * textmodes/sgml-mode.el (sgml-quote): Use narrowing.
7381 Improve the regexp used when unquoting.
7382 (sgml-pretty-print): New function.
7383 (sgml-get-context): Better handling of improperly nested tags.
7384 (sgml-show-context): Don't use the FULL arg of sgml-get-context.
7385
7386 2002-07-13 Andreas Schwab <schwab@suse.de>
7387
7388 * mail/mailabbrev.el (mail-abbrev-make-syntax-table): Check the
7389 inherited table entry.
7390
7391 2002-07-13 Glenn Morris <gmorris@ast.cam.ac.uk>
7392
7393 * calendar/timeclock.el (timeclock-in): Handle the case where no
7394 log file exists (ie the very first call).
7395
7396 2002-07-13 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7397
7398 * net/ange-ftp.el: Do not hook into file-name-handler-alist, this
7399 is done by Tramp.
7400
7401 * net/tramp.el (tramp-multi-file-name-structure-unified):
7402 Add missing slash and move colon from start to end of each hop.
7403 (tramp-multi-file-name-hop-structure-unified): Move colon from
7404 start to end of each hop.
7405
7406 2002-07-13 Kim F. Storm <storm@cua.dk>
7407
7408 * progmodes/compile.el (grep-tree): Fixed autoload.
7409 Corrected use of undefined variable `match-files-aliases'.
7410
7411 2002-07-12 Glenn Morris <gmorris@ast.cam.ac.uk>
7412
7413 * calendar/timeclock.el (timeclock-get-workday-function):
7414 `timeclock-workday' is not a valid option, rather a possible
7415 return value.
7416
7417 2002-07-12 Richard M. Stallman <rms@gnu.org>
7418
7419 * net/ange-ftp.el (ange-ftp-write-region):
7420 Don't bind executing-kbd-macro; instead, pass non-nil VISIT arg
7421 to ange-ftp-real-write-region.
7422
7423 * replace.el (flush-lines, keep-lines): Convert REND to a marker.
7424
7425 * help-fns.el (help-with-tutorial): Display completion list right away.
7426
7427 * ediff-ptch.el (ediff-test-patch-utility): Catch error and return nil.
7428
7429 * startup.el (command-line): Set memory-signal-data.
7430 (fancy-splash-text, normal-splash-screen):
7431 Mention "Read the Emacs Manual" or C-h r.
7432 Rearrange the initial help to put the help cmds on left
7433 and the actions (exit, undo) on the right. Other small
7434 text clarifications.
7435 (fancy-splash-text, actions page): Add blank line to balance help page.
7436
7437 * help.el (help-map): Add binding for info-emacs-manual.
7438 (print-help-return-message): Doc fix.
7439
7440 * strokes.el (strokes-help): Call print-help-return-message
7441 while inside with-output-to-temp-buffer.
7442
7443 * info.el (info-emacs-manual): New function.
7444 (Info-use-header-line): Doc fix.
7445
7446 * emacs-lisp/cl.el (multiple-value-call): Add alias.
7447
7448 * progmodes/compile.el (compilation-normalize-filename):
7449 New subroutine, taken out of compilation-parse-errors.
7450 (compilation-parse-errors): Use that, and for directories too.
7451 Don't check whether a directory really exists.
7452
7453 2002-07-12 Juanma Barranquero <lektu@terra.es>
7454
7455 * help-fns.el (describe-variable): Remove useless "Documentation:"
7456 string.
7457
7458 * timer.el (timer-set-time-with-usecs): Fix documentation.
7459 Simplify extraction of time data.
7460
7461 2002-07-12 John Paul Wallington <jpw@shootybangbang.com>
7462
7463 * help-fns.el (describe-variable): Mention if the variable is an
7464 alias. Put `defvaralias' info before the documentation.
7465
7466 2002-07-12 Kenichi Handa <handa@etl.go.jp>
7467
7468 * international/mule-cmds.el (locale-language-names): Change "mk"
7469 (Macedoninan), "ru" (Russian), and "sp" (Serbian with Cyrillic
7470 alphabet) to "Cyrillic-ISO".
7471
7472 2002-07-11 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7473
7474 * net/tramp.el (tramp-default-method): New default method "sm"
7475 which I guess to be good for most people.
7476 (tramp-default-method-alist): Use "ftp" method (ie, forwarding to
7477 Ange-FTP) for some user/host combinations.
7478 (tramp-file-name-structure, tramp-file-name-regexp)
7479 (tramp-make-tramp-file-format, tramp-make-tramp-file-user-nil-format)
7480 (tramp-multi-file-name-structure, tramp-multi-file-name-hop-structure)
7481 (tramp-make-multi-tramp-file-format): New default value which
7482 unifies the filename syntax between Tramp and Ange-FTP. The new
7483 syntax is "/method:user@host:path". Note the colon after the method.
7484 (tramp-handle-file-name-directory): Don't return "/" when
7485 completing a remote root directory (where the filename looks like
7486 "/method:user@host:/").
7487 (tramp-handle-ange-ftp): Deleted.
7488 (tramp-disable-ange-ftp): New function, called at toplevel,
7489 deletes Ange-FTP from file-name-handler-alist.
7490 (tramp-handle-make-symbolic-link): Implement.
7491
7492 2002-07-10 Juanma Barranquero <lektu@terra.es>
7493
7494 * ido.el (ido-enter-single-matching-directory): Delete leftover comment.
7495
7496 * speedbar.el (speedbar-tag-hierarchy-method): Fix typos.
7497 (speedbar-vc-do-check): Likewise.
7498 (speedbar-obj-do-check): Likewise.
7499 (speedbar-mouse-hscroll): Likewise.
7500 (speedbar-file-lists): Likewise.
7501
7502 * emacs-lisp/authors.el (authors-obsolete-file-p): Fix typo.
7503
7504 2002-07-09 Ole Aamot <ole@gnu.org>
7505
7506 * compile.el (compilation-error-regexp-alist):
7507 Recognize Valgrind messages.
7508
7509 2002-07-09 Juanma Barranquero <lektu@terra.es>
7510
7511 * faces.el (face-id): Fix typo.
7512
7513 * hexl.el (hexl-mode): Likewise.
7514
7515 * progmodes/idlw-shell.el (idlwave-shell-set-bp): Likewise.
7516
7517 * progmodes/ebnf-yac.el (ebnf-yac-error): Likewise.
7518
7519 * speedbar.el (speedbar-make-specialized-keymap): Fix docstring.
7520 (speedbar-desired-buffer): Likewise.
7521 (speedbar-line-file): Likewise.
7522 (speedbar-special-mode-key-map): Fix typo.
7523 (speedbar-dynamic-tags-function-list): Likewise.
7524 (speedbar-use-images): Likewise.
7525 (speedbar-up-directory): Likewise.
7526 (speedbar-item-info): Likewise.
7527 (speedbar-set-timer): Likewise.
7528 (speedbar-insert-button): Likewise.
7529 (speedbar-make-button): Likewise.
7530 (speedbar-make-tag-line): Likewise.
7531 (speedbar-insert-files-at-point): Likewise.
7532 (speedbar-update-special-contents): Likewise.
7533 (speedbar-find-selected-file): Likewise.
7534 (speedbar-add-indicator): Likewise.
7535 (speedbar-do-function-pointer): Likewise.
7536 (speedbar-goto-this-file): Likewise.
7537 (speedbar-line-path): Likewise.
7538 (speedbar-mouse-event-p): Likewise.
7539 (speedbar-dir-follow): Likewise.
7540 (speedbar-tag-find): Likewise.
7541 (speedbar-fetch-etags-command): Likewise.
7542 (speedbar-fetch-etags-arguments): Likewise.
7543 (speedbar-toggle-etags): Likewise.
7544 (speedbar-extract-one-symbol): Likewise.
7545 (speedbar-parse-c-or-c++tag): Likewise.
7546 (speedbar-unhighlight-one-tag-line): Likewise.
7547 (speedbar-directory-face): Likewise.
7548 (defimage-speedbar): Likewise.
7549 (speedbar-convert-emacs21-imagespec-to-xemacs): Likewise.
7550 (defimage-speedbar): Likewise.
7551
7552 2002-07-09 Miles Bader <miles@gnu.org>
7553
7554 * hexl.el (hexl-find-file): Bind `completion-ignored-extensions'
7555 to nil when prompting for a filename.
7556
7557 2002-07-09 Kenichi Handa <handa@etl.go.jp>
7558
7559 * files.el (insert-directory): Be sure to bind
7560 coding-system-for-write to the just decided coding-system-for-read.
7561
7562 2002-07-09 Kim F. Storm <storm@cua.dk>
7563
7564 * ido.el (ido-make-merged-file-list): Move fully matching item to
7565 head of list.
7566 (ido-find-common-substring): Return substring instead of t.
7567
7568 2002-07-08 Juanma Barranquero <lektu@terra.es>
7569
7570 * info.el (Info-directory-list): Fix docstring.
7571
7572 2002-07-08 Miles Bader <miles@gnu.org>
7573
7574 * comint.el (comint-dynamic-list-completions): Sort COMPLETIONS
7575 before first use.
7576
7577 2002-07-08 Kim F. Storm <storm@cua.dk>
7578
7579 * files.el (after-find-file): Don't check for read-only status
7580 of files just created (and not yet saved on disk).
7581
7582 * ido.el (ido-completion-help): Changed xemacs specific code to
7583 avoid byte compiler warning in GNU emacs.
7584 (ido-set-matches1): Use regexp-quote instead of identity.
7585 (ido-complete-space): New function.
7586 (ido-define-mode-map): Bind it to SPACE.
7587
7588 2002-07-07 Stefan Monnier <monnier@cs.yale.edu>
7589
7590 * font-lock.el (font-lock-default-unfontify-region):
7591 Use remove-list-of-text-properties.
7592 (font-lock-extra-managed-props): Doc fix.
7593
7594 * facemenu.el: Move `provide' to the end.
7595 (facemenu-read-color): Don't cons unnecessarily.
7596
7597 * language/ind-util.el (indian-make-hash):
7598 * language/devan-util.el (dev-char-glyph-hash, dev-glyph-glyph-hash)
7599 (dev-glyph-glyph-2-hash): Switch makehash -> make-hash-table.
7600
7601 * subr.el (insert-string): Update the obsolete info.
7602 (makehash): Move from C and mark obsolete.
7603
7604 * emacs-lisp/debug.el (debug-on-entry): Fix the wrapper used for
7605 aliases to also work for interactive functions.
7606 Use the same wrapper for subroutines.
7607 (cancel-debug-on-entry): Get rid of the now-useless wrapper.
7608 (debug-on-entry-1): Correctly skip docstrings and interactive forms.
7609
7610 * textmodes/texinfo.el (texinfo-font-lock-keywords): Disable the
7611 automatic environment name update.
7612 (texinfo-clone-environment): Fix it not to incorrectly match prefixes.
7613
7614 2002-07-07 Richard M. Stallman <rms@gnu.org>
7615
7616 * emacs-lisp/easymenu.el (easy-menu-popup-menu): Function deleted.
7617
7618 * emacs-lisp/advice.el (ad-compile-function):
7619 Disable cl-function warnings if cl is loaded.
7620
7621 * files.el (safe-local-eval-forms): New user option.
7622 (hack-one-local-variable-eval-safep): Support it.
7623 Also allow `safe-local-eval-function' property to be a function
7624 or a list of functions.
7625 (c-add-style): Delete `safe-local-eval-function' property.
7626
7627 * files.el (after-find-file): Make buffer read-only if file is
7628 marked that way, even for root.
7629
7630 * files.el (save-some-buffers): Doc fix.
7631
7632 * bindings.el (completion-ignored-extensions): Add .gmo and .mo.
7633
7634 2002-07-06 Francesco Potort\e,Al\e(B <pot@gnu.org>
7635
7636 * dos-w32.el (file-name-buffer-file-type-alist): Add knowledge of
7637 .sx[dmicw] file suffixes for Open office data files.
7638
7639 * files.el (auto-mode-alist): Likewise.
7640
7641 * international/mule.el (auto-coding-alist): Likewise.
7642
7643 2002-07-05 Kim F. Storm <storm@cua.dk>
7644
7645 * emulation/cua-rect.el (cua--rectangle-operation): Don't call
7646 FCT if current column is outside rectangle.
7647 (cua--delete-rectangle): Do nothing if zero width or out of bounds.
7648
7649 2002-07-04 Stefan Monnier <monnier@cs.yale.edu>
7650
7651 * net/ange-ftp.el: Use add-hook and find-file-hook.
7652 (ange-ftp-parse-netrc): Use run-hooks and find-file-hook.
7653 (ange-ftp-ls-parser): Make it into a function.
7654 Ignore trailing @ in symlink targets.
7655 (ange-ftp-file-entry-p): Ignore FTP errors.
7656 (ange-ftp-insert-directory): Use ange-ftp-expand-symlink
7657 to correctly expand "/flint:/bla -> ./etc" to /flint:/etc.
7658
7659 2002-07-04 Per Abrahamsen <abraham@dina.kvl.dk>
7660
7661 * simple.el (toggle-truncate-lines): New command.
7662
7663 2002-07-04 Miles Bader <miles@gnu.org>
7664
7665 * comint.el (comint-displayed-dynamic-completions): New variable.
7666 (comint-dynamic-list-completions): Be more careful about choosing
7667 when to scroll an existing completions window.
7668
7669 2002-07-03 Andreas Schwab <schwab@suse.de>
7670
7671 * net/tramp.el (tramp-handle-ange-ftp): Move interactive spec
7672 after doc string.
7673
7674 2002-07-03 Juanma Barranquero <lektu@terra.es>
7675
7676 * net/tramp.el (tramp-send-eof): Fix typo.
7677 (tramp-kill-process): Likewise.
7678
7679 * play/dunnet.el (dun-physobj-desc): Likewise.
7680
7681 * textmodes/reftex-vars.el (reftex-label-alist): Likewise.
7682
7683 * calendar/timeclock.el (timeclock-workday-remaining): Likewise.
7684 (timeclock-workday-elapsed): Likewise.
7685
7686 * allout.el (outline-goto-prefix): Likewise.
7687
7688 * emulation/tpu-edt.el (tpu-delete-to-eol): Likewise.
7689 (tpu-delete-to-bol): Likewise.
7690
7691 * subr.el (chars-in-region): Add obsolescence declaration for
7692 `chars-in-region'.
7693
7694 2002-07-03 Miles Bader <miles@gnu.org>
7695
7696 * faces.el (header-line): Don't use a `common' clause for
7697 inheriting from the mode-line face, since we can't override it,
7698 and we don't want it for ttys.
7699
7700 2002-07-02 Richard M. Stallman <rms@gnu.org>
7701
7702 * net/ange-ftp.el (ange-ftp-hook-function): Add file-remote-p prop.
7703
7704 * files.el (hack-one-local-variable-constantp): New function.
7705 (hack-one-local-variable-eval-safep): New function.
7706 Check for `eval:' calling fn with `safe-local-eval-function' property.
7707 (hack-one-local-variable): Use hack-one-local-variable-eval-safep.
7708 (c-add-style, c-set-style): Add safe-local-eval-function property.
7709
7710 * files.el (insert-directory): Handle --dired option to ls.
7711
7712 * files.el (file-remote-p): New function.
7713
7714 * emacs-lisp/easymenu.el (easy-menu-popup-menu): New function.
7715
7716 * startup.el (fancy-splash-screens): Switch to a chosen frame.
7717 (fancy-splash-frame): Choose the right frame to use.
7718 (use-fancy-splash-screens-p): Check dimensions of the right frame
7719 in order to decide.
7720
7721 * emacs-lisp/bytecomp.el (byte-compile-warning-types):
7722 Rename cl-func to cl-functions. Enable it by default.
7723 (byte-compile-file-form-eval-boundary): Turn off cl-functions warnings
7724 if the file loads cl.
7725 (byte-compile-initial-macro-environment): For eval-and-compile,
7726 use byte-compile-eval-before-compile to eval.
7727 (byte-compile-eval-before-compile): New function to turn off
7728 cl-functions when appropriate, for eval-and-compile.
7729 (byte-compile-warnings): Doc fix.
7730
7731 2002-07-02 Dave Love <fx@gnu.org>
7732
7733 * emacs-lisp/bytecomp.el (byte-compile-warnings): Add cl-func option.
7734 (byte-compile-cl-warn): New function.
7735 (byte-compile-form): Use it, to warn about calling cl functions.
7736 (byte-compile-warning-types): Doc fix.
7737
7738 2002-07-02 Juanma Barranquero <lektu@terra.es>
7739
7740 * mail/rmailsum.el (rmail-user-mail-address-regexp): Fix typo.
7741
7742 * textmodes/reftex-cite.el (reftex-citation): Fix typo.
7743
7744 * progmodes/cperl-mode.el (cperl-break-one-line-blocks-when-indent):
7745 Fix typo.
7746
7747 2002-07-02 Kim F. Storm <storm@cua.dk>
7748
7749 * emacs-lisp/bindat.el: New file.
7750
7751 2002-07-01 Sam Steingold <sds@gnu.org>
7752
7753 * textmodes/tex-mode.el (tex-file): Call `save-some-buffers'
7754 before `tex-main-file' because if the current buffer is new, its
7755 file might not exist yet, and then `tex-main-file' will
7756 incorrectly return "foo.tex.tex".
7757
7758 2002-07-01 Juanma Barranquero <lektu@terra.es>
7759
7760 * ido.el (ido-minibuffer-setup-hook): Doc fix.
7761
7762 2002-07-01 Dave Love <fx@gnu.org>
7763
7764 Make strokes a proper minor mode, and don't try to overload
7765 mouse-2, which doesn't work satisfactorily.
7766
7767 * strokes.el: Doc fixes.
7768 (strokes-mode): Defcustom deleted; replaced by minor mode def with
7769 re-written function.
7770 (strokes-while-inhibiting-garbage-collector): Comment out.
7771 (define-stroke, strokes-fix-button2-command, strokes-insinuated)
7772 (strokes-insinuate, global-set-stroke, describe-stroke)
7773 (load-user-strokes, save-strokes, strokes-bug-address)
7774 (strokes-click-command): Deleted.
7775 (strokes-execute-stroke): Remove strokes-click-p case.
7776 (strokes-describe-stroke): Remove strokes-click-p stuff.
7777 (strokes-help): Fix.
7778 (strokes-report-bug): Alias to report-emacs-bug.
7779 (strokes-prompt-user-save-strokes): Modify format of the file.
7780 (strokes-mode-map, strokes-unload-hook): New.
7781 (strokes-buffer-name): Don't customize.
7782
7783 2002-07-01 Richard M. Stallman <rms@gnu.org>
7784
7785 * info.el (Info-index): Get immediate error if used in `dir'.
7786
7787 * textmodes/picture.el (picture-forward-column)
7788 (picture-move-down): Never deactivate the mark.
7789
7790 2002-06-30 Simon Josefsson <jas@extundo.com>
7791
7792 * menu-bar.el (menu-bar-options-menu): Move elisp mode names from
7793 menu entry into balloon help.
7794
7795 2002-06-30 Andreas Schwab <schwab@suse.de>
7796
7797 * files.el (directory-free-space-args): Don't use `-P' on Darwin.
7798 * term/mac-win.el: Don't set it here.
7799
7800 2002-06-29 Stefan Monnier <monnier@cs.yale.edu>
7801
7802 * pcvs-defs.el (cvs-mode-map): Bind ! to `force'.
7803
7804 2002-06-29 Andreas Schwab <schwab@suse.de>
7805
7806 * term/mac-win.el: Use directory-free-space-program instead of
7807 obsolete variable dired-free-space-program. On Darwin, don't set
7808 directory-free-space-program, shell-file-name and
7809 process-connection-type; set directory-free-space-args to not
7810 include `-P' and use utf-8 for file name coding system.
7811
7812 * simple.el (shell-command-on-region): Handle errors and signals
7813 from shell command execution.
7814 (display-message-or-buffer): Fix last change.
7815 (shell-command-default-error-buffer): Doc fix.
7816
7817 * dired.el (dired-view-file): Quote file name for
7818 dired-run-shell-command.
7819
7820 2002-06-29 Kim F. Storm <storm@cua.dk>
7821
7822 * kmacro.el: New file.
7823
7824 2002-06-28 John Wiegley <johnw@gnu.org>
7825
7826 * pcmpl-cvs.el: Added my name as the maintainer of this file.
7827
7828 2002-06-28 Andreas Schwab <schwab@suse.de>
7829
7830 * shell.el (explicit-bash-args): New user option.
7831
7832 2002-06-28 Kim F. Storm <storm@cua.dk>
7833
7834 * ido.el: New file.
7835
7836 2002-06-28 Stefan Monnier <monnier@cs.yale.edu>
7837
7838 * derived.el (define-derived-mode): Preserve the `mode-class' rather
7839 than the `special' symbol property.
7840 (derived-mode-class): Make it obsolete.
7841
7842 2002-06-27 Andreas Schwab <schwab@suse.de>
7843
7844 * net/tramp.el (tramp-handle-ange-ftp): Fix typo.
7845
7846 2002-06-27 Juanma Barranquero <lektu@terra.es>
7847
7848 * emacs-lisp/bytecomp.el (baud-rate): Fix obsolescence declaration.
7849 (meta-flag): Likewise.
7850
7851 * international/mule-util.el (string-to-sequence): Likewise.
7852
7853 * subr.el (char-bytes): Likewise.
7854 (make-local-hook): Likewise.
7855 (baud-rate): Remove redundant info from docstring.
7856
7857 * faces.el (frame-update-faces): Fix obsolescence declaration.
7858 (internal-get-face): Remove redundant info from docstring and
7859 fix obsolescence declaration.
7860
7861 * rect.el (move-to-column-force): Likewise.
7862
7863 * help-fns.el (describe-function-1): Use semicolon instead of dot.
7864 (describe-variable): Likewise.
7865
7866 2002-06-27 Stefan Monnier <monnier@cs.yale.edu>
7867
7868 * mwheel.el (mouse-wheel-change-button): Deactivate before changing.
7869 (mouse-wheel-up-button, mouse-wheel-down-button): Obsolete.
7870 (mouse-wheel-up-event, mouse-wheel-down-event): New vars.
7871 (mouse-wheel-follow-mouse): Change default to t.
7872 (mwheel-event-button): Return the basic event symbol.
7873 (mwheel-scroll): Work with non-mouse events.
7874 (mouse-wheel-mode): Use the new vars.
7875 (mwheel-install): Obey `uninstall'.
7876
7877 * term/xterm.el (function-key-map): Add some bindings.
7878
7879 * uniquify.el (uniquify-delay-rationalize-file-buffer-names):
7880 Rename from delay-uniquify-rationalize-file-buffer-names.
7881 Only rationalize if the buffer is under uniquify control.
7882 (uniquify-delayed-rationalize-file-buffer-names):
7883 Rename from delayed-uniquify-rationalize-file-buffer-names.
7884
7885 2002-06-27 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7886
7887 * net/tramp.el (tramp-file-name-structure)
7888 (tramp-multi-file-name-hop-structure): Split for easier readability.
7889 (tramp-handle-make-symbolic-link): Use user/host/method/... from
7890 LINKNAME, not FILENAME.
7891 (tramp-handle-verify-visited-file-modtime):
7892 Call tramp-ange-ftp-file-name-p with right parameters.
7893 (tramp-handle-verify-visited-file-modtime): `insert' does not
7894 work for integers, convert them to strings first.
7895 (tramp-handle-ange-ftp): New function to perform setup for
7896 replacing Ange-FTP with Tramp.
7897 (tramp-repair-jka-compr): New function to factor out some
7898 previously top-level code. Call the function at top-level.
7899
7900 2002-06-27 Juanma Barranquero <lektu@terra.es>
7901
7902 * composite.el (decompose-composite-char): Fix docstring.
7903
7904 * faces.el (describe-face): Capitalize "not documented" message.
7905
7906 * help-fns.el (describe-variable): Likewise.
7907 (describe-function-1): Likewise. Also, document the obsolescence
7908 of the function, if applicable.
7909
7910 2002-06-26 Juanma Barranquero <lektu@terra.es>
7911
7912 * info.el (info-menu-5): Fix documentation.
7913 (Info-fontify-maximum-menu-size): Remove reference to `Info-fontify'.
7914
7915 2002-06-26 Richard M. Stallman <rms@gnu.org>
7916
7917 * emacs-lisp/cl.el (values): Simplify definition.
7918
7919 * simple.el (shell-command): Match & only at end of whole command.
7920 (display-message-or-buffer): Don't use the echo area
7921 if output buffer is visible.
7922
7923 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Doc fixes.
7924
7925 * progmodes/cperl-mode.el: Many trivial doc fixes.
7926 (cperl-non-problems): Definition deleted.
7927 (cperl-menu): Don't refer to cperl-non-problems.
7928 (cperl-word-at-point): Add doc string.
7929 (cperl-beautify-regexp-piece): Fix error message.
7930 (cperl-invert-if-unless): Fix error message.
7931
7932 * dired.el (dired-find-alternate-file): Mark as disabled.
7933
7934 2002-06-25 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7935
7936 * net/tramp.el (tramp-ftp-method): New user option.
7937 (tramp-invoke-ange-ftp): New function to forward calls to Ange-FTP.
7938 (with-parsed-tramp-file-name): New macro for the usual big `let'
7939 statement to dissect a file-name.
7940 (tramp-handle-make-symbolic-link, tramp-handle-load)
7941 (tramp-handle-file-name-directory)
7942 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
7943 (tramp-handle-file-truename, tramp-handle-file-directory-p)
7944 (tramp-handle-file-regular-p, tramp-handle-file-symlink-p)
7945 (tramp-handle-file-writable-p, tramp-handle-file-writable-p):
7946 Use the new macro and forward call to Ange-FTP if applicable.
7947 (tramp-make-ange-ftp-file-name): New helper function to convert a
7948 file name into an Ange-FTP file name, used by `tramp-invoke-ange-ftp'.
7949 (tramp-default-method-alist): New user option.
7950 (tramp-find-default-method): Use it.
7951 (tramp-sh-extra-args): New variable.
7952 (tramp-find-shell): Use it.
7953 (tramp-open-connection-rsh): Support a kludgy feature for the
7954 "-p" option to ssh. If host name is given as "host#42", uses the
7955 "-p 42" option.
7956
7957 2002-06-25 Andreas Schwab <schwab@suse.de>
7958
7959 * replace.el (occur-1): Avoid invalid message format string.
7960
7961 2002-06-24 Stefan Monnier <monnier@cs.yale.edu>
7962
7963 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn):
7964 Check for `noruntime' even if the function has a known sig.
7965 (byte-compile-file, byte-compile-output-docform):
7966 Don't hard code point-min = 1.
7967
7968 * pcvs.el (cvs-parse-process): Don't save/restore point.
7969 Fix last change not to introduce spurious dir FIs.
7970 (cvs-move-to-goal-column): New function extracted from
7971 cvs-mode-previous-line.
7972 (cvs-mode-previous-line, cvs-mode-next-line): Use it.
7973 (cvs-addto-collection): Use it to preserve point.
7974 (cvs-vc-command-advice): Ad-hoc workaround for `cvs -q add'.
7975
7976 * mwheel.el (mouse-wheel-scroll-amount,mwheel-scroll,mouse-wheel-mode):
7977 Don't require the first element to be modifier-free.
7978
7979 * pcvs-parse.el (cvs-parse-table):
7980 Handle `nothing known about' with more care.
7981
7982 * pcvs.el (cvs-fileinfo-kill): Remove.
7983 (cvs-parse-process): Add `old-fis' argument.
7984 (cvs-mode-run): Use it instead of cvs-fileinfo-kill.
7985
7986 * descr-text.el (describe-property-list): Make sure there's
7987 a space between the property name and its value.
7988 (describe-text-properties): Don't kill a pre-existing buffer.
7989
7990 * mwheel.el: Undo last patch from Stephen Gildea for now.
7991
7992 2002-06-24 Kim F. Storm <storm@cua.dk>
7993
7994 * emulation/keypad.el: Added :require 'keypad to defcustoms.
7995
7996 2002-06-23 Stefan Monnier <monnier@cs.yale.edu>
7997
7998 * subr.el (event-start, event-end, event-click-count):
7999 Accept non-mouse events as well.
8000 (read-key): New function.
8001 (read-quoted-char): Use it. Use this-single-command-raw-keys as well.
8002
8003 * files.el: Rename (and mark as obsolete)
8004 find-file-hooks to find-file-hook,
8005 find-file-not-found-hooks to find-file-not-found-functions,
8006 write-file-hooks to write-file-functions,
8007 write-contents-hooks to write-contents-functions.
8008 Mark local-write-file-hooks as obsolete.
8009 (locate-file-completion): Don't cons uselessly. Use test-completion.
8010 (basic-save-buffer): Use (point-min) rather than 1.
8011 (basic-save-buffer-2): Obey the `setmodes' returned by backup-buffer.
8012
8013 * help-fns.el (describe-variable): Only use `buffer' is still live.
8014 Use `delete-region' instead of save-excursion + delete-char.
8015 Document the obsolescence of the variable, if applicable.
8016
8017 2002-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
8018
8019 * progmodes/f90.el (f90-do-auto-fill): Respect the value of
8020 comment-auto-fill-only-comments.
8021
8022 2002-06-21 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8023
8024 * net/ange-ftp.el (backup-buffer): Delete `ange-ftp' property.
8025 This is not a handled operation.
8026
8027 2002-06-21 Kim F. Storm <storm@cua.dk>
8028
8029 * emulation/cua-base.el (cua--prefix-arg): Make register prefixes
8030 work again. Corrected error in check for C-u initiated prefix.
8031
8032 * emulation/keypad.el (keypad-setup): Handle kp-begin like kp-space.
8033
8034 2002-06-21 Richard M. Stallman <rms@gnu.org>
8035
8036 * net/browse-url.el (browse-url-at-mouse): Don't pass an arg
8037 to browse-url-at-point.
8038
8039 * play/zone.el (zone-idle): Var deleted.
8040
8041 * international/iso-acc.el (iso-languages) <french>:
8042 `~ ' now generates `~', `~,' definition deleted.
8043
8044 * format.el (format-annotate-function): Copy multibyte flag
8045 and selective-display into the new temp buffer.
8046
8047 * edmacro.el (edmacro-fix-menu-commands):
8048 Discard `help-echo' events. Handle (menu-bar) events.
8049 Simplify by converting key sequence to a list and then back to vector.
8050
8051 2002-06-21 Stephen Gildea <gildea@stop.mail-abuse.org>
8052
8053 * mwheel.el: Allow arbitrary keys for scrolling, add a third
8054 scrolling speed, fix an unwind-protect.
8055 (mouse-wheel-scroll-amount): Now a three-element list.
8056 (mouse-wheel-scroll-down-slow, mouse-wheel-scroll-up-slow)
8057 (mouse-wheel-scroll-down-normal, mouse-wheel-scroll-up-normal)
8058 (mouse-wheel-scroll-down-fast, mouse-wheel-scroll-up-fast):
8059 New functions.
8060
8061 2002-06-21 Andreas Schwab <schwab@suse.de>
8062
8063 * files.el (find-file-read-args): Add new argument `mustmatch' and
8064 pass it down to read-file-name.
8065 (find-file, find-file-other-window, find-file-other-frame)
8066 (find-file-read-only, find-file-read-only-other-window)
8067 (find-file-read-only-other-frame): Use it and fix prompts.
8068
8069 2002-06-21 Stefan Monnier <monnier@cs.yale.edu>
8070
8071 * pcvs-defs.el (cvs-version): Use cvs-program rather than "cvs".
8072
8073 2002-06-20 Emmanuel Briot <briot@act-europe.fr>
8074
8075 * progmodes/ada-mode.el: Update copyright notice.
8076 Synchronize with GNAT release 3.15a1.
8077 Do not attempt to load ada-support, which is only for compatibility
8078 with older Emacs versions, and is not needed for Emacs 21.
8079 Fix various calls to count-lines, that didn't work correctly when the
8080 buffer was narrowed.
8081 (ada-continuation-indent): New variable.
8082 (ada-contextual-menu): New entry "List local references", faster than
8083 "List References".
8084 (ada-mode): New alignment rules provided by S. Leake.
8085 Add support for which-function-mode.
8086 (ada-get-current-indent): Fix indentation of named parameter lists and
8087 nested boolean expressions.
8088 (ada-indent-on-previous-lines): Fix indentation of labels.
8089 (ada-search-prev-end-stmt): Fix searching of the previous
8090 end-statement, specially with regards to nested subprograms.
8091 (comment-region advice): Initially disabled, for better compatibility
8092 with other modes.
8093 (ada-fill-comment-paragraph): Fixed (no longer worked with Emacs 21).
8094
8095 * progmodes/ada-xref.el: Update copyright notice.
8096 (ada-xref-create-ali): The default is now not to create automatically
8097 the ALI files by compiling the unit, since this isn't always reliable
8098 and requires an up-to-date project file.
8099 (ada-prj-default-comp-cmd): No longer use gcc directly to compile
8100 a file, but use gnatmake instead, since this gives access to the GNAT
8101 project files.
8102 (ada-xref-search-with-egrep): New variable, suggested by P. Waroquiers.
8103 (ada-load-project-hook): New variable, for support of GNAT
8104 project files.
8105 (ada-update-project-menu): Fix the detection of the project file name.
8106 (ada-add-keymap): Change key binding for ada-find-file, that conflicted
8107 with another binding in ada-mode.el.
8108 (ada-add-menu): New menu "List Local References", to list the reference
8109 to the entity only in the current file, instead of looking in the whole
8110 project. Much faster.
8111 (ada-find-references): New parameters arg and local-only.
8112 (ada-find-any-references): New parameters local-only and append.
8113 (ada-goto-declaration): Fix handling of predefined entities in xref.
8114 (ada-get-all-references): Updated to the new xref format in GNAT 3.15,
8115 still compatible with GNAT 3.14 of course. Fix various calls to
8116 count-lines, that didn't work correctly when the buffer was narrowed.
8117
8118 * progmodes/ada-prj.el: Update copyright.
8119 (ada-prj-load-directory): Make sure we do not use one of the new Emacs
8120 21 dialogs to select the file, since we want a directory name only.
8121 (ada-customize): Add support for the new GNAT project files.
8122
8123 2002-06-20 Francesco Potort\e,Al\e(B <pot@gnu.org>
8124
8125 * progmodes/etags.el (tag-implicit-name-match-p): New function.
8126 (etags-recognize-tags-table): Use it for implicit tag names.
8127
8128 2002-06-20 Miles Bader <miles@gnu.org>
8129
8130 * comint.el (comint-get-old-input-default): Strip text properties
8131 for fields too.
8132
8133 * comint.el (comint-output-filter): Run output-filter functions
8134 before setting up the prompt.
8135
8136 * international/characters.el: Re-enable code giving word syntax
8137 to certain japanese-jisx0208 characters.
8138
8139 2002-06-19 Glenn Morris <gmorris@ast.cam.ac.uk>
8140
8141 * progmodes/f90.el (f90-type-def-re): Fix value.
8142 (f90-looking-at-type-like): Adapt for new `f90-type-def-re' value.
8143
8144 2002-06-18 Stefan Monnier <monnier@cs.yale.edu>
8145
8146 * international/quail.el (quail-help): Don't assume the buffer
8147 is displayed in the same frame.
8148
8149 * emacs-lisp/debug.el (cancel-debug-on-entry):
8150 * emacs-lisp/regexp-opt.el (regexp-opt-group): Don't cons uselessly.
8151
8152 * pcvs.el (cvs-vc-command-advice): Handle the case where args
8153 are passed to `cvs' before the command name.
8154 (cvs-fileinfo-kill): Mark old FIs as up-to-date rather than dead.
8155
8156 * pcvs-info.el (cvs-add-face): Minor rewrite.
8157 (cvs-fileinfo-pp): Use `cvs-goal-column' with directory entries.
8158
8159 * newcomment.el (comment-normalize-vars): Refresh the comment-foo-skip
8160 regexp when they don't match comment-foo any more.
8161
8162 2002-06-18 Juanma Barranquero <lektu@terra.es>
8163
8164 * filesets.el (filesets-update-pre010505): Fix typo.
8165
8166 * eshell/em-pred.el (eshell-modifier-help-string): Fix typos.
8167
8168 * emulation/edt.el (edt-substitute): Fix typo.
8169
8170 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine): Fix typo.
8171
8172 * comint.el (comint-next-prompt, comint-previous-prompt): Fix typos.
8173
8174 * progmodes/sh-script.el (sh-electric-rparen-needed): Remove.
8175
8176 2002-06-17 Richard M. Stallman <rms@gnu.org>
8177
8178 * facemenu.el (facemenu-map): Rename to Describe Text
8179 to Describe Properties and use describe-text-properties.
8180
8181 * simple.el (what-cursor-position): Use describe-char.
8182
8183 * descr-text.el (describe-char): Moved from mule-diag.el, renamed
8184 from describe-char-after. Now calls describe-text-properties.
8185 (describe-property-list): Renamed from describe-text-properties.
8186 (describe-text-properties): Renamed from describe-text-at.
8187 New arg OUTPUT-BUFFER.
8188 (describe-text-properties-1):
8189 New subroutine, broken out from describe-text-properties.
8190 Output a newline before each section of the output.
8191
8192 * international/mule-diag.el (describe-char-after):
8193 Moved to descr-text.el.
8194
8195 2002-06-17 Eli Zaretskii <eliz@is.elta.co.il>
8196
8197 * international/mule.el (ctext-pre-write-conversion): Fix the values
8198 of FROM and TO if we create a new buffer.
8199
8200 2002-06-17 John Paul Wallington <jpw@shootybangbang.com>
8201
8202 * comint.el (comint-insert-clicked-input): Insert clicked-on
8203 previous input without properties.
8204
8205 2002-06-16 Andrew Choi <akochoi@shaw.ca>
8206
8207 * term/mac-win.el (scalable-fonts-allowed): Set to t.
8208
8209 2002-06-15 Colin Walters <walters@debian.org>
8210
8211 * pcvs-info.el (global-font-lock-mode, font-lock-auto-fontify):
8212 Delete defvars.
8213 (cvs-highlight): Delete.
8214 (cvs-add-face): Use `font-lock-face'. Always add properties.
8215
8216 * ibuffer.el (ibuffer-movement-cycle): New variable.
8217 (ibuffer-backward-line, ibuffer-forward-line): Use it.
8218
8219 2002-06-15 Richard M. Stallman <rms@gnu.org>
8220
8221 * emacs-lisp/bytecomp.el (byte-recompile-directory): Doc fix.
8222 (batch-byte-recompile-directory): Undo previous change.
8223
8224 * comint.el (comint-skip-input): New function.
8225 (comint-interrupt-subjob, comint-kill-subjob, comint-quit-subjob)
8226 (comint-stop-subjob): Use comint-skip-input.
8227
8228 * ielm.el (ielm-eval-input): Use error-message-string.
8229 (ielm-format-error, ielm-format-errors): Functions deleted.
8230
8231 2002-06-14 Kim F. Storm <storm@cua.dk>
8232
8233 * progmodes/compile.el (grep-tree): Doc fixes.
8234 Added SUBDIRS arg for non-interactive use.
8235
8236 2002-06-14 Juanma Barranquero <lektu@terra.es>
8237
8238 * comint.el (comint-snapshot-last-prompt):
8239 Bind `inhibit-read-only' to t to support read-only prompts.
8240 (comint-output-filter): Likewise.
8241
8242 2002-06-14 Miles Bader <miles@gnu.org>
8243
8244 * subr.el (copy-tree): Use `nconc' and `nreverse' instead of `nreconc'.
8245 (pop): Move the call to `car' outside the prog1, as the compiler
8246 then generates better code.
8247
8248 2002-06-13 Richard M. Stallman <rms@gnu.org>
8249
8250 * play/zone.el (zone-timer): New variable holds the idle timer.
8251 (zone): Don't fiddle with the idle timer at all.
8252 (zone-when-idle): Put the idle timer in zone-timer.
8253 If one is already set up, cancel it and make a new one.
8254 (zone-leave-me-alone): Likewise.
8255
8256 2002-06-13 Jason Rumney <jasonr@gnu.org>
8257
8258 * w32-fns.el (w32-charset-info-alist): Reorder.
8259
8260 2002-06-13 Andreas Schwab <schwab@suse.de>
8261
8262 * files.el (auto-mode-alist): Move entry for ".in" to the end.
8263
8264 2002-06-13 Miles Bader <miles@gnu.org>
8265
8266 * comint.el (comint-mode): Don't set `font-lock-defaults'.
8267 (comint-mode-hook): Turn on font-lock by default.
8268
8269 2002-06-12 Karl Fogel <kfogel@red-bean.com>
8270
8271 * bookmark.el (bookmark-file-or-variation-thereof):
8272 Restore vc-backend check, thanks to Robert Thorpe for noticing.
8273
8274 2002-06-12 Eli Zaretskii <eliz@is.elta.co.il>
8275
8276 * textmodes/bibtex.el: Change the maintainer to "none".
8277
8278 2002-06-12 Juanma Barranquero <lektu@terra>
8279
8280 * term/w32-win.el (x-handle-switch): Fix handling of
8281 x-invocation-args for switches with arguments.
8282
8283 2002-06-12 Stefan Monnier <monnier@cs.yale.edu>
8284
8285 * menu-bar.el (menu-bar-showhide-fringe-menu): Don't use `fringe-mode'
8286 without first making sure it's bound.
8287
8288 2002-06-12 Richard M. Stallman <rms@gnu.org>
8289
8290 * info.el (Info-fontify-node): Compute header line specially
8291 if node has no next, previous or up links.
8292 Hide the part of the first line that is used in the header.
8293 Use Info-next-link-keymap, etc.
8294 (Info-next-link-keymap, Info-prev-link-keymap)
8295 (Info-up-link-keymap): New variables.
8296
8297 * international/mule-diag.el (describe-char-after): Doc fix.
8298
8299 * view.el (view-mode-enter): Clarify echo area message.
8300
8301 * info.el (Info-select-node): Turn header line on or off here.
8302 (Info-setup-header-line): Function deleted.
8303 (Info-mode): Make Info-header-line local.
8304 (Info-fontify-node): Ignore Info-use-header-line.
8305 Unconditionally compute what the header line should be, and
8306 store it on the `header-line' property of the node's first char.
8307 Bind [header-line down-mouse-1].
8308 Use `keymap' property, not `local-map'.
8309 Bind [mouse-2] for mouse clicks on the node line in the text.
8310
8311 * font-lock.el (font-lock-beginning-of-syntax-function): Doc fix.
8312
8313 2002-06-12 Miles Bader <miles@gnu.org>
8314
8315 * comint.el (comint-send-input): Properly handle empty and
8316 no-newline input regions.
8317
8318 2002-06-12 Colin Walters <walters@gnu.org>
8319
8320 * calc/calc.el: Use `when', `unless'.
8321 (calc-trail-mode): Use an italic `font-lock-face'.
8322 (calc-refresh): Ditto.
8323
8324 2002-06-12 Colin Walters <walters@debian.org>
8325
8326 * font-core.el (font-lock-core-only): Variable deleted.
8327 All uses removed.
8328 (font-lock-set-defaults): Variable alist settings moved back into
8329 font-lock-set-defaults-1.
8330 (turn-on-font-lock-if-enabled): Always turn on font-lock unless it
8331 is specifically excluded by the user.
8332
8333 * font-lock.el (font-lock-set-defaults-1): Set variable alist here.
8334
8335 * help-mode.el (help-mode): Don't set `font-lock-defaults'.
8336
8337 * ibuffer.el (ibuffer-mode): Don't set `font-lock-defaults'.
8338
8339 * info.el (Info-mode): Don't set `font-lock-defaults'.
8340
8341 * replace.el (occur-mode): Don't set `font-lock-defaults'.
8342
8343 * help-mode.el (help-highlight-p, help-highlight-face):
8344 Variable was unused; delete.
8345 (help-make-xrefs): Doc fix.
8346
8347 2002-06-11 Richard M. Stallman <rms@gnu.org>
8348
8349 * format.el (format-alist): Document new element PRESERVE.
8350 (format-write-file): Implement PRESERVE elt for a format.
8351
8352 * files.el (make-auto-save-file-name): Rename local `filename' to
8353 `file-name'.
8354
8355 2002-06-10 Richard M. Stallman <rms@gnu.org>
8356
8357 * progmodes/ebrowse.el (ebrowse-draw-tree-fn): Use copy-sequence.
8358 (ebrowse-copy-list): Function deleted.
8359
8360 * eshell/em-unix.el (eshell/diff): Use copy-sequence.
8361
8362 * eshell/esh-mode.el (eshell-mode, eshell-mode): Use copy-sequence.
8363
8364 * eshell/esh-util.el (eshell-copy-list): Function deleted.
8365 (eshell-sublist): Use copy-sequence.
8366 (eshell-copy-tree): Make it an alias for copy-tree.
8367
8368 * emacs-lisp/cl.el (copy-list): Moved back from subr.el.
8369
8370 * subr.el (copy-list): Moved to cl.el.
8371 (copy-tree): Don't use copy-list or cl-pop.
8372
8373 2002-06-10 Miles Bader <miles@gnu.org>
8374
8375 Make comint use text properties for highlighting instead of overlays:
8376 * comint.el (comint-last-output-overlay): Variable removed.
8377 (comint-send-input, comint-output-filter): Use text properties
8378 instead of overlays.
8379 (comint-insert-clicked-input): Rewrite to work with text
8380 properties as well as overlays
8381 (comint-snapshot-last-prompt): Snapshot using text properties.
8382 (comint-get-old-input-default, comint-extract-string): Don't copy
8383 text properties.
8384
8385 * simple.el (line-move-finish): Inhibit field motion when
8386 computing `line-end'.
8387
8388 * files.el (revert-buffer): Correct typo: variable name is
8389 `buffer-file-format', not `buffer-file-formats'.
8390
8391 * comint.el (comint-send-input, comint-output-filter): Use the
8392 `font-lock-face' property instead of `face'. Don't check the
8393 highlight-enabling variables anymore.
8394 (comint-highlight-input, comint-highlight-prompt): Variables removed.
8395
8396 * faces.el (display-supports-face-attributes-p): New function.
8397 (face-spec-set-match-display): Support `supports' predicate.
8398 (italic): Try underlining for displays that don't support real italics.
8399 * cus-edit.el (custom-display): Add support for `supports' predicate.
8400 * term/tty-colors.el (color-name-rgb-alist): Use 16-bit RGB values
8401 instead of 8-bit, for consistency with the rest of emacs.
8402 (tty-color-canonicalize): Only copy COLOR if we need to change it.
8403 (tty-color-approximate): Scale values from `color-name-rgb-alist'
8404 appropriately. Return the whole color description, rather than
8405 just the RGB values.
8406 (tty-color-standard-values): New function. Code mostly taken from
8407 `tty-color-translate'.
8408 (tty-color-translate, tty-color-values): Use `tty-color-desc' to
8409 do all the work.
8410 (tty-color-desc): Do color lookup here instead of calling
8411 `tty-color-translate' and `tty-color-by-index'; this is now the
8412 main place to do it.
8413
8414 2002-06-09 Martin Stjernholm <bug-cc-mode@gnu.org>
8415
8416 * progmodes/cc-style.el (c-set-style, c-set-style-1):
8417 Add another state for the `dont-override' flag where it only keeps
8418 globally set variables.
8419
8420 2002-06-08 Colin Walters <walters@gnu.org>
8421
8422 * descr-text.el (describe-text-properties): Sort the output by the
8423 size of the values. Put `font-lock-face' property on property names.
8424 (toplevel): Provide `descr-text'.
8425
8426 * international/mule-diag.el (describe-char-after): When there are
8427 text properties, require `descr-text', and just call
8428 `describe-text-properties'.
8429
8430 * international/mule.el (sgml-html-meta-auto-coding-function):
8431 New function.
8432 (auto-coding-from-file-contents): Delete; merge functionality into
8433 `set-auto-coding'.
8434 (set-auto-coding): Move tests from `auto-coding-functions' so that
8435 they have a lower priority than coding: tags.
8436 Put `auto-coding-regexp-alist' tests before coding: tag tests.
8437 (sgml-xml-auto-coding-function): Simply `intern' the match, and
8438 test if it's a valid coding system.
8439 (auto-coding-functions): Add `sgml-html-meta-auto-coding-function'.
8440
8441 2002-06-08 Colin Walters <walters@verbum.org>
8442
8443 * subr.el (copy-list): Moved here from cl.el.
8444 (copy-tree): Renamed here from `cl-copy-tree' in cl-extra.el.
8445
8446 * emacs-lisp/cl-extra.el (cl-copy-tree): Moved to `copy-tree' in
8447 subr.el. Add a defalias with the old name.
8448
8449 * emacs-lisp/cl.el (copy-list): Moved to subr.el.
8450
8451 * replace.el (occur-mode): Don't set up categories. Do set
8452 `font-lock-defaults', and be sure to set `font-lock-core-only'.
8453 (occur-1): Pass `list-matching-lines-face' and
8454 `list-matching-lines-buffer-name-face'.
8455 (occur-engine): Use `font-lock-face' instead of categories.
8456
8457 * info.el (Info-mode): Don't set up categories. Do set
8458 `font-lock-defaults', and be sure to set `font-lock-core-only'.
8459 (Info-fontify-menu-headers): Use `font-lock-face' instead of
8460 categories.
8461 (Info-fontify-node): Ditto.
8462
8463 * ibuffer.el (ibuffer-category-alist): Delete.
8464 (ibuffer-get-category): Delete.
8465 (ibuffer-compile-make-eliding-form): Use `font-lock-face' instead
8466 of categories.
8467 (ibuffer-compile-format): Don't treat `name' category specially.
8468 (ibuffer-column name): Use `font-lock-face'.
8469 (filename-and-process): Ditto.
8470 (ibuffer-buffer-name-category): Renamed to
8471 `ibuffer-buffer-name-face'. Don't use categories.
8472 (ibuffer-update-title-and-summary): Use `font-lock-face'.
8473 (ibuffer-insert-filter-group): Ditto.
8474 (ibuffer-mode): Don't set up categories. Do set
8475 `font-lock-defaults', and be sure to set `font-lock-core-only'.
8476 (ibuffer-compile-format): Don't pass third argument
8477 to column functions.
8478 (filename-and-process): Ditto.
8479
8480 * ibuf-macs.el (define-ibuffer-column): Don't create a third
8481 argument for the generated function.
8482
8483 * font-core.el (font-lock-category-alist): Delete.
8484 (turn-on-font-lock-if-enabled): Don't use it.
8485 (font-lock-symbol-category-alist): Delete.
8486 (font-lock-default-function): Use new `char-property-alias-alist'
8487 to make `font-lock-face' an alias for `face' when font-lock mode
8488 is enabled.
8489 (font-lock-core-only): New variable.
8490 (font-lock-set-defaults): Use it.
8491
8492 2002-06-08 Richard M. Stallman <rms@gnu.org>
8493
8494 * files.el (find-file-noselect-1): Undo previous change.
8495
8496 * bookmark.el (bookmark-file-or-variation-thereof): Doc fix.
8497
8498 2002-06-07 Karl Fogel <kfogel@red-bean.com>
8499
8500 * bookmark.el (bookmark-file-or-variation-thereof): Just use
8501 Info-suffix-list, as suggested by Stefan Monnier.
8502
8503 2002-06-05 Eli Zaretskii <eliz@is.elta.co.il>
8504
8505 * select.el (xselect-convert-to-string): If VALUE is a string,
8506 return a cons of TYPE and the string.
8507
8508 2002-06-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
8509
8510 * language/cyrillic.el (cyrillic-alternativnyj-decode-table):
8511 Fix the table to contain correct characters.
8512
8513 2002-06-04 Richard M. Stallman <rms@gnu.org>
8514
8515 * simple.el: Don't require cl.
8516
8517 2002-06-03 Richard M. Stallman <rms@gnu.org>
8518
8519 * dired.el (dired-do-shell-command): Doc fix in autoload.
8520
8521 * info.el (Info-extract-pointer): Ignore Info-header-line.
8522
8523 * progmodes/cc-mode.el (c-postprocess-file-styles):
8524 Do nothing except in CC modes.
8525
8526 * international/mule-cmds.el (select-safe-coding-system):
8527 When computing auto-cs, narrow to FROM...TO.
8528 Put save-excursion outside save-restriction.
8529 New arg FILE; use that for set-auto-coding.
8530
8531 2002-06-01 Richard M. Stallman <rms@gnu.org>
8532
8533 * simple.el (choose-completion-string-functions): Doc fix.
8534 (choose-completion-string): Add doc string.
8535
8536 2002-06-01 Kim F. Storm <storm@cua.dk>
8537
8538 * simple.el: Reworked previous change.
8539 (choose-completion-string1): Merged back into choose-completion-string.
8540 (choose-completion-string): Run choose-completion-string-functions
8541 after checking for proper minibuffer window. Added mini-p arg to
8542 the hook functions. Insert choice if all hook functions return nil.
8543 (choose-completion-string-functions): Doc update.
8544
8545 2002-06-01 Sam Steingold <sds@gnu.org>
8546
8547 * files.el (auto-mode-alist): Strip trailing ".in" from the file
8548 name when deciding the mode (for config.h.in, Makefile.in etc).
8549
8550 2002-06-01 Thien-Thi Nguyen <ttn@gnu.org>
8551
8552 * progmodes/prolog.el (prolog-mode-syntax-table): Add flags to
8553 ?/ and ?* entries to support /* */ style comments.
8554 (prolog-font-lock-keywords): New var.
8555 (prolog-mode): Enable font-locking; set `font-lock-defaults'.
8556
8557 2002-06-01 Kim F. Storm <storm@cua.dk>
8558
8559 * simple.el (choose-completion-string-functions): New special hook.
8560 (choose-completion-string1): Renamed from choose-completion-string.
8561 (choose-completion-string): Run choose-completion-string-functions
8562 until success, and only call choose-completion-string1 if it fails.
8563
8564 2002-05-31 Stefan Monnier <monnier@cs.yale.edu>
8565
8566 * textmodes/ispell.el (autoloaded toplevel): Don't use
8567 ispell-library-directory without checking that it's bound.
8568
8569 2002-05-31 Kim F. Storm <storm@cua.dk>
8570
8571 * emulation/cua-base.el (cua--last-deleted-region-pos)
8572 (cua--last-deleted-region-text): New aux variables.
8573 (cua-delete-region): Set them.
8574 (cua-repeat-replace-region): Use them to find the replacement text.
8575
8576 2002-05-31 Juanma Barranquero <lektu@terra.es>
8577
8578 * emulation/viper-cmd.el (viper-smart-suffix-list, viper-ask-level):
8579 Fix typos.
8580
8581 2002-05-31 Kim F. Storm <storm@cua.dk>
8582
8583 * progmodes/compile.el (grep-tree-command, grep-tree-files-aliases)
8584 (grep-tree-ignore-CVS-directories, grep-tree-ignore-case):
8585 New custom variables.
8586 (grep-compute-defaults): Compute grep-tree-command's default value.
8587 (grep-expand-command-macros): New aux function.
8588 (grep-tree-last-regexp, grep-tree-last-files): New aux variables.
8589 (grep-tree): New command like grep-find but extended prompting.
8590
8591 2002-05-30 Richard M. Stallman <rms@gnu.org>
8592
8593 * files.el (find-file-default): Add defvar for var already used.
8594
8595 * menu-bar.el (menu-bar-showhide-fringe-menu): Use defvar.
8596
8597 * subr.el (open-network-stream, open-network-stream-nowait)
8598 (open-network-stream-server, process-kill-without-query):
8599 Moved from simple.el.
8600
8601 * simple.el (open-network-stream, open-network-stream-nowait)
8602 (open-network-stream-server, process-kill-without-query):
8603 Moved to subr.el.
8604
8605 * simple.el (byte-compiling-files-p): Function deleted.
8606
8607 * textmodes/ispell.el (ispell-library-directory): Renamed from
8608 ispell-library-path. If Ispell is not installed, init to nil.
8609 (check-ispell-version): Doc fix.
8610 (ispell-menu-map): Get rid of byte-compiling-files-p hackery;
8611 initialize this unconditionally when ispell-menu-map-needed is t.
8612 Local `path' renamed to `dir'.
8613
8614 2002-05-30 Miles Bader <miles@gnu.org>
8615
8616 * calc/calc.el (calc-show-banner): New variable.
8617 (calc-refresh): Only show banner if `calc-show-banner' is non-nil.
8618 (calc-mode-var-list): Add `calc-show-banner'.
8619 * calc/calc-ext.el (calc-init-extensions): Add binding for `d@'.
8620 (calc-toggle-banner): New function.
8621 * calc/calc-help.el (calc-d-prefix-help): Add `@'.
8622
8623 2002-05-29 Richard M. Stallman <rms@gnu.org>
8624
8625 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
8626 When recognizing a def... construct, make that indentation
8627 tentative, so that it can be overridden if the list in question
8628 is not actually an expression.
8629 (common-lisp-indent-call-method): New subroutine.
8630
8631 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
8632 Delete the output file if we get a file-error.
8633
8634 * tooltip.el (tooltip-mouse-motions-active): New variable.
8635 (tooltip-activate-mouse-motions): Don't kill track-mouse local
8636 if it was not made by us.
8637
8638 * mouse.el (mouse-set-font): Avoid misleading error message
8639 if user makes no selection.
8640
8641 * info.el (Info-setup-header-line): Don't hide the links line.
8642
8643 * files.el (find-file-noselect-1): Return the buffer we created
8644 even if it has been killed within `after-find-file'.
8645
8646 * files.el (auto-mode-alist): Use ada-mode for .ad[bs].dg files.
8647
8648 2002-05-29 Kim F. Storm <storm@cua.dk>
8649
8650 * simple.el (open-network-stream-server): Pass on optional args
8651 sentinel and filter to make-network-process (from Luke Gorrie).
8652
8653 2002-05-28 Colin Walters <walters@gnu.org>
8654
8655 * textmodes/sgml-mode.el (xml-mode): New alias for `sgml-mode'.
8656
8657 * emacs-lisp/bytecomp.el (byte-compile-last-line): Deleted.
8658 (byte-compile-delete-first): New function.
8659 (byte-compile-read-position): New variable.
8660 (byte-compile-last-position): New variable.
8661 (byte-compile-current-buffer): New variable.
8662 (byte-compile-log-1): Use it.
8663 (byte-compile-set-symbol-position): New function.
8664 (byte-compile-obsolete, byte-compile-callargs-warn)
8665 (byte-compile-arglist-warn, byte-compile-arglist-warn)
8666 (byte-compile-print-syms, byte-compile-file-form-defmumble)
8667 (byte-compile-check-lambda-list, byte-compile-lambda)
8668 (byte-compile-form, byte-compile-variable-ref)
8669 (byte-compile-subr-wrong-args, byte-compile-negation-optimizer)
8670 (byte-compile-condition-case, byte-compile-defun)
8671 (byte-compile-defvar, byte-compile-autoload)
8672 (byte-compile-lambda-form): Use it.
8673 (byte-compile-from-buffer): Set it, and bind
8674 `read-with-symbol-positions' and `read-symbol-positions-list'.
8675
8676 * emacs-lisp/bytecomp.el (byte-compile-debug): New variable.
8677
8678 2002-05-28 Kim F. Storm <storm@cua.dk>
8679
8680 * files.el (read-directory-name): New function.
8681 (cd): Use it instead of read-file-name.
8682
8683 2002-05-27 Kim F. Storm <storm@cua.dk>
8684
8685 * simple.el (push-mark-command): Added optional NOMSG arg.
8686
8687 * emulation/cua-base.el (cua-set-mark): Align pop to mark
8688 behaviour with standard set-mark-command.
8689 (cua--pre-command-handler): Use push-mark-command.
8690 (cua-repeat-replace-region): Improve functionality when
8691 repeated after moving point or changing buffer.
8692
8693 2002-05-26 Colin Walters <walters@verbum.org>
8694
8695 * startup.el (command-line): Use `when', `unless'.
8696 (command-line-1): New argument "--nosplash". Handle it.
8697
8698 * startup.el (inhibit-splash-screen): New variable alias for
8699 `inhibit-startup-message'.
8700
8701 * replace.el (perform-replace): Document return value. Use `pop'.
8702
8703 2002-05-26 Glenn Morris <gmorris@ast.cam.ac.uk>
8704
8705 * progmodes/f90.el (f90-previous-block, f90-next-block): New names,
8706 and slightly changed behaviour, for `f90-previous-block-start' and
8707 `f90-next-block-end'.
8708 (f90-beginning-of-subprogram, f90-end-of-subprogram): Simplify.
8709
8710 2002-05-26 Simon Josefsson <jas@extundo.com>
8711
8712 * fringe.el (set-fringe-mode): Work when updating
8713 `default-frame-alist'.
8714
8715 2002-05-26 Kim F. Storm <storm@cua.dk>
8716
8717 * emulation/cua-base.el (cua--repeat-replace-text): New variable.
8718 (cua-repeat-replace-region): New command.
8719 (cua--init-keymaps): Bind it to M-v in cua--cua-keys-keymap.
8720 Misc improvements to the commentary.
8721
8722 2002-05-26 Simon Josefsson <jas@extundo.com>
8723
8724 * fringe.el (fringe-query-style): New fringe style "minimal".
8725
8726 2002-05-24 Simon Josefsson <jas@extundo.com>
8727
8728 * rot13.el (rot13-translate-table): New variable.
8729 (rot13, rot13-string, rot13-region): New functions.
8730
8731 2002-05-25 Martin Stjernholm <bug-cc-mode@gnu.org>
8732
8733 * progmodes/cc-engine.el (c-add-stmt-syntax): Fixed some cases
8734 of wrong anchoring, e.g. for else-if compounds.
8735
8736 2002-05-25 Miles Bader <miles@gnu.org>
8737
8738 * menu-bar.el (menu-bar-showhide-fringe-menu-customize-left)
8739 (menu-bar-showhide-fringe-menu-customize-right)
8740 (menu-bar-showhide-fringe-menu-customize-disable):
8741 Use proper calling convention for `customize-set-value'.
8742 Require `fringe' before setting variable.
8743
8744 2002-05-25 Kim F. Storm <storm@cua.dk>
8745
8746 * emulation/cua-base.el (cua--self-insert-char-p): New function.
8747
8748 * emulation/cua-gmrk.el (cua--init-global-mark): Install default
8749 binding in cua--global-mark-keymap using cua--self-insert-char-p
8750 to handle all global self inserting characters in gmark mode.
8751
8752 * emulation/cua-rect.el (cua--init-rectangles): Install default
8753 binding in cua--rectangle-keymap using cua--self-insert-char-p
8754 to handle all global self inserting characters in rectangle mode.
8755
8756 2002-05-24 Stefan Monnier <monnier@cs.yale.edu>
8757
8758 * net/ange-ftp.el (read-file-name-internal): Remove the
8759 `ange-ftp' property.
8760 (ange-ftp-real-read-file-name-internal): Remove.
8761
8762 2002-05-24 Glenn Morris <gmorris@ast.cam.ac.uk>
8763
8764 * progmodes/f90.el: (f90-end-of-subprogram): Remove the final
8765 `forward-line'.
8766 (f90-end-of-block, f90-beginning-of-block, f90-next-block-end)
8767 (f90-previous-block-start): New navigation commands.
8768
8769 2002-05-20 Simon Josefsson <jas@extundo.com>
8770
8771 * fringe.el: New file.
8772
8773 * menu-bar.el (menu-bar-options-save): Add fringe-mode.
8774 (menu-bar-showhide-fringe-menu): New menu.
8775 (menu-bar-showhide-menu): Add Fringe sub-menu.
8776
8777 2002-05-23 Colin Walters <walters@verbum.org>
8778
8779 * replace.el (occur-engine): Include all text properties except
8780 mouse-face on the newline at the end of occurences.
8781
8782 2002-05-23 Kim F. Storm <storm@cua.dk>
8783
8784 * apropos.el (apropos-true-hit, apropos-false-hit-symbol)
8785 (apropos-false-hit-str, apropos-true-hit-doc): New functions.
8786 (apropos-command, apropos-value, apropos-documentation-internal)
8787 (apropos-documentation-check-doc-file)
8788 (apropos-documentation-check-elc-file): Use them to filter out
8789 false matches where only one keyword matches, but more than once.
8790
8791 * apropos.el (apropos-show-scores, apropos-orig-regexp)
8792 (apropos-all-regexp, apropos-synonyms, apropos-words)
8793 (apropos-all-words): New variables.
8794 (aprpos-words-to-regexp, apropos-rewrite-regexp)
8795 (apropos-calc-scores, apropos-score-str, apropos-score-doc)
8796 (apropos-score-symbol): New functions.
8797 (apropos-command, apropos, apropos-value, apropos-documentation):
8798 Allow keywords in addition to regexp. Added scoring.
8799 (apropos-documentation-check-doc-file)
8800 (apropos-documentation-check-elc-file): Added scoring.
8801 (apropos-print): Sort according to score.
8802
8803 2002-05-22 Colin Walters <walters@cis.ohio-state.edu>
8804
8805 * info.el (Info-mode-hook): Change `font-lock-mode' to
8806 `turn-on-font-lock'.
8807
8808 * font-core.el (font-lock-function): New variable.
8809 (font-lock-default-function): New function, created from
8810 `font-lock-mode'.
8811 (font-lock-mode): Just funcall `font-lock-function'.
8812 (font-lock-symbol-category-alist): New variable.
8813
8814 2002-05-22 Markus Rost <rost@math.ohio-state.edu>
8815
8816 * files.el (file-newest-backup): Use file-name-sans-versions.
8817
8818 * diff.el (diff-latest-backup-file): Replace the main code by
8819 a call of file-newest-backup.
8820
8821 2002-05-22 Mike Williams <mdub@bigfoot.com>
8822
8823 * textmodes/sgml-mode.el (sgml-guess-indent): Look further into
8824 the buffer.
8825
8826 2002-05-21 Stefan Monnier <monnier@cs.yale.edu>
8827
8828 * net/ange-ftp.el (ange-ftp-allow-child-lookup): Re-enable since
8829 the last patch works around the wu-ftpd misfeature that prompted
8830 the disabling of this optimization.
8831
8832 2002-05-21 Colin Walters <walters@gnu.org>
8833
8834 * international/mule.el (make-coding-system): Doc fixes.
8835
8836 * international/mule.el (auto-coding-functions): New variable.
8837 (auto-coding-from-file-contents): Use it.
8838 (set-auto-coding): Update docs.
8839 (sgml-xml-auto-coding-function): New function.
8840
8841 * international/mule-util.el (truncate-string-to-width):
8842 New optional argument `ellipsis'. Add commented-out test suite, and
8843 change coding to iso-2022-7bit.
8844
8845 2002-05-21 Colin Walters <walters@verbum.org>
8846
8847 * font-lock.el (font-lock-defaults, font-lock-defaults-alist)
8848 (font-lock-multiline, font-lock-fontified, font-lock-mode)
8849 (turn-on-font-lock, font-lock-add-keywords, global-font-lock-mode)
8850 (font-lock-global-modes): Moved to font-core.el.
8851 (font-lock-set-defaults-1): Partially moved to font-core.el.
8852
8853 * font-core.el: New file, with functions taken from font-lock.el.
8854 (font-lock-category-alist): New variable.
8855 (font-lock-mode): Use it.
8856 (font-lock-set-defaults): Partially taken from font-lock.el.
8857 Only load font-lock.el when necessary.
8858
8859 * loadup.el: Add font-core.el.
8860
8861 * replace.el (occur-mode-hook): New variable.
8862 (occur-fontify-region-function): Deleted.
8863 (occur-mode): Don't use it. Set up `font-lock-category-alist'
8864 instead.
8865 (occur-fontify-on-property): Deleted.
8866 (occur-engine): Use categories from `font-lock-category-alist'.
8867
8868 * info.el (Info-fontify): Deleted.
8869 (Info-select-node): Don't use it.
8870 (Info-mode-hook): New variable.
8871 (Info-mode): Set up categories.
8872 (Info-fontify-menu-headers, Info-fontify-node): Use categories.
8873
8874 * ibuffer.el (ibuffer-formats): Update docs.
8875 (ibuffer-category-alist): New variable.
8876 (ibuffer-get-category): New function.
8877 (ibuffer-compile-make-eliding-form): Use category property instead
8878 of face.
8879 (ibuffer-compile-format): Pass current ibuffer buffer to column
8880 functions too.
8881 (ibuffer-buffer-name-category): New function.
8882 (ibuffer-compile-format): If the current column is a `name'
8883 column, figure out the appropriate category to put on it.
8884 (filename-and-process): Use category property.
8885 (ibuffer-fontify-region-function): Deleted.
8886 (ibuffer-unfontify-region-function): Deleted.
8887 (ibuffer-update-title-and-summary): Use category properties.
8888 (ibuffer-insert-filter-group): Ditto.
8889 (ibuffer-mode): Set up category properties.
8890
8891 2002-05-21 Colin Walters <walters@debian.org>
8892
8893 * replace.el (occur-engine): Increment globalcount all at once
8894 after searching a buffer.
8895 (occur-mode-map): Don't escape plain "o".
8896
8897 * ibuf-macs.el (define-ibuffer-column): Add third argument
8898 `ibuffer-buf'.
8899
8900 * ibuffer.el (toplevel): Require font-lock, to get the face
8901 definitions.
8902 (ibuffer-use-fontification): Deleted.
8903 (column filename-and-process): New column.
8904 (ibuffer-formats): Use it by default.
8905 (ibuffer-name-map, ibuffer-mode-name-map)
8906 (ibuffer-filter-group-map): Don't set parent to `ibuffer-mode-map'.
8907 (ibuffer-do-save, ibuffer-do-toggle-modified)
8908 (ibuffer-do-toggle-read-only, ibuffer-do-delete)
8909 (ibuffer-do-kill-on-deletion-marks): Include name in definition.
8910 (ibuffer): New optional argument `formats'.
8911
8912 2002-05-21 Eli Zaretskii <eliz@is.elta.co.il>
8913
8914 * indent.el (indent-rigidly): Mention how to remove all indentation.
8915
8916 2002-05-21 Colin Walters <walters@gnu.org>
8917
8918 * international/mule-diag.el (describe-char-after): Order display
8919 of text properties by the size of their value, for clarity.
8920
8921 2002-05-20 Stefan Monnier <monnier@cs.yale.edu>
8922
8923 * net/ange-ftp.el (ange-ftp-generate-root-prefixes)
8924 (ange-ftp-file-name-completion): Don't cons unnecessarily.
8925 (ange-ftp-send-cmd): Always `cd' before doing `ls'.
8926
8927 * wid-edit.el (widget-color-complete):
8928 * progmodes/etags.el (tags-complete-tags-table-file):
8929 * progmodes/cpp.el (cpp-choose-symbol): Don't cons unnecessarily.
8930
8931 * textmodes/outline.el (outline-reveal-toggle-invisible):
8932 Reverse the meaning of the second arg.
8933
8934 * reveal.el (reveal-post-command): Reverse the semantics of
8935 reveal-toggle-invisible and support isearch-open-invisible-temporary.
8936
8937 2002-05-20 Markus Rost <rost@math.ohio-state.edu>
8938
8939 * mail/sendmail.el (mail-recover-1): Remove (debug).
8940 (mail-signature): Fix :type.
8941 (mail-default-directory): New user option.
8942 (mail, mail-recover): Use that option.
8943
8944 2002-05-20 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8945
8946 * international/mule.el (auto-coding-alist): Use emacs-mule
8947 for auto-save files.
8948
8949 2002-05-20 Miles Bader <miles@gnu.org>
8950
8951 * files.el (find-file-read-args): Don't trash existing value of
8952 `minibuffer-setup-hook', just add our hook to it.
8953
8954 2002-05-19 Markus Rost <rost@math.ohio-state.edu>
8955
8956 * international/ucs-tables.el (unify-8859-on-encoding-mode)
8957 (unify-8859-on-decoding-mode): Change :version attributes to strings.
8958
8959 * simple.el (yank-excluded-properties): Change :version attribute
8960 to a string.
8961
8962 * dired.el (dired-view-command-alist): Change :version attribute
8963 to a string.
8964
8965 * xscheme.el (xscheme-start-hook): Change :version attribute to a
8966 string.
8967
8968 * find-dired.el (find-dired): Implement revert-buffer-function.
8969
8970 * mail/emacsbug.el (report-emacs-bug-hook): Do another save-excursion.
8971
8972 2002-05-19 Glenn Morris <gmorris@ast.cam.ac.uk>
8973
8974 * progmodes/f90.el (f90-match-end, f90-break-line): Simplify a bit.
8975 (f90-get-present-comment-type): Fix earlier change.
8976 (f90-comment-indent): Doc fix.
8977 (f90-equal-symbols, f90-looking-at-do, f90-looking-at-select-case)
8978 (f90-looking-at-if-then): Remove lets.
8979 (f90-looking-at-where-or-forall): Handle if split over lines.
8980 (f90-change-keywords): Doc fix.
8981
8982 2002-05-19 Richard M. Stallman <rms@gnu.org>
8983
8984 * indent.el (indent-region): Make COLUMN arg optional.
8985
8986 * files.el (find-file-read-args): New function.
8987 (find-file, find-file-other-window, find-file-other-frame)
8988 (find-file-read-only, find-file-read-only-other-window)
8989 (find-file-read-only-other-frame): Use it.
8990
8991 * custom.el (custom-load-symbol): Verify that LOADED is a string.
8992
8993 * arc-mode.el (archive-zip-use-pkzip): Variable deleted.
8994 (archive-zip-extract, archive-zip-expunge, archive-zip-update)
8995 (archive-zip-update-case): Use locate-file to decide whether
8996 to use pkzip.
8997 (archive-zip-extract): Test for pkzip in value of archive-zip-extract.
8998
8999 * files.el (locate-file): Doc fix.
9000
9001 2002-05-19 John Paul Wallington <jpw@shootybangbang.com>
9002
9003 * mail/rmail.el (rmail-show-message-hook): Offer `goto-address'
9004 as an option.
9005
9006 2002-05-18 Stefan Monnier <monnier@cs.yale.edu>
9007
9008 * uniquify.el (uniquify-rationalize-file-buffer-names):
9009 Always strip the trailing / even if the file is not a directory.
9010
9011 2002-05-18 Glenn Morris <gmorris@ast.cam.ac.uk>
9012
9013 * progmodes/f90.el (f90-mode-syntax-table, f90-mode-map): Do the
9014 initialization in the defvar.
9015 (f90-font-lock-on, f90-font-lock-off): Add 'menu-alias property.
9016 (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3)
9017 (f90-font-lock-4): Move the doc strings.
9018 (f90-menu-bar-menu): New internal variable to hold the top-level menu.
9019 (f90-change-case-menu, f90-font-lock-menu): Minor code changes.
9020 (f90-mode-abbrev-table): Initialize in the defvar, with
9021 define-abbrev-table.
9022
9023 2002-05-18 Eli Zaretskii <eliz@is.elta.co.il>
9024
9025 * tar-mode.el (tar-octal-time): Fix last change.
9026
9027 2002-05-18 Markus Rost <rost@math.ohio-state.edu>
9028
9029 * mail/emacsbug.el (report-emacs-bug-text-prompt): New variable.
9030 (report-emacs-bug): Store the prompt in
9031 `report-emacs-bug-text-prompt'. Move Configuration/Important
9032 settings information after the user's report.
9033 (report-emacs-bug-hook): Unclutter by deleting the content of
9034 `report-emacs-bug-text-prompt'.
9035
9036 2002-05-17 Thomas Morgan <tlm@pocketmail.com>
9037
9038 * forms.el (forms-jump-record, forms-insert-record)
9039 (forms-delete-record): Calculate lines from the beginning of the
9040 accessible portion rather than from the beginning of the buffer.
9041
9042 2002-05-16 Eli Zaretskii <eliz@is.elta.co.il>
9043
9044 * ps-mule.el (eval-and-compile): Add a trivial replacement for a
9045 possibly missing encode-char.
9046 (ps-mule-font-info-database-bdf): Add associations for Unicode
9047 fonts. Doc fix.
9048 (ps-mule-font-info-database-ps-bdf): Doc fix.
9049 (ps-mule-encode-ucs2): New function for encoding Unicode characters.
9050
9051 * tar-mode.el (tar-octal-time): Fix the last argument of logior.
9052
9053 2002-05-16 Stefan Monnier <monnier@cs.yale.edu>
9054
9055 * emacs-lisp/find-func.el (find-function-search-for-symbol):
9056 Find funs defined with defun-cvs-mode.
9057 (find-function-space-re): New const. Skips comments as well.
9058 (find-function-regexp, find-variable-regexp): Use it.
9059
9060 * pcvs.el (cvs-cmd-do): Accept non-CVS dirs with CVS-ctrl'd subdirs.
9061 (cvs-mode-add-change-log-entry-other-window): Work on multiple files.
9062 (cvs-mode-set-flags): Don't cons unnecessarily.
9063
9064 2002-05-16 Colin Walters <walters@debian.org>
9065
9066 * menu-bar.el (menu-bar-tools-menu) <calculator>: Renamed to
9067 "Simple Calculator".
9068 (menu-bar-tools-menu) <calc>: New.
9069
9070 2002-05-16 Juanma Barranquero <lektu@terra.es>
9071
9072 * progmodes/hideshow.el (hs-adjust-block-beginning): Fix typo.
9073
9074 * filesets.el (filesets-ormap): Fix typo.
9075
9076 * faces.el (describe-face): Fix typo.
9077
9078 2002-05-15 Stefan Monnier <monnier@cs.yale.edu>
9079
9080 * emacs-lisp/easymenu.el (easy-menu-make-symbol):
9081 Don't treat (lambda () ...) as an expression.
9082
9083 2002-05-15 John Paul Wallington <jpw@shootybangbang.com>
9084
9085 * replace.el (occur-read-primary-args): Handle a bare 'C-u' correctly.
9086
9087 2002-05-15 Eli Zaretskii <eliz@is.elta.co.il>
9088
9089 * emacs-lisp/easymenu.el (easy-menu-add): Doc fix.
9090
9091 2002-05-14 Glenn Morris <gmorris@ast.cam.ac.uk>
9092
9093 * progmodes/fortran.el (fortran-directive-re): New name for
9094 fortran-preprocessor-re. All usage updated.
9095 (fortran-calculate-indent): Give directives zero indentation.
9096
9097 2002-05-14 Jason Rumney <jasonr@gnu.org>
9098
9099 * emacs-lisp/easymenu.el (easy-menu-name-match): Match both
9100 displayed text and internal name as string.
9101
9102 2002-05-14 Kim F. Storm <storm@cua.dk>
9103
9104 * emulation/cua-rect.el (cua--rectangle-operation):
9105 Don't highlight empty lines in rectangles.
9106
9107 * emulation/keypad.el: Improved commentary.
9108 (keypad-setup, keypad-shifted-setup): Added choice to setup
9109 Numeric keypad with decimal key; value is selected character.
9110 (keypad-decimal-key, keypad-shifted-decimal-key): Removed options.
9111 (keypad-numlock-setup, keypad-numlock-shifted-setup): New options.
9112 (keypad-setup): Arg list changed to support the new options.
9113
9114 2002-05-14 Richard M. Stallman <rms@gnu.org>
9115
9116 * dabbrev.el (dabbrev-case-distinction): New option.
9117 (dabbrev--try-find): Handle dabbrev-case-distinction.
9118 (dabbrev--search): Clean up the code.
9119 (dabbrev-upcase-means-case-search): Doc fix.
9120 (dabbrev-case-replace): Fix custom tags and docs.
9121
9122 2002-05-14 Jochen K\e,A|\e(Bpper <jochen@jochen-kuepper.de>
9123
9124 * calc/calc-units.el (math-standard-units): Update from CODATA.
9125
9126 2002-05-14 Stefan Monnier <monnier@cs.yale.edu>
9127
9128 * skeleton.el (skeleton-transformation): Default to `identity'.
9129 (skeleton-insert): Use `move-after' markers and `insert' rather
9130 than rely on insert-before-markers.
9131 (skeleton-internal-1): Handle `> \n' specially so that the newline
9132 is inserted before the first line is indented.
9133
9134 2002-05-14 Mike Williams <mdub@bigfoot.com>
9135
9136 * textmodes/sgml-mode.el (sgml-tag):
9137 Default skeleton-transformation to `identity'.
9138
9139 2002-05-14 Francesco Potort\e,Al\e(B <pot@gnu.org>
9140
9141 * shell.el (shell-mode): Make second part of initialisation
9142 depend on whether comint-input-ring is empty, rather than depend
9143 on it being nil.
9144
9145 2002-05-14 Richard M. Stallman <rms@gnu.org>
9146
9147 * files.el (make-auto-save-file-name):
9148 Delete the auto-save file after make-temp-file creates it.
9149
9150 2002-05-13 Kim F. Storm <storm@cua.dk>
9151
9152 * emulation/cua-base.el (cua-enable-cursor-indications): Default off.
9153 (cua-mode): Print Enabled/Disabled messages if interactive.
9154 Disable delete-selection-mode and pc-selection-mode when cua-mode
9155 is enabled; reenable if cua-mode is turned off.
9156 Remember setting of transient-mark-mode when cua-mode is enabled;
9157 restore if cua-mode is disabled.
9158
9159 2002-05-13 Richard M. Stallman <rms@gnu.org>
9160
9161 * mail/emacsbug.el (report-emacs-bug): Change the "English please" msg.
9162
9163 2002-05-13 Colin Walters <walters@gnu.org>
9164
9165 * ibuf-ext.el (ibuffer-format-filter-group-data): New function.
9166
9167 * ibuffer.el (ibuffer-insert-filter-group): New argument filter-string.
9168 (ibuffer-redisplay-engine): Handle it.
9169
9170 * add-log.el (add-log-mailing-address): Can be a list, too.
9171 (add-change-log-entry): If `add-log-mailing-address' is a list,
9172 then handle it.
9173
9174 2002-05-12 Colin Walters <walters@debian.org>
9175
9176 * replace.el (occur-1): New optional argument `buf-name'.
9177 (occur-revert-function): Use it.
9178
9179 (occur-1): Handle plurals.
9180
9181 (occur-engine): If there are no more matches, then finish
9182 searching the current buffer.
9183
9184 2002-05-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
9185
9186 * net/ange-ftp.el (ange-ftp-try-passive-mode)
9187 (ange-ftp-passive-host-alist): Change :version attributes to be
9188 strings.
9189
9190 2002-05-12 Markus Rost <rost@math.ohio-state.edu>
9191
9192 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Define it with
9193 define-minor-mode.
9194
9195 * emacs-lisp/find-func.el (find-function-search-for-symbol):
9196 Handle more whitespace/newline combinations in symbol definitions.
9197
9198 2002-05-12 Eli Zaretskii <eliz@is.elta.co.il>
9199
9200 * w32-vars.el (w32)
9201 * vc-cvs.el (vc-cvs-global-switches)
9202 (vc-cvs-sticky-date-format-string, vc-cvs-sticky-tag-display)
9203 * textmodes/sgml-mode.el (sgml-xml-mode)
9204 * ruler-mode.el (ruler-mode)
9205 * replace.el (query-replace-skip-read-only)
9206 * progmodes/fortran.el (fortran-preprocessor-re)
9207 * net/ange-ftp.el (ange-ftp-passive-host-alist)
9208 * mail/sendmail.el (mail-use-dsn)
9209 * faces.el (mode-line-inactive, minibuffer-prompt)
9210 * add-log.el (add-log-always-start-new-record): Change all
9211 post-21.1 :version attributes to 21.4.
9212
9213 2002-05-12 Richard M. Stallman <rms@gnu.org>
9214
9215 * mail/smtpmail.el (smtpmail-mail-address): New variable.
9216 (smtpmail-send-it): Bind and use that instead of `mail-address'.
9217 (smtpmail-via-smtp): Likewise.
9218
9219 * ansi-color.el (ansi-color-get-face): Avoid add-to-list on local var.
9220 (ansi-color-apply-sequence): Avoid duplicates in combined face list.
9221
9222 * dired-aux.el (dired-show-file-type): Use -- to say FILE's not option.
9223
9224 * subr.el (functionp): Catch errors in indirect-function.
9225
9226 2002-05-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
9227
9228 * net/ldap.el (ldap-search-internal): Unfold folded lines before
9229 parsing.
9230
9231 * cus-edit.el (customize-set-value): Rename `var' to `variable'
9232 and `val' to `value'.
9233 (customize-save-variable): Rename `var' to `'variable.
9234
9235 2002-05-12 Glenn Morris <gmorris@ast.cam.ac.uk>
9236
9237 * progmodes/fortran.el (fortran-preprocessor-re): New variable.
9238 Use it for font-locking and indentation.
9239 (fortran-previous-statement, fortran-next-statement): Make them
9240 skip over preprocessor lines.
9241 (fortran-calculate-indent): Use fortran-preprocessor-re.
9242
9243 2002-05-10 Kim F. Storm <storm@cua.dk>
9244
9245 * emulation/cua-base.el (cua-enable-cua-keys)
9246 (cua-enable-register-prefix): Added value for `other' choice.
9247
9248 2002-05-10 Eli Zaretskii <eliz@is.elta.co.il>
9249
9250 * menu-bar.el (menu-bar-showhide-scroll-bar-menu)
9251 (menu-bar-showhide-menu): Use display-graphic-p, not window-system.
9252 (menu-bar-showhide-menu) <showhide-menu-bar, showhide-tool-bar>:
9253 Run a named function.
9254 (showhide-menu-bar, showhide-toolbar): Invoke customize-mark-as-set.
9255 (menu-bar-showhide-menu) <column-number-mode, line-number-mode>:
9256 Fix help text.
9257
9258 2002-05-10 Kim F. Storm <storm@cua.dk>
9259
9260 * emulation/cua-base.el (cua-mode): Misc. changes to use
9261 emulation-mode-map-alists instead of minor-mode-map-alist.
9262
9263 2002-05-09 Richard M. Stallman <rms@gnu.org>
9264
9265 * mail/rmail.el (rmail-show-message):
9266 Catch error in check-coding-system.
9267
9268 * progmodes/compile.el (compilation-error-regexp-alist):
9269 New element to recognize Python error messages.
9270
9271 * shell.el (shell-replace-by-expanded-directory):
9272 If there's already a / at the end, don't add one.
9273
9274 2002-05-09 Colin Walters <walters@verbum.org>
9275
9276 * ibuffer.el (ibuffer-mode-map): Add :enable guards for
9277 `ibuffer-filter-disable', `ibuffer-pop-filter',
9278 `ibuffer-or-filter', `ibuffer-negate-filter',
9279 `ibuffer-decompose-filter', `ibuffer-save-filters',
9280 `ibuffer-switch-to-saved-filters', `ibuffer-delete-saved-filters',
9281 `ibuffer-save-filter-groups',
9282 `ibuffer-switch-to-saved-filter-groups',
9283 `ibuffer-delete-saved-filter-groups'.
9284
9285 * ibuf-ext.el (ibuffer-do-occur): Default to 0 context lines.
9286
9287 2002-05-09 Markus Rost <rost@math.ohio-state.edu>
9288
9289 * woman.el (woman-menu): Move symbol before the comment so that
9290 find-function-search-for-symbol finds it.
9291
9292 2002-05-10 Miles Bader <miles@gnu.org>
9293
9294 * facemenu.el (list-colors-display): Don't use
9295 `display-color-cells' unless the display class is one for which
9296 that info is relevant.
9297
9298 2002-05-09 Simon Josefsson <jas@extundo.com>
9299
9300 * mail/smtpmail.el (smtpmail-send-it): Use user-mail-address from
9301 calling buffer.
9302 (smtpmail-auth-credentials): Bump :version to 21.4 (21.3 will not
9303 have the patch).
9304
9305 2002-05-09 Kim F. Storm <storm@cua.dk>
9306
9307 * wid-edit.el (checkbox): New check-mark image.
9308
9309 2002-05-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
9310
9311 * filesets.el (filesets-running-xemacs): Fix last change.
9312
9313 2002-05-08 Markus Rost <rost@math.ohio-state.edu>
9314
9315 * help-fns.el (describe-function-1): If the source is
9316 `loaddefs.el', look for the real source. This is necessary only
9317 for defaliases.
9318
9319 * emacs-lisp/find-func.el (find-function-search-for-symbol):
9320 Add autoload cookie.
9321 (find-function-regexp): Include
9322 "\(quote " to match the defaliases in loaddefs.el.
9323
9324 * filesets.el (filesets-conditional-sort): Use copy-sequence,
9325 not copy-list.
9326 (filesets-menu-path, filesets-menu-before, filesets-menu-in-menu):
9327 Defvar them to nil if running in Emacs.
9328
9329 2002-05-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
9330
9331 * textmodes/flyspell.el (make-flyspell-overlay): Add help text
9332 to flyspell overlays.
9333
9334 * info.el (Info-mode-map): Bind `c' to Info-copy-current-node-name.
9335
9336 2002-05-08 Richard M. Stallman <rms@gnu.org>
9337
9338 * diff.el (diff-regexp-alist): Doc fix.
9339
9340 * mail/smtpmail.el (netrc-machine, netrc-get): Add autoloads.
9341
9342 2002-05-08 Simon Marshall <simon@gnu.org>
9343
9344 * msb.el (msb-menu-bar-update-buffers): Fixed frame menu to use
9345 the frame name as the car of a menu entry, rather than the frame.
9346
9347 2002-05-08 Juanma Barranquero <lektu@terra.es>
9348
9349 * rfn-eshadow.el (read-file-name-electric-shadow-mode): Fix typos
9350 in docstring.
9351
9352 2002-05-07 Colin Walters <walters@verbum.org>
9353
9354 * replace.el (occur-unfontify-region-function): Delete.
9355 (occur-mode): Don't use it.
9356 (occur-engine): Respect `keep-props'.
9357 (occur-accumulate-lines): If we're moving forward, decrement;
9358 don't increment, and vice versa.
9359
9360 2002-05-08 Toru Tomabechi <Toru.Tomabechi@orient.unil.ch>
9361
9362 * language/tibet-util.el (tibetan-canonicalize-for-unicode-alist)
9363 (tibetan-canonicalize-for-unicode-regexp): New variables.
9364 (tibetan-canonicalize-for-unicode-region): New function.
9365 (tibetan-strict-unicode): New variable.
9366 (tibetan-pre-write-canonicalize-for-unicode): New function.
9367
9368 2002-05-07 Markus Rost <rost@math.ohio-state.edu>
9369
9370 * net/ange-ftp.el (ange-ftp-re-read-dir): Don't hide it behind
9371 the autoload-cookie. Remove comment.
9372
9373 * ffap.el (ffap): Don't hide it behind the autoload-cookie.
9374
9375 * rect.el (close-rectangle): Don't hide it behind the
9376 autoload-cookie.
9377
9378 2002-05-07 Juanma Barranquero <lektu@terra.es>
9379
9380 * windmove.el (windmove-default-keybindings): Add optional
9381 parameter to allow using a modifier other than 'shift.
9382
9383 2002-05-07 Thomas Link <t.link@gmx.at>
9384
9385 * filesets.el:
9386 (filesets-external-viewers): Fix customization problem.
9387 (filesets-some): Replaces cl's `some'. Calls changed.
9388 (filesets-member): Replaces cl's `member*'. Calls changed.
9389 (filesets-ormap): New function.
9390
9391 2002-05-07 John Paul Wallington <jpw@shootybangbang.com>
9392
9393 * ibuffer.el (toplevel): Specialize `ibuffer-mode-groups-popup'
9394 menu items.
9395
9396 2002-05-07 Colin Walters <walters@gnu.org>
9397
9398 * ibuf-ext.el (ibuffer-pop-filter-group): Doc fix.
9399 (ibuffer-clear-filter-groups): Likewise.
9400 (ibuffer-kill-filter-group): Likewise.
9401 (ibuffer-kill-line): Likewise.
9402 (ibuffer-read-filter-group-name): New function.
9403 (ibuffer-jump-to-filter-group): Use it.
9404 (ibuffer-kill-filter-group): Likewise.
9405 (ibuffer-yank-filter-group): Likewise.
9406 (ibuffer-decompose-filter-group): New function.
9407
9408 * ibuffer.el (ibuffer-mode-map): Bind it. Add :enable guard
9409 around `ibuffer-filters-to-filter-group' menu item. Fix :enable
9410 guards for `ibuffer-pop-filter-group' and
9411 `ibuffer-clear-filter-groups'.
9412
9413 2002-05-06 Markus Rost <rost@math.ohio-state.edu>
9414
9415 * emacs-lisp/find-func.el (find-function-search-for-symbol):
9416 Use with-syntax-table.
9417
9418 2002-05-06 Francesco Potort\e,Al\e(B <pot@gnu.org>
9419
9420 * mail/rmail.el (rmail-font-lock-keywords): Highlight Resent-[Ff]rom:.
9421
9422 2002-05-05 Markus Rost <rost@math.ohio-state.edu>
9423
9424 * time-stamp.el (time-stamp-format): Doc fix: escape open
9425 parenthesis in column 0.
9426
9427 2002-05-04 Richard M. Stallman <rms@gnu.org>
9428
9429 * toolbar/tool-bar.el (tool-bar-local-item-from-menu):
9430 Handle both cases: when the menu item has cached info
9431 and when it doesn't.
9432
9433 * filesets.el (filesets-browse-dir-function): Renamed from ...-fn.
9434 (filesets-open-file-function, filesets-save-buffer-function): Likewise.
9435 (filesets-tree-max-level): Doc fix.
9436 (filesets-commands, filesets-external-viewers)
9437 (filesets-ingroup-patterns): Mark as risky.
9438 (filesets-cache-hostname-flag): Doc fix.
9439 (filesets-menu-cache-file): Doc fix. Mark as risky.
9440 (filesets-menu-before, filesets-menu-path, filesets-menu-in-menu):
9441 Don't defcustom them if running in Emacs.
9442
9443 2002-05-04 Thomas Link <t.link@gmx.at>
9444
9445 * filesets.el (filesets-ingroup-collect-files):
9446 Fix problem with inclusion groups' :scan-depth property.
9447
9448 2002-05-04 Colin Walters <walters@verbum.org>
9449
9450 * ibuf-ext.el (ibuffer-kill-filter-group): Test for killing
9451 "Default" group earlier. Push killed group on
9452 `ibuffer-filter-group-kill-ring'.
9453 (ibuffer-kill-line): Document. Don't push killed group ourselves.
9454 (ibuffer-yank-filter-group): Renamed from `ibuffer-yank'.
9455 (ibuffer-insert-filter-group-before): New function, broken out
9456 from `ibuffer-yank'.
9457 (ibuffer-yank): Now just call `ibuffer-yank-filter-group'.
9458
9459 * ibuffer.el (ibuffer-mode-operate-menu, ibuffer-mode-mark-menu)
9460 (ibuffer-mode-view-menu): Unused variables; deleted.
9461 (ibuffer-find-file): Pass wildcard flag to `find-file' correctly.
9462
9463 2002-05-04 John Paul Wallington <jpw@shootybangbang.com>
9464
9465 * ibuffer.el (ibuffer-mode-groups-popup): New variable.
9466 (toplevel): Bind filter group menu entries in it. Add :enable
9467 forms for some menu items.
9468 (toplevel): Bind [down-mouse-3] in `ibuffer-mode-filter-group-map'
9469 to `ibuffer-mouse-popup-menu'.
9470 (ibuffer-mouse-popup-menu): Test whether or not we're on a filter
9471 group name, and if so, pop up a filter group menu.
9472
9473 2002-05-04 Jason Rumney <jasonr@gnu.org>
9474
9475 * mwheel.el (mwheel-event-button): Translate mouse-wheel events.
9476 (mwheel-scroll): Recognize nil scroll amount as documented.
9477
9478 * term/w32-win.el (mouse-wheel-scroll-line)
9479 (mouse-wheel-scroll-screen): Remove.
9480 ([mouse-wheel], [C-mouse-wheel], [S-mouse-wheel]): Use mwheel-scroll.
9481
9482 * w32-vars.el: (mouse-wheel-scroll-amount): Removed.
9483
9484 2002-05-04 Markus Rost <rost@math.ohio-state.edu>
9485
9486 * emacs-lisp/find-func.el (find-function-search-for-symbol):
9487 Bind case-fold-search when searching.
9488
9489 2002-05-04 Eli Zaretskii <eliz@is.elta.co.il>
9490
9491 * apropos.el (apropos-print): Fix the reference to mouse-2.
9492
9493 2002-05-04 Daniel Pfeiffer <occitan@esperanto.org>
9494
9495 * play/mpuz.el (mpuz-switch-to-window): Set buffer-read-only directly.
9496
9497 2002-05-04 Kim F. Storm <storm@cua.dk>
9498
9499 * cus-edit.el (custom-buffer-verbose-help): New variable.
9500 (custom-buffer-create-internal): Remove verbose introduction
9501 in customization buffer when it is nil.
9502
9503 2002-05-03 Dave Love <fx@gnu.org>
9504
9505 * international/mule-cmds.el (select-safe-coding-system):
9506 Don't offer coding systems that use locking shift.
9507 Ask for confirmation if chosen coding system disagrees with
9508 a `coding:' spec in the file.
9509
9510 2002-05-03 John Wiegley <johnw@gnu.org>
9511
9512 * eshell/esh-var.el (eshell-modify-global-environment): Added this
9513 customization variable, which will cause any "export" commands
9514 within any eshell buffer to modify the global Emacs environment.
9515 It defaults to nil, which means that such commands will only
9516 modify that Eshell buffer's environment.
9517 (eshell-var-initialize): Initialize `eshell-modify-global-environment'.
9518
9519 * eshell/em-cmpl.el (eshell-command-completions-alist):
9520 Improve default completion targets for objdump, nm and readelf.
9521
9522 2002-05-03 Colin Walters <walters@verbum.org>
9523
9524 * play/gamegrid.el (gamegrid-user-score-file-directory): New variable.
9525 (gamegrid-add-score-with-update-game-score):
9526 Use `shared-game-score-directory'. Correctly handle non-setuid case.
9527
9528 2002-05-02 Colin Walters <walters@verbum.org>
9529
9530 * replace.el (occur-mode-map): Bind "q" to `delete-window'.
9531 (occur-1): If one of the buffers we're searching is the *Occur*
9532 buffer itself, handle it by creating a temporary buffer. If any
9533 of the buffers being searched are killed, note that in the search
9534 result message. Also, set local variables before we possibly kill
9535 the buffer.
9536
9537 2002-05-02 Kim F. Storm <storm@cua.dk>
9538
9539 * menu-bar.el (menu-bar-make-toggle): Added optional PROPS arg.
9540 (menu-bar-options-save): Added cua-mode.
9541 (menu-bar-options-menu): Added toggle for cua-mode.
9542 Disable toggle for transient-mark-mode if cua-mode is enabled.
9543
9544 * emulation/cua-base.el (cua-inhibit-cua-keys): New buffer-local
9545 variable.
9546
9547 2002-05-01 Richard M. Stallman <rms@gnu.org>
9548
9549 * help.el (view-todo): New function.
9550 (help-map): Bind C-h C-t to view-todo.
9551 (help-for-help): Change the text.
9552
9553 2002-05-01 Glenn Morris <gmorris@ast.cam.ac.uk>
9554
9555 * progmodes/f90.el: Yet more doc string, commment and whitespace
9556 changes.
9557 (f90-imenu-flag): New name for internal variable f90-imenu.
9558 (f90-blocks-re, f90-program-block-re, f90-end-if-re)
9559 (f90-no-break-re): Use regexp-opt.
9560 (f90-end-type-re): Add closing "\\>".
9561 (f90-indent-region): Correctly indent comments embedded in
9562 continued lines.
9563 (f90-indent-new-line): Make it indent the current line, as it should.
9564 (f90-line-continued, f90-get-present-comment-type)
9565 (f90-looking-at-if-then, f90-indent-line, f90-indent-new-line)
9566 (f90-indent-region, f90-indent-subprogram, f90-do-auto-fill)
9567 (f90-join-lines, f90-fill-region, f90-match-end, f90-insert-end)
9568 (f90-change-keywords): Minor code tidying.
9569
9570 * progmodes/fortran.el (fortran-strip-sequence-nos): Rename from
9571 typo `fortran-strip-sqeuence-nos'.
9572
9573 2002-05-01 Eli Zaretskii <eliz@is.elta.co.il>
9574
9575 * simple.el (clone-indirect-buffer-other-window): Fix a typo in
9576 pop-up-window.
9577
9578 2002-05-01 Kim F. Storm <storm@cua.dk>
9579
9580 * emulation/cua-base.el (cua--pre-command-handler):
9581 Only interpret delete-selection property if mark-active.
9582 (cua-mode): Fixed require in defcustom.
9583
9584 2002-05-01 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
9585
9586 * calendar/cal-menu.el (cal-menu-x-popup-menu): Fix argument of
9587 error call.
9588
9589 2002-05-01 Colin Walters <walters@verbum.org>
9590
9591 * textmodes/tex-mode.el (tex-validate-buffer):
9592 Use `occur-revert-arguments' instead of setting `occur-nlines' and
9593 `occur-buffer'. Don't test for `input-pending-p' in loop.
9594 Set text property `occur-target' instead of `occur'.
9595
9596 2002-04-30 John Wiegley <johnw@gnu.org>
9597
9598 * align.el (align-region): Fixed the fix to align-region, because
9599 the "name" argument was appearing twice.
9600
9601 2002-05-01 Martin Stjernholm <bug-cc-mode@gnu.org>
9602
9603 * progmodes/cc-engine.el (c-beginning-of-decl-1): Better way
9604 to handle protection labels, one which doesn't get confused by
9605 inherit colons.
9606
9607 * progmodes/cc-engine.el (c-end-of-decl-1): Don't treat
9608 functions that have "class" or "struct" in the return type as
9609 classes or structs.
9610
9611 2002-04-30 Kim F. Storm <storm@cua.dk>
9612
9613 * menu-bar.el (menu-bar-custom-menu): Change "Recently Changed
9614 Options" to "New Options..."; rephrase tooltip.
9615 Rephrase tooltip for "Specific Option...".
9616 Added "Saved Options" item. [from Simon Marshall]
9617
9618 2002-04-30 Richard M. Stallman <rms@gnu.org>
9619
9620 * time.el (display-time-mail-directory)
9621 (display-time-mail-function): Doc fixes.
9622
9623 * ediff-hook.el: Remove autoload cookies.
9624
9625 * language/tibetan.el (tibetan-obsolete-glyphs): Now in tibet-util.el.
9626
9627 * language/tibet-util.el (tibetan-obsolete-glyphs): From tibetan.el.
9628
9629 * align.el (align-region): Fix call to `message'.
9630 Check that (car rule) is a symbol.
9631
9632 * autoinsert.el (auto-insert-directory): Doc fix.
9633
9634 * facemenu.el (describe-text-at and stuff): Moved to descr-text.el.
9635
9636 * descr-text.el: New file, broken out of facemenu.el.
9637
9638 * emacs-lisp/advice.el (documentation): Add ad-define-subr-args call.
9639
9640 2002-04-29 Markus Rost <rost@math.ohio-state.edu>
9641
9642 * mail/emacsbug.el (report-emacs-bug-hook):
9643 Use replace-match only if search was successful.
9644
9645 2002-04-29 Richard M. Stallman <rms@gnu.org>
9646
9647 * net/zone-mode.el (zone-mode): Add write-file-hooks hook locally.
9648
9649 * mail/emacsbug.el (report-emacs-bug-hook): Don't fail completely
9650 if the user edits the Emacs version number in the text.
9651
9652 * filesets.el (filesets-running-xemacs): Make defvar unconditional.
9653 (filesets-ingroup-files): Renamed from filesets-ingroup-paths.
9654 (filesets-error): Simplify definition and make conditional
9655 on filesets-running-xemacs.
9656 (filesets-find-file-using): Renamed from fsfind-file-using.
9657
9658 2002-04-29 Stefan Monnier <monnier@cs.yale.edu>
9659
9660 * info.el (Info-find-in-tag-table-1, Info-read-subfile): Use point-min.
9661 (Info-read-node-name-1): Complete file names.
9662 (Info-complete-menu-item): Don't cons unnecessarily.
9663
9664 * files.el (locate-file): New fun.
9665 (locate-file-completion): Rename from load-completion and generalize.
9666 (load-library): Use it.
9667 (make-auto-save-file-name): Expand caddr.
9668
9669 * newcomment.el (comment-fill-column): New var.
9670 (comment-indent): Use it.
9671 (comment-or-uncomment-region): New fun.
9672 (comment-dwim): Use it.
9673
9674 2002-04-29 Colin Walters <walters@verbum.org>
9675
9676 * ibuf-ext.el (ibuffer-kill-filter-group): Call `delete' function.
9677 (ibuffer-kill-line): Copy the filter group data structure when killing.
9678 (ibuffer-yank): Handle case where we're yanking on the default
9679 group correctly.
9680 (ibuffer-delete-saved-filter-groups): Doc fix.
9681
9682 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
9683 Test whether or not update-game-score is setuid, and do the right
9684 thing.
9685
9686 2002-04-29 Kim F. Storm <storm@cua.dk>
9687
9688 * subr.el (remove-yank-excluded-properties): New helper function.
9689 (insert-for-yank, insert-buffer-substring-as-yank): Use it.
9690
9691 * simple.el (yank-excluded-properties): Added help-echo to list.
9692
9693 2002-04-29 Glenn Morris <gmorris@ast.cam.ac.uk>
9694
9695 * autoinsert.el (auto-insert-directory): Doc fix.
9696
9697 * progmodes/f90.el: Add/change doc strings for many inline
9698 functions. Whitespace changes.
9699 (f90-indent-line-no, f90-update-line): Minor code changes.
9700
9701 2002-04-29 Kim F. Storm <storm@cua.dk>
9702
9703 * emulation/cua-base.el: New file.
9704
9705 * emulation/cua-rect.el: New file.
9706
9707 * emulation/cua-gmrk.el: New file.
9708
9709 * emulation/keypad.el: New file.
9710
9711 2002-04-29 Triet Hoai Lai <thlai@ee.usyd.edu.au>
9712
9713 * language/vietnamese.el (viet-tcvn-decode-table, ccl-decode-tcvn)
9714 (ccl-encode-tcvn, ccl-encode-tcvn-font, vietnamese-tcvn):
9715 New Vietnamese coding system.
9716
9717 * language/viet-util.el: Update Commentary section.
9718
9719 2002-04-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
9720
9721 * filesets.el (filesets-data): Doc fix.
9722 (filesets-running-xemacs): Define even when compiling.
9723
9724 * recentf.el (recentf-cancel-dialog): Remove dot at the end of
9725 sentence.
9726
9727 2002-04-29 Stefan Monnier <monnier@cs.yale.edu>
9728
9729 * textmodes/fill.el (fill-context-prefix): Fix last change with
9730 yet-another-approach.
9731
9732 2002-04-28 Markus Rost <rost@math.ohio-state.edu>
9733
9734 * net/ange-ftp.el (ange-ftp-passive-host-alist)
9735 (ange-ftp-bs2000-additional-pubsets): Fix custom type.
9736
9737 * files.el (small-temporary-file-directory): Fix custom type.
9738
9739 2002-04-28 Glenn Morris <gmorris@ast.cam.ac.uk>
9740
9741 * progmodes/f90.el (f90-xemacs-flag): New variable.
9742 (f90-mark-subprogram-overlay): New variable.
9743 (f90-mark-subprogram): Now it highlights the subprogram.
9744 (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
9745 Fix highlighting of various "type" forms.
9746
9747 2002-04-28 Colin Walters <walters@verbum.org>
9748
9749 * ibuffer.el (ibuffer-mode): Additional documentation on filter
9750 groups.
9751
9752 2002-04-28 John Paul Wallington <jpw@shootybangbang.com>
9753
9754 * ibuf-ext.el (ibuffer-set-filter-groups-by-mode): Don't make an
9755 ibuffer-mode filter group if `ibuffer-view-ibuffer' is nil.
9756
9757 2002-04-28 Richard M. Stallman <rms@gnu.org>
9758
9759 * mail/sendmail.el (mail-recover-1): Decrease non-random-len
9760 by 1 for the newly-readded #.
9761
9762 * files.el (make-auto-save-file-name): Specify # as suffix
9763 in the non-file-visiting case.
9764
9765 * subr.el (make-temp-file): New arg SUFFIX.
9766
9767 * filesets.el: New file.
9768
9769 * replace.el (occur-accumulate-lines): Avoid incf and decf.
9770 (occur-engine-add-prefix): New function.
9771 (occur-engine): Avoid using macrolet, incf and decf.
9772 Use occur-engine-add-prefix instead.
9773 Rename `l' to `lines' and `c' to `matches'.
9774
9775 * replace.el (occur-engine, occur-mode-mouse-goto)
9776 (occur-mode-find-occurrence, occur-mode-goto-occurrence)
9777 (occur-mode-goto-occurrence-other-window)
9778 (occur-mode-display-occurrence): A position is just a marker,
9779 not a list.
9780
9781 * replace.el (occur-revert-arguments):
9782 Renamed from occur-revert-properties. All uses changed.
9783
9784 2002-04-28 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
9785
9786 * recentf.el (recentf-menu-before): Use string to specify path in
9787 the menu.
9788
9789 * international/mule-cmds.el (read-language-name): Take care of
9790 non-list values.
9791
9792 2002-04-27 Richard M. Stallman <rms@gnu.org>
9793
9794 * custom.el (custom-load-symbol): Moved from cus-edit.el.
9795 (custom-load-recursion): Likewise.
9796
9797 * cus-edit.el (custom-load-symbol): Moved to custom.el.
9798 (custom-load-recursion): Likewise.
9799
9800 * progmodes/ada-xref.el (ada-add-ada-menu): Menu pseudo-keys
9801 generated by easymenu are now lowercase.
9802
9803 2002-04-27 Richard M. Stallman <rms@gnu.org>
9804
9805 * menu-bar.el (menu-bar-update-buffers): Add menu items
9806 Next Buffer and Previous Buffer.
9807
9808 * simple.el (next-buffer, prev-buffer): New commands.
9809 Bind C-x left and C-x right to them.
9810
9811 * info.el (Info-header-line): Mark it as risky-local-variable.
9812
9813 * subr.el (insert-for-yank): Replace `category' property
9814 with whatever properties it stands for.
9815
9816 * subr.el (member-ignore-case): Ignore non-strings in LIST.
9817
9818 2002-04-27 Miles Bader <miles@gnu.org>
9819
9820 * faces.el (read-face-name): Format the prompt correctly when
9821 there's no default.
9822
9823 2002-04-26 Andrew Choi <akochoi@shaw.ca>
9824
9825 * term/mac-win.el: Don't call ediff-toggle-multiframe.
9826 Set default directory. Set process-connection-type to nil.
9827
9828 2002-04-26 Richard M. Stallman <rms@gnu.org>
9829
9830 * loadup.el: Explicitly load cus-face and timer.
9831
9832 * isearch.el: Don't require timer.
9833
9834 * faces.el: Don't require cus-face.
9835
9836 * cus-edit.el (customize-face): Use read-face-name
9837 and handle multiple faces.
9838 (customize-face-other-window): Make it work similarly.
9839
9840 * faces.el (read-face-name): New defaulting features.
9841 New args STRING-DESCRIBING-DEFAULT and MULTIPLE.
9842 (list-faces-display): Use the face, not its name string,
9843 as arg when running customize-face.
9844 Put a `read-face-name' prop on the entire line.
9845 (describe-face): Handle multiple faces via read-face-name.
9846
9847 * textmodes/tex-mode.el (tex-start-options): New variable.
9848 (tex-start-commands): New variable.
9849 (tex-start-options-string): Variable deleted.
9850 (tex-start-tex): Use tex-start-options and tex-start-commands,
9851 not tex-start-options-string.
9852 (tex-command): Doc fix.
9853
9854 2002-04-26 Sam Steingold <sds@gnu.org>
9855
9856 * mail/smtpmail.el (smtpmail-try-auth-methods): When `host' is
9857 not in the authinfo/netrc, keep `cred' at nil.
9858
9859 2002-04-26 Gerd Moellmann <gerd@gnu.org>
9860
9861 * find-file.el: Remove Ada-specific example code.
9862
9863 2002-04-25 Michael Kifer <kifer@cs.stonybrook.edu>
9864
9865 * ediff-hooks.el: Put back the autoloads.
9866
9867 2002-04-25 Colin Walters <walters@verbum.org>
9868
9869 * ibuffer.el (define column process): Use `ibuffer-aif'.
9870
9871 * ibuf-ext.el (ibuffer-saved-filter-groups): Don't include broken
9872 defaults.
9873 (ibuffer-yank): Be sure to `setq' after we use `nconc'.
9874 (ibuffer-save-filter-groups): Correctly structure filter groups.
9875 (ibuffer-switch-to-saved-filter-groups): Correctly extract filter
9876 groups.
9877
9878 2002-04-25 Simon Josefsson <jas@extundo.com>
9879
9880 * mail/sendmail.el (mail-use-dsn): New variable to request
9881 delivery status notification from MTA.
9882 (sendmail-send-it): Use it.
9883
9884 * mail/smtpmail.el (smtpmail-queue-counter): New variable.
9885 (smtpmail-send-it): Use it to construct new queue filenames
9886 (needed if you send more than one message per second, which is
9887 possible if you use Gnus Agent).
9888
9889 * mail/smtpmail.el (smtpmail-auth-credentials): Support netrc
9890 files as well.
9891 (smtpmail-try-auth-methods): Support netrc data.
9892 (netrc-parse): Autoload netrc.
9893
9894 2002-04-25 Colin Walters <walters@verbum.org>
9895
9896 * replace.el (multi-occur-by-filename-regexp): Doc fix.
9897 (occur-engine): Go to `point-min'. Make nlines argument actually
9898 mean number of context lines. Handle it. Pad digits to the right.
9899
9900 * ibuf-ext.el (ibuffer-filtering-groups): Renamed to
9901 `ibuffer-filter-groups'. All users updated.
9902 (ibuffer-show-empty-filter-groups): New variable.
9903 (ibuffer-saved-filter-groups): New variable.
9904 (ibuffer-maybe-save-stuff): Renamed from
9905 `ibuffer-maybe-save-saved-filters'. Callers updated.
9906 Handle `ibuffer-saved-filter-groups'.
9907 (ibuffer-hidden-filtering-groups): Renamed to
9908 `ibuffer-hidden-filter-groups'.
9909 (ibuffer-filter-group-kill-ring): New variable.
9910 (ibuffer-save-with-custom): Doc fix.
9911 (ibuffer-set-filter-groups-by-mode): New function.
9912 (ibuffer-clear-filter-groups): New function.
9913 (ibuffer-current-filter-groups-with-position): Renamed from
9914 `ibuffer-current-filter-groups'. Callers updated.
9915 (ibuffer-kill-filter-group): New function.
9916 (ibuffer-kill-line): New function.
9917 (ibuffer-yank): New function.
9918 (ibuffer-save-filter-groups): New function.
9919 (ibuffer-delete-saved-filter-groups): New function.
9920 (ibuffer-switch-to-saved-filter-groups): New function.
9921 (ibuffer-mark-on-buffer): Add optional arguments for adding a
9922 specific mark, and marking on a specific group.
9923
9924 * ibuffer.el (ibuffer-formats): Doc fix.
9925 (ibuffer-mode-map): Bind <up> to `ibuffer-backward-line'.
9926 Bind new functions from ibuf-ext.el. Add menu entries for them.
9927 Remove superfluous tooltips.
9928 (ibuffer-toggle-marks): If on a group name, then toggle marks just
9929 in that group.
9930 (ibuffer-mark-interactive): Handle filter groups.
9931 (ibuffer-mark-forward, ibuffer-unmark-forward)
9932 (ibuffer-mark-for-delete, ibuffer-unmark-backward)
9933 (ibuffer-mark-for-delete-backwards): Update docs.
9934 (ibuffer-current-filter-groups): Moved to ibuf-ext.el, and renamed
9935 to `ibuffer-current-filter-groups-with-position'.
9936 (ibuffer-redisplay-engine): Handle `ibuffer-show-empty-filter-groups'.
9937 (ibuffer-mode): Add some documentation about filter groups.
9938
9939 2002-04-25 Andreas Schwab <schwab@suse.de>
9940
9941 * find-dired.el (find-name-dired): Don't quote pattern twice.
9942
9943 2002-04-26 Miles Bader <miles@gnu.org>
9944
9945 * cus-edit.el (customize-face, customize-face-other-window):
9946 Use default instead of initial-input for suggested face.
9947
9948 2002-04-25 Gerd Moellmann <gerd@gnu.org>
9949
9950 * cus-edit.el (customize-face-other-window, customize-face):
9951 Interactively, when point is on text with a face, suggest to
9952 customize that face.
9953
9954 2002-04-25 Glenn Morris <gmorris@ast.cam.ac.uk>
9955
9956 * progmodes/f90.el: General tidy-up of commentary and some doc
9957 strings.
9958
9959 2002-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
9960
9961 * scroll-all.el (scroll-all-function-all) New function to do the
9962 actual work.
9963 (scroll-all-scroll-down-all, scroll-all-scroll-up-all,
9964 scroll-all-page-down-all, scroll-all-page-up-all,
9965 scroll-all-beginning-of-buffer-all, scroll-all-end-of-buffer-all):
9966 Make them use scroll-all-function-all.
9967
9968 * progmodes/f90.el (f90-get-beg-of-line): Removed and replaced
9969 with line-beginning-position.
9970 (f90-get-end-of-line): Removed and replaced with line-end-position.
9971 (f90-match-piece): Removed and replaced with match-string.
9972 (f90-current-indentation): Remove `current-column'.
9973 (f90-get-present-comment-type): Use match-string rather than
9974 buffer-substring.
9975 (f90-match-end): Use line-beginning-position, line-end-position
9976 rather than beginning-of-line, end-of-line.
9977 (f90-startup-message): Variable removed.
9978
9979 2002-04-24 Colin Walters <walters@verbum.org>
9980
9981 * replace.el (occur-accumulate-lines): Add optional argument
9982 `no-props'. Handle it.
9983 (occur-engine): Use it.
9984
9985 * ibuf-ext.el (toplevel): Remove byte-compile-dynamic. Try to set
9986 up autoloads manually.
9987 (ibuffer-split-list): New function.
9988 (ibuffer-filtering-groups): New variable.
9989 (ibuffer-hidden-filtering-groups): New variable.
9990 (ibuffer-mouse-toggle-filter-group): New function.
9991 (ibuffer-toggle-filter-group): New function.
9992 (ibuffer-toggle-filter-group-1): New function.
9993 (ibuffer-forward-filter-group): New function.
9994 (ibuffer-backward-filter-group): New funtion.
9995 (ibuffer-generate-filter-groups): New function.
9996 (ibuffer-filters-to-filter-group): New function.
9997 (ibuffer-pop-filter-group): New function.
9998 (ibuffer-jump-to-filter-group): New function.
9999 (ibuffer-do-occur): Just use `occur-read-primary-args'
10000
10001 * ibuffer.el (ibuffer-filter-group-name-face): New.
10002 (ibuffer-mode-map): Bind and add menu entries for most new
10003 functions; also, bind the arrow keys to the movement functions.
10004 (ibuffer-mode-filter-group-map): New.
10005 (ibuffer-mouse-toggle-mark): Handle group names.
10006 (ibuffer-mouse-visit-buffer): Error if the current buffer is killed.
10007 (ibuffer-skip-properties): New function.
10008 (ibuffer-backward-line, ibuffer-forward-line): Optionally skip
10009 group names. Also, handle new properties.
10010 (ibuffer-visit-buffer, ibuffer-visit-buffer-other-window):
10011 Move error handling to `ibuffer-current-buffer'.
10012 (ibuffer-visit-buffer-other-frame, ibuffer-bury-buffer): Ditto.
10013 (ibuffer-visit-tags-table, ibuffer-do-view-1): Ditto.
10014 (ibuffer-toggle-marks): Add optional group argument.
10015 (ibuffer-mark-interactive): Skip group names.
10016 (ibuffer-current-buffer): Clean up error handling.
10017 (ibuffer-fontify-region-function): Fontify group names.
10018 (ibuffer-map-lines): Add extra group argument. Handle it.
10019 (ibuffer-current-filter-groups): New function.
10020 (ibuffer-redisplay): Handle hidden filtering groups.
10021 (ibuffer-sort-bufferlist): New function, taken from
10022 `ibuffer-insert-buffers-and-marks'.
10023 (ibuffer-insert-filter-group): New function.
10024 (ibuffer-redisplay-engine): Renamed from
10025 `ibuffer-insert-buffers-and-marks'. Handle new filtering groups.
10026 (ibuffer): Add filter-groups argument. Handle it.
10027 Use `save-selected-window'.
10028 (ibuffer-mode): Make `ibuffer-filtering-groups' and
10029 `ibuffer-hidden-filtering-groups' buffer-local.
10030
10031 * ibuf-macs.el (ibuffer-save-marks): Call `ibuffer-redisplay-engine'.
10032
10033 2002-04-24 Richard M. Stallman <rms@gnu.org>
10034
10035 * emacs-lisp/easymenu.el (easy-menu-intern): Downcase before interning.
10036 (easy-menu-define-key-intern): Function deleted; callers intern
10037 and then call easy-menu-define-key.
10038 (easy-menu-do-add-item): Explicitly intern the key, but not BEFORE.
10039 (easy-menu-define-key): Use easy-menu-name-match to match BEFORE.
10040 (easy-menu-name-match): New function.
10041 (add-submenu): New function.
10042 (easy-menu-get-map-look-for-name): Use easy-menu-name-match.
10043
10044 2002-04-24 Eli Zaretskii <eliz@is.elta.co.il>
10045
10046 * menu-bar.el (menu-bar-adv-search-menu)
10047 (menu-bar-adv-search-menu): Improve the help text.
10048
10049 2002-04-24 Simon Josefsson <jas@extundo.com>
10050
10051 * net/netrc.el: New file.
10052
10053 2002-04-24 Thomas DeWeese <tdeweese@rochester.rr.com>
10054
10055 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
10056 Check if any of the available selection sources has new content
10057 and if so it will return that content.
10058
10059 2002-04-24 Miles Bader <miles@gnu.org>
10060
10061 * menu-bar.el (buffers-menu-show-directories)
10062 (buffers-menu-show-status): New variables.
10063 (menu-bar-update-buffers-1): Use them.
10064
10065 2002-04-24 Martin Stjernholm <mast@lysator.liu.se>
10066
10067 * progmodes/cc-cmds.el (c-mask-comment): More fixes when used
10068 from `c-do-auto-fill' and point is at or near the limit of the
10069 comment. Fixed bug when the prefix from `c-guess-fill-prefix'
10070 is longer than the text on the first line of the comment when
10071 it's masked.
10072
10073 2002-04-24 Miles Bader <miles@gnu.org>
10074
10075 * menu-bar.el (menu-bar-update-buffers-1): Make sure
10076 `uniquify-buffer-name-style' is bound.
10077
10078 2002-04-23 Colin Walters <walters@verbum.org>
10079
10080 * replace.el (toplevel): Require `cl' while compiling.
10081 (occur-buffer, occur-nlines): Delete.
10082 (occur-revert-properties): Rename to `occur-revert-properties'.
10083 (occur-mode): Handle it. Set up font lock.
10084 (occur-revert-function): Simply apply `occur-1'.
10085 (occur-mode-find-occurence, occur-mode-mouse-goto)
10086 (occur-mode-goto-occurrence-other-window)
10087 (occur-mode-display-occurrence): Handle buffer property.
10088 (list-matching-lines-face): Use defcustom.
10089 (list-matching-lines-buffer-name-face): New variable.
10090 (occur-accumulate-lines): Renamed from `ibuffer-accumulate-lines',
10091 in ibuffer.el.
10092 (occur-read-primary-args): Move out of `occur'.
10093 (occur): Delete. Now simply call `occur-1'.
10094 (multi-occur, multi-occur-by-filename-regexp): New functions.
10095 (occur-1): New function.
10096 (occur-engine): Renamed from `ibuffer-occur-engine' to replace the
10097 previous implementation of `occur'; taken from ibuf-ext.el.
10098 (occur-fontify-on-property): New function.
10099 (occur-fontify-region-function, occur-unfontify-region-function):
10100 New functions.
10101
10102 * ibuffer.el (ibuffer-accumulate-lines): Moved to replace.el.
10103
10104 * ibuf-ext.el (ibuffer-depropertize-string): Delete.
10105 (ibuffer-occur-match-face): Delete.
10106 (ibuffer-occur-props, ibuffer-occur-mode): Delete.
10107 (ibuffer-occur-mouse-display-occurence): Delete.
10108 (ibuffer-occur-goto-occurence, ibuffer-occur-display-occurence)
10109 (ibuffer-do-occur-1, ibuffer-occur-revert-buffer-function): Delete.
10110 (ibuffer-occur-engine): Moved to replace.el.
10111 (ibuffer-do-occur): Simply call `occur-1'.
10112
10113 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
10114 Handle the case where we're already viewing the score file.
10115
10116 2002-04-23 Andreas Schwab <schwab@suse.de>
10117
10118 * menu-bar.el (menu-bar-goto-menu): Fix bindings for next-tag and
10119 next-tag-otherw.
10120
10121 2002-04-23 Miles Bader <miles@gnu.org>
10122
10123 * menu-bar.el (menu-bar-update-buffers-1): Don't display a
10124 directory separator if there's no directory. Don't display
10125 directories at all if uniquify is active. Some code cleanup.
10126 (uniquify-buffer-name-style): Declare (but don't initialize).
10127
10128 * menu-bar.el (menu-bar-update-buffers): Don't use constant lists
10129 for command menu entries, since the low-level menu code modifies
10130 them. Cache the resulting list.
10131 (menu-bar-buffers-menu-command-entries): New variable.
10132
10133 * menu-bar.el (menu-bar-update-buffers): Add `Select Named Buffer'.
10134 Add separator line before commands
10135 Remove old crufty code that tried to line things up by adding
10136 spaces to entries (it doesn't work).
10137 Move `Frames' submenu after the normal buffers, and add a
10138 separator line before it.
10139 (menu-bar-buffers-menu-list-buffers-entry): Variable removed.
10140
10141 2002-04-22 Richard M. Stallman <rms@gnu.org>
10142
10143 * files.el (after-find-file): Use %s to output MSG.
10144
10145 * dired.el (dired-mouse-find-file-other-window):
10146 Handle events that move out of the window.
10147
10148 2002-04-23 Martin Stjernholm <mast@lysator.liu.se>
10149
10150 * progmodes/cc-cmds.el (c-mask-comment): Fixed bug where point
10151 was moved to the following line when it was at the first line
10152 of a block comment where comment-start-skip matched to eol.
10153
10154 2002-04-22 Richard M. Stallman <rms@gnu.org>
10155
10156 * simple.el (line-move-finish): Find beg and end of line
10157 before calling line-move-to-column. Do consider intangible
10158 when finding the end. Take more care in analyzing the results
10159 of intangibility after line-move-to-column.
10160
10161 2002-04-22 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
10162
10163 * international/mule-diag.el (list-input-methods-1): Doc fix
10164 (LEIM is now part of the standard distribution).
10165
10166 * tmm.el (tmm-completion-prompt): Doc fix.
10167
10168 * hilit-chg.el (global-highlight-changes): Capitalize status texts.
10169
10170 2002-04-22 Edward M. Reingold <reingold@emr.cs.iit.edu>
10171
10172 * diary-lib.el (include-other-diary-files): Allow modifying
10173 included buffer, to turn off selective display.
10174
10175 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10176
10177 * progmodes/cc-mode.el: (c-define-abbrev-table): New function to
10178 pass the SYSTEM-FLAG to `define-abbrev' in a way that works in
10179 emacsen that doesn't support it.
10180
10181 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10182
10183 * progmodes/cc-align.el, progmodes/cc-engine.el,
10184 progmodes/cc-styles.el, progmodes/cc-vars.el
10185 (c-guess-basic-syntax, c-lineup-topmost-intro-cont):
10186 Find correct anchor for statement-cont in top level constructs.
10187 Analyze variable initializations in top level constructs as
10188 topmost-intro-cont instead of statement-cont. That is an
10189 incompatible change but it gives better consistency. The new
10190 lineup function c-lineup-topmost-intro-cont' compensates for
10191 it and is now put on topmost-intro-cont by default.
10192
10193 * progmodes/cc-align.el, progmodes/cc-engine.el,
10194 progmodes/cc-langs.el (c-lineup-argcont): Lineup function
10195 contributed by Kevin Ryde.
10196
10197 (c-in-gcc-asm-p): Function to recognize asm statements.
10198 Contributed by Kevin Ryde.
10199
10200 (c-opt-asm-stmt-key): New language variable to recognize the
10201 beginning of asm statements.
10202
10203 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10204
10205 * progmodes/cc-engine.el (c-guess-basic-syntax):
10206 Detect variable declarations after class and struct declarations
10207 correctly. Fixed limit error when finding the anchor for
10208 template-args-cont and topmost-intro-cont.
10209
10210 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10211
10212 * progmodes/cc-cmds.el (c-beginning-of-defun)
10213 (c-declaration-limits): Find the "line oriented" declaration
10214 start too, just like the "line oriented" end is found.
10215
10216 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10217
10218 * progmodes/cc-vars.el (c-offsets-alist): A more sane default
10219 for `inexpr-statement'. This is not compatible, though.
10220 I think the benefit of a good default style outweights that in
10221 this case. Besides, `inexpr-statement' is not very common.
10222
10223 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10224
10225 * progmodes/cc-cmds.el (c-electric-delete-forward):
10226 Fix silly bug that caused it to delete backwards in hungry delete
10227 mode. (It's amazing that this bug hasn't been reported.)
10228
10229 * progmodes/cc-cmds.el (c-declaration-limits, c-mark-function):
10230 Extracted the code to get the declaration limits from
10231 `c-mark-function' to a new `c-declaration-limits'.
10232
10233 (c-indent-defun): Use the same method to get the limits of the
10234 declaration or macro as `c-mark-function'.
10235
10236 * progmodes/cc-engine.el (c-beginning-of-decl-1): Handle brace
10237 list initializers correctly (but costly; it ought to be
10238 integrated into `c-beginning-of-statement-1').
10239
10240 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10241
10242 * progmodes/cc-cmds.el, progmodes/cc-engine.el
10243 (c-beginning-of-defun, c-end-of-defun, c-mark-function):
10244 Rewritten to detect the declaration limits better.
10245 Now handles K&R argdecls, class definitions followed by variables etc.
10246
10247 (c-in-knr-argdecl): Broke out the K&R argdecl test in
10248 `c-beginning-of-decl-1' to this new function.
10249
10250 (c-end-of-statement-1, c-end-of-decl-1):
10251 Replace `c-end-of-statement-1' with `c-end-of-decl-1', which correctly
10252 handles declarations that continue after the block.
10253
10254 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
10255 Added an option to restrict matching to the top level of the
10256 current paren sexp.
10257
10258 * progmodes/cc-langs.el (c-opt-block-decls-with-vars-key):
10259 New regexp to recognize declarations that continue after the block.
10260
10261 (c-syntactic-eol): New regexp to match a "syntactic" eol.
10262
10263 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10264
10265 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed a bug
10266 that often caused the backward limit to be lost at the top
10267 level. This improves performance a bit.
10268
10269 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
10270 New function that works like `re-search-forward' but only returns
10271 matches in syntactically significant text.
10272
10273 * progmodes/cc-engine.el: Fixed a faster and more accurate way
10274 to recognize K&R argdecls.
10275
10276 (c-beginning-of-decl-1): New function that put point at the
10277 beginning of the declaration. It handles K&R argdecl blocks.
10278
10279 (c-guess-basic-syntax): Replaced the `knr-argdecl' recognition
10280 code with one that doesn't depend on the current indentation.
10281 The anchor position for `knr-argdecl' has also changed, but in
10282 a way that is unlikely to cause compatibility problems.
10283
10284 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10285
10286 * progmodes/cc-defs.el, progmodes/cc-engine.el
10287 (c-forward-comment): `forward-comment' in XEmacs skips over
10288 line continuations in the backward direction. Correct for
10289 that. Also made this a defun since it has grown too large now
10290 to be a defsubst.
10291
10292 * progmodes/cc-langs.el: More convenient and decentralized
10293 setup of the language specific variables. The regexp-opt
10294 mangling is also done at compile time now.
10295
10296 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10297
10298 * progmodes/cc-cmds.el (c-indent-line-or-region):
10299 Call `c-indent-line' directly instead of through
10300 `indent-according-to-mode' so that this function always
10301 indents syntactically.
10302
10303 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed a bug
10304 where a class beginning with a nested class could cause an
10305 infinite loop (the state outside the narrowed out class is
10306 never used now).
10307
10308 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10309
10310 * progmodes/cc-align.el, progmodes/cc-cmds.el,
10311 progmodes/cc-engine.el, progmodes/cc-vars.el: Fixes so that
10312 the context sensitive analysis inside macros is restricted to
10313 the bodies of #define's; other things, like #if expressions,
10314 never have anything in common with their surroundings.
10315 The old `cpp-macro-cont' syntax is now used in situations where
10316 the syntactic analysis isn't applicable, and a new syntactic
10317 element `cpp-define-intro' is used to add indentation in
10318 #define bodies.
10319
10320 (c-lineup-cpp-define): New name for `c-lineup-macro-cont' to
10321 better reflect its use.
10322
10323 * progmodes/cc-engine.el (c-guess-basic-syntax): Ignore line
10324 continuation backslashes in the detection of `arglist-cont-nonempty'.
10325
10326 * progmodes/cc-align.el: Use the vector form in the return
10327 value in all cases where lineup functions return absolute columns.
10328
10329 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10330
10331 * progmodes/cc-engine.el (c-add-stmt-syntax)
10332 (c-guess-basic-syntax): Anchor `brace-list-intro' and
10333 `bracec-list-close' better for brace lists nested inside expressions.
10334
10335 * progmodes/cc-engine.el, progmodes/cc-langs.el,
10336 progmodes/cc-mode.el, progmodes/cc-styles.el: Cleaned up the
10337 various language specific variables and their initialization.
10338 The keyword regexps are now lists that are combined with
10339 regexp-opt. Some variables have changed names to fit better
10340 with the naming convention.
10341
10342 * progmodes/cc-defs.el, progmodes/cc-vars.el
10343 (c-buffer-is-cc-mode): The value is the mode symbol of the
10344 original CC Mode mode.
10345
10346 (c-major-mode-is): Compare against the buffer local variable
10347 `c-buffer-is-cc-mode', which is faster than using `derived-mode-class'.
10348
10349 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10350
10351 * progmodes/cc-engine.el (c-forward-syntactic-ws)
10352 (c-backward-syntactic-ws, c-forward-token-1)
10353 (c-backward-token-1, c-in-literal, c-literal-limits)
10354 (c-collect-line-comments, c-literal-type, c-on-identifier)
10355 (c-guess-basic-syntax): These functions are now considered part
10356 of the "CC Mode API" and may be used by other code.
10357 That's signified by making their documentation into docstrings.
10358
10359 (c-whack-state, c-hack-state, c-skip-case-statement-forward):
10360 Removed these internal functions since they aren't used.
10361
10362 (c-forward-to-cpp-expression): Classified this function as internal.
10363
10364 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10365
10366 * progmodes/cc-langs.el (c-ObjC-class-key, c-Java-class-key):
10367 Simplified these regexps; the class keywords they contain
10368 ought to be enough to avoid false matches, so checking for
10369 following identifiers etc is just unnecessary (and might also
10370 fail for oddly formatted code).
10371
10372 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10373
10374 * progmodes/cc-engine.el, progmodes/cc-cmds.el
10375 (c-forward-comment-lc): New function that behaves like
10376 `c-forward-comment', with the exception that line
10377 continuations are treated as whitespace.
10378
10379 (c-beginning-of-statement): Use `c-forward-comment-lc', to
10380 work correctly in macros and other places where line
10381 continuations should be treated as whitespace.
10382
10383 * progmodes/cc-engine.el (c-guess-basic-syntax): Analyze a
10384 normal label in a switch block as a case label, to get
10385 consistent lineup with the case labels.
10386
10387 * progmodes/cc-engine.el (c-backward-syntactic-ws): Fixed bug
10388 in skipping over a macro that ends with an empty line.
10389
10390 * progmodes/cc-styles.el: Require cc-align since styles added
10391 with `c-add-style' often contains references to functions
10392 defined there, and so the `c-valid-offset' check might
10393 otherwise complain on them.
10394
10395 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10396
10397 * progmodes/cc-align.el, progmodes/cc-mode.texi,
10398 progmodes/cc-vars.el: Added two new lineup functions:
10399
10400 (c-lineup-knr-region-comment): A new lineup function to get
10401 (what most people think is) better indentation of comments in
10402 the "K&R region" between the function header and its body.
10403
10404 (c-lineup-gcc-asm-reg): New lineup function for better
10405 indentation inside gcc asm blocks. Contributed by Kevin Ryde.
10406
10407 (c-offsets-alist): Use `c-lineup-gcc-asm-reg' and
10408 `c-lineup-knr-region-comment' in the default offset
10409 configuration, since these two functions have little impact
10410 outside their intended use, and they generally do the right
10411 thing when they kick in.
10412
10413 * progmodes/cc-engine.el (c-guess-continued-construct)
10414 (c-guess-basic-syntax): Handle nested functions in all
10415 languages, not just Pike. In C and C++ there's a gcc
10416 extension for this, and it also gives better treatment of
10417 macros that are followed by blocks.
10418
10419 * progmodes/cc-langs.el (c-symbol-key): Made this variable
10420 mode specific, to handle Pike special symbols like `== better.
10421
10422 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10423
10424 * progmodes/cc-cmds.el, progmodes/cc-engine.el,
10425 progmodes/cc-vars.el (c-report-syntactic-errors): A new
10426 variable to control the syntactic error messages. It defaults
10427 to off; since CC Mode ignores most syntactic errors it might
10428 as well ignore them all for the sake of consistency.
10429
10430 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10431
10432 * progmodes/cc-engine.el (c-looking-at-inexpr-block):
10433 Optimization. Can give a noticeable speedup if there's a
10434 large preceding function or class body.
10435
10436 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10437
10438 * progmodes/cc-align.el, progmodes/cc-cmds.el: Use more
10439 efficient and correct insertion functions in many places.
10440 Always inherit text properties correctly if the text is
10441 permanent. Also do it for speed in temporary insertions,
10442 since I figure it's less work to continue the surrounding text
10443 properties than to break them.
10444
10445 * progmodes/cc-styles.el (c-read-offset): Unbind SPC in the
10446 completion to make it easier to enter lists.
10447
10448 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10449
10450 * progmodes/cc-cmds.el (c-beginning-of-defun): Fixed bug where
10451 c-state-cache was clobbered.
10452
10453 * progmodes/cc-cmds.el, progmodes/cc-engine.el
10454 (c-calculate-state): Moved from cc-cmds.el to cc-engine.el due
10455 to dependency.
10456
10457 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10458
10459 * progmodes/cc-engine.el (c-parse-state): Ignore unbalanced
10460 open parens in macros (if point isn't in the same one).
10461
10462 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10463
10464 * progmodes/cc-cmds.el (c-context-open-line): New function
10465 that is the `open-line' equivalent to `c-context-line-break'.
10466
10467 * progmodes/cc-mode.el (c-mode-base-map): Compatibility fix
10468 for Emacs 21 since `indent-new-comment-line' has been changed
10469 to `comment-indent-new-line' there.
10470
10471 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10472
10473 * progmodes/cc-engine.el, progmodes/cc-langs.el
10474 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma):
10475 New variables containing the character sets used to recognize
10476 statement/declaration boundaries. These variables might help
10477 to support languages like javascript and awk, where newlines
10478 sometimes delimits statements.
10479
10480 (c-crosses-statement-barrier-p): Use `c-stmt-delim-chars' as
10481 the set of statement delimiting characters, to allow it to be
10482 changed dynamically and per-mode.
10483
10484 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10485
10486 * progmodes/cc-engine.el (c-looking-at-bos)
10487 (c-looking-at-inexpr-block, c-add-stmt-syntax)
10488 (c-guess-basic-syntax): Treat blocks directly inside function
10489 calls like "bare" statements inside function calls, and not
10490 like in-expression statements. This to make indentation of
10491 such blocks consistent with other statements inside macro calls.
10492
10493 * progmodes/cc-engine.el (c-guess-basic-syntax):
10494 Made arglist-cont anchor correctly in arglists that contain statements.
10495
10496 * progmodes/cc-engine.el (c-guess-basic-syntax):
10497 Fixed consistent anchoring of defun-block-intro in defuns in code
10498 blocks (can only occur in Pike).
10499
10500 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
10501 (c-looking-at-inexpr-block-backward): Changed the arguments to
10502 require containing sexps and paren state, for better efficiency.
10503
10504 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10505
10506 * progmodes/cc-cmds.el, progmodes/cc-engine.el,
10507 progmodes/cc-vars.el: Improved anchoring of statement and
10508 handling of labels in front of substatements.
10509
10510 (c-guess-continued-construct, c-guess-basic-syntax):
10511 Improved and unified anchoring at statements. Statements beginning
10512 with comments or labels are now avoided, by going out of
10513 blocks and containing statements if necessary. This nesting
10514 handling also fixes the case when there's a statement after a
10515 block open brace. Added the syntactic symbol `substatement-label'.
10516
10517 (c-electric-colon): Map the new `substatement-label' to
10518 `label' when consulting `c-hanging-colons-alist'.
10519
10520 (c-offsets-alist): Added substatement-label. Updated the
10521 comments for the new anchoring positions at statements.
10522
10523 * progmodes/cc-engine.el (c-guess-basic-syntax): Use more sane
10524 anchor points for knr-argdecl-intro and access-label.
10525 They used to refer to some point on the same line, a bug which was
10526 neutralized by a kludge in `c-get-syntactic-indentation' which
10527 ignored such anchor points.
10528
10529 (c-get-syntactic-indentation): Removed the kludge that was
10530 necessary due to buggy anchor points.
10531
10532 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not check
10533 the absence of a comma before arglist-close (case 7A) in any
10534 language, since there's nothing better to do that case anyway.
10535 Added special case to make in-expression statements be
10536 recognized as normal arglist-cont if we're directly in a macro
10537 arglist, for consistency with other "bare" statements.
10538
10539 * progmodes/cc-engine.el (c-looking-at-bos): Added optional
10540 limit arg for backward searches.
10541
10542 * progmodes/cc-engine.el (c-looking-at-inexpr-block):
10543 Anchor gcc in-expression statements at the surrounding open
10544 parenthesis. Treat a class body as an in-expression class if
10545 it's used in an object clone expression in Pike.
10546
10547 * progmodes/cc-engine.el (c-get-offset)
10548 (c-get-syntactic-indentation): Allow several anchor positions
10549 in the list of syntactic symbols. Only the first is used as
10550 the base for the offset calculation.
10551
10552 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10553
10554 * progmodes/cc-cmds.el (c-indent-defun): Indent the current
10555 macro if inside one at the top level. Do not throw an error
10556 if used at the top level outside a macro.
10557
10558 * progmodes/cc-cmds.el (c-backslash-region): Do tab width
10559 alignment only if the backslashes can't be aligned with
10560 surrounding backslashes.
10561
10562 * progmodes/cc-engine.el (c-end-of-macro): New function.
10563
10564 * progmodes/cc-engine.el (c-least-enclosing-brace):
10565 Rewritten to not be destructive.
10566
10567 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10568
10569 * progmodes/cc-cmds.el (c-context-line-break): Only do a macro
10570 line break when point is inside the content of it; if it's in
10571 the cpp keyword a normal line break is done.
10572
10573 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not add
10574 cpp-macro-cont inside the argument list to a #define.
10575
10576 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10577
10578 * progmodes/cc-defs.el (c-forward-comment): Implemented a
10579 kludge to avoid the problem most forward-comment incarnations
10580 have with `\' together with comment parsing.
10581
10582 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10583
10584 * progmodes/cc-engine.el (c-check-state-cache): Fixed bug
10585 which could cause the state returned by `c-parse-state' to
10586 lack a closed paren element. That in turn could result in
10587 very long searches, since it's common that they start from the
10588 last preceding close brace.
10589
10590 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10591
10592 * progmodes/cc-engine.el (c-beginning-of-statement-1): Do not
10593 treat else-if as a single continuation, since that'd make it
10594 hard to get the right anchor point when there's a line break
10595 between the two keywords. This change causes else-clause to
10596 be anchored on the closest preceding else-if and not always on
10597 the starting if, but that doesn't affect the indentation for
10598 any reasonably sane style. Also introduced a noerror flag.
10599
10600 (c-beginning-of-closest-statement): Removed;
10601 c-beginning-of-statement-1 now avoids the problem this one solved.
10602
10603 * progmodes/cc-engine.el (c-guess-continued-construct)
10604 (c-guess-basic-syntax): Better and more uniform anchor points
10605 for 'statement-cont and 'substatement. The effect is
10606 noticeable mostly when there's a label on the same line as the
10607 beginning of the statement, or when there are more stuff
10608 before the start of the statement.
10609
10610 * progmodes/cc-engine.el (c-looking-at-inexpr-block):
10611 Added flag to disable looking at the type of the surrounding paren
10612 since that confuses c-beginning-of-statement-1 and a couple of
10613 other places.
10614
10615 * progmodes/cc-engine.el (c-guess-basic-syntax):
10616 Avoid stepping to the previous statement in case 18.
10617 Improvements in recognition of statement blocks on the top level.
10618
10619 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10620
10621 * progmodes/cc-engine.el (c-beginning-of-statement-1)
10622 (c-crosses-statement-barrier-p): Rewritten to get a well
10623 defined and documented behavior. This fixes some tricky cases
10624 in recognition of do-while constructs.
10625
10626 (c-backward-to-start-of-do, c-backward-to-start-of-if):
10627 Removed; use c-beginning-of-statement-1 instead.
10628
10629 (c-guess-continued-construct, c-guess-basic-syntax):
10630 Various fixes to not depend on the bugs previously in
10631 c-beginning-of-statement-1. Cleanups in cases 18 and 17 to
10632 use the new behavior of c-beginning-of-statement-1 better.
10633 Fixed recognition of catch blocks inside macros.
10634
10635 * progmodes/cc-engine.el (c-backward-syntactic-ws): Fixed bug
10636 in skipping over a macro.
10637
10638 * progmodes/cc-langs.el (c-label-kwds): New variable to
10639 contain the appropriate c-*-label-kwds value.
10640
10641 * progmodes/cc-vars.el (defcustom-c-stylevar): Fixed value
10642 evaluation bug that caused the widget for
10643 c-block-comment-prefix to bug out.
10644
10645 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10646
10647 * progmodes/cc-engine.el (c-guess-basic-syntax):
10648 Improved recognition of statements: They are now recognized in
10649 contexts where they normally can't occur, e.g. on the top level or
10650 in function call arguments. This is mainly useful to recognize
10651 statements in macros at the top level, and in arguments to
10652 macros. The cases has been moved around quite a bit, and case
10653 10 has been copied to case 18. (The cases has not been
10654 renumbered because of this.)
10655
10656 (c-guess-continued-construct): New function which has the
10657 rules which are common between cases 10 and 18.
10658
10659 * progmodes/cc-engine.el (c-beginning-of-statement-1)
10660 (c-backward-to-start-of-do, c-backward-to-start-of-if):
10661 Fixes so that they really obey the passed limits.
10662
10663 (c-safe-position): Return nil if the state doesn't contain a
10664 suitable position.
10665
10666 (c-guess-basic-syntax): Fixes some too short limits in calls
10667 to c-beginning-of-statement-1. Some fixes for top level
10668 analysis in ObjC mode.
10669
10670 * progmodes/cc-engine.el (c-beginning-of-statement-1):
10671 Fixed bug in do-while statements where the body is not a block.
10672
10673 * progmodes/cc-styles.el (c-set-style):
10674 Reset c-special-indent-hook to its global value if in override mode.
10675 Fixes problem where functions on that hook remained after
10676 style switch.
10677
10678 * progmodes/cc-engine.el (c-evaluate-offset, c-get-offset):
10679 Use c-benign-error to report the c-strict-syntax-p error.
10680
10681 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10682
10683 * progmodes/cc-align.el, progmodes/cc-defs.el,
10684 progmodes/cc-cmds.el, progmodes/cc-engine.el, cc-vars.el:
10685 Several fixes to treat macros as code and not literals and to
10686 handle line continuations transparently.
10687
10688 (c-skip-ws-forward, c-skip-ws-backward): New macros to skip
10689 through whitespace and line continuations, but not comments
10690 and macros.
10691
10692 (c-in-literal): No longer recognizes macros as literals by
10693 default. An extra flag argument is required to do that.
10694
10695 (c-macro-start, c-query-macro-start)
10696 (c-query-and-set-macro-start): Added a cache for the macro
10697 start position.
10698
10699 (c-forward-syntactic-ws, c-backward-syntactic-ws): Fixes for
10700 more speed when limits are given. Workaround for bad behavior
10701 in forward-comment in some emacsen when it hits a buffer limit
10702 with a large repeat count.
10703
10704 (c-lineup-macro-cont): Improved behavior when
10705 c-syntactic-indentation-in-macros is nil.
10706
10707 (c-syntactic-indentation-in-macros, c-backslash-max-column)
10708 (c-auto-align-backslashes): New customization variables to
10709 control macro handling.
10710
10711 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
10712 Fixes to handle line continuations.
10713
10714 * progmodes/cc-defs.el, progmodes/cc-styles.el
10715 (c-get-style-variables, c-set-offset): Report style errors
10716 with message and ding instead of error signal. This to avoid
10717 interrupted mode init if there's some style problem.
10718
10719 (c-benign-error): New macro to report errors that doesn't need
10720 to interrupt the operation.
10721
10722 * progmodes/cc-defs.el (c-point): Added eonl and eopl positions.
10723
10724 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10725
10726 * progmodes/cc-cmds.el (c-electric-brace, c-indent-region):
10727 Removed most of the c-state-cache fiddling, since the global
10728 state cache now handles this.
10729
10730 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed bug
10731 when there's an open paren at the very first char of the
10732 visible buffer region.
10733
10734 * progmodes/cc-engine.el (c-parse-state, c-check-state-cache):
10735 Cache the state globally and invalidate it below every buffer
10736 change with the new after change function
10737 `c-check-state-cache'. This gives a considerable performance
10738 boost when editing large functions or classes.
10739
10740 * progmodes/cc-engine.el (c-whack-state-after): Slight optimization.
10741
10742 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10743
10744 * progmodes/cc-engine.el, progmodes/cc-langs.el,
10745 progmodes/cc-align.el: Improvements to syntactic analysis
10746 inside macros:
10747
10748 (c-block-stmt-1-kwds, c-block-stmt-2-kwds): New variables used
10749 by `c-guess-basic-syntax'.
10750
10751 (c-parse-state): Fixed bug with braces inside macros when
10752 using cached state info.
10753
10754 (c-forward-to-cpp-expression): New function to aid in
10755 syntactic analysis inside macros.
10756
10757 (c-beginning-of-statement-1, c-backward-syntactic-ws):
10758 Fixes to work better inside macros.
10759
10760 (c-forward-syntactic-ws): Whitespace between the # and the
10761 command should be allowed in preprocessor directives.
10762
10763 (c-lineup-macro-cont): New lineup function to get context
10764 sensitive indentation inside macros.
10765
10766 (c-offsets-alist): Made `c-lineup-macro-cont' the default for
10767 cpp-macro-cont.
10768
10769 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10770
10771 * progmodes/cc-engine.el (c-beginning-of-statement-1)
10772 (c-forward-syntactic-ws): Fixes to handle continued lines.
10773
10774 (c-backward-to-start-of-if, c-guess-basic-syntax):
10775 Do syntactic analysis inside macros.
10776
10777 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10778
10779 * progmodes/cc-cmds.el (c-indent-region): Did a speedup made
10780 possible by the more flexible state cache.
10781
10782 * progmodes/cc-engine.el (c-parse-state, c-whack-state-before)
10783 (c-whack-state-after, c-hack-state)
10784 (c-narrow-out-enclosing-class, c-guess-basic-syntax):
10785 Improved the state cache system. It now can use partial info from
10786 an old cached state to calculate a new one at a different
10787 position. Removed some kludges to avoid the state cache.
10788 The new functions `c-whack-state-before' and `c-whack-state-after'
10789 replace the now obsolete `c-whack-state'.
10790
10791 * progmodes/cc-engine.el (c-beginning-of-statement-1):
10792 Optimized backing through a macro. This can speed things up
10793 quite a bit when there are long macros before point.
10794
10795 (c-beginning-of-macro): Do not ignore the limit.
10796
10797 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10798
10799 * progmodes/cc-cmds.el (c-electric-continued-statement):
10800 Fixed a bug where the keyword wasn't reindented correctly if
10801 followed by another keyword or identifier.
10802
10803 * progmodes/cc-engine.el (c-parse-state): Ignore closed brace
10804 pairs that are in macros. Fixes some cases where e.g. the
10805 second of two "do { } while (0)" macros after each other
10806 indented differently.
10807
10808 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10809
10810 * progmodes/cc-engine.el (c-beginning-of-macro)
10811 (c-forward-syntactic-ws): Recognize "#!" as a preprocessor
10812 directive when it begins a line, to allow for script
10813 interpreter lines like "#!/usr/bin/pike" at the beginning of
10814 the file.
10815
10816 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10817
10818 * progmodes/cc-engine.el (c-looking-at-inexpr-block):
10819 Recognize brace blocks inside a parenthesis expression as
10820 inexpr-statement. Useful when writing statements as macro arguments.
10821
10822 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10823
10824 * progmodes/cc-cmds.el (c-fill-paragraph, c-do-auto-fill)
10825 (c-mask-comment): Broke out the comment masking code from
10826 `c-fill-paragraph' to a new function `c-mask-comment', to be
10827 able to do the same thing in `c-do-auto-fill'. This should
10828 make auto-fill-mode behave better.
10829
10830 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10831
10832 * progmodes/cc-cmds.el (c-electric-brace, c-electric-paren):
10833 Check `executing-macro' to avoid blinking parens when macros
10834 are executed.
10835
10836 * progmodes/cc-mode.el, progmodes/cc-styles.el
10837 (c-setup-filladapt): Moved from cc-mode.el to cc-styles.el for
10838 consistency with `c-setup-paragraph-variables' (which was
10839 placed there due to the dependency from `c-set-style').
10840
10841 * progmodes/cc-styles.el, progmodes/cc-vars.el: Fixed bug with
10842 incomplete initialization from the style variable fallbacks if
10843 there already is a style called "user" defined when CC Mode
10844 starts up for the first time.
10845
10846 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10847
10848 * progmodes/cc-cmds.el, progmodes/cc-vars.el
10849 (c-comment-indent, c-indent-comment-alist): Added new variable
10850 `c-indent-comment-alist' to allow better control over
10851 `c-comment-indent'.
10852
10853 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10854
10855 * progmodes/cc-align.el (c-lineup-C-comments): Try to match
10856 both `comment-start-skip' and the comment prefix on the
10857 current line with the comment starter, so that we line up
10858 comments which matches `c-comment-prefix-regexp' on the first
10859 line (after the `/') without the need to make
10860 `comment-start-skip' match whatever `c-comment-prefix-regexp' matches.
10861
10862 * progmodes/cc-mode.el, progmodes/cc-styles.el (c-common-init)
10863 (c-set-style-1, c-setup-paragraph-variables): Moved the
10864 variable initialization based on `c-comment-prefix-regexp' to
10865 a new function `c-setup-paragraph-variables', which is now
10866 used both at mode init and when a style that sets
10867 `c-comment-prefix-regexp' is activated.
10868
10869 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10870
10871 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
10872 Better handling of C++ template args to avoid confusion with
10873 `<' and `>' used as operators in member init expressions.
10874
10875 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10876
10877 * progmodes/cc-engine.el (c-most-enclosing-brace)
10878 (c-least-enclosing-brace): Added optional second arg to limit
10879 the search to before a certain point.
10880
10881 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed bug
10882 which could cause incorrect analysis if a cached state is used
10883 (usually only happens when an electric key reindents a line).
10884
10885 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10886
10887 * progmodes/cc-defs.el (c-forward-comment): More idiosyncrasy
10888 insulation. This time for XEmacs 21.
10889
10890 * progmodes/cc-engine.el, progmodes/cc-langs.el:
10891 Improved handling of inheritance lists:
10892
10893 (c-beginning-of-inheritance-list): Rewritten to use a more
10894 syntactically correct method that doesn't get confused by
10895 badly placed linebreaks and comments.
10896
10897 (c-guess-basic-syntax): Several fixes to the handling of
10898 inheritance lists in combination with templates. 'inher-intro
10899 is now anchored on the start of the class declaration and not
10900 the indentation of the current line. Switched places on cases
10901 5D.3 and 5D.4 and made them use more syntactically correct methods.
10902
10903 (c-inher-key): Removed since the code in
10904 `c-guess-basic-syntax' now uses token-based search.
10905
10906 * progmodes/cc-cmds.el, progmodes/cc-mode.el (c-mode-menu):
10907 Added a submenu to access some toggles.
10908
10909 (c-toggle-syntactic-indentation): New function to toggle the
10910 variable `c-syntactic-indentation'.
10911
10912 * progmodes/cc-styles.el (c-set-style): Improved the error
10913 message for incorrect offsets a bit.
10914
10915 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10916
10917 * progmodes/cc-cmds.el (c-indent-exp): Don't require that the
10918 sexp follows point immediately, instead find the closest
10919 following open paren that ends on another line.
10920
10921 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10922
10923 * progmodes/cc-align.el (c-lineup-cascaded-calls):
10924 New indentation function.
10925
10926 * progmodes/cc-engine.el (c-beginning-of-macro): Bugfix for
10927 directives with whitespace between the '#' and the name.
10928
10929 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10930
10931 * progmodes/cc-engine.el (c-forward-syntactic-ws)
10932 (c-backward-syntactic-ws): Handle line continuations as
10933 whitespace. Don't move past a macro if that'd take us past
10934 the limit.
10935
10936 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10937
10938 * progmodes/cc-engine.el (c-beginning-of-macro)
10939 (c-forward-syntactic-ws): Multiline strings begin with `#"' in
10940 Pike, and that shouldn't be confused with a preprocessor directive.
10941
10942 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10943
10944 * progmodes/cc-cmds.el: Extended the kludge to interoperate
10945 with the delsel and pending-del packages wrt to the new
10946 function `c-electric-delete-forward'.
10947
10948 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10949
10950 * progmodes/cc-cmds.el (c-indent-exp): Keep the indentation of
10951 the block itself, i.e. only indent the contents in it.
10952
10953 * progmodes/cc-styles.el (c-set-style): Use the default
10954 argument to completing-read instead of initial-contents, if
10955 the function is recent enough to support it.
10956
10957 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10958
10959 * progmodes/cc-mode.el (c-mode-help-address):
10960 Removed bug-gnu-emacs@gnu.org from the receiver list for bug reports.
10961 I've almost never seen a bug reported this way that should go
10962 to that list, but it's rather common that the reports concern
10963 the combination CC Mode and XEmacs instead.
10964
10965 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10966
10967 * progmodes/cc-cmds.el (c-electric-paren): Fixed bug when both
10968 brace-elseif-brace and brace-catch-brace are active and
10969 there's a "else if"-block before the catch block.
10970
10971 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
10972 Detect function headers that span lines.
10973
10974 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10975
10976 * progmodes/cc-cmds.el (c-electric-brace)
10977 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
10978 Check for last on line only for doing the auto-newline-mode
10979 stuff, not for the reindentation.
10980
10981 * progmodes/cc-cmds.el (c-electric-brace): Fixed bugs in the
10982 handling of c-syntactic-indentation: When it's nil, indent the
10983 new lines but don't reindent the current one. Reindent the
10984 line only when the inserted brace comes first on it, instead
10985 of last.
10986
10987 * progmodes/cc-cmds.el (c-electric-brace)
10988 (c-electric-semi&comma): Fixed two places where
10989 c-syntactic-indentation wasn't heeded.
10990
10991 * progmodes/cc-cmds.el (c-electric-pound): Don't be electric
10992 inside a macro.
10993
10994 * progmodes/cc-engine.el (c-backward-to-start-of-if): Try a
10995 little harder to find a fallback position when an orphan else
10996 is found. Fixed case where an else following a do-while
10997 statement could be associated with an if inside the do-while.
10998
10999 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11000
11001 * progmodes/cc-cmds.el (c-guess-fill-prefix): Tuned the dwim
11002 for the fallback to add a single space after the comment prefix.
11003
11004 * progmodes/cc-cmds.el (c-indent-new-comment-line): Somewhat better
11005 behavior in some special cases, especially for single-line comments.
11006 Avoid breaking up a comment starter or ender.
11007
11008 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11009
11010 * progmodes/cc-cmds.el (c-outline-level): Applied patch from
11011 the Emacs sources to make this work in invisible text.
11012
11013 * progmodes/cc-langs.el (c-switch-label-key): Fixed regexp to
11014 not be confused by a later ':' on the same line as the label.
11015
11016 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11017
11018 * progmodes/cc-cmds.el, progmodes/cc-mode.el
11019 (c-electric-delete, c-electric-delete-forward):
11020 Split `c-electric-delete' into two functions where
11021 `c-electric-delete-forward' always deletes forward and
11022 `c-electric-delete' only contains the code necessary for
11023 XEmacs to choose between backward and forward deletion.
11024 `c-electric-delete-forward' is now bound to C-d to get the
11025 electric behavior on that key too.
11026
11027 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11028
11029 * progmodes/cc-cmds.el (c-fill-paragraph): Fixed bogus direct
11030 use of c-comment-prefix-regexp, which caused an error when
11031 it's a list.
11032
11033 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11034
11035 * progmodes/cc-mode.el, progmodes/cc-vars.el (c-common-init)
11036 (c-default-style): Removed the hardcoded switch to "java" style
11037 in Java mode. It's instead taken care of by the default value
11038 for c-default-style.
11039
11040 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11041
11042 * progmodes/cc-align.el (c-lineup-math): Fix bug where lineup
11043 was triggered by equal signs in string literals.
11044
11045 2002-04-21 Kim F. Storm <storm@cua.dk>
11046
11047 * subr.el (insert-buffer-substring-no-properties): New function.
11048 (insert-buffer-substring-as-yank): New function.
11049
11050 2002-04-21 Glenn Morris <gmorris@ast.cam.ac.uk>
11051
11052 * scroll-all.el (minor-mode-alist): Fix usage of `scroll-all-mode'.
11053 (scroll-all-page-down-all, scroll-all-page-up-all) Remove `fkey-'
11054 prefix from scroll commands. Ignore end-of-buffer errors from
11055 other windows.
11056 (scroll-all-check-to-scroll): Remove `fkey-' prefix from scroll
11057 commands.
11058 (scroll-all-beginning-of-buffer-all, scroll-all-end-of-buffer-all):
11059 New functions.
11060
11061 * files.el: (auto-mode-alist): .f95 files in f90-mode.
11062
11063 * progmodes/fortran.el: (fortran-beginning-do): Make regexp match
11064 a DO statement irrespective of numeric label.
11065
11066 2002-04-20 Glenn Morris <gmorris@ast.cam.ac.uk>
11067
11068 * files.el (auto-save-file-name-transforms): Doc fix.
11069 Add third element to "uniquify" filenames.
11070 (make-auto-save-file-name): Use new element of
11071 auto-save-file-name-transforms.
11072 * startup.el (command-line): Add third element to
11073 auto-save-file-name-transforms.
11074
11075 2002-04-19 Stefan Monnier <monnier@cs.yale.edu>
11076
11077 * files.el (file-name-non-special): Don't mangle the 0'th arg and the
11078 return value of file-name-completion and file-name-all-completions.
11079
11080 2002-04-19 Glenn Morris <gmorris@ast.cam.ac.uk>
11081
11082 * progmodes/f90.el: Update maintainer.
11083 (f90-line-continued): Recognize blank/comment lines embedded in
11084 continuation lines.
11085 (f90-looking-at-program-block-start): No extra indentation after
11086 function or subroutine keyword appears in single quotes.
11087
11088 2002-04-19 Miles Bader <miles@gnu.org>
11089
11090 * custom.el (customize-mark-to-save, customize-mark-as-set)
11091 (custom-quote): Moved here from `cus-edit.el'.
11092 * cus-edit.el (customize-mark-to-save, customize-mark-as-set)
11093 (custom-quote): Moved to `custom.el'.
11094
11095 2002-04-18 Richard M. Stallman <rms@gnu.org>
11096
11097 * facemenu.el (list-text-properties-at): Command deleted.
11098
11099 * rect.el (insert-rectangle): Use insert-for-yank.
11100
11101 * register.el (insert-register): Use insert-for-yank.
11102 (describe-register-1): Discard text props in yank-excluded-properties.
11103
11104 * toolbar/tool-bar.el (tool-bar-local-item-from-menu):
11105 Fix parts in construction of `menu-item' item at end.
11106
11107 * mail/mailabbrev.el (mail-mode-abbrev-table): Delete defvar.
11108
11109 * subr.el (insert-for-yank): New function.
11110
11111 * simple.el (yank-excluded-properties): New user option.
11112 (yank-pop, yank): Use insert-for-yank.
11113
11114 2002-04-19 Kim F. Storm <storm@cua.dk>
11115
11116 * simple.el (pop-to-mark-command): Do not set this-command.
11117 (set-mark-command): Always jump to mark when called with arg.
11118
11119 2002-04-18 Francesco Potort\e,Al\e(B <pot@gnu.org>
11120
11121 * comint.el (comint-watch-for-password-prompt): Remove whitespace
11122 at the beginning of password prompts.
11123
11124 2002-04-18 Andrew Innes <andrewi@gnu.org>
11125
11126 * facemenu.el: Remove require of wid-edit.
11127
11128 2002-04-17 Colin Walters <walters@verbum.org>
11129
11130 * ibuffer.el (ibuffer-visit-buffer): Optionally allow reducing to
11131 one window.
11132 (ibuffer-visit-buffer-1-window): Simply call `ibuffer-visit-buffer'.
11133 (ibuffer-current-state-list): Reinstate optional argument; now
11134 just call `point' inside the mapping function.
11135
11136 2002-04-17 Francesco Potort\e,Al\e(B <pot@gnu.org>
11137
11138 * dired-aux.el (dired-star-subst-regexp)
11139 (dired-quark-subst-regexp): New constants.
11140 (dired-do-shell-command, dired-shell-stuff-it): Use them.
11141 (dired-do-shell-command): Raise an error if both `*' and `?'
11142 substitution marks are used in the same command.
11143 (dired-shell-stuff-it): Substitute all instances of `*' and `?'
11144 in a command given via dired-do-shell-command.
11145
11146 * comint.el (comint-password-prompt-regexp): Match "Repeat passphrase".
11147
11148 2002-04-16 Jason Rumney <jasonr@gnu.org>
11149
11150 * international/mule-cmds.el (locale-preferred-coding-systems):
11151 Add "jpn".
11152
11153 2002-04-16 Eli Zaretskii <eliz@is.elta.co.il>
11154
11155 * term.el (term-emulate-terminal): Fix last change.
11156
11157 2002-04-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11158
11159 * bindings.el (mode-line-mode-menu): Update names to reflect
11160 latest changes.
11161
11162 2002-04-16 Mike Williams <mdub@bigfoot.com>
11163
11164 * textmodes/sgml-mode.el (sgml-at-indentation-p): Move to fix
11165 compilation error.
11166
11167 2002-04-16 Michael Kifer <kifer@cs.stonybrook.edu>
11168
11169 * viper-ex.el: Patch by Samuel Padgett. Copyright papers received.
11170 (viper-ex-print-buf-name): New variable.
11171 (viper-ex-print-buf): New variable.
11172 (ex-token-alist): Invoke ex-print on ":print" Ex commands.
11173 (ex-g-marks): New variable.
11174 (ex-print): New function.
11175 (ex-print-display-lines): New function.
11176
11177 * viper.el (viper-set-hooks): Add window-setup-hook, which sets
11178 the cursor color.
11179
11180 * ediff-util.el (ediff-cleanup-mess): Delete ctl window on exit
11181 when the window is not in its own frame.
11182 (ediff-clone-buffer-for-region-comparison): More robust window
11183 arrangement while prompting for regions to compare.
11184 (ediff-make-cloned-buffer): Use generate-new-buffer-name.
11185 (ediff-inferior-compare-regions): Deleted unused vars
11186 ctl-buf and quit-now.
11187
11188 2002-04-15 Richard M. Stallman <rms@gnu.org>
11189
11190 * facemenu.el (facemenu-add-new-face): Use this only for faces.
11191 Delete arg MENU.
11192 (facemenu-add-new-color): New function.
11193 (facemenu-set-foreground, facemenu-set-background):
11194 Use facemenu-add-new-color.
11195
11196 2002-04-15 Eli Zaretskii <eliz@is.elta.co.il>
11197
11198 * ediff-init.el (ediff-current-diff-face-A)
11199 (ediff-current-diff-face-B, ediff-current-diff-face-C)
11200 (ediff-current-diff-face-Ancestor, ediff-fine-diff-face-A)
11201 (ediff-fine-diff-face-B, ediff-fine-diff-face-C)
11202 (ediff-fine-diff-face-Ancestor, ediff-even-diff-face-A)
11203 (ediff-even-diff-face-B, ediff-even-diff-face-C)
11204 (ediff-even-diff-face-Ancestor, ediff-odd-diff-face-A)
11205 (ediff-odd-diff-face-B, ediff-odd-diff-face-C)
11206 (ediff-odd-diff-face-Ancestor): Add special color definitions for
11207 tty and MS-DOS displays.
11208
11209 2002-04-15 Andrew Innes <andrewi@gnu.org>
11210
11211 * facemenu.el: Require wid-edit.
11212
11213 2002-04-15 Miles Bader <miles@gnu.org>
11214
11215 * faces.el (highlight): Force foreground to be black on a tty, so
11216 this face is readable on a dark-background tty.
11217 * wid-edit.el (widget-field-face, widget-single-line-field-face):
11218 Likewise.
11219
11220 2002-04-14 Kim F. Storm <storm@cua.dk>
11221
11222 * simple.el (pop-to-mark-command, push-mark-command): New commands.
11223 (set-mark-command): Use them.
11224 Enhanced functionality when command is repeated:
11225 - If first command set the mark (no prefix arg), repeat temporarily
11226 enables transient-mark-mode.
11227 - If first command jumped to mark off ring (with argument),
11228 repeat (with or without arg) jump to next mark off ring.
11229 - Use C-u C-u prefix to set mark after jump.
11230 (exchange-point-and-mark): Temporarily enable transient-mark-mode
11231 if prefix arg.
11232
11233 2002-04-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11234
11235 * speedbar.el (speedbar-tag-hierarchy-method)
11236 (speedbar-toggle-updates, speedbar-toggle-images): Doc fixes.
11237
11238 2002-04-14 Mike Williams <mdub@bigfoot.com>
11239
11240 * textmodes/sgml-mode.el (sgml-parse-tag-backward): Fix to work at
11241 beginning of buffer.
11242
11243 2002-04-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11244
11245 * speedbar.el (speedbar-generic-item-info)
11246 (speedbar-sort-tags): Doc fix.
11247 (speedbar-add-supported-extension): Fix typo in interactive spec.
11248
11249 2002-04-13 Colin Walters <walters@verbum.org>
11250
11251 * ibuffer.el (ibuffer-forward-line): Just skip header if we're
11252 only moving one line forward.
11253 (ibuffer-map-lines): Preserve point position even if we delete
11254 lines. Only call mapping functions with buffer and mark
11255 arguments; the other two were unused.
11256 (ibuffer-redisplay, ibuffer-update): Always skip special areas.
11257
11258 * ibuf-macs.el, ibuf-ext.el: Update callers of `ibuffer-map-lines'.
11259
11260 * calc/calc-bin.el (math-format-radix-float): Use `when'.
11261
11262 * calc/calc.el (math-format-number): Load `calc-ext' before we
11263 call `math-group-float'.
11264
11265 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
11266 Renamed from `gamegrid-add-score'.
11267 (gamegrid-add-score-insecure): Restored from the old
11268 `gamegrid-add-score'.
11269 (gamegrid-add-score): Just dispatch on `system-type' to one of the
11270 previous two functions.
11271
11272 2002-04-13 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11273
11274 * iswitchb.el: Update commentary to include new function
11275 iswitchb-exclude-nonmatching.
11276
11277 2002-04-12 John Wiegley <johnw@gnu.org>
11278
11279 * eshell/esh-ext.el (eshell-script-interpreter): Fix for CRLF
11280 operating systems to the regexp used to detect a script's interpreter.
11281
11282 2002-04-12 Eli Zaretskii <eliz@is.elta.co.il>
11283
11284 * frame.el (frames-on-display-list): Use `equal' to compare the
11285 `display' frame parameter to the argument DISPLAY.
11286
11287 2002-04-12 Dave Love <fx@gnu.org>
11288
11289 * help.el (string-key-binding): Deal with margin events.
11290
11291 2002-04-12 Francesco Potort\e,Al\e(B <pot@gnu.org>
11292
11293 * comint.el (comint-password-prompt-regexp): Match " SMB password".
11294
11295 2002-04-11 Stefan Monnier <monnier@cs.yale.edu>
11296
11297 * sort.el (sort-reorder-buffer): Don't assume point-min == 1.
11298
11299 * xt-mouse.el (xterm-mouse-mode): Use define-minor-mode.
11300
11301 * emacs-lisp/lucid.el (device-class, buffer-syntactic-context)
11302 (buffer-syntactic-context-depth): New funs.
11303
11304 * emacs-lisp/edebug.el (edebug-eval-defun): Don't use defconst
11305 on variables.
11306
11307 * emacs-lisp/debug.el (debug-on-entry): Use push.
11308 (debugger-make-xrefs): Don't assume point-min == 1.
11309
11310 * progmodes/cc-engine.el (c-backward-to-start-of-if):
11311 Don't assume point-min == 1.
11312
11313 * progmodes/etags.el (etags-verify-tags-table, etags-snarf-tag)
11314 (etags-list-tags, etags-tags-apropos, select-tags-table):
11315 Don't assume point-min == 1.
11316
11317 2002-04-12 Mike Williams <mdub@bigfoot.com>
11318
11319 * textmodes/sgml-mode.el (sgml-guess-indent): New function.
11320
11321 2002-04-11 Stefan Monnier <monnier@cs.yale.edu>
11322
11323 * textmodes/fill.el (fill-context-prefix): Fix up last change.
11324
11325 * simple.el (line-move): Use memq rather than or.
11326 (transpose-sexps): Don't presume as much of forward-sexp's behavior.
11327 (do-auto-fill): Use fill-move-to-break-point.
11328 (syntax-code-table): Remove.
11329
11330 * textmodes/fill.el (canonically-space-region): Obey sentence-end.
11331 Don't add spaces at end of sentences at end of line.
11332 (fill-move-to-break-point): Make sure the result is always greater
11333 than linebeg, so we ensure forward progress.
11334 (fill-region-as-paragraph): Compare to `to' rather than eobp.
11335 (fill-paragraph): Don't rebind fill-paragraph-function.
11336
11337 2002-04-11 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11338
11339 * menu-bar.el (menu-bar-adv-search-menu): Add incremental search.
11340
11341 2002-04-11 Andreas Schwab <schwab@suse.de>
11342
11343 * files.el (file-name-non-special): Handle return value of t from
11344 `file-name-completion'.
11345
11346 2002-04-10 Stefan Monnier <monnier@cs.yale.edu>
11347
11348 * textmodes/fill.el (fill-context-prefix): Match the two prefixes
11349 differently to avoid pathological exponential-time case.
11350 (adaptive-fill-regexp): Add ! and %.
11351 (fill-delete-prefix): Remove indentation while removing prefix.
11352 (fill-delete-newlines): Obey sentence-end.
11353 (fill-move-to-break-point, fill-newline): New functions extracted
11354 from fill-region-as-paragraph.
11355 (fill-region-as-paragraph): Use them.
11356 Don't fiddle with fill-indent-according-to-mode.
11357
11358 2002-04-10 Colin Walters <walters@verbum.org>
11359
11360 * play/snake.el (snake-score-file): Default to just "snake-scores".
11361
11362 * play/tetris.el (tetris-score-file): Likewise.
11363
11364 * play/gamegrid.el (gamegrid-add-score): Rewrite from scratch to
11365 use `update-game-score'.
11366
11367 * ibuffer.el (ibuffer-canonicalize-state-list): Delete unused function.
11368 (ibuffer-current-buffers-with-marks): Don't call `buffer-list'
11369 ourselves; take it as an argument. Caller updated.
11370 (ibuffer-mode): Make mode-class special.
11371
11372 2002-04-10 Richard M. Stallman <rms@gnu.org>
11373
11374 * dired.el (dired-view-command-alist): New variable.
11375 (dired-view-file): Use external viewers for some files names.
11376
11377 * mouse.el (mouse-drag-region-1): Display region highlight
11378 only in the selected window.
11379
11380 * subr.el (remove-hook): When there are no more local hooks,
11381 kill the buffer-local value.
11382
11383 * isearch.el (isearch-mode): Don't call make-frame-visible
11384 if frame is already visible.
11385
11386 * cus-face.el (custom-face-attributes): Fix typo in `ultra-bold'.
11387
11388 2002-04-09 Emmanuel Briot <briot@act-europe.fr>
11389
11390 * progmodes/ada-prj.el: Add support for the new project file
11391 fields: gnatfind-opt, debug-pre-cmd and debug-post-cmd.
11392 Fix widget handling for Emacs 21. ada-mode now only supports a single
11393 active project file, instead of one per buffer. This is far less
11394 confusing.
11395
11396 * progmodes/ada-stmt.el: Menu changed from Statements to Templates.
11397 (ada-func-or-proc-name): Get real subprogram name, after change in
11398 ada-mode.el.
11399
11400 * progmodes/ada-xref.el: Ada-mode no longer supports a different
11401 project file per buffer. This was too complex. Instead, there is
11402 now a single active project file at any given time, and the user
11403 can switch the active one through the Ada menu. This revision
11404 also provides better handling of the Windows command line, and the
11405 various available shells on that platform. ada-mode is now fully
11406 integrated with the GNU visual debugger gvd, see
11407 http://libre.act-europe.fr.
11408 (ada-prj-default-comp-opt): Use the new GNAT switch -gnatQ.
11409 This is only available with GNAT 3.14.
11410 (ada-prj-gnatfind-switches, ada-cd-command): New variable.
11411 (ada-quote-cmd): New function.
11412 (ada-initialize-runtime-library): Get the location of the actual
11413 runtime the compiler will be using, including support for
11414 cross-platform environments.
11415 (ada-treat-cmd-string): Add support for the new variable
11416 ${full_current} add support for debug-pre-cmd and debug-post-cmd,
11417 two commands to run just prior to running the debugger, and just
11418 after starting it. This provide better support for cross-platform
11419 and remote debugging.
11420 (ada-get-absolute-dir): Remove, replace with expand-file-name.
11421 (ada-gdb-application): New parameter executable-name.
11422 (ada-get-ali-file-name): Better handling of separate packages.
11423 Checkin on behalf of the ada-mode maintainer.
11424
11425 * progmodes/ada-mode.el (ada-case-exception-file)
11426 (ada-indent-handle-comment-special): New variables.
11427 (ada-case-exception-substring): New variable. Casing exceptions
11428 can now also be defined for substrings, in addition to full
11429 identifier names. This provides more flexibility.
11430 (ada-align-list): New fun, provide support for align.el in ada-mode.
11431 (ada-procedure-start-regexp): Add support for operators and
11432 generic formal subprograms and packages.
11433 (ada-imenu-comment-re): New variable.
11434 (ada-imenu-generic-expression): Add support for protected types.
11435 (ada-mode): Set comment-start only after running ada-mode-hook, so
11436 that the user can change ada-comment-start in the hook.
11437 Add support for ispell in comments. Add support for align.el.
11438 (ada-save-exception-file, ada-create-case-exception-substring)
11439 (ada-adjust-case-substring): New functions.
11440 (ada-get-current-indent): Properly handles keywords with uppercases.
11441 (ada-goto-matching-end): Rewritten, fixes problems in the handling
11442 of nested blocks.
11443 (ada-untab-hard): Do not touch the contents of comments and strings.
11444
11445 2002-04-09 Mike Williams <mdub@bigfoot.com>
11446
11447 * textmodes/sgml-mode.el (sgml-lexical-context):
11448 Use sgml-parse-tag-backward to find start point.
11449 (sgml-looking-back-at): Doc fix.
11450
11451 2002-04-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11452
11453 * isearch.el (isearch-message-prefix): Use minibuffer-prompt face
11454 for prompt.
11455
11456 2002-04-08 Stefan Monnier <monnier@cs.yale.edu>
11457
11458 * autorevert.el (auto-revert-mode, global-auto-revert-mode):
11459 Use define-minor-mode.
11460 (auto-revert-buffers): Use with-current-buffer.
11461 Avoid changing the minor modes.
11462
11463 * international/iso-acc.el (iso-accents-accent-key): Use `vector'
11464 rather than char-to-string since last-input-char can be any event.
11465
11466 * international/titdic-cnv.el (tit-dictionary):
11467 Use defvar for non-constants.
11468
11469 * progmodes/cwarn.el (global-cwarn-mode): Use define-minor-mode.
11470 (global-cwarn-mode): Use easy-mmode-define-global-mode.
11471 (cwarn-font-lock-keywords): New function.
11472 Replaces cwarn-font-lock-remove-keywords cwarn-font-lock-add-keywords.
11473 (cwarn-font-lock-match): New macro.
11474 (cwarn-font-lock-match-assignment-in-expression)
11475 (cwarn-font-lock-match-dangerous-semicolon)
11476 (cwarn-font-lock-match-reference): Use it.
11477
11478 * progmodes/cperl-mode.el (cperl-make-face, cperl-force-face):
11479 Use defvar rather than defconst since it's meant to be settable.
11480 (cperl-syntax-done-to): Don't hardcode 1 as (point-min).
11481 (cperl-fix-line-spacing): Add missing \ in [ t].
11482
11483 * loadup.el: Call ucs-unify-8859 directly rather than
11484 unify-8859-on-encoding-mode.
11485 (fns-*.el): Don't use it anymore. Keep the load-history in purespace.
11486
11487 * textmodes/sgml-mode.el (sgml-comment-indent-new-line): New fun.
11488 (sgml-mode): Use it for comment-line-break-function.
11489
11490 2002-04-08 Jason Rumney <jasonr@gnu.org>
11491
11492 * international/mule-cmds.el (reset-language-environment):
11493 Handle coding-systems not being defined yet.
11494
11495 2002-04-08 Sam Steingold <sds@gnu.org>
11496
11497 * vc-cvs.el (vc-cvs-valid-version-number-p): New function.
11498 (vc-cvs-checkin): Use it.
11499
11500 2002-04-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11501
11502 * files.el (display-time-string): Fix last change.
11503
11504 2002-04-07 Sam Steingold <sds@gnu.org>
11505
11506 * vc-cvs.el (vc-cvs-checkin): Pass the required argument to `error'.
11507
11508 2002-04-07 Jason Rumney <jasonr@gnu.org>
11509
11510 * international/mule-cmds.el (set-default-coding-systems)
11511 (reset-language-environment): Preserve eols on
11512 default-process-coding-system.
11513 (coding-system-change-text-conversion): Fix case where CODING is nil.
11514
11515 2002-04-07 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11516
11517 * subr.el (play-sound): Move here from simple.el.
11518
11519 * simple.el (play-sound): Move to subr.el.
11520
11521 2002-04-06 Richard M. Stallman <rms@gnu.org>
11522
11523 * files.el (display-time-string-forms): Mark as risky.
11524
11525 * enriched.el (enriched-decode-foreground, enriched-decode-background):
11526 Use proper format for desired elts of `face' property.
11527 Don't test display-color-p; make the properties unconditionally.
11528
11529 * progmodes/compile.el (compilation-error-regexp-alist):
11530 New alternatives for FILE:LINE.COL and for ranges of columns and lines.
11531
11532 2002-04-06 Per Abrahamsen <abraham@dina.kvl.dk>
11533
11534 * progmodes/cc-vars.el (c-block-comment-prefix): Specify :value
11535 for customization type.
11536 Reported by Mattias Fredsberg <mattias.fredsberg@active-tv.com>.
11537
11538 2002-04-06 Mike Williams <mdub@bigfoot.com>
11539
11540 * textmodes/xml-lite.el: Remove.
11541
11542 2002-04-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11543
11544 * simple.el (play-sound): New function (uses play-sound-internal).
11545
11546 2002-04-04 Richard M. Stallman <rms@gnu.org>
11547
11548 * files.el (mode-line-format, mode-line-modified)
11549 (mode-line-mule-info, mode-line-buffer-identification)
11550 (mode-line-modes, mode-line-position): Explicitly mark as risky.
11551 (hack-one-local-variable): Don't recognize "mode-line-..." as risky.
11552
11553 * calendar/solar.el (solar-northern-spring-or-summer-season): Doc fix.
11554
11555 * mail/mailabbrev.el (mail-abbrev-make-syntax-table):
11556 Use (syntax-table), not old-syntax-table.
11557
11558 * enriched.el (enriched-decode-foreground)
11559 (enriched-decode-background): Don't call facemenu-get-face.
11560
11561 2002-04-04 Mike Williams <mdub@bigfoot.com>
11562
11563 * textmodes/sgml-mode.el: Add missing require.
11564 (sgml-lexical-context): Fix up CDATA detection for boundary cases.
11565
11566 2002-04-03 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11567
11568 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line): Move to
11569 spot indicated by text property `cvs-goal-column', if present.
11570
11571 * pcvs-info.el (cvs-fileinfo-pp): Use text property
11572 `cvs-goal-column' to indicate position of file name (if present).
11573
11574 2002-04-03 Richard M. Stallman <rms@gnu.org>
11575
11576 * mail/mailabbrev.el (mail-abbrev-complete-alias):
11577 Call mail-abbrev-make-syntax-table.
11578
11579 * format.el (format-deannotate-region): Doc fix.
11580
11581 * enriched.el (enriched-face-ans): Delete special treatment
11582 for fg:... and bg:... faces.
11583 (enriched-decode-foreground): Return a list that specifies
11584 the foreground color, rather than creating a face.
11585 (enriched-decode-background): Likewise.
11586
11587 * shell.el (shell-mode): Don't reinit comint-input-ring
11588 if that was already done.
11589
11590 2002-04-03 Edward M. Reingold <reingold@emr.cs.iit.edu>
11591
11592 * solar.el (solar-spring-or-summer-season): Delete.
11593 (solar-northern-spring-or-summer-season): New variable.
11594 (solar-sunrise-and-sunset, solar-moment, solar-sunrise-sunset):
11595 Rewrite.
11596
11597 * solar.el (diary-sabbath-candles-minutes): New variable.
11598 (diary-sabbath-candles): Use it instead of fixed 18 minutes.
11599
11600 * calendar.el (update-calendar-mode-line): Force mode-line update.
11601 Make date under the cursor available as `date' in
11602 calendar-mode-line-format.
11603 Eval items in calendar-mode-line-format list.
11604
11605 * cal-tex.el (cal-tex-hook, cal-tex-year-hook, cal-tex-month-hook)
11606 (cal-tex-week-hook, cal-tex-daily-hook): Add doc strings.
11607
11608 * cal-tex.el (cal-tex-latexify-list): Fix doc string.
11609
11610 * cal-tex.el (cal-tex-insert-day-names): LaTeXify day names.
11611 (cal-tex-cursor-week-iso, cal-tex-week-hours, cal-tex-weekly4-box)
11612 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
11613 (cal-tex-daily-page, cal-tex-mini-calendar): LaTeXify day names.
11614
11615 * cal-tex.el: Change all instances (interactive "P") to
11616 (interactive "p").
11617 (cal-tex-cursor-month): Add hfill and newline at end of month that
11618 ended on Saturday.
11619 (cal-tex-preamble): Change to LaTeX2e.
11620 (cal-tex-cursor-filofax-year): Don't use default month names in
11621 LaTeX macros in case user changes them.
11622 (cal-tex-month-name): New function. Used throughout in case user
11623 has done something funny with month names.
11624
11625 * cal-hebrew.el (holiday-rosh-hashanah-etc): Spelling correction.
11626 (diary-rosh-hodesh): Spelling correction.
11627
11628 2002-04-03 Mike Williams <mdub@bigfoot.com>
11629
11630 * textmodes/sgml-mode.el (sgml-lexical-context)
11631 (sgml-parse-tag-backward): Extend support for CDATA to include
11632 conditional sections.
11633
11634 2002-04-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11635
11636 * cus-start.el: Rename `autoselect-window' to
11637 `mouse-autoselect-window'.
11638
11639 2002-04-02 Richard M. Stallman <rms@gnu.org>
11640
11641 * files.el (hack-one-local-variable):
11642 Clear text props from string value.
11643
11644 2002-04-02 Stefan Monnier <monnier@cs.yale.edu>
11645
11646 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
11647 (f90-procedures-re, f90-operators-re, f90-hpf-keywords-re):
11648 Use regexp-opt.
11649 (f90-keywords-re, f90-keywords-level-3-re): Add `pure' and `elemental'
11650 from F95.
11651 (f90-procedures-re): Add `null' and `cpu_time' from F95.
11652 (f90-font-lock-keywords-1): Minor reorganization so we don't need
11653 `override' any more.
11654 (f90-font-lock-keywords-3): Use `keep' rather than `override'.
11655 (f90-indent-subprogram): Use indent-region.
11656 (f90-break-line): Use indent-according-to-mode.
11657
11658 2002-04-02 Mike Williams <mdub@bigfoot.com>
11659
11660 * textmodes/sgml-mode.el (sgml-close-tag): Rename from
11661 sgml-insert-end-tag. Simplify by using sgml-lexical-context.
11662 (sgml-get-context): Remove use of sgml-inside-tag-p.
11663 (sgml-inside-tag-p): Remove.
11664 (sgml-looking-back-at): Short-circuit at beg of buffer.
11665 (sgml-lexical-context, sgml-calculate-indent): Add support for
11666 CDATA sections.
11667
11668 2002-04-01 Stefan Monnier <monnier@cs.yale.edu>
11669
11670 * help.el (help-key-description): New fun.
11671 (describe-key-briefly, describe-key): Use it and
11672 this-single-command-raw-keys plus new arg `untranslated'.
11673
11674 * textmodes/sgml-mode.el (sgml-at-indentation-p, sgml-tag)
11675 (sgml-parse-tag-name, sgml-looking-back-at, sgml-parse-tag-backward)
11676 (sgml-inside-tag-p, sgml-get-context, sgml-show-context)
11677 (sgml-insert-end-tag): New funs taken from xml-lite.el.
11678 (sgml-calculate-indent): Use them.
11679 (sgml-slash-matching): Rename from sgml-slash.
11680 (sgml-slash): Copied from xml-lite and changed to use
11681 sgml-slash-matching and sgml-quick-keys.
11682
11683 * international/mule-cmds.el (standard-keyboard-coding-systems):
11684 Add koi8-u and koi8-r.
11685
11686 * eshell/.cvsignore: New file.
11687
11688 * eshell/esh-groups.el: Remove.
11689
11690 * progmodes/tcl.el: Change maintainer.
11691 (tcl-electric-hash-style): Change default to nil.
11692 (tcl-imenu-generic-expression): Use tcl-proc-regexp.
11693 (tcl-do-auto-fill): Remove.
11694 (tcl-auto-fill-mode): Rewrite using comment-auto-fill-only-comments.
11695
11696 2002-04-01 Mike Williams <mdub@bigfoot.com>
11697
11698 * textmodes/sgml-mode.el: Doc fixes.
11699 (sgml-mode): Set indent-line-function to sgml-indent-line.
11700 (sgml-calculate-indent): Add an explicit check for 'text syntax,
11701 to protect against future enhancements to sgml-lexical-context.
11702 (sgml-empty-tag-p, sgml-unclosed-tag-p): New funcs.
11703
11704 * textmodes/xml-lite.el: Removed much redundant stuff.
11705 (xml-lite-parse-tag-backward): Simplify parsing by assuming we
11706 always start within text. Make use of sgml-unclosed-tag-p.
11707
11708 2002-04-01 Ville Skytt\e,Ad\e(B <ville.skytta@xemacs.org>
11709
11710 * tcl.el (tcl-imenu-generic-expression): New value.
11711 (tcl-imenu-create-index-function): Function deleted.
11712 (tcl-mode): Check for filladapt-mode.
11713 Use tcl-imenu-generic-expression instead of
11714 tcl-imenu-create-index-function.
11715 (inferior-tcl-mode): Doc fix.
11716 Change not legally significant.
11717
11718 2002-04-01 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11719
11720 * cus-start.el: Rename `x-autoselect-window' to `autoselect-window'.
11721
11722 * window.el (handle-select-window): New function.
11723 Update copyright.
11724
11725 2002-04-01 Richard M. Stallman <rms@gnu.org>
11726
11727 * info.el (info-tool-bar-map): Use tool-bar-local-item-from-menu.
11728
11729 * toolbar/tool-bar.el (tool-bar-local-item): Renamed from
11730 tool-bar-add-item, and new arg MAP.
11731 (tool-bar-add-item): Now calls tool-bar-local-item.
11732 (tool-bar-local-item-from-menu): Renamed from
11733 tool-bar-add-item-from-menu, and new arg IN-MAP.
11734 (tool-bar-add-item-from-menu): Now calls tool-bar-local-item-from-menu.
11735
11736 * help-fns.el (help-with-tutorial): Allow various ways
11737 to specify the text in the [...] line, in handling the <...> line.
11738
11739 * progmodes/idlw-rinfo.el (idlwave-system-routines):
11740 WOLRDTITLE => WORLDTITLE. SUPRESS_VALUE => SUPPRESS_VALUE.
11741
11742 * subr.el (redraw-modeline): Define alias.
11743
11744 2002-03-31 Richard M. Stallman <rms@gnu.org>
11745
11746 * files.el (file-expand-wildcards): Use save-match-data.
11747
11748 * files.el (format-alist): Mark as risky.
11749
11750 * simple.el (kill-new): Doc fix.
11751
11752 * emacs-lisp/byte-opt.el (side-effect-free-fns)
11753 (side-effect-and-error-free-fns): Add many functions, remove some.
11754
11755 2002-03-30 Richard M. Stallman <rms@gnu.org>
11756
11757 * menu-bar.el (menu-bar-tools-menu): Rename gdb item to say GDB.
11758
11759 2002-03-30 Eli Zaretskii <eliz@gnu.org>
11760
11761 * font-lock.el (save-buffer-state): Fix last change.
11762
11763 * files.el (auto-save-file-name-transforms): Fix last change.
11764
11765 * startup.el (command-line): Fix last change.
11766
11767 2002-03-29 Richard M. Stallman <rms@gnu.org>
11768
11769 * subr.el (play-sound-file): Moved to simple.el.
11770
11771 * simple.el (play-sound-file): Moved from subr.el, made unconditional.
11772
11773 2002-03-29 Colin Walters <walters@verbum.org>
11774
11775 * ibuffer.el (ibuffer-mark-interactive): Use `ibuffer-forward-line'
11776 instead of `forward-line'.
11777 (ibuffer-forward-line): Be sure to skip over special properties
11778 before moving, too.
11779
11780 * calc/calc.el (calc-was-split): Var deleted.
11781 (calc): Remove reference to it.
11782 (calc): Ditto.
11783 (calc-quit): Ditto.
11784 (calc-init-base): Ditto.
11785
11786 * calc/calc-misc.el (calc-delete-windows-keep): Function deleted.
11787
11788 2002-03-29 Stefan Monnier <monnier@cs.yale.edu>
11789
11790 * textmodes/sgml-mode.el (sgml-lexical-context): Return (text . START)
11791 instead of nil when point is outside of any tag.
11792 (sgml-beginning-of-tag): Adjust to the change.
11793 (sgml-calculate-indent): Use the new info returned by
11794 sgml-lexical-context. Try to handle unclosed tags.
11795
11796 * textmodes/xml-lite.el (xml-lite-get-context): Don't stop parsing
11797 at unclosed tags unless it is at indentation.
11798 Kill nested unclosed tags.
11799 (xml-lite-calculate-indent, xml-lite-indent-line): Remove.
11800 (xml-lite-mode): Use sgml-indent-line instead.
11801
11802 2002-03-29 Eli Zaretskii <eliz@is.elta.co.il>
11803
11804 * files.el (auto-save-file-name-transforms): Don't run "\\2" via
11805 expand-file-name.
11806
11807 * startup.el (command-line): Recompute auto-save-file-name-transforms
11808 using the updated value of temporary-file-directory.
11809
11810 2002-03-29 Stefan Monnier <monnier@cs.yale.edu>
11811
11812 * textmodes/xml-lite.el (xml-lite-get-context): Allow stopping
11813 even with an empty context. Don't save excursion any more.
11814 Don't complain about unmatched start-tags in sgml-unclosed-tags.
11815 Ignore end-tags in sgml-empty-tags.
11816 (xml-lite-get-context, xml-lite-calculate-indent)
11817 (xml-lite-insert-end-tag): Save excursion around xml-lite-get-context.
11818 (xml-lite-indent-line): Use back-to-indentation.
11819
11820 * textmodes/sgml-mode.el (sgml-basic-offset): New var.
11821 (sgml-name-re, sgml-attrs-re): New consts.
11822 (sgml-tag-name-re, sgml-start-tag-regex, sgml-font-lock-keywords-1)
11823 (sgml-mode): Use them.
11824 (sgml-lexical-context): Default to (point-min) if nothing else works.
11825 (sgml-calculate-indent): Indent slightly differently.
11826 (sgml-indent-line): Use back-to-indentation.
11827 (sgml-parse-dtd): New function.
11828 (sgml-unclosed-tags): New var.
11829 (html-mode): Set it.
11830
11831 2002-03-29 Simon Marshall <simon.marshall@misys.com>
11832
11833 * font-lock.el (save-buffer-state): Use make-symbol to bind `modified'.
11834
11835 2002-03-29 Richard M. Stallman <rms@gnu.org>
11836
11837 * dired-aux.el (dired-do-query-replace-regexp, dired-do-search):
11838 Use FILTER arg in dired-get-marked-files to exclude directories.
11839 (dired-nondirectory-p): New function.
11840
11841 * dired.el (dired-get-marked-files): New arg FILTER
11842 allows selection of some files.
11843
11844 * progmodes/tcl.el (tcl-imenu-create-index-function): Doc fix.
11845
11846 2002-03-29 Eric M. Ludlam <eric@siege-engine.com>
11847
11848 * speedbar.el (speedbar-default-directory-list): Made robust
11849 against deleted directories.
11850
11851 2002-03-28 Richard M. Stallman <rms@gnu.org>
11852
11853 * dired.el (dired-toggle-marks): Renamed from dired-do-toggle.
11854 Bindings changed.
11855
11856 * progmodes/compile.el (compilation-handle-exit):
11857 If compilation-window-height is 0, display status in echo area.
11858
11859 * simple.el (line-move-to-column): Don't call move-to-column if COL=0.
11860
11861 * rect.el (replace-rectangle): Add autoload.
11862
11863 * files.el: Mark many more variables as risky.
11864 (hack-one-local-variable): Recognize several additional
11865 patterns as risky.
11866
11867 * bindings.el (mode-line-mule-info): Use :propertize, not :eval.
11868
11869 2002-03-28 Stefan Monnier <monnier@cs.yale.edu>
11870
11871 * textmodes/xml-lite.el (xml-lite-in-string-p):
11872 Use sgml-lexical-context.
11873 (xml-lite-parse-tag-backward): Use sgml-tag-syntax-table.
11874 (xml-lite-get-context): Check that open/close tags match.
11875 Don't stop scanning while we're ignoring matching tags.
11876
11877 * textmodes/sgml-mode.el (sgml-make-syntax-table): New fun.
11878 (sgml-mode-syntax-table): Use it.
11879 (sgml-tag-syntax-table, sgml-tag-name-re): New const.
11880 (sgml-tags-invisible): Use it.
11881 (sgml-lexical-context): New fun.
11882 (sgml-maybe-end-tag, sgml-beginning-of-tag): Use it.
11883 (sgml-quote): Accept \n as entity reference terminator.
11884 (sgml-calculate-indent, sgml-indent-line): New funs.
11885
11886 2002-03-28 Andre Spiegel <spiegel@gnu.org>
11887
11888 * vc-cvs.el (vc-cvs-global-switches): New user option.
11889 (vc-cvs-command): New function. Update all callers of
11890 `vc-do-command' in vc-cvs.el to use this instead.
11891
11892 2002-03-27 Andrew Innes <andrewi@gnu.org>
11893
11894 * makefile.w32-in (bootstrap-clean-SH): Use for loop, instead of
11895 relying on shell globbing.
11896
11897 2002-03-27 Colin Walters <walters@debian.org>
11898
11899 * ibuffer.el (ibuffer-help-buffer-modes): New variable.
11900 (ibuffer-fontification-alist): Use it.
11901 (ibuffer-backward-line): Handle `ibuffer-summary' area.
11902 (ibuffer-forward-line): Ditto.
11903
11904 * ibuf-ext.el (sorter mode-name): Doc fix.
11905 (ibuffer-mark-help-buffers): Use `ibuffer-help-buffer-modes'.
11906 (operation query-replace): Use new `noerror' arg for
11907 `query-replace-read-args'.
11908 (operation query-replace-regexp): Ditto.
11909
11910 2002-03-27 Stefan Monnier <monnier@cs.yale.edu>
11911
11912 * textmodes/xml-lite.el: Fix copyright notice.
11913 (xml-lite-basic-offset): Rename from xml-lite-indent-offset.
11914 (xml-lite-indent-comment-offset): Remove.
11915 (xml-lite-calculate-indent): Use new name. Use natural alignment
11916 for comments.
11917 (xml-lite-in-string-p): Simplify.
11918
11919 2002-03-27 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11920
11921 * allout.el (outline-layout): Doc fix.
11922
11923 2002-03-27 Stefan Monnier <monnier@cs.yale.edu>
11924
11925 * textmodes/xml-lite.el: Don't require `custom'.
11926 (xml-lite-parse-tag-name): Properly treat non-ASCII chars.
11927 (xml-lite-parse-tag-backward): Obey sgml-empty-tags.
11928 (xml-lite-get-context): Drop nested tags not just for comments.
11929 (xml-lite-indent-line): Be more careful about moving point.
11930 (xml-lite-insert-end-tag, xml-lite-slash):
11931 Use indent-according-to-mode instead of xml-lite-indent-line.
11932 (xml-lite-mode): Make xml-lite-orig-indent-line-function buffer-local.
11933 Set sgml-xml-mode. Don't call force-mode-line-update.
11934 (xml-lite-mode-map): Don't bind TAB.
11935
11936 2002-03-27 Zoltan Kemenczy <zoltan@ieee.org>
11937
11938 * gud.el (gud-jdb-sourcepath): New variable, saves jdb -sourcepath
11939 parameter value.
11940 (gud-jdb-build-source-files-list): Comment clarification.
11941 (gud-jdb-massage-args): Reworked into loop-based argument list
11942 processing in order to support -classpath and -sourcepath argument
11943 processing.
11944 (gud-jdb-find-source-using-classpath): Prepend gud-jdb-sourcepath
11945 to gud-jdb-classpath to obtain search list.
11946 (gud-jdb-parse-classpath-string): Remove any trailing slashes from
11947 directory names in classpath/sourcepath lists, update comment.
11948 (jdb): Add setting of gud-jdb-sourcepath, update comment.
11949 (gud-find-class): Add gud-jdb-sourcepath use, and correct
11950 behaviour for the case when classpath is not used--backward
11951 compatibility fix.
11952
11953 2002-03-27 Eli Zaretskii <eliz@is.elta.co.il>
11954
11955 * Makefile.in (compile, compile-always): Don't try to compile
11956 non-existent files or files in empty directories.
11957
11958 2002-03-26 Michael Ernst <mernst@alum.mit.edu>
11959
11960 * compare-w.el (compare-windows-whitespace): Match all whitespace.
11961
11962 * emacs-lisp/shadow.el (list-load-path-shadows): Only ignore last
11963 copy of standard Lisp directories.
11964
11965 * tar-mode.el (tar-header-block-summarize, tar-get-descriptor):
11966 Support "next has longname" link type.
11967
11968 2002-03-26 Stefan Monnier <monnier@cs.yale.edu>
11969
11970 * textmodes/xml-lite.el (xml-lite-at-indentation-p): Move.
11971 (xml-lite-in-string-p, xml-lite-looking-back-at, xml-lite-looking-at):
11972 New functions.
11973 (forward-xml-tag, backward-xml-tag, beginning-of-xml-tag)
11974 (end-of-xml-tag): Remove.
11975 (xml-lite-get-context): Better handling of comments.
11976 (xml-lite-calculate-indent): Use xml-lite-in-string-p.
11977 (xml-lite-parse-tag-backward): Rewrite.
11978
11979 2002-03-26 Juanma Barranquero <lektu@terra.es>
11980
11981 * makefile.w32-in (WINS): Add the toolbar directory.
11982
11983 2002-03-26 Richard M. Stallman <rms@gnu.org>
11984
11985 * subr.el (substring-no-properties): Function deleted (now in C).
11986
11987 2002-03-25 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11988
11989 * mwheel.el (mouse-wheel-mode): Use global-set-key and
11990 global-unset-key.
11991
11992 2002-03-24 Richard M. Stallman <rms@gnu.org>
11993
11994 * mail/rmail.el (rmail-resend): Call mail-abbrev-make-syntax-table.
11995
11996 * progmodes/etags.el (tags-query-replace): Pass t for NOERROR
11997 to query-replace-read-args.
11998
11999 * progmodes/compile.el (compilation-forget-errors):
12000 Don't adjust compilation-parsing-end if it's nil.
12001
12002 * replace.el (query-replace-read-args): New optional arg NOERROR.
12003 (perform-replace): Use save-window-excursion around recursive edit.
12004
12005 2002-03-24 Colin Walters <walters@verbum.org>
12006
12007 * ibuffer.el (ibuffer): If the user has `ibuffer-use-other-window'
12008 non-nil, then always use another window.
12009
12010 2002-03-24 Gerd Moellmann <gerd@gnu.org>
12011
12012 * subr.el (macro-declaration-function): New function. Set the
12013 variable macro-declaration-function to it.
12014
12015 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
12016 Handle declarations in macro definitions.
12017
12018 2002-03-24 Eli Zaretskii <eliz@is.elta.co.il>
12019
12020 * facemenu.el (facemenu-get-face): Remove unused variable `foreground'.
12021
12022 * enriched.el (enriched-face-ans): Support FACE of the form
12023 (:foreground COLOR) and (:background COLOR).
12024 (enriched-decode-foreground, enriched-decode-background): Set the
12025 fore- and background colors of the faces we create, since facemenu
12026 doesn't.
12027
12028 2002-03-24 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12029
12030 * mwheel.el (mouse-wheel-mode): Use the result of
12031 current-global-map instead of the variable `global-map'.
12032
12033 2002-03-23 Richard M. Stallman <rms@gnu.org>
12034
12035 * mail/mailabbrev.el (mail-abbrev-make-syntax-table): New subroutine
12036 broken out of sendmail-pre-abbrev-expand-hook.
12037 (sendmail-pre-abbrev-expand-hook): Use it.
12038
12039 2002-03-22 Stefan Monnier <monnier@cs.yale.edu>
12040
12041 * Makefile.in (finder-inf.el): Remove.
12042 (finder-data): Don't depend on finder-inf.el any more.
12043 (compile, compile-always): Handle the case where some files
12044 from DONTCOMPILE are missing (it tried to compile them).
12045 (bootstrap-clean): Use src/emacs only if executable.
12046 (bootstrap): Update subdirs.el and finder-inf.el.
12047
12048 * finder.el: Don't load finder-inf.el during byte-compilation.
12049
12050 * vc-cvs.el (vc-cvs-registered, vc-cvs-dir-state-heuristic):
12051 Don't consider cvs-removed files as under VC control.
12052 VC wouldn't handle them properly anyway and it confuses
12053 vc-file-not-found-hook.
12054
12055 * emacs-lisp/bytecomp.el (batch-byte-compile-if-not-done):
12056 Add autoload cookie.
12057
12058 2002-03-22 Eli Zaretskii <eliz@is.elta.co.il>
12059
12060 * calendar/calendar.el (calendar): Doc fix.
12061
12062 2002-03-22 Juanma Barranquero <lektu@terra.es>
12063
12064 * play/gomoku.el (gomoku-font-lock-O-face): Convert to use `defface'.
12065 (gomoku-font-lock-X-face): Likewise.
12066 (gomoku-font-lock-keywords): Use faces instead of variables.
12067
12068 2002-03-21 Stefan Monnier <monnier@cs.yale.edu>
12069
12070 * Makefile.in (bootstrap): Make sure subdirs.el is ready.
12071
12072 2002-03-21 Kim F. Storm <storm@cua.dk>
12073
12074 * simple.el (open-network-stream, open-network-stream-nowait)
12075 (open-network-stream-server): Use featurep to test for
12076 supported networking features.
12077
12078 2002-03-21 Thien-Thi Nguyen <ttn@gnu.org>
12079
12080 * mail/emacsbug.el (report-emacs-bug-hook): Remove submitter
12081 directions as the last action.
12082
12083 2002-03-21 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12084
12085 * startup.el (fancy-splash-tail, normal-splash-screen):
12086 Update copyright.
12087
12088 * novice.el (disabled-command-hook): Clarify output text to match
12089 prompt.
12090
12091 2002-03-20 Jason Rumney <jasonr@gnu.org>
12092
12093 * frame.el (display-images-p): Do not explicitly check display type.
12094
12095 2002-03-20 pmr-sav <pmr-sav@hamm.pajato.com>
12096
12097 * mail-utils.el:
12098 Eliminate compilation warnings due to `rfc822-addresses'.
12099 (rmail-dont-reply-to): Eliminate `pos' as a free variable for a
12100 warning free compile.
12101
12102 2002-03-20 Michael Kifer <kifer@cs.stonybrook.edu>
12103
12104 * ediff-diff.el (ediff-install-fine-diff-if-necessary):
12105 Take the current highlighting style into account.
12106 (ediff-forward-word-function,ediff-whitespace,ediff-word-1)
12107 (ediff-word-2,ediff-word-3,ediff-word-4): Make them buffer local.
12108
12109 * ediff-init.el (ediff-patch-job): New macro.
12110
12111 * ediff-mult.el (ediff-make-new-meta-list-header): New API function.
12112 (ediff-intersect-directories): Use ediff-make-new-meta-list-header.
12113
12114 * ediff-ptch.el (ediff-map-patch-buffer):
12115 Use ediff-make-new-meta-list-header.
12116 (ediff-fixup-patch-map): Use the meta-list API from ediff-mult.el.
12117
12118 * ediff-util.el (ediff-toggle-hilit): Fix toggling of highliting.
12119 (ediff-select-difference): Take highlighting style into account.
12120 (ediff-clone-buffer-for-region-comparison): New function.
12121 (ediff-inferior-compare-regions): Added comparison of current diff
12122 regions.
12123
12124 * ediff.el (ediff-clone-buffer-for-region-comparison)
12125 (ediff-clone-buffer-for-window-comparison): Moved to ediff-util.el.
12126
12127 2002-03-19 pmr-sav <pmr-sav@hamm.pajato.com>
12128
12129 * mail-utils.el (rmail-dont-reply-to):
12130 Overhaul to correctly apply the regular
12131 expressions in the variable `rmail-dont-reply-to-names' to the list of
12132 destination addresses. Contributed by lorentey@elte.hu.
12133
12134 * rmail.el (rmail-dont-reply-to-names):
12135 Modify the documentation to make it email
12136 address centric rather than login name centric. Contributed by
12137 lorentey@elte.hu.
12138
12139 2002-03-18 Colin Walters <walters@verbum.org>
12140
12141 * ibuf-ext.el (ibuffer-toggle-sorting-mode): Remove `find-if' so
12142 we don't require `cl' at runtime.
12143 (sorting mode mode-name): Don't take the symbol-name of a string.
12144
12145 * ibuffer.el (ibuffer-set-mark): Go back to the beginning of the
12146 line after setting the mark.
12147 (ibuffer-insert-buffers-and-marks): Invert the test for
12148 `ibuffer-sorting-reversep'.
12149
12150 2002-03-18 Stefan Monnier <monnier@cs.yale.edu>
12151
12152 * international/ucs-tables.el (unify-8859-on-decoding-mode)
12153 (unify-8859-on-encoding-mode): Remove autoload cookie.
12154
12155 2002-03-18 Andre Spiegel <spiegel@gnu.org>
12156
12157 * vc-rcs.el (vc-rcs-register): Fix handling of
12158 vc-[rcs-]register-switches.
12159 (vc-rcs-checkin-switches, vc-rcs-checkout-switches):
12160 Variables removed, since they weren't used yet.
12161
12162 * vc-cvs.el (vc-cvs-register): Fix handling of
12163 vc-[cvs-]register-switches.
12164
12165 * vc-sccs.el (vc-sccs-register): Fix handling of
12166 vc-[sccs-]register-switches.
12167
12168 2002-03-18 Stefan Monnier <monnier@cs.yale.edu>
12169
12170 * loadup.el ("emacs-lisp/backquote"): Load earlier.
12171 ("international/ucs-tables"): Load and turn on
12172 unify-8859-on-encoding-mode unconditionally.
12173 (emacs-version): Use `defconst' rather than `setq'.
12174
12175 * eshell/esh-ext.el (eshell-binary-suffixes): Use exec-suffixes.
12176
12177 2002-03-18 Richard M. Stallman <rms@gnu.org>
12178
12179 * menu-bar.el (menu-bar-options-menu): Cope if
12180 text-mode-hook is not a list.
12181
12182 2002-03-17 Richard M. Stallman <rms@gnu.org>
12183
12184 * emulation/pc-select.el (pc-selection-mode):
12185 Alter the existing global map, don't replace it.
12186
12187 * files.el (list-directory): Set default-directory at the end.
12188
12189 * dabbrev.el (dabbrev--goto-start-of-abbrev):
12190 Put a limit on field-beginning search.
12191
12192 2002-03-17 Simon Josefsson <jas@extundo.com>
12193
12194 * net/browse-url.el (browse-url-mosaic-pidfile): New variable.
12195 (browse-url-mosaic): Use it.
12196
12197 * net/browse-url.el (browse-url-filename-alist): Don't begin
12198 docstring with *, you don't want to set this one with M-x set-variable.
12199
12200 * net/browse-url.el: Put * in user option doc strings.
12201
12202 2002-03-17 Stefan Monnier <monnier@cs.yale.edu>
12203
12204 * textmodes/sgml-mode.el (sgml-xml-mode): Renamed from sgml-xml.
12205 (sgml-xml-guess): Simplify.
12206 (sgml-mode-common): Remove (move into sgml-mode).
12207 (sgml-mode): Add code from sgml-mode-common.
12208 Remove redundant setting of indent-line-function.
12209 Don't set skeleton-transformation when in XML mode.
12210
12211 * international/mule-diag.el (describe-char-after):
12212 Use `internal-describe-syntax-value' again (got lost somewhere).
12213
12214 * international/ucs-tables.el (ucs-unify-8859, ucs-fragment-8859):
12215 Use unify-8859-on-decoding-mode.
12216 (unify-8859-on-decoding-mode): Also set translation-table-for-input.
12217 (ucs-insert): Give an error if the unicode char can't be created.
12218
12219 * pcvs-parse.el (cvs-parse-table): Be a bit more lenient.
12220 (cvs-parse-status): Handle the "used to have a conflict" marker.
12221
12222 2002-03-17 Kim F. Storm <storm@cua.dk>
12223
12224 The following changes are related to the enhanced network process
12225 support.
12226
12227 * simple.el: Update copyright.
12228 (clone-process): Use make-network-process to clone network
12229 processes. Get command list via (process-contact ... t).
12230 Use set-process-query-on-exit-flag and process-query-on-exit-flag
12231 instead of process-kill-without-query.
12232 (open-network-stream): Replaces C-version from process.c.
12233 (open-network-stream-nowait, open-network-stream-server): New funs.
12234 (process-kill-without-query): Replaces C-version from process.c.
12235
12236 * files.el: Update copyright.
12237 (save-buffers-kill-emacs): Also check for active server
12238 processes. Use process-query-on-exit-flag. Only list processes
12239 which has the query-on-exit flag set in connection with user query.
12240
12241 * shadowfile.el: Update copyright.
12242 (shadow-save-buffers-kill-emacs): Also check for active server
12243 processes. Use process-query-on-exit-flag.
12244
12245 2002-03-16 Simon Marshall <simon.marshall@misys.com>
12246
12247 * imenu.el (imenu-menubar-modified-tick): Renamed from
12248 imenu-update-menubar-modified-tick.
12249 (imenu-update-menubar): Update imenu-menubar-modified-tick
12250 whenever outer condition succeeds.
12251
12252 * lazy-lock.el (save-buffer-state):
12253 Bind inhibit-modification-hooks and buffer-file-truename
12254 instead of before-change-functions and after-change-functions.
12255
12256 2002-03-16 Eli Zaretskii <eliz@is.elta.co.il>
12257
12258 * international/codepage.el (codepage-setup): Don't define a
12259 codepage if it is already defined.
12260
12261 * textmodes/po.el (po-content-type-charset-alist): Convert the
12262 car of each association to a string.
12263 (po-find-file-coding-system-guts): If the charset matches a name
12264 of a codepage, set up that codepage and return it as a coding
12265 system to decode the file.
12266 (po-find-charset): Search for the Charset= header even if we've
12267 read less than 4KB.
12268 <top-level>: Remove the setup for all known codepages: it seems
12269 to cause crashes in the CCL driver.
12270
12271 2002-03-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12272
12273 * textmodes/bibtex.el (bibtex-sort-ignore-string-entries)
12274 (bibtex-entry-field-alist): Doc fix.
12275
12276 2002-03-16 Richard M. Stallman <rms@gnu.org>
12277
12278 * progmodes/cperl-mode.el (cperl-imenu--function-name-regexp-perl):
12279 Move definition above cperl-outline-regexp.
12280
12281 * bindings.el (mode-line-mule-info): In computing help-echo prop,
12282 avoid using save-window-excursion. And compile the function.
12283
12284 2002-03-15 Stefan Monnier <monnier@cs.yale.edu>
12285
12286 * files.el (load-completion): New function.
12287 (load-library): Use it.
12288
12289 2002-03-15 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12290
12291 * calendar/cal-french.el (calendar-goto-french-date): Fix prompt
12292 to match the actual code.
12293
12294 2002-03-15 Eli Zaretskii <eliz@is.elta.co.il>
12295
12296 * textmodes/po.el (po-find-file-coding-system-guts):
12297 Use with-temp-buffer instead of po-with-temp-buffer.
12298
12299 * international/mule-conf.el (file-coding-system-alist): Add an
12300 association for PO files.
12301
12302 * textmodes/po.el: New file.
12303
12304 2002-03-15 Gerd Moellmann <gerd@gnu.org>
12305
12306 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
12307 Fix simple loop indentation.
12308
12309 2002-03-14 Miles Bader <miles@gnu.org>
12310
12311 * net/rlogin.el (rlogin-mode): Use `define-derived-mode'.
12312
12313 2002-03-14 Richard M. Stallman <rms@gnu.org>
12314
12315 * textmodes/picture.el (picture-insert)
12316 (picture-clear-column, picture-draw-rectangle):
12317 Use move-to-column, not move-to-column-force.
12318
12319 * dired.el (dired-readin): Clear out undo list.
12320 (dired-fun-in-all-buffers): Definition moved from dired-aux.el.
12321 (dired-delete-entry): New function.
12322 (dired-internal-do-deletions): Use dired-fun-in-all-buffers
12323 and dired-delete-entry, to update this buffer (and others).
12324
12325 * dired-aux.el (dired-fun-in-all-buffers): Moved to dired.el.
12326
12327 * facemenu.el (facemenu-add-new-face):
12328 Pass region args to facemenu-set-face, when there is a region.
12329 (facemenu-set-foreground, facemenu-set-background)
12330 (facemenu-add-face): Doc fixes.
12331
12332 * progmodes/cperl-mode.el (cperl-outline-regexp): Move definition up.
12333
12334 2002-03-14 Miles Bader <miles@gnu.org>
12335
12336 * emacs-lisp/debug.el: Require `button'.
12337 (debugger-mode-map): Set the parent keymap to `button-buffer-map',
12338 to get TAB and <backtab> bindings.
12339
12340 * net/rlogin.el (rlogin-carriage-filter): Function removed.
12341 (rlogin): Don't install the `rlogin-carriage-filter' filter, as
12342 comint removes carriage returns itself now.
12343
12344 * rfn-eshadow.el (rfn-eshadow-update-overlay):
12345 Bind `inhibit-point-motion-hooks' to t while messing around, to avoid
12346 getting hosed by our own intangible property.
12347
12348 2002-03-13 Stefan Monnier <monnier@cs.yale.edu>
12349
12350 * progmodes/fortran.el (fortran-mode): Set comment-padding to "$$$".
12351 Add fortran-comment-line-start-skip to comment-start-skip.
12352 (fortran-comment-indent): Keep whole-line comments in column 0.
12353 (fortran-find-comment-start-skip): New arg `all'.
12354 If ALL is nil, make sure we only match comment-start-skip if we
12355 can't match fortran-comment-line-start-skip.
12356 Fix bug that made it return t but without moving point when
12357 matching '!'! (a false-comment followed by a real comment).
12358 (fortran-indent-comment): Use new `all' argument above.
12359 Be careful not to add an incorrect comment-starter like "C"
12360 in comment-column.
12361 (fortran-split-line): When splitting a comment, reuse the comment
12362 starter from the current line rather than fortran-comment-line-start.
12363 (fortran-indent-line, fortran-auto-fill): Simplify thanks to the
12364 cleaner behavior of fortran-find-comment-start-skip.
12365 (fortran-fill): Don't be confused by ! inside a comment.
12366 (fortran-break-line): Minor cleanup and simplification.
12367
12368 2002-03-13 Francesco Potort\e,Al\e(B <pot@gnu.org>
12369
12370 * progmodes/etags.el (tag-exact-file-name-match-p)
12371 (tag-file-name-match-p, tag-partial-file-name-match-p): Use a
12372 simpler regexp.
12373
12374 2002-03-12 Colin Walters <walters@debian.org>
12375
12376 * ibuffer.el (ibuffer-redisplay-current): Don't move point when
12377 redisplaying a line.
12378
12379 2002-03-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12380
12381 * term/x-win.el (emacs-session-restore): Take previous id as
12382 an argument.
12383 (emacs-session-save): Add comment that return t means cancel shutdown
12384
12385 * startup.el (command-line): Must check that x-session-previous-id
12386 is bound also, for non-X platforms.
12387
12388 2002-03-12 Gerd Moellmann <gerd@gnu.org>
12389
12390 * emacs-lisp/cl-indent.el (lisp-loop-keyword-indentation)
12391 (lisp-loop-forms-indentation, lisp-simple-loop-indentation):
12392 New user options.
12393 (extended-loop-p, common-lisp-loop-part-indentation): New functions.
12394 (common-lisp-indent-function-1): Renamed from
12395 common-lisp-indent-function.
12396 (common-lisp-indent-function): Handle loop forms specially.
12397 (lisp-indent-defmethod): Use car/cdr instead of first/rest.
12398 (lisp-backquote-indentation): New user option.
12399
12400 2002-03-12 Francesco Potort\e,Al\e(B <pot@gnu.org>
12401
12402 * progmodes/etags.el (tag-exact-file-name-match-p)
12403 (tag-file-name-match-p, tag-partial-file-name-match-p):
12404 Assume that the header of a tags section has either a number
12405 or nothing after the last comma.
12406
12407 2002-03-11 Richard M. Stallman <rms@gnu.org>
12408
12409 * imenu.el (imenu-update-menubar-modified-tick): New variable.
12410 (imenu-update-menubar): Don't call imenu--make-index-alist
12411 if buffer has not changed since last time.
12412
12413 * desktop.el (desktop-buffer-handlers): Doc fix.
12414 (desktop-buffer-file): Explicitly return BUF.
12415
12416 * paren.el (show-paren-function): Move back in other direction
12417 to verify the match is correct.
12418
12419 * mail/supercite.el (sc-select-attribution): Accept whatever value
12420 we get in CHOICE; there is no value meaning "try again".
12421
12422 2002-03-11 Colin Walters <walters@verbum.org>
12423
12424 * shell.el (toplevel): Revert previous change to use pcomplete.
12425 (shell-mode): Ditto.
12426 (shell-pcomplete-setup-done): Remove.
12427 (shell-pcomplete): Ditto.
12428 (shell-pcomplete-reverse): Ditto.
12429
12430 * comint.el: Remove documentation on setting up pcomplete.
12431
12432 2002-03-11 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12433
12434 * font-lock.el (java-font-lock-extra-types): Add "URL" as separate
12435 item. Doc fix.
12436
12437 * image.el (image-type-from-file-header): Make temporary buffer
12438 unibyte.
12439
12440 * subr.el (add-to-list): Doc fix.
12441
12442 2002-03-11 Miles Bader <miles@gnu.org>
12443
12444 * pcomplete.el (pcomplete-entries): Expand environment variables
12445 in filename.
12446
12447 2002-03-10 Daniel Pfeiffer <occitan@esperanto.org>
12448
12449 * play/mpuz.el: Use defface instead of facemenu-get-face.
12450
12451 2002-03-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12452
12453 * startup.el (command-line): Add call to emacs-session-restore if
12454 both x-session-id and x-session-previous-id are strings.
12455
12456 * term/x-win.el (x-handle-smid): New function.
12457 (emacs-session-filename): New function.
12458 (emacs-session-save): New function.
12459 (emacs-save-session-functions): New variable.
12460 (emacs-session-restore): New function.
12461
12462 2002-03-09 Eli Zaretskii <eliz@is.elta.co.il>
12463
12464 * simple.el (shell-command-on-region): Call push-mark with
12465 non-nil second arg, to suppress the "Mark set" message.
12466
12467 2002-03-08 Richard M. Stallman <rms@gnu.org>
12468
12469 * textmodes/picture.el (picture-forward-column): New arg `interactive'
12470 is non-nil for an interactive call. Use instead of interactive-p.
12471 (picture-backward-column): Likewise.
12472
12473 * tar-mode.el (tar-untar-buffer): New function.
12474
12475 * info.el (Info-fontify-node): Bind up-clicks, not down-clicks.
12476 Put the mouse-face on the entire xref, like the local keymap.
12477
12478 * find-dired.el (find-name-dired): Use shell-quote-argument.
12479
12480 2002-03-08 Daniel Pfeiffer <occitan@esperanto.org>
12481
12482 * play/mpuz.el (mpuz-unsolved-face, mpuz-solved-face)
12483 (mpuz-trivial-face, mpuz-text-face, mpuz-solve-when-trivial)
12484 (mpuz-allow-double-multiplicator): New options for nicer look and
12485 new features.
12486 (mpuz-put-number-on-board, mpuz-paint-number, mpuz-solve): New funs.
12487 (mpuz-check-all-solved, mpuz-random-puzzle)
12488 (mpuz-paint-statistics, mpuz-paint-digit, mpuz-close-game)
12489 (mpuz-show-solution): Functions streamlined and removed french
12490 style space before punctuation, added face support and optional
12491 solving of trivial results.
12492
12493 2002-03-07 Colin Walters <walters@verbum.org>
12494
12495 * ibuf-macs.el (define-ibuffer-column): Add :summarizer property.
12496
12497 * ibuffer.el (ibuffer-update-mode-name): Substitute "view time"
12498 instead of "recency" for clarity.
12499 (ibuffer-compile-format): Document more. Handle new "summarizer"
12500 columns.
12501 (ibuffer-fontify-region-function): Ditto.
12502 (ibuffer-insert-buffer-line): Ditto.
12503 (ibuffer-map-lines): Ditto.
12504 (ibuffer-insert-buffers-and-marks): Ditto.
12505 (ibuffer-update-title-and-summary): Renamed from
12506 `ibuffer-update-title'. Handle "summarizer" columns.
12507 (ibuffer-clear-summary-columns): New function.
12508
12509 * ibuf-ext.el (ibuffer-filter-format-alist): Add type and group.
12510
12511 2002-03-07 Gerd Moellmann <gerd@gnu.org>
12512
12513 * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
12514 Use the other-window instead of the other-frame functions when
12515 the window is dedicated.
12516
12517 2002-03-06 ShengHuo ZHU <zsh@cs.rochester.edu>
12518
12519 * textmodes/bibtex.el (bibtex-make-field): Call bibtex-find-text
12520 with SILENT so that a new field can be added.
12521
12522 2002-03-06 Eli Zaretskii <eliz@is.elta.co.il>
12523
12524 * files.el (make-auto-save-file-name): Make sure the produced file
12525 name does not contain characters that are invalid for DOS/Windows
12526 filesystems.
12527
12528 * dos-fns.el, w32-fns.el (make-auto-save-file-name):
12529 Remove replacement functions.
12530
12531 2002-03-06 Gerd Moellmann <gerd@gnu.org>
12532
12533 * font-lock.el (lisp-font-lock-keywords-2): Highlight keywords of
12534 the form `:x'.
12535
12536 * vc.el (vc-branch-part): Add autoload cookie. This function can
12537 be called from vc-rcs-find-most-recent-rev when visiting a file
12538 checked into RCS in a CVS sandbox.
12539
12540 2002-03-06 Andreas Schwab <schwab@suse.de>
12541
12542 * progmodes/hideif.el: Augment expression parser to handle
12543 conditional expressions.
12544 (hif-token-regexp): Also match `?' and `:'.
12545 (hif-tokenize): Handle `?' and ':' as tokens.
12546 (hif-expr): Parse conditional expressions.
12547 (hif-or-expr): Parse `||' expressions.
12548 (hif-and-expr): Renamed from hif-term.
12549 (hif-conditional): New function to evaluate a conditional
12550 expression.
12551
12552 2002-03-06 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12553
12554 * language/czech.el ("Czech"): Fix the documentation.
12555
12556 * language/slovak.el ("Slovak"): Likewise.
12557
12558 2002-03-05 ShengHuo ZHU <zsh@cs.rochester.edu>
12559
12560 * xml.el (xml-parse-attlist): Accept empty strings.
12561
12562 2002-03-05 Eli Zaretskii <eliz@is.elta.co.il>
12563
12564 * mouse.el (mouse-show-mark): Remove the no-highlight alternative:
12565 all terminals now support highlighting of some kind.
12566
12567 * language/european.el (mac-roman): Fix the safe-chars property.
12568
12569 2002-03-05 Andre Spiegel <spiegel@gnu.org>
12570
12571 * vc.el (vc-transfer-file): Use `make-temp-file'.
12572 (vc-default-update-changelog): Remove conditional use of
12573 `make-temp-name'.
12574
12575 * vc-cvs.el (vc-cvs-diff-tree): Fix typo in parameter names.
12576
12577 2002-03-05 Michael Kifer <kifer@cs.stonybrook.edu>
12578
12579 * ediff-init.el: Comments.
12580
12581 * ediff-hook.el: Got rid of autoloads. Not needed, since the hook
12582 is loaded.
12583
12584 * ediff-mult.el (ediff-intersect-directories)
12585 (ediff-prepare-meta-buffer,ediff-get-directory-files-under-revision):
12586 Cleanup.
12587 (ediff-draw-dir-diffs): Now supports the "C" command in directory
12588 difference buffer.
12589 (ediff-dir-diff-copy-file): New function that implements copying
12590 of files from one Ediff dir to another
12591 (ediff-bury-dir-diffs-buffer): Kills the buffer instead.
12592 (ediff-append-custom-diff): Better error msgs.
12593
12594 * ediff-util.el (ediff-compute-custom-diffs-maybe): Buglet fix.
12595 (ediff-inferior-compare-regions): Use
12596 ediff-clone-buffer-for-region-comparison. Better and simpler interface.
12597
12598 * ediff.el (ediff-directories-internal): Cleanup.
12599 (ediff-clone-buffer-for-region-comparison): Better interface.
12600
12601 2002-03-04 Richard M. Stallman <rms@gnu.org>
12602
12603 * emacs-lisp/easy-mmode.el (define-minor-mode):
12604 Use "P" in interactive spec of minor mode commands.
12605
12606 2002-03-04 Stefan Monnier <monnier@cs.yale.edu>
12607
12608 * faces.el (face-spec-choose): Allow `t' to appear before the end.
12609 (mode-line, tool-bar, minibuffer-prompt, region, fringe, bold, italic)
12610 (bold-italic, underline, highlight, secondary-selection, fixed-pitch)
12611 (variable-pitch, trailing-whitespace): Don't use the old-style entries.
12612 (mode-line-inactive, header-line): Move the `t' section to the
12613 beginning so the `:inherit' setting can be shared.
12614
12615 2002-03-04 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12616
12617 * net/snmp-mode.el: Require tempo when compiling to prevent
12618 warnings. Update copyright notice.
12619
12620 * help.el (describe-key-briefly, describe-key): Interpret `undefined'
12621 like not defined at all.
12622
12623 2002-03-03 Stefan Monnier <monnier@cs.yale.edu>
12624
12625 * textmodes/sgml-mode.el: Change maintainer to FSF.
12626 (sgml-start-tag-regex, sgml-font-lock-keywords-1, sgml-mode-common)
12627 (sgml-tags-invisible, sgml-beginning-of-tag):
12628 Allow _ : and non-ASCII in tag names, as required for XML.
12629 (sgml-name-char): Don't assume anything about charsets handled by
12630 encode-char.
12631
12632 * textmodes/tex-mode.el (tex-guess-main-file): Handle the case
12633 where one of the buffers is narrowed.
12634
12635 * hexl.el (hexlify-command, dehexlify-command): Remove.
12636 (hexlify-buffer, dehexlify-buffer): Use call-process-region
12637 rather than shell-command-on-region.
12638
12639 * newcomment.el (comment-forward): Use forward-comment to skip
12640 over whitespace (or comments) even when comment-use-syntax is nil.
12641
12642 * progmodes/cperl-mode.el (cperl-menu): Add "-emacs" to the version.
12643
12644 * textmodes/xml-lite.el: New file.
12645
12646 2002-03-03 Richard M. Stallman <rms@gnu.org>
12647
12648 * textmodes/artist.el (artist-system): Use make-temp-file.
12649
12650 * progmodes/ps-mode.el (ps-run-make-tmp-filename): Use make-temp-file.
12651
12652 * mail/sendmail.el (mail-recover-1): Increase non-random-len
12653 by 1 since we changed make-auto-save-file-name to add one
12654 fewer character to the buffer name.
12655 (mail-recover): Really show point at the right place
12656 in the *Directory* buffer.
12657
12658 * files.el (make-auto-save-file-name): Use make-temp-file.
12659
12660 * terminal.el (te-create-terminfo): Use make-temp-file
12661 to create the source file in a safe way.
12662
12663 2002-03-03 Eli Zaretskii <eliz@is.elta.co.il>
12664
12665 * cus-start.el: Rename automatic-hscroll-step and
12666 automatic-hscroll-margin into hscroll-step and hscroll-margin.
12667
12668 * frame.el (auto-hscroll-mode): Renamed from automatic-hscrolling.
12669 (automatic-hscrolling): Now a defvaralias for auto-hscroll-mode.
12670
12671 * mouse.el (mouse-region-delete-keys): Add deletechar.
12672
12673 2002-03-03 Sam Steingold <sds@gnu.org>
12674
12675 * play/snake.el (snake-score-file): Fixed parens (broken by the
12676 last patch).
12677 * play/tetris.el (tetris-score-file): Ditto.
12678
12679 2002-03-03 Richard M. Stallman <rms@gnu.org>
12680
12681 * play/tetris.el (tetris-score-file): Put in home dir, not in /tmp.
12682
12683 * play/snake.el (snake-score-file): Put in home dir, not in /tmp.
12684
12685 * play/gamegrid.el (gamegrid-set-font, gamegrid-setup-face)
12686 (gamegrid-make-mono-tty-face): Fix usage of condition-case.
12687
12688 2002-03-03 Thien-Thi Nguyen <ttn@gnu.org>
12689
12690 * calendar/diary-lib.el (list-diary-entries): Use `buffer-substring'
12691 instead of `buffer-substring-no-properties' to support enriched mode.
12692
12693 2002-03-02 Richard M. Stallman <rms@gnu.org>
12694
12695 * find-dired.el (find-grep-dired): Call shell-quote-argument.
12696 Specify the -e option.
12697 Rename arg to `regexp'.
12698
12699 2002-03-02 Milan Zamazal <pdm@zamazal.org>
12700
12701 * textmodes/tildify.el (tildify-string-alist): Add entry for xml-mode.
12702
12703 2002-03-02 Miles Bader <miles@gnu.org>
12704
12705 * mwheel.el (mwheel-scroll): Remove `double' and `triple' from the
12706 event-modifiers before looking up in `mouse-wheel-scroll-amount'.
12707 If there's no applicable modifiers entry in the alist in
12708 `mouse-wheel-scroll-amount', fall back to the default, not to
12709 nil (which causes full screen scrolls).
12710
12711 2002-03-01 Andreas Schwab <schwab@suse.de>
12712
12713 * textmodes/texnfo-upd.el (texinfo-start-menu-description):
12714 Remove extra paren in regexp.
12715
12716 2002-03-01 Eli Zaretskii <eliz@is.elta.co.il>
12717
12718 * mouse.el (mouse-show-mark): Use display-mouse-p, not
12719 display-graphic-p, to decide whether to move point or use the
12720 highlighting.
12721
12722 2002-02-28 Colin Walters <walters@verbum.org>
12723
12724 * eshell/esh-var.el (eshell-parse-variable-ref): Use `make-temp-file'.
12725
12726 * calc/calc-graph.el (calc-gnuplot-tempfile): Don't expand against
12727 `temporary-file-directory'; we now do that in `calc-graph-file-cache'.
12728 (calc-temp-file-name): Use `make-temp-file'.
12729
12730 2002-02-28 Richard M. Stallman <rms@gnu.org>
12731
12732 * font-lock.el (java-font-lock-extra-types):
12733 Match java.net.URL, etc.
12734
12735 2002-02-28 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12736
12737 * hexl.el (hexl-options): Doc fix.
12738 Update Commentary section.
12739
12740 * textmodes/sgml-mode.el (sgml-specials, sgml-quick-keys):
12741 Doc fixes.
12742
12743 2002-02-28 Andre Spiegel <spiegel@gnu.org>
12744
12745 * vc.el (vc-revert-buffer): If the buffer is not saved, prompt
12746 the user to do that first.
12747 (vc-update): New function.
12748
12749 * vc-hooks.el (vc-menu-map): New entry "Update to Latest Version",
12750 which calls vc-update. Use the term "Base Version" instead of
12751 "Last Version" for the entries "Revert" and "Compare".
12752
12753 2002-02-28 Kim F. Storm <storm@cua.dk>
12754
12755 * simple.el (shell-command-on-region): Report non-zero exit
12756 status in mode line instead of buffer.
12757
12758 2002-02-27 Richard M. Stallman <rms@gnu.org>
12759
12760 * comint.el (comint-preoutput-filter-functions): Doc fix.
12761 (comint-output-filter-functions, comint-input-filter-functions)
12762 (comint-redirect-filter-functions): Likewise.
12763
12764 (comint-redirect-preoutput-filter): Do the local-hook
12765 handling of t when running comint-redirect-filter-functions.
12766 (comint-output-filter): Likewise for comint-preoutput-filter-functions.
12767
12768 2002-02-26 Richard M. Stallman <rms@gnu.org>
12769
12770 * paths.el (remote-shell-program): Add doc string.
12771
12772 2002-02-26 Colin Walters <walters@debian.org>
12773
12774 * ibuf-ext.el (sorter mode-name): New.
12775 (ibuffer-do-occur): Don't quote ibuffer-marked-char.
12776
12777 * calc/calc-ext.el (calc-scroll-left): Call scroll-left
12778 interactively, so they do something.
12779 (calc-scroll-right): Ditto.
12780
12781 2002-02-26 Eli Zaretskii <eliz@is.elta.co.il>
12782
12783 * international/mule.el (ctext-pre-write-conversion): Handle the
12784 case when FROM is a string, and when we are called from
12785 build_annotations_2.
12786
12787 2002-02-26 Richard M. Stallman <rms@gnu.org>
12788
12789 * rect.el (clear-rectangle-line): Reindent to the same column
12790 that move-to-column reached when it tried to go to endcol.
12791
12792 * icomplete.el (icomplete-exhibit): Use minibuffer-prompt-end.
12793
12794 2002-02-26 Ivar Rummelhoff <ivarru@math.uio.no>
12795
12796 * winner.el (winner-boring-buffers, winner-set): A window which
12797 displays a buffer whose name is in the list
12798 `winner-boring-buffers', will no longer be restored by `winner-undo'.
12799 (winner-sorted-window-list): Used to improve comparison between
12800 window configurations.
12801 (winner-win-data): Simplified and moved.
12802 (winner-conf): Simplified (now uses `winner-win-data').
12803 (winner-change-fun, winner-save-old-configurations)
12804 (winner-save-(un)conditionally, winner-redo): Changes made while in
12805 the minibuffer will be ignored. (Such changes are undone upon
12806 exit for the minibuffer, anyway.)
12807 (winner-set-conf): Preserve selected window whenever possible.
12808 (winner-make-point-alist): Simplified.
12809 (winner-mode, winner-save-unconditionally): Save current window
12810 configuration on entering minibuffer.
12811 (minor-mode-alist): Don't add winner-mode to `minor-mode-alist',
12812 since it does not change the overall behavior of Emacs.
12813
12814 2002-02-26 Eli Zaretskii <eliz@is.elta.co.il>
12815
12816 * international/mule-conf.el (compound-text): Renamed back from
12817 compound-text-no-extensions.
12818 (ctext-no-compositions): Remove the mime-charset property.
12819 (compound-text-with-extensions): Renamed from compound-text.
12820 (x-ctext-with-extensions, ctext-with-extensions): Renamed aliases.
12821
12822 2002-02-26 Juanma Barranquero <lektu@terra.es>
12823
12824 * faces.el (list-faces-display): Fix typo.
12825
12826 2002-02-25 Richard M. Stallman <rms@gnu.org>
12827
12828 * frame.el (focus-follows-mouse): Doc fix.
12829
12830 2002-02-26 Miles Bader <miles@gnu.org>
12831
12832 * mwheel.el (mouse-wheel-mode): Pass vectors instead of symbols
12833 to `define-key', since it no longer accepts the latter.
12834
12835 2002-02-25 Jason Rumney <jasonr@gnu.org>
12836
12837 * term/w32-win.el (mouse-wheel-scroll-line): Use car of
12838 mouse-wheel-scroll-amount.
12839
12840 * w32-vars.el (mouse-wheel-scroll-amount): Use same definition as
12841 mwheel.el.
12842
12843 * language/japanese.el (iso-2022-jp-2): Add init-bol flag.
12844
12845 2002-02-25 Andre Spiegel <spiegel@gnu.org>
12846
12847 * vc.el (vc-diff-switches-list): Fix prev change, making the macro
12848 consistent with the others that take a backend name as a symbol.
12849
12850 * vc-cvs.el, vc-rcs.el, vc-sccs.el: Fix calls to vc-diff-switches-list.
12851
12852 2002-02-25 Kim F. Storm <no-spam@cua.dk>
12853
12854 * comint.el (comint-replace-by-expanded-filename): Do nothing if
12855 comint-match-partial-filename returns nil.
12856
12857 * shell.el (shell-pcomplete-setup-done): New variable.
12858 (shell-pcomplete): Use it instead of shell-pcomplete-setup-p.
12859 (shell-pcomplete-reverse): Ditto.
12860
12861 2002-02-25 Per Abrahamsen <abraham@dina.kvl.dk>
12862
12863 * ps-print.el (ps-print-printer): Added `lpr' customize group member.
12864
12865 2002-02-25 Juanma Barranquero <lektu@terra.es>
12866
12867 * subr.el (save-match-data): Doc fix.
12868
12869 * ielm.el (ielm-prompt): Allow customization; make it read-only.
12870
12871 2002-02-25 Kim F. Storm <storm@cua.dk>
12872
12873 * shell.el (shell-mode-map): Add "Complete" header so completion
12874 menu is shown on the menu bar in shell mode.
12875
12876 2002-02-25 Stefan Monnier <monnier@cs.yale.edu>
12877
12878 * ielm.el (ielm-match-data): New var.
12879 (inferior-emacs-lisp-mode): Make it buffer-local.
12880 (ielm-eval-input): Use it to preserve match-data between inputs.
12881
12882 2002-02-24 Juanma Barranquero <lektu@terra.es>
12883
12884 * ielm.el (inferior-emacs-lisp-mode): Use hexl for the dummy process.
12885
12886 2002-02-24 Per Abrahamsen <abraham@dina.kvl.dk>
12887
12888 * cus-edit.el (custom-unlispify-remove-prefixes): Add to
12889 `custom-buffer' customize group.
12890
12891 2002-02-23 Kim F. Storm <storm@cua.dk>
12892
12893 * help.el (where-is): Use remap-command.
12894
12895 * help-fns.el (describe-function-1): Use remap-command.
12896
12897 * subr.el (global-set-key, local-set-key): Undo 2002-02-06
12898 change (no longer accept a symbol for the KEY argument).
12899
12900 2002-02-23 Colin Walters <walters@debian.org>
12901
12902 * calc/calcalg3.el (calc-invent-variables): Convert integer to string.
12903 * calc/calcalg2.el (math-solve-get-sign): Ditto.
12904
12905 * ibuffer.el (ibuffer-compile-format): Don't uselessly bind `pt'
12906 in generated function.
12907
12908 * ibuf-ext.el (ibuffer-old-time): Change to hours.
12909 (ibuffer-mark-old-buffers): Handle it.
12910
12911 * shell.el (shell-pcomplete, shell-pcomplete-reverse): New functions.
12912 (toplevel): Bind them.
12913 (shell-mode): Don't set `comint-dynamic-complete-functions'; it is
12914 not necessary now that we use pcomplete.
12915
12916 * comint.el: Document how use new pcomplete completion facility.
12917
12918 2002-02-23 Richard M. Stallman <rms@gnu.org>
12919
12920 * mail/rmailsum.el (rmail-summary-output): Properly advance
12921 to next message, by calling rmail-summary-goto-msg.
12922
12923 * net/browse-url.el (browse-url-galeon): Specify --existing
12924 for an existing window. Use --noraise rather than --no-raise.
12925 Don't use -x.
12926
12927 2002-02-22 Eli Zaretskii <eliz@is.elta.co.il>
12928
12929 * progmodes/etags.el (find-tag-noselect, find-tag)
12930 (find-tag-other-window, find-tag-other-frame, find-tag-regexp):
12931 Fix a typo in doc strings.
12932
12933 2002-02-20 Deepak Goel <deego@glue.umd.edu>
12934
12935 * play/snake.el (snake-velocity-queue, snake-update-velocity)
12936 (snake-final-x-velocity, snake-final-y-velocity):
12937 New variable and functions. Store user's keypresses
12938 into a queue and pop from the queue each subsequent turn.
12939 (snake-update-game, snake-move-left)
12940 (snake-move-right, snake-move-up, snake-move-down, snake-active-p)
12941 (snake-start-game): Use that queue.
12942 (snake-use-glyphs-flag): Renamed from snake-use-glyphs.
12943 (snake-use-color-flag): Likewise.
12944 (snake-mode): Rename uses of those variables.
12945
12946 2002-02-22 Eli Zaretskii <eliz@is.elta.co.il>
12947
12948 Support for ICCCM Extended Segments in X selections:
12949
12950 * international/mule-conf.el (ctext-no-compositions): New coding
12951 system.
12952 (compount-text-no-extensions): Renamed from compound-text.
12953 (x-ctext-no-extensions, ctext-no-extensions): Aliases for
12954 compound-text-no-extensions.
12955 (compound-text): Redefined using post-read and pre-write conversions.
12956
12957 * international/mule.el (non-standard-icccm-encodings-alist)
12958 (non-standard-designations-alist): New variables.
12959 (ctext-post-read-conversion, ctext-pre-write-conversion):
12960 New functions.
12961
12962 2002-02-21 Jonathan Kamens <jik@kamens.brookline.ma.us>
12963
12964 * vc.el (vc-default-init-version): Update documentation to
12965 indicate that the backend can override the default init version.
12966 (vc-register): Use the backend init-version function, if it
12967 exists, to determine the initial version of a file.
12968 (vc-diff-switches-list): Don't symbol-quote backend, since it's
12969 already a symbol. Don't fail if vc-BACKEND-diff-switches isn't bound.
12970
12971 * vc-hooks.el (vc-mode-line): Set vc-mode to nil if the file is
12972 not version-controlled. This is necessary, e.g., if the file has
12973 just been reverted, and thus was previously under version control
12974 but isn't any longer.
12975 (vc-find-file-hook): Likewise.
12976
12977 2002-02-21 Martin Lorentzson <Martin.Lorentzson@telia.com>
12978
12979 * vc-cvs.el (vc-cvs-sticky-date-format-string): New variable.
12980 (vc-cvs-sticky-tag-display): New variable.
12981 (vc-cvs-mode-line-string): Add sticky-tag to the mode-line.
12982 (vc-cvs-checkin): If the input revision is a valid symbolic tag
12983 name, we create it as a branch, commit and switch to it.
12984 (vc-cvs-retrieve-snapshot): Set file-property sticky-tag.
12985 (vc-cvs-valid-symbolic-tag-name-p): New function.
12986 (vc-cvs-parse-sticky-tag): New function.
12987 (vc-cvs-parse-entry): Added parsing of sticky tags.
12988
12989 2002-02-21 Per Abrahamsen <abraham@dina.kvl.dk>
12990
12991 * toolbar/tool-bar.el (tool-bar-mode): Revert the :init-value to
12992 nil, and then explicitly set the standard-value to t.
12993
12994 2002-02-20 Sam Steingold <sds@gnu.org>
12995
12996 * textmodes/flyspell.el (flyspell-mode): Autoload the variable
12997 since it is used in the menu bar.
12998
12999 2002-02-20 Richard M. Stallman <rms@gnu.org>
13000
13001 * simple.el (shell-command-on-region): Display the exit status
13002 when a command fails.
13003
13004 * subr.el (add-hook): Doc fix.
13005
13006 * frame.el (other-frame): Doc fix.
13007
13008 * simple.el (yank): Clear `field' property.
13009
13010 2002-02-20 Tom Tromey <tromey@cachet>
13011
13012 * progmodes/tcl.el (tcl-do-fill-paragraph): Find and fill on more
13013 natural paragraph boundaries. Don't fail at beginning of buffer.
13014
13015 2002-02-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13016
13017 * tar-mode.el (tar-next-line, tar-previous-line): Add doc string,
13018 call the argument "arg" to match plain next-line and
13019 previous-line. From Kevin Ryde <user42@zip.com.au>.
13020
13021 2002-02-19 Sam Steingold <sds@gnu.org>
13022
13023 * mwheel.el (mouse-wheel-scroll-amount): Can specify different
13024 scroll amounts for different modifiers now.
13025 (mwheel-scroll): Handle the new `mouse-wheel-scroll-amount'
13026 format properly.
13027 (mouse-wheel-mode): Ditto.
13028
13029 2002-02-19 Eli Zaretskii <eliz@is.elta.co.il>
13030
13031 * textmodes/bibtex.el (bibtex-parse-keys): Put save-match-data
13032 around function body.
13033
13034 * net/browse-url.el (browse-url-maybe-new-window): Reverse the
13035 sense of the comparison, to match the doc strings of functions
13036 that use this macro.
13037
13038 2002-02-19 Per Abrahamsen <abraham@dina.kvl.dk>
13039
13040 * facemenu.el (describe-text-mode-map): Removed bootstrap kludge.
13041
13042 * toolbar/tool-bar.el (tool-bar-mode): Made the standard value t.
13043 * menu-bar.el (menu-bar-mode): Ditto.
13044
13045 2002-02-18 Andreas Schwab <schwab@suse.de>
13046
13047 * replace.el (query-replace-regexp-eval): Doc fix.
13048
13049 2002-02-18 Colin Walters <walters@verbum.org>
13050
13051 * calc/calcalg2.el (math-solve-get-int): Convert return value from
13052 `math-get-from-counter' to a string before calling `concat' on it.
13053
13054 * calc/calc-maint.el (calc-split-manual): Look for calc.texi.
13055 (calc-public-autoloads): Obsolete; remove.
13056 (calc-private-autoloads): Ditto.
13057 (calc-add-autoloads): Ditto.
13058
13059 * calc/calc-macs.el (calc-with-default-simplification): Use &rest
13060 for body.
13061
13062 2002-02-17 Jason Rumney <jasonr@gnu.org>
13063
13064 * w32-win.el (x-option-alist, x-long-option-alist)
13065 (x-switch-definitions): Remove, use command-line-x-option-alist
13066 instead to be consistent with X.
13067 (x-handle-initial-switch): New function.
13068
13069 2002-02-17 Eli Zaretskii <eliz@is.elta.co.il>
13070
13071 * faces.el (mode-line-inactive, header-line): Add the :inherit
13072 attribute for the tty case.
13073
13074 2002-02-17 stanislav shalunov <shalunov@internet2.edu>
13075
13076 * mail/uce.el (uce-reply-to-uce): Fix incorrect behavior when
13077 invoked from Rmail with full headers displayed.
13078
13079 2002-02-17 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13080
13081 * emacs-lisp/lisp.el (mark-defun): Don't leave multiple marks
13082 when repeated.
13083 * textmodes/paragraphs.el (mark-paragraph): Ditto.
13084
13085 2002-02-17 Per Abrahamsen <abraham@dina.kvl.dk>
13086
13087 * menu-bar.el (menu-bar-showhide-menu): Added speedbar.
13088 (menu-bar-tools-menu): Removed speedbar.
13089
13090 * textmodes/ispell.el (ispell-menu-map): Added `customize-ispell'
13091 and `flyspell-mode' entries.
13092
13093 * textmodes/flyspell.el (flyspell): Add to ispell group.
13094
13095 2002-02-17 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13096
13097 * emacs-lisp/lisp.el (mark-sexp): Don't leave multiple marks when
13098 repeated.
13099 (mark-defun): Mark more if repeated.
13100
13101 2002-02-17 Colin Walters <walters@verbum.org>
13102
13103 * ibuf-ext.el (ibuffer-toggle-sorting-mode): Make it work.
13104
13105 * ibuffer.el (ibuffer-truncate-lines): New option.
13106 (ibuffer-mode): Use it.
13107
13108 2002-02-17 Kim F. Storm <storm@cua.dk>
13109
13110 * cus-start.el: Add mouse-highlight.
13111
13112 2002-02-16 Eli Zaretskii <eliz@is.elta.co.il>
13113
13114 * Makefile.in (DONTCOMPILE): Remove cus-start.el.
13115
13116 * cus-start.el: Add automatic-hscroll-margin and
13117 automatic-hscroll-step.
13118
13119 2002-02-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13120
13121 * cus-start.el (x-autoselect-window): Allow customization.
13122
13123 * eshell/em-alias.el (eshell-alias-initialize): Do not use
13124 make-local-hook.
13125
13126 * eshell/em-cmpl.el (eshell-cmpl-initialize): Likewise.
13127
13128 * eshell/em-dirs.el (eshell-dirs-initialize): Likewise.
13129
13130 * eshell/em-glob.el (eshell-glob-initialize): Likewise.
13131
13132 * eshell/em-hist.el (eshell-hist-initialize): Likewise.
13133
13134 * eshell/em-pred.el (eshell-pred-initialize): Likewise.
13135
13136 * eshell/em-prompt.el (eshell-prompt-initialize): Likewise.
13137
13138 * eshell/em-rebind.el (eshell-rebind-initialize): Likewise.
13139
13140 * eshell/em-smart.el (eshell-smart-initialize): Likewise.
13141
13142 * eshell/em-unix.el (eshell-unix-initialize): Likewise.
13143
13144 * eshell/esh-cmd.el (eshell-cmd-initialize): Likewise.
13145
13146 * eshell/esh-ext.el (eshell-ext-initialize): Likewise.
13147
13148 * eshell/esh-io.el (eshell-io-initialize): Likewise.
13149
13150 * eshell/esh-mode.el (eshell-mode): Likewise.
13151
13152 * eshell/esh-test.el (eshell-show-usage-metrics): Likewise.
13153
13154 * eshell/esh-var.el (eshell-var-initialize): Likewise.
13155
13156 * progmodes/idlw-shell.el (idlwave-shell-mode): Likewise.
13157
13158 * progmodes/idlwave.el (idlwave-mode): Likewise.
13159
13160 * textmodes/reftex-sel.el (reftex-select-label-mode)
13161 (reftex-select-bib-mode): Likewise.
13162
13163 2002-02-16 John Wiegley <johnw@gnu.org>
13164
13165 * eshell/em-hist.el (eshell-hist-initialize): When in the
13166 minibuffer, use the global value of `eshell-history-ring', and
13167 never save it to disk, or ask to save it to disk. This allows
13168 users of session.el to control whether its global state should be
13169 persisted or not.
13170 (eshell-add-command-to-history): Don't write Eshell's history out
13171 to disk, let the governing mode control that upon exit.
13172
13173 2002-02-16 Eli Zaretskii <eliz@is.elta.co.il>
13174
13175 * eshell/eshell.el (eshell-command): Before reading from the
13176 minibuffer, add eshell-add-command-to-history to
13177 minibuffer-exit-hook, and remove it after read-from-minibuffer
13178 returns.
13179
13180 * eshell/em-hist.el (eshell-add-input-to-history): New function,
13181 with most of the code from eshell-add-to-history.
13182 (eshell-add-command-to-history): New function, to record in
13183 eshell-history the commands run via eshell-command.
13184 (eshell-add-to-history): Call eshell-add-command-to-history to do
13185 most of the work.
13186
13187 2002-02-16 John Wiegley <johnw@gnu.org>
13188
13189 * eshell/esh-ext.el (eshell-external-command): Added a fix for
13190 XEmacs' new dired.el, which adds a global entry in the
13191 `file-name-handler-alist'.
13192
13193 2002-02-16 John Wiegley <johnw@gnu.org>
13194
13195 * align.el (align-region): Added a missing name argument.
13196
13197 2002-02-16 John Wiegley <johnw@gnu.org>
13198
13199 * eshell/esh-ext.el (eshell-script-interpreter): Allow whitespace
13200 after the #! of a shell interpretor specification.
13201
13202 2002-02-15 Richard M. Stallman <rms@gnu.org>
13203
13204 * help.el (describe-key-briefly): Make output in INSERT case
13205 look just like what is displayed in the normal case.
13206
13207 2002-02-15 Andreas Schwab <schwab@suse.de>
13208
13209 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
13210 Require non-letter after specials.
13211
13212 2002-02-15 Eli Zaretskii <eliz@is.elta.co.il>
13213
13214 * menu-bar.el (menu-bar-tools-menu): Add an item for Calculator.
13215
13216 2002-02-15 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13217
13218 * simple.el (mark-word): Mark more if repeated.
13219 * textmodes/paragraphs.el (mark-paragraph): Ditto.
13220 (mark-end-of-sentence): Ditto.
13221
13222 2002-02-15 Per Abrahamsen <abraham@dina.kvl.dk>
13223
13224 * wid-edit.el (widgetp): Made it more robust.
13225
13226 2002-02-14 Per Abrahamsen <abraham@dina.kvl.dk>
13227
13228 * facemenu.el (describe-text-done): New function.
13229 (describe-text-mode-map): New variable.
13230 (describe-text-mode-hook): New option.
13231 (describe-text-mode): New function.
13232 (describe-text-widget): New function.
13233 (describe-text-sexp): New function.
13234 (describe-text-properties): New function.
13235 (describe-text-category): New command.
13236 (describe-text-at): New command.
13237 (facemenu-menu): Replace `list-text-properties-at' with
13238 `describe-text-at' in the menu.
13239
13240 * wid-edit.el (widgetp): New function.
13241 * wid-edit.el (widget-keymap, widget-insert, widget-setup): Autoload.
13242
13243 * emacs-lisp/pp.el (pp-to-string): Autoloaded.
13244
13245 * wid-browse.el: Removed version and x-url keywords.
13246
13247 2002-02-13 Kim F. Storm <storm@cua.dk>
13248
13249 * cus-start.el (mode-line-in-non-selected-windows):
13250 Allow customization.
13251
13252 2002-02-13 Richard M. Stallman <rms@gnu.org>
13253
13254 * textmodes/bibtex.el (bibtex-parse-buffers-stealthily):
13255 Tell bibtex-parse-keys to output no progress messages.
13256
13257 2002-02-12 Eli Zaretskii <eliz@is.elta.co.il>
13258
13259 * progmodes/pascal.el (pascal-imenu-generic-expression):
13260 Add menu-title and fix parentheses.
13261
13262 2002-02-12 Per Abrahamsen <abraham@dina.kvl.dk>
13263
13264 * menu-bar.el (menu-bar-options-save): Removed `truncate-lines'.
13265 (menu-bar-options-menu): Don't set default value for `truncate-lines'.
13266
13267 2002-02-12 Per Abrahamsen <abraham@dina.kvl.dk>
13268
13269 * menu-bar.el (menu-bar-options-save): Only save
13270 `current-language-environment' and `default-input-method' when
13271 marked as customized.
13272
13273 * international/mule-cmds.el
13274 (setup-specified-language-environment):
13275 Mark `current-language-environment' as customized.
13276 (set-input-method): Mark `default-input-method' as customized when
13277 called interactively.
13278 (toggle-input-method): Ditto.
13279
13280 2002-02-11 Colin Walters <walters@verbum.org>
13281
13282 * ibuffer.el (ibuffer-switch-format): Supply required argument for
13283 `ibuffer-current-formats'.
13284
13285 2002-02-11 Miles Bader <miles@gnu.org>
13286
13287 * faces.el (mode-line-inactive): Add dark-background variant.
13288
13289 2002-02-11 Per Abrahamsen <abraham@dina.kvl.dk>
13290
13291 * toolbar/tool-bar.el (tool-bar-mode): Removed standard value.
13292 * menu-bar.el (menu-bar-mode): Ditto.
13293 * cus-edit.el (customize-mark-to-save): Always save variables
13294 without a standard value.
13295
13296 * menu-bar.el (menu-bar-make-toggle): Made it aware of customize.
13297 (menu-bar-options-save): Ditto.
13298 (menu-bar-showhide-menu): Ditto.
13299 (menu-bar-options-menu): Ditto.
13300 (menu-bar-scroll-bar-right, menu-bar-scroll-bar-left)
13301 (menu-bar-scroll-bar-none): Remove.
13302 (menu-bar-showhide-scroll-bar-menu): Use customize aware lambda
13303 expressions instead.
13304
13305 * cus-edit.el (customize-set-value): Return value.
13306 (customize-set-variable): Ditto.
13307 (customize-save-variable): Ditto.
13308 (customize-set-variable): Load dependencies before setting value.
13309 (custom-load-symbol): Autoload it.
13310 (customize-mark-as-set): New function.
13311
13312 2002-02-11 Eli Zaretskii <eliz@is.elta.co.il>
13313
13314 * cus-start.el: Don't warn about "x-*" symbols when building a
13315 non-GUI version.
13316
13317 2002-02-11 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13318
13319 * strokes.el (strokes-do-stroke, strokes-do-complex-stroke):
13320 Doc fix.
13321 (strokes-help): Do not use doubled with-output-to-temp-buffer.
13322 Fix the help string.
13323 (strokes-prompt-user-save-strokes): Fix typo.
13324 (strokes-list-strokes): Use proper exit-action argument for
13325 view-buffer. Update copyright notice.
13326
13327 * international/mule-diag.el: Various doc and message fixes.
13328 (non-iso-charset-alist): Add mac-roman. Don't add entries for
13329 codepages already present.
13330 (list-block-of-chars): Display space for null entries in
13331 translation table. Display tab specially.
13332 (list-non-iso-charset-chars): Check for null charsets. Use pop
13333 for clarity. Don't break 8-bit sets into sections between ranges.
13334 (list-charset-chars): Avoid indent-tabs-mode.
13335 (describe-char-after): Maybe use the text property for syntax
13336 table information. Maybe report char-code-property-table info.
13337 Maybe report character's unicode. Tweak printing of list info.
13338 (list-input-methods): Add xref buttons.
13339 (dump-charsets, dump-codings): Deleted (obsolete).
13340 From Dave Love <fx@gnu.org>.
13341
13342 2002-02-10 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13343
13344 * menu-bar.el (menu-bar-showhide-menu): Rename functions for toggling.
13345
13346 2002-02-10 Michael Kifer <kifer@cs.stonybrook.edu>
13347
13348 * viper-util.el (viper-read-key-sequence): Fix so it'll read
13349 fast key sequences in emacs native mode
13350 (viper-events-to-keys): Delete.
13351
13352 * viper.el (describe-key, describe-key-briefly): Get rid of
13353 viper-events-to-keys.
13354
13355 * ediff-init.el (ediff-has-gutter-support): Steven Turnbull's patch.
13356
13357 * ediff-wind.el (ediff-setup-control-frame):
13358 Use ediff-has-gutter-support.
13359
13360 * ediff-util.el (ediff-dispose-of-variant-according-to-user):
13361 check if buff is alive.
13362
13363 * ediff.el: Typo in comment.
13364
13365 2002-02-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13366
13367 * menu-bar.el (menu-bar-options-save): Take care of
13368 line-number-mode and column-number-mode variables.
13369 (menu-bar-showhide-menu): New menu-items "Show Line Number" and
13370 "Show Column Number" in "Show/Hide" menu.
13371
13372 2002-02-09 Richard M. Stallman <rms@gnu.org>
13373
13374 * mail/mailabbrev.el (mail-mode-map): Use eval-after-load to change it.
13375
13376 2002-02-09 Kim F. Storm <storm@cua.dk>
13377
13378 * faces.el (mode-line-inactive): New face for mode-line for
13379 non-selected windows.
13380 (mode-line): Doc fix: Only used for selected window.
13381
13382 2002-02-08 Eli Zaretskii <eliz@is.elta.co.il>
13383
13384 * calendar/cal-menu.el (calendar-mode-map): Change the menu item's
13385 name to "Insert Diary Entry".
13386
13387 2002-02-08 Stefan Monnier <monnier@cs.yale.edu>
13388
13389 * font-lock.el (save-buffer-state): Use restore-buffer-modified-p.
13390 (c-font-lock-syntactic-face-function): Accept doxygen-style comments.
13391
13392 2002-02-08 Richard M. Stallman <rms@gnu.org>
13393
13394 * textmodes/text-mode.el (text-mode-hook-identify): Define as no-op.
13395
13396 2002-02-08 Andreas Schwab <schwab@suse.de>
13397
13398 * calc/calc.el (calcDigit-key): Use minibuffer-prompt-end instead
13399 of point-min.
13400
13401 2002-02-08 Eli Zaretskii <eliz@is.elta.co.il>
13402
13403 * net/ange-ftp.el (ange-ftp-process-handle-line)
13404 (ange-ftp-set-xfer-size): If the file's size is a float, divide
13405 by 1024 instead of using ash.
13406
13407 * international/mule-cmds.el (select-safe-coding-system):
13408 State the buffer's name in the message popped in the *Warning* buffer,
13409 and make sure the offending buffer is displayed.
13410
13411 2002-02-07 Markus Rost <rost@math.ohio-state.edu>
13412
13413 * ffap.el (ffap-newsgroup-p): Test for non-nil symbol-value of htb.
13414
13415 2002-02-07 Richard M. Stallman <rms@gnu.org>
13416
13417 * terminal.el (terminal-map): Define [menu-bar] so global def is seen.
13418
13419 * register.el (list-registers): New command.
13420 (describe-register-1): New subroutine, taken out of view-register.
13421
13422 * emacs-lisp/copyright.el (copyright-regexp):
13423 Delete the unibyte copyright symbol; it's redundant.
13424 Fix a spazz in the multibyte encoding here.
13425
13426 2002-02-07 Dave Love <fx@gnu.org>
13427
13428 * language/cyril-util.el (cyrillic-encode-koi8-r-char)
13429 (cyrillic-encode-alternativnyj-char): Get translation tables from
13430 symbol properties, not as variables.
13431 (standard-display-cyrillic-translit): Include unicodes.
13432
13433 2002-02-06 Kim F. Storm <storm@cua.dk>
13434
13435 * help.el (where-is): Report remapped commands.
13436
13437 * help-fns.el (describe-function-1): Ditto.
13438
13439 * subr.el (global-set-key, local-set-key): Accept a symbol for the
13440 KEY argument (like define-key).
13441
13442 2002-02-06 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13443
13444 * textmodes/flyspell.el (flyspell-insert-function): Doc fix.
13445
13446 2002-02-06 Richard M. Stallman <rms@gnu.org>
13447
13448 * mail/mailabbrev.el: Require sendmail only at compile time.
13449 (mail-mode-header-syntax-table): Var deleted.
13450 (mail-abbrev-syntax-table): Init to nil, will compute when needed.
13451 (sendmail-pre-abbrev-expand-hook): Only temporarily change
13452 local-abbrev-table and the syntax table.
13453 Compute mail-abbrev-syntax-table if that has not been done.
13454
13455 * progmodes/compile.el (grep-compute-defaults): Definition moved up.
13456
13457 * emacs-lisp/debug.el (debugger-frame-offset): Var deleted.
13458 (debugger-frame-number): Figure out the offset directly.
13459 (debugger-setup-buffer): Don't use debugger-frame-offset.
13460 (debugger-frame, debugger-frame-clear): Likewise.
13461 (debugger-jump): Don't alter debugger-frame-offset.
13462
13463 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
13464 Replace foo-p as var name with foo-flag, not foo-p-flag.
13465
13466 * hilit-chg.el (highlight-changes-active-string): Default to +Chg.
13467 (highlight-changes-passive-string): Default to -Chg.
13468 (highlight-changes-global-modes): Doc fix.
13469
13470 * dired.el (dired-get-filename): Add /: when appropriate
13471 to avoid taking a local name as remote.
13472
13473 * files.el (file-name-non-special): Add special handling for
13474 file-name-sans-versions, file-name-completion, and
13475 file-name-all-completions.
13476
13477 * isearch.el (isearch-update): Don't update display in kbd macro.
13478 (isearch-lazy-highlight-new-loop): Do nothing in kbd macro.
13479
13480 * subr.el (force-mode-line-update): Doc fix.
13481
13482 * subr.el (atomic-change-group, prepare-change-group)
13483 (activate-change-group, accept-change-group, cancel-change-group):
13484 New functions.
13485
13486 * simple.el (undo-get-state, undo-revert-to-state): Fns deleted.
13487 (transpose-subr-1): Use atomic-change-group.
13488
13489 * subr.el (add-minor-mode): Include the mode's lighter string
13490 in the minor mode menu item name.
13491
13492 * mail/rmail.el (rmail-toggle-header): Avoid possibly slow call to
13493 rmail-count-screen-lines starting from (point-min).
13494
13495 * startup.el (use-fancy-splash-screens-p): Need 19 lines,
13496 beyond the image height, to use the fancy splash screen.
13497
13498 * textmodes/text-mode.el (text-mode-hook-identify): Function deleted.
13499 (text-mode): Set text-mode-variant here.
13500
13501 2002-02-06 Eli Zaretskii <eliz@is.elta.co.il>
13502
13503 * play/pong.el (pong-height): Don't use height that exceeds the
13504 frame height.
13505 (pong-border-options): Make the border colors slightly more bright.
13506
13507 * play/gamegrid.el (gamegrid-display-type): Treat any
13508 color-capable display as color-x, if display-color-p is fboundp.
13509 (gamegrid-make-color-x-face): Don't call gamegrid-color twice.
13510 (gamegrid-make-color-tty-face): Use the value of color, not the
13511 symbol itself. Don't call gamegrid-color.
13512
13513 2002-02-05 Eli Zaretskii <eliz@is.elta.co.il>
13514
13515 * gud.el (gud-refresh): Call recenter only after we are sure we
13516 are in the right window.
13517
13518 2002-02-05 Per Abrahamsen <abraham@dina.kvl.dk>
13519
13520 * cus-edit.el (customize-mark-to-save): New function.
13521 * menu-bar.el (menu-bar-options-save): Rewrote.
13522
13523 2002-02-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13524
13525 * cus-start.el (x-use-underline-position-properties):
13526 Allow customization.
13527
13528 2002-02-04 Simon Josefsson <jas@extundo.com>
13529
13530 * dired.el (dired-load-hook, dired-mode-hook)
13531 (dired-before-readin-hook, dired-after-readin-hook): Defcustom.
13532
13533 2002-02-03 Colin Walters <walters@verbum.org>
13534
13535 * ibuf-ext.el (ibuffer-filter-format-alist)
13536 (ibuffer-cached-filter-formats, ibuffer-compiled-filter-formats):
13537 New variables.
13538 * ibuffer.el (ibuffer): Remove link; the "home page" for ibuffer
13539 is now the Emacs CVS tree.
13540 (ibuffer-formats): Doc fix.
13541 (ibuffer-active-formats-name, ibuffer-current-formats): New functions.
13542 (ibuffer-current-format): Use them.
13543 (ibuffer-recompile-formats, ibuffer-check-formats)
13544 (ibuffer-switch-format, ibuffer-update-title):
13545 Add support for ibuffer-filter-format-alist.
13546 (define-ibuffer-column process): Remove unncessary consing.
13547
13548 * ibuf-macs.el (define-ibuffer-column): Add beginnings of support
13549 for a summary column.
13550
13551 2002-02-03 Andreas Schwab <schwab@suse.de>
13552
13553 * window.el (save-selected-window): Move macro before first use.
13554 (balance-windows): Fix misplaced parenthesis.
13555
13556 2002-02-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13557
13558 * calculator.el (calculator-displayers): Doc fixes.
13559
13560 2002-02-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13561
13562 * menu-bar.el (menu-bar-help-menu): Use different text for tool-tip.
13563 (menu-bar-options-save): Save also the value of `display-time-mode'.
13564 (showhide-date-time): New function.
13565 (menu-bar-showhide-menu): New menu-item "Date and time".
13566
13567 2002-02-03 Eli Zaretskii <eliz@is.elta.co.il>
13568
13569 * mail/rmail.el (rmail): Use find-buffer-visiting instead of
13570 get-file-buffer to check for rmail buffer existence.
13571
13572 * term.el (term-emulate-terminal): Extract proper command string
13573 which is supplied to term-command-hook.
13574
13575 2002-02-03 Richard M. Stallman <rms@gnu.org>
13576
13577 * international/quail.el (quail-help): Don't call help-setup-xref.
13578
13579 * international/mule-cmds.el (describe-input-method):
13580 Call help-setup-xref here.
13581 (describe-current-input-method): Doc fix.
13582
13583 * novice.el (disabled-command-hook): Clarify output text.
13584 Indent the paragraph from the command's doc string.
13585
13586 * dabbrev.el (dabbrev--goto-start-of-abbrev):
13587 Exit loop on beginning of field rather than bobp.
13588
13589 2002-02-02 Eli Zaretskii <eliz@is.elta.co.il>
13590
13591 * mail/uce.el (uce-reply-to-uce): Prune the headers before copying
13592 the message text into the *mail* buffer, and restore the pruned
13593 state after that.
13594
13595 * mail/rmail.el (rmail-redecode-body): Prune the headers before
13596 looking for X-Coding-System header, and restore the pruned state
13597 before returning.
13598
13599 2002-02-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13600
13601 * cus-edit.el (customize-save-variable): Fix typo in prompt.
13602
13603 These changes integrate new version of flyspell.el from its
13604 maintainer, Manuel Serrano:
13605
13606 * textmodes/flyspell.el (flyspell-issue-message-flag): New user option.
13607 (flyspell-mode-on, flyspell-notify-misspell)
13608 (flyspell-small-region, flyspell-external-point-words)
13609 (flyspell-large-region): Use it
13610 (flyspell-before-incorrect-word-string)
13611 (flyspell-after-incorrect-word-string): New user options.
13612 (make-flyspell-overlay): Use them.
13613 (flyspell-version): New function.
13614 (flyspell-incorrect-face, flyspell-duplicate-face): Adapt face
13615 definitions to use :weight.
13616 (flyspell-insert-function): New user option.
13617 (flyspell-auto-correct-word, flyspell-correct-word)
13618 (flyspell-xemacs-correct): Use it.
13619 (flyspell-define-abbrev): New function.
13620 (flyspell-auto-correct-word, flyspell-correct-word)
13621 (flyspell-xemacs-correct): Use it.
13622 (make-flyspell-overlay): Use `evaporate' property.
13623 (flyspell-auto-correct-word, flyspell-correct-word): Remove overlay.
13624 (flyspell-emacs-popup): Use `session' instead of `accept'.
13625 (flyspell-auto-correct-previous-pos): New variable.
13626 (flyspell-auto-correct-previous-hook)
13627 (flyspell-auto-correct-previous-word): New functions.
13628
13629 2002-02-02 Eli Zaretskii <eliz@is.elta.co.il>
13630
13631 * novice.el (enable-command): If Emacs was invoked as "emacs -q",
13632 don't alter the user's ~/.emacs.
13633 (disable-command): If user-init-file is nil or does not exist,
13634 default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
13635 But don't alter the init file if Emacs was invoked as "emacs -q"
13636
13637 2002-02-01 Stefan Monnier <monnier@cs.yale.edu>
13638
13639 * mail/sendmail.el (mail-mode): Undo half of last change.
13640
13641 * indent.el (indent-for-tab-command): Remove spurious code.
13642
13643 * hi-lock.el (hi-lock-find-patterns): Save restriction.
13644
13645 2002-02-01 Eli Zaretskii <eliz@is.elta.co.il>
13646
13647 * calendar/time-date.el: Moved from lisp/gnus.
13648
13649 * calendar/parse-time.el: Ditto.
13650
13651 2002-01-31 Richard M. Stallman <rms@gnu.org>
13652
13653 * international/iso-acc.el (iso-languages): Fix ", " in French.
13654
13655 * cus-start.el (history-length): Specify customization for it.
13656
13657 * emacs-lisp/debug.el (debugger-setup-buffer):
13658 When an eval-buffer frame was reading from a buffer,
13659 insert indication of the buffer position.
13660 (debugger-frame-number): Ignore ;;;-comment lines in backtrace.
13661 (debugger-frame-clear, debugger-frame): Error on non-frame line.
13662
13663 * simple.el (shell-command-on-region): Err if no mark
13664 before reading the command string.
13665
13666 * hl-line.el (hl-line-highlight, hl-line-unhighlight):
13667 Definitions moved down after hl-line-mode var's definition.
13668
13669 * hilit-chg.el (hilit-chg-fixup): Don't alter overlay if not ours.
13670 (hilit-chg-set-face-on-change): Rename arg.
13671 (hilit-chg-make-ov): Detect error earlier.
13672
13673 * ediff-hook.el: Delete autoload cookies.
13674
13675 * comint.el (comint-scroll-show-maximum-output): Default is t.
13676
13677 * emacs-lisp/bytecomp.el (batch-byte-compile): New arg noforce.
13678 (batch-byte-compile-if-not-done): New function.
13679
13680 * Makefile.in (compile): New target.
13681 (compile-always): Renamed from compile-files.
13682 (compile-after-backup): Renamed from compile.
13683 (bootstrap): Depend on compile-always, not compile-files.
13684
13685 * emulation/pc-select.el (pc-select-save-and-set-mode):
13686 Properly use MODE-VAR.
13687
13688 2002-01-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13689
13690 * menu-bar.el (menu-bar-help-menu): Change menu-item "Show Emacs
13691 Version" to "About Emacs".
13692 (menu-bar-options-save): Add `default-frame-alist'
13693 to saved variables.
13694 (menu-bar-showhide-scroll-bar-menu): Use frame-parameters instead
13695 of the variable `scroll-bar-mode'.
13696
13697 * startup.el (normal-splash-screen, display-splash-screen):
13698 New functions (separated from command-line-1).
13699 (command-line-1): Use them.
13700
13701 2002-01-28 Eli Zaretskii <eliz@is.elta.co.il>
13702
13703 * calendar/calendar.el (generate-calendar-month): Doc fix.
13704
13705 2002-01-27 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13706
13707 * time.el (display-time-mail-directory): New option.
13708 (display-time-mail-function): Update doc-string.
13709 (display-time-mail-icon): Use XPM image when available.
13710 (display-time-string-forms): Use more descriptive text as
13711 help-echo property.
13712 (display-time-mail-check-directory): New function.
13713 (display-time-update): Use it.
13714
13715 * menu-bar.el (menu-bar-showhide-scroll-bar-menu):
13716 Quote `window-system'.
13717
13718 * tmm.el (tmm-get-keymap): Honour :visible in `menu-item'.
13719 Add Keywords header. Update Commentary section.
13720 Update copyright notice.
13721
13722 * menu-bar.el (menu-bar-scroll-bar-right)
13723 (menu-bar-scroll-bar-left, menu-bar-scroll-bar-none)
13724 (showhide-menu-bar): New functions.
13725 (menu-bar-showhide-menu): New submenu "Show/Hide".
13726 (menu-bar-showhide-scroll-bar-menu): "Scroll-bar" submenu of
13727 "Show/Hide".
13728 Update copyright notice.
13729
13730 2002-01-27 Eli Zaretskii <eliz@is.elta.co.il>
13731
13732 * lazy-lock.el (lazy-lock-mode): Add a reference to jit-lock.
13733
13734 2002-01-26 Evgeny Roubinchtein <evgenyr@cs.washington.edu>
13735
13736 * pc-select.el (pc-selection-mode-hook)
13737 (pc-select-saved-settings-alist, pc-select-map)
13738 (pc-select-saved-global-map, pc-select-key-bindings-alist)
13739 (pc-select-default-key-bindings, pc-select-extra-key-bindings)
13740 (pc-select-meta-moves-sexps-key-bindings)
13741 (pc-select-tty-key-bindings, pc-select-old-M-delete-binding):
13742 New variables.
13743 (pc-select-define-keys, pc-select-restore-keys): New functions.
13744 (pc-select-add-to-alist, pc-select-save-and-set-var)
13745 (pc-select-save-and-set-mode, pc-select-restore-var)
13746 (pc-select-restore-mode): New macros.
13747 (pc-selection-mode): Completely rewrote the body of the function;
13748 the main goal was to make pc-selection-mode "turn-off"-able, like
13749 other minor modes. Use define-minore-mode instead of just a
13750 defun. Store the key bindings into four alists:
13751 pc-select-default-key-bindings, pc-select-extra-key-bindings,
13752 pc-select-meta-moves-sexps-key-bindings, and
13753 pc-select-tty-key-bindings; then have the pc-select-define-keys
13754 function walk those alists instead of calling define-key
13755 repeatedly. When the mode is turned on, set the
13756 keybindings in global-map and remember the old keybindings; when
13757 the mode is turned off, restore the previously-saved keybindings.
13758 (pc-selection-mode defcustom): Reflect the fact that the mode is
13759 now "turn-off"-able.
13760
13761 2002-01-26 Eli Zaretskii <eliz@is.elta.co.il>
13762
13763 * eshell/esh-cmd.el (eshell-eval-command): If eshell-resume-eval
13764 returns t, don't treat that as an error.
13765
13766 2002-01-25 Jason Rumney <jasonr@gnu.org>
13767
13768 * faces.el (face-font-registry-alternatives) [windows-nt]:
13769 Add ms-oemlatin as an alternative for iso8859-1.
13770
13771 2002-01-25 Stefan Monnier <monnier@cs.yale.edu>
13772
13773 * pcvs.el (cvs-reread-cvsrc): Distinguish between an empty list of
13774 args and the absence of an entry. Don't add -f each time.
13775
13776 2002-01-25 Eli Zaretskii <eliz@is.elta.co.il>
13777
13778 * emacs-lisp/cl-seq.el (mismatch): Doc fix.
13779
13780 Support for more than 8 colors on character terminals:
13781
13782 * term/rxvt.el: New file.
13783
13784 * Makefile.in (DONTCOMPILE): Remove term/xterm.el.
13785
13786 * term/xterm.el (xterm-standard-colors): New variable.
13787 (xterm-rgb-convert-to-16bit, xterm-register-default-colors)
13788 (xterm-rxvt-set-background-mode): New functions.
13789 (toplevel): Call xterm-register-default-colors,
13790 xterm-rxvt-set-background-mode, and tty-set-up-initial-frame-faces.
13791 Add support for more keys from xterm's terminfo entry.
13792
13793 * facemenu.el (list-colors-display): If the argument is nil, don't
13794 show more colors that the number returned by display-color-cells.
13795
13796 * term/pc-win.el (msdos-color-values): Reverse the order of the
13797 colors, since tty-color-define now preserves the registration order.
13798
13799 * w32-fns.el (w32-tty-standard-colors): Reverse the order.
13800
13801 * term/tty-colors.el (tty-standard-colors): Reverse the order.
13802 (tty-register-default-colors): New function; code moved from
13803 startup.el's command-line.
13804 (tty-modify-color-alist): Use nconc instead of cons, to preserve
13805 the order the colors where registered.
13806
13807 * frame.el (display-color-cells): Use tty-display-color-cells.
13808
13809 * startup.el (command-line): Call tty-register-default-colors.
13810
13811 2002-01-25 Richard M. Stallman <rms@gnu.org>
13812
13813 * subr.el (remove): Doc fix.
13814
13815 2002-01-24 Richard M. Stallman <rms@gnu.org>
13816
13817 * progmodes/compile.el (compilation-handle-exit):
13818 Add a compilation-handle-exit property to the "finished" message.
13819 (compilation-parse-errors): Stop parsing when that property is seen.
13820
13821 * subr.el (substring-no-properties): New function.
13822 (copy-without-properties): Function deleted.
13823
13824 * term/x-win.el (x-handle-geometry): Put sizes on both
13825 initial-frame-alist and default-frame-alist.
13826
13827 * cus-edit.el (custom-save-all): Bind file-precious-flag to t
13828 for saving .emacs.
13829
13830 * files.el (basic-save-buffer-2): Ignore file-error in delete-file.
13831
13832 * calendar/calendar.el (generate-calendar-month): Doc fix.
13833
13834 2002-01-23 Richard M. Stallman <rms@gnu.org>
13835
13836 * play/tetris.el (tetris): New defgroup.
13837 (tetris-use-glyphs, tetris-use-color, tetris-draw-border-with-glyphs)
13838 (tetris-default-tick-period): Convert to defcustom.
13839 Added * in docstring to indicate user variable.
13840 (tetris-update-speed-function, tetris-mode-hook, tetris-tty-colors)
13841 (tetris-x-colors, tetris-buffer-name, tetris-buffer-width)
13842 (tetris-buffer-height, tetris-width, tetris-height)
13843 (tetris-top-left-x, tetris-top-left-y): Convert to defcustom.
13844
13845 2002-01-22 Stefan Monnier <monnier@cs.yale.edu>
13846
13847 * mail/sendmail.el (mail-mode): ">" is not a supercite-style prefix
13848 and is already matched by adaptive-fill-regexp.
13849
13850 2002-01-22 Richard M. Stallman <rms@gnu.org>
13851
13852 * bindings.el (mode-line-copied-mode-name): New variable.
13853 (mode-line-mode-name): Don't modify mode-name itself!
13854 Instead, make a copy and reuse it.
13855
13856 * subr.el (copy-without-properties): New function.
13857
13858 * progmodes/sh-script.el (sh-set-shell): Doc fix.
13859
13860 * net/ange-ftp.el (ange-ftp-canonize-filename): Avoid duplicate
13861 slash if DIR is just slash.
13862
13863 * progmodes/perl-mode.el (perl-mode-abbrev-table): Restore definition.
13864
13865 2002-01-21 Richard M. Stallman <rms@gnu.org>
13866
13867 * emacs-lisp/copyright.el (copyright-regexp): Fix previous change.
13868
13869 * net/ange-ftp.el (ange-ftp-bs2000-posix-hook-installed):
13870 Move defvar up.
13871
13872 * textmodes/ispell.el (ispell-help): Clean up echo area if user quits.
13873
13874 * ibuffer.el: Don't require ibuf-ext at load time.
13875 (ibuffer): Require ibuf-ext here.
13876
13877 2002-01-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
13878
13879 * generic-x.el (apache-conf-generic-mode): Highlight the first
13880 word in a line even if preceded by blanks.
13881
13882 2002-01-21 Richard M. Stallman <rms@gnu.org>
13883
13884 * window.el (window-body-height): Handle minibuffer window specially.
13885 Otherwise, don't return less than 1.
13886
13887 2002-01-20 Thomas Dorner <Thomas.Dorner@start.de>
13888
13889 * ange-ftp.el: Added support for BS2000, and for raw ftp
13890 login commands (needed in some circumstances).
13891 (ange-ftp-raw-login): New custom var.
13892 (ange-ftp-normal-login): Perform login with raw ftp commands, if
13893 ange-ftp-raw-login is set and account password is needed.
13894 (ange-ftp-host-type, ange-ftp-guess-host-type): Handle BS2000 hosts.
13895 (ange-ftp-bs2000-filename-pubset-regexp)
13896 (ange-ftp-bs2000-filename-username-regexp)
13897 (ange-ftp-bs2000-filename-prefix-regexp)
13898 (ange-ftp-bs2000-name-template): New consts.
13899 (ange-ftp-bs2000-short-filename-regexp)
13900 (ange-ftp-bs2000-fix-name-regexp-reverse)
13901 (ange-ftp-bs2000-fix-name-regexp): New consts.
13902 (ange-ftp-bs2000-special-prefix): New custom var.
13903 (ange-ftp-fix-name-for-bs2000)
13904 (ange-ftp-fix-dir-name-for-bs2000): New funs.
13905 (ange-ftp-bs2000-host-regexp, ange-ftp-bs2000-posix-host-regexp)
13906 (ange-ftp-bs2000-posix-hook-installed): New vars.
13907 (ange-ftp-parse-bs2000-filename, ange-ftp-parse-bs2000-listing)
13908 (ange-ftp-bs2000-host, ange-ftp-bs2000-posix-host)
13909 (ange-ftp-add-bs2000-host, ange-ftp-add-bs2000-posix-host): New funs.
13910 (ange-ftp-bs2000-filename-regexp): New const.
13911 (ange-ftp-bs2000-additional-pubsets): New custom var.
13912 (ange-ftp-bs2000-cd-to-posix): New fun.
13913
13914 2002-01-20 Colin Walters <walters@verbum.org>
13915
13916 * ibuffer.el: (toplevel) Require `ibuf-ext', which is now compiled
13917 with `byte-compile-dynamic'.
13918 (ibuffer-default-directory, toplevel): Doc files.
13919
13920 2002-01-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13921
13922 * tempo.el (tempo-define-template): Doc fix.
13923
13924 * scroll-bar.el (scroll-bar-mode): Make argument optional.
13925
13926 2002-01-20 Jason Rumney <jasonr@gnu.org>
13927
13928 * w32-vars.el: New file.
13929
13930 * loadup.el [windows-nt]: Load it.
13931
13932 * w32-fns.el, term/w32-win.el: Move user variables to w32-vars.el
13933 and make them defcustoms.
13934
13935 * term/w32-win.el (mouse-set-font): Use w32-list-proportional-fonts.
13936
13937 2002-01-19 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13938
13939 * language/tibet-util.el (tibetan-decompose-region)
13940 (tibetan-decompose-string): Fix typo in docstring.
13941
13942 * ruler-mode.el (ruler-mode): New keyword. Fix :version.
13943
13944 2002-01-18 Richard M. Stallman <rms@gnu.org>
13945
13946 * comint.el (comint-redirect-send-command-to-process):
13947 Restore previous current buffer.
13948
13949 * window.el (window-body-height): New function.
13950
13951 2002-01-18 Zoltan Kemenczy <kemenczy@rogers.com>
13952
13953 * gud.el (easy-mmode-defmap): Enable "Up Stack", "Down Stack", and
13954 "Finish Function" menu map entries for jdb mode.
13955 (gud-jdb-use-classpath): New customization variable.
13956 (gud-jdb-command-name): Add customization.
13957 (gud-jdb-classpath, gud-marker-acc-max-length): New variables.
13958 (gud-jdb-classpath-string): New variable.
13959 (gud-jdb-source-files, gud-jdb-class-source-alist): Add doc strings.
13960 (gud-jdb-build-source-files-list): Likewise.
13961 (gud-jdb-massage-args): Record any command argument classpath
13962 string in `gud-jdb-classpath-string'.
13963 (gud-jdb-lowest-stack-level): New function, finds bottom of current
13964 java call stack in jdb output.
13965 (gud-jdb-find-source-using-classpath, gud-jdb-find-source)
13966 (gud-jdb-parse-classpath-string): New functions.
13967 (gud-jdb-marker-filter): Search/detect classpath information in
13968 jdb's output. marker regexp updated to match oldjdb and jdb output
13969 formats. Expand search for source files to include new/old methods
13970 using new functions above. Do not allow `gud-marker-acc' to grow
13971 without bound.
13972 (jdb): Set classpath information (if available) as jdb is started.
13973 Change `gud-break' and `gud-remove'
13974 to use new %c ("class") escape in format strings.
13975 Add `gud-finish', `gud-up', `gud-down' command string functions, and
13976 add them to the local menu map. Update `comint-prompt-regexp' for
13977 jdb and oldjdb. If attaching to an already running java VM and
13978 configured to use classpath, send command to query for classpath,
13979 else use previous method for finding and parsing java
13980 sources. Set `gud-jdb-find-source' function accordingly.
13981 (gud-mode): Doc fix.
13982 (gud-format-command): Add support for new %c ("class") escape.
13983 (gud-find-class): New function in support of %c escape.
13984
13985 2002-01-17 Richard M. Stallman <rms@gnu.org>
13986
13987 * ibuf-ext.el: Enable byte-compile-dynamic.
13988
13989 2002-01-17 Jason Rumney <jasonr@gnu.org>
13990
13991 * term/w32-win.el: Restore conditional require of fontset.
13992
13993 2002-01-16 Richard M. Stallman <rms@gnu.org>
13994
13995 * mouse.el (mouse-drag-region-1): Renamed from mouse-drag-region,
13996 more or less.
13997 (mouse-drag-region): New function. For a click in the echo area,
13998 show *Messages*.
13999
14000 * ibuf-ext.el: Delete the autoloads for functions defined with
14001 ibuffer-specific commands.
14002
14003 * help.el (describe-distribution): Really call view-file.
14004
14005 * net/ange-ftp.el (ange-ftp-passive-mode): New arg PROC.
14006 (ange-ftp-get-process): Pass that arg.
14007
14008 * comint.el (comint-simple-send): Fix previous change.
14009
14010 * net/telnet.el (telnet-simple-send): Fix previous change.
14011
14012 * progmodes/sql.el (sql-escape-newlines-and-send)
14013 (sql-query-placeholders-and-send): Fix previous change.
14014
14015 2002-01-16 Colin Walters <walters@verbum.org>
14016
14017 * ibuf-ext.el, ibuf-macs.el, ibuffer.el (toplevel): Remove X-RCS,
14018 URL, Compatibility headers. Update copyright notice.
14019 * ibuf-macs.el (toplevel): Require `cl' when compiling.
14020
14021 2002-01-16 Andrew Choi <akochoi@cse.cuhk.edu.hk>
14022
14023 * startup.el (command-line): Set EOL mnemonics for the Mac.
14024
14025 2002-01-16 Andreas Schwab <schwab@suse.de>
14026
14027 * mail/feedmail.el (feedmail): Fix :link spec.
14028
14029 2002-01-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14030
14031 * net/ldap.el (ldap-ldapsearch-prog): Default to OpenLDAP version
14032 2 ldapsearch.
14033
14034 * net/eudc.el: New maintainer. Change author's address.
14035 (eudc-pre-select-window-configuration, eudc-insertion-marker):
14036 Variables removed.
14037 (eudc-insert-selected): Function removed.
14038 (eudc-select): Reimplemented.
14039 (eudc-expand-inline): Delete the strings only after its expansion
14040 is chosen not before.
14041
14042 * net/eudcb-ph.el (eudc-ph-open-session): Remove XEmacs case.
14043 Minor coding style fixes.
14044
14045 * net/eudcb-ldap.el: New maintainer. Change author's address.
14046 (eudc-attribute-display-method-alist): Display mail with
14047 eudc-display-mail.
14048
14049 * net/eudcb-bbdb.el, net/eudc-export.el, net/eudc-hotlist.el,
14050 * net/eudc-vars.el: New maintainer. Change author's address.
14051
14052 * net/eudc-bob.el: New maintainer. Change author's address.
14053 (eudc-bob-mail-keymap): New keymap for e-mail addresses.
14054 (eudc-display-mail): New function.
14055 (eudc-bob-play-sound-at-point): Remove XEmacs case.
14056
14057 2002-01-15 Richard M. Stallman <rms@gnu.org>
14058
14059 * emacs-lisp/autoload.el (make-autoload):
14060 Don't handle define-ibuffer-column, define-ibuffer-filter,
14061 define-ibuffer-sorter, and define-ibuffer-op.
14062
14063 2002-01-14 Richard M. Stallman <rms@gnu.org>
14064
14065 * calendar/calendar.el (diary-date-forms): Doc fix.
14066
14067 2002-01-14 Eli Zaretskii <eliz@is.elta.co.il>
14068
14069 * startup.el (command-line): Register the default tty colors even
14070 if the terminal doesn't seem to support colors.
14071 <tty-long-option-alist>: New option --color.
14072 (tty-handle-args): Parse the --color arg.
14073
14074 * term/tty-colors.el (tty-color-mode-alist): New variable.
14075
14076 2002-01-14 Stefan Monnier <monnier@cs.yale.edu>
14077
14078 * net/ange-ftp.el (ange-ftp-root-dir-p): New function.
14079 (ange-ftp-file-name-all-completions, ange-ftp-file-name-completion):
14080 Use it.
14081 (ange-ftp-hook-function): Preserve match-data.
14082 (ange-ftp-insert-directory): Typo.
14083 (ange-ftp-shell-command): Check if regexp matched.
14084
14085 2002-01-13 Richard M. Stallman <rms@gnu.org>
14086
14087 * international/mule-cmds.el: help-map bindings moved to help.el.
14088
14089 * help.el (view-echo-area-messages): New function.
14090 (help-map): Add `e' binding. Delete obsolete `d' binding.
14091 Change old Info bindings C-f, C-k and C-i to F, K, S.
14092 Move view-emacs-FAQ from F to C-f.
14093 Move view-emacs-problems from P to C-e.
14094 Bindings moved here from mule-cmds.el.
14095 C-l binding for describe-language-environment deleted
14096 (help-for-help): Update for all these changes.
14097
14098 * emacs-lisp/copyright.el (copyright-regexp): Make (C) optional.
14099
14100 2002-01-13 Dave Love <fx@gnu.org>
14101
14102 * emacs-lisp/copyright.el: Doc fixes.
14103 (copyright-regexp): Add Latin-9 copyright sign.
14104 Match comment delimiters in year lists.
14105 (copyright-current-year): Initialize to load-time year.
14106
14107 2002-01-13 Andreas Schwab <schwab@suse.de>
14108
14109 * dired-aux.el (dired-do-shell-command): Doc fix.
14110
14111 2002-01-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14112
14113 * startup.el (command-line-x-option-alist): New options "-fs",
14114 "-fw", "-fh", "--fullscreen", "--fullwidth", and "--fullheight".
14115
14116 * term/x-win.el (x-handle-initial-switch): New function.
14117
14118 2002-01-13 Colin Walters <walters@debian.org>
14119
14120 * emacs-lisp/autoload.el (make-autoload): Handle define-ibuffer-column,
14121 define-ibuffer-filter, define-ibuffer-sorter, and define-ibuffer-op.
14122
14123 * emacs-lisp/lisp-mode.el (toplevel): Ditto.
14124
14125 * ibuffer.el, ibuf-ext.el, ibuf-macs.el: New files.
14126
14127 2002-01-12 Richard M. Stallman <rms@gnu.org>
14128
14129 * net/browse-url.el (browse-url-grail):
14130 Use browse-url-maybe-new-window.
14131
14132 * net/telnet.el (telnet-simple-send):
14133 Handle comint-input-sender-no-newline like comint-simple-send.
14134
14135 * progmodes/sql.el (sql-query-placeholders-and-send):
14136 Handle comint-input-sender-no-newline like comint-simple-send.
14137 (sql-escape-newlines-and-send): Likewise.
14138
14139 * comint.el (comint-input-sender): Doc fix.
14140 (comint-input-sender-no-newline): New variable.
14141 (comint-simple-send): If comint-input-sender-no-newline,
14142 don't output newline, but maybe send eof.
14143 (comint-send-input): New arg NO-NEWLINE.
14144 (comint-send-eof): Call comint-send-eof with NO-NEWLINE.
14145
14146 2002-01-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14147
14148 * textmodes/flyspell.el (flyspell-check-pre-word-p):
14149 Prevent delaying when executing keyboard macros.
14150
14151 2002-01-12 Richard M. Stallman <rms@gnu.org>
14152
14153 * simple.el (line-move): If we can't move enough lines,
14154 go to beginning or end of line.
14155
14156 * help-mode.el (help-xref-go-back): Restore POSITION in proper buffer
14157 and proper window.
14158
14159 * help.el (describe-mode): Call help-setup-xref in the help buffer.
14160 Switch buffers only after calling `help-buffer'.
14161
14162 * dired-aux.el (dired-shell-stuff-it): Substitute for * or ?
14163 only when they are surrounded by whitespace.
14164 Use dired-mark-separator when adding one file name to a command.
14165 (dired-do-shell-command): Verify that * is surrounded by whitespace.
14166 Ask for confirmation if * or ? is not surrounded by whitespace.
14167 (dired-bunch-files): Re-reverse the partial file list when it is used.
14168
14169 2002-01-12 Richard M. Stallman <rms@gnu.org>
14170
14171 * comint.el (comint-dynamic-list-completions): Repeating the command
14172 after displaying a completion list scrolls the list.
14173
14174 2002-01-12 Eli Zaretskii <eliz@is.elta.co.il>
14175
14176 * files.el (find-file-noselect): Don't consider a buffer as
14177 visiting a file literally if it is in hexl-mode.
14178
14179 * faces.el (minibuffer-prompt): A better face definition for MS-DOS.
14180
14181 2002-01-11 Richard M. Stallman <rms@gnu.org>
14182
14183 * startup.el (initial-scratch-message): Fix custom type, add group.
14184
14185 * mail/rmail.el (rmail-decode-babyl-format): Disable undo
14186 around the decode-coding-region call.
14187
14188 * emacs-lisp/lisp.el (lisp-complete-symbol): Repeating the command
14189 after displaying a completion list scrolls the list.
14190
14191 2002-01-11 Eli Zaretskii <eliz@is.elta.co.il>
14192
14193 * version.el (emacs-version): Bump to 21.2.50.
14194
14195 2002-01-10 Thien-Thi Nguyen <ttn@giblet.glug.org>
14196
14197 * play/zone.el (zone-timeout): New var.
14198 (zone-hiding-modeline): New macro.
14199 (zone-call): New func.
14200
14201 (zone): Init `modeline-hidden-level' symbol property.
14202 Use `zone-call' instead of `funcall'.
14203
14204 (zone-pgm-whack-chars): Use `make-string' (fix bug introduced in 2001-10-26T20:11:25Z!monnier@iro.umontreal.ca).
14205
14206 (zone-pgm-stress): Use `zone-hiding-modeline'.
14207
14208 (zone-pgm-stress-destress): New zone program.
14209
14210 2002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
14211
14212 * faces.el (minibuffer-prompt): Special face definition for MS-DOS.
14213
14214 2002-01-09 Richard M. Stallman <rms@gnu.org>
14215
14216 * startup.el (fancy-splash-screens): Set tab-width in correct buffer.
14217
14218 2002-01-09 Michael Kifer <kifer@cs.stonybrook.edu>
14219
14220 * viper.el (viper-set-hooks): Zap viper-unfriendly bindings in
14221 flyspell-mouse-map.
14222
14223 2002-01-08 Richard M. Stallman <rms@gnu.org>
14224
14225 * emacs-lisp/regexp-opt.el (regexp-opt): Bind max-specpdl-size.
14226
14227 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Fix custom type.
14228
14229 * textmodes/flyspell.el (flyspell-mode-line-string): Fix custom type.
14230
14231 2002-01-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14232
14233 * progmodes/ada-mode.el (ada-initialize-properties, ada-mode):
14234 Do not use make-local-hook.
14235
14236 2002-01-08 Eli Zaretskii <eliz@is.elta.co.il>
14237
14238 * international/quail.el (quail-start-translation)
14239 (quail-start-conversion): Bind last-command-event, last-command,
14240 and this-command in the first let. This fixes the change from
14241 2000-08-30.
14242
14243 2002-01-08 Michael Kifer <kifer@cs.stonybrook.edu>
14244
14245 * ediff-hook.el: Add an autoload cookie.
14246
14247 2002-01-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14248
14249 * net/eudcb-ph.el, net/ldap.el: New maintainer. New e-mail
14250 address of the author.
14251
14252 2002-01-08 Richard M. Stallman <rms@gnu.org>
14253
14254 * replace.el (occur-mode-goto-occurrence-other-window): New command.
14255 (occur-mode-map): Bind `o' to that.
14256
14257 2002-01-07 Michael Kifer <kifer@cs.stonybrook.edu>
14258
14259 * viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
14260 new macro that replaces viper-emacs-p and viper-xemacs-p in many
14261 cases. Used to reduce the number of warnings.
14262
14263 * viper-cmd.el: Use viper-cond-compile-for-xemacs-or-emacs.
14264 (viper-standard-value): Move here from viper.el.
14265 (viper-set-unread-command-events): Move to viper-util.el
14266 (viper-check-minibuffer-overlay): Make sure
14267 viper-minibuffer-overlay is moved to cover the entire input field.
14268
14269 * viper-util.el: Use viper-cond-compile-for-xemacs-or-emacs.
14270 (viper-read-key-sequence, viper-set-unread-command-events)
14271 (viper-char-symbol-sequence-p, viper-char-array-p): Moved here.
14272
14273 * viper-ex.el: Use viper-cond-compile-for-xemacs-or-emacs.
14274
14275 * viper-keym.el: Use viper-cond-compile-for-xemacs-or-emacs.
14276
14277 * viper-mous.el: Use viper-cond-compile-for-xemacs-or-emacs.
14278
14279 * viper-macs.el (viper-char-array-p, viper-char-symbol-sequence-p)
14280 (viper-event-vector-p): Move to viper-util.el
14281
14282 * viper.el (viper-standard-value): Move to viper-cmd.el.
14283 Use viper-cond-compile-for-xemacs-or-emacs.
14284
14285 * ediff-help.el: Use ediff-cond-compile-for-xemacs-or-emacs.
14286
14287 * ediff-hook.el: Use ediff-cond-compile-for-xemacs-or-emacs.
14288
14289 * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs):
14290 New macro designed to be used in many places where ediff-emacs-p or
14291 ediff-xemacs-p was previously used. Reduces the number of warnings.
14292 Use ediff-cond-compile-for-xemacs-or-emacs in many places in lieu
14293 of ediff-xemacs-p.
14294 (ediff-make-current-diff-overlay, ediff-highlight-diff-in-one-buffer)
14295 (ediff-convert-fine-diffs-to-overlays, ediff-empty-diff-region-p)
14296 (ediff-whitespace-diff-region-p, ediff-get-region-contents):
14297 Move to ediff-util.el.
14298 (ediff-event-key): Moved here.
14299
14300 * ediff-merge.el: Got rid of unreferenced variables.
14301
14302 * ediff-mult.el: Use ediff-cond-compile-for-xemacs-or-emacs.
14303
14304 * ediff-util.el: Use ediff-cond-compile-for-xemacs-or-emacs.
14305 (ediff-cleanup-mess): Improve the way windows are set up after
14306 quitting ediff.
14307 (ediff-janitor): Use ediff-dispose-of-variant-according-to-user.
14308 (ediff-dispose-of-variant-according-to-user): New function
14309 designed to be smarter and also understands indirect buffers.
14310 (ediff-highlight-diff-in-one-buffer)
14311 (ediff-unhighlight-diff-in-one-buffer)
14312 (ediff-unhighlight-diffs-totally-in-one-buffer)
14313 (ediff-highlight-diff, ediff-highlight-diff)
14314 (ediff-unhighlight-diff, ediff-unhighlight-diffs-totally)
14315 (ediff-empty-diff-region-p, ediff-whitespace-diff-region-p)
14316 (ediff-get-region-contents, ediff-make-current-diff-overlay):
14317 Moved here.
14318 (ediff-format-bindings-of): New function by Hannu Koivisto
14319 <azure@iki.fi>.
14320 (ediff-setup): Make sure the merge buffer is always widened and
14321 modifiable.
14322 (ediff-write-merge-buffer-and-maybe-kill): Refuse to write the
14323 result of a merge into a file visited by another buffer.
14324 (ediff-arrange-autosave-in-merge-jobs): Check if the merge file
14325 is visited by another buffer and ask to save/delete that buffer.
14326 (ediff-verify-file-merge-buffer): New function to do the above.
14327
14328 * ediff-vers.el: Load ediff-init.el at compile time.
14329
14330 * ediff-wind.el: Use ediff-cond-compile-for-xemacs-or-emacs.
14331
14332 * ediff.el (ediff-windows, ediff-regions-wordwise)
14333 (ediff-regions-linewise): Use indirect buffers to improve
14334 robustness and make it possible to compare regions of the same
14335 buffer (even overlapping regions).
14336 (ediff-clone-buffer-for-region-comparison)
14337 (ediff-clone-buffer-for-window-comparison): New functions.
14338 (ediff-files-internal): Refuse to compare identical files.
14339 (ediff-regions-internal): Get rid of the warning about comparing
14340 regions of the same buffer.
14341
14342 * ediff-diff.el (ediff-convert-fine-diffs-to-overlays): Moved here.
14343 Plus the following fixes courtesy of Dave Love: Doc fixes.
14344 (ediff-word-1): Use word class and move - to the
14345 front per regexp documentation.
14346 (ediff-wordify): Bind forward-word-function outside loop.
14347 (ediff-copy-to-buffer): Use insert-buffer-substring rather than
14348 consing buffer contents.
14349 (ediff-goto-word): Move syntax table setting outside loop.
14350
14351 2002-01-07 Richard M. Stallman <rms@gnu.org>
14352
14353 * dired.el (dired-copy-filename-as-kill): Call kill-append
14354 if following a kill command.
14355
14356 * help-fns.el (describe-variable, describe-function):
14357 Do save-excursion.
14358
14359 2002-01-06 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14360
14361 * net/ldap.el (ldap-search-internal): Skip error message from
14362 ldapsearch. Allow listing attribute names only. Do not open
14363 non-existent files.
14364
14365 * net/eudcb-ldap.el (eudc-ldap-get-field-list): Do not try to
14366 call non-existent function.
14367
14368 * net/eudc.el (top-level): Revert previous change.
14369
14370 * net/net-utils.el (nslookup-font-lock-keywords): Defvar font-lock
14371 variables to prevent warning from byte-compiler.
14372
14373 * net/eudc.el (top-level): Use eudc-xemacs-p instead of
14374 string-match on emacs-version again.
14375
14376 * enriched.el (enriched-make-annotation): Fix the change from
14377 2002-01-05.
14378 (enriched-handle-display-prop): Return proper values.
14379
14380 * net/eudcb-ldap.el (eudc-attribute-display-method-alist):
14381 Use proper attribute name labeledUri instead of deprecated labeledUrl.
14382
14383 2002-01-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14384
14385 * net/eudc-hotlist.el (eudc-edit-hotlist): Avoid error when
14386 editing an empty hotlist.
14387
14388 * net/ldap.el (ldap-search-internal): Make the buffer unibyte.
14389 Use buffer-string instead of buffer-substring for the whole buffer.
14390
14391 * net/eudc-vars.el (eudc-external-viewers): Do not use xv, it is
14392 not free.
14393
14394 * net/eudc-bob.el (eudc-bob-can-display-inline-images)
14395 (eudc-bob-display-jpeg): Use fboundp instead of boundp.
14396 (eudc-bob-save-object): Make the buffer unibyte.
14397 (eudc-bob-generic-keymap): Add new keybinding `!' to pipe the
14398 object to external program.
14399
14400 2002-01-05 Andre Spiegel <spiegel@gnu.org>
14401
14402 * vc.el (vc-branch-part): Return nil if there's no `.'
14403 (vc-default-previous-version): Renamed from vc-previous-version.
14404 New args BACKEND and FILE. Return nil for revision numbers
14405 without a `.'
14406 (vc-version-diff): Call vc-BACKEND-previous-version.
14407 (vc-steal-lock): Steal lock before composing mail, so that no mail
14408 is sent when the stealing goes wrong. And we'll actually see the
14409 error in that case now.
14410 (vc-finish-steal): Removed.
14411
14412 * vc-rcs.el (vc-rcs-steal-lock): Do a real checkout after stealing
14413 the lock, so that we see expanded headers.
14414 (vc-rcs-trunk-p, vc-rcs-branch-part, vc-rcs-branch-p)
14415 (vc-rcs-minor-part, vc-rcs-previous-version): Removed. These are
14416 available from vc.el. Updated all callers.
14417
14418 2002-01-05 Richard M. Stallman <rms@gnu.org>
14419
14420 * enriched.el (enriched-make-annotation): Doc fix.
14421
14422 * format.el (format-replace-strings, format-subtract-regions)
14423 (format-annotate-region, format-annotate-location)
14424 (format-annotate-atomic-property-change)
14425 (format-annotate-single-property-change): Doc fixes.
14426
14427 2002-01-05 Jason Rumney <jasonr@gnu.org>
14428
14429 * term/w32-win.el: Require fontset unconditionally.
14430 (w32-handle-scroll-bar-event): Remove.
14431
14432 2002-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
14433
14434 * emacs-lisp/copyright.el (copyright-regexp): Allow multi-line
14435 copyrights to be updated.
14436
14437 2002-01-04 Eli Zaretskii <eliz@is.elta.co.il>
14438
14439 * textmodes/texinfo.el (texinfo-insert-@end): Fix the change from
14440 2001-10-24.
14441
14442 * mail/sendmail.el (mail-recover-1, mail-recover): Doc fix.
14443
14444 2002-01-04 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14445
14446 * net/ldap.el (ldap-host-parameters-alist): Remove duplicated entry.
14447 (ldap-ignore-attribute-codings): Change the default value to allow
14448 encoding/decoding of attributes.
14449 (ldap-coding-system): Use UTF-8 as the coding-system. Doc fix.
14450
14451 2002-01-03 Richard M. Stallman <rms@gnu.org>
14452
14453 * files.el (basic-save-buffer): Undo previous change.
14454
14455 * calendar/diary-lib.el (diary-block): Doc fix.
14456
14457 * custom.el (defcustom): Fix syntax of previous change.
14458
14459 2002-01-03 Per Abrahamsen <abraham@dina.kvl.dk>
14460
14461 * custom.el (defcustom): Documented :tag, :link and :load.
14462
14463 2002-01-03 Eli Zaretskii <eliz@is.elta.co.il>
14464
14465 * mail/sendmail.el (mail-recover-1): New function.
14466 (mail-recover): Switch to the *mail* buffer right away.
14467 Use buffer-auto-save-file-name instead of calling
14468 make-auto-save-file-name. Call dired-noselect instead of invoking
14469 `ls' directly. Bind coding-system-for-read to emacs-mule-unix
14470 before reading the auto-save file. If the buffer's auto-save file
14471 does not exist, call mail-recover-1 to allow recovery from past
14472 auto-saved drafts.
14473
14474 2002-01-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14475
14476 * time.el (display-time-load-average-threshold): Fix defcustom
14477 (add type and group).
14478
14479 * net/ange-ftp.el (ange-ftp-shell-command): Remove port
14480 specification from the hostname.
14481
14482 2002-01-02 Richard M. Stallman <rms@gnu.org>
14483
14484 * facemenu.el (facemenu-active-faces):
14485 Use face-attributes-as-vector, not face-attributes-vector.
14486
14487 2002-01-02 Chris Hanson <cph@aarau.ai.mit.edu>
14488
14489 * xscheme.el: Eleven years of updates on a private copy.
14490
14491 Extensive changes to support multiple xscheme buffers:
14492 (run-scheme): Break up into new functions to facilitate starting
14493 processes in other buffers.
14494 (xscheme-start, xscheme-read-command-line): New functions.
14495 (start-scheme, select-scheme)
14496 (default-xscheme-runlight)
14497 (global-set-scheme-interaction-buffer)
14498 (local-set-scheme-interaction-buffer)
14499 (local-clear-scheme-interaction-buffer)
14500 (exit-scheme-interaction-mode)
14501 (verify-xscheme-buffer): New functions.
14502 (xscheme-process-name, xscheme-buffer-name)
14503 (xscheme-runlight): New internal vars.
14504 (default-xscheme-runlight): New const.
14505 (xscheme-start-process): Add args for the process/buffer names.
14506 (reset-scheme): Pass process/buffer names.
14507 (scheme-interaction-mode): Initialize new local vars.
14508 (reset-scheme, xscheme-send-string-2, xscheme-process-running-p)
14509 (xscheme-select-process-buffer, xscheme-process-buffer)
14510 (xscheme-send-region, xscheme-send-char, xscheme-send-interrupt)
14511 (xscheme-goto-output-point, xscheme-write-message-1): Use new
14512 var xscheme-process-name.
14513 (xscheme-start-process): Initialize xscheme-process-name and
14514 xscheme-buffer-name in the process buffer. Pass buffer name to
14515 xscheme-modeline-initialize.
14516 (xscheme-modeline-initialize): Add argument to specify buffer name
14517 for mode-line vars.
14518 (xscheme-process-sentinel): Make sure sentinel is run in the
14519 process buffer so it sees its local vars.
14520 (xscheme-process-filter-initialize, xscheme-set-runlight):
14521 More elaborate logic to handle multiple-buffer mode lines.
14522
14523 (xscheme-enter-input-wait): Re-enable control-G handler upon
14524 entering input wait.
14525
14526 (scheme-interaction-mode): Add arg to preserve local vars.
14527 (xscheme-enter-interaction-mode)
14528 (xscheme-enter-debugger-mode): Preserve local vars.
14529 (xscheme-start-process): Clobber local vars.
14530
14531 (scheme-interaction-mode-commands): Allow end user to add commands
14532 to scheme-interaction-mode keymap.
14533 (scheme-interaction-mode-commands-alist): New variable.
14534
14535 (xscheme-send-string): Don't use insert-before-markers.
14536
14537 Implement a per-buffer kill ring:
14538 (xscheme-insert-expression)
14539 (xscheme-rotate-yank-pointer, xscheme-yank)
14540 (xscheme-yank-pop, xscheme-yank-push): New functions.
14541 (xscheme-expressions-ring)
14542 (xscheme-expressions-ring-yank-pointer)
14543 (xscheme-expressions-ring-max): New variables.
14544 (xscheme-send-string-1): Call xscheme-insert-expression to save
14545 expression in ring.
14546 (xscheme-yank-previous-send): Now an alias for xscheme-yank.
14547 (xscheme-previous-send): Deleted variable.
14548
14549 (xscheme-send-string-2, xscheme-send-char, xscheme-send-proceed)
14550 (xscheme-send-control-g-interrupt): Use process-send-string rather
14551 than send-string.
14552
14553 (xscheme-send-region): Insert a newline after an expression that
14554 is submitted in the interaction buffer, for consistency with
14555 recent changes to Edwin.
14556
14557 (xscheme-delete-output): New function mimics comint-delete-output.
14558 (xscheme-last-input-end): New internal variable.
14559 (xscheme-process-filter-output): Update xscheme-last-input-end.
14560
14561 (xscheme-send-control-g-interrupt): Make sure that
14562 xscheme-control-g-disabled-p is looked up in the right buffer.
14563
14564 (xscheme-enable-control-g): Clear C-g message if visible.
14565 (xscheme-control-g-message-string): New internal var.
14566 (xscheme-send-control-g-interrupt): Use new var.
14567
14568 (xscheme-send-control-g-interrupt, xscheme-send-interrupt):
14569 Delay after sending interrupt in order to work around race condition.
14570
14571 (xscheme-send-control-g-interrupt, xscheme-send-interrupt)
14572 (xscheme-send-char): Use xscheme-send-char rather than send-string
14573 to send single char.
14574
14575 (xscheme-process-filter, xscheme-process-filter-alist):
14576 Add support for evaluating expressions outside of the call-excursion.
14577 (xscheme-process-filter:string-action-noexcursion): New func.
14578
14579 (xscheme-write-value): Change output string to match that used by
14580 Edwin.
14581
14582 (xscheme-coerce-prompt): Don't write a space after a command
14583 prompt. The PROMPT-FOR-COMMAND- procedures will take care of this
14584 for us.
14585
14586 (reset-scheme): Delete process after killing it.
14587
14588 2002-01-02 Eli Zaretskii <eliz@is.elta.co.il>
14589
14590 * bindings.el (function-key-map): Don't bind shifted keypad
14591 numeric keys.
14592
14593 2002-01-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14594
14595 * enriched.el (enriched-handle-display-prop): Remove unused variables.
14596 (enriched-mode): Doc fix.
14597
14598 2002-01-02 Eli Zaretskii <eliz@is.elta.co.il>
14599
14600 * international/ucs-tables.el (ucs-8859-8-alist): Comment away
14601 Hebrew points.
14602
14603 2002-01-01 Richard M. Stallman <rms@gnu.org>
14604
14605 * jka-compr.el (jka-compr-write-region): If START = nil, use whole buf.
14606
14607 2001-12-31 Richard M. Stallman <rms@gnu.org>
14608
14609 * comint.el, cus-edit.el, diff-mode.el, enriched.el, font-lock.el:
14610 * generic-x.el, info.el, log-view.el, pcvs-info.el, speedbar.el:
14611 * wid-edit.el, woman.el, calendar/calendar.el, textmodes/flyspell.el:
14612 * emulation/viper-init.el, eshell/em-ls.el, progmodes/antlr-mode.el:
14613 * progmodes/cperl-mode.el, progmodes/idlwave.el:
14614 * progmodes/sh-script.el, progmodes/vhdl-mode.el:
14615 Adapt face definitions to use :weight and :slant.
14616
14617 * ps-print.el (ps-font-lock-face-attributes): Use :weight and :slant.
14618
14619 * cus-edit.el (custom-face-edit-fix-value): Delete `assert' call.
14620
14621 * font-lock.el (initializing from font-lock-face-attributes):
14622 Use :weight and :slant, not :bold and :italic.
14623
14624 2001-12-31 Per Abrahamsen <abraham@dina.kvl.dk>
14625
14626 * cus-edit.el (custom-face-edit-fix-value): New function.
14627 (custom-face-edit): Use it, to convert :italic and :bold to new forms.
14628
14629 2001-12-30 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14630
14631 * progmodes/octave-mod.el (octave-abbrev-table):
14632 * progmodes/idlwave.el (idlwave-mode-abbrev-table):
14633 * progmodes/fortran.el (fortran-mode-abbrev-table):
14634 * progmodes/f90.el (f90-mode-abbrev-table):
14635 * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init):
14636 * progmodes/sql.el (sql-mode-abbrev-table): Mark all the
14637 predefined abbrevs as "system" abbrevs.
14638
14639 2001-12-30 Richard M. Stallman <rms@gnu.org>
14640
14641 * info.el (Info-fontify-node): For a **** underline line, put the
14642 invisible and intangible props on the following newline, but not
14643 on the previous newline or the last char of the previous line.
14644
14645 * faces.el (face-set-after-frame-default): Don't change `default' face.
14646
14647 * faces.el (minibuffer-prompt): Adopt some default colors.
14648
14649 * replace.el (query-replace-read-args): Immediate error if read-only.
14650
14651 * textmodes/makeinfo.el (makeinfo-compilation-sentinel):
14652 Display the output buffer in a more intelligent way.
14653
14654 2001-12-30 Eli Zaretskii <eliz@is.elta.co.il>
14655
14656 * ls-lisp.el (insert-directory): Modify the "total" line wording,
14657 in accordance with files.el's insert-directory.
14658
14659 2001-12-29 Richard M. Stallman <rms@gnu.org>
14660
14661 * files.el (basic-save-buffer): If a before-write hook displays
14662 an echo area message, pause before calling basic-save-buffer-1.
14663
14664 2001-12-29 Markus Rost <rost@math.ohio-state.edu>
14665
14666 * textmodes/reftex-global.el (reftex-query-replace-document)
14667 (reftex-change-label): Doc fix.
14668
14669 * dired-aux.el (dired-do-query-replace-regexp): Doc fix.
14670
14671 * progmodes/etags.el (tags-query-replace): Doc fix.
14672
14673 2001-12-29 Richard M. Stallman <rms@gnu.org>
14674
14675 * progmodes/compile.el (compile-internal): Fix previous change.
14676
14677 2001-12-28 Richard M. Stallman <rms@gnu.org>
14678
14679 * mouse.el (mouse-drag-mode-line-1): When dragging a mode line upward,
14680 shrink the windows above as necessary to get space.
14681 (mouse-drag-move-window-bottom, mouse-drag-window-above): New fns.
14682
14683 * net/ange-ftp.el (ange-ftp-allow-child-lookup): Always return nil.
14684 This fixes a bug that treated all files as directories.
14685 (ange-ftp-insert-directory): Explicitly follow symlinks.
14686
14687 * international/iso-transl.el (iso-transl-char-map) Eliminate the
14688 alias symbols--put the translated sequences here directly.
14689
14690 * progmodes/cc-mode.el (c-mode-abbrev-table)
14691 (c++-mode-abbrev-table, objc-mode-abbrev-table)
14692 (java-mode-abbrev-table, pike-mode-abbrev-table):
14693 Mark all the predefined abbrevs as "system" abbrevs.
14694
14695 * mail/sendmail.el (mail-envelope-from): Fix custom type.
14696 (sendmail-send-it): Check mail-specify-envelope-from
14697 and mail-envelope-from in the mail buffer at start.
14698
14699 2001-12-28 Simon Josefsson <jas@extundo.com>
14700
14701 * mail/sendmail.el (mail-envelope-from): Fix :type.
14702 (sendmail-send-it): Copy `mail-envelope-from' from calling buffer.
14703
14704 2001-12-28 Richard M. Stallman <rms@gnu.org>
14705
14706 * net/ldap.el (ldap-search-internal): Handle <file://...> in results.
14707
14708 * simple.el (line-move-invisible): New subroutine.
14709 (line-move-to-column): New subroutine--smarter about advancing over
14710 invisible parts of a line, or lines, but only as long as hpos grows.
14711 (line-move-finish): New subroutine: repeatedly processes desired
14712 column, intangibility, and fields.
14713 (line-move): Use those subroutines.
14714 When moving lines downward, skip invisible text first rather than last.
14715
14716 2001-12-27 Richard M. Stallman <rms@gnu.org>
14717
14718 * international/mule-diag.el (describe-char-after):
14719 Describe the text properties of the char after point.
14720
14721 * help.el (describe-key): Doc fix.
14722
14723 2001-12-26 Markus Rost <rost@math.ohio-state.edu>
14724
14725 * find-dired.el (find-dired-sentinel): Precede exit message by
14726 two spaces, to match the regexp in dired-between-files.
14727
14728 2001-12-28 Miles Bader <miles@gnu.org>
14729
14730 * wid-edit.el (widget-toggle-value-create): Don't eval actual
14731 images (which are lists too).
14732
14733 2001-12-27 Eli Zaretskii <eliz@is.elta.co.il>
14734
14735 * language/european.el: Fix the doc string of "Latin-5" language
14736 environment.
14737
14738 2001-12-26 Richard M. Stallman <rms@gnu.org>
14739
14740 * textmodes/flyspell.el (flyspell-mode-map): New keymap,
14741 defined as before 2001-11-09.
14742 (add-minor-mode call): Specify the keymap.
14743
14744 * progmodes/compile.el (compile-internal):
14745 Set TERM variable in process-environment.
14746
14747 2001-12-25 Richard M. Stallman <rms@gnu.org>
14748
14749 * help-mode.el (help-xref-on-pp): Catch and ignore errors in scanning
14750 the buffer.
14751
14752 * startup.el (command-line): Convert command line args
14753 to Emacs internal representation using locale-coding-system.
14754
14755 2001-12-25 Eli Zaretskii <eliz@is.elta.co.il>
14756
14757 * international/fontset.el: Don't require ind-util when compiling.
14758
14759 2001-12-25 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14760
14761 * emulation/tpu-edt.el (tpu-reset-screen-size):
14762 Use set-frame-height and set-frame-width instead of set-screen-height
14763 and set-screen-width.
14764
14765 * vt-control.el (vt-wide, vt-narrow): Use set-frame-width instead
14766 of obsolete set-screen-width.
14767
14768 * locate.el (locate): Remove dot at the end of error argument.
14769
14770 * emerge.el (emerge-show-file-name): Use frame-height instead of
14771 obsolete screen-height.
14772
14773 * mail/mh-utils.el (mh-show-msg): Likewise.
14774 (mh-handle-process-error): Use frame-width instead of obsolete
14775 screen-width.
14776
14777 2001-12-25 Richard M. Stallman <rms@gnu.org>
14778
14779 * window.el (balance-windows): Use new PRESERVE-BEFORE arg
14780 to enlarge-window. Use save-selected-window. Don't try
14781 to resize windows that end at the bottom "level".
14782 Retry changing the sizes until the windows get the desired sizes.
14783 Discount the minibuffer when computing total height available.
14784
14785 * emacs-lisp/debug.el (debugger-mode-map): Bind C-m, not `RET'.
14786 (debugger-make-xrefs): Only make a button for the first symbol
14787 on any line.
14788
14789 2001-12-24 Eli Zaretskii <eliz@is.elta.co.il>
14790
14791 * term/internal.el (dos-cpNNN-setup, dos-codepage-setup):
14792 Call IT-setup-unicode-display here instead of adding it to
14793 dos-codepage-setup-hook, so that Unicode display tables are set
14794 before dos-codepage-setup-hook runs.
14795
14796 2001-12-24 Richard M. Stallman <rms@gnu.org>
14797
14798 * net/net-utils.el (ftp-mode-abbrev-table): Don't define it.
14799 (nslookup-mode-abbrev-table): Don't define it.
14800 (smbclient-mode-abbrev-table): Don't define it.
14801 (ftp-mode): Don't use ftp-mode-abbrev-table; don't enable Abbrev mode.
14802 (nslookup-mode, smbclient-mode): Likewise.
14803 (network-connection-service-abbrev-alist): Variable deleted.
14804 (network-connection-mode-setup): Don't set up abbrev table.
14805
14806 * faces.el (minibuffer-prompt): New face.
14807 (minibuffer-prompt-properties): Add `face' property.
14808
14809 * replace.el (occur-mode-display-occurrence): New function.
14810 (occur-mode-map): Bind C-o to it.
14811
14812 2001-12-24 Michael Kifer <kifer@cs.sunysb.edu>
14813
14814 * viper-cmd.el (viper-change-state): Got rid of make-local-hook.
14815 (viper-special-read-and-insert-char): Make C-m work right in the r
14816 comand.
14817 (viper-buffer-search-enable): Fixed format string.
14818
14819 * viper-ex.el (ex-token-alist): Use ex-set-visited-file-name
14820 instead of viper-info-on-file.
14821 (ex-set-visited-file-name): New function.
14822
14823 * viper.el (viper-emacs-state-mode-list): Added mail-mode.
14824
14825 * ediff-mult.el (ediff-meta-mark-equal-files): Added optional
14826 action argument.
14827
14828 * ediff-init.el: Fixed some doc strings.
14829
14830 * ediff-util.el (ediff-after-quit-hook-internal): New variable.
14831 Got rid of make-local-hook.
14832
14833 * ediff-wind.el (ediff-setup-control-frame): Got rid of
14834 make-local-hook.
14835
14836 2001-12-23 Richard M. Stallman <rms@gnu.org>
14837
14838 * term/x-win.el (x-handle-geometry): Put height and width
14839 on default-frame-alist, left and top on initial-frame-alist.
14840 * term/w32-win.el (x-handle-geometry): Likewise.
14841
14842 * sort.el (sort-reorder-buffer): Copy all to a temp buffer first.
14843
14844 * play/yow.el (yow): Use an arg to distinguish interactive calls,
14845 not interactive-p.
14846
14847 2001-12-22 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14848
14849 * emacs-lisp/elint.el (elint-unknown-builtin-args):
14850 Remove mocklisp entries.
14851
14852 * subr.el (insert-string): Moved from mocklisp.c, reimplemented in
14853 Lisp. Obsoleted.
14854
14855 * emulation/mlconvert.el: File removed.
14856
14857 * emulation/mlsupport.el: Moved to obsolete.
14858
14859 * obsolete/mlsupport.el: Moved there from lisp/emulation.
14860
14861 * emacs-lisp/find-gc.el (source-files): Remove mocklisp.c.
14862
14863 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
14864 Remove mocklisp case.
14865
14866 * help-fns.el (describe-function-1): Remove mocklisp function case.
14867
14868 2001-12-22 Miles Bader <miles@gnu.org>
14869
14870 * textmodes/refill.el (refill-mode): Don't barf when redundantly
14871 turning refill-mode off.
14872
14873 2001-12-22 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14874
14875 * time.el (display-time-load-average-threshold): New variable.
14876 (display-time-update): Use it.
14877
14878 These changes allow cycling through past 1, 5 and 15 minutes
14879 load-average displayed in the mode-line.
14880
14881 * time.el (display-time-default-load-average): New customizable option.
14882 (display-time-load-average): New variable.
14883 (display-time-cycle-load-average): New function.
14884 (display-time-update): Use them.
14885
14886 2001-12-21 Richard M. Stallman <rms@gnu.org>
14887
14888 * apropos.el (apropos-print): SPACING is now nil or a separator string.
14889 (apropos-documentation, apropos-value): Pass a suitable string.
14890
14891 2001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
14892
14893 * dired.el (dired-free-space-program, dired-free-space-args):
14894 Aliases for back-compatibility.
14895
14896 * info.el (Info-select-node): If Info-use-header-line is nil, set
14897 header-line-format to nil.
14898 (Info-fontify-node): Don't put a keymap text property on the
14899 heading if we are not going to display the header line. Remove
14900 any such text properties left over from past visits to this node.
14901
14902 * ls-lisp.el (insert-directory): Insert the amount of free disk
14903 space, like files.el's insert-directory does.
14904
14905 * files.el (directory-free-space-program):
14906 Mention file-system-info in the doc string.
14907 (get-free-disk-space): New function; code moved from insert-directory.
14908 (insert-directory): Call get-free-disk-space to get the amount of
14909 free space.
14910
14911 2001-12-21 Richard M. Stallman <rms@gnu.org>
14912
14913 * help.el (view-order-manuals, view-emacs-news, describe-copying)
14914 (describe-distribution, describe-project): Use view-file.
14915
14916 * emacs-lisp/cl-indent.el (define-modify-macro): Better indent spec.
14917
14918 * net/ange-ftp.el (ange-ftp-file-modtime): Use save-match-data.
14919
14920 * emacs-lisp/easy-mmode.el (define-minor-mode):
14921 Make no arg by default in an interactive call,
14922 so that repeating the command toggles again.
14923
14924 * emacs-lisp/lisp-mode.el (eval-defun-1): Cope with atoms as args.
14925
14926 2001-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
14927
14928 * antlr-mode.el: More sophisticated indentation of cpp directive.
14929 (antlr-indent-at-bol-alist): New user option.
14930 (antlr-indent-line): Use it.
14931 (antlr-indent-style): New user option.
14932 (antlr-mode): Use it.
14933 (antlr-indent-item-regexp): Customize.
14934
14935 * antlr-mode.el: Syntax highlighting changes.
14936 (antlr-font-lock-literal-regexp): New user option.
14937 (antlr-font-lock-syntax-face): New face used for :, |, ....
14938 (antlr-font-lock-default-face): New face.
14939 (antlr-font-lock-additional-keywords): Use them.
14940
14941 * antlr-mode.el: New command to insert options -- variables.
14942 (antlr-mode-map): New binding [C-c C-o].
14943 (antlr-mode-menu): New submenus.
14944 (antlr-options-use-submenus): New user option.
14945 (antlr-tool-version): New user option.
14946 (antlr-options-auto-colon): New user option.
14947 (antlr-options-style): New user option.
14948 (antlr-options-push-mark): New user option.
14949 (antlr-options-assign-string): New user option.
14950 (antlr-options-headings): New variable.
14951
14952 * antlr-mode.el: New command to insert options -- specific.
14953 (antlr-options-alists): New variable.
14954 (antlr-read-value): New function.
14955 (antlr-read-boolean): New function.
14956 (antlr-language-option-extra): New function.
14957 (antlr-language-limit-n-regexp): Change default to higher LIMIT.
14958 (antlr-c++-mode-extra): New function.
14959 (antlr-grammar-tokens): New function.
14960 (antlr-imenu-create-index-function): New optional argument.
14961
14962 * antlr-mode.el: New command to insert options -- functions.
14963 (antlr-insert-option): New command.
14964 (antlr-insert-option-interactive): New function.
14965 (antlr-options-menu-filter): New function.
14966 (antlr-option-kind): New function.
14967 (antlr-scan-lists): New alias.
14968 (antlr-scan-lists-internal): New function.
14969 (antlr-skip-file-prelude): Hack for special SKIP-COMMENT.
14970 (antlr-option-level): New function.
14971 (antlr-syntactic-grammar-depth): New function.
14972 (antlr-option-location): New function.
14973 (antlr-insert-option-do): New function.
14974 (antlr-option-spec): New function.
14975 (antlr-version-string): New function.
14976 (antlr-insert-option-existing): New function.
14977 (antlr-insert-option-space): New function.
14978 (antlr-insert-option-area): New function.
14979
14980 * antlr-mode.el: New electric keys ":;|&(){}", TAB works better
14981 with narrowing. Menu change. Miscellaneous.
14982 (antlr-mode-menu): Include "Indent Region" and "Customize Antlr".
14983 (antlr-mode-map): New bindings for characters in ":;|&(){}".
14984 (antlr-electric-character): New command.
14985 (antlr-class-header-regexp): New variable.
14986 (antlr-font-lock-additional-keywords): Use it.
14987 (antlr-imenu-create-index-function): Use it.
14988 (antlr-file-dependencies): Use it.
14989 (antlr-indent-line): Also works with restrictions.
14990 (antlr-indent-command): Interactive spec - changes the buffer.
14991 (antlr-language-for-option): Deletia.
14992 (antlr-language-option): New function, defined instead.
14993 (antlr-mode): Use it.
14994
14995 2001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
14996
14997 * jka-compr.el (jka-compr-partial-uncompress): Use null-device
14998 instead of a literal /dev/null.
14999
15000 * Makefile.in (distclean): Remove Makefile in the build
15001 directory, not in the source directory.
15002
15003 2001-12-21 Simon Josefsson <jas@extundo.com>.
15004
15005 * mail/smtpmail.el (smtpmail-send-queued-mail):
15006 Use with-temp-buffer instead of find-file-noselect, and bind
15007 coding-system-for-read to no-conversion when reading the queued
15008 messages. (Simon's code modified slightly by Eli Zaretskii.)
15009
15010 2001-12-20 Werner Lemberg <wl@gnu.org>
15011
15012 * international/mule-diag.el (describe-coding-system)
15013 (print-coding-system-briefly): Make printed output have a similar
15014 format as describe-character-set.
15015
15016 2001-12-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15017
15018 * play/blackbox.el (bb-member): Remove, use member instead.
15019 (bb-delete): Remove, use delete instead.
15020 Update copyright notice. Defvar for bb-board, bb-x, bb-y,
15021 bb-score, bb-detour-count and bb-balls-placed.
15022 Propertize results of rays.
15023
15024 2001-12-19 Karl Fogel <kfogel@red-bean.com>
15025
15026 * isearch.el (isearch-forward, isearch-edit-string): Make doc
15027 strings mention keybinding for `isearch-yank-word-or-char',
15028 rather than `isearch-yank-word', since the former is bound now
15029 and the latter is not.
15030 (isearch-yank-word-or-char): Fix formatting.
15031
15032 2001-12-19 Werner Lemberg <wl@gnu.org>
15033
15034 * language/czech.el, language/european.el, language/slovak.el:
15035 More fixes for language info doc strings.
15036
15037 2001-12-19 Eli Zaretskii <eliz@is.elta.co.il>
15038
15039 * loadup.el: Add "language" to the load-path.
15040
15041 2001-12-19 Richard M. Stallman <rms@gnu.org>
15042
15043 * international/mule-cmds.el (describe-language-environment):
15044 Fix calls to help-xref-button.
15045
15046 2001-12-19 Miles Bader <miles@gnu.org>
15047
15048 * international/fontset.el: Require `ind-util' when compiling.
15049
15050 2001-12-18 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15051
15052 * language/ethio-util.el (ethio-modify-vowel): Use char-to-string
15053 instead of decompose-composite-char.
15054
15055 2001-12-18 Richard M. Stallman <rms@gnu.org>
15056
15057 * simple.el (eval-expression-print-level)
15058 (eval-expression-print-length): Doc fixes.
15059
15060 * international/mule-diag.el (describe-character-set):
15061 Fix the arg to help-xref-button.
15062
15063 * files.el (directory-free-space-program): New variable.
15064 (directory-free-space-args): New variable.
15065 (insert-directory): Use those two variables for getting free space.
15066 Use file-system-info instead, if that is defined.
15067
15068 * dired.el (dired-free-space-program): Variable deleted.
15069 (dired-free-space-args): Variable deleted.
15070 (dired-insert-directory): Don't try to determine free space.
15071
15072 * files.el (font-lock-defaults): Add risky-local-variables prop.
15073 (hack-one-local-variable): Treat various font-lock variables as risky.
15074
15075 2001-12-18 Werner Lemberg <wl@gnu.org>
15076
15077 * language/chinese.el, language/cyrillic.el:
15078 * language/czech.el, language/european.el, language/greek.el:
15079 * language/hebrew.el, language/indian.el, language/japanese.el:
15080 * language/korean.el, language/lao.el, language/slovak.el:
15081 * language/thai.el, language/tibetan.el, language/vietnamese.el:
15082 Improve documentation strings of coding systems and language infos.
15083
15084 2001-12-18 Werner LEMBERG <wl@gnu.org>
15085
15086 Add support for EUC-TW decoding/encoding.
15087
15088 * language/china-util.el (big5-to-flat-code, flat-code-to-big5)
15089 (euc-to-flat-code, flat-code-to-euc, expand-euc-big5-alist):
15090 New auxiliary functions to build `big5-to-cns'.
15091 (big5-to-cns): New translation alist.
15092
15093 * language/chinese.el: Added new coding system `euc-tw' and its
15094 alias `euc-taiwan'.
15095 Updated language `Chinese-CNS' to include euc-tw encoding also.
15096 (ccl-decode-euc-tw, ccl-encode-euc-tw): New functions for handling
15097 euc-tw.
15098
15099 2001-12-18 Dave Love <fx@gnu.org>
15100
15101 * loadup.el: Add language/utf-8-lang, language/georgian.
15102
15103 * image-file.el (image-file-name-extensions): Add pnm. Doc fix.
15104 (image-file-name-regexps): Doc fix.
15105
15106 * server.el (server-unload-hook): New function.
15107
15108 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): Group the leader.
15109 (lm-crack-copyright): Cope with multi-line copyright `lines'.
15110
15111 * simple.el (newline): Doc fix.
15112 (eval-expression-print-level, eval-expression-print-length): Doc
15113 fix. Amend :type.
15114 (next-line, previous-line): Make arg optional.
15115 (newline): Doc fix.
15116
15117 * Makefile.in (DONTCOMPILE): Add various language files.
15118
15119 * international/quail.el (quail-input-string-to-events): Don't use
15120 string-to-list.
15121
15122 * progmodes/f90.el (f90-break-line): Avoid infinite recursion
15123 calling `newline'.
15124
15125 2001-12-17 Richard M. Stallman <rms@gnu.org>
15126
15127 * comint.el (comint-dynamic-list-input-ring-select): New function.
15128 Switches back to the old window configuration.
15129 (comint-dynamic-list-input-ring): Bind RET to that function.
15130 (comint-dynamic-list-input-ring-window-conf): New variable.
15131
15132 2001-12-17 Werner Lemberg <wl@gnu.org>
15133
15134 * international/mule-conf.el: Improve documentation strings of
15135 character sets.
15136
15137 2001-12-16 Richard M. Stallman <rms@gnu.org>
15138
15139 * dired.el (dired-copy-filename-as-kill): Moved from dired-x.el.
15140 (dired-mode-map): Bind w to dired-copy-filename-as-kill.
15141
15142 * dired-x.el (dired-copy-filename-as-kill): Moved to dired.el.
15143
15144 * autoinsert.el (auto-insert-alist): Redo finding C and C++ headers.
15145 Add a DESCRIPTION for the makefile item.
15146
15147 * find-file.el (ff-other-file-name): New function.
15148
15149 2001-12-16 Eli Zaretskii <eliz@is.elta.co.il>
15150
15151 * international/quail.el (quail-input-string-to-events): Fix last
15152 change.
15153
15154 2001-12-16 Richard M. Stallman <rms@gnu.org>
15155
15156 * isearch.el (isearch-edit-string): When we set isearch-string
15157 to the default, also set isearch-message.
15158
15159 * subr.el (temp-buffer-show-hook, temp-buffer-setup-hook): Add defvars.
15160
15161 * startup.el (command-line-1): Display startup screen
15162 even if there are command line args.
15163 Add a note about how to go to editing your files.
15164 (fancy-splash-head): Add a note about how to go to your files.
15165 (fancy-splash-outer-buffer): New variable.
15166 (fancy-splash-screens): Bind variable fancy-splash-outer-buffer.
15167
15168 * subr.el (with-temp-message): At the end, always discard
15169 the temp message, even by clearing the echo area.
15170
15171 * progmodes/sh-script.el (sh-mode): Run sh-mode-hook.
15172
15173 2001-12-16 Stefan Monnier <monnier@cs.yale.edu>
15174
15175 * log-view.el (log-view-message-re, log-view-current-tag):
15176 Recognize Subversion's log output format.
15177
15178 * international/fontset.el: Build the list L at compile time.
15179
15180 * language/ind-util.el (mapthread): Make a closure.
15181
15182 2001-12-15 Richard M. Stallman <rms@gnu.org>
15183
15184 * isearch.el (isearch-start-hscroll): New variable.
15185 (isearch-mode): Set isearch-start-hscroll.
15186 (isearch-update): Restore original hscrolling if possible.
15187
15188 * isearch.el (isearch-edit-string):
15189 Treat isearch-yank-word-or-char specially, like isearch-yank-word.
15190
15191 * emacs-lisp/debug.el (debugger-previous-backtrace): New variable.
15192 (debugger-make-xrefs): Optimize by (1) using skip-syntax-forward
15193 rather than regexp search and (2) copying text properties
15194 already set up on text unchanged from the previous backtrace.
15195
15196 * case-table.el (set-case-syntax-pair):
15197 Detect invalid calls and signal an error.
15198
15199 2001-12-15 Richard M. Stallman <rms@gnu.org>
15200
15201 * language/ind-util.el (range): Function deleted.
15202 (indian-regexp-of-hashtbl-keys): Renamed from `regexp-of-hashtbl-keys'.
15203 All calls changed.
15204
15205 * language/devan-util.el (devanagari-range): Renamed from `range'.
15206 All calls changed.
15207 (devanagari-regexp-of-hashtbl-keys):
15208 Renamed from `regexp-of-hashtbl-keys'. All calls changed.
15209
15210 2001-12-15 Dave Love <fx@gnu.org>
15211
15212 * language/ind-util.el: Don't require cl.
15213 (indian-glyph-char, indian-glyph-max-char)
15214 (indian-char-glyph): Moved from indian.el
15215 (indian--puthash-char, mapthread): Don't quote lambda.
15216 (indian--map): New function.
15217 (indian--puthash-v, indian--puthash-c, indian--puthash-m)
15218 (indian--puthash-cv): Use it.
15219
15220 * language/indian.el (indian-glyph-char, indian-glyph-max-char)
15221 (indian-char-glyph): Moved to ind-util.el
15222
15223 * language/devan-util.el (devanagari-post-read-conversion):
15224 New function.
15225
15226 * language/georgian.el: New file.
15227
15228 * international/mule-cmds.el (locale-language-names): Add various
15229 entries. Remove utf-8 special case.
15230 (locale-charset-language-names, locale-preferred-coding-systems):
15231 Add utf-8 case.
15232 (set-language-environment): Process required-features earlier.
15233
15234 * international/quail.el (quail-keyboard-layout-alist):
15235 Add pc105-uk.
15236 (quail-keyboard-layout-type): Fix :type.
15237 (quail-choose-completion-string): Simplify.
15238 (quail-update-leim-list-file): Don't get fooled by commented-out code.
15239 (quail-input-string-to-events): Run events through
15240 translation-table-for-input.
15241
15242 * international/mule-conf.el (translation-table-for-input):
15243 New variable.
15244 (latin-iso8859-14): Amend description.
15245 (file-coding-system-alist): Add entry for utf-8.
15246
15247 * language/utf-8-lang.el: New file.
15248
15249 * international/code-pages.el: New file.
15250
15251 * language/hebrew.el ("Windows-1255"): New language.
15252
15253 * language/european.el ("Welsh", "Latin-7", "Lithuanian")
15254 ("Latvian"): New languages.
15255
15256 2001-12-14 Stefan Monnier <monnier@cs.yale.edu>
15257
15258 * xml.el: Use setq rather than (set 'foo bar).
15259 Use push+nreverse rather than append.
15260 (xml-node-name, xml-node-attributes, xml-node-children):
15261 Use defsubst rather than macros.
15262 (xml-parse-region): Handle a nil return value from xml-parse-tag.
15263 (xml-parse-tag): Don't skip white space. Return nil for a comment.
15264 Concat the two strings surrounding a comment into a single string.
15265
15266 * newcomment.el (comment-indent): Jump to the middle of empty comments.
15267
15268 2001-12-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15269
15270 * select.el (xselect-convert-to-class, xselect-convert-to-name):
15271 Document.
15272
15273 2001-12-14 Andre Spiegel <spiegel@gnu.org>
15274
15275 * vc-hooks.el (vc-checkout-model, vc-state, vc-workfile-version):
15276 Return nil if FILE is not registered.
15277 (vc-check-master-templates, vc-default-make-version-backups-p):
15278 Doc fix.
15279
15280 2001-12-13 David Ponce <david@dponce.com>
15281
15282 * ruler-mode.el (ruler-mode-extra-left-cols): Remove.
15283 (ruler-mode-left-fringe-cols): New macro.
15284 (ruler-mode-right-fringe-cols): New macro.
15285 (ruler-mode-left-scroll-bar-cols): New macro.
15286 (ruler-mode-right-scroll-bar-cols): New macro.
15287 (ruler-mode-ruler): Use above new macros.
15288
15289 2001-12-13 Richard M. Stallman <rms@gnu.org>
15290
15291 * files.el (set-auto-mode): Fix previous change.
15292
15293 2001-12-13 Stefan Monnier <monnier@cs.yale.edu>
15294
15295 * emacs-lisp/easymenu.el (easy-menu-intern): New fun.
15296 (easy-menu-do-define, easy-menu-convert-item-1)
15297 (easy-menu-define-key-intern, easy-menu-get-map): Use it.
15298 (easy-menu-return-item): Only return nil if there is no binding.
15299
15300 2001-12-13 Rajesh Vaidheeswarran <rv@gnu.org>
15301
15302 * whitespace.el (whitespace-version): 3.2
15303 * whitespace.el (whitespace-force-mode-line-update): Replace with
15304 `whitespace-mode-line-update', which is an alias to the correct
15305 function in various emacsen.
15306 * whitespace.el (whitespace-{un,}highlight-the-space):
15307 Add colorized highlighting of the bogus whitespaces in a buffer/file,
15308 using the `whitespace-highlight-face' if
15309 `whitespace-display-spaces-in-color' is set.
15310
15311 2001-12-13 Eli Zaretskii <eliz@is.elta.co.il>
15312
15313 * international/mule.el (set-auto-coding): Don't search for
15314 "unibyte:" or "coding:" if set-auto-mode-1 returns nil.
15315
15316 2001-12-13 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15317
15318 * mail/mailabbrev.el (mail-abbrevs-setup): Do not use make-local-hook.
15319
15320 * mail/rmail.el (rmail-fontify-buffer-function): Likewise.
15321
15322 * mail/rmailsum.el (rmail-summary-mode): Likewise.
15323
15324 2001-12-13 Richard M. Stallman <rms@gnu.org>
15325
15326 * simple.el (undo): Always set this-command to `undo',
15327 so that the next undo after an error will not begin redoing.
15328
15329 * simple.el (shell-command): Doc fix.
15330 (shell-command-on-region): If there is output an an error,
15331 add "...Shell command failed" to the output.
15332
15333 2001-12-13 David Ponce <david@dponce.com>
15334
15335 * ruler-mode.el (ruler-mode-left-fringe-cols): Variable removed.
15336 (ruler-mode-left-fringe-cols): Function replaced by more efficient
15337 implementation `ruler-mode-extra-left-cols'.
15338 (ruler-mode-ruler): Use above new function. Take into account
15339 that the fringe areas can now be resized.
15340
15341 2001-12-12 Richard M. Stallman <rms@gnu.org>
15342
15343 * international/characters.el (Unicode): Comment out
15344 the specifications for kelvin and angstrom signs.
15345
15346 * international/mule.el (make-translation-table-from-vector):
15347 Allow null elements in VEC.
15348
15349 * international/ucs-tables.el (unify-8859-on-encoding-mode)
15350 (unify-8859-on-decoding-mode): Swap the code in their bodies.
15351 Add :version.
15352
15353 2001-12-11 Richard M. Stallman <rms@gnu.org>
15354
15355 * derived.el (derived-mode-p): Function moved to subr.el.
15356
15357 * subr.el (derived-mode-p): Moved here from derived.el.
15358
15359 * international/mule.el (set-auto-coding): Use set-auto-mode-1.
15360
15361 * files.el (set-auto-mode-1): New subroutine, broken out of
15362 set-auto-mode.
15363 (set-auto-mode, hack-local-variables-prop-line): Use that.
15364
15365 2001-12-11 Dave Love <fx@gnu.org>
15366
15367 * language/thai-util.el, language/thai.el: Add Unicode equivalents.
15368
15369 * language/european.el: Remove autoload cookies. Fix registration
15370 of diacritic composition function.
15371
15372 2001-12-11 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15373
15374 * calendar/todo-mode.el: Require time-stamp.
15375
15376 * net/zone-mode.el (zone-mode): Don't use make-local-hook.
15377
15378 2001-12-11 Richard M. Stallman <rms@gnu.org>
15379
15380 * emacs-lisp/authors.el (authors-aliases): Delete "Richard Stallmao".
15381
15382 * textmodes/ispell.el (ispell-buffer-local-parsing):
15383 Match xml like sgml.
15384
15385 * emacs-lisp/advice.el (ad-compile-function):
15386 Byte compile the function under another (uninterned) name.
15387
15388 * gud.el (gdb): Define and bind gud-jump.
15389
15390 * font-lock.el (font-lock-mode):
15391 Put our function at the end of after-change-functions.
15392
15393 * ediff-diff.el (ediff-cmp-options): Doc fix.
15394
15395 * comint.el (comint-password-prompt-regexp): Match "UNIX Password".
15396
15397 2001-12-10 Richard M. Stallman <rms@gnu.org>
15398
15399 * isearch.el (isearch-yank-word-or-char): New function.
15400 (isearch-mode-map): Bind C-w to that.
15401
15402 * menu-bar.el (menu-bar-mode): Make arg optional.
15403
15404 * simple.el (line-move): Cope if next-single-property-change
15405 or previous-single-property-change returns nil.
15406
15407 * emacs-lisp/lisp-mnt.el (lm-verify): New arg NON-FSF-OK.
15408 Don't use interactive-p; instead, pass the proper args
15409 in (interactive...). Clean up most of the trouble-report strings.
15410
15411 2001-12-10 Eli Zaretskii <eliz@is.elta.co.il>
15412
15413 * mail/smtpmail.el (smtpmail-send-queued-mail): Insert the
15414 enqueued messages literally.
15415
15416 2001-12-10 Noah Friedman <friedman@splode.com>
15417
15418 * battery.el (battery-insert-file-contents): Obsolete function
15419 removed.
15420 (battery-read-function): Obsolete function removed.
15421 (battery-linux-proc-apm): Use insert-file-contents.
15422
15423 2001-12-07 Stephen Eglen <stephen@gnu.org>
15424
15425 * iswitchb.el (iswitchb-visit-buffer):
15426 Use `select-frame-set-input-focus'--needed when window manager
15427 uses "click to focus" policy.
15428
15429 2001-12-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15430
15431 * COPYING: Moved back.
15432
15433 2001-12-07 Eli Zaretskii <eliz@is.elta.co.il>
15434
15435 * term/internal.el (IT-character-translations): Add entries for
15436 more points.
15437
15438 * international/characters.el: Resurrect the Hebrew category
15439 settings for all Hebrew characters removed by the last change.
15440 Add code for setting the Hebrew category of the Unicode Hebrew
15441 characters. Set syntax entries for Hebrew punctuation characters.
15442
15443 * international/ucs-tables.el (ucs-8859-8-alist): Add Hebrew
15444 points and directional formatting control characters.
15445
15446 2001-12-07 Dave Love <fx@gnu.org>
15447
15448 * language/lao-util.el: Add Unicode equivalents for rules.
15449 (lao-post-read-conversion): New function.
15450
15451 * language/lao.el: Add Unicode equivalents.
15452 (lao): Add post-read conversion.
15453
15454 * international/latin1-disp.el: Fix some 8-bit-graphic characters.
15455 Use iso2022 encoding.
15456 (latin1-char-displayable-p): Doc fix.
15457 (latin1-display-ucs-per-lynx): New option.
15458 (latin1-display-ucs-per-lynx): New command.
15459 (latin1-display-reset): Special-case arabic.
15460 (ucs-tables): Require.
15461 (latin1-display-sets, latin1-display-setup): Add arabic.
15462 (latin1-display) <variable>: Use function latin1-display.
15463 (latin1-display) <function>: Add mule-unicode stuff.
15464 (latin1-display-check-font): Don't lose if `info' is nil.
15465
15466 * international/iso-transl.el: Insert Latin-1 characters, not
15467 unibyte codes.
15468
15469 * language/european.el (diacritic-composition-pattern): New constant.
15470 (diacritic-compose-region, diacritic-compose-string)
15471 (diacritic-compose-buffer, diacritic-post-read-conversion)
15472 (diacritic-composition-function): New functions.
15473
15474 * international/utf-8.el (ucs-mule-to-mule-unicode):
15475 New translation table.
15476 (ccl-encode-mule-utf-8): Use it.
15477 (utf-8-untranslated-to-ucs, utf-8-help-echo, utf-8-compose)
15478 (utf-8-post-read-conversion, utf-8-pre-write-conversion): New function.
15479 (utf-8-subst-table): New variable.
15480 (utf-8-compose-scripts): New option.
15481 (mule-utf-8): Update safe-charsets, pre-write and post-read conversion.
15482
15483 * international/ucs-tables.el, international/utf-8-subst.el:
15484 New files.
15485
15486 * international/characters.el: Don't set word syntax (the default)
15487 explicitly. Add a diacritic category. Add info for Unicode
15488 equivalents of characters in various Mule charsets and for extra
15489 Unicode characters. Don't define specific categories for
15490 Indian/Devanagari, since they aren't used.
15491
15492 2001-12-06 Richard M. Stallman <rms@gnu.org>
15493
15494 * textmodes/fill.el (set-justification): Rename arg VALUE to STYLE.
15495 (set-justification-left, set-justification-right): Doc fix.
15496
15497 * progmodes/f90.el (f90-break-line): Use (newline 1) to insert newline.
15498 (bug-f90-mode): Variable deleted.
15499
15500 2001-12-06 Stefan Monnier <monnier@cs.yale.edu>
15501
15502 * indent.el (indent-line-function): Default is indent-relative again.
15503
15504 2001-12-07 Miles Bader <miles@gnu.org>
15505
15506 * progmodes/compile.el (compilation-error-regexp-alist):
15507 Added regexps for RXP.
15508
15509 2001-12-05 Eli Zaretskii <eliz@is.elta.co.il>
15510
15511 * progmodes/cwarn.el (cwarn-font-lock-match-assignment-in-expression):
15512 Add shift-assignment operators to those highlighted, and highlight
15513 the whole operator rather than just the "=".
15514
15515 2001-12-04 Juanma Barranquero <lektu@terra.es>
15516
15517 * files.el (save-abbrevs, save-some-buffers): Don't ask the user
15518 before saving abbrevs if `save-abbrevs' has the value `silently'.
15519
15520 2001-12-04 Andreas Schwab <schwab@suse.de>
15521
15522 * xt-mouse.el (turn-off-xterm-mouse-tracking): Doc fix.
15523
15524 2001-12-04 Colin Walters <walters@debian.org>
15525
15526 * emacs-lisp/autoload.el (make-autoload): Also generate autoloads
15527 for `defmacro*' forms.
15528
15529 * emacs-lisp/lisp-mode.el (toplevel): Define docstring offset for
15530 `defmacro*'.
15531
15532 2001-12-03 Stefan Monnier <monnier@cs.yale.edu>
15533
15534 * progmodes/antlr-mode.el (antlr-c-common-init): Undo last change.
15535
15536 2001-12-02 Richard M. Stallman <rms@gnu.org>
15537
15538 * files.el (insert-directory): If the df output does not look right,
15539 don't try to use it. Other cleanups in overall code structure.
15540
15541 2001-12-02 Stefan Monnier <monnier@cs.yale.edu>
15542
15543 * textmodes/outline.el (outline-mode-prefix-map):
15544 Add bindings for outline-promote and outline-demote.
15545 (outline-minor-mode-menu-bar-map): New var.
15546 (outline-minor-mode): Use it.
15547 (outline-heading-alist): New var (renamed from outline-level-heading).
15548 (outline-level): Use it.
15549 (outline-insert-heading, outline-promote, outline-demote):
15550 Update to use outline-heading-alist.
15551
15552 * disp-table.el (standard-display-european):
15553 Simplify since the function is not interactive any more.
15554 Don't set the existing buffers to unibyte.
15555
15556 * pcvs-util.el (cvs-file-to-string): Move condition-case outside.
15557
15558 * pcvs.el (cvs-reread-cvsrc): Don't use cvs-file-to-string.
15559
15560 * reveal.el (reveal-mode): Fix reveal-mode's lighter.
15561
15562 * shell.el (shell): Use shell-file-name.
15563 Pop to buffer before calling comint to set COLUMNS properly.
15564
15565 * emacs-lisp/cl.el (svref): New alias.
15566
15567 * progmodes/antlr-mode.el (antlr-c-common-init):
15568 Don't inhibit adaptive-fill-mode any more.
15569
15570 * progmodes/delphi.el (delphi-mode): Don't use make-local-hook.
15571
15572 * progmodes/etags.el (tags-with-face): Use make-symbol.
15573 (tags-search, tags-query-replace): Use backquotes.
15574
15575 * textmodes/picture.el (picture-mode-map): Don't use defconst
15576 for a variable.
15577
15578 2001-12-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15579
15580 * textmodes/reftex-index.el (reftex-index-mode):
15581 Remove make-local-hook.
15582
15583 * textmodes/reftex-toc.el (reftex-toc-mode): Likewise.
15584
15585 2001-12-02 Kim F. Storm <storm@cua.dk>
15586
15587 * isearch.el (isearch-resume-enabled): New variable.
15588 (isearch-done): Use that variable.
15589
15590 2001-12-01 Richard M. Stallman <rms@gnu.org>
15591
15592 * wid-edit.el (widget-button-click): Don't move point permanently:
15593 Avoid mouse-set-point--instead select the window,
15594 then do save-excursion, then move point.
15595 Specify the buffer for get-char-property.
15596 Don't use `@' in interactive.
15597
15598 * indent.el (indent-line-function):
15599 Default is indent-to-left-margin again.
15600
15601 * replace.el (query-replace-read-args): Display message
15602 if FROM contains `\n' or `\t'.
15603
15604 2001-12-01 Stefan Monnier <monnier@cs.yale.edu>
15605
15606 * indent.el (tab-to-tab-stop): Use delete-horizontal-space.
15607
15608 * bindings.el (minibuffer-local-map): Bind TAB to insert-tab.
15609
15610 * emacs-lisp/regexp-opt.el (regexp-opt):
15611 Bind completion-regexp-list to nil.
15612
15613 * progmodes/hideif.el (hif-nexttoken): Move to before first def.
15614
15615 2001-12-01 Eli Zaretskii <eliz@is.elta.co.il>
15616
15617 * progmodes/idlwave.el, progmodes/idlw-rinfo.el:
15618 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el:
15619 Update maintainer.
15620
15621 2001-11-30 Stefan Monnier <monnier@cs.yale.edu>
15622
15623 * mail/smtpmail.el: Use with-current-buffer.
15624 (message-make-date, message-make-message-id): Autoload when needed.
15625 (smtpmail-send-it): Use them to add `Date:' and `Message-Id:'
15626 headers when missing.
15627
15628 * international/encoded-kb.el (encoded-kbd-mode):
15629 Use define-minor-mode.
15630
15631 * enriched.el (enriched-mode): Use define-minor-mode.
15632 Use dolist and pop and push.
15633
15634 * info.el (Info-find-node-2): Don't call info-insert-file-contents
15635 with the `visit' argument.
15636 (Info-extract-menu-node-name): Use `replace-regexps-in-string'.
15637
15638 * progmodes/hideif.el (hide-ifdef-mode): Only modify
15639 `change-major-mode-hook' locally. Reset invisibility spec.
15640
15641 * man.el (Man-build-section-alist): Remove last Man-match-substring.
15642
15643 2001-11-30 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
15644
15645 * textmodes/paragraphs.el (mark-paragraph): Clarify doc.
15646 Clarify error message.
15647
15648 2001-11-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
15649
15650 * textmodes/paragraphs.el (mark-paragraph): Allow prefix arg.
15651
15652 2001-11-30 Andre Spiegel <spiegel@gnu.org>
15653
15654 * vc-cvs.el (vc-cvs-parse-status): Store file state in property,
15655 don't just return it.
15656
15657 2001-11-30 Eli Zaretskii <eliz@is.elta.co.il>
15658
15659 * menu-bar.el (menu-bar-read-lispref, menu-bar-read-lispintro)
15660 (menu-bar-read-emacs-man, search-emacs-glossary)
15661 (emacs-index-search, elisp-index-search): New functions.
15662 (apropso-documentation, apropos, apropos-value, apropos-variable)
15663 (apropos-commands): Modify menu item names and help text.
15664 (elisp-index-search, emacs-index-search, emacs-glossary):
15665 New menu items.
15666 (menu-bar-manuals-menu): Move the Ordering Manuals item to a
15667 submenu.
15668 (info-elisp, info-elintro): New menu items.
15669 (apropos): Modify the menu item name.
15670
15671 2001-11-30 Stefan Monnier <monnier@cs.yale.edu>
15672
15673 * emacs-lisp/lisp-mode.el (read-if): Add lisp-indent-function prop.
15674
15675 * textmodes/outline.el (outline-promote, outline-demote): Typo.
15676
15677 * man.el (man-follow-mouse): New function.
15678 (Man-mode-map): Bind mouse-2 to it.
15679 (Man-match-substring): Remove. Replace with `match-string'.
15680 (man): Use the `default-value' argument to `read-string'.
15681 (Man-fontify-manpage): Add mouse-face to cross references.
15682
15683 * emacs-lisp/cl-macs.el (shiftf): Fix more. Simplify.
15684
15685 2001-11-29 Stefan Monnier <monnier@cs.yale.edu>
15686
15687 * emacs-lisp/crm.el (completing-read-multiple): Better preserve
15688 the value of require-match in minibuffer-completion-confirm.
15689 Use crm-local-completion-map.
15690
15691 * emacs-lisp/cl-macs.el (shiftf): Fix the fast case so
15692 (let ((a 1) (b 2)) (shiftf a b (cons a b)) b) returns (1 . 2).
15693 (cl-make-type-test): Use char-valid-p for `character'.
15694
15695 * info.el (Info-complete-next-re, Info-complete-cache): New vars.
15696 (Info-complete-menu-item): Rewrite. Add the ability to search
15697 several sequential nodes. Add a simple caching mechanism.
15698 (Info-goto-index): New function extracted from Info-index.
15699 (Info-index): Use it. Add completion to the interactive spec.
15700 (Info-menu-update): Simplify call to `Info-complete-menu-item'.
15701
15702 2001-11-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15703
15704 * COPYING: Removed.
15705
15706 2001-11-29 Dave Love <fx@gnu.org>
15707
15708 * progmodes/fortran.el: Fontify rewind, backspace. Doc fixes.
15709 (fortran-window-create, fortran-window-create-momentarily):
15710 Rewrite, moving error condition.
15711 (fortran-beginning-do, fortran-beginning-if): Fix regexps.
15712 (fortran-mode-syntax-table): Revert last change.
15713
15714 * international/mule.el: Doc fixes.
15715 (map-charset-chars): New function.
15716 (register-char-codings): Use it to cope with generic chars in
15717 safe-chars.
15718
15719 2001-11-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15720
15721 * play/blackbox.el (blackbox-mode, blackbox): Doc fix.
15722
15723 * play/cookie1.el (cookie, cookie-insert, shuffle-vector): Doc fixes.
15724
15725 * play/studly.el (studlify-word, studlify-region)
15726 (studlify-buffer): Fix doc-string.
15727 (studlify-buffer): Add autoload cookie.
15728
15729 2001-11-28 Stefan Monnier <monnier@cs.yale.edu>
15730
15731 * textmodes/outline.el (outline-up-heading): Add `invisible-ok' arg.
15732 (outline-up-heading-all): Remove.
15733 (hide-sublevels): Move to end-of-heading before calling flag-region.
15734 (outline-copy-overlay, outline-discard-overlays): Remove.
15735 (outline-flag-region): Use `remove-overlays'.
15736 Don't move to end-of-heading.
15737 (outline-next-visible-heading, outline-back-to-heading)
15738 (outline-on-heading-p): Use outline-invisible-p.
15739 (outline-font-lock-level): Use outline-up-heading's new arg.
15740 (outline-minor-mode): Simplify.
15741 (outline-map-tree, outline-reveal-toggle-invisible): New funs.
15742 (outline): Put a `reveal-toggle-invisible' property.
15743 (outline-level-heading): New var.
15744 (outline-insert-heading, outline-promote, outline-demote)
15745 (outline-toggle-children): New commands.
15746
15747 * progmodes/hideif.el (hif-end-of-line): New function.
15748 (hide-ifdef-mode): Set line-move-ignore-invisible.
15749 (hide-ifdef-region-internal): New function.
15750 (hide-ifdef-region): Use it.
15751 (hif-defined): Return an integer.
15752 (hif-infix-to-prefix): Remove.
15753 (hif-tokenize): Parse from the buffer rather than from a string.
15754 Correctly tokenize integers. Use forward-comment.
15755 (hif-expr): Use hif-or.
15756 (hif-term): Use hif-and.
15757 (hif-factor): Use hif-not. Handle numbers properly.
15758 Don't require parenthesis around `defined's argument.
15759 (hif-and, hif-or, hif-not): New funs.
15760 (hif-canonicalize): Pass a region to hif-tokenize. Use hif-not.
15761 (hif-hide-line): Don't hide the \n before the line.
15762 (hif-possibly-hide): Correctly handle numeric evaluation results.
15763
15764 * progmodes/make-mode.el: Use line-(end|beginning)-position.
15765 (makefile-mode): Set indent-line-function.
15766 (makefile-browser-insert-continuation): Use with-current-buffer.
15767 (makefile-beginning-of-line-point, makefile-end-of-line-point): Remove.
15768
15769 2001-11-28 Karl Fogel <kfogel@red-bean.com>
15770
15771 * isearch.el (isearch-yank-internal): New helper function.
15772 (isearch-yank-char): New function.
15773 (isearch-yank-word, isearch-yank-line): Rewrite to use
15774 isearch-yank-internal.
15775
15776 2001-11-28 Eli Zaretskii <eliz@is.elta.co.il>
15777
15778 * mouse.el (mouse-set-font): Make it a no-op if multiple fonts
15779 aren't supported. Print a message to that effect if invoked.
15780
15781 2001-11-27 Stephen Eglen <stephen@gnu.org>
15782
15783 * locate.el (locate): Put point at first matching file rather
15784 than top of buffer.
15785
15786 2001-11-27 Stefan Monnier <monnier@cs.yale.edu>
15787
15788 * reveal.el: New file.
15789
15790 * progmodes/hideif.el: Misc cleanup.
15791 (hide-ifdef-mode-submap): Put the def in the defvar.
15792 Use substitute-key-definition.
15793 (hide-ifdef-mode): Use define-minor-mode.
15794 (hif-outline-flag-region): Remove.
15795 (hif-show-all): Define in terms of hif-show-ifdef-region.
15796 (hif-after-revert-function): Rename from hif-before-revert-function.
15797 (hide-ifdef-region, hif-show-ifdef-region): Use overlays.
15798 (hif-tokenize): Use with-syntax-table.
15799 (hif-make-range): Use `else' also for `else-p'.
15800 (hif-range-else-p): Remove.
15801 (hif-find-range): Simplify.
15802 (hif-hide-line): Don't bother preserving buffer-modified-p.
15803 (hide-ifdefs, show-ifdefs, hide-ifdef-block, show-ifdef-block):
15804 Don't use selective-display and inhibit-read-only.
15805
15806 * subr.el (copy-overlay, remove-overlays): New funs.
15807
15808 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix off-by-two error.
15809
15810 2001-11-27 Sam Steingold <sds@gnu.org>
15811
15812 * ansi-color.el, bookmark.el, dired.el, emerge.el, fast-lock.el
15813 * lazy-lock.el, mouse-sel.el, mail/feedmail.el
15814 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el, emacs-lisp/ewoc.el
15815 * obsolete/c-mode.el, obsolete/cplus-md.el
15816 * progmodes/dcl-mode.el, progmodes/idlw-shell.el, progmodes/idlwave.el
15817 * term/sun-mouse.el, textmodes/artist.el:
15818 Converted backquote to the new style.
15819 * mouse.el, reposition.el: Likewise (in comments).
15820 * expand.el: Likewise (in a string).
15821
15822 2001-11-27 Richard M. Stallman <rms@gnu.org>
15823
15824 * cus-edit.el (custom-load-symbol): Don't always load locate-library.
15825
15826 2001-11-26 Richard M. Stallman <rms@gnu.org>
15827
15828 * wid-edit.el (widget-toggle-value-create): On graphic terminal,
15829 if :on-glyph or :off-glyph is a list, eval it and store it back.
15830 (checkbox): Quote the values for :on-glyph and :off-glyph.
15831
15832 * cus-start.el (recursive-load-depth-limit): Delete item.
15833
15834 2001-11-26 Stefan Monnier <monnier@cs.yale.edu>
15835
15836 * help-fns.el (describe-categories, help-describe-category-set): New.
15837 describe-categories moved here from src/category.c.
15838
15839 2001-11-26 Sam Steingold <sds@gnu.org>
15840
15841 * progmodes/cc-mode.el (c-submit-bug-report): Make sure that the
15842 arguments to `insert' are strings.
15843
15844 2001-11-26 Richard M. Stallman <rms@gnu.org>
15845
15846 * startup.el (command-line-1): Call kill-buffer only in non-fancy case.
15847
15848 2001-11-26 Eli Zaretskii <eliz@is.elta.co.il>
15849
15850 * international/mule-diag.el: Require help-fns instead of
15851 help-funs.
15852
15853 * help-fns.el: Renamed from help-funs.el.
15854
15855 * startup.el (command-line-1): Don't try to call process-list if
15856 it is not fboundp.
15857
15858 2001-11-26 Sam Steingold <sds@gnu.org>
15859
15860 * frame.el (show-trailing-whitespace): Remove :set argument (the
15861 value was essentially identical to the defalt).
15862
15863 2001-11-26 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15864
15865 * hexl.el (hexl-mode, hexl-follow-ascii): Remove make-local-hook.
15866
15867 * icomplete.el (icomplete-minibuffer-setup): Likewise.
15868
15869 * hilit-chg.el (hilit-chg-set): Likewise.
15870
15871 * speedbar.el (speedbar-mode): Likewise.
15872
15873 * calendar/calendar.el (calendar-mode): Likewise.
15874
15875 * play/yow.el (psychoanalyze-pinhead): Use insert instead of
15876 insert-string.
15877
15878 * play/gamegrid.el (gamegrid-init-buffer): Likewise.
15879
15880 * term/bg-mouse.el (bg-insert-moused-sexp): Likewise.
15881
15882 * term/sun-mouse.el (sun-yank-selection): Likewise.
15883
15884 * textmodes/bib-mode.el (return-key-bib): Likewise.
15885
15886 * calendar/appt.el (appt-disp-window): Likewise.
15887
15888 * calendar/diary-lib.el (list-diary-entries): Likewise.
15889
15890 * array.el (array-reconfigure-rows): Likewise.
15891
15892 * filecache.el (file-cache-minibuffer-complete): Likewise.
15893
15894 * obsolete/cplus-md.el (fill-c++-comment): Likewise.
15895
15896 * strokes.el (strokes-prompt-user-save-strokes): Likewise.
15897
15898 * allout.el (outline-version, outline-open-topic)
15899 (outline-rebullet-heading, outline-insert-listified)
15900 (outline-latex-verbatim-quote-curr-line)
15901 (outline-latexify-one-item, outlineify-sticky): Likewise.
15902
15903 * vc.el (vc-next-action-on-file): Likewise.
15904 (vc-dired-mode): Remove make-local-hook.
15905
15906 2001-11-26 Andre Spiegel <spiegel@gnu.org>
15907
15908 * vc.el (vc-find-version): New function.
15909 (vc-version-other-window): Redefined in terms of the above.
15910
15911 * log-view.el (log-view-find-version): New function.
15912 (log-view-mode-map): Bind it to `f'.
15913
15914 2001-11-26 Gerd Moellmann <gerd@gnu.org>
15915
15916 * language/devan-util.el (dev-char-glyph): Escape `"' in
15917 string literals.
15918 (dev-glyph-glyph, dev-glyph-glyph-2)
15919 (devanagari-compose-syllable-region): Likewise.
15920
15921 2001-11-26 Richard M. Stallman <rms@gnu.org>
15922
15923 * window.el (save-selected-window): No error if saved window is dead.
15924
15925 * help-funs.el (describe-syntax): Put (interactive) after doc string.
15926
15927 2001-11-26 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15928
15929 * international/quail.el (quail-help): Require help-mode in
15930 top-level instead.
15931
15932 * iswitchb.el (iswitchb-exhibit): Use insert instead of
15933 insert-string.
15934
15935 * icomplete.el (icomplete-exhibit): Likewise.
15936
15937 2001-11-25 Stefan Monnier <monnier@cs.yale.edu>
15938
15939 * diff-mode.el (diff-end-of-hunk): Watch out for ambiguities.
15940 (diff-hunk-kill): Simplify.
15941 (diff-post-command-hook): Only apply to a single hunk.
15942 (diff-hunk-text): Make `char-offset' non-optional.
15943 (diff-find-text): Return a cons cell.
15944 (diff-find-approx-text): New fun.
15945 (diff-find-source-location): Use it.
15946 (diff-apply-hunk, diff-test-hunk, diff-goto-source):
15947 Adapt to new retval of diff-find-text.
15948
15949 * vc-cvs.el (vc-cvs-parse-entry): Rewrite, comparing the string-
15950 rather than integer- representation of dates.
15951
15952 * textmodes/fill.el (fill-indent-according-to-mode): Default to nil.
15953
15954 * emacs-lisp/syntax.el: Don't profile syntax-ppss any more.
15955 (syntax-after): New fun.
15956
15957 * help-funs.el (describe-syntax): New fun.
15958
15959 * font-lock.el (font-lock-cache-state, font-lock-cache-position)
15960 (font-lock-ppss-stats, font-lock-ppss): Remove.
15961 (font-lock-fontify-syntactically-region): Remove tuning code.
15962 (font-lock-compile-keywords): Fix off-by-one bug.
15963 (font-lock-set-defaults): Don't set removed vars.
15964 (c-keywords): Add `inline'.
15965 (c-type-names): Add `_Complex', `_Imaginary' and `_Bool'.
15966
15967 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
15968 Set syntax-begin-function.
15969 (lisp-interaction-mode-abbrev-table): Defvar to its correct value.
15970 (lisp-interaction-mode): Don't set local-abbrev-table any more.
15971 (lisp-mode-auto-fill): Use syntax-ppss and obey
15972 comment-auto-fill-only-comments.
15973 (lisp-fill-paragraph): Use syntax-ppss.
15974
15975 2001-11-25 ShengHuo ZHU <zsh@cs.rochester.edu>
15976
15977 * mail/rmail.el (rmail-enable-mime-composing): New. A lightweight
15978 version of rmail-enable-mime.
15979 (rmail-forward): Use it.
15980
15981 2001-11-25 Richard M. Stallman <rms@gnu.org>
15982
15983 * emacs-lisp/lisp-mode.el (lisp-indent-function): Add doc string.
15984
15985 * international/quail.el (quail-keyboard-layout-button):
15986 Define button type.
15987 (quail-keyboard-customize-button): Likewise.
15988 (quail-help): Use those button types. Require `help-mode'.
15989 Avoid altering the argument `package'.
15990
15991 * help-mode.el (help-function, help-variable, help-face)
15992 (help-coding-system, help-input-method, help-character-set):
15993 Define each button type with its own explicit define-button-type.
15994
15995 * language/devan-util.el: Comment out parts of the file
15996 which apparently are garbled.
15997
15998 2001-11-25 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15999
16000 * mail/smtpmail.el (smtpmail-deduce-address-list): Don't use
16001 insert-string.
16002
16003 2001-11-25 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16004
16005 * play/snake.el (snake-mode): Remove make-local-hook.
16006
16007 * play/tetris.el (tetris-mode): Likewise.
16008
16009 * play/decipher.el (decipher-mode): Likewise.
16010
16011 * tmm.el (tmm-add-prompt): Likewise.
16012
16013 2001-11-25 Sam Steingold <sds@gnu.org>
16014
16015 * menu-bar.el (menu-bar-apropos-menu): New variable.
16016 Moved all `apropos' bindings to this menu.
16017 (menu-bar-help-menu): Added `menu-bar-apropos-menu'.
16018
16019 2001-11-24 KAWABATA, Taichi <batta@beige.ocn.ne.jp>
16020
16021 The following changes are for new indian languages support based
16022 on Unicode charset and CDAC fonts.
16023
16024 * international/mule-conf.el: Change indian-1-column charset to
16025 indian-glyph charset.
16026
16027 * international/characters.el: Adjusted for the change of
16028 indian-1-column -> indian-glyph.
16029
16030 * international/fontset.el: Delete the setting for indian-1-column
16031 and add the setting for indian-glyph in the default fontset.
16032
16033 * language/indian.el: Completely re-written.
16034
16035 * language/devanagari.el: Completely re-written.
16036
16037 * language/devan-util.el: Completely re-written.
16038
16039 * language/ind-util.el: New file.
16040
16041 2001-11-24 Richard M. Stallman <rms@gnu.org>
16042
16043 * startup.el (command-line-1): Don't do startup screen
16044 if a subprocess is running. Call the startup screen buffer
16045 "GNU Emacs". Make a special mode-line-format for it.
16046
16047 * net/browse-url.el (browse-url-galeon-new-window-is-tab): New var.
16048 (browse-url-galeon): Use that variable.
16049
16050 * mail/supercite.el (sc-toggle-var): Don't use set-variable or
16051 eval-expression. Eval and set the variable simply.
16052
16053 * files.el (temporary-file-directory): Use defcustom.
16054 (small-temporary-file-directory): Likewise.
16055 (normal-backup-enable-predicate): Move down in file
16056 after definition of temporary-file-directory.
16057
16058 * bindings.el (last-buffer, unbury-buffer): Doc fixes.
16059
16060 2001-11-24 Colin Walters <walters@debian.org>
16061
16062 * calc/calc-ext.el (calc-init-extensions): Update the rest of the
16063 autoload names to match files renamed on initial calc import.
16064
16065 * calc/calc.el (Commentary): Cleanup, and add logistic curve
16066 fitting suggestion from Robert J. Chassell <bob@rattlesnake.com>.
16067
16068 2001-11-23 Colin Walters <walters@debian.org>
16069
16070 * Makefile.in (finder_setwins, setwins): Include Calc again.
16071
16072 * calc/calc-rules.el: Add header comment.
16073
16074 2001-11-23 Andre Spiegel <spiegel@gnu.org>
16075
16076 * vc.el (with-vc-properties): Don't bind `filename' locally.
16077 (with-vc-file, edit-vc-file): Use `make-symbol' for local bindings
16078 to avoid name clashes. Fix `lisp-indent-function' property for
16079 both.
16080
16081 2001-11-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
16082
16083 * generic-x.el (mailrc-generic-mode): Highlight the `source' keyword.
16084
16085 2001-11-22 Colin Walters <walters@debian.org>
16086
16087 * calc/calc-misc.el (report-calc-bug):
16088 Use `reporter-prompt-for-summary-p'.
16089
16090 * calc/INSTALL, calc/Makefile: Remove.
16091
16092 2001-11-22 Miles Bader <miles@gnu.org>
16093
16094 * emacs-lisp/re-builder.el (reb-match-0, reb-match-1)
16095 (reb-match-2, reb-match-3): Add dark-background variants.
16096
16097 2001-11-22 Colin Walters <walters@debian.org>
16098
16099 * calc/calc-misc.el (calc-info): Don't perform voodoo, just
16100 (info "Calc").
16101 (report-calc-bug): Use reporter.el.
16102
16103 * mail/reporter.el (reporter-submit-bug-report): Doc fixes.
16104
16105 2001-11-21 Richard M. Stallman <rms@gnu.org>
16106
16107 * which-func.el (which-function): Call imenu--make-index-alist
16108 if necessary to get a list of functions.
16109 (which-function-imenu-failed): New variable.
16110 (which-func-update): Handle all visible windows.
16111 (which-func-update-1): New subroutine broken out of which-func-update.
16112
16113 * files.el (temporary-file-directory, null-device)
16114 (small-temporary-file-directory): Definitions moved up.
16115
16116 * progmodes/cperl-mode.el (cperl-problems, cperl-tips)
16117 (cperl-non-problems, cperl-praise): Doc fixes.
16118
16119 * progmodes/sh-script.el (sh-mode): Don't use define-derived-mode.
16120 (sh-mode-syntax-table): Function restored.
16121 Variable set up for use by function sh-mode-syntax-table.
16122 (sh-set-shell): Set the syntax table.
16123
16124 * play/gomoku.el (gomoku-mode): Don't use define-derived-mode.
16125
16126 * progmodes/perl-mode.el (perl-mode): Don't use define-derived-mode.
16127
16128 * international/encoded-kb.el: Don't alter minor-map-alist.
16129
16130 2001-11-20 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
16131
16132 * files.el (auto-save-file-name-transforms): Put remote files in
16133 temporary-file-directory rather than /tmp.
16134
16135 2001-11-21 Colin Walters <walters@debian.org>
16136
16137 * calc/calc-macs.el (calc-slow-wrapper): Move (point) call outside
16138 of (function ...) wrapper.
16139
16140 2001-11-20 Stefan Monnier <monnier@cs.yale.edu>
16141
16142 * derived.el (define-derived-mode): Create the abbrev-table
16143 from inside the `defvar'.
16144
16145 * jit-lock.el (jit-lock-defer-time): New var.
16146 (jit-lock-defer-timer, jit-lock-buffers): New vars.
16147 (jit-lock-mode): Initialize them. Cancel the timers more carefully.
16148 (jit-lock-function): Defer fontification if requested.
16149 (jit-lock-stealth-chunk-start): Pay attention to the new non-nil value.
16150 (jit-lock-stealth-fontify): Check the new `jit-lock-defer-multiline'
16151 text property.
16152 (jit-lock-deferred-fontify): New fun.
16153
16154 2001-11-20 Richard M. Stallman <rms@gnu.org>
16155
16156 * emacs-lisp/lisp-mode.el (lisp-interaction-mode):
16157 Set local-abbrev-table to lisp-mode-abbrev-table.
16158
16159 * emacs-lisp/re-builder.el (reb-mode):
16160 Don't use define-derived-mode. Call kill-all-local-variables.
16161
16162 * emacs-lisp/lisp-mode.el (lisp-mode, emacs-lisp-mode):
16163 Don't use define-derived-mode.
16164
16165 * help-mode.el (help-mode): Undo 2001-10-07 change.
16166
16167 * replace.el (occur-mode): Undo 2001-5-20 change.
16168
16169 2001-11-20 Jason Rumney <jasonr@gnu.org>
16170
16171 * w32-fns.el (w32-system-coding-system): Change to an alias for
16172 locale-coding-system.
16173 (set-w32-system-coding-system): Document the above change.
16174 Set locale-coding-system instead.
16175
16176 2001-11-20 Richard M. Stallman <rms@gnu.org>
16177
16178 * ruler-mode.el: Add pagination.
16179 (ruler-mode-toggle-show-tab-stops): No need to
16180 test `ruler-mode' variable.
16181
16182 2001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
16183
16184 * play/landmark.el: Mark lm-mode as special.
16185
16186 * play/gomoku.el: Mark gomoku-mode as special.
16187
16188 2001-11-20 Juanma Barranquero <lektu@terra.es>
16189
16190 * emacs-lisp/re-builder.el (reb-change-target-buffer): New function.
16191 (top-level): Bind it to C-c C-b.
16192 (re-builder): Don't re-enter RE Builder Mode.
16193
16194 * bs.el (bs-delete): Signal an error if the buffer cannot be deleted.
16195
16196 2001-11-20 Stefan Monnier <monnier@cs.yale.edu>
16197
16198 * progmodes/cperl-mode.el (cperl-perldoc): Require man before binding
16199 `manual-program'.
16200
16201 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Don't move back
16202 to a line without a comment.
16203
16204 2001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
16205
16206 * dired.el (dired-listing-switches): Mention in the doc string
16207 that some switches are not supported by ls-lisp.el
16208
16209 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
16210
16211 * imenu.el (imenu--split-menu): Use dolist and copy-sequence.
16212 (imenu--create-keymap-2): Remove.
16213 (imenu--create-keymap-1): Simplify, remove third argument.
16214 (imenu--generic-function): Use dolist.
16215 (imenu-find-default): New function.
16216 (imenu--completion-buffer): Use it.
16217 (imenu--mouse-menu): Use popup-menu.
16218 (imenu--menubar-select): Return t rather than calling imenu.
16219
16220 * textmodes/fill.el (fill-delete-prefix, fill-delete-newlines):
16221 New functions, extracted from fill-region-as-paragraph.
16222 (fill-region-as-paragraph): Use them.
16223 Use an end marker instead of eob.
16224 Ignore whitespace-only fill-prefixes when indenting according to mode.
16225 Simplify the loop that searches for spaces backwards.
16226
16227 * textmodes/picture.el (picture-vertical-step)
16228 (picture-horizontal-step): Don't use defconst for variables.
16229
16230 * mail/mail-extr.el: Use backquote/dolist/mapc/when. Docstring fixes.
16231 (mail-extract-address-components): Downcase domain names.
16232 (mail-extr-delete-char): Remove. Use delete-char instead.
16233
16234 * emulation/pc-select.el: Doc string fixes.
16235 (pc-selection-mode): Don't treat macos as a tty.
16236
16237 * emacs-lisp/lisp.el (mark-sexp): Mark more if repeated.
16238
16239 * progmodes/cc-engine.el (c-parse-state): Typo. From Martin Stjernholm.
16240
16241 * mwheel.el (mouse-wheel-scroll-amount): Allow float values.
16242 (mouse-wheel-progessive-speed): New var.
16243 (mwheel-scroll): Use it and handle float values.
16244
16245 * lazy-lock.el (lazy-lock-install-hooks): Remove make-local-hook.
16246
16247 * iswitchb.el (iswitchb-mode): Use define-minor-mode.
16248 (iswitchb): Fix the case where the result was selected with the mouse.
16249 (iswitchb-completion-help): Use the normal *Completions* now that
16250 mouse selection works.
16251 (iswitchb-minibuffer-setup): Simplify.
16252
16253 * newcomment.el (comment-column, comment-style, comment-multi-line)
16254 (comment-auto-fill-only-comments): Remove :group arg.
16255 (comment-padding): Add :type.
16256 (comment-indent-new-line): Ignore comment-auto-fill-only-comments
16257 if called interactively.
16258
16259 2001-11-19 Colin Walters <walters@verbum.org>
16260
16261 * calc/calc.el (toplevel): Add comment and version header.
16262 (calc-init-base): Bump version to 2.02f, update date.
16263
16264 2001-11-19 Richard M. Stallman <rms@gnu.org>
16265
16266 * net/browse-url.el: Support Mozilla and Galeon.
16267 By default, find the installed browser whichever it is.
16268 (browse-url-mozilla): New function.
16269 (browse-url-mozilla-sentinel): New function.
16270 (browse-url-galeon, browse-url-galeon-sentinel): New functions.
16271 (browse-url-default-browser): New function.
16272 (browse-url-process-environment): Use browse-url-browser-display.
16273 (browse-url-browser-display): Renamed from browse-url-netscape-display.
16274 (browse-url-mozilla-startup-arguments, browse-url-galeon-program)
16275 (browse-url-galeon-arguments, browse-url-galeon-startup-arguments)
16276 (browse-url-mozilla-program, browse-url-mozilla-arguments): New vars.
16277 (browse-url-browser-function): New default, new options.
16278
16279 2001-11-19 Sam Steingold <sds@gnu.org>
16280
16281 * bindings.el (last-buffer, unbury-buffer): New function.
16282 (mode-line-unbury-buffer): Use `unbury-buffer'.
16283
16284 2001-11-18 Stephen Eglen <stephen@gnu.org>
16285
16286 * iswitchb.el (iswitchb-cannot-complete-hook): New variable to
16287 control behaviour when no further completion is possible.
16288
16289 2001-11-19 Colin Walters <walters@verbum.org>
16290
16291 * calc/calc-macs.el (calc-wrapper, calc-slow-wrapper)
16292 (math-showing-full-precision, math-with-extra-prec, math-working)
16293 (calc-with-default-simplification)
16294 (calc-with-trail-buffer): Use backtick.
16295 (Math-zerop, Math-integer-negp, Math-integer-posp, Math-negp)
16296 (Math-looks-negp, Math-posp, Math-integerp, Math-natnump)
16297 (Math-ratp, Math-realp, Math-anglep, Math-numberp, Math-scalarp)
16298 (Math-vectorp, Math-messy-integerp, Math-objectp, Math-objvecp)
16299 (Math-integer-neg, Math-equal, Math-lessp, Math-primp)
16300 (Math-num-integerp, Math-bignum-test, Math-equal-int)
16301 (Math-natnum-lessp, math-format-radix-digit): Change to `defsubst'.
16302 (calc-record-compilation-date-macro): Deleted. Callers updated.
16303 (math-format-radix-digit): Move to calc-bin.el.
16304
16305 * calc/calc.el (calc-record-compilation-date): Remove.
16306 (calc-bug-address): Update.
16307 (calc-settings-file): Use `user-init-file'.
16308
16309 * calc/calc-mode.el (calc-settings-file-name, calc-save-modes):
16310 Handle null `calc-settings-file'.
16311
16312 * calc/calc-frac.el (calc-over-notation): Use `completing-read'.
16313 * calc/calc-keypd.el (calc-keypad-mode): New.
16314 (calc-do-keypad): Use it.
16315 (calc-keypad-map): Move into `calc-keypad-mode'.
16316
16317 * calc-math.el (calcFunc-sqrt, calcFunc-hypot): Add missing quote
16318 to defalias argument.
16319
16320 * calc-misc.el (math-fixnump, math-fixnatnump, calcFunc-trunc)
16321 (calcFunc-floor): Ditto.
16322
16323 * calc-units.el (calcFunc-usimplify): Ditto.
16324
16325 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
16326 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
16327 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
16328 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
16329 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
16330 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
16331 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
16332 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
16333 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
16334 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
16335 * calcsel2.el: Change all toplevel `setq' forms to `defvar' forms,
16336 and move them before their first use. Use `when', `unless'.
16337 Remove trailing periods from error forms. Add description and
16338 headers suggested by Emacs Lisp coding conventions.
16339
16340 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
16341
16342 * newcomment.el (comment-indent):
16343 Fix misindentation for comment-only lines.
16344 (comment-indent-new-line): Only obey comment-multi-line if the
16345 comment-ender is not the end-of-line.
16346
16347 2001-11-19 Richard M. Stallman <rms@gnu.org>
16348
16349 * net/net-utils.el (network-connection-service-abbrev-alist):
16350 New variable.
16351
16352 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
16353 Advance to start of 3rd sexp by moving fwd and backing over it.
16354 At first three elements, act like defun.
16355
16356 * delsel.el (delete-selection-pre-hook): Handle and resignal
16357 file-supersession errors to interact properly with userlock.el.
16358
16359 2001-11-18 Richard M. Stallman <rms@gnu.org>
16360
16361 * progmodes/fortran.el (fortran-mode-syntax-table):
16362 Specify punctuation syntax for backslash.
16363
16364 * progmodes/sh-script.el (sh-must-be-shell-mode): Function deleted.
16365 All calls deleted.
16366
16367 * international/mule-util.el (string-to-sequence): Make it obsolete.
16368 (string-to-list, string-to-vector): Implement them directly
16369 using append and vconcat, not with string-to-sequence.
16370
16371 * startup.el (command-line): Set abbrevs-changed to nil after
16372 reading the init file and the abbrevs file.
16373
16374 * isearch.el (isearch): Use magenta2 as bg for (background light)
16375
16376 2001-11-17 Richard M. Stallman <rms@gnu.org>
16377
16378 * menu-bar.el (menu-bar-update-buffers-1): Don't pad the buffer name.
16379
16380 * simple.el (minibuffer-history-sexp-flag): Doc fix.
16381
16382 2001-11-17 Stefan Monnier <monnier@cs.yale.edu>
16383
16384 * font-lock.el (font-lock-compile-keywords): New arg `regexp'.
16385 If set and if applicable, add a regexp to highlight defun-like
16386 text inside comments and strings.
16387 (font-lock-fontify-keywords-region): Pass that new arg.
16388 (font-lock-set-defaults): Move the code to set `font-lock-keywords'
16389 to the end and pass that new arg.
16390 (c-font-lock-keywords-2): Fix regex for labels.
16391 (font-lock-match-c++-style-declaration-item-and-skip-to-next):
16392 Make it work when LIMIT is several lines further.
16393 (c-font-lock-keywords-3, c++-font-lock-keywords-3)
16394 (objc-font-lock-keywords-3, java-font-lock-keywords-3):
16395 Use backquote and make the regexes for `int a, b, c;' work on
16396 multiple lines.
16397
16398 * emacs-lisp/re-builder.el (reb-mode): Use define-derived-mode.
16399 (font-lock-defaults-alist): Don't change it any more.
16400 (reb-subexp-mode-map): Cleanup.
16401
16402 * custom.el (custom-current-group-alist): New var.
16403 (custom-declare-group): Set it.
16404 (custom-current-group): New fun.
16405 (custom-declare-variable, custom-handle-all-keywords):
16406 Use it as a default if no :group argument is specified.
16407
16408 * international/mule-cmds.el (locale-name-match): Use \` and \(?:.
16409 (standard-keyboard-coding-systems): New var.
16410 (set-locale-environment): Use it to decide whether or not to call
16411 set-keyboard-coding-system.
16412 (locale-language-names): Use \"French\" for "fr".
16413
16414 2001-11-17 Richard M. Stallman <rms@gnu.org>
16415
16416 * emacs-lisp/checkdoc.el (princ-list, checkdoc-read-event)
16417 (add-to-list): Delete compatibility code.
16418 (checkdoc-next-message-error): Doc fix.
16419
16420 2001-11-17 Stephen Eglen <stephen@gnu.org>
16421
16422 * locate.el (locate): Show default locate pattern within the
16423 prompt, but don't insert it into the minibuffer contents.
16424 Catch the case when pattern is the empty string.
16425
16426 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
16427
16428 * language/european.el ("French"): New language environment.
16429
16430 2001-11-16 Richard M. Stallman <rms@gnu.org>
16431
16432 * calendar/todo-mode.el (todo-save): Fix previous change.
16433
16434 * subr.el (functionp): Do use cdr-safe on object.
16435
16436 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
16437
16438 * bindings.el (mode-line-mode-name): Only put the help-echo property
16439 if the local-map property was put as well.
16440 (global-map): Bind switch-frame, delete-frame, iconify-frame
16441 and make-frame-visible events.
16442
16443 * emacs-lisp/elp.el (elp-not-profilable): New var.
16444 (elp-not-profilable-p): New function.
16445 (elp-instrument-function): Use it. Use backquotes and push.
16446
16447 * emacs-lisp/bytecomp.el (byte-compile-call-tree, byte-code-vector)
16448 (byte-stack+-info, byte-compile-last-warned-form)
16449 (byte-compile-last-logged-file): Don't defconst a variable.
16450 (no-byte-compile): Declare.
16451 (byte-compile-file): Don't boundp-check no-byte-compile any more.
16452 (byte-compile-defvar): Leave defconst as is.
16453
16454 * emacs-lisp/edebug.el (edebug-form-data, edebug-offsets)
16455 (edebug-offsets-stack, edebug-read-dotted-list, edebug-def-name)
16456 (edebug-current-offset, edebug-old-def-name, edebug-error-point)
16457 (edebug-best-error): Don't defconst a variable.
16458 (edebug-read-syntax-table): Use a char-table.
16459 (edebug-lemacs-specific): Remove.
16460 Toplevel: Eliminate check for Lucid Emacs.
16461
16462 * pcvs-util.el (cvs-prefix-define): Don't defconst a variable.
16463
16464 * rect.el (move-to-column-force): Mark obsolete.
16465 (operate-on-rectangle, delete-extract-rectangle-line)
16466 (insert-rectangle, delete-whitespace-rectangle-line)
16467 (open-rectangle-line, clear-rectangle-line): Use move-to-column.
16468 (string-rectangle-history): New var.
16469 (string-rectangle, string-insert-rectangle): Use it.
16470 (delete-rectangle-line): Fix pos/column mixup and simplify.
16471
16472 * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
16473 (normal-top-level, command-line, command-line-1): Simplify.
16474
16475 * tar-mode.el (tar-mode): Use define-derived-mode.
16476
16477 * view.el (view-mode-enable): Don't use make-local-hook.
16478
16479 * emacs-lisp/eldoc.el (eldoc-mode): Use define-minor-mode.
16480
16481 2001-11-16 Richard M. Stallman <rms@gnu.org>
16482
16483 * mail/mail-extr.el (mail-extr-voodoo): Treat a number as a word
16484 if it doesn't make sense as anything else.
16485 Don't recognize a "telephone number" at the beginning of the name.
16486 (mail-extr-leading-garbage): Match non-word characters only.
16487
16488 2001-11-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16489
16490 * startup.el (command-line-processed): Doc fix.
16491
16492 * apropos.el (apropos-next-label-button): Doc fix.
16493
16494 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
16495
16496 * comint.el (comint-mode): Simplify.
16497 (make-comint-in-buffer): Run `comint-mode' only if necessary.
16498
16499 * subr.el (eval-after-load): Make it work with features as well.
16500
16501 * log-view.el (log-view-mode): Don't mark the buffer unmodified.
16502
16503 * international/mule-cmds.el (describe-input-method): Setup xref.
16504 (set-language-environment): Use functionp.
16505 (locale-language-names, locale-charset-language-names)
16506 (locale-preferred-coding-systems): Defconst and purecopy.
16507
16508 * language/european.el (mac-roman): Add mime-charset property.
16509
16510 2001-11-15 Richard M. Stallman <rms@gnu.org>
16511
16512 * emacs-lisp/cl.el (values, values-list, multiple-value-list)
16513 (multiple-value-apply, nth-value): Use defsubst rather than defalias
16514 to get better doc strings.
16515
16516 2001-11-15 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16517
16518 * derived.el: Fix autoload cookie.
16519
16520 2001-11-15 Richard M. Stallman <rms@gnu.org>
16521
16522 * jka-compr.el (jka-compr-partial-uncompress): Fix previous change.
16523
16524 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
16525
16526 * menu-bar.el (menu-bar-edit-menu) <copy>: Put an explicit key binding.
16527
16528 2001-11-15 Richard M. Stallman <rms@gnu.org>
16529
16530 * dired.el (dired-undo): Display a message to explain
16531 that this does not undo file system changes.
16532
16533 2001-11-15 David Kastrup <David.Kastrup@t-online.de>
16534
16535 * mouse-drag.el (mouse-drag-throw): Push back non-drag events
16536 into `unread-command-events' instead of trying keymap
16537 lookups ourselves. This makes mouse-clicks do the right
16538 thing even when keymaps of overlays are involved.
16539 (mouse-drag-drag): Likewise.
16540
16541 2001-11-15 Andreas Schwab <schwab@suse.de>
16542
16543 * progmodes/ada-mode.el (ada-add-extensions): Quote regexp special
16544 characters and append anchor to pattern added to auto-mode-alist.
16545
16546 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
16547
16548 * server.el (server-process-filter): Run pre/post-comment-hook
16549 before/after visiting the file.
16550
16551 * info-look.el (makefile-mode): Add info for automake.
16552 (autoconf-mode): Fix the name of the index for automake.
16553
16554 * international/latin-9.el: Give pilcrow punctuation syntax.
16555
16556 2001-11-15 Andre Spiegel <spiegel@gnu.org>
16557
16558 * vc.el: Documentation fixes.
16559
16560 2001-11-14 Stefan Monnier <monnier@cs.yale.edu>
16561
16562 * smerge-mode.el (smerge-match-conflict): Fix typo.
16563 (smerge-diff): Be careful to read match-data early enough.
16564
16565 2001-11-14 Colin Walters <walters@verbum.org>
16566
16567 * calc/calc-alg.el (calcFunc-esimplify, calcFunc-simplify)
16568 (calcFunc-subst): Use `defalias' instead of `fset' and
16569 `symbol-function'.
16570
16571 * calc/calc-arith.el (calcFunc-abs, calcFunc-float)
16572 (calcFunc-ceil, calcFunc-round): Ditto.
16573
16574 * calc/calc-bin.el (calcFunc-clip): Ditto.
16575
16576 * calc/calc-ext.el (calcFunc-evalv): Ditto.
16577
16578 * calc/calc-math.el (calcFunc-sqrt, calcFunc-hypot): Ditto.
16579
16580 * calc/calc-misc.el (math-fixnump, math-fixnatnump)
16581 (calcFunc-trunc, calcFunc-floor, calc-report-bug): Ditto.
16582
16583 * calc/calc-units.el (calcFunc-unsimplify): Ditto.
16584
16585 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
16586 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
16587 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
16588 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
16589 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
16590 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
16591 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
16592 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
16593 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
16594 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
16595 * calcsel2.el: Style cleanup; don't put closing parens on their
16596 own line, add "foo.el ends here" to each file, and update
16597 copyright date.
16598
16599 * README: Update maintainer.
16600
16601 2001-11-13 Richard M. Stallman <rms@gnu.org>
16602
16603 * progmodes/compile.el (recompile): Use compilation-arguments if
16604 set, so as to be able to M-x recompile the exact command which
16605 created a compilation-mode buffer.
16606
16607 * progmodes/ada-mode.el (ada-fill-comment-prefix): Doc fix.
16608
16609 2001-11-13 Gerd Moellmann <gerd@gnu.org>
16610
16611 * mouse.el (mouse-drag-region): Don't run the up-event
16612 handler if window start changed due to the down-mouse event.
16613
16614 2001-11-13 Richard M. Stallman <rms@gnu.org>
16615
16616 * mouse.el (mouse-show-mark): Either move point to the mark
16617 or use highlighting, never both.
16618 (mouse-buffer-menu): If WINDOW is a frame, select its selected window.
16619
16620 2001-11-13 Simon Josefsson <jas@extundo.com>
16621
16622 * mail/smtpmail.el (top-level): Change maintainer to Simon
16623 Josefsson, cleanup the smtpmail.el header.
16624
16625 * mail/smtpmail.el (top-level): Don't require cl or base64.
16626 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
16627 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd):
16628 Defsubst instead of defmacro.
16629 (smtpmail-intersection): Return value in reverse order.
16630 (smtpmail-open-stream): Use stringp instead of string-to-list.
16631 (smtpmail-open-stream, smtpmail-try-auth-methods): New functions,
16632 separated from smtpmail-via-smtp.
16633
16634 * mail/smtpmail.el (top-level): Autoload starttls, mail-utils and
16635 rfc2104. Require base64 and cl.
16636 (smtpmail-smtp-service): Doc fix. :type fix.
16637 (smtpmail-debug-info): Doc fix.
16638 (smtpmail-debug-verb, smtpmail-auth-credentials)
16639 (smtpmail-starttls-credentials, smtpmail-auth-supported):
16640 New variables.
16641 (smtpmail-deduce-address-list, smtpmail-send-it): Don't require
16642 mail-utils (it is autoloaded).
16643 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
16644 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd)
16645 (smtpmail-find-credentials, smtpmail-intersection): New utility funs.
16646 (smtpmail-via-smtp): Support STARTTLS, if binary is installed.
16647 (smtpmail-via-smtp): Support AUTH.
16648 (smtpmail-via-smtp): Use `smtpmail-debug-verb' to control VERB.
16649
16650 2001-11-13 Richard M. Stallman <rms@gnu.org>
16651
16652 * ebuff-menu.el (electric-buffer-update-highlight): New function.
16653 (electric-buffer-overlay): New variable.
16654 (electric-buffer-menu-looper): Call electric-buffer-update-highlight.
16655 (electric-buffer-list): Likewise.
16656
16657 * isearch.el (isearch-whitespace-chars): Doc fix.
16658 (isearch-mode): Handle negative search-slow-window-lines correctly.
16659
16660 2001-11-13 Stefan Monnier <monnier@cs.yale.edu>
16661
16662 * newcomment.el (comment-normalize-vars): Handle a nil comment-padding.
16663
16664 * progmodes/ada-mode.el (ada-fill-comment-prefix): GNAT wants 2 spaces.
16665 From Emmanuel Briot <briot@act-europe.fr>.
16666
16667 2001-11-13 Colin Walters <walters@debian.org>
16668
16669 * calc/calc.el (calc-unread-command): Use `unread-command-events'.
16670
16671 * calc/calc-mode.el (calc-settings-file-name): Don't hardcode
16672 "~/.emacs"; use `read-file-name'.
16673
16674 * calc/calc-graph.el, calc/calc-embed.el, calc/calc-graph.el
16675 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-prog.el
16676 * calc/calc-sel.el, calc/calc-store.el, calc/calc-yank.el
16677 * calc/calc.el: Use `frame-width' instead of `screen-width',
16678 `frame-height' instead of `screen-height', and,
16679 `executing-kbd-macro' instead of `executing-macro'.
16680
16681 * calc/calc-embed.el (calc-do-embedded): Call `y-or-n-p' with
16682 correct number of arguments.
16683
16684 * calc/calc-aent.el (calc-do-alg-entry):
16685 Use `blink-paren-function' instead of `blink-paren-hook'.
16686
16687 2001-11-12 Richard M. Stallman <rms@gnu.org>
16688
16689 * calendar/todo-mode.el (todo-save): Add save-excursion
16690 and save-restriction.
16691
16692 * server.el (server-edit, server-done): Doc fix.
16693
16694 * simple.el (clone-indirect-buffer): Error if major mode symbol
16695 has a no-clone-indirect property.
16696 (clone-buffer): Check for obvious errors before reading clone name.
16697
16698 * info.el (Info-mode): Add a no-clone-indirect property.
16699
16700 2001-11-12 Sam Steingold <sds@gnu.org>
16701
16702 * vc.el (vc-print-log): Bind `inhibit-read-only' to t before and
16703 set-buffer-modified-p to nil after `vc-exec-after'.
16704 * log-view.el (log-view-mode-map): Bind "q", "z", "m" and "d".
16705 (log-view-mode): Make read-only.
16706 (log-view-current-file): Do final `expand-file-name' in the
16707 current `default-directory'.
16708 (log-view-current-tag): Take an optional `where' arg.
16709 (log-view-diff): New user command.
16710
16711 2001-11-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16712
16713 * progmodes/cpp.el (cpp-choose-face): Fix typo.
16714
16715 2001-11-12 Sam Steingold <sds@gnu.org>
16716
16717 * emacs-lisp/cl-indent.el (toplevel): Indent properly
16718 `generic-flet', `generic-labels', `with-accessors',
16719 `with-condition-restarts'.
16720
16721 2001-11-12 Richard M. Stallman <rms@gnu.org>
16722
16723 * dired.el: Many trivial doc fixes.
16724 (dired-get-file-for-visit): New function.
16725 (dired-find-alternate-file, dired-mouse-find-file-other-window)
16726 (dired-view-file, dired-find-file-other-window, dired-display-file)
16727 (dired-find-file): Use dired-get-file-for-visit.
16728
16729 2001-11-12 Alex Schroeder <kensanata@yahoo.com>
16730
16731 * sql.el (sql-mode): Doc change.
16732
16733 * sql.el (sql-mode-syntax-table): The backslash is no longer an
16734 escape character.
16735
16736 2001-11-12 Colin Walters <walters@debian.org>
16737
16738 * calc/calc-keypd.el (toplevel): Bind mouse buttons.
16739 (calc-do-keypad): Don't attempt to use nonexistent global
16740 mouse-map, use calc-keypad-map.
16741 (calc-keypad-x-left-click): Renamed to calc-keypad-left-click.
16742 (calc-keypad-left-click): Don't use mouse-map; update to new event
16743 interface.
16744 (calc-keypad-x-middle-click, calc-keypad-x-right-click): Ditto.
16745 (calc-keypad-press): Use `unread-command-events' instead of
16746 `unread-command-char'.
16747
16748 * calc/calc-ext.el (calc-init-extensions): Update autoload names
16749 to match files renamed on initial calc import.
16750
16751 2001-11-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16752
16753 * textmodes/flyspell.el (flyspell-default-dictionary):
16754 Fix previous change.
16755
16756 2001-11-12 Richard M. Stallman <rms@gnu.org>
16757
16758 * textmodes/flyspell.el (flyspell-default-dictionary):
16759 Fix custom type.
16760
16761 2001-11-11 Richard M. Stallman <rms@gnu.org>
16762
16763 * calendar/solar.el (solar-sunrise-and-sunset):
16764 Exchange the two extreme values of day-length.
16765
16766 * progmodes/sh-script.el (sh-must-be-shell-mode):
16767 Allow modes derived from sh-mode.
16768
16769 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
16770 Turn off error in some re-search-forward calls.
16771
16772 * replace.el (query-replace-skip-read-only): New variable.
16773 (perform-replace): If that variable is non-nil, ignore matches
16774 that have a read-only property.
16775
16776 * derived.el (define-derived-mode): Doc fix.
16777
16778 * server.el (server-buffer-done): Test of server-existing-buffer
16779 was backwards.
16780 (server-existing-buffer): Doc fix.
16781
16782 * textmodes/flyspell.el (flyspell-default-dictionary):
16783 Allow nil as value, and make nil the default.
16784
16785 2001-11-11 Eli Zaretskii <eliz@is.elta.co.il>
16786
16787 * menu-bar.el (menu-bar-edit-menu): Don't use x-selection-exists-p if
16788 it is not fboundp.
16789 (clipboard-yank): Ditto.
16790
16791 2001-11-11 Colin Walters <walters@verbum.org>
16792
16793 The following changes are based on patches from
16794 Eli Zaretskii <eliz@is.elta.co.il>, Kai Gro\e,A_\e(Bjohann
16795 <Kai.Grossjohann@CS.Uni-Dortmund.DE>, and others.
16796
16797 * calc/calc.el (toplevel): Require calc-macs.
16798 (calc-minibuffer-size): New.
16799 (calcDigit-nondigit): Use it instead of `buffer-size'.
16800 (calcDigit-backspace): Likewise.
16801 (calcDigit-nondigit): Use `minibuffer-contents' instead of
16802 `buffer-string'.
16803 (calc-minibuffer-contains): Use `minibuffer-prompt-end' instead of
16804 `point-min'.
16805 (calcDigit-key): Use `calc-minibuffer-contains' instead of a
16806 `save-excursion'.
16807
16808 * calc/calc-macs.el (calc-record-compilation-date-macro): Return a
16809 simple `setq' form.
16810
16811 * calc/calc-ext.el: (toplevel): Require calc.
16812 (calc-fancy-prefix-map): New.
16813 (calc-fancy-prefix): Use it.
16814 (calc-fancy-prefix-other-key): New.
16815
16816 * calc/calc-aent.el (toplevel): Require calc-macs during compilation.
16817 (calc-do-quick-calc): Use `frame-width' instead of `screen-width'.
16818 (calcAlg-edit): Use `minibuffer-contents' instead of `buffer-string'.
16819 (calcAlg-enter): Likewise.
16820 (calcAlg-enter): Use `minibuffer-prompt-end' instead of `point-min'.
16821
16822 2001-11-10 Richard M. Stallman <rms@gnu.org>
16823
16824 * abbrev.el (read-abbrev-file): Don't set save-abbrevs.
16825 (quietly-read-abbrev-file): Doc fix.
16826
16827 * startup.el (command-line): Read standard abbrev
16828 file (abbrev-file-name), if it exists.
16829
16830 * files.el (save-abbrevs): Default value is t.
16831
16832 * progmodes/compile.el (compile-goto-error): Fix previous change
16833 in the case where subsequent errors have not been parsed yet
16834 because they are in a different source file.
16835
16836 2001-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
16837
16838 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
16839 Merge two regular expressions into one.
16840 (ps-mode): Make local bindings for `comment-start' and
16841 `comment-start-skip'.
16842 (ps-mode-looking-at-nested): Simplify an if-else construct;
16843 use `set-match-data' to set the result.
16844
16845 2001-11-10 Richard M. Stallman <rms@gnu.org>
16846
16847 * textmodes/flyspell.el (flyspell-correct-word/local-keymap):
16848 Function deleted.
16849 (flyspell-correct-word): Old definition deleted.
16850 (flyspell-correct-word/mouse-keymap): Renamed to flyspell-correct-word.
16851 All references renamed too.
16852
16853 2001-11-10 Gerd Moellmann <gerd@gnu.org>
16854
16855 * Makefile.in (finder_setwins, setwins): Exclude Calc.
16856
16857 2001-11-09 Per Abrahamsen <abraham@dina.kvl.dk>
16858
16859 * wid-edit.el (checklist): Removed `:menu-tag'.
16860 (radio-button-choice): Ditto.
16861 (editable-list): Ditto.
16862
16863 2001-11-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16864
16865 * play/gomoku.el: Move definitions of constants to the beginning
16866 of file, before their use.
16867
16868 2001-11-09 Richard M. Stallman <rms@gnu.org>
16869
16870 * textmodes/flyspell.el: Use the keymap property
16871 instead of local-map, and don't use a minor-mode map.
16872 (flyspell-mode-map): Variable deleted.
16873 Don't mess with minor-mode-map-alist.
16874 (calling add-minor-mode): Specify nil for keymap.
16875 And always use add-minor-mode, now that it exists.
16876 (flyspell-overlay-keymap-property-name): Set it to `keymap'.
16877 (flyspell-mode-on): Don't locally bind flyspell-mouse-map
16878 or flyspell-local-mouse-map.
16879 (make-flyspell-overlay): Use flyspell-mouse-map directly.
16880 (flyspell-mode): Doc fix.
16881 (flyspell-mode-on): Don't call make-local-hook.
16882
16883 2001-11-09 Sam Steingold <sds@gnu.org>
16884
16885 * emacs-lisp/debug.el (debugger-make-xrefs):
16886 Add buttons to all symbols.
16887
16888 2001-11-09 Andre Spiegel <spiegel@gnu.org>
16889
16890 * vc.el: Add John David Smith to credits.
16891
16892 Suggested by Kalle Olavi Niemitalo <kon@iki.fi>:
16893
16894 * vc-hooks.el (vc-error-occured): Backquotified.
16895 (vc-file-prop-obarray): Use prime length for better efficiency.
16896
16897 * vc.el (vc-clear-context): Fill obarray with 0, not nil.
16898
16899 2001-11-09 Eli Zaretskii <eliz@is.elta.co.il>
16900
16901 * info.el (Info-file-list-for-emacs): Add entries for Calc.
16902
16903 2001-11-09 Miles Bader <miles@gnu.org>
16904
16905 * subr.el (functionp): Don't consider macros as functions.
16906
16907 2001-11-08 Miles Bader <miles@gnu.org>
16908
16909 * subr.el (functionp): Make work correctly for macros and unbound
16910 symbols.
16911
16912 * comint.el (comint-send-input): Fix description of
16913 `comint-process-echoes' in the doc-string.
16914
16915 2001-11-08 Eli Zaretskii <eliz@is.elta.co.il>
16916
16917 * international/mule.el (make-translation-table): Doc fix.
16918 Suggested by Alex Schroeder <alex@gnu.org>.
16919
16920 2001-11-07 Richard M. Stallman <rms@gnu.org>
16921
16922 * info.el (Info-fontify-node): Highlight every third menu item.
16923
16924 2001-11-07 Per Abrahamsen <abraham@dina.kvl.dk>
16925
16926 * cus-edit.el (custom-face-value-create): Don't ignore the
16927 `customized-face' attribute when finding the current face spec.
16928
16929 2001-11-07 Stefan Monnier <monnier@cs.yale.edu>
16930
16931 * subr.el (with-local-quit): New macro.
16932 (make-syntax-table): Always inherit.
16933 (functionp): Be more careful when `object' is a symbol.
16934
16935 * dabbrev.el (dabbrev-completion): Use "*Completions*".
16936
16937 2001-11-07 Paul Eggert <eggert@twinsun.com>
16938
16939 * dired.el (dired-move-to-filename-regexp):
16940 Do not distinguish between ASCII letters and non-ASCII characters.
16941 Don't allow comma except in the form "month day, year".
16942 Don't allow space between month name and comma.
16943 Clean up the code that checks for trailing period, comma, and space.
16944 Remove now-obsolete comments, and add more commentary about
16945 Japanese dates.
16946 Always gobble up trailing spaces, instead of doing it only sometimes.
16947
16948 2001-11-07 Miles Bader <miles@gnu.org>
16949
16950 * paren.el (show-paren-match-face): Add dark-background variant.
16951
16952 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
16953
16954 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Paren typo.
16955 (lisp-mode-variables): Don't set paragraph-{start,separate}.
16956 Don't disable adaptive-fill-mode.
16957 (lisp-fill-paragraph): Use tab-width rather than 8.
16958 Prevent filling the first line of docstrings.
16959
16960 2001-11-06 Richard M. Stallman <rms@gnu.org>
16961
16962 * play/gomoku.el (gomoku): Doc fix.
16963
16964 * jka-compr.el (jka-compr-partial-uncompress):
16965 Support an alternative of not using dd.
16966 (jka-compr-dd-program): Use defcustom to define this.
16967 (jka-compr-load-suffixes): Use defcustom.
16968 (jka-compr-mode-alist-additions): Use defcustom.
16969
16970 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
16971
16972 * font-lock.el (font-lock-match-c-style-declaration-item-and-skip-to-next):
16973 Also work when LIMIT is further than the end of line.
16974
16975 2001-11-06 Eli Zaretskii <eliz@is.elta.co.il>
16976
16977 * international/quail.el (quail-update-leim-list-file): Print the
16978 offending file name if some of its quail-define-package forms is broken.
16979
16980 2001-11-05 Richard M. Stallman <rms@gnu.org>
16981
16982 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Return the value
16983 of the evaluated form.
16984
16985 2001-11-05 Paul Eggert <eggert@twinsun.com>
16986
16987 * ls-lisp.el (ls-lisp-time-to-seconds): New function.
16988 (ls-lisp-format-time): Emulate GNU fileutils 4.1.1 ls, whose time
16989 stamps always line up by default. Also, it uses a slightly
16990 different window to determine whether files are "recent".
16991
16992 2001-11-05 Andrew Innes <andrewi@gnu.org>
16993
16994 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
16995 Don't attempt to remake autoloads before nuking .elc files.
16996
16997 2001-11-04 Richard M. Stallman <rms@gnu.org>
16998
16999 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display): Cope if
17000 previous-single-property-change or next-single-char-property-change
17001 returns nil.
17002
17003 * international/mule-cmds.el (set-locale-environment):
17004 Make it interactive; make arg optional.
17005
17006 * international/mule-diag.el (help-funs): Require help-funs.
17007
17008 2001-11-04 Eli Zaretskii <eliz@is.elta.co.il>
17009
17010 * term/internal.el (term-setup-hook): Add IT-setup-unicode-display.
17011
17012 2001-11-04 Miles Bader <miles@gnu.org>
17013
17014 * startup.el (fancy-splash-head): Reapply Gerd's hack to make the
17015 shadow of the splash image grey on a dark background instead of black.
17016
17017 2001-11-03 Stefan Monnier <monnier@cs.yale.edu>
17018
17019 * term.el (all faces): Don't (copy-face 'default <foo>).
17020
17021 * term/xterm.el (function-key-map):
17022 Add entry for `ESC [ 3 ~' -> <delete>
17023 Add entries `ESC O 5 [ABCD]' -> C-{up,down,right,left}.
17024 Use inheritance so that .emacs and terminfo take precedence.
17025
17026 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
17027
17028 * tooltip.el (tooltip-delay): Decrease to 0.7.
17029 (tooltip-hide-delay): Enlarge to 10.
17030
17031 2001-11-03 Richard M. Stallman <rms@gnu.org>
17032
17033 * startup.el (fancy-splash-tail): Explain how to recover
17034 from a crash, if there was a crash.
17035 (command-line-1): Reorganize display of startup screen,
17036 to simplify the logic. Use a temp buffer for it.
17037
17038 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
17039
17040 * frame.el (set-background-color, set-foreground-color):
17041 Call face-set-after-frame-default, to propagate the new colors to
17042 the frame's parameters alist.
17043
17044 * calendar/timeclock.el (timeclock-out): Signal an error if
17045 timeclock-last-event is nil.
17046
17047 2001-11-02 Stefan Monnier <monnier@cs.yale.edu>
17048
17049 * textmodes/fill.el (fill-context-prefix): Fix braino.
17050
17051 * international/quail.el (quail-help):
17052 Use `help-buffer' and move `help-setup-xref' to beginning.
17053
17054 * international/mule-cmds.el (describe-language-environment):
17055 Use `help-buffer' and move `help-setup-xref' to beginning.
17056
17057 * international/mule-diag.el (list-character-sets)
17058 (sort-listed-character-sets, describe-character-set)
17059 (describe-coding-system, describe-fontset, list-fontsets):
17060 Use `help-buffer' and move `help-setup-xref' to beginning.
17061 (describe-char-after): Use `internal-describe-syntax-value'.
17062
17063 2001-11-02 Richard M. Stallman <rms@gnu.org>
17064
17065 * mouse.el (popup-menu): If the user refuses to select
17066 from a menu, don't try to invoke the menu.
17067
17068 2001-11-02 Miles Bader <miles@gnu.org>
17069
17070 * help-mode.el (help-xref): New button type.
17071 (help-function, help-variable, help-face, help-coding-system)
17072 (help-input-method, help-character-set, help-type, help-symbol)
17073 (help-back, help-info, help-customize-variable, help-customize-face)
17074 (help-function-def, help-variable-def): Use it as a supertype.
17075 Remove `action' property.
17076
17077 * international/mule-diag.el (describe-character-set)
17078 (describe-coding-system): Pass correct args to `help-xref-button'.
17079 (sort-listed-character-sets): New button type.
17080 (list-character-sets): Use it.
17081 (list-charset-chars): New button type.
17082 (list-character-sets-1): Use it.
17083
17084 2001-11-01 Stefan Monnier <monnier@rum.cs.yale.edu>
17085
17086 * indent.el (tab-always-indent, indent-for-tab-command):
17087 Remove redundant `never' setting.
17088
17089 * fill.el (fill-region-as-paragraph): Don't forget to skip
17090 over current whitespace before looking for a preceding space.
17091
17092 2001-11-01 Richard M. Stallman <rms@gnu.org>
17093
17094 * files.el (file-newest-backup): Don't pass backup file name
17095 thru file-name-sans-versions, because it never has version numbers.
17096
17097 * textmodes/sgml-mode.el (sgml-xml-guess): Fix regexp
17098 to avoid ambiguous nested loops.
17099
17100 * files.el (find-file-noselect): Offer to change buffer-read-only
17101 only when the file's read-only status has changed from before
17102 as well as disagreeing with the buffer's current status.
17103 (buffer-file-read-only): New var, local in all buffers.
17104
17105 * buff-menu.el (buffer-menu): Doc fix.
17106 (buffer-menu-other-window): Doc fix.
17107 (list-buffers, list-buffers-noselect): Doc fix.
17108
17109 2001-11-01 Gerd Moellmann <gerd@gnu.org>
17110
17111 * startup.el (command-line): If the terminal Emacs is running on
17112 has erase char set to ^H, use the Backspace key for deleting
17113 backward, and the Delete key for deleting forward.
17114
17115 2001-11-01 Miles Bader <miles@gnu.org>
17116
17117 * button.el (define-button-type): Make sure every user-defined
17118 button type has a supertype.
17119
17120 2001-10-31 Jason Rumney <jasonr@gnu.org>
17121
17122 * international/mule-cmds.el (locale-language-names): Add chs and
17123 cht as aliases for Chinese-GB and Chinese-BIG5.
17124
17125 2001-10-31 Richard M. Stallman <rms@gnu.org>
17126
17127 * bindings.el (mode-line-frame-identification): Add doc string.
17128 (mode-line-position, mode-line-modes): New variables.
17129 (mode-line-format): Use mode-line-position for the part
17130 that displays the position-in-buffer info.
17131 Use mode-line-modes for the part that displays major and minor modes.
17132
17133 2001-10-31 Sam Steingold <sds@gnu.org>
17134
17135 * emacs-lisp/debug.el (debugger-make-xrefs): New function.
17136 (debugger-setup-buffer): Call it.
17137 (debugger-mode-map): Bind RET and mouse-2.
17138
17139 2001-10-31 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17140
17141 * startup.el: Document command line option --no-window-system
17142 instead of --no-windows.
17143
17144 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
17145
17146 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip.
17147
17148 * font-lock.el (java-font-lock-syntactic-face-function): New fun.
17149 (font-lock-defaults-alist): Use it.
17150 From David Ponce <david.ponce@wanadoo.fr>
17151
17152 * progmodes/perl-mode.el (perl-indent-line): Use `eq' to compare
17153 output of `char-after'.
17154
17155 * bindings.el (ctl-x-map): Add binding for C-x (, C-x ) and C-x e.
17156
17157 * simple.el (reindent-then-newline-and-indent): Insert the newline
17158 before indenting the first line.
17159 (undo-get-state, undo-revert-to-state): New funs.
17160 (shell-command): Don't kill the buffer even if empty.
17161 (transpose-subr-start1, transpose-subr-start2, transpose-subr-end1)
17162 (transpose-subr-end2): Remove.
17163 (transpose-subr): Add `special' arg and simplify.
17164 (transpose-subr-1): Rewrite.
17165 (do-auto-fill): Use fill-indent-according-to-mode and fill-nobreak-p.
17166 (rfc822-goto-eoh): Simplify.
17167
17168 2001-10-30 Richard M. Stallman <rms@gnu.org>
17169
17170 * enriched.el (enriched-face-ans): Fix previous change.
17171
17172 2001-10-30 Gerd Moellmann <gerd@gnu.org>
17173
17174 * international/iso-acc.el (iso-accents-compose): Remove a
17175 superfluous setq.
17176
17177 2001-10-30 Eli Zaretskii <eliz@is.elta.co.il>
17178
17179 * buff-menu.el (list-buffers-noselect): If the buffer's name
17180 starts with a blank, but it visits a file, do show it (for files
17181 whose names start with a blank).
17182
17183 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
17184
17185 * textmodes/fill.el (sentence-end-double-space)
17186 (sentence-end-without-period): Move to paragraphs.el.
17187 (fill-indent-according-to-mode): Change default to t.
17188 (fill-context-prefix): Simplify control-flow and use a more
17189 sophisticated merge that unifies both previous checks.
17190 (fill-single-word-nobreak-p, fill-french-nobreak-p): New funs.
17191 (fill-nobreak-predicate): Make it into a defcustom'd hook.
17192 (fill-nobreak-p): New fun.
17193 (fill-region-as-paragraph): Use it.
17194 Handle `fill-indent-according-to-mode' slightly differently.
17195 (fill-individual-paragraphs-prefix): Simplify the control-flow.
17196 (fill-individual-paragraphs-citation): Fix.
17197
17198 * textmodes/paragraphs.el (use-hard-newlines): Use define-minor-mode.
17199 (paragraph-start): Change default to the `text-mode' value.
17200 (sentence-end-double-space, sentence-end-without-period):
17201 Move from fill.el.
17202 (forward-paragraph): Use `parstart' and `parsep' for temp variables
17203 rather than rebinding `paragraph-start' and `paragraph-separate'.
17204
17205 * indent.el (indent-line-function): Change default to indent-relative.
17206 (tab-always-indent): Add an `never' setting.
17207 (indent-according-to-mode): Handle `indent-relative' and
17208 `indent-relative-maybe' specially.
17209 (indent-for-tab-command): Rename `prefix-arg' to `arg'.
17210 Handle the `never' case for `tab-always-indent'.
17211 Don't call indent-according-to-mode for indent-relative' and
17212 `indent-relative-maybe'.
17213 (insert-tab): Rename `prefix-arg' to `arg'.
17214 (indent-region): Indent the first line as well.
17215 (indent-relative): Don't mark the buffer modified if the indentation
17216 is unchanged.
17217
17218 * textmodes/text-mode.el (paragraph-indent-minor-mode):
17219 Don't set paragraph-separate. Set paragraph-start more carefully.
17220 Set indent-line-function.
17221 (paragraph-indent-text-mode): Use it and define-derived-mode.
17222 (text-mode-map): Remove the \t binding.
17223 (text-mode): Simplify now that the default is more favorable.
17224
17225 2001-10-29 Stefan Monnier <monnier@cs.yale.edu>
17226
17227 * emacs-lisp/find-func.el (find-function-search-for-symbol):
17228 If the regexp doesn't match, use a looser one.
17229 (find-variable-noselect): Add `file' argument.
17230
17231 * pcvs.el (cvs-mode-commit-hook): New hook.
17232 (cvs-mode-commit): Run it.
17233
17234 * log-edit.el (log-edit): Run hook after `log-edit-files'.
17235
17236 * emacs-lisp/edebug.el (delay-mode-hooks): Add edebug-spec.
17237 (edebug-instrument-function): Use `find-function-noselect'.
17238
17239 2001-10-29 Richard M. Stallman <rms@gnu.org>
17240
17241 * term.el (term-if-emacs19): Macro deleted.
17242 Callers changed to use progn instead.
17243
17244 * frame.el (blink-cursor-mode): Doc fix.
17245
17246 * files.el (find-backup-file-name): Use make-backup-file-name.
17247
17248 * emacs-lisp/edebug.el (edebug-window-live-p): Always alias to
17249 window-live-p.
17250 (edebug-set-conditional-breakpoint): Unconditionally use
17251 the former Emacs >=19 definition.
17252 (edebug-mark): Define unconditionally.
17253 (edebug-eval-expression): Always call read-from-minibuffer
17254 and specify history list.
17255 (edebug-lemacs-specific): Override emacs-mark, edebug-window-live-p,
17256 edebug-set-conditional-breakpoint.
17257 (edebug-emacs-version-specific): Function deleted;
17258 do the job at top level.
17259 (edebug-emacs-19-specific): Function deleted, this is the default.
17260
17261 2001-10-29 Sam Steingold <sds@gnu.org>
17262
17263 * w32-fns.el (convert-standard-filename): Handle cygwin-specific
17264 "/cygdrive/LETTER/" pathnames.
17265
17266 2001-10-29 Eli Zaretskii <eliz@is.elta.co.il>
17267
17268 * faces.el (invert-face): Check for 'unspecified, not for nil,
17269 when testing whether face colors are not specified.
17270 From David.Kastrup@t-online.de (David Kastrup).
17271 (read-face-name): Doc fix.
17272 (make-face-bold, make-face-unbold, make-face-italic)
17273 (make-face-unitalic, make-face-bold-italic, invert-face):
17274 Remove trailing blank from the prompt passed to read-face-name.
17275
17276 2001-10-29 Sam Steingold <sds@gnu.org>
17277
17278 * emacs-lisp/bytecomp.el (byte-recompile-directory):
17279 Report numbers of files skipped and failed too.
17280 (byte-compile-file): Return 'no-byte-compile for skipped files.
17281
17282 2001-10-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
17283
17284 * log-view.el (log-view-mode-map): Bind `M-n' and `M-p', not `M n'
17285 and `M p'.
17286
17287 2001-10-29 Gerd Moellmann <gerd@gnu.org>
17288
17289 * international/iso-acc.el (iso-accents-compose): Push SECOND-CHAR
17290 as is on unread-command-events instead of `(SECOND-CHAR)'.
17291
17292 2001-10-29 Andre Spiegel <spiegel@gnu.org>
17293
17294 * vc.el: Mention vc-*-switches in backend API documentation.
17295 (vc-annotate): Adapt doc string to recent change.
17296
17297 2001-10-29 Gerd Moellmann <gerd@gnu.org>
17298
17299 * enriched.el (enriched-face-ans): Handle face attributes
17300 of the form `(FACE1 FACE2 ...)'.
17301
17302 * dired-x.el (dired-omit-startup): Show ``Omit'' only in Dired buffers.
17303
17304 2001-10-29 Alex Schroeder <kensanata@yahoo.com>
17305
17306 * progmodes/sql.el (sql-mysql): Doc change by RMS.
17307
17308 * progmodes/sql.el (sql-db2): Doc change.
17309 (sql-help): Doc change by Christian Egli <christian.egli@stest.ch>.
17310 (sql-mysql): Doc change by Christian Egli <christian.egli@stest.ch>.
17311
17312 2001-10-29 Gerd Moellmann <gerd@gnu.org>
17313
17314 * env.el (substitute-env-vars): Don't quote argument to `rx';
17315 it's a macro.
17316
17317 2001-10-28 Per Abrahamsen <abraham@dina.kvl.dk>
17318
17319 * cus-start.el (recursive-load-depth-limit): Added.
17320
17321 2001-10-28 Richard M. Stallman <rms@gnu.org>
17322
17323 * textmodes/ispell.el (version18p, version20p): Vars deleted.
17324 All uses removed--assume Emacs version is >= 20.
17325
17326 * mail/supercite.el (sc-emacs-features): Test for "Emacs 19"
17327 by really checking that it is not version 18.
17328
17329 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
17330
17331 2001-10-28 Miles Bader <miles@gnu.org>
17332
17333 * faces.el (face-attribute): Add INHERIT argument, consider face
17334 inheritance if it's non-nil.
17335 (face-attribute-merged-with): New function.
17336 (face-attribute-specified-or): New macro.
17337 (face-foreground, face-background, face-stipple): Add INHERIT
17338 argument. Use `face-attribute-specified-or'.
17339
17340 2001-10-28 Stefan Monnier <monnier@cs.yale.edu>
17341
17342 * font-lock.el: Require `syntax'.
17343 (font-lock-defaults-alist): Don't define keywords for lisp languages.
17344 Use `c-font-lock-syntactic-face-function' for c languages.
17345 (font-lock-mode): Don't unset vars when turning the mode off.
17346 (font-lock-default-fontify-buffer): Don't unset vars at the end.
17347 (font-lock-extra-managed-props): New var.
17348 (font-lock-default-unfontify-region): Use it.
17349 (font-lock-apply-syntactic-highlight): Flush the syntax cache.
17350 Don't eval the value when there's no match.
17351 (font-lock-ppss-stats): New var.
17352 (font-lock-ppss): New fun.
17353 (font-lock-fontify-syntactically-region): Use it and syntax.ppss.
17354 (font-lock-apply-highlight): Allow `highlight' to set several props.
17355 (font-lock-set-defaults): Use dolist.
17356 (font-lock-unset-defaults): Remove.
17357 (font-lock-match-c-style-declaration-item-and-skip-to-next):
17358 Try to recognize prototypes using `foo P_ ((args))'.
17359 ({c,c++,java,objc}-font-lock-keywords-{1,2,3}): Don't setq a defconst.
17360 (c-font-lock-keywords-2): Fix last change to still use Anders' trick.
17361 (c-font-lock-syntactic-face-function): New function.
17362 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
17363 (c++-keywords): Use a more sophisticated regexp to handle
17364 shallowly nested templates.
17365
17366 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
17367
17368 * textmodes/sgml-mode.el (sgml-empty-tags): New var.
17369 (sgml-tag): Use it. Cleanup with `cond'.
17370 (sgml-tags-invisible): Make sgml-tags-invisible buffer-local.
17371 Mark the overlays and only delete those that are marked.
17372 (sgml-skip-close-p): Remove.
17373 (sgml-value): Replace sgml-skip-close-p with its definition.
17374 (html-tag-alist): Use sgml-xml a bit more.
17375 (html-mode): Set sgml-empty-tags.
17376
17377 * textmodes/texnfo-upd.el: Use `when', `dolist', `push', ...
17378 (texinfo-update-node, texinfo-sequential-node-update):
17379 Don't bind the obsolete `auto-fill-hook'.
17380 (texinfo-multi-file-included-list,texinfo-multi-file-master-menu-list):
17381 Use `set-buffer' rather than `switch-to-buffer'.
17382 (texinfo-multi-file-update): Use "Top" rather than `up-node-name'.
17383 Use `set-buffer' rather than `switch-to-buffer'.
17384
17385 * mail/sendmail.el (mail-mode-syntax-table): Let it inherit from
17386 text-mode-syntax-table.
17387 (mail-mode): Use define-derived-mode.
17388 Fix ordering of alternatives in adaptive-fill-regexp.
17389 (mail-mode-map): Don't rely on keymap's internal representation.
17390
17391 2001-10-27 Sam Steingold <sds@gnu.org>
17392
17393 * textmodes/sgml-mode.el (sgml-xml): Renamed from `html-xhtml'.
17394 (sgml-xml-guess): Extracted from `html-mode' and generalized.
17395 (sgml-mode-common): Call it.
17396 (sgml-mode, html-mode): Set `mode-name' based on `sgml-xml'.
17397 (sgml-tag, sgml-skip-close-p, html-tag-alist, html-line)
17398 (html-horizontal-rule, html-image, html-ordered-list):
17399 (html-unordered-list, html-list-item, html-paragraph):
17400 (html-checkboxes, html-radio-buttons): Use `sgml-xml' instead of
17401 `html-xhtml'.
17402
17403 2001-10-26 Masayuki Ataka <ataka@milk.freemail.ne.jp>
17404
17405 * textmodes/texinfmt.el (texinfo-format-ifnotinfo): New function.
17406 (ifnothtml): New alias.
17407
17408 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
17409
17410 * textmodes/text-mode.el (text-mode): Use define-derived-mode.
17411 (toggle-text-mode-auto-fill): Use derived-mode-p.
17412
17413 2001-10-27 Gerd Moellmann <gerd.moellmann@t-online.de>
17414
17415 * net/ange-ftp.el (ange-ftp-send-cmd): Call fix-name-func for
17416 `mdtm'. From "Forrest Cahoon" <forrest.cahoon@merrillcorp.com>.
17417
17418 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
17419
17420 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
17421 Add make-obsolete cookies, to follow faces.el.
17422
17423 These changes avoid warnings from the byte compiler in faces.el:
17424
17425 * faces.el (internal-get-face): Use facep instead of the obsolete
17426 internal-find-face.
17427 (internal-frob-font-weight, internal-frob-font-slant):
17428 New defaliases for obsolete functions.
17429 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
17430 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
17431 (x-make-font-bold-italic): Use internal-frob-font-weight and
17432 internal-frob-font-slant aliases instead of the obsolete
17433 x-frob-... functions.
17434
17435 2001-10-26 Sam Steingold <sds@gnu.org>
17436
17437 * textmodes/sgml-mode.el (html-mode): Set `html-xhtml' from the
17438 DOCTYPE; set `mode-name' based on it.
17439 (html-tag-alist): Use `html-xhtml' for "li", "dt" and "dd".
17440 (sgml-tag): Close empty tags in XHTML.
17441
17442 2001-10-26 Jason Rumney <jasonr@gnu.org>
17443
17444 * w32-fns.el: (w32-charset-info-alist): Use ANSI for iso10646-1
17445 when UNICODE is not defined.
17446
17447 2001-10-26 Sam Steingold <sds@gnu.org>
17448
17449 * font-lock.el (c-font-lock-keywords-2): Do not require labels to
17450 be alone on the line.
17451
17452 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
17453
17454 * button.el (button): Special face definition for MS-DOS terminals.
17455
17456 2001-10-26 Sam Steingold <sds@gnu.org>
17457
17458 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
17459 Protect the /= test by checking that the args are non-nil.
17460 (sh-font-lock-close-heredoc): Check eof for being non-nil.
17461
17462 2001-10-26 Tomas Abrahamsson <tab@lysator.liu.se>
17463
17464 * textmodes/artist.el (artist-version): 1.2.4.
17465 (artist-butlast-fn): New variable.
17466 (artist-butlast): New function.
17467 (artist-ellipse-mirror-quadrant): Use it.
17468 (artist-mouse-draw-poly): Use nil for `point-list'.
17469 (artist-mouse-draw-poly): Check for point-list being nil.
17470
17471 2001-10-26 Peter Kleiweg <kleiweg@let.rug.nl>
17472
17473 * progmodes/ps-mode.el (ps-mode-print-function): Remove quote for
17474 lambda expression.
17475 (ps-mode-menu-main): Submenu with options on/off was replaced with
17476 a toggle button.
17477 (ps-mode, ps-run-mode): Define with `define-derived-mode'
17478 (ps-mode): Autoload cookie added on same line as comment
17479 (ps-mode-tabkey, ps-mode-backward-delete-char):
17480 (ps-mode-r-balance): Replace `delete-horizontal-space' and
17481 `indent-to' with `indent-line-to'
17482 (ps-mode-print-buffer, ps-mode-print-region): Use `funcall'
17483 instead of `eval'.
17484 (ps-mode-print-region): Use `with-temp-buffer'.
17485 (ps-run-start): Use of `mapconcat'. Use `apply' instead of `eval'.
17486 (numerous places): Add back-tick and tick around names in
17487 docstrings, fix punctuation in docstrings, remove trailing spaces.
17488
17489 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
17490
17491 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Ignore comments.
17492 (sgml-font-lock-keywords-2): Use `eval'. Moved from sgml-mode-common.
17493 (sgml-font-lock-syntactic-keywords): New var.
17494 (sgml-mode-common): Drop the two args.
17495 Don't make buffer-local variables that aren't used.
17496 Don't set sgml-font-lock-keywords-2 now that it uses `eval instead.
17497 Don't set `before-string' props from sgml-display-text.
17498 (sgml-mode): Use define-derived-mode.
17499 (sgml-tags-invisible): Use sgml-display-text.
17500 (sgml-quote): New command.
17501 (html-tag-alist): Add args for `span'.
17502 (html-mode): Use define-derived-mode.
17503 Set sgml-display-text and sgml-tag-face-alist.
17504
17505 2001-10-25 Sam Steingold <sds@gnu.org>
17506
17507 * add-log.el (add-log-always-start-new-record): New user option.
17508 (add-change-log-entry): Use it.
17509
17510 2001-10-25 Richard M. Stallman <rms@gnu.org>
17511
17512 * progmodes/etags.el (tags-query-replace): Make tags-loop-scan
17513 bind case-fold-search if FROM is not all lower case.
17514
17515 2001-10-25 Gerd Moellmann <gerd@gnu.org>
17516
17517 * startup.el (normal-top-level): Check for frame-initial-frame
17518 only if it's really used.
17519
17520 * mail/mh-utils.el (mh-recenter): Call recenter with arg `(4)'.
17521
17522 * progmodes/compile.el (compilation-parse-errors-filename-function):
17523 New variable.
17524 (compilation-parse-errors): Use it.
17525
17526 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
17527
17528 * emacs-lisp/checkdoc.el (checkdoc-eval-defun): Call eval-defun
17529 interactively so that C-u M-C-x still does edebug.
17530 (checkdoc-sentencespace-region-engine): Don't force a double-space
17531 after `.' if it doesn't look like an end-of-sentence.
17532 (debug-ignored-errors): Add `disambiguate ...'.
17533
17534 2001-10-24 Stefan Monnier <monnier@cs.yale.edu>
17535
17536 * textmodes/texinfo.el (texinfo-environments)
17537 (texinfo-environment-regexp): Hoist.
17538 (texinfo-font-lock-keywords): Use `italic' and `bold' faces.
17539 Only highlight the menu name in menu items.
17540 Setup `@foo ... @end foo' as text clones.
17541 (texinfo-clone-environment): New function.
17542 (texinfo-mode): Simplify auto-fill-inhibit-regexp.
17543 (texinfo-insert-block): Simplify.
17544 (texinfo-insert-quote): Insert a plain " if preceded by \ or if
17545 the command is repeated.
17546 (texinfo-last-unended-begin, texinfo-next-unmatched-end): New funs.
17547 (texinfo-insert-@end): Simplify.
17548
17549 * textmodes/texnfo-upd.el (texinfo-section-types-regexp)
17550 (texinfo-section-level-regexp, texinfo-subsection-level-regexp)
17551 (texinfo-subsubsection-level-regexp)
17552 (texinfo-update-menu-same-level-regexps)
17553 (texinfo-update-menu-higher-regexps)
17554 (texinfo-update-menu-lower-regexps): Hoist to eliminate warnings.
17555
17556 * derived.el (define-derived-mode): Use {delay,run}-mode-hooks.
17557 (derived-mode-p): Autoload.
17558
17559 * subr.el (delay-mode-hooks, delayed-mode-hooks, run-mode-hooks):
17560 New vars and functions.
17561 (text-clone-maintain, text-clone-create): New functions.
17562
17563 2001-10-25 Miles Bader <miles@gnu.org>
17564
17565 * facemenu.el (facemenu-add-new-face): Fix variable names.
17566
17567 2001-10-24 Richard M. Stallman <rms@gnu.org>
17568
17569 * facemenu.el (facemenu-unlisted-faces): Improve doc strings
17570 of t and nil values.
17571 (facemenu-set-face): Handle START and END interactively.
17572 (facemenu-set-foreground): Don't use a face; specify color directly.
17573 (facemenu-set-background): Likewise.
17574 (facemenu-set-face-from-menu): Doc fix.
17575 (facemenu-active-faces): Use face-attribute-vector
17576 to handle bare attributes not in faces.
17577 (facemenu-get-face): Don't handle face names fg:... and bg:...
17578 specially.
17579 (facemenu-add-new-face): New argument MENU.
17580 New way to handle adding colors to the color menus.
17581
17582 * env.el (substitute-env-vars): Quote the arg to rx.
17583
17584 2001-10-24 Sam Steingold <sds@gnu.org>
17585
17586 * mouse.el (mouse-buffer-menu-mode-groups): Added "Version
17587 Control" and "SGML" groups.
17588
17589 2001-10-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17590
17591 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
17592 Better handling of C++ template args to avoid confusion with `<'
17593 and `>' used as operators in member init expressions.
17594
17595 2001-10-24 Gerd Moellmann <gerd@gnu.org>
17596
17597 * replace.el (perform-replace): Move START and END parameters
17598 to the end of the argument list and make them optional.
17599
17600 * progmodes/ebrowse.el, progmodes/etags.el: Adapt to change in
17601 perform-replace.
17602
17603 * international/fontset.el (x-must-resolve-font-name): New function.
17604 (x-complement-fontset-spec): Use it.
17605
17606 2001-10-23 Stefan Monnier <monnier@cs.yale.edu>
17607
17608 * uniquify.el (uniquify-get-proposed-name): Fix (.. "usr" "/usr" 0).
17609
17610 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
17611 Turn caadr into caar of cdr.
17612
17613 2001-10-23 Gerd Moellmann <gerd@gnu.org>
17614
17615 * info.el (Info-fontify-node): Bind down-mouse-{1,2} instead
17616 of mouse-{1,2} since dragging is on the down event.
17617
17618 * play/doctor.el (make-doctor-variables): Remove a '($ please)'.
17619
17620 * mail/mh-utils.el (mh-recenter): Call `recenter' with arg t
17621 if ARG is nil.
17622
17623 * desktop.el (desktop-last-buffer): New variable.
17624 (desktop-create-buffer): Set it.
17625 (desktop-read): Bind it and switch to that buffer.
17626
17627 2001-10-22 Gerd Moellmann <gerd@gnu.org>
17628
17629 * progmodes/compile.el (compilation-set-window-height):
17630 Select old window only if it's still live.
17631
17632 2001-10-22 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17633
17634 * help-mode.el (help-buffer): Remove debugging code.
17635 From Stefan Monnier <monnier@cs.yale.edu>.
17636
17637 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
17638
17639 * files.el (file-name-sans-extension, file-name-extension):
17640 Don't count the leading dots in file names as signaling an extension.
17641
17642 2001-10-22 Andre Spiegel <spiegel@gnu.org>
17643
17644 * vc.el (vc-diff-switches): Doc rewritten.
17645
17646 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
17647
17648 * tooltip.el (tooltip-set-param): Doc fix.
17649
17650 * textmodes/sgml-mode.el (sgml-mode-map): Bind 8-bit codes above
17651 127 to sgml-maybe-name-self.
17652 (sgml-name-8bit-mode): Doc fix.
17653 (sgml-char-names-table): New variable.
17654 (sgml-name-char): Support non-ASCII and mule-unicode-*
17655 characters. Doc fix.
17656 (sgml-maybe-name-self): Convert unibyte characters to multibyte.
17657
17658 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Mention in the
17659 doc string the effect of `left' and `top' parameters in
17660 tooltip-frame-parameters, the default values, and the units.
17661 (tooltip-frame-parameters): Mention `top' and `left' in the doc string.
17662 (tooltip-show): Mention in the doc string the `top' and `left'
17663 parameters in tooltip-frame-parameters, and x-max-tooltip-size.
17664
17665 2001-10-22 Andre Spiegel <spiegel@gnu.org>
17666
17667 Add autoscaling support for vc-annotate.
17668 From J.D. Smith <jdsmith@alum.mit.edu>.
17669
17670 * vc.el (vc-annotate-display-default): Accept colormap scaling
17671 ratio (now deprecated).
17672 (vc-annotate-display-autoscale): Added.
17673 (vc-annotate-add-menu): New autoscaling menu options "Span to
17674 Oldest" and "Span Oldest->Newest". Easymenu support added for
17675 toggle menus driven by customize variable `vc-annotate-display-mode'.
17676 (vc-annotate-display-select): Added.
17677 (vc-annotate): Changed temp-buffer-show-function to
17678 `vc-annotate-display-select'.
17679 (vc-annotate-display): Removed arguments BUFFER and BACKEND.
17680 Added argument OFFSET. Instead of backend function, calls now
17681 generic `vc-annotate-difference'.
17682 (vc-annotate-difference): Added as generic function instead of
17683 backend-specific function. No longer takes argument POINT, but
17684 instead accepts a time OFFSET.
17685 (vc-default-annotate-current-time): Added.
17686
17687 * vc-cvs.el (vc-cvs-annotate-difference): Removed to generic
17688 version in vc.el, with
17689 (vc-cvs-annotate-current-time): Added, as override of default.
17690 (vc-cvs-annotate-time): Added. Taken mostly from the (now removed)
17691 `vc-cvs-annotate-difference'.
17692
17693 2001-10-22 Gerd Moellmann <gerd@gnu.org>
17694
17695 * saveplace.el (save-place): Require `saveplace'.
17696
17697 * progmodes/cwarn.el (cwarn-font-lock-feature-keywords-alist):
17698 Use `sexp' for :value-type instead of `face'.
17699
17700 2001-10-21 Eli Zaretskii <eliz@is.elta.co.il>
17701
17702 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Fix the
17703 regexps due to 5-digit message IDs.
17704
17705 2001-10-21 Jason Rumney <jasonr@gnu.org>
17706
17707 * term/w32-win.el (redisplay-dont-pause): Don't set.
17708
17709 2001-10-21 Miles Bader <miles@gnu.org>
17710
17711 * help-funs.el (help-manyarg-func-alist): Variable removed.
17712
17713 2001-10-21 Miles Bader <miles@gnu.org>
17714
17715 * help-funs.el (help-manyarg-func-alist): Remove entries for
17716 `insert', `insert-and-inherit', `insert-before-markers',
17717 `insert-before-markers-and-inherit', `message', `message-box',
17718 `message-or-box', `propertize', `format', `encode-time', `append',
17719 `concat', `vconcat', `nconc', `widget-apply', `make-hash-table',
17720 `insert-string', `ml-if', `ml-provide-prefix-argument', and
17721 `ml-prefix-argument-loop'.
17722
17723 2001-10-21 Andre Spiegel <spiegel@gnu.org>
17724
17725 * vc.el (vc-diff-internal, vc-coding-system-for-diff)
17726 (vc-default-diff-tree): New functions.
17727 (vc-version-diff): Use them. As a result, coding systems are now
17728 set up properly for all sorts of diffs, and tree diffs can now
17729 also be done locally.
17730 (vc-diff): With a prefix argument, don't require that it's called
17731 from a buffer under version control.
17732 (diff-switches): Remove duplicate definition.
17733
17734 * vc-cvs.el (vc-cvs-diff-tree): New function.
17735
17736 2001-10-21 Miles Bader <miles@gnu.org>
17737
17738 * help-funs.el (help-manyarg-func-alist): Remove entries for
17739 `list', `vector', `make-byte-code', `call-process',
17740 `call-process-region', `string', `+', `-', `*', `/', `max', `min',
17741 `logand', `logior', and `logxor'.
17742
17743 * wid-edit.el (checkbox): Swap bg/fg colors in image, and invert
17744 image bits to compensate. Use `make-string' instead of
17745 `make-bool-vector' (XBM apparently wants byte-aligned rows).
17746
17747 2001-10-20 Kim F. Storm <storm@cua.dk>
17748
17749 * simple.el (kill-ring-save): Don't show extent of copied region
17750 if using transient-mark-mode and region is fully visible.
17751
17752 See ChangeLog.9 for earlier changes.
17753
17754 ;; Local Variables:
17755 ;; coding: iso-2022-7bit
17756 ;; End:
17757
17758 Copyright (C) 2001, 2002 Free Software Foundation, Inc.
17759 Copying and distribution of this file, with or without modification,
17760 are permitted provided the copyright notice and this notice are preserved.