1 2003-02-18 Juanma Barranquero <lektu@terra.es>
3 * help-macro.el (make-help-screen): Fix character constant.
5 * mouse-sel.el (mouse-sel-determine-selection-thing): Likewise.
7 * calc/calc-graph.el (calc-graph-plot): Likewise.
9 * calc/calc-prog.el (calc-macro-edit-variable): Likewise.
11 * emacs-lisp/edebug.el: Likewise.
13 * emacs-lisp/helper.el (Helper-help-scroller): Likewise.
15 * language/cyril-util.el (standard-display-cyrillic-translit):
18 * mail/rfc822.el (rfc822-nuke-whitespace): Likewise.
20 * progmodes/cc-vars.el (defcustom-c-stylevar): Likewise.
22 * progmodes/cperl-mode.el (cperl-electric-keyword)
23 (cperl-electric-pod, cperl-do-auto-fill): Likewise.
25 * textmodes/reftex-ref.el (reftex-reference): Likewise.
27 * textmodes/table.el (table-generate-source): Use ?\\ instead of
28 space in "work in progress" message.
30 * emacs-lisp/tq.el (tq-create): Fix quoted lambda expression.
32 2003-02-17 Dave Love <fx@gnu.org>
34 * progmodes/ebrowse.el (ebrowse-output): Don't use gensym.
36 2003-02-17 Markus Rost <rost@math.ohio-state.edu>
38 * calendar/calendar.el (diary-file-name-prefix-function): Fix
41 2003-02-17 Andre Spiegel <spiegel@gnu.org>
43 * vc-cvs.el (vc-cvs-dir-state): Protect against DIR not being
44 under CVS control. Suggested by Masanobu UMEDA.
46 2003-02-17 Kenichi Handa <handa@m17n.org>
48 * files.el (insert-directory): Add workaround for the case that we
49 can't trust ls's output as to byte positions of filenames.
51 2003-02-15 Richard M. Stallman <rms@gnu.org>
53 * ffap.el: Many doc fixes.
54 (ffap-replace-file-component):
55 Renamed from ffap-replace-path-component. Callers changed.
56 (ffap-host-to-filename): Renamed from ffap-host-to-path. Callers chgd.
58 * international/iso-ascii.el (iso-ascii-display-table): New variable.
59 (iso-ascii-standard-display-table): New variable.
60 (iso-ascii-display): Define in iso-ascii-display-table.
61 (iso-ascii-mode): New command.
63 * tar-mode.el (tar-header-block-summarize):
64 Use l for symlink, h for hard link.
66 2003-02-15 David Kastrup <dak@gnu.org>
68 * net/ange-ftp.el (ange-ftp-get-file-entry): Allow for graceful
69 failure returning nil, as documented.
71 2003-02-14 Dave Love <fx@gnu.org>
73 * international/code-pages.el: Undo `Trailing whitepace deleted.'
75 (cp1125, mik): Nullify mime-charset.
77 * language/cyrillic.el ("Cyrillic-KOI8"): Fix input-method.
79 ("Bulgarian"): Add tutorial.
81 * international/mule-cmds.el (locale-language-names): Use Italian,
82 Russian, Turkish, Chinese-EUC-TW.
83 (set-locale-environment): Set ps-paper-type.
85 2003-02-14 ARISAWA Akihiro <ari@mbf.sphere.ne.jp> (tiny change)
87 * time.el (display-time-string-forms): Add face property to mail
90 2003-02-14 Juanma Barranquero <lektu@terra.es>
92 * international/mule-cmds.el (view-hello-file): Use `view-file'
93 instead of `find-file-read-only'.
95 * dired-aux.el (dired-query-alist): Fix use of character constant.
97 * simple.el (backward-delete-char-untabify): Likewise.
99 * strokes.el (strokes-read-complex-stroke): Likewise.
101 * wid-edit.el (widget-choose): Likewise.
103 * xml.el (xml-parse-elem-type): Likewise.
105 * emacs-lisp/testcover-ses.el (ses-exercise-signals): Likewise.
107 * progmodes/cperl-mode.el (cperl-next-bad-style): Likewise.
109 * progmodes/idlwave.el (idlwave-show-begin): Likewise.
111 2003-02-13 Stefan Monnier <monnier@cs.yale.edu>
113 * international/mule-cmds.el (sort-coding-systems): Use \'.
114 (select-safe-coding-system): Remove redundant assq check.
115 Remove raw-text, emacs-mule and no-conversion from the list of
116 proposed encodings unless there's nothing else.
118 2003-02-13 Markus Rost <rost@math.ohio-state.edu>
120 * files.el (find-alternate-file): Undo last change.
122 * dired.el (dired-directory): Add autoload cookie.
124 2003-02-13 Juanma Barranquero <lektu@terra.es>
126 * international/characters.el: Use new ?\s syntax instead of "? "
127 followed by a comment.
129 * ruler-mode.el (ruler-mode-margins-char): Likewise.
131 2003-02-13 Dave Love <fx@gnu.org>
133 * newcomment.el (comment-indent): Ensure space before added comment.
135 2003-02-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
137 * ps-print.el: Change the policy of background/foreground default
139 (ps-print-version): New version number (6.5.9).
140 (ps-default-fg, ps-default-bg): Adjust default value.
141 (ps-begin-file, ps-begin-job): ps-default-fg and ps-default-bg
142 variables now use `t' to indicate the use of Emacs session
143 background/foreground color.
144 (ps-output-string-prim): If index out of range, insert hexadecimal
145 representation of character.
147 2003-02-13 Kim F. Storm <storm@cua.dk>
149 * help.el (where-is): Rename remap-command to command-remapping.
150 * help-fns.el (describe-function-1): Likewise.
152 2003-02-12 Glenn Morris <gmorris@ast.cam.ac.uk>
154 * progmodes/fortran.el (fortran-fill): Fill lines that do not have
157 2003-02-12 Stefan Monnier <monnier@cs.yale.edu>
159 * progmodes/fortran.el (fortran-mode): Set comment-use-syntax.
160 (fortran-fill-paragraph): Use fill-comment-paragraph.
162 2003-02-12 Juanma Barranquero <lektu@terra.es>
164 * files.el (file-truename): Revert change from 2002-11-27.
166 2003-02-12 Luc Teirlinck <teirllm@mail.auburn.edu>
168 * help-fns.el (describe-function-1): Change output for keyboard macros.
170 2003-02-12 Andreas Schwab <schwab@suse.de>
172 * progmodes/sh-script.el (sh-mode-map): Don't remap
173 beginning-of-defun to the non-existing command
174 sh-beginning-of-compound-command.
176 2003-02-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
178 * files.el (find-alternate-file): Check whether `dired-directory'
181 2003-02-12 Simon Marshall <simon@gnu.org>
183 * progmodes/make-mode.el (makefile-font-lock-keywords):
184 Fontify single character variable references, but protect shell
185 variables references.
186 (makefile-mode): Make `$' be punctuation in font-lock-defaults.
188 2003-02-12 Ami Fischman <ami@fischman.org>
190 Face markup of calendar and diary displays: Any entry line that
191 ends with [foo:value] where foo is a face attribute (except :box
192 :stipple) or with [face:blah] tags, will have these values applied
193 to the calendar and fancy diary displays. These attributes "stack"
194 on calendar displays. File-wide attributes can be defined as
195 follows: the first line matching "^# [tag:value]" defines the
196 value for that particular tag. All of the tags' regexps can be
199 * calendar/calendar.el (diary-face-attrs): New custom.
200 (diary-file-name-prefix-function): New custom.
201 (diary-glob-file-regexp-prefix): New custom.
202 (diary-file-name-prefix): New custom.
203 (generate-calendar-window): Check that font-lock-mode is bound
204 before checking value.
205 (mark-visible-calendar-date): Add the ability to pass face
206 attribute/value pairs in the mark argument. Handle the mark.
208 * calendar/diary-lib.el (diary-attrtype-convert): Convert an
209 attribute value string to the desired type.
210 (diary-pull-attrs): New function that pulls the attributes off a
211 diary entry, merges with file-global attributes, and returns
212 the (possibly modified) entry and a list of attribute/values using
213 diary-attrtype-convert.
214 (list-diary-entries, fancy-diary-display, show-all-diary-entries)
215 (mark-diary-entries, mark-sexp-diary-entries)
216 (list-sexp-diary-entries): Add handling of file-global attributes;
217 add handling of entry attributes using diary-pull-attrs.
218 (mark-calendar-days-named, mark-calendar-days-named)
219 (mark-calendar-date-pattern, mark-calendar-month)
220 (add-to-diary-list): Add optional paramater `color' for passing
221 face attribute info through the callchain. Pass this parameter around.
223 2003-02-11 Stefan Monnier <monnier@cs.yale.edu>
225 * progmodes/etags.el (find-tag-tag): Move (default foo) to before
227 (find-tag): Make sure we move point in the proper window.
229 * progmodes/meta-mode.el (meta-fill-paragraph): Remove.
230 (meta-common-initialization): Don't set fill-paragraph-function
231 now that fill-paragraph takes care of comments.
233 * progmodes/scheme.el (scheme-mode-syntax-table): Don't switch
234 the current buffer's syntax-table.
236 * progmodes/simula.el (simula-font-lock-syntactic-keywords): New var.
237 (simula-font-lock-keywords-1): Simplify.
238 (simula-font-lock-keywords-2): Use regexp-opt.
239 (simula-emacs-features): Remove.
240 (simula-mode-syntax-table): Setup %...\n as comment style b.
241 (simula-mode-map): Remove compatibility cruft.
242 (simula-keep-region-active): Remove.
243 (simula-popup-menu): Simplify.
244 (simula-mode): Move abbrev-table setup to top-level.
245 (simula-match-string-or-comment): Remove.
247 * progmodes/tcl.el (tcl-omit-ws-regexp): Correctly handle cases
248 like `proc foo {a {b c} d} {'.
249 (tcl-mode): Make comment-start-skip more selective.
251 * info-xref.el (info-xref-check): Use line-beginning-position.
252 (info-xref-all-info-files): Cons a bit less.
253 (info-xref-check-buffer): Use push and replace-regexp-in-string.
254 (info-xref-output): Call insert only once.
255 (info-xref-whitespace): Remove.
257 2003-02-11 John Paul Wallington <jpw@gnu.org>
259 * ibuffer.el (toplevel): Don't require `font-lock';
260 require `font-core' instead, even though it is dumped.
262 * ibuf-ext.el (ibuffer-save-with-custom, ibuffer-add-to-tmp-hide)
263 (ibuffer-add-to-tmp-show): Doc fixes.
265 * language/tamil.el ("Tamil"): Doc fix.
267 2003-02-11 Juanma Barranquero <lektu@terra.es>
269 * language/vietnamese.el ("Vietnamese"): Fix typos.
271 * info-xref.el (info-xref-check-buffer): Fix typo.
273 * makefile.w32-in (DONTCOMPILE): Add malayalam.el and tamil.el.
275 2003-02-11 Kenichi Handa <handa@m17n.org>
277 * loadup.el: Load "language/malayalam" and "language/tamil".
279 2003-02-11 KAWABATA, Taichi <kawabata@m17n.org>
281 * Makefile.in (DONTCOMPILE): Add malayalam.el and tamil.el.
283 * language/devan-util.el: Maintainer's mail address changed.
284 (devanagari-composable-pattern): Add DANDA character.
285 (dev-char-glyph): Add an entry for DANDA.
287 * language/devanagari.el: Maintainer's mail address changed.
289 * language/indian.el: Maintainer's mail address changed.
291 * language/ind-util.el (indian-dev-base-table): Table fixed.
292 (indian-pnj-base-table): Table contents defined.
293 (indian-gjr-base-table): Likewise.
294 (indian-ori-base-table): Likewise.
295 (indian-bng-base-table): Likewise.
296 (indian-asm-base-table): Likewise.
297 (indian-tlg-base-table): Likewise.
298 (indian-knd-base-table): Likewise.
299 (indian-mlm-base-table): Likewise.
300 (indian-tml-base-table): Likewise.
301 (indian-pnj-itrans-v5-hash, indian-gjr-itrans-v5-hash)
302 (indian-ori-itrans-v5-hash, indian-bng-itrans-v5-hash)
303 (indian-asm-itrans-v5-hash, indian-tlg-itrans-v5-hash)
304 (indian-knd-itrans-v5-hash, indian-mlm-itrans-v5-hash)
305 (indian-tml-itrans-v5-hash): New variables.
307 * language/malayalam.el: New file.
308 * language/mlm-util.el: New file.
309 * language/tamil.el: New file.
310 * language/tml-util.el: New file.
312 2003-02-11 Kevin Ryde <user42@zip.com.au>
314 * info-xref.el: New file.
316 2003-02-10 Stefan Monnier <monnier@cs.yale.edu>
318 * textmodes/page-ext.el (pages-directory-mode-map): New.
319 (pages-directory-map): Redefine as an varalias.
320 (pages-directory-mode): Use new map var and run mode hook.
321 (pages-directory-address-mode): Use define-derived-mode.
323 * textmodes/texinfmt.el (texinfo-format-iftex, texinfo-format-ifhtml)
324 (texinfo-format-ifplaintext, texinfo-format-tex, texinfo-format-html)
325 (texinfo-format-ifnotinfo, texinfo-format-titlepage)
326 (texinfo-format-titlespec, texinfo-format-ignore, texinfo-if-set)
327 (texinfo-if-clear): Use re-search-forward's return value.
328 (texinfo-sort-startkeyfun, texinfo-format-buffer-1)
329 (texinfo-format-region): Use line-{end,beginning}-position.
330 (texinfo-append-refill, texinfo-alias): Use match-string-no-properties.
332 * emacs-lisp/eldoc.el (eldoc-echo-area-multiline-supported-p)
333 (eldoc-use-idle-timer-p): Remove.
334 (timer): Never require. It only works in current Emacs anyway.
335 (eldoc-mode, eldoc-message, eldoc-display-message-p)
336 (eldoc-docstring-format-sym-doc, eldoc-remove-command): Simplify.
338 * ffap.el (ffap-complete-as-file-p):
339 Use minibuffer-completing-file-name.
341 * international/mule.el (load-with-code-conversion): Use push.
343 * font-core.el (font-lock-defontify): Use restore-buffer-modified-p.
345 * gud.el (gud-gdb-run-command-fetch-lines, gud-display-line):
346 Use with-current-buffer and simplify.
348 * help-mode.el (help-xref-on-pp): Only add xref if the text
351 * pcvs-parse.el (cvs-parse-table): "no longer in repo" does not
352 make the file dead if we used the -n arg.
354 * emacs-lisp/cl-macs.el (process-get): Add setf method.
356 * server.el (server-previous-strings): Remove.
357 (server-process-filter): Use (process-get 'previous-string) instead.
358 (server-sentinel): Remove code made superfluous.
360 2003-02-10 Luc Teirlinck <teirllm@mail.auburn.edu>
362 * info.el (Info-follow-nearest-node): Implement new behavior.
364 2003-02-10 Juanma Barranquero <lektu@terra.es>
366 * progmodes/ebnf-otz.el (ebnf-optimize, ebnf-optimize1): Fix typo.
368 * progmodes/ebnf2ps.el (ebnf2ps): Fix typo.
369 (ebnf-syntactic): Change group name and tag from "ebnf-syntatic".
370 (ebnf-syntax, ebnf-lex-comment-char, ebnf-lex-eop-char)
371 (ebnf-terminal-regexp, ebnf-case-fold-search)
372 (ebnf-iso-alternative-p, ebnf-iso-normalize-p)
373 (ebnf-yac-ignore-error-recovery): Add to group "ebnf-syntactic", not
375 (ebnf-optimize, ebnf-print-buffer, ebnf-print-region)
376 (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-buffer)
377 (ebnf-eps-region, ebnf-syntax-buffer, ebnf-syntax-region)
378 (ebnf-generate-region): Fix typo.
380 2003-02-10 KAWABATA, Taichi <kawabata@m17n.org>
382 * language/ind-util.el (indian-itrans-v5-table): Add entries for
385 2003-02-10 Martin Stjernholm <mast@lysator.liu.se>
387 * progmodes/cc-styles.el (c-set-offset): Don't find a default
388 syntactic element through syntactic analysis if called outside
391 2003-02-09 Martin Stjernholm <mast@lysator.liu.se>
393 * progmodes/cc-mode.el (c-basic-common-init):
394 Install `c-fill-paragraph' on `fill-paragraph-function'.
395 Although it's not the normal way to call it in a CC Mode buffer it
396 makes a direct call to `fill-paragraph' work better.
398 2003-02-08 Kim F. Storm <storm@cua.dk>
400 * printing.el (pr-get-symbol): Define during compile.
402 2003-02-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
404 * printing.el: New file.
406 2003-02-07 Francesco Potort
\e,Al
\e(B <pot@gnu.org>
408 * language/european.el ("French", "Slovenian"): Fix doc strings.
410 2003-02-06 John Paul Wallington <jpw@gnu.org>
412 * mail/rmailsum.el (rmail-summary-previous-msg): Add docstring.
413 (rmail-summary-line-count-flag, rmail-summary-previous-labeled-message)
414 (rmail-summary-next-labeled-message, rmail-summary-resend)
415 (rmail-summary-override-mail-send-and-exit): Doc fixes.
417 2003-02-06 Francesco Potort
\e,Al
\e(B <pot@gnu.org>
419 * language/european.el ("Italian"): New.
421 2003-02-06 Matthew Swift <swift@alum.mit.edu>
423 * dired.el (dired-move-to-filename-regexp): Support "K" suffix on
426 2003-02-05 Juanma Barranquero <lektu@terra.es>
428 * font-lock.el (font-lock-reference-face): Add obsolescence
429 declaration and remove redundant info from docstring.
431 * log-edit.el (cvs-commit-buffer-require-final-newline)
432 (cvs-changelog-full-paragraphs): Likewise.
434 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button)
435 (mouse-wheel-click-button): Likewise.
437 * pcvs-defs.el (cvs-diff-ignore-marks, cvs-diff-buffer-name): Likewise.
439 * vc.el (vc-annotate-display, vc-checkout-carefully): Likewise.
441 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
442 (vc-header-alist): Likewise.
444 * emacs-lisp/checkdoc.el (checkdoc-minor-keymap): Likewise.
446 * textmodes/outline.el (outline-visible): Likewise.
448 2003-02-05 Kim F. Storm <storm@cua.dk>
450 * ido.el (ido-define-mode-map):
451 Undo last change (duplicates part of 2003-02-04 change).
452 Remap `viper' delete commands only in file or dir mode.
454 2003-02-05 Kai Gro
\e,A_
\e(Bjohann <kai.grossjohann@uni-duisburg.de>
456 * ido.el (ido-define-mode-map): Interact with Viper.
458 2003-02-05 Kai Gro
\e,A_
\e(Bjohann <kai.grossjohann@uni-duisburg.de>
460 * net/tramp.el: Version 2.0.29 released.
461 (tramp-send-region): Protect against tramp-chunksize being nil.
462 (tramp-chunksize): Set default to 500 as workaround for some ssh
464 (tramp-handle-directory-file-name): New implementation. Not sure
466 (tramp-md5-function): Require md5 before checking function md5.
467 If using md5-encode, put wrapper around it that converts vector of
469 (top-level): Avoid byte-compiler warnings of unused variables if
470 the byte-compiler supports this. This is for the
471 with-parsed-tramp-file-name macro which is wont to produce such stuff.
473 2003-02-05 Michael Albinus <Michael.Albinus@alcatel.de>
475 * net/tramp.el (tramp-handle-directory-file-name): Handle the case
477 (tramp-completion-handle-file-name-all-completions):
478 Define `tramp-current-user' locally. See `tramp-parse-passwd'.
479 (tramp-parse-passwd): For su-alike methods it would be desirable
480 to return "root@localhost" as default. Unfortunately, we have no
481 information whether any user name has been typed already. So we
482 (mis-)use tramp-current-user as indication, assuming it is set in
483 `tramp-completion-handle-file-name-all-completions'.
484 (tramp-send-region): Handle the case `tramp-chunksize' is equal 0.
485 I did it accidently. Infinite loop ...
486 (tramp-get-device): `tramp-make-tramp-file-name' must not be
487 called with NIL path. It fails in case of multi-method.
488 (tramp-file-name-for-operation): Apply `expand-file-name' for
489 relative file names only. Otherwise there might be problems if
490 the default directory is another Tramp directory as the directory
491 the file is based on.
492 (tramp-find-foreign-file-name-handler): Check whether FILENAME is
493 a Tramp file name. It isn't if it comes from an expanded file
494 name (like "/xx:yy//zz").
495 (tramp-devices): New variable. Keeps virtual device numbers.
496 Devices must distinguish physical file systems. The device
497 numbers provided by "lstat" aren't unique, because we operate on
498 different hosts. So we use virtual device numbers, generated by
499 `tramp-get-device'. Both Ange-FTP and EFS use device number -1.
500 In order to be different, we use device number (-1 x), whereby "x"
501 is unique for a given (multi-method method user host).
503 (tramp-perl-file-attributes): Always return device number -1.
504 There will be a virtual device number set in
505 `tramp-handle-file-attributes', which replaces this one.
506 (tramp-handle-file-attributes): Set virtual device number.
507 (tramp-get-device): New function. Returns the virtual device
508 number. If it doesn't exist, generate a new one.
509 (tramp-handle-file-regular-p): Use Emacs file name primitives
510 instead of calling tramp-handle-* equivalents directly.
511 Needed for tramp-smb.
512 (tramp-completion-function-alist-ssh): Add parsing of
513 "/etc/ssh_config" and "~/.ssh/config". Suggested by Kai.
514 (tramp-completion-function-alist, tramp-set-completion-function):
516 (tramp-parse-sconfig, tramp-parse-sconfig-group): New functions.
517 Provide parsing of "~/.ssh/config" style files.
518 (tramp-completion-handle-expand-file-name):
519 Apply `tramp-drop-volume-letter'. Otherwise, there are problems
521 (tramp-completion-mode): Perform check (integerp last-input-event)
522 before (event-modifiers last-input-event) -- there might be
523 problems if `last-input-event' is a mouse event.
524 (tramp-parse-rhosts, tramp-parse-shosts)
525 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc):
526 Use `file-readable-p' instead of `file-exists-p'. Otherwise these
527 functions might block. Reported by <kin@neoscale.com>.
529 * net/tramp-ftp.el (top-level): eval-after-load "ange-ftp"
530 '(tramp-disable-ange-ftp). Suggested by Kai.
531 (tramp-ftp-file-name-handler): `tramp-disable-ange-ftp' not needed
533 (top-level): Defaults for `tramp-default-method-alist' must be a list.
535 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
536 Apply `tramp-handle-directory-file-name'.
537 (tramp-smb-handle-file-attributes): Apply `tramp-get-device'.
538 ATIME and CTIME are (0 0) now (= "don't know"), which is more honest.
539 (tramp-smb-handle-make-directory): Use Emacs file name primitives
540 instead of calling tramp-smb-handle-* equivalents directly.
541 (tramp-smb-read-file-entry): Return size as a number, not a string.
542 (top-level): Defaults for `tramp-default-method-alist' must be a list.
544 2003-02-05 Stefan Monnier <monnier@cs.yale.edu>
546 * completion.el (eval-when-compile-load-eval, completion-eval-when)
547 (cmpl-read-time-eval, minibuffer-window-selected-p): Remove.
548 (completion-min-length, completion-max-length)
549 (completion-prefix-min-length): Don't hard-code the default value
551 (complete): Inline minibuffer-window-selected-p.
553 2003-02-04 Richard M. Stallman <rms@gnu.org>
555 * term.el (term-raw-map): Set it up at load time.
556 (term-char-mode): Don't set up term-raw-map here.
557 (term-set-escape-char): Don't set up C-x subcommand.
558 (term-ansi-face-already-done): Renamed from
559 term-ansi-face-alredy-done.
560 (term-command-hook): Avoid error if STRING is empty.
561 (term, term-mode): Doc fixes.
563 * term.el: Redesign handling of colors and faces.
564 Delete all the faces that this mode used to make.
565 (ansi-term-color-vector): New variable.
566 (ansi-term-fg-faces-vector, ansi-term-bg-faces-vector)
567 (ansi-term-inv-bg-faces-vector, ansi-term-inv-fg-faces-vector):
569 (term-default-fg-color, term-default-bg-color): Use defcustom.
570 (term-handle-colors-array): Use ansi-term-color-vector,
571 and specify face attributes rather than faces in `face' property.
573 * term.el (term-ansi-fg-faces-vector, term-ansi-bg-faces-vector)
574 (term-ansi-inv-fg-faces-vector, term-ansi-inv-bg-faces-vector)
575 (term-ansi-reverse-faces-vector): Delete unused variables.
576 (term-ignore-error): Delete macro.
578 * simple.el (back-to-indentation): Skip all whitespace
581 * files.el (find-alternate-file): Handle dired-directory
582 like buffer-file-name.
584 * dired.el (dired-find-buffer-nocreate): Avoid error if
585 dired-directory is nil.
587 2003-02-04 Juanma Barranquero <lektu@terra.es>
589 * image.el (image-type-regexps): Fix typo.
591 * international/characters.el: Restore missing space and put a
592 comment to protect it from being deleted as trailing whitespace.
594 * ruler-mode.el (ruler-mode-margins-char): Likewise.
596 2003-02-04 Francesco Potort
\e,Al
\e(B <pot@gnu.org>
598 * mail/rmailout.el (rmail-output): If preserving MIME-version,
599 preserve Content-type too.
601 2003-02-04 Kim F. Storm <storm@cua.dk>
603 * ido.el (ido-define-mode-map): Remap viper delete char/word
604 commands to their ido specific equivalents. Disable ESC in
605 viper mode (to avoid exiting insert mode), since ido doesn't
606 work in viper command mode.
607 (ido-delete-backward-updir, ido-delete-backward-word-updir):
608 Handle remapped viper commands.
610 2003-02-03 Juanma Barranquero <lektu@terra.es>
612 * calculator.el (calculator): Don't use the minibuffer even in
613 electric mode; use a private buffer and display it in the minibuffer
614 window using `set-window-buffer'.
616 2003-02-03 Dave Love <fx@gnu.org>
618 * emacs-lisp/benchmark.el: New.
620 2003-02-02 Andreas Schwab <schwab@suse.de>
622 * progmodes/asm-mode.el (asm-font-lock-keywords): Allow arbitrary
623 words separated by dots. Match optional parenthesized word at
627 (font-lock-match-c-style-declaration-item-and-skip-to-next):
628 Don't require underscore in word before double open-paren.
630 2003-02-02 John Paul Wallington <jpw@gnu.org>
632 * hexl.el (hexl-mode-map): Bind C-m to `hexl-self-insert-command'.
634 2003-02-01 Stephen Gildea <gildea@stop.mail-abuse.org>
636 * time-stamp.el: Tweak doc strings and preamble commentary.
637 (time-stamp): Fix parsing of "%%a" in time-stamp-pattern (change
639 (time-stamp-pattern): Initialize to nil to avoid regexp work in
641 (time-stamp-string): Call set-time-zone-rule instead of setenv
642 (time-stamp-hhmmss): Remove (not needed after all).
643 (time-stamp-month-dd-yyyy, time-stamp-dd/mm/yyyy)
644 (time-stamp-mon-dd-yyyy, time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
645 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd, time-stamp-yymmdd)
646 (time-stamp-hh:mm:ss, time-stamp-hhmm): Make obsolete.
648 2003-01-31 Stefan Monnier <monnier@cs.yale.edu>
650 * cus-edit.el (custom-unlispify-menu-entry): Use with-current-buffer.
651 (custom-save-variables): Use dolist, simplify.
652 Output a message if a `requests' entry looks suspicious.
653 (custom-save-faces): Use dolist, simplify.
655 2003-01-31 Christoph Wedler <Christoph.Wedler@sap.com>
657 * antlr-mode.el: Bug fixes, miscellaneous.
658 (antlr-mode): Make major mode work with cc-mode-5.29 or higher,
659 make it more rubust against changes in cc-mode's style variables
660 by using `boundp' and function `c-init-language-vars' if defined.
661 (antlr-c++-mode-extra): Only ask if language is not "Cpp".
662 (antlr-read-value): With completion, ignore case.
663 (antlr-run-tool-interactive): New function.
664 (antlr-run-tool): Use it for `interactive' specification.
666 * antlr-mode.el: Simplify Emacs/XEmacs compatibility.
667 (cond-emacs-xemacs): New compile-time macro.
668 (defunx): New compile-time macro.
669 (ignore-errors-x): New compile-time macro.
670 (save-buffer-state-x): New compile-time macro.
672 (antlr-scan-sexps, antlr-simple-scan-sexps): Deletia.
673 (antlr-scan-lists, antlr-simple-scan-sexps): Deletia.
674 (antlr-simple-default-directory): Deletia.
675 (antlr-default-directory): Define directly.
676 (antlr-simple-read-shell-command): Deletia.
677 (antlr-read-shell-command): Define directly.
678 (antlr-simple-with-displaying-help-buffer): Deletia.
679 (antlr-with-displaying-help-buffer): Define directly.
680 (antlr-fast-invalidate-context-cache): Deletia.
681 (antlr-slow-invalidate-context-cache): Deletia.
682 (antlr-invalidate-context-cache): Define directly.
683 (antlr-fast-syntactic-context): Deletia.
684 (antlr-slow-syntactic-context): Deletia.
685 (antlr-syntactic-context): Define directly.
687 (antlr-mode-menu): Use new macros.
688 (antlr-font-lock-additional-keywords): Ditto.
689 (antlr-skip-sexps): Ditto.
690 (antlr-end-of-rule): Ditto.
691 (antlr-beginning-of-rule): Ditto.
692 (antlr-end-of-body): Ditto.
693 (antlr-beginning-of-body): Ditto.
694 (antlr-hide-actions): Ditto.
695 (antlr-option-kind): Ditto.
697 * antlr-mode.el: In Emacs, use face attribute :weight, not :bold.
698 (antlr-font-lock-keyword-face): Use new macros.
699 (antlr-font-lock-syntax-face): Ditto.
700 (antlr-font-lock-ruledef-face): Ditto.
701 (antlr-font-lock-tokendef-face): Ditto.
702 (antlr-font-lock-literal-face): Ditto.
704 Changes from 2002-05-24:
706 * antlr-mode.el: Version 2.2a.
708 Changes from 2002-05-03:
710 * antlr-mode.el: Make context parsing faster on Emacs, for faster
711 syntax highlighting, indentation and imenu support.
712 Suggested by Aaron Davies <adavies42@users.sourceforge.net>.
713 (antlr-slow-context-cache): New variable.
714 (antlr-slow-syntactic-context): Use cache.
715 (antlr-slow-cache-enabling-symbol): New internal variable.
716 (antlr-slow-cache-diff-threshold): New variable.
717 (antlr-fast-invalidate-context-cache): Renamed from
718 antlr-xemacs-bug-workaround.
719 (antlr-imenu-create-index-function): Search from beginning.
721 * antlr-mode.el: More sophisticated indentation, i.e., use the
722 indentation engine of cc-mode for most actions.
723 (antlr-c-common-init): Allow nil for `antlr-indent-style'.
724 (antlr-indent-line): Use indentation engine of cc-mode more often.
725 (antlr-indent-at-bol-alist): Only used for header actions.
726 (antlr-disabling-cc-syntactic-symbols): New variable.
727 (antlr-indent-item-regexp): Delete stuff for actions.
728 (antlr-indent-at-bol-alist): With language "Java", indent
729 "package" and "import" at column 0 in header part.
731 * antlr-mode.el (antlr-simple-default-directory): Define.
732 (antlr-simple-read-shell-command): Define.
733 (antlr-simple-with-displaying-help-buffer): Define.
734 (antlr-simple-scan-sexps, antlr-simple-scan-lists):
735 Renamed from antlr-scan-{sexps,lists}-internal.
737 Changes from 2002-02-28:
739 * antlr-mode: Version 2.2 is released.
741 * antlr-mode.el (antlr): Moved to SourceForge.net
743 * antlr-mode.el: Minor bug fixes: insert options and indentation.
744 (antlr-option-location): Don't use point as position where to
745 insert options if point is in comment.
746 (antlr-mode): Don't set style here.
747 (antlr-c-common-init): Set style here. If boundp, set
748 `c-current-comment-prefix' to not break indentation in comments.
749 Hm, I should probably split `c-common-init' from cc-mode into two
750 parts, one of which I could use for antlr-mode.el.
752 Changes from 2002-01-31:
754 * antlr-mode.el (antlr-font-lock-additional-keywords):
755 Also hightlight `~' with `antlr-font-lock-syntax-face'.
756 Suggested by Helmut Neukirchen <neukirchen@itm.mu-luebeck.de>.
758 2003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
769 * international/mule.el:
774 * woman.el: Added cygwin to system-type comparisons.
776 2003-01-31 Francesco Potort
\e,Al
\e(B <pot@gnu.org>
778 * mail/undigest.el (rmail-forward-separator-regex): New custom
780 (unforward-rmail-message): Use it.
782 2003-01-30 Dave Love <fx@gnu.org>
784 * textmodes/ispell.el (lookup-words): Fix last change.
786 2003-01-29 John Paul Wallington <jpw@gnu.org>
788 * font-lock.el (lisp-font-lock-keywords-1): Match `deftheme'.
790 * emacs-lisp/lisp-mode.el (toplevel): Define docstring offset for
791 `deftheme'. Fix docstring offsets for `define-ibuffer-filter' and
792 `define-ibuffer-sorter'.
793 (lisp-imenu-generic-expression): Add `deftheme' to types.
795 * custom.el (customize-mark-to-save, customize-mark-as-set)
796 (custom-remove-theme): Doc fixes.
798 2003-01-29 Didier Verna <didier@xemacs.org>
800 * cus-edit.el (custom-save-variables): Also save non theme'd ones.
801 * cus-edit.el (custom-save-faces): Ditto.
803 2003-01-29 Juanma Barranquero <lektu@terra.es>
805 * composite.el (decompose-composite-char): Fix docstring.
807 * select.el (x-set-cut-buffer): Fix docstring. Check type with
808 `stringp' instead of `substring'.
810 * textmodes/reftex.el (reftex-TeX-master-file): Use really the buffer
811 file name if no other master file is located.
813 * progmodes/cperl-mode.el (cperl-beautify-level)
814 (cperl-beautify-regexp): Fix use of `prefix-numeric-value'.
815 (cperl-calculate-indent): Fix typo.
817 2003-01-29 Taro Kawagishi <tarok@transpulse.org>
819 * arc-mode.el (archive-lzh-summarize): Fix previous change.
821 2003-01-29 Kim F. Storm <storm@cua.dk>
823 * emacs-lisp/authors.el: New format of AUTHORS file; list each
824 author name once followed by contributed and changed files.
825 Improve selection of entries to include in list, and generate list
826 of unrecognized entries indicating syntax errors in ChangeLog files.
827 (authors-coding-system): New variable.
828 (authors-many-files): Update doc string.
829 (authors-aliases): Change format. Now one entry with multiple
831 (authors-valid-file-names, authors-renamed-files-alist)
832 (authors-renamed-files-regexps): New variables.
833 (authors-canonical-file-name): New function. Validates that file
834 exists or occurs in one of the above lists. Record unrecognized
835 file names in global authors-invalid-file-names list.
836 (authors-add): Change to record per-change counts.
837 (authors-canonical-author-name): Handle new format of
838 authors-aliases list.
839 (authors-scan-change-log): Rename FILE arg to LOG-FILE.
840 Change doc string to describe new entry format.
841 Only add author entries for valid file names.
842 (authors-print): Replace by authors-add-to-author-list.
843 (authors-add-to-author-list): New function which reorders
844 per-file entries and adds them to global authors-author-list.
845 (authors): Instead of authors-print to insert in *Authors* buffer,
846 use authors-add-to-author-list to reorder the list and then
847 insert result in *Authors* buffer with new format.
848 Generate *Authors Errors* compilation-mode buffer listing
849 unrecognized ChangeLog entries.
851 2003-01-28 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
853 * term/mac-win.el: Add entries in function-key-map for
854 [tab], [backspace], [escape].
856 2003-01-28 Kim F. Storm <storm@cua.dk>
858 * info.el (Info-extract-menu-node-name): Another fix for
859 2003-01-24 change. Also stop search if : is followed by TAB.
861 2003-01-28 John Paul Wallington <jpw@gnu.org>
863 * ibuf-ext.el (ibuffer-yank-filter-group): Move check for empty
864 `ibuffer-filter-group-kill-ring' out of `interactive' declaration.
866 2003-01-28 Martin Stjernholm <bug-cc-mode@gnu.org>
868 * progmodes/cc-vars.el, progmodes/cc-mode.el
869 (c-require-final-newline): Made this variable an alist to
870 specify a value for each language. The default value causes
871 `require-final-newline' to be set to t only in languages where
872 the standard requires a final newline.
874 2003-01-27 Kim F. Storm <storm@cua.dk>
876 * simple.el (kill-new): Improve doc string for yank-handler.
877 Signal args-out-of-range error if yank-handler is specified for
880 * subr.el (insert-for-yank): Remove COMMAND element from yank handler.
882 2003-01-27 Dave Love <fx@gnu.org>
884 * dired-x.el (dired-filename-at-point): Fix last change and tidy up.
886 * thingatpt.el (thing-at-point-file-name-chars):
887 Include non-ASCII again and re-write the filename ops.
889 2003-01-27 David Ponce <david@dponce.com>
891 * makefile.w32-in (update-subdirs-SH): Create lisp/subdirs.el.
893 2003-01-27 Juanma Barranquero <lektu@terra.es>
895 * filesets.el (filesets-file-open): Fix typo.
897 * vcursor.el (vcursor-disable): Likewise.
899 * eshell/esh-cmd.el (eshell-separate-commands): Likewise.
901 * progmodes/cc-styles.el (c-make-styles-buffer-local): Likewise.
903 * progmodes/cc-vars.el (c-offsets-alist): Likewise.
905 * progmodes/ebrowse.el (ebrowse-draw-tree-fn): Likewise.
907 2003-01-26 Martin Stjernholm <bug-cc-mode@gnu.org>
909 * progmodes/cc-vars.el, progmodes/cc-mode.el
910 (c-require-final-newline): Add a variable to make the
911 initialization of `require-final-newline' more configurable.
913 2003-01-26 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
915 * emacs-lisp/authors.el (authors-aliases): Add Jan D.
916 Set iso-2022-7bit coding: cookie.
918 2003-01-26 Kim F. Storm <storm@cua.dk>
920 * info.el (Info-extract-menu-node-name): Fix 2003-01-24 change.
921 Don't search for next colon if current colon is followed by
922 one of ".", ",", ";", or ")".
923 (info-insert-file-contents) [!MSDOS]: Avoid byte-compiler warning.
924 (Info-find-node) [!MSDOS]: Avoid byte-compiler warning.
926 2003-01-26 Richard M. Stallman <rms@gnu.org>
928 * thingatpt.el (thing-at-point-file-name-chars): Undo previous change.
930 2003-01-25 Bill Wohler <wohler@newt.com>
932 * mh-e: Created directory. ChangeLog will appear in a week when we
935 * lisp/mail/mh-alias.el, lisp/mail/mh-comp.el,
936 lisp/mail/mh-customize.el, lisp/mail/mh-e.el,
937 lisp/mail/mh-funcs.el, lisp/mail/mh-identity.el,
938 lisp/mail/mh-index.el, lisp/mail/mh-loaddefs.el,
939 lisp/mail/mh-mime.el, lisp/mail/mh-pick.el, lisp/mail/mh-seq.el,
940 lisp/mail/mh-speed.el, lisp/mail/mh-utils.el,
941 lisp/mail/mh-xemacs-compat.el: Moved to mh-e. Note that reply2.pbm
942 and reply2.xpm, which were created by the MH-E package, were left
943 in mail since they can probably be used by other mail packages.
945 * makefile.w32-in (WINS): Add mh-e.
947 * makefile.nt (WINS): Add mh-e.
949 2003-01-25 Richard M. Stallman <rms@gnu.org>
951 * emacs-lisp/bytecomp.el (byte-compile-file-form-custom-declare-variable):
952 Compile any lambda-expressions among the args.
954 * view.el (view-mode): Doc fix.
956 * ido.el: Many doc fixes.
957 (ido-complete): Fix message.
959 2003-01-25 Taro Kawagishi <tarok@transpulse.org>
961 * arc-mode.el (archive-unixdate): Correct the date field string.
962 (archive-lzh-summarize): Extend it to allow the LZH level 2 header
963 type (which is most prevalent now), in addition to the already
964 supported level 0 and 1 header types.
966 2003-01-25 Markus Rost <rost@math.ohio-state.edu>
968 * international/mule-cmds.el (set-language-info)
969 (current-language-environment): Simplify setting the type of
970 current-language-environment.
972 2003-01-25 Kim F. Storm <storm@cua.dk>
974 * emulation/cua-base.el (cua--init-keymaps): Move C-S-x and C-S-c
975 bindings from cua--cua-keys-keymap to cua--region-keymap, as they are
976 only needed when the region is active. This also makes the output
977 from C-h b look normal when cua-mode is enabled (no C-S-x/c bindings).
979 2003-01-25 Michael Kifer <kifer@cs.stonybrook.edu>
981 * ediff.el (ediff-revision): Better defaults.
983 * ediff-vers.el (ediff-vc-latest-version): New function.
984 (ediff-vc-internal): Use latest version instead of working version.
986 2003-01-24 Thien-Thi Nguyen <ttn@gnu.org>
988 * info.el (Info-extract-menu-node-name): When looking for end of menu
989 item, don't stop at first ":"; instead, continue until trailing
990 context is either a space or newline.
991 (Info-complete-menu-item): Var `pattern': allow ":" in menu item.
992 (Info-menu): Likewise, for regexp used in backwards search.
993 (Info-try-follow-nearest-node): Remove case added in previous edit.
994 Change regexp in the following case to allow ":" in menu item.
995 (Info-fontify-node): Fix bug: Handle `next-property-change' returning
996 point-max as "hasn't already been done".
998 2003-01-24 Thien-Thi Nguyen <ttn@gnu.org>
1000 * info.el (Info-try-follow-nearest-node): Add case: Handle menu item
1001 terminated by ": " as an index entry.
1003 2003-01-24 Juanma Barranquero <lektu@terra.es>
1005 * isearch.el (isearch-forward): Fix typo.
1007 2003-01-24 Kenichi Handa <handa@m17n.org>
1009 * international/mule.el (decode-coding-inserted-region):
1010 Rename from decode-coding-region-as-inserted-from-file to make it fit
1011 well in the Lisp manual.
1013 * jka-compr.el (jka-compr-insert-file-contents):
1014 Call docode-coding-inserted-region.
1016 2003-01-24 John Paul Wallington <jpw@gnu.org>
1018 * ibuffer.el (ibuffer-window-list): Remove.
1019 (ibuffer-confirm-operation-on): Use `window-list' instead.
1020 (ibuffer-load-hook): New customizable variable.
1022 (ibuffer-customize): New command.
1023 (ibuffer-mode-map): Bind it.
1024 (ibuffer-mode-map): Add menu seperator in View>Sort menu.
1025 (ibuffer-mode): Tidy.
1026 (ibuffer-fontification-alist, ibuffer-always-show-last-buffer)
1027 (ibuffer-default-directory, ibuffer-default-sorting-mode)
1028 (ibuffer-maybe-show-predicates, ibuffer-hook, ibuffer-mode-hook)
1029 (ibuffer-map-lines): Doc fixes.
1031 * ibuf-ext.el (ibuffer-copy-filename-as-kill): C-u means relative
1032 filenames. Use `kill-new'.
1034 2003-01-23 Dave Love <fx@gnu.org>
1036 * abbrev.el (write-abbrev-file): Simplify, and put a coding cookie
1039 2003-01-23 Masatake YAMATO <jet@gyve.org>
1041 * progmodes/asm-mode.el (asm-mode): Add syntax table entries for
1044 2003-01-23 Kenichi Handa <handa@m17n.org>
1046 * files.el (insert-directory): Read the output of "ls" by
1047 no-conversion, and decode it later while preserving
1048 `dired-filename' property.
1050 2003-01-23 Markus Rost <rost@math.ohio-state.edu>
1052 * descr-text.el (describe-text-mode-hook): Add a group.
1054 2003-01-23 John Paul Wallington <jpw@shootybangbang.com>
1056 * term/mac-win.el (interprogram-paste-function): Handle empty
1059 2003-01-22 Aubrey Jaffer <agj@alum.mit.edu> (tiny change)
1061 * info.el (Info-index): Change pattern so that index entries with
1062 colons can be read properly; also, require at least one space
1063 after the colons, which makeinfo puts in.
1065 2003-01-22 Andreas Schwab <schwab@suse.de>
1067 * jka-compr.el (jka-compr-insert-file-contents): Fix typo in last
1070 2003-01-22 Markus Rost <rost@math.ohio-state.edu>
1072 * Makefile.in (bootstrap-after): New target.
1073 (bootstrap): Move finder-data, custom-deps to bootstrap-after.
1075 2003-01-22 Kai Gro
\e,A_
\e(Bjohann <kai.grossjohann@uni-duisburg.de>
1077 * info.el (Info-index-next): Use "(`,' tries to find next)" for
1078 more matches for consistency with standalone info browser.
1080 2003-01-22 Kenichi Handa <handa@m17n.org>
1082 * international/mule.el
1083 (decode-coding-region-as-inserted-from-file): New function.
1085 * jka-compr.el (jka-compr-insert-file-contents): Read a process
1086 output without decoding. Decode the result by
1087 decode-coding-region-as-inserted-from-file.
1089 2003-01-22 Kim F. Storm <storm@cua.dk>
1091 * ido.el (ido-make-file-list, ido-make-dir-list): Don't move
1092 visited directories to end of list; it's the wrong thing to do if
1093 we want to find a file or directory in such directories.
1095 * simple.el: Doc fixes.
1096 * subr.el: Doc fixes.
1098 2003-01-20 Nick Roberts <nick@nick.uklinux.net>
1100 * gud.el (gud-display-line): If the current file is newer than its
1101 buffer, offer to reread the file.
1102 (gud-keep-buffer): New buffer local variable. Ensures offer to
1103 reread file is made just once.
1105 2003-01-20 Stefan Monnier <monnier@cs.yale.edu>
1107 * emacs-lisp/regexp-opt.el (regexp-opt-group): Undo last change.
1108 Fix the docstring instead.
1110 2003-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
1112 * calendar/calendar.el (calendar-only-one-frame-setup): Autoload it.
1114 2003-01-20 Richard M. Stallman <rms@gnu.org>
1116 * simple.el (completion-setup-function): Set default-directory
1117 in the minibuffer, so it'll be copied into the completion list buffer.
1119 * emacs-lisp/regexp-opt.el (regexp-opt-group): Compute HALF2 properly.
1121 * loadup.el (load-path): Rename `path' local var.
1123 * progmodes/octave-mod.el (octave-mode-map): Change C-c i bindings
1124 to C-c C-i. Duplicate its bindings with last char a ctl char.
1125 Also change C-c f to C-c C-f.
1127 2003-01-20 Markus Rost <rost@math.ohio-state.edu>
1129 * ls-lisp.el (ls-lisp-use-insert-directory-program): Make default
1130 value system dependent.
1131 (ls-lisp-support-shell-wildcards): Add autoload cookie.
1133 2003-01-19 Kim F. Storm <storm@cua.dk>
1135 * msb.el: Use `dir' instead of `path' everywhere.
1137 2003-01-18 Kim F. Storm <storm@cua.dk>
1139 * simple.el (kill-new, kill-append, kill-region):
1140 New optional parameter yank-handler.
1141 (yank-excluded-properties): Add yank-handler to list.
1142 (yank-undo-function): New variable.
1143 (yank): Use it to undo previous yank or yank-pop command.
1144 Allow insert-for-yank to override this-command.
1146 * subr.el (insert-for-yank): Arg list changed; now only accepts one
1147 string rather than any number of strings; no callers needed change.
1148 Use yank-handler text property on the arg string.
1149 Set yank-undo-function variable appropriately for yank-pop.
1151 2003-01-18 Stefan Monnier <monnier@cs.yale.edu>
1153 * textmodes/fill.el (fill-comment-paragraph): Fix simplistic
1154 regexp-concatenation.
1156 * add-log.el (add-change-log-entry): Don't leave space at eol.
1157 (add-log-current-defun): Perl functions names can't have (or {.
1159 * progmodes/sh-script.el (sh-indent-line): Use indent-line-to.
1160 (sh-non-closing-paren): New const.
1161 (sh-case, sh-while-getopts): Use it to make props non-sticky.
1162 (sh-add-completer): Use test-completion.
1164 2003-01-18 Vasily Korytov <deskpot@myrealbox.com> (tiny change)
1166 * progmodes/cperl-mode.el: Don't make faces depend on window-system.
1168 2003-01-18 Markus Rost <rost@math.ohio-state.edu>
1170 * cus-edit.el (customize-changed-options): Undo last doc change.
1172 2003-01-17 Stefan Monnier <monnier@cs.yale.edu>
1174 * skeleton.el (skeleton-internal-list, skeleton-internal-1):
1175 Don't treat \n specially in sub-skeletons.
1177 2003-01-17 Dave Love <fx@gnu.org>
1179 * international/ucs-tables.el: Redo 8859-6 change in the right place.
1181 2003-01-17 Kenichi Handa <handa@m17n.org>
1183 * international/fontset.el: Don't setup the default fontset and
1184 font-encoding-alist at the top level.
1185 (setup-default-fontset): New function.
1186 (create-fontset-from-fontset-spec): Delete autoload cookie.
1188 * term/x-win.el: Require fontset unconditionally again.
1189 Call setup-default-fontset at the top level.
1191 * term/w32-win.el: Call setup-default-fontset.
1193 * term/mac-win.el: Require fontset and call setup-default-fontset.
1195 2003-01-16 Stefan Monnier <monnier@cs.yale.edu>
1197 * textmodes/fill.el (fill-region-as-paragraph): Only erase `hard'
1198 property until end-of-paragraph.
1200 2003-01-16 Kenichi Handa <handa@m17n.org>
1202 * international/ucs-tables.el: Undo the last change.
1204 2003-01-15 Dave Love <fx@gnu.org>
1206 * thingatpt.el (thing-at-point-file-name-chars): Include non-ASCII
1207 and use documented treatment of -.
1209 * dired-x.el (dired-filename-at-point): Fix filename-chars.
1211 * international/ucs-tables.el: Set up tables for 8859-6.
1213 * server.el (server-window): Customize.
1215 (server-unload-hook): Call server-start.
1217 2003-01-15 John Wiegley <johnw@gnu.org>
1219 * eshell/em-hist.el (eshell-save-history-on-exit):
1220 Rename `eshell-ask-to-save-history' to `eshell-save-history-on-exit',
1221 because the former name is somewhat unrelated to the variables'
1224 2003-01-15 Deepak Goel <deego@gnufans.org>
1226 * calc/README: Add new maintainer.
1230 * calc/calc.el (calc-bug-address): Change address to deego@gnufans.org.
1232 2003-01-15 Andrew Innes <andrewi@gnu.org>
1234 * makefile.w32-in (loaddefs.el): Invoke make to build stub file
1235 using appropriate rule for build environment.
1236 (loaddefs.el-SH, loaddefs.el-CMD): New targets. Include small set
1237 of autoloads and defvars, sufficient to dump bootstrap emacs.
1238 (update-subdirs-SH): Use hard-coded list of top-level lisp
1239 subdirs, because find program on Windows is not compatible with
1241 (compile-CMD, compile-SH): Use `batch-byte-compile-if-not-done'.
1242 Explicitly load loaddefs.el so that bootstrap emacs can compile
1244 (bootstrap-clean): Add dependency on loaddefs.el, to ensure
1245 minimal stub sufficient for dumping bootstrap emacs is available.
1247 * loadup.el: Include lisp/textmodes in load-path for bootstrap
1248 emacs, to resolve ispell menu reference.
1250 2003-01-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> (tiny change)
1252 * international/mule.el (optimize-char-coding-system-table):
1255 * term/mac-win.el: Setup the fontset "fontset-mac" correctly.
1257 2003-01-14 Stefan Monnier <monnier@cs.yale.edu>
1259 * pcvs-info.el (cvs-fileinfo-from-entries): Deal with Solaris'
1260 occasional use of "05" rather than " 5" for day-of-month.
1262 * log-view.el (log-view-message-re): The rev might be locked.
1264 2003-01-14 Nick Roberts <nick@nick.uklinux.net>
1266 * gdb-ui.el: Improve commentary.
1267 (gdb-window-height, gdb-window-width, gdb-display-number-end):
1268 Customize the dimensions of frames for displayed expressions.
1269 (gdb-error-begin): Comment out because it is not used because of
1270 bug/quirk in annotations.
1271 (gdb-reset): Use with-current-buffer.
1273 2003-01-14 Kim F. Storm <storm@cua.dk>
1275 * ido.el (ido-read-internal, ido-file-internal)
1276 (ido-copy-current-file-name, ido-wide-find-dirs-or-files):
1277 Don't use `path' as name of local variables holding a file name.
1279 * arc-mode.el (archive-arc-rename-entry): Fix error message.
1280 (archive-lzh-summarize): Rename local var `path' to `dir'.
1281 (archive-unique-fname) [!MSDOS]: Avoid byte-compiler warning.
1283 * dired.el: Doc fixes.
1284 * dired-aux.el: Rename `whole-path' to `whole-name' throughout.
1285 (dired-mark-read-regexp): Use "Abs." prefix instead of "Path".
1286 * dired-x.el: Doc fixes.
1288 * fast-lock.el (fast-lock-cache-name): Doc fix.
1290 * net/browse-url.el (browse-url-filename-alist): Doc fix.
1292 2003-01-14 John Paul Wallington <jpw@shootybangbang.com>
1294 * apropos.el (apropos): Restore autoload cookie. Fix typo in
1295 "error retrieving function documentation" output.
1297 2003-01-14 Kim F. Storm <storm@cua.dk>
1299 * subr.el (process-put, process-get): New functions.
1301 * simple.el (clone-process): Copy process' plist to new process.
1303 2003-01-13 Markus Rost <rost@math.ohio-state.edu>
1305 * cus-dep.el (custom-make-dependencies): Don't set standard-value
1306 and version numbers for variables. Handle faces.
1308 * cus-edit.el (customize-changed-options): Doc addition. Load the
1309 version deps earlier. Use other tests for groups and variables.
1312 2003-01-14 Kim F. Storm <storm@cua.dk>
1314 * ido.el: Doc fixes.
1315 (ido-max-file-prompt-width): Rename from ido-max-prompt-path.
1316 (ido-rewrite-file-prompt-functions): Rename from
1317 ido-make-file-prompt-hook. Directory name is now in dynamic
1318 variable `dirname' (instead of `path').
1319 (ido-rewrite-file-prompt-rules): Rename from
1320 ido-rewrite-prompt-path-rules.
1321 (ido-make-prompt): Directory name now in `dirname' var.
1322 (ido-complete): Fix error message.
1324 2003-01-13 John Paul Wallington <jpw@shootybangbang.com>
1326 * server.el (server-process-filter): Use `minibufferp' to test
1327 whether we are inside a minibuffer.
1328 (server-process, server-kill-new-buffers): Doc fixes.
1330 2003-01-13 Dave Love <fx@gnu.org>
1332 * international/utf-16.el (mule-utf-16-be, mule-utf-16-le):
1333 Remove pre-write-conversion.
1335 2003-01-13 Kim F. Storm <storm@cua.dk>
1337 * hexl.el (hexl-mode-map): Don't quote remapped command names.
1339 2003-01-13 David Ponce <david@dponce.com>
1341 * ruler-mode.el (ruler-mode): Cleanup buffer local variable
1342 `header-line-format' if it didn't exist when `ruler-mode' was enabled.
1344 2003-01-13 Masatake YAMATO <jet@gyve.org>
1346 * ruler-mode.el (ruler-mode-comment-column-char)
1347 (ruler-mode-goal-column-char, ruler-mode-set-goal-column-ding-flag)
1348 (ruler-mode-mouse-current-grab-object): New variables.
1349 (ruler-mode-comment-column-face, ruler-mode-goal-column-face):
1351 (ruler-mode-mouse-set-fill-column): Removed.
1352 (ruler-mode-mouse-grab-any-column)
1353 (ruler-mode-mouse-drag-any-column-iteration)
1354 (ruler-mode-mouse-drag-any-column): New functions.
1355 (ruler-mode-map): [header-line down-mouse-2] Bound to
1356 `ruler-mode-mouse-grab-any-column' instead of
1357 `ruler-mode-mouse-set-fill-column'.
1358 (ruler-mode-ruler-help-echo): Update its value.
1359 (ruler-mode-ruler-help-echo-when-goal-column): New help string used
1360 when goal-column is already set.
1361 (ruler-mode-ruler-help-echo-tab): Rename to...
1362 (ruler-mode-ruler-help-echo-when-tab-stops): New.
1363 (ruler-mode-fill-column-help-echo, ruler-mode-comment-column-help-echo)
1364 (ruler-mode-goal-column-help-echo): New help strings.
1365 (ruler-mode-ruler): Use `ruler-mode-ruler-help-echo-when-goal-column'
1366 instead of `ruler-mode-ruler-help-echo' if `goal-column' is set.
1367 Show `comment-column' and `goal-column'. Echo the different help
1368 string for each *-column characters on the ruler.
1370 2003-01-13 Richard M. Stallman <rms@gnu.org>
1372 * apropos.el (apropos-documentation-property): New function.
1373 (apropos): Use apropos-documentation-property.
1375 * files.el (mode-line-process): Mark as risky.
1377 * help.el (where-is): Catch errors in indirect-function.
1379 * server.el (server-process-filter): Comment out -eval.
1380 Don't switch buffers if inside isearch or minibuffer.
1382 * progmodes/compile.el (compilation-revert-buffer):
1383 If buffer has a file, revert it in the normal way.
1385 * term/x-win.el: Require fontset conditionally again.
1387 2003-01-13 Kim F. Storm <storm@cua.dk>
1389 * ido.el (ido-enable-tramp-completion): New defcustom.
1390 (ido-enter-single-matching-directory): Change default to 'slash.
1391 (ido-is-tramp-root): New defun.
1392 (ido-is-root-directory, ido-is-ftp-directory, ido-is-slow-ftp-host)
1393 (ido-may-cache-directory, ido-final-slash, ido-read-internal)
1394 (ido-complete, ido-make-file-list1, ido-make-dir-list1):
1395 Handle tramp completion.
1396 (ido-file-name-all-completions1): New defun for tramp completion.
1397 (ido-file-name-all-completions): Use it.
1398 (ido-set-matches1): Relax matching of text with trailing slash.
1399 (ido-exhibit): Handle tramp completion.
1400 Simplified code using nested cond forms using new `refresh' var.
1401 Fixed handling of /~user/ paths.
1403 2003-01-12 Andreas Schwab <schwab@suse.de>
1405 * arc-mode.el (archive-mode-map): Use command remapping instead of
1406 substitute-key-definition.
1407 * emerge.el (emerge-setup-fixed-keymaps): Likewise.
1408 * msb.el (msb-mode-map): Likewise.
1409 * forms.el (forms--change-commands): Likewise.
1410 * hexl.el (hexl-mode-map): Likewise.
1411 * mail/mailabbrev.el (Commentary): Likewise.
1412 * play/decipher.el (decipher-mode-map): Likewise.
1413 * play/gomoku.el (gomoku-mode-map): Likewise.
1414 * play/landmark.el (lm-mode-map): Likewise.
1415 * play/solitaire.el (solitaire-mode-map): Likewise.
1416 * progmodes/sh-script.el (sh-mode-map): Likewise.
1417 * textmodes/picture.el (picture-substitute): Likewise.
1419 * ielm.el (inferior-emacs-lisp-mode):
1420 Bind comint-dynamic-complete-functions locally.
1422 * buff-menu.el (Buffer-menu-select): Fix for effect of header line.
1424 2003-01-11 Andreas Schwab <schwab@suse.de>
1426 * textmodes/sgml-mode.el (sgml-font-lock-keywords-2): Add flag to
1427 merge with existing fontification.
1429 2003-01-11 Nick Roberts <nick@nick.uklinux.net>
1431 * gud.el (gud-kill-buffer-hook): Save gud-minor-mode type.
1432 (gud-reset): New function. Reset environment at end of debugging.
1433 (gud-sentinel): Call gud-reset or gdb-reset.
1434 (gud-menu-map, gud-tool-bar-map, gdb): Change gud-goto to gud-until.
1436 * gdb-ui.el (gud-display): Use GDB command ptype instead of whatis
1437 to find out if variable shuld be dereferenced.
1438 (gud-display1): Exit if there is `No symbol'.
1439 (gdb-expressions-mode-map): Correction to key-binding.
1440 (gdb-reset): New function. Reset environment at end of debugging.
1443 2003-01-10 Dave Love <fx@gnu.org>
1445 * international/code-pages.el (cp-make-coding-system): Fix last change.
1447 2003-01-10 Kai Gro
\e,A_
\e(Bjohann <kai.grossjohann@uni-duisburg.de>
1449 * dired.el (dired-garbage-files-regexp): Use \\' instead of $ and
1450 use regexp-opt for readability.
1452 2003-01-10 Mark A. Hershberger <mah@everybody.org>
1454 * xml.el (xml-parse-tag, xml-parse-attlist, xml-skip-dtd)
1455 (xml-parse-dtd, xml-parse-elem-type): Be more flexible in recognizing
1458 2003-01-10 Luc Teirlinck <teirllm@mail.auburn.edu>
1460 * progmodes/sh-script.el (sh-set-shell): Make sh-shell-file the default
1463 2003-01-09 John Wiegley <johnw@gnu.org>
1465 * pcomplete.el (pcomplete-termination-string): Add a variable
1466 for modifying the string which is inserted after a completion or
1467 expansion using pcomplete.
1469 2003-01-09 Karl Berry <karl@gnu.org>
1471 * sort.el (sort-regexp-fields): Pass noerror to re-search-forward,
1472 so that we don't fail if no records match record-regexp.
1474 2003-01-09 Markus Rost <rost@math.ohio-state.edu>
1476 * cus-edit.el (customize-group, customize-group-other-window):
1477 Remove unnecessary calls to custom-load-symbol.
1478 (custom-group-value-create):
1479 Load widget deps if state is not hidden. If widget deps are
1480 loaded, load them in advance.
1481 (custom-menu-create): If widget deps are loaded, load them earlier.
1483 2003-01-09 John Paul Wallington <jpw@shootybangbang.com>
1485 * language/ethio-util.el (ethio-gemination)
1486 (exit-ethiopic-environment): Doc fixes.
1488 * language/viet-util.el (viet-encode-viqr-region)
1489 (viet-decode-viqr-region, viet-encode-viqr-buffer)
1490 (viet-decode-viqr-buffer): Doc fixes.
1492 2003-01-09 ShengHuo ZHU <zsh@cs.rochester.edu>
1494 * paths.el: Remove gnus-startup-file.
1496 2003-01-08 Bill Wohler <wohler@newt.com>
1498 * mail/mh-alias.el, mail/mh-customize.el, mail/mh-identity.el,
1499 mail/mh-loaddefs.el, toolbar/alias.pbm, toolbar/alias.xpm: Added.
1501 * mail/mh-comp.el, mail/mh-e.el, mail/mh-funcs.el,
1502 mail/mh-index.el, mail/mh-mime.el, mail/mh-pick.el,
1503 mail/mh-seq.el, mail/mh-speed.el, mail/mh-utils.el,
1504 mail/mh-xemacs-compat.el: Upgraded to MH-E version 7.1.
1506 2003-01-08 Kim F. Storm <storm@cua.dk>
1508 * mail/undigest.el (unforward-rmail-message): Don't use global
1511 2003-01-08 Francesco Potort
\e,Al
\e(B <pot@gnu.org>
1513 * mail/undigest.el (unforward-rmail-message): Simplified.
1514 No functional change.
1516 2003-01-07 Markus Rost <rost@math.ohio-state.edu>
1518 * custom.el (custom-autoload, custom-variable-p): New functions.
1520 * emacs-lisp/autoload.el (make-autoload):
1521 Generate custom-autoload for autoloaded defcustoms.
1523 * help-fns.el (describe-variable): Use custom-variable-p.
1525 * simple.el (set-variable): Load deps of custom variables without type.
1527 * cus-edit.el (custom-variable-prompt): Doc change.
1528 Use custom-variable-p.
1529 (customize-option): Remove search in loaddefs.el.
1530 (customize-apropos): Use custom-variable-p.
1531 (custom-save-variables): Use custom-variable-p to detect
1532 non-rogue variables.
1534 2003-01-07 Francesco Potort
\e,Al
\e(B <pot@gnu.org>
1536 * mail/undigest.el (unforward-rmail-message): Skip all newlines
1537 after the initial separator.
1538 (unforward-rmail-message): Forwarded-From: and Forwarded-Date:
1539 instead of Forwarded-from: and Forwarded-date:.
1541 2003-01-07 Kai Gro
\e,A_
\e(Bjohann <kai.grossjohann@uni-duisburg.de>
1543 * dired.el (dired-garbage-files-regexp): Add `.aux$'. These are
1546 2003-01-07 Andre Spiegel <spiegel@gnu.org>
1548 * vc-rcs.el (vc-rcs-checkout): Fix the check whether we are on a
1551 2003-01-06 Dave Love <fx@gnu.org>
1553 * textmodes/ispell.el (lookup-words): Cope with null lookup-dict.
1555 * language/chinese.el ("Chinese-EUC-TW"): New.
1557 2003-01-06 John Paul Wallington <jpw@shootybangbang.com>
1559 * mail/rmail.el (rmail-mmdf-delim1, rmail-mmdf-delim2): Doc fixes.
1561 2003-01-05 Richard M. Stallman <rms@gnu.org>
1563 * obsolete/uncompress.el: Display message that this pkg is obsolete.
1565 * isearch.el (isearch-repeat): Error if try to repeat search and
1566 there was no previous search.
1568 * dired.el (dired-recursive-deletes): Fix custom type.
1570 * dabbrev.el (dabbrev--substitute-expansion):
1571 Convert all whitespace to single spaces,
1572 except when it's carried over from the existing text.
1574 * simple.el (split-line): Clean up implementation.
1576 * mail/rmail.el (rmail-font-lock-keywords): Discard code to match
1578 (rmail-variables): Specify case-insensitive matching for font-lock.
1580 2003-01-05 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
1582 * mail/sendmail.el (mail-font-lock-keywords):
1583 * mail/rmail.el (rmail-font-lock-keywords): Match multiline
1584 In-Reply-To and X-*.
1586 2003-01-05 Mark A. Hershberger <mah@everybody.org>
1588 * xml.el (xml-substitute-special): Check for & last.
1590 2003-01-05 Dave Love <fx@gnu.org>
1592 * buff-menu.el (Buffer-menu-execute): Fix for effect of header line.
1594 2003-01-05 Dave Love <fx@gnu.org>
1596 * international/mule-diag.el (non-iso-charset-alist):
1597 Add vietnamese-tcvn.
1599 * international/mule-cmds.el (locale-language-names):
1600 Use Croatian, Swedish.
1602 2003-01-05 Andreas Schwab <schwab@suse.de>
1604 * buff-menu.el (Buffer-menu-buffer+size): Don't clobber buffer name.
1606 2003-01-05 Dave Love <fx@gnu.org>
1608 * language/european.el ("Latin-6", "Croatian"): New.
1609 ("Latin-7"): Fix nonascii-translation. Add input method.
1610 ("Lithuanian", "Latvian"): Add nonascii-translation.
1611 ("German", "Spanish", "Dutch", "Welsh", "Swedish"):
1612 Fix nonascii-translation.
1614 * language/georgian.el ("Georgian"): Fix nonascii-translation.
1616 * international/mule-cmds.el (set-locale-environment):
1617 Ignore empty values of environment variables.
1619 * emacs-lisp/byte-opt.el (byte-optimize-nth)
1620 (byte-optimize-nthcdr): Fix for case of wrong-length forms.
1622 2003-01-04 Nick Roberts <nick@nick.uklinux.net>
1624 * gdb-ui.el: Acknowledge Tom Lord as author of gdba.el.
1625 Use let construction to bind buffer-read-only to nil.
1626 (gdba): 'set height 0' in GDB.
1627 (gdb-display-end, gdb-frame-handler): Corrections to forming
1628 full expression name for header-line in display frame.
1629 (gdb-info-breakpoints-custom): Highlight breakpoints since
1630 they may be clicked on with mouse-2.
1631 (gdb-quit): Delete frames of displayed expressions when quitting.
1632 (gdb-delete-frames): New function.
1633 (gdb-source-info): Don't create stack buffer automatically.
1635 2003-01-04 Thien-Thi Nguyen <ttn@gnu.org>
1637 * xml.el (xml-substitute-special): Move "&" -> "&" last.
1639 2003-01-04 Kim F. Storm <storm@cua.dk>
1641 * simple.el (split-line): If present, copy fill-prefix from
1642 current line to new line. Don't copy if prefix arg.
1643 From Lisp, arg may be an alternative prefix string to copy.
1644 Inspired by Ehud Karni <ehud@unix.mvs.co.il>.
1646 * mail/sendmail.el (mail-split-line): New function.
1647 (mail-mode-map): Remap split-line to mail-split-line.
1649 2003-01-03 Dave Love <fx@gnu.org>
1651 * emacs-lisp/find-func.el (find-variable-noselect): Make it work
1652 with new load-history format.
1654 * international/mule-cmds.el (sort-coding-systems):
1655 Adjust priority of utf-16 and x-ctext.
1657 * international/utf-8.el (utf-translate-cjk):
1658 Call optimize-char-coding-system-table.
1660 * international/ucs-tables.el (ucs-unify-8859, ucs-fragment-8859):
1661 Call optimize-char-coding-system-table.
1663 * international/mule.el (register-char-codings): Don't call
1664 optimize-char-coding-system-table here.
1665 (keyboard-coding-system): Doc fix. Update :version.
1667 * textmodes/nroff-mode.el (nroff-mode-hook): Customize.
1668 (nroff-imenu-expression): New.
1669 (nroff-mode): Use it.
1671 * autoinsert.el (auto-insert-alist): Add man page skeleton.
1673 2003-01-03 Andre Spiegel <spiegel@gnu.org>
1675 * vc-rcs.el (vc-rcs-revert): Unlock only if the user does have
1678 2003-01-03 Kim F. Storm <storm@cua.dk>
1680 * emulation/cua-base.el (cua--pre-command-handler):
1681 Corrected handling of delete-selection properties.
1683 2003-01-03 John Paul Wallington <jpw@shootybangbang.com>
1685 * emacs-lisp/eldoc.el (eldoc-get-var-docstring): Only return a
1686 documentation string when `sym' is non-nil.
1688 2003-01-02 Steven Tamm <steventamm@mac.com>
1690 * scroll-bar.el (toggle-scroll-bar, scroll-bar-mode):
1691 Have scroll bars correctly default to being on the right for Mac
1692 Carbon port by testing "mac-carbon" feature, not window-system.
1694 2003-01-02 Markus Rost <rost@math.ohio-state.edu>
1696 * cus-edit.el (customize-group, customize-group-other-window):
1697 Call custom-load-symbol unconditionally.
1698 (customize-face, customize-face-other-window): Fix format arg.
1700 2003-01-02 John Paul Wallington <jpw@shootybangbang.com>
1702 * menu-bar.el (menu-bar-left-scroll-bar): Set `scroll-bar-mode'
1705 2003-01-01 Richard M. Stallman <rms@gnu.org>
1707 * mail/rmail.el (rmail-reply): Don't call mail-strip-quoted-names.
1709 * files.el (backup-buffer): Cope if file-modes returns nil.
1711 2002-12-30 Steven Tamm <steventamm@mac.com>
1713 * scroll-bar.el (toggle-scroll-bar, scroll-bar-mode):
1714 Have scroll bars correctly default to being on the right for Mac
1717 2002-12-29 Nick Roberts <nick@nick.uklinux.net>
1719 * gdb-ui.el (gdb-delete-display): Rename (gdb-delete-expression).
1720 (gdb-goto-bp-this-line): Rename (gdb-goto-breakpoint).
1721 (gdb-toggle-bp-this-line): Rename (gdb-toggle-breakpoint).
1722 (gdb-delete-bp-this-line): Rename (gdb-delete-breakpoint).
1723 (gdb-toggle-disp-this-line): Rename (gdb-toggle-display).
1724 (gdb-delete-disp-this-line): Rename (gdb-delete-display).
1725 (gud-gdba-marker-filter): Remove unnecessary save-match-data.
1726 (gdb-mouse-goto-breakpoint, gdb-frames-select): New functions.
1727 (gdb-frames-mouse-select): Simplify.
1728 Make keybindings (gdb-goto-breakpoint, gdb-frames-select, etc)
1729 consistent with other modes in emacs.
1730 (gdb-display-source-buffer): Return window of source buffer
1731 for (gud-display-line).
1733 2002-12-29 Markus Rost <rost@math.ohio-state.edu>
1735 * button.el (defface button): Add group.
1737 * cus-edit.el (customize-browse): Call `widget-setup'.
1739 2002-12-29 Andreas Schwab <schwab@suse.de>
1741 * Makefile.in: Generate cus-load.el and finder-inf.el in the
1742 source directory. Change dependencies on lisp files to explicitly
1744 (compile-calc): Fix command substitution.
1745 * cus-dep.el (generated-custom-dependencies-file): New variable.
1746 (custom-make-dependencies): Use it instead of hardcoding cus-load.el.
1747 * finder.el (generated-finder-keywords-file): New variable.
1748 (finder-compile-keywords): Use it instead of hardcoding finder-inf.el.
1750 2002-12-28 Richard M. Stallman <rms@gnu.org>
1752 * info-look.el (info-lookup): Fix error message typo.
1754 * comint.el (comint-mode): Locally set scroll-conservatively.
1755 (comint-postoutput-scroll-to-bottom): comint-scroll-show-maximum-output
1756 is active only when point is at end.
1758 * dired.el (dired-goto-file): Handle \ and ^M quoted by backslash.
1761 * files.el (find-file-noselect-1): Kill local value of `cursor-type'.
1763 * simple.el (repeat-complex-command): Signal real error on failure.
1765 2002-12-28 Andreas Schwab <schwab@suse.de>
1767 * progmodes/make-mode.el (makefile-font-lock-keywords):
1768 Highlight automatic variable references enclosed in parens and
1769 optionally suffixed by F or D.
1771 2002-12-27 Miles Bader <miles@gnu.org>
1773 * info.el (Info-complete-menu-item): Make `Info-complete-cache' a
1774 buffer-local variable.
1776 2002-12-26 Markus Rost <rost@math.ohio-state.edu>
1778 * cus-edit.el (customize-group-other-window): Use pop-to-buffer in
1779 the same way as `custom-buffer-create-other-window'.
1780 (customize-variable-other-window, customize-option-other-window):
1781 Definitions moved up.
1783 2002-12-26 Kai Gro
\e,A_
\e(Bjohann <kai.grossjohann@uni-duisburg.de>
1785 * net/tramp*.el: Sync with upstream version 2.0.28. Bugfixes.
1786 * net/tramp-ftp.el: Glue code with Ange-FTP, broken out of
1787 tramp.el. From Michael Albinus.
1788 * net/tramp-smb.el: New file for using smbclient to access
1789 Windows shares with Tramp. From Michael Albinus.
1791 2002-12-26 Andreas Schwab <schwab@suse.de>
1793 * international/mule-cmds.el (select-safe-coding-system): Fix typo.
1795 2002-12-26 Andre Spiegel <spiegel@gnu.org>
1797 * vc.el (vc-next-action-on-file): Use t argument to vc-checkout in
1798 order to get the latest version on the current branch.
1799 Update documentation of vc-BACKEND-checkout to explain this.
1801 * vc-rcs.el (vc-rcs-checkout): Handle t argument for REV.
1802 (vc-rcs-checkin): By default, specify the current workfile
1803 branch as the check-in revision.
1805 * vc-cvs.el (vc-cvs-checkout): Handle t argument for REV.
1807 * vc-sccs.el (vc-sccs-checkout): Likewise.
1809 2002-12-26 Nick Roberts <nick@nick.uklinux.net>
1811 * gdb-ui.el (gdb-info-display-custom): Ensure that frames/buffers
1812 of displayed expressions are deleted when the displayed expressions
1814 (gdb-delete-disp-this-line, gdb-delete-display): Frame/buffer
1815 deletion is handled by gdb-info-display-custom now.
1816 (gdb-source-info): Undo earlier change (do create display buffer
1819 2002-12-25 Markus Rost <rost@math.ohio-state.edu>
1821 * cus-edit.el (custom-save-faces): Fix typo.
1823 2002-12-23 Francesco Potort
\e,Al
\e(B <pot@gnu.org>
1825 * mail/undigest.el (unforward-rmail-message): Do not assume that
1826 the forwarded message's Date: header comes after From:. Use a
1827 Forwarded-from: rather than a Forwarded-by: header. Add a
1828 Forwarded-date: header.
1830 2002-12-23 Nick Roberts <nick@nick.uklinux.net>
1832 * gdb-ui.el (gdb-display-number-end): Make auto-display of
1833 expressions in GDB work on text-only terminals.
1834 (gdb-post-prompt): Compute current frame properly.
1835 (gdb-get-current-frame, gdb-frame-handler): New functions.
1836 (gdb-source-info): Move last statement into if clause.
1837 Tidy, improve documentation.
1839 2002-12-23 Richard M. Stallman <rms@gnu.org>
1841 * emacs-lisp/checkdoc.el: Don't define a name for the minor mode menu.
1843 * emacs-lisp/easymenu.el (easy-menu-do-define): Handle nil for SYMBOL.
1844 (easy-menu-define): Doc fix, say SYMBOL can be nil.
1846 * window.el (save-selected-window): Save and restore
1847 selected windows of all frames.
1849 * cus-start.el (scroll-up-aggressively, scroll-down-aggressively):
1850 Update custom types.
1852 2002-12-23 Alex Schroeder <alex@emacswiki.org>
1854 Merging Dave Love <fx@gnu.org>'s custom_themes branch containing
1855 Alex Schroeder's adaptation of Jan Vroonhof
1856 <vroonhof@math.ethz.ch>'s code. Doc strings corrected by RMS.
1858 * cus-edit.el (customize-save-variable): Take themes into account.
1859 (custom-variable-save): Take themes into account.
1860 (custom-variable-reset-saved): Add comment-widget.
1861 (custom-variable-reset-standard): Add comment-widget.
1862 (custom-variable-reset-standard): Take themes into account.
1863 (custom-face-save): Take themes into account.
1864 (custom-face-reset-standard): Take themes into account.
1865 (custom-save-variables): Take themes into account.
1866 (custom-save-faces): Take themes into account.
1867 (custom-save-resets): New function.
1868 (custom-save-loaded-themes): New function.
1869 (customize-save-customized): Take themes into account.
1871 * cus-face.el (custom-set-faces): Call custom-theme-set-faces.
1872 (custom-theme-set-faces): New function.
1873 (custom-theme-face-value): New function.
1874 (custom-theme-reset-internal-face): New function.
1875 (custom-theme-reset-faces): New function.
1876 (custom-reset-faces): New function.
1878 * custom.el (custom-known-themes): New variable.
1879 (custom-declare-theme): New function.
1880 (deftheme): New macro.
1881 (custom-make-theme-feature): New function.
1882 (custom-theme-p): New function.
1883 (custom-check-theme): New function.
1884 (custom-push-theme): New function.
1885 (custom-theme-set-variables): Take themes into account.
1886 (custom-loaded-themes): New variable.
1887 (custom-theme-loaded-p): New function.
1888 (provide-theme): New function.
1889 (require-theme): New function.
1890 (custom-remove-theme): New function.
1891 (custom-do-theme-reset): New function.
1892 (custom-theme-load-themes): New function.
1893 (custom-load-themes): New function.
1894 (custom-theme-value): New function.
1895 (custom-theme-variable-value): New function.
1896 (custom-theme-reset-internal): New function.
1897 (custom-theme-reset-variables): New function.
1898 (custom-reset-variables): New function.
1900 * cus-theme.el: New file.
1902 2002-12-23 Matthew Swift <swift@alum.mit.edu>
1904 * emacs-lisp/rx.el (rx-and): Generate a shy group.
1905 Specify `no-group' when calling rx-to-string.
1906 (rx-submatch): Specify `no-group' when calling rx-to-string.
1907 (rx-kleene): Use rx-atomic-p to decide whether to make a group.
1908 (rx-atomic-p): New function.
1910 2002-12-23 Kevin Ryde <user42@zip.com.au>
1912 * info-look.el (info-lookup): For ease of use try item
1913 case-insensitive if not found case-sensitive.
1914 Do case sensitive search in index nodes, so items differing only in
1915 case go correctly to their respective nodes.
1917 2002-12-22 Richard M. Stallman <rms@gnu.org>
1919 * subr.el (add-to-invisibility-spec): If it was t, start it out at (t).
1921 * textmodes/texinfmt.el (tex-start-of-header, tex-end-of-header):
1924 * textmodes/tex-mode.el (tex-print): Call shell-quote-argument
1927 * textmodes/outline.el (outline-next-visible-heading):
1928 When going forward, test outline-invisible-p at start of header.
1930 2002-12-22 Kevin Ryde <user42@zip.com.au>
1932 * textmodes/makeinfo.el (makeinfo-buffer): Display result using
1934 (makeinfo-compilation-sentinel-buffer, makeinfo-current-node):
1936 (makeinfo-compile): Add a sentinel parameter.
1937 (makeinfo-compilation-sentinel-region): Renamed from
1938 makeinfo-compilation-sentinel, and makeinfo-temp-file now never nil.
1939 (makeinfo-region): Use this.
1940 * info.el (Info-revert-find-node): New function.
1942 2002-12-22 Nick Roberts <nick@nick.uklinux.net>
1944 * tooltip.el (tooltip-gud-tips): Output tooltip without switching
1945 process filter (gdba in gdb-ui.el only).
1946 (gdb-tooltip-print): New function.
1947 (tooltip-gud-process-output): Undo previous change.
1948 (tooltip-strip-annotations): Remove.
1950 2002-12-22 Zoltan Kemenczy <zoltan@ieee.org>
1952 * gud.el (gud-menu-map): Add jdb support for "run".
1953 (gud-jdb-find-source-using-classpath): Use 'identity.
1954 (gud-jdb-marker-filter): Marker regexp and filename filtering
1955 change to support a backwards-incompatible change in Sun's jdb
1956 line number display in SDK versions 1.4.
1957 (gud-format-command): gud-find-class now requires two
1958 parameters (file and linenumber).
1959 (gud-find-class): Bulk of the change related to using c-syntactic
1960 symbols to locate nested class declarations in java sources
1961 visited by java-mode (cc-mode).
1963 2002-12-21 Nick Roberts <nick@nick.uklinux.net>
1965 * gdb-ui.el: Remove the concept of an instance. This means that
1966 a lot of functions have been renamed. Accessors are prefixed with
1967 gdb-get, setters with gdb-set and the word instance has been
1968 removed from many function and variable names.
1969 (gdb-display-buffer): Protect source buffer as well
1970 as GUD buffer when requesting new buffers.
1971 (gdb-source-info): Two changes : Don't create display buffer
1972 automatically, compute source window correctly.
1974 2002-12-21 Richard M. Stallman <rms@gnu.org>
1976 * man.el (Man-getpage-in-background): Put GROFF_NO_SGR in env.
1978 * ls-lisp.el (original-insert-directory): Make this a variable,
1979 don't set its function definition.
1980 (insert-directory): Use funcall to call that function.
1982 * bindings.el (help-echo): Change tooltip string.
1984 * chistory.el (command-history-map): Move definition up.
1986 * faces.el (help-xref-stack): Add defvar to avoid warning.
1988 2002-12-21 Andreas Schwab <schwab@suse.de>
1990 * dired.el (dired-insert-directory): Preserve text properties
1993 2002-12-20 Francesco Potort
\e,Al
\e(B <pot@gnu.org>
1995 * mail/undigest.el (rmail-mail-separator): Renamed from
1996 rmail-digest-mail-separator. All users changed.
1997 (unforward-rmail-message): Rewritten to be more robust and to
1998 additionally account for the common style of forwarding messages
1999 by citing them entirely with headers.
2001 2002-12-18 Dave Love <fx@gnu.org>
2003 * international/utf-8-subst.el: Deleted.
2005 * international/ucs-tables.el (ucs-fragment-8859): Don't modify
2006 char-coding-system-table elements destructively.
2007 Use optimize-char-coding-system-table.
2009 * international/mule.el (optimize-char-coding-system-table): New.
2010 (register-char-codings): Use it.
2012 * international/utf-8.el (ucs-mule-cjk-to-unicode)
2013 (ucs-unicode-to-mule-cjk): Revert last change.
2014 (utf-subst-table-for-encode): Initially use ucs-mule-cjk-to-unicode.
2015 (utf-subst-table-for-decode): Initially use ucs-unicode-to-mule-cjk.
2016 (utf-fragment-on-decoding, utf-translate-cjk): Don't modify
2017 char-coding-system-table elements destructively.
2018 (utf-translate-cjk): Set ucs-mule-cjk-to-unicode,
2019 ucs-unicode-to-mule-cjk to new hash tables with realistic parameters.
2021 2002-12-18 John Paul Wallington <jpw@shootybangbang.com>
2023 * info.el (Info-dir-remove-duplicates): Avoid infloop when
2024 deleting last entry.
2026 2002-12-17 Nick Roberts <nick@nick.uklinux.net>
2028 * gdb-ui.el (gdba-marker-filter, gdb-output-burst): Merge and
2029 rename gud-gdba-marker-filter.
2030 (gdb-append-to-inferior-io): Only pop up IO buffer if there is output.
2031 (gdb-make-instance): Remove (put into gdba).
2032 Use gdb-instance-enqueue-input instead of
2033 gdb-instance-enqueue-idle-input for user functions.
2034 (gdb-instance-target-string): Simplify.
2035 (in-gdb-instance-context): Remove.
2038 2002-12-17 Kenichi Handa <handa@m17n.org>
2040 * international/mule.el (set-file-name-coding-system): New function.
2042 * international/mule-cmds.el (mule-keymap, set-coding-system-map):
2043 Add bindings for set-file-name-coding-system.
2045 2002-12-17 Kenichi Handa <handa@m17n.org>
2047 * international/mule-cmds.el (universal-coding-system-argument):
2048 Bind coding-system-require-warning to t.
2049 (select-safe-coding-system): Handle t in the arg
2050 DEFAULT-CODING-SYSTEM specially. Use read-coding-system to read a
2051 coding-system to allow users to specify unsafe coding system on
2054 2002-12-16 Francesco Potort
\e,Al
\e(B <pot@gnu.org>
2056 * mail/undigest.el (rmail-digest-methods)
2057 (rmail-digest-mail-separator): New variables.
2058 (rmail-digest-parse-mime, rmail-digest-parse-rfc1153strict)
2059 (rmail-digest-parse-rfc1153sloppy, rmail-digest-rfc1153)
2060 (rmail-digest-parse-rfc934): New functions.
2061 (undigestify-rmail-message): Completely rewritten.
2063 2002-12-16 Kim F. Storm <storm@cua.dk>
2065 * ido.el (ido-read-file-name): Remove debug message.
2067 2002-12-16 Daniel Pfeiffer <occitan@esperanto.org>
2069 * buff-menu.el (Buffer-menu, Buffer-menu-use-header-line)
2070 (Buffer-menu-buffer-face, Buffer-menu-buffer+size-width)
2071 (Buffer-menu-mode-width): New customization.
2072 (Buffer-menu-sort-column): New var.
2073 (Buffer-menu-no-header): New function for not changing header line and
2074 recognizing swapped M&R columns, used by modifying commands in Buffer
2076 (Buffer-menu-buffer+size): New function for variable width buffer name.
2077 (list-buffers-noselect): Rewritten for nicer menu.
2079 2002-12-16 Markus Rost <rost@math.ohio-state.edu>
2081 * filesets.el (filesets-build-menu-now): Don't clear messages.
2083 * allout.el: Avoid name conflicts with outline.el.
2084 Replace globally string "outline-" with string "allout-".
2085 Replaced 1446 occurrences; there was no string "allout-" before the
2086 change and there seems to be no dependency on outline.el.
2087 Put `quotes' around many function and variable names.
2088 Doc changes to adjust to the change to prefix "allout-".
2089 Don't provide `outline'. Use " Allout" as mode line string,
2090 not " Outl". Put group `allout' in group `editing'.
2091 Update Copyright notice. Autoload `allout-init'.
2092 (allout-init): Give report also in case auto-activation was inhibited.
2093 (my-mark-marker): Test for feature `xemacs' instead of a string parse.
2095 2002-12-16 Stefan Monnier <monnier@cs.yale.edu>
2097 * xml.el (xml-parse-tag): Allow spaces between / and >.
2099 2002-12-15 David Kastrup <David.Kastrup@t-online.de>
2101 * emacs-lisp/autoload.el (autoload-ensure-default-file):
2102 Insert missing space in file end comment.
2104 2002-12-15 Simon Josefsson <jas@extundo.com>
2106 * mail/smtpmail.el (smtpmail-via-smtp): Fall back to
2107 user-mail-address as sender.
2109 2002-12-15 Dave Love <fx@gnu.org>
2111 * international/mule-cmds.el (standard-keyboard-coding-systems):
2113 (set-locale-environment): Don't use it.
2115 * international/utf-8.el (ucs-mule-cjk-to-unicode)
2116 (utf-subst-table-for-encode, ucs-unicode-to-mule-cjk)
2117 (utf-subst-table-for-decode): Specify :size, :rehash-size.
2118 (utf-translate-cjk): :set rewritten to load subst-... files.
2120 (ccl-decode-mule-utf-8): Consider CJK translation for r3<#x3400.
2122 2002-12-15 Gustav H
\e,Ae
\e(Bllberg <gustav@virtutech.se> (tiny change)
2124 * progmodes/compile.el (compile-reinitialize-errors): Don't mark the
2125 buffer as modified unless it really is.
2127 2002-12-14 Andreas Schwab <schwab@suse.de>
2129 * wid-edit.el (widget-move): Don't loop infinitely when there is
2132 2002-12-13 Stefan Monnier <monnier@cs.yale.edu>
2134 * uniquify.el (uniquify-rationalize-file-buffer-names, rename-buffer)
2135 (uniquify-delay-rationalize-file-buffer-names, kill-buffer-hook):
2136 Undo 2002/09/27 change because kill-buffer-hook is not
2139 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
2140 Optimize the remaining part of for-effect and/or expressions.
2142 2002-12-13 Markus Rost <rost@math.ohio-state.edu>
2144 * emacs-lisp/easy-mmode.el (define-minor-mode):
2145 Use `custom-current-group'. Pass all groups to the hook.
2146 (easy-mmode-define-global-mode): Use `custom-current-group'.
2148 * international/mule-cmds.el (current-language-environment):
2149 Set type according to `language-info-alist' also here.
2151 * progmodes/compile.el (compilation-menu-map):
2152 Use `kill-compilation' to stop compilation.
2154 2002-12-13 Kenichi Handa <handa@m17n.org>
2156 * language/european.el (encode-mac-roman): Fix last change.
2158 * language/cyrillic.el (ccl-encode-koi8, ccl-encode-koi8-u)
2159 (ccl-encode-alternativnyj): Fix last change.
2161 2002-12-13 Nick Roberts <nick@nick.uklinux.net>
2163 * gdb-ui.el: Improve documentation strings.
2164 (gdb-many-windows): Set default value to nil.
2166 2002-12-12 Dave Love <fx@gnu.org>
2168 * international/subst-big5.el, international/subst-gb2312.el:
2169 * international/subst-jis.el, international/subst-ksc.el: New.
2171 * custom.el (defcustom, custom-set-variables): Doc fix.
2173 * emacs-lisp/bytecomp.el (byte-compile-if): Suppress warnings from
2174 things protected by `(if (fboundp ...' or `(if (boundp ...'.
2176 * emacs-lisp/byte-opt.el (byte-optimize-featurep): New.
2178 2002-12-12 Glenn Morris <gmorris@ast.cam.ac.uk>
2180 * progmodes/fortran.el (fortran-mode-abbrev-table):
2181 Handle `define-abbrev' with either 5 or 6 arguments.
2183 2002-12-12 Markus Rost <rost@math.ohio-state.edu>
2185 * international/mule-cmds.el (set-language-info):
2186 Update custom-type of `current-language-environment'.
2187 (current-language-environment): Fix custom type.
2189 2002-12-11 Pavel Jan
\e,Bm
\e(Bk <Pavel@Janik.cz>
2191 * progmodes/antlr-mode.el (antlr): New URL.
2193 2002-12-10 R. Bernstein <rocky@panix.com>
2195 * gud.el (bashdb): Prompt now included parenthesis for subshell levels.
2196 Fix erroneous print expression command, and fix typos.
2197 (perldb): Undo previous change in prompt regexp.
2199 2002-12-10 Steven Tamm <steventamm@mac.com>
2201 * generic-x.el (javascript-generic-mode): Added C style block
2202 comments as used in ECMA-262 standard.
2204 2002-12-10 Kenichi Handa <handa@m17n.org>
2206 * language/european.el ("Swedish"): Change tutorial file name to
2207 TUTORIAL.sv in this langauge environment..
2209 2002-12-09 John Paul Wallington <jpw@shootybangbang.com>
2211 * ibuffer.el (ibuffer-mode): If `show-paren-mode' is enabled,
2212 disable it buffer-locally.
2213 (ibuffer-mouse-popup-menu): Use `=' instead of `eq' to compare
2214 `eventpt' and point.
2216 * ibuf-ext.el (ibuffer-remove-duplicates): New function.
2217 (ibuffer-set-filter-groups-by-mode): Use it instead of
2218 `delete-duplicates' so we don't require cl library at runtime.
2219 (ibuffer-insert-filter-group-before): Don't use `position' so we
2220 don't require cl library at runtime.
2222 * chistory.el (command-history-mode): Add interactive spec.
2225 2002-12-09 Richard M. Stallman <rms@gnu.org>
2227 * isearch.el (isearch-no-upper-case-p): \\ only quotes one character.
2229 2002-12-09 Markus Rost <rost@math.ohio-state.edu>
2231 * mwheel.el (mouse-wheel-scroll-amount): Revert previous change -
2232 customize type 'float is now defined.
2234 2002-12-09 Dave Love <fx@gnu.org>
2236 * international/code-pages.el (mik, pt154): New coding systems.
2238 * international/ucs-tables.el: Fix properly.
2240 2002-12-09 Andreas Schwab <schwab@suse.de>
2242 * international/ucs-tables.el: Fix last change.
2244 2002-12-09 Kenichi Handa <handa@m17n.org>
2246 * international/titdic-cnv.el (titdic-convert): Process the
2247 header part in multibyte mode.
2249 2002-12-08 Dave Love <fx@gnu.org>
2251 * international/code-pages.el (mule-diag): Move where it's required.
2253 * international/ucs-tables.el: Add latin-jisx0201 characters.
2254 Fix translation-table-for-input for lao, thai, tibetan.
2256 2002-12-08 Andreas Schwab <schwab@suse.de>
2258 * files.el (insert-directory): Insert free space only when
2259 listing a full directory.
2261 2002-12-08 Nick Roberts <nick@nick.uklinux.net>
2263 * gdb-ui.el : Remove inappropriate key-bindings.
2264 (gdb-info-breakpoints-custom, gdb-goto-bp-this-line):
2265 Parse correctly when breakpoint has no line number.
2266 (def-gdb-auto-update-handler, gdb-info-locals-handler),
2267 (gdb-display-end): Avoid using insert-buffer.
2268 (gdb-frames-select-by-mouse): Rename gdb-frames-mouse-select.
2270 2002-12-07 Richard M. Stallman <rms@gnu.org>
2272 * progmodes/compile.el (compilation-enter-directory-regexp-alist)
2273 (compilation-leave-directory-regexp-alist): Match byte compiler output.
2275 * emacs-lisp/cl-macs.el: Add local variable list
2276 to turn off cl-function warnings.
2278 * emacs-lisp/bytecomp.el (byte-compile-eval): Handle (t . SYMBOL)
2279 elements in load-history.
2280 (byte-compile-cl-warn): No cl warnings for cl-defsubst-expand
2281 and cl-struct-setf-expander.
2283 * emacs-lisp/autoload.el (autoload-print-form-outbuf):
2285 (autoload-print-form): Use autoload-print-form-outbuf.
2286 (generate-file-autoloads): Bind autoload-print-form-outbuf.
2288 * calendar/calendar.el (calendar-day-name): Move defn down.
2290 * speedbar.el (speedbar-directory-buttons-follow):
2291 Don't use directory-sep-char.
2293 2002-12-06 Masatake YAMATO <jet@gyve.org> (tiny change)
2295 * register.el (describe-register-1): Use window-width
2296 to truncate string in a register. Check whether the string
2297 in a register is an empty string or a sequence of white spaces.
2299 2002-12-07 Andreas Schwab <schwab@suse.de>
2301 * faces.el (face-font-selection-order)
2302 (face-font-family-alternatives, face-font-registry-alternatives):
2303 Remove period from :tag value.
2305 * cus-edit.el (custom-face-edit-fix-value): Change :reverse-video
2308 2002-12-07 Markus Rost <rost@math.ohio-state.edu>
2310 * wid-edit.el (define-widget number): Clarify doc and error message.
2311 (define-widget float): New widget.
2313 2002-12-07 Andreas Schwab <schwab@suse.de>
2315 * eshell/em-ls.el (eshell-ls-product-regexp): Fix typo.
2317 * files.el (find-file-read-args): Reenable wildcard processing
2320 2002-12-06 Robert J. Chassell <bob@rattlesnake.com>
2322 * textmodes/texinfmt.el (texinfo-format-scan): Handle new
2323 functions for copyright notice and copying permissions.
2324 (texinfo-copying, texinfo-insertcopying): New functions.
2326 2002-12-03 TAKAHASHI Kaoru <kaoru@kaisei.org>
2328 * textmodes/texinfmt.el (texinfo-format-ifxml)
2329 (texinfo-format-xml): New function.
2330 (ifxml, ifnotxml): New aliases.
2332 2002-12-06 Dave Love <fx@gnu.org>
2334 * international/utf-8-subst.el: Revert last change.
2336 2002-12-06 Miles Bader <miles@gnu.org>
2338 * info.el (Info-insert-dir): Make dir-node-cache variables
2339 buffer-local, so that killing the *info* buffer forces the
2340 dir-node to be rebuilt.
2342 2002-12-06 Markus Rost <rost@math.ohio-state.edu>
2344 * finder.el (finder-compile-keywords): Don't insert a keyword to
2347 2002-12-05 Andreas Schwab <schwab@suse.de>
2349 * speedbar.el (speedbar-highlight-face): Fix face spec.
2351 2002-12-05 Stefan Monnier <monnier@cs.yale.edu>
2353 * gdb-ui.el: Replace uses of (gdb-get-instance-buffer 'gdba) and
2354 gdb-proc with gud-comint-buffer instead.
2356 (def-gdb-var): Simplify.
2357 (gdb-get-create-instance-buffer): Avoid make-variable-buffer-local.
2358 Set gud-comint-buffer as well as gud-minor-mode and tool-bar-map.
2359 (gdb-goto-bp-this-line): Select the window while doing the goto-line.
2360 (gdb-info-locals-handler): Avoid replace-regexp.
2362 * calendar/calendar.el (facemenu-unlisted-faces): Only update
2363 after facemenu is loaded.
2364 (calendar-font-lock-keywords): Accept non-ASCII month names.
2367 * gdb-ui.el (gud-gdb-complete-string, gud-gdb-complete-break)
2368 (gud-gdb-complete-list, gud-gdb-complete-in-progress): Remove.
2369 (gdba): Call `gdb' and then make modifications.
2370 Always call gdb-clear-inferior-io rather than just "the first time".
2371 (gud-break, gud-remove): Definitions moved to inside gdba.
2372 (gdb-target-name): Remove. Use gud-target-name instead.
2373 (gdba-complete-filter, gdba-common-init): Remove.
2374 The changes were integrated into the generic code.
2376 * gud.el: Use match-string.
2377 (gud-menu-map): Re-fix gdb-running to gud-running.
2378 Activate up/down and finish for pdb.
2379 (gud-def): Use backquotes.
2380 (gdb, sdb, dbx, xdb, pdb, jdb, bashdb): Remove redundant menu bindings.
2381 (gud-gdb-complete-in-progress, gud-gdb-complete-string)
2382 (gud-gdb-complete-break, gud-gdb-complete-list):
2383 Rename to gud-gdb-fetch-lines-in-progress, gud-gdb-fetch-lines-string,
2384 gud-gdb-fetch-lines-break and gud-gdb-fetched-lines.
2385 (gud-gdb-fetch-lines-filter): Rename from gud-gdb-complete-filter.
2386 Add a `filter' argument and run it on `string'.
2387 (gud-gdb-run-command-fetch-lines): Use it instead of
2388 gud-gdb-speedbar-stack-filter. Add a `skip' arg.
2389 Return the fetched lines.
2390 (gud-gdb-complete-command): Use it instead of cooking up
2391 something by hand using gud-gdb-complete-filter.
2392 (gud-gdb-get-stackframe): Use the new calling convention of
2393 gud-gdb-run-command-fetch-lines.
2394 (gud-gdb-fetched-stack-frame-list): Remove.
2395 (gud-gdb-speedbar-stack-filter): Remove.
2396 (gud-jdb-marker-filter): Change RE for easier extraction of submatches.
2397 (gud-bashdb-command-name): Add "--debugger" argument here.
2398 (bashdb): Use default gud-find-file and don't bother with
2399 a massage-args function now that --debugger is make explicit.
2400 (gud-bashdb-massage-args, gud-bashdb-find-file): Remove.
2401 (bashdb): Don't provide.
2402 (gud-target-name): New var.
2403 (gud-common-init): Set it.
2404 Also reset gud-running and gud-last-last-frame.
2406 2002-12-05 Dave Love <fx@gnu.org>
2408 * international/utf-8-subst.el: Update safe-chars of mule-utf-8,
2409 mule-utf-16-le, mule-utf-16-be.
2411 2002-12-05 Richard M. Stallman <rms@gnu.org>
2413 * textmodes/outline.el (outline-mode): Doc fix.
2415 2002-12-05 Edward M. Reingold <reingold@emr.cs.iit.edu>
2417 * calendar/solar.el (solar-atn2): Give correct quadrant for arctan.
2419 2002-12-05 Kenichi Handa <handa@m17n.org>
2421 * international/titdic-cnv.el (quail-misc-package-ext-info):
2422 Remove duplicate entry for chinese-b5-quick.
2423 (batch-miscdic-convert): Don't try to call miscdic-convert on
2424 files in the directory just following the arg "-dir".
2426 2002-12-04 Stefan Monnier <monnier@cs.yale.edu>
2428 * gdb-ui.el: Fold top-level `setq's and `define-key's into their
2429 corresponding defvar.
2430 (gdb-inferior-io-mode-map): New var.
2431 Add bindings to it rather than to comint-mode-map.
2432 (gdb-display-number-end): Use dolist. Remove always-true test.
2433 (gdb-delete-line): Move and simplify.
2434 (gdb-display-end): Don't bother going to beg-of-line since we're there.
2435 (gdb-array-format1): Use dolist.
2436 (gdb-make-windows-menu, gdb-make-frames-menu):
2437 Move to top-level code. Move the menus to within the GUD menu.
2438 Make the menus only appear in gdba mode.
2440 * gdb-ui.el (gdb-inferior-io-mode-map): Remove (unused).
2441 (gdb-inferior-io-mode): Use define-minor-mode.
2442 (gdb-source-info): Don't burp if there's no source file.
2443 (gdb-inferior-io-interrupt, gdb-inferior-io-quit)
2444 (gdb-inferior-io-stop, gdb-inferior-io-eof)
2445 (gdb-display-breakpoints-buffer, gdb-frame-breakpoints-buffer)
2446 (gdb-display-stack-buffer, gdb-frame-stack-buffer)
2447 (gdb-display-registers-buffer, gdb-frame-registers-buffer)
2448 (gdb-display-locals-buffer, gdb-frame-locals-buffer)
2449 (gdb-display-display-buffer, gdb-frame-display-buffer)
2450 (gdb-display-gdb-buffer, gdb-frame-gdb-buffer)
2451 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
2452 Remove the spurious left over arg from the "big reorg".
2454 2002-12-04 Richard M. Stallman <rms@gnu.org>
2456 * gud.el (gud-menu-map): Update for bashdb.
2457 (perldb): Change prompt regexp.
2458 (gud-bashdb-history, gud-bashdb-massage-args, gud-bashdb-marker-filter)
2459 (gud-bashdb-find-file, gud-bashdb-command-name, bashdb): New.
2461 * progmodes/cc-vars.el: Simply require wid-edit and custom
2462 in eval-when-compile.
2464 * progmodes/cc-menus.el: Don't require imenu.
2466 * progmodes/cc-langs.el: Don't require cl.
2467 (c-delete-duplicates): New function. Use instead of delete-duplicates.
2469 * progmodes/cc-bytecomp.el (cc-bytecomp-obsolete-var):
2470 Add an else-clause to the if to avoid confused compiler warning.
2472 * tooltip.el (tooltip-gud-tips-p): Undo previous change.
2474 2002-12-03 Stefan Monnier <monnier@cs.yale.edu>
2476 * gdb-ui.el: Get rid of (quote ..); use match-string and ignore.
2478 * gdb-ui.el (gdba, gdb-starting, gdb-stopped, gdb-quit):
2479 Update gdb-running -> gud-running.
2480 (gdba): Use the default for gud-find-file.
2481 (def-gdb-variable): Remove: fold into def-gdb-var.
2482 (def-gdb-var): Use buffer-local-value and with-current-buffer.
2484 * gud.el (gud-running): Rename from gdb-running. Update uses.
2485 (gud-tool-bar-map): Use tool-bar-local-item-from-menu rather than
2486 tool-bar-add-item-from-menu to avoid let binding tool-bar-map
2487 which fails if tool-bar.el is loaded in the mean time.
2488 (gud-file-name): New fun.
2489 (gud-find-file): Use it as default value for gud-find-file.
2490 (gud-speedbar-buttons): Discriminate on gud-minor-mode rather than
2492 (gud-gdb-find-file, gud-dbx-file-name, gud-dbx-find-file)
2493 (gud-xdb-file-name, gud-xdb-find-file, gud-perldb-find-file)
2494 (gud-pdb-find-file, gud-jdb-find-file): Remove.
2495 (gud-query-cmdline): Don't stuff the whole cwd in the command.
2496 (gdb, dbx, xdb, perldb, pdb, jdb): Use the default for gud-find-file.
2497 (gud-mipsdbx-massage-args): Remove.
2498 (gud-dbx-command-name): New var. Do what gud-mipsdbx-massage-args did.
2499 (gud-irixdbx-marker-filter): Use match-string and gud-file-name.
2500 (gud-jdb-command-name): New var.
2501 (gud-common-init): Re-instate RMS code of 11/13.
2503 2002-12-03 Dave Love <fx@gnu.org>
2505 * international/ucs-tables.el (ucs-unify-8859, ucs-unify-8859)
2506 (ucs-fragment-8859): Don't use set-buffer-major-mode-hook.
2507 (ucs-set-table-for-input): Use optional arg. Check for null `cs'.
2509 2002-12-03 Andreas Schwab <schwab@suse.de>
2511 * cus-edit.el (custom-display): Add checkbox for type mac.
2513 * whitespace.el (whitespace-highlight-face): Fix face spec.
2515 2002-12-02 Stefan Monnier <monnier@cs.yale.edu>
2517 * simple.el (completion-setup-function): Fix last change to use
2518 minibuffer-completing-file-name instead.
2520 * add-log.el (change-log-mode): Set indent-line-function explicitly
2521 to what it was before indent-line-function's default was changed.
2523 2002-12-02 Richard M. Stallman <rms@gnu.org>
2525 * textmodes/ispell.el (ispell-dict-map): Move specific
2526 dictionary selection into a submenu.
2528 * textmodes/fill.el (fill-indent-to-left-margin): New function.
2529 (fill-newline, fill-region-as-paragraph): Use that.
2531 * simple.el (completion-setup-function):
2532 Handle ffap-read-file-or-url-internal specially like
2533 read-file-name-internal.
2535 2002-12-02 Simon Marshall <marshals@perth>
2537 * font-lock.el (c++-font-lock-extra-types): Fix previous change.
2539 2002-12-02 Fran
\e,Ag
\e(Bois Pinard <pinard@iro.umontreal.ca>
2541 * progmodes/make-mode.el (makefile-font-lock-keywords): Highlight
2542 more make keywords: defined, endef, override, export, unexport
2545 2002-12-02 Dave Love <fx@gnu.org>
2547 * autoarg.el (autoarg-kp-mode): Give it a :group.
2549 2002-12-02 Noah Friedman <friedman@splode.com>
2551 * complete.el (PC-do-completion): Do not add wildcards to pattern
2552 unless filename is non-nil.
2554 2002-12-02 Andreas Schwab <schwab@suse.de>
2556 * mwheel.el (mouse-wheel-scroll-amount): Fix customize type.
2558 * paren.el (show-paren-mismatch-face): Fix face spec.
2560 2002-11-30 Nick Roberts <nick@nick.uklinux.net>
2562 * gdb-ui.el (gdb-many-windows): Define as a minor mode.
2563 (toggle-gdb-windows): Remove. (Patch from Stefan Monnier)
2565 * tooltip.el (tooltip-gud-process-output): Handle annotations that
2566 are output with gdba in gdb-ui.el.
2567 (tooltip-strip-annotations): New function.
2569 2002-12-29 Dave Love <fx@gnu.org>
2571 * autoarg.el (autoarg-mode): Give it a :group.
2573 2002-11-29 Bill Wohler <wohler@newt.com>
2575 * mail/mh-comp.el, mail/mh-e.el, mail/mh-funcs.el,
2576 mail/mh-mime.el, mail/mh-pick.el, mail/mh-seq.el,
2577 mail/mh-utils.el, mail/mh-xemacs-compat.el: Upgraded to MH-E
2580 * mail/mh-index.el, mail/mh-speed.el: New files for indexed
2581 searches and speedbar support in MH-E version 7.0.
2583 * toolbar/reply-all.pbm, toolbar/reply-all.xpm,
2584 toolbar/reply-from.pbm, toolbar/reply-from.xpm,
2585 toolbar/reply-to.pbm, toolbar/reply-to.xpm: New toolbar images for
2588 2002-11-29 Markus Rost <rost@math.ohio-state.edu>
2590 * mwheel.el (mouse-wheel-inhibit-click-time): Fix custom type.
2592 2002-11-29 Richard M. Stallman <rms@gnu.org>
2594 * mail/rmail.el (rmail-convert-to-babyl-format):
2595 Make search for message delimiter case-sensitive.
2597 * simple.el (yank-window-start): New variable.
2598 (yank): Record yank-window-start
2599 (yank-pop): Use yank-window-start.
2601 * info.el (Info-additional-directory-list): Doc fix.
2603 * indent.el (indent-according-to-mode, indent-region): Doc fix.
2605 * tooltip.el (tooltip-gud-tips-p): Doc fix.
2607 * eshell/em-script.el: Require eshell.
2609 * eshell/esh-ext.el, eshell/em-cmpl.el: Require esh-util.
2611 2002-11-29 Kim F. Storm <storm@cua.dk>
2613 * mwheel.el: Avoid accidental yanking of text while scrolling with
2614 the mouse wheel. This adds a short period after each mouse wheel
2615 scroll event where a click on the mouse wheel button is ignored.
2616 (mouse-wheel-click-event, mouse-wheel-inhibit-click-time): New customs.
2617 (mouse-wheel-click-button, mwheel-inhibit-click-event-timer): New vars.
2618 (mwheel-inhibit-click-timeout,mwheel-filter-click-events): New defuns.
2619 (mwheel-scroll): Add mwheel-filter-click-events as pre-command-hook.
2620 Start mwheel-inhibit-click-event-timer with timeout handler
2621 mwheel-inhibit-click-timeout.
2623 2002-11-28 Nick Roberts <nick@nick.uklinux.net>
2625 * tooltip.el (tooltip-gud-tips-setup): Remove.
2626 (tooltip-gud-debugger): Remove.
2627 (tooltip-gud-print-command): Use gud-minor mode instead of
2628 tooltip-gud-tips-setup and tooltip-gud-debugger.
2630 * gdb-ui.el (gdb-starting): Set gdb-running to t.
2631 (gdb-stopped): Set gdb-running to nil.
2632 (gdb-quit): Reset some variables including tool-bar-map.
2634 * gud.el (gdb-running): New variable.
2635 (gud-menu-map): Use gdb-running to grey out toolbar buttons
2636 with gdba in gdb-ui.el.
2637 (gud-tool-bar-map): Move to avoid byte compiler warning.
2639 2002-11-27 Jason Rumney <jasonr@gnu.org>
2641 * files.el (file-truename): Canonicalize non-existent names on w32.
2643 2002-11-28 Kim F. Storm <storm@cua.dk>
2645 * ido.el (ido-xemacs): Remove defvar. All uses changed to
2646 check (featurep 'xemacs) instead.
2647 (ido-visit-buffer): Use select-frame-set-input-focus unconditionally.
2649 2002-11-27 Dave Love <fx@gnu.org>
2651 * emacs-lisp/cl-macs.el: Move `predicates for analyzing Lisp
2652 forms' block to top (before uses).
2653 (help-fns): Don't require at top level. (Recursively.)
2654 (cl-transform-lambda): Require help-fns.
2656 2002-11-26 Dave Love <fx@gnu.org>
2658 * language/european.el (encode-mac-roman): Deal with unencodable
2661 * language/cyrillic.el (ccl-encode-koi8, ccl-encode-koi8-u)
2662 (ccl-encode-alternativnyj): Deal with unencodable characters.
2664 * international/code-pages.el (cp-make-coding-system): Deal with
2665 unencodable characters.
2667 2002-11-24 Richard M. Stallman <rms@gnu.org>
2669 * mail/sendmail.el (mail-signature): Handle case where
2670 value of mail-signature is a string.
2672 * menu-bar.el (menu-bar-describe-menu): Add "What's This?" item.
2674 * faces.el (face-set-after-frame-default): Ignore errors
2675 in face-spec-face-set.
2677 * cus-face.el (custom-declare-face): Add face-defface-spec
2678 prop after applying the face spec.
2680 2002-11-23 Nick Roberts <nick@nick.uklinux.net>
2682 * tooltip.el (tooltip-gud-print-command): Add server prefix to the
2683 print command for gdb to keep it out of the command history.
2685 * gdb-ui.el: Major re-organisation. Simplify legacy gdba
2686 code to allow only one gdb process.
2688 2002-11-23 Markus Rost <rost@math.ohio-state.edu>
2690 * scroll-all.el (scroll-all-mode): Move arg LIGHTER to the right
2693 2002-11-22 Simon Marshall <marshals@perth>
2695 * font-lock.el (c++-font-lock-extra-types): Add various STL classes.
2697 2002-11-21 Nick Roberts <nick@nick.uklinux.net>
2699 * gdb-ui.el : General tidying. Patches from Stefan Monnier.
2701 2002-11-20 Simon Josefsson <jas@extundo.com>
2703 * play/morse.el (morse-code): Add non-ASCII characters, according
2704 to table at http://www.soton.ac.uk/~scp93ch/morse/.
2706 2002-11-21 Richard M. Stallman <rms@gnu.org>
2708 * dired.el (dired-sort-inhibit): New variable.
2709 (dired-sort-toggle-or-edit): Err if dired-sort-inhibit non-nil.
2711 * find-dired.el (find-dired): Set dired-sort-inhibit to t
2714 2002-11-21 Eugene Exarevsky <zheka@relex.ru>
2716 * progmodes/sql.el: Added LINTER support.
2717 (sql-linter-program): New variable.
2718 (sql-linter-options): New variable.
2719 (sql-mode-menu): Added Linter keywords.
2720 (sql-mode-linter-font-lock-keywords): New variable.
2721 (sql-highlight-linter-keywords): New function.
2722 (sql-linter): New function.
2723 (sql-ms-options): New variable.
2726 2002-11-21 John Paul Wallington <jpw@shootybangbang.com>
2728 * ibuffer.el (ibuffer-formats): Change default value; bump width
2729 of size column in first format to 7.
2731 2002-11-20 Stefan Monnier <monnier@cs.yale.edu>
2733 * help-fns.el (describe-variable): Look for (defvar . <sym>) in the
2734 load-history since `defvar' now uses this format.
2736 * custom.el (custom-declare-variable): Use push.
2737 Use the (defvar . <sym>) format in load-history like `defvar' does.
2739 * subr.el (symbol-file): Accept a non-atomic `function' arg.
2740 (with-local-quit): Add debug and indentation info.
2742 2002-11-20 John Paul Wallington <jpw@shootybangbang.com>
2744 * subr.el (symbol-file): Remove unused variable `functions'.
2746 2002-11-20 Markus Rost <rost@math.ohio-state.edu>
2748 * Makefile.in (setwins_almost): Renamed from finder_setwins.
2749 (custom-deps): Use it.
2750 (finder-data): Adjust to that name change.
2752 2002-11-19 Stefan Monnier <monnier@cs.yale.edu>
2754 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
2755 Turn errors into messages so they don't get ignored.
2756 (eldoc-get-fnsym-args-string): Use help-split-fundoc.
2757 (eldoc-beginning-of-sexp): Simplify.
2758 (eldoc-function-arglist): Remove.
2759 (eldoc-function-argstring): Use help-function-arglist instead.
2760 (eldoc-function-argstring-from-docstring-method-table)
2761 (eldoc-function-argstring-from-docstring): Remove.
2763 * emacs-lisp/cl.el (multiple-value-call): Add docstring.
2765 2002-11-19 Dave Love <fx@gnu.org>
2767 * emacs-lisp/bytecomp.el (maphash, map-char-table):
2768 Use byte-compile-funarg.
2770 * emacs-lisp/byte-opt.el (side-effect-free-fns): Several additions.
2772 2002-11-19 Markus Rost <rost@math.ohio-state.edu>
2774 * progmodes/vhdl-mode.el (defgroup vhdl-related): Declare the
2775 members here rather than with custom-add-to-group. This is the
2776 intended way of using defgroup and also lets
2777 custom-make-dependencies do its job.
2778 (defgroup vhdl-highlight-faces): Ditto.
2780 * emacs-lisp/shadow.el (defgroup lisp-shadow): New group name.
2781 Previous group name shadow is used in shadowfile.el.
2782 (shadows-compare-text-p): Use group lisp-shadow.
2784 2002-11-19 Stefan Monnier <monnier@cs.yale.edu>
2786 * emacs-lisp/cl.el (multiple-value-call): Add docstring.
2788 2002-11-19 Masatake Yamato <jet@gyve.org> (tiny change)
2790 * register.el (describe-register-1): Don't assign to val the value
2791 returned by `remove-list-of-text-properties'.
2793 2002-11-18 Kai Gro
\e,A_
\e(Bjohann <kai.grossjohann@uni-duisburg.de>
2795 * calendar/diary-lib.el (fancy-diary-font-lock-keywords):
2796 Grok month numbers, too.
2798 2002-11-18 Juanma Barranquero <lektu@terra.es>
2800 * mail/smtpmail.el (smtpmail-send-queued-mail): Add autoload cookie.
2802 2002-11-18 Markus Rost <rost@math.ohio-state.edu>
2804 * pcvs.el (cvs-minor-mode, cvs-mode-commit-hook): Add group.
2806 * textmodes/refill.el (defgroup refill): New group.
2808 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Add group.
2810 * textmodes/sgml-mode.el (html-autoview-mode): Add group.
2812 * textmodes/paragraphs.el (use-hard-newlines): Add group.
2814 * progmodes/compile.el (compilation-shell-minor-mode): Add group.
2815 (compilation-minor-mode): Add group.
2817 * reveal.el (global-reveal-mode): Add group.
2819 * bookmark.el (bookmark-menu-length): Fix group name.
2821 2002-11-17 Richard M. Stallman <rms@gnu.org>
2823 * mail/rmail.el (rmail-ignored-headers): Add more headers.
2825 * calendar/parse-time.el (parse-time-elt): Var renamed from `elt'.
2826 (parse-time-val): Var renamed from `val'. All uses changed.
2828 * files.el (parse-time-rules): Mark it as risky.
2830 * finder.el (finder-commentary): Use buffer *Finder-package*.
2832 * menu-bar.el (menu-bar-options-menu): Improve tooltip string.
2834 * simple.el (indicate-unused-lines)
2835 (default-indicate-unused-lines): New variable aliases.
2837 2002-11-18 Kenichi Handa <handa@m17n.org>
2839 * progmodes/cc-vars.el: Undo previous change.
2841 2002-11-18 Kenichi Handa <handa@m17n.org>
2843 * language/cyrillic.el (cyrillic-iso-8bit): Make it safe.
2845 * language/european.el (iso-latin-1): Make it safe.
2846 (iso-latin-2, iso-latin-3, iso-latin-4, iso-latin-5, iso-latin-8)
2847 (iso-latin-9): Likewise.
2849 * language/greek.el (greek-iso-8bit): Make it safe.
2851 * language/hebrew.el (hebrew-iso-8bit): Make it safe.
2853 * language/lao.el (lao): Make it safe.
2855 * language/thai.el (thai-tis620): Make it safe.
2857 2002-11-17 Markus Rost <rost@math.ohio-state.edu>
2859 * speedbar.el (defgroup speedbar): Use group 'etags instead of
2860 nonexisting group 'tags.
2862 * emacs-lisp/re-builder.el: Add provide call.
2864 * mail/feedmail.el (feedmail-fiddle-headers-upwardly)
2865 (feedmail-fiddle-plex-user-list): Fix typo in group name.
2867 * progmodes/make-mode.el (makefile-space-face): Fix group name.
2869 * textmodes/ispell.el (defgroup ispell): Arrange that definition
2870 starts at beginning of line.
2872 * textmodes/table.el (defgroup table-hooks): New group.
2873 (table-cell-map-hook): Fix typo in group name.
2875 * calendar/diary-lib.el (diary-button-face): Add group and version
2878 * warnings.el (defgroup warnings): New group.
2880 2002-11-16 Markus Rost <rost@math.ohio-state.edu>
2882 * emacs-lisp/autoload.el (update-autoloads-from-directories):
2883 Sort the list of files with no autoloads.
2885 2002-11-16 Alan Shutko <ats@acm.org>
2887 * calendar/diary-lib.el (list-diary-entries): Pass a marker
2888 indicating source of entry to add-to-diary-list.
2889 (diary-button-face, diary-entry, diary-goto-entry): New, to
2890 support click to diary file.
2891 (fancy-diary-display): Buttonize diary entries.
2892 (list-sexp-diary-entries): Pass a marker indicating source of
2893 entry to add-to-diary-list.
2894 (diary-date): Return mark as well as entry.
2896 * calendar/calendar.el (diary-face): New.
2897 (european-calendar-display-form, describe-calendar-mode)
2898 (mark-visible-calendar-date, calendar-mark-today): Tidy doc string.
2899 (calendar-make-alist): New.
2900 (calendar-mode): Set up font-lock mode.
2901 (generate-calendar-window): Fontify if font-lock-mode is on.
2903 2002-11-16 Ivan Zakharyaschev <imz@altlinux.org> (tiny change)
2905 * international/codepage.el (cp866-decode-table): Fix the
2908 2002-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
2910 * progmodes/cc-bytecomp.el (cc-bytecomp-defun): Fixed bug that
2911 caused existing function definitions to be overridden by
2912 phonies when the bytecomp environment is restored.
2914 2002-11-15 Nick Roberts <nick@nick.uklinux.net>
2916 * toolbar/gud-break.pbm, toolbar/gud-cont.pbm, toolbar/gud-display.pbm,
2917 toolbar/gud-down.pbm, toolbar/gud-finish.pbm, toolbar/gud-goto.pbm,
2918 toolbar/gud-next.pbm, toolbar/gud-print.pbm, toolbar/gud-remove.pbm,
2919 toolbar/gud-run.pbm, toolbar/gud-step.pbm, toolbar/gud-up.pbm:
2920 Icons for debugger (pbm files).
2922 2002-11-15 Richard M. Stallman <rms@gnu.org>
2924 * international/mule.el (set-buffer-file-coding-system): Redo prev chg.
2926 2002-11-15 John Paul Wallington <jpw@shootybangbang.com>
2928 * ibuffer.el (ibuffer-use-other-window, ibuffer-use-header-line)
2929 (ibuffer-visit-buffer, ibuffer-redisplay, ibuffer-update): Doc fix.
2930 (ibuffer-mode-hooks): Remove spurious defvar.
2931 (ibuffer): Run `ibuffer-hook' instead of `ibuffer-hooks'.
2932 (ibuffer-mode): Run `ibuffer-mode-hook' instead of
2933 `ibuffer-mode-hooks'.
2935 2002-11-15 Markus Rost <rost@math.ohio-state.edu>
2937 * mail/rmailedit.el: Add provide call.
2939 * play/bruce.el: Add provide call.
2941 * emacs-lisp/gulp.el: Add provide call.
2943 2002-11-14 Richard M. Stallman <rms@gnu.org>
2945 * international/mule.el (set-buffer-file-coding-system): Undo prv chg.
2947 2002-11-14 Markus Rost <rost@math.ohio-state.edu>
2949 * custom.el (custom-declare-group): Remove unnecessary line of code.
2951 * cus-dep.el (custom-make-dependencies): Bind load-file-name.
2953 2002-11-14 Edward M. Reingold <reingold@emr.cs.iit.edu>
2955 * calendar/diary-lib.el (make-diary-entry): Allow for local variables
2956 at end of diary file.
2958 2002-11-14 Kim F. Storm <storm@cua.dk>
2960 * files.el (mode-name): Mark it as risky-local-variable like the
2961 other mode-line elements (moved from bindings.el).
2963 * bindings.el (mode-name): Moved mark as risky-local-variable to
2966 2002-11-14 Juanma Barranquero <lektu@terra.es>
2968 * gud.el: Fix feature name in `provide'.
2970 * gdb-ui.el: Fix feature name in `require'.
2972 2002-11-14 Per Cederqvist <ceder@lysator.liu.se> (tiny change)
2974 * progmodes/etags.el (find-tag-default): Copy text at point without
2977 2002-11-14 Kenichi Handa <handa@m17n.org>
2979 * progmodes/cc-vars.el: Don't cc-bytecomp-defun char-table-p.
2981 2002-11-14 Kim F. Storm <storm@cua.dk>
2983 * textmodes/fill.el (fill-nobreak-invisible): New var.
2984 (fill-nobreak-p): Test it; return t if set and point invisible.
2985 (fill-newline): Test it; remove invisible prop on newline if set.
2987 * info.el (Info-fontify-node): New local list paragraph-markers.
2988 Record markers for mangled *note references on that list.
2989 When done, go back through those markers and fill each mangled
2990 paragraph with `fill-nobreak-invisible' let-bound to t.
2991 Don't use `display' property; insert "see" directly in buffer.
2993 2002-11-14 Nick Roberts <nick@nick.uklinux.net>
2995 * gdb-ui.el: New file, User Interface for running GDB
2997 * gud.el:(gud-find-file): Set up GDB tool bar.
2998 (gud-menu-map): New commands: run, goto.
2999 Enable some commands for gdba.
3000 (gud-query-cmdline): Pass default directory to gdba.
3001 (gdb): Defune gud-goto and gud-run.
3002 (gud-gdb-complete-command): Maybe use gdba-complete-filter.
3003 (gud-mode): Set up local tool bar.
3004 (gud-display-line): For gdba, call gdb-display-source-buffer.
3005 (gud-basic-call): For gdba, maybe delete the current prompt.
3006 (gud-tool-bar-map): New variable.
3007 (gud-read-address): Correction.
3009 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-display.xpm,
3010 toolbar/gud-down.xpm, toolbar/gud-finish.xpm, toolbar/gud-goto.xpm,
3011 toolbar/gud-next.xpm, toolbar/gud-print.xpm, toolbar/gud-remove.xpm,
3012 toolbar/gud-run.xpm, toolbar/gud-step.xpm, toolbar/gud-up.xpm:
3015 2002-11-13 Stefan Monnier <monnier@cs.yale.edu>
3017 * pcvs.el (cvs-mode-run): Don't pass "." if not needed.
3019 2002-11-13 Andre Spiegel <spiegel@gnu.org>
3021 * vc-rcs.el (vc-rcs-registered): Improve comment.
3023 * vc-sccs.el (vc-sccs-registered): Improve comment.
3025 2002-11-13 Tim Van Holder <tim.vanholder@anubex.com> (tiny change)
3027 * progmodes/compile.el (compilation-error-regexp-alist):
3028 Don't include colon and space after a file name as part of the name.
3030 2002-11-13 Richard M. Stallman <rms@gnu.org>
3032 * gud.el (gdb): Undo 10-26 change.
3034 2002-11-13 Kenichi Handa <handa@m17n.org>
3036 * replace.el (occur-engine): Set buffer-file-coding-system of
3037 OUT-BUF to that of one of BUFFERS if they locally bind that variable.
3039 2002-11-13 Markus Rost <rost@math.ohio-state.edu>
3041 * custom.el (custom-handle-all-keywords): Fix arg passed to
3042 custom-add-to-group.
3044 2002-11-12 Stefan Monnier <monnier@cs.yale.edu>
3046 * pcvs-defs.el (cvs-mode-map): Remove M-f binding.
3047 (cvs-minor-mode-map): Add e binding in log-view-mode.
3049 * progmodes/perl-mode.el (perl-hanging-paren-p): New fun.
3050 (perl-indent-line): Look at the open-paren to indent a close-paren.
3051 (perl-calculate-indent): Try to better indent args after hanging paren.
3052 Remove special code for open-paren-in-column-0.
3054 * textmodes/sgml-mode.el (sgml-namify-char): New cmd.
3055 (sgml-name-char): Use it.
3056 (sgml-tag-last, sgml-tag-history): New vars.
3057 (sgml-tag): Use them.
3058 (sgml-skip-tag-forward): Use sgml-tag-syntax-table.
3059 (sgml-delete-tag): Remove resulting empty lines.
3060 (sgml-tag) <symbol-plist>: Don't make intangible.
3061 (sgml-parse-tag-backward): Add limit argument.
3062 (html-autoview-mode): Use define-minor-mode.
3064 2002-11-12 Markus Rost <rost@math.ohio-state.edu>
3066 * vc-rcs.el (vc-rcs-registered): Handle the autoload cookie so
3067 that the definition is found by `find-function-search-for-symbol'
3070 * vc-sccs.el (vc-sccs-registered): Ditto.
3072 * emulation/edt.el (defgroup edt): Arrange that definition starts
3073 at beginning of line.
3075 * ls-lisp.el (defgroup ls-lisp): Remove autoload cookie.
3077 * hi-lock.el (defgroup hi-lock-interactive-text-highlighting):
3078 Remove autoload cookie.
3080 * newcomment.el (defgroup comment): Remove autoload cookie.
3082 2002-11-11 Markus Rost <rost@math.ohio-state.edu>
3084 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
3085 Declare with defvar, not with defcustom.
3087 * cus-dep.el: Don't require 'autoload.
3088 (custom-make-dependencies): Handle :version also for autoloaded
3091 * winner.el (defgroup winner): Arrange that definition starts at
3094 * emulation/edt.el: Simplify Emacs 19 compatibility.
3096 2002-11-11 Fabrice Bauzac <fabrice.bauzac@wanadoo.fr> (tiny change)
3098 * dired-aux.el (dired-show-file-type): Format filename with "%s" to
3099 escape any format-like sequences it could contain.
3101 2002-11-11 Per Abrahamsen <abraham@dina.kvl.dk>
3103 * cus-edit.el (custom-save-delete): Force emacs-lisp-mode.
3105 2002-11-11 Juanma Barranquero <lektu@terra.es>
3107 * bindings.el (mode-name): Mark it as risky-local-variable.
3109 2002-11-09 Dave Love <fx@gnu.org>
3111 * international/mule-cmds.el (current-language-environment):
3114 * international/ucs-tables.el: Revert to using
3115 translation-table-for-input instead of keyboard-translate-table.
3117 * international/quail.el (quail-input-string-to-events):
3120 * simple.el (quoted-insert): Bind translation-table-for-input,
3121 not keyboard-translate-table.
3123 2002-11-08 Stefan Monnier <monnier@cs.yale.edu>
3125 * arc-mode.el (archive-zip-summarize): Don't hardcode (point-min) = 1.
3127 * complete.el (PC-do-completion): Make partial-completion work
3128 with incomplete directory names.
3130 * textmodes/tex-mode.el (latex-standard-block-names): Rename from
3131 standard-latex-block-names.
3132 (tex-font-lock-keywords-1): Add providecommand, renewenvironment,
3133 and renewtheorem. Highlight \it and \bf separately since they
3135 (tex-font-lock-suscript, tex-font-lock-unfontify-region): New funs.
3136 (tex-font-lock-keywords-3, tex-verbatim-environments)
3137 (tex-font-lock-syntactic-keywords): New vars.
3138 (superscript, subscript, tex-verbatim-face): New faces.
3139 (tex-font-lock-syntactic-face-function): Handle \verb construct.
3140 (tex-common-initialization): Update font-lock-defaults setting.
3141 (tex-insert-braces): Make it into a skeleton.
3142 (latex-fill-nobreak-predicate): Don't break after \.
3143 (latex-insert-block): Rename from tex-latex-block.
3144 (latex-down-list): Use tex-mode-syntax-table when skipping parens
3145 rather than the indentation syntax-table.
3146 (latex-close-block): Rename from tex-close-latex-block.
3147 (latex-split-block): New fun.
3148 (latex-indent): Don't indent inside a verbatim block.
3149 (latex-find-indent): Stick \begin{verbatim} to the margin.
3151 2002-11-08 John Wiegley <johnw@gnu.org>
3153 * calendar/timeclock.el (timeclock-modeline-display): Use assq as
3154 well as memq to find `global-mode-string' within
3155 `mode-line-format'. The structure of that variable has changed in
3158 2002-11-07 Stefan Monnier <monnier@cs.yale.edu>
3160 * format.el (format-decode): Be careful with the order in `format'.
3162 * eshell/esh-cmd.el (function-p-func): Avoid `xemacs-p'.
3164 * eshell/em-glob.el: Require esh-util.
3165 (eshell-glob-initialize): Don't assume
3166 eshell-special-chars-outside-quoting is available.
3168 * textmodes/fill.el (fill-paragraph): Consider a comment-start as
3169 a paragraph starter when filling non-comments.
3170 (fill-comment-paragraph): Don't narrow while doing the fill.
3171 Recognize paragraph starters and separators within comments.
3172 Use adaptive-fill-prefix when it works. Use comment-search-forward.
3174 * progmodes/compile.el (grep-default-command): New fun.
3176 (compilation-menu-map): New var.
3177 (compilation-minor-mode-map, compilation-shell-minor-mode-map): Use it.
3178 (compilation-mode-map): Simplify.
3179 (compilation-shell-minor-mode, compilation-minor-mode):
3180 Use define-minor-mode.
3182 * elide-head.el (elide-head): Don't make intangible.
3184 * help.el (where-is): Rename map to defs (a list of syms is not a map).
3185 Test fboundp first, to speed things up. Use push.
3187 * isearch.el (isearch-hidden): New var.
3188 (isearch-search-and-update): Test it.
3189 (isearch-range-invisible): Set it.
3191 * progmodes/tcl.el (tcl-mode): Don't set paragraph-start,
3192 paragraph-separate, comment-column, and fill-paragraph-function.
3193 Simplify outline-regexp.
3194 (tcl-do-fill-paragraph): Remove.
3196 2002-11-07 Markus Rost <rost@math.ohio-state.edu>
3198 * mail/sendmail.el (mail-default-directory): Set the version to 21.4.
3200 * progmodes/compile.el (grep-compute-defaults): Undo previous change.
3201 Definition moved down.
3202 (grep-command, grep-find-command, grep-tree-command): Allow value nil.
3203 Do not declare :get property.
3204 (grep-use-null-device): Fix type. Do not declare :get property.
3206 * emacs-lisp/checkdoc.el (checkdoc-find-error):
3207 Use get-file-buffer instead of get-buffer.
3209 * cus-dep.el (custom-make-dependencies): Fix comment inserted in
3212 2002-11-07 Juanma Barranquero <lektu@terra.es>
3214 * help.el (where-is): Report also aliases of the passed command.
3216 2002-11-06 Dave Love <fx@gnu.org>
3218 * simple.el (quoted-insert): Bind keyboard-translate-table around
3221 * international/ucs-tables.el: Use keyboard-translate-table coding
3222 system property, not translation-table-for-input, for
3223 vietnamese-viscii & al.
3224 (translation-table-for-input): Set,
3225 don't defvar, and make permanent-local.
3226 (ucs-unify-8859, ucs-unify-8859, ucs-fragment-8859): Add/remove
3227 set-buffer-major-mode-hook, not quail-activate-hook.
3228 (ucs-set-table-for-input): Renamed from ucs-quail-activate.
3229 (ucs-unify-8859, ucs-unify-8859, ucs-fragment-8859):
3230 Setup keyboard-translate-table, not translation-table-for-input.
3231 Modify set-buffer-major-mode-hook, not quail-activate-hook.
3232 (ucs-fragment-8859): Don't use translation-table-for-input coding
3234 (ucs-quail-activate): Deleted.
3235 (ucs-set-table-for-input): New.
3236 (ucs-minibuffer-setup): Use it.
3238 * international/quail.el (quail-input-string-to-events):
3239 Use keyboard-translate-table, not translation-table-for-input.
3241 * files.el (normal-mode): Call ucs-set-table-for-input.
3243 * international/mule.el (set-buffer-file-coding-system):
3244 Call ucs-set-table-for-input.
3246 2002-11-06 Richard M. Stallman <rms@gnu.org>
3248 * replace.el (query-replace, query-replace-regexp): Doc fixes.
3250 * emacs-lisp/bytecomp.el (byte-compile-lambda):
3251 Handle progn like let, inside interactive spec.
3253 * textmodes/tex-mode.el (tex-dvi-view-command): Value can be sexp.
3254 Initialize to a suitable sexp.
3255 (tex-view): Evaluate tex-dvi-view-command and use the value.
3257 2002-11-06 Kenichi Handa <handa@m17n.org>
3259 * international/mule.el (coding-system-eol-type-mnemonic):
3260 Use eol-mnemonic-undecided if CODING-SYSTEM is nil.
3262 2002-11-06 Kim F. Storm <storm@cua.dk>
3264 * info.el (Info-fontify-node): Fixed hiding of *note references
3265 with embedded file names like (xxx.yyy).
3266 Avoid making any lines visibly longer if hiding newlines inside
3267 note references by wrapping line after references if it contained
3268 a newline (unfortunaly this makes more lines appear "shorter").
3269 Properly reindent multi-line menu entry descriptions.
3271 2002-11-05 Juanma Barranquero <lektu@terra.es>
3273 * language/cyrillic.el ("Bulgarian"): Fix typo.
3275 * international/mule.el (coding-system-eol-type-mnemonic):
3276 Move from mule-util.el.
3278 * international/mule-util.el (coding-system-eol-type-mnemonic):
3281 2002-11-04 Juanma Barranquero <lektu@terra.es>
3283 * files.el (find-buffer-visiting): Accept new optional PREDICATE
3284 argument to return only a buffer that satisfies the predicate.
3285 (insert-file-1): New function.
3286 (insert-file-literally): Use it.
3287 (insert-file): Use it.
3289 2002-11-04 Robert Fenk <Robert.Fenk@gmx.de> (tiny change)
3291 * desktop.el (desktop-relative-file-names): New variable.
3292 (desktop-save): Use it.
3294 2002-11-03 Andre Spiegel <spiegel@gnu.org>
3296 * vc.el (vc-dired-mode): Adapt dired-move-to-filename-regexp to
3297 its current version in dired.el.
3299 2002-11-03 Stefan Monnier <monnier@cs.yale.edu>
3301 * emacs-lisp/autoload.el (generate-file-autoloads)
3302 (update-file-autoloads): Strip .gz and other such extensions.
3303 (update-autoloads-from-directories): Also consider compressed files.
3305 * info.el (Info-streamline-headings): New var.
3306 (Info-dir-remove-duplicates): New fun.
3307 (Info-insert-dir): Use it. Simplify the code with push,mapc,dolist.
3308 (Info-select-node): Simplify handling of Info-header-line.
3309 (Info-forward-node): Undo 2000/12/15 since we don't narrow any more.
3310 (Info-mode): Set header-line-format once and for all.
3311 (Info-fontify-node): Accept bogus first line with `File:' missing.
3312 Only make first line invisible if Info-use-header-line.
3313 Don't use `intangible': it's evil. Use inhibit-read-only.
3314 (Info-follow-reference, Info-next-reference, Info-prev-reference)
3315 (Info-try-follow-nearest-node): Don't bind inhibit-point-motion-hooks
3316 since we don't use intangible any more.
3318 * image.el (insert-image): Don't make intangible since
3319 adjust_point_for_property should be sufficient by default.
3321 2002-11-02 Stefan Monnier <monnier@cs.yale.edu>
3323 * textmodes/fill.el (fill-paragraph-handle-comment): New var.
3324 (fill-comment-paragraph): New fun (generalizes of lisp-fill-paragraph).
3325 (fill-paragraph): Use them.
3327 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
3328 Use fill-comment-paragraph.
3330 2002-11-02 Stefan Monnier <monnier@cs.yale.edu>
3332 * bindings.el (mode-line-change-eol)
3333 (mode-line-eol-desc-cache, mode-line-eol-desc): New.
3334 (mode-line-mule-info): Use them for the EOL part of the modeline.
3336 * server.el (server-sentinel): Kill buffers if applicable.
3337 (server-temp-file-p): Make arg optional.
3338 (server-done): Use it to simplify.
3339 (server-switch-buffer): If server-window is a function, use it.
3341 * mail/undigest.el (rmail-digest-end-regexps): Simplify.
3342 (undigestify-rmail-message): Fix paren-bug and simplify.
3344 2002-11-02 Kim F. Storm <storm@cua.dk>
3346 * info.el (Info-hide-note-references): nil value now does no
3347 reformatting at all. New choice 'tag reformats tag but shows
3348 the section reference.
3349 (Info-fontify-node): Use it.
3351 2002-11-01 Stefan Monnier <monnier@cs.yale.edu>
3353 * textmodes/tex-mode.el (tex-common-initialization):
3354 comment-start-skip shouldn't match on the next line.
3356 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Use match-string.
3357 Don't bother making paragraph-start a superset of paragraph-separate.
3358 Use line-beginning-position.
3360 * textmodes/sgml-mode.el (sgml-skip-tag-backward)
3361 (sgml-skip-tag-forward): Deal with xml-style <foo/> empty tags.
3363 2002-11-01 Kim F. Storm <storm@cua.dk>
3365 * info.el (Info-hide-note-references): New defcustom.
3366 (Info-fontify-node): Use it.
3368 2002-10-31 Kim F. Storm <storm@cua.dk>
3370 * shell.el (explicit-bash-args): Bash 1.x doesn't grok
3371 --noediting option; added run-time check to exclude it.
3373 * info.el (Info-follow-reference, Info-next-reference)
3374 (Info-prev-reference, Info-try-follow-nearest-node):
3375 Bind inhibit-point-motion-hooks to t while parsing reference.
3376 (Info-fontify-node): When font-lock-mode is enabled, display
3377 "*note" and "* menu" references in a more user friendly format.
3379 2002-10-30 Stefan Monnier <monnier@cs.yale.edu>
3381 * textmodes/fill.el (fill-move-to-break-point): Skip white space
3382 _before_ checking to see if we're hitting the margin.
3383 (fill-region-as-paragraph): Don't fiddle with the undo-list any more:
3384 it's now done by the C primitives. Don't use narrowing.
3385 Reorganize the line-breaking part of the code to simplify the control
3386 flow and make it work in the absence of narrowing.
3387 (fill-region): Don't use narrowing.
3389 2002-10-30 Dave Love <fx@gnu.org>
3391 * textmodes/po.el (po-content-type-charset-alist): Delete most entries.
3392 (po-find-charset): Doc fix. Remove interactive spec.
3394 (po-find-file-coding-system-guts): Re-written to use
3395 coding-system-alist, and code-pages, not codepage stuff.
3397 * term/x-win.el: Remove some ancient compatibility code.
3398 Populate x-keysym-table.
3400 2002-10-30 Andreas Schwab <schwab@suse.de>
3402 * subr.el (replace-regexp-in-string): Doc fix.
3404 2002-10-29 Dave Love <fx@gnu.org>
3406 * cus-start.el (selection-coding-system, scalable-fonts-allowed): Add.
3408 * progmodes/scheme.el (syntax-case): Define scheme-indent-function.
3410 * international/mule-conf.el: Doc fixes.
3412 2002-10-29 Richard M. Stallman <rms@gnu.org>
3414 * server.el (server-switch-buffer): Say when no server buffers remain.
3416 * net/goto-addr.el (goto-address-url-regexp): Don't match `mailto'.
3418 2002-10-28 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
3420 * progmodes/make-mode.el (makefile-warn-continuations):
3421 Call re-search-forward with NOERROR t.
3423 2002-10-29 Kim F. Storm <storm@cua.dk>
3425 * ido.el (ido-wide-find-dirs-or-files): Fixed problem that caused
3426 incomplete list of matches to be returned.
3428 2002-10-29 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
3430 * textmodes/texinfo.el (texinfo-environments): Add environment;
3431 copying, documentdescription, ifplaintext, ifnotplaintext, and
3434 * textmodes/texinfmt.el (texinfo-format-ifplaintext): New function.
3435 (ifplaintext, ifnotplaintext)
3436 (afourpaper, afivepaper, afourlatex, afourwide)
3437 (documentlanguage, documentencoding): New aliases.
3439 2002-10-29 John Paul Wallington <jpw@shootybangbang.com>
3441 * ibuffer.el (ibuffer-mouse-popup-menu): Set point before popping
3442 up filter groups menu. Preserve point unless a menu command has
3443 moved it from point clicked.
3445 2002-10-29 David Kastrup <dak@lola.goethe.zz>
3447 * calc/calc.el (calc-any-evaltos): Initialize to nil, since
3448 calc-refresh-evaltos appears to need this.
3450 2002-10-28 Dave Love <fx@gnu.org>
3452 * international/mule-diag.el (non-iso-charset-alist): Move to
3453 avoid compilation warning.
3454 (mule-diag): Provide.
3456 * international/code-pages.el (cp-make-coding-system):
3457 Use utf-translation-table-for-decode, not
3458 utf-8-translation-table-for-decode.
3459 (mule-diag): Require.
3461 * language/thai-util.el (thai-composition-function): Don't use prog1.
3463 * language/lao-util.el (lao-composition-function): Don't use prog1.
3465 * language/european.el (diacritic-composition-function):
3466 Modify confused prog1 form.
3468 * international/quail.el (quail-keyboard-layout-alist): Fix pc105-uk.
3469 (quail-keyboard-layout): Customize.
3470 Move after quail-keyboard-layout-alist.
3472 2002-10-28 Miles Bader <miles@gnu.org>
3474 * progmodes/make-mode.el (makefile-warn-continuations):
3475 Don't barf when there _aren't_ any suspicious continuations.
3477 2002-10-28 Matthew Swift <swift@alum.mit.edu>
3479 * progmodes/compile.el (grep-find-use-xargs): Fix docstring.
3481 2002-10-27 Michael Kifer <kifer@cs.stonybrook.edu>
3483 * ediff-wind.el (ediff-control-frame-parameters): Add scrollbar-height.
3485 2002-10-27 Andreas Schwab <schwab@suse.de>
3487 * progmodes/sh-script.el (sh-mode-syntax-table): Don't make ^L
3488 end-of-comment syntax.
3490 2002-10-27 Kim F. Storm <storm@cua.dk>
3492 * ido.el (ido-cannot-complete-command): New defcustom, default to
3493 ido-completion-help (similar to iswitchb-cannot-complete-hook).
3494 (ido-complete): Call value of ido-cannot-complete-command rather
3495 than ido-completion-help when no common completion.
3497 2002-10-27 Dave Love <fx@gnu.org>
3499 * international/code-pages.el (iso-8859-11): New.
3501 2002-10-27 Kim F. Storm <storm@cua.dk>
3503 * pcvs.el (cvs-checkout): Use read-directory-name.
3504 (cvs-query-directory): Likewise.
3506 2002-10-26 Richard M. Stallman <rms@gnu.org>
3508 * progmodes/make-mode.el (makefile-cleanup-continuations):
3509 Default for variable is nil.
3510 (makefile-warn-continuations): New function.
3511 (makefile-mode): Put it on write-file-functions.
3513 * international/mule-cmds.el (select-safe-coding-system):
3514 Delete debugging setq.
3516 * shell.el (shell): Look for .emacs_SHELL under ~/.emacs.d
3519 * startup.el (command-line): Look for .emacs under ~/.emacs.d
3522 * simple.el (toggle-truncate-lines): When turning off truncation,
3523 clear out the hscroll value in this buffer's windows.
3525 * simple.el (display-message-or-buffer): Don't display empty
3526 output in the echo area.
3528 * man.el (Man-default-man-entry): Don't look for all word chars,
3529 look only for characters that are normally part of a shell command.
3531 * gud.el (gdb): Pass default-directory to GDB via -cd option.
3533 * font-lock.el (c++-font-lock-keywords...): Add `restrict' keyword.
3535 * find-file.el (ff-find-related-file): Fix autoload cookie.
3537 * emacs-lisp/unsafep.el (unsafep-variable): Pass second arg to
3538 risky-local-variable-p.
3540 * files.el (risky-local-variable-p): VAL=nil has special meaning.
3542 * Makefile.in (compile-always): Avoid error in old Bash versions.
3544 2002-10-26 John Paul Wallington <jpw@shootybangbang.com>
3546 * textmodes/picture.el (picture-mouse-set-point): New command.
3547 (picture-mode-map): Bind it.
3548 (picture-motion-reverse): Doc fix.
3550 2002-10-25 Stefan Monnier <monnier@cs.yale.edu>
3552 * textmodes/outline.el (outline-next-heading): Make sure the match-data
3553 is really correct where returning.
3555 2002-10-24 Matthew Swift <swift@alum.mit.edu>
3557 * textmodes/outline.el (outline-minor-mode): Add customization group.
3559 2002-10-23 Richard M. Stallman <rms@gnu.org>
3561 * files.el (risky-local-variable-p): New arg VAL.
3562 (compile-command): Use `stringp' for `safe-local-variable' prop.
3563 (hack-one-local-variable): Pass VAL to `risky-local-variable-p'.
3565 2002-10-23 Francis J. Wright <F.J.Wright@qmul.ac.uk>
3567 * woman.el (woman-version): Update to 0.551 (beta).
3568 (woman-parse-colon-path): Add support for current Cygwin mount
3570 (woman-Cyg-to-Win): New function to convert absolute filename from
3571 Cygwin to Windows form by executing external program cygpath if
3573 (woman-man.conf-path): Update default to current common locations
3574 and to support Cygwin; update documentation.
3575 (woman-parse-man.conf): Generalize regexp to "man.*\\.conf" to
3576 match possible names of man.conf file; tidy code and documentation.
3577 (woman-manpath): Simplify default and documentation; essentially
3578 move code that was here into `woman-parse-colon-path'.
3579 (woman-default-indent): Change Linux to GNU in documentation.
3580 (woman-addition-face): Make documentation consistent with other
3582 (woman-emulate-tbl): New variable, determines whether tbl
3583 emulation is required.
3584 (woman-decode-region): Add check for preprocessor requests.
3585 (woman0-process-escapes, woman-special-characters)
3586 (woman-get-next-char, woman-parse-numeric-value): Add support for
3587 long groff names of the form [xxx].
3588 (woman-strings, woman-change-fonts): Now call `woman-match-name'.
3589 (woman2-PD, woman2-na): Doc fix.
3590 (woman-match-name): New function.
3591 (woman2-TS): New function.
3592 (woman2-TE): New alias for `woman2-fi'.
3594 2002-10-23 Kim F. Storm <storm@cua.dk>
3596 * ido.el (ido-restrict-to-matches): New command.
3597 (ido-define-mode-map): Bind it to C-SPC and C-@ in ido-mode-map.
3599 2002-10-22 Bob Halley <halley@play-bow.org> (tiny change)
3601 * eshell/esh-io.el (eshell-set-output-handle): Fix so that
3602 multiple redirection can work.
3604 2002-10-21 Stefan Monnier <monnier@cs.yale.edu>
3606 * ielm.el (inferior-emacs-lisp-mode): If hexl not found, use cat.
3607 Don't hardcode point-min == 1.
3609 * hexl.el (hexl-mode-old-write-contents-hooks): Remove.
3610 (hexl-mode, hexl-current-address, hexl-address-to-marker)
3611 (hexl-insert-char): Don't hardcode point-min == 1.
3612 (hexl-isearch-search-function): New fun.
3613 (hexl-mode-old-isearch-search-fun-function): New var.
3614 (hexl-mode): Use them.
3615 (hexl-mode, hexl-mode-exit, hexl-maybe-dehexlify-buffer):
3616 Use write-contents-functions rather then write-contents-hooks.
3618 * textmodes/text-mode.el (text-mode-syntax-table): Make ' a prefix.
3619 (paragraph-indent-text-mode-abbrev-table)
3620 (paragraph-indent-text-mode-syntax-table): Remove.
3621 (paragraph-indent-text-mode): Use the :abbrev and :syntax-table args.
3623 2002-10-21 Juanma Barranquero <lektu@terra.es>
3625 * eshell/esh-util.el (directory-files-and-attributes): Copy docstring
3626 from Emacs 21. Arg DIR renamed to DIRECTORY for consistency.
3628 2002-10-20 Andreas Schwab <schwab@suse.de>
3630 * apropos.el (apropos-group): Use customize-group-other-window.
3632 2002-10-18 Stefan Monnier <monnier@rum.cs.yale.edu>
3634 * progmodes/perl-mode.el (perl-mode-syntax-table): Change $ back
3635 to just "/" instead of "/ p".
3636 (perl-font-lock-syntactic-keywords): Use ". p" for the `$'.
3638 2002-10-18 Juanma Barranquero <lektu@terra.es>
3640 * textmodes/artist.el (artist-ff-is-bottommost-line): Fix misplaced
3641 ELSE expression on IF.
3643 2002-10-17 Juanma Barranquero <lektu@terra.es>
3645 * align.el (align-rules-list, align-exclude-rules-list): Fix typos.
3647 * subr.el (remq): Likewise.
3649 * vc-cvs.el (vc-cvs-sticky-tag-display): Likewise.
3651 * vc-hooks.el (vc-insert-file): Likewise.
3653 * vcursor.el (vcursor-other-window): Likewise.
3655 * wid-edit.el (widget-choose): Likewise.
3657 * calendar/diary-lib.el (diary-name-pattern): Likewise.
3659 * emacs-lisp/elint.el (elint-error, elint-warning): Likewise.
3661 * emacs-lisp/lisp.el (beginning-of-defun): Likewise.
3663 * emulation/edt-mapper.el (top-level): Likewise.
3665 * eshell/esh-var.el (eshell/define): Likewise.
3667 * mail/feedmail.el (feedmail-nuke-body-in-fcc)
3668 (feedmail-queue-draft-directory): Likewise.
3670 * net/netrc.el (netrc-parse): Likewise.
3672 * obsolete/cplus-md.el (c++-empty-arglist-indent): Likewise.
3674 * progmodes/ebrowse.el (ebrowse-ts)
3675 (ebrowse-view/find-file-and-search-pattern)
3676 (ebrowse-draw-file-member-info): Likewise.
3678 * progmodes/idlwave.el (idlwave-region-active-p): Likewise.
3680 * progmodes/idlw-shell.el (idlwave-shell-set-bp): Likewise.
3682 * progmodes/sh-script.el (sh-indent-for-then): Likewise.
3684 * textmodes/bibtex.el (bibtex-find-entry-location): Likewise.
3686 * textmodes/sgml-mode.el (sgml-close-tag, html-imenu-index): Likewise.
3688 2002-10-17 Dave Love <fx@gnu.org>
3690 * international/mule-diag.el (non-iso-charset-alist): Add koi8-u.
3692 * international/code-pages.el (cp-make-translation-table): Use
3693 ucs-mule-to-mule-unicode.
3694 (cp-fix-safe-chars): Fix typo.
3695 (non-iso-charset-alist): Don't define.
3696 (cp-make-coding-system): Use utf-8-translation-table-for-decode.
3697 Define translation-table-for-input.
3699 (alternativnj): Don't define alias.
3702 * language/european.el ("Slovenian"): Use slovenian input-method.
3703 (encode-mac-roman): Use ucs-mule-to-mule-unicode.
3705 * language/cyrillic.el (cyrillic-alternativnyj-decode-table): Fix
3707 (cyrillic-alternativnyj): Don't give it `mime-charset' property.
3708 (cp866): Delete this alias.
3709 ("Bulgarian"): Fix the value of `input-method'.
3711 2002-10-16 Luc Teirlinck <teirllm@mail.auburn.edu>
3713 * dired-aux.el (dired-add-entry): Put point in correct position
3714 before inserting marker char.
3716 2002-10-16 Andreas Schwab <schwab@suse.de>
3718 * dired.el (dired-readin-insert): Expand dired-directory.
3720 * dired-aux.el (dired-insert-subdir-doinsert): Preserve point.
3722 2002-10-16 Markus Rost <rost@math.ohio-state.edu>
3724 * textmodes/reftex-vars.el: Move reftex-set-dirty here from
3725 reftex.el. Move the provide call to end of file.
3727 * textmodes/reftex.el: Move reftex-set-dirty to reftex-vars.el.
3729 2002-10-15 Dave Love <fx@gnu.org>
3731 * man.el (Man-getpage-in-background): Set width in environment.
3733 2002-10-15 Kenichi Handa <handa@m17n.org>
3735 * mail/sendmail.el (sendmail-send-it): Call
3736 select-message-coding-system before changing the current bufer to
3739 2002-10-14 Andre Spiegel <spiegel@gnu.org>
3741 * files.el (insert-directory): Handle //SUBDIRED// lines in
3742 recursive listings from ls --dired.
3744 * vc.el (vc-dired-reformat-line): Simplified. Handles text
3745 properties correctly now.
3747 2002-10-14 Juanma Barranquero <lektu@terra.es>
3749 * international/mule.el (set-selection-coding-system): Fix spacing.
3751 2002-10-13 Richard M. Stallman <rms@gnu.org>
3753 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
3754 Treat `ignore' specially--prevent warnings about functions
3755 called for effect, in its args.
3756 Don't warn when `pop' is used for effect.
3758 * emacs-lisp/autoload.el (autoload-print-form): Cleanup.
3760 * uniquify.el (uniquify-get-proposed-name):
3761 Don't use directory-sep-char.
3763 * thingatpt.el (read-from-whole-string): Add call to `ignore'.
3765 * find-file.el (ff-related-file-alist): New alias.
3766 (ff-find-related-file): New alias.
3768 2002-10-13 Andreas Schwab <schwab@suse.de>
3770 * dired.el (dired-insert-directory): When looking for existing
3771 indentation, goto OPOINT instead of beginning of buffer.
3773 2002-10-12 Stefan Monnier <monnier@cs.yale.edu>
3775 * cus-dep.el (custom-make-dependencies): Ignore preloaded files.
3777 2002-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
3779 * ediff-init.el (ediff-frame-char-height): Use frame-selected-window.
3781 * ediff-util.el (ediff-file-checked-in-p): Changed progn with and.
3783 * ediff-wind.el (ediff-skip-unsuitable-frames): Distinguish selected
3784 frame from frame of selected window.
3785 (ediff-frame-has-dedicated-windows): Don't select any frames to avoid
3786 changing selected windows.
3787 (ediff-setup-control-frame): Make sure auto-rase is properly set for
3790 2002-10-10 Simon Josefsson <jas@extundo.com>
3792 * browse-url.el (browse-url-mozilla): Doc fix.
3794 2002-10-10 Steve Youngs <youngs@xemacs.org>
3796 * browse-url.el (browse-url-mozilla-new-window-is-tab): New.
3797 (browse-url-mozilla): Use it.
3799 2002-10-11 Miles Bader <miles@gnu.org>
3801 * vc-cvs.el (vc-cvs-parse-entry): Don't barf when an `Entries'
3802 files contains an invalid timestamp.
3804 2002-10-11 Simon Josefsson <jas@extundo.com>
3806 * mail/sendmail.el (mail-envelope-from): New option `header' to
3807 use RFC 2822 From: header as the envelope address.
3808 (mail-envelope-from): New function, this should be used instead of
3809 looking at the `mail-envelope-from' variable.
3810 (sendmail-send-it): Use it.
3812 * mail/smtpmail.el (smtpmail-via-smtp): Use it.
3814 2002-10-11 Andre Spiegel <spiegel@gnu.org>
3816 * dired.el (dired-insert-directory): Fix check for indentation
3819 * vc.el (vc-dired-reformat-line): As a temporary fix, remove all text
3820 properties from the reformatted line.
3822 2002-10-10 Stefan Monnier <monnier@cs.yale.edu>
3824 * textmodes/paragraphs.el (forward-paragraph): Keep track of
3825 remaining paragraphs to skip more carefully.
3827 * add-log.el (add-change-log-entry): Don't call find-file at all
3828 if we're already in the proper buffer.
3829 (change-log-resolve-conflict): New fun.
3830 (change-log-mode): Use it and use define-derived-mode.
3831 (change-log-merge): Allow other-log to be a buffer.
3832 Don't add a \n if there are already enough \n's.
3834 * finder-inf.el, subdirs.el, cus-load.el: Remove.
3836 * finder.el ("finder-inf"): Don't fail if the file is absent.
3838 * cus-dep.el (custom-make-dependencies): Don't use find-file.
3839 Use feature names rather than file names if applicable.
3841 * cus-edit.el (customize-mode): New command.
3843 * custom.el (custom-group-of-mode): New fun.
3844 (custom-load-symbol): Don't use preloaded-file-list now that
3845 load-history is always complete. Don't look up the expanded file
3846 name in load-history (looked like an XEmacsism).
3848 * smerge-mode.el (smerge-ediff): Autoload.
3849 (smerge-match-conflict): Don't assume as much about smerge-begin-re.
3850 (smerge-resolve-function): New var.
3851 (smerge-resolve): New command.
3852 (smerge-basic-map): Bind it.
3854 2002-10-10 Andre Spiegel <spiegel@gnu.org>
3856 * vc-cvs.el (vc-cvs-parse-entry): Parse the time stamp found in
3857 CVS/Entries, rather than comparing it textually.
3859 2002-10-10 Markus Rost <rost@math.ohio-state.edu>
3861 * international/encoded-kb.el: Add `provide' call.
3863 2002-10-09 David Kastrup <David.Kastrup@t-online.de>
3865 * calc/calc-alg.el (calcFunc-ln): In symbolic manipulations,
3866 ln(-1) should be i*pi, not pi.
3868 2002-10-09 Markus Rost <rost@math.ohio-state.edu>
3870 * vc-cvs.el (vc-cvs-registered): In the autoload version use load
3871 instead of require to avoid loops when loaddefs.el is loaded after
3874 * cus-edit.el (Custom-reset-current): Don't test for default-boundp.
3875 (Custom-reset-saved): Don't test for saved-value.
3877 2002-10-08 Stefan Monnier <monnier@cs.yale.edu>
3879 * vc.el (vc-find-version): Use the new backend op `find-version'.
3880 (vc-default-find-version): Provide the new backend op `find-version'
3881 in terms of the old `checkout' op.
3883 * vc-rcs.el (vc-rcs-find-version): New fun.
3884 (vc-rcs-checkout): Remove `workfile' arg and simplify.
3886 * vc-sccs.el (vc-sccs-find-version): New fun.
3887 (vc-sccs-checkout): Remove `workfile' arg and simplify.
3889 * vc-cvs.el (vc-cvs-find-version): New fun.
3891 2002-10-08 John Paul Wallington <jpw@shootybangbang.com>
3893 * info.el (Info-next-menu-item, Info-last-menu-item)
3894 (info-emacs-manual): Add docstrings.
3895 (Info-index): Use `string-to-number' instead of `string-to-int'.
3897 2002-10-08 Kenichi Handa <handa@m17n.org>
3899 * international/ucs-tables.el (ucs-translation-table-for-decode):
3900 Define it as a translation-table.
3902 2002-10-07 Richard M. Stallman <rms@gnu.org>
3904 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
3906 * progmodes/compile.el (grep-compute-defaults): Set the standard-value
3907 properties of the variables being initialized.
3909 * thingatpt.el (thing-at-point-url-path-regexp): Doc fix.
3911 2002-10-07 Kim F. Storm <storm@cua.dk>
3913 * emulation/cua-base.el (cua-normal-cursor-color):
3914 Fixed initialization to make "Erase Customization" work.
3916 2002-10-07 Stefan Monnier <monnier@cs.yale.edu>
3918 * vc.el (vc-maybe-resolve-conflicts): Always call vc-resolve-conflicts
3919 in case some other package redefined it.
3920 (vc-resolve-conflicts): Make it into an alias for smerge-ediff.
3922 * textmodes/fill.el (fill-paragraph): Go to BOL before calling
3923 forward-paragraph to make sure its return value is meaningful.
3925 2002-10-06 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3927 * net/tramp.el: Version 2.0.25 released.
3928 (tramp-handle-file-truename): If it's a directory,
3929 append slash only if result doesn't end in a slash already.
3930 (tramp-handle-file-truename): Restructure logic. If list of steps
3931 is nil, return "/" as the real name.
3932 (tramp-completion-mode): Add "\\(" and "\\)". Otherwise,
3933 `match-string' doesn't make sense. From Michael Albinus.
3934 (tramp-host-with-port-regexp): New defcustom. Equal to previous
3935 `tramp-host-regexp'. From Michael Albinus.
3936 (tramp-host-regexp): Taken off hashes in host names. Otherwise,
3937 scanning files like .rhosts would take comments as host names.
3938 From Michael Albinus.
3939 (tramp-file-name-structure, tramp-multi-file-name-hop-structure):
3940 Replace `tramp-host-regexp' by `tramp-host-with-port-regexp'.
3941 From Michael Albinus.
3942 (tramp-action-terminal): New function.
3943 (tramp-terminal-prompt-regexp): New variable, matches "tset" prompts.
3944 (tramp-actions-before-shell): Use them.
3945 (tramp-handle-shell-command): Logic error. From Ivan
3946 Zakharyaschev <imz@altlinux.org>.
3948 2002-10-06 Markus Holmberg <markush@acc.umu.se> (tiny change)
3950 * thingatpt.el (thing-at-point-uri-schemes): New variable.
3951 (thing-at-point-url-regexp): Use it.
3953 2002-10-06 Glenn Morris <gmorris@ast.cam.ac.uk>
3955 * progmodes/fortran.el (fortran-beginning-do): Ignore labelled DO
3958 2002-10-05 Stefan Monnier <monnier@cs.yale.edu>
3960 * vc.el (vc-log-mode-map): Explicitly inherit from text-mode.
3961 (vc-maybe-resolve-conflicts): Don't check smerge-mode and smerge-ediff.
3962 (vc-print-log): Don't check log-view-mode.
3963 (vc-default-show-log-entry): Don't check log-view-goto-rev.
3964 (vc-log-mode): Remove.
3965 (vc-log-edit): Don't check log-edit.
3967 2002-10-04 Stefan Monnier <monnier@cs.yale.edu>
3969 * vc-cvs.el (vc-cvs-show-log-entry):
3970 * vc-rcs.el (vc-rcs-show-log-entry): Delete.
3972 * smerge-mode.el (smerge-ediff): Add name-{mine,other,base} args.
3974 2002-10-04 Markus Rost <rost@math.ohio-state.edu>
3976 * vc.el (vc-default-show-log-entry): Fix typo.
3978 2002-10-04 Steven Tamm <steventamm@mac.com>
3980 * term/mac-win.el: Add lines to handle the new [return] event.
3982 2002-10-03 Stefan Monnier <monnier@cs.yale.edu>
3984 * textmodes/fill.el (fill-paragraph): Give up if there's no
3985 paragraph at or after point.
3987 * textmodes/paragraphs.el (forward-paragraph): Return the steps left.
3989 * vc.el (vc-print-log): Unconditionally use `show-log-entry'.
3990 (vc-default-show-log-entry): New fun.
3992 * subr.el (read-key-auxiliary-map, read-key): Remove.
3993 (read-quoted-char): Undo the `read-key' change of 2002-06-23.
3995 2002-10-03 Markus Rost <rost@math.ohio-state.edu>
3997 * progmodes/ada-stmt.el (ada-stmt-add-to-ada-menu): Handle the
3998 menu pseudo-keys generated by easymenu which are lowercase in
4001 * progmodes/ada-xref.el
4002 (ada-xref-update-project-menu,ada-add-ada-menu): Ditto.
4004 2002-10-03 John Paul Wallington <jpw@shootybangbang.com>
4006 * frame.el (delete-frame-hook): Variable alias for
4007 `delete-frame-functions'. Mark obsolete.
4009 2002-10-02 Stefan Monnier <monnier@cs.yale.edu>
4011 * textmodes/outline.el (outline-1, outline-2, outline-3, outline-4)
4012 (outline-5, outline-6, outline-7, outline-8): New faces.
4013 (outline-font-lock-faces, outline-font-lock-levels): New vars.
4014 (outline-font-lock-face): New fun.
4015 (outline-font-lock-keywords): Use it.
4016 (outline-font-lock-level): Remove.
4017 (outline-mode, outline-next-preface, outline-next-heading)
4018 (outline-previous-heading, outline-next-visible-heading):
4020 (outline-level) <var>: Update calling convention.
4021 (outline-level) <fun>: Take advantage of it.
4022 (outline-demote): Don't assume the match-data is still uptodate.
4023 (outline-up-heading): Simplify and make sure the match data is
4024 properly set at the end.
4026 2002-10-02 Markus Rost <rost@math.ohio-state.edu>
4028 * progmodes/sh-script.el (sh-alias-alist): Use append instead of
4031 * startup.el (normal-top-level): Reset standard-value property of
4032 `user-full-name' here.
4034 2002-10-02 Per Abrahamsen <abraham@dina.kvl.dk>
4036 * wid-edit.el (widget-default-get): Change to return external
4038 (widget-choice-action): Update caller.
4039 (widget-editable-list-entry-create): Update caller.
4041 * wid-edit.el (widget-types-copy): New function.
4042 (default): Added :copy keyword.
4043 (menu-choice): Ditto.
4045 (radio-button-choice): Ditto.
4046 (editable-list): Ditto.
4048 (widget-copy): New function.
4049 (widget-create-child): Use it.
4050 (widget-create-child-value): Use it.
4052 2002-10-01 Bill Wohler <wohler@newt.com>
4054 * mail/mh-comp.el, mail/mh-e.el, mail/mh-funcs.el,
4055 mail/mh-mime.el, mail/mh-pick.el, mail/mh-seq.el,
4056 mail/mh-utils.el, mail/mh-xemacs-compat.el, mail/reply2.pbm,
4057 mail/reply2.xpm, toolbar/execute.pbm, toolbar/execute.xpm,
4058 toolbar/page-down.pbm, toolbar/page-down.xpm, toolbar/refile.pbm,
4059 toolbar/refile.xpm, toolbar/repack.pbm, toolbar/repack.xpm,
4060 toolbar/rescan.pbm, toolbar/rescan.xpm, toolbar/show.pbm,
4061 toolbar/show.xpm, toolbar/widen.pbm, toolbar/widen.xpm:
4062 Upgraded to mh-e version 6.1.1. Full ChangeLog available in
4063 http://prdownloads.sourceforge.net/mh-e/mh-e-6.1.tgz?download .
4064 There were no user-visible changes in 6.1.1 from 6.1--only the
4065 section of the Makefile that installs the files into Emacs was changed.
4067 2002-10-01 Stefan Monnier <monnier@cs.yale.edu>
4069 * pcvs.el (cvs-mode-find-file): Look up font-lock-face so it also
4070 works when font-lock is turned off.
4072 * jit-lock.el (jit-lock-fontify-now): Don't widen.
4073 Let the jit-lock-functions do it if they want to.
4075 2002-10-01 Juanma Barranquero <lektu@terra.es>
4077 * eshell/esh-module.el (eshell-load-defgroups):
4078 Add "no-byte-compile: t" to subdirs.el.
4080 * makefile.w32-in (update-subdirs-CMD): Likewise.
4088 * international/mule-conf.el:
4089 * language/czech.el:
4090 * language/devanagari.el:
4091 * language/english.el:
4092 * language/georgian.el:
4093 * language/greek.el:
4094 * language/hebrew.el:
4095 * language/japanese.el:
4096 * language/korean.el:
4098 * language/misc-lang.el:
4099 * language/romanian.el:
4100 * language/slovak.el:
4102 * language/utf-8-lang.el:
4103 * emacs-lisp/cl-specs.el:
4104 * eshell/esh-maint.el:
4105 * mail/blessmail.el:
4111 * term/iris-ansi.el:
4126 * term/wyse50.el: Add "no-byte-compile: t" in first line.
4128 2002-10-01 Kenichi Handa <handa@m17n.org>
4130 * international/utf-16.el: Don't provide utf-16.
4132 * international/utf-8.el (ccl-decode-mule-utf-8):
4133 Remove unnecessary line.
4135 2002-09-30 Kenichi Handa <handa@m17n.org>
4137 * language/thai.el (thai-tis620): Add `mime-charset' property.
4139 * language/indian.el: Don't register "ISO10646.*-1" in
4140 font-ccl-encoder-alist.
4142 * language/cyrillic.el (ccl-decode-koi8): Refer to
4143 ucs-translation-table-for-decode.
4144 (ccl-decode-koi8-u): Likewise.
4145 (ccl-decode-alternativnyj): Likewise.
4146 (cyrillic-koi8): Put `dependency' property.
4148 (cyrillic-alternativnyj): Likewise.
4150 * international/utf-8.el (ucs-mule-to-mule-unicode): Don't define
4151 this translation-table name here.
4152 (utf-translation-table-for-encode): New translation-table name.
4153 (utf-fragmentation-table): Renamed from utf-8-fragmentation-table.
4154 (utf-defragmentation-table): New variable.
4155 (ucs-mule-cjk-to-unicode): Renamed from utf-8-subst-rev-table.
4156 (utf-subst-table-for-encode): New translation-table name.
4157 (ucs-unicode-to-mule-cjk): Renamed from utf-8-subst-table.
4158 (utf-subst-table-for-decode): New translation-table name.
4159 (utf-fragment-on-decoding): Renamed from
4160 utf-8-fragment-on-decoding. Correctly handle the case that
4161 unify-8859-on-encoding-mode is off. Handle mule-utf-16-le and
4163 (utf-translate-cjk): Renamed from utf-8-translate-cjk.
4164 Handle mule-utf-16-le and mule-utf-16-be too.
4165 (ccl-decode-mule-utf-8): Refer to utf-translation-table-for-decode
4166 and utf-subst-table-for-decode.
4167 (ccl-encode-mule-utf-8): Refer to utf-translation-table-for-encode
4168 and utf-subst-table-for-encode.
4169 (mule-utf-8): Fix `safe-charsets' property, put `dependency' property.
4171 * international/utf-8-subst.el: Setup ucs-unicode-to-mule-cjk and
4172 ucs-mule-cjk-to-unicode, not utf-8-subst-table and
4173 utf-8-subst-rev-table.
4175 * international/utf-16.el (utf-16-decode-ucs): Look up
4176 utf-subst-table-for-decode. Fix for the case that the looking up
4178 (ccl-decode-mule-utf-16-le): Translate characters by
4179 utf-translation-table-for-decode.
4180 (ccl-decode-mule-utf-16-be): Likewise.
4181 (ccl-encode-mule-utf-16-le): Look up utf-subst-table-for-encode
4182 at first. Translate characters by utf-translation-table-for-encode.
4183 (ccl-encode-mule-utf-16-be): Likewise.
4184 (mule-utf-16-le, mule-utf-16-be): Add `dependency' property.
4186 * loadup.el: Preload international/utf-16. Don't call ucs-unify-8859.
4188 * international/ucs-tables.el: Don't bind
4189 utf-8-translation-table-for-decode while setting up
4190 ucs-mule-8859-to-ucs-table, etc. Add `depenency' property to
4191 iso-8859-* coding systems.
4192 (ucs-unify-8859): Arguments changed to FOR-ENCODE and FOR-DECODE.
4193 If FOR-DECODE is non-nil, make ucs-mule-8859-to-mule-unicode
4194 populate the translation table named
4195 ucs-translation-table-for-decode. If FOR-ENCODE is non-nil, make
4196 ucs-mule-to-mule-unicode populates the translation table named
4197 utf-translation-table-for-encode. Call register-char-codings for
4198 mule-utf-16-be and mule-utf-16-le too.
4199 (ucs-fragment-8859): Arguments changed to FOR-ENCODE and
4200 FOR-DECODE. If FOR-DECODE is non-nil, make the translation table
4201 named ucs-translation-table-for-decode vacant. If FOR-ENCODE is
4202 non-nil, make a proper char-table populates the translation table
4203 name utf-translation-table-for-encode. Call register-char-codings
4204 for all mule-utf-* to to reset their status to the origianl.
4205 (unify-8859-on-encoding-mode): Call ucs-unify-8859 and
4206 ucs-fragment-8859 with fixed arguments. Set the version to 21.3.
4207 (unify-8859-on-decoding-mode): Likewise. Remove dependency.
4208 (ccl-encode-unicode-font): Delete.
4209 (ucs-tables-unload-hook): Delete.
4211 * international/mule.el (decode-char): Refer to the translation
4212 hash table named utf-subst-table-for-decode. Refer to the
4213 translation table named utf-translation-table-for-decode instead
4214 of utf-8-translation-table-for-decode.
4215 (encode-char): Refer to the translation hash table named
4216 utf-subst-table-for-encode. Refer to the translation table named
4217 utf-translation-table-for-encode instead of
4218 utf-8-translation-table-for-encode.
4220 * international/mule-diag.el (describe-coding-system):
4221 Describe `dependency' property.
4223 * international/mule-conf.el (emacs-mule): Add property `composition'.
4225 * international/fontset.el (ucs-mule-to-mule-unicode): Define this
4226 translation table name here.
4227 (ucs-mule-cjk-to-unicode): New translation table name.
4228 (ccl-encode-unicode-font): Merge the code in ucs-tables.el.
4229 (font-ccl-encoder-alist): Change the font registry pattern to
4232 2002-09-30 Colin Walters <walters@gnu.org>
4234 * calc/calc-stuff.el (calc-flush-caches): Add optional arg
4237 * calc/calc-prog.el (calc-kbd-report, calc-kbd-query): Don't bind
4238 `executing-kbd-macro' and `defining-kbd-macro'.
4240 * calc/calc-ext.el (calc-reset): Don't bind `executing-kbd-macro'.
4241 Call `calc-flush-caches' with inhibit-msg arg.
4242 (calc-change-mode): Remove extra arg for `calc-save-modes'.
4244 * calc/calc-mode.el (calc-save-modes): Remove `quiet' arg.
4245 Don't bind `executing-kbd-macro'.
4247 2002-09-29 Noah Friedman <friedman@splode.com>
4249 * subr.el (read-key): Use read-key-auxiliary-map, not read-key-aux-map.
4251 2002-09-29 Richard M. Stallman <rms@gnu.org>
4253 * startup.el (user-mail-address): Initialize to a useful value
4254 once Emacs is started up; initialize to "" at loadup time.
4255 (command-line): "", not nil, means user-mail-address not set yet.
4257 2002-09-29 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4259 * net/tramp.el: Version 2.0.24 released.
4260 (tramp-methods, tramp-completion-function-alist):
4261 Rename "*-old" methods to "*_old". From Michael Albinus.
4262 (tramp-completion-function-alist):
4263 Use `tramp-completion-function-alist-ssh' for the "fcp" method.
4264 From Michael Albinus.
4265 (tramp-default-method-alist): Use "su" for "root@localhost".
4266 (tramp-host-regexp): Allow "#" for "host#port" kludge.
4267 (tramp-ange-ftp-file-name-p): If METHOD is nil, find the right
4268 default method. Require additional args USER and HOST for this.
4270 (tramp-handle-file-local-copy): More local bindings. Bind results
4271 of tramp-get-{remote,local}-{de,en}coding earlier to avoid nasty
4272 "are you awake" problem.
4273 (tramp-action-password): Protect against clobbered match data.
4274 (tramp-open-connection-setup-interactive-shell): Explicitly set
4275 tramp-last-cmd-time before invoking tramp-send-command the first
4276 time. Otherwise, tramp-send-command would issue "echo are you
4277 awake" right at the first time, which is not what we want.
4278 Reported by Douglas Gray Stephens.
4279 (tramp-find-inline-encoding): Don't redirect stdout to
4280 /dev/null to avoid "chmode go-rwx" operation from "mimencode
4281 >/dev/null" as root(!), and to check the output of the decoding
4283 (tramp-maybe-open-connection): Don't send "are you awake" if
4286 2002-09-29 Colin Walters <walters@gnu.org>
4288 * calc/calc.el (calc-dispatch-map): Actually set to keymap.
4290 2002-09-29 Mike Williams <mdub@bigfoot.com>
4292 * textmodes/sgml-mode.el (sgml-guess-indent): Handle tabs correctly.
4294 2002-09-29 Richard M. Stallman <rms@gnu.org>
4296 * custom.el (defcustom): Doc fix.
4298 2002-09-28 Richard M. Stallman <rms@gnu.org>
4300 * loadhist.el (unload-feature): When undefining a variable,
4301 delete its buffer-local bindings.
4303 2002-09-28 Luc Teirlinck <teirllm@mail.auburn.edu>
4305 * subr.el (remove-yank-excluded-properties): Fix bugs in
4306 handling of category properties.
4308 2002-09-28 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4310 * ps-print.el (ps-print-emacs-type): Error if ps-print is
4311 activated in Epoch, inLucid or in Emacs v19 or lesser.
4312 Value can no longer be `lucid'.
4313 (ps-print-version): New version number (6.5.8).
4314 (faces): Never do (require 'faces).
4316 2002-09-28 Simon Josefsson <jas@extundo.com>
4318 * mail/smtpmail.el (smtpmail-via-smtp): Only negotiate starttls on
4319 streams that were opened using starttls.
4321 2002-09-28 Paul Reilly <pmr@pajato.com>
4323 * files.el (auto-mode-alist): Add support for Java Enterprise
4324 ARchive (ear/EAR) and Web ARchive (war/WAR) files.
4326 2002-09-28 John Paul Wallington <jpw@shootybangbang.com>
4328 * progmodes/m4-mode.el (m4-font-lock-keywords)
4329 (m4-mode-syntax-table, m4-mode-abbrev-table, m4-m4-buffer)
4330 (m4-m4-region): Doc fixes.
4332 2002-09-27 Stefan Monnier <monnier@cs.yale.edu>
4334 * emacs-lisp/cl-macs.el: Use the new usage-in-docstring syntax.
4335 (cl-push, cl-pop): Remove.
4336 Use pop and push throughout the file instead.
4337 (cl-transform-lambda): Add usage info to docstring if the arglist
4340 * emacs-lisp/autoload.el (make-autoload): Add usage info to docstring.
4341 (autoload-print-form): Also quote open-[-in-column 0.
4343 * help-fns.el (help-with-tutorial): Use minibuffer-completion-help.
4344 (help-split-fundoc): Don't support old syntax any more.
4345 (help-add-fundoc-usage): New fun.
4347 * emacs-lisp/cl-extra.el (cl-push, cl-pop): Remove.
4348 Use pop and push throughout the file instead.
4349 (cl-hash-lookup): Remove.
4350 (cl-make-hash-table, cl-hash-table-p, cl-gethash, cl-puthash)
4351 (cl-remhash, cl-clrhash, cl-maphash, cl-hash-table-count): Simplify.
4353 * emacs-lisp/cl-seq.el (cl-push, cl-pop): Remove.
4354 Use pop and push throughout the file instead.
4356 * emacs-lisp/edebug.el: Don't precompute menu shortcuts during
4357 loading since the current keymaps might be all weird.
4359 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't add properties
4360 to the name since they're added by mode-line-format already.
4361 (define-minor-mode): Run (,mode -1) when needed.
4363 * tar-mode.el (tar-untar-buffer): Handle dir-entries.
4364 (tar-summarize-buffer, tar-mode, tar-extract, tar-copy, tar-expunge)
4365 (tar-alter-one-field, tar-subfile-save-buffer, tar-mode-write-file):
4366 Don't hardcode 1 == point-min.
4368 * abbrev.el (write-abbrev-file): Don't hardcode point-min == 1.
4370 * subr.el (read-key-auxiliary-map): New var.
4372 (make-temp-file): Make the file have mode 600.
4373 (add-minor-mode): Don't add properties to the name since it's
4374 added by mode-line-format already.
4375 Be more careful with the mode-line-menu entry name.
4377 * userlock.el (ask-user-about-supersession-threat): Don't abort
4378 when the user hits mouse-2.
4380 * register.el (set-register): Use push.
4381 (point-to-register): Set kill-buffer-hook in this buffer.
4382 (register-swap-out): Use dolist.
4383 (kill-buffer-hook): Don't change globally.
4385 * server.el (server-select-display): New function.
4386 (server-process-filter): Add support for `-display' and `-eval' args.
4387 (server-visit-files): Use save-current-buffer, push, and dolist.
4388 Add server-kill-buffer to kill-buffer-hook.
4389 (kill-buffer-hook): Don't modify globally.
4390 (server-switch-buffer): Be a bit more careful with multiple displays.
4391 (server-socket-name): Always use /tmp and non-qualified hostname.
4393 * uniquify.el (uniquify-rationalize-file-buffer-names):
4394 Add to kill-buffer-hook for buffers with conflict.
4395 (rename-buffer): Check kill-buffer-hook to see if there was a conflict.
4396 (uniquify-delay-rationalize-file-buffer-names): Remove useless check.
4397 (kill-buffer-hook): Don't change globally.
4399 2002-09-27 Stefan Monnier <monnier@cs.yale.edu>.
4401 * calc/calc.el (calc-bug-address, calc-scan-for-dels, calc-stack)
4402 (calc-stack-top, calc-always-load-extensions)
4403 (calc-line-numbering, calc-line-breaking, calc-display-just)
4404 (calc-display-origin, calc-number-radix, calc-leading-zeros)
4405 (calc-group-digits, calc-group-char, calc-point-char)
4406 (calc-frac-format, calc-prefer-frac, calc-hms-format)
4407 (calc-date-format, calc-float-format, calc-complex-format)
4408 (calc-full-float-format, calc-complex-mode, calc-infinite-mode)
4409 (calc-display-strings, calc-matrix-just, calc-break-vectors)
4410 (calc-full-vectors, calc-full-trail-vectors, calc-vector-commas)
4411 (calc-vector-brackets, calc-matrix-brackets, calc-language)
4412 (calc-language-option, calc-function-open, calc-function-open)
4413 (calc-function-close, calc-language-output-filter)
4414 (calc-language-input-filter, calc-radix-formatter)
4415 (calc-left-label, calc-right-label, calc-word-size)
4416 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
4417 (calc-display-raw, calc-internal-prec, calc-inverse-flag)
4418 (calc-hyperbolic-flag, calc-keep-args-flag, calc-angle-mode)
4419 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
4420 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
4421 (calc-window-height, calc-display-trail, calc-show-selections)
4422 (calc-use-selections, calc-assoc-selections)
4423 (calc-display-working-message, calc-auto-why, calc-timing)
4424 (calc-display-sci-high, calc-display-sci-low, calc-other-modes)
4425 (calc-other-modes, calc-Y-help-msgs, calc-loaded-settings-file):
4426 Make into real defvars.
4427 (calc-mode-var-list): Delete.
4428 (calc-mode-save-mode, calc-standard-date-formats)
4429 (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
4430 (calc-user-parse-tables, calc-gnuplot-default-device)
4431 (calc-gnuplot-default-output, calc-gnuplot-print-device)
4432 (calc-gnuplot-print-output, calc-gnuplot-geometry)
4433 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
4434 (calc-invocation-macro, calc-show-banner): Make into defvars,
4435 taken from `calc-mode-var-list'.
4436 (calc-emacs-type-epoch, calc-emacs-type-19)
4437 (calc-emacs-type-lucid, calc-emacs-type-gnu19): Make into defvars.
4438 (calc-version, calc-version-date, calc-trail-pointer)
4439 (calc-trail-overlay, calc-undo-list, calc-redo-list)
4440 (calc-main-buffer, calc-trail-buffer, calc-why, calc-next-why)
4441 (calc-inverse-flag, calc-hyperbolic-flag, calc-keep-args-flag)
4442 (calc-last-kill, calc-previous-alg-entry, calc-dollar-values)
4443 (calc-dollar-used, calc-hashes-used, calc-quick-prev-results)
4444 (calc-said-hello, calc-executing-macro, calc-any-selections)
4445 (calc-help-phase, calc-full-help-flag, calc-refresh-count)
4446 (calc-display-dirty, calc-prepared-composition)
4447 (calc-selection-cache-default-entry, calc-embedded-info)
4448 (calc-embedded-active, calc-standalone-flag, var-EvalRules)
4449 (math-eval-rules-cache-tag, math-radix-explicit-format)
4450 (math-expr-function-mapping, math-expr-variable-mapping)
4451 (math-read-expr-quotes, math-working-step, math-working-step-2)
4452 (var-i, var-pi, var-e, var-phi, var-gamma, var-Modes): Make into
4453 defvars, from toplevel setq.
4454 (calc-mode-map): Set up keymap in more modern fashion.
4455 (calc-dispatch-map): Ditto.
4456 (calc-command-flags, calc-final-point-line)
4457 (calc-final-point-column): Defvar.
4458 (calc-do): Use `save-current-buffer' instead of `save-excursion'.
4460 (calc-any-evaltos): Ditto.
4461 (calc-buffer, calc-prev-char, calc-prev-prev-char)
4462 (calc-digit-value): Ditto.
4463 (math-eval-rules-cache, math-eval-rules-cache-other): Ditto.
4464 (math-sub-bignum): Bind `diff'.
4465 (calc-selection-cache-entry): Defvar.
4466 (calc-count-lines): Reference `pos' instead of `newpos'.
4468 2002-09-27 Simon Josefsson <jas@extundo.com>
4470 * mail/mail-hist.el (mail-hist-next-input): Fix docstring.
4472 2002-09-26 Richard M. Stallman <rms@gnu.org>
4474 * mail/unrmail.el (unrmail): Do the work directly,
4475 without actually selecting the messages in the from file.
4476 (unrmail-unprune): New subroutine.
4478 * files.el (backup-buffer): Bind local var MODES.
4479 Don't use renaming for a suid or sgid file.
4480 Use backup-buffer-copy to do copying.
4481 (backup-buffer-copy): New subroutine.
4482 Clear suid and sgid bits for the copy.
4484 2002-09-26 Edward M. Reingold <reingold@emr.cs.iit.edu>
4486 * calendar/solar.el (solar-equinoxes-solstices):
4487 Use time properly adjusted for DST in the result.
4489 2002-09-26 Richard M. Stallman <rms@gnu.org>
4491 * follow.el (follow-generic-filter): Simply bind deactivate-mark.
4492 Bind inhibit-read-only; don't mess with buffer-read-only.
4494 * speedbar.el (speedbar-refresh): Simply bind deactivate-mark.
4496 2002-09-26 Luc Teirlinck <teirllm@mail.auburn.edu>
4498 * ielm.el (inferior-emacs-lisp-mode): Treat the header as
4499 output, if comint-use-prompt-regexp-instead-of-fields is nil.
4501 2002-09-26 John Paul Wallington <jpw@shootybangbang.com>
4503 * ibuffer.el (ibuffer-update): Call `minibufferp' with argument
4504 instead of within `with-current-buffer'.
4506 2002-09-26 Stephen Eglen <stephen@gnu.org>
4508 * iswitchb.el (iswitchb-completions): Test that
4509 iswitchb-common-match-string is a string, before printing common
4512 2002-09-25 Stefan Monnier <monnier@cs.yale.edu>
4514 * server.el: Use built-in network primitives.
4515 (server-program, server-previous-string): Remove.
4516 (server-previous-strings): New var.
4517 (server-socket-name): New var.
4518 (server-log): Minor change to the output format.
4519 (server-sentinel): Clean up global state when a client disconnects.
4520 (server-unquote-arg): New fun.
4521 (server-start): Use server-socket-name and make-network-process.
4522 (server-process-filter): Now talks to the clients directly.
4523 Normalize file name after unquoting and decoding.
4524 (server-buffer-done): Just close the connection.
4525 (server-switch-buffer): Handle the case where all windows are
4526 dedicated or minibuffers.
4528 * font-lock.el (fast-lock-mode, lazy-lock-mode, jit-lock-mode):
4529 Don't bind them variables.
4530 (font-lock-turn-off-thing-lock, font-lock-after-fontify-buffer)
4531 (font-lock-after-unfontify-buffer): Check that the vars are bound.
4532 (font-lock-dont-widen): New var.
4533 (font-lock-default-fontify-region): Use it.
4535 * emacs-lisp/find-func.el (find-library-name):
4536 Correctly find "file.el.gz" from "file.elc" or "file.elc.gz".
4538 2002-09-25 Kenichi Handa <handa@etl.go.jp>
4540 * international/mule-cmds.el (select-safe-coding-system):
4541 Handle safe but rejected default coding systems and unsafe default
4542 coding systems differently.
4544 * international/mule-diag.el (list-character-sets): Use the buffer
4545 name "*Character Set List*", not "*Help*". List also indirectly
4546 supported character sets.
4547 (list-charset-chars): Use the buffer name "*Character List*", not
4548 "*Help*". Display the current charset name in the modeline.
4549 (non-iso-charset-alist): Add mapped charset list for `mac-roman'.
4550 (sort-listed-character-sets): Don't alter the region showing
4551 indirectly supported charsets.
4553 2002-09-24 Simon Josefsson <jas@extundo.com>
4555 * mail/mail-extr.el (mail-extr-ignore-single-names): Change default.
4556 (mail-extract-address-components): Doc fix.
4558 2002-09-24 Markus Rost <rost@math.ohio-state.edu>
4560 * simple.el (edit-and-eval-command): Protect command-history.
4561 (repeat-complex-command): Protect command-history.
4563 2002-09-24 Juanma Barranquero <lektu@terra.es>
4565 * replace.el (occur-find-match): New function.
4566 (occur-next, occur-prev): Use it.
4568 * progmodes/sh-script.el (sh-mark-init): Don't set `occur-buffer'.
4569 (sh-mark-line): Likewise. Use 'occur-target and 'occur-match
4570 instead of 'occur and 'occur-point.
4572 * eshell/em-unix.el (eshell-occur-mode-mouse-goto)
4573 (eshell-poor-mans-grep): Remove references to `occur-buffer'.
4575 2002-09-24 Stefan Monnier <monnier@cs.yale.edu>
4577 * descr-text.el (describe-text-category): Use *Help*.
4579 (describe-text-properties, describe-char):
4580 Delay self-inspection test. Use *Help*.
4581 Use syntax-after. Use `pos' rather than (point).
4582 Distinguish the before/after part of a composition.
4584 2002-09-23 Kenichi Handa <handa@etl.go.jp>
4586 * international/quail.el (quail-completion): Be sure to scroll
4587 quail-completion-buf.
4589 2002-09-23 Richard M. Stallman <rms@gnu.org>
4591 * ielm.el (*1): Fix previous change.
4593 2002-09-23 Juanma Barranquero <lektu@terra.es>
4595 * net/tramp.el (tramp-unified-filenames): Autoload it.
4597 2002-09-23 Michael Kifer <kifer@cs.stonybrook.edu>
4599 * ediff-init.el (ediff-get-next-window): Bug fix.
4601 2002-09-22 Oliver Scholz <alkibiades@gmx.de>
4603 * play/gamegrid.el (gamegrid-face): New variable to emulate a
4604 buffer-local default face.
4605 (gamegrid-xbm): New variable; XBM image as a replacement for
4606 `gamegrid-xpm' on Emacsen compiled without XPM-support.
4607 (gamegrid-colorize-glyph): Ported XEmacs-code for the generation
4609 (gamegrid-match-spec): Call `gamegrid-make-image-from-vector' to
4610 convert XEmacs-type image descriptors.
4611 (gamegrid-color-display-p): Remove (use `display-colors-p' instead.)
4612 (gamegrid-make-image-from-vector): New function. Convert XEmacs'
4614 (gamegrid-display-type): Use Emacs' standard `display-.*-p'
4615 functions to check for display capabilities. Fix the recognition
4616 of image-support in Emacs 21 by this way.
4617 (gamegrid-hide-cursor): Removed.
4618 (gamegrid-setup-default-font): Ported the code from XEmacs to
4619 Emacs: create a new face and assign the variable `gamegrid-face'
4620 to it. Make sure that the face is not higher than the smallest
4621 image used by the game.
4622 (gamegrid-initialize-display): Use `(setq cursor-type nil)'
4623 instead of `gamegrid-hide-cursor'.
4624 (gamegrid-set-face): If `gamegrid-display-mode' is 'glyph, put an
4625 image in the buffer, instead of applying a face. [This is because
4626 Emacs display-tables are not as capable as the display-tables in
4627 XEmacs. Maybe this function should be renamed to reflect the change?]
4628 (gamegrid-init-buffer): If `gamegrid-display-mode' is 'glyph, put
4629 the face held by `gamegrid-face' in an overlay over the whole
4630 buffer to emulate a buffer-local default-face.
4632 2002-09-22 Markus Triska <triska@gmx.at> (iny change)
4634 * play/doctor.el (doctor-doc): Add 2 question words.
4635 (doctor-getnoun): Parse and save the complete object phrase.
4637 2002-09-22 Richard M. Stallman <rms@gnu.org>
4639 * international/mule-cmds.el (select-safe-coding-system): Cope if
4640 default-coding-system gives nil which was then used in `min'.
4642 * mail/sendmail.el (sendmail-send-it): If user's buffer
4643 is unibyte, make tembuf unibyte.
4645 2002-09-22 Kai Gro
\e,A_
\e(Bjohann <grossjoh@ls6.informatik.uni-dortmund.de>
4647 * net/tramp.el: Version 2.0.22 released.
4648 (tramp-parse-rhosts, tramp-parse-shosts)
4649 (tramp-parse-hosts, tramp-parse-passwd): Apply `push' but
4650 `add-to-list' for performance reasons.
4651 (tramp-get-completion-user-host): Return `nil' in case both `user'
4652 and 'host' are empty (not necessarily `nil'.
4653 (tramp-parse-netrc, tramp-parse-netrc-group): New functions.
4654 (tramp-user-regexp): " \t" are not user regexp characters.
4655 (tramp-completion-handle-file-name-all-completions):
4656 Remove Ange-FTP cmpletion. It has a bug not handling the "/ftp:" prefix
4657 completely, and it returns local completions as well.
4658 (tramp-completion-function-alist-ftp): New constant.
4659 (tramp-completion-function-alist): Add completion function for "ftp".
4660 From Michael Albinus <Michael.Albinus@alcatel.de>.
4662 2002-09-22 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4664 * net/tramp.el: Version 2.0.21 released.
4665 (tramp-handle-file-newer-than-file-p): If mtime of both files is
4666 known, return a useful result. Better error message in case one
4667 is a Tramp file and one isn't.
4668 (tramp-handle-file-local-copy, tramp-handle-write-region)
4669 (tramp-find-shell, tramp-open-connection-telnet)
4670 (tramp-open-connection-rsh, tramp-open-connection-su)
4671 (tramp-open-connection-setup-interactive-shell)
4672 (tramp-post-connection, tramp-maybe-open-connection)
4673 (tramp-method-out-of-band-p): Correct number of args for
4674 `tramp-get-rsh-program' and similar functions.
4676 2002-09-22 Kai Gro
\e,A_
\e(Bjohann <grossjoh@ls6.informatik.uni-dortmund.de>
4678 * net/tramp.el: Version 2.0.20 released.
4680 2002-09-20 Kai Gro
\e,A_
\e(Bjohann <grossjoh@ls6.informatik.uni-dortmund.de>
4682 * net/tramp.el (tramp-completion-function-alist): Escape open
4684 (tramp-user-regexp, tramp-host-regexp): Allow empty strings.
4685 (tramp-handle-insert-file-contents): Call tramp-message-for-buffer
4686 instead of tramp-message.
4687 (tramp-open-connection-rsh): Handle empty string as user name.
4688 (tramp-open-connection-su): Handle empty string as host name.
4689 Handle nil user name.
4690 (tramp-handle-file-local-copy, tramp-handle-write-region)
4691 (tramp-completion-handle-file-name-all-completions)
4692 (tramp-open-connection-telnet, tramp-open-connection-rsh)
4693 (tramp-open-connection-su, tramp-post-connection)
4694 (tramp-maybe-open-connection, tramp-method-out-of-band-p)
4695 (tramp-get-connection-function, tramp-get-remote-sh)
4696 (tramp-get-rsh-program, tramp-get-rsh-args)
4697 (tramp-get-rcp-program, tramp-get-rcp-args)
4698 (tramp-get-rcp-keep-date-arg, tramp-get-su-program)
4699 (tramp-get-su-args, tramp-get-telnet-program)
4700 (tramp-get-telnet-args): Use `tramp-find-method', perhaps require
4701 additional args USER, HOST.
4702 (tramp-action-password, tramp-open-connection-telnet)
4703 (tramp-open-connection-su, tramp-open-connection-multi)
4704 (tramp-method-out-of-band-p): `tramp-method-out-of-band-p' now
4705 takes USER and HOST arguments, to be able to use
4706 `tramp-find-method'. Update callers.
4707 (tramp-find-method): New function.
4709 2002-09-20 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4711 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
4712 in SWITCHES (by removing it).
4714 2002-09-18 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4716 * net/tramp.el (tramp-file-name-handler): Add `file-remote-p' property.
4718 2002-09-17 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4720 * net/tramp.el (top-level): Maybe autoload uudecode-decode-region.
4722 2002-09-16 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4724 * net/tramp.el (tramp-bug): Add tramp-methods.
4726 2002-09-16 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4728 * net/tramp.el (tramp-methods): Update docstring:
4729 tramp-encoding-command, tramp-decoding-command,
4730 tramp-encoding-function and tramp-decoding-function are not
4732 (tramp-uuencode-region): Autoload it.
4734 2002-09-13 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4736 * net/tramp.el: Version 2.0.19 released.
4738 * net/tramp-uu.el: New file, implements uuencode in Lisp.
4740 * net/tramp.el (tramp-coding-commands):
4741 Use `tramp-uuencode-region' as local encoder for the uuencode based
4744 2002-09-13 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4746 * net/tramp.el (tramp-handle-write-region): Wrong parens.
4748 2002-09-13 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4750 * net/tramp.el: Version 2.0.18 released.
4752 * net/tramp.el (tramp-perl-decode): Perl changes to accomodate
4753 older versions of Perl. Now tested with 5.004. Suggestion from
4756 2002-09-12 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4758 * net/tramp.el (tramp-find-inline-encoding):
4759 Call tramp-call-local-coding-command with nil for INPUT and OUTPUT.
4760 (tramp-call-local-coding-command): OUTPUT equals nil means to
4761 discard the output. INPUT equals nil means /dev/null.
4763 2002-09-12 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4765 * net/tramp.el (tramp-encoding-shell): Default to environment
4766 variable COMSPEC on Windows.
4767 (tramp-handle-write-region): More debugging output.
4768 (tramp-find-inline-encoding): Ditto.
4770 2002-09-11 Michael Albinus <Michael.Albinus@alcatel.de>
4772 * net/tramp.el (tramp-completion-handle-file-name-all-completions):
4774 (tramp-parse-hosts-group): Discard IPv6 entries.
4776 2002-09-11 Kai Gro
\e,A_
\e(Bjohann <grossjoh@ls6.informatik.uni-dortmund.de>
4778 * net/tramp.el (tramp-post-connection): Only send Perl
4779 mime-encode/decode implementations when using inline method.
4780 (tramp-handle-file-local-copy)
4781 (tramp-handle-write-region, tramp-post-connection)
4782 (tramp-coding-commands, tramp-find-inline-encoding): For the
4783 inline encodings, distinguish between local and remote commands,
4784 instead of between commands and functions. (The local commands
4785 can be functions, too.) If the local host is a Windows machine,
4786 we can't expect the same commands to work there as on the remote host.
4787 (tramp-call-local-coding-command): New function for calling local
4788 encoding and decoding commands.
4789 (tramp-set-remote-encoding, tramp-get-remote-encoding)
4790 (tramp-set-remote-decoding, tramp-get-remote-decoding)
4791 (tramp-set-local-encoding, tramp-get-local-encoding)
4792 (tramp-set-local-decoding, tramp-get-local-decoding): New functions.
4793 (tramp-get-encoding-command, tramp-set-encoding-command)
4794 (tramp-get-decoding-command, tramp-set-decoding-command)
4795 (tramp-get-encoding-function, tramp-set-encoding-function)
4796 (tramp-get-decoding-function, tramp-set-decoding-function):
4797 Old functions, removed.
4799 2002-09-10 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4801 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
4802 Change command to invoke /bin/sh slightly to make it compatible
4803 with the `rc' shell. Suggested by Daniel Pittman.
4805 2002-09-10 Michael Albinus <Michael.Albinus@alcatel.de>
4807 * net/tramp.el (tramp-handle-write-region): Added missing
4808 `)'. Hope it's the right place.
4810 2002-09-09 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4812 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
4813 Do "exec env PS1='$ ' /bin/sh" instead of just "exec /bin/sh" in
4814 order to get a sane shell prompt. If people have ${CWD}, say, in
4815 their shell prompt, then the default login shell might display
4816 something harmless, but the /bin/sh will display a dollar sign
4817 which confused the subsequent prompt recognition.
4818 (tramp-multi-action-password): More debugging output.
4819 (tramp-encoding-shell): Renamed from tramp-sh-program.
4820 More documentation. Default to cmd.exe on Windows NT.
4821 (tramp-encoding-command-switch): New variable. Use instead of
4822 hard-wired "-c" which is only good for /bin/sh.
4823 (tramp-encoding-reads-stdin): New variable. If t, commands are
4824 called like "/bin/sh -c COMMAND <INPUT", if nil, they are called
4825 like "/bin/sh -c COMMAND INPUT", ie the input file is the last arg.
4826 (tramp-multi-sh-program): Always default to tramp-encoding-shell.
4827 (tramp-handle-file-local-copy, tramp-handle-write-region):
4828 Respect tramp-encoding-shell and friends.
4829 (tramp-find-inline-encoding): Use new-style calls for checking if
4830 the local commands work.
4832 2002-09-07 Michael Albinus <Michael.Albinus@alcatel.de>
4834 * net/tramp.el (tramp-methods): Remove `tramp-completion-function'
4835 entries. They are handled now by `tramp-completion-function-alist'.
4836 (tramp-completion-function): Defvar removed. I've never used
4838 (tramp-get-completion-function)
4839 (tramp-get-completion-rsh, tramp-get-completion-ssh)
4840 (tramp-get-completion-telnet, tramp-get-completion-su):
4841 Functions removed as well. Not necessary any longer due to extended
4842 customization means.
4843 (tramp-completion-function-alist): New defcustom. Holds all
4844 FUNCTION FILE pairs used for user and host name completion
4845 relevant for METHOD.
4846 (tramp-completion-function-alist-rsh)
4847 (tramp-completion-function-alist-ssh)
4848 (tramp-completion-function-alist-telnet)
4849 (tramp-completion-function-alist-su): Defconst for initializing
4850 `tramp-completion-function-alist'. Unfortunately, mainly UNIX-like
4851 values are known for me until now. Needs to be completed for at
4852 least VMS++ like operating systems.
4853 (tramp-set-completion-function)
4854 (tramp-get-completion-function): New functions for configuration
4855 of `tramp-completion-function-alist'. The old definition of
4856 `tramp-get-completion-function' has been discarded.
4857 (tramp-completion-handle-file-name-all-completions):
4858 Change function call for user/host completion according to definition
4859 in `tramp-completion-function-alist'.
4860 (tramp-parse-passwd): Added exception handling for "root", because
4861 `tramp-get-completion-su' (the previous place for this stuff)
4862 doesn't exist any longer.
4864 2002-09-07 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4866 * net/tramp.el (tramp-enter-password):
4867 Use `tramp-password-end-of-line' to terminate the line.
4868 (tramp-bug): Include new variable `tramp-password-end-of-line'.
4869 (tramp-password-end-of-line): New variable. People who use plink
4870 under Windows might have to issue "\r\n" after the password, but
4871 they need to send just "\n" after the other commands. So this
4872 variable was introduced to complement `tramp-rsh-end-of-line'.
4873 (tramp-wait-for-output, tramp-post-connection): Allow "\r" at end
4874 of line of the output delimiter.
4876 2002-09-06 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4878 * net/tramp.el (tramp-handle-file-local-copy, tramp-find-shell)
4879 (tramp-open-connection-setup-interactive-shell): Add some comments
4880 about Douglas Grey Stephen's suggestions to make Tramp work better
4881 with plink under Windows. I'm not sure what to think of them, but
4882 now I have a guinea pig to try it out on. Said guinea pig is
4883 having other problems, though... Also remove some commented-out code.
4885 2002-09-06 Michael Albinus <Michael.Albinus@alcatel.de>
4887 * net/tramp.el (tramp-get-completion-methods): Algorithm slightly
4889 (tramp-get-completion-user-host): Accept user names as they are if
4891 (tramp-completion-mode): Replace `last-input-char' by modern
4892 `last-input-event'. Check for `event-modifiers'.
4894 2002-09-06 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4896 * net/tramp.el (file-expand-wildcards): Corrected check to see if
4897 advising is necessary.
4899 2002-09-05 Michael Albinus <Michael.Albinus@alcatel.de>
4901 * net/tramp.el (tramp-postfix-single-method-format)
4902 (tramp-postfix-multi-method-format)
4903 (tramp-postfix-multi-hop-format)
4904 (tramp-postfix-user-format): New format strings.
4905 (tramp-postfix-single-method-regexp)
4906 (tramp-postfix-multi-method-regexp)
4907 (tramp-postfix-multi-hop-regexp)
4908 (tramp-postfix-user-regexp)
4909 (tramp-make-multi-tramp-file-format)
4910 (tramp-make-tramp-file-name): Apply them.
4911 (tramp-completion-handle-file-name-all-completions): Fix for
4912 invoking ange-ftp in case of "/ftp:xxx" file names.
4914 2002-09-04 Michael Albinus <Michael.Albinus@alcatel.de>
4916 * net/tramp.el (tramp-prefix-format)
4917 (tramp-postfix-host-format): New format strings.
4918 (tramp-prefix-regexp, tramp-method-regexp)
4919 (tramp-postfix-single-method-regexp)
4920 (tramp-postfix-multi-method-regexp)
4921 (tramp-postfix-multi-hop-regexp)
4922 (tramp-user-regexp, tramp-postfix-user-regexp)
4923 (tramp-host-regexp, tramp-postfix-host-regexp)
4924 (tramp-path-regexp): New atomar regular expressions.
4925 If corresponding format strings exist, derived from them.
4926 (tramp-file-name-structure)
4927 (tramp-multi-file-name-structure)
4928 (tramp-multi-file-name-hop-structure)
4929 (tramp-make-multi-tramp-file-format)
4930 (tramp-completion-mode)
4931 (tramp-completion-dissect-file-name)
4932 (tramp-parse-rhosts-group)
4933 (tramp-parse-shosts-group)
4934 (tramp-parse-hosts-group)
4935 (tramp-parse-passwd-group): Apply these expressions.
4936 (tramp-file-name-structure-unified)
4937 (tramp-file-name-structure-separate)
4938 (tramp-make-tramp-file-format-unified)
4939 (tramp-make-tramp-file-format-separate)
4940 (tramp-make-tramp-file-format)
4941 (tramp-make-tramp-file-user-nil-format-unified)
4942 (tramp-make-tramp-file-user-nil-format-separate)
4943 (tramp-make-tramp-file-user-nil-format)
4944 (tramp-multi-file-name-structure-unified)
4945 (tramp-multi-file-name-structure-separate)
4946 (tramp-multi-file-name-hop-structure-unified)
4947 (tramp-multi-file-name-hop-structure-separate)
4948 (tramp-make-multi-tramp-file-format-unified)
4949 (tramp-make-multi-tramp-file-format-separate): Removed.
4950 (tramp-make-tramp-file-name): Allow partial tramp file
4951 names. Generate tramp file format on-the-fly depending on
4952 parameters. Apply atomar format strings resp expressions.
4953 (tramp-get-completion-methods)
4954 (tramp-get-completion-user-host): Apply `tramp-make-tramp-file-name'.
4955 (tramp-parse-hosts-group): Take all host names and IP addresses
4957 (tramp-bug): Remove `tramp-make-tramp-file-format'.
4959 2002-09-01 Michael Albinus <Michael.Albinus@alcatel.de>
4961 * net/tramp.el (tramp-methods): Add `tramp-completion-function'
4962 for "su" and "sudo".
4963 (tramp-get-completion-telnet): Implement it.
4965 (tramp-parse-hosts-group)
4966 (tramp-get-completion-su)
4967 (tramp-parse-passwd)
4968 (tramp-parse-passwd-group): New functions.
4970 2002-08-31 Michael Albinus <Michael.Albinus@alcatel.de>
4972 * net/tramp.el (tramp-completion-mode): Check for `last-input-char'.
4973 (tramp-completion-file-name-handler-alist): Add handler for
4975 (tramp-completion-handle-file-exists-p): New function.
4976 (tramp-completion-handle-file-name-completion): Simplified.
4977 (tramp-completion-dissect-file-name): Regexp's reorganised.
4978 (tramp-completion-handle-file-name-all-completions):
4979 Call completion-function only if `user' or `host' is given.
4980 (tramp-get-completion-user-host): New function.
4981 (tramp-get-completion-rsh)
4982 (tramp-get-completion-ssh): Apply it.
4984 2002-08-29 Michael Albinus <Michael.Albinus@alcatel.de>
4986 * net/tramp.el (tramp-completion-file-name-handler-alist):
4987 Add handler for `expand-file-name'.
4988 (tramp-completion-handle-expand-file-name): New function.
4990 2002-08-26 Michael Albinus <Michael.Albinus@alcatel.de>
4992 * net/tramp.el (tramp-completion-mode): New function.
4993 (tramp-completion-handle-file-name-directory)
4994 (tramp-completion-handle-file-name-all-completions): Apply it.
4995 (tramp-methods): Remove double definition of `ssh1-old' and `ssh2-old'.
4996 (tramp-point-at-eol): New defalias.
4997 (tramp-parse-rhosts-group)
4998 (tramp-parse-shosts-group):: Apply it.
5000 2002-08-25 Michael Albinus <Michael.Albinus@alcatel.de>
5002 * net/tramp.el (tramp-get-completion-methods)
5003 (tramp-get-completion-rsh)
5004 (tramp-get-completion-ssh): Add "[" for Xemacs.
5005 (tramp-completion-file-name-regexp-separate): Expression adapted.
5006 (tramp-completion-file-name-handler-alist): Add handler for
5007 `file-name-directory' and `file-name-nondirectory'.
5008 (tramp-completion-handle-file-name-directory)
5009 (tramp-completion-handle-file-name-nondirectory)
5010 (tramp-completion-run-real-handler): New functions.
5011 (tramp-completion-file-name-handler)
5012 (tramp-completion-handle-file-name-all-completions):
5013 Apply `tramp-completion-run-real-handler'.
5014 (tramp-parse-rhosts)
5015 (tramp-parse-shosts): Use `with-temp-buffer'. `result
\e$,1!=
\e(B renamed to
5016 `res' (otherwise side effects in XEmacs).
5018 2002-08-24 Michael Albinus <Michael.Albinus@alcatel.de>
5020 * net/tramp.el (tramp-completion-file-name-regexp)
5021 (tramp-completion-file-name-handler-alist)
5022 (tramp-flatten-list)
5023 (tramp-completion-dissect-file-name)
5024 (tramp-get-completion-rsh)
5025 (tramp-parse-rhosts)
5026 (tramp-parse-rhosts-group)
5027 (tramp-get-completion-ssh): Doc string tuned.
5028 (tramp-methods): Doc string and custom type extended for
5029 `tramp-completion-function'.
5030 (tramp-completion-function): Variable added. Is it really used?
5031 Other variables like `tramp-completion-function' aren't used.
5032 (tramp-completion-file-name-handler-alist): Add handler for
5033 `file-name-completion'.
5034 (tramp-completion-handle-file-name-completion): New function.
5036 2002-08-18 Michael Albinus <Michael.Albinus@alcatel.de>
5038 * net/tramp.el (tramp-parse-rhosts)
5039 (tramp-parse-rhosts-group)
5040 (tramp-parse-shosts)
5041 (tramp-parse-shosts-group): New functions.
5043 2002-08-17 Michael Albinus <Michael.Albinus@alcatel.de>
5045 * net/tramp.el (tramp-completion-dissect-file-name)
5046 (tramp-completion-dissect-file-name1): New functions.
5048 2002-08-16 Michael Albinus <Michael.Albinus@alcatel.de>
5050 * net/tramp.el (tramp-get-completion-function)
5051 (tramp-get-completion-rsh)
5052 (tramp-get-completion-ssh)
5053 (tramp-get-completion-telnet): New functions.
5054 (tramp-methods): Add `tramp-completion-function' for all methods.
5056 2002-08-15 Michael Albinus <Michael.Albinus@alcatel.de>
5058 * net/tramp.el (tramp-get-completion-methods): New function.
5059 (tramp-find-default-method): Allow host to be nil (like user).
5061 2002-08-14 Michael Albinus <Michael.Albinus@alcatel.de>
5063 * net/tramp.el (tramp-completion-file-name-regexp-unified)
5064 (tramp-completion-file-name-regexp-separate)
5065 (tramp-completion-file-name-regexp)
5066 (tramp-completion-file-name-handler-alist): New defcustoms.
5067 (tramp-completion-file-name-handler): New function.
5068 Add `tramp-completion-file-name-handler' to `file-name-handler-alist'.
5069 (tramp-run-real-handler): Add `tramp-completion-file-name-handler'
5070 to `inhibit-file-name-handlers'.
5071 (tramp-completion-handle-file-name-all-completions)
5072 (tramp-completion-handle-file-name-completion): New functions.
5074 2002-08-12 Michael Albinus <Michael.Albinus@alcatel.de>
5076 * net/tramp.el (tramp-invoke-ange-ftp): `tramp-disable-ange-ftp'
5077 must be called again after activating `ange-ftp'.
5078 (tramp-ange-ftp-file-name-p): Check for Xemacs.
5080 2002-08-08 Michael Albinus <Michael.Albinus@alcatel.de>
5082 * net/tramp.el (tramp-do-copy-or-rename-file): Don't pass
5083 KEEP-DATE to tramp-invoke-ange-ftp 'rename.
5084 (tramp-handle-write-region): Don't pass LOCKNAME and CONFIRM to
5085 tramp-invoke-ange-ftp 'write-region.
5086 (tramp-handle-set-file-modes): Change order of FILENAME and MODE
5087 passing to tramp-invoke-ange-ftp 'set-file-modes.
5088 (tramp-flatten-list): New function. Maybe this functionality does
5089 exist already elsewhere in the libraries.
5090 (tramp-invoke-ange-ftp): Apply `tramp-flatten-list' to parameter
5091 list in order to avoid nested lists, f.e. when invoked from
5092 `tramp-handle-dired-call-process'.
5094 2002-09-05 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5096 * net/tramp.el (tramp-chunksize): New kluge variable.
5097 (tramp-send-region): If tramp-chunksize is non-nil, send region in
5098 parts and sleep 0.1 seconds between chunks.
5100 2002-09-03 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5102 * net/tramp.el (tramp-handle-insert-directory):
5103 Use `insert-buffer-substring' instead of `insert-buffer', which is not
5104 supposed to be used from Lisp. Remember old point in a variable
5105 instead of using `mark'. Suggestion from Stefan Monnier.
5106 (tramp-unified-filenames): New variable. Use it in default value
5107 of other filename variables.
5108 (file-expand-wildcards): Don't advise unless "[" and "]" are used
5109 in the filename format.
5111 2002-09-01 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5113 * net/tramp.el (tramp-methods): Remove duplicate definition of
5114 ssh1-old and ssh2-old.
5116 2002-09-22 Kai Gro
\e,A_
\e(Bjohann <grossjoh@ls6.informatik.uni-dortmund.de>
5118 * dired.el (dired-insert-directory): Always add "--dired" to to
5119 SWITCHES for remote files.
5120 * files.el (insert-directory): Comment saying that "--dired"
5121 might be in the SWITCHES.
5122 * net/ange-ftp.el (ange-ftp-ls): Handle "--dired" in LSARGS.
5123 (ange-ftp-insert-directory): Comment explaining "--dired" handling.
5125 2002-09-21 Markus Rost <rost@math.ohio-state.edu>
5127 * mail/mailabbrev.el (mail-abbrev-make-syntax-table): Give %!._-
5128 word constituent syntax.
5130 2002-09-21 Richard M. Stallman <rms@gnu.org>
5132 * cus-dep.el (custom-make-dependencies): Bind to t
5133 around evaluating the def-form.
5135 * custom.el (custom-dont-initialize): New variable.
5136 (custom-declare-variable): Don't init the variable
5137 if custom-dont-initialize is non-nil.
5139 2002-09-21 John Paul Wallington <jpw@shootybangbang.com>
5141 * net/eudc.el (eudc-install-menu): Use `define-key' and
5142 `easy-menu-create-menu' to avoid duplication of menu.
5144 2002-09-20 Kim F. Storm <storm@cua.dk>
5146 * kmacro.el (kmacro-step-edit-query): Use RET to execute rest of
5147 macro and terminate editing.
5148 (kmacro-step-edit-macro): Push previous macro onto ring if changed
5151 2002-09-19 Tom Tromey <tromey@redhat.com>
5153 * play/blackbox.el (bb-right): Respect prefix argument.
5154 (bb-left, bb-up, bb-down): Likewise.
5156 2002-09-19 Richard M. Stallman <rms@gnu.org>
5158 * cus-dep.el (custom-make-dependencies): Fix previous change.
5160 2002-09-19 Juanma Barranquero <lektu@terra.es>
5162 * ielm.el (ielm-eval-input): Call `error-message-string' instead
5163 of the non-existent `ielm-format-error'.
5165 2002-09-19 Stefan Monnier <monnier@cs.yale.edu>
5167 * emacs-lisp/easymenu.el (easy-menu-remove):
5168 * emacs-lisp/ewoc.el (ewoc--node-branch): Add docstring.
5170 * international/mule-diag.el (describe-coding-system):
5171 Remove unused `coding-spec' variable.
5172 (list-input-methods): Be more careful when setting up the help buffer.
5174 * international/ucs-tables.el (unify-8859-on-encoding-mode):
5175 Set init value to t to reflect reality.
5176 (ucs-minibuffer-setup): Use minibuffer-selected-window.
5178 2002-09-18 Stefan Monnier <monnier@cs.yale.edu>
5180 * progmodes/make-mode.el (makefile-cleanup-continuations-p):
5181 Rename to makefile-cleanup-continuations.
5182 (makefile-mode): Use write-file-functions.
5183 (makefile-fill-paragraph): Use match-string-no-properties.
5184 (makefile-fill-paragraph): Use line-end-position.
5185 (makefile-add-log-defun): Simplify.
5187 2002-09-18 Richard M. Stallman <rms@gnu.org>
5189 * dired.el (dired-mark-pop-up): Doc fix.
5191 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Put the
5192 definition straight into loaddefs.el as well as executing it here.
5194 2002-09-18 Colin Walters <walters@debian.org>
5196 * calc/calc.el (calc-mode): Add font-lock-defontify to
5197 change-major-mode-hook.
5199 2002-09-18 Richard M. Stallman <rms@gnu.org>
5201 * Makefile.in (bootstrap-clean): Use cd to shorten arg strings.
5202 Don't ignore errors in rm line.
5204 * menu-bar.el (menu-bar-search-menu): Nicer help string.
5206 * replace.el (occur-engine-add-prefix): Use 7 spaces.
5207 (occur-engine): Use 7 digits to align tabs in the data.
5209 * emacs-lisp/bytecomp.el (byte-compile-output-docform):
5210 Don't make the definition dynamic if it shares structure
5213 * gud.el (gud-pdb-marker-regexp): Allow : and \ in file name.
5214 (pdb): In gud-remove, pass down the file name.
5216 * cus-dep.el (custom-make-dependencies): Sort MEMBERS before use.
5218 2002-09-18 Luc Teirlinck <teirllm@mail.auburn.edu>
5220 * ielm.el: (*1, *2, *3): New variables.
5221 (ielm-eval-input): Make temporary buffers current on entry and
5222 exit to the let bindings for *, ** and ***.
5223 (inferior-emacs-lisp-mode): Mention *1, *2 and *3 in the docstring.
5224 Do not overrule global bindings for *, ** and ***.
5226 2002-09-18 Tom Tromey <tromey@redhat.com>
5228 * progmodes/make-mode.el (makefile-fill-paragraph): Find comment
5229 boundaries before filling.
5231 2002-09-18 Stefan Monnier <monnier@cs.yale.edu>
5233 * server.el (server-done): Fix harmlessly wrong arg to save-buffer.
5234 (server-switch-buffer): Only select a different window if
5235 next-buffer is non-nil. Don't switch in a dedicated window.
5236 If next-buffer is already displayed, reuse that window.
5238 * diff-mode.el (diff-mode): Use compilation-minor-mode.
5239 Don't unbind compilation-last-buffer after autoloading compile.el.
5240 Hide the compilation-minor-mode bindings altogether.
5242 2002-09-18 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5244 * dired.el (dired-insert-directory): Never add "--dired" when
5245 listing remote directories.
5247 2002-09-18 Michael Kifer <kifer@cs.stonybrook.edu>
5249 * ediff-hooks.el: Put back the autoloads (for XEmacs compatibility).
5251 * ediff-init.el: Use defalias instead of fset.
5253 * ediff-util.el: Use defalias instead of fset.
5255 * viper-util.el (viper-chars-in-region): Simplification.
5257 * viper.el (viper-emacs-state-mode-list): Added modes.
5259 2002-09-18 Jonathan Yavner <jyavner@engineer.com>
5261 * emacs-lisp/testcover.el: New file. Uses edebug to instrument a
5262 module of code, with graphical display of poor-coverage spots.
5264 * emacs-lisp/testcover-ses.el: New file. Demonstrates use of
5265 testcover on a interactive module like ses.
5267 * emacs-lisp/testcover-unsafep.el: New file. Demonstrates use of
5268 testcover on a noninteractive module like unsafep.
5270 2002-09-18 Miles Bader <miles@gnu.org>
5272 * diff-mode.el (diff-mode): Don't evaluate `compilation-last-buffer'
5275 2002-09-17 Stefan Monnier <monnier@cs.yale.edu>
5277 * server.el (server-log): Add `client' arg.
5278 (server-start): Don't bother canceling the sentinel.
5279 (server-process-filter): Use replace-regexp-in-string and
5280 handle the new &n quoting. Use push. Use server-log's new arg.
5281 Don't output the C-x # message if `nowait'.
5282 (server-buffer-done): Use server-log's new arg.
5284 2002-09-16 Jonathan Yavner <jyavner@engineer.com>
5288 * emacs-lisp/unsafep.el: New file.
5290 * files.el (auto-mode-alist): Add ".ses" for ses-mode.
5291 (inhibit-quit): This is risky for unsafep, doesn't matter much for
5293 (risky-local-variable-p): New function. Split off from
5294 hack-one-local-variable so unsafep can use it. Add \|-history$ to
5295 the list of disallowed local variable names (malicious user could
5296 stuff a `display' property in there that would be activated when
5297 na
\e,Ao
\e(Bve user called up the history).
5299 2002-09-16 Markus Rost <rost@math.ohio-state.edu>
5301 * ls-lisp.el (ls-lisp-format-time-list): Fix type and provide :tag's.
5303 2002-09-16 Richard M. Stallman <rms@gnu.org>
5305 * play/gomoku.el (gomoku-move-up, gomoku-move-down):
5306 Use forward-line and move-to-column.
5308 * cus-edit.el (custom-variable-backup-value): New function.
5309 (custom-variable-reset-backup): New function.
5310 (custom-variable-menu): Add item for custom-variable-reset-backup.
5311 (custom-variable-set, custom-variable-reset-saved)
5312 (custom-variable-reset-standard): Call custom-variable-backup-value.
5314 2002-09-16 Stefan Monnier <monnier@cs.yale.edu>
5316 * dired.el (dired-font-lock-keywords): Use regexp-opt.
5317 (dired-move-to-filename): Better message when we fail to find the file.
5318 (dired-sort-toggle): Minor optimization.
5320 2002-09-16 Juanma Barranquero <lektu@terra.es>
5322 * dired-aux.el (dired-add-entry): Add missing argument to
5325 2002-09-16 John Paul Wallington <jpw@shootybangbang.com>
5327 * xscheme.el (scheme-interaction-mode): Doc fix.
5329 * net/eudc.el (eudc-plist-get): Doc fix.
5331 2002-09-16 Kim F. Storm <storm@cua.dk>
5333 * menu-bar.el (menu-bar-last-search-type): New var.
5334 (nonincremental-repeat-search-forward)
5335 (nonincremental-repeat-search-backward): Repeat string or
5336 regexp search depending on menu-bar-last-search-type.
5337 (nonincremental-search-forward, nonincremental-re-search-forward)
5338 (nonincremental-search-backward, nonincremental-re-search-backward):
5339 Set menu-bar-last-search-type to string or regexp.
5340 (nonincremental-repeat-re-search-forward): Removed.
5341 (nonincremental-repeat-re-search-backward): Removed.
5342 (menu-bar-replace-menu): New keymap for "Edit->Replace" submenu.
5343 (menu-bar-i-search-menu): New keymap for "Incremental Search" submenu.
5344 (menu-bar-adv-search-menu): Removed.
5345 (menu-bar-search-menu): Reorganized.
5346 (menu-bar-edit-menu): Added "Replace" submenu.
5348 2002-09-15 Richard M. Stallman <rms@gnu.org>
5350 * scroll-bar.el (scroll-bar-mode): Specify :initialize.
5352 * menu-bar.el (menu-bar-make-mm-toggle): Don't put a quote befor FNAME
5353 when it's not being evaluated.
5355 2002-09-15 Markus Rost <rost@math.ohio-state.edu>
5357 * dired.el (dired-move-to-filename): Fix previous change.
5359 2002-09-14 Kim F. Storm <storm@cua.dk>
5361 * emulation/keypad.el (keypad-setup, keypad-shifted-setup)
5362 (keypad-numlock-setup, keypad-numlock-shifted-setup):
5363 Change `Remove Binding' option to `Unspecified/User-defined'.
5364 (keypad-setup): Enhance explanation of setup type `none'.
5366 2002-09-14 Richard M. Stallman <rms@gnu.org>
5368 * time.el (display-time-mode): Set display-time-load-average here.
5369 (display-time-load-average): Initialize to nil.
5370 (display-time-default-load-average): Add "None" alternative.
5371 (display-time-update): Handle "None" alternative for load-average.
5373 * dired-aux.el (dired-bunch-files): Put the arg FILES
5374 back as it was after temporary destrucive mods.
5375 (dired-add-entry): Use dired-insert-directory to handle indentation.
5376 Explicitly restore the line's marker character.
5377 Preserve the old file name's text properties.
5378 (dired-add-entry-do-indentation): Function deleted.
5379 (dired-relist-file): Doc fix.
5380 (dired-rename-file): Change argument names.
5381 (foo-rename-file): New function.
5382 (dired-do-hardlink): Use dired-hardlink.
5383 (dired-hardlink): New function.
5384 (dired-insert-subdir-doinsert): Use dired-insert-directory;
5385 that handles indentation, text props and header line.
5386 dired-readin-insert gets no args.
5387 Use `last' instead of `reverse'.
5389 * dired.el (dired-use-ls-dired): New variable.
5390 (dired-directory): Document the rules better.
5392 * dired.el (dired-insert-headerline): Function deleted.
5393 (dired-revert): Pass no args to dired-readin.
5394 (dired-move-to-filename): First try using dired-filename property.
5395 (dired-move-to-end-of-filename): Likewise.
5396 (dired-why): Try to show the start of this page of warnings.
5397 (dired-log): Insert the buffer name at start of page, not end.
5398 (dired-log-summary): If just one failure, explain it in echo area.
5400 * dired.el (dired-internal-noselect):
5401 Always set dired-directory, when buffer is not new.
5402 Pass dir-or-list, not dirname, to dired-mode.
5403 Call dired-readin with no args.
5404 Don't call dired-after-readin-hook here.
5405 (dired-find-buffer-nocreate): Expand dirname.
5406 Expand the dir from dired-directory to compare with dirname.
5408 (dired-readin): Take no args. Get the directory from dired-directory.
5409 Run dired-before-reading hook inside save-excursion.
5410 Run dired-after-readin-hook here.
5411 Don't make undo entries at all.
5412 Call dired-readin-insert with no args.
5413 Don't change indentation here.
5414 Don't insert headerline here.
5416 (dired-readin-insert): Take no args.
5417 Get dir and file-list from dired-directory.
5418 Call dired-insert-directory the new way.
5419 Don't insert "wildcard" info here.
5421 (dired-insert-directory): New arg FILE-LIST.
5422 First arg now DIR, always just the directory.
5423 This function fully handles setting up the buffer text:
5424 update indentation, insert headerline and "wildcard" info.
5425 Pass --dired arg if appropriate; put info in dired-filename props.
5426 Don't expand file names here.
5428 * warnings.el (display-warning): In batch mode,
5429 exclude the final newline from the arg to `message'.
5431 2002-09-13 Markus Rost <rost@math.ohio-state.edu>
5433 * files.el (diff-buffer-with-file): Check whether associated file
5434 exists. Display message for 1 second. Always return nil.
5436 2002-09-13 Stefan Monnier <monnier@cs.yale.edu>
5438 * diff-mode.el (diff-mode): Turn on compilation-minor-mode
5439 support again, but more carefully this time.
5441 * progmodes/perl-mode.el (perl-mode-syntax-table): Mark $, % and @
5442 such that backward-sexp correctly skips them.
5443 (perl-font-lock-keywords-2): Use regexp-opt.
5444 (perl-font-lock-syntactic-keywords)
5445 (perl-font-lock-syntactic-face-function): Better handle PODs.
5446 Handle package names with ' in them and ($$) in `sub' declarations.
5447 Handle format staements. Handle regexp and quote-like ops.
5448 (perl-empty-syntax-table): New var.
5449 (perl-quote-syntax-table): New fun.
5451 * pcvs.el (cvs-mode-find-file): Work even if point is at beg-of-line.
5452 (cvs-do-removal): Bind inhibit-read-only while modifying the buffer.
5454 * newcomment.el (comment-with-narrowing): Use the `declare' thingy.
5456 * derived.el (define-derived-mode): Properly ignore unknown args.
5458 * emacs-lisp/easy-mmode.el (define-minor-mode): Add a :require arg.
5459 Don't call the function during init if mode is on by default.
5461 * simple.el: Provide `simple'.
5462 (transient-mark-mode, line-number-mode, column-number-mode):
5463 Pass an explicit `:require nil' argument.
5465 2002-09-13 Francesco Potort
\e,Al
\e(B <pot@gnu.org>
5467 * play/tetris.el (tetris-blank-options, tetris-cell-options):
5468 Remove various redundant `(t nil)'.
5470 * play/snake.el (snake-border-options): Use color on tty if available.
5472 * play/tetris.el (tetris-border-options): Likewise.
5474 * play/pong.el (pong-border-options): Likewise, plus reset
5475 color on tty to be [0.5 0.5 0.5].
5477 2002-09-13 Kim F. Storm <storm@cua.dk>
5479 * kmacro.el (kmacro-start-macro): Doc fix.
5481 2002-09-13 Juanma Barranquero <lektu@terra.es>
5483 * progmodes/idlw-shell.el (idlwave-shell-cleanup): Fix reference
5484 to `idlwave-idlwave_routine_info-compiled'.
5486 * whitespace.el (whitespace-unload-hook): Call `remove-hook' with
5487 three arguments, not four.
5489 2002-09-13 Kim F. Storm <storm@cua.dk>
5491 * kmacro.el (kmacro-keymap): Changed bindings:
5492 C-x C-k s to kmacro-start-macro, C-x C-k b to kmacro-bind-to-key.
5494 2002-09-12 Richard M. Stallman <rms@gnu.org>
5496 * international/mule-cmds.el (universal-coding-system-argument):
5497 Read the coding system inside `interactive' spec, for command-history.
5499 2002-09-12 Stefan Monnier <monnier@cs.yale.edu>
5501 * emacs-lisp/find-func.el (find-library-name): Don't forget
5502 the empty suffix. Fix stale variable name.
5504 * gud.el (gud-gdb-massage-args, gud-sdb-massage-args)
5505 (gud-pdb-massage-args): Delete.
5506 (gdb, sdb, pdb): Don't pass gud-*-massage-args any more.
5507 (gud-gdb-command-name): New var. Put "--fullname" in there.
5508 (gud-query-cmdline): Use the most recent executable as the default.
5509 Don't add "--fullname" (it's only valid/meaningful for GDB).
5510 (gud-xdb-marker-filter): Use match-string.
5511 (gud-perldb-massage-args): Don't add "-d".
5512 (gud-perldb-command-name): Add "-d".
5513 (gud-common-init): If `massage-args' is nil, don't call it.
5514 (gud-format-command): Don't hardcode point-min==1.
5516 * derived.el: Require CL when compiling.
5518 2002-09-12 Simon Josefsson <jas@extundo.com>
5520 * mail/smtpmail.el (smtpmail-send-it): Don't use : in filenames
5521 (for cygwin). Suggested by Andrew Senior <aws@watson.ibm.com>.
5522 Use expand-file-name. Also don't require time-stamp.
5524 2002-09-11 Richard M. Stallman <rms@gnu.org>
5526 * derived.el (define-derived-mode): When making new abbrev table,
5527 don't try to copy the parent's abbrev table.
5529 * ruler-mode.el (ruler-mode-left-scroll-bar-cols):
5530 Always round scroll-bar-width parameter up.
5531 If it is nil, use 14.
5533 * abbrev.el (copy-abbrev-table): New function.
5535 2002-09-11 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5537 * ps-print.el: Adjust ps-print-color-p, ps-default-fg and
5538 ps-default-bg setting.
5539 (ps-print-version): New version number (6.5.7).
5540 (ps-mark-active-p): New fun.
5541 (ps-print-preprint-region): Adjust code.
5543 2002-09-11 Dave Love <fx@gnu.org>
5545 * international/mule.el (non-standard-designations-alist)
5546 (ctext-pre-write-conversion): Don't generate invalid extended
5547 segments for iso8859.
5549 * language/cyrillic.el ("Ukrainian"): Fix nonascii-translation.
5550 (cyrillic-alternativnyj-decode-table): Fix some entries.
5552 * international/ucs-tables.el: Fix last change.
5554 * international/utf-8.el (utf-8-fragment-on-decoding): Fix last
5557 2002-09-11 Kim F. Storm <storm@cua.dk>
5559 * edmacro.el (edit-kbd-macro): Recognize new C-x e binding,
5560 kmacro-end-and-call-macro.
5562 2002-09-11 Juanma Barranquero <lektu@terra.es>
5564 * newcomment.el (uncomment-region): Fix let/let* use.
5566 2002-09-11 Simon Josefsson <jas@extundo.com>
5568 * time-stamp.el (time-stamp-hhmmss): New function.
5570 * gud.el (gud-gdb-massage-args): Don't secretly add -fullname.
5571 (gud-query-cmdline): Add --fullname to the user cmdline.
5573 * mail/smtpmail.el (smtpmail-default-smtp-server): Doc fix.
5575 2002-09-11 Kim F. Storm <storm@cua.dk>
5577 * kmacro.el (kmacro-call-macro): Rephrase repeat prompt.
5578 (kmacro-step-edit-map): Bind "A" to `append-end'.
5579 (kmacro-step-edit-prompt): Fix prompt.
5580 (kmacro-step-edit-query): Handle `append-end' response.
5581 (kmacro-step-edit-pre-command): Activate `append-end' at end of
5582 macro when required.
5584 2002-09-11 Stefan Monnier <monnier@cs.yale.edu>
5586 * derived.el (define-derived-mode): Fix typo.
5588 * menu-bar.el (line-number-mode, column-number-mode)
5589 (transient-mark-mode): Use minor mode directly.
5590 (menu-bar-make-toggle): Remove `props' arg.
5591 Move customize-mark-as-set directly into the toggle function.
5593 * whitespace.el (whitespace-global-mode): Use define-minor-mode.
5594 Use the new file hook names.
5595 (whitespace-describe): Remove. Move the text to `Commentary:'.
5596 (whitespace-unload-hook): Use the new file hook names.
5598 * finder.el (finder-find-library): Remove.
5599 (finder-commentary): Use find-library-name and add completion.
5601 * simple.el (transient-mark-mode, line-number-mode)
5602 (column-number-mode): Use define-minor-mode.
5603 (define-mail-user-agent): Delete. Moved to subr.el.
5605 * loadup.el ("simple.el"): Move to after loaddefs.el.
5607 * subr.el (define-mail-user-agent): Moved from simple.el.
5609 2002-09-10 Richard M. Stallman <rms@gnu.org>
5611 * pcvs-info.el (cvs-check-fileinfo): Don't use boolp.
5612 (boolp): Function deleted.
5614 2002-09-10 Dave Love <fx@gnu.org>
5616 * international/utf-8.el (ucs-mule-to-mule-unicode):
5617 Define unconditionally.
5618 (utf-8-fragmentation-table): New. Use it in top-level mapc.
5619 (utf-8-fragment-on-decoding): Use it to keep
5620 utf-8-translation-table-for-decode variable and translation table
5623 * international/ucs-tables.el: Bind utf-8-translation-table-for-decode
5624 when setting up tables and remove useless optimize-char-table.
5625 (ucs-mule-to-mule-unicode): Deleted.
5626 (ucs-unify-8859): Maybe optimize ucs-mule-to-mule-unicode.
5628 * international/utf-16.el (utf-16-le-pre-write-conversion)
5629 (utf-16-be-pre-write-conversion): Deleted.
5630 (mule-utf-16-le, mule-utf-16-be): Register encoding translation table.
5632 2002-09-10 Richard M. Stallman <rms@gnu.org>
5634 * files.el (diff-buffer-with-file): Simplify.
5635 Don't signal an error if buffer has no file.
5636 Call sit-for after `diff' returns.
5638 * play/gamegrid.el (gamegrid-make-color-tty-face):
5639 Handle string as COLOR arg.
5640 (gamegrid-display-type): Don't assume display-color-p
5641 implies a color-x terminal.
5642 (gamegrid-hide-cursor): Set `cursor-type' local variable.
5644 * descr-text.el (describe-text-mode): Add font-lock-defontify to
5645 change-major-mode-hook.
5647 * ibuffer.el (ibuffer-mode): Add font-lock-defontify to
5648 change-major-mode-hook.
5650 * comint.el (comint-mode): Add font-lock-defontify to
5651 change-major-mode-hook.
5653 * info.el (Info-mode): Add font-lock-defontify to
5654 change-major-mode-hook.
5656 * replace.el (occur-mode): Add font-lock-defontify to
5657 change-major-mode-hook.
5659 * font-core.el (font-lock-defontify): New function.
5661 2002-09-10 Richard M. Stallman <rms@gnu.org>
5663 * ps-print.el (ps-printer-name-option): Doc fix.
5665 2002-09-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5667 * ps-print.el: Adjust ps-postscript-code-directory setting.
5668 XEmacs version check was adjusted.
5669 (ps-print-version): New version number (6.5.6).
5670 (ps-print-color-p, ps-page-dimensions-database): Autoload var.
5671 (ps-print-code, ps-print-preprint-region): Adjust code.
5673 2002-09-10 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5675 * files.el (auto-mode-alist): ~/.gnus, ~/.viper are in
5676 emacs-lisp-mode, like ~/.emacs.
5678 2002-09-10 Stefan Monnier <monnier@cs.yale.edu>
5680 * newcomment.el (uncomment-region): Be more careful with `='.
5682 2002-09-10 Deepak Goel <deego@glue.umd.edu>
5684 * play/doctor.el (doc//): Rename from `//'. Update callers.
5685 (doc$): Rename from `$'. Update callers.
5687 2002-09-10 Miles Bader <miles@gnu.org>
5689 * simple.el (do-auto-fill): `fill-indent-according-to-mode' is a
5690 variable, not a function.
5692 * kmacro.el (kmacro-call-macro): Deal with a non-numeric prefix arg.
5694 2002-09-10 Kim F. Storm <storm@cua.dk>
5696 * macros.el (apply-macro-to-region-lines): Let-bind mark-active to
5697 nil while executing macro to avoid triggering delete-selection-mode.
5699 * simple.el (keyboard-quit): Set defining-kbd-macro to nil to
5700 cancel defining keyboard macro when applicable.
5702 2002-09-09 Markus Rost <rost@math.ohio-state.edu>
5704 * simple.el (transient-mark-mode, line-number-mode)
5705 (column-number-mode): Undo previous change because of bootstrapping.
5707 2002-09-09 Stefan Monnier <monnier@cs.yale.edu>
5709 * derived.el (define-derived-mode): Add keyword arguments.
5710 (derived-mode-make-docstring): Take abbrev and syntax table names.
5712 * font-core.el (font-lock-change-mode): Just turn off font-lock-mode.
5713 (font-lock-default-function): Change arg name.
5715 * cus-start.el (transient-mark-mode): Delete. Done in simple.el.
5717 * paren.el (show-paren-function): Use syntax-after.
5719 * emacs-lisp/syntax.el (syntax-after): Delete. Moved to subr.el.
5721 * subr.el (symbol-file): Also work for autoloaded funcs.
5722 (syntax-after): New fun moved from syntax.el.
5724 * find-file.el (ff-pre-find-hook, ff-pre-load-hook, ff-post-load-hook)
5725 (ff-not-found-hook, ff-file-created-hook): Rename from *-hooks.
5726 Update callers (but still run the old hooks as well).
5728 * emacs-lisp/find-func.el (find-library-suffixes, find-library-name)
5729 (find-library): New funs.
5730 (find-function-search-for-symbol): Use it.
5732 * emacs-lisp/bytecomp.el (byte-compile-file): Don't switch buffer.
5734 * isearch.el (isearch-cmds): Add docstring.
5735 (isearch-mouse-2): Lookup binding in the proper buffer.
5736 Use call-interactively and remove the now useless `arg'.
5737 (isearch-search-fun-function): New var.
5738 (isearch-search-fun): New fun.
5739 (isearch-search, isearch-lazy-highlight-search): Use it.
5741 2002-09-09 Stefan Monnier <monnier@cs.yale.edu>
5743 * simple.el (what-line): Don't hard-code 1.
5744 (transient-mark-mode, line-number-mode, column-number-mode):
5745 Use define-minor-mode.
5746 (do-auto-fill): Only ignore prefix if it's really empty.
5748 2002-09-09 Markus Rost <rost@math.ohio-state.edu>
5750 * files.el (save-some-buffers-action-alist): Use lower case for
5751 help string of diff-buffer-with-file.
5753 2002-09-09 Richard M. Stallman <rms@gnu.org>
5755 * calendar/calendar.el (mouse-scroll-calendar-left)
5756 (mouse-scroll-calendar-right, mouse-calendar-other-month):
5758 (calendar-mode-line-format): Use them.
5760 * emacs-lisp/bytecomp.el (byte-recompile-directory):
5761 Set and then bind default-directory.
5763 * startup.el (fancy-splash-head, normal-splash-screen):
5764 Change the messages that explain about GNU or GNU/Linux.
5766 * info.el (Info-search): Add (point-min) to subfile positions
5767 to get them right. Skip the current subfile using forward-line.
5769 * files.el (make-backup-file-name-1): When make-directory fails,
5770 ignore backup-directory-alist.
5771 (make-directory): Expand DIR before looking for handler.
5773 2002-09-09 Jari Aalto <jari.aalto@poboxes.com>
5775 * progmodes/cperl-mode.el (cperl-noscan-files-regexp):
5776 In addition to RCS, exclude CVS directories.
5778 * ls-lisp.el (ls-lisp-format-time-list): New variable.
5779 (ls-lisp-format-time): Use it.
5781 * files.el (auto-mode-alist): Use sh-mode for .bash files.
5783 2002-09-09 Dave Love <d.love@dl.ac.uk>
5785 * ps-print.el: Many doc fixes.
5787 2002-09-09 John Paul Wallington <jpw@shootybangbang.com>
5789 * play/doctor.el (doctor-cadr, doctor-caddr, doctor-cddr): Remove.
5792 2002-09-08 Markus Rost <rost@math.ohio-state.edu>
5794 * diff.el (diff): Doc fix.
5796 2002-09-08 Richard M. Stallman <rms@gnu.org>
5798 * emacs-lisp/bytecomp.el (byte-compile-delete-errors): Default to nil.
5800 * simple.el (undo-elt-in-region): Fix one-off error at END.
5801 (forward-visible-line): Handle invisibility by ignoring
5802 invisible newlines. Also include entire invisible lines beyond
5805 * cus-edit.el (custom-save-variables, custom-save-faces):
5806 Clarify the comments written into .emacs.
5808 2002-09-08 Markus Triska <triska@gmx.at>
5810 * play/doctor.el (doctor-doc): Recognize question words
5811 and use qlist. Use doctor-shorten's return value.
5812 (doctor-shorten): Compute a return value, don't alter `sent'.
5813 (doctor-hates1): Add a question mark.
5814 (doctor-strangelove): Unused function deleted.
5816 2002-09-08 Kim F. Storm <storm@cua.dk>
5818 * kmacro.el (kmacro-end-and-call-macro): New command to end and
5819 call keyboard macro in one step. Bind it to C-x e by default.
5820 (kmacro-call-macro): Use format-kbd-macro.
5821 (kmacro-step-edit-macro): New command to interactively step edit
5822 and execute last keyboard macro.
5823 (kmacro-keymap): Bind SPC [C-x C-k SPC] to kmacro-step-edit-macro.
5824 (kmacro-step-edit-mini-window-height): New custom var.
5825 (kmacro-step-edit-map): New keymap (parent is query-replace-map).
5826 (kmacro-step-edit-prefix-commands): New var.
5827 (kmacro-step-edit-prompt, kmacro-step-edit-query)
5828 (kmacro-step-edit-insert, kmacro-step-edit-pre-command)
5829 (kmacro-step-edit-minibuf-setup, kmacro-step-edit-post-command):
5830 New aux functions for step editing keyboard macros.
5832 * subr.el (read-quoted-char): Apply listify-key-sequence to vector
5833 returned by this-single-command-raw-keys before appending it to
5834 unread-command-event.
5836 2002-09-07 Colin Walters <walters@debian.org>
5838 * progmodes/compile.el (compile-internal): Add optional argument
5841 * diff.el (diff): Add optional argument no-async, and use the
5844 * files.el (diff-buffer-with-file): Call diff synchronously, so we
5845 don't delete the temporary file before diff has a chance to read
5848 * ibuf-ext.el (ibuffer-diff-with-file): Just call
5849 `diff-buffer-with-file'.
5851 2002-09-07 John Paul Wallington <jpw@shootybangbang.com>
5853 * emacs-lisp/cl-indent.el (extended-loop-p): Doc fix.
5855 * emacs-lisp/find-func.el (find-function-recenter-line):
5856 Add custom type. Doc fix.
5858 2002-09-06 Stefan Monnier <monnier@cs.yale.edu>
5860 * menu-bar.el (menu-bar-make-mm-toggle): New macro.
5861 (showhide-menu-bar, showhide-toolbar, menu-bar-toggle-auto-compression)
5862 (toggle-highlight-paren-mode, toggle-global-lazy-font-lock-mode):
5863 Remove. Use the minor mode function directly instead.
5864 (menu-bar-mode): Add message and customize-mark-as-set and return
5865 the new value as do other minor modes.
5867 * edmacro.el (edmacro-subseq): Don't use cl-push/cl-pop.
5869 2002-09-06 Simon Marshall <simon@gnu.org>
5871 * progmodes/etags.el (find-tag-tag, complete-tag):
5872 Bind completion-ignore-case based on tags-case-fold-search, so that
5873 case-sensitivity of tag completion matches that of tag search.
5875 2002-09-06 Juanma Barranquero <lektu@terra.es>
5877 * calendar/solar.el (calendar-time-display-form): Fix spacing.
5879 * double.el (double-prefix-only): Likewise.
5881 * emacs-lisp/easymenu.el (easy-menu-define): Likewise.
5883 * emacs-lisp/find-func.el (find-function-search-for-symbol): Likewise.
5885 * emacs-lisp/float.el (string-to-float): Likewise.
5887 * emacs-lisp/rx.el (rx): Likewise.
5889 * faces.el (copy-face): Likewise.
5891 * hilit-chg.el (highlight-changes-colours)
5892 (highlight-changes-active-string)
5893 (highlight-changes-passive-string)
5894 (highlight-changes-rotate-faces, global-highlight-changes): Likewise.
5896 * international/mule.el (decode-char): Likewise.
5898 * progmodes/idlwave.el (idlwave-support-inheritance)
5899 (idlwave-routine-entry-compare): Likewise.
5901 * progmodes/idlw-shell.el (idlwave-shell-use-breakpoint-glyph):
5904 * progmodes/pascal.el (pascal-start-keywords): Likewise.
5906 * progmodes/sh-script.el (sh-indent-for-fi, sh-indent-for-done):
5909 * progmodes/vhdl-mode.el (vhdl-progress-interval)
5910 (vhdl-corresponding-begin): Likewise.
5912 * simple.el (choose-completion-string-functions): Likewise.
5914 * textmodes/reftex.el (reftex-TeX-master-file): Likewise.
5916 * textmodes/fill.el (fill-nonuniform-paragraphs)
5917 (fill-individual-paragraphs): Likewise.
5919 * vcursor.el (vcursor-toggle-vcursor-map): Likewise.
5921 * warnings.el (warning-level-aliases): Likewise.
5923 * speedbar.el (speedbar-mode): Fix spacing and typos.
5925 * textmodes/reftex-vars.el (reftex-label-menu-flags): Fix typo.
5927 2002-09-05 Markus Rost <rost@math.ohio-state.edu>
5929 * textmodes/table.el (table-command-prefix): Fix type.
5931 2002-09-05 Andre Spiegel <spiegel@gnu.org>
5933 * vc-hooks.el: Don't require vc.el at compile-time; it causes
5934 recursive requirements during bootstrap.
5936 2002-09-05 Kenichi Handa <handa@etl.go.jp>
5938 * international/mule.el (decode-char): Cancel the previous change.
5940 2002-09-04 Mats Lidell <matsl@contactor.se> (tiny change)
5942 * language/european.el ("Swedish"): New set-language-info-alist call.
5944 2002-09-04 Richard M. Stallman <rms@gnu.org>
5946 * help-fns.el (help-with-tutorial): Properly set up
5947 completion-reference-buffer in the *Completion* buffer.
5949 2002-09-04 John Paul Wallington <jpw@shootybangbang.com>
5951 * startup.el (use-fancy-splash-screens-p): If `fancy-splash-frame'
5952 returns nil, return nil.
5954 2002-09-04 Andre Spiegel <spiegel@gnu.org>
5956 * vc-hooks.el: Require vc.el at compile-time.
5957 (vc-workfile-unchanged-p, vc-default-workfile-unchanged-p):
5958 Moved here from vc.el.
5960 * vc.el (vc-workfile-unchanged-p, vc-default-workfile-unchanged-p):
5961 Moved to vc-hooks.el.
5963 * vc-rcs.el (vc-rcs-state): Don't require vc.el.
5965 2002-09-04 Kenichi Handa <handa@etl.go.jp>
5967 * international/mule.el (decode-char): Translate a character by
5968 utf-8-translation-table-for-decode only when
5969 utf-8-fragment-on-decoding is non-nil.
5971 2002-09-02 Stefan Monnier <monnier@cs.yale.edu>
5973 * textmodes/text-mode.el (paragraph-indent-text-mode-abbrev-table)
5974 (paragraph-indent-text-mode-syntax-table, paragraph-indent-text-mode):
5975 Use text-mode's syntax-table and abbrev-table.
5976 (text-mode): Set require-final-newline to t.
5978 * newcomment.el (comment-make-extra-lines): Only use the
5979 dummy `=' char when there's really nothing else.
5980 Don't remove spaces if it leads to an incorrect comment.
5982 * pcvs.el (cvs-run-process): Use a pty rather than a pipe to work
5983 around the cvs/ssh/libc bug.
5984 (cvs-update-header): Understand `cvs admin -m<rev>:<msg>' syntax.
5985 (defun-cvs-mode): Use the new `declare' thingy.
5986 (cvs-edit-log-text-at-point, cvs-mode-edit-log, cvs-do-edit-log)
5987 (cvs-edit-log-minor-wrap, cvs-edit-log-filelist): New funs.
5988 (cvs-mode-undo): Use `cvs add' for (CONFLICT. REMOVED).
5990 * pcvs-parse.el (cvs-parse-table): Create a `need-update'
5991 node rather than a message for new directories.
5992 (cvs-parse-status): Add support for `Entry Invalid'.
5994 * smerge-mode.el (smerge-diff-buffer-name): Default to *vc-diff*.
5995 (smerge-combine-with-next): New function.
5996 (smerge-diff): Don't output `wrote /tmp/foo' messages.
5997 Insert message if no diffs were found.
5999 * mail/sendmail.el (mail-mode): Don't set local-abbrev-table.
6000 (mail-mode-abbrev-table): Set to text-mode-abbrev-table.
6002 2002-09-02 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6004 * net/tramp.el: Version 2.0.15 released.
6005 (require 'base64): Most modern Emacsen have the base64
6006 encode/decode functions built in, so test to see if they are bound
6007 before we go blindly requiring base64.el.
6008 From Steve Youngs <youngs@xemacs.org>.
6009 (tramp-feature-write-region-fix): XEmacs doesn't have a
6010 'find-operation-coding-system' and this variable doesn't seem to
6011 be used anywhere so wrap it in (unless (featurep 'xemacs)).
6012 From Steve Youngs <youngs@xemacs.org>.
6013 (tramp-methods): Remove duplicate definition of ssh1-old and ssh2-old.
6014 (tramp-open-connection-su): Use user name "root" if no user name
6017 From Michael Albinus <Michael.Albinus@alcatel.de>:
6018 * net/tramp.el (tramp-invoke-ange-ftp):
6019 (tramp-ange-ftp-file-name-p): Check for Xemacs.
6020 (tramp-do-copy-or-rename-file): Don't pass KEEP-DATE to
6021 tramp-invoke-ange-ftp 'rename.
6022 (tramp-handle-write-region): Don't pass LOCKNAME and CONFIRM to
6023 tramp-invoke-ange-ftp 'write-region.
6024 (tramp-handle-set-file-modes): Change order of FILENAME and MODE
6025 passing to tramp-invoke-ange-ftp 'set-file-modes.
6026 (tramp-invoke-ange-ftp): `tramp-disable-ange-ftp' must be called
6027 again after activating `ange-ftp'.
6029 2002-09-02 Kim F. Storm <storm@cua.dk>
6031 * ido.el (ido-ignore-item-temp-list): New variable.
6032 (ido-read-internal): Don't set ido-default-item if the default is
6033 member of ido-ignore-item-temp-list.
6034 Don't return first match for C-j if no text is entered.
6035 (ido-buffer-internal): Check for empty string return.
6036 (ido-make-buffer-list1): Use member instead of memq.
6037 (ido-window-buffer-p): Likewise.
6038 (ido-get-bufname): Ignore buffers on ido-ignore-item-temp-list.
6039 (ido-ignore-item-p): Ignore items on ido-ignore-item-temp-list.
6041 * replace.el (multi-occur): Made "ido-aware":
6042 Changed prompt to use C-j instead of RET to end.
6043 Set ido-ignore-item-temp-list to the selected buffers so far, so
6044 they are automatically excluded from the list of choices.
6045 Use add-to-list instead of push.
6047 2002-09-01 Richard M. Stallman <rms@gnu.org>
6049 * term/x-win.el (function-key-map): Define S-iso-lefttab.
6051 2002-09-01 Kim F. Storm <storm@cua.dk>
6053 * edmacro.el (edit-kbd-macro): Recognize new default binding for
6054 C-x e in addition to old binding.
6056 2002-09-01 Mario Lang <mlang@debian.org>
6058 * files.el (save-some-buffers-action-alist): New variable.
6059 (save-some-buffers): Use that.
6060 (diff-buffer-with-file): New function.
6062 2002-09-01 Richard M. Stallman <rms@gnu.org>
6064 * ruler-mode.el (defgroup ruler-mode): Use `convenience' as parent.
6066 * dired.el (defgroup dired): Use `files' as parent.
6067 (dired-get-filename): Ignore handler if it has safe-magic prop.
6069 * jka-compr.el (jka-compr-handler): Add safe-magic property.
6071 2002-08-31 Richard M. Stallman <rms@gnu.org>
6073 * simple.el (kill-line): Use end-of-visible-line to determine
6074 if rest of line is blank.
6075 (end-of-visible-line): Cope if end-of-line moved back over
6076 invisible intangible chars at end of line.
6078 * simple.el (completion-setup-function): Don't use directory-sep-char.
6080 2002-09-01 Glenn Morris <gmorris@ast.cam.ac.uk>
6082 * progmodes/f90.el (f90-menu): Remove ":active" keyword where not
6084 (f90-menu, f90-add-imenu-menu): Use lookup-key.
6085 Remove (eval-when-compile) for free variables.
6087 2002-08-31 Andreas Schwab <schwab@suse.de>
6089 * font-core.el (font-lock-change-mode): Avoid changing buffer
6092 2002-08-30 Stefan Monnier <monnier@cs.yale.edu>
6094 * emacs-lisp/easymenu.el (easy-menu-filter-return):
6095 Handle the case where the filter returns a single menu entry.
6096 (easy-menu-add): Improve docstring.
6097 (easy-menu-current-active-maps): Remove.
6098 (easy-menu-get-map): Use current-active-maps.
6100 * cus-edit.el (custom-unlispify-menu-entry): Don't remove
6101 the -p prefix from variables since they shouldn't have it anyway.
6102 (custom-group-menu-create, customize-menu-create):
6103 Only cdr if applicable, since custom-menu-create might return
6104 a vector (i.e. a single menu entry).
6106 2002-08-30 Edward M. Reingold <reingold@emr.cs.iit.edu>
6108 * calendar/diary-lib.el (diary-mail-entries): Don't overwrite
6109 user's value of diary-list-include-blanks, but generate message
6110 instead if there are no entries.
6112 2002-08-30 ARISAWA Akihiro <ari@mbf.sphere.ne.jp> (tiny change)
6114 * ps-print.el (ps-lp-system): Fixed typo in `usg-unix-v'.
6116 2002-08-30 Markus Rost <rost@math.ohio-state.edu>
6118 * menu-bar.el (menu-bar-read-mail): Doc fix.
6120 2002-08-30 John Paul Wallington <jpw@shootybangbang.com>
6122 * ibuffer.el (ibuffer-update): Revert expansion of `caddr'.
6123 (ibuffer-fontification-alist): Check hidden buffer case isn't
6124 visiting a file and change its face to italic.
6126 2002-08-30 Juanma Barranquero <lektu@terra.es>
6128 * replace.el (occur-mode): Add interactive declaration.
6130 * bs.el (bs-message-without-log): Fix typo.
6132 * font-core.el (font-lock-defaults): Likewise.
6134 * font-lock.el (font-lock-add-keywords): Likewise.
6136 * mouse-copy.el (mouse-copy-work-around-drag-bug): Likewise.
6138 * textmodes/bibtex.el (bibtex-mode): Likewise.
6140 * emulation/viper-ex.el (ex-compile-command): Likewise.
6142 * progmodes/idlwave.el (idlwave-max-extra-continuation-indent):
6145 * progmodes/dcl-mode.el (dcl-calc-cont-indent-relative): Likewise.
6147 * allout.el (my-mark-marker): Likewise.
6149 2002-08-30 Simon Josefsson <jas@extundo.com>
6151 * mail/smtpmail.el (smtpmail-via-smtp): Delete process buffer
6152 unless s-debug-info is enabled.
6154 2002-08-29 John Paul Wallington <jpw@shootybangbang.com>
6156 * ibuffer.el (ibuffer-update): Use `minibufferp'. Expand `caddr'.
6158 * mwheel.el (mouse-wheel-up-button): Doc fix.
6160 2002-08-29 Juanma Barranquero <lektu@terra.es>
6162 * replace.el (occur-mode-hook): New hook.
6163 (occur-mode): Use it.
6164 (occur-hook): Set default to nil.
6166 2002-08-29 Stefan Monnier <monnier@cs.yale.edu>
6168 * net/ange-ftp.el: Use match-string and drop useless `function's.
6169 (ange-ftp-get-process): Bind `ange-ftp-this-user' and
6170 `ange-ftp-this-host' before running ange-ftp-process-startup-hook.
6171 (ange-ftp-ls-parser): Use `switches' arg instead of dynamic binding.
6172 (ange-ftp-parse-dired-listing): Update the calls.
6173 (dired-local-variables-file): Declare to shut quieten the compiler.
6174 (ange-ftp-file-entry-active-p): Remove.
6175 (ange-ftp-file-name-all-completions, ange-ftp-file-name-completion):
6176 Don't exclude dangling symlinks.
6177 (ange-ftp-file-name-completion-1): Make predicate optional.
6178 (ange-ftp-parse-list-func-alist): Use add-to-list to update.
6179 (ange-ftp-fix-name-for-bs2000): Use subst-char-in-string.
6180 (ange-ftp-bs2000-posix-hook-installed): Remove.
6181 (ange-ftp-add-bs2000-posix-host): Don't use it anymore.
6182 (ange-ftp-bs2000-cd-to-posix): Use `ange-ftp-this-user' and
6183 `ange-ftp-this-host' instead of `user' and `host'.
6185 2002-08-29 Richard M. Stallman <rms@gnu.org>
6187 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
6188 Decide here whether to print which form we're compiling.
6189 If we do that, still print file and line. Make file name
6190 relative to default-directory. Print fewer newlines.
6191 (byte-compile-log-file): Print something even if no file.
6192 Print messages for entering and leaving directories,
6193 and set default-directory.
6194 (displaying-byte-compile-warnings): Only sometimes bind warning-series.
6195 (byte-compile-warning-series): New function.
6196 (byte-compile-file): Set byte-compile-last-logged-file, don't bind it.
6197 (byte-compile-display-log-head-p): Function deleted.
6199 * warnings.el (warning-series): Now can be a marker, not an integer.
6200 (display-warning): Handle new value for warning-series.
6202 * emacs-lisp/bytecomp.el (byte-compile-log-file): Use \f.
6203 (byte-compile-cl-warn): Add cl-macroexpand-all, cl-compiling-file
6206 2002-08-29 Kim F. Storm <storm@cua.dk>
6208 * kmacro.el: Change default bindings from F7/F8 to F3/F4.
6209 Change default binding of C-x e to kmacro-end-or-call-macro.
6210 (kmacro-call-repeat-key, kmacro-call-repeat-with-arg): New custom
6212 (kmacro-get-prefix-arg): New function.
6213 (kmacro-repeat-on-last-key): Rename from kmacro-repeat-loop and
6214 improve. Callers changed.
6215 (kmacro-call-macro): Repeat macro by repeating last key or
6216 key defined in kmacro-call-repeat-key. New third arg non-nil
6217 means to end current macro.
6218 (kmacro-end-or-call-macro): Call kmacro-call-macro appropriately
6219 to get repeat last key functionality.
6220 (kmacro-start-macro-or-insert-counter): Improve doc string.
6222 2002-08-28 Luc Teirlinck <teirllm@mail.auburn.edu>
6224 * files.el (find-buffer-visiting): Compare file attributes
6225 using buffer-file-truename.
6227 2002-08-28 Richard M. Stallman <rms@gnu.org>
6229 * files.el (make-auto-save-file-name, make-backup-file-name-1):
6230 Don't use directory-sep-char.
6232 2002-08-28 Juanma Barranquero <lektu@terra.es>
6234 * replace.el (occur-hook): Renamed from `occur-mode-hook'.
6235 (occur-mode): Remove call to `occur-mode-hook'.
6236 (occur-rename-buffer): Fix reference to `occur-mode-hook' in docstring.
6237 (occur-1): Add call to `occur-hook'.
6239 * subr.el (make-variable-frame-localizable): Alias for
6240 `make-variable-frame-local'.
6242 2002-08-28 Miles Bader <miles@gnu.org>
6244 * rfn-eshadow.el (read-file-name-electric-shadow-properties)
6245 (read-file-name-electric-shadow-tty-properties)
6246 (read-file-name-electric-shadow-mode): Remove compatibility defs.
6248 * comint.el (comint-carriage-motion): Start at START.
6250 2002-08-27 Francesco Potort
\e,Al
\e(B <pot@gnu.org>
6252 * net/ange-ftp.el (ange-ftp-skip-msgs): Skip the 530 response
6253 given by vsFTPd when accessed with a kerberised FTP client.
6255 2002-08-27 Richard M. Stallman <rms@gnu.org>
6257 * files.el (find-alternate-file):
6258 Bind kill-buffer-query-functions locally, don't set it.
6260 2002-08-27 Andreas Schwab <schwab@suse.de>
6262 * kmacro.el (kmacro-start-macro): Doc fix.
6264 2002-08-27 Carsten Dominik <dominik@sand.science.uva.nl>
6266 * textfile/reftex-ref.el (reftex-goto-label): New command.
6268 * textfile/reftex-vars.el (reftex-part-resets-chapter): New option.
6270 * textfile/reftex-parse.el (reftex-roman-number): New function.
6271 (reftex-section-number): Better handling of parts: No chapter
6274 * textfile/reftex.el (reftex-highlight-overlays): Added a third
6276 (reftex-mode-menu): Added entry for `reftex-toc-recenter.
6277 Also moved `reftex-reset-mode' to top level.
6279 * textfile/reftex-toc.el (reftex-toc-recenter): New command.
6280 (reftex-toc-pre-command-hook): Don't remove highlight overlay.
6281 (reftex-toc-post-command-hook): Use overlay no 2 for highlighting.
6283 * textfile/reftex-sel.el (reftex-get-offset): Get offset of
6284 document pointer *before* position, not after.
6285 (reftex-insert-docstruct): Get offset of document pointer *before*
6286 position, not after.
6288 * textfiles/reftex-parse.el (reftex-where-am-I): Prefer marker
6289 match over section title match.
6291 * textfiles/reftex-cite.el (reftex-bib-or-thebib): New function
6292 which determines on a per-file-basis if BibTeX is being used
6293 locally for citations.
6294 (reftex-offer-bib-menu): Use `reftex-bib-or-thebib' for better
6295 cooperation with chapterbib.
6296 (reftex-bibtex-selection-callback): Use `reftex-bib-or-thebib' for
6297 better cooperation with chapterbib.
6299 * textfiles/reftex-dcr.el (reftex-view-cr-cite):
6300 Use `reftex-bib-or-thebib' for better cooperation with chapterbib.
6302 2002-08-26 Kim F. Storm <storm@cua.dk>
6304 * subr.el (suppress-keymap): Use command remapping instead of
6305 substitute-key-definition to undefine self-inserting keys.
6307 2002-08-26 Juanma Barranquero <lektu@terra.es>
6309 * makefile.w32-in (WINS): Add calc and obsolete.
6311 2002-08-26 Stefan Monnier <monnier@cs.yale.edu>
6313 * emacs-lisp/easy-mmode.el (define-minor-mode):
6314 Use customize-mark-as-set for global minor modes.
6316 2002-08-25 Miles Bader <miles@gnu.org>
6318 * rfn-eshadow.el (file-name-shadow-properties-custom-type):
6319 Renamed from `read-file-name-electric-shadow-properties-custom-type'.
6320 Change name of face.
6321 (file-name-shadow-properties): Renamed from
6322 `read-file-name-electric-shadow-properties'.
6323 (file-name-shadow-tty-properties): Renamed from
6324 `read-file-name-electric-shadow-tty-properties'.
6325 (file-name-shadow): Renamed from `read-file-name-electric-shadow'.
6326 (rfn-eshadow-setup-minibuffer): Update references to renamed variables.
6327 (file-name-shadow-mode): Renamed from
6328 `read-file-name-electric-shadow-mode'. Update references to
6331 2002-08-24 Sam Steingold <sds@gnu.org>
6333 * subr.el (eval-after-load): Do not call
6334 load-symbol-file-load-history (deleted yesterday).
6336 2002-08-24 John Paul Wallington <jpw@shootybangbang.com>
6338 * startup.el (normal-splash-screen): Ensure splash buffer is
6339 killed. Use tabs in output. Fix test whether previous buffer was
6342 * progmodes/simula.el (simula-abbrev-keyword-default)
6343 (simula-abbrev-keyword, simula-abbrev-stdproc-default)
6344 (simula-abbrev-stdproc): Doc fix - escape open parens in column 0.
6346 * apropos.el (command-apropos): Use `defalias' instead of `fset'.
6348 * mail/rmail.el (rmail-speedbar-match-folder-regexp): Doc fix.
6350 2002-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
6352 * progmodes/f90.el (f90-xemacs-flag, f90-xemacs-menu)
6353 (f90-menu-bar-menu, f90-change-case-menu, f90-font-lock-on)
6354 (f90-font-lock-off, f90-font-lock-menu): Delete.
6355 Use easy-menu-define instead.
6356 (f90-mode): Use easy-menu-add.
6357 No longer (require 'imenu) when compiling.
6358 (f90-mark-subprogram, f90-indent-region, f90-fill-region)
6359 (f90-abbrev-start): Use fboundp.
6360 (f90-imenu-flag): Delete - use imenu--index-alist instead.
6362 2002-08-23 Richard M. Stallman <rms@gnu.org>
6364 * loadhist.el (unload-feature): Distinguish functions from
6365 variables in load-history.
6366 (feature-symbols): Doc fix.
6368 * files.el (ange-ftp-completion-hook-function): Add safe-magic prop.
6370 * subr.el (symbol-file-load-history-loaded)
6371 (load-symbol-file-load-history): Deleted.
6372 (symbol-file): Don't call load-symbol-file-load-history.
6374 2002-08-23 Andre Spiegel <spiegel@gnu.org>
6376 * vc-hooks.el (vc-kill-buffer-hook): Add it to kill-buffer-hook again.
6378 2002-08-22 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
6380 * frame.el (select-frame-by-name, select-frame-set-input-focus):
6381 Always call x-focus-frame, if using x.
6382 Use set-mouse-position on all systems, if focus-follows-mouse.
6384 2002-08-22 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6386 * net/tramp.el: Version 2.0.14 released.
6387 (tramp-shell-prompt-pattern): New variable.
6388 (tramp-actions-before-shell, tramp-multi-actions)
6389 (tramp-find-shell, tramp-open-connection-multi)
6390 (tramp-open-connection-setup-interactive-shell): Use it.
6391 (tramp-open-connection-telnet, tramp-open-connection-rsh)
6392 (tramp-open-connection-su): Mention `tramp-shell-prompt-pattern'
6394 (tramp-bug): Report `tramp-shell-prompt-pattern'.
6395 (tramp-process-one-multi-action, tramp-process-one-action):
6396 Make message clearer so people don't confuse it with Emacs asking
6397 them a question if the regexp happens to end with "?".
6398 (tramp-verbose): Change default value from 10 to 9. Also change
6399 some logging levels so that 10 is reserved for stuff which is
6400 needed for debugging only, but 9 catches everything that people
6401 might like to see in order to see that Tramp is actually working.
6403 2002-08-22 Kim F. Storm <storm@cua.dk>
6405 * emacs-lisp/authors.el (authors-aliases, authors-fixed-entries):
6406 Corrected spelling mistakes (for Joseph Arceneaux).
6408 2002-08-21 Glenn Morris <gmorris@ast.cam.ac.uk>
6410 * progmodes/f90.el: eval-when-compile a few defvars.
6411 (f90-xemacs-flag): Wrap in eval-and-compile.
6412 (f90-font-lock-keywords): Doc fix.
6413 (f90-mode-abbrev-table): Work with or without 6th arg of define-abbrev.
6414 (f90-mark-subprogram-overlay): Variable deleted.
6415 (f90-mark-subprogram): Remove overlay bit. Don't be silent about
6417 (f90-abbrev-start): unread-command-event is obsolete in XEmacs.
6419 2002-08-21 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6421 * net/tramp.el: Version 2.0.13 released.
6422 (tramp-handle-write-region): Don't check to see if remote end is
6423 awake after sending data to remote host: we want to send "EOF" not
6424 "echo are you awake"...
6425 (tramp-maybe-open-connection): Swap args for tramp-time-diff.
6426 (tramp-yn-prompt-regexp): New variable.
6427 (tramp-action-yn): New function, using it.
6428 (tramp-feature-write-region-fix): New internal variable. Not yet
6429 used. Should be used in `tramp-handle-write-region'.
6431 2002-08-21 Kim F. Storm <storm@cua.dk>
6433 * bindings.el (mode-line-format): Moved global-mode-string last.
6434 (mode-line-position): Moved %p first. Added padding to %l/%c to
6435 eliminate jumpyness in modeline. Use (%l,%c) format if both
6436 line-number-mode and column-number-mode are enabled.
6438 2002-08-20 Martin Stjernholm <bug-cc-mode@gnu.org>
6440 * progmodes/cc-engine.el (c-forward-syntactic-ws): Fixed a bug
6441 that could cause an infinite loop if something that looks like
6442 a macro begins in the middle of a line.
6444 * progmodes/cc-engine.el (c-parse-state): Fixed a bug that
6445 could cause `c-state-cache' to contain two conses in sequence
6446 when there's an unbalanced open paren in a macro.
6448 2002-08-20 Glenn Morris <gmorris@ast.cam.ac.uk>
6450 * progmodes/fortran.el (fortran-current-defun): Use save-excursion.
6452 * imenu.el (imenu--generic-function): Use mapc.
6453 (imenu-syntax-alist): Doc fix.
6455 2002-08-20 Richard M. Stallman <rms@gnu.org>
6457 * font-core.el (font-lock-change-mode): New function.
6458 (font-lock-mode): Use font-lock-change-mode instead of
6459 font-lock-unfontify-buffer.
6460 (font-lock-maximum-size, font-lock-verbose): Add defvars.
6462 2002-08-20 Carsten Dominik <dominik@astro.uva.nl>
6464 * textfiles/reftex-cite.el (reftex-bib-or-thebib): New function
6465 which determines on a per-file-basis if BibTeX is being used
6466 locally for citations.
6467 (reftex-offer-bib-menu): Use `reftex-bib-or-thebib' for better
6468 cooperation with chapterbib.
6469 (reftex-bibtex-selection-callback): Use `reftex-bib-or-thebib' for
6470 better cooperation with chapterbib.
6472 * textfiles/reftex-dcr.el (reftex-view-cr-cite):
6473 Use `reftex-bib-or-thebib' for better cooperation with chapterbib.
6475 2002-08-20 Kim F. Storm <storm@cua.dk>
6477 * kmacro.el: Major rework based on discussions with RMS.
6478 Most important change is that C-x C-k is now bound to a keymap
6479 with keyboard macro related commands. The original binding on
6480 C-x C-k is moved to C-x C-k e.
6482 * binding.el: Remove macro related bindings (now in kmacro.el).
6484 * edmacro.el: Remove C-x C-k binding (now in kmacro.el).
6486 2002-08-19 Stefan Monnier <monnier@cs.yale.edu>
6488 * help-fns.el (help-split-fundoc): Replace the function name
6489 from the docstring with the one that should be displayed.
6490 (help-make-usage): Understand CL style arglists.
6491 (describe-function-1): Adapt to the new behavior of help-split-fundoc.
6492 (describe-variable): Use delete-region.
6494 2002-08-19 Kenichi Handa <handa@etl.go.jp>
6496 * international/mule.el (sgml-xml-auto-coding-function):
6497 Call re-search-forward with NOERROR t.
6499 2002-08-19 Miles Bader <miles@gnu.org>
6501 [original idea from Luc Teirlinck <teirllm@mail.auburn.edu>]
6502 * comint.el (comint-inhibit-carriage-motion): New variable.
6503 (comint-carriage-motion): Argument STRING removed. New arguments
6504 START and END; interpret characters between START and END rather
6505 than using special comint state.
6506 (comint-output-filter): Call `comint-carriage-motion'.
6507 (comint-output-filter-functions): Don't add `comint-carriage-motion'.
6508 * ielm.el (inferior-emacs-lisp-mode):
6509 Give `comint-inhibit-carriage-motion' a local value of t.
6511 2002-08-18 Richard M. Stallman <rms@gnu.org>
6513 * textmodes/table.el: New file.
6515 * font-core.el (font-lock-mode): Set change-major-mode-hook locally.
6517 2002-08-18 Andreas Schwab <schwab@suse.de>
6519 * ibuf-ext.el (ibuffer-list-buffer-modes): Doc fix.
6521 2002-08-17 Carsten Dominik <dominik@astro.uva.nl>
6523 * textmodes/reftex.el (reftex-mode): Create special syntax tables.
6524 (reftex-syntax-table): Set a default in case this is being used
6525 outside a LaTeX file.
6526 (reftex-syntax-table-for-bib): Set a default in case this is being
6527 used outside a LaTeX file.
6529 2002-08-17 Richard M. Stallman <rms@gnu.org>
6531 * tar-mode.el (tar-subfile-mode): Use add-hook and remove-hook,
6532 and use write-file-functions instead of local-write-file-hooks.
6533 (tar-untar-buffer): Don't try to extract directories.
6535 * menu-bar.el (fringe-mode): Set to nil.
6537 * mail/rmail.el (rmail-search-mime-header-function): Doc fix.
6539 2002-08-15 Richard M. Stallman <rms@gnu.org>
6541 * calendar/appt.el (appt-delete): Use substring-no-properties.
6542 (appt-make-list): Don't use prin1-to-string; use the string unchanged.
6544 2002-08-15 Jan Nieuwenhuizen <janneke@gnu.org> (tiny change)
6546 * server.el (server-process-filter): Simplify code.
6547 (server-goto-line-column): New function.
6548 (server-visit-files): Use server-goto-line-column.
6549 Offer to revert only if file has changed.
6551 2002-08-15 Richard M. Stallman <rms@gnu.org>
6553 * files.el (recover-this-file): New function.
6554 (after-find-file): Recommend recover-this-file.
6556 * font-core.el (font-lock-mode): Add font-lock-unfontify-buffer
6557 to change-major-mode-hook when font lock is enabled.
6559 * simple.el (toggle-truncate-lines): Force redisplay.
6560 Display status message.
6562 2002-08-15 Carsten Dominik <dominik@sand.science.uva.nl>
6564 * textmodes/reftex.el (reftex-mode): Moved the creation of special
6565 syntax tables to top-level.
6567 2002-08-15 David Kastrup <David.Kastrup@t-online.de>
6569 * net/ange-ftp.el (ange-ftp-wipe-file-entries): Fix type mismatch;
6570 use `hash-table-size' instead of `length'.
6572 2002-08-14 Stefan Monnier <monnier@cs.yale.edu>
6574 * help-fns.el (locate-library): Use locate-file(-completion).
6575 (help-split-fundoc): Tighten the regexp and recognize a usage-info
6576 where the function name is `fn'.
6577 (help-function-arglist): Follow aliases and macros.
6578 (describe-function-1): Use keymapp.
6579 If the docstring contains a usage info, use it even if the function is
6580 not a subroutine. Find usage info in aliases' docstring if necessary.
6581 (describe-variable): Get the value before setting up the *Help* buffer.
6583 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode):
6584 Use find-file-hook instead of find-file-hooks.
6585 (define-minor-mode): Get rid of this silly `togglep'.
6586 Add an explicit `toggle' argument (used for interactive calls).
6587 Emit a warning when a nil argument turns the mode off.
6589 * language/ethio-util.el (setup-ethiopic-environment-internal)
6590 (exit-ethiopic-environment): Use find-file-hook and
6591 write-file-functions instead of find-file-hooks and write-file-hooks.
6593 * window.el (handle-select-window): Don't do anything if the window
6594 has disappeared since the event was generated.
6595 (split-window-save-restore-data): Use push and with-current-buffer.
6599 * obsolete/hilit19.el:
6600 * completion.el (dynamic-completion-mode):
6601 * emacs-lisp/find-func.el (find-function-search-for-symbol):
6602 Use find-file-hook instead of find-file-hooks.
6604 * imenu.el (imenu-always-use-completion-buffer-p): Make obsolete.
6605 (imenu-use-popup-menu, imenu-eager-completion-buffer): New vars.
6606 (imenu-space-replacement): Allow nil value.
6607 (imenu--completion-buffer): Use new vars and simplify.
6608 Fix handling of minibuffer-setup-hook.
6609 Use minibuffer-completion-help instead of rolling our own.
6610 (imenu-choose-buffer-index): Use the new var.
6612 * startup.el (command-line): Load custom-file if not done yet.
6614 2002-08-14 Kenichi Handa <handa@etl.go.jp>
6616 * select.el (xselect-convert-to-string): If TYPE is non-nil, encode
6617 the selection data string. Always return cons of type and string.
6618 (selection-converter-alist): Add (UTF8_STRING .
6619 xselect-convert-to-string).
6621 2002-08-12 Stefan Monnier <monnier@cs.yale.edu>
6623 * newcomment.el (comment-region): Force `lines' when `block' is set.
6625 2002-08-12 Richard M. Stallman <rms@gnu.org>
6627 * menu-bar.el (menu-bar-next-tag-other-window, menu-bar-next-tag)
6628 (menu-bar-right-scroll-bar, menu-bar-left-scroll-bar)
6629 (menu-bar-no-scroll-bar, menu-bar-toggle-auto-compression)
6630 (menu-bar-toggle-cua-mode, menu-bar-read-mail)
6631 (menu-bar-help-extra-packages, help-with-tutorial-spec-language)
6632 (menu-bar-text-mode-auto-fill): New commands, used
6633 in menu bar menus instead of lambda expressions.
6635 (menu-bar-showhide-fringe-menu-customize-left)
6636 (menu-bar-showhide-fringe-menu-customize-right)
6637 (menu-bar-showhide-fringe-menu-customize-disable)
6638 (menu-bar-showhide-fringe-menu-customize-reset): Doc fixes.
6640 (menu-bar-options-menu): Use toggle-truncate-lines.
6641 (showhide-date-time): Call customize-mark-as-set.
6643 * emacs-lisp/find-func.el (find-function-search-for-symbol):
6644 Obey `definition-name' properties.
6646 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode):
6647 Put `definition-name' properties on the functions whose
6648 names are constructed.
6650 * textmodes/page-ext.el (pages-target-buffer): Add defvar.
6651 Renamed from target-buffer.
6652 (pages-directory, pages-copy-header-and-position): Uses changed.
6654 * calendar/appt.el (appt-make-list): Correct the parsing of
6655 each appointment from time-string.
6657 2002-08-12 Stefan Monnier <monnier@cs.yale.edu>
6659 * scroll-all.el (scroll-all-mode): Use define-minor-mode.
6660 (scroll-all-mode) <defcustom>: Delete.
6661 (running-xemacs): Delete.
6662 (minor-mode-alist): Don't manipulate it directly.
6664 2002-08-10 Kenichi Handa <handa@etl.go.jp>
6666 * international/mule-cmds.el (search-unencodable-char): New function.
6667 (select-safe-coding-system): Show unencodable characters.
6668 (unencodable-char-position): Deleted, and implemented in C in coding.c.
6670 2002-04-09 John Wiegley <johnw@gnu.org>
6672 * esh-util.el: Removed eshell-under-cygwin-p, and all uses of it.
6673 * em-cmpl.el (eshell-cmpl-ignore-case): Ditto.
6674 * em-dirs.el (eshell/cd): Ditto.
6675 * em-glob.el (eshell-glob-case-insensitive): Ditto.
6676 * em-hist.el (eshell-previous-matching-input-string-position): Ditto.
6677 * esh-ext.el (eshell-binary-suffixes): Ditto.
6679 2002-08-09 Richard M. Stallman <rms@gnu.org>
6681 * textmodes/page-ext.el (pages-directory-mode): Undo previous change.
6683 * simple.el (set-variable): Give locality status in prompt.
6685 2002-08-09 Benjamin Rutt <rutt@cis.ohio-state.edu>
6687 * simple.el (set-variable): If given a prefix argument, set
6688 variable buffer-locally.
6690 2002-08-09 John Paul Wallington <jpw@shootybangbang.com>
6692 * font-core.el (font-lock-function): Make it buffer-local.
6694 2002-08-08 Richard M. Stallman <rms@gnu.org>
6696 * emacs-lisp/checkdoc.el (checkdoc, checkdoc-interactive)
6697 (checkdoc-message-interactive, checkdoc-interactive-loop)
6698 (checkdoc-current-buffer, checkdoc-continue, checkdoc-comments)
6700 Update checkdoc-spellcheck-documentation-flag correctly.
6701 (checkdoc-ispell-docstring-engine): Don't test for
6702 checkdoc-autofix-flag = nil.
6704 2002-08-07 John Paul Wallington <jpw@shootybangbang.com>
6706 * xt-mouse.el (xterm-mouse-mode): Make it a global mode.
6708 * wid-browse.el (widget-minor-mode): Fix doc typo.
6710 2002-08-07 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6712 * net/tramp.el: Version 2.0.12 released.
6713 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
6714 Comment out possibly obsolete "echo hello" commands.
6715 (tramp-run-real-handler): If operation is
6716 `ange-ftp-hook-function', use first arg as the real operation.
6717 (tramp-check-ls-commands): Use / instead of \ as directory
6718 separator. (Relevant for XEmacs on Windows.)
6719 (tramp-maybe-open-connection): Use tramp-wait-for-output when
6720 waiting for the "are you awake" command. Use a different string
6721 for the "are you awake" command.
6722 (tramp-send-command): New optional arg NEVEROPEN means to never
6723 invoke tramp-maybe-open-connection.
6724 (tramp-maybe-open-connection): Use it
6726 2002-08-07 Richard M. Stallman <rms@gnu.org>
6728 * warnings.el (warning-prefix-function, warning-series)
6729 (warning-fill-prefix, warning-group-format): Add autoload cookies.
6731 2002-08-07 Kenichi Handa <handa@etl.go.jp>
6733 * international/mule-cmds.el (select-safe-coding-system):
6734 Call pop-to-buffer inside save-window-excursion and save-excursion.
6736 2002-08-06 John Paul Wallington <jpw@shootybangbang.com>
6738 * help-fns.el (describe-function-1): Skip arglist note if
6739 function's definition is a keymap.
6741 2002-08-06 Sam Steingold <sds@gnu.org>
6743 * calendar/diary-lib.el (diary-mail-entries): Use `compose-mail'
6744 and `mail-user-agent' instead of straight sendmail.
6745 (diary-modified, diary-entries-list, displayed-year)
6746 (displayed-month, entry, date, number, date-string, d-file)
6747 (original-date): Defvar without binding to avoid compiler warnings.
6749 2002-08-05 Alan Shutko <ats@acm.org>
6751 * ibuffer.el (ibuffer-mode-map): Added ibuffer-filter-by-used-mode.
6752 (ibuffer-mode-map): Added ibuffer-filter-by-used-mode.
6753 (ibuffer-mode): Added ibuffer-filter-by-used-mode to doc string.
6755 * ibuf-ext.el (ibuffer-list-buffer-modes): New.
6756 (ibuffer-filter-by-used-mode): New.
6758 2002-08-05 John Paul Wallington <jpw@shootybangbang.com>
6760 * ediff-util.el (ediff-copy-list): Use `defalias' instead of
6761 `fset' and `symbol-function'.
6763 2002-08-05 John Wiegley <johnw@gnu.org>
6765 * pcomplete.el (pcomplete-entries): Don't set `above-cutoff' to a
6766 value unless pcomplete-cycle-cutoff-length is non-nil.
6768 2002-04-09 John Paul Wallington <jpw@shootybangbang.com>
6770 * esh-util.el (eshell-under-cygwin-p): New function.
6771 * em-cmpl.el (eshell-cmpl-ignore-case): Use it.
6772 * em-dirs.el (eshell/cd): Ditto.
6773 * em-glob.el (eshell-glob-case-insensitive): Ditto.
6774 * em-hist.el (eshell-previous-matching-input-string-position): Ditto.
6775 * esh-ext.el (eshell-binary-suffixes): Ditto.
6777 2002-08-05 Richard M. Stallman <rms@gnu.org>
6779 * international/mule-cmds.el (select-safe-coding-system): Check for
6780 non-nil CODING-SYSTEM before warning it disagrees with AUTO-CS.
6782 * net/ange-ftp.el (ange-ftp-smart-gateway): Doc fix.
6784 2002-08-05 Gerd Moellmann <gerd@gnu.org>
6786 * image.el (image-jpeg-p): Accept "Exif" marker.
6788 2002-08-05 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6790 * net/tramp.el: Version 2.0.11 released.
6791 (tramp-perl-file-attributes): Print uid and gid as signed integers.
6792 (tramp-invoke-ange-ftp): Correct check for Ange-FTP being loaded.
6793 Invoke Ange-FTP with tramp-run-real-handler to avoid Ange-FTP
6794 calling Tramp again.
6795 (tramp-find-file-exists-command): Check for `ls -d' last, after
6796 all the variants on `test -e'.
6797 (tramp-post-connection): Erase buffer before finding a command to
6798 check if file exists.
6800 2002-08-05 David Kastrup <David.Kastrup@t-online.de>
6802 * calc/calc.el (math-format-stack-value): Revert a broken
6803 if->when replacement and reformat so that this does not happen
6804 again. Fixes a pretty lethal line formatting/yanking bug.
6806 2002-08-04 John Paul Wallington <jpw@shootybangbang.com>
6808 * startup.el (fancy-splash-frame): Check selected frame last.
6810 2002-08-04 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6812 * net/tramp.el: Version 2.0.10 released.
6813 (tramp-uudecode): New shell function `tramp_uudecode' to decode to
6814 standard output even if `uudecode -p' and `uudecode -o -' don't work.
6815 (tramp-post-connection): After finding the right shell, wait a
6816 bit. This is a kludge to avoid a race condition, even though I
6817 don't understand why there is a race condition in the first place.
6818 (tramp-post-connection): Install the `tramp_uudecode' shell
6819 function on the remote host.
6820 (tramp-coding-commands): Add an alternative for `tramp_uudecode'.
6821 (tramp-bug): Include more variables in the report.
6823 2002-08-04 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6825 * net/tramp.el: Version 2.0.9 released.
6826 (tramp-bug): Add wording about additional info to include in bug
6828 (tramp-find-shell): Set $PS1 for invocation of second shell (for
6830 (tramp-find-shell): Shell prompt must match at end of buffer.
6831 Do this also for fallback shell prompt.
6832 (tramp-find-shell): More debugging output.
6833 (tramp-find-inline-encoding): When checking the decoding command,
6834 some commands fail when reading from /dev/null. So we pass a
6835 known string through the encoding command and pass that through
6836 the decoding command. So we know whether the decoding command can
6837 deal with some real input.
6839 2002-08-04 Andreas Schwab <schwab@suse.de>
6841 * net/tramp.el (tramp-perl-encode, tramp-perl-decode): Doc fix.
6843 2002-08-03 Andrew Choi <akochoi@shaw.ca>
6845 * term/mac-win.el: Set keys to enable mouse wheel support.
6847 2002-08-03 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6849 * net/tramp.el: Version 2.0.8.
6850 (tramp-perl-encode, tramp-perl-encode): Double the backslashes.
6852 2002-08-03 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6854 * net/tramp.el: Version 2.0.7.
6855 (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
6856 (tramp-perl-encode, tramp-perl-decode): Escape `%' characters
6857 because of `format' and say so in the docstring.
6859 2002-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
6861 * progmodes/f90.el (f90-font-lock-keywords-1): Fix highlighting of
6863 (f90-font-lock-keywords-2): Fix `implicit type(foo)' case.
6864 (f90-type-def-re): Fix value.
6866 2002-08-03 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6868 * net/tramp.el: Version 2.0.6.
6869 (tramp-default-method): Change to "ssh" from "sm".
6870 (tramp-wrong-passwd-regexp): Restructure. Add additional alternative.
6871 (tramp-su-program): New internal variable for method parameter.
6872 (tramp-perl-encode-with-module, tramp-perl-decode-with-module):
6873 New variables. Very short Perl one-liner, but requires Perl
6874 module MIME::Base64 to be installed on the remote site.
6875 (tramp-perl-encode, tramp-perl-decode): New base64
6876 encoder/decoder. From Juanma Barranquero <lektu@terra.es>.
6877 (tramp-handle-file-truename): Invoke Ange-FTP properly (even
6878 though Ange-FTP doesn't do anything for this operation).
6879 (tramp-handle-set-visited-file-modtime): Comment change.
6880 (tramp-handle-make-directory): Save-excursion.
6881 (tramp-handle-expand-many-files): Don't try to invoke Ange-FTP
6882 twice, once is enough.
6883 (tramp-action-permission-denied): Show *tramp/foo* buffer so the
6884 user knows what's wrong.
6885 (tramp-post-connection): Support the two Perl encoders and decoders.
6886 (tramp-coding-commands): Ditto. Add some todo items.
6888 2002-08-02 Richard M. Stallman <rms@gnu.org>
6890 * international/mule.el (merge-coding-systems): New function.
6891 (set-buffer-file-coding-system): Use merge-coding-systems.
6892 Change prompt for args.
6893 (revert-buffer-with-coding-system): New command.
6895 * international/mule-cmds.el (mule-keymap, set-coding-system-map):
6896 Add bindings for revert-buffer-with-coding-system.
6897 (set-coding-system-map): Clarify menu item info for
6898 set-buffer-file-coding-system.
6899 (set-coding-system-map): Reorder and add separators.
6901 * emacs-lisp/edebug.el (edebug-eval-top-level-form):
6902 Use eval-expression.
6904 * subr.el (atomic-change-group): Doc fix.
6906 2002-07-31 Colin Walters <walters@debian.org>
6908 * ibuffer.el (ibuffer-hooks): Rename to `ibuffer-hook'; Add
6909 defvaralias for compatibility.
6910 (ibuffer-mode-hooks): Rename to `ibuffer-mode-hook'; Add
6911 defvaralias for compatibility.
6913 2002-07-31 John Paul Wallington <jpw@shootybangbang.com>
6915 * ibuffer.el (ibuffer-fontification-alist):
6916 Use `font-lock-constant-face' instead of `font-lock-reference-face'.
6918 2002-07-31 John Wiegley <johnw@gnu.org>
6920 * pcomplete.el (pcomplete-comint-setup): Use `add-to-list', to
6921 prevent adding the symbol `pcomplete' to
6922 shell-dynamic-complete-functions to many times.
6924 2002-07-31 Markus Rost <rost@math.ohio-state.edu>
6926 * help-fns.el (describe-function-1): Test function for
6927 obsolescence only if it is a symbol.
6929 * ediff.el (ediff-backup): New autoloaded command.
6931 2002-07-31 Richard M. Stallman <rms@gnu.org>
6933 * makefile.w32-in (compile-after-backup): Renamed from `compile'.
6934 Use `compile-always'.
6935 (bootstrap): Use `compile', not `compile-files'. Use `update-subdirs'.
6936 (compile): Renamed from `compile-files'.
6937 (compile-CMD, compile-SH): Renamed from `compile-files-*'.
6939 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
6940 Check that (car elt) is a string.
6942 * pcomplete.el (pcomplete-entries): Doc fix.
6944 * international/mule.el (non-standard-icccm-encodings-alist): Doc fix.
6946 2002-07-31 Andreas Schwab <schwab@suse.de>
6948 * dired.el: Hide disabling of dired-find-alternate-file behind
6951 2002-07-31 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
6953 * makefile.w32-in: Revert some changes from 2002-07-23 because they
6954 don't work on MSVC/nmake builds.
6955 (update-subdirs-CMD): Generate the right list of subdirectories.
6957 2002-07-30 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6959 * net/tramp.el: New version 2.0.5.
6960 (tramp-methods): Remove inline encoding method parameters.
6961 The encoding is now autodetected. Also shorten the list of
6962 methods (u/m distinction gone) and rename the remaining methods to
6963 have longer, but more mnemonic, names.
6964 (tramp-login-prompt-regexp, tramp-password-prompt-regexp)
6965 (tramp-wrong-passwd-regexp): Trailing `$' not needed, regexp is
6966 matched at end of buffer anyway.
6967 (tramp-yesno-prompt-regexp): New variable, for questions where the
6968 user should say "yes" or "no".
6969 (tramp-file-name-structure-unified)
6970 (tramp-file-name-structure-separate): Allow dash in method names.
6971 (tramp-actions-before-shell): New variable, contains list of
6972 pattern/action pairs. Output sent by remote end is scanned for
6973 the patterns, then the actions are executed.
6974 (tramp-multi-actions): Like `tramp-actions-before-shell', but
6975 executed for each hop in a multi-hop connection.
6976 (tramp-last-cmd-time): New variable. If nothing has been sent to
6977 remote end for 60 seconds, look to see if the remote end is still
6979 (tramp-perl-mime-encode, tramp-perl-mime-decode): Remove.
6981 (tramp-perl-encode, tramp-perl-decode): New variables, these
6982 require the MIME::Base64 module on the remote end.
6983 (tramp-handle-file-attributes): Restructure logic.
6984 (tramp-handle-file-attributes-with-ls)
6985 (tramp-handle-file-attributes-with-perl): More debugging.
6986 (tramp-handle-directory-files): Grok fifth arg `files-only' for XEmacs.
6987 (tramp-handle-make-directory, tramp-handle-delete-directory)
6988 (tramp-handle-delete-file, tramp-handle-insert-directory):
6990 (tramp-handle-shell-command): Use `when', not `if'.
6991 (tramp-handle-file-local-copy, tramp-handle-write-region):
6992 Adapt to autodetection of inline encoding.
6993 (tramp-invoke-ange-ftp): Require ange-ftp to make sure that
6994 variable ange-ftp-name-format is defined before binding it.
6995 (tramp-action-login, tramp-action-password, tramp-action-succeed)
6996 (tramp-action-permission-denied, tramp-action-yesno):
6997 Functions called from `tramp-actions-before-shell'.
6998 (tramp-multi-action-login, tramp-multi-action-password)
6999 (tramp-multi-action-succeed, tramp-multi-action-permission-denied):
7000 Functions called from `tramp-multi-actions'.
7001 (tramp-process-one-action, tramp-process-actions):
7002 Pattern matching and action invocation code for
7003 `tramp-actions-before-shell'.
7004 (tramp-process-one-multi-action, tramp-process-multi-actions):
7005 Same for `tramp-multi-actions'.
7006 (tramp-open-connection-telnet, tramp-open-connection-rsh)
7007 (tramp-open-connection-su): Process actions instead of hardwired logic.
7008 (tramp-multi-connect-telnet, tramp-multi-connect-rlogin)
7009 (tramp-multi-connect-su): Ditto.
7010 (tramp-post-connection): New method for tramp_encode and
7011 tramp_decode scripts.
7012 (tramp-post-connection): Invoke inline autodetection code.
7013 (tramp-coding-commands): List of inline codings.
7014 (tramp-find-inline-encoding): This is the inline autodetection code.
7015 (tramp-maybe-open-connection): If nothing was sent to connection
7016 for 60 seconds, look if it connection is still alive.
7017 (tramp-send-command): Remember that something was sent to the
7019 (tramp-make-tramp-file-name, tramp-make-tramp-multi-file-name):
7020 Use backticks for constructing alist.
7021 (tramp-get-encoding-command, tramp-set-encoding-command)
7022 (tramp-get-decoding-command, tramp-set-decoding-command)
7023 (tramp-get-encoding-function, tramp-set-encoding-function)
7024 (tramp-get-decoding-function, tramp-set-decoding-function):
7025 Use for results of inline autodetection.
7026 (tramp-get-encoding-command, tramp-get-decoding-command)
7027 (tramp-get-encoding-function, tramp-get-decoding-function):
7028 Remove these old functions.
7030 2002-07-30 Kenichi Handa <handa@etl.go.jp>
7032 * language/indian.el (in-is13194): Give correct `safe-chars' property.
7033 (devanagari): Define it as an alias of in-is13194.
7035 * international/mule.el (safe-chars):
7036 Put `char-table-extra-slots' property with value 0.
7038 * files.el (revert-buffer): Fix previous change.
7040 2002-07-29 Richard M. Stallman <rms@gnu.org>
7042 * bindings.el (help-echo): If global-mode-string is non-nil,
7043 display some spaces after it.
7045 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
7046 Don't call string-match on non-string.
7047 (displaying-byte-compile-warnings):
7049 * textmodes/ispell.el (check-ispell-version): Bind default-directory
7050 to avoid errors. Kill the old temp buffer at the beginning.
7052 2002-07-29 Glenn Morris <gmorris@ast.cam.ac.uk>
7054 * scroll-all.el (scroll-all-mode): Make argument optional. Doc fix.
7056 2002-07-29 John Paul Wallington <jpw@shootybangbang.com>
7058 * scroll-all.el (scroll-all-mode): Handle numeric arg. Use `if'
7061 2002-07-29 Kenichi Handa <handa@etl.go.jp>
7063 * international/mule.el (ctext-post-read-conversion): Add support
7064 for embedded utf-8 encoding (ESC % G ... ESC % @).
7066 2002-07-28 Kenichi Handa <handa@etl.go.jp>
7068 * files.el (revert-buffer): Before calling insert-file-contents,
7069 kill the local variable buffer-file-coding-system.
7071 2002-07-28 Richard M. Stallman <rms@gnu.org>
7073 * bindings.el (mode-line-format): Handle vc-mode specially.
7074 Move mode-line-position to after global-mode-string.
7075 (mode-line-modes): Move the starting 3 spaces out of here.
7076 (mode-line-position): Separate with a space, not dashes.
7078 * vc-hooks.el: Don't add to minor-mode-alist.
7080 * emacs-lisp/edebug.el (edebug-debugger):
7081 If inside redisplay, just return.
7083 * emacs-lisp/debug.el (debug): If inside redisplay, just return.
7085 * info.el (Info-find-index-name): Improve last change.
7087 2002-07-27 Richard M. Stallman <rms@gnu.org>
7089 * files.el (file-name-sans-extension): Avoid expanding DIRECTORY.
7091 * calendar/cal-hebrew.el (diary-rosh-hodesh): Cons mark on
7094 2002-07-27 Markus Rost <rost@math.ohio-state.edu>
7096 * ps-print.el: Update copyright year.
7097 (ps-begin-cut-regexp, ps-end-cut-regexp): Fix type.
7099 2002-07-26 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7101 * eshell/eshell.el (eshell): Numeric prefix arg means to switch
7102 to the session with that number. Old behavior still available
7103 with nonumeric prefix args.
7105 2002-07-08 Simon Josefsson <jas@extundo.com>
7107 * mail/mail-extr.el (mail-extr-all-top-level-domains): Update names.
7109 2002-07-26 Juanma Barranquero <lektu@terra.es>
7111 * warnings.el (lwarn, warn, warning-levels): Doc fix.
7112 (warning-suppress-log-types): Fix typo.
7113 (display-warning): Fix typo. Remove useless assignment to free variable
7116 2002-07-25 Markus Rost <rost@math.ohio-state.edu>
7118 * ediff-wind.el (ediff-window-setup-function): Extend type declaration.
7120 2002-07-25 Sam Steingold <sds@gnu.org>
7122 * replace.el (occur-rename-buffer): New command.
7123 (occur-mode-map): Bind "r" to it. Added keybindings for
7124 `kill-this-buffer', `clone-buffer' and `quit-window'.
7126 2002-07-25 Kevin Ryde <user42@zip.com.au>
7128 * info.el (Info-find-index-name): Search for a function definition
7131 2002-07-25 David Ponce <david@dponce.com>
7133 * emacs-lisp/bytecomp.el (byte-compile-set-symbol-position):
7134 Don't recompute `entry' on each iteration.
7135 (byte-compile-delete-first): Make it defsubst.
7137 2002-07-25 Sam Steingold <sds@gnu.org>
7139 * progmodes/cc-engine.el (c-search-uplist-for-classkey):
7140 When `search-end' is a cons, use its car.
7142 2002-07-25 Dave Love <fx@gnu.org>
7144 * obsolete/c-mode.el: Deleted.
7146 2002-07-25 Carsten Dominik <dominik@astro.uva.nl>
7148 * textmodes/reftex.el (reftex-compile-variables):
7149 Simplified regular expression.
7151 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
7152 Simplified the regexp.
7154 * textmodes/reftex-cite.el (reftex-get-bibkey-default): New function.
7155 (reftex-extract-bib-entries-from-thebibliography):
7156 Use `reftex-get-bibkey-default' to get a default regex.
7157 (reftex-extract-bib-entries): Use `reftex-get-bibkey-default' to
7158 get a default regex.
7160 * textmodes/reftex-toc.el (reftex-toc-mode): Use `make-local-hook' for
7161 XEmacs compatibility (got OK from RMS).
7163 * textmodes/reftex-index.el (reftex-index-mode): Likewise.
7165 * textmodes/reftex-sel.el (reftex-select-label-mode): Likewise.
7166 (reftex-select-bib-mode): Likewise.
7168 2002-07-25 Colin Walters <walters@debian.org>
7170 * ibuffer.el (ibuffer-mouse-popup-menu): Allow point to be moved
7173 2002-07-24 Dave Love <fx@gnu.org>
7175 * international/mule.el (set-auto-coding): Doc fix.
7177 * international/utf-16.el: New file.
7179 * language/european.el ("German", "French", "Spanish", "Turkish"):
7180 Add alternative coding systems.
7181 ("Dutch"): Likewise. Add input method.
7182 ("Welsh", "Latin-7"): Add nonascii-translation.
7184 * language/georgian.el ("Georgian"): Add nonascii-translation.
7186 * international/titdic-cnv.el: Doc fixes.
7187 (tit-process-header): Add coding cookie.
7188 (titdic-convert): Force writing as iso-2022-7bit.
7190 * international/ja-dic-cnv.el (skkdic-convert): Add coding cookie.
7192 * international/mule-cmds.el: Doc fixes.
7193 (unencodable-char-position): New.
7194 (select-safe-coding-system): Use it to indicate problematic
7195 characters and add extra explanation. Avoid checking auto-coding
7196 for compressed files.
7197 (leim-list-header): Add coding cookie.
7198 (input-method-verbose-flag): Modify :type.
7199 (locale-language-names): Add bs, wa. Modify cy.
7201 2002-07-24 Richard M. Stallman <rms@gnu.org>
7203 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
7204 Bind warning-group-format.
7206 * emacs-lisp/bytecomp.el (byte-compile-cl-functions): New variable.
7207 (byte-compile-cl-warn): Use that variable.
7208 (byte-compile-find-cl-functions): New function.
7209 (displaying-byte-compile-warnings):
7210 Call byte-compile-find-cl-functions.
7212 * warnings.el (warning-levels): Add %s to the strings.
7213 (warning-group-format): New variable.
7214 (warning-suppress-log-types): Renamed from warning-suppress-log.
7215 (warning-suppress-types): Renamed from warning-suppress.
7216 (display-warning): Implement those changes.
7218 2002-07-23 Richard M. Stallman <rms@gnu.org>
7220 * warnings.el: Add `provide' call.
7222 * files.el (basic-save-buffer-2): If there's an error writing the file,
7223 unrename the backup file if it was just made.
7224 (backup-buffer, basic-save-buffer-2, basic-save-buffer-1)
7225 (basic-save-buffer): Value now has form (MODES . BACKUPNAME)
7226 when a backup was just made by renaming. Otherwise it's nil.
7228 * wid-edit.el (widget-convert): Handle an argument that's a keyword.
7229 Recognize explicit :args specification.
7231 * international/mule-cmds.el (select-safe-coding-system):
7232 Don't ask for confirmation of mismatch if find-file-literally was used.
7234 2002-07-23 Markus Rost <rost@math.ohio-state.edu>
7236 * add-log.el (add-log-current-defun): Fix typo in documentation.
7238 2002-07-22 Markus Rost <rost@math.ohio-state.edu>
7240 * add-log.el (add-log-mailing-address): Fix type. Can be a string.
7242 * ido.el (ido-separator): Fix type.
7244 2002-07-23 Andrew Innes <andrewi@gnu.org>
7246 * makefile.w32-in (DONTCOMPILE): Remove cus-start.el.
7247 (DONTCOMPILE): Add various language files.
7248 (DONTCOMPILE): Remove term/xterm.el.
7249 (finder-inf.el): Remove.
7250 (update-authors): New target.
7251 (TAGS-LISP): Remove $(lispsource).
7252 (compile-always): Renamed from `compile-files'.
7253 (compile): New target, adapted from `compile-files'.
7254 (compile-calc): New target.
7255 (recompile): Change `.' to $(lisp).
7256 (bootstrap): Add update-subdirs and finder-data
7257 to dependencies; change compile-files to compile.
7259 2002-07-22 Andre Spiegel <spiegel@gnu.org>
7261 * vc.el (vc-next-action-on-file): Preserve find-file-literally.
7263 2002-07-22 Dan Nicolaescu <dann@ics.uci.edu>
7265 * simple.el (undo, undo-more): Adjust messages when undoing in a
7268 2002-07-22 John Paul Wallington <jpw@shootybangbang.com>
7270 * net/browse-url.el (browse-url-lynx-input-attempts): Use defcustom.
7271 (browse-url-lynx-input-delay): Add custom type and group.
7273 * cus-start.el (double-click-fuzz): Added.
7275 2002-07-22 Alan Shutko <ats@acm.org>
7277 * calendar/solar.el (diary-sabbath-candles): Add optional MARK
7278 parameter, specifying what face or character to use in the
7279 calendar display. These will now return (MARK . ENTRY).
7281 * calendar/lunar.el (diary-phases-of-moon): Add optional MARK
7282 parameter, specifying what face or character to use in the
7283 calendar display. These will now return (MARK . ENTRY).
7285 * calendar/cal-hebrew.el (diary-omer, diary-yahrzeit)
7286 (diary-rosh-hodesh, diary-parasha, diary-parasha): Add optional
7287 MARK parameter, specifying what face or character to use in the
7288 calendar display. These will now return (MARK . ENTRY).
7290 * calendar/diary-lib.el (mark-sexp-diary-entries): Retrieve mark
7291 from diary-sexp-entry and pass it to mark-visible-calendar-date.
7292 (list-sexp-diary-entries): Update doc string for new docs for ....
7293 If diary-sexp-entry returns a cons, only add the text to the diary
7295 (diary-sexp-entry): Allow sexps to return a cons of the form (MARK
7296 . STRING) to specify what face or character mark should be used in
7297 the calendar display.
7298 (diary-date, diary-block, diary-float, diary-anniversary)
7299 (diary-cyclic): Add optional MARK parameter, specifying what face
7300 or character to use in the calendar display. These will now
7301 return (MARK . ENTRY).
7303 * calendar/diary-lib.el (check-calendar-holidays, diary-iso-date)
7304 (calendar-holiday-list, diary-french-date, diary-mayan-date)
7305 (diary-julian-date, diary-astro-day-number, diary-chinese-date)
7306 (diary-islamic-date, list-islamic-diary-entries)
7307 (mark-islamic-diary-entries, mark-islamic-calendar-date-pattern)
7308 (diary-hebrew-date, diary-omer, diary-yahrzeit, diary-parasha)
7309 (diary-rosh-hodesh, list-hebrew-diary-entries)
7310 (mark-hebrew-diary-entries, mark-hebrew-calendar-date-pattern)
7311 (diary-coptic-date, diary-persian-date, diary-phases-of-moon)
7312 (diary-sunrise-sunset, diary-sabbath-candles):
7313 Remove interactive flag from autoloads.
7315 2002-07-22 Carsten Dominik <dominik@astro.uva.nl>
7317 * textmodes/reftex-vars.el (reftex-index-verify-function): New option.
7318 (reftex-bibliography-commands): New option.
7319 (reftex-toc-split-windows-horizontally): New option
7320 (reftex-toc-split-windows-horizontally-fraction): New option
7321 (reftex-include-file-commands): New option.
7322 (reftex-cite-format-builtin): Added ?n for nocite.
7324 * textmodes/reftex-index.el (reftex-query-index-phrase):
7325 Use `reftex-index-verify-function'.
7327 * textmodes/reftex-toc.el (reftex-re-enlarge):
7328 Handle horizontal splitting.
7329 (reftex-toc): Handle horizontal splitting
7330 (reftex-last-window-width): New variable.
7332 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
7333 Use `reftex-bibliography-commands'.
7334 (reftex-locate-bibliography-files): Regexp relaxed to allow for
7335 cases where \bibliography is not the first thing on the line.
7337 * textmodes/reftex.el (reftex-compile-variables):
7338 Use `reftex-include-file-commands'.
7339 (reftex-type-query-prompt): Changed defconst to defvar.
7340 (reftex-type-query-help, reftex-typekey-to-format-alist)
7341 (reftex-typekey-to-prefix-alist, reftex-env-or-mac-alist)
7342 (reftex-special-env-parsers, reftex-label-mac-list)
7343 (reftex-label-env-list, reftex-typekey-list)
7344 (reftex-words-to-typekey-alist, reftex-key-to-index-macro-alist)
7345 (reftex-query-index-macro-prompt, reftex-query-index-macro-help)
7346 (reftex-no-follow-message, reftex-no-info-message): Likewise.
7347 (reftex-mode): Define systax table for bibtex parsing.
7348 (reftex-syntax-table-for-bib): Syntax table for bibtex parsing.
7350 * textmodes/reftex-cite.el (reftex-format-names): %a as name
7351 format lists all names.
7352 (reftex-parse-bibtex-entry): Use `reftex-syntax-table-for-bib'.
7353 (reftex-with-special-syntax-for-bib): New macro.
7355 2002-07-21 Richard M. Stallman <rms@gnu.org>
7357 * international/ucs-tables.el (ucs-quail-activate):
7358 Cope if buffer-file-coding-system is nil.
7360 * bindings.el (last-buffer): Use buffer-list with frame arg.
7361 Create *scratch* if no other choice exists. Fix bugs.
7363 2002-07-21 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7365 * net/tramp.el: Bump version to 2.0.2.
7366 (tramp-methods): Rename methods invoking "ssh1" or "ssh2" to
7367 longer names. Use old names "sm1", "sm2" and so on for methods
7368 invoking "ssh -1" or "ssh -2".
7369 (tramp-multi-file-name-structure-separate): Typo, its name was set
7370 to "tramp-file-name-structure-separate". Trivial patch.
7371 From Steve Youngs <youngs@xemacs.org>.
7372 (tramp-multi-sh-program): New variable.
7373 (tramp-open-connection-multi): Use it. Now you can use multi
7374 methods from Windows (at least in principle).
7375 (tramp-do-copy-or-rename-via-buffer): New function.
7376 (tramp-do-copy-or-rename-file): Use it. Change and simplify
7377 logic. Omit special case of invoking rcp directly to copy the files.
7378 (tramp-open-connection-su, tramp-multi-connect-telnet)
7379 (tramp-multi-connect-rlogin, tramp-multi-connect-su)
7380 (tramp-make-tramp-file-name, tramp-make-tramp-multi-file-name):
7381 Use backticks in format-spec for brevity and to avoid
7382 character/number confusion in XEmacs.
7384 2002-07-20 Richard M. Stallman <rms@gnu.org>
7386 * wid-edit.el (widget-documentation-string-value-create):
7387 Say "Hide Rest", not just "Hide".
7389 * cus-edit.el (custom-variable-value-create):
7390 Say "Show Value", not just "Show". Also "Hide Value".
7391 Output a newline before the doc string.
7392 (custom-face-value-create): Say "Show Face" and "Hide Face".
7394 * files.el (toggle-read-only): Clean up the hint message.
7396 * emacs-lisp/bytecomp.el: Use warnings.el.
7397 (byte-compile-warning-prefix): New function.
7398 (byte-compile-log-file): Return page start position.
7399 (byte-compile-log-warning): New function.
7400 (byte-compile-warn): Use byte-compile-log-warning.
7401 (byte-compile-report-error): Likewise. Also use error-message-string.
7402 (displaying-byte-compile-warnings): Bind warning-series.
7403 Don't bind or use byte-compile-warnings-point-max.
7404 Don't display the log buffer at the end.
7405 (byte-compile-warnings-point-max): Variable deleted.
7406 (byte-compile-log-1): Rewrite for trace info, not used for warnings.
7407 (byte-compile-last-warned-form, byte-compile-last-logged-file):
7410 * warnings.el: New file.
7412 2002-07-19 Richard M. Stallman <rms@gnu.org>
7414 * emacs-lisp/bytecomp.el (byte-compile-cl-warn): Delete `values'
7415 and `values-list' from list of CL functions.
7417 2002-07-19 John Paul Wallington <jpw@shootybangbang.com>
7419 * emacs-lisp/bytecomp.el (compile-defun):
7420 Bind `read-with-symbol-positions' to current buffer.
7422 2002-07-19 Andre Spiegel <spiegel@gnu.org>
7424 * vc-hooks.el (vc-insert-file): When called with a LIMIT regexp,
7425 delete anything that comes after LIMIT from the buffer.
7427 * vc-rcs.el (vc-rcs-fetch-master-state): Be more careful to check
7428 if this is really an RCS master file.
7430 * vc.el: Improve comment of vc-BACKEND-workfile-unchanged-p.
7432 2002-07-19 Juanma Barranquero <lektu@terra.es>
7434 * emacs-lisp/bytecomp.el (dot, dot-max, dot-min, dot-marker)
7435 (buffer-flush-undo, baud-rate, compiled-function-p, define-function)
7436 (unread-command-char, executing-macro, post-command-idle-hook)
7437 (post-command-idle-delay): Move obsolescence declarations to subr.el.
7439 * subr.el (dot, dot-max, dot-min, dot-marker, buffer-flush-undo)
7440 (baud-rate, compiled-function-p, define-function, unread-command-char)
7441 (executing-macro, post-command-idle-hook, post-command-idle-delay):
7442 Move obsolescence declarations from emacs-lisp/bytecomp.el.
7443 (directory-sep-char, mode-line-inverse-video):
7444 Add obsolescence declaration.
7446 2002-07-18 J.D. Smith <jdsmith@as.arizona.edu>
7448 * progmodes/idlwave.el: Updated to IDLWAVE version 4.14. Too many
7449 changes to list them here.
7451 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.14.
7452 Too many changes to list them here.
7454 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.14.
7455 Too many changes to list them here.
7457 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.14 with
7458 only minor documentation changes.
7460 2002-07-18 Dave Love <fx@gnu.org>
7462 * info-look.el: Support current auto{conf,make} manuals.
7464 2002-07-18 Juanma Barranquero <lektu@terra.es>
7466 * bindings.el (last-buffer): Add missing frame argument.
7468 2002-07-18 Richard M. Stallman <rms@gnu.org>
7470 * timer.el (timer-inc-time): Doc fix.
7472 * replace.el (keep-lines, flush-lines): Interactively report
7473 read-only error before reading regexp argument.
7475 * dabbrev.el (dabbrev--search): Use inhibit-point-motion-hooks.
7477 * bindings.el (last-buffer): Handle buffer-list and buffer-predicate
7478 frame parameters like bury-buffer.
7480 * simple.el (choose-completion-delete-max-match):
7481 Handle minibuffer prompts explicitly.
7483 2002-07-18 Juanma Barranquero <lektu@terra.es>
7485 * international/mule-util.el (string-to-sequence, truncate-string):
7486 Add autoload cookie to obsolescence declaration.
7488 * rect.el (move-to-column-force): Likewise.
7490 * composite.el (decompose-composite-char): Likewise; also remove
7493 2002-07-18 Kim F. Storm <storm@cua.dk>
7495 * loadup.el: Load international/utf-8 before international/characters.
7497 2002-07-17 Dave Love <fx@gnu.org>
7499 * international/ucs-tables.el: Optimize tables. Deal with some
7501 (ucs-mule-to-mule-unicode): New.
7502 (ucs-unify-8859): Use utf-8-fragment-on-decoding, set up Quail
7504 (ucs-fragment-8859): Modified consistent with ucs-unify-8859.
7505 (unify-8859-on-encoding-mode): Doc mod. Fix custom version.
7506 (unify-8859-on-decoding-mode): Doc mod. Change code. Fix custom
7507 version. Add custom dependencies.
7508 (ucs-insert): Check for null from decode-char.
7509 (translation-table-for-input, ucs-quail-activate)
7510 (ucs-minibuffer-setup, ccl-encode-unicode-font)
7511 (ucs-tables-unload-hook): New.
7513 * international/mule.el (define-translation-hash-table): New.
7514 (decode-char): Use utf-8-translation-table-for-decode.
7515 (encode-char): Use ucs-mule-to-mule-unicode.
7517 * international/characters.el: Fix settings of U+2000-U+2027.
7520 * international/mule-cmds.el (locale-language-names): Fix be, add
7521 sr_YU@cyrillic, modify tg.
7522 (locale-charset-language-names): Put @euro last.
7524 * language/cyrillic.el (cyrillic-koi8-r-decode-table)
7525 (cyrillic-alternativnyj-decode-table): Fill out with mule-unicode.
7526 (cyrillic-koi8-r-decode-table): Make unbound after use.
7527 (ccl-decode-koi8, ccl-decode-alternativnyj): Change expansion
7528 factor. Use utf-8-translation-table-for-decode.
7529 (ccl-encode-koi8, ccl-encode-koi8): Don't check r0.
7530 (cyrillic-unify-encoding): New function.
7531 (cyrillic-koi8): Modify safe-chars, valid-codes.
7532 Remove charset-origin-alist.
7533 (Cp878, cp866): New alias.
7534 (ccl-encode-8859-5-font): New.
7535 (font-ccl-encoder-alist): Add ccl-encode-8859-5-font.
7536 (ccl-encode-koi8-font, ccl-encode-alternativnyj-font):
7537 Remove redundant parens.
7538 ("Cyrillic-KOI8"): Add cyrillic-iso-8bit to coding-priority.
7539 (cyrillic-koi8-u-decode-table, ccl-decode-koi8-u)
7540 (ccl-encode-koi8-u, koi8-u, ccl-encode-koi8-u-font, "Ukrainian"): New.
7541 (cyrillic-alternativnyj): Modify safe-chars, add mime-charset.
7542 ("Cyrillic-ALT"): Change input method.
7543 ("Windows-1251", "Tajik", "Bulgarian", "Belarusian"): New.
7545 * international/utf-8.el (utf-8-subst-table)
7546 (utf-8-subst-rev-table, utf-8-translation-table-for-decode)
7547 (utf-8-fragment-on-decoding, ccl-untranslated-to-ucs)
7548 (utf-8-ccl-regs, utf-8-translate-cjk): New.
7549 (ccl-encode-mule-utf-8): Use utf-8-subst-rev-table.
7550 (ccl-decode-mule-utf-8, ccl-untranslated-to-ucs)
7551 (utf-8-untranslated-to-ucs, utf-8-compose): Rewritten.
7552 (mule-utf-8): Remove pre-write-conversion.
7553 (utf-8-post-read-conversion): Comment out.
7555 * international/ccl.el (ccl-command-table): Add lookup-integer,
7557 (ccl-extended-code-table): Add lookup-int-const-tbl,
7558 lookup-char-const-tbl.
7559 (ccl-compile-lookup-integer, ccl-compile-lookup-character)
7560 (ccl-dump-lookup-int-const-tbl, ccl-dump-lookup-char-const-tbl):
7562 (define-ccl-program): Doc update.
7564 * international/utf-8-subst.el: Populate utf-8-subst-rev-table.
7565 (utf-8-subst-table): Don't set.
7567 2002-07-17 Kenichi Handa <handa@etl.go.jp>
7569 * international/mule.el (define-coding-system-alias):
7570 Don't append ALIAS in the property `alias-coding-systems' if ALIAS's
7571 eol-type is not auto-detection.
7573 * international/mule-diag.el (print-coding-system-briefly):
7574 Fix the handling of an alias of which eol-type is not auto-detection.
7576 * international/mule-conf.el (us-ascii): Define it as an alias of
7579 2002-07-17 Juanma Barranquero <lektu@terra.es>
7581 * help-fns.el (describe-function-1): Put empty line before "Not
7584 * timer.el (timer-set-time-with-usecs): Mark obsolete.
7586 2002-07-16 Stefan Monnier <monnier@cs.yale.edu>
7588 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
7589 Make sure to change the global tool-bar-map.
7591 * vc.el (vc-default-comment-history): Hard code *vc*.
7592 This is because print-log always prints there now.
7593 (vc-annotate-font-lock-keywords): New var.
7594 (vc-annotate-mode): Use it. Set truncate-lines as well.
7595 (vc-annotate-display-select): Unify the two error reports.
7596 (vc-annotate-offset): New var.
7597 (vc-annotate-lines): New fun extracted from vc-annotate-display.
7598 (vc-annotate-display): Use it, via font-lock.
7600 * help-fns.el (help-split-fundoc, help-function-arglist)
7601 (help-make-usage): New funs, extracted from describe-function-1.
7602 (describe-function-1): Use them.
7604 * help.el (help-key-description): Show the untranslated keys
7605 when they start with ESC and the ESC was not translated.
7607 * help-mode.el (view): Always require.
7608 (help-xref-mule-regexp): Don't use defconst for variables.
7609 (help-setup-xref): Keep the last 10 elements of the stack.
7610 (help-xref-override-view-map): New var.
7611 (help-make-xrefs): Use it instead of building a new map each time.
7612 (help-function-def): Allow help-fun to take a buffer as arg.
7614 * diff-mode.el (diff-reverse-direction): Simplify.
7615 (diff-after-change-function): Fix typo.
7616 (diff-post-command-hook): Take care of edge cases.
7617 (diff-current-defun): Do `goto-char' after setting the mode.
7619 * mouse-sel.el (mouse-sel-mode): Use define-minor-mode.
7620 Fold mouse-sel-bindings into it.
7621 (mouse-sel-bound-events): Turn it into an alist.
7622 (mouse-insert-selection): Delegate to mouse-yank-at-click if
7623 mouse-sel-default-bindings asks for it.
7625 2002-07-16 Andre Spiegel <spiegel@gnu.org>
7627 * files.el: Bind toggle-read-only to C-x C-q.
7628 (toggle-read-only): Display a warning message if the file is under
7631 * vc-hooks.el: Don't bind vc-toggle-read-only to C-x C-q.
7632 (vc-toggle-read-only): Explain in the doc string that users can bind
7634 (vc-checkout-model): Change doc string to refer to vc-next-action,
7635 not vc-toggle-read-only.
7637 * vc.el (vc-next-action-on-file): Ignore buffer-read-only while
7638 comparing to file on disk. Fix the case when claiming the lock
7639 on a file that has unlocked changes.
7640 (vc-log-mode): Don't mention vc-toggle-read-only in the doc string.
7642 2002-07-16 Richard M. Stallman <rms@gnu.org>
7644 * simple.el (choose-completion-string): Doc fix.
7646 * cus-edit.el: New operation :custom-standard-value.
7647 (Custom-reset-standard): Use it.
7648 (custom-variable, custom-face): Define it.
7649 (custom-variable-standard-value, custom-face-standard-value): New fns.
7650 (custom-face-save): Don't save a face whose value is standard.
7651 (custom-save-faces): Use SYMBOL, not 'default, to set NOW and COMMENT.
7653 * cus-edit.el (custom-face-edit-fix-value):
7654 If VALUE is not a list, pass it thru.
7656 * compare-w.el (compare-windows-whitespace): Always allow newline
7657 even if it does not have whitespace syntax.
7659 2002-07-16 Juanma Barranquero <lektu@terra.es>
7661 * timer.el (timer-set-time, timer-set-time-with-usecs): Fix docstring.
7663 2002-07-15 Juanma Barranquero <lektu@terra.es>
7665 * help-fns.el (describe-variable): Show documentation for aliased
7666 variable if alias does not have its own.
7668 2002-07-15 Mike Williams <mdub@bigfoot.com>
7670 * mouse-sel.el (mouse-sel-bindings): Save/restore interprogram
7671 cut/paste functions.
7673 2002-07-14 Richard M. Stallman <rms@gnu.org>
7675 * files.el (find-alternate-file): Offer to save a modified buffer.
7676 Handle kill-buffer-query-functions better.
7678 * startup.el (normal-splash-screen, fancy-splash-text):
7679 Update name of help menu item for ordering printed manuals.
7681 * emacs-lisp/checkdoc.el: Fix doc typos.
7683 2002-07-14 Stefan Monnier <monnier@cs.yale.edu>
7685 * textmodes/tex-mode.el: Set encoding to utf-8.
7686 (tex-start-options): Make it into always-a-string.
7687 Remove silly custom options that are covered by the other var.
7688 (tex-start-commands): Fix docstring.
7689 (tex-open-quote, tex-close-quote): Add options.
7690 (tex-command): Provide default.
7691 (tex-font-lock-keywords-1): Highlight $$...$$.
7692 (tex-font-lock-keywords-2): Fix latin-1 chars.
7693 (tex-mode-map): Remove redundant \t binding.
7694 (tex-mode): Add `subsection' and `newcommand' to known latex cmds.
7695 (latex-mode): Use add-hook for fill-nobreak-predicate.
7696 (tex-common-initialization): Set indent-tabs-mode to nil.
7697 (tex-insert-quote): Undo magic if invoked twice in a row.
7698 (latex-fill-nobreak-predicate): Don't use narrowing.
7699 (tex-latex-block): Don't cons uselessly.
7700 (tex-last-unended-begin): Signal user-friendlier error.
7701 (tex-goto-last-unclosed-latex-block): Don't catch signal.
7702 (tex-start-tex): Switch order of tex-start-options and
7703 tex-start-commands to make it obey docstrings.
7705 2002-07-14 Mike Williams <mdub@bigfoot.com>
7707 * mouse-sel.el (mouse-sel-bound-events): New constant.
7708 (mouse-sel-bindings): Save/restore original mouse-bindings.
7710 2002-07-13 Stefan Monnier <monnier@cs.yale.edu>
7712 * emacs-lisp/cl.el (cl-set-substring): Fix thinko.
7713 (cl-hack-byte-compiler): Avoid infinite require loop.
7715 * net/ange-ftp.el: Use hash-tables.
7716 (ange-ftp-make-hashtable, ange-ftp-map-hashtable)
7717 (ange-ftp-make-hash-key, ange-ftp-get-hash-entry)
7718 (ange-ftp-put-hash-entry, ange-ftp-del-hash-entry): Remove.
7719 Replace with make-hash-table, maphash, gethash, puthash and remhash.
7720 (ange-ftp-hash-entry-exists-p): Rewrite.
7721 (ange-ftp-vms-delete-file-entry, ange-ftp-vms-add-file-entry):
7722 Change mapatom -> maphash.
7723 (ange-ftp-file-entry-active-p, ange-ftp-file-entry-not-ignored-p):
7724 Update to new calling mode.
7726 * progmodes/ebrowse.el (ebrowse-symbol-regexp): Avoid cl-set-substring.
7727 (ebrowse-hash-table-to-alist): Delete.
7728 (ebrowse-tags-read-name, ebrowse-tags-list-members-in-file)
7729 (ebrowse-tags-complete-symbol): Use the hashtable for completion.
7731 * textmodes/sgml-mode.el (sgml-quote): Use narrowing.
7732 Improve the regexp used when unquoting.
7733 (sgml-pretty-print): New function.
7734 (sgml-get-context): Better handling of improperly nested tags.
7735 (sgml-show-context): Don't use the FULL arg of sgml-get-context.
7737 2002-07-13 Andreas Schwab <schwab@suse.de>
7739 * mail/mailabbrev.el (mail-abbrev-make-syntax-table): Check the
7740 inherited table entry.
7742 2002-07-13 Glenn Morris <gmorris@ast.cam.ac.uk>
7744 * calendar/timeclock.el (timeclock-in): Handle the case where no
7745 log file exists (ie the very first call).
7747 2002-07-13 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7749 * net/ange-ftp.el: Do not hook into file-name-handler-alist, this
7752 * net/tramp.el (tramp-multi-file-name-structure-unified):
7753 Add missing slash and move colon from start to end of each hop.
7754 (tramp-multi-file-name-hop-structure-unified): Move colon from
7755 start to end of each hop.
7757 2002-07-13 Kim F. Storm <storm@cua.dk>
7759 * progmodes/compile.el (grep-tree): Fixed autoload.
7760 Corrected use of undefined variable `match-files-aliases'.
7762 2002-07-12 Glenn Morris <gmorris@ast.cam.ac.uk>
7764 * calendar/timeclock.el (timeclock-get-workday-function):
7765 `timeclock-workday' is not a valid option, rather a possible
7768 2002-07-12 Richard M. Stallman <rms@gnu.org>
7770 * net/ange-ftp.el (ange-ftp-write-region):
7771 Don't bind executing-kbd-macro; instead, pass non-nil VISIT arg
7772 to ange-ftp-real-write-region.
7774 * replace.el (flush-lines, keep-lines): Convert REND to a marker.
7776 * help-fns.el (help-with-tutorial): Display completion list right away.
7778 * ediff-ptch.el (ediff-test-patch-utility): Catch error and return nil.
7780 * startup.el (command-line): Set memory-signal-data.
7781 (fancy-splash-text, normal-splash-screen):
7782 Mention "Read the Emacs Manual" or C-h r.
7783 Rearrange the initial help to put the help cmds on left
7784 and the actions (exit, undo) on the right. Other small
7785 text clarifications.
7786 (fancy-splash-text, actions page): Add blank line to balance help page.
7788 * help.el (help-map): Add binding for info-emacs-manual.
7789 (print-help-return-message): Doc fix.
7791 * strokes.el (strokes-help): Call print-help-return-message
7792 while inside with-output-to-temp-buffer.
7794 * info.el (info-emacs-manual): New function.
7795 (Info-use-header-line): Doc fix.
7797 * emacs-lisp/cl.el (multiple-value-call): Add alias.
7799 * progmodes/compile.el (compilation-normalize-filename):
7800 New subroutine, taken out of compilation-parse-errors.
7801 (compilation-parse-errors): Use that, and for directories too.
7802 Don't check whether a directory really exists.
7804 2002-07-12 Juanma Barranquero <lektu@terra.es>
7806 * help-fns.el (describe-variable): Remove useless "Documentation:"
7809 * timer.el (timer-set-time-with-usecs): Fix documentation.
7810 Simplify extraction of time data.
7812 2002-07-12 John Paul Wallington <jpw@shootybangbang.com>
7814 * help-fns.el (describe-variable): Mention if the variable is an
7815 alias. Put `defvaralias' info before the documentation.
7817 2002-07-12 Kenichi Handa <handa@etl.go.jp>
7819 * international/mule-cmds.el (locale-language-names): Change "mk"
7820 (Macedoninan), "ru" (Russian), and "sp" (Serbian with Cyrillic
7821 alphabet) to "Cyrillic-ISO".
7823 2002-07-11 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7825 * net/tramp.el (tramp-default-method): New default method "sm"
7826 which I guess to be good for most people.
7827 (tramp-default-method-alist): Use "ftp" method (ie, forwarding to
7828 Ange-FTP) for some user/host combinations.
7829 (tramp-file-name-structure, tramp-file-name-regexp)
7830 (tramp-make-tramp-file-format, tramp-make-tramp-file-user-nil-format)
7831 (tramp-multi-file-name-structure, tramp-multi-file-name-hop-structure)
7832 (tramp-make-multi-tramp-file-format): New default value which
7833 unifies the filename syntax between Tramp and Ange-FTP. The new
7834 syntax is "/method:user@host:path". Note the colon after the method.
7835 (tramp-handle-file-name-directory): Don't return "/" when
7836 completing a remote root directory (where the filename looks like
7837 "/method:user@host:/").
7838 (tramp-handle-ange-ftp): Deleted.
7839 (tramp-disable-ange-ftp): New function, called at toplevel,
7840 deletes Ange-FTP from file-name-handler-alist.
7841 (tramp-handle-make-symbolic-link): Implement.
7843 2002-07-10 Juanma Barranquero <lektu@terra.es>
7845 * ido.el (ido-enter-single-matching-directory): Delete leftover comment.
7847 * speedbar.el (speedbar-tag-hierarchy-method): Fix typos.
7848 (speedbar-vc-do-check): Likewise.
7849 (speedbar-obj-do-check): Likewise.
7850 (speedbar-mouse-hscroll): Likewise.
7851 (speedbar-file-lists): Likewise.
7853 * emacs-lisp/authors.el (authors-obsolete-file-p): Fix typo.
7855 2002-07-09 Ole Aamot <ole@gnu.org>
7857 * compile.el (compilation-error-regexp-alist):
7858 Recognize Valgrind messages.
7860 2002-07-09 Juanma Barranquero <lektu@terra.es>
7862 * faces.el (face-id): Fix typo.
7864 * hexl.el (hexl-mode): Likewise.
7866 * progmodes/idlw-shell.el (idlwave-shell-set-bp): Likewise.
7868 * progmodes/ebnf-yac.el (ebnf-yac-error): Likewise.
7870 * speedbar.el (speedbar-make-specialized-keymap): Fix docstring.
7871 (speedbar-desired-buffer): Likewise.
7872 (speedbar-line-file): Likewise.
7873 (speedbar-special-mode-key-map): Fix typo.
7874 (speedbar-dynamic-tags-function-list): Likewise.
7875 (speedbar-use-images): Likewise.
7876 (speedbar-up-directory): Likewise.
7877 (speedbar-item-info): Likewise.
7878 (speedbar-set-timer): Likewise.
7879 (speedbar-insert-button): Likewise.
7880 (speedbar-make-button): Likewise.
7881 (speedbar-make-tag-line): Likewise.
7882 (speedbar-insert-files-at-point): Likewise.
7883 (speedbar-update-special-contents): Likewise.
7884 (speedbar-find-selected-file): Likewise.
7885 (speedbar-add-indicator): Likewise.
7886 (speedbar-do-function-pointer): Likewise.
7887 (speedbar-goto-this-file): Likewise.
7888 (speedbar-line-path): Likewise.
7889 (speedbar-mouse-event-p): Likewise.
7890 (speedbar-dir-follow): Likewise.
7891 (speedbar-tag-find): Likewise.
7892 (speedbar-fetch-etags-command): Likewise.
7893 (speedbar-fetch-etags-arguments): Likewise.
7894 (speedbar-toggle-etags): Likewise.
7895 (speedbar-extract-one-symbol): Likewise.
7896 (speedbar-parse-c-or-c++tag): Likewise.
7897 (speedbar-unhighlight-one-tag-line): Likewise.
7898 (speedbar-directory-face): Likewise.
7899 (defimage-speedbar): Likewise.
7900 (speedbar-convert-emacs21-imagespec-to-xemacs): Likewise.
7901 (defimage-speedbar): Likewise.
7903 2002-07-09 Miles Bader <miles@gnu.org>
7905 * hexl.el (hexl-find-file): Bind `completion-ignored-extensions'
7906 to nil when prompting for a filename.
7908 2002-07-09 Kenichi Handa <handa@etl.go.jp>
7910 * files.el (insert-directory): Be sure to bind
7911 coding-system-for-write to the just decided coding-system-for-read.
7913 2002-07-09 Kim F. Storm <storm@cua.dk>
7915 * ido.el (ido-make-merged-file-list): Move fully matching item to
7917 (ido-find-common-substring): Return substring instead of t.
7919 2002-07-08 Juanma Barranquero <lektu@terra.es>
7921 * info.el (Info-directory-list): Fix docstring.
7923 2002-07-08 Miles Bader <miles@gnu.org>
7925 * comint.el (comint-dynamic-list-completions): Sort COMPLETIONS
7928 2002-07-08 Kim F. Storm <storm@cua.dk>
7930 * files.el (after-find-file): Don't check for read-only status
7931 of files just created (and not yet saved on disk).
7933 * ido.el (ido-completion-help): Changed xemacs specific code to
7934 avoid byte compiler warning in GNU emacs.
7935 (ido-set-matches1): Use regexp-quote instead of identity.
7936 (ido-complete-space): New function.
7937 (ido-define-mode-map): Bind it to SPACE.
7939 2002-07-07 Stefan Monnier <monnier@cs.yale.edu>
7941 * font-lock.el (font-lock-default-unfontify-region):
7942 Use remove-list-of-text-properties.
7943 (font-lock-extra-managed-props): Doc fix.
7945 * facemenu.el: Move `provide' to the end.
7946 (facemenu-read-color): Don't cons unnecessarily.
7948 * language/ind-util.el (indian-make-hash):
7949 * language/devan-util.el (dev-char-glyph-hash, dev-glyph-glyph-hash)
7950 (dev-glyph-glyph-2-hash): Switch makehash -> make-hash-table.
7952 * subr.el (insert-string): Update the obsolete info.
7953 (makehash): Move from C and mark obsolete.
7955 * emacs-lisp/debug.el (debug-on-entry): Fix the wrapper used for
7956 aliases to also work for interactive functions.
7957 Use the same wrapper for subroutines.
7958 (cancel-debug-on-entry): Get rid of the now-useless wrapper.
7959 (debug-on-entry-1): Correctly skip docstrings and interactive forms.
7961 * textmodes/texinfo.el (texinfo-font-lock-keywords): Disable the
7962 automatic environment name update.
7963 (texinfo-clone-environment): Fix it not to incorrectly match prefixes.
7965 2002-07-07 Richard M. Stallman <rms@gnu.org>
7967 * emacs-lisp/easymenu.el (easy-menu-popup-menu): Function deleted.
7969 * emacs-lisp/advice.el (ad-compile-function):
7970 Disable cl-function warnings if cl is loaded.
7972 * files.el (safe-local-eval-forms): New user option.
7973 (hack-one-local-variable-eval-safep): Support it.
7974 Also allow `safe-local-eval-function' property to be a function
7975 or a list of functions.
7976 (c-add-style): Delete `safe-local-eval-function' property.
7978 * files.el (after-find-file): Make buffer read-only if file is
7979 marked that way, even for root.
7981 * files.el (save-some-buffers): Doc fix.
7983 * bindings.el (completion-ignored-extensions): Add .gmo and .mo.
7985 2002-07-06 Francesco Potort
\e,Al
\e(B <pot@gnu.org>
7987 * dos-w32.el (file-name-buffer-file-type-alist): Add knowledge of
7988 .sx[dmicw] file suffixes for Open office data files.
7990 * files.el (auto-mode-alist): Likewise.
7992 * international/mule.el (auto-coding-alist): Likewise.
7994 2002-07-05 Kim F. Storm <storm@cua.dk>
7996 * emulation/cua-rect.el (cua--rectangle-operation): Don't call
7997 FCT if current column is outside rectangle.
7998 (cua--delete-rectangle): Do nothing if zero width or out of bounds.
8000 2002-07-04 Stefan Monnier <monnier@cs.yale.edu>
8002 * net/ange-ftp.el: Use add-hook and find-file-hook.
8003 (ange-ftp-parse-netrc): Use run-hooks and find-file-hook.
8004 (ange-ftp-ls-parser): Make it into a function.
8005 Ignore trailing @ in symlink targets.
8006 (ange-ftp-file-entry-p): Ignore FTP errors.
8007 (ange-ftp-insert-directory): Use ange-ftp-expand-symlink
8008 to correctly expand "/flint:/bla -> ./etc" to /flint:/etc.
8010 2002-07-04 Per Abrahamsen <abraham@dina.kvl.dk>
8012 * simple.el (toggle-truncate-lines): New command.
8014 2002-07-04 Miles Bader <miles@gnu.org>
8016 * comint.el (comint-displayed-dynamic-completions): New variable.
8017 (comint-dynamic-list-completions): Be more careful about choosing
8018 when to scroll an existing completions window.
8020 2002-07-03 Andreas Schwab <schwab@suse.de>
8022 * net/tramp.el (tramp-handle-ange-ftp): Move interactive spec
8025 2002-07-03 Juanma Barranquero <lektu@terra.es>
8027 * net/tramp.el (tramp-send-eof): Fix typo.
8028 (tramp-kill-process): Likewise.
8030 * play/dunnet.el (dun-physobj-desc): Likewise.
8032 * textmodes/reftex-vars.el (reftex-label-alist): Likewise.
8034 * calendar/timeclock.el (timeclock-workday-remaining): Likewise.
8035 (timeclock-workday-elapsed): Likewise.
8037 * allout.el (outline-goto-prefix): Likewise.
8039 * emulation/tpu-edt.el (tpu-delete-to-eol): Likewise.
8040 (tpu-delete-to-bol): Likewise.
8042 * subr.el (chars-in-region): Add obsolescence declaration for
8045 2002-07-03 Miles Bader <miles@gnu.org>
8047 * faces.el (header-line): Don't use a `common' clause for
8048 inheriting from the mode-line face, since we can't override it,
8049 and we don't want it for ttys.
8051 2002-07-02 Richard M. Stallman <rms@gnu.org>
8053 * net/ange-ftp.el (ange-ftp-hook-function): Add file-remote-p prop.
8055 * files.el (hack-one-local-variable-constantp): New function.
8056 (hack-one-local-variable-eval-safep): New function.
8057 Check for `eval:' calling fn with `safe-local-eval-function' property.
8058 (hack-one-local-variable): Use hack-one-local-variable-eval-safep.
8059 (c-add-style, c-set-style): Add safe-local-eval-function property.
8061 * files.el (insert-directory): Handle --dired option to ls.
8063 * files.el (file-remote-p): New function.
8065 * emacs-lisp/easymenu.el (easy-menu-popup-menu): New function.
8067 * startup.el (fancy-splash-screens): Switch to a chosen frame.
8068 (fancy-splash-frame): Choose the right frame to use.
8069 (use-fancy-splash-screens-p): Check dimensions of the right frame
8072 * emacs-lisp/bytecomp.el (byte-compile-warning-types):
8073 Rename cl-func to cl-functions. Enable it by default.
8074 (byte-compile-file-form-eval-boundary): Turn off cl-functions warnings
8075 if the file loads cl.
8076 (byte-compile-initial-macro-environment): For eval-and-compile,
8077 use byte-compile-eval-before-compile to eval.
8078 (byte-compile-eval-before-compile): New function to turn off
8079 cl-functions when appropriate, for eval-and-compile.
8080 (byte-compile-warnings): Doc fix.
8082 2002-07-02 Dave Love <fx@gnu.org>
8084 * emacs-lisp/bytecomp.el (byte-compile-warnings): Add cl-func option.
8085 (byte-compile-cl-warn): New function.
8086 (byte-compile-form): Use it, to warn about calling cl functions.
8087 (byte-compile-warning-types): Doc fix.
8089 2002-07-02 Juanma Barranquero <lektu@terra.es>
8091 * mail/rmailsum.el (rmail-user-mail-address-regexp): Fix typo.
8093 * textmodes/reftex-cite.el (reftex-citation): Fix typo.
8095 * progmodes/cperl-mode.el (cperl-break-one-line-blocks-when-indent):
8098 2002-07-02 Kim F. Storm <storm@cua.dk>
8100 * emacs-lisp/bindat.el: New file.
8102 2002-07-01 Sam Steingold <sds@gnu.org>
8104 * textmodes/tex-mode.el (tex-file): Call `save-some-buffers'
8105 before `tex-main-file' because if the current buffer is new, its
8106 file might not exist yet, and then `tex-main-file' will
8107 incorrectly return "foo.tex.tex".
8109 2002-07-01 Juanma Barranquero <lektu@terra.es>
8111 * ido.el (ido-minibuffer-setup-hook): Doc fix.
8113 2002-07-01 Dave Love <fx@gnu.org>
8115 Make strokes a proper minor mode, and don't try to overload
8116 mouse-2, which doesn't work satisfactorily.
8118 * strokes.el: Doc fixes.
8119 (strokes-mode): Defcustom deleted; replaced by minor mode def with
8120 re-written function.
8121 (strokes-while-inhibiting-garbage-collector): Comment out.
8122 (define-stroke, strokes-fix-button2-command, strokes-insinuated)
8123 (strokes-insinuate, global-set-stroke, describe-stroke)
8124 (load-user-strokes, save-strokes, strokes-bug-address)
8125 (strokes-click-command): Deleted.
8126 (strokes-execute-stroke): Remove strokes-click-p case.
8127 (strokes-describe-stroke): Remove strokes-click-p stuff.
8128 (strokes-help): Fix.
8129 (strokes-report-bug): Alias to report-emacs-bug.
8130 (strokes-prompt-user-save-strokes): Modify format of the file.
8131 (strokes-mode-map, strokes-unload-hook): New.
8132 (strokes-buffer-name): Don't customize.
8134 2002-07-01 Richard M. Stallman <rms@gnu.org>
8136 * info.el (Info-index): Get immediate error if used in `dir'.
8138 * textmodes/picture.el (picture-forward-column)
8139 (picture-move-down): Never deactivate the mark.
8141 2002-06-30 Simon Josefsson <jas@extundo.com>
8143 * menu-bar.el (menu-bar-options-menu): Move elisp mode names from
8144 menu entry into balloon help.
8146 2002-06-30 Andreas Schwab <schwab@suse.de>
8148 * files.el (directory-free-space-args): Don't use `-P' on Darwin.
8149 * term/mac-win.el: Don't set it here.
8151 2002-06-29 Stefan Monnier <monnier@cs.yale.edu>
8153 * pcvs-defs.el (cvs-mode-map): Bind ! to `force'.
8155 2002-06-29 Andreas Schwab <schwab@suse.de>
8157 * term/mac-win.el: Use directory-free-space-program instead of
8158 obsolete variable dired-free-space-program. On Darwin, don't set
8159 directory-free-space-program, shell-file-name and
8160 process-connection-type; set directory-free-space-args to not
8161 include `-P' and use utf-8 for file name coding system.
8163 * simple.el (shell-command-on-region): Handle errors and signals
8164 from shell command execution.
8165 (display-message-or-buffer): Fix last change.
8166 (shell-command-default-error-buffer): Doc fix.
8168 * dired.el (dired-view-file): Quote file name for
8169 dired-run-shell-command.
8171 2002-06-29 Kim F. Storm <storm@cua.dk>
8173 * kmacro.el: New file.
8175 2002-06-28 John Wiegley <johnw@gnu.org>
8177 * pcmpl-cvs.el: Added my name as the maintainer of this file.
8179 2002-06-28 Andreas Schwab <schwab@suse.de>
8181 * shell.el (explicit-bash-args): New user option.
8183 2002-06-28 Kim F. Storm <storm@cua.dk>
8187 2002-06-28 Stefan Monnier <monnier@cs.yale.edu>
8189 * derived.el (define-derived-mode): Preserve the `mode-class' rather
8190 than the `special' symbol property.
8191 (derived-mode-class): Make it obsolete.
8193 2002-06-27 Andreas Schwab <schwab@suse.de>
8195 * net/tramp.el (tramp-handle-ange-ftp): Fix typo.
8197 2002-06-27 Juanma Barranquero <lektu@terra.es>
8199 * emacs-lisp/bytecomp.el (baud-rate): Fix obsolescence declaration.
8200 (meta-flag): Likewise.
8202 * international/mule-util.el (string-to-sequence): Likewise.
8204 * subr.el (char-bytes): Likewise.
8205 (make-local-hook): Likewise.
8206 (baud-rate): Remove redundant info from docstring.
8208 * faces.el (frame-update-faces): Fix obsolescence declaration.
8209 (internal-get-face): Remove redundant info from docstring and
8210 fix obsolescence declaration.
8212 * rect.el (move-to-column-force): Likewise.
8214 * help-fns.el (describe-function-1): Use semicolon instead of dot.
8215 (describe-variable): Likewise.
8217 2002-06-27 Stefan Monnier <monnier@cs.yale.edu>
8219 * mwheel.el (mouse-wheel-change-button): Deactivate before changing.
8220 (mouse-wheel-up-button, mouse-wheel-down-button): Obsolete.
8221 (mouse-wheel-up-event, mouse-wheel-down-event): New vars.
8222 (mouse-wheel-follow-mouse): Change default to t.
8223 (mwheel-event-button): Return the basic event symbol.
8224 (mwheel-scroll): Work with non-mouse events.
8225 (mouse-wheel-mode): Use the new vars.
8226 (mwheel-install): Obey `uninstall'.
8228 * term/xterm.el (function-key-map): Add some bindings.
8230 * uniquify.el (uniquify-delay-rationalize-file-buffer-names):
8231 Rename from delay-uniquify-rationalize-file-buffer-names.
8232 Only rationalize if the buffer is under uniquify control.
8233 (uniquify-delayed-rationalize-file-buffer-names):
8234 Rename from delayed-uniquify-rationalize-file-buffer-names.
8236 2002-06-27 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8238 * net/tramp.el (tramp-file-name-structure)
8239 (tramp-multi-file-name-hop-structure): Split for easier readability.
8240 (tramp-handle-make-symbolic-link): Use user/host/method/... from
8241 LINKNAME, not FILENAME.
8242 (tramp-handle-verify-visited-file-modtime):
8243 Call tramp-ange-ftp-file-name-p with right parameters.
8244 (tramp-handle-verify-visited-file-modtime): `insert' does not
8245 work for integers, convert them to strings first.
8246 (tramp-handle-ange-ftp): New function to perform setup for
8247 replacing Ange-FTP with Tramp.
8248 (tramp-repair-jka-compr): New function to factor out some
8249 previously top-level code. Call the function at top-level.
8251 2002-06-27 Juanma Barranquero <lektu@terra.es>
8253 * composite.el (decompose-composite-char): Fix docstring.
8255 * faces.el (describe-face): Capitalize "not documented" message.
8257 * help-fns.el (describe-variable): Likewise.
8258 (describe-function-1): Likewise. Also, document the obsolescence
8259 of the function, if applicable.
8261 2002-06-26 Juanma Barranquero <lektu@terra.es>
8263 * info.el (info-menu-5): Fix documentation.
8264 (Info-fontify-maximum-menu-size): Remove reference to `Info-fontify'.
8266 2002-06-26 Richard M. Stallman <rms@gnu.org>
8268 * emacs-lisp/cl.el (values): Simplify definition.
8270 * simple.el (shell-command): Match & only at end of whole command.
8271 (display-message-or-buffer): Don't use the echo area
8272 if output buffer is visible.
8274 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Doc fixes.
8276 * progmodes/cperl-mode.el: Many trivial doc fixes.
8277 (cperl-non-problems): Definition deleted.
8278 (cperl-menu): Don't refer to cperl-non-problems.
8279 (cperl-word-at-point): Add doc string.
8280 (cperl-beautify-regexp-piece): Fix error message.
8281 (cperl-invert-if-unless): Fix error message.
8283 * dired.el (dired-find-alternate-file): Mark as disabled.
8285 2002-06-25 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8287 * net/tramp.el (tramp-ftp-method): New user option.
8288 (tramp-invoke-ange-ftp): New function to forward calls to Ange-FTP.
8289 (with-parsed-tramp-file-name): New macro for the usual big `let'
8290 statement to dissect a file-name.
8291 (tramp-handle-make-symbolic-link, tramp-handle-load)
8292 (tramp-handle-file-name-directory)
8293 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
8294 (tramp-handle-file-truename, tramp-handle-file-directory-p)
8295 (tramp-handle-file-regular-p, tramp-handle-file-symlink-p)
8296 (tramp-handle-file-writable-p, tramp-handle-file-writable-p):
8297 Use the new macro and forward call to Ange-FTP if applicable.
8298 (tramp-make-ange-ftp-file-name): New helper function to convert a
8299 file name into an Ange-FTP file name, used by `tramp-invoke-ange-ftp'.
8300 (tramp-default-method-alist): New user option.
8301 (tramp-find-default-method): Use it.
8302 (tramp-sh-extra-args): New variable.
8303 (tramp-find-shell): Use it.
8304 (tramp-open-connection-rsh): Support a kludgy feature for the
8305 "-p" option to ssh. If host name is given as "host#42", uses the
8308 2002-06-25 Andreas Schwab <schwab@suse.de>
8310 * replace.el (occur-1): Avoid invalid message format string.
8312 2002-06-24 Stefan Monnier <monnier@cs.yale.edu>
8314 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn):
8315 Check for `noruntime' even if the function has a known sig.
8316 (byte-compile-file, byte-compile-output-docform):
8317 Don't hard code point-min = 1.
8319 * pcvs.el (cvs-parse-process): Don't save/restore point.
8320 Fix last change not to introduce spurious dir FIs.
8321 (cvs-move-to-goal-column): New function extracted from
8322 cvs-mode-previous-line.
8323 (cvs-mode-previous-line, cvs-mode-next-line): Use it.
8324 (cvs-addto-collection): Use it to preserve point.
8325 (cvs-vc-command-advice): Ad-hoc workaround for `cvs -q add'.
8327 * mwheel.el (mouse-wheel-scroll-amount,mwheel-scroll,mouse-wheel-mode):
8328 Don't require the first element to be modifier-free.
8330 * pcvs-parse.el (cvs-parse-table):
8331 Handle `nothing known about' with more care.
8333 * pcvs.el (cvs-fileinfo-kill): Remove.
8334 (cvs-parse-process): Add `old-fis' argument.
8335 (cvs-mode-run): Use it instead of cvs-fileinfo-kill.
8337 * descr-text.el (describe-property-list): Make sure there's
8338 a space between the property name and its value.
8339 (describe-text-properties): Don't kill a pre-existing buffer.
8341 * mwheel.el: Undo last patch from Stephen Gildea for now.
8343 2002-06-24 Kim F. Storm <storm@cua.dk>
8345 * emulation/keypad.el: Added :require 'keypad to defcustoms.
8347 2002-06-23 Stefan Monnier <monnier@cs.yale.edu>
8349 * subr.el (event-start, event-end, event-click-count):
8350 Accept non-mouse events as well.
8351 (read-key): New function.
8352 (read-quoted-char): Use it. Use this-single-command-raw-keys as well.
8354 * files.el: Rename (and mark as obsolete)
8355 find-file-hooks to find-file-hook,
8356 find-file-not-found-hooks to find-file-not-found-functions,
8357 write-file-hooks to write-file-functions,
8358 write-contents-hooks to write-contents-functions.
8359 Mark local-write-file-hooks as obsolete.
8360 (locate-file-completion): Don't cons uselessly. Use test-completion.
8361 (basic-save-buffer): Use (point-min) rather than 1.
8362 (basic-save-buffer-2): Obey the `setmodes' returned by backup-buffer.
8364 * help-fns.el (describe-variable): Only use `buffer' is still live.
8365 Use `delete-region' instead of save-excursion + delete-char.
8366 Document the obsolescence of the variable, if applicable.
8368 2002-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
8370 * progmodes/f90.el (f90-do-auto-fill): Respect the value of
8371 comment-auto-fill-only-comments.
8373 2002-06-21 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8375 * net/ange-ftp.el (backup-buffer): Delete `ange-ftp' property.
8376 This is not a handled operation.
8378 2002-06-21 Kim F. Storm <storm@cua.dk>
8380 * emulation/cua-base.el (cua--prefix-arg): Make register prefixes
8381 work again. Corrected error in check for C-u initiated prefix.
8383 * emulation/keypad.el (keypad-setup): Handle kp-begin like kp-space.
8385 2002-06-21 Richard M. Stallman <rms@gnu.org>
8387 * net/browse-url.el (browse-url-at-mouse): Don't pass an arg
8388 to browse-url-at-point.
8390 * play/zone.el (zone-idle): Var deleted.
8392 * international/iso-acc.el (iso-languages) <french>:
8393 `~ ' now generates `~', `~,' definition deleted.
8395 * format.el (format-annotate-function): Copy multibyte flag
8396 and selective-display into the new temp buffer.
8398 * edmacro.el (edmacro-fix-menu-commands):
8399 Discard `help-echo' events. Handle (menu-bar) events.
8400 Simplify by converting key sequence to a list and then back to vector.
8402 2002-06-21 Stephen Gildea <gildea@stop.mail-abuse.org>
8404 * mwheel.el: Allow arbitrary keys for scrolling, add a third
8405 scrolling speed, fix an unwind-protect.
8406 (mouse-wheel-scroll-amount): Now a three-element list.
8407 (mouse-wheel-scroll-down-slow, mouse-wheel-scroll-up-slow)
8408 (mouse-wheel-scroll-down-normal, mouse-wheel-scroll-up-normal)
8409 (mouse-wheel-scroll-down-fast, mouse-wheel-scroll-up-fast):
8412 2002-06-21 Andreas Schwab <schwab@suse.de>
8414 * files.el (find-file-read-args): Add new argument `mustmatch' and
8415 pass it down to read-file-name.
8416 (find-file, find-file-other-window, find-file-other-frame)
8417 (find-file-read-only, find-file-read-only-other-window)
8418 (find-file-read-only-other-frame): Use it and fix prompts.
8420 2002-06-21 Stefan Monnier <monnier@cs.yale.edu>
8422 * pcvs-defs.el (cvs-version): Use cvs-program rather than "cvs".
8424 2002-06-20 Emmanuel Briot <briot@act-europe.fr>
8426 * progmodes/ada-mode.el: Update copyright notice.
8427 Synchronize with GNAT release 3.15a1.
8428 Do not attempt to load ada-support, which is only for compatibility
8429 with older Emacs versions, and is not needed for Emacs 21.
8430 Fix various calls to count-lines, that didn't work correctly when the
8431 buffer was narrowed.
8432 (ada-continuation-indent): New variable.
8433 (ada-contextual-menu): New entry "List local references", faster than
8435 (ada-mode): New alignment rules provided by S. Leake.
8436 Add support for which-function-mode.
8437 (ada-get-current-indent): Fix indentation of named parameter lists and
8438 nested boolean expressions.
8439 (ada-indent-on-previous-lines): Fix indentation of labels.
8440 (ada-search-prev-end-stmt): Fix searching of the previous
8441 end-statement, specially with regards to nested subprograms.
8442 (comment-region advice): Initially disabled, for better compatibility
8444 (ada-fill-comment-paragraph): Fixed (no longer worked with Emacs 21).
8446 * progmodes/ada-xref.el: Update copyright notice.
8447 (ada-xref-create-ali): The default is now not to create automatically
8448 the ALI files by compiling the unit, since this isn't always reliable
8449 and requires an up-to-date project file.
8450 (ada-prj-default-comp-cmd): No longer use gcc directly to compile
8451 a file, but use gnatmake instead, since this gives access to the GNAT
8453 (ada-xref-search-with-egrep): New variable, suggested by P. Waroquiers.
8454 (ada-load-project-hook): New variable, for support of GNAT
8456 (ada-update-project-menu): Fix the detection of the project file name.
8457 (ada-add-keymap): Change key binding for ada-find-file, that conflicted
8458 with another binding in ada-mode.el.
8459 (ada-add-menu): New menu "List Local References", to list the reference
8460 to the entity only in the current file, instead of looking in the whole
8461 project. Much faster.
8462 (ada-find-references): New parameters arg and local-only.
8463 (ada-find-any-references): New parameters local-only and append.
8464 (ada-goto-declaration): Fix handling of predefined entities in xref.
8465 (ada-get-all-references): Updated to the new xref format in GNAT 3.15,
8466 still compatible with GNAT 3.14 of course. Fix various calls to
8467 count-lines, that didn't work correctly when the buffer was narrowed.
8469 * progmodes/ada-prj.el: Update copyright.
8470 (ada-prj-load-directory): Make sure we do not use one of the new Emacs
8471 21 dialogs to select the file, since we want a directory name only.
8472 (ada-customize): Add support for the new GNAT project files.
8474 2002-06-20 Francesco Potort
\e,Al
\e(B <pot@gnu.org>
8476 * progmodes/etags.el (tag-implicit-name-match-p): New function.
8477 (etags-recognize-tags-table): Use it for implicit tag names.
8479 2002-06-20 Miles Bader <miles@gnu.org>
8481 * comint.el (comint-get-old-input-default): Strip text properties
8484 * comint.el (comint-output-filter): Run output-filter functions
8485 before setting up the prompt.
8487 * international/characters.el: Re-enable code giving word syntax
8488 to certain japanese-jisx0208 characters.
8490 2002-06-19 Glenn Morris <gmorris@ast.cam.ac.uk>
8492 * progmodes/f90.el (f90-type-def-re): Fix value.
8493 (f90-looking-at-type-like): Adapt for new `f90-type-def-re' value.
8495 2002-06-18 Stefan Monnier <monnier@cs.yale.edu>
8497 * international/quail.el (quail-help): Don't assume the buffer
8498 is displayed in the same frame.
8500 * emacs-lisp/debug.el (cancel-debug-on-entry):
8501 * emacs-lisp/regexp-opt.el (regexp-opt-group): Don't cons uselessly.
8503 * pcvs.el (cvs-vc-command-advice): Handle the case where args
8504 are passed to `cvs' before the command name.
8505 (cvs-fileinfo-kill): Mark old FIs as up-to-date rather than dead.
8507 * pcvs-info.el (cvs-add-face): Minor rewrite.
8508 (cvs-fileinfo-pp): Use `cvs-goal-column' with directory entries.
8510 * newcomment.el (comment-normalize-vars): Refresh the comment-foo-skip
8511 regexp when they don't match comment-foo any more.
8513 2002-06-18 Juanma Barranquero <lektu@terra.es>
8515 * filesets.el (filesets-update-pre010505): Fix typo.
8517 * eshell/em-pred.el (eshell-modifier-help-string): Fix typos.
8519 * emulation/edt.el (edt-substitute): Fix typo.
8521 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine): Fix typo.
8523 * comint.el (comint-next-prompt, comint-previous-prompt): Fix typos.
8525 * progmodes/sh-script.el (sh-electric-rparen-needed): Remove.
8527 2002-06-17 Richard M. Stallman <rms@gnu.org>
8529 * facemenu.el (facemenu-map): Rename to Describe Text
8530 to Describe Properties and use describe-text-properties.
8532 * simple.el (what-cursor-position): Use describe-char.
8534 * descr-text.el (describe-char): Moved from mule-diag.el, renamed
8535 from describe-char-after. Now calls describe-text-properties.
8536 (describe-property-list): Renamed from describe-text-properties.
8537 (describe-text-properties): Renamed from describe-text-at.
8538 New arg OUTPUT-BUFFER.
8539 (describe-text-properties-1):
8540 New subroutine, broken out from describe-text-properties.
8541 Output a newline before each section of the output.
8543 * international/mule-diag.el (describe-char-after):
8544 Moved to descr-text.el.
8546 2002-06-17 Eli Zaretskii <eliz@is.elta.co.il>
8548 * international/mule.el (ctext-pre-write-conversion): Fix the values
8549 of FROM and TO if we create a new buffer.
8551 2002-06-17 John Paul Wallington <jpw@shootybangbang.com>
8553 * comint.el (comint-insert-clicked-input): Insert clicked-on
8554 previous input without properties.
8556 2002-06-16 Andrew Choi <akochoi@shaw.ca>
8558 * term/mac-win.el (scalable-fonts-allowed): Set to t.
8560 2002-06-15 Colin Walters <walters@debian.org>
8562 * pcvs-info.el (global-font-lock-mode, font-lock-auto-fontify):
8564 (cvs-highlight): Delete.
8565 (cvs-add-face): Use `font-lock-face'. Always add properties.
8567 * ibuffer.el (ibuffer-movement-cycle): New variable.
8568 (ibuffer-backward-line, ibuffer-forward-line): Use it.
8570 2002-06-15 Richard M. Stallman <rms@gnu.org>
8572 * emacs-lisp/bytecomp.el (byte-recompile-directory): Doc fix.
8573 (batch-byte-recompile-directory): Undo previous change.
8575 * comint.el (comint-skip-input): New function.
8576 (comint-interrupt-subjob, comint-kill-subjob, comint-quit-subjob)
8577 (comint-stop-subjob): Use comint-skip-input.
8579 * ielm.el (ielm-eval-input): Use error-message-string.
8580 (ielm-format-error, ielm-format-errors): Functions deleted.
8582 2002-06-14 Kim F. Storm <storm@cua.dk>
8584 * progmodes/compile.el (grep-tree): Doc fixes.
8585 Added SUBDIRS arg for non-interactive use.
8587 2002-06-14 Juanma Barranquero <lektu@terra.es>
8589 * comint.el (comint-snapshot-last-prompt):
8590 Bind `inhibit-read-only' to t to support read-only prompts.
8591 (comint-output-filter): Likewise.
8593 2002-06-14 Miles Bader <miles@gnu.org>
8595 * subr.el (copy-tree): Use `nconc' and `nreverse' instead of `nreconc'.
8596 (pop): Move the call to `car' outside the prog1, as the compiler
8597 then generates better code.
8599 2002-06-13 Richard M. Stallman <rms@gnu.org>
8601 * play/zone.el (zone-timer): New variable holds the idle timer.
8602 (zone): Don't fiddle with the idle timer at all.
8603 (zone-when-idle): Put the idle timer in zone-timer.
8604 If one is already set up, cancel it and make a new one.
8605 (zone-leave-me-alone): Likewise.
8607 2002-06-13 Jason Rumney <jasonr@gnu.org>
8609 * w32-fns.el (w32-charset-info-alist): Reorder.
8611 2002-06-13 Andreas Schwab <schwab@suse.de>
8613 * files.el (auto-mode-alist): Move entry for ".in" to the end.
8615 2002-06-13 Miles Bader <miles@gnu.org>
8617 * comint.el (comint-mode): Don't set `font-lock-defaults'.
8618 (comint-mode-hook): Turn on font-lock by default.
8620 2002-06-12 Karl Fogel <kfogel@red-bean.com>
8622 * bookmark.el (bookmark-file-or-variation-thereof):
8623 Restore vc-backend check, thanks to Robert Thorpe for noticing.
8625 2002-06-12 Eli Zaretskii <eliz@is.elta.co.il>
8627 * textmodes/bibtex.el: Change the maintainer to "none".
8629 2002-06-12 Juanma Barranquero <lektu@terra>
8631 * term/w32-win.el (x-handle-switch): Fix handling of
8632 x-invocation-args for switches with arguments.
8634 2002-06-12 Stefan Monnier <monnier@cs.yale.edu>
8636 * menu-bar.el (menu-bar-showhide-fringe-menu): Don't use `fringe-mode'
8637 without first making sure it's bound.
8639 2002-06-12 Richard M. Stallman <rms@gnu.org>
8641 * info.el (Info-fontify-node): Compute header line specially
8642 if node has no next, previous or up links.
8643 Hide the part of the first line that is used in the header.
8644 Use Info-next-link-keymap, etc.
8645 (Info-next-link-keymap, Info-prev-link-keymap)
8646 (Info-up-link-keymap): New variables.
8648 * international/mule-diag.el (describe-char-after): Doc fix.
8650 * view.el (view-mode-enter): Clarify echo area message.
8652 * info.el (Info-select-node): Turn header line on or off here.
8653 (Info-setup-header-line): Function deleted.
8654 (Info-mode): Make Info-header-line local.
8655 (Info-fontify-node): Ignore Info-use-header-line.
8656 Unconditionally compute what the header line should be, and
8657 store it on the `header-line' property of the node's first char.
8658 Bind [header-line down-mouse-1].
8659 Use `keymap' property, not `local-map'.
8660 Bind [mouse-2] for mouse clicks on the node line in the text.
8662 * font-lock.el (font-lock-beginning-of-syntax-function): Doc fix.
8664 2002-06-12 Miles Bader <miles@gnu.org>
8666 * comint.el (comint-send-input): Properly handle empty and
8667 no-newline input regions.
8669 2002-06-12 Colin Walters <walters@gnu.org>
8671 * calc/calc.el: Use `when', `unless'.
8672 (calc-trail-mode): Use an italic `font-lock-face'.
8673 (calc-refresh): Ditto.
8675 2002-06-12 Colin Walters <walters@debian.org>
8677 * font-core.el (font-lock-core-only): Variable deleted.
8679 (font-lock-set-defaults): Variable alist settings moved back into
8680 font-lock-set-defaults-1.
8681 (turn-on-font-lock-if-enabled): Always turn on font-lock unless it
8682 is specifically excluded by the user.
8684 * font-lock.el (font-lock-set-defaults-1): Set variable alist here.
8686 * help-mode.el (help-mode): Don't set `font-lock-defaults'.
8688 * ibuffer.el (ibuffer-mode): Don't set `font-lock-defaults'.
8690 * info.el (Info-mode): Don't set `font-lock-defaults'.
8692 * replace.el (occur-mode): Don't set `font-lock-defaults'.
8694 * help-mode.el (help-highlight-p, help-highlight-face):
8695 Variable was unused; delete.
8696 (help-make-xrefs): Doc fix.
8698 2002-06-11 Richard M. Stallman <rms@gnu.org>
8700 * format.el (format-alist): Document new element PRESERVE.
8701 (format-write-file): Implement PRESERVE elt for a format.
8703 * files.el (make-auto-save-file-name): Rename local `filename' to
8706 2002-06-10 Richard M. Stallman <rms@gnu.org>
8708 * progmodes/ebrowse.el (ebrowse-draw-tree-fn): Use copy-sequence.
8709 (ebrowse-copy-list): Function deleted.
8711 * eshell/em-unix.el (eshell/diff): Use copy-sequence.
8713 * eshell/esh-mode.el (eshell-mode, eshell-mode): Use copy-sequence.
8715 * eshell/esh-util.el (eshell-copy-list): Function deleted.
8716 (eshell-sublist): Use copy-sequence.
8717 (eshell-copy-tree): Make it an alias for copy-tree.
8719 * emacs-lisp/cl.el (copy-list): Moved back from subr.el.
8721 * subr.el (copy-list): Moved to cl.el.
8722 (copy-tree): Don't use copy-list or cl-pop.
8724 2002-06-10 Miles Bader <miles@gnu.org>
8726 Make comint use text properties for highlighting instead of overlays:
8727 * comint.el (comint-last-output-overlay): Variable removed.
8728 (comint-send-input, comint-output-filter): Use text properties
8729 instead of overlays.
8730 (comint-insert-clicked-input): Rewrite to work with text
8731 properties as well as overlays
8732 (comint-snapshot-last-prompt): Snapshot using text properties.
8733 (comint-get-old-input-default, comint-extract-string): Don't copy
8736 * simple.el (line-move-finish): Inhibit field motion when
8737 computing `line-end'.
8739 * files.el (revert-buffer): Correct typo: variable name is
8740 `buffer-file-format', not `buffer-file-formats'.
8742 * comint.el (comint-send-input, comint-output-filter): Use the
8743 `font-lock-face' property instead of `face'. Don't check the
8744 highlight-enabling variables anymore.
8745 (comint-highlight-input, comint-highlight-prompt): Variables removed.
8747 * faces.el (display-supports-face-attributes-p): New function.
8748 (face-spec-set-match-display): Support `supports' predicate.
8749 (italic): Try underlining for displays that don't support real italics.
8750 * cus-edit.el (custom-display): Add support for `supports' predicate.
8751 * term/tty-colors.el (color-name-rgb-alist): Use 16-bit RGB values
8752 instead of 8-bit, for consistency with the rest of emacs.
8753 (tty-color-canonicalize): Only copy COLOR if we need to change it.
8754 (tty-color-approximate): Scale values from `color-name-rgb-alist'
8755 appropriately. Return the whole color description, rather than
8756 just the RGB values.
8757 (tty-color-standard-values): New function. Code mostly taken from
8758 `tty-color-translate'.
8759 (tty-color-translate, tty-color-values): Use `tty-color-desc' to
8761 (tty-color-desc): Do color lookup here instead of calling
8762 `tty-color-translate' and `tty-color-by-index'; this is now the
8763 main place to do it.
8765 2002-06-09 Martin Stjernholm <bug-cc-mode@gnu.org>
8767 * progmodes/cc-style.el (c-set-style, c-set-style-1):
8768 Add another state for the `dont-override' flag where it only keeps
8769 globally set variables.
8771 2002-06-08 Colin Walters <walters@gnu.org>
8773 * descr-text.el (describe-text-properties): Sort the output by the
8774 size of the values. Put `font-lock-face' property on property names.
8775 (toplevel): Provide `descr-text'.
8777 * international/mule-diag.el (describe-char-after): When there are
8778 text properties, require `descr-text', and just call
8779 `describe-text-properties'.
8781 * international/mule.el (sgml-html-meta-auto-coding-function):
8783 (auto-coding-from-file-contents): Delete; merge functionality into
8785 (set-auto-coding): Move tests from `auto-coding-functions' so that
8786 they have a lower priority than coding: tags.
8787 Put `auto-coding-regexp-alist' tests before coding: tag tests.
8788 (sgml-xml-auto-coding-function): Simply `intern' the match, and
8789 test if it's a valid coding system.
8790 (auto-coding-functions): Add `sgml-html-meta-auto-coding-function'.
8792 2002-06-08 Colin Walters <walters@verbum.org>
8794 * subr.el (copy-list): Moved here from cl.el.
8795 (copy-tree): Renamed here from `cl-copy-tree' in cl-extra.el.
8797 * emacs-lisp/cl-extra.el (cl-copy-tree): Moved to `copy-tree' in
8798 subr.el. Add a defalias with the old name.
8800 * emacs-lisp/cl.el (copy-list): Moved to subr.el.
8802 * replace.el (occur-mode): Don't set up categories. Do set
8803 `font-lock-defaults', and be sure to set `font-lock-core-only'.
8804 (occur-1): Pass `list-matching-lines-face' and
8805 `list-matching-lines-buffer-name-face'.
8806 (occur-engine): Use `font-lock-face' instead of categories.
8808 * info.el (Info-mode): Don't set up categories. Do set
8809 `font-lock-defaults', and be sure to set `font-lock-core-only'.
8810 (Info-fontify-menu-headers): Use `font-lock-face' instead of
8812 (Info-fontify-node): Ditto.
8814 * ibuffer.el (ibuffer-category-alist): Delete.
8815 (ibuffer-get-category): Delete.
8816 (ibuffer-compile-make-eliding-form): Use `font-lock-face' instead
8818 (ibuffer-compile-format): Don't treat `name' category specially.
8819 (ibuffer-column name): Use `font-lock-face'.
8820 (filename-and-process): Ditto.
8821 (ibuffer-buffer-name-category): Renamed to
8822 `ibuffer-buffer-name-face'. Don't use categories.
8823 (ibuffer-update-title-and-summary): Use `font-lock-face'.
8824 (ibuffer-insert-filter-group): Ditto.
8825 (ibuffer-mode): Don't set up categories. Do set
8826 `font-lock-defaults', and be sure to set `font-lock-core-only'.
8827 (ibuffer-compile-format): Don't pass third argument
8828 to column functions.
8829 (filename-and-process): Ditto.
8831 * ibuf-macs.el (define-ibuffer-column): Don't create a third
8832 argument for the generated function.
8834 * font-core.el (font-lock-category-alist): Delete.
8835 (turn-on-font-lock-if-enabled): Don't use it.
8836 (font-lock-symbol-category-alist): Delete.
8837 (font-lock-default-function): Use new `char-property-alias-alist'
8838 to make `font-lock-face' an alias for `face' when font-lock mode
8840 (font-lock-core-only): New variable.
8841 (font-lock-set-defaults): Use it.
8843 2002-06-08 Richard M. Stallman <rms@gnu.org>
8845 * files.el (find-file-noselect-1): Undo previous change.
8847 * bookmark.el (bookmark-file-or-variation-thereof): Doc fix.
8849 2002-06-07 Karl Fogel <kfogel@red-bean.com>
8851 * bookmark.el (bookmark-file-or-variation-thereof): Just use
8852 Info-suffix-list, as suggested by Stefan Monnier.
8854 2002-06-05 Eli Zaretskii <eliz@is.elta.co.il>
8856 * select.el (xselect-convert-to-string): If VALUE is a string,
8857 return a cons of TYPE and the string.
8859 2002-06-05 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
8861 * language/cyrillic.el (cyrillic-alternativnyj-decode-table):
8862 Fix the table to contain correct characters.
8864 2002-06-04 Richard M. Stallman <rms@gnu.org>
8866 * simple.el: Don't require cl.
8868 2002-06-03 Richard M. Stallman <rms@gnu.org>
8870 * dired.el (dired-do-shell-command): Doc fix in autoload.
8872 * info.el (Info-extract-pointer): Ignore Info-header-line.
8874 * progmodes/cc-mode.el (c-postprocess-file-styles):
8875 Do nothing except in CC modes.
8877 * international/mule-cmds.el (select-safe-coding-system):
8878 When computing auto-cs, narrow to FROM...TO.
8879 Put save-excursion outside save-restriction.
8880 New arg FILE; use that for set-auto-coding.
8882 2002-06-01 Richard M. Stallman <rms@gnu.org>
8884 * simple.el (choose-completion-string-functions): Doc fix.
8885 (choose-completion-string): Add doc string.
8887 2002-06-01 Kim F. Storm <storm@cua.dk>
8889 * simple.el: Reworked previous change.
8890 (choose-completion-string1): Merged back into choose-completion-string.
8891 (choose-completion-string): Run choose-completion-string-functions
8892 after checking for proper minibuffer window. Added mini-p arg to
8893 the hook functions. Insert choice if all hook functions return nil.
8894 (choose-completion-string-functions): Doc update.
8896 2002-06-01 Sam Steingold <sds@gnu.org>
8898 * files.el (auto-mode-alist): Strip trailing ".in" from the file
8899 name when deciding the mode (for config.h.in, Makefile.in etc).
8901 2002-06-01 Thien-Thi Nguyen <ttn@gnu.org>
8903 * progmodes/prolog.el (prolog-mode-syntax-table): Add flags to
8904 ?/ and ?* entries to support /* */ style comments.
8905 (prolog-font-lock-keywords): New var.
8906 (prolog-mode): Enable font-locking; set `font-lock-defaults'.
8908 2002-06-01 Kim F. Storm <storm@cua.dk>
8910 * simple.el (choose-completion-string-functions): New special hook.
8911 (choose-completion-string1): Renamed from choose-completion-string.
8912 (choose-completion-string): Run choose-completion-string-functions
8913 until success, and only call choose-completion-string1 if it fails.
8915 2002-05-31 Stefan Monnier <monnier@cs.yale.edu>
8917 * textmodes/ispell.el (autoloaded toplevel): Don't use
8918 ispell-library-directory without checking that it's bound.
8920 2002-05-31 Kim F. Storm <storm@cua.dk>
8922 * emulation/cua-base.el (cua--last-deleted-region-pos)
8923 (cua--last-deleted-region-text): New aux variables.
8924 (cua-delete-region): Set them.
8925 (cua-repeat-replace-region): Use them to find the replacement text.
8927 2002-05-31 Juanma Barranquero <lektu@terra.es>
8929 * emulation/viper-cmd.el (viper-smart-suffix-list, viper-ask-level):
8932 2002-05-31 Kim F. Storm <storm@cua.dk>
8934 * progmodes/compile.el (grep-tree-command, grep-tree-files-aliases)
8935 (grep-tree-ignore-CVS-directories, grep-tree-ignore-case):
8936 New custom variables.
8937 (grep-compute-defaults): Compute grep-tree-command's default value.
8938 (grep-expand-command-macros): New aux function.
8939 (grep-tree-last-regexp, grep-tree-last-files): New aux variables.
8940 (grep-tree): New command like grep-find but extended prompting.
8942 2002-05-30 Richard M. Stallman <rms@gnu.org>
8944 * files.el (find-file-default): Add defvar for var already used.
8946 * menu-bar.el (menu-bar-showhide-fringe-menu): Use defvar.
8948 * subr.el (open-network-stream, open-network-stream-nowait)
8949 (open-network-stream-server, process-kill-without-query):
8950 Moved from simple.el.
8952 * simple.el (open-network-stream, open-network-stream-nowait)
8953 (open-network-stream-server, process-kill-without-query):
8956 * simple.el (byte-compiling-files-p): Function deleted.
8958 * textmodes/ispell.el (ispell-library-directory): Renamed from
8959 ispell-library-path. If Ispell is not installed, init to nil.
8960 (check-ispell-version): Doc fix.
8961 (ispell-menu-map): Get rid of byte-compiling-files-p hackery;
8962 initialize this unconditionally when ispell-menu-map-needed is t.
8963 Local `path' renamed to `dir'.
8965 2002-05-30 Miles Bader <miles@gnu.org>
8967 * calc/calc.el (calc-show-banner): New variable.
8968 (calc-refresh): Only show banner if `calc-show-banner' is non-nil.
8969 (calc-mode-var-list): Add `calc-show-banner'.
8970 * calc/calc-ext.el (calc-init-extensions): Add binding for `d@'.
8971 (calc-toggle-banner): New function.
8972 * calc/calc-help.el (calc-d-prefix-help): Add `@'.
8974 2002-05-29 Richard M. Stallman <rms@gnu.org>
8976 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
8977 When recognizing a def... construct, make that indentation
8978 tentative, so that it can be overridden if the list in question
8979 is not actually an expression.
8980 (common-lisp-indent-call-method): New subroutine.
8982 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
8983 Delete the output file if we get a file-error.
8985 * tooltip.el (tooltip-mouse-motions-active): New variable.
8986 (tooltip-activate-mouse-motions): Don't kill track-mouse local
8987 if it was not made by us.
8989 * mouse.el (mouse-set-font): Avoid misleading error message
8990 if user makes no selection.
8992 * info.el (Info-setup-header-line): Don't hide the links line.
8994 * files.el (find-file-noselect-1): Return the buffer we created
8995 even if it has been killed within `after-find-file'.
8997 * files.el (auto-mode-alist): Use ada-mode for .ad[bs].dg files.
8999 2002-05-29 Kim F. Storm <storm@cua.dk>
9001 * simple.el (open-network-stream-server): Pass on optional args
9002 sentinel and filter to make-network-process (from Luke Gorrie).
9004 2002-05-28 Colin Walters <walters@gnu.org>
9006 * textmodes/sgml-mode.el (xml-mode): New alias for `sgml-mode'.
9008 * emacs-lisp/bytecomp.el (byte-compile-last-line): Deleted.
9009 (byte-compile-delete-first): New function.
9010 (byte-compile-read-position): New variable.
9011 (byte-compile-last-position): New variable.
9012 (byte-compile-current-buffer): New variable.
9013 (byte-compile-log-1): Use it.
9014 (byte-compile-set-symbol-position): New function.
9015 (byte-compile-obsolete, byte-compile-callargs-warn)
9016 (byte-compile-arglist-warn, byte-compile-arglist-warn)
9017 (byte-compile-print-syms, byte-compile-file-form-defmumble)
9018 (byte-compile-check-lambda-list, byte-compile-lambda)
9019 (byte-compile-form, byte-compile-variable-ref)
9020 (byte-compile-subr-wrong-args, byte-compile-negation-optimizer)
9021 (byte-compile-condition-case, byte-compile-defun)
9022 (byte-compile-defvar, byte-compile-autoload)
9023 (byte-compile-lambda-form): Use it.
9024 (byte-compile-from-buffer): Set it, and bind
9025 `read-with-symbol-positions' and `read-symbol-positions-list'.
9027 * emacs-lisp/bytecomp.el (byte-compile-debug): New variable.
9029 2002-05-28 Kim F. Storm <storm@cua.dk>
9031 * files.el (read-directory-name): New function.
9032 (cd): Use it instead of read-file-name.
9034 2002-05-27 Kim F. Storm <storm@cua.dk>
9036 * simple.el (push-mark-command): Added optional NOMSG arg.
9038 * emulation/cua-base.el (cua-set-mark): Align pop to mark
9039 behaviour with standard set-mark-command.
9040 (cua--pre-command-handler): Use push-mark-command.
9041 (cua-repeat-replace-region): Improve functionality when
9042 repeated after moving point or changing buffer.
9044 2002-05-26 Colin Walters <walters@verbum.org>
9046 * startup.el (command-line): Use `when', `unless'.
9047 (command-line-1): New argument "--nosplash". Handle it.
9049 * startup.el (inhibit-splash-screen): New variable alias for
9050 `inhibit-startup-message'.
9052 * replace.el (perform-replace): Document return value. Use `pop'.
9054 2002-05-26 Glenn Morris <gmorris@ast.cam.ac.uk>
9056 * progmodes/f90.el (f90-previous-block, f90-next-block): New names,
9057 and slightly changed behaviour, for `f90-previous-block-start' and
9058 `f90-next-block-end'.
9059 (f90-beginning-of-subprogram, f90-end-of-subprogram): Simplify.
9061 2002-05-26 Simon Josefsson <jas@extundo.com>
9063 * fringe.el (set-fringe-mode): Work when updating
9064 `default-frame-alist'.
9066 2002-05-26 Kim F. Storm <storm@cua.dk>
9068 * emulation/cua-base.el (cua--repeat-replace-text): New variable.
9069 (cua-repeat-replace-region): New command.
9070 (cua--init-keymaps): Bind it to M-v in cua--cua-keys-keymap.
9071 Misc improvements to the commentary.
9073 2002-05-26 Simon Josefsson <jas@extundo.com>
9075 * fringe.el (fringe-query-style): New fringe style "minimal".
9077 2002-05-24 Simon Josefsson <jas@extundo.com>
9079 * rot13.el (rot13-translate-table): New variable.
9080 (rot13, rot13-string, rot13-region): New functions.
9082 2002-05-25 Martin Stjernholm <bug-cc-mode@gnu.org>
9084 * progmodes/cc-engine.el (c-add-stmt-syntax): Fixed some cases
9085 of wrong anchoring, e.g. for else-if compounds.
9087 2002-05-25 Miles Bader <miles@gnu.org>
9089 * menu-bar.el (menu-bar-showhide-fringe-menu-customize-left)
9090 (menu-bar-showhide-fringe-menu-customize-right)
9091 (menu-bar-showhide-fringe-menu-customize-disable):
9092 Use proper calling convention for `customize-set-value'.
9093 Require `fringe' before setting variable.
9095 2002-05-25 Kim F. Storm <storm@cua.dk>
9097 * emulation/cua-base.el (cua--self-insert-char-p): New function.
9099 * emulation/cua-gmrk.el (cua--init-global-mark): Install default
9100 binding in cua--global-mark-keymap using cua--self-insert-char-p
9101 to handle all global self inserting characters in gmark mode.
9103 * emulation/cua-rect.el (cua--init-rectangles): Install default
9104 binding in cua--rectangle-keymap using cua--self-insert-char-p
9105 to handle all global self inserting characters in rectangle mode.
9107 2002-05-24 Stefan Monnier <monnier@cs.yale.edu>
9109 * net/ange-ftp.el (read-file-name-internal): Remove the
9110 `ange-ftp' property.
9111 (ange-ftp-real-read-file-name-internal): Remove.
9113 2002-05-24 Glenn Morris <gmorris@ast.cam.ac.uk>
9115 * progmodes/f90.el: (f90-end-of-subprogram): Remove the final
9117 (f90-end-of-block, f90-beginning-of-block, f90-next-block-end)
9118 (f90-previous-block-start): New navigation commands.
9120 2002-05-20 Simon Josefsson <jas@extundo.com>
9122 * fringe.el: New file.
9124 * menu-bar.el (menu-bar-options-save): Add fringe-mode.
9125 (menu-bar-showhide-fringe-menu): New menu.
9126 (menu-bar-showhide-menu): Add Fringe sub-menu.
9128 2002-05-23 Colin Walters <walters@verbum.org>
9130 * replace.el (occur-engine): Include all text properties except
9131 mouse-face on the newline at the end of occurences.
9133 2002-05-23 Kim F. Storm <storm@cua.dk>
9135 * apropos.el (apropos-true-hit, apropos-false-hit-symbol)
9136 (apropos-false-hit-str, apropos-true-hit-doc): New functions.
9137 (apropos-command, apropos-value, apropos-documentation-internal)
9138 (apropos-documentation-check-doc-file)
9139 (apropos-documentation-check-elc-file): Use them to filter out
9140 false matches where only one keyword matches, but more than once.
9142 * apropos.el (apropos-show-scores, apropos-orig-regexp)
9143 (apropos-all-regexp, apropos-synonyms, apropos-words)
9144 (apropos-all-words): New variables.
9145 (aprpos-words-to-regexp, apropos-rewrite-regexp)
9146 (apropos-calc-scores, apropos-score-str, apropos-score-doc)
9147 (apropos-score-symbol): New functions.
9148 (apropos-command, apropos, apropos-value, apropos-documentation):
9149 Allow keywords in addition to regexp. Added scoring.
9150 (apropos-documentation-check-doc-file)
9151 (apropos-documentation-check-elc-file): Added scoring.
9152 (apropos-print): Sort according to score.
9154 2002-05-22 Colin Walters <walters@cis.ohio-state.edu>
9156 * info.el (Info-mode-hook): Change `font-lock-mode' to
9157 `turn-on-font-lock'.
9159 * font-core.el (font-lock-function): New variable.
9160 (font-lock-default-function): New function, created from
9162 (font-lock-mode): Just funcall `font-lock-function'.
9163 (font-lock-symbol-category-alist): New variable.
9165 2002-05-22 Markus Rost <rost@math.ohio-state.edu>
9167 * files.el (file-newest-backup): Use file-name-sans-versions.
9169 * diff.el (diff-latest-backup-file): Replace the main code by
9170 a call of file-newest-backup.
9172 2002-05-22 Mike Williams <mdub@bigfoot.com>
9174 * textmodes/sgml-mode.el (sgml-guess-indent): Look further into
9177 2002-05-21 Stefan Monnier <monnier@cs.yale.edu>
9179 * net/ange-ftp.el (ange-ftp-allow-child-lookup): Re-enable since
9180 the last patch works around the wu-ftpd misfeature that prompted
9181 the disabling of this optimization.
9183 2002-05-21 Colin Walters <walters@gnu.org>
9185 * international/mule.el (make-coding-system): Doc fixes.
9187 * international/mule.el (auto-coding-functions): New variable.
9188 (auto-coding-from-file-contents): Use it.
9189 (set-auto-coding): Update docs.
9190 (sgml-xml-auto-coding-function): New function.
9192 * international/mule-util.el (truncate-string-to-width):
9193 New optional argument `ellipsis'. Add commented-out test suite, and
9194 change coding to iso-2022-7bit.
9196 2002-05-21 Colin Walters <walters@verbum.org>
9198 * font-lock.el (font-lock-defaults, font-lock-defaults-alist)
9199 (font-lock-multiline, font-lock-fontified, font-lock-mode)
9200 (turn-on-font-lock, font-lock-add-keywords, global-font-lock-mode)
9201 (font-lock-global-modes): Moved to font-core.el.
9202 (font-lock-set-defaults-1): Partially moved to font-core.el.
9204 * font-core.el: New file, with functions taken from font-lock.el.
9205 (font-lock-category-alist): New variable.
9206 (font-lock-mode): Use it.
9207 (font-lock-set-defaults): Partially taken from font-lock.el.
9208 Only load font-lock.el when necessary.
9210 * loadup.el: Add font-core.el.
9212 * replace.el (occur-mode-hook): New variable.
9213 (occur-fontify-region-function): Deleted.
9214 (occur-mode): Don't use it. Set up `font-lock-category-alist'
9216 (occur-fontify-on-property): Deleted.
9217 (occur-engine): Use categories from `font-lock-category-alist'.
9219 * info.el (Info-fontify): Deleted.
9220 (Info-select-node): Don't use it.
9221 (Info-mode-hook): New variable.
9222 (Info-mode): Set up categories.
9223 (Info-fontify-menu-headers, Info-fontify-node): Use categories.
9225 * ibuffer.el (ibuffer-formats): Update docs.
9226 (ibuffer-category-alist): New variable.
9227 (ibuffer-get-category): New function.
9228 (ibuffer-compile-make-eliding-form): Use category property instead
9230 (ibuffer-compile-format): Pass current ibuffer buffer to column
9232 (ibuffer-buffer-name-category): New function.
9233 (ibuffer-compile-format): If the current column is a `name'
9234 column, figure out the appropriate category to put on it.
9235 (filename-and-process): Use category property.
9236 (ibuffer-fontify-region-function): Deleted.
9237 (ibuffer-unfontify-region-function): Deleted.
9238 (ibuffer-update-title-and-summary): Use category properties.
9239 (ibuffer-insert-filter-group): Ditto.
9240 (ibuffer-mode): Set up category properties.
9242 2002-05-21 Colin Walters <walters@debian.org>
9244 * replace.el (occur-engine): Increment globalcount all at once
9245 after searching a buffer.
9246 (occur-mode-map): Don't escape plain "o".
9248 * ibuf-macs.el (define-ibuffer-column): Add third argument
9251 * ibuffer.el (toplevel): Require font-lock, to get the face
9253 (ibuffer-use-fontification): Deleted.
9254 (column filename-and-process): New column.
9255 (ibuffer-formats): Use it by default.
9256 (ibuffer-name-map, ibuffer-mode-name-map)
9257 (ibuffer-filter-group-map): Don't set parent to `ibuffer-mode-map'.
9258 (ibuffer-do-save, ibuffer-do-toggle-modified)
9259 (ibuffer-do-toggle-read-only, ibuffer-do-delete)
9260 (ibuffer-do-kill-on-deletion-marks): Include name in definition.
9261 (ibuffer): New optional argument `formats'.
9263 2002-05-21 Eli Zaretskii <eliz@is.elta.co.il>
9265 * indent.el (indent-rigidly): Mention how to remove all indentation.
9267 2002-05-21 Colin Walters <walters@gnu.org>
9269 * international/mule-diag.el (describe-char-after): Order display
9270 of text properties by the size of their value, for clarity.
9272 2002-05-20 Stefan Monnier <monnier@cs.yale.edu>
9274 * net/ange-ftp.el (ange-ftp-generate-root-prefixes)
9275 (ange-ftp-file-name-completion): Don't cons unnecessarily.
9276 (ange-ftp-send-cmd): Always `cd' before doing `ls'.
9278 * wid-edit.el (widget-color-complete):
9279 * progmodes/etags.el (tags-complete-tags-table-file):
9280 * progmodes/cpp.el (cpp-choose-symbol): Don't cons unnecessarily.
9282 * textmodes/outline.el (outline-reveal-toggle-invisible):
9283 Reverse the meaning of the second arg.
9285 * reveal.el (reveal-post-command): Reverse the semantics of
9286 reveal-toggle-invisible and support isearch-open-invisible-temporary.
9288 2002-05-20 Markus Rost <rost@math.ohio-state.edu>
9290 * mail/sendmail.el (mail-recover-1): Remove (debug).
9291 (mail-signature): Fix :type.
9292 (mail-default-directory): New user option.
9293 (mail, mail-recover): Use that option.
9295 2002-05-20 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9297 * international/mule.el (auto-coding-alist): Use emacs-mule
9298 for auto-save files.
9300 2002-05-20 Miles Bader <miles@gnu.org>
9302 * files.el (find-file-read-args): Don't trash existing value of
9303 `minibuffer-setup-hook', just add our hook to it.
9305 2002-05-19 Markus Rost <rost@math.ohio-state.edu>
9307 * international/ucs-tables.el (unify-8859-on-encoding-mode)
9308 (unify-8859-on-decoding-mode): Change :version attributes to strings.
9310 * simple.el (yank-excluded-properties): Change :version attribute
9313 * dired.el (dired-view-command-alist): Change :version attribute
9316 * xscheme.el (xscheme-start-hook): Change :version attribute to a
9319 * find-dired.el (find-dired): Implement revert-buffer-function.
9321 * mail/emacsbug.el (report-emacs-bug-hook): Do another save-excursion.
9323 2002-05-19 Glenn Morris <gmorris@ast.cam.ac.uk>
9325 * progmodes/f90.el (f90-match-end, f90-break-line): Simplify a bit.
9326 (f90-get-present-comment-type): Fix earlier change.
9327 (f90-comment-indent): Doc fix.
9328 (f90-equal-symbols, f90-looking-at-do, f90-looking-at-select-case)
9329 (f90-looking-at-if-then): Remove lets.
9330 (f90-looking-at-where-or-forall): Handle if split over lines.
9331 (f90-change-keywords): Doc fix.
9333 2002-05-19 Richard M. Stallman <rms@gnu.org>
9335 * indent.el (indent-region): Make COLUMN arg optional.
9337 * files.el (find-file-read-args): New function.
9338 (find-file, find-file-other-window, find-file-other-frame)
9339 (find-file-read-only, find-file-read-only-other-window)
9340 (find-file-read-only-other-frame): Use it.
9342 * custom.el (custom-load-symbol): Verify that LOADED is a string.
9344 * arc-mode.el (archive-zip-use-pkzip): Variable deleted.
9345 (archive-zip-extract, archive-zip-expunge, archive-zip-update)
9346 (archive-zip-update-case): Use locate-file to decide whether
9348 (archive-zip-extract): Test for pkzip in value of archive-zip-extract.
9350 * files.el (locate-file): Doc fix.
9352 2002-05-19 John Paul Wallington <jpw@shootybangbang.com>
9354 * mail/rmail.el (rmail-show-message-hook): Offer `goto-address'
9357 2002-05-18 Stefan Monnier <monnier@cs.yale.edu>
9359 * uniquify.el (uniquify-rationalize-file-buffer-names):
9360 Always strip the trailing / even if the file is not a directory.
9362 2002-05-18 Glenn Morris <gmorris@ast.cam.ac.uk>
9364 * progmodes/f90.el (f90-mode-syntax-table, f90-mode-map): Do the
9365 initialization in the defvar.
9366 (f90-font-lock-on, f90-font-lock-off): Add 'menu-alias property.
9367 (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3)
9368 (f90-font-lock-4): Move the doc strings.
9369 (f90-menu-bar-menu): New internal variable to hold the top-level menu.
9370 (f90-change-case-menu, f90-font-lock-menu): Minor code changes.
9371 (f90-mode-abbrev-table): Initialize in the defvar, with
9372 define-abbrev-table.
9374 2002-05-18 Eli Zaretskii <eliz@is.elta.co.il>
9376 * tar-mode.el (tar-octal-time): Fix last change.
9378 2002-05-18 Markus Rost <rost@math.ohio-state.edu>
9380 * mail/emacsbug.el (report-emacs-bug-text-prompt): New variable.
9381 (report-emacs-bug): Store the prompt in
9382 `report-emacs-bug-text-prompt'. Move Configuration/Important
9383 settings information after the user's report.
9384 (report-emacs-bug-hook): Unclutter by deleting the content of
9385 `report-emacs-bug-text-prompt'.
9387 2002-05-17 Thomas Morgan <tlm@pocketmail.com>
9389 * forms.el (forms-jump-record, forms-insert-record)
9390 (forms-delete-record): Calculate lines from the beginning of the
9391 accessible portion rather than from the beginning of the buffer.
9393 2002-05-16 Eli Zaretskii <eliz@is.elta.co.il>
9395 * ps-mule.el (eval-and-compile): Add a trivial replacement for a
9396 possibly missing encode-char.
9397 (ps-mule-font-info-database-bdf): Add associations for Unicode
9399 (ps-mule-font-info-database-ps-bdf): Doc fix.
9400 (ps-mule-encode-ucs2): New function for encoding Unicode characters.
9402 * tar-mode.el (tar-octal-time): Fix the last argument of logior.
9404 2002-05-16 Stefan Monnier <monnier@cs.yale.edu>
9406 * emacs-lisp/find-func.el (find-function-search-for-symbol):
9407 Find funs defined with defun-cvs-mode.
9408 (find-function-space-re): New const. Skips comments as well.
9409 (find-function-regexp, find-variable-regexp): Use it.
9411 * pcvs.el (cvs-cmd-do): Accept non-CVS dirs with CVS-ctrl'd subdirs.
9412 (cvs-mode-add-change-log-entry-other-window): Work on multiple files.
9413 (cvs-mode-set-flags): Don't cons unnecessarily.
9415 2002-05-16 Colin Walters <walters@debian.org>
9417 * menu-bar.el (menu-bar-tools-menu) <calculator>: Renamed to
9418 "Simple Calculator".
9419 (menu-bar-tools-menu) <calc>: New.
9421 2002-05-16 Juanma Barranquero <lektu@terra.es>
9423 * progmodes/hideshow.el (hs-adjust-block-beginning): Fix typo.
9425 * filesets.el (filesets-ormap): Fix typo.
9427 * faces.el (describe-face): Fix typo.
9429 2002-05-15 Stefan Monnier <monnier@cs.yale.edu>
9431 * emacs-lisp/easymenu.el (easy-menu-make-symbol):
9432 Don't treat (lambda () ...) as an expression.
9434 2002-05-15 John Paul Wallington <jpw@shootybangbang.com>
9436 * replace.el (occur-read-primary-args): Handle a bare 'C-u' correctly.
9438 2002-05-15 Eli Zaretskii <eliz@is.elta.co.il>
9440 * emacs-lisp/easymenu.el (easy-menu-add): Doc fix.
9442 2002-05-14 Glenn Morris <gmorris@ast.cam.ac.uk>
9444 * progmodes/fortran.el (fortran-directive-re): New name for
9445 fortran-preprocessor-re. All usage updated.
9446 (fortran-calculate-indent): Give directives zero indentation.
9448 2002-05-14 Jason Rumney <jasonr@gnu.org>
9450 * emacs-lisp/easymenu.el (easy-menu-name-match): Match both
9451 displayed text and internal name as string.
9453 2002-05-14 Kim F. Storm <storm@cua.dk>
9455 * emulation/cua-rect.el (cua--rectangle-operation):
9456 Don't highlight empty lines in rectangles.
9458 * emulation/keypad.el: Improved commentary.
9459 (keypad-setup, keypad-shifted-setup): Added choice to setup
9460 Numeric keypad with decimal key; value is selected character.
9461 (keypad-decimal-key, keypad-shifted-decimal-key): Removed options.
9462 (keypad-numlock-setup, keypad-numlock-shifted-setup): New options.
9463 (keypad-setup): Arg list changed to support the new options.
9465 2002-05-14 Richard M. Stallman <rms@gnu.org>
9467 * dabbrev.el (dabbrev-case-distinction): New option.
9468 (dabbrev--try-find): Handle dabbrev-case-distinction.
9469 (dabbrev--search): Clean up the code.
9470 (dabbrev-upcase-means-case-search): Doc fix.
9471 (dabbrev-case-replace): Fix custom tags and docs.
9473 2002-05-14 Jochen K
\e,A|
\e(Bpper <jochen@jochen-kuepper.de>
9475 * calc/calc-units.el (math-standard-units): Update from CODATA.
9477 2002-05-14 Stefan Monnier <monnier@cs.yale.edu>
9479 * skeleton.el (skeleton-transformation): Default to `identity'.
9480 (skeleton-insert): Use `move-after' markers and `insert' rather
9481 than rely on insert-before-markers.
9482 (skeleton-internal-1): Handle `> \n' specially so that the newline
9483 is inserted before the first line is indented.
9485 2002-05-14 Mike Williams <mdub@bigfoot.com>
9487 * textmodes/sgml-mode.el (sgml-tag):
9488 Default skeleton-transformation to `identity'.
9490 2002-05-14 Francesco Potort
\e,Al
\e(B <pot@gnu.org>
9492 * shell.el (shell-mode): Make second part of initialisation
9493 depend on whether comint-input-ring is empty, rather than depend
9496 2002-05-14 Richard M. Stallman <rms@gnu.org>
9498 * files.el (make-auto-save-file-name):
9499 Delete the auto-save file after make-temp-file creates it.
9501 2002-05-13 Kim F. Storm <storm@cua.dk>
9503 * emulation/cua-base.el (cua-enable-cursor-indications): Default off.
9504 (cua-mode): Print Enabled/Disabled messages if interactive.
9505 Disable delete-selection-mode and pc-selection-mode when cua-mode
9506 is enabled; reenable if cua-mode is turned off.
9507 Remember setting of transient-mark-mode when cua-mode is enabled;
9508 restore if cua-mode is disabled.
9510 2002-05-13 Richard M. Stallman <rms@gnu.org>
9512 * mail/emacsbug.el (report-emacs-bug): Change the "English please" msg.
9514 2002-05-13 Colin Walters <walters@gnu.org>
9516 * ibuf-ext.el (ibuffer-format-filter-group-data): New function.
9518 * ibuffer.el (ibuffer-insert-filter-group): New argument filter-string.
9519 (ibuffer-redisplay-engine): Handle it.
9521 * add-log.el (add-log-mailing-address): Can be a list, too.
9522 (add-change-log-entry): If `add-log-mailing-address' is a list,
9525 2002-05-12 Colin Walters <walters@debian.org>
9527 * replace.el (occur-1): New optional argument `buf-name'.
9528 (occur-revert-function): Use it.
9530 (occur-1): Handle plurals.
9532 (occur-engine): If there are no more matches, then finish
9533 searching the current buffer.
9535 2002-05-12 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
9537 * net/ange-ftp.el (ange-ftp-try-passive-mode)
9538 (ange-ftp-passive-host-alist): Change :version attributes to be
9541 2002-05-12 Markus Rost <rost@math.ohio-state.edu>
9543 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Define it with
9546 * emacs-lisp/find-func.el (find-function-search-for-symbol):
9547 Handle more whitespace/newline combinations in symbol definitions.
9549 2002-05-12 Eli Zaretskii <eliz@is.elta.co.il>
9552 * vc-cvs.el (vc-cvs-global-switches)
9553 (vc-cvs-sticky-date-format-string, vc-cvs-sticky-tag-display)
9554 * textmodes/sgml-mode.el (sgml-xml-mode)
9555 * ruler-mode.el (ruler-mode)
9556 * replace.el (query-replace-skip-read-only)
9557 * progmodes/fortran.el (fortran-preprocessor-re)
9558 * net/ange-ftp.el (ange-ftp-passive-host-alist)
9559 * mail/sendmail.el (mail-use-dsn)
9560 * faces.el (mode-line-inactive, minibuffer-prompt)
9561 * add-log.el (add-log-always-start-new-record): Change all
9562 post-21.1 :version attributes to 21.4.
9564 2002-05-12 Richard M. Stallman <rms@gnu.org>
9566 * mail/smtpmail.el (smtpmail-mail-address): New variable.
9567 (smtpmail-send-it): Bind and use that instead of `mail-address'.
9568 (smtpmail-via-smtp): Likewise.
9570 * ansi-color.el (ansi-color-get-face): Avoid add-to-list on local var.
9571 (ansi-color-apply-sequence): Avoid duplicates in combined face list.
9573 * dired-aux.el (dired-show-file-type): Use -- to say FILE's not option.
9575 * subr.el (functionp): Catch errors in indirect-function.
9577 2002-05-12 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
9579 * net/ldap.el (ldap-search-internal): Unfold folded lines before
9582 * cus-edit.el (customize-set-value): Rename `var' to `variable'
9583 and `val' to `value'.
9584 (customize-save-variable): Rename `var' to `'variable.
9586 2002-05-12 Glenn Morris <gmorris@ast.cam.ac.uk>
9588 * progmodes/fortran.el (fortran-preprocessor-re): New variable.
9589 Use it for font-locking and indentation.
9590 (fortran-previous-statement, fortran-next-statement): Make them
9591 skip over preprocessor lines.
9592 (fortran-calculate-indent): Use fortran-preprocessor-re.
9594 2002-05-10 Kim F. Storm <storm@cua.dk>
9596 * emulation/cua-base.el (cua-enable-cua-keys)
9597 (cua-enable-register-prefix): Added value for `other' choice.
9599 2002-05-10 Eli Zaretskii <eliz@is.elta.co.il>
9601 * menu-bar.el (menu-bar-showhide-scroll-bar-menu)
9602 (menu-bar-showhide-menu): Use display-graphic-p, not window-system.
9603 (menu-bar-showhide-menu) <showhide-menu-bar, showhide-tool-bar>:
9604 Run a named function.
9605 (showhide-menu-bar, showhide-toolbar): Invoke customize-mark-as-set.
9606 (menu-bar-showhide-menu) <column-number-mode, line-number-mode>:
9609 2002-05-10 Kim F. Storm <storm@cua.dk>
9611 * emulation/cua-base.el (cua-mode): Misc. changes to use
9612 emulation-mode-map-alists instead of minor-mode-map-alist.
9614 2002-05-09 Richard M. Stallman <rms@gnu.org>
9616 * mail/rmail.el (rmail-show-message):
9617 Catch error in check-coding-system.
9619 * progmodes/compile.el (compilation-error-regexp-alist):
9620 New element to recognize Python error messages.
9622 * shell.el (shell-replace-by-expanded-directory):
9623 If there's already a / at the end, don't add one.
9625 2002-05-09 Colin Walters <walters@verbum.org>
9627 * ibuffer.el (ibuffer-mode-map): Add :enable guards for
9628 `ibuffer-filter-disable', `ibuffer-pop-filter',
9629 `ibuffer-or-filter', `ibuffer-negate-filter',
9630 `ibuffer-decompose-filter', `ibuffer-save-filters',
9631 `ibuffer-switch-to-saved-filters', `ibuffer-delete-saved-filters',
9632 `ibuffer-save-filter-groups',
9633 `ibuffer-switch-to-saved-filter-groups',
9634 `ibuffer-delete-saved-filter-groups'.
9636 * ibuf-ext.el (ibuffer-do-occur): Default to 0 context lines.
9638 2002-05-09 Markus Rost <rost@math.ohio-state.edu>
9640 * woman.el (woman-menu): Move symbol before the comment so that
9641 find-function-search-for-symbol finds it.
9643 2002-05-10 Miles Bader <miles@gnu.org>
9645 * facemenu.el (list-colors-display): Don't use
9646 `display-color-cells' unless the display class is one for which
9647 that info is relevant.
9649 2002-05-09 Simon Josefsson <jas@extundo.com>
9651 * mail/smtpmail.el (smtpmail-send-it): Use user-mail-address from
9653 (smtpmail-auth-credentials): Bump :version to 21.4 (21.3 will not
9656 2002-05-09 Kim F. Storm <storm@cua.dk>
9658 * wid-edit.el (checkbox): New check-mark image.
9660 2002-05-08 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
9662 * filesets.el (filesets-running-xemacs): Fix last change.
9664 2002-05-08 Markus Rost <rost@math.ohio-state.edu>
9666 * help-fns.el (describe-function-1): If the source is
9667 `loaddefs.el', look for the real source. This is necessary only
9670 * emacs-lisp/find-func.el (find-function-search-for-symbol):
9671 Add autoload cookie.
9672 (find-function-regexp): Include
9673 "\(quote " to match the defaliases in loaddefs.el.
9675 * filesets.el (filesets-conditional-sort): Use copy-sequence,
9677 (filesets-menu-path, filesets-menu-before, filesets-menu-in-menu):
9678 Defvar them to nil if running in Emacs.
9680 2002-05-08 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
9682 * textmodes/flyspell.el (make-flyspell-overlay): Add help text
9683 to flyspell overlays.
9685 * info.el (Info-mode-map): Bind `c' to Info-copy-current-node-name.
9687 2002-05-08 Richard M. Stallman <rms@gnu.org>
9689 * diff.el (diff-regexp-alist): Doc fix.
9691 * mail/smtpmail.el (netrc-machine, netrc-get): Add autoloads.
9693 2002-05-08 Simon Marshall <simon@gnu.org>
9695 * msb.el (msb-menu-bar-update-buffers): Fixed frame menu to use
9696 the frame name as the car of a menu entry, rather than the frame.
9698 2002-05-08 Juanma Barranquero <lektu@terra.es>
9700 * rfn-eshadow.el (read-file-name-electric-shadow-mode): Fix typos
9703 2002-05-07 Colin Walters <walters@verbum.org>
9705 * replace.el (occur-unfontify-region-function): Delete.
9706 (occur-mode): Don't use it.
9707 (occur-engine): Respect `keep-props'.
9708 (occur-accumulate-lines): If we're moving forward, decrement;
9709 don't increment, and vice versa.
9711 2002-05-08 Toru Tomabechi <Toru.Tomabechi@orient.unil.ch>
9713 * language/tibet-util.el (tibetan-canonicalize-for-unicode-alist)
9714 (tibetan-canonicalize-for-unicode-regexp): New variables.
9715 (tibetan-canonicalize-for-unicode-region): New function.
9716 (tibetan-strict-unicode): New variable.
9717 (tibetan-pre-write-canonicalize-for-unicode): New function.
9719 2002-05-07 Markus Rost <rost@math.ohio-state.edu>
9721 * net/ange-ftp.el (ange-ftp-re-read-dir): Don't hide it behind
9722 the autoload-cookie. Remove comment.
9724 * ffap.el (ffap): Don't hide it behind the autoload-cookie.
9726 * rect.el (close-rectangle): Don't hide it behind the
9729 2002-05-07 Juanma Barranquero <lektu@terra.es>
9731 * windmove.el (windmove-default-keybindings): Add optional
9732 parameter to allow using a modifier other than 'shift.
9734 2002-05-07 Thomas Link <t.link@gmx.at>
9737 (filesets-external-viewers): Fix customization problem.
9738 (filesets-some): Replaces cl's `some'. Calls changed.
9739 (filesets-member): Replaces cl's `member*'. Calls changed.
9740 (filesets-ormap): New function.
9742 2002-05-07 John Paul Wallington <jpw@shootybangbang.com>
9744 * ibuffer.el (toplevel): Specialize `ibuffer-mode-groups-popup'
9747 2002-05-07 Colin Walters <walters@gnu.org>
9749 * ibuf-ext.el (ibuffer-pop-filter-group): Doc fix.
9750 (ibuffer-clear-filter-groups): Likewise.
9751 (ibuffer-kill-filter-group): Likewise.
9752 (ibuffer-kill-line): Likewise.
9753 (ibuffer-read-filter-group-name): New function.
9754 (ibuffer-jump-to-filter-group): Use it.
9755 (ibuffer-kill-filter-group): Likewise.
9756 (ibuffer-yank-filter-group): Likewise.
9757 (ibuffer-decompose-filter-group): New function.
9759 * ibuffer.el (ibuffer-mode-map): Bind it. Add :enable guard
9760 around `ibuffer-filters-to-filter-group' menu item. Fix :enable
9761 guards for `ibuffer-pop-filter-group' and
9762 `ibuffer-clear-filter-groups'.
9764 2002-05-06 Markus Rost <rost@math.ohio-state.edu>
9766 * emacs-lisp/find-func.el (find-function-search-for-symbol):
9767 Use with-syntax-table.
9769 2002-05-06 Francesco Potort
\e,Al
\e(B <pot@gnu.org>
9771 * mail/rmail.el (rmail-font-lock-keywords): Highlight Resent-[Ff]rom:.
9773 2002-05-05 Markus Rost <rost@math.ohio-state.edu>
9775 * time-stamp.el (time-stamp-format): Doc fix: escape open
9776 parenthesis in column 0.
9778 2002-05-04 Richard M. Stallman <rms@gnu.org>
9780 * toolbar/tool-bar.el (tool-bar-local-item-from-menu):
9781 Handle both cases: when the menu item has cached info
9782 and when it doesn't.
9784 * filesets.el (filesets-browse-dir-function): Renamed from ...-fn.
9785 (filesets-open-file-function, filesets-save-buffer-function): Likewise.
9786 (filesets-tree-max-level): Doc fix.
9787 (filesets-commands, filesets-external-viewers)
9788 (filesets-ingroup-patterns): Mark as risky.
9789 (filesets-cache-hostname-flag): Doc fix.
9790 (filesets-menu-cache-file): Doc fix. Mark as risky.
9791 (filesets-menu-before, filesets-menu-path, filesets-menu-in-menu):
9792 Don't defcustom them if running in Emacs.
9794 2002-05-04 Thomas Link <t.link@gmx.at>
9796 * filesets.el (filesets-ingroup-collect-files):
9797 Fix problem with inclusion groups' :scan-depth property.
9799 2002-05-04 Colin Walters <walters@verbum.org>
9801 * ibuf-ext.el (ibuffer-kill-filter-group): Test for killing
9802 "Default" group earlier. Push killed group on
9803 `ibuffer-filter-group-kill-ring'.
9804 (ibuffer-kill-line): Document. Don't push killed group ourselves.
9805 (ibuffer-yank-filter-group): Renamed from `ibuffer-yank'.
9806 (ibuffer-insert-filter-group-before): New function, broken out
9807 from `ibuffer-yank'.
9808 (ibuffer-yank): Now just call `ibuffer-yank-filter-group'.
9810 * ibuffer.el (ibuffer-mode-operate-menu, ibuffer-mode-mark-menu)
9811 (ibuffer-mode-view-menu): Unused variables; deleted.
9812 (ibuffer-find-file): Pass wildcard flag to `find-file' correctly.
9814 2002-05-04 John Paul Wallington <jpw@shootybangbang.com>
9816 * ibuffer.el (ibuffer-mode-groups-popup): New variable.
9817 (toplevel): Bind filter group menu entries in it. Add :enable
9818 forms for some menu items.
9819 (toplevel): Bind [down-mouse-3] in `ibuffer-mode-filter-group-map'
9820 to `ibuffer-mouse-popup-menu'.
9821 (ibuffer-mouse-popup-menu): Test whether or not we're on a filter
9822 group name, and if so, pop up a filter group menu.
9824 2002-05-04 Jason Rumney <jasonr@gnu.org>
9826 * mwheel.el (mwheel-event-button): Translate mouse-wheel events.
9827 (mwheel-scroll): Recognize nil scroll amount as documented.
9829 * term/w32-win.el (mouse-wheel-scroll-line)
9830 (mouse-wheel-scroll-screen): Remove.
9831 ([mouse-wheel], [C-mouse-wheel], [S-mouse-wheel]): Use mwheel-scroll.
9833 * w32-vars.el: (mouse-wheel-scroll-amount): Removed.
9835 2002-05-04 Markus Rost <rost@math.ohio-state.edu>
9837 * emacs-lisp/find-func.el (find-function-search-for-symbol):
9838 Bind case-fold-search when searching.
9840 2002-05-04 Eli Zaretskii <eliz@is.elta.co.il>
9842 * apropos.el (apropos-print): Fix the reference to mouse-2.
9844 2002-05-04 Daniel Pfeiffer <occitan@esperanto.org>
9846 * play/mpuz.el (mpuz-switch-to-window): Set buffer-read-only directly.
9848 2002-05-04 Kim F. Storm <storm@cua.dk>
9850 * cus-edit.el (custom-buffer-verbose-help): New variable.
9851 (custom-buffer-create-internal): Remove verbose introduction
9852 in customization buffer when it is nil.
9854 2002-05-03 Dave Love <fx@gnu.org>
9856 * international/mule-cmds.el (select-safe-coding-system):
9857 Don't offer coding systems that use locking shift.
9858 Ask for confirmation if chosen coding system disagrees with
9859 a `coding:' spec in the file.
9861 2002-05-03 John Wiegley <johnw@gnu.org>
9863 * eshell/esh-var.el (eshell-modify-global-environment): Added this
9864 customization variable, which will cause any "export" commands
9865 within any eshell buffer to modify the global Emacs environment.
9866 It defaults to nil, which means that such commands will only
9867 modify that Eshell buffer's environment.
9868 (eshell-var-initialize): Initialize `eshell-modify-global-environment'.
9870 * eshell/em-cmpl.el (eshell-command-completions-alist):
9871 Improve default completion targets for objdump, nm and readelf.
9873 2002-05-03 Colin Walters <walters@verbum.org>
9875 * play/gamegrid.el (gamegrid-user-score-file-directory): New variable.
9876 (gamegrid-add-score-with-update-game-score):
9877 Use `shared-game-score-directory'. Correctly handle non-setuid case.
9879 2002-05-02 Colin Walters <walters@verbum.org>
9881 * replace.el (occur-mode-map): Bind "q" to `delete-window'.
9882 (occur-1): If one of the buffers we're searching is the *Occur*
9883 buffer itself, handle it by creating a temporary buffer. If any
9884 of the buffers being searched are killed, note that in the search
9885 result message. Also, set local variables before we possibly kill
9888 2002-05-02 Kim F. Storm <storm@cua.dk>
9890 * menu-bar.el (menu-bar-make-toggle): Added optional PROPS arg.
9891 (menu-bar-options-save): Added cua-mode.
9892 (menu-bar-options-menu): Added toggle for cua-mode.
9893 Disable toggle for transient-mark-mode if cua-mode is enabled.
9895 * emulation/cua-base.el (cua-inhibit-cua-keys): New buffer-local
9898 2002-05-01 Richard M. Stallman <rms@gnu.org>
9900 * help.el (view-todo): New function.
9901 (help-map): Bind C-h C-t to view-todo.
9902 (help-for-help): Change the text.
9904 2002-05-01 Glenn Morris <gmorris@ast.cam.ac.uk>
9906 * progmodes/f90.el: Yet more doc string, commment and whitespace
9908 (f90-imenu-flag): New name for internal variable f90-imenu.
9909 (f90-blocks-re, f90-program-block-re, f90-end-if-re)
9910 (f90-no-break-re): Use regexp-opt.
9911 (f90-end-type-re): Add closing "\\>".
9912 (f90-indent-region): Correctly indent comments embedded in
9914 (f90-indent-new-line): Make it indent the current line, as it should.
9915 (f90-line-continued, f90-get-present-comment-type)
9916 (f90-looking-at-if-then, f90-indent-line, f90-indent-new-line)
9917 (f90-indent-region, f90-indent-subprogram, f90-do-auto-fill)
9918 (f90-join-lines, f90-fill-region, f90-match-end, f90-insert-end)
9919 (f90-change-keywords): Minor code tidying.
9921 * progmodes/fortran.el (fortran-strip-sequence-nos): Rename from
9922 typo `fortran-strip-sqeuence-nos'.
9924 2002-05-01 Eli Zaretskii <eliz@is.elta.co.il>
9926 * simple.el (clone-indirect-buffer-other-window): Fix a typo in
9929 2002-05-01 Kim F. Storm <storm@cua.dk>
9931 * emulation/cua-base.el (cua--pre-command-handler):
9932 Only interpret delete-selection property if mark-active.
9933 (cua-mode): Fixed require in defcustom.
9935 2002-05-01 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
9937 * calendar/cal-menu.el (cal-menu-x-popup-menu): Fix argument of
9940 2002-05-01 Colin Walters <walters@verbum.org>
9942 * textmodes/tex-mode.el (tex-validate-buffer):
9943 Use `occur-revert-arguments' instead of setting `occur-nlines' and
9944 `occur-buffer'. Don't test for `input-pending-p' in loop.
9945 Set text property `occur-target' instead of `occur'.
9947 2002-04-30 John Wiegley <johnw@gnu.org>
9949 * align.el (align-region): Fixed the fix to align-region, because
9950 the "name" argument was appearing twice.
9952 2002-05-01 Martin Stjernholm <bug-cc-mode@gnu.org>
9954 * progmodes/cc-engine.el (c-beginning-of-decl-1): Better way
9955 to handle protection labels, one which doesn't get confused by
9958 * progmodes/cc-engine.el (c-end-of-decl-1): Don't treat
9959 functions that have "class" or "struct" in the return type as
9962 2002-04-30 Kim F. Storm <storm@cua.dk>
9964 * menu-bar.el (menu-bar-custom-menu): Change "Recently Changed
9965 Options" to "New Options..."; rephrase tooltip.
9966 Rephrase tooltip for "Specific Option...".
9967 Added "Saved Options" item. [from Simon Marshall]
9969 2002-04-30 Richard M. Stallman <rms@gnu.org>
9971 * time.el (display-time-mail-directory)
9972 (display-time-mail-function): Doc fixes.
9974 * ediff-hook.el: Remove autoload cookies.
9976 * language/tibetan.el (tibetan-obsolete-glyphs): Now in tibet-util.el.
9978 * language/tibet-util.el (tibetan-obsolete-glyphs): From tibetan.el.
9980 * align.el (align-region): Fix call to `message'.
9981 Check that (car rule) is a symbol.
9983 * autoinsert.el (auto-insert-directory): Doc fix.
9985 * facemenu.el (describe-text-at and stuff): Moved to descr-text.el.
9987 * descr-text.el: New file, broken out of facemenu.el.
9989 * emacs-lisp/advice.el (documentation): Add ad-define-subr-args call.
9991 2002-04-29 Markus Rost <rost@math.ohio-state.edu>
9993 * mail/emacsbug.el (report-emacs-bug-hook):
9994 Use replace-match only if search was successful.
9996 2002-04-29 Richard M. Stallman <rms@gnu.org>
9998 * net/zone-mode.el (zone-mode): Add write-file-hooks hook locally.
10000 * mail/emacsbug.el (report-emacs-bug-hook): Don't fail completely
10001 if the user edits the Emacs version number in the text.
10003 * filesets.el (filesets-running-xemacs): Make defvar unconditional.
10004 (filesets-ingroup-files): Renamed from filesets-ingroup-paths.
10005 (filesets-error): Simplify definition and make conditional
10006 on filesets-running-xemacs.
10007 (filesets-find-file-using): Renamed from fsfind-file-using.
10009 2002-04-29 Stefan Monnier <monnier@cs.yale.edu>
10011 * info.el (Info-find-in-tag-table-1, Info-read-subfile): Use point-min.
10012 (Info-read-node-name-1): Complete file names.
10013 (Info-complete-menu-item): Don't cons unnecessarily.
10015 * files.el (locate-file): New fun.
10016 (locate-file-completion): Rename from load-completion and generalize.
10017 (load-library): Use it.
10018 (make-auto-save-file-name): Expand caddr.
10020 * newcomment.el (comment-fill-column): New var.
10021 (comment-indent): Use it.
10022 (comment-or-uncomment-region): New fun.
10023 (comment-dwim): Use it.
10025 2002-04-29 Colin Walters <walters@verbum.org>
10027 * ibuf-ext.el (ibuffer-kill-filter-group): Call `delete' function.
10028 (ibuffer-kill-line): Copy the filter group data structure when killing.
10029 (ibuffer-yank): Handle case where we're yanking on the default
10031 (ibuffer-delete-saved-filter-groups): Doc fix.
10033 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
10034 Test whether or not update-game-score is setuid, and do the right
10037 2002-04-29 Kim F. Storm <storm@cua.dk>
10039 * subr.el (remove-yank-excluded-properties): New helper function.
10040 (insert-for-yank, insert-buffer-substring-as-yank): Use it.
10042 * simple.el (yank-excluded-properties): Added help-echo to list.
10044 2002-04-29 Glenn Morris <gmorris@ast.cam.ac.uk>
10046 * autoinsert.el (auto-insert-directory): Doc fix.
10048 * progmodes/f90.el: Add/change doc strings for many inline
10049 functions. Whitespace changes.
10050 (f90-indent-line-no, f90-update-line): Minor code changes.
10052 2002-04-29 Kim F. Storm <storm@cua.dk>
10054 * emulation/cua-base.el: New file.
10056 * emulation/cua-rect.el: New file.
10058 * emulation/cua-gmrk.el: New file.
10060 * emulation/keypad.el: New file.
10062 2002-04-29 Triet Hoai Lai <thlai@ee.usyd.edu.au>
10064 * language/vietnamese.el (viet-tcvn-decode-table, ccl-decode-tcvn)
10065 (ccl-encode-tcvn, ccl-encode-tcvn-font, vietnamese-tcvn):
10066 New Vietnamese coding system.
10068 * language/viet-util.el: Update Commentary section.
10070 2002-04-29 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
10072 * filesets.el (filesets-data): Doc fix.
10073 (filesets-running-xemacs): Define even when compiling.
10075 * recentf.el (recentf-cancel-dialog): Remove dot at the end of
10078 2002-04-29 Stefan Monnier <monnier@cs.yale.edu>
10080 * textmodes/fill.el (fill-context-prefix): Fix last change with
10081 yet-another-approach.
10083 2002-04-28 Markus Rost <rost@math.ohio-state.edu>
10085 * net/ange-ftp.el (ange-ftp-passive-host-alist)
10086 (ange-ftp-bs2000-additional-pubsets): Fix custom type.
10088 * files.el (small-temporary-file-directory): Fix custom type.
10090 2002-04-28 Glenn Morris <gmorris@ast.cam.ac.uk>
10092 * progmodes/f90.el (f90-xemacs-flag): New variable.
10093 (f90-mark-subprogram-overlay): New variable.
10094 (f90-mark-subprogram): Now it highlights the subprogram.
10095 (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
10096 Fix highlighting of various "type" forms.
10098 2002-04-28 Colin Walters <walters@verbum.org>
10100 * ibuffer.el (ibuffer-mode): Additional documentation on filter
10103 2002-04-28 John Paul Wallington <jpw@shootybangbang.com>
10105 * ibuf-ext.el (ibuffer-set-filter-groups-by-mode): Don't make an
10106 ibuffer-mode filter group if `ibuffer-view-ibuffer' is nil.
10108 2002-04-28 Richard M. Stallman <rms@gnu.org>
10110 * mail/sendmail.el (mail-recover-1): Decrease non-random-len
10111 by 1 for the newly-readded #.
10113 * files.el (make-auto-save-file-name): Specify # as suffix
10114 in the non-file-visiting case.
10116 * subr.el (make-temp-file): New arg SUFFIX.
10118 * filesets.el: New file.
10120 * replace.el (occur-accumulate-lines): Avoid incf and decf.
10121 (occur-engine-add-prefix): New function.
10122 (occur-engine): Avoid using macrolet, incf and decf.
10123 Use occur-engine-add-prefix instead.
10124 Rename `l' to `lines' and `c' to `matches'.
10126 * replace.el (occur-engine, occur-mode-mouse-goto)
10127 (occur-mode-find-occurrence, occur-mode-goto-occurrence)
10128 (occur-mode-goto-occurrence-other-window)
10129 (occur-mode-display-occurrence): A position is just a marker,
10132 * replace.el (occur-revert-arguments):
10133 Renamed from occur-revert-properties. All uses changed.
10135 2002-04-28 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
10137 * recentf.el (recentf-menu-before): Use string to specify path in
10140 * international/mule-cmds.el (read-language-name): Take care of
10143 2002-04-27 Richard M. Stallman <rms@gnu.org>
10145 * custom.el (custom-load-symbol): Moved from cus-edit.el.
10146 (custom-load-recursion): Likewise.
10148 * cus-edit.el (custom-load-symbol): Moved to custom.el.
10149 (custom-load-recursion): Likewise.
10151 * progmodes/ada-xref.el (ada-add-ada-menu): Menu pseudo-keys
10152 generated by easymenu are now lowercase.
10154 2002-04-27 Richard M. Stallman <rms@gnu.org>
10156 * menu-bar.el (menu-bar-update-buffers): Add menu items
10157 Next Buffer and Previous Buffer.
10159 * simple.el (next-buffer, prev-buffer): New commands.
10160 Bind C-x left and C-x right to them.
10162 * info.el (Info-header-line): Mark it as risky-local-variable.
10164 * subr.el (insert-for-yank): Replace `category' property
10165 with whatever properties it stands for.
10167 * subr.el (member-ignore-case): Ignore non-strings in LIST.
10169 2002-04-27 Miles Bader <miles@gnu.org>
10171 * faces.el (read-face-name): Format the prompt correctly when
10172 there's no default.
10174 2002-04-26 Andrew Choi <akochoi@shaw.ca>
10176 * term/mac-win.el: Don't call ediff-toggle-multiframe.
10177 Set default directory. Set process-connection-type to nil.
10179 2002-04-26 Richard M. Stallman <rms@gnu.org>
10181 * loadup.el: Explicitly load cus-face and timer.
10183 * isearch.el: Don't require timer.
10185 * faces.el: Don't require cus-face.
10187 * cus-edit.el (customize-face): Use read-face-name
10188 and handle multiple faces.
10189 (customize-face-other-window): Make it work similarly.
10191 * faces.el (read-face-name): New defaulting features.
10192 New args STRING-DESCRIBING-DEFAULT and MULTIPLE.
10193 (list-faces-display): Use the face, not its name string,
10194 as arg when running customize-face.
10195 Put a `read-face-name' prop on the entire line.
10196 (describe-face): Handle multiple faces via read-face-name.
10198 * textmodes/tex-mode.el (tex-start-options): New variable.
10199 (tex-start-commands): New variable.
10200 (tex-start-options-string): Variable deleted.
10201 (tex-start-tex): Use tex-start-options and tex-start-commands,
10202 not tex-start-options-string.
10203 (tex-command): Doc fix.
10205 2002-04-26 Sam Steingold <sds@gnu.org>
10207 * mail/smtpmail.el (smtpmail-try-auth-methods): When `host' is
10208 not in the authinfo/netrc, keep `cred' at nil.
10210 2002-04-26 Gerd Moellmann <gerd@gnu.org>
10212 * find-file.el: Remove Ada-specific example code.
10214 2002-04-25 Michael Kifer <kifer@cs.stonybrook.edu>
10216 * ediff-hooks.el: Put back the autoloads.
10218 2002-04-25 Colin Walters <walters@verbum.org>
10220 * ibuffer.el (define column process): Use `ibuffer-aif'.
10222 * ibuf-ext.el (ibuffer-saved-filter-groups): Don't include broken
10224 (ibuffer-yank): Be sure to `setq' after we use `nconc'.
10225 (ibuffer-save-filter-groups): Correctly structure filter groups.
10226 (ibuffer-switch-to-saved-filter-groups): Correctly extract filter
10229 2002-04-25 Simon Josefsson <jas@extundo.com>
10231 * mail/sendmail.el (mail-use-dsn): New variable to request
10232 delivery status notification from MTA.
10233 (sendmail-send-it): Use it.
10235 * mail/smtpmail.el (smtpmail-queue-counter): New variable.
10236 (smtpmail-send-it): Use it to construct new queue filenames
10237 (needed if you send more than one message per second, which is
10238 possible if you use Gnus Agent).
10240 * mail/smtpmail.el (smtpmail-auth-credentials): Support netrc
10242 (smtpmail-try-auth-methods): Support netrc data.
10243 (netrc-parse): Autoload netrc.
10245 2002-04-25 Colin Walters <walters@verbum.org>
10247 * replace.el (multi-occur-by-filename-regexp): Doc fix.
10248 (occur-engine): Go to `point-min'. Make nlines argument actually
10249 mean number of context lines. Handle it. Pad digits to the right.
10251 * ibuf-ext.el (ibuffer-filtering-groups): Renamed to
10252 `ibuffer-filter-groups'. All users updated.
10253 (ibuffer-show-empty-filter-groups): New variable.
10254 (ibuffer-saved-filter-groups): New variable.
10255 (ibuffer-maybe-save-stuff): Renamed from
10256 `ibuffer-maybe-save-saved-filters'. Callers updated.
10257 Handle `ibuffer-saved-filter-groups'.
10258 (ibuffer-hidden-filtering-groups): Renamed to
10259 `ibuffer-hidden-filter-groups'.
10260 (ibuffer-filter-group-kill-ring): New variable.
10261 (ibuffer-save-with-custom): Doc fix.
10262 (ibuffer-set-filter-groups-by-mode): New function.
10263 (ibuffer-clear-filter-groups): New function.
10264 (ibuffer-current-filter-groups-with-position): Renamed from
10265 `ibuffer-current-filter-groups'. Callers updated.
10266 (ibuffer-kill-filter-group): New function.
10267 (ibuffer-kill-line): New function.
10268 (ibuffer-yank): New function.
10269 (ibuffer-save-filter-groups): New function.
10270 (ibuffer-delete-saved-filter-groups): New function.
10271 (ibuffer-switch-to-saved-filter-groups): New function.
10272 (ibuffer-mark-on-buffer): Add optional arguments for adding a
10273 specific mark, and marking on a specific group.
10275 * ibuffer.el (ibuffer-formats): Doc fix.
10276 (ibuffer-mode-map): Bind <up> to `ibuffer-backward-line'.
10277 Bind new functions from ibuf-ext.el. Add menu entries for them.
10278 Remove superfluous tooltips.
10279 (ibuffer-toggle-marks): If on a group name, then toggle marks just
10281 (ibuffer-mark-interactive): Handle filter groups.
10282 (ibuffer-mark-forward, ibuffer-unmark-forward)
10283 (ibuffer-mark-for-delete, ibuffer-unmark-backward)
10284 (ibuffer-mark-for-delete-backwards): Update docs.
10285 (ibuffer-current-filter-groups): Moved to ibuf-ext.el, and renamed
10286 to `ibuffer-current-filter-groups-with-position'.
10287 (ibuffer-redisplay-engine): Handle `ibuffer-show-empty-filter-groups'.
10288 (ibuffer-mode): Add some documentation about filter groups.
10290 2002-04-25 Andreas Schwab <schwab@suse.de>
10292 * find-dired.el (find-name-dired): Don't quote pattern twice.
10294 2002-04-26 Miles Bader <miles@gnu.org>
10296 * cus-edit.el (customize-face, customize-face-other-window):
10297 Use default instead of initial-input for suggested face.
10299 2002-04-25 Gerd Moellmann <gerd@gnu.org>
10301 * cus-edit.el (customize-face-other-window, customize-face):
10302 Interactively, when point is on text with a face, suggest to
10303 customize that face.
10305 2002-04-25 Glenn Morris <gmorris@ast.cam.ac.uk>
10307 * progmodes/f90.el: General tidy-up of commentary and some doc
10310 2002-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
10312 * scroll-all.el (scroll-all-function-all) New function to do the
10314 (scroll-all-scroll-down-all, scroll-all-scroll-up-all,
10315 scroll-all-page-down-all, scroll-all-page-up-all,
10316 scroll-all-beginning-of-buffer-all, scroll-all-end-of-buffer-all):
10317 Make them use scroll-all-function-all.
10319 * progmodes/f90.el (f90-get-beg-of-line): Removed and replaced
10320 with line-beginning-position.
10321 (f90-get-end-of-line): Removed and replaced with line-end-position.
10322 (f90-match-piece): Removed and replaced with match-string.
10323 (f90-current-indentation): Remove `current-column'.
10324 (f90-get-present-comment-type): Use match-string rather than
10326 (f90-match-end): Use line-beginning-position, line-end-position
10327 rather than beginning-of-line, end-of-line.
10328 (f90-startup-message): Variable removed.
10330 2002-04-24 Colin Walters <walters@verbum.org>
10332 * replace.el (occur-accumulate-lines): Add optional argument
10333 `no-props'. Handle it.
10334 (occur-engine): Use it.
10336 * ibuf-ext.el (toplevel): Remove byte-compile-dynamic. Try to set
10337 up autoloads manually.
10338 (ibuffer-split-list): New function.
10339 (ibuffer-filtering-groups): New variable.
10340 (ibuffer-hidden-filtering-groups): New variable.
10341 (ibuffer-mouse-toggle-filter-group): New function.
10342 (ibuffer-toggle-filter-group): New function.
10343 (ibuffer-toggle-filter-group-1): New function.
10344 (ibuffer-forward-filter-group): New function.
10345 (ibuffer-backward-filter-group): New funtion.
10346 (ibuffer-generate-filter-groups): New function.
10347 (ibuffer-filters-to-filter-group): New function.
10348 (ibuffer-pop-filter-group): New function.
10349 (ibuffer-jump-to-filter-group): New function.
10350 (ibuffer-do-occur): Just use `occur-read-primary-args'
10352 * ibuffer.el (ibuffer-filter-group-name-face): New.
10353 (ibuffer-mode-map): Bind and add menu entries for most new
10354 functions; also, bind the arrow keys to the movement functions.
10355 (ibuffer-mode-filter-group-map): New.
10356 (ibuffer-mouse-toggle-mark): Handle group names.
10357 (ibuffer-mouse-visit-buffer): Error if the current buffer is killed.
10358 (ibuffer-skip-properties): New function.
10359 (ibuffer-backward-line, ibuffer-forward-line): Optionally skip
10360 group names. Also, handle new properties.
10361 (ibuffer-visit-buffer, ibuffer-visit-buffer-other-window):
10362 Move error handling to `ibuffer-current-buffer'.
10363 (ibuffer-visit-buffer-other-frame, ibuffer-bury-buffer): Ditto.
10364 (ibuffer-visit-tags-table, ibuffer-do-view-1): Ditto.
10365 (ibuffer-toggle-marks): Add optional group argument.
10366 (ibuffer-mark-interactive): Skip group names.
10367 (ibuffer-current-buffer): Clean up error handling.
10368 (ibuffer-fontify-region-function): Fontify group names.
10369 (ibuffer-map-lines): Add extra group argument. Handle it.
10370 (ibuffer-current-filter-groups): New function.
10371 (ibuffer-redisplay): Handle hidden filtering groups.
10372 (ibuffer-sort-bufferlist): New function, taken from
10373 `ibuffer-insert-buffers-and-marks'.
10374 (ibuffer-insert-filter-group): New function.
10375 (ibuffer-redisplay-engine): Renamed from
10376 `ibuffer-insert-buffers-and-marks'. Handle new filtering groups.
10377 (ibuffer): Add filter-groups argument. Handle it.
10378 Use `save-selected-window'.
10379 (ibuffer-mode): Make `ibuffer-filtering-groups' and
10380 `ibuffer-hidden-filtering-groups' buffer-local.
10382 * ibuf-macs.el (ibuffer-save-marks): Call `ibuffer-redisplay-engine'.
10384 2002-04-24 Richard M. Stallman <rms@gnu.org>
10386 * emacs-lisp/easymenu.el (easy-menu-intern): Downcase before interning.
10387 (easy-menu-define-key-intern): Function deleted; callers intern
10388 and then call easy-menu-define-key.
10389 (easy-menu-do-add-item): Explicitly intern the key, but not BEFORE.
10390 (easy-menu-define-key): Use easy-menu-name-match to match BEFORE.
10391 (easy-menu-name-match): New function.
10392 (add-submenu): New function.
10393 (easy-menu-get-map-look-for-name): Use easy-menu-name-match.
10395 2002-04-24 Eli Zaretskii <eliz@is.elta.co.il>
10397 * menu-bar.el (menu-bar-adv-search-menu)
10398 (menu-bar-adv-search-menu): Improve the help text.
10400 2002-04-24 Simon Josefsson <jas@extundo.com>
10402 * net/netrc.el: New file.
10404 2002-04-24 Thomas DeWeese <tdeweese@rochester.rr.com>
10406 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
10407 Check if any of the available selection sources has new content
10408 and if so it will return that content.
10410 2002-04-24 Miles Bader <miles@gnu.org>
10412 * menu-bar.el (buffers-menu-show-directories)
10413 (buffers-menu-show-status): New variables.
10414 (menu-bar-update-buffers-1): Use them.
10416 2002-04-24 Martin Stjernholm <mast@lysator.liu.se>
10418 * progmodes/cc-cmds.el (c-mask-comment): More fixes when used
10419 from `c-do-auto-fill' and point is at or near the limit of the
10420 comment. Fixed bug when the prefix from `c-guess-fill-prefix'
10421 is longer than the text on the first line of the comment when
10424 2002-04-24 Miles Bader <miles@gnu.org>
10426 * menu-bar.el (menu-bar-update-buffers-1): Make sure
10427 `uniquify-buffer-name-style' is bound.
10429 2002-04-23 Colin Walters <walters@verbum.org>
10431 * replace.el (toplevel): Require `cl' while compiling.
10432 (occur-buffer, occur-nlines): Delete.
10433 (occur-revert-properties): Rename to `occur-revert-properties'.
10434 (occur-mode): Handle it. Set up font lock.
10435 (occur-revert-function): Simply apply `occur-1'.
10436 (occur-mode-find-occurence, occur-mode-mouse-goto)
10437 (occur-mode-goto-occurrence-other-window)
10438 (occur-mode-display-occurrence): Handle buffer property.
10439 (list-matching-lines-face): Use defcustom.
10440 (list-matching-lines-buffer-name-face): New variable.
10441 (occur-accumulate-lines): Renamed from `ibuffer-accumulate-lines',
10443 (occur-read-primary-args): Move out of `occur'.
10444 (occur): Delete. Now simply call `occur-1'.
10445 (multi-occur, multi-occur-by-filename-regexp): New functions.
10446 (occur-1): New function.
10447 (occur-engine): Renamed from `ibuffer-occur-engine' to replace the
10448 previous implementation of `occur'; taken from ibuf-ext.el.
10449 (occur-fontify-on-property): New function.
10450 (occur-fontify-region-function, occur-unfontify-region-function):
10453 * ibuffer.el (ibuffer-accumulate-lines): Moved to replace.el.
10455 * ibuf-ext.el (ibuffer-depropertize-string): Delete.
10456 (ibuffer-occur-match-face): Delete.
10457 (ibuffer-occur-props, ibuffer-occur-mode): Delete.
10458 (ibuffer-occur-mouse-display-occurence): Delete.
10459 (ibuffer-occur-goto-occurence, ibuffer-occur-display-occurence)
10460 (ibuffer-do-occur-1, ibuffer-occur-revert-buffer-function): Delete.
10461 (ibuffer-occur-engine): Moved to replace.el.
10462 (ibuffer-do-occur): Simply call `occur-1'.
10464 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
10465 Handle the case where we're already viewing the score file.
10467 2002-04-23 Andreas Schwab <schwab@suse.de>
10469 * menu-bar.el (menu-bar-goto-menu): Fix bindings for next-tag and
10472 2002-04-23 Miles Bader <miles@gnu.org>
10474 * menu-bar.el (menu-bar-update-buffers-1): Don't display a
10475 directory separator if there's no directory. Don't display
10476 directories at all if uniquify is active. Some code cleanup.
10477 (uniquify-buffer-name-style): Declare (but don't initialize).
10479 * menu-bar.el (menu-bar-update-buffers): Don't use constant lists
10480 for command menu entries, since the low-level menu code modifies
10481 them. Cache the resulting list.
10482 (menu-bar-buffers-menu-command-entries): New variable.
10484 * menu-bar.el (menu-bar-update-buffers): Add `Select Named Buffer'.
10485 Add separator line before commands
10486 Remove old crufty code that tried to line things up by adding
10487 spaces to entries (it doesn't work).
10488 Move `Frames' submenu after the normal buffers, and add a
10489 separator line before it.
10490 (menu-bar-buffers-menu-list-buffers-entry): Variable removed.
10492 2002-04-22 Richard M. Stallman <rms@gnu.org>
10494 * files.el (after-find-file): Use %s to output MSG.
10496 * dired.el (dired-mouse-find-file-other-window):
10497 Handle events that move out of the window.
10499 2002-04-23 Martin Stjernholm <mast@lysator.liu.se>
10501 * progmodes/cc-cmds.el (c-mask-comment): Fixed bug where point
10502 was moved to the following line when it was at the first line
10503 of a block comment where comment-start-skip matched to eol.
10505 2002-04-22 Richard M. Stallman <rms@gnu.org>
10507 * simple.el (line-move-finish): Find beg and end of line
10508 before calling line-move-to-column. Do consider intangible
10509 when finding the end. Take more care in analyzing the results
10510 of intangibility after line-move-to-column.
10512 2002-04-22 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
10514 * international/mule-diag.el (list-input-methods-1): Doc fix
10515 (LEIM is now part of the standard distribution).
10517 * tmm.el (tmm-completion-prompt): Doc fix.
10519 * hilit-chg.el (global-highlight-changes): Capitalize status texts.
10521 2002-04-22 Edward M. Reingold <reingold@emr.cs.iit.edu>
10523 * diary-lib.el (include-other-diary-files): Allow modifying
10524 included buffer, to turn off selective display.
10526 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10528 * progmodes/cc-mode.el: (c-define-abbrev-table): New function to
10529 pass the SYSTEM-FLAG to `define-abbrev' in a way that works in
10530 emacsen that doesn't support it.
10532 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10534 * progmodes/cc-align.el, progmodes/cc-engine.el,
10535 progmodes/cc-styles.el, progmodes/cc-vars.el
10536 (c-guess-basic-syntax, c-lineup-topmost-intro-cont):
10537 Find correct anchor for statement-cont in top level constructs.
10538 Analyze variable initializations in top level constructs as
10539 topmost-intro-cont instead of statement-cont. That is an
10540 incompatible change but it gives better consistency. The new
10541 lineup function c-lineup-topmost-intro-cont' compensates for
10542 it and is now put on topmost-intro-cont by default.
10544 * progmodes/cc-align.el, progmodes/cc-engine.el,
10545 progmodes/cc-langs.el (c-lineup-argcont): Lineup function
10546 contributed by Kevin Ryde.
10548 (c-in-gcc-asm-p): Function to recognize asm statements.
10549 Contributed by Kevin Ryde.
10551 (c-opt-asm-stmt-key): New language variable to recognize the
10552 beginning of asm statements.
10554 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10556 * progmodes/cc-engine.el (c-guess-basic-syntax):
10557 Detect variable declarations after class and struct declarations
10558 correctly. Fixed limit error when finding the anchor for
10559 template-args-cont and topmost-intro-cont.
10561 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10563 * progmodes/cc-cmds.el (c-beginning-of-defun)
10564 (c-declaration-limits): Find the "line oriented" declaration
10565 start too, just like the "line oriented" end is found.
10567 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10569 * progmodes/cc-vars.el (c-offsets-alist): A more sane default
10570 for `inexpr-statement'. This is not compatible, though.
10571 I think the benefit of a good default style outweights that in
10572 this case. Besides, `inexpr-statement' is not very common.
10574 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10576 * progmodes/cc-cmds.el (c-electric-delete-forward):
10577 Fix silly bug that caused it to delete backwards in hungry delete
10578 mode. (It's amazing that this bug hasn't been reported.)
10580 * progmodes/cc-cmds.el (c-declaration-limits, c-mark-function):
10581 Extracted the code to get the declaration limits from
10582 `c-mark-function' to a new `c-declaration-limits'.
10584 (c-indent-defun): Use the same method to get the limits of the
10585 declaration or macro as `c-mark-function'.
10587 * progmodes/cc-engine.el (c-beginning-of-decl-1): Handle brace
10588 list initializers correctly (but costly; it ought to be
10589 integrated into `c-beginning-of-statement-1').
10591 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10593 * progmodes/cc-cmds.el, progmodes/cc-engine.el
10594 (c-beginning-of-defun, c-end-of-defun, c-mark-function):
10595 Rewritten to detect the declaration limits better.
10596 Now handles K&R argdecls, class definitions followed by variables etc.
10598 (c-in-knr-argdecl): Broke out the K&R argdecl test in
10599 `c-beginning-of-decl-1' to this new function.
10601 (c-end-of-statement-1, c-end-of-decl-1):
10602 Replace `c-end-of-statement-1' with `c-end-of-decl-1', which correctly
10603 handles declarations that continue after the block.
10605 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
10606 Added an option to restrict matching to the top level of the
10607 current paren sexp.
10609 * progmodes/cc-langs.el (c-opt-block-decls-with-vars-key):
10610 New regexp to recognize declarations that continue after the block.
10612 (c-syntactic-eol): New regexp to match a "syntactic" eol.
10614 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10616 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed a bug
10617 that often caused the backward limit to be lost at the top
10618 level. This improves performance a bit.
10620 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
10621 New function that works like `re-search-forward' but only returns
10622 matches in syntactically significant text.
10624 * progmodes/cc-engine.el: Fixed a faster and more accurate way
10625 to recognize K&R argdecls.
10627 (c-beginning-of-decl-1): New function that put point at the
10628 beginning of the declaration. It handles K&R argdecl blocks.
10630 (c-guess-basic-syntax): Replaced the `knr-argdecl' recognition
10631 code with one that doesn't depend on the current indentation.
10632 The anchor position for `knr-argdecl' has also changed, but in
10633 a way that is unlikely to cause compatibility problems.
10635 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10637 * progmodes/cc-defs.el, progmodes/cc-engine.el
10638 (c-forward-comment): `forward-comment' in XEmacs skips over
10639 line continuations in the backward direction. Correct for
10640 that. Also made this a defun since it has grown too large now
10643 * progmodes/cc-langs.el: More convenient and decentralized
10644 setup of the language specific variables. The regexp-opt
10645 mangling is also done at compile time now.
10647 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10649 * progmodes/cc-cmds.el (c-indent-line-or-region):
10650 Call `c-indent-line' directly instead of through
10651 `indent-according-to-mode' so that this function always
10652 indents syntactically.
10654 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed a bug
10655 where a class beginning with a nested class could cause an
10656 infinite loop (the state outside the narrowed out class is
10659 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10661 * progmodes/cc-align.el, progmodes/cc-cmds.el,
10662 progmodes/cc-engine.el, progmodes/cc-vars.el: Fixes so that
10663 the context sensitive analysis inside macros is restricted to
10664 the bodies of #define's; other things, like #if expressions,
10665 never have anything in common with their surroundings.
10666 The old `cpp-macro-cont' syntax is now used in situations where
10667 the syntactic analysis isn't applicable, and a new syntactic
10668 element `cpp-define-intro' is used to add indentation in
10671 (c-lineup-cpp-define): New name for `c-lineup-macro-cont' to
10672 better reflect its use.
10674 * progmodes/cc-engine.el (c-guess-basic-syntax): Ignore line
10675 continuation backslashes in the detection of `arglist-cont-nonempty'.
10677 * progmodes/cc-align.el: Use the vector form in the return
10678 value in all cases where lineup functions return absolute columns.
10680 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10682 * progmodes/cc-engine.el (c-add-stmt-syntax)
10683 (c-guess-basic-syntax): Anchor `brace-list-intro' and
10684 `bracec-list-close' better for brace lists nested inside expressions.
10686 * progmodes/cc-engine.el, progmodes/cc-langs.el,
10687 progmodes/cc-mode.el, progmodes/cc-styles.el: Cleaned up the
10688 various language specific variables and their initialization.
10689 The keyword regexps are now lists that are combined with
10690 regexp-opt. Some variables have changed names to fit better
10691 with the naming convention.
10693 * progmodes/cc-defs.el, progmodes/cc-vars.el
10694 (c-buffer-is-cc-mode): The value is the mode symbol of the
10695 original CC Mode mode.
10697 (c-major-mode-is): Compare against the buffer local variable
10698 `c-buffer-is-cc-mode', which is faster than using `derived-mode-class'.
10700 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10702 * progmodes/cc-engine.el (c-forward-syntactic-ws)
10703 (c-backward-syntactic-ws, c-forward-token-1)
10704 (c-backward-token-1, c-in-literal, c-literal-limits)
10705 (c-collect-line-comments, c-literal-type, c-on-identifier)
10706 (c-guess-basic-syntax): These functions are now considered part
10707 of the "CC Mode API" and may be used by other code.
10708 That's signified by making their documentation into docstrings.
10710 (c-whack-state, c-hack-state, c-skip-case-statement-forward):
10711 Removed these internal functions since they aren't used.
10713 (c-forward-to-cpp-expression): Classified this function as internal.
10715 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10717 * progmodes/cc-langs.el (c-ObjC-class-key, c-Java-class-key):
10718 Simplified these regexps; the class keywords they contain
10719 ought to be enough to avoid false matches, so checking for
10720 following identifiers etc is just unnecessary (and might also
10721 fail for oddly formatted code).
10723 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10725 * progmodes/cc-engine.el, progmodes/cc-cmds.el
10726 (c-forward-comment-lc): New function that behaves like
10727 `c-forward-comment', with the exception that line
10728 continuations are treated as whitespace.
10730 (c-beginning-of-statement): Use `c-forward-comment-lc', to
10731 work correctly in macros and other places where line
10732 continuations should be treated as whitespace.
10734 * progmodes/cc-engine.el (c-guess-basic-syntax): Analyze a
10735 normal label in a switch block as a case label, to get
10736 consistent lineup with the case labels.
10738 * progmodes/cc-engine.el (c-backward-syntactic-ws): Fixed bug
10739 in skipping over a macro that ends with an empty line.
10741 * progmodes/cc-styles.el: Require cc-align since styles added
10742 with `c-add-style' often contains references to functions
10743 defined there, and so the `c-valid-offset' check might
10744 otherwise complain on them.
10746 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10748 * progmodes/cc-align.el, progmodes/cc-mode.texi,
10749 progmodes/cc-vars.el: Added two new lineup functions:
10751 (c-lineup-knr-region-comment): A new lineup function to get
10752 (what most people think is) better indentation of comments in
10753 the "K&R region" between the function header and its body.
10755 (c-lineup-gcc-asm-reg): New lineup function for better
10756 indentation inside gcc asm blocks. Contributed by Kevin Ryde.
10758 (c-offsets-alist): Use `c-lineup-gcc-asm-reg' and
10759 `c-lineup-knr-region-comment' in the default offset
10760 configuration, since these two functions have little impact
10761 outside their intended use, and they generally do the right
10762 thing when they kick in.
10764 * progmodes/cc-engine.el (c-guess-continued-construct)
10765 (c-guess-basic-syntax): Handle nested functions in all
10766 languages, not just Pike. In C and C++ there's a gcc
10767 extension for this, and it also gives better treatment of
10768 macros that are followed by blocks.
10770 * progmodes/cc-langs.el (c-symbol-key): Made this variable
10771 mode specific, to handle Pike special symbols like `== better.
10773 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10775 * progmodes/cc-cmds.el, progmodes/cc-engine.el,
10776 progmodes/cc-vars.el (c-report-syntactic-errors): A new
10777 variable to control the syntactic error messages. It defaults
10778 to off; since CC Mode ignores most syntactic errors it might
10779 as well ignore them all for the sake of consistency.
10781 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10783 * progmodes/cc-engine.el (c-looking-at-inexpr-block):
10784 Optimization. Can give a noticeable speedup if there's a
10785 large preceding function or class body.
10787 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10789 * progmodes/cc-align.el, progmodes/cc-cmds.el: Use more
10790 efficient and correct insertion functions in many places.
10791 Always inherit text properties correctly if the text is
10792 permanent. Also do it for speed in temporary insertions,
10793 since I figure it's less work to continue the surrounding text
10794 properties than to break them.
10796 * progmodes/cc-styles.el (c-read-offset): Unbind SPC in the
10797 completion to make it easier to enter lists.
10799 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10801 * progmodes/cc-cmds.el (c-beginning-of-defun): Fixed bug where
10802 c-state-cache was clobbered.
10804 * progmodes/cc-cmds.el, progmodes/cc-engine.el
10805 (c-calculate-state): Moved from cc-cmds.el to cc-engine.el due
10808 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10810 * progmodes/cc-engine.el (c-parse-state): Ignore unbalanced
10811 open parens in macros (if point isn't in the same one).
10813 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10815 * progmodes/cc-cmds.el (c-context-open-line): New function
10816 that is the `open-line' equivalent to `c-context-line-break'.
10818 * progmodes/cc-mode.el (c-mode-base-map): Compatibility fix
10819 for Emacs 21 since `indent-new-comment-line' has been changed
10820 to `comment-indent-new-line' there.
10822 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10824 * progmodes/cc-engine.el, progmodes/cc-langs.el
10825 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma):
10826 New variables containing the character sets used to recognize
10827 statement/declaration boundaries. These variables might help
10828 to support languages like javascript and awk, where newlines
10829 sometimes delimits statements.
10831 (c-crosses-statement-barrier-p): Use `c-stmt-delim-chars' as
10832 the set of statement delimiting characters, to allow it to be
10833 changed dynamically and per-mode.
10835 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10837 * progmodes/cc-engine.el (c-looking-at-bos)
10838 (c-looking-at-inexpr-block, c-add-stmt-syntax)
10839 (c-guess-basic-syntax): Treat blocks directly inside function
10840 calls like "bare" statements inside function calls, and not
10841 like in-expression statements. This to make indentation of
10842 such blocks consistent with other statements inside macro calls.
10844 * progmodes/cc-engine.el (c-guess-basic-syntax):
10845 Made arglist-cont anchor correctly in arglists that contain statements.
10847 * progmodes/cc-engine.el (c-guess-basic-syntax):
10848 Fixed consistent anchoring of defun-block-intro in defuns in code
10849 blocks (can only occur in Pike).
10851 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
10852 (c-looking-at-inexpr-block-backward): Changed the arguments to
10853 require containing sexps and paren state, for better efficiency.
10855 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10857 * progmodes/cc-cmds.el, progmodes/cc-engine.el,
10858 progmodes/cc-vars.el: Improved anchoring of statement and
10859 handling of labels in front of substatements.
10861 (c-guess-continued-construct, c-guess-basic-syntax):
10862 Improved and unified anchoring at statements. Statements beginning
10863 with comments or labels are now avoided, by going out of
10864 blocks and containing statements if necessary. This nesting
10865 handling also fixes the case when there's a statement after a
10866 block open brace. Added the syntactic symbol `substatement-label'.
10868 (c-electric-colon): Map the new `substatement-label' to
10869 `label' when consulting `c-hanging-colons-alist'.
10871 (c-offsets-alist): Added substatement-label. Updated the
10872 comments for the new anchoring positions at statements.
10874 * progmodes/cc-engine.el (c-guess-basic-syntax): Use more sane
10875 anchor points for knr-argdecl-intro and access-label.
10876 They used to refer to some point on the same line, a bug which was
10877 neutralized by a kludge in `c-get-syntactic-indentation' which
10878 ignored such anchor points.
10880 (c-get-syntactic-indentation): Removed the kludge that was
10881 necessary due to buggy anchor points.
10883 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not check
10884 the absence of a comma before arglist-close (case 7A) in any
10885 language, since there's nothing better to do that case anyway.
10886 Added special case to make in-expression statements be
10887 recognized as normal arglist-cont if we're directly in a macro
10888 arglist, for consistency with other "bare" statements.
10890 * progmodes/cc-engine.el (c-looking-at-bos): Added optional
10891 limit arg for backward searches.
10893 * progmodes/cc-engine.el (c-looking-at-inexpr-block):
10894 Anchor gcc in-expression statements at the surrounding open
10895 parenthesis. Treat a class body as an in-expression class if
10896 it's used in an object clone expression in Pike.
10898 * progmodes/cc-engine.el (c-get-offset)
10899 (c-get-syntactic-indentation): Allow several anchor positions
10900 in the list of syntactic symbols. Only the first is used as
10901 the base for the offset calculation.
10903 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10905 * progmodes/cc-cmds.el (c-indent-defun): Indent the current
10906 macro if inside one at the top level. Do not throw an error
10907 if used at the top level outside a macro.
10909 * progmodes/cc-cmds.el (c-backslash-region): Do tab width
10910 alignment only if the backslashes can't be aligned with
10911 surrounding backslashes.
10913 * progmodes/cc-engine.el (c-end-of-macro): New function.
10915 * progmodes/cc-engine.el (c-least-enclosing-brace):
10916 Rewritten to not be destructive.
10918 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10920 * progmodes/cc-cmds.el (c-context-line-break): Only do a macro
10921 line break when point is inside the content of it; if it's in
10922 the cpp keyword a normal line break is done.
10924 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not add
10925 cpp-macro-cont inside the argument list to a #define.
10927 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10929 * progmodes/cc-defs.el (c-forward-comment): Implemented a
10930 kludge to avoid the problem most forward-comment incarnations
10931 have with `\' together with comment parsing.
10933 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10935 * progmodes/cc-engine.el (c-check-state-cache): Fixed bug
10936 which could cause the state returned by `c-parse-state' to
10937 lack a closed paren element. That in turn could result in
10938 very long searches, since it's common that they start from the
10939 last preceding close brace.
10941 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10943 * progmodes/cc-engine.el (c-beginning-of-statement-1): Do not
10944 treat else-if as a single continuation, since that'd make it
10945 hard to get the right anchor point when there's a line break
10946 between the two keywords. This change causes else-clause to
10947 be anchored on the closest preceding else-if and not always on
10948 the starting if, but that doesn't affect the indentation for
10949 any reasonably sane style. Also introduced a noerror flag.
10951 (c-beginning-of-closest-statement): Removed;
10952 c-beginning-of-statement-1 now avoids the problem this one solved.
10954 * progmodes/cc-engine.el (c-guess-continued-construct)
10955 (c-guess-basic-syntax): Better and more uniform anchor points
10956 for 'statement-cont and 'substatement. The effect is
10957 noticeable mostly when there's a label on the same line as the
10958 beginning of the statement, or when there are more stuff
10959 before the start of the statement.
10961 * progmodes/cc-engine.el (c-looking-at-inexpr-block):
10962 Added flag to disable looking at the type of the surrounding paren
10963 since that confuses c-beginning-of-statement-1 and a couple of
10966 * progmodes/cc-engine.el (c-guess-basic-syntax):
10967 Avoid stepping to the previous statement in case 18.
10968 Improvements in recognition of statement blocks on the top level.
10970 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10972 * progmodes/cc-engine.el (c-beginning-of-statement-1)
10973 (c-crosses-statement-barrier-p): Rewritten to get a well
10974 defined and documented behavior. This fixes some tricky cases
10975 in recognition of do-while constructs.
10977 (c-backward-to-start-of-do, c-backward-to-start-of-if):
10978 Removed; use c-beginning-of-statement-1 instead.
10980 (c-guess-continued-construct, c-guess-basic-syntax):
10981 Various fixes to not depend on the bugs previously in
10982 c-beginning-of-statement-1. Cleanups in cases 18 and 17 to
10983 use the new behavior of c-beginning-of-statement-1 better.
10984 Fixed recognition of catch blocks inside macros.
10986 * progmodes/cc-engine.el (c-backward-syntactic-ws): Fixed bug
10987 in skipping over a macro.
10989 * progmodes/cc-langs.el (c-label-kwds): New variable to
10990 contain the appropriate c-*-label-kwds value.
10992 * progmodes/cc-vars.el (defcustom-c-stylevar): Fixed value
10993 evaluation bug that caused the widget for
10994 c-block-comment-prefix to bug out.
10996 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10998 * progmodes/cc-engine.el (c-guess-basic-syntax):
10999 Improved recognition of statements: They are now recognized in
11000 contexts where they normally can't occur, e.g. on the top level or
11001 in function call arguments. This is mainly useful to recognize
11002 statements in macros at the top level, and in arguments to
11003 macros. The cases has been moved around quite a bit, and case
11004 10 has been copied to case 18. (The cases has not been
11005 renumbered because of this.)
11007 (c-guess-continued-construct): New function which has the
11008 rules which are common between cases 10 and 18.
11010 * progmodes/cc-engine.el (c-beginning-of-statement-1)
11011 (c-backward-to-start-of-do, c-backward-to-start-of-if):
11012 Fixes so that they really obey the passed limits.
11014 (c-safe-position): Return nil if the state doesn't contain a
11017 (c-guess-basic-syntax): Fixes some too short limits in calls
11018 to c-beginning-of-statement-1. Some fixes for top level
11019 analysis in ObjC mode.
11021 * progmodes/cc-engine.el (c-beginning-of-statement-1):
11022 Fixed bug in do-while statements where the body is not a block.
11024 * progmodes/cc-styles.el (c-set-style):
11025 Reset c-special-indent-hook to its global value if in override mode.
11026 Fixes problem where functions on that hook remained after
11029 * progmodes/cc-engine.el (c-evaluate-offset, c-get-offset):
11030 Use c-benign-error to report the c-strict-syntax-p error.
11032 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11034 * progmodes/cc-align.el, progmodes/cc-defs.el,
11035 progmodes/cc-cmds.el, progmodes/cc-engine.el, cc-vars.el:
11036 Several fixes to treat macros as code and not literals and to
11037 handle line continuations transparently.
11039 (c-skip-ws-forward, c-skip-ws-backward): New macros to skip
11040 through whitespace and line continuations, but not comments
11043 (c-in-literal): No longer recognizes macros as literals by
11044 default. An extra flag argument is required to do that.
11046 (c-macro-start, c-query-macro-start)
11047 (c-query-and-set-macro-start): Added a cache for the macro
11050 (c-forward-syntactic-ws, c-backward-syntactic-ws): Fixes for
11051 more speed when limits are given. Workaround for bad behavior
11052 in forward-comment in some emacsen when it hits a buffer limit
11053 with a large repeat count.
11055 (c-lineup-macro-cont): Improved behavior when
11056 c-syntactic-indentation-in-macros is nil.
11058 (c-syntactic-indentation-in-macros, c-backslash-max-column)
11059 (c-auto-align-backslashes): New customization variables to
11060 control macro handling.
11062 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
11063 Fixes to handle line continuations.
11065 * progmodes/cc-defs.el, progmodes/cc-styles.el
11066 (c-get-style-variables, c-set-offset): Report style errors
11067 with message and ding instead of error signal. This to avoid
11068 interrupted mode init if there's some style problem.
11070 (c-benign-error): New macro to report errors that doesn't need
11071 to interrupt the operation.
11073 * progmodes/cc-defs.el (c-point): Added eonl and eopl positions.
11075 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11077 * progmodes/cc-cmds.el (c-electric-brace, c-indent-region):
11078 Removed most of the c-state-cache fiddling, since the global
11079 state cache now handles this.
11081 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed bug
11082 when there's an open paren at the very first char of the
11083 visible buffer region.
11085 * progmodes/cc-engine.el (c-parse-state, c-check-state-cache):
11086 Cache the state globally and invalidate it below every buffer
11087 change with the new after change function
11088 `c-check-state-cache'. This gives a considerable performance
11089 boost when editing large functions or classes.
11091 * progmodes/cc-engine.el (c-whack-state-after): Slight optimization.
11093 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11095 * progmodes/cc-engine.el, progmodes/cc-langs.el,
11096 progmodes/cc-align.el: Improvements to syntactic analysis
11099 (c-block-stmt-1-kwds, c-block-stmt-2-kwds): New variables used
11100 by `c-guess-basic-syntax'.
11102 (c-parse-state): Fixed bug with braces inside macros when
11103 using cached state info.
11105 (c-forward-to-cpp-expression): New function to aid in
11106 syntactic analysis inside macros.
11108 (c-beginning-of-statement-1, c-backward-syntactic-ws):
11109 Fixes to work better inside macros.
11111 (c-forward-syntactic-ws): Whitespace between the # and the
11112 command should be allowed in preprocessor directives.
11114 (c-lineup-macro-cont): New lineup function to get context
11115 sensitive indentation inside macros.
11117 (c-offsets-alist): Made `c-lineup-macro-cont' the default for
11120 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11122 * progmodes/cc-engine.el (c-beginning-of-statement-1)
11123 (c-forward-syntactic-ws): Fixes to handle continued lines.
11125 (c-backward-to-start-of-if, c-guess-basic-syntax):
11126 Do syntactic analysis inside macros.
11128 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11130 * progmodes/cc-cmds.el (c-indent-region): Did a speedup made
11131 possible by the more flexible state cache.
11133 * progmodes/cc-engine.el (c-parse-state, c-whack-state-before)
11134 (c-whack-state-after, c-hack-state)
11135 (c-narrow-out-enclosing-class, c-guess-basic-syntax):
11136 Improved the state cache system. It now can use partial info from
11137 an old cached state to calculate a new one at a different
11138 position. Removed some kludges to avoid the state cache.
11139 The new functions `c-whack-state-before' and `c-whack-state-after'
11140 replace the now obsolete `c-whack-state'.
11142 * progmodes/cc-engine.el (c-beginning-of-statement-1):
11143 Optimized backing through a macro. This can speed things up
11144 quite a bit when there are long macros before point.
11146 (c-beginning-of-macro): Do not ignore the limit.
11148 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11150 * progmodes/cc-cmds.el (c-electric-continued-statement):
11151 Fixed a bug where the keyword wasn't reindented correctly if
11152 followed by another keyword or identifier.
11154 * progmodes/cc-engine.el (c-parse-state): Ignore closed brace
11155 pairs that are in macros. Fixes some cases where e.g. the
11156 second of two "do { } while (0)" macros after each other
11157 indented differently.
11159 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11161 * progmodes/cc-engine.el (c-beginning-of-macro)
11162 (c-forward-syntactic-ws): Recognize "#!" as a preprocessor
11163 directive when it begins a line, to allow for script
11164 interpreter lines like "#!/usr/bin/pike" at the beginning of
11167 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11169 * progmodes/cc-engine.el (c-looking-at-inexpr-block):
11170 Recognize brace blocks inside a parenthesis expression as
11171 inexpr-statement. Useful when writing statements as macro arguments.
11173 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11175 * progmodes/cc-cmds.el (c-fill-paragraph, c-do-auto-fill)
11176 (c-mask-comment): Broke out the comment masking code from
11177 `c-fill-paragraph' to a new function `c-mask-comment', to be
11178 able to do the same thing in `c-do-auto-fill'. This should
11179 make auto-fill-mode behave better.
11181 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11183 * progmodes/cc-cmds.el (c-electric-brace, c-electric-paren):
11184 Check `executing-macro' to avoid blinking parens when macros
11187 * progmodes/cc-mode.el, progmodes/cc-styles.el
11188 (c-setup-filladapt): Moved from cc-mode.el to cc-styles.el for
11189 consistency with `c-setup-paragraph-variables' (which was
11190 placed there due to the dependency from `c-set-style').
11192 * progmodes/cc-styles.el, progmodes/cc-vars.el: Fixed bug with
11193 incomplete initialization from the style variable fallbacks if
11194 there already is a style called "user" defined when CC Mode
11195 starts up for the first time.
11197 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11199 * progmodes/cc-cmds.el, progmodes/cc-vars.el
11200 (c-comment-indent, c-indent-comment-alist): Added new variable
11201 `c-indent-comment-alist' to allow better control over
11202 `c-comment-indent'.
11204 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11206 * progmodes/cc-align.el (c-lineup-C-comments): Try to match
11207 both `comment-start-skip' and the comment prefix on the
11208 current line with the comment starter, so that we line up
11209 comments which matches `c-comment-prefix-regexp' on the first
11210 line (after the `/') without the need to make
11211 `comment-start-skip' match whatever `c-comment-prefix-regexp' matches.
11213 * progmodes/cc-mode.el, progmodes/cc-styles.el (c-common-init)
11214 (c-set-style-1, c-setup-paragraph-variables): Moved the
11215 variable initialization based on `c-comment-prefix-regexp' to
11216 a new function `c-setup-paragraph-variables', which is now
11217 used both at mode init and when a style that sets
11218 `c-comment-prefix-regexp' is activated.
11220 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11222 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
11223 Better handling of C++ template args to avoid confusion with
11224 `<' and `>' used as operators in member init expressions.
11226 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11228 * progmodes/cc-engine.el (c-most-enclosing-brace)
11229 (c-least-enclosing-brace): Added optional second arg to limit
11230 the search to before a certain point.
11232 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed bug
11233 which could cause incorrect analysis if a cached state is used
11234 (usually only happens when an electric key reindents a line).
11236 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11238 * progmodes/cc-defs.el (c-forward-comment): More idiosyncrasy
11239 insulation. This time for XEmacs 21.
11241 * progmodes/cc-engine.el, progmodes/cc-langs.el:
11242 Improved handling of inheritance lists:
11244 (c-beginning-of-inheritance-list): Rewritten to use a more
11245 syntactically correct method that doesn't get confused by
11246 badly placed linebreaks and comments.
11248 (c-guess-basic-syntax): Several fixes to the handling of
11249 inheritance lists in combination with templates. 'inher-intro
11250 is now anchored on the start of the class declaration and not
11251 the indentation of the current line. Switched places on cases
11252 5D.3 and 5D.4 and made them use more syntactically correct methods.
11254 (c-inher-key): Removed since the code in
11255 `c-guess-basic-syntax' now uses token-based search.
11257 * progmodes/cc-cmds.el, progmodes/cc-mode.el (c-mode-menu):
11258 Added a submenu to access some toggles.
11260 (c-toggle-syntactic-indentation): New function to toggle the
11261 variable `c-syntactic-indentation'.
11263 * progmodes/cc-styles.el (c-set-style): Improved the error
11264 message for incorrect offsets a bit.
11266 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11268 * progmodes/cc-cmds.el (c-indent-exp): Don't require that the
11269 sexp follows point immediately, instead find the closest
11270 following open paren that ends on another line.
11272 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11274 * progmodes/cc-align.el (c-lineup-cascaded-calls):
11275 New indentation function.
11277 * progmodes/cc-engine.el (c-beginning-of-macro): Bugfix for
11278 directives with whitespace between the '#' and the name.
11280 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11282 * progmodes/cc-engine.el (c-forward-syntactic-ws)
11283 (c-backward-syntactic-ws): Handle line continuations as
11284 whitespace. Don't move past a macro if that'd take us past
11287 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11289 * progmodes/cc-engine.el (c-beginning-of-macro)
11290 (c-forward-syntactic-ws): Multiline strings begin with `#"' in
11291 Pike, and that shouldn't be confused with a preprocessor directive.
11293 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11295 * progmodes/cc-cmds.el: Extended the kludge to interoperate
11296 with the delsel and pending-del packages wrt to the new
11297 function `c-electric-delete-forward'.
11299 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11301 * progmodes/cc-cmds.el (c-indent-exp): Keep the indentation of
11302 the block itself, i.e. only indent the contents in it.
11304 * progmodes/cc-styles.el (c-set-style): Use the default
11305 argument to completing-read instead of initial-contents, if
11306 the function is recent enough to support it.
11308 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11310 * progmodes/cc-mode.el (c-mode-help-address):
11311 Removed bug-gnu-emacs@gnu.org from the receiver list for bug reports.
11312 I've almost never seen a bug reported this way that should go
11313 to that list, but it's rather common that the reports concern
11314 the combination CC Mode and XEmacs instead.
11316 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11318 * progmodes/cc-cmds.el (c-electric-paren): Fixed bug when both
11319 brace-elseif-brace and brace-catch-brace are active and
11320 there's a "else if"-block before the catch block.
11322 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
11323 Detect function headers that span lines.
11325 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11327 * progmodes/cc-cmds.el (c-electric-brace)
11328 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
11329 Check for last on line only for doing the auto-newline-mode
11330 stuff, not for the reindentation.
11332 * progmodes/cc-cmds.el (c-electric-brace): Fixed bugs in the
11333 handling of c-syntactic-indentation: When it's nil, indent the
11334 new lines but don't reindent the current one. Reindent the
11335 line only when the inserted brace comes first on it, instead
11338 * progmodes/cc-cmds.el (c-electric-brace)
11339 (c-electric-semi&comma): Fixed two places where
11340 c-syntactic-indentation wasn't heeded.
11342 * progmodes/cc-cmds.el (c-electric-pound): Don't be electric
11345 * progmodes/cc-engine.el (c-backward-to-start-of-if): Try a
11346 little harder to find a fallback position when an orphan else
11347 is found. Fixed case where an else following a do-while
11348 statement could be associated with an if inside the do-while.
11350 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11352 * progmodes/cc-cmds.el (c-guess-fill-prefix): Tuned the dwim
11353 for the fallback to add a single space after the comment prefix.
11355 * progmodes/cc-cmds.el (c-indent-new-comment-line): Somewhat better
11356 behavior in some special cases, especially for single-line comments.
11357 Avoid breaking up a comment starter or ender.
11359 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11361 * progmodes/cc-cmds.el (c-outline-level): Applied patch from
11362 the Emacs sources to make this work in invisible text.
11364 * progmodes/cc-langs.el (c-switch-label-key): Fixed regexp to
11365 not be confused by a later ':' on the same line as the label.
11367 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11369 * progmodes/cc-cmds.el, progmodes/cc-mode.el
11370 (c-electric-delete, c-electric-delete-forward):
11371 Split `c-electric-delete' into two functions where
11372 `c-electric-delete-forward' always deletes forward and
11373 `c-electric-delete' only contains the code necessary for
11374 XEmacs to choose between backward and forward deletion.
11375 `c-electric-delete-forward' is now bound to C-d to get the
11376 electric behavior on that key too.
11378 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11380 * progmodes/cc-cmds.el (c-fill-paragraph): Fixed bogus direct
11381 use of c-comment-prefix-regexp, which caused an error when
11384 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11386 * progmodes/cc-mode.el, progmodes/cc-vars.el (c-common-init)
11387 (c-default-style): Removed the hardcoded switch to "java" style
11388 in Java mode. It's instead taken care of by the default value
11389 for c-default-style.
11391 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11393 * progmodes/cc-align.el (c-lineup-math): Fix bug where lineup
11394 was triggered by equal signs in string literals.
11396 2002-04-21 Kim F. Storm <storm@cua.dk>
11398 * subr.el (insert-buffer-substring-no-properties): New function.
11399 (insert-buffer-substring-as-yank): New function.
11401 2002-04-21 Glenn Morris <gmorris@ast.cam.ac.uk>
11403 * scroll-all.el (minor-mode-alist): Fix usage of `scroll-all-mode'.
11404 (scroll-all-page-down-all, scroll-all-page-up-all) Remove `fkey-'
11405 prefix from scroll commands. Ignore end-of-buffer errors from
11407 (scroll-all-check-to-scroll): Remove `fkey-' prefix from scroll
11409 (scroll-all-beginning-of-buffer-all, scroll-all-end-of-buffer-all):
11412 * files.el: (auto-mode-alist): .f95 files in f90-mode.
11414 * progmodes/fortran.el: (fortran-beginning-do): Make regexp match
11415 a DO statement irrespective of numeric label.
11417 2002-04-20 Glenn Morris <gmorris@ast.cam.ac.uk>
11419 * files.el (auto-save-file-name-transforms): Doc fix.
11420 Add third element to "uniquify" filenames.
11421 (make-auto-save-file-name): Use new element of
11422 auto-save-file-name-transforms.
11423 * startup.el (command-line): Add third element to
11424 auto-save-file-name-transforms.
11426 2002-04-19 Stefan Monnier <monnier@cs.yale.edu>
11428 * files.el (file-name-non-special): Don't mangle the 0'th arg and the
11429 return value of file-name-completion and file-name-all-completions.
11431 2002-04-19 Glenn Morris <gmorris@ast.cam.ac.uk>
11433 * progmodes/f90.el: Update maintainer.
11434 (f90-line-continued): Recognize blank/comment lines embedded in
11435 continuation lines.
11436 (f90-looking-at-program-block-start): No extra indentation after
11437 function or subroutine keyword appears in single quotes.
11439 2002-04-19 Miles Bader <miles@gnu.org>
11441 * custom.el (customize-mark-to-save, customize-mark-as-set)
11442 (custom-quote): Moved here from `cus-edit.el'.
11443 * cus-edit.el (customize-mark-to-save, customize-mark-as-set)
11444 (custom-quote): Moved to `custom.el'.
11446 2002-04-18 Richard M. Stallman <rms@gnu.org>
11448 * facemenu.el (list-text-properties-at): Command deleted.
11450 * rect.el (insert-rectangle): Use insert-for-yank.
11452 * register.el (insert-register): Use insert-for-yank.
11453 (describe-register-1): Discard text props in yank-excluded-properties.
11455 * toolbar/tool-bar.el (tool-bar-local-item-from-menu):
11456 Fix parts in construction of `menu-item' item at end.
11458 * mail/mailabbrev.el (mail-mode-abbrev-table): Delete defvar.
11460 * subr.el (insert-for-yank): New function.
11462 * simple.el (yank-excluded-properties): New user option.
11463 (yank-pop, yank): Use insert-for-yank.
11465 2002-04-19 Kim F. Storm <storm@cua.dk>
11467 * simple.el (pop-to-mark-command): Do not set this-command.
11468 (set-mark-command): Always jump to mark when called with arg.
11470 2002-04-18 Francesco Potort
\e,Al
\e(B <pot@gnu.org>
11472 * comint.el (comint-watch-for-password-prompt): Remove whitespace
11473 at the beginning of password prompts.
11475 2002-04-18 Andrew Innes <andrewi@gnu.org>
11477 * facemenu.el: Remove require of wid-edit.
11479 2002-04-17 Colin Walters <walters@verbum.org>
11481 * ibuffer.el (ibuffer-visit-buffer): Optionally allow reducing to
11483 (ibuffer-visit-buffer-1-window): Simply call `ibuffer-visit-buffer'.
11484 (ibuffer-current-state-list): Reinstate optional argument; now
11485 just call `point' inside the mapping function.
11487 2002-04-17 Francesco Potort
\e,Al
\e(B <pot@gnu.org>
11489 * dired-aux.el (dired-star-subst-regexp)
11490 (dired-quark-subst-regexp): New constants.
11491 (dired-do-shell-command, dired-shell-stuff-it): Use them.
11492 (dired-do-shell-command): Raise an error if both `*' and `?'
11493 substitution marks are used in the same command.
11494 (dired-shell-stuff-it): Substitute all instances of `*' and `?'
11495 in a command given via dired-do-shell-command.
11497 * comint.el (comint-password-prompt-regexp): Match "Repeat passphrase".
11499 2002-04-16 Jason Rumney <jasonr@gnu.org>
11501 * international/mule-cmds.el (locale-preferred-coding-systems):
11504 2002-04-16 Eli Zaretskii <eliz@is.elta.co.il>
11506 * term.el (term-emulate-terminal): Fix last change.
11508 2002-04-16 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
11510 * bindings.el (mode-line-mode-menu): Update names to reflect
11513 2002-04-16 Mike Williams <mdub@bigfoot.com>
11515 * textmodes/sgml-mode.el (sgml-at-indentation-p): Move to fix
11518 2002-04-16 Michael Kifer <kifer@cs.stonybrook.edu>
11520 * viper-ex.el: Patch by Samuel Padgett. Copyright papers received.
11521 (viper-ex-print-buf-name): New variable.
11522 (viper-ex-print-buf): New variable.
11523 (ex-token-alist): Invoke ex-print on ":print" Ex commands.
11524 (ex-g-marks): New variable.
11525 (ex-print): New function.
11526 (ex-print-display-lines): New function.
11528 * viper.el (viper-set-hooks): Add window-setup-hook, which sets
11531 * ediff-util.el (ediff-cleanup-mess): Delete ctl window on exit
11532 when the window is not in its own frame.
11533 (ediff-clone-buffer-for-region-comparison): More robust window
11534 arrangement while prompting for regions to compare.
11535 (ediff-make-cloned-buffer): Use generate-new-buffer-name.
11536 (ediff-inferior-compare-regions): Deleted unused vars
11537 ctl-buf and quit-now.
11539 2002-04-15 Richard M. Stallman <rms@gnu.org>
11541 * facemenu.el (facemenu-add-new-face): Use this only for faces.
11543 (facemenu-add-new-color): New function.
11544 (facemenu-set-foreground, facemenu-set-background):
11545 Use facemenu-add-new-color.
11547 2002-04-15 Eli Zaretskii <eliz@is.elta.co.il>
11549 * ediff-init.el (ediff-current-diff-face-A)
11550 (ediff-current-diff-face-B, ediff-current-diff-face-C)
11551 (ediff-current-diff-face-Ancestor, ediff-fine-diff-face-A)
11552 (ediff-fine-diff-face-B, ediff-fine-diff-face-C)
11553 (ediff-fine-diff-face-Ancestor, ediff-even-diff-face-A)
11554 (ediff-even-diff-face-B, ediff-even-diff-face-C)
11555 (ediff-even-diff-face-Ancestor, ediff-odd-diff-face-A)
11556 (ediff-odd-diff-face-B, ediff-odd-diff-face-C)
11557 (ediff-odd-diff-face-Ancestor): Add special color definitions for
11558 tty and MS-DOS displays.
11560 2002-04-15 Andrew Innes <andrewi@gnu.org>
11562 * facemenu.el: Require wid-edit.
11564 2002-04-15 Miles Bader <miles@gnu.org>
11566 * faces.el (highlight): Force foreground to be black on a tty, so
11567 this face is readable on a dark-background tty.
11568 * wid-edit.el (widget-field-face, widget-single-line-field-face):
11571 2002-04-14 Kim F. Storm <storm@cua.dk>
11573 * simple.el (pop-to-mark-command, push-mark-command): New commands.
11574 (set-mark-command): Use them.
11575 Enhanced functionality when command is repeated:
11576 - If first command set the mark (no prefix arg), repeat temporarily
11577 enables transient-mark-mode.
11578 - If first command jumped to mark off ring (with argument),
11579 repeat (with or without arg) jump to next mark off ring.
11580 - Use C-u C-u prefix to set mark after jump.
11581 (exchange-point-and-mark): Temporarily enable transient-mark-mode
11584 2002-04-14 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
11586 * speedbar.el (speedbar-tag-hierarchy-method)
11587 (speedbar-toggle-updates, speedbar-toggle-images): Doc fixes.
11589 2002-04-14 Mike Williams <mdub@bigfoot.com>
11591 * textmodes/sgml-mode.el (sgml-parse-tag-backward): Fix to work at
11592 beginning of buffer.
11594 2002-04-14 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
11596 * speedbar.el (speedbar-generic-item-info)
11597 (speedbar-sort-tags): Doc fix.
11598 (speedbar-add-supported-extension): Fix typo in interactive spec.
11600 2002-04-13 Colin Walters <walters@verbum.org>
11602 * ibuffer.el (ibuffer-forward-line): Just skip header if we're
11603 only moving one line forward.
11604 (ibuffer-map-lines): Preserve point position even if we delete
11605 lines. Only call mapping functions with buffer and mark
11606 arguments; the other two were unused.
11607 (ibuffer-redisplay, ibuffer-update): Always skip special areas.
11609 * ibuf-macs.el, ibuf-ext.el: Update callers of `ibuffer-map-lines'.
11611 * calc/calc-bin.el (math-format-radix-float): Use `when'.
11613 * calc/calc.el (math-format-number): Load `calc-ext' before we
11614 call `math-group-float'.
11616 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
11617 Renamed from `gamegrid-add-score'.
11618 (gamegrid-add-score-insecure): Restored from the old
11619 `gamegrid-add-score'.
11620 (gamegrid-add-score): Just dispatch on `system-type' to one of the
11621 previous two functions.
11623 2002-04-13 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
11625 * iswitchb.el: Update commentary to include new function
11626 iswitchb-exclude-nonmatching.
11628 2002-04-12 John Wiegley <johnw@gnu.org>
11630 * eshell/esh-ext.el (eshell-script-interpreter): Fix for CRLF
11631 operating systems to the regexp used to detect a script's interpreter.
11633 2002-04-12 Eli Zaretskii <eliz@is.elta.co.il>
11635 * frame.el (frames-on-display-list): Use `equal' to compare the
11636 `display' frame parameter to the argument DISPLAY.
11638 2002-04-12 Dave Love <fx@gnu.org>
11640 * help.el (string-key-binding): Deal with margin events.
11642 2002-04-12 Francesco Potort
\e,Al
\e(B <pot@gnu.org>
11644 * comint.el (comint-password-prompt-regexp): Match " SMB password".
11646 2002-04-11 Stefan Monnier <monnier@cs.yale.edu>
11648 * sort.el (sort-reorder-buffer): Don't assume point-min == 1.
11650 * xt-mouse.el (xterm-mouse-mode): Use define-minor-mode.
11652 * emacs-lisp/lucid.el (device-class, buffer-syntactic-context)
11653 (buffer-syntactic-context-depth): New funs.
11655 * emacs-lisp/edebug.el (edebug-eval-defun): Don't use defconst
11658 * emacs-lisp/debug.el (debug-on-entry): Use push.
11659 (debugger-make-xrefs): Don't assume point-min == 1.
11661 * progmodes/cc-engine.el (c-backward-to-start-of-if):
11662 Don't assume point-min == 1.
11664 * progmodes/etags.el (etags-verify-tags-table, etags-snarf-tag)
11665 (etags-list-tags, etags-tags-apropos, select-tags-table):
11666 Don't assume point-min == 1.
11668 2002-04-12 Mike Williams <mdub@bigfoot.com>
11670 * textmodes/sgml-mode.el (sgml-guess-indent): New function.
11672 2002-04-11 Stefan Monnier <monnier@cs.yale.edu>
11674 * textmodes/fill.el (fill-context-prefix): Fix up last change.
11676 * simple.el (line-move): Use memq rather than or.
11677 (transpose-sexps): Don't presume as much of forward-sexp's behavior.
11678 (do-auto-fill): Use fill-move-to-break-point.
11679 (syntax-code-table): Remove.
11681 * textmodes/fill.el (canonically-space-region): Obey sentence-end.
11682 Don't add spaces at end of sentences at end of line.
11683 (fill-move-to-break-point): Make sure the result is always greater
11684 than linebeg, so we ensure forward progress.
11685 (fill-region-as-paragraph): Compare to `to' rather than eobp.
11686 (fill-paragraph): Don't rebind fill-paragraph-function.
11688 2002-04-11 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
11690 * menu-bar.el (menu-bar-adv-search-menu): Add incremental search.
11692 2002-04-11 Andreas Schwab <schwab@suse.de>
11694 * files.el (file-name-non-special): Handle return value of t from
11695 `file-name-completion'.
11697 2002-04-10 Stefan Monnier <monnier@cs.yale.edu>
11699 * textmodes/fill.el (fill-context-prefix): Match the two prefixes
11700 differently to avoid pathological exponential-time case.
11701 (adaptive-fill-regexp): Add ! and %.
11702 (fill-delete-prefix): Remove indentation while removing prefix.
11703 (fill-delete-newlines): Obey sentence-end.
11704 (fill-move-to-break-point, fill-newline): New functions extracted
11705 from fill-region-as-paragraph.
11706 (fill-region-as-paragraph): Use them.
11707 Don't fiddle with fill-indent-according-to-mode.
11709 2002-04-10 Colin Walters <walters@verbum.org>
11711 * play/snake.el (snake-score-file): Default to just "snake-scores".
11713 * play/tetris.el (tetris-score-file): Likewise.
11715 * play/gamegrid.el (gamegrid-add-score): Rewrite from scratch to
11716 use `update-game-score'.
11718 * ibuffer.el (ibuffer-canonicalize-state-list): Delete unused function.
11719 (ibuffer-current-buffers-with-marks): Don't call `buffer-list'
11720 ourselves; take it as an argument. Caller updated.
11721 (ibuffer-mode): Make mode-class special.
11723 2002-04-10 Richard M. Stallman <rms@gnu.org>
11725 * dired.el (dired-view-command-alist): New variable.
11726 (dired-view-file): Use external viewers for some files names.
11728 * mouse.el (mouse-drag-region-1): Display region highlight
11729 only in the selected window.
11731 * subr.el (remove-hook): When there are no more local hooks,
11732 kill the buffer-local value.
11734 * isearch.el (isearch-mode): Don't call make-frame-visible
11735 if frame is already visible.
11737 * cus-face.el (custom-face-attributes): Fix typo in `ultra-bold'.
11739 2002-04-09 Emmanuel Briot <briot@act-europe.fr>
11741 * progmodes/ada-prj.el: Add support for the new project file
11742 fields: gnatfind-opt, debug-pre-cmd and debug-post-cmd.
11743 Fix widget handling for Emacs 21. ada-mode now only supports a single
11744 active project file, instead of one per buffer. This is far less
11747 * progmodes/ada-stmt.el: Menu changed from Statements to Templates.
11748 (ada-func-or-proc-name): Get real subprogram name, after change in
11751 * progmodes/ada-xref.el: Ada-mode no longer supports a different
11752 project file per buffer. This was too complex. Instead, there is
11753 now a single active project file at any given time, and the user
11754 can switch the active one through the Ada menu. This revision
11755 also provides better handling of the Windows command line, and the
11756 various available shells on that platform. ada-mode is now fully
11757 integrated with the GNU visual debugger gvd, see
11758 http://libre.act-europe.fr.
11759 (ada-prj-default-comp-opt): Use the new GNAT switch -gnatQ.
11760 This is only available with GNAT 3.14.
11761 (ada-prj-gnatfind-switches, ada-cd-command): New variable.
11762 (ada-quote-cmd): New function.
11763 (ada-initialize-runtime-library): Get the location of the actual
11764 runtime the compiler will be using, including support for
11765 cross-platform environments.
11766 (ada-treat-cmd-string): Add support for the new variable
11767 ${full_current} add support for debug-pre-cmd and debug-post-cmd,
11768 two commands to run just prior to running the debugger, and just
11769 after starting it. This provide better support for cross-platform
11770 and remote debugging.
11771 (ada-get-absolute-dir): Remove, replace with expand-file-name.
11772 (ada-gdb-application): New parameter executable-name.
11773 (ada-get-ali-file-name): Better handling of separate packages.
11774 Checkin on behalf of the ada-mode maintainer.
11776 * progmodes/ada-mode.el (ada-case-exception-file)
11777 (ada-indent-handle-comment-special): New variables.
11778 (ada-case-exception-substring): New variable. Casing exceptions
11779 can now also be defined for substrings, in addition to full
11780 identifier names. This provides more flexibility.
11781 (ada-align-list): New fun, provide support for align.el in ada-mode.
11782 (ada-procedure-start-regexp): Add support for operators and
11783 generic formal subprograms and packages.
11784 (ada-imenu-comment-re): New variable.
11785 (ada-imenu-generic-expression): Add support for protected types.
11786 (ada-mode): Set comment-start only after running ada-mode-hook, so
11787 that the user can change ada-comment-start in the hook.
11788 Add support for ispell in comments. Add support for align.el.
11789 (ada-save-exception-file, ada-create-case-exception-substring)
11790 (ada-adjust-case-substring): New functions.
11791 (ada-get-current-indent): Properly handles keywords with uppercases.
11792 (ada-goto-matching-end): Rewritten, fixes problems in the handling
11794 (ada-untab-hard): Do not touch the contents of comments and strings.
11796 2002-04-09 Mike Williams <mdub@bigfoot.com>
11798 * textmodes/sgml-mode.el (sgml-lexical-context):
11799 Use sgml-parse-tag-backward to find start point.
11800 (sgml-looking-back-at): Doc fix.
11802 2002-04-09 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
11804 * isearch.el (isearch-message-prefix): Use minibuffer-prompt face
11807 2002-04-08 Stefan Monnier <monnier@cs.yale.edu>
11809 * autorevert.el (auto-revert-mode, global-auto-revert-mode):
11810 Use define-minor-mode.
11811 (auto-revert-buffers): Use with-current-buffer.
11812 Avoid changing the minor modes.
11814 * international/iso-acc.el (iso-accents-accent-key): Use `vector'
11815 rather than char-to-string since last-input-char can be any event.
11817 * international/titdic-cnv.el (tit-dictionary):
11818 Use defvar for non-constants.
11820 * progmodes/cwarn.el (global-cwarn-mode): Use define-minor-mode.
11821 (global-cwarn-mode): Use easy-mmode-define-global-mode.
11822 (cwarn-font-lock-keywords): New function.
11823 Replaces cwarn-font-lock-remove-keywords cwarn-font-lock-add-keywords.
11824 (cwarn-font-lock-match): New macro.
11825 (cwarn-font-lock-match-assignment-in-expression)
11826 (cwarn-font-lock-match-dangerous-semicolon)
11827 (cwarn-font-lock-match-reference): Use it.
11829 * progmodes/cperl-mode.el (cperl-make-face, cperl-force-face):
11830 Use defvar rather than defconst since it's meant to be settable.
11831 (cperl-syntax-done-to): Don't hardcode 1 as (point-min).
11832 (cperl-fix-line-spacing): Add missing \ in [ t].
11834 * loadup.el: Call ucs-unify-8859 directly rather than
11835 unify-8859-on-encoding-mode.
11836 (fns-*.el): Don't use it anymore. Keep the load-history in purespace.
11838 * textmodes/sgml-mode.el (sgml-comment-indent-new-line): New fun.
11839 (sgml-mode): Use it for comment-line-break-function.
11841 2002-04-08 Jason Rumney <jasonr@gnu.org>
11843 * international/mule-cmds.el (reset-language-environment):
11844 Handle coding-systems not being defined yet.
11846 2002-04-08 Sam Steingold <sds@gnu.org>
11848 * vc-cvs.el (vc-cvs-valid-version-number-p): New function.
11849 (vc-cvs-checkin): Use it.
11851 2002-04-08 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
11853 * files.el (display-time-string): Fix last change.
11855 2002-04-07 Sam Steingold <sds@gnu.org>
11857 * vc-cvs.el (vc-cvs-checkin): Pass the required argument to `error'.
11859 2002-04-07 Jason Rumney <jasonr@gnu.org>
11861 * international/mule-cmds.el (set-default-coding-systems)
11862 (reset-language-environment): Preserve eols on
11863 default-process-coding-system.
11864 (coding-system-change-text-conversion): Fix case where CODING is nil.
11866 2002-04-07 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
11868 * subr.el (play-sound): Move here from simple.el.
11870 * simple.el (play-sound): Move to subr.el.
11872 2002-04-06 Richard M. Stallman <rms@gnu.org>
11874 * files.el (display-time-string-forms): Mark as risky.
11876 * enriched.el (enriched-decode-foreground, enriched-decode-background):
11877 Use proper format for desired elts of `face' property.
11878 Don't test display-color-p; make the properties unconditionally.
11880 * progmodes/compile.el (compilation-error-regexp-alist):
11881 New alternatives for FILE:LINE.COL and for ranges of columns and lines.
11883 2002-04-06 Per Abrahamsen <abraham@dina.kvl.dk>
11885 * progmodes/cc-vars.el (c-block-comment-prefix): Specify :value
11886 for customization type.
11887 Reported by Mattias Fredsberg <mattias.fredsberg@active-tv.com>.
11889 2002-04-06 Mike Williams <mdub@bigfoot.com>
11891 * textmodes/xml-lite.el: Remove.
11893 2002-04-05 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
11895 * simple.el (play-sound): New function (uses play-sound-internal).
11897 2002-04-04 Richard M. Stallman <rms@gnu.org>
11899 * files.el (mode-line-format, mode-line-modified)
11900 (mode-line-mule-info, mode-line-buffer-identification)
11901 (mode-line-modes, mode-line-position): Explicitly mark as risky.
11902 (hack-one-local-variable): Don't recognize "mode-line-..." as risky.
11904 * calendar/solar.el (solar-northern-spring-or-summer-season): Doc fix.
11906 * mail/mailabbrev.el (mail-abbrev-make-syntax-table):
11907 Use (syntax-table), not old-syntax-table.
11909 * enriched.el (enriched-decode-foreground)
11910 (enriched-decode-background): Don't call facemenu-get-face.
11912 2002-04-04 Mike Williams <mdub@bigfoot.com>
11914 * textmodes/sgml-mode.el: Add missing require.
11915 (sgml-lexical-context): Fix up CDATA detection for boundary cases.
11917 2002-04-03 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11919 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line): Move to
11920 spot indicated by text property `cvs-goal-column', if present.
11922 * pcvs-info.el (cvs-fileinfo-pp): Use text property
11923 `cvs-goal-column' to indicate position of file name (if present).
11925 2002-04-03 Richard M. Stallman <rms@gnu.org>
11927 * mail/mailabbrev.el (mail-abbrev-complete-alias):
11928 Call mail-abbrev-make-syntax-table.
11930 * format.el (format-deannotate-region): Doc fix.
11932 * enriched.el (enriched-face-ans): Delete special treatment
11933 for fg:... and bg:... faces.
11934 (enriched-decode-foreground): Return a list that specifies
11935 the foreground color, rather than creating a face.
11936 (enriched-decode-background): Likewise.
11938 * shell.el (shell-mode): Don't reinit comint-input-ring
11939 if that was already done.
11941 2002-04-03 Edward M. Reingold <reingold@emr.cs.iit.edu>
11943 * solar.el (solar-spring-or-summer-season): Delete.
11944 (solar-northern-spring-or-summer-season): New variable.
11945 (solar-sunrise-and-sunset, solar-moment, solar-sunrise-sunset):
11948 * solar.el (diary-sabbath-candles-minutes): New variable.
11949 (diary-sabbath-candles): Use it instead of fixed 18 minutes.
11951 * calendar.el (update-calendar-mode-line): Force mode-line update.
11952 Make date under the cursor available as `date' in
11953 calendar-mode-line-format.
11954 Eval items in calendar-mode-line-format list.
11956 * cal-tex.el (cal-tex-hook, cal-tex-year-hook, cal-tex-month-hook)
11957 (cal-tex-week-hook, cal-tex-daily-hook): Add doc strings.
11959 * cal-tex.el (cal-tex-latexify-list): Fix doc string.
11961 * cal-tex.el (cal-tex-insert-day-names): LaTeXify day names.
11962 (cal-tex-cursor-week-iso, cal-tex-week-hours, cal-tex-weekly4-box)
11963 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
11964 (cal-tex-daily-page, cal-tex-mini-calendar): LaTeXify day names.
11966 * cal-tex.el: Change all instances (interactive "P") to
11968 (cal-tex-cursor-month): Add hfill and newline at end of month that
11970 (cal-tex-preamble): Change to LaTeX2e.
11971 (cal-tex-cursor-filofax-year): Don't use default month names in
11972 LaTeX macros in case user changes them.
11973 (cal-tex-month-name): New function. Used throughout in case user
11974 has done something funny with month names.
11976 * cal-hebrew.el (holiday-rosh-hashanah-etc): Spelling correction.
11977 (diary-rosh-hodesh): Spelling correction.
11979 2002-04-03 Mike Williams <mdub@bigfoot.com>
11981 * textmodes/sgml-mode.el (sgml-lexical-context)
11982 (sgml-parse-tag-backward): Extend support for CDATA to include
11983 conditional sections.
11985 2002-04-03 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
11987 * cus-start.el: Rename `autoselect-window' to
11988 `mouse-autoselect-window'.
11990 2002-04-02 Richard M. Stallman <rms@gnu.org>
11992 * files.el (hack-one-local-variable):
11993 Clear text props from string value.
11995 2002-04-02 Stefan Monnier <monnier@cs.yale.edu>
11997 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
11998 (f90-procedures-re, f90-operators-re, f90-hpf-keywords-re):
12000 (f90-keywords-re, f90-keywords-level-3-re): Add `pure' and `elemental'
12002 (f90-procedures-re): Add `null' and `cpu_time' from F95.
12003 (f90-font-lock-keywords-1): Minor reorganization so we don't need
12004 `override' any more.
12005 (f90-font-lock-keywords-3): Use `keep' rather than `override'.
12006 (f90-indent-subprogram): Use indent-region.
12007 (f90-break-line): Use indent-according-to-mode.
12009 2002-04-02 Mike Williams <mdub@bigfoot.com>
12011 * textmodes/sgml-mode.el (sgml-close-tag): Rename from
12012 sgml-insert-end-tag. Simplify by using sgml-lexical-context.
12013 (sgml-get-context): Remove use of sgml-inside-tag-p.
12014 (sgml-inside-tag-p): Remove.
12015 (sgml-looking-back-at): Short-circuit at beg of buffer.
12016 (sgml-lexical-context, sgml-calculate-indent): Add support for
12019 2002-04-01 Stefan Monnier <monnier@cs.yale.edu>
12021 * help.el (help-key-description): New fun.
12022 (describe-key-briefly, describe-key): Use it and
12023 this-single-command-raw-keys plus new arg `untranslated'.
12025 * textmodes/sgml-mode.el (sgml-at-indentation-p, sgml-tag)
12026 (sgml-parse-tag-name, sgml-looking-back-at, sgml-parse-tag-backward)
12027 (sgml-inside-tag-p, sgml-get-context, sgml-show-context)
12028 (sgml-insert-end-tag): New funs taken from xml-lite.el.
12029 (sgml-calculate-indent): Use them.
12030 (sgml-slash-matching): Rename from sgml-slash.
12031 (sgml-slash): Copied from xml-lite and changed to use
12032 sgml-slash-matching and sgml-quick-keys.
12034 * international/mule-cmds.el (standard-keyboard-coding-systems):
12035 Add koi8-u and koi8-r.
12037 * eshell/.cvsignore: New file.
12039 * eshell/esh-groups.el: Remove.
12041 * progmodes/tcl.el: Change maintainer.
12042 (tcl-electric-hash-style): Change default to nil.
12043 (tcl-imenu-generic-expression): Use tcl-proc-regexp.
12044 (tcl-do-auto-fill): Remove.
12045 (tcl-auto-fill-mode): Rewrite using comment-auto-fill-only-comments.
12047 2002-04-01 Mike Williams <mdub@bigfoot.com>
12049 * textmodes/sgml-mode.el: Doc fixes.
12050 (sgml-mode): Set indent-line-function to sgml-indent-line.
12051 (sgml-calculate-indent): Add an explicit check for 'text syntax,
12052 to protect against future enhancements to sgml-lexical-context.
12053 (sgml-empty-tag-p, sgml-unclosed-tag-p): New funcs.
12055 * textmodes/xml-lite.el: Removed much redundant stuff.
12056 (xml-lite-parse-tag-backward): Simplify parsing by assuming we
12057 always start within text. Make use of sgml-unclosed-tag-p.
12059 2002-04-01 Ville Skytt
\e,Ad
\e(B <ville.skytta@xemacs.org>
12061 * tcl.el (tcl-imenu-generic-expression): New value.
12062 (tcl-imenu-create-index-function): Function deleted.
12063 (tcl-mode): Check for filladapt-mode.
12064 Use tcl-imenu-generic-expression instead of
12065 tcl-imenu-create-index-function.
12066 (inferior-tcl-mode): Doc fix.
12067 Change not legally significant.
12069 2002-04-01 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
12071 * cus-start.el: Rename `x-autoselect-window' to `autoselect-window'.
12073 * window.el (handle-select-window): New function.
12076 2002-04-01 Richard M. Stallman <rms@gnu.org>
12078 * info.el (info-tool-bar-map): Use tool-bar-local-item-from-menu.
12080 * toolbar/tool-bar.el (tool-bar-local-item): Renamed from
12081 tool-bar-add-item, and new arg MAP.
12082 (tool-bar-add-item): Now calls tool-bar-local-item.
12083 (tool-bar-local-item-from-menu): Renamed from
12084 tool-bar-add-item-from-menu, and new arg IN-MAP.
12085 (tool-bar-add-item-from-menu): Now calls tool-bar-local-item-from-menu.
12087 * help-fns.el (help-with-tutorial): Allow various ways
12088 to specify the text in the [...] line, in handling the <...> line.
12090 * progmodes/idlw-rinfo.el (idlwave-system-routines):
12091 WOLRDTITLE => WORLDTITLE. SUPRESS_VALUE => SUPPRESS_VALUE.
12093 * subr.el (redraw-modeline): Define alias.
12095 2002-03-31 Richard M. Stallman <rms@gnu.org>
12097 * files.el (file-expand-wildcards): Use save-match-data.
12099 * files.el (format-alist): Mark as risky.
12101 * simple.el (kill-new): Doc fix.
12103 * emacs-lisp/byte-opt.el (side-effect-free-fns)
12104 (side-effect-and-error-free-fns): Add many functions, remove some.
12106 2002-03-30 Richard M. Stallman <rms@gnu.org>
12108 * menu-bar.el (menu-bar-tools-menu): Rename gdb item to say GDB.
12110 2002-03-30 Eli Zaretskii <eliz@gnu.org>
12112 * font-lock.el (save-buffer-state): Fix last change.
12114 * files.el (auto-save-file-name-transforms): Fix last change.
12116 * startup.el (command-line): Fix last change.
12118 2002-03-29 Richard M. Stallman <rms@gnu.org>
12120 * subr.el (play-sound-file): Moved to simple.el.
12122 * simple.el (play-sound-file): Moved from subr.el, made unconditional.
12124 2002-03-29 Colin Walters <walters@verbum.org>
12126 * ibuffer.el (ibuffer-mark-interactive): Use `ibuffer-forward-line'
12127 instead of `forward-line'.
12128 (ibuffer-forward-line): Be sure to skip over special properties
12129 before moving, too.
12131 * calc/calc.el (calc-was-split): Var deleted.
12132 (calc): Remove reference to it.
12134 (calc-quit): Ditto.
12135 (calc-init-base): Ditto.
12137 * calc/calc-misc.el (calc-delete-windows-keep): Function deleted.
12139 2002-03-29 Stefan Monnier <monnier@cs.yale.edu>
12141 * textmodes/sgml-mode.el (sgml-lexical-context): Return (text . START)
12142 instead of nil when point is outside of any tag.
12143 (sgml-beginning-of-tag): Adjust to the change.
12144 (sgml-calculate-indent): Use the new info returned by
12145 sgml-lexical-context. Try to handle unclosed tags.
12147 * textmodes/xml-lite.el (xml-lite-get-context): Don't stop parsing
12148 at unclosed tags unless it is at indentation.
12149 Kill nested unclosed tags.
12150 (xml-lite-calculate-indent, xml-lite-indent-line): Remove.
12151 (xml-lite-mode): Use sgml-indent-line instead.
12153 2002-03-29 Eli Zaretskii <eliz@is.elta.co.il>
12155 * files.el (auto-save-file-name-transforms): Don't run "\\2" via
12158 * startup.el (command-line): Recompute auto-save-file-name-transforms
12159 using the updated value of temporary-file-directory.
12161 2002-03-29 Stefan Monnier <monnier@cs.yale.edu>
12163 * textmodes/xml-lite.el (xml-lite-get-context): Allow stopping
12164 even with an empty context. Don't save excursion any more.
12165 Don't complain about unmatched start-tags in sgml-unclosed-tags.
12166 Ignore end-tags in sgml-empty-tags.
12167 (xml-lite-get-context, xml-lite-calculate-indent)
12168 (xml-lite-insert-end-tag): Save excursion around xml-lite-get-context.
12169 (xml-lite-indent-line): Use back-to-indentation.
12171 * textmodes/sgml-mode.el (sgml-basic-offset): New var.
12172 (sgml-name-re, sgml-attrs-re): New consts.
12173 (sgml-tag-name-re, sgml-start-tag-regex, sgml-font-lock-keywords-1)
12174 (sgml-mode): Use them.
12175 (sgml-lexical-context): Default to (point-min) if nothing else works.
12176 (sgml-calculate-indent): Indent slightly differently.
12177 (sgml-indent-line): Use back-to-indentation.
12178 (sgml-parse-dtd): New function.
12179 (sgml-unclosed-tags): New var.
12180 (html-mode): Set it.
12182 2002-03-29 Simon Marshall <simon.marshall@misys.com>
12184 * font-lock.el (save-buffer-state): Use make-symbol to bind `modified'.
12186 2002-03-29 Richard M. Stallman <rms@gnu.org>
12188 * dired-aux.el (dired-do-query-replace-regexp, dired-do-search):
12189 Use FILTER arg in dired-get-marked-files to exclude directories.
12190 (dired-nondirectory-p): New function.
12192 * dired.el (dired-get-marked-files): New arg FILTER
12193 allows selection of some files.
12195 * progmodes/tcl.el (tcl-imenu-create-index-function): Doc fix.
12197 2002-03-29 Eric M. Ludlam <eric@siege-engine.com>
12199 * speedbar.el (speedbar-default-directory-list): Made robust
12200 against deleted directories.
12202 2002-03-28 Richard M. Stallman <rms@gnu.org>
12204 * dired.el (dired-toggle-marks): Renamed from dired-do-toggle.
12207 * progmodes/compile.el (compilation-handle-exit):
12208 If compilation-window-height is 0, display status in echo area.
12210 * simple.el (line-move-to-column): Don't call move-to-column if COL=0.
12212 * rect.el (replace-rectangle): Add autoload.
12214 * files.el: Mark many more variables as risky.
12215 (hack-one-local-variable): Recognize several additional
12218 * bindings.el (mode-line-mule-info): Use :propertize, not :eval.
12220 2002-03-28 Stefan Monnier <monnier@cs.yale.edu>
12222 * textmodes/xml-lite.el (xml-lite-in-string-p):
12223 Use sgml-lexical-context.
12224 (xml-lite-parse-tag-backward): Use sgml-tag-syntax-table.
12225 (xml-lite-get-context): Check that open/close tags match.
12226 Don't stop scanning while we're ignoring matching tags.
12228 * textmodes/sgml-mode.el (sgml-make-syntax-table): New fun.
12229 (sgml-mode-syntax-table): Use it.
12230 (sgml-tag-syntax-table, sgml-tag-name-re): New const.
12231 (sgml-tags-invisible): Use it.
12232 (sgml-lexical-context): New fun.
12233 (sgml-maybe-end-tag, sgml-beginning-of-tag): Use it.
12234 (sgml-quote): Accept \n as entity reference terminator.
12235 (sgml-calculate-indent, sgml-indent-line): New funs.
12237 2002-03-28 Andre Spiegel <spiegel@gnu.org>
12239 * vc-cvs.el (vc-cvs-global-switches): New user option.
12240 (vc-cvs-command): New function. Update all callers of
12241 `vc-do-command' in vc-cvs.el to use this instead.
12243 2002-03-27 Andrew Innes <andrewi@gnu.org>
12245 * makefile.w32-in (bootstrap-clean-SH): Use for loop, instead of
12246 relying on shell globbing.
12248 2002-03-27 Colin Walters <walters@debian.org>
12250 * ibuffer.el (ibuffer-help-buffer-modes): New variable.
12251 (ibuffer-fontification-alist): Use it.
12252 (ibuffer-backward-line): Handle `ibuffer-summary' area.
12253 (ibuffer-forward-line): Ditto.
12255 * ibuf-ext.el (sorter mode-name): Doc fix.
12256 (ibuffer-mark-help-buffers): Use `ibuffer-help-buffer-modes'.
12257 (operation query-replace): Use new `noerror' arg for
12258 `query-replace-read-args'.
12259 (operation query-replace-regexp): Ditto.
12261 2002-03-27 Stefan Monnier <monnier@cs.yale.edu>
12263 * textmodes/xml-lite.el: Fix copyright notice.
12264 (xml-lite-basic-offset): Rename from xml-lite-indent-offset.
12265 (xml-lite-indent-comment-offset): Remove.
12266 (xml-lite-calculate-indent): Use new name. Use natural alignment
12268 (xml-lite-in-string-p): Simplify.
12270 2002-03-27 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
12272 * allout.el (outline-layout): Doc fix.
12274 2002-03-27 Stefan Monnier <monnier@cs.yale.edu>
12276 * textmodes/xml-lite.el: Don't require `custom'.
12277 (xml-lite-parse-tag-name): Properly treat non-ASCII chars.
12278 (xml-lite-parse-tag-backward): Obey sgml-empty-tags.
12279 (xml-lite-get-context): Drop nested tags not just for comments.
12280 (xml-lite-indent-line): Be more careful about moving point.
12281 (xml-lite-insert-end-tag, xml-lite-slash):
12282 Use indent-according-to-mode instead of xml-lite-indent-line.
12283 (xml-lite-mode): Make xml-lite-orig-indent-line-function buffer-local.
12284 Set sgml-xml-mode. Don't call force-mode-line-update.
12285 (xml-lite-mode-map): Don't bind TAB.
12287 2002-03-27 Zoltan Kemenczy <zoltan@ieee.org>
12289 * gud.el (gud-jdb-sourcepath): New variable, saves jdb -sourcepath
12291 (gud-jdb-build-source-files-list): Comment clarification.
12292 (gud-jdb-massage-args): Reworked into loop-based argument list
12293 processing in order to support -classpath and -sourcepath argument
12295 (gud-jdb-find-source-using-classpath): Prepend gud-jdb-sourcepath
12296 to gud-jdb-classpath to obtain search list.
12297 (gud-jdb-parse-classpath-string): Remove any trailing slashes from
12298 directory names in classpath/sourcepath lists, update comment.
12299 (jdb): Add setting of gud-jdb-sourcepath, update comment.
12300 (gud-find-class): Add gud-jdb-sourcepath use, and correct
12301 behaviour for the case when classpath is not used--backward
12304 2002-03-27 Eli Zaretskii <eliz@is.elta.co.il>
12306 * Makefile.in (compile, compile-always): Don't try to compile
12307 non-existent files or files in empty directories.
12309 2002-03-26 Michael Ernst <mernst@alum.mit.edu>
12311 * compare-w.el (compare-windows-whitespace): Match all whitespace.
12313 * emacs-lisp/shadow.el (list-load-path-shadows): Only ignore last
12314 copy of standard Lisp directories.
12316 * tar-mode.el (tar-header-block-summarize, tar-get-descriptor):
12317 Support "next has longname" link type.
12319 2002-03-26 Stefan Monnier <monnier@cs.yale.edu>
12321 * textmodes/xml-lite.el (xml-lite-at-indentation-p): Move.
12322 (xml-lite-in-string-p, xml-lite-looking-back-at, xml-lite-looking-at):
12324 (forward-xml-tag, backward-xml-tag, beginning-of-xml-tag)
12325 (end-of-xml-tag): Remove.
12326 (xml-lite-get-context): Better handling of comments.
12327 (xml-lite-calculate-indent): Use xml-lite-in-string-p.
12328 (xml-lite-parse-tag-backward): Rewrite.
12330 2002-03-26 Juanma Barranquero <lektu@terra.es>
12332 * makefile.w32-in (WINS): Add the toolbar directory.
12334 2002-03-26 Richard M. Stallman <rms@gnu.org>
12336 * subr.el (substring-no-properties): Function deleted (now in C).
12338 2002-03-25 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
12340 * mwheel.el (mouse-wheel-mode): Use global-set-key and
12343 2002-03-24 Richard M. Stallman <rms@gnu.org>
12345 * mail/rmail.el (rmail-resend): Call mail-abbrev-make-syntax-table.
12347 * progmodes/etags.el (tags-query-replace): Pass t for NOERROR
12348 to query-replace-read-args.
12350 * progmodes/compile.el (compilation-forget-errors):
12351 Don't adjust compilation-parsing-end if it's nil.
12353 * replace.el (query-replace-read-args): New optional arg NOERROR.
12354 (perform-replace): Use save-window-excursion around recursive edit.
12356 2002-03-24 Colin Walters <walters@verbum.org>
12358 * ibuffer.el (ibuffer): If the user has `ibuffer-use-other-window'
12359 non-nil, then always use another window.
12361 2002-03-24 Gerd Moellmann <gerd@gnu.org>
12363 * subr.el (macro-declaration-function): New function. Set the
12364 variable macro-declaration-function to it.
12366 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
12367 Handle declarations in macro definitions.
12369 2002-03-24 Eli Zaretskii <eliz@is.elta.co.il>
12371 * facemenu.el (facemenu-get-face): Remove unused variable `foreground'.
12373 * enriched.el (enriched-face-ans): Support FACE of the form
12374 (:foreground COLOR) and (:background COLOR).
12375 (enriched-decode-foreground, enriched-decode-background): Set the
12376 fore- and background colors of the faces we create, since facemenu
12379 2002-03-24 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
12381 * mwheel.el (mouse-wheel-mode): Use the result of
12382 current-global-map instead of the variable `global-map'.
12384 2002-03-23 Richard M. Stallman <rms@gnu.org>
12386 * mail/mailabbrev.el (mail-abbrev-make-syntax-table): New subroutine
12387 broken out of sendmail-pre-abbrev-expand-hook.
12388 (sendmail-pre-abbrev-expand-hook): Use it.
12390 2002-03-22 Stefan Monnier <monnier@cs.yale.edu>
12392 * Makefile.in (finder-inf.el): Remove.
12393 (finder-data): Don't depend on finder-inf.el any more.
12394 (compile, compile-always): Handle the case where some files
12395 from DONTCOMPILE are missing (it tried to compile them).
12396 (bootstrap-clean): Use src/emacs only if executable.
12397 (bootstrap): Update subdirs.el and finder-inf.el.
12399 * finder.el: Don't load finder-inf.el during byte-compilation.
12401 * vc-cvs.el (vc-cvs-registered, vc-cvs-dir-state-heuristic):
12402 Don't consider cvs-removed files as under VC control.
12403 VC wouldn't handle them properly anyway and it confuses
12404 vc-file-not-found-hook.
12406 * emacs-lisp/bytecomp.el (batch-byte-compile-if-not-done):
12407 Add autoload cookie.
12409 2002-03-22 Eli Zaretskii <eliz@is.elta.co.il>
12411 * calendar/calendar.el (calendar): Doc fix.
12413 2002-03-22 Juanma Barranquero <lektu@terra.es>
12415 * play/gomoku.el (gomoku-font-lock-O-face): Convert to use `defface'.
12416 (gomoku-font-lock-X-face): Likewise.
12417 (gomoku-font-lock-keywords): Use faces instead of variables.
12419 2002-03-21 Stefan Monnier <monnier@cs.yale.edu>
12421 * Makefile.in (bootstrap): Make sure subdirs.el is ready.
12423 2002-03-21 Kim F. Storm <storm@cua.dk>
12425 * simple.el (open-network-stream, open-network-stream-nowait)
12426 (open-network-stream-server): Use featurep to test for
12427 supported networking features.
12429 2002-03-21 Thien-Thi Nguyen <ttn@gnu.org>
12431 * mail/emacsbug.el (report-emacs-bug-hook): Remove submitter
12432 directions as the last action.
12434 2002-03-21 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
12436 * startup.el (fancy-splash-tail, normal-splash-screen):
12439 * novice.el (disabled-command-hook): Clarify output text to match
12442 2002-03-20 Jason Rumney <jasonr@gnu.org>
12444 * frame.el (display-images-p): Do not explicitly check display type.
12446 2002-03-20 pmr-sav <pmr-sav@hamm.pajato.com>
12449 Eliminate compilation warnings due to `rfc822-addresses'.
12450 (rmail-dont-reply-to): Eliminate `pos' as a free variable for a
12451 warning free compile.
12453 2002-03-20 Michael Kifer <kifer@cs.stonybrook.edu>
12455 * ediff-diff.el (ediff-install-fine-diff-if-necessary):
12456 Take the current highlighting style into account.
12457 (ediff-forward-word-function,ediff-whitespace,ediff-word-1)
12458 (ediff-word-2,ediff-word-3,ediff-word-4): Make them buffer local.
12460 * ediff-init.el (ediff-patch-job): New macro.
12462 * ediff-mult.el (ediff-make-new-meta-list-header): New API function.
12463 (ediff-intersect-directories): Use ediff-make-new-meta-list-header.
12465 * ediff-ptch.el (ediff-map-patch-buffer):
12466 Use ediff-make-new-meta-list-header.
12467 (ediff-fixup-patch-map): Use the meta-list API from ediff-mult.el.
12469 * ediff-util.el (ediff-toggle-hilit): Fix toggling of highliting.
12470 (ediff-select-difference): Take highlighting style into account.
12471 (ediff-clone-buffer-for-region-comparison): New function.
12472 (ediff-inferior-compare-regions): Added comparison of current diff
12475 * ediff.el (ediff-clone-buffer-for-region-comparison)
12476 (ediff-clone-buffer-for-window-comparison): Moved to ediff-util.el.
12478 2002-03-19 pmr-sav <pmr-sav@hamm.pajato.com>
12480 * mail-utils.el (rmail-dont-reply-to):
12481 Overhaul to correctly apply the regular
12482 expressions in the variable `rmail-dont-reply-to-names' to the list of
12483 destination addresses. Contributed by lorentey@elte.hu.
12485 * rmail.el (rmail-dont-reply-to-names):
12486 Modify the documentation to make it email
12487 address centric rather than login name centric. Contributed by
12490 2002-03-18 Colin Walters <walters@verbum.org>
12492 * ibuf-ext.el (ibuffer-toggle-sorting-mode): Remove `find-if' so
12493 we don't require `cl' at runtime.
12494 (sorting mode mode-name): Don't take the symbol-name of a string.
12496 * ibuffer.el (ibuffer-set-mark): Go back to the beginning of the
12497 line after setting the mark.
12498 (ibuffer-insert-buffers-and-marks): Invert the test for
12499 `ibuffer-sorting-reversep'.
12501 2002-03-18 Stefan Monnier <monnier@cs.yale.edu>
12503 * international/ucs-tables.el (unify-8859-on-decoding-mode)
12504 (unify-8859-on-encoding-mode): Remove autoload cookie.
12506 2002-03-18 Andre Spiegel <spiegel@gnu.org>
12508 * vc-rcs.el (vc-rcs-register): Fix handling of
12509 vc-[rcs-]register-switches.
12510 (vc-rcs-checkin-switches, vc-rcs-checkout-switches):
12511 Variables removed, since they weren't used yet.
12513 * vc-cvs.el (vc-cvs-register): Fix handling of
12514 vc-[cvs-]register-switches.
12516 * vc-sccs.el (vc-sccs-register): Fix handling of
12517 vc-[sccs-]register-switches.
12519 2002-03-18 Stefan Monnier <monnier@cs.yale.edu>
12521 * loadup.el ("emacs-lisp/backquote"): Load earlier.
12522 ("international/ucs-tables"): Load and turn on
12523 unify-8859-on-encoding-mode unconditionally.
12524 (emacs-version): Use `defconst' rather than `setq'.
12526 * eshell/esh-ext.el (eshell-binary-suffixes): Use exec-suffixes.
12528 2002-03-18 Richard M. Stallman <rms@gnu.org>
12530 * menu-bar.el (menu-bar-options-menu): Cope if
12531 text-mode-hook is not a list.
12533 2002-03-17 Richard M. Stallman <rms@gnu.org>
12535 * emulation/pc-select.el (pc-selection-mode):
12536 Alter the existing global map, don't replace it.
12538 * files.el (list-directory): Set default-directory at the end.
12540 * dabbrev.el (dabbrev--goto-start-of-abbrev):
12541 Put a limit on field-beginning search.
12543 2002-03-17 Simon Josefsson <jas@extundo.com>
12545 * net/browse-url.el (browse-url-mosaic-pidfile): New variable.
12546 (browse-url-mosaic): Use it.
12548 * net/browse-url.el (browse-url-filename-alist): Don't begin
12549 docstring with *, you don't want to set this one with M-x set-variable.
12551 * net/browse-url.el: Put * in user option doc strings.
12553 2002-03-17 Stefan Monnier <monnier@cs.yale.edu>
12555 * textmodes/sgml-mode.el (sgml-xml-mode): Renamed from sgml-xml.
12556 (sgml-xml-guess): Simplify.
12557 (sgml-mode-common): Remove (move into sgml-mode).
12558 (sgml-mode): Add code from sgml-mode-common.
12559 Remove redundant setting of indent-line-function.
12560 Don't set skeleton-transformation when in XML mode.
12562 * international/mule-diag.el (describe-char-after):
12563 Use `internal-describe-syntax-value' again (got lost somewhere).
12565 * international/ucs-tables.el (ucs-unify-8859, ucs-fragment-8859):
12566 Use unify-8859-on-decoding-mode.
12567 (unify-8859-on-decoding-mode): Also set translation-table-for-input.
12568 (ucs-insert): Give an error if the unicode char can't be created.
12570 * pcvs-parse.el (cvs-parse-table): Be a bit more lenient.
12571 (cvs-parse-status): Handle the "used to have a conflict" marker.
12573 2002-03-17 Kim F. Storm <storm@cua.dk>
12575 The following changes are related to the enhanced network process
12578 * simple.el: Update copyright.
12579 (clone-process): Use make-network-process to clone network
12580 processes. Get command list via (process-contact ... t).
12581 Use set-process-query-on-exit-flag and process-query-on-exit-flag
12582 instead of process-kill-without-query.
12583 (open-network-stream): Replaces C-version from process.c.
12584 (open-network-stream-nowait, open-network-stream-server): New funs.
12585 (process-kill-without-query): Replaces C-version from process.c.
12587 * files.el: Update copyright.
12588 (save-buffers-kill-emacs): Also check for active server
12589 processes. Use process-query-on-exit-flag. Only list processes
12590 which has the query-on-exit flag set in connection with user query.
12592 * shadowfile.el: Update copyright.
12593 (shadow-save-buffers-kill-emacs): Also check for active server
12594 processes. Use process-query-on-exit-flag.
12596 2002-03-16 Simon Marshall <simon.marshall@misys.com>
12598 * imenu.el (imenu-menubar-modified-tick): Renamed from
12599 imenu-update-menubar-modified-tick.
12600 (imenu-update-menubar): Update imenu-menubar-modified-tick
12601 whenever outer condition succeeds.
12603 * lazy-lock.el (save-buffer-state):
12604 Bind inhibit-modification-hooks and buffer-file-truename
12605 instead of before-change-functions and after-change-functions.
12607 2002-03-16 Eli Zaretskii <eliz@is.elta.co.il>
12609 * international/codepage.el (codepage-setup): Don't define a
12610 codepage if it is already defined.
12612 * textmodes/po.el (po-content-type-charset-alist): Convert the
12613 car of each association to a string.
12614 (po-find-file-coding-system-guts): If the charset matches a name
12615 of a codepage, set up that codepage and return it as a coding
12616 system to decode the file.
12617 (po-find-charset): Search for the Charset= header even if we've
12618 read less than 4KB.
12619 <top-level>: Remove the setup for all known codepages: it seems
12620 to cause crashes in the CCL driver.
12622 2002-03-16 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
12624 * textmodes/bibtex.el (bibtex-sort-ignore-string-entries)
12625 (bibtex-entry-field-alist): Doc fix.
12627 2002-03-16 Richard M. Stallman <rms@gnu.org>
12629 * progmodes/cperl-mode.el (cperl-imenu--function-name-regexp-perl):
12630 Move definition above cperl-outline-regexp.
12632 * bindings.el (mode-line-mule-info): In computing help-echo prop,
12633 avoid using save-window-excursion. And compile the function.
12635 2002-03-15 Stefan Monnier <monnier@cs.yale.edu>
12637 * files.el (load-completion): New function.
12638 (load-library): Use it.
12640 2002-03-15 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
12642 * calendar/cal-french.el (calendar-goto-french-date): Fix prompt
12643 to match the actual code.
12645 2002-03-15 Eli Zaretskii <eliz@is.elta.co.il>
12647 * textmodes/po.el (po-find-file-coding-system-guts):
12648 Use with-temp-buffer instead of po-with-temp-buffer.
12650 * international/mule-conf.el (file-coding-system-alist): Add an
12651 association for PO files.
12653 * textmodes/po.el: New file.
12655 2002-03-15 Gerd Moellmann <gerd@gnu.org>
12657 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
12658 Fix simple loop indentation.
12660 2002-03-14 Miles Bader <miles@gnu.org>
12662 * net/rlogin.el (rlogin-mode): Use `define-derived-mode'.
12664 2002-03-14 Richard M. Stallman <rms@gnu.org>
12666 * textmodes/picture.el (picture-insert)
12667 (picture-clear-column, picture-draw-rectangle):
12668 Use move-to-column, not move-to-column-force.
12670 * dired.el (dired-readin): Clear out undo list.
12671 (dired-fun-in-all-buffers): Definition moved from dired-aux.el.
12672 (dired-delete-entry): New function.
12673 (dired-internal-do-deletions): Use dired-fun-in-all-buffers
12674 and dired-delete-entry, to update this buffer (and others).
12676 * dired-aux.el (dired-fun-in-all-buffers): Moved to dired.el.
12678 * facemenu.el (facemenu-add-new-face):
12679 Pass region args to facemenu-set-face, when there is a region.
12680 (facemenu-set-foreground, facemenu-set-background)
12681 (facemenu-add-face): Doc fixes.
12683 * progmodes/cperl-mode.el (cperl-outline-regexp): Move definition up.
12685 2002-03-14 Miles Bader <miles@gnu.org>
12687 * emacs-lisp/debug.el: Require `button'.
12688 (debugger-mode-map): Set the parent keymap to `button-buffer-map',
12689 to get TAB and <backtab> bindings.
12691 * net/rlogin.el (rlogin-carriage-filter): Function removed.
12692 (rlogin): Don't install the `rlogin-carriage-filter' filter, as
12693 comint removes carriage returns itself now.
12695 * rfn-eshadow.el (rfn-eshadow-update-overlay):
12696 Bind `inhibit-point-motion-hooks' to t while messing around, to avoid
12697 getting hosed by our own intangible property.
12699 2002-03-13 Stefan Monnier <monnier@cs.yale.edu>
12701 * progmodes/fortran.el (fortran-mode): Set comment-padding to "$$$".
12702 Add fortran-comment-line-start-skip to comment-start-skip.
12703 (fortran-comment-indent): Keep whole-line comments in column 0.
12704 (fortran-find-comment-start-skip): New arg `all'.
12705 If ALL is nil, make sure we only match comment-start-skip if we
12706 can't match fortran-comment-line-start-skip.
12707 Fix bug that made it return t but without moving point when
12708 matching '!'! (a false-comment followed by a real comment).
12709 (fortran-indent-comment): Use new `all' argument above.
12710 Be careful not to add an incorrect comment-starter like "C"
12712 (fortran-split-line): When splitting a comment, reuse the comment
12713 starter from the current line rather than fortran-comment-line-start.
12714 (fortran-indent-line, fortran-auto-fill): Simplify thanks to the
12715 cleaner behavior of fortran-find-comment-start-skip.
12716 (fortran-fill): Don't be confused by ! inside a comment.
12717 (fortran-break-line): Minor cleanup and simplification.
12719 2002-03-13 Francesco Potort
\e,Al
\e(B <pot@gnu.org>
12721 * progmodes/etags.el (tag-exact-file-name-match-p)
12722 (tag-file-name-match-p, tag-partial-file-name-match-p): Use a
12725 2002-03-12 Colin Walters <walters@debian.org>
12727 * ibuffer.el (ibuffer-redisplay-current): Don't move point when
12728 redisplaying a line.
12730 2002-03-12 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
12732 * term/x-win.el (emacs-session-restore): Take previous id as
12734 (emacs-session-save): Add comment that return t means cancel shutdown
12736 * startup.el (command-line): Must check that x-session-previous-id
12737 is bound also, for non-X platforms.
12739 2002-03-12 Gerd Moellmann <gerd@gnu.org>
12741 * emacs-lisp/cl-indent.el (lisp-loop-keyword-indentation)
12742 (lisp-loop-forms-indentation, lisp-simple-loop-indentation):
12744 (extended-loop-p, common-lisp-loop-part-indentation): New functions.
12745 (common-lisp-indent-function-1): Renamed from
12746 common-lisp-indent-function.
12747 (common-lisp-indent-function): Handle loop forms specially.
12748 (lisp-indent-defmethod): Use car/cdr instead of first/rest.
12749 (lisp-backquote-indentation): New user option.
12751 2002-03-12 Francesco Potort
\e,Al
\e(B <pot@gnu.org>
12753 * progmodes/etags.el (tag-exact-file-name-match-p)
12754 (tag-file-name-match-p, tag-partial-file-name-match-p):
12755 Assume that the header of a tags section has either a number
12756 or nothing after the last comma.
12758 2002-03-11 Richard M. Stallman <rms@gnu.org>
12760 * imenu.el (imenu-update-menubar-modified-tick): New variable.
12761 (imenu-update-menubar): Don't call imenu--make-index-alist
12762 if buffer has not changed since last time.
12764 * desktop.el (desktop-buffer-handlers): Doc fix.
12765 (desktop-buffer-file): Explicitly return BUF.
12767 * paren.el (show-paren-function): Move back in other direction
12768 to verify the match is correct.
12770 * mail/supercite.el (sc-select-attribution): Accept whatever value
12771 we get in CHOICE; there is no value meaning "try again".
12773 2002-03-11 Colin Walters <walters@verbum.org>
12775 * shell.el (toplevel): Revert previous change to use pcomplete.
12776 (shell-mode): Ditto.
12777 (shell-pcomplete-setup-done): Remove.
12778 (shell-pcomplete): Ditto.
12779 (shell-pcomplete-reverse): Ditto.
12781 * comint.el: Remove documentation on setting up pcomplete.
12783 2002-03-11 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
12785 * font-lock.el (java-font-lock-extra-types): Add "URL" as separate
12788 * image.el (image-type-from-file-header): Make temporary buffer
12791 * subr.el (add-to-list): Doc fix.
12793 2002-03-11 Miles Bader <miles@gnu.org>
12795 * pcomplete.el (pcomplete-entries): Expand environment variables
12798 2002-03-10 Daniel Pfeiffer <occitan@esperanto.org>
12800 * play/mpuz.el: Use defface instead of facemenu-get-face.
12802 2002-03-10 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
12804 * startup.el (command-line): Add call to emacs-session-restore if
12805 both x-session-id and x-session-previous-id are strings.
12807 * term/x-win.el (x-handle-smid): New function.
12808 (emacs-session-filename): New function.
12809 (emacs-session-save): New function.
12810 (emacs-save-session-functions): New variable.
12811 (emacs-session-restore): New function.
12813 2002-03-09 Eli Zaretskii <eliz@is.elta.co.il>
12815 * simple.el (shell-command-on-region): Call push-mark with
12816 non-nil second arg, to suppress the "Mark set" message.
12818 2002-03-08 Richard M. Stallman <rms@gnu.org>
12820 * textmodes/picture.el (picture-forward-column): New arg `interactive'
12821 is non-nil for an interactive call. Use instead of interactive-p.
12822 (picture-backward-column): Likewise.
12824 * tar-mode.el (tar-untar-buffer): New function.
12826 * info.el (Info-fontify-node): Bind up-clicks, not down-clicks.
12827 Put the mouse-face on the entire xref, like the local keymap.
12829 * find-dired.el (find-name-dired): Use shell-quote-argument.
12831 2002-03-08 Daniel Pfeiffer <occitan@esperanto.org>
12833 * play/mpuz.el (mpuz-unsolved-face, mpuz-solved-face)
12834 (mpuz-trivial-face, mpuz-text-face, mpuz-solve-when-trivial)
12835 (mpuz-allow-double-multiplicator): New options for nicer look and
12837 (mpuz-put-number-on-board, mpuz-paint-number, mpuz-solve): New funs.
12838 (mpuz-check-all-solved, mpuz-random-puzzle)
12839 (mpuz-paint-statistics, mpuz-paint-digit, mpuz-close-game)
12840 (mpuz-show-solution): Functions streamlined and removed french
12841 style space before punctuation, added face support and optional
12842 solving of trivial results.
12844 2002-03-07 Colin Walters <walters@verbum.org>
12846 * ibuf-macs.el (define-ibuffer-column): Add :summarizer property.
12848 * ibuffer.el (ibuffer-update-mode-name): Substitute "view time"
12849 instead of "recency" for clarity.
12850 (ibuffer-compile-format): Document more. Handle new "summarizer"
12852 (ibuffer-fontify-region-function): Ditto.
12853 (ibuffer-insert-buffer-line): Ditto.
12854 (ibuffer-map-lines): Ditto.
12855 (ibuffer-insert-buffers-and-marks): Ditto.
12856 (ibuffer-update-title-and-summary): Renamed from
12857 `ibuffer-update-title'. Handle "summarizer" columns.
12858 (ibuffer-clear-summary-columns): New function.
12860 * ibuf-ext.el (ibuffer-filter-format-alist): Add type and group.
12862 2002-03-07 Gerd Moellmann <gerd@gnu.org>
12864 * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
12865 Use the other-window instead of the other-frame functions when
12866 the window is dedicated.
12868 2002-03-06 ShengHuo ZHU <zsh@cs.rochester.edu>
12870 * textmodes/bibtex.el (bibtex-make-field): Call bibtex-find-text
12871 with SILENT so that a new field can be added.
12873 2002-03-06 Eli Zaretskii <eliz@is.elta.co.il>
12875 * files.el (make-auto-save-file-name): Make sure the produced file
12876 name does not contain characters that are invalid for DOS/Windows
12879 * dos-fns.el, w32-fns.el (make-auto-save-file-name):
12880 Remove replacement functions.
12882 2002-03-06 Gerd Moellmann <gerd@gnu.org>
12884 * font-lock.el (lisp-font-lock-keywords-2): Highlight keywords of
12887 * vc.el (vc-branch-part): Add autoload cookie. This function can
12888 be called from vc-rcs-find-most-recent-rev when visiting a file
12889 checked into RCS in a CVS sandbox.
12891 2002-03-06 Andreas Schwab <schwab@suse.de>
12893 * progmodes/hideif.el: Augment expression parser to handle
12894 conditional expressions.
12895 (hif-token-regexp): Also match `?' and `:'.
12896 (hif-tokenize): Handle `?' and ':' as tokens.
12897 (hif-expr): Parse conditional expressions.
12898 (hif-or-expr): Parse `||' expressions.
12899 (hif-and-expr): Renamed from hif-term.
12900 (hif-conditional): New function to evaluate a conditional
12903 2002-03-06 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
12905 * language/czech.el ("Czech"): Fix the documentation.
12907 * language/slovak.el ("Slovak"): Likewise.
12909 2002-03-05 ShengHuo ZHU <zsh@cs.rochester.edu>
12911 * xml.el (xml-parse-attlist): Accept empty strings.
12913 2002-03-05 Eli Zaretskii <eliz@is.elta.co.il>
12915 * mouse.el (mouse-show-mark): Remove the no-highlight alternative:
12916 all terminals now support highlighting of some kind.
12918 * language/european.el (mac-roman): Fix the safe-chars property.
12920 2002-03-05 Andre Spiegel <spiegel@gnu.org>
12922 * vc.el (vc-transfer-file): Use `make-temp-file'.
12923 (vc-default-update-changelog): Remove conditional use of
12926 * vc-cvs.el (vc-cvs-diff-tree): Fix typo in parameter names.
12928 2002-03-05 Michael Kifer <kifer@cs.stonybrook.edu>
12930 * ediff-init.el: Comments.
12932 * ediff-hook.el: Got rid of autoloads. Not needed, since the hook
12935 * ediff-mult.el (ediff-intersect-directories)
12936 (ediff-prepare-meta-buffer,ediff-get-directory-files-under-revision):
12938 (ediff-draw-dir-diffs): Now supports the "C" command in directory
12940 (ediff-dir-diff-copy-file): New function that implements copying
12941 of files from one Ediff dir to another
12942 (ediff-bury-dir-diffs-buffer): Kills the buffer instead.
12943 (ediff-append-custom-diff): Better error msgs.
12945 * ediff-util.el (ediff-compute-custom-diffs-maybe): Buglet fix.
12946 (ediff-inferior-compare-regions): Use
12947 ediff-clone-buffer-for-region-comparison. Better and simpler interface.
12949 * ediff.el (ediff-directories-internal): Cleanup.
12950 (ediff-clone-buffer-for-region-comparison): Better interface.
12952 2002-03-04 Richard M. Stallman <rms@gnu.org>
12954 * emacs-lisp/easy-mmode.el (define-minor-mode):
12955 Use "P" in interactive spec of minor mode commands.
12957 2002-03-04 Stefan Monnier <monnier@cs.yale.edu>
12959 * faces.el (face-spec-choose): Allow `t' to appear before the end.
12960 (mode-line, tool-bar, minibuffer-prompt, region, fringe, bold, italic)
12961 (bold-italic, underline, highlight, secondary-selection, fixed-pitch)
12962 (variable-pitch, trailing-whitespace): Don't use the old-style entries.
12963 (mode-line-inactive, header-line): Move the `t' section to the
12964 beginning so the `:inherit' setting can be shared.
12966 2002-03-04 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
12968 * net/snmp-mode.el: Require tempo when compiling to prevent
12969 warnings. Update copyright notice.
12971 * help.el (describe-key-briefly, describe-key): Interpret `undefined'
12972 like not defined at all.
12974 2002-03-03 Stefan Monnier <monnier@cs.yale.edu>
12976 * textmodes/sgml-mode.el: Change maintainer to FSF.
12977 (sgml-start-tag-regex, sgml-font-lock-keywords-1, sgml-mode-common)
12978 (sgml-tags-invisible, sgml-beginning-of-tag):
12979 Allow _ : and non-ASCII in tag names, as required for XML.
12980 (sgml-name-char): Don't assume anything about charsets handled by
12983 * textmodes/tex-mode.el (tex-guess-main-file): Handle the case
12984 where one of the buffers is narrowed.
12986 * hexl.el (hexlify-command, dehexlify-command): Remove.
12987 (hexlify-buffer, dehexlify-buffer): Use call-process-region
12988 rather than shell-command-on-region.
12990 * newcomment.el (comment-forward): Use forward-comment to skip
12991 over whitespace (or comments) even when comment-use-syntax is nil.
12993 * progmodes/cperl-mode.el (cperl-menu): Add "-emacs" to the version.
12995 * textmodes/xml-lite.el: New file.
12997 2002-03-03 Richard M. Stallman <rms@gnu.org>
12999 * textmodes/artist.el (artist-system): Use make-temp-file.
13001 * progmodes/ps-mode.el (ps-run-make-tmp-filename): Use make-temp-file.
13003 * mail/sendmail.el (mail-recover-1): Increase non-random-len
13004 by 1 since we changed make-auto-save-file-name to add one
13005 fewer character to the buffer name.
13006 (mail-recover): Really show point at the right place
13007 in the *Directory* buffer.
13009 * files.el (make-auto-save-file-name): Use make-temp-file.
13011 * terminal.el (te-create-terminfo): Use make-temp-file
13012 to create the source file in a safe way.
13014 2002-03-03 Eli Zaretskii <eliz@is.elta.co.il>
13016 * cus-start.el: Rename automatic-hscroll-step and
13017 automatic-hscroll-margin into hscroll-step and hscroll-margin.
13019 * frame.el (auto-hscroll-mode): Renamed from automatic-hscrolling.
13020 (automatic-hscrolling): Now a defvaralias for auto-hscroll-mode.
13022 * mouse.el (mouse-region-delete-keys): Add deletechar.
13024 2002-03-03 Sam Steingold <sds@gnu.org>
13026 * play/snake.el (snake-score-file): Fixed parens (broken by the
13028 * play/tetris.el (tetris-score-file): Ditto.
13030 2002-03-03 Richard M. Stallman <rms@gnu.org>
13032 * play/tetris.el (tetris-score-file): Put in home dir, not in /tmp.
13034 * play/snake.el (snake-score-file): Put in home dir, not in /tmp.
13036 * play/gamegrid.el (gamegrid-set-font, gamegrid-setup-face)
13037 (gamegrid-make-mono-tty-face): Fix usage of condition-case.
13039 2002-03-03 Thien-Thi Nguyen <ttn@gnu.org>
13041 * calendar/diary-lib.el (list-diary-entries): Use `buffer-substring'
13042 instead of `buffer-substring-no-properties' to support enriched mode.
13044 2002-03-02 Richard M. Stallman <rms@gnu.org>
13046 * find-dired.el (find-grep-dired): Call shell-quote-argument.
13047 Specify the -e option.
13048 Rename arg to `regexp'.
13050 2002-03-02 Milan Zamazal <pdm@zamazal.org>
13052 * textmodes/tildify.el (tildify-string-alist): Add entry for xml-mode.
13054 2002-03-02 Miles Bader <miles@gnu.org>
13056 * mwheel.el (mwheel-scroll): Remove `double' and `triple' from the
13057 event-modifiers before looking up in `mouse-wheel-scroll-amount'.
13058 If there's no applicable modifiers entry in the alist in
13059 `mouse-wheel-scroll-amount', fall back to the default, not to
13060 nil (which causes full screen scrolls).
13062 2002-03-01 Andreas Schwab <schwab@suse.de>
13064 * textmodes/texnfo-upd.el (texinfo-start-menu-description):
13065 Remove extra paren in regexp.
13067 2002-03-01 Eli Zaretskii <eliz@is.elta.co.il>
13069 * mouse.el (mouse-show-mark): Use display-mouse-p, not
13070 display-graphic-p, to decide whether to move point or use the
13073 2002-02-28 Colin Walters <walters@verbum.org>
13075 * eshell/esh-var.el (eshell-parse-variable-ref): Use `make-temp-file'.
13077 * calc/calc-graph.el (calc-gnuplot-tempfile): Don't expand against
13078 `temporary-file-directory'; we now do that in `calc-graph-file-cache'.
13079 (calc-temp-file-name): Use `make-temp-file'.
13081 2002-02-28 Richard M. Stallman <rms@gnu.org>
13083 * font-lock.el (java-font-lock-extra-types):
13084 Match java.net.URL, etc.
13086 2002-02-28 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
13088 * hexl.el (hexl-options): Doc fix.
13089 Update Commentary section.
13091 * textmodes/sgml-mode.el (sgml-specials, sgml-quick-keys):
13094 2002-02-28 Andre Spiegel <spiegel@gnu.org>
13096 * vc.el (vc-revert-buffer): If the buffer is not saved, prompt
13097 the user to do that first.
13098 (vc-update): New function.
13100 * vc-hooks.el (vc-menu-map): New entry "Update to Latest Version",
13101 which calls vc-update. Use the term "Base Version" instead of
13102 "Last Version" for the entries "Revert" and "Compare".
13104 2002-02-28 Kim F. Storm <storm@cua.dk>
13106 * simple.el (shell-command-on-region): Report non-zero exit
13107 status in mode line instead of buffer.
13109 2002-02-27 Richard M. Stallman <rms@gnu.org>
13111 * comint.el (comint-preoutput-filter-functions): Doc fix.
13112 (comint-output-filter-functions, comint-input-filter-functions)
13113 (comint-redirect-filter-functions): Likewise.
13115 (comint-redirect-preoutput-filter): Do the local-hook
13116 handling of t when running comint-redirect-filter-functions.
13117 (comint-output-filter): Likewise for comint-preoutput-filter-functions.
13119 2002-02-26 Richard M. Stallman <rms@gnu.org>
13121 * paths.el (remote-shell-program): Add doc string.
13123 2002-02-26 Colin Walters <walters@debian.org>
13125 * ibuf-ext.el (sorter mode-name): New.
13126 (ibuffer-do-occur): Don't quote ibuffer-marked-char.
13128 * calc/calc-ext.el (calc-scroll-left): Call scroll-left
13129 interactively, so they do something.
13130 (calc-scroll-right): Ditto.
13132 2002-02-26 Eli Zaretskii <eliz@is.elta.co.il>
13134 * international/mule.el (ctext-pre-write-conversion): Handle the
13135 case when FROM is a string, and when we are called from
13136 build_annotations_2.
13138 2002-02-26 Richard M. Stallman <rms@gnu.org>
13140 * rect.el (clear-rectangle-line): Reindent to the same column
13141 that move-to-column reached when it tried to go to endcol.
13143 * icomplete.el (icomplete-exhibit): Use minibuffer-prompt-end.
13145 2002-02-26 Ivar Rummelhoff <ivarru@math.uio.no>
13147 * winner.el (winner-boring-buffers, winner-set): A window which
13148 displays a buffer whose name is in the list
13149 `winner-boring-buffers', will no longer be restored by `winner-undo'.
13150 (winner-sorted-window-list): Used to improve comparison between
13151 window configurations.
13152 (winner-win-data): Simplified and moved.
13153 (winner-conf): Simplified (now uses `winner-win-data').
13154 (winner-change-fun, winner-save-old-configurations)
13155 (winner-save-(un)conditionally, winner-redo): Changes made while in
13156 the minibuffer will be ignored. (Such changes are undone upon
13157 exit for the minibuffer, anyway.)
13158 (winner-set-conf): Preserve selected window whenever possible.
13159 (winner-make-point-alist): Simplified.
13160 (winner-mode, winner-save-unconditionally): Save current window
13161 configuration on entering minibuffer.
13162 (minor-mode-alist): Don't add winner-mode to `minor-mode-alist',
13163 since it does not change the overall behavior of Emacs.
13165 2002-02-26 Eli Zaretskii <eliz@is.elta.co.il>
13167 * international/mule-conf.el (compound-text): Renamed back from
13168 compound-text-no-extensions.
13169 (ctext-no-compositions): Remove the mime-charset property.
13170 (compound-text-with-extensions): Renamed from compound-text.
13171 (x-ctext-with-extensions, ctext-with-extensions): Renamed aliases.
13173 2002-02-26 Juanma Barranquero <lektu@terra.es>
13175 * faces.el (list-faces-display): Fix typo.
13177 2002-02-25 Richard M. Stallman <rms@gnu.org>
13179 * frame.el (focus-follows-mouse): Doc fix.
13181 2002-02-26 Miles Bader <miles@gnu.org>
13183 * mwheel.el (mouse-wheel-mode): Pass vectors instead of symbols
13184 to `define-key', since it no longer accepts the latter.
13186 2002-02-25 Jason Rumney <jasonr@gnu.org>
13188 * term/w32-win.el (mouse-wheel-scroll-line): Use car of
13189 mouse-wheel-scroll-amount.
13191 * w32-vars.el (mouse-wheel-scroll-amount): Use same definition as
13194 * language/japanese.el (iso-2022-jp-2): Add init-bol flag.
13196 2002-02-25 Andre Spiegel <spiegel@gnu.org>
13198 * vc.el (vc-diff-switches-list): Fix prev change, making the macro
13199 consistent with the others that take a backend name as a symbol.
13201 * vc-cvs.el, vc-rcs.el, vc-sccs.el: Fix calls to vc-diff-switches-list.
13203 2002-02-25 Kim F. Storm <no-spam@cua.dk>
13205 * comint.el (comint-replace-by-expanded-filename): Do nothing if
13206 comint-match-partial-filename returns nil.
13208 * shell.el (shell-pcomplete-setup-done): New variable.
13209 (shell-pcomplete): Use it instead of shell-pcomplete-setup-p.
13210 (shell-pcomplete-reverse): Ditto.
13212 2002-02-25 Per Abrahamsen <abraham@dina.kvl.dk>
13214 * ps-print.el (ps-print-printer): Added `lpr' customize group member.
13216 2002-02-25 Juanma Barranquero <lektu@terra.es>
13218 * subr.el (save-match-data): Doc fix.
13220 * ielm.el (ielm-prompt): Allow customization; make it read-only.
13222 2002-02-25 Kim F. Storm <storm@cua.dk>
13224 * shell.el (shell-mode-map): Add "Complete" header so completion
13225 menu is shown on the menu bar in shell mode.
13227 2002-02-25 Stefan Monnier <monnier@cs.yale.edu>
13229 * ielm.el (ielm-match-data): New var.
13230 (inferior-emacs-lisp-mode): Make it buffer-local.
13231 (ielm-eval-input): Use it to preserve match-data between inputs.
13233 2002-02-24 Juanma Barranquero <lektu@terra.es>
13235 * ielm.el (inferior-emacs-lisp-mode): Use hexl for the dummy process.
13237 2002-02-24 Per Abrahamsen <abraham@dina.kvl.dk>
13239 * cus-edit.el (custom-unlispify-remove-prefixes): Add to
13240 `custom-buffer' customize group.
13242 2002-02-23 Kim F. Storm <storm@cua.dk>
13244 * help.el (where-is): Use remap-command.
13246 * help-fns.el (describe-function-1): Use remap-command.
13248 * subr.el (global-set-key, local-set-key): Undo 2002-02-06
13249 change (no longer accept a symbol for the KEY argument).
13251 2002-02-23 Colin Walters <walters@debian.org>
13253 * calc/calcalg3.el (calc-invent-variables): Convert integer to string.
13254 * calc/calcalg2.el (math-solve-get-sign): Ditto.
13256 * ibuffer.el (ibuffer-compile-format): Don't uselessly bind `pt'
13257 in generated function.
13259 * ibuf-ext.el (ibuffer-old-time): Change to hours.
13260 (ibuffer-mark-old-buffers): Handle it.
13262 * shell.el (shell-pcomplete, shell-pcomplete-reverse): New functions.
13263 (toplevel): Bind them.
13264 (shell-mode): Don't set `comint-dynamic-complete-functions'; it is
13265 not necessary now that we use pcomplete.
13267 * comint.el: Document how use new pcomplete completion facility.
13269 2002-02-23 Richard M. Stallman <rms@gnu.org>
13271 * mail/rmailsum.el (rmail-summary-output): Properly advance
13272 to next message, by calling rmail-summary-goto-msg.
13274 * net/browse-url.el (browse-url-galeon): Specify --existing
13275 for an existing window. Use --noraise rather than --no-raise.
13278 2002-02-22 Eli Zaretskii <eliz@is.elta.co.il>
13280 * progmodes/etags.el (find-tag-noselect, find-tag)
13281 (find-tag-other-window, find-tag-other-frame, find-tag-regexp):
13282 Fix a typo in doc strings.
13284 2002-02-20 Deepak Goel <deego@glue.umd.edu>
13286 * play/snake.el (snake-velocity-queue, snake-update-velocity)
13287 (snake-final-x-velocity, snake-final-y-velocity):
13288 New variable and functions. Store user's keypresses
13289 into a queue and pop from the queue each subsequent turn.
13290 (snake-update-game, snake-move-left)
13291 (snake-move-right, snake-move-up, snake-move-down, snake-active-p)
13292 (snake-start-game): Use that queue.
13293 (snake-use-glyphs-flag): Renamed from snake-use-glyphs.
13294 (snake-use-color-flag): Likewise.
13295 (snake-mode): Rename uses of those variables.
13297 2002-02-22 Eli Zaretskii <eliz@is.elta.co.il>
13299 Support for ICCCM Extended Segments in X selections:
13301 * international/mule-conf.el (ctext-no-compositions): New coding
13303 (compount-text-no-extensions): Renamed from compound-text.
13304 (x-ctext-no-extensions, ctext-no-extensions): Aliases for
13305 compound-text-no-extensions.
13306 (compound-text): Redefined using post-read and pre-write conversions.
13308 * international/mule.el (non-standard-icccm-encodings-alist)
13309 (non-standard-designations-alist): New variables.
13310 (ctext-post-read-conversion, ctext-pre-write-conversion):
13313 2002-02-21 Jonathan Kamens <jik@kamens.brookline.ma.us>
13315 * vc.el (vc-default-init-version): Update documentation to
13316 indicate that the backend can override the default init version.
13317 (vc-register): Use the backend init-version function, if it
13318 exists, to determine the initial version of a file.
13319 (vc-diff-switches-list): Don't symbol-quote backend, since it's
13320 already a symbol. Don't fail if vc-BACKEND-diff-switches isn't bound.
13322 * vc-hooks.el (vc-mode-line): Set vc-mode to nil if the file is
13323 not version-controlled. This is necessary, e.g., if the file has
13324 just been reverted, and thus was previously under version control
13325 but isn't any longer.
13326 (vc-find-file-hook): Likewise.
13328 2002-02-21 Martin Lorentzson <Martin.Lorentzson@telia.com>
13330 * vc-cvs.el (vc-cvs-sticky-date-format-string): New variable.
13331 (vc-cvs-sticky-tag-display): New variable.
13332 (vc-cvs-mode-line-string): Add sticky-tag to the mode-line.
13333 (vc-cvs-checkin): If the input revision is a valid symbolic tag
13334 name, we create it as a branch, commit and switch to it.
13335 (vc-cvs-retrieve-snapshot): Set file-property sticky-tag.
13336 (vc-cvs-valid-symbolic-tag-name-p): New function.
13337 (vc-cvs-parse-sticky-tag): New function.
13338 (vc-cvs-parse-entry): Added parsing of sticky tags.
13340 2002-02-21 Per Abrahamsen <abraham@dina.kvl.dk>
13342 * toolbar/tool-bar.el (tool-bar-mode): Revert the :init-value to
13343 nil, and then explicitly set the standard-value to t.
13345 2002-02-20 Sam Steingold <sds@gnu.org>
13347 * textmodes/flyspell.el (flyspell-mode): Autoload the variable
13348 since it is used in the menu bar.
13350 2002-02-20 Richard M. Stallman <rms@gnu.org>
13352 * simple.el (shell-command-on-region): Display the exit status
13353 when a command fails.
13355 * subr.el (add-hook): Doc fix.
13357 * frame.el (other-frame): Doc fix.
13359 * simple.el (yank): Clear `field' property.
13361 2002-02-20 Tom Tromey <tromey@cachet>
13363 * progmodes/tcl.el (tcl-do-fill-paragraph): Find and fill on more
13364 natural paragraph boundaries. Don't fail at beginning of buffer.
13366 2002-02-20 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
13368 * tar-mode.el (tar-next-line, tar-previous-line): Add doc string,
13369 call the argument "arg" to match plain next-line and
13370 previous-line. From Kevin Ryde <user42@zip.com.au>.
13372 2002-02-19 Sam Steingold <sds@gnu.org>
13374 * mwheel.el (mouse-wheel-scroll-amount): Can specify different
13375 scroll amounts for different modifiers now.
13376 (mwheel-scroll): Handle the new `mouse-wheel-scroll-amount'
13378 (mouse-wheel-mode): Ditto.
13380 2002-02-19 Eli Zaretskii <eliz@is.elta.co.il>
13382 * textmodes/bibtex.el (bibtex-parse-keys): Put save-match-data
13383 around function body.
13385 * net/browse-url.el (browse-url-maybe-new-window): Reverse the
13386 sense of the comparison, to match the doc strings of functions
13387 that use this macro.
13389 2002-02-19 Per Abrahamsen <abraham@dina.kvl.dk>
13391 * facemenu.el (describe-text-mode-map): Removed bootstrap kludge.
13393 * toolbar/tool-bar.el (tool-bar-mode): Made the standard value t.
13394 * menu-bar.el (menu-bar-mode): Ditto.
13396 2002-02-18 Andreas Schwab <schwab@suse.de>
13398 * replace.el (query-replace-regexp-eval): Doc fix.
13400 2002-02-18 Colin Walters <walters@verbum.org>
13402 * calc/calcalg2.el (math-solve-get-int): Convert return value from
13403 `math-get-from-counter' to a string before calling `concat' on it.
13405 * calc/calc-maint.el (calc-split-manual): Look for calc.texi.
13406 (calc-public-autoloads): Obsolete; remove.
13407 (calc-private-autoloads): Ditto.
13408 (calc-add-autoloads): Ditto.
13410 * calc/calc-macs.el (calc-with-default-simplification): Use &rest
13413 2002-02-17 Jason Rumney <jasonr@gnu.org>
13415 * w32-win.el (x-option-alist, x-long-option-alist)
13416 (x-switch-definitions): Remove, use command-line-x-option-alist
13417 instead to be consistent with X.
13418 (x-handle-initial-switch): New function.
13420 2002-02-17 Eli Zaretskii <eliz@is.elta.co.il>
13422 * faces.el (mode-line-inactive, header-line): Add the :inherit
13423 attribute for the tty case.
13425 2002-02-17 stanislav shalunov <shalunov@internet2.edu>
13427 * mail/uce.el (uce-reply-to-uce): Fix incorrect behavior when
13428 invoked from Rmail with full headers displayed.
13430 2002-02-17 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13432 * emacs-lisp/lisp.el (mark-defun): Don't leave multiple marks
13434 * textmodes/paragraphs.el (mark-paragraph): Ditto.
13436 2002-02-17 Per Abrahamsen <abraham@dina.kvl.dk>
13438 * menu-bar.el (menu-bar-showhide-menu): Added speedbar.
13439 (menu-bar-tools-menu): Removed speedbar.
13441 * textmodes/ispell.el (ispell-menu-map): Added `customize-ispell'
13442 and `flyspell-mode' entries.
13444 * textmodes/flyspell.el (flyspell): Add to ispell group.
13446 2002-02-17 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13448 * emacs-lisp/lisp.el (mark-sexp): Don't leave multiple marks when
13450 (mark-defun): Mark more if repeated.
13452 2002-02-17 Colin Walters <walters@verbum.org>
13454 * ibuf-ext.el (ibuffer-toggle-sorting-mode): Make it work.
13456 * ibuffer.el (ibuffer-truncate-lines): New option.
13457 (ibuffer-mode): Use it.
13459 2002-02-17 Kim F. Storm <storm@cua.dk>
13461 * cus-start.el: Add mouse-highlight.
13463 2002-02-16 Eli Zaretskii <eliz@is.elta.co.il>
13465 * Makefile.in (DONTCOMPILE): Remove cus-start.el.
13467 * cus-start.el: Add automatic-hscroll-margin and
13468 automatic-hscroll-step.
13470 2002-02-16 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
13472 * cus-start.el (x-autoselect-window): Allow customization.
13474 * eshell/em-alias.el (eshell-alias-initialize): Do not use
13477 * eshell/em-cmpl.el (eshell-cmpl-initialize): Likewise.
13479 * eshell/em-dirs.el (eshell-dirs-initialize): Likewise.
13481 * eshell/em-glob.el (eshell-glob-initialize): Likewise.
13483 * eshell/em-hist.el (eshell-hist-initialize): Likewise.
13485 * eshell/em-pred.el (eshell-pred-initialize): Likewise.
13487 * eshell/em-prompt.el (eshell-prompt-initialize): Likewise.
13489 * eshell/em-rebind.el (eshell-rebind-initialize): Likewise.
13491 * eshell/em-smart.el (eshell-smart-initialize): Likewise.
13493 * eshell/em-unix.el (eshell-unix-initialize): Likewise.
13495 * eshell/esh-cmd.el (eshell-cmd-initialize): Likewise.
13497 * eshell/esh-ext.el (eshell-ext-initialize): Likewise.
13499 * eshell/esh-io.el (eshell-io-initialize): Likewise.
13501 * eshell/esh-mode.el (eshell-mode): Likewise.
13503 * eshell/esh-test.el (eshell-show-usage-metrics): Likewise.
13505 * eshell/esh-var.el (eshell-var-initialize): Likewise.
13507 * progmodes/idlw-shell.el (idlwave-shell-mode): Likewise.
13509 * progmodes/idlwave.el (idlwave-mode): Likewise.
13511 * textmodes/reftex-sel.el (reftex-select-label-mode)
13512 (reftex-select-bib-mode): Likewise.
13514 2002-02-16 John Wiegley <johnw@gnu.org>
13516 * eshell/em-hist.el (eshell-hist-initialize): When in the
13517 minibuffer, use the global value of `eshell-history-ring', and
13518 never save it to disk, or ask to save it to disk. This allows
13519 users of session.el to control whether its global state should be
13521 (eshell-add-command-to-history): Don't write Eshell's history out
13522 to disk, let the governing mode control that upon exit.
13524 2002-02-16 Eli Zaretskii <eliz@is.elta.co.il>
13526 * eshell/eshell.el (eshell-command): Before reading from the
13527 minibuffer, add eshell-add-command-to-history to
13528 minibuffer-exit-hook, and remove it after read-from-minibuffer
13531 * eshell/em-hist.el (eshell-add-input-to-history): New function,
13532 with most of the code from eshell-add-to-history.
13533 (eshell-add-command-to-history): New function, to record in
13534 eshell-history the commands run via eshell-command.
13535 (eshell-add-to-history): Call eshell-add-command-to-history to do
13538 2002-02-16 John Wiegley <johnw@gnu.org>
13540 * eshell/esh-ext.el (eshell-external-command): Added a fix for
13541 XEmacs' new dired.el, which adds a global entry in the
13542 `file-name-handler-alist'.
13544 2002-02-16 John Wiegley <johnw@gnu.org>
13546 * align.el (align-region): Added a missing name argument.
13548 2002-02-16 John Wiegley <johnw@gnu.org>
13550 * eshell/esh-ext.el (eshell-script-interpreter): Allow whitespace
13551 after the #! of a shell interpretor specification.
13553 2002-02-15 Richard M. Stallman <rms@gnu.org>
13555 * help.el (describe-key-briefly): Make output in INSERT case
13556 look just like what is displayed in the normal case.
13558 2002-02-15 Andreas Schwab <schwab@suse.de>
13560 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
13561 Require non-letter after specials.
13563 2002-02-15 Eli Zaretskii <eliz@is.elta.co.il>
13565 * menu-bar.el (menu-bar-tools-menu): Add an item for Calculator.
13567 2002-02-15 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13569 * simple.el (mark-word): Mark more if repeated.
13570 * textmodes/paragraphs.el (mark-paragraph): Ditto.
13571 (mark-end-of-sentence): Ditto.
13573 2002-02-15 Per Abrahamsen <abraham@dina.kvl.dk>
13575 * wid-edit.el (widgetp): Made it more robust.
13577 2002-02-14 Per Abrahamsen <abraham@dina.kvl.dk>
13579 * facemenu.el (describe-text-done): New function.
13580 (describe-text-mode-map): New variable.
13581 (describe-text-mode-hook): New option.
13582 (describe-text-mode): New function.
13583 (describe-text-widget): New function.
13584 (describe-text-sexp): New function.
13585 (describe-text-properties): New function.
13586 (describe-text-category): New command.
13587 (describe-text-at): New command.
13588 (facemenu-menu): Replace `list-text-properties-at' with
13589 `describe-text-at' in the menu.
13591 * wid-edit.el (widgetp): New function.
13592 * wid-edit.el (widget-keymap, widget-insert, widget-setup): Autoload.
13594 * emacs-lisp/pp.el (pp-to-string): Autoloaded.
13596 * wid-browse.el: Removed version and x-url keywords.
13598 2002-02-13 Kim F. Storm <storm@cua.dk>
13600 * cus-start.el (mode-line-in-non-selected-windows):
13601 Allow customization.
13603 2002-02-13 Richard M. Stallman <rms@gnu.org>
13605 * textmodes/bibtex.el (bibtex-parse-buffers-stealthily):
13606 Tell bibtex-parse-keys to output no progress messages.
13608 2002-02-12 Eli Zaretskii <eliz@is.elta.co.il>
13610 * progmodes/pascal.el (pascal-imenu-generic-expression):
13611 Add menu-title and fix parentheses.
13613 2002-02-12 Per Abrahamsen <abraham@dina.kvl.dk>
13615 * menu-bar.el (menu-bar-options-save): Removed `truncate-lines'.
13616 (menu-bar-options-menu): Don't set default value for `truncate-lines'.
13618 2002-02-12 Per Abrahamsen <abraham@dina.kvl.dk>
13620 * menu-bar.el (menu-bar-options-save): Only save
13621 `current-language-environment' and `default-input-method' when
13622 marked as customized.
13624 * international/mule-cmds.el
13625 (setup-specified-language-environment):
13626 Mark `current-language-environment' as customized.
13627 (set-input-method): Mark `default-input-method' as customized when
13628 called interactively.
13629 (toggle-input-method): Ditto.
13631 2002-02-11 Colin Walters <walters@verbum.org>
13633 * ibuffer.el (ibuffer-switch-format): Supply required argument for
13634 `ibuffer-current-formats'.
13636 2002-02-11 Miles Bader <miles@gnu.org>
13638 * faces.el (mode-line-inactive): Add dark-background variant.
13640 2002-02-11 Per Abrahamsen <abraham@dina.kvl.dk>
13642 * toolbar/tool-bar.el (tool-bar-mode): Removed standard value.
13643 * menu-bar.el (menu-bar-mode): Ditto.
13644 * cus-edit.el (customize-mark-to-save): Always save variables
13645 without a standard value.
13647 * menu-bar.el (menu-bar-make-toggle): Made it aware of customize.
13648 (menu-bar-options-save): Ditto.
13649 (menu-bar-showhide-menu): Ditto.
13650 (menu-bar-options-menu): Ditto.
13651 (menu-bar-scroll-bar-right, menu-bar-scroll-bar-left)
13652 (menu-bar-scroll-bar-none): Remove.
13653 (menu-bar-showhide-scroll-bar-menu): Use customize aware lambda
13654 expressions instead.
13656 * cus-edit.el (customize-set-value): Return value.
13657 (customize-set-variable): Ditto.
13658 (customize-save-variable): Ditto.
13659 (customize-set-variable): Load dependencies before setting value.
13660 (custom-load-symbol): Autoload it.
13661 (customize-mark-as-set): New function.
13663 2002-02-11 Eli Zaretskii <eliz@is.elta.co.il>
13665 * cus-start.el: Don't warn about "x-*" symbols when building a
13668 2002-02-11 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
13670 * strokes.el (strokes-do-stroke, strokes-do-complex-stroke):
13672 (strokes-help): Do not use doubled with-output-to-temp-buffer.
13673 Fix the help string.
13674 (strokes-prompt-user-save-strokes): Fix typo.
13675 (strokes-list-strokes): Use proper exit-action argument for
13676 view-buffer. Update copyright notice.
13678 * international/mule-diag.el: Various doc and message fixes.
13679 (non-iso-charset-alist): Add mac-roman. Don't add entries for
13680 codepages already present.
13681 (list-block-of-chars): Display space for null entries in
13682 translation table. Display tab specially.
13683 (list-non-iso-charset-chars): Check for null charsets. Use pop
13684 for clarity. Don't break 8-bit sets into sections between ranges.
13685 (list-charset-chars): Avoid indent-tabs-mode.
13686 (describe-char-after): Maybe use the text property for syntax
13687 table information. Maybe report char-code-property-table info.
13688 Maybe report character's unicode. Tweak printing of list info.
13689 (list-input-methods): Add xref buttons.
13690 (dump-charsets, dump-codings): Deleted (obsolete).
13691 From Dave Love <fx@gnu.org>.
13693 2002-02-10 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
13695 * menu-bar.el (menu-bar-showhide-menu): Rename functions for toggling.
13697 2002-02-10 Michael Kifer <kifer@cs.stonybrook.edu>
13699 * viper-util.el (viper-read-key-sequence): Fix so it'll read
13700 fast key sequences in emacs native mode
13701 (viper-events-to-keys): Delete.
13703 * viper.el (describe-key, describe-key-briefly): Get rid of
13704 viper-events-to-keys.
13706 * ediff-init.el (ediff-has-gutter-support): Steven Turnbull's patch.
13708 * ediff-wind.el (ediff-setup-control-frame):
13709 Use ediff-has-gutter-support.
13711 * ediff-util.el (ediff-dispose-of-variant-according-to-user):
13712 check if buff is alive.
13714 * ediff.el: Typo in comment.
13716 2002-02-09 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
13718 * menu-bar.el (menu-bar-options-save): Take care of
13719 line-number-mode and column-number-mode variables.
13720 (menu-bar-showhide-menu): New menu-items "Show Line Number" and
13721 "Show Column Number" in "Show/Hide" menu.
13723 2002-02-09 Richard M. Stallman <rms@gnu.org>
13725 * mail/mailabbrev.el (mail-mode-map): Use eval-after-load to change it.
13727 2002-02-09 Kim F. Storm <storm@cua.dk>
13729 * faces.el (mode-line-inactive): New face for mode-line for
13730 non-selected windows.
13731 (mode-line): Doc fix: Only used for selected window.
13733 2002-02-08 Eli Zaretskii <eliz@is.elta.co.il>
13735 * calendar/cal-menu.el (calendar-mode-map): Change the menu item's
13736 name to "Insert Diary Entry".
13738 2002-02-08 Stefan Monnier <monnier@cs.yale.edu>
13740 * font-lock.el (save-buffer-state): Use restore-buffer-modified-p.
13741 (c-font-lock-syntactic-face-function): Accept doxygen-style comments.
13743 2002-02-08 Richard M. Stallman <rms@gnu.org>
13745 * textmodes/text-mode.el (text-mode-hook-identify): Define as no-op.
13747 2002-02-08 Andreas Schwab <schwab@suse.de>
13749 * calc/calc.el (calcDigit-key): Use minibuffer-prompt-end instead
13752 2002-02-08 Eli Zaretskii <eliz@is.elta.co.il>
13754 * net/ange-ftp.el (ange-ftp-process-handle-line)
13755 (ange-ftp-set-xfer-size): If the file's size is a float, divide
13756 by 1024 instead of using ash.
13758 * international/mule-cmds.el (select-safe-coding-system):
13759 State the buffer's name in the message popped in the *Warning* buffer,
13760 and make sure the offending buffer is displayed.
13762 2002-02-07 Markus Rost <rost@math.ohio-state.edu>
13764 * ffap.el (ffap-newsgroup-p): Test for non-nil symbol-value of htb.
13766 2002-02-07 Richard M. Stallman <rms@gnu.org>
13768 * terminal.el (terminal-map): Define [menu-bar] so global def is seen.
13770 * register.el (list-registers): New command.
13771 (describe-register-1): New subroutine, taken out of view-register.
13773 * emacs-lisp/copyright.el (copyright-regexp):
13774 Delete the unibyte copyright symbol; it's redundant.
13775 Fix a spazz in the multibyte encoding here.
13777 2002-02-07 Dave Love <fx@gnu.org>
13779 * language/cyril-util.el (cyrillic-encode-koi8-r-char)
13780 (cyrillic-encode-alternativnyj-char): Get translation tables from
13781 symbol properties, not as variables.
13782 (standard-display-cyrillic-translit): Include unicodes.
13784 2002-02-06 Kim F. Storm <storm@cua.dk>
13786 * help.el (where-is): Report remapped commands.
13788 * help-fns.el (describe-function-1): Ditto.
13790 * subr.el (global-set-key, local-set-key): Accept a symbol for the
13791 KEY argument (like define-key).
13793 2002-02-06 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
13795 * textmodes/flyspell.el (flyspell-insert-function): Doc fix.
13797 2002-02-06 Richard M. Stallman <rms@gnu.org>
13799 * mail/mailabbrev.el: Require sendmail only at compile time.
13800 (mail-mode-header-syntax-table): Var deleted.
13801 (mail-abbrev-syntax-table): Init to nil, will compute when needed.
13802 (sendmail-pre-abbrev-expand-hook): Only temporarily change
13803 local-abbrev-table and the syntax table.
13804 Compute mail-abbrev-syntax-table if that has not been done.
13806 * progmodes/compile.el (grep-compute-defaults): Definition moved up.
13808 * emacs-lisp/debug.el (debugger-frame-offset): Var deleted.
13809 (debugger-frame-number): Figure out the offset directly.
13810 (debugger-setup-buffer): Don't use debugger-frame-offset.
13811 (debugger-frame, debugger-frame-clear): Likewise.
13812 (debugger-jump): Don't alter debugger-frame-offset.
13814 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
13815 Replace foo-p as var name with foo-flag, not foo-p-flag.
13817 * hilit-chg.el (highlight-changes-active-string): Default to +Chg.
13818 (highlight-changes-passive-string): Default to -Chg.
13819 (highlight-changes-global-modes): Doc fix.
13821 * dired.el (dired-get-filename): Add /: when appropriate
13822 to avoid taking a local name as remote.
13824 * files.el (file-name-non-special): Add special handling for
13825 file-name-sans-versions, file-name-completion, and
13826 file-name-all-completions.
13828 * isearch.el (isearch-update): Don't update display in kbd macro.
13829 (isearch-lazy-highlight-new-loop): Do nothing in kbd macro.
13831 * subr.el (force-mode-line-update): Doc fix.
13833 * subr.el (atomic-change-group, prepare-change-group)
13834 (activate-change-group, accept-change-group, cancel-change-group):
13837 * simple.el (undo-get-state, undo-revert-to-state): Fns deleted.
13838 (transpose-subr-1): Use atomic-change-group.
13840 * subr.el (add-minor-mode): Include the mode's lighter string
13841 in the minor mode menu item name.
13843 * mail/rmail.el (rmail-toggle-header): Avoid possibly slow call to
13844 rmail-count-screen-lines starting from (point-min).
13846 * startup.el (use-fancy-splash-screens-p): Need 19 lines,
13847 beyond the image height, to use the fancy splash screen.
13849 * textmodes/text-mode.el (text-mode-hook-identify): Function deleted.
13850 (text-mode): Set text-mode-variant here.
13852 2002-02-06 Eli Zaretskii <eliz@is.elta.co.il>
13854 * play/pong.el (pong-height): Don't use height that exceeds the
13856 (pong-border-options): Make the border colors slightly more bright.
13858 * play/gamegrid.el (gamegrid-display-type): Treat any
13859 color-capable display as color-x, if display-color-p is fboundp.
13860 (gamegrid-make-color-x-face): Don't call gamegrid-color twice.
13861 (gamegrid-make-color-tty-face): Use the value of color, not the
13862 symbol itself. Don't call gamegrid-color.
13864 2002-02-05 Eli Zaretskii <eliz@is.elta.co.il>
13866 * gud.el (gud-refresh): Call recenter only after we are sure we
13867 are in the right window.
13869 2002-02-05 Per Abrahamsen <abraham@dina.kvl.dk>
13871 * cus-edit.el (customize-mark-to-save): New function.
13872 * menu-bar.el (menu-bar-options-save): Rewrote.
13874 2002-02-05 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
13876 * cus-start.el (x-use-underline-position-properties):
13877 Allow customization.
13879 2002-02-04 Simon Josefsson <jas@extundo.com>
13881 * dired.el (dired-load-hook, dired-mode-hook)
13882 (dired-before-readin-hook, dired-after-readin-hook): Defcustom.
13884 2002-02-03 Colin Walters <walters@verbum.org>
13886 * ibuf-ext.el (ibuffer-filter-format-alist)
13887 (ibuffer-cached-filter-formats, ibuffer-compiled-filter-formats):
13889 * ibuffer.el (ibuffer): Remove link; the "home page" for ibuffer
13890 is now the Emacs CVS tree.
13891 (ibuffer-formats): Doc fix.
13892 (ibuffer-active-formats-name, ibuffer-current-formats): New functions.
13893 (ibuffer-current-format): Use them.
13894 (ibuffer-recompile-formats, ibuffer-check-formats)
13895 (ibuffer-switch-format, ibuffer-update-title):
13896 Add support for ibuffer-filter-format-alist.
13897 (define-ibuffer-column process): Remove unncessary consing.
13899 * ibuf-macs.el (define-ibuffer-column): Add beginnings of support
13900 for a summary column.
13902 2002-02-03 Andreas Schwab <schwab@suse.de>
13904 * window.el (save-selected-window): Move macro before first use.
13905 (balance-windows): Fix misplaced parenthesis.
13907 2002-02-03 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
13909 * calculator.el (calculator-displayers): Doc fixes.
13911 2002-02-03 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
13913 * menu-bar.el (menu-bar-help-menu): Use different text for tool-tip.
13914 (menu-bar-options-save): Save also the value of `display-time-mode'.
13915 (showhide-date-time): New function.
13916 (menu-bar-showhide-menu): New menu-item "Date and time".
13918 2002-02-03 Eli Zaretskii <eliz@is.elta.co.il>
13920 * mail/rmail.el (rmail): Use find-buffer-visiting instead of
13921 get-file-buffer to check for rmail buffer existence.
13923 * term.el (term-emulate-terminal): Extract proper command string
13924 which is supplied to term-command-hook.
13926 2002-02-03 Richard M. Stallman <rms@gnu.org>
13928 * international/quail.el (quail-help): Don't call help-setup-xref.
13930 * international/mule-cmds.el (describe-input-method):
13931 Call help-setup-xref here.
13932 (describe-current-input-method): Doc fix.
13934 * novice.el (disabled-command-hook): Clarify output text.
13935 Indent the paragraph from the command's doc string.
13937 * dabbrev.el (dabbrev--goto-start-of-abbrev):
13938 Exit loop on beginning of field rather than bobp.
13940 2002-02-02 Eli Zaretskii <eliz@is.elta.co.il>
13942 * mail/uce.el (uce-reply-to-uce): Prune the headers before copying
13943 the message text into the *mail* buffer, and restore the pruned
13946 * mail/rmail.el (rmail-redecode-body): Prune the headers before
13947 looking for X-Coding-System header, and restore the pruned state
13950 2002-02-02 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
13952 * cus-edit.el (customize-save-variable): Fix typo in prompt.
13954 These changes integrate new version of flyspell.el from its
13955 maintainer, Manuel Serrano:
13957 * textmodes/flyspell.el (flyspell-issue-message-flag): New user option.
13958 (flyspell-mode-on, flyspell-notify-misspell)
13959 (flyspell-small-region, flyspell-external-point-words)
13960 (flyspell-large-region): Use it
13961 (flyspell-before-incorrect-word-string)
13962 (flyspell-after-incorrect-word-string): New user options.
13963 (make-flyspell-overlay): Use them.
13964 (flyspell-version): New function.
13965 (flyspell-incorrect-face, flyspell-duplicate-face): Adapt face
13966 definitions to use :weight.
13967 (flyspell-insert-function): New user option.
13968 (flyspell-auto-correct-word, flyspell-correct-word)
13969 (flyspell-xemacs-correct): Use it.
13970 (flyspell-define-abbrev): New function.
13971 (flyspell-auto-correct-word, flyspell-correct-word)
13972 (flyspell-xemacs-correct): Use it.
13973 (make-flyspell-overlay): Use `evaporate' property.
13974 (flyspell-auto-correct-word, flyspell-correct-word): Remove overlay.
13975 (flyspell-emacs-popup): Use `session' instead of `accept'.
13976 (flyspell-auto-correct-previous-pos): New variable.
13977 (flyspell-auto-correct-previous-hook)
13978 (flyspell-auto-correct-previous-word): New functions.
13980 2002-02-02 Eli Zaretskii <eliz@is.elta.co.il>
13982 * novice.el (enable-command): If Emacs was invoked as "emacs -q",
13983 don't alter the user's ~/.emacs.
13984 (disable-command): If user-init-file is nil or does not exist,
13985 default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
13986 But don't alter the init file if Emacs was invoked as "emacs -q"
13988 2002-02-01 Stefan Monnier <monnier@cs.yale.edu>
13990 * mail/sendmail.el (mail-mode): Undo half of last change.
13992 * indent.el (indent-for-tab-command): Remove spurious code.
13994 * hi-lock.el (hi-lock-find-patterns): Save restriction.
13996 2002-02-01 Eli Zaretskii <eliz@is.elta.co.il>
13998 * calendar/time-date.el: Moved from lisp/gnus.
14000 * calendar/parse-time.el: Ditto.
14002 2002-01-31 Richard M. Stallman <rms@gnu.org>
14004 * international/iso-acc.el (iso-languages): Fix ", " in French.
14006 * cus-start.el (history-length): Specify customization for it.
14008 * emacs-lisp/debug.el (debugger-setup-buffer):
14009 When an eval-buffer frame was reading from a buffer,
14010 insert indication of the buffer position.
14011 (debugger-frame-number): Ignore ;;;-comment lines in backtrace.
14012 (debugger-frame-clear, debugger-frame): Error on non-frame line.
14014 * simple.el (shell-command-on-region): Err if no mark
14015 before reading the command string.
14017 * hl-line.el (hl-line-highlight, hl-line-unhighlight):
14018 Definitions moved down after hl-line-mode var's definition.
14020 * hilit-chg.el (hilit-chg-fixup): Don't alter overlay if not ours.
14021 (hilit-chg-set-face-on-change): Rename arg.
14022 (hilit-chg-make-ov): Detect error earlier.
14024 * ediff-hook.el: Delete autoload cookies.
14026 * comint.el (comint-scroll-show-maximum-output): Default is t.
14028 * emacs-lisp/bytecomp.el (batch-byte-compile): New arg noforce.
14029 (batch-byte-compile-if-not-done): New function.
14031 * Makefile.in (compile): New target.
14032 (compile-always): Renamed from compile-files.
14033 (compile-after-backup): Renamed from compile.
14034 (bootstrap): Depend on compile-always, not compile-files.
14036 * emulation/pc-select.el (pc-select-save-and-set-mode):
14037 Properly use MODE-VAR.
14039 2002-01-29 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
14041 * menu-bar.el (menu-bar-help-menu): Change menu-item "Show Emacs
14042 Version" to "About Emacs".
14043 (menu-bar-options-save): Add `default-frame-alist'
14044 to saved variables.
14045 (menu-bar-showhide-scroll-bar-menu): Use frame-parameters instead
14046 of the variable `scroll-bar-mode'.
14048 * startup.el (normal-splash-screen, display-splash-screen):
14049 New functions (separated from command-line-1).
14050 (command-line-1): Use them.
14052 2002-01-28 Eli Zaretskii <eliz@is.elta.co.il>
14054 * calendar/calendar.el (generate-calendar-month): Doc fix.
14056 2002-01-27 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
14058 * time.el (display-time-mail-directory): New option.
14059 (display-time-mail-function): Update doc-string.
14060 (display-time-mail-icon): Use XPM image when available.
14061 (display-time-string-forms): Use more descriptive text as
14062 help-echo property.
14063 (display-time-mail-check-directory): New function.
14064 (display-time-update): Use it.
14066 * menu-bar.el (menu-bar-showhide-scroll-bar-menu):
14067 Quote `window-system'.
14069 * tmm.el (tmm-get-keymap): Honour :visible in `menu-item'.
14070 Add Keywords header. Update Commentary section.
14071 Update copyright notice.
14073 * menu-bar.el (menu-bar-scroll-bar-right)
14074 (menu-bar-scroll-bar-left, menu-bar-scroll-bar-none)
14075 (showhide-menu-bar): New functions.
14076 (menu-bar-showhide-menu): New submenu "Show/Hide".
14077 (menu-bar-showhide-scroll-bar-menu): "Scroll-bar" submenu of
14079 Update copyright notice.
14081 2002-01-27 Eli Zaretskii <eliz@is.elta.co.il>
14083 * lazy-lock.el (lazy-lock-mode): Add a reference to jit-lock.
14085 2002-01-26 Evgeny Roubinchtein <evgenyr@cs.washington.edu>
14087 * pc-select.el (pc-selection-mode-hook)
14088 (pc-select-saved-settings-alist, pc-select-map)
14089 (pc-select-saved-global-map, pc-select-key-bindings-alist)
14090 (pc-select-default-key-bindings, pc-select-extra-key-bindings)
14091 (pc-select-meta-moves-sexps-key-bindings)
14092 (pc-select-tty-key-bindings, pc-select-old-M-delete-binding):
14094 (pc-select-define-keys, pc-select-restore-keys): New functions.
14095 (pc-select-add-to-alist, pc-select-save-and-set-var)
14096 (pc-select-save-and-set-mode, pc-select-restore-var)
14097 (pc-select-restore-mode): New macros.
14098 (pc-selection-mode): Completely rewrote the body of the function;
14099 the main goal was to make pc-selection-mode "turn-off"-able, like
14100 other minor modes. Use define-minore-mode instead of just a
14101 defun. Store the key bindings into four alists:
14102 pc-select-default-key-bindings, pc-select-extra-key-bindings,
14103 pc-select-meta-moves-sexps-key-bindings, and
14104 pc-select-tty-key-bindings; then have the pc-select-define-keys
14105 function walk those alists instead of calling define-key
14106 repeatedly. When the mode is turned on, set the
14107 keybindings in global-map and remember the old keybindings; when
14108 the mode is turned off, restore the previously-saved keybindings.
14109 (pc-selection-mode defcustom): Reflect the fact that the mode is
14110 now "turn-off"-able.
14112 2002-01-26 Eli Zaretskii <eliz@is.elta.co.il>
14114 * eshell/esh-cmd.el (eshell-eval-command): If eshell-resume-eval
14115 returns t, don't treat that as an error.
14117 2002-01-25 Jason Rumney <jasonr@gnu.org>
14119 * faces.el (face-font-registry-alternatives) [windows-nt]:
14120 Add ms-oemlatin as an alternative for iso8859-1.
14122 2002-01-25 Stefan Monnier <monnier@cs.yale.edu>
14124 * pcvs.el (cvs-reread-cvsrc): Distinguish between an empty list of
14125 args and the absence of an entry. Don't add -f each time.
14127 2002-01-25 Eli Zaretskii <eliz@is.elta.co.il>
14129 * emacs-lisp/cl-seq.el (mismatch): Doc fix.
14131 Support for more than 8 colors on character terminals:
14133 * term/rxvt.el: New file.
14135 * Makefile.in (DONTCOMPILE): Remove term/xterm.el.
14137 * term/xterm.el (xterm-standard-colors): New variable.
14138 (xterm-rgb-convert-to-16bit, xterm-register-default-colors)
14139 (xterm-rxvt-set-background-mode): New functions.
14140 (toplevel): Call xterm-register-default-colors,
14141 xterm-rxvt-set-background-mode, and tty-set-up-initial-frame-faces.
14142 Add support for more keys from xterm's terminfo entry.
14144 * facemenu.el (list-colors-display): If the argument is nil, don't
14145 show more colors that the number returned by display-color-cells.
14147 * term/pc-win.el (msdos-color-values): Reverse the order of the
14148 colors, since tty-color-define now preserves the registration order.
14150 * w32-fns.el (w32-tty-standard-colors): Reverse the order.
14152 * term/tty-colors.el (tty-standard-colors): Reverse the order.
14153 (tty-register-default-colors): New function; code moved from
14154 startup.el's command-line.
14155 (tty-modify-color-alist): Use nconc instead of cons, to preserve
14156 the order the colors where registered.
14158 * frame.el (display-color-cells): Use tty-display-color-cells.
14160 * startup.el (command-line): Call tty-register-default-colors.
14162 2002-01-25 Richard M. Stallman <rms@gnu.org>
14164 * subr.el (remove): Doc fix.
14166 2002-01-24 Richard M. Stallman <rms@gnu.org>
14168 * progmodes/compile.el (compilation-handle-exit):
14169 Add a compilation-handle-exit property to the "finished" message.
14170 (compilation-parse-errors): Stop parsing when that property is seen.
14172 * subr.el (substring-no-properties): New function.
14173 (copy-without-properties): Function deleted.
14175 * term/x-win.el (x-handle-geometry): Put sizes on both
14176 initial-frame-alist and default-frame-alist.
14178 * cus-edit.el (custom-save-all): Bind file-precious-flag to t
14181 * files.el (basic-save-buffer-2): Ignore file-error in delete-file.
14183 * calendar/calendar.el (generate-calendar-month): Doc fix.
14185 2002-01-23 Richard M. Stallman <rms@gnu.org>
14187 * play/tetris.el (tetris): New defgroup.
14188 (tetris-use-glyphs, tetris-use-color, tetris-draw-border-with-glyphs)
14189 (tetris-default-tick-period): Convert to defcustom.
14190 Added * in docstring to indicate user variable.
14191 (tetris-update-speed-function, tetris-mode-hook, tetris-tty-colors)
14192 (tetris-x-colors, tetris-buffer-name, tetris-buffer-width)
14193 (tetris-buffer-height, tetris-width, tetris-height)
14194 (tetris-top-left-x, tetris-top-left-y): Convert to defcustom.
14196 2002-01-22 Stefan Monnier <monnier@cs.yale.edu>
14198 * mail/sendmail.el (mail-mode): ">" is not a supercite-style prefix
14199 and is already matched by adaptive-fill-regexp.
14201 2002-01-22 Richard M. Stallman <rms@gnu.org>
14203 * bindings.el (mode-line-copied-mode-name): New variable.
14204 (mode-line-mode-name): Don't modify mode-name itself!
14205 Instead, make a copy and reuse it.
14207 * subr.el (copy-without-properties): New function.
14209 * progmodes/sh-script.el (sh-set-shell): Doc fix.
14211 * net/ange-ftp.el (ange-ftp-canonize-filename): Avoid duplicate
14212 slash if DIR is just slash.
14214 * progmodes/perl-mode.el (perl-mode-abbrev-table): Restore definition.
14216 2002-01-21 Richard M. Stallman <rms@gnu.org>
14218 * emacs-lisp/copyright.el (copyright-regexp): Fix previous change.
14220 * net/ange-ftp.el (ange-ftp-bs2000-posix-hook-installed):
14223 * textmodes/ispell.el (ispell-help): Clean up echo area if user quits.
14225 * ibuffer.el: Don't require ibuf-ext at load time.
14226 (ibuffer): Require ibuf-ext here.
14228 2002-01-21 Francesco Potort
\e,Al
\e(B <pot@gnu.org>
14230 * generic-x.el (apache-conf-generic-mode): Highlight the first
14231 word in a line even if preceded by blanks.
14233 2002-01-21 Richard M. Stallman <rms@gnu.org>
14235 * window.el (window-body-height): Handle minibuffer window specially.
14236 Otherwise, don't return less than 1.
14238 2002-01-20 Thomas Dorner <Thomas.Dorner@start.de>
14240 * ange-ftp.el: Added support for BS2000, and for raw ftp
14241 login commands (needed in some circumstances).
14242 (ange-ftp-raw-login): New custom var.
14243 (ange-ftp-normal-login): Perform login with raw ftp commands, if
14244 ange-ftp-raw-login is set and account password is needed.
14245 (ange-ftp-host-type, ange-ftp-guess-host-type): Handle BS2000 hosts.
14246 (ange-ftp-bs2000-filename-pubset-regexp)
14247 (ange-ftp-bs2000-filename-username-regexp)
14248 (ange-ftp-bs2000-filename-prefix-regexp)
14249 (ange-ftp-bs2000-name-template): New consts.
14250 (ange-ftp-bs2000-short-filename-regexp)
14251 (ange-ftp-bs2000-fix-name-regexp-reverse)
14252 (ange-ftp-bs2000-fix-name-regexp): New consts.
14253 (ange-ftp-bs2000-special-prefix): New custom var.
14254 (ange-ftp-fix-name-for-bs2000)
14255 (ange-ftp-fix-dir-name-for-bs2000): New funs.
14256 (ange-ftp-bs2000-host-regexp, ange-ftp-bs2000-posix-host-regexp)
14257 (ange-ftp-bs2000-posix-hook-installed): New vars.
14258 (ange-ftp-parse-bs2000-filename, ange-ftp-parse-bs2000-listing)
14259 (ange-ftp-bs2000-host, ange-ftp-bs2000-posix-host)
14260 (ange-ftp-add-bs2000-host, ange-ftp-add-bs2000-posix-host): New funs.
14261 (ange-ftp-bs2000-filename-regexp): New const.
14262 (ange-ftp-bs2000-additional-pubsets): New custom var.
14263 (ange-ftp-bs2000-cd-to-posix): New fun.
14265 2002-01-20 Colin Walters <walters@verbum.org>
14267 * ibuffer.el: (toplevel) Require `ibuf-ext', which is now compiled
14268 with `byte-compile-dynamic'.
14269 (ibuffer-default-directory, toplevel): Doc files.
14271 2002-01-20 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
14273 * tempo.el (tempo-define-template): Doc fix.
14275 * scroll-bar.el (scroll-bar-mode): Make argument optional.
14277 2002-01-20 Jason Rumney <jasonr@gnu.org>
14279 * w32-vars.el: New file.
14281 * loadup.el [windows-nt]: Load it.
14283 * w32-fns.el, term/w32-win.el: Move user variables to w32-vars.el
14284 and make them defcustoms.
14286 * term/w32-win.el (mouse-set-font): Use w32-list-proportional-fonts.
14288 2002-01-19 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
14290 * language/tibet-util.el (tibetan-decompose-region)
14291 (tibetan-decompose-string): Fix typo in docstring.
14293 * ruler-mode.el (ruler-mode): New keyword. Fix :version.
14295 2002-01-18 Richard M. Stallman <rms@gnu.org>
14297 * comint.el (comint-redirect-send-command-to-process):
14298 Restore previous current buffer.
14300 * window.el (window-body-height): New function.
14302 2002-01-18 Zoltan Kemenczy <kemenczy@rogers.com>
14304 * gud.el (easy-mmode-defmap): Enable "Up Stack", "Down Stack", and
14305 "Finish Function" menu map entries for jdb mode.
14306 (gud-jdb-use-classpath): New customization variable.
14307 (gud-jdb-command-name): Add customization.
14308 (gud-jdb-classpath, gud-marker-acc-max-length): New variables.
14309 (gud-jdb-classpath-string): New variable.
14310 (gud-jdb-source-files, gud-jdb-class-source-alist): Add doc strings.
14311 (gud-jdb-build-source-files-list): Likewise.
14312 (gud-jdb-massage-args): Record any command argument classpath
14313 string in `gud-jdb-classpath-string'.
14314 (gud-jdb-lowest-stack-level): New function, finds bottom of current
14315 java call stack in jdb output.
14316 (gud-jdb-find-source-using-classpath, gud-jdb-find-source)
14317 (gud-jdb-parse-classpath-string): New functions.
14318 (gud-jdb-marker-filter): Search/detect classpath information in
14319 jdb's output. marker regexp updated to match oldjdb and jdb output
14320 formats. Expand search for source files to include new/old methods
14321 using new functions above. Do not allow `gud-marker-acc' to grow
14323 (jdb): Set classpath information (if available) as jdb is started.
14324 Change `gud-break' and `gud-remove'
14325 to use new %c ("class") escape in format strings.
14326 Add `gud-finish', `gud-up', `gud-down' command string functions, and
14327 add them to the local menu map. Update `comint-prompt-regexp' for
14328 jdb and oldjdb. If attaching to an already running java VM and
14329 configured to use classpath, send command to query for classpath,
14330 else use previous method for finding and parsing java
14331 sources. Set `gud-jdb-find-source' function accordingly.
14332 (gud-mode): Doc fix.
14333 (gud-format-command): Add support for new %c ("class") escape.
14334 (gud-find-class): New function in support of %c escape.
14336 2002-01-17 Richard M. Stallman <rms@gnu.org>
14338 * ibuf-ext.el: Enable byte-compile-dynamic.
14340 2002-01-17 Jason Rumney <jasonr@gnu.org>
14342 * term/w32-win.el: Restore conditional require of fontset.
14344 2002-01-16 Richard M. Stallman <rms@gnu.org>
14346 * mouse.el (mouse-drag-region-1): Renamed from mouse-drag-region,
14348 (mouse-drag-region): New function. For a click in the echo area,
14351 * ibuf-ext.el: Delete the autoloads for functions defined with
14352 ibuffer-specific commands.
14354 * help.el (describe-distribution): Really call view-file.
14356 * net/ange-ftp.el (ange-ftp-passive-mode): New arg PROC.
14357 (ange-ftp-get-process): Pass that arg.
14359 * comint.el (comint-simple-send): Fix previous change.
14361 * net/telnet.el (telnet-simple-send): Fix previous change.
14363 * progmodes/sql.el (sql-escape-newlines-and-send)
14364 (sql-query-placeholders-and-send): Fix previous change.
14366 2002-01-16 Colin Walters <walters@verbum.org>
14368 * ibuf-ext.el, ibuf-macs.el, ibuffer.el (toplevel): Remove X-RCS,
14369 URL, Compatibility headers. Update copyright notice.
14370 * ibuf-macs.el (toplevel): Require `cl' when compiling.
14372 2002-01-16 Andrew Choi <akochoi@cse.cuhk.edu.hk>
14374 * startup.el (command-line): Set EOL mnemonics for the Mac.
14376 2002-01-16 Andreas Schwab <schwab@suse.de>
14378 * mail/feedmail.el (feedmail): Fix :link spec.
14380 2002-01-16 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
14382 * net/ldap.el (ldap-ldapsearch-prog): Default to OpenLDAP version
14385 * net/eudc.el: New maintainer. Change author's address.
14386 (eudc-pre-select-window-configuration, eudc-insertion-marker):
14388 (eudc-insert-selected): Function removed.
14389 (eudc-select): Reimplemented.
14390 (eudc-expand-inline): Delete the strings only after its expansion
14391 is chosen not before.
14393 * net/eudcb-ph.el (eudc-ph-open-session): Remove XEmacs case.
14394 Minor coding style fixes.
14396 * net/eudcb-ldap.el: New maintainer. Change author's address.
14397 (eudc-attribute-display-method-alist): Display mail with
14400 * net/eudcb-bbdb.el, net/eudc-export.el, net/eudc-hotlist.el,
14401 * net/eudc-vars.el: New maintainer. Change author's address.
14403 * net/eudc-bob.el: New maintainer. Change author's address.
14404 (eudc-bob-mail-keymap): New keymap for e-mail addresses.
14405 (eudc-display-mail): New function.
14406 (eudc-bob-play-sound-at-point): Remove XEmacs case.
14408 2002-01-15 Richard M. Stallman <rms@gnu.org>
14410 * emacs-lisp/autoload.el (make-autoload):
14411 Don't handle define-ibuffer-column, define-ibuffer-filter,
14412 define-ibuffer-sorter, and define-ibuffer-op.
14414 2002-01-14 Richard M. Stallman <rms@gnu.org>
14416 * calendar/calendar.el (diary-date-forms): Doc fix.
14418 2002-01-14 Eli Zaretskii <eliz@is.elta.co.il>
14420 * startup.el (command-line): Register the default tty colors even
14421 if the terminal doesn't seem to support colors.
14422 <tty-long-option-alist>: New option --color.
14423 (tty-handle-args): Parse the --color arg.
14425 * term/tty-colors.el (tty-color-mode-alist): New variable.
14427 2002-01-14 Stefan Monnier <monnier@cs.yale.edu>
14429 * net/ange-ftp.el (ange-ftp-root-dir-p): New function.
14430 (ange-ftp-file-name-all-completions, ange-ftp-file-name-completion):
14432 (ange-ftp-hook-function): Preserve match-data.
14433 (ange-ftp-insert-directory): Typo.
14434 (ange-ftp-shell-command): Check if regexp matched.
14436 2002-01-13 Richard M. Stallman <rms@gnu.org>
14438 * international/mule-cmds.el: help-map bindings moved to help.el.
14440 * help.el (view-echo-area-messages): New function.
14441 (help-map): Add `e' binding. Delete obsolete `d' binding.
14442 Change old Info bindings C-f, C-k and C-i to F, K, S.
14443 Move view-emacs-FAQ from F to C-f.
14444 Move view-emacs-problems from P to C-e.
14445 Bindings moved here from mule-cmds.el.
14446 C-l binding for describe-language-environment deleted
14447 (help-for-help): Update for all these changes.
14449 * emacs-lisp/copyright.el (copyright-regexp): Make (C) optional.
14451 2002-01-13 Dave Love <fx@gnu.org>
14453 * emacs-lisp/copyright.el: Doc fixes.
14454 (copyright-regexp): Add Latin-9 copyright sign.
14455 Match comment delimiters in year lists.
14456 (copyright-current-year): Initialize to load-time year.
14458 2002-01-13 Andreas Schwab <schwab@suse.de>
14460 * dired-aux.el (dired-do-shell-command): Doc fix.
14462 2002-01-13 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
14464 * startup.el (command-line-x-option-alist): New options "-fs",
14465 "-fw", "-fh", "--fullscreen", "--fullwidth", and "--fullheight".
14467 * term/x-win.el (x-handle-initial-switch): New function.
14469 2002-01-13 Colin Walters <walters@debian.org>
14471 * emacs-lisp/autoload.el (make-autoload): Handle define-ibuffer-column,
14472 define-ibuffer-filter, define-ibuffer-sorter, and define-ibuffer-op.
14474 * emacs-lisp/lisp-mode.el (toplevel): Ditto.
14476 * ibuffer.el, ibuf-ext.el, ibuf-macs.el: New files.
14478 2002-01-12 Richard M. Stallman <rms@gnu.org>
14480 * net/browse-url.el (browse-url-grail):
14481 Use browse-url-maybe-new-window.
14483 * net/telnet.el (telnet-simple-send):
14484 Handle comint-input-sender-no-newline like comint-simple-send.
14486 * progmodes/sql.el (sql-query-placeholders-and-send):
14487 Handle comint-input-sender-no-newline like comint-simple-send.
14488 (sql-escape-newlines-and-send): Likewise.
14490 * comint.el (comint-input-sender): Doc fix.
14491 (comint-input-sender-no-newline): New variable.
14492 (comint-simple-send): If comint-input-sender-no-newline,
14493 don't output newline, but maybe send eof.
14494 (comint-send-input): New arg NO-NEWLINE.
14495 (comint-send-eof): Call comint-send-eof with NO-NEWLINE.
14497 2002-01-12 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
14499 * textmodes/flyspell.el (flyspell-check-pre-word-p):
14500 Prevent delaying when executing keyboard macros.
14502 2002-01-12 Richard M. Stallman <rms@gnu.org>
14504 * simple.el (line-move): If we can't move enough lines,
14505 go to beginning or end of line.
14507 * help-mode.el (help-xref-go-back): Restore POSITION in proper buffer
14510 * help.el (describe-mode): Call help-setup-xref in the help buffer.
14511 Switch buffers only after calling `help-buffer'.
14513 * dired-aux.el (dired-shell-stuff-it): Substitute for * or ?
14514 only when they are surrounded by whitespace.
14515 Use dired-mark-separator when adding one file name to a command.
14516 (dired-do-shell-command): Verify that * is surrounded by whitespace.
14517 Ask for confirmation if * or ? is not surrounded by whitespace.
14518 (dired-bunch-files): Re-reverse the partial file list when it is used.
14520 2002-01-12 Richard M. Stallman <rms@gnu.org>
14522 * comint.el (comint-dynamic-list-completions): Repeating the command
14523 after displaying a completion list scrolls the list.
14525 2002-01-12 Eli Zaretskii <eliz@is.elta.co.il>
14527 * files.el (find-file-noselect): Don't consider a buffer as
14528 visiting a file literally if it is in hexl-mode.
14530 * faces.el (minibuffer-prompt): A better face definition for MS-DOS.
14532 2002-01-11 Richard M. Stallman <rms@gnu.org>
14534 * startup.el (initial-scratch-message): Fix custom type, add group.
14536 * mail/rmail.el (rmail-decode-babyl-format): Disable undo
14537 around the decode-coding-region call.
14539 * emacs-lisp/lisp.el (lisp-complete-symbol): Repeating the command
14540 after displaying a completion list scrolls the list.
14542 2002-01-11 Eli Zaretskii <eliz@is.elta.co.il>
14544 * version.el (emacs-version): Bump to 21.2.50.
14546 2002-01-10 Thien-Thi Nguyen <ttn@giblet.glug.org>
14548 * play/zone.el (zone-timeout): New var.
14549 (zone-hiding-modeline): New macro.
14550 (zone-call): New func.
14552 (zone): Init `modeline-hidden-level' symbol property.
14553 Use `zone-call' instead of `funcall'.
14555 (zone-pgm-whack-chars): Use `make-string' (fix bug introduced in 1.7).
14557 (zone-pgm-stress): Use `zone-hiding-modeline'.
14559 (zone-pgm-stress-destress): New zone program.
14561 2002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
14563 * faces.el (minibuffer-prompt): Special face definition for MS-DOS.
14565 2002-01-09 Richard M. Stallman <rms@gnu.org>
14567 * startup.el (fancy-splash-screens): Set tab-width in correct buffer.
14569 2002-01-09 Michael Kifer <kifer@cs.stonybrook.edu>
14571 * viper.el (viper-set-hooks): Zap viper-unfriendly bindings in
14572 flyspell-mouse-map.
14574 2002-01-08 Richard M. Stallman <rms@gnu.org>
14576 * emacs-lisp/regexp-opt.el (regexp-opt): Bind max-specpdl-size.
14578 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Fix custom type.
14580 * textmodes/flyspell.el (flyspell-mode-line-string): Fix custom type.
14582 2002-01-08 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
14584 * progmodes/ada-mode.el (ada-initialize-properties, ada-mode):
14585 Do not use make-local-hook.
14587 2002-01-08 Eli Zaretskii <eliz@is.elta.co.il>
14589 * international/quail.el (quail-start-translation)
14590 (quail-start-conversion): Bind last-command-event, last-command,
14591 and this-command in the first let. This fixes the change from
14594 2002-01-08 Michael Kifer <kifer@cs.stonybrook.edu>
14596 * ediff-hook.el: Add an autoload cookie.
14598 2002-01-08 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
14600 * net/eudcb-ph.el, net/ldap.el: New maintainer. New e-mail
14601 address of the author.
14603 2002-01-08 Richard M. Stallman <rms@gnu.org>
14605 * replace.el (occur-mode-goto-occurrence-other-window): New command.
14606 (occur-mode-map): Bind `o' to that.
14608 2002-01-07 Michael Kifer <kifer@cs.stonybrook.edu>
14610 * viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
14611 new macro that replaces viper-emacs-p and viper-xemacs-p in many
14612 cases. Used to reduce the number of warnings.
14614 * viper-cmd.el: Use viper-cond-compile-for-xemacs-or-emacs.
14615 (viper-standard-value): Move here from viper.el.
14616 (viper-set-unread-command-events): Move to viper-util.el
14617 (viper-check-minibuffer-overlay): Make sure
14618 viper-minibuffer-overlay is moved to cover the entire input field.
14620 * viper-util.el: Use viper-cond-compile-for-xemacs-or-emacs.
14621 (viper-read-key-sequence, viper-set-unread-command-events)
14622 (viper-char-symbol-sequence-p, viper-char-array-p): Moved here.
14624 * viper-ex.el: Use viper-cond-compile-for-xemacs-or-emacs.
14626 * viper-keym.el: Use viper-cond-compile-for-xemacs-or-emacs.
14628 * viper-mous.el: Use viper-cond-compile-for-xemacs-or-emacs.
14630 * viper-macs.el (viper-char-array-p, viper-char-symbol-sequence-p)
14631 (viper-event-vector-p): Move to viper-util.el
14633 * viper.el (viper-standard-value): Move to viper-cmd.el.
14634 Use viper-cond-compile-for-xemacs-or-emacs.
14636 * ediff-help.el: Use ediff-cond-compile-for-xemacs-or-emacs.
14638 * ediff-hook.el: Use ediff-cond-compile-for-xemacs-or-emacs.
14640 * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs):
14641 New macro designed to be used in many places where ediff-emacs-p or
14642 ediff-xemacs-p was previously used. Reduces the number of warnings.
14643 Use ediff-cond-compile-for-xemacs-or-emacs in many places in lieu
14645 (ediff-make-current-diff-overlay, ediff-highlight-diff-in-one-buffer)
14646 (ediff-convert-fine-diffs-to-overlays, ediff-empty-diff-region-p)
14647 (ediff-whitespace-diff-region-p, ediff-get-region-contents):
14648 Move to ediff-util.el.
14649 (ediff-event-key): Moved here.
14651 * ediff-merge.el: Got rid of unreferenced variables.
14653 * ediff-mult.el: Use ediff-cond-compile-for-xemacs-or-emacs.
14655 * ediff-util.el: Use ediff-cond-compile-for-xemacs-or-emacs.
14656 (ediff-cleanup-mess): Improve the way windows are set up after
14658 (ediff-janitor): Use ediff-dispose-of-variant-according-to-user.
14659 (ediff-dispose-of-variant-according-to-user): New function
14660 designed to be smarter and also understands indirect buffers.
14661 (ediff-highlight-diff-in-one-buffer)
14662 (ediff-unhighlight-diff-in-one-buffer)
14663 (ediff-unhighlight-diffs-totally-in-one-buffer)
14664 (ediff-highlight-diff, ediff-highlight-diff)
14665 (ediff-unhighlight-diff, ediff-unhighlight-diffs-totally)
14666 (ediff-empty-diff-region-p, ediff-whitespace-diff-region-p)
14667 (ediff-get-region-contents, ediff-make-current-diff-overlay):
14669 (ediff-format-bindings-of): New function by Hannu Koivisto
14671 (ediff-setup): Make sure the merge buffer is always widened and
14673 (ediff-write-merge-buffer-and-maybe-kill): Refuse to write the
14674 result of a merge into a file visited by another buffer.
14675 (ediff-arrange-autosave-in-merge-jobs): Check if the merge file
14676 is visited by another buffer and ask to save/delete that buffer.
14677 (ediff-verify-file-merge-buffer): New function to do the above.
14679 * ediff-vers.el: Load ediff-init.el at compile time.
14681 * ediff-wind.el: Use ediff-cond-compile-for-xemacs-or-emacs.
14683 * ediff.el (ediff-windows, ediff-regions-wordwise)
14684 (ediff-regions-linewise): Use indirect buffers to improve
14685 robustness and make it possible to compare regions of the same
14686 buffer (even overlapping regions).
14687 (ediff-clone-buffer-for-region-comparison)
14688 (ediff-clone-buffer-for-window-comparison): New functions.
14689 (ediff-files-internal): Refuse to compare identical files.
14690 (ediff-regions-internal): Get rid of the warning about comparing
14691 regions of the same buffer.
14693 * ediff-diff.el (ediff-convert-fine-diffs-to-overlays): Moved here.
14694 Plus the following fixes courtesy of Dave Love: Doc fixes.
14695 (ediff-word-1): Use word class and move - to the
14696 front per regexp documentation.
14697 (ediff-wordify): Bind forward-word-function outside loop.
14698 (ediff-copy-to-buffer): Use insert-buffer-substring rather than
14699 consing buffer contents.
14700 (ediff-goto-word): Move syntax table setting outside loop.
14702 2002-01-07 Richard M. Stallman <rms@gnu.org>
14704 * dired.el (dired-copy-filename-as-kill): Call kill-append
14705 if following a kill command.
14707 * help-fns.el (describe-variable, describe-function):
14710 2002-01-06 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
14712 * net/ldap.el (ldap-search-internal): Skip error message from
14713 ldapsearch. Allow listing attribute names only. Do not open
14714 non-existent files.
14716 * net/eudcb-ldap.el (eudc-ldap-get-field-list): Do not try to
14717 call non-existent function.
14719 * net/eudc.el (top-level): Revert previous change.
14721 * net/net-utils.el (nslookup-font-lock-keywords): Defvar font-lock
14722 variables to prevent warning from byte-compiler.
14724 * net/eudc.el (top-level): Use eudc-xemacs-p instead of
14725 string-match on emacs-version again.
14727 * enriched.el (enriched-make-annotation): Fix the change from
14729 (enriched-handle-display-prop): Return proper values.
14731 * net/eudcb-ldap.el (eudc-attribute-display-method-alist):
14732 Use proper attribute name labeledUri instead of deprecated labeledUrl.
14734 2002-01-05 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
14736 * net/eudc-hotlist.el (eudc-edit-hotlist): Avoid error when
14737 editing an empty hotlist.
14739 * net/ldap.el (ldap-search-internal): Make the buffer unibyte.
14740 Use buffer-string instead of buffer-substring for the whole buffer.
14742 * net/eudc-vars.el (eudc-external-viewers): Do not use xv, it is
14745 * net/eudc-bob.el (eudc-bob-can-display-inline-images)
14746 (eudc-bob-display-jpeg): Use fboundp instead of boundp.
14747 (eudc-bob-save-object): Make the buffer unibyte.
14748 (eudc-bob-generic-keymap): Add new keybinding `!' to pipe the
14749 object to external program.
14751 2002-01-05 Andre Spiegel <spiegel@gnu.org>
14753 * vc.el (vc-branch-part): Return nil if there's no `.'
14754 (vc-default-previous-version): Renamed from vc-previous-version.
14755 New args BACKEND and FILE. Return nil for revision numbers
14757 (vc-version-diff): Call vc-BACKEND-previous-version.
14758 (vc-steal-lock): Steal lock before composing mail, so that no mail
14759 is sent when the stealing goes wrong. And we'll actually see the
14760 error in that case now.
14761 (vc-finish-steal): Removed.
14763 * vc-rcs.el (vc-rcs-steal-lock): Do a real checkout after stealing
14764 the lock, so that we see expanded headers.
14765 (vc-rcs-trunk-p, vc-rcs-branch-part, vc-rcs-branch-p)
14766 (vc-rcs-minor-part, vc-rcs-previous-version): Removed. These are
14767 available from vc.el. Updated all callers.
14769 2002-01-05 Richard M. Stallman <rms@gnu.org>
14771 * enriched.el (enriched-make-annotation): Doc fix.
14773 * format.el (format-replace-strings, format-subtract-regions)
14774 (format-annotate-region, format-annotate-location)
14775 (format-annotate-atomic-property-change)
14776 (format-annotate-single-property-change): Doc fixes.
14778 2002-01-05 Jason Rumney <jasonr@gnu.org>
14780 * term/w32-win.el: Require fontset unconditionally.
14781 (w32-handle-scroll-bar-event): Remove.
14783 2002-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
14785 * emacs-lisp/copyright.el (copyright-regexp): Allow multi-line
14786 copyrights to be updated.
14788 2002-01-04 Eli Zaretskii <eliz@is.elta.co.il>
14790 * textmodes/texinfo.el (texinfo-insert-@end): Fix the change from
14793 * mail/sendmail.el (mail-recover-1, mail-recover): Doc fix.
14795 2002-01-04 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
14797 * net/ldap.el (ldap-host-parameters-alist): Remove duplicated entry.
14798 (ldap-ignore-attribute-codings): Change the default value to allow
14799 encoding/decoding of attributes.
14800 (ldap-coding-system): Use UTF-8 as the coding-system. Doc fix.
14802 2002-01-03 Richard M. Stallman <rms@gnu.org>
14804 * files.el (basic-save-buffer): Undo previous change.
14806 * calendar/diary-lib.el (diary-block): Doc fix.
14808 * custom.el (defcustom): Fix syntax of previous change.
14810 2002-01-03 Per Abrahamsen <abraham@dina.kvl.dk>
14812 * custom.el (defcustom): Documented :tag, :link and :load.
14814 2002-01-03 Eli Zaretskii <eliz@is.elta.co.il>
14816 * mail/sendmail.el (mail-recover-1): New function.
14817 (mail-recover): Switch to the *mail* buffer right away.
14818 Use buffer-auto-save-file-name instead of calling
14819 make-auto-save-file-name. Call dired-noselect instead of invoking
14820 `ls' directly. Bind coding-system-for-read to emacs-mule-unix
14821 before reading the auto-save file. If the buffer's auto-save file
14822 does not exist, call mail-recover-1 to allow recovery from past
14825 2002-01-03 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
14827 * time.el (display-time-load-average-threshold): Fix defcustom
14828 (add type and group).
14830 * net/ange-ftp.el (ange-ftp-shell-command): Remove port
14831 specification from the hostname.
14833 2002-01-02 Richard M. Stallman <rms@gnu.org>
14835 * facemenu.el (facemenu-active-faces):
14836 Use face-attributes-as-vector, not face-attributes-vector.
14838 2002-01-02 Chris Hanson <cph@aarau.ai.mit.edu>
14840 * xscheme.el: Eleven years of updates on a private copy.
14842 Extensive changes to support multiple xscheme buffers:
14843 (run-scheme): Break up into new functions to facilitate starting
14844 processes in other buffers.
14845 (xscheme-start, xscheme-read-command-line): New functions.
14846 (start-scheme, select-scheme)
14847 (default-xscheme-runlight)
14848 (global-set-scheme-interaction-buffer)
14849 (local-set-scheme-interaction-buffer)
14850 (local-clear-scheme-interaction-buffer)
14851 (exit-scheme-interaction-mode)
14852 (verify-xscheme-buffer): New functions.
14853 (xscheme-process-name, xscheme-buffer-name)
14854 (xscheme-runlight): New internal vars.
14855 (default-xscheme-runlight): New const.
14856 (xscheme-start-process): Add args for the process/buffer names.
14857 (reset-scheme): Pass process/buffer names.
14858 (scheme-interaction-mode): Initialize new local vars.
14859 (reset-scheme, xscheme-send-string-2, xscheme-process-running-p)
14860 (xscheme-select-process-buffer, xscheme-process-buffer)
14861 (xscheme-send-region, xscheme-send-char, xscheme-send-interrupt)
14862 (xscheme-goto-output-point, xscheme-write-message-1): Use new
14863 var xscheme-process-name.
14864 (xscheme-start-process): Initialize xscheme-process-name and
14865 xscheme-buffer-name in the process buffer. Pass buffer name to
14866 xscheme-modeline-initialize.
14867 (xscheme-modeline-initialize): Add argument to specify buffer name
14868 for mode-line vars.
14869 (xscheme-process-sentinel): Make sure sentinel is run in the
14870 process buffer so it sees its local vars.
14871 (xscheme-process-filter-initialize, xscheme-set-runlight):
14872 More elaborate logic to handle multiple-buffer mode lines.
14874 (xscheme-enter-input-wait): Re-enable control-G handler upon
14875 entering input wait.
14877 (scheme-interaction-mode): Add arg to preserve local vars.
14878 (xscheme-enter-interaction-mode)
14879 (xscheme-enter-debugger-mode): Preserve local vars.
14880 (xscheme-start-process): Clobber local vars.
14882 (scheme-interaction-mode-commands): Allow end user to add commands
14883 to scheme-interaction-mode keymap.
14884 (scheme-interaction-mode-commands-alist): New variable.
14886 (xscheme-send-string): Don't use insert-before-markers.
14888 Implement a per-buffer kill ring:
14889 (xscheme-insert-expression)
14890 (xscheme-rotate-yank-pointer, xscheme-yank)
14891 (xscheme-yank-pop, xscheme-yank-push): New functions.
14892 (xscheme-expressions-ring)
14893 (xscheme-expressions-ring-yank-pointer)
14894 (xscheme-expressions-ring-max): New variables.
14895 (xscheme-send-string-1): Call xscheme-insert-expression to save
14896 expression in ring.
14897 (xscheme-yank-previous-send): Now an alias for xscheme-yank.
14898 (xscheme-previous-send): Deleted variable.
14900 (xscheme-send-string-2, xscheme-send-char, xscheme-send-proceed)
14901 (xscheme-send-control-g-interrupt): Use process-send-string rather
14904 (xscheme-send-region): Insert a newline after an expression that
14905 is submitted in the interaction buffer, for consistency with
14906 recent changes to Edwin.
14908 (xscheme-delete-output): New function mimics comint-delete-output.
14909 (xscheme-last-input-end): New internal variable.
14910 (xscheme-process-filter-output): Update xscheme-last-input-end.
14912 (xscheme-send-control-g-interrupt): Make sure that
14913 xscheme-control-g-disabled-p is looked up in the right buffer.
14915 (xscheme-enable-control-g): Clear C-g message if visible.
14916 (xscheme-control-g-message-string): New internal var.
14917 (xscheme-send-control-g-interrupt): Use new var.
14919 (xscheme-send-control-g-interrupt, xscheme-send-interrupt):
14920 Delay after sending interrupt in order to work around race condition.
14922 (xscheme-send-control-g-interrupt, xscheme-send-interrupt)
14923 (xscheme-send-char): Use xscheme-send-char rather than send-string
14924 to send single char.
14926 (xscheme-process-filter, xscheme-process-filter-alist):
14927 Add support for evaluating expressions outside of the call-excursion.
14928 (xscheme-process-filter:string-action-noexcursion): New func.
14930 (xscheme-write-value): Change output string to match that used by
14933 (xscheme-coerce-prompt): Don't write a space after a command
14934 prompt. The PROMPT-FOR-COMMAND- procedures will take care of this
14937 (reset-scheme): Delete process after killing it.
14939 2002-01-02 Eli Zaretskii <eliz@is.elta.co.il>
14941 * bindings.el (function-key-map): Don't bind shifted keypad
14944 2002-01-02 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
14946 * enriched.el (enriched-handle-display-prop): Remove unused variables.
14947 (enriched-mode): Doc fix.
14949 2002-01-02 Eli Zaretskii <eliz@is.elta.co.il>
14951 * international/ucs-tables.el (ucs-8859-8-alist): Comment away
14954 2002-01-01 Richard M. Stallman <rms@gnu.org>
14956 * jka-compr.el (jka-compr-write-region): If START = nil, use whole buf.
14958 2001-12-31 Richard M. Stallman <rms@gnu.org>
14960 * comint.el, cus-edit.el, diff-mode.el, enriched.el, font-lock.el:
14961 * generic-x.el, info.el, log-view.el, pcvs-info.el, speedbar.el:
14962 * wid-edit.el, woman.el, calendar/calendar.el, textmodes/flyspell.el:
14963 * emulation/viper-init.el, eshell/em-ls.el, progmodes/antlr-mode.el:
14964 * progmodes/cperl-mode.el, progmodes/idlwave.el:
14965 * progmodes/sh-script.el, progmodes/vhdl-mode.el:
14966 Adapt face definitions to use :weight and :slant.
14968 * ps-print.el (ps-font-lock-face-attributes): Use :weight and :slant.
14970 * cus-edit.el (custom-face-edit-fix-value): Delete `assert' call.
14972 * font-lock.el (initializing from font-lock-face-attributes):
14973 Use :weight and :slant, not :bold and :italic.
14975 2001-12-31 Per Abrahamsen <abraham@dina.kvl.dk>
14977 * cus-edit.el (custom-face-edit-fix-value): New function.
14978 (custom-face-edit): Use it, to convert :italic and :bold to new forms.
14980 2001-12-30 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
14982 * progmodes/octave-mod.el (octave-abbrev-table):
14983 * progmodes/idlwave.el (idlwave-mode-abbrev-table):
14984 * progmodes/fortran.el (fortran-mode-abbrev-table):
14985 * progmodes/f90.el (f90-mode-abbrev-table):
14986 * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init):
14987 * progmodes/sql.el (sql-mode-abbrev-table): Mark all the
14988 predefined abbrevs as "system" abbrevs.
14990 2001-12-30 Richard M. Stallman <rms@gnu.org>
14992 * info.el (Info-fontify-node): For a **** underline line, put the
14993 invisible and intangible props on the following newline, but not
14994 on the previous newline or the last char of the previous line.
14996 * faces.el (face-set-after-frame-default): Don't change `default' face.
14998 * faces.el (minibuffer-prompt): Adopt some default colors.
15000 * replace.el (query-replace-read-args): Immediate error if read-only.
15002 * textmodes/makeinfo.el (makeinfo-compilation-sentinel):
15003 Display the output buffer in a more intelligent way.
15005 2001-12-30 Eli Zaretskii <eliz@is.elta.co.il>
15007 * ls-lisp.el (insert-directory): Modify the "total" line wording,
15008 in accordance with files.el's insert-directory.
15010 2001-12-29 Richard M. Stallman <rms@gnu.org>
15012 * files.el (basic-save-buffer): If a before-write hook displays
15013 an echo area message, pause before calling basic-save-buffer-1.
15015 2001-12-29 Markus Rost <rost@math.ohio-state.edu>
15017 * textmodes/reftex-global.el (reftex-query-replace-document)
15018 (reftex-change-label): Doc fix.
15020 * dired-aux.el (dired-do-query-replace-regexp): Doc fix.
15022 * progmodes/etags.el (tags-query-replace): Doc fix.
15024 2001-12-29 Richard M. Stallman <rms@gnu.org>
15026 * progmodes/compile.el (compile-internal): Fix previous change.
15028 2001-12-28 Richard M. Stallman <rms@gnu.org>
15030 * mouse.el (mouse-drag-mode-line-1): When dragging a mode line upward,
15031 shrink the windows above as necessary to get space.
15032 (mouse-drag-move-window-bottom, mouse-drag-window-above): New fns.
15034 * net/ange-ftp.el (ange-ftp-allow-child-lookup): Always return nil.
15035 This fixes a bug that treated all files as directories.
15036 (ange-ftp-insert-directory): Explicitly follow symlinks.
15038 * international/iso-transl.el (iso-transl-char-map) Eliminate the
15039 alias symbols--put the translated sequences here directly.
15041 * progmodes/cc-mode.el (c-mode-abbrev-table)
15042 (c++-mode-abbrev-table, objc-mode-abbrev-table)
15043 (java-mode-abbrev-table, pike-mode-abbrev-table):
15044 Mark all the predefined abbrevs as "system" abbrevs.
15046 * mail/sendmail.el (mail-envelope-from): Fix custom type.
15047 (sendmail-send-it): Check mail-specify-envelope-from
15048 and mail-envelope-from in the mail buffer at start.
15050 2001-12-28 Simon Josefsson <jas@extundo.com>
15052 * mail/sendmail.el (mail-envelope-from): Fix :type.
15053 (sendmail-send-it): Copy `mail-envelope-from' from calling buffer.
15055 2001-12-28 Richard M. Stallman <rms@gnu.org>
15057 * net/ldap.el (ldap-search-internal): Handle <file://...> in results.
15059 * simple.el (line-move-invisible): New subroutine.
15060 (line-move-to-column): New subroutine--smarter about advancing over
15061 invisible parts of a line, or lines, but only as long as hpos grows.
15062 (line-move-finish): New subroutine: repeatedly processes desired
15063 column, intangibility, and fields.
15064 (line-move): Use those subroutines.
15065 When moving lines downward, skip invisible text first rather than last.
15067 2001-12-27 Richard M. Stallman <rms@gnu.org>
15069 * international/mule-diag.el (describe-char-after):
15070 Describe the text properties of the char after point.
15072 * help.el (describe-key): Doc fix.
15074 2001-12-26 Markus Rost <rost@math.ohio-state.edu>
15076 * find-dired.el (find-dired-sentinel): Precede exit message by
15077 two spaces, to match the regexp in dired-between-files.
15079 2001-12-28 Miles Bader <miles@gnu.org>
15081 * wid-edit.el (widget-toggle-value-create): Don't eval actual
15082 images (which are lists too).
15084 2001-12-27 Eli Zaretskii <eliz@is.elta.co.il>
15086 * language/european.el: Fix the doc string of "Latin-5" language
15089 2001-12-26 Richard M. Stallman <rms@gnu.org>
15091 * textmodes/flyspell.el (flyspell-mode-map): New keymap,
15092 defined as before 2001-11-09.
15093 (add-minor-mode call): Specify the keymap.
15095 * progmodes/compile.el (compile-internal):
15096 Set TERM variable in process-environment.
15098 2001-12-25 Richard M. Stallman <rms@gnu.org>
15100 * help-mode.el (help-xref-on-pp): Catch and ignore errors in scanning
15103 * startup.el (command-line): Convert command line args
15104 to Emacs internal representation using locale-coding-system.
15106 2001-12-25 Eli Zaretskii <eliz@is.elta.co.il>
15108 * international/fontset.el: Don't require ind-util when compiling.
15110 2001-12-25 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
15112 * emulation/tpu-edt.el (tpu-reset-screen-size):
15113 Use set-frame-height and set-frame-width instead of set-screen-height
15114 and set-screen-width.
15116 * vt-control.el (vt-wide, vt-narrow): Use set-frame-width instead
15117 of obsolete set-screen-width.
15119 * locate.el (locate): Remove dot at the end of error argument.
15121 * emerge.el (emerge-show-file-name): Use frame-height instead of
15122 obsolete screen-height.
15124 * mail/mh-utils.el (mh-show-msg): Likewise.
15125 (mh-handle-process-error): Use frame-width instead of obsolete
15128 2001-12-25 Richard M. Stallman <rms@gnu.org>
15130 * window.el (balance-windows): Use new PRESERVE-BEFORE arg
15131 to enlarge-window. Use save-selected-window. Don't try
15132 to resize windows that end at the bottom "level".
15133 Retry changing the sizes until the windows get the desired sizes.
15134 Discount the minibuffer when computing total height available.
15136 * emacs-lisp/debug.el (debugger-mode-map): Bind C-m, not `RET'.
15137 (debugger-make-xrefs): Only make a button for the first symbol
15140 2001-12-24 Eli Zaretskii <eliz@is.elta.co.il>
15142 * term/internal.el (dos-cpNNN-setup, dos-codepage-setup):
15143 Call IT-setup-unicode-display here instead of adding it to
15144 dos-codepage-setup-hook, so that Unicode display tables are set
15145 before dos-codepage-setup-hook runs.
15147 2001-12-24 Richard M. Stallman <rms@gnu.org>
15149 * net/net-utils.el (ftp-mode-abbrev-table): Don't define it.
15150 (nslookup-mode-abbrev-table): Don't define it.
15151 (smbclient-mode-abbrev-table): Don't define it.
15152 (ftp-mode): Don't use ftp-mode-abbrev-table; don't enable Abbrev mode.
15153 (nslookup-mode, smbclient-mode): Likewise.
15154 (network-connection-service-abbrev-alist): Variable deleted.
15155 (network-connection-mode-setup): Don't set up abbrev table.
15157 * faces.el (minibuffer-prompt): New face.
15158 (minibuffer-prompt-properties): Add `face' property.
15160 * replace.el (occur-mode-display-occurrence): New function.
15161 (occur-mode-map): Bind C-o to it.
15163 2001-12-24 Michael Kifer <kifer@cs.sunysb.edu>
15165 * viper-cmd.el (viper-change-state): Got rid of make-local-hook.
15166 (viper-special-read-and-insert-char): Make C-m work right in the r
15168 (viper-buffer-search-enable): Fixed format string.
15170 * viper-ex.el (ex-token-alist): Use ex-set-visited-file-name
15171 instead of viper-info-on-file.
15172 (ex-set-visited-file-name): New function.
15174 * viper.el (viper-emacs-state-mode-list): Added mail-mode.
15176 * ediff-mult.el (ediff-meta-mark-equal-files): Added optional
15179 * ediff-init.el: Fixed some doc strings.
15181 * ediff-util.el (ediff-after-quit-hook-internal): New variable.
15182 Got rid of make-local-hook.
15184 * ediff-wind.el (ediff-setup-control-frame): Got rid of
15187 2001-12-23 Richard M. Stallman <rms@gnu.org>
15189 * term/x-win.el (x-handle-geometry): Put height and width
15190 on default-frame-alist, left and top on initial-frame-alist.
15191 * term/w32-win.el (x-handle-geometry): Likewise.
15193 * sort.el (sort-reorder-buffer): Copy all to a temp buffer first.
15195 * play/yow.el (yow): Use an arg to distinguish interactive calls,
15198 2001-12-22 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
15200 * emacs-lisp/elint.el (elint-unknown-builtin-args):
15201 Remove mocklisp entries.
15203 * subr.el (insert-string): Moved from mocklisp.c, reimplemented in
15206 * emulation/mlconvert.el: File removed.
15208 * emulation/mlsupport.el: Moved to obsolete.
15210 * obsolete/mlsupport.el: Moved there from lisp/emulation.
15212 * emacs-lisp/find-gc.el (source-files): Remove mocklisp.c.
15214 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
15215 Remove mocklisp case.
15217 * help-fns.el (describe-function-1): Remove mocklisp function case.
15219 2001-12-22 Miles Bader <miles@gnu.org>
15221 * textmodes/refill.el (refill-mode): Don't barf when redundantly
15222 turning refill-mode off.
15224 2001-12-22 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
15226 * time.el (display-time-load-average-threshold): New variable.
15227 (display-time-update): Use it.
15229 These changes allow cycling through past 1, 5 and 15 minutes
15230 load-average displayed in the mode-line.
15232 * time.el (display-time-default-load-average): New customizable option.
15233 (display-time-load-average): New variable.
15234 (display-time-cycle-load-average): New function.
15235 (display-time-update): Use them.
15237 2001-12-21 Richard M. Stallman <rms@gnu.org>
15239 * apropos.el (apropos-print): SPACING is now nil or a separator string.
15240 (apropos-documentation, apropos-value): Pass a suitable string.
15242 2001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
15244 * dired.el (dired-free-space-program, dired-free-space-args):
15245 Aliases for back-compatibility.
15247 * info.el (Info-select-node): If Info-use-header-line is nil, set
15248 header-line-format to nil.
15249 (Info-fontify-node): Don't put a keymap text property on the
15250 heading if we are not going to display the header line. Remove
15251 any such text properties left over from past visits to this node.
15253 * ls-lisp.el (insert-directory): Insert the amount of free disk
15254 space, like files.el's insert-directory does.
15256 * files.el (directory-free-space-program):
15257 Mention file-system-info in the doc string.
15258 (get-free-disk-space): New function; code moved from insert-directory.
15259 (insert-directory): Call get-free-disk-space to get the amount of
15262 2001-12-21 Richard M. Stallman <rms@gnu.org>
15264 * help.el (view-order-manuals, view-emacs-news, describe-copying)
15265 (describe-distribution, describe-project): Use view-file.
15267 * emacs-lisp/cl-indent.el (define-modify-macro): Better indent spec.
15269 * net/ange-ftp.el (ange-ftp-file-modtime): Use save-match-data.
15271 * emacs-lisp/easy-mmode.el (define-minor-mode):
15272 Make no arg by default in an interactive call,
15273 so that repeating the command toggles again.
15275 * emacs-lisp/lisp-mode.el (eval-defun-1): Cope with atoms as args.
15277 2001-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
15279 * antlr-mode.el: More sophisticated indentation of cpp directive.
15280 (antlr-indent-at-bol-alist): New user option.
15281 (antlr-indent-line): Use it.
15282 (antlr-indent-style): New user option.
15283 (antlr-mode): Use it.
15284 (antlr-indent-item-regexp): Customize.
15286 * antlr-mode.el: Syntax highlighting changes.
15287 (antlr-font-lock-literal-regexp): New user option.
15288 (antlr-font-lock-syntax-face): New face used for :, |, ....
15289 (antlr-font-lock-default-face): New face.
15290 (antlr-font-lock-additional-keywords): Use them.
15292 * antlr-mode.el: New command to insert options -- variables.
15293 (antlr-mode-map): New binding [C-c C-o].
15294 (antlr-mode-menu): New submenus.
15295 (antlr-options-use-submenus): New user option.
15296 (antlr-tool-version): New user option.
15297 (antlr-options-auto-colon): New user option.
15298 (antlr-options-style): New user option.
15299 (antlr-options-push-mark): New user option.
15300 (antlr-options-assign-string): New user option.
15301 (antlr-options-headings): New variable.
15303 * antlr-mode.el: New command to insert options -- specific.
15304 (antlr-options-alists): New variable.
15305 (antlr-read-value): New function.
15306 (antlr-read-boolean): New function.
15307 (antlr-language-option-extra): New function.
15308 (antlr-language-limit-n-regexp): Change default to higher LIMIT.
15309 (antlr-c++-mode-extra): New function.
15310 (antlr-grammar-tokens): New function.
15311 (antlr-imenu-create-index-function): New optional argument.
15313 * antlr-mode.el: New command to insert options -- functions.
15314 (antlr-insert-option): New command.
15315 (antlr-insert-option-interactive): New function.
15316 (antlr-options-menu-filter): New function.
15317 (antlr-option-kind): New function.
15318 (antlr-scan-lists): New alias.
15319 (antlr-scan-lists-internal): New function.
15320 (antlr-skip-file-prelude): Hack for special SKIP-COMMENT.
15321 (antlr-option-level): New function.
15322 (antlr-syntactic-grammar-depth): New function.
15323 (antlr-option-location): New function.
15324 (antlr-insert-option-do): New function.
15325 (antlr-option-spec): New function.
15326 (antlr-version-string): New function.
15327 (antlr-insert-option-existing): New function.
15328 (antlr-insert-option-space): New function.
15329 (antlr-insert-option-area): New function.
15331 * antlr-mode.el: New electric keys ":;|&(){}", TAB works better
15332 with narrowing. Menu change. Miscellaneous.
15333 (antlr-mode-menu): Include "Indent Region" and "Customize Antlr".
15334 (antlr-mode-map): New bindings for characters in ":;|&(){}".
15335 (antlr-electric-character): New command.
15336 (antlr-class-header-regexp): New variable.
15337 (antlr-font-lock-additional-keywords): Use it.
15338 (antlr-imenu-create-index-function): Use it.
15339 (antlr-file-dependencies): Use it.
15340 (antlr-indent-line): Also works with restrictions.
15341 (antlr-indent-command): Interactive spec - changes the buffer.
15342 (antlr-language-for-option): Deletia.
15343 (antlr-language-option): New function, defined instead.
15344 (antlr-mode): Use it.
15346 2001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
15348 * jka-compr.el (jka-compr-partial-uncompress): Use null-device
15349 instead of a literal /dev/null.
15351 * Makefile.in (distclean): Remove Makefile in the build
15352 directory, not in the source directory.
15354 2001-12-21 Simon Josefsson <jas@extundo.com>.
15356 * mail/smtpmail.el (smtpmail-send-queued-mail):
15357 Use with-temp-buffer instead of find-file-noselect, and bind
15358 coding-system-for-read to no-conversion when reading the queued
15359 messages. (Simon's code modified slightly by Eli Zaretskii.)
15361 2001-12-20 Werner Lemberg <wl@gnu.org>
15363 * international/mule-diag.el (describe-coding-system)
15364 (print-coding-system-briefly): Make printed output have a similar
15365 format as describe-character-set.
15367 2001-12-20 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
15369 * play/blackbox.el (bb-member): Remove, use member instead.
15370 (bb-delete): Remove, use delete instead.
15371 Update copyright notice. Defvar for bb-board, bb-x, bb-y,
15372 bb-score, bb-detour-count and bb-balls-placed.
15373 Propertize results of rays.
15375 2001-12-19 Karl Fogel <kfogel@red-bean.com>
15377 * isearch.el (isearch-forward, isearch-edit-string): Make doc
15378 strings mention keybinding for `isearch-yank-word-or-char',
15379 rather than `isearch-yank-word', since the former is bound now
15380 and the latter is not.
15381 (isearch-yank-word-or-char): Fix formatting.
15383 2001-12-19 Werner Lemberg <wl@gnu.org>
15385 * language/czech.el, language/european.el, language/slovak.el:
15386 More fixes for language info doc strings.
15388 2001-12-19 Eli Zaretskii <eliz@is.elta.co.il>
15390 * loadup.el: Add "language" to the load-path.
15392 2001-12-19 Richard M. Stallman <rms@gnu.org>
15394 * international/mule-cmds.el (describe-language-environment):
15395 Fix calls to help-xref-button.
15397 2001-12-19 Miles Bader <miles@gnu.org>
15399 * international/fontset.el: Require `ind-util' when compiling.
15401 2001-12-18 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
15403 * language/ethio-util.el (ethio-modify-vowel): Use char-to-string
15404 instead of decompose-composite-char.
15406 2001-12-18 Richard M. Stallman <rms@gnu.org>
15408 * simple.el (eval-expression-print-level)
15409 (eval-expression-print-length): Doc fixes.
15411 * international/mule-diag.el (describe-character-set):
15412 Fix the arg to help-xref-button.
15414 * files.el (directory-free-space-program): New variable.
15415 (directory-free-space-args): New variable.
15416 (insert-directory): Use those two variables for getting free space.
15417 Use file-system-info instead, if that is defined.
15419 * dired.el (dired-free-space-program): Variable deleted.
15420 (dired-free-space-args): Variable deleted.
15421 (dired-insert-directory): Don't try to determine free space.
15423 * files.el (font-lock-defaults): Add risky-local-variables prop.
15424 (hack-one-local-variable): Treat various font-lock variables as risky.
15426 2001-12-18 Werner Lemberg <wl@gnu.org>
15428 * language/chinese.el, language/cyrillic.el:
15429 * language/czech.el, language/european.el, language/greek.el:
15430 * language/hebrew.el, language/indian.el, language/japanese.el:
15431 * language/korean.el, language/lao.el, language/slovak.el:
15432 * language/thai.el, language/tibetan.el, language/vietnamese.el:
15433 Improve documentation strings of coding systems and language infos.
15435 2001-12-18 Werner LEMBERG <wl@gnu.org>
15437 Add support for EUC-TW decoding/encoding.
15439 * language/china-util.el (big5-to-flat-code, flat-code-to-big5)
15440 (euc-to-flat-code, flat-code-to-euc, expand-euc-big5-alist):
15441 New auxiliary functions to build `big5-to-cns'.
15442 (big5-to-cns): New translation alist.
15444 * language/chinese.el: Added new coding system `euc-tw' and its
15445 alias `euc-taiwan'.
15446 Updated language `Chinese-CNS' to include euc-tw encoding also.
15447 (ccl-decode-euc-tw, ccl-encode-euc-tw): New functions for handling
15450 2001-12-18 Dave Love <fx@gnu.org>
15452 * loadup.el: Add language/utf-8-lang, language/georgian.
15454 * image-file.el (image-file-name-extensions): Add pnm. Doc fix.
15455 (image-file-name-regexps): Doc fix.
15457 * server.el (server-unload-hook): New function.
15459 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): Group the leader.
15460 (lm-crack-copyright): Cope with multi-line copyright `lines'.
15462 * simple.el (newline): Doc fix.
15463 (eval-expression-print-level, eval-expression-print-length): Doc
15465 (next-line, previous-line): Make arg optional.
15466 (newline): Doc fix.
15468 * Makefile.in (DONTCOMPILE): Add various language files.
15470 * international/quail.el (quail-input-string-to-events): Don't use
15473 * progmodes/f90.el (f90-break-line): Avoid infinite recursion
15476 2001-12-17 Richard M. Stallman <rms@gnu.org>
15478 * comint.el (comint-dynamic-list-input-ring-select): New function.
15479 Switches back to the old window configuration.
15480 (comint-dynamic-list-input-ring): Bind RET to that function.
15481 (comint-dynamic-list-input-ring-window-conf): New variable.
15483 2001-12-17 Werner Lemberg <wl@gnu.org>
15485 * international/mule-conf.el: Improve documentation strings of
15488 2001-12-16 Richard M. Stallman <rms@gnu.org>
15490 * dired.el (dired-copy-filename-as-kill): Moved from dired-x.el.
15491 (dired-mode-map): Bind w to dired-copy-filename-as-kill.
15493 * dired-x.el (dired-copy-filename-as-kill): Moved to dired.el.
15495 * autoinsert.el (auto-insert-alist): Redo finding C and C++ headers.
15496 Add a DESCRIPTION for the makefile item.
15498 * find-file.el (ff-other-file-name): New function.
15500 2001-12-16 Eli Zaretskii <eliz@is.elta.co.il>
15502 * international/quail.el (quail-input-string-to-events): Fix last
15505 2001-12-16 Richard M. Stallman <rms@gnu.org>
15507 * isearch.el (isearch-edit-string): When we set isearch-string
15508 to the default, also set isearch-message.
15510 * subr.el (temp-buffer-show-hook, temp-buffer-setup-hook): Add defvars.
15512 * startup.el (command-line-1): Display startup screen
15513 even if there are command line args.
15514 Add a note about how to go to editing your files.
15515 (fancy-splash-head): Add a note about how to go to your files.
15516 (fancy-splash-outer-buffer): New variable.
15517 (fancy-splash-screens): Bind variable fancy-splash-outer-buffer.
15519 * subr.el (with-temp-message): At the end, always discard
15520 the temp message, even by clearing the echo area.
15522 * progmodes/sh-script.el (sh-mode): Run sh-mode-hook.
15524 2001-12-16 Stefan Monnier <monnier@cs.yale.edu>
15526 * log-view.el (log-view-message-re, log-view-current-tag):
15527 Recognize Subversion's log output format.
15529 * international/fontset.el: Build the list L at compile time.
15531 * language/ind-util.el (mapthread): Make a closure.
15533 2001-12-15 Richard M. Stallman <rms@gnu.org>
15535 * isearch.el (isearch-start-hscroll): New variable.
15536 (isearch-mode): Set isearch-start-hscroll.
15537 (isearch-update): Restore original hscrolling if possible.
15539 * isearch.el (isearch-edit-string):
15540 Treat isearch-yank-word-or-char specially, like isearch-yank-word.
15542 * emacs-lisp/debug.el (debugger-previous-backtrace): New variable.
15543 (debugger-make-xrefs): Optimize by (1) using skip-syntax-forward
15544 rather than regexp search and (2) copying text properties
15545 already set up on text unchanged from the previous backtrace.
15547 * case-table.el (set-case-syntax-pair):
15548 Detect invalid calls and signal an error.
15550 2001-12-15 Richard M. Stallman <rms@gnu.org>
15552 * language/ind-util.el (range): Function deleted.
15553 (indian-regexp-of-hashtbl-keys): Renamed from `regexp-of-hashtbl-keys'.
15556 * language/devan-util.el (devanagari-range): Renamed from `range'.
15558 (devanagari-regexp-of-hashtbl-keys):
15559 Renamed from `regexp-of-hashtbl-keys'. All calls changed.
15561 2001-12-15 Dave Love <fx@gnu.org>
15563 * language/ind-util.el: Don't require cl.
15564 (indian-glyph-char, indian-glyph-max-char)
15565 (indian-char-glyph): Moved from indian.el
15566 (indian--puthash-char, mapthread): Don't quote lambda.
15567 (indian--map): New function.
15568 (indian--puthash-v, indian--puthash-c, indian--puthash-m)
15569 (indian--puthash-cv): Use it.
15571 * language/indian.el (indian-glyph-char, indian-glyph-max-char)
15572 (indian-char-glyph): Moved to ind-util.el
15574 * language/devan-util.el (devanagari-post-read-conversion):
15577 * language/georgian.el: New file.
15579 * international/mule-cmds.el (locale-language-names): Add various
15580 entries. Remove utf-8 special case.
15581 (locale-charset-language-names, locale-preferred-coding-systems):
15583 (set-language-environment): Process required-features earlier.
15585 * international/quail.el (quail-keyboard-layout-alist):
15587 (quail-keyboard-layout-type): Fix :type.
15588 (quail-choose-completion-string): Simplify.
15589 (quail-update-leim-list-file): Don't get fooled by commented-out code.
15590 (quail-input-string-to-events): Run events through
15591 translation-table-for-input.
15593 * international/mule-conf.el (translation-table-for-input):
15595 (latin-iso8859-14): Amend description.
15596 (file-coding-system-alist): Add entry for utf-8.
15598 * language/utf-8-lang.el: New file.
15600 * international/code-pages.el: New file.
15602 * language/hebrew.el ("Windows-1255"): New language.
15604 * language/european.el ("Welsh", "Latin-7", "Lithuanian")
15605 ("Latvian"): New languages.
15607 2001-12-14 Stefan Monnier <monnier@cs.yale.edu>
15609 * xml.el: Use setq rather than (set 'foo bar).
15610 Use push+nreverse rather than append.
15611 (xml-node-name, xml-node-attributes, xml-node-children):
15612 Use defsubst rather than macros.
15613 (xml-parse-region): Handle a nil return value from xml-parse-tag.
15614 (xml-parse-tag): Don't skip white space. Return nil for a comment.
15615 Concat the two strings surrounding a comment into a single string.
15617 * newcomment.el (comment-indent): Jump to the middle of empty comments.
15619 2001-12-14 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
15621 * select.el (xselect-convert-to-class, xselect-convert-to-name):
15624 2001-12-14 Andre Spiegel <spiegel@gnu.org>
15626 * vc-hooks.el (vc-checkout-model, vc-state, vc-workfile-version):
15627 Return nil if FILE is not registered.
15628 (vc-check-master-templates, vc-default-make-version-backups-p):
15631 2001-12-13 David Ponce <david@dponce.com>
15633 * ruler-mode.el (ruler-mode-extra-left-cols): Remove.
15634 (ruler-mode-left-fringe-cols): New macro.
15635 (ruler-mode-right-fringe-cols): New macro.
15636 (ruler-mode-left-scroll-bar-cols): New macro.
15637 (ruler-mode-right-scroll-bar-cols): New macro.
15638 (ruler-mode-ruler): Use above new macros.
15640 2001-12-13 Richard M. Stallman <rms@gnu.org>
15642 * files.el (set-auto-mode): Fix previous change.
15644 2001-12-13 Stefan Monnier <monnier@cs.yale.edu>
15646 * emacs-lisp/easymenu.el (easy-menu-intern): New fun.
15647 (easy-menu-do-define, easy-menu-convert-item-1)
15648 (easy-menu-define-key-intern, easy-menu-get-map): Use it.
15649 (easy-menu-return-item): Only return nil if there is no binding.
15651 2001-12-13 Rajesh Vaidheeswarran <rv@gnu.org>
15653 * whitespace.el (whitespace-version): 3.2
15654 * whitespace.el (whitespace-force-mode-line-update): Replace with
15655 `whitespace-mode-line-update', which is an alias to the correct
15656 function in various emacsen.
15657 * whitespace.el (whitespace-{un,}highlight-the-space):
15658 Add colorized highlighting of the bogus whitespaces in a buffer/file,
15659 using the `whitespace-highlight-face' if
15660 `whitespace-display-spaces-in-color' is set.
15662 2001-12-13 Eli Zaretskii <eliz@is.elta.co.il>
15664 * international/mule.el (set-auto-coding): Don't search for
15665 "unibyte:" or "coding:" if set-auto-mode-1 returns nil.
15667 2001-12-13 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
15669 * mail/mailabbrev.el (mail-abbrevs-setup): Do not use make-local-hook.
15671 * mail/rmail.el (rmail-fontify-buffer-function): Likewise.
15673 * mail/rmailsum.el (rmail-summary-mode): Likewise.
15675 2001-12-13 Richard M. Stallman <rms@gnu.org>
15677 * simple.el (undo): Always set this-command to `undo',
15678 so that the next undo after an error will not begin redoing.
15680 * simple.el (shell-command): Doc fix.
15681 (shell-command-on-region): If there is output an an error,
15682 add "...Shell command failed" to the output.
15684 2001-12-13 David Ponce <david@dponce.com>
15686 * ruler-mode.el (ruler-mode-left-fringe-cols): Variable removed.
15687 (ruler-mode-left-fringe-cols): Function replaced by more efficient
15688 implementation `ruler-mode-extra-left-cols'.
15689 (ruler-mode-ruler): Use above new function. Take into account
15690 that the fringe areas can now be resized.
15692 2001-12-12 Richard M. Stallman <rms@gnu.org>
15694 * international/characters.el (Unicode): Comment out
15695 the specifications for kelvin and angstrom signs.
15697 * international/mule.el (make-translation-table-from-vector):
15698 Allow null elements in VEC.
15700 * international/ucs-tables.el (unify-8859-on-encoding-mode)
15701 (unify-8859-on-decoding-mode): Swap the code in their bodies.
15704 2001-12-11 Richard M. Stallman <rms@gnu.org>
15706 * derived.el (derived-mode-p): Function moved to subr.el.
15708 * subr.el (derived-mode-p): Moved here from derived.el.
15710 * international/mule.el (set-auto-coding): Use set-auto-mode-1.
15712 * files.el (set-auto-mode-1): New subroutine, broken out of
15714 (set-auto-mode, hack-local-variables-prop-line): Use that.
15716 2001-12-11 Dave Love <fx@gnu.org>
15718 * language/thai-util.el, language/thai.el: Add Unicode equivalents.
15720 * language/european.el: Remove autoload cookies. Fix registration
15721 of diacritic composition function.
15723 2001-12-11 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
15725 * calendar/todo-mode.el: Require time-stamp.
15727 * net/zone-mode.el (zone-mode): Don't use make-local-hook.
15729 2001-12-11 Richard M. Stallman <rms@gnu.org>
15731 * emacs-lisp/authors.el (authors-aliases): Delete "Richard Stallmao".
15733 * textmodes/ispell.el (ispell-buffer-local-parsing):
15734 Match xml like sgml.
15736 * emacs-lisp/advice.el (ad-compile-function):
15737 Byte compile the function under another (uninterned) name.
15739 * gud.el (gdb): Define and bind gud-jump.
15741 * font-lock.el (font-lock-mode):
15742 Put our function at the end of after-change-functions.
15744 * ediff-diff.el (ediff-cmp-options): Doc fix.
15746 * comint.el (comint-password-prompt-regexp): Match "UNIX Password".
15748 2001-12-10 Richard M. Stallman <rms@gnu.org>
15750 * isearch.el (isearch-yank-word-or-char): New function.
15751 (isearch-mode-map): Bind C-w to that.
15753 * menu-bar.el (menu-bar-mode): Make arg optional.
15755 * simple.el (line-move): Cope if next-single-property-change
15756 or previous-single-property-change returns nil.
15758 * emacs-lisp/lisp-mnt.el (lm-verify): New arg NON-FSF-OK.
15759 Don't use interactive-p; instead, pass the proper args
15760 in (interactive...). Clean up most of the trouble-report strings.
15762 2001-12-10 Eli Zaretskii <eliz@is.elta.co.il>
15764 * mail/smtpmail.el (smtpmail-send-queued-mail): Insert the
15765 enqueued messages literally.
15767 2001-12-10 Noah Friedman <friedman@splode.com>
15769 * battery.el (battery-insert-file-contents): Obsolete function
15771 (battery-read-function): Obsolete function removed.
15772 (battery-linux-proc-apm): Use insert-file-contents.
15774 2001-12-07 Stephen Eglen <stephen@gnu.org>
15776 * iswitchb.el (iswitchb-visit-buffer):
15777 Use `select-frame-set-input-focus'--needed when window manager
15778 uses "click to focus" policy.
15780 2001-12-09 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
15782 * COPYING: Moved back.
15784 2001-12-07 Eli Zaretskii <eliz@is.elta.co.il>
15786 * term/internal.el (IT-character-translations): Add entries for
15789 * international/characters.el: Resurrect the Hebrew category
15790 settings for all Hebrew characters removed by the last change.
15791 Add code for setting the Hebrew category of the Unicode Hebrew
15792 characters. Set syntax entries for Hebrew punctuation characters.
15794 * international/ucs-tables.el (ucs-8859-8-alist): Add Hebrew
15795 points and directional formatting control characters.
15797 2001-12-07 Dave Love <fx@gnu.org>
15799 * language/lao-util.el: Add Unicode equivalents for rules.
15800 (lao-post-read-conversion): New function.
15802 * language/lao.el: Add Unicode equivalents.
15803 (lao): Add post-read conversion.
15805 * international/latin1-disp.el: Fix some 8-bit-graphic characters.
15806 Use iso2022 encoding.
15807 (latin1-char-displayable-p): Doc fix.
15808 (latin1-display-ucs-per-lynx): New option.
15809 (latin1-display-ucs-per-lynx): New command.
15810 (latin1-display-reset): Special-case arabic.
15811 (ucs-tables): Require.
15812 (latin1-display-sets, latin1-display-setup): Add arabic.
15813 (latin1-display) <variable>: Use function latin1-display.
15814 (latin1-display) <function>: Add mule-unicode stuff.
15815 (latin1-display-check-font): Don't lose if `info' is nil.
15817 * international/iso-transl.el: Insert Latin-1 characters, not
15820 * language/european.el (diacritic-composition-pattern): New constant.
15821 (diacritic-compose-region, diacritic-compose-string)
15822 (diacritic-compose-buffer, diacritic-post-read-conversion)
15823 (diacritic-composition-function): New functions.
15825 * international/utf-8.el (ucs-mule-to-mule-unicode):
15826 New translation table.
15827 (ccl-encode-mule-utf-8): Use it.
15828 (utf-8-untranslated-to-ucs, utf-8-help-echo, utf-8-compose)
15829 (utf-8-post-read-conversion, utf-8-pre-write-conversion): New function.
15830 (utf-8-subst-table): New variable.
15831 (utf-8-compose-scripts): New option.
15832 (mule-utf-8): Update safe-charsets, pre-write and post-read conversion.
15834 * international/ucs-tables.el, international/utf-8-subst.el:
15837 * international/characters.el: Don't set word syntax (the default)
15838 explicitly. Add a diacritic category. Add info for Unicode
15839 equivalents of characters in various Mule charsets and for extra
15840 Unicode characters. Don't define specific categories for
15841 Indian/Devanagari, since they aren't used.
15843 2001-12-06 Richard M. Stallman <rms@gnu.org>
15845 * textmodes/fill.el (set-justification): Rename arg VALUE to STYLE.
15846 (set-justification-left, set-justification-right): Doc fix.
15848 * progmodes/f90.el (f90-break-line): Use (newline 1) to insert newline.
15849 (bug-f90-mode): Variable deleted.
15851 2001-12-06 Stefan Monnier <monnier@cs.yale.edu>
15853 * indent.el (indent-line-function): Default is indent-relative again.
15855 2001-12-07 Miles Bader <miles@gnu.org>
15857 * progmodes/compile.el (compilation-error-regexp-alist):
15858 Added regexps for RXP.
15860 2001-12-05 Eli Zaretskii <eliz@is.elta.co.il>
15862 * progmodes/cwarn.el (cwarn-font-lock-match-assignment-in-expression):
15863 Add shift-assignment operators to those highlighted, and highlight
15864 the whole operator rather than just the "=".
15866 2001-12-04 Juanma Barranquero <lektu@terra.es>
15868 * files.el (save-abbrevs, save-some-buffers): Don't ask the user
15869 before saving abbrevs if `save-abbrevs' has the value `silently'.
15871 2001-12-04 Andreas Schwab <schwab@suse.de>
15873 * xt-mouse.el (turn-off-xterm-mouse-tracking): Doc fix.
15875 2001-12-04 Colin Walters <walters@debian.org>
15877 * emacs-lisp/autoload.el (make-autoload): Also generate autoloads
15878 for `defmacro*' forms.
15880 * emacs-lisp/lisp-mode.el (toplevel): Define docstring offset for
15883 2001-12-03 Stefan Monnier <monnier@cs.yale.edu>
15885 * progmodes/antlr-mode.el (antlr-c-common-init): Undo last change.
15887 2001-12-02 Richard M. Stallman <rms@gnu.org>
15889 * files.el (insert-directory): If the df output does not look right,
15890 don't try to use it. Other cleanups in overall code structure.
15892 2001-12-02 Stefan Monnier <monnier@cs.yale.edu>
15894 * textmodes/outline.el (outline-mode-prefix-map):
15895 Add bindings for outline-promote and outline-demote.
15896 (outline-minor-mode-menu-bar-map): New var.
15897 (outline-minor-mode): Use it.
15898 (outline-heading-alist): New var (renamed from outline-level-heading).
15899 (outline-level): Use it.
15900 (outline-insert-heading, outline-promote, outline-demote):
15901 Update to use outline-heading-alist.
15903 * disp-table.el (standard-display-european):
15904 Simplify since the function is not interactive any more.
15905 Don't set the existing buffers to unibyte.
15907 * pcvs-util.el (cvs-file-to-string): Move condition-case outside.
15909 * pcvs.el (cvs-reread-cvsrc): Don't use cvs-file-to-string.
15911 * reveal.el (reveal-mode): Fix reveal-mode's lighter.
15913 * shell.el (shell): Use shell-file-name.
15914 Pop to buffer before calling comint to set COLUMNS properly.
15916 * emacs-lisp/cl.el (svref): New alias.
15918 * progmodes/antlr-mode.el (antlr-c-common-init):
15919 Don't inhibit adaptive-fill-mode any more.
15921 * progmodes/delphi.el (delphi-mode): Don't use make-local-hook.
15923 * progmodes/etags.el (tags-with-face): Use make-symbol.
15924 (tags-search, tags-query-replace): Use backquotes.
15926 * textmodes/picture.el (picture-mode-map): Don't use defconst
15929 2001-12-02 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
15931 * textmodes/reftex-index.el (reftex-index-mode):
15932 Remove make-local-hook.
15934 * textmodes/reftex-toc.el (reftex-toc-mode): Likewise.
15936 2001-12-02 Kim F. Storm <storm@cua.dk>
15938 * isearch.el (isearch-resume-enabled): New variable.
15939 (isearch-done): Use that variable.
15941 2001-12-01 Richard M. Stallman <rms@gnu.org>
15943 * wid-edit.el (widget-button-click): Don't move point permanently:
15944 Avoid mouse-set-point--instead select the window,
15945 then do save-excursion, then move point.
15946 Specify the buffer for get-char-property.
15947 Don't use `@' in interactive.
15949 * indent.el (indent-line-function):
15950 Default is indent-to-left-margin again.
15952 * replace.el (query-replace-read-args): Display message
15953 if FROM contains `\n' or `\t'.
15955 2001-12-01 Stefan Monnier <monnier@cs.yale.edu>
15957 * indent.el (tab-to-tab-stop): Use delete-horizontal-space.
15959 * bindings.el (minibuffer-local-map): Bind TAB to insert-tab.
15961 * emacs-lisp/regexp-opt.el (regexp-opt):
15962 Bind completion-regexp-list to nil.
15964 * progmodes/hideif.el (hif-nexttoken): Move to before first def.
15966 2001-12-01 Eli Zaretskii <eliz@is.elta.co.il>
15968 * progmodes/idlwave.el, progmodes/idlw-rinfo.el:
15969 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el:
15972 2001-11-30 Stefan Monnier <monnier@cs.yale.edu>
15974 * mail/smtpmail.el: Use with-current-buffer.
15975 (message-make-date, message-make-message-id): Autoload when needed.
15976 (smtpmail-send-it): Use them to add `Date:' and `Message-Id:'
15977 headers when missing.
15979 * international/encoded-kb.el (encoded-kbd-mode):
15980 Use define-minor-mode.
15982 * enriched.el (enriched-mode): Use define-minor-mode.
15983 Use dolist and pop and push.
15985 * info.el (Info-find-node-2): Don't call info-insert-file-contents
15986 with the `visit' argument.
15987 (Info-extract-menu-node-name): Use `replace-regexps-in-string'.
15989 * progmodes/hideif.el (hide-ifdef-mode): Only modify
15990 `change-major-mode-hook' locally. Reset invisibility spec.
15992 * man.el (Man-build-section-alist): Remove last Man-match-substring.
15994 2001-11-30 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
15996 * textmodes/paragraphs.el (mark-paragraph): Clarify doc.
15997 Clarify error message.
15999 2001-11-29 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
16001 * textmodes/paragraphs.el (mark-paragraph): Allow prefix arg.
16003 2001-11-30 Andre Spiegel <spiegel@gnu.org>
16005 * vc-cvs.el (vc-cvs-parse-status): Store file state in property,
16006 don't just return it.
16008 2001-11-30 Eli Zaretskii <eliz@is.elta.co.il>
16010 * menu-bar.el (menu-bar-read-lispref, menu-bar-read-lispintro)
16011 (menu-bar-read-emacs-man, search-emacs-glossary)
16012 (emacs-index-search, elisp-index-search): New functions.
16013 (apropso-documentation, apropos, apropos-value, apropos-variable)
16014 (apropos-commands): Modify menu item names and help text.
16015 (elisp-index-search, emacs-index-search, emacs-glossary):
16017 (menu-bar-manuals-menu): Move the Ordering Manuals item to a
16019 (info-elisp, info-elintro): New menu items.
16020 (apropos): Modify the menu item name.
16022 2001-11-30 Stefan Monnier <monnier@cs.yale.edu>
16024 * emacs-lisp/lisp-mode.el (read-if): Add lisp-indent-function prop.
16026 * textmodes/outline.el (outline-promote, outline-demote): Typo.
16028 * man.el (man-follow-mouse): New function.
16029 (Man-mode-map): Bind mouse-2 to it.
16030 (Man-match-substring): Remove. Replace with `match-string'.
16031 (man): Use the `default-value' argument to `read-string'.
16032 (Man-fontify-manpage): Add mouse-face to cross references.
16034 * emacs-lisp/cl-macs.el (shiftf): Fix more. Simplify.
16036 2001-11-29 Stefan Monnier <monnier@cs.yale.edu>
16038 * emacs-lisp/crm.el (completing-read-multiple): Better preserve
16039 the value of require-match in minibuffer-completion-confirm.
16040 Use crm-local-completion-map.
16042 * emacs-lisp/cl-macs.el (shiftf): Fix the fast case so
16043 (let ((a 1) (b 2)) (shiftf a b (cons a b)) b) returns (1 . 2).
16044 (cl-make-type-test): Use char-valid-p for `character'.
16046 * info.el (Info-complete-next-re, Info-complete-cache): New vars.
16047 (Info-complete-menu-item): Rewrite. Add the ability to search
16048 several sequential nodes. Add a simple caching mechanism.
16049 (Info-goto-index): New function extracted from Info-index.
16050 (Info-index): Use it. Add completion to the interactive spec.
16051 (Info-menu-update): Simplify call to `Info-complete-menu-item'.
16053 2001-11-29 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
16055 * COPYING: Removed.
16057 2001-11-29 Dave Love <fx@gnu.org>
16059 * progmodes/fortran.el: Fontify rewind, backspace. Doc fixes.
16060 (fortran-window-create, fortran-window-create-momentarily):
16061 Rewrite, moving error condition.
16062 (fortran-beginning-do, fortran-beginning-if): Fix regexps.
16063 (fortran-mode-syntax-table): Revert last change.
16065 * international/mule.el: Doc fixes.
16066 (map-charset-chars): New function.
16067 (register-char-codings): Use it to cope with generic chars in
16070 2001-11-29 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
16072 * play/blackbox.el (blackbox-mode, blackbox): Doc fix.
16074 * play/cookie1.el (cookie, cookie-insert, shuffle-vector): Doc fixes.
16076 * play/studly.el (studlify-word, studlify-region)
16077 (studlify-buffer): Fix doc-string.
16078 (studlify-buffer): Add autoload cookie.
16080 2001-11-28 Stefan Monnier <monnier@cs.yale.edu>
16082 * textmodes/outline.el (outline-up-heading): Add `invisible-ok' arg.
16083 (outline-up-heading-all): Remove.
16084 (hide-sublevels): Move to end-of-heading before calling flag-region.
16085 (outline-copy-overlay, outline-discard-overlays): Remove.
16086 (outline-flag-region): Use `remove-overlays'.
16087 Don't move to end-of-heading.
16088 (outline-next-visible-heading, outline-back-to-heading)
16089 (outline-on-heading-p): Use outline-invisible-p.
16090 (outline-font-lock-level): Use outline-up-heading's new arg.
16091 (outline-minor-mode): Simplify.
16092 (outline-map-tree, outline-reveal-toggle-invisible): New funs.
16093 (outline): Put a `reveal-toggle-invisible' property.
16094 (outline-level-heading): New var.
16095 (outline-insert-heading, outline-promote, outline-demote)
16096 (outline-toggle-children): New commands.
16098 * progmodes/hideif.el (hif-end-of-line): New function.
16099 (hide-ifdef-mode): Set line-move-ignore-invisible.
16100 (hide-ifdef-region-internal): New function.
16101 (hide-ifdef-region): Use it.
16102 (hif-defined): Return an integer.
16103 (hif-infix-to-prefix): Remove.
16104 (hif-tokenize): Parse from the buffer rather than from a string.
16105 Correctly tokenize integers. Use forward-comment.
16106 (hif-expr): Use hif-or.
16107 (hif-term): Use hif-and.
16108 (hif-factor): Use hif-not. Handle numbers properly.
16109 Don't require parenthesis around `defined's argument.
16110 (hif-and, hif-or, hif-not): New funs.
16111 (hif-canonicalize): Pass a region to hif-tokenize. Use hif-not.
16112 (hif-hide-line): Don't hide the \n before the line.
16113 (hif-possibly-hide): Correctly handle numeric evaluation results.
16115 * progmodes/make-mode.el: Use line-(end|beginning)-position.
16116 (makefile-mode): Set indent-line-function.
16117 (makefile-browser-insert-continuation): Use with-current-buffer.
16118 (makefile-beginning-of-line-point, makefile-end-of-line-point): Remove.
16120 2001-11-28 Karl Fogel <kfogel@red-bean.com>
16122 * isearch.el (isearch-yank-internal): New helper function.
16123 (isearch-yank-char): New function.
16124 (isearch-yank-word, isearch-yank-line): Rewrite to use
16125 isearch-yank-internal.
16127 2001-11-28 Eli Zaretskii <eliz@is.elta.co.il>
16129 * mouse.el (mouse-set-font): Make it a no-op if multiple fonts
16130 aren't supported. Print a message to that effect if invoked.
16132 2001-11-27 Stephen Eglen <stephen@gnu.org>
16134 * locate.el (locate): Put point at first matching file rather
16135 than top of buffer.
16137 2001-11-27 Stefan Monnier <monnier@cs.yale.edu>
16139 * reveal.el: New file.
16141 * progmodes/hideif.el: Misc cleanup.
16142 (hide-ifdef-mode-submap): Put the def in the defvar.
16143 Use substitute-key-definition.
16144 (hide-ifdef-mode): Use define-minor-mode.
16145 (hif-outline-flag-region): Remove.
16146 (hif-show-all): Define in terms of hif-show-ifdef-region.
16147 (hif-after-revert-function): Rename from hif-before-revert-function.
16148 (hide-ifdef-region, hif-show-ifdef-region): Use overlays.
16149 (hif-tokenize): Use with-syntax-table.
16150 (hif-make-range): Use `else' also for `else-p'.
16151 (hif-range-else-p): Remove.
16152 (hif-find-range): Simplify.
16153 (hif-hide-line): Don't bother preserving buffer-modified-p.
16154 (hide-ifdefs, show-ifdefs, hide-ifdef-block, show-ifdef-block):
16155 Don't use selective-display and inhibit-read-only.
16157 * subr.el (copy-overlay, remove-overlays): New funs.
16159 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix off-by-two error.
16161 2001-11-27 Sam Steingold <sds@gnu.org>
16163 * ansi-color.el, bookmark.el, dired.el, emerge.el, fast-lock.el
16164 * lazy-lock.el, mouse-sel.el, mail/feedmail.el
16165 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el, emacs-lisp/ewoc.el
16166 * obsolete/c-mode.el, obsolete/cplus-md.el
16167 * progmodes/dcl-mode.el, progmodes/idlw-shell.el, progmodes/idlwave.el
16168 * term/sun-mouse.el, textmodes/artist.el:
16169 Converted backquote to the new style.
16170 * mouse.el, reposition.el: Likewise (in comments).
16171 * expand.el: Likewise (in a string).
16173 2001-11-27 Richard M. Stallman <rms@gnu.org>
16175 * cus-edit.el (custom-load-symbol): Don't always load locate-library.
16177 2001-11-26 Richard M. Stallman <rms@gnu.org>
16179 * wid-edit.el (widget-toggle-value-create): On graphic terminal,
16180 if :on-glyph or :off-glyph is a list, eval it and store it back.
16181 (checkbox): Quote the values for :on-glyph and :off-glyph.
16183 * cus-start.el (recursive-load-depth-limit): Delete item.
16185 2001-11-26 Stefan Monnier <monnier@cs.yale.edu>
16187 * help-fns.el (describe-categories, help-describe-category-set): New.
16188 describe-categories moved here from src/category.c.
16190 2001-11-26 Sam Steingold <sds@gnu.org>
16192 * progmodes/cc-mode.el (c-submit-bug-report): Make sure that the
16193 arguments to `insert' are strings.
16195 2001-11-26 Richard M. Stallman <rms@gnu.org>
16197 * startup.el (command-line-1): Call kill-buffer only in non-fancy case.
16199 2001-11-26 Eli Zaretskii <eliz@is.elta.co.il>
16201 * international/mule-diag.el: Require help-fns instead of
16204 * help-fns.el: Renamed from help-funs.el.
16206 * startup.el (command-line-1): Don't try to call process-list if
16209 2001-11-26 Sam Steingold <sds@gnu.org>
16211 * frame.el (show-trailing-whitespace): Remove :set argument (the
16212 value was essentially identical to the defalt).
16214 2001-11-26 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
16216 * hexl.el (hexl-mode, hexl-follow-ascii): Remove make-local-hook.
16218 * icomplete.el (icomplete-minibuffer-setup): Likewise.
16220 * hilit-chg.el (hilit-chg-set): Likewise.
16222 * speedbar.el (speedbar-mode): Likewise.
16224 * calendar/calendar.el (calendar-mode): Likewise.
16226 * play/yow.el (psychoanalyze-pinhead): Use insert instead of
16229 * play/gamegrid.el (gamegrid-init-buffer): Likewise.
16231 * term/bg-mouse.el (bg-insert-moused-sexp): Likewise.
16233 * term/sun-mouse.el (sun-yank-selection): Likewise.
16235 * textmodes/bib-mode.el (return-key-bib): Likewise.
16237 * calendar/appt.el (appt-disp-window): Likewise.
16239 * calendar/diary-lib.el (list-diary-entries): Likewise.
16241 * array.el (array-reconfigure-rows): Likewise.
16243 * filecache.el (file-cache-minibuffer-complete): Likewise.
16245 * obsolete/cplus-md.el (fill-c++-comment): Likewise.
16247 * strokes.el (strokes-prompt-user-save-strokes): Likewise.
16249 * allout.el (outline-version, outline-open-topic)
16250 (outline-rebullet-heading, outline-insert-listified)
16251 (outline-latex-verbatim-quote-curr-line)
16252 (outline-latexify-one-item, outlineify-sticky): Likewise.
16254 * vc.el (vc-next-action-on-file): Likewise.
16255 (vc-dired-mode): Remove make-local-hook.
16257 2001-11-26 Andre Spiegel <spiegel@gnu.org>
16259 * vc.el (vc-find-version): New function.
16260 (vc-version-other-window): Redefined in terms of the above.
16262 * log-view.el (log-view-find-version): New function.
16263 (log-view-mode-map): Bind it to `f'.
16265 2001-11-26 Gerd Moellmann <gerd@gnu.org>
16267 * language/devan-util.el (dev-char-glyph): Escape `"' in
16269 (dev-glyph-glyph, dev-glyph-glyph-2)
16270 (devanagari-compose-syllable-region): Likewise.
16272 2001-11-26 Richard M. Stallman <rms@gnu.org>
16274 * window.el (save-selected-window): No error if saved window is dead.
16276 * help-funs.el (describe-syntax): Put (interactive) after doc string.
16278 2001-11-26 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
16280 * international/quail.el (quail-help): Require help-mode in
16283 * iswitchb.el (iswitchb-exhibit): Use insert instead of
16286 * icomplete.el (icomplete-exhibit): Likewise.
16288 2001-11-25 Stefan Monnier <monnier@cs.yale.edu>
16290 * diff-mode.el (diff-end-of-hunk): Watch out for ambiguities.
16291 (diff-hunk-kill): Simplify.
16292 (diff-post-command-hook): Only apply to a single hunk.
16293 (diff-hunk-text): Make `char-offset' non-optional.
16294 (diff-find-text): Return a cons cell.
16295 (diff-find-approx-text): New fun.
16296 (diff-find-source-location): Use it.
16297 (diff-apply-hunk, diff-test-hunk, diff-goto-source):
16298 Adapt to new retval of diff-find-text.
16300 * vc-cvs.el (vc-cvs-parse-entry): Rewrite, comparing the string-
16301 rather than integer- representation of dates.
16303 * textmodes/fill.el (fill-indent-according-to-mode): Default to nil.
16305 * emacs-lisp/syntax.el: Don't profile syntax-ppss any more.
16306 (syntax-after): New fun.
16308 * help-funs.el (describe-syntax): New fun.
16310 * font-lock.el (font-lock-cache-state, font-lock-cache-position)
16311 (font-lock-ppss-stats, font-lock-ppss): Remove.
16312 (font-lock-fontify-syntactically-region): Remove tuning code.
16313 (font-lock-compile-keywords): Fix off-by-one bug.
16314 (font-lock-set-defaults): Don't set removed vars.
16315 (c-keywords): Add `inline'.
16316 (c-type-names): Add `_Complex', `_Imaginary' and `_Bool'.
16318 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
16319 Set syntax-begin-function.
16320 (lisp-interaction-mode-abbrev-table): Defvar to its correct value.
16321 (lisp-interaction-mode): Don't set local-abbrev-table any more.
16322 (lisp-mode-auto-fill): Use syntax-ppss and obey
16323 comment-auto-fill-only-comments.
16324 (lisp-fill-paragraph): Use syntax-ppss.
16326 2001-11-25 ShengHuo ZHU <zsh@cs.rochester.edu>
16328 * mail/rmail.el (rmail-enable-mime-composing): New. A lightweight
16329 version of rmail-enable-mime.
16330 (rmail-forward): Use it.
16332 2001-11-25 Richard M. Stallman <rms@gnu.org>
16334 * emacs-lisp/lisp-mode.el (lisp-indent-function): Add doc string.
16336 * international/quail.el (quail-keyboard-layout-button):
16337 Define button type.
16338 (quail-keyboard-customize-button): Likewise.
16339 (quail-help): Use those button types. Require `help-mode'.
16340 Avoid altering the argument `package'.
16342 * help-mode.el (help-function, help-variable, help-face)
16343 (help-coding-system, help-input-method, help-character-set):
16344 Define each button type with its own explicit define-button-type.
16346 * language/devan-util.el: Comment out parts of the file
16347 which apparently are garbled.
16349 2001-11-25 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
16351 * mail/smtpmail.el (smtpmail-deduce-address-list): Don't use
16354 2001-11-25 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
16356 * play/snake.el (snake-mode): Remove make-local-hook.
16358 * play/tetris.el (tetris-mode): Likewise.
16360 * play/decipher.el (decipher-mode): Likewise.
16362 * tmm.el (tmm-add-prompt): Likewise.
16364 2001-11-25 Sam Steingold <sds@gnu.org>
16366 * menu-bar.el (menu-bar-apropos-menu): New variable.
16367 Moved all `apropos' bindings to this menu.
16368 (menu-bar-help-menu): Added `menu-bar-apropos-menu'.
16370 2001-11-24 KAWABATA, Taichi <batta@beige.ocn.ne.jp>
16372 The following changes are for new indian languages support based
16373 on Unicode charset and CDAC fonts.
16375 * international/mule-conf.el: Change indian-1-column charset to
16376 indian-glyph charset.
16378 * international/characters.el: Adjusted for the change of
16379 indian-1-column -> indian-glyph.
16381 * international/fontset.el: Delete the setting for indian-1-column
16382 and add the setting for indian-glyph in the default fontset.
16384 * language/indian.el: Completely re-written.
16386 * language/devanagari.el: Completely re-written.
16388 * language/devan-util.el: Completely re-written.
16390 * language/ind-util.el: New file.
16392 2001-11-24 Richard M. Stallman <rms@gnu.org>
16394 * startup.el (command-line-1): Don't do startup screen
16395 if a subprocess is running. Call the startup screen buffer
16396 "GNU Emacs". Make a special mode-line-format for it.
16398 * net/browse-url.el (browse-url-galeon-new-window-is-tab): New var.
16399 (browse-url-galeon): Use that variable.
16401 * mail/supercite.el (sc-toggle-var): Don't use set-variable or
16402 eval-expression. Eval and set the variable simply.
16404 * files.el (temporary-file-directory): Use defcustom.
16405 (small-temporary-file-directory): Likewise.
16406 (normal-backup-enable-predicate): Move down in file
16407 after definition of temporary-file-directory.
16409 * bindings.el (last-buffer, unbury-buffer): Doc fixes.
16411 2001-11-24 Colin Walters <walters@debian.org>
16413 * calc/calc-ext.el (calc-init-extensions): Update the rest of the
16414 autoload names to match files renamed on initial calc import.
16416 * calc/calc.el (Commentary): Cleanup, and add logistic curve
16417 fitting suggestion from Robert J. Chassell <bob@rattlesnake.com>.
16419 2001-11-23 Colin Walters <walters@debian.org>
16421 * Makefile.in (finder_setwins, setwins): Include Calc again.
16423 * calc/calc-rules.el: Add header comment.
16425 2001-11-23 Andre Spiegel <spiegel@gnu.org>
16427 * vc.el (with-vc-properties): Don't bind `filename' locally.
16428 (with-vc-file, edit-vc-file): Use `make-symbol' for local bindings
16429 to avoid name clashes. Fix `lisp-indent-function' property for
16432 2001-11-23 Francesco Potort
\e,Al
\e(B <pot@gnu.org>
16434 * generic-x.el (mailrc-generic-mode): Highlight the `source' keyword.
16436 2001-11-22 Colin Walters <walters@debian.org>
16438 * calc/calc-misc.el (report-calc-bug):
16439 Use `reporter-prompt-for-summary-p'.
16441 * calc/INSTALL, calc/Makefile: Remove.
16443 2001-11-22 Miles Bader <miles@gnu.org>
16445 * emacs-lisp/re-builder.el (reb-match-0, reb-match-1)
16446 (reb-match-2, reb-match-3): Add dark-background variants.
16448 2001-11-22 Colin Walters <walters@debian.org>
16450 * calc/calc-misc.el (calc-info): Don't perform voodoo, just
16452 (report-calc-bug): Use reporter.el.
16454 * mail/reporter.el (reporter-submit-bug-report): Doc fixes.
16456 2001-11-21 Richard M. Stallman <rms@gnu.org>
16458 * which-func.el (which-function): Call imenu--make-index-alist
16459 if necessary to get a list of functions.
16460 (which-function-imenu-failed): New variable.
16461 (which-func-update): Handle all visible windows.
16462 (which-func-update-1): New subroutine broken out of which-func-update.
16464 * files.el (temporary-file-directory, null-device)
16465 (small-temporary-file-directory): Definitions moved up.
16467 * progmodes/cperl-mode.el (cperl-problems, cperl-tips)
16468 (cperl-non-problems, cperl-praise): Doc fixes.
16470 * progmodes/sh-script.el (sh-mode): Don't use define-derived-mode.
16471 (sh-mode-syntax-table): Function restored.
16472 Variable set up for use by function sh-mode-syntax-table.
16473 (sh-set-shell): Set the syntax table.
16475 * play/gomoku.el (gomoku-mode): Don't use define-derived-mode.
16477 * progmodes/perl-mode.el (perl-mode): Don't use define-derived-mode.
16479 * international/encoded-kb.el: Don't alter minor-map-alist.
16481 2001-11-20 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
16483 * files.el (auto-save-file-name-transforms): Put remote files in
16484 temporary-file-directory rather than /tmp.
16486 2001-11-21 Colin Walters <walters@debian.org>
16488 * calc/calc-macs.el (calc-slow-wrapper): Move (point) call outside
16489 of (function ...) wrapper.
16491 2001-11-20 Stefan Monnier <monnier@cs.yale.edu>
16493 * derived.el (define-derived-mode): Create the abbrev-table
16494 from inside the `defvar'.
16496 * jit-lock.el (jit-lock-defer-time): New var.
16497 (jit-lock-defer-timer, jit-lock-buffers): New vars.
16498 (jit-lock-mode): Initialize them. Cancel the timers more carefully.
16499 (jit-lock-function): Defer fontification if requested.
16500 (jit-lock-stealth-chunk-start): Pay attention to the new non-nil value.
16501 (jit-lock-stealth-fontify): Check the new `jit-lock-defer-multiline'
16503 (jit-lock-deferred-fontify): New fun.
16505 2001-11-20 Richard M. Stallman <rms@gnu.org>
16507 * emacs-lisp/lisp-mode.el (lisp-interaction-mode):
16508 Set local-abbrev-table to lisp-mode-abbrev-table.
16510 * emacs-lisp/re-builder.el (reb-mode):
16511 Don't use define-derived-mode. Call kill-all-local-variables.
16513 * emacs-lisp/lisp-mode.el (lisp-mode, emacs-lisp-mode):
16514 Don't use define-derived-mode.
16516 * help-mode.el (help-mode): Undo 2001-10-07 change.
16518 * replace.el (occur-mode): Undo 2001-5-20 change.
16520 2001-11-20 Jason Rumney <jasonr@gnu.org>
16522 * w32-fns.el (w32-system-coding-system): Change to an alias for
16523 locale-coding-system.
16524 (set-w32-system-coding-system): Document the above change.
16525 Set locale-coding-system instead.
16527 2001-11-20 Richard M. Stallman <rms@gnu.org>
16529 * ruler-mode.el: Add pagination.
16530 (ruler-mode-toggle-show-tab-stops): No need to
16531 test `ruler-mode' variable.
16533 2001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
16535 * play/landmark.el: Mark lm-mode as special.
16537 * play/gomoku.el: Mark gomoku-mode as special.
16539 2001-11-20 Juanma Barranquero <lektu@terra.es>
16541 * emacs-lisp/re-builder.el (reb-change-target-buffer): New function.
16542 (top-level): Bind it to C-c C-b.
16543 (re-builder): Don't re-enter RE Builder Mode.
16545 * bs.el (bs-delete): Signal an error if the buffer cannot be deleted.
16547 2001-11-20 Stefan Monnier <monnier@cs.yale.edu>
16549 * progmodes/cperl-mode.el (cperl-perldoc): Require man before binding
16552 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Don't move back
16553 to a line without a comment.
16555 2001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
16557 * dired.el (dired-listing-switches): Mention in the doc string
16558 that some switches are not supported by ls-lisp.el
16560 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
16562 * imenu.el (imenu--split-menu): Use dolist and copy-sequence.
16563 (imenu--create-keymap-2): Remove.
16564 (imenu--create-keymap-1): Simplify, remove third argument.
16565 (imenu--generic-function): Use dolist.
16566 (imenu-find-default): New function.
16567 (imenu--completion-buffer): Use it.
16568 (imenu--mouse-menu): Use popup-menu.
16569 (imenu--menubar-select): Return t rather than calling imenu.
16571 * textmodes/fill.el (fill-delete-prefix, fill-delete-newlines):
16572 New functions, extracted from fill-region-as-paragraph.
16573 (fill-region-as-paragraph): Use them.
16574 Use an end marker instead of eob.
16575 Ignore whitespace-only fill-prefixes when indenting according to mode.
16576 Simplify the loop that searches for spaces backwards.
16578 * textmodes/picture.el (picture-vertical-step)
16579 (picture-horizontal-step): Don't use defconst for variables.
16581 * mail/mail-extr.el: Use backquote/dolist/mapc/when. Docstring fixes.
16582 (mail-extract-address-components): Downcase domain names.
16583 (mail-extr-delete-char): Remove. Use delete-char instead.
16585 * emulation/pc-select.el: Doc string fixes.
16586 (pc-selection-mode): Don't treat macos as a tty.
16588 * emacs-lisp/lisp.el (mark-sexp): Mark more if repeated.
16590 * progmodes/cc-engine.el (c-parse-state): Typo. From Martin Stjernholm.
16592 * mwheel.el (mouse-wheel-scroll-amount): Allow float values.
16593 (mouse-wheel-progessive-speed): New var.
16594 (mwheel-scroll): Use it and handle float values.
16596 * lazy-lock.el (lazy-lock-install-hooks): Remove make-local-hook.
16598 * iswitchb.el (iswitchb-mode): Use define-minor-mode.
16599 (iswitchb): Fix the case where the result was selected with the mouse.
16600 (iswitchb-completion-help): Use the normal *Completions* now that
16601 mouse selection works.
16602 (iswitchb-minibuffer-setup): Simplify.
16604 * newcomment.el (comment-column, comment-style, comment-multi-line)
16605 (comment-auto-fill-only-comments): Remove :group arg.
16606 (comment-padding): Add :type.
16607 (comment-indent-new-line): Ignore comment-auto-fill-only-comments
16608 if called interactively.
16610 2001-11-19 Colin Walters <walters@verbum.org>
16612 * calc/calc.el (toplevel): Add comment and version header.
16613 (calc-init-base): Bump version to 2.02f, update date.
16615 2001-11-19 Richard M. Stallman <rms@gnu.org>
16617 * net/browse-url.el: Support Mozilla and Galeon.
16618 By default, find the installed browser whichever it is.
16619 (browse-url-mozilla): New function.
16620 (browse-url-mozilla-sentinel): New function.
16621 (browse-url-galeon, browse-url-galeon-sentinel): New functions.
16622 (browse-url-default-browser): New function.
16623 (browse-url-process-environment): Use browse-url-browser-display.
16624 (browse-url-browser-display): Renamed from browse-url-netscape-display.
16625 (browse-url-mozilla-startup-arguments, browse-url-galeon-program)
16626 (browse-url-galeon-arguments, browse-url-galeon-startup-arguments)
16627 (browse-url-mozilla-program, browse-url-mozilla-arguments): New vars.
16628 (browse-url-browser-function): New default, new options.
16630 2001-11-19 Sam Steingold <sds@gnu.org>
16632 * bindings.el (last-buffer, unbury-buffer): New function.
16633 (mode-line-unbury-buffer): Use `unbury-buffer'.
16635 2001-11-18 Stephen Eglen <stephen@gnu.org>
16637 * iswitchb.el (iswitchb-cannot-complete-hook): New variable to
16638 control behaviour when no further completion is possible.
16640 2001-11-19 Colin Walters <walters@verbum.org>
16642 * calc/calc-macs.el (calc-wrapper, calc-slow-wrapper)
16643 (math-showing-full-precision, math-with-extra-prec, math-working)
16644 (calc-with-default-simplification)
16645 (calc-with-trail-buffer): Use backtick.
16646 (Math-zerop, Math-integer-negp, Math-integer-posp, Math-negp)
16647 (Math-looks-negp, Math-posp, Math-integerp, Math-natnump)
16648 (Math-ratp, Math-realp, Math-anglep, Math-numberp, Math-scalarp)
16649 (Math-vectorp, Math-messy-integerp, Math-objectp, Math-objvecp)
16650 (Math-integer-neg, Math-equal, Math-lessp, Math-primp)
16651 (Math-num-integerp, Math-bignum-test, Math-equal-int)
16652 (Math-natnum-lessp, math-format-radix-digit): Change to `defsubst'.
16653 (calc-record-compilation-date-macro): Deleted. Callers updated.
16654 (math-format-radix-digit): Move to calc-bin.el.
16656 * calc/calc.el (calc-record-compilation-date): Remove.
16657 (calc-bug-address): Update.
16658 (calc-settings-file): Use `user-init-file'.
16660 * calc/calc-mode.el (calc-settings-file-name, calc-save-modes):
16661 Handle null `calc-settings-file'.
16663 * calc/calc-frac.el (calc-over-notation): Use `completing-read'.
16664 * calc/calc-keypd.el (calc-keypad-mode): New.
16665 (calc-do-keypad): Use it.
16666 (calc-keypad-map): Move into `calc-keypad-mode'.
16668 * calc-math.el (calcFunc-sqrt, calcFunc-hypot): Add missing quote
16669 to defalias argument.
16671 * calc-misc.el (math-fixnump, math-fixnatnump, calcFunc-trunc)
16672 (calcFunc-floor): Ditto.
16674 * calc-units.el (calcFunc-usimplify): Ditto.
16676 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
16677 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
16678 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
16679 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
16680 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
16681 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
16682 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
16683 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
16684 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
16685 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
16686 * calcsel2.el: Change all toplevel `setq' forms to `defvar' forms,
16687 and move them before their first use. Use `when', `unless'.
16688 Remove trailing periods from error forms. Add description and
16689 headers suggested by Emacs Lisp coding conventions.
16691 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
16693 * newcomment.el (comment-indent):
16694 Fix misindentation for comment-only lines.
16695 (comment-indent-new-line): Only obey comment-multi-line if the
16696 comment-ender is not the end-of-line.
16698 2001-11-19 Richard M. Stallman <rms@gnu.org>
16700 * net/net-utils.el (network-connection-service-abbrev-alist):
16703 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
16704 Advance to start of 3rd sexp by moving fwd and backing over it.
16705 At first three elements, act like defun.
16707 * delsel.el (delete-selection-pre-hook): Handle and resignal
16708 file-supersession errors to interact properly with userlock.el.
16710 2001-11-18 Richard M. Stallman <rms@gnu.org>
16712 * progmodes/fortran.el (fortran-mode-syntax-table):
16713 Specify punctuation syntax for backslash.
16715 * progmodes/sh-script.el (sh-must-be-shell-mode): Function deleted.
16718 * international/mule-util.el (string-to-sequence): Make it obsolete.
16719 (string-to-list, string-to-vector): Implement them directly
16720 using append and vconcat, not with string-to-sequence.
16722 * startup.el (command-line): Set abbrevs-changed to nil after
16723 reading the init file and the abbrevs file.
16725 * isearch.el (isearch): Use magenta2 as bg for (background light)
16727 2001-11-17 Richard M. Stallman <rms@gnu.org>
16729 * menu-bar.el (menu-bar-update-buffers-1): Don't pad the buffer name.
16731 * simple.el (minibuffer-history-sexp-flag): Doc fix.
16733 2001-11-17 Stefan Monnier <monnier@cs.yale.edu>
16735 * font-lock.el (font-lock-compile-keywords): New arg `regexp'.
16736 If set and if applicable, add a regexp to highlight defun-like
16737 text inside comments and strings.
16738 (font-lock-fontify-keywords-region): Pass that new arg.
16739 (font-lock-set-defaults): Move the code to set `font-lock-keywords'
16740 to the end and pass that new arg.
16741 (c-font-lock-keywords-2): Fix regex for labels.
16742 (font-lock-match-c++-style-declaration-item-and-skip-to-next):
16743 Make it work when LIMIT is several lines further.
16744 (c-font-lock-keywords-3, c++-font-lock-keywords-3)
16745 (objc-font-lock-keywords-3, java-font-lock-keywords-3):
16746 Use backquote and make the regexes for `int a, b, c;' work on
16749 * emacs-lisp/re-builder.el (reb-mode): Use define-derived-mode.
16750 (font-lock-defaults-alist): Don't change it any more.
16751 (reb-subexp-mode-map): Cleanup.
16753 * custom.el (custom-current-group-alist): New var.
16754 (custom-declare-group): Set it.
16755 (custom-current-group): New fun.
16756 (custom-declare-variable, custom-handle-all-keywords):
16757 Use it as a default if no :group argument is specified.
16759 * international/mule-cmds.el (locale-name-match): Use \` and \(?:.
16760 (standard-keyboard-coding-systems): New var.
16761 (set-locale-environment): Use it to decide whether or not to call
16762 set-keyboard-coding-system.
16763 (locale-language-names): Use \"French\" for "fr".
16765 2001-11-17 Richard M. Stallman <rms@gnu.org>
16767 * emacs-lisp/checkdoc.el (princ-list, checkdoc-read-event)
16768 (add-to-list): Delete compatibility code.
16769 (checkdoc-next-message-error): Doc fix.
16771 2001-11-17 Stephen Eglen <stephen@gnu.org>
16773 * locate.el (locate): Show default locate pattern within the
16774 prompt, but don't insert it into the minibuffer contents.
16775 Catch the case when pattern is the empty string.
16777 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
16779 * language/european.el ("French"): New language environment.
16781 2001-11-16 Richard M. Stallman <rms@gnu.org>
16783 * calendar/todo-mode.el (todo-save): Fix previous change.
16785 * subr.el (functionp): Do use cdr-safe on object.
16787 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
16789 * bindings.el (mode-line-mode-name): Only put the help-echo property
16790 if the local-map property was put as well.
16791 (global-map): Bind switch-frame, delete-frame, iconify-frame
16792 and make-frame-visible events.
16794 * emacs-lisp/elp.el (elp-not-profilable): New var.
16795 (elp-not-profilable-p): New function.
16796 (elp-instrument-function): Use it. Use backquotes and push.
16798 * emacs-lisp/bytecomp.el (byte-compile-call-tree, byte-code-vector)
16799 (byte-stack+-info, byte-compile-last-warned-form)
16800 (byte-compile-last-logged-file): Don't defconst a variable.
16801 (no-byte-compile): Declare.
16802 (byte-compile-file): Don't boundp-check no-byte-compile any more.
16803 (byte-compile-defvar): Leave defconst as is.
16805 * emacs-lisp/edebug.el (edebug-form-data, edebug-offsets)
16806 (edebug-offsets-stack, edebug-read-dotted-list, edebug-def-name)
16807 (edebug-current-offset, edebug-old-def-name, edebug-error-point)
16808 (edebug-best-error): Don't defconst a variable.
16809 (edebug-read-syntax-table): Use a char-table.
16810 (edebug-lemacs-specific): Remove.
16811 Toplevel: Eliminate check for Lucid Emacs.
16813 * pcvs-util.el (cvs-prefix-define): Don't defconst a variable.
16815 * rect.el (move-to-column-force): Mark obsolete.
16816 (operate-on-rectangle, delete-extract-rectangle-line)
16817 (insert-rectangle, delete-whitespace-rectangle-line)
16818 (open-rectangle-line, clear-rectangle-line): Use move-to-column.
16819 (string-rectangle-history): New var.
16820 (string-rectangle, string-insert-rectangle): Use it.
16821 (delete-rectangle-line): Fix pos/column mixup and simplify.
16823 * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
16824 (normal-top-level, command-line, command-line-1): Simplify.
16826 * tar-mode.el (tar-mode): Use define-derived-mode.
16828 * view.el (view-mode-enable): Don't use make-local-hook.
16830 * emacs-lisp/eldoc.el (eldoc-mode): Use define-minor-mode.
16832 2001-11-16 Richard M. Stallman <rms@gnu.org>
16834 * mail/mail-extr.el (mail-extr-voodoo): Treat a number as a word
16835 if it doesn't make sense as anything else.
16836 Don't recognize a "telephone number" at the beginning of the name.
16837 (mail-extr-leading-garbage): Match non-word characters only.
16839 2001-11-16 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
16841 * startup.el (command-line-processed): Doc fix.
16843 * apropos.el (apropos-next-label-button): Doc fix.
16845 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
16847 * comint.el (comint-mode): Simplify.
16848 (make-comint-in-buffer): Run `comint-mode' only if necessary.
16850 * subr.el (eval-after-load): Make it work with features as well.
16852 * log-view.el (log-view-mode): Don't mark the buffer unmodified.
16854 * international/mule-cmds.el (describe-input-method): Setup xref.
16855 (set-language-environment): Use functionp.
16856 (locale-language-names, locale-charset-language-names)
16857 (locale-preferred-coding-systems): Defconst and purecopy.
16859 * language/european.el (mac-roman): Add mime-charset property.
16861 2001-11-15 Richard M. Stallman <rms@gnu.org>
16863 * emacs-lisp/cl.el (values, values-list, multiple-value-list)
16864 (multiple-value-apply, nth-value): Use defsubst rather than defalias
16865 to get better doc strings.
16867 2001-11-15 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
16869 * derived.el: Fix autoload cookie.
16871 2001-11-15 Richard M. Stallman <rms@gnu.org>
16873 * jka-compr.el (jka-compr-partial-uncompress): Fix previous change.
16875 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
16877 * menu-bar.el (menu-bar-edit-menu) <copy>: Put an explicit key binding.
16879 2001-11-15 Richard M. Stallman <rms@gnu.org>
16881 * dired.el (dired-undo): Display a message to explain
16882 that this does not undo file system changes.
16884 2001-11-15 David Kastrup <David.Kastrup@t-online.de>
16886 * mouse-drag.el (mouse-drag-throw): Push back non-drag events
16887 into `unread-command-events' instead of trying keymap
16888 lookups ourselves. This makes mouse-clicks do the right
16889 thing even when keymaps of overlays are involved.
16890 (mouse-drag-drag): Likewise.
16892 2001-11-15 Andreas Schwab <schwab@suse.de>
16894 * progmodes/ada-mode.el (ada-add-extensions): Quote regexp special
16895 characters and append anchor to pattern added to auto-mode-alist.
16897 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
16899 * server.el (server-process-filter): Run pre/post-comment-hook
16900 before/after visiting the file.
16902 * info-look.el (makefile-mode): Add info for automake.
16903 (autoconf-mode): Fix the name of the index for automake.
16905 * international/latin-9.el: Give pilcrow punctuation syntax.
16907 2001-11-15 Andre Spiegel <spiegel@gnu.org>
16909 * vc.el: Documentation fixes.
16911 2001-11-14 Stefan Monnier <monnier@cs.yale.edu>
16913 * smerge-mode.el (smerge-match-conflict): Fix typo.
16914 (smerge-diff): Be careful to read match-data early enough.
16916 2001-11-14 Colin Walters <walters@verbum.org>
16918 * calc/calc-alg.el (calcFunc-esimplify, calcFunc-simplify)
16919 (calcFunc-subst): Use `defalias' instead of `fset' and
16922 * calc/calc-arith.el (calcFunc-abs, calcFunc-float)
16923 (calcFunc-ceil, calcFunc-round): Ditto.
16925 * calc/calc-bin.el (calcFunc-clip): Ditto.
16927 * calc/calc-ext.el (calcFunc-evalv): Ditto.
16929 * calc/calc-math.el (calcFunc-sqrt, calcFunc-hypot): Ditto.
16931 * calc/calc-misc.el (math-fixnump, math-fixnatnump)
16932 (calcFunc-trunc, calcFunc-floor, calc-report-bug): Ditto.
16934 * calc/calc-units.el (calcFunc-unsimplify): Ditto.
16936 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
16937 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
16938 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
16939 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
16940 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
16941 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
16942 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
16943 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
16944 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
16945 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
16946 * calcsel2.el: Style cleanup; don't put closing parens on their
16947 own line, add "foo.el ends here" to each file, and update
16950 * README: Update maintainer.
16952 2001-11-13 Richard M. Stallman <rms@gnu.org>
16954 * progmodes/compile.el (recompile): Use compilation-arguments if
16955 set, so as to be able to M-x recompile the exact command which
16956 created a compilation-mode buffer.
16958 * progmodes/ada-mode.el (ada-fill-comment-prefix): Doc fix.
16960 2001-11-13 Gerd Moellmann <gerd@gnu.org>
16962 * mouse.el (mouse-drag-region): Don't run the up-event
16963 handler if window start changed due to the down-mouse event.
16965 2001-11-13 Richard M. Stallman <rms@gnu.org>
16967 * mouse.el (mouse-show-mark): Either move point to the mark
16968 or use highlighting, never both.
16969 (mouse-buffer-menu): If WINDOW is a frame, select its selected window.
16971 2001-11-13 Simon Josefsson <jas@extundo.com>
16973 * mail/smtpmail.el (top-level): Change maintainer to Simon
16974 Josefsson, cleanup the smtpmail.el header.
16976 * mail/smtpmail.el (top-level): Don't require cl or base64.
16977 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
16978 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd):
16979 Defsubst instead of defmacro.
16980 (smtpmail-intersection): Return value in reverse order.
16981 (smtpmail-open-stream): Use stringp instead of string-to-list.
16982 (smtpmail-open-stream, smtpmail-try-auth-methods): New functions,
16983 separated from smtpmail-via-smtp.
16985 * mail/smtpmail.el (top-level): Autoload starttls, mail-utils and
16986 rfc2104. Require base64 and cl.
16987 (smtpmail-smtp-service): Doc fix. :type fix.
16988 (smtpmail-debug-info): Doc fix.
16989 (smtpmail-debug-verb, smtpmail-auth-credentials)
16990 (smtpmail-starttls-credentials, smtpmail-auth-supported):
16992 (smtpmail-deduce-address-list, smtpmail-send-it): Don't require
16993 mail-utils (it is autoloaded).
16994 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
16995 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd)
16996 (smtpmail-find-credentials, smtpmail-intersection): New utility funs.
16997 (smtpmail-via-smtp): Support STARTTLS, if binary is installed.
16998 (smtpmail-via-smtp): Support AUTH.
16999 (smtpmail-via-smtp): Use `smtpmail-debug-verb' to control VERB.
17001 2001-11-13 Richard M. Stallman <rms@gnu.org>
17003 * ebuff-menu.el (electric-buffer-update-highlight): New function.
17004 (electric-buffer-overlay): New variable.
17005 (electric-buffer-menu-looper): Call electric-buffer-update-highlight.
17006 (electric-buffer-list): Likewise.
17008 * isearch.el (isearch-whitespace-chars): Doc fix.
17009 (isearch-mode): Handle negative search-slow-window-lines correctly.
17011 2001-11-13 Stefan Monnier <monnier@cs.yale.edu>
17013 * newcomment.el (comment-normalize-vars): Handle a nil comment-padding.
17015 * progmodes/ada-mode.el (ada-fill-comment-prefix): GNAT wants 2 spaces.
17016 From Emmanuel Briot <briot@act-europe.fr>.
17018 2001-11-13 Colin Walters <walters@debian.org>
17020 * calc/calc.el (calc-unread-command): Use `unread-command-events'.
17022 * calc/calc-mode.el (calc-settings-file-name): Don't hardcode
17023 "~/.emacs"; use `read-file-name'.
17025 * calc/calc-graph.el, calc/calc-embed.el, calc/calc-graph.el
17026 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-prog.el
17027 * calc/calc-sel.el, calc/calc-store.el, calc/calc-yank.el
17028 * calc/calc.el: Use `frame-width' instead of `screen-width',
17029 `frame-height' instead of `screen-height', and,
17030 `executing-kbd-macro' instead of `executing-macro'.
17032 * calc/calc-embed.el (calc-do-embedded): Call `y-or-n-p' with
17033 correct number of arguments.
17035 * calc/calc-aent.el (calc-do-alg-entry):
17036 Use `blink-paren-function' instead of `blink-paren-hook'.
17038 2001-11-12 Richard M. Stallman <rms@gnu.org>
17040 * calendar/todo-mode.el (todo-save): Add save-excursion
17041 and save-restriction.
17043 * server.el (server-edit, server-done): Doc fix.
17045 * simple.el (clone-indirect-buffer): Error if major mode symbol
17046 has a no-clone-indirect property.
17047 (clone-buffer): Check for obvious errors before reading clone name.
17049 * info.el (Info-mode): Add a no-clone-indirect property.
17051 2001-11-12 Sam Steingold <sds@gnu.org>
17053 * vc.el (vc-print-log): Bind `inhibit-read-only' to t before and
17054 set-buffer-modified-p to nil after `vc-exec-after'.
17055 * log-view.el (log-view-mode-map): Bind "q", "z", "m" and "d".
17056 (log-view-mode): Make read-only.
17057 (log-view-current-file): Do final `expand-file-name' in the
17058 current `default-directory'.
17059 (log-view-current-tag): Take an optional `where' arg.
17060 (log-view-diff): New user command.
17062 2001-11-12 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
17064 * progmodes/cpp.el (cpp-choose-face): Fix typo.
17066 2001-11-12 Sam Steingold <sds@gnu.org>
17068 * emacs-lisp/cl-indent.el (toplevel): Indent properly
17069 `generic-flet', `generic-labels', `with-accessors',
17070 `with-condition-restarts'.
17072 2001-11-12 Richard M. Stallman <rms@gnu.org>
17074 * dired.el: Many trivial doc fixes.
17075 (dired-get-file-for-visit): New function.
17076 (dired-find-alternate-file, dired-mouse-find-file-other-window)
17077 (dired-view-file, dired-find-file-other-window, dired-display-file)
17078 (dired-find-file): Use dired-get-file-for-visit.
17080 2001-11-12 Alex Schroeder <kensanata@yahoo.com>
17082 * sql.el (sql-mode): Doc change.
17084 * sql.el (sql-mode-syntax-table): The backslash is no longer an
17087 2001-11-12 Colin Walters <walters@debian.org>
17089 * calc/calc-keypd.el (toplevel): Bind mouse buttons.
17090 (calc-do-keypad): Don't attempt to use nonexistent global
17091 mouse-map, use calc-keypad-map.
17092 (calc-keypad-x-left-click): Renamed to calc-keypad-left-click.
17093 (calc-keypad-left-click): Don't use mouse-map; update to new event
17095 (calc-keypad-x-middle-click, calc-keypad-x-right-click): Ditto.
17096 (calc-keypad-press): Use `unread-command-events' instead of
17097 `unread-command-char'.
17099 * calc/calc-ext.el (calc-init-extensions): Update autoload names
17100 to match files renamed on initial calc import.
17102 2001-11-12 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
17104 * textmodes/flyspell.el (flyspell-default-dictionary):
17105 Fix previous change.
17107 2001-11-12 Richard M. Stallman <rms@gnu.org>
17109 * textmodes/flyspell.el (flyspell-default-dictionary):
17112 2001-11-11 Richard M. Stallman <rms@gnu.org>
17114 * calendar/solar.el (solar-sunrise-and-sunset):
17115 Exchange the two extreme values of day-length.
17117 * progmodes/sh-script.el (sh-must-be-shell-mode):
17118 Allow modes derived from sh-mode.
17120 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
17121 Turn off error in some re-search-forward calls.
17123 * replace.el (query-replace-skip-read-only): New variable.
17124 (perform-replace): If that variable is non-nil, ignore matches
17125 that have a read-only property.
17127 * derived.el (define-derived-mode): Doc fix.
17129 * server.el (server-buffer-done): Test of server-existing-buffer
17131 (server-existing-buffer): Doc fix.
17133 * textmodes/flyspell.el (flyspell-default-dictionary):
17134 Allow nil as value, and make nil the default.
17136 2001-11-11 Eli Zaretskii <eliz@is.elta.co.il>
17138 * menu-bar.el (menu-bar-edit-menu): Don't use x-selection-exists-p if
17140 (clipboard-yank): Ditto.
17142 2001-11-11 Colin Walters <walters@verbum.org>
17144 The following changes are based on patches from
17145 Eli Zaretskii <eliz@is.elta.co.il>, Kai Gro
\e,A_
\e(Bjohann
17146 <Kai.Grossjohann@CS.Uni-Dortmund.DE>, and others.
17148 * calc/calc.el (toplevel): Require calc-macs.
17149 (calc-minibuffer-size): New.
17150 (calcDigit-nondigit): Use it instead of `buffer-size'.
17151 (calcDigit-backspace): Likewise.
17152 (calcDigit-nondigit): Use `minibuffer-contents' instead of
17154 (calc-minibuffer-contains): Use `minibuffer-prompt-end' instead of
17156 (calcDigit-key): Use `calc-minibuffer-contains' instead of a
17159 * calc/calc-macs.el (calc-record-compilation-date-macro): Return a
17160 simple `setq' form.
17162 * calc/calc-ext.el: (toplevel): Require calc.
17163 (calc-fancy-prefix-map): New.
17164 (calc-fancy-prefix): Use it.
17165 (calc-fancy-prefix-other-key): New.
17167 * calc/calc-aent.el (toplevel): Require calc-macs during compilation.
17168 (calc-do-quick-calc): Use `frame-width' instead of `screen-width'.
17169 (calcAlg-edit): Use `minibuffer-contents' instead of `buffer-string'.
17170 (calcAlg-enter): Likewise.
17171 (calcAlg-enter): Use `minibuffer-prompt-end' instead of `point-min'.
17173 2001-11-10 Richard M. Stallman <rms@gnu.org>
17175 * abbrev.el (read-abbrev-file): Don't set save-abbrevs.
17176 (quietly-read-abbrev-file): Doc fix.
17178 * startup.el (command-line): Read standard abbrev
17179 file (abbrev-file-name), if it exists.
17181 * files.el (save-abbrevs): Default value is t.
17183 * progmodes/compile.el (compile-goto-error): Fix previous change
17184 in the case where subsequent errors have not been parsed yet
17185 because they are in a different source file.
17187 2001-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
17189 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
17190 Merge two regular expressions into one.
17191 (ps-mode): Make local bindings for `comment-start' and
17192 `comment-start-skip'.
17193 (ps-mode-looking-at-nested): Simplify an if-else construct;
17194 use `set-match-data' to set the result.
17196 2001-11-10 Richard M. Stallman <rms@gnu.org>
17198 * textmodes/flyspell.el (flyspell-correct-word/local-keymap):
17200 (flyspell-correct-word): Old definition deleted.
17201 (flyspell-correct-word/mouse-keymap): Renamed to flyspell-correct-word.
17202 All references renamed too.
17204 2001-11-10 Gerd Moellmann <gerd@gnu.org>
17206 * Makefile.in (finder_setwins, setwins): Exclude Calc.
17208 2001-11-09 Per Abrahamsen <abraham@dina.kvl.dk>
17210 * wid-edit.el (checklist): Removed `:menu-tag'.
17211 (radio-button-choice): Ditto.
17212 (editable-list): Ditto.
17214 2001-11-09 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
17216 * play/gomoku.el: Move definitions of constants to the beginning
17217 of file, before their use.
17219 2001-11-09 Richard M. Stallman <rms@gnu.org>
17221 * textmodes/flyspell.el: Use the keymap property
17222 instead of local-map, and don't use a minor-mode map.
17223 (flyspell-mode-map): Variable deleted.
17224 Don't mess with minor-mode-map-alist.
17225 (calling add-minor-mode): Specify nil for keymap.
17226 And always use add-minor-mode, now that it exists.
17227 (flyspell-overlay-keymap-property-name): Set it to `keymap'.
17228 (flyspell-mode-on): Don't locally bind flyspell-mouse-map
17229 or flyspell-local-mouse-map.
17230 (make-flyspell-overlay): Use flyspell-mouse-map directly.
17231 (flyspell-mode): Doc fix.
17232 (flyspell-mode-on): Don't call make-local-hook.
17234 2001-11-09 Sam Steingold <sds@gnu.org>
17236 * emacs-lisp/debug.el (debugger-make-xrefs):
17237 Add buttons to all symbols.
17239 2001-11-09 Andre Spiegel <spiegel@gnu.org>
17241 * vc.el: Add John David Smith to credits.
17243 Suggested by Kalle Olavi Niemitalo <kon@iki.fi>:
17245 * vc-hooks.el (vc-error-occured): Backquotified.
17246 (vc-file-prop-obarray): Use prime length for better efficiency.
17248 * vc.el (vc-clear-context): Fill obarray with 0, not nil.
17250 2001-11-09 Eli Zaretskii <eliz@is.elta.co.il>
17252 * info.el (Info-file-list-for-emacs): Add entries for Calc.
17254 2001-11-09 Miles Bader <miles@gnu.org>
17256 * subr.el (functionp): Don't consider macros as functions.
17258 2001-11-08 Miles Bader <miles@gnu.org>
17260 * subr.el (functionp): Make work correctly for macros and unbound
17263 * comint.el (comint-send-input): Fix description of
17264 `comint-process-echoes' in the doc-string.
17266 2001-11-08 Eli Zaretskii <eliz@is.elta.co.il>
17268 * international/mule.el (make-translation-table): Doc fix.
17269 Suggested by Alex Schroeder <alex@gnu.org>.
17271 2001-11-07 Richard M. Stallman <rms@gnu.org>
17273 * info.el (Info-fontify-node): Highlight every third menu item.
17275 2001-11-07 Per Abrahamsen <abraham@dina.kvl.dk>
17277 * cus-edit.el (custom-face-value-create): Don't ignore the
17278 `customized-face' attribute when finding the current face spec.
17280 2001-11-07 Stefan Monnier <monnier@cs.yale.edu>
17282 * subr.el (with-local-quit): New macro.
17283 (make-syntax-table): Always inherit.
17284 (functionp): Be more careful when `object' is a symbol.
17286 * dabbrev.el (dabbrev-completion): Use "*Completions*".
17288 2001-11-07 Paul Eggert <eggert@twinsun.com>
17290 * dired.el (dired-move-to-filename-regexp):
17291 Do not distinguish between ASCII letters and non-ASCII characters.
17292 Don't allow comma except in the form "month day, year".
17293 Don't allow space between month name and comma.
17294 Clean up the code that checks for trailing period, comma, and space.
17295 Remove now-obsolete comments, and add more commentary about
17297 Always gobble up trailing spaces, instead of doing it only sometimes.
17299 2001-11-07 Miles Bader <miles@gnu.org>
17301 * paren.el (show-paren-match-face): Add dark-background variant.
17303 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
17305 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Paren typo.
17306 (lisp-mode-variables): Don't set paragraph-{start,separate}.
17307 Don't disable adaptive-fill-mode.
17308 (lisp-fill-paragraph): Use tab-width rather than 8.
17309 Prevent filling the first line of docstrings.
17311 2001-11-06 Richard M. Stallman <rms@gnu.org>
17313 * play/gomoku.el (gomoku): Doc fix.
17315 * jka-compr.el (jka-compr-partial-uncompress):
17316 Support an alternative of not using dd.
17317 (jka-compr-dd-program): Use defcustom to define this.
17318 (jka-compr-load-suffixes): Use defcustom.
17319 (jka-compr-mode-alist-additions): Use defcustom.
17321 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
17323 * font-lock.el (font-lock-match-c-style-declaration-item-and-skip-to-next):
17324 Also work when LIMIT is further than the end of line.
17326 2001-11-06 Eli Zaretskii <eliz@is.elta.co.il>
17328 * international/quail.el (quail-update-leim-list-file): Print the
17329 offending file name if some of its quail-define-package forms is broken.
17331 2001-11-05 Richard M. Stallman <rms@gnu.org>
17333 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Return the value
17334 of the evaluated form.
17336 2001-11-05 Paul Eggert <eggert@twinsun.com>
17338 * ls-lisp.el (ls-lisp-time-to-seconds): New function.
17339 (ls-lisp-format-time): Emulate GNU fileutils 4.1.1 ls, whose time
17340 stamps always line up by default. Also, it uses a slightly
17341 different window to determine whether files are "recent".
17343 2001-11-05 Andrew Innes <andrewi@gnu.org>
17345 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
17346 Don't attempt to remake autoloads before nuking .elc files.
17348 2001-11-04 Richard M. Stallman <rms@gnu.org>
17350 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display): Cope if
17351 previous-single-property-change or next-single-char-property-change
17354 * international/mule-cmds.el (set-locale-environment):
17355 Make it interactive; make arg optional.
17357 * international/mule-diag.el (help-funs): Require help-funs.
17359 2001-11-04 Eli Zaretskii <eliz@is.elta.co.il>
17361 * term/internal.el (term-setup-hook): Add IT-setup-unicode-display.
17363 2001-11-04 Miles Bader <miles@gnu.org>
17365 * startup.el (fancy-splash-head): Reapply Gerd's hack to make the
17366 shadow of the splash image grey on a dark background instead of black.
17368 2001-11-03 Stefan Monnier <monnier@cs.yale.edu>
17370 * term.el (all faces): Don't (copy-face 'default <foo>).
17372 * term/xterm.el (function-key-map):
17373 Add entry for `ESC [ 3 ~' -> <delete>
17374 Add entries `ESC O 5 [ABCD]' -> C-{up,down,right,left}.
17375 Use inheritance so that .emacs and terminfo take precedence.
17377 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
17379 * tooltip.el (tooltip-delay): Decrease to 0.7.
17380 (tooltip-hide-delay): Enlarge to 10.
17382 2001-11-03 Richard M. Stallman <rms@gnu.org>
17384 * startup.el (fancy-splash-tail): Explain how to recover
17385 from a crash, if there was a crash.
17386 (command-line-1): Reorganize display of startup screen,
17387 to simplify the logic. Use a temp buffer for it.
17389 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
17391 * frame.el (set-background-color, set-foreground-color):
17392 Call face-set-after-frame-default, to propagate the new colors to
17393 the frame's parameters alist.
17395 * calendar/timeclock.el (timeclock-out): Signal an error if
17396 timeclock-last-event is nil.
17398 2001-11-02 Stefan Monnier <monnier@cs.yale.edu>
17400 * textmodes/fill.el (fill-context-prefix): Fix braino.
17402 * international/quail.el (quail-help):
17403 Use `help-buffer' and move `help-setup-xref' to beginning.
17405 * international/mule-cmds.el (describe-language-environment):
17406 Use `help-buffer' and move `help-setup-xref' to beginning.
17408 * international/mule-diag.el (list-character-sets)
17409 (sort-listed-character-sets, describe-character-set)
17410 (describe-coding-system, describe-fontset, list-fontsets):
17411 Use `help-buffer' and move `help-setup-xref' to beginning.
17412 (describe-char-after): Use `internal-describe-syntax-value'.
17414 2001-11-02 Richard M. Stallman <rms@gnu.org>
17416 * mouse.el (popup-menu): If the user refuses to select
17417 from a menu, don't try to invoke the menu.
17419 2001-11-02 Miles Bader <miles@gnu.org>
17421 * help-mode.el (help-xref): New button type.
17422 (help-function, help-variable, help-face, help-coding-system)
17423 (help-input-method, help-character-set, help-type, help-symbol)
17424 (help-back, help-info, help-customize-variable, help-customize-face)
17425 (help-function-def, help-variable-def): Use it as a supertype.
17426 Remove `action' property.
17428 * international/mule-diag.el (describe-character-set)
17429 (describe-coding-system): Pass correct args to `help-xref-button'.
17430 (sort-listed-character-sets): New button type.
17431 (list-character-sets): Use it.
17432 (list-charset-chars): New button type.
17433 (list-character-sets-1): Use it.
17435 2001-11-01 Stefan Monnier <monnier@rum.cs.yale.edu>
17437 * indent.el (tab-always-indent, indent-for-tab-command):
17438 Remove redundant `never' setting.
17440 * fill.el (fill-region-as-paragraph): Don't forget to skip
17441 over current whitespace before looking for a preceding space.
17443 2001-11-01 Richard M. Stallman <rms@gnu.org>
17445 * files.el (file-newest-backup): Don't pass backup file name
17446 thru file-name-sans-versions, because it never has version numbers.
17448 * textmodes/sgml-mode.el (sgml-xml-guess): Fix regexp
17449 to avoid ambiguous nested loops.
17451 * files.el (find-file-noselect): Offer to change buffer-read-only
17452 only when the file's read-only status has changed from before
17453 as well as disagreeing with the buffer's current status.
17454 (buffer-file-read-only): New var, local in all buffers.
17456 * buff-menu.el (buffer-menu): Doc fix.
17457 (buffer-menu-other-window): Doc fix.
17458 (list-buffers, list-buffers-noselect): Doc fix.
17460 2001-11-01 Gerd Moellmann <gerd@gnu.org>
17462 * startup.el (command-line): If the terminal Emacs is running on
17463 has erase char set to ^H, use the Backspace key for deleting
17464 backward, and the Delete key for deleting forward.
17466 2001-11-01 Miles Bader <miles@gnu.org>
17468 * button.el (define-button-type): Make sure every user-defined
17469 button type has a supertype.
17471 2001-10-31 Jason Rumney <jasonr@gnu.org>
17473 * international/mule-cmds.el (locale-language-names): Add chs and
17474 cht as aliases for Chinese-GB and Chinese-BIG5.
17476 2001-10-31 Richard M. Stallman <rms@gnu.org>
17478 * bindings.el (mode-line-frame-identification): Add doc string.
17479 (mode-line-position, mode-line-modes): New variables.
17480 (mode-line-format): Use mode-line-position for the part
17481 that displays the position-in-buffer info.
17482 Use mode-line-modes for the part that displays major and minor modes.
17484 2001-10-31 Sam Steingold <sds@gnu.org>
17486 * emacs-lisp/debug.el (debugger-make-xrefs): New function.
17487 (debugger-setup-buffer): Call it.
17488 (debugger-mode-map): Bind RET and mouse-2.
17490 2001-10-31 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
17492 * startup.el: Document command line option --no-window-system
17493 instead of --no-windows.
17495 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
17497 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip.
17499 * font-lock.el (java-font-lock-syntactic-face-function): New fun.
17500 (font-lock-defaults-alist): Use it.
17501 From David Ponce <david.ponce@wanadoo.fr>
17503 * progmodes/perl-mode.el (perl-indent-line): Use `eq' to compare
17504 output of `char-after'.
17506 * bindings.el (ctl-x-map): Add binding for C-x (, C-x ) and C-x e.
17508 * simple.el (reindent-then-newline-and-indent): Insert the newline
17509 before indenting the first line.
17510 (undo-get-state, undo-revert-to-state): New funs.
17511 (shell-command): Don't kill the buffer even if empty.
17512 (transpose-subr-start1, transpose-subr-start2, transpose-subr-end1)
17513 (transpose-subr-end2): Remove.
17514 (transpose-subr): Add `special' arg and simplify.
17515 (transpose-subr-1): Rewrite.
17516 (do-auto-fill): Use fill-indent-according-to-mode and fill-nobreak-p.
17517 (rfc822-goto-eoh): Simplify.
17519 2001-10-30 Richard M. Stallman <rms@gnu.org>
17521 * enriched.el (enriched-face-ans): Fix previous change.
17523 2001-10-30 Gerd Moellmann <gerd@gnu.org>
17525 * international/iso-acc.el (iso-accents-compose): Remove a
17528 2001-10-30 Eli Zaretskii <eliz@is.elta.co.il>
17530 * buff-menu.el (list-buffers-noselect): If the buffer's name
17531 starts with a blank, but it visits a file, do show it (for files
17532 whose names start with a blank).
17534 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
17536 * textmodes/fill.el (sentence-end-double-space)
17537 (sentence-end-without-period): Move to paragraphs.el.
17538 (fill-indent-according-to-mode): Change default to t.
17539 (fill-context-prefix): Simplify control-flow and use a more
17540 sophisticated merge that unifies both previous checks.
17541 (fill-single-word-nobreak-p, fill-french-nobreak-p): New funs.
17542 (fill-nobreak-predicate): Make it into a defcustom'd hook.
17543 (fill-nobreak-p): New fun.
17544 (fill-region-as-paragraph): Use it.
17545 Handle `fill-indent-according-to-mode' slightly differently.
17546 (fill-individual-paragraphs-prefix): Simplify the control-flow.
17547 (fill-individual-paragraphs-citation): Fix.
17549 * textmodes/paragraphs.el (use-hard-newlines): Use define-minor-mode.
17550 (paragraph-start): Change default to the `text-mode' value.
17551 (sentence-end-double-space, sentence-end-without-period):
17553 (forward-paragraph): Use `parstart' and `parsep' for temp variables
17554 rather than rebinding `paragraph-start' and `paragraph-separate'.
17556 * indent.el (indent-line-function): Change default to indent-relative.
17557 (tab-always-indent): Add an `never' setting.
17558 (indent-according-to-mode): Handle `indent-relative' and
17559 `indent-relative-maybe' specially.
17560 (indent-for-tab-command): Rename `prefix-arg' to `arg'.
17561 Handle the `never' case for `tab-always-indent'.
17562 Don't call indent-according-to-mode for indent-relative' and
17563 `indent-relative-maybe'.
17564 (insert-tab): Rename `prefix-arg' to `arg'.
17565 (indent-region): Indent the first line as well.
17566 (indent-relative): Don't mark the buffer modified if the indentation
17569 * textmodes/text-mode.el (paragraph-indent-minor-mode):
17570 Don't set paragraph-separate. Set paragraph-start more carefully.
17571 Set indent-line-function.
17572 (paragraph-indent-text-mode): Use it and define-derived-mode.
17573 (text-mode-map): Remove the \t binding.
17574 (text-mode): Simplify now that the default is more favorable.
17576 2001-10-29 Stefan Monnier <monnier@cs.yale.edu>
17578 * emacs-lisp/find-func.el (find-function-search-for-symbol):
17579 If the regexp doesn't match, use a looser one.
17580 (find-variable-noselect): Add `file' argument.
17582 * pcvs.el (cvs-mode-commit-hook): New hook.
17583 (cvs-mode-commit): Run it.
17585 * log-edit.el (log-edit): Run hook after `log-edit-files'.
17587 * emacs-lisp/edebug.el (delay-mode-hooks): Add edebug-spec.
17588 (edebug-instrument-function): Use `find-function-noselect'.
17590 2001-10-29 Richard M. Stallman <rms@gnu.org>
17592 * term.el (term-if-emacs19): Macro deleted.
17593 Callers changed to use progn instead.
17595 * frame.el (blink-cursor-mode): Doc fix.
17597 * files.el (find-backup-file-name): Use make-backup-file-name.
17599 * emacs-lisp/edebug.el (edebug-window-live-p): Always alias to
17601 (edebug-set-conditional-breakpoint): Unconditionally use
17602 the former Emacs >=19 definition.
17603 (edebug-mark): Define unconditionally.
17604 (edebug-eval-expression): Always call read-from-minibuffer
17605 and specify history list.
17606 (edebug-lemacs-specific): Override emacs-mark, edebug-window-live-p,
17607 edebug-set-conditional-breakpoint.
17608 (edebug-emacs-version-specific): Function deleted;
17609 do the job at top level.
17610 (edebug-emacs-19-specific): Function deleted, this is the default.
17612 2001-10-29 Sam Steingold <sds@gnu.org>
17614 * w32-fns.el (convert-standard-filename): Handle cygwin-specific
17615 "/cygdrive/LETTER/" pathnames.
17617 2001-10-29 Eli Zaretskii <eliz@is.elta.co.il>
17619 * faces.el (invert-face): Check for 'unspecified, not for nil,
17620 when testing whether face colors are not specified.
17621 From David.Kastrup@t-online.de (David Kastrup).
17622 (read-face-name): Doc fix.
17623 (make-face-bold, make-face-unbold, make-face-italic)
17624 (make-face-unitalic, make-face-bold-italic, invert-face):
17625 Remove trailing blank from the prompt passed to read-face-name.
17627 2001-10-29 Sam Steingold <sds@gnu.org>
17629 * emacs-lisp/bytecomp.el (byte-recompile-directory):
17630 Report numbers of files skipped and failed too.
17631 (byte-compile-file): Return 'no-byte-compile for skipped files.
17633 2001-10-29 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
17635 * log-view.el (log-view-mode-map): Bind `M-n' and `M-p', not `M n'
17638 2001-10-29 Gerd Moellmann <gerd@gnu.org>
17640 * international/iso-acc.el (iso-accents-compose): Push SECOND-CHAR
17641 as is on unread-command-events instead of `(SECOND-CHAR)'.
17643 2001-10-29 Andre Spiegel <spiegel@gnu.org>
17645 * vc.el: Mention vc-*-switches in backend API documentation.
17646 (vc-annotate): Adapt doc string to recent change.
17648 2001-10-29 Gerd Moellmann <gerd@gnu.org>
17650 * enriched.el (enriched-face-ans): Handle face attributes
17651 of the form `(FACE1 FACE2 ...)'.
17653 * dired-x.el (dired-omit-startup): Show ``Omit'' only in Dired buffers.
17655 2001-10-29 Alex Schroeder <kensanata@yahoo.com>
17657 * progmodes/sql.el (sql-mysql): Doc change by RMS.
17659 * progmodes/sql.el (sql-db2): Doc change.
17660 (sql-help): Doc change by Christian Egli <christian.egli@stest.ch>.
17661 (sql-mysql): Doc change by Christian Egli <christian.egli@stest.ch>.
17663 2001-10-29 Gerd Moellmann <gerd@gnu.org>
17665 * env.el (substitute-env-vars): Don't quote argument to `rx';
17668 2001-10-28 Per Abrahamsen <abraham@dina.kvl.dk>
17670 * cus-start.el (recursive-load-depth-limit): Added.
17672 2001-10-28 Richard M. Stallman <rms@gnu.org>
17674 * textmodes/ispell.el (version18p, version20p): Vars deleted.
17675 All uses removed--assume Emacs version is >= 20.
17677 * mail/supercite.el (sc-emacs-features): Test for "Emacs 19"
17678 by really checking that it is not version 18.
17680 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
17682 2001-10-28 Miles Bader <miles@gnu.org>
17684 * faces.el (face-attribute): Add INHERIT argument, consider face
17685 inheritance if it's non-nil.
17686 (face-attribute-merged-with): New function.
17687 (face-attribute-specified-or): New macro.
17688 (face-foreground, face-background, face-stipple): Add INHERIT
17689 argument. Use `face-attribute-specified-or'.
17691 2001-10-28 Stefan Monnier <monnier@cs.yale.edu>
17693 * font-lock.el: Require `syntax'.
17694 (font-lock-defaults-alist): Don't define keywords for lisp languages.
17695 Use `c-font-lock-syntactic-face-function' for c languages.
17696 (font-lock-mode): Don't unset vars when turning the mode off.
17697 (font-lock-default-fontify-buffer): Don't unset vars at the end.
17698 (font-lock-extra-managed-props): New var.
17699 (font-lock-default-unfontify-region): Use it.
17700 (font-lock-apply-syntactic-highlight): Flush the syntax cache.
17701 Don't eval the value when there's no match.
17702 (font-lock-ppss-stats): New var.
17703 (font-lock-ppss): New fun.
17704 (font-lock-fontify-syntactically-region): Use it and syntax.ppss.
17705 (font-lock-apply-highlight): Allow `highlight' to set several props.
17706 (font-lock-set-defaults): Use dolist.
17707 (font-lock-unset-defaults): Remove.
17708 (font-lock-match-c-style-declaration-item-and-skip-to-next):
17709 Try to recognize prototypes using `foo P_ ((args))'.
17710 ({c,c++,java,objc}-font-lock-keywords-{1,2,3}): Don't setq a defconst.
17711 (c-font-lock-keywords-2): Fix last change to still use Anders' trick.
17712 (c-font-lock-syntactic-face-function): New function.
17713 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
17714 (c++-keywords): Use a more sophisticated regexp to handle
17715 shallowly nested templates.
17717 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
17719 * textmodes/sgml-mode.el (sgml-empty-tags): New var.
17720 (sgml-tag): Use it. Cleanup with `cond'.
17721 (sgml-tags-invisible): Make sgml-tags-invisible buffer-local.
17722 Mark the overlays and only delete those that are marked.
17723 (sgml-skip-close-p): Remove.
17724 (sgml-value): Replace sgml-skip-close-p with its definition.
17725 (html-tag-alist): Use sgml-xml a bit more.
17726 (html-mode): Set sgml-empty-tags.
17728 * textmodes/texnfo-upd.el: Use `when', `dolist', `push', ...
17729 (texinfo-update-node, texinfo-sequential-node-update):
17730 Don't bind the obsolete `auto-fill-hook'.
17731 (texinfo-multi-file-included-list,texinfo-multi-file-master-menu-list):
17732 Use `set-buffer' rather than `switch-to-buffer'.
17733 (texinfo-multi-file-update): Use "Top" rather than `up-node-name'.
17734 Use `set-buffer' rather than `switch-to-buffer'.
17736 * mail/sendmail.el (mail-mode-syntax-table): Let it inherit from
17737 text-mode-syntax-table.
17738 (mail-mode): Use define-derived-mode.
17739 Fix ordering of alternatives in adaptive-fill-regexp.
17740 (mail-mode-map): Don't rely on keymap's internal representation.
17742 2001-10-27 Sam Steingold <sds@gnu.org>
17744 * textmodes/sgml-mode.el (sgml-xml): Renamed from `html-xhtml'.
17745 (sgml-xml-guess): Extracted from `html-mode' and generalized.
17746 (sgml-mode-common): Call it.
17747 (sgml-mode, html-mode): Set `mode-name' based on `sgml-xml'.
17748 (sgml-tag, sgml-skip-close-p, html-tag-alist, html-line)
17749 (html-horizontal-rule, html-image, html-ordered-list):
17750 (html-unordered-list, html-list-item, html-paragraph):
17751 (html-checkboxes, html-radio-buttons): Use `sgml-xml' instead of
17754 2001-10-26 Masayuki Ataka <ataka@milk.freemail.ne.jp>
17756 * textmodes/texinfmt.el (texinfo-format-ifnotinfo): New function.
17757 (ifnothtml): New alias.
17759 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
17761 * textmodes/text-mode.el (text-mode): Use define-derived-mode.
17762 (toggle-text-mode-auto-fill): Use derived-mode-p.
17764 2001-10-27 Gerd Moellmann <gerd.moellmann@t-online.de>
17766 * net/ange-ftp.el (ange-ftp-send-cmd): Call fix-name-func for
17767 `mdtm'. From "Forrest Cahoon" <forrest.cahoon@merrillcorp.com>.
17769 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
17771 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
17772 Add make-obsolete cookies, to follow faces.el.
17774 These changes avoid warnings from the byte compiler in faces.el:
17776 * faces.el (internal-get-face): Use facep instead of the obsolete
17777 internal-find-face.
17778 (internal-frob-font-weight, internal-frob-font-slant):
17779 New defaliases for obsolete functions.
17780 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
17781 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
17782 (x-make-font-bold-italic): Use internal-frob-font-weight and
17783 internal-frob-font-slant aliases instead of the obsolete
17784 x-frob-... functions.
17786 2001-10-26 Sam Steingold <sds@gnu.org>
17788 * textmodes/sgml-mode.el (html-mode): Set `html-xhtml' from the
17789 DOCTYPE; set `mode-name' based on it.
17790 (html-tag-alist): Use `html-xhtml' for "li", "dt" and "dd".
17791 (sgml-tag): Close empty tags in XHTML.
17793 2001-10-26 Jason Rumney <jasonr@gnu.org>
17795 * w32-fns.el: (w32-charset-info-alist): Use ANSI for iso10646-1
17796 when UNICODE is not defined.
17798 2001-10-26 Sam Steingold <sds@gnu.org>
17800 * font-lock.el (c-font-lock-keywords-2): Do not require labels to
17801 be alone on the line.
17803 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
17805 * button.el (button): Special face definition for MS-DOS terminals.
17807 2001-10-26 Sam Steingold <sds@gnu.org>
17809 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
17810 Protect the /= test by checking that the args are non-nil.
17811 (sh-font-lock-close-heredoc): Check eof for being non-nil.
17813 2001-10-26 Tomas Abrahamsson <tab@lysator.liu.se>
17815 * textmodes/artist.el (artist-version): 1.2.4.
17816 (artist-butlast-fn): New variable.
17817 (artist-butlast): New function.
17818 (artist-ellipse-mirror-quadrant): Use it.
17819 (artist-mouse-draw-poly): Use nil for `point-list'.
17820 (artist-mouse-draw-poly): Check for point-list being nil.
17822 2001-10-26 Peter Kleiweg <kleiweg@let.rug.nl>
17824 * progmodes/ps-mode.el (ps-mode-print-function): Remove quote for
17826 (ps-mode-menu-main): Submenu with options on/off was replaced with
17828 (ps-mode, ps-run-mode): Define with `define-derived-mode'
17829 (ps-mode): Autoload cookie added on same line as comment
17830 (ps-mode-tabkey, ps-mode-backward-delete-char):
17831 (ps-mode-r-balance): Replace `delete-horizontal-space' and
17832 `indent-to' with `indent-line-to'
17833 (ps-mode-print-buffer, ps-mode-print-region): Use `funcall'
17835 (ps-mode-print-region): Use `with-temp-buffer'.
17836 (ps-run-start): Use of `mapconcat'. Use `apply' instead of `eval'.
17837 (numerous places): Add back-tick and tick around names in
17838 docstrings, fix punctuation in docstrings, remove trailing spaces.
17840 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
17842 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Ignore comments.
17843 (sgml-font-lock-keywords-2): Use `eval'. Moved from sgml-mode-common.
17844 (sgml-font-lock-syntactic-keywords): New var.
17845 (sgml-mode-common): Drop the two args.
17846 Don't make buffer-local variables that aren't used.
17847 Don't set sgml-font-lock-keywords-2 now that it uses `eval instead.
17848 Don't set `before-string' props from sgml-display-text.
17849 (sgml-mode): Use define-derived-mode.
17850 (sgml-tags-invisible): Use sgml-display-text.
17851 (sgml-quote): New command.
17852 (html-tag-alist): Add args for `span'.
17853 (html-mode): Use define-derived-mode.
17854 Set sgml-display-text and sgml-tag-face-alist.
17856 2001-10-25 Sam Steingold <sds@gnu.org>
17858 * add-log.el (add-log-always-start-new-record): New user option.
17859 (add-change-log-entry): Use it.
17861 2001-10-25 Richard M. Stallman <rms@gnu.org>
17863 * progmodes/etags.el (tags-query-replace): Make tags-loop-scan
17864 bind case-fold-search if FROM is not all lower case.
17866 2001-10-25 Gerd Moellmann <gerd@gnu.org>
17868 * startup.el (normal-top-level): Check for frame-initial-frame
17869 only if it's really used.
17871 * mail/mh-utils.el (mh-recenter): Call recenter with arg `(4)'.
17873 * progmodes/compile.el (compilation-parse-errors-filename-function):
17875 (compilation-parse-errors): Use it.
17877 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
17879 * emacs-lisp/checkdoc.el (checkdoc-eval-defun): Call eval-defun
17880 interactively so that C-u M-C-x still does edebug.
17881 (checkdoc-sentencespace-region-engine): Don't force a double-space
17882 after `.' if it doesn't look like an end-of-sentence.
17883 (debug-ignored-errors): Add `disambiguate ...'.
17885 2001-10-24 Stefan Monnier <monnier@cs.yale.edu>
17887 * textmodes/texinfo.el (texinfo-environments)
17888 (texinfo-environment-regexp): Hoist.
17889 (texinfo-font-lock-keywords): Use `italic' and `bold' faces.
17890 Only highlight the menu name in menu items.
17891 Setup `@foo ... @end foo' as text clones.
17892 (texinfo-clone-environment): New function.
17893 (texinfo-mode): Simplify auto-fill-inhibit-regexp.
17894 (texinfo-insert-block): Simplify.
17895 (texinfo-insert-quote): Insert a plain " if preceded by \ or if
17896 the command is repeated.
17897 (texinfo-last-unended-begin, texinfo-next-unmatched-end): New funs.
17898 (texinfo-insert-@end): Simplify.
17900 * textmodes/texnfo-upd.el (texinfo-section-types-regexp)
17901 (texinfo-section-level-regexp, texinfo-subsection-level-regexp)
17902 (texinfo-subsubsection-level-regexp)
17903 (texinfo-update-menu-same-level-regexps)
17904 (texinfo-update-menu-higher-regexps)
17905 (texinfo-update-menu-lower-regexps): Hoist to eliminate warnings.
17907 * derived.el (define-derived-mode): Use {delay,run}-mode-hooks.
17908 (derived-mode-p): Autoload.
17910 * subr.el (delay-mode-hooks, delayed-mode-hooks, run-mode-hooks):
17911 New vars and functions.
17912 (text-clone-maintain, text-clone-create): New functions.
17914 2001-10-25 Miles Bader <miles@gnu.org>
17916 * facemenu.el (facemenu-add-new-face): Fix variable names.
17918 2001-10-24 Richard M. Stallman <rms@gnu.org>
17920 * facemenu.el (facemenu-unlisted-faces): Improve doc strings
17921 of t and nil values.
17922 (facemenu-set-face): Handle START and END interactively.
17923 (facemenu-set-foreground): Don't use a face; specify color directly.
17924 (facemenu-set-background): Likewise.
17925 (facemenu-set-face-from-menu): Doc fix.
17926 (facemenu-active-faces): Use face-attribute-vector
17927 to handle bare attributes not in faces.
17928 (facemenu-get-face): Don't handle face names fg:... and bg:...
17930 (facemenu-add-new-face): New argument MENU.
17931 New way to handle adding colors to the color menus.
17933 * env.el (substitute-env-vars): Quote the arg to rx.
17935 2001-10-24 Sam Steingold <sds@gnu.org>
17937 * mouse.el (mouse-buffer-menu-mode-groups): Added "Version
17938 Control" and "SGML" groups.
17940 2001-10-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17942 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
17943 Better handling of C++ template args to avoid confusion with `<'
17944 and `>' used as operators in member init expressions.
17946 2001-10-24 Gerd Moellmann <gerd@gnu.org>
17948 * replace.el (perform-replace): Move START and END parameters
17949 to the end of the argument list and make them optional.
17951 * progmodes/ebrowse.el, progmodes/etags.el: Adapt to change in
17954 * international/fontset.el (x-must-resolve-font-name): New function.
17955 (x-complement-fontset-spec): Use it.
17957 2001-10-23 Stefan Monnier <monnier@cs.yale.edu>
17959 * uniquify.el (uniquify-get-proposed-name): Fix (.. "usr" "/usr" 0).
17961 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
17962 Turn caadr into caar of cdr.
17964 2001-10-23 Gerd Moellmann <gerd@gnu.org>
17966 * info.el (Info-fontify-node): Bind down-mouse-{1,2} instead
17967 of mouse-{1,2} since dragging is on the down event.
17969 * play/doctor.el (make-doctor-variables): Remove a '($ please)'.
17971 * mail/mh-utils.el (mh-recenter): Call `recenter' with arg t
17974 * desktop.el (desktop-last-buffer): New variable.
17975 (desktop-create-buffer): Set it.
17976 (desktop-read): Bind it and switch to that buffer.
17978 2001-10-22 Gerd Moellmann <gerd@gnu.org>
17980 * progmodes/compile.el (compilation-set-window-height):
17981 Select old window only if it's still live.
17983 2001-10-22 Pavel Jan
\e,Am
\e(Bk <Pavel@Janik.cz>
17985 * help-mode.el (help-buffer): Remove debugging code.
17986 From Stefan Monnier <monnier@cs.yale.edu>.
17988 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
17990 * files.el (file-name-sans-extension, file-name-extension):
17991 Don't count the leading dots in file names as signaling an extension.
17993 2001-10-22 Andre Spiegel <spiegel@gnu.org>
17995 * vc.el (vc-diff-switches): Doc rewritten.
17997 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
17999 * tooltip.el (tooltip-set-param): Doc fix.
18001 * textmodes/sgml-mode.el (sgml-mode-map): Bind 8-bit codes above
18002 127 to sgml-maybe-name-self.
18003 (sgml-name-8bit-mode): Doc fix.
18004 (sgml-char-names-table): New variable.
18005 (sgml-name-char): Support non-ASCII and mule-unicode-*
18006 characters. Doc fix.
18007 (sgml-maybe-name-self): Convert unibyte characters to multibyte.
18009 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Mention in the
18010 doc string the effect of `left' and `top' parameters in
18011 tooltip-frame-parameters, the default values, and the units.
18012 (tooltip-frame-parameters): Mention `top' and `left' in the doc string.
18013 (tooltip-show): Mention in the doc string the `top' and `left'
18014 parameters in tooltip-frame-parameters, and x-max-tooltip-size.
18016 2001-10-22 Andre Spiegel <spiegel@gnu.org>
18018 Add autoscaling support for vc-annotate.
18019 From J.D. Smith <jdsmith@alum.mit.edu>.
18021 * vc.el (vc-annotate-display-default): Accept colormap scaling
18022 ratio (now deprecated).
18023 (vc-annotate-display-autoscale): Added.
18024 (vc-annotate-add-menu): New autoscaling menu options "Span to
18025 Oldest" and "Span Oldest->Newest". Easymenu support added for
18026 toggle menus driven by customize variable `vc-annotate-display-mode'.
18027 (vc-annotate-display-select): Added.
18028 (vc-annotate): Changed temp-buffer-show-function to
18029 `vc-annotate-display-select'.
18030 (vc-annotate-display): Removed arguments BUFFER and BACKEND.
18031 Added argument OFFSET. Instead of backend function, calls now
18032 generic `vc-annotate-difference'.
18033 (vc-annotate-difference): Added as generic function instead of
18034 backend-specific function. No longer takes argument POINT, but
18035 instead accepts a time OFFSET.
18036 (vc-default-annotate-current-time): Added.
18038 * vc-cvs.el (vc-cvs-annotate-difference): Removed to generic
18039 version in vc.el, with
18040 (vc-cvs-annotate-current-time): Added, as override of default.
18041 (vc-cvs-annotate-time): Added. Taken mostly from the (now removed)
18042 `vc-cvs-annotate-difference'.
18044 2001-10-22 Gerd Moellmann <gerd@gnu.org>
18046 * saveplace.el (save-place): Require `saveplace'.
18048 * progmodes/cwarn.el (cwarn-font-lock-feature-keywords-alist):
18049 Use `sexp' for :value-type instead of `face'.
18051 2001-10-21 Eli Zaretskii <eliz@is.elta.co.il>
18053 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Fix the
18054 regexps due to 5-digit message IDs.
18056 2001-10-21 Jason Rumney <jasonr@gnu.org>
18058 * term/w32-win.el (redisplay-dont-pause): Don't set.
18060 2001-10-21 Miles Bader <miles@gnu.org>
18062 * help-funs.el (help-manyarg-func-alist): Variable removed.
18064 2001-10-21 Miles Bader <miles@gnu.org>
18066 * help-funs.el (help-manyarg-func-alist): Remove entries for
18067 `insert', `insert-and-inherit', `insert-before-markers',
18068 `insert-before-markers-and-inherit', `message', `message-box',
18069 `message-or-box', `propertize', `format', `encode-time', `append',
18070 `concat', `vconcat', `nconc', `widget-apply', `make-hash-table',
18071 `insert-string', `ml-if', `ml-provide-prefix-argument', and
18072 `ml-prefix-argument-loop'.
18074 2001-10-21 Andre Spiegel <spiegel@gnu.org>
18076 * vc.el (vc-diff-internal, vc-coding-system-for-diff)
18077 (vc-default-diff-tree): New functions.
18078 (vc-version-diff): Use them. As a result, coding systems are now
18079 set up properly for all sorts of diffs, and tree diffs can now
18080 also be done locally.
18081 (vc-diff): With a prefix argument, don't require that it's called
18082 from a buffer under version control.
18083 (diff-switches): Remove duplicate definition.
18085 * vc-cvs.el (vc-cvs-diff-tree): New function.
18087 2001-10-21 Miles Bader <miles@gnu.org>
18089 * help-funs.el (help-manyarg-func-alist): Remove entries for
18090 `list', `vector', `make-byte-code', `call-process',
18091 `call-process-region', `string', `+', `-', `*', `/', `max', `min',
18092 `logand', `logior', and `logxor'.
18094 * wid-edit.el (checkbox): Swap bg/fg colors in image, and invert
18095 image bits to compensate. Use `make-string' instead of
18096 `make-bool-vector' (XBM apparently wants byte-aligned rows).
18098 2001-10-20 Kim F. Storm <storm@cua.dk>
18100 * simple.el (kill-ring-save): Don't show extent of copied region
18101 if using transient-mark-mode and region is fully visible.
18103 See ChangeLog.9 for earlier changes.
18105 ;; Local Variables:
18106 ;; coding: iso-2022-7bit
18109 Copyright (C) 2001, 2002 Free Software Foundation, Inc.
18110 Copying and distribution of this file, with or without modification,
18111 are permitted provided the copyright notice and this notice are preserved.