]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(inhibit-startup-hooks): New variable.
[gnu-emacs] / lisp / ChangeLog
1 2003-02-22 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
2
3 * files.el (abbreviate-file-name): Shorten docstring: variables
4 are now hyperlinks and `C-h v' need not be mentioned explicitly.
5
6 2003-02-21 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
7
8 * files.el (abbreviate-file-name): Document removal of
9 automounter prefixes. Reported by Lars Hansen.
10
11 2003-02-21 Kim F. Storm <storm@cua.dk>
12
13 * emulation/cua-base.el: Add run-time check to catch users trying
14 to use older versions of CUA-mode, rather than the version
15 distributed with Emacs. Use autoload cookies and eval-after-load.
16
17 * startup.el (command-line): Clarify and tidy up the message
18 printed when there are errors in the user-init-file.
19 Do not encapsulate the error data; it's read by humans here.
20 Do not split windows when displaying the *Message* buffer.
21
22 2003-02-20 Ehud Karni <ehud@unix.mvs.co.il> (tiny change)
23
24 * mail/rmail.el (rmail-insert-inbox-text): Make the pop3 mechanism
25 work on cygwin systems too.
26
27 2003-02-20 Juanma Barranquero <lektu@terra.es>
28
29 * progmodes/ebrowse.el (ebrowse-show-file-name-at-point): Remove
30 useless check.
31
32 2003-02-20 Andreas Schwab <schwab@suse.de>
33
34 * info.el (Info-extract-menu-node-name): Stop if colon is
35 followed by open paren.
36
37 2003-02-20 Francesco Potort\e,Al\e(B <pot@gnu.org>
38
39 * mail/undigest.el (unforward-rmail-message): Allow nested
40 unforwarding, that is, preserve old Forwarded-From/Date headers.
41
42 2003-02-20 Kenichi Handa <handa@m17n.org>
43
44 * term/w32-win.el: Call set-fontset-font with NAME nil.
45
46 * international/mule-diag.el (print-fontset): If FONTSET is nil,
47 use the default fontset.
48 (describe-fontset): If the current frame is not using a fontset,
49 call print-fontset with nil.
50
51 2003-02-19 Andre Spiegel <spiegel@gnu.org>
52
53 * vc.el (vc-binary-assoc, vc-binary-suffixes): Removed; these
54 were accidentally left over during the VC redesign in 2000.
55
56 2003-02-18 Juanma Barranquero <lektu@terra.es>
57
58 * help-macro.el (make-help-screen): Fix character constant.
59
60 * mouse-sel.el (mouse-sel-determine-selection-thing): Likewise.
61
62 * calc/calc-graph.el (calc-graph-plot): Likewise.
63
64 * calc/calc-prog.el (calc-macro-edit-variable): Likewise.
65
66 * emacs-lisp/edebug.el: Likewise.
67
68 * emacs-lisp/helper.el (Helper-help-scroller): Likewise.
69
70 * language/cyril-util.el (standard-display-cyrillic-translit):
71 Likewise.
72
73 * mail/rfc822.el (rfc822-nuke-whitespace): Likewise.
74
75 * progmodes/cperl-mode.el (cperl-electric-keyword)
76 (cperl-electric-pod, cperl-do-auto-fill): Likewise.
77
78 * textmodes/reftex-ref.el (reftex-reference): Likewise.
79
80 * textmodes/table.el (table-generate-source): Use ?\\ instead of
81 space in "work in progress" message.
82
83 * emacs-lisp/tq.el (tq-create): Fix quoted lambda expression.
84
85 2003-02-17 Dave Love <fx@gnu.org>
86
87 * progmodes/ebrowse.el (ebrowse-output): Don't use gensym.
88
89 2003-02-17 Markus Rost <rost@math.ohio-state.edu>
90
91 * calendar/calendar.el (diary-file-name-prefix-function): Fix
92 custom type.
93
94 2003-02-17 Andre Spiegel <spiegel@gnu.org>
95
96 * vc-cvs.el (vc-cvs-dir-state): Protect against DIR not being
97 under CVS control. Suggested by Masanobu UMEDA.
98
99 2003-02-17 Kenichi Handa <handa@m17n.org>
100
101 * files.el (insert-directory): Add workaround for the case that we
102 can't trust ls's output as to byte positions of filenames.
103
104 2003-02-15 Richard M. Stallman <rms@gnu.org>
105
106 * ffap.el: Many doc fixes.
107 (ffap-replace-file-component):
108 Renamed from ffap-replace-path-component. Callers changed.
109 (ffap-host-to-filename): Renamed from ffap-host-to-path. Callers chgd.
110
111 * international/iso-ascii.el (iso-ascii-display-table): New variable.
112 (iso-ascii-standard-display-table): New variable.
113 (iso-ascii-display): Define in iso-ascii-display-table.
114 (iso-ascii-mode): New command.
115
116 * tar-mode.el (tar-header-block-summarize):
117 Use l for symlink, h for hard link.
118
119 2003-02-15 David Kastrup <dak@gnu.org>
120
121 * net/ange-ftp.el (ange-ftp-get-file-entry): Allow for graceful
122 failure returning nil, as documented.
123
124 2003-02-14 Dave Love <fx@gnu.org>
125
126 * international/code-pages.el: Undo `Trailing whitepace deleted.'
127 damage.
128 (cp1125, mik): Nullify mime-charset.
129
130 * language/cyrillic.el ("Cyrillic-KOI8"): Fix input-method.
131 ("Russian"): New.
132 ("Bulgarian"): Add tutorial.
133
134 * international/mule-cmds.el (locale-language-names): Use Italian,
135 Russian, Turkish, Chinese-EUC-TW.
136 (set-locale-environment): Set ps-paper-type.
137
138 2003-02-14 ARISAWA Akihiro <ari@mbf.sphere.ne.jp> (tiny change)
139
140 * time.el (display-time-string-forms): Add face property to mail
141 string.
142
143 2003-02-14 Juanma Barranquero <lektu@terra.es>
144
145 * international/mule-cmds.el (view-hello-file): Use `view-file'
146 instead of `find-file-read-only'.
147
148 * dired-aux.el (dired-query-alist): Fix use of character constant.
149
150 * simple.el (backward-delete-char-untabify): Likewise.
151
152 * strokes.el (strokes-read-complex-stroke): Likewise.
153
154 * wid-edit.el (widget-choose): Likewise.
155
156 * xml.el (xml-parse-elem-type): Likewise.
157
158 * emacs-lisp/testcover-ses.el (ses-exercise-signals): Likewise.
159
160 * progmodes/cperl-mode.el (cperl-next-bad-style): Likewise.
161
162 * progmodes/idlwave.el (idlwave-show-begin): Likewise.
163
164 2003-02-13 Stefan Monnier <monnier@cs.yale.edu>
165
166 * international/mule-cmds.el (sort-coding-systems): Use \'.
167 (select-safe-coding-system): Remove redundant assq check.
168 Remove raw-text, emacs-mule and no-conversion from the list of
169 proposed encodings unless there's nothing else.
170
171 2003-02-13 Markus Rost <rost@math.ohio-state.edu>
172
173 * files.el (find-alternate-file): Undo last change.
174
175 * dired.el (dired-directory): Add autoload cookie.
176
177 2003-02-13 Juanma Barranquero <lektu@terra.es>
178
179 * international/characters.el: Use new ?\s syntax instead of "? "
180 followed by a comment.
181
182 * ruler-mode.el (ruler-mode-margins-char): Likewise.
183
184 2003-02-13 Dave Love <fx@gnu.org>
185
186 * newcomment.el (comment-indent): Ensure space before added comment.
187
188 2003-02-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
189
190 * ps-print.el: Change the policy of background/foreground default
191 color.
192 (ps-print-version): New version number (6.5.9).
193 (ps-default-fg, ps-default-bg): Adjust default value.
194 (ps-begin-file, ps-begin-job): ps-default-fg and ps-default-bg
195 variables now use `t' to indicate the use of Emacs session
196 background/foreground color.
197 (ps-output-string-prim): If index out of range, insert hexadecimal
198 representation of character.
199
200 2003-02-13 Kim F. Storm <storm@cua.dk>
201
202 * help.el (where-is): Rename remap-command to command-remapping.
203 * help-fns.el (describe-function-1): Likewise.
204
205 2003-02-12 Glenn Morris <gmorris@ast.cam.ac.uk>
206
207 * progmodes/fortran.el (fortran-fill): Fill lines that do not have
208 comments.
209
210 2003-02-12 Stefan Monnier <monnier@cs.yale.edu>
211
212 * progmodes/fortran.el (fortran-mode): Set comment-use-syntax.
213 (fortran-fill-paragraph): Use fill-comment-paragraph.
214
215 2003-02-12 Juanma Barranquero <lektu@terra.es>
216
217 * files.el (file-truename): Revert change from 2002-11-27.
218
219 2003-02-12 Luc Teirlinck <teirllm@mail.auburn.edu>
220
221 * help-fns.el (describe-function-1): Change output for keyboard macros.
222
223 2003-02-12 Andreas Schwab <schwab@suse.de>
224
225 * progmodes/sh-script.el (sh-mode-map): Don't remap
226 beginning-of-defun to the non-existing command
227 sh-beginning-of-compound-command.
228
229 2003-02-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
230
231 * files.el (find-alternate-file): Check whether `dired-directory'
232 is bound.
233
234 2003-02-12 Simon Marshall <simon@gnu.org>
235
236 * progmodes/make-mode.el (makefile-font-lock-keywords):
237 Fontify single character variable references, but protect shell
238 variables references.
239 (makefile-mode): Make `$' be punctuation in font-lock-defaults.
240
241 2003-02-12 Ami Fischman <ami@fischman.org>
242
243 Face markup of calendar and diary displays: Any entry line that
244 ends with [foo:value] where foo is a face attribute (except :box
245 :stipple) or with [face:blah] tags, will have these values applied
246 to the calendar and fancy diary displays. These attributes "stack"
247 on calendar displays. File-wide attributes can be defined as
248 follows: the first line matching "^# [tag:value]" defines the
249 value for that particular tag. All of the tags' regexps can be
250 customized.
251
252 * calendar/calendar.el (diary-face-attrs): New custom.
253 (diary-file-name-prefix-function): New custom.
254 (diary-glob-file-regexp-prefix): New custom.
255 (diary-file-name-prefix): New custom.
256 (generate-calendar-window): Check that font-lock-mode is bound
257 before checking value.
258 (mark-visible-calendar-date): Add the ability to pass face
259 attribute/value pairs in the mark argument. Handle the mark.
260
261 * calendar/diary-lib.el (diary-attrtype-convert): Convert an
262 attribute value string to the desired type.
263 (diary-pull-attrs): New function that pulls the attributes off a
264 diary entry, merges with file-global attributes, and returns
265 the (possibly modified) entry and a list of attribute/values using
266 diary-attrtype-convert.
267 (list-diary-entries, fancy-diary-display, show-all-diary-entries)
268 (mark-diary-entries, mark-sexp-diary-entries)
269 (list-sexp-diary-entries): Add handling of file-global attributes;
270 add handling of entry attributes using diary-pull-attrs.
271 (mark-calendar-days-named, mark-calendar-days-named)
272 (mark-calendar-date-pattern, mark-calendar-month)
273 (add-to-diary-list): Add optional paramater `color' for passing
274 face attribute info through the callchain. Pass this parameter around.
275
276 2003-02-11 Stefan Monnier <monnier@cs.yale.edu>
277
278 * progmodes/etags.el (find-tag-tag): Move (default foo) to before
279 `:' in the prompt.
280 (find-tag): Make sure we move point in the proper window.
281
282 * progmodes/meta-mode.el (meta-fill-paragraph): Remove.
283 (meta-common-initialization): Don't set fill-paragraph-function
284 now that fill-paragraph takes care of comments.
285
286 * progmodes/scheme.el (scheme-mode-syntax-table): Don't switch
287 the current buffer's syntax-table.
288
289 * progmodes/simula.el (simula-font-lock-syntactic-keywords): New var.
290 (simula-font-lock-keywords-1): Simplify.
291 (simula-font-lock-keywords-2): Use regexp-opt.
292 (simula-emacs-features): Remove.
293 (simula-mode-syntax-table): Setup %...\n as comment style b.
294 (simula-mode-map): Remove compatibility cruft.
295 (simula-keep-region-active): Remove.
296 (simula-popup-menu): Simplify.
297 (simula-mode): Move abbrev-table setup to top-level.
298 (simula-match-string-or-comment): Remove.
299
300 * progmodes/tcl.el (tcl-omit-ws-regexp): Correctly handle cases
301 like `proc foo {a {b c} d} {'.
302 (tcl-mode): Make comment-start-skip more selective.
303
304 * info-xref.el (info-xref-check): Use line-beginning-position.
305 (info-xref-all-info-files): Cons a bit less.
306 (info-xref-check-buffer): Use push and replace-regexp-in-string.
307 (info-xref-output): Call insert only once.
308 (info-xref-whitespace): Remove.
309
310 2003-02-11 John Paul Wallington <jpw@gnu.org>
311
312 * ibuffer.el (toplevel): Don't require `font-lock';
313 require `font-core' instead, even though it is dumped.
314
315 * ibuf-ext.el (ibuffer-save-with-custom, ibuffer-add-to-tmp-hide)
316 (ibuffer-add-to-tmp-show): Doc fixes.
317
318 * language/tamil.el ("Tamil"): Doc fix.
319
320 2003-02-11 Juanma Barranquero <lektu@terra.es>
321
322 * language/vietnamese.el ("Vietnamese"): Fix typos.
323
324 * info-xref.el (info-xref-check-buffer): Fix typo.
325
326 * makefile.w32-in (DONTCOMPILE): Add malayalam.el and tamil.el.
327
328 2003-02-11 Kenichi Handa <handa@m17n.org>
329
330 * loadup.el: Load "language/malayalam" and "language/tamil".
331
332 2003-02-11 KAWABATA, Taichi <kawabata@m17n.org>
333
334 * Makefile.in (DONTCOMPILE): Add malayalam.el and tamil.el.
335
336 * language/devan-util.el: Maintainer's mail address changed.
337 (devanagari-composable-pattern): Add DANDA character.
338 (dev-char-glyph): Add an entry for DANDA.
339
340 * language/devanagari.el: Maintainer's mail address changed.
341
342 * language/indian.el: Maintainer's mail address changed.
343
344 * language/ind-util.el (indian-dev-base-table): Table fixed.
345 (indian-pnj-base-table): Table contents defined.
346 (indian-gjr-base-table): Likewise.
347 (indian-ori-base-table): Likewise.
348 (indian-bng-base-table): Likewise.
349 (indian-asm-base-table): Likewise.
350 (indian-tlg-base-table): Likewise.
351 (indian-knd-base-table): Likewise.
352 (indian-mlm-base-table): Likewise.
353 (indian-tml-base-table): Likewise.
354 (indian-pnj-itrans-v5-hash, indian-gjr-itrans-v5-hash)
355 (indian-ori-itrans-v5-hash, indian-bng-itrans-v5-hash)
356 (indian-asm-itrans-v5-hash, indian-tlg-itrans-v5-hash)
357 (indian-knd-itrans-v5-hash, indian-mlm-itrans-v5-hash)
358 (indian-tml-itrans-v5-hash): New variables.
359
360 * language/malayalam.el: New file.
361 * language/mlm-util.el: New file.
362 * language/tamil.el: New file.
363 * language/tml-util.el: New file.
364
365 2003-02-11 Kevin Ryde <user42@zip.com.au>
366
367 * info-xref.el: New file.
368
369 2003-02-10 Stefan Monnier <monnier@cs.yale.edu>
370
371 * textmodes/page-ext.el (pages-directory-mode-map): New.
372 (pages-directory-map): Redefine as an varalias.
373 (pages-directory-mode): Use new map var and run mode hook.
374 (pages-directory-address-mode): Use define-derived-mode.
375
376 * textmodes/texinfmt.el (texinfo-format-iftex, texinfo-format-ifhtml)
377 (texinfo-format-ifplaintext, texinfo-format-tex, texinfo-format-html)
378 (texinfo-format-ifnotinfo, texinfo-format-titlepage)
379 (texinfo-format-titlespec, texinfo-format-ignore, texinfo-if-set)
380 (texinfo-if-clear): Use re-search-forward's return value.
381 (texinfo-sort-startkeyfun, texinfo-format-buffer-1)
382 (texinfo-format-region): Use line-{end,beginning}-position.
383 (texinfo-append-refill, texinfo-alias): Use match-string-no-properties.
384
385 * emacs-lisp/eldoc.el (eldoc-echo-area-multiline-supported-p)
386 (eldoc-use-idle-timer-p): Remove.
387 (timer): Never require. It only works in current Emacs anyway.
388 (eldoc-mode, eldoc-message, eldoc-display-message-p)
389 (eldoc-docstring-format-sym-doc, eldoc-remove-command): Simplify.
390
391 * ffap.el (ffap-complete-as-file-p):
392 Use minibuffer-completing-file-name.
393
394 * international/mule.el (load-with-code-conversion): Use push.
395
396 * font-core.el (font-lock-defontify): Use restore-buffer-modified-p.
397
398 * gud.el (gud-gdb-run-command-fetch-lines, gud-display-line):
399 Use with-current-buffer and simplify.
400
401 * help-mode.el (help-xref-on-pp): Only add xref if the text
402 is less than 5K.
403
404 * pcvs-parse.el (cvs-parse-table): "no longer in repo" does not
405 make the file dead if we used the -n arg.
406
407 * emacs-lisp/cl-macs.el (process-get): Add setf method.
408
409 * server.el (server-previous-strings): Remove.
410 (server-process-filter): Use (process-get 'previous-string) instead.
411 (server-sentinel): Remove code made superfluous.
412
413 2003-02-10 Luc Teirlinck <teirllm@mail.auburn.edu>
414
415 * info.el (Info-follow-nearest-node): Implement new behavior.
416
417 2003-02-10 Juanma Barranquero <lektu@terra.es>
418
419 * progmodes/ebnf-otz.el (ebnf-optimize, ebnf-optimize1): Fix typo.
420
421 * progmodes/ebnf2ps.el (ebnf2ps): Fix typo.
422 (ebnf-syntactic): Change group name and tag from "ebnf-syntatic".
423 (ebnf-syntax, ebnf-lex-comment-char, ebnf-lex-eop-char)
424 (ebnf-terminal-regexp, ebnf-case-fold-search)
425 (ebnf-iso-alternative-p, ebnf-iso-normalize-p)
426 (ebnf-yac-ignore-error-recovery): Add to group "ebnf-syntactic", not
427 "ebnf-syntatic".
428 (ebnf-optimize, ebnf-print-buffer, ebnf-print-region)
429 (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-buffer)
430 (ebnf-eps-region, ebnf-syntax-buffer, ebnf-syntax-region)
431 (ebnf-generate-region): Fix typo.
432
433 2003-02-10 KAWABATA, Taichi <kawabata@m17n.org>
434
435 * language/ind-util.el (indian-itrans-v5-table): Add entries for
436 "E" and "O".
437
438 2003-02-10 Martin Stjernholm <mast@lysator.liu.se>
439
440 * progmodes/cc-styles.el (c-set-offset): Don't find a default
441 syntactic element through syntactic analysis if called outside
442 a CC Mode buffer.
443
444 2003-02-09 Martin Stjernholm <mast@lysator.liu.se>
445
446 * progmodes/cc-mode.el (c-basic-common-init):
447 Install `c-fill-paragraph' on `fill-paragraph-function'.
448 Although it's not the normal way to call it in a CC Mode buffer it
449 makes a direct call to `fill-paragraph' work better.
450
451 2003-02-08 Kim F. Storm <storm@cua.dk>
452
453 * printing.el (pr-get-symbol): Define during compile.
454
455 2003-02-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
456
457 * printing.el: New file.
458
459 2003-02-07 Francesco Potort\e,Al\e(B <pot@gnu.org>
460
461 * language/european.el ("French", "Slovenian"): Fix doc strings.
462
463 2003-02-06 John Paul Wallington <jpw@gnu.org>
464
465 * mail/rmailsum.el (rmail-summary-previous-msg): Add docstring.
466 (rmail-summary-line-count-flag, rmail-summary-previous-labeled-message)
467 (rmail-summary-next-labeled-message, rmail-summary-resend)
468 (rmail-summary-override-mail-send-and-exit): Doc fixes.
469
470 2003-02-06 Francesco Potort\e,Al\e(B <pot@gnu.org>
471
472 * language/european.el ("Italian"): New.
473
474 2003-02-06 Matthew Swift <swift@alum.mit.edu>
475
476 * dired.el (dired-move-to-filename-regexp): Support "K" suffix on
477 "ls -alh" output.
478
479 2003-02-05 Juanma Barranquero <lektu@terra.es>
480
481 * font-lock.el (font-lock-reference-face): Add obsolescence
482 declaration and remove redundant info from docstring.
483
484 * log-edit.el (cvs-commit-buffer-require-final-newline)
485 (cvs-changelog-full-paragraphs): Likewise.
486
487 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button)
488 (mouse-wheel-click-button): Likewise.
489
490 * pcvs-defs.el (cvs-diff-ignore-marks, cvs-diff-buffer-name): Likewise.
491
492 * vc.el (vc-annotate-display, vc-checkout-carefully): Likewise.
493
494 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
495 (vc-header-alist): Likewise.
496
497 * emacs-lisp/checkdoc.el (checkdoc-minor-keymap): Likewise.
498
499 * textmodes/outline.el (outline-visible): Likewise.
500
501 2003-02-05 Kim F. Storm <storm@cua.dk>
502
503 * ido.el (ido-define-mode-map):
504 Undo last change (duplicates part of 2003-02-04 change).
505 Remap `viper' delete commands only in file or dir mode.
506
507 2003-02-05 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
508
509 * ido.el (ido-define-mode-map): Interact with Viper.
510
511 2003-02-05 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
512
513 * net/tramp.el: Version 2.0.29 released.
514 (tramp-send-region): Protect against tramp-chunksize being nil.
515 (tramp-chunksize): Set default to 500 as workaround for some ssh
516 connections.
517 (tramp-handle-directory-file-name): New implementation. Not sure
518 if it works.
519 (tramp-md5-function): Require md5 before checking function md5.
520 If using md5-encode, put wrapper around it that converts vector of
521 bytes to ascii text.
522 (top-level): Avoid byte-compiler warnings of unused variables if
523 the byte-compiler supports this. This is for the
524 with-parsed-tramp-file-name macro which is wont to produce such stuff.
525
526 2003-02-05 Michael Albinus <Michael.Albinus@alcatel.de>
527
528 * net/tramp.el (tramp-handle-directory-file-name): Handle the case
529 PATH is "".
530 (tramp-completion-handle-file-name-all-completions):
531 Define `tramp-current-user' locally. See `tramp-parse-passwd'.
532 (tramp-parse-passwd): For su-alike methods it would be desirable
533 to return "root@localhost" as default. Unfortunately, we have no
534 information whether any user name has been typed already. So we
535 (mis-)use tramp-current-user as indication, assuming it is set in
536 `tramp-completion-handle-file-name-all-completions'.
537 (tramp-send-region): Handle the case `tramp-chunksize' is equal 0.
538 I did it accidently. Infinite loop ...
539 (tramp-get-device): `tramp-make-tramp-file-name' must not be
540 called with NIL path. It fails in case of multi-method.
541 (tramp-file-name-for-operation): Apply `expand-file-name' for
542 relative file names only. Otherwise there might be problems if
543 the default directory is another Tramp directory as the directory
544 the file is based on.
545 (tramp-find-foreign-file-name-handler): Check whether FILENAME is
546 a Tramp file name. It isn't if it comes from an expanded file
547 name (like "/xx:yy//zz").
548 (tramp-devices): New variable. Keeps virtual device numbers.
549 Devices must distinguish physical file systems. The device
550 numbers provided by "lstat" aren't unique, because we operate on
551 different hosts. So we use virtual device numbers, generated by
552 `tramp-get-device'. Both Ange-FTP and EFS use device number -1.
553 In order to be different, we use device number (-1 x), whereby "x"
554 is unique for a given (multi-method method user host).
555 Suggested by Kai.
556 (tramp-perl-file-attributes): Always return device number -1.
557 There will be a virtual device number set in
558 `tramp-handle-file-attributes', which replaces this one.
559 (tramp-handle-file-attributes): Set virtual device number.
560 (tramp-get-device): New function. Returns the virtual device
561 number. If it doesn't exist, generate a new one.
562 (tramp-handle-file-regular-p): Use Emacs file name primitives
563 instead of calling tramp-handle-* equivalents directly.
564 Needed for tramp-smb.
565 (tramp-completion-function-alist-ssh): Add parsing of
566 "/etc/ssh_config" and "~/.ssh/config". Suggested by Kai.
567 (tramp-completion-function-alist, tramp-set-completion-function):
568 Doc string update.
569 (tramp-parse-sconfig, tramp-parse-sconfig-group): New functions.
570 Provide parsing of "~/.ssh/config" style files.
571 (tramp-completion-handle-expand-file-name):
572 Apply `tramp-drop-volume-letter'. Otherwise, there are problems
573 on W32 systems.
574 (tramp-completion-mode): Perform check (integerp last-input-event)
575 before (event-modifiers last-input-event) -- there might be
576 problems if `last-input-event' is a mouse event.
577 (tramp-parse-rhosts, tramp-parse-shosts)
578 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc):
579 Use `file-readable-p' instead of `file-exists-p'. Otherwise these
580 functions might block. Reported by <kin@neoscale.com>.
581
582 * net/tramp-ftp.el (top-level): eval-after-load "ange-ftp"
583 '(tramp-disable-ange-ftp). Suggested by Kai.
584 (tramp-ftp-file-name-handler): `tramp-disable-ange-ftp' not needed
585 any longer.
586 (top-level): Defaults for `tramp-default-method-alist' must be a list.
587
588 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
589 Apply `tramp-handle-directory-file-name'.
590 (tramp-smb-handle-file-attributes): Apply `tramp-get-device'.
591 ATIME and CTIME are (0 0) now (= "don't know"), which is more honest.
592 (tramp-smb-handle-make-directory): Use Emacs file name primitives
593 instead of calling tramp-smb-handle-* equivalents directly.
594 (tramp-smb-read-file-entry): Return size as a number, not a string.
595 (top-level): Defaults for `tramp-default-method-alist' must be a list.
596
597 2003-02-05 Stefan Monnier <monnier@cs.yale.edu>
598
599 * completion.el (eval-when-compile-load-eval, completion-eval-when)
600 (cmpl-read-time-eval, minibuffer-window-selected-p): Remove.
601 (completion-min-length, completion-max-length)
602 (completion-prefix-min-length): Don't hard-code the default value
603 when byte-compiling.
604 (complete): Inline minibuffer-window-selected-p.
605
606 2003-02-04 Richard M. Stallman <rms@gnu.org>
607
608 * term.el (term-raw-map): Set it up at load time.
609 (term-char-mode): Don't set up term-raw-map here.
610 (term-set-escape-char): Don't set up C-x subcommand.
611 (term-ansi-face-already-done): Renamed from
612 term-ansi-face-alredy-done.
613 (term-command-hook): Avoid error if STRING is empty.
614 (term, term-mode): Doc fixes.
615
616 * term.el: Redesign handling of colors and faces.
617 Delete all the faces that this mode used to make.
618 (ansi-term-color-vector): New variable.
619 (ansi-term-fg-faces-vector, ansi-term-bg-faces-vector)
620 (ansi-term-inv-bg-faces-vector, ansi-term-inv-fg-faces-vector):
621 Variables deleted.
622 (term-default-fg-color, term-default-bg-color): Use defcustom.
623 (term-handle-colors-array): Use ansi-term-color-vector,
624 and specify face attributes rather than faces in `face' property.
625
626 * term.el (term-ansi-fg-faces-vector, term-ansi-bg-faces-vector)
627 (term-ansi-inv-fg-faces-vector, term-ansi-inv-bg-faces-vector)
628 (term-ansi-reverse-faces-vector): Delete unused variables.
629 (term-ignore-error): Delete macro.
630
631 * simple.el (back-to-indentation): Skip all whitespace
632 except for newlines.
633
634 * files.el (find-alternate-file): Handle dired-directory
635 like buffer-file-name.
636
637 * dired.el (dired-find-buffer-nocreate): Avoid error if
638 dired-directory is nil.
639
640 2003-02-04 Juanma Barranquero <lektu@terra.es>
641
642 * image.el (image-type-regexps): Fix typo.
643
644 * international/characters.el: Restore missing space and put a
645 comment to protect it from being deleted as trailing whitespace.
646
647 * ruler-mode.el (ruler-mode-margins-char): Likewise.
648
649 2003-02-04 Francesco Potort\e,Al\e(B <pot@gnu.org>
650
651 * mail/rmailout.el (rmail-output): If preserving MIME-version,
652 preserve Content-type too.
653
654 2003-02-04 Kim F. Storm <storm@cua.dk>
655
656 * ido.el (ido-define-mode-map): Remap viper delete char/word
657 commands to their ido specific equivalents. Disable ESC in
658 viper mode (to avoid exiting insert mode), since ido doesn't
659 work in viper command mode.
660 (ido-delete-backward-updir, ido-delete-backward-word-updir):
661 Handle remapped viper commands.
662
663 2003-02-03 Juanma Barranquero <lektu@terra.es>
664
665 * calculator.el (calculator): Don't use the minibuffer even in
666 electric mode; use a private buffer and display it in the minibuffer
667 window using `set-window-buffer'.
668
669 2003-02-03 Dave Love <fx@gnu.org>
670
671 * emacs-lisp/benchmark.el: New.
672
673 2003-02-02 Andreas Schwab <schwab@suse.de>
674
675 * progmodes/asm-mode.el (asm-font-lock-keywords): Allow arbitrary
676 words separated by dots. Match optional parenthesized word at
677 start of line.
678
679 * font-lock.el
680 (font-lock-match-c-style-declaration-item-and-skip-to-next):
681 Don't require underscore in word before double open-paren.
682
683 2003-02-02 John Paul Wallington <jpw@gnu.org>
684
685 * hexl.el (hexl-mode-map): Bind C-m to `hexl-self-insert-command'.
686
687 2003-02-01 Stephen Gildea <gildea@stop.mail-abuse.org>
688
689 * time-stamp.el: Tweak doc strings and preamble commentary.
690 (time-stamp): Fix parsing of "%%a" in time-stamp-pattern (change
691 regexp subpattern 5)
692 (time-stamp-pattern): Initialize to nil to avoid regexp work in
693 default case.
694 (time-stamp-string): Call set-time-zone-rule instead of setenv
695 (time-stamp-hhmmss): Remove (not needed after all).
696 (time-stamp-month-dd-yyyy, time-stamp-dd/mm/yyyy)
697 (time-stamp-mon-dd-yyyy, time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
698 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd, time-stamp-yymmdd)
699 (time-stamp-hh:mm:ss, time-stamp-hhmm): Make obsolete.
700
701 2003-01-31 Stefan Monnier <monnier@cs.yale.edu>
702
703 * cus-edit.el (custom-unlispify-menu-entry): Use with-current-buffer.
704 (custom-save-variables): Use dolist, simplify.
705 Output a message if a `requests' entry looks suspicious.
706 (custom-save-faces): Use dolist, simplify.
707
708 2003-01-31 Christoph Wedler <Christoph.Wedler@sap.com>
709
710 * antlr-mode.el: Bug fixes, miscellaneous.
711 (antlr-mode): Make major mode work with cc-mode-5.29 or higher,
712 make it more rubust against changes in cc-mode's style variables
713 by using `boundp' and function `c-init-language-vars' if defined.
714 (antlr-c++-mode-extra): Only ask if language is not "Cpp".
715 (antlr-read-value): With completion, ignore case.
716 (antlr-run-tool-interactive): New function.
717 (antlr-run-tool): Use it for `interactive' specification.
718
719 * antlr-mode.el: Simplify Emacs/XEmacs compatibility.
720 (cond-emacs-xemacs): New compile-time macro.
721 (defunx): New compile-time macro.
722 (ignore-errors-x): New compile-time macro.
723 (save-buffer-state-x): New compile-time macro.
724
725 (antlr-scan-sexps, antlr-simple-scan-sexps): Deletia.
726 (antlr-scan-lists, antlr-simple-scan-sexps): Deletia.
727 (antlr-simple-default-directory): Deletia.
728 (antlr-default-directory): Define directly.
729 (antlr-simple-read-shell-command): Deletia.
730 (antlr-read-shell-command): Define directly.
731 (antlr-simple-with-displaying-help-buffer): Deletia.
732 (antlr-with-displaying-help-buffer): Define directly.
733 (antlr-fast-invalidate-context-cache): Deletia.
734 (antlr-slow-invalidate-context-cache): Deletia.
735 (antlr-invalidate-context-cache): Define directly.
736 (antlr-fast-syntactic-context): Deletia.
737 (antlr-slow-syntactic-context): Deletia.
738 (antlr-syntactic-context): Define directly.
739
740 (antlr-mode-menu): Use new macros.
741 (antlr-font-lock-additional-keywords): Ditto.
742 (antlr-skip-sexps): Ditto.
743 (antlr-end-of-rule): Ditto.
744 (antlr-beginning-of-rule): Ditto.
745 (antlr-end-of-body): Ditto.
746 (antlr-beginning-of-body): Ditto.
747 (antlr-hide-actions): Ditto.
748 (antlr-option-kind): Ditto.
749
750 * antlr-mode.el: In Emacs, use face attribute :weight, not :bold.
751 (antlr-font-lock-keyword-face): Use new macros.
752 (antlr-font-lock-syntax-face): Ditto.
753 (antlr-font-lock-ruledef-face): Ditto.
754 (antlr-font-lock-tokendef-face): Ditto.
755 (antlr-font-lock-literal-face): Ditto.
756
757 Changes from 2002-05-24:
758
759 * antlr-mode.el: Version 2.2a.
760
761 Changes from 2002-05-03:
762
763 * antlr-mode.el: Make context parsing faster on Emacs, for faster
764 syntax highlighting, indentation and imenu support.
765 Suggested by Aaron Davies <adavies42@users.sourceforge.net>.
766 (antlr-slow-context-cache): New variable.
767 (antlr-slow-syntactic-context): Use cache.
768 (antlr-slow-cache-enabling-symbol): New internal variable.
769 (antlr-slow-cache-diff-threshold): New variable.
770 (antlr-fast-invalidate-context-cache): Renamed from
771 antlr-xemacs-bug-workaround.
772 (antlr-imenu-create-index-function): Search from beginning.
773
774 * antlr-mode.el: More sophisticated indentation, i.e., use the
775 indentation engine of cc-mode for most actions.
776 (antlr-c-common-init): Allow nil for `antlr-indent-style'.
777 (antlr-indent-line): Use indentation engine of cc-mode more often.
778 (antlr-indent-at-bol-alist): Only used for header actions.
779 (antlr-disabling-cc-syntactic-symbols): New variable.
780 (antlr-indent-item-regexp): Delete stuff for actions.
781 (antlr-indent-at-bol-alist): With language "Java", indent
782 "package" and "import" at column 0 in header part.
783
784 * antlr-mode.el (antlr-simple-default-directory): Define.
785 (antlr-simple-read-shell-command): Define.
786 (antlr-simple-with-displaying-help-buffer): Define.
787 (antlr-simple-scan-sexps, antlr-simple-scan-lists):
788 Renamed from antlr-scan-{sexps,lists}-internal.
789
790 Changes from 2002-02-28:
791
792 * antlr-mode: Version 2.2 is released.
793
794 * antlr-mode.el (antlr): Moved to SourceForge.net
795
796 * antlr-mode.el: Minor bug fixes: insert options and indentation.
797 (antlr-option-location): Don't use point as position where to
798 insert options if point is in comment.
799 (antlr-mode): Don't set style here.
800 (antlr-c-common-init): Set style here. If boundp, set
801 `c-current-comment-prefix' to not break indentation in comments.
802 Hm, I should probably split `c-common-init' from cc-mode into two
803 parts, one of which I could use for antlr-mode.el.
804
805 Changes from 2002-01-31:
806
807 * antlr-mode.el (antlr-font-lock-additional-keywords):
808 Also hightlight `~' with `antlr-font-lock-syntax-face'.
809 Suggested by Helmut Neukirchen <neukirchen@itm.mu-luebeck.de>.
810
811 2003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
812
813 * comint.el:
814 * dired-aux.el:
815 * dired.el:
816 * dirtrack.el:
817 * dos-w32.el:
818 * fast-lock.el:
819 * filecache.el:
820 * files.el:
821 * hippie-exp.el:
822 * international/mule.el:
823 * net/browse-url.el:
824 * pcomplete.el:
825 * recentf.el:
826 * shell.el:
827 * woman.el: Added cygwin to system-type comparisons.
828
829 2003-01-31 Francesco Potort\e,Al\e(B <pot@gnu.org>
830
831 * mail/undigest.el (rmail-forward-separator-regex): New custom
832 variable.
833 (unforward-rmail-message): Use it.
834
835 2003-01-30 Dave Love <fx@gnu.org>
836
837 * textmodes/ispell.el (lookup-words): Fix last change.
838
839 2003-01-29 John Paul Wallington <jpw@gnu.org>
840
841 * font-lock.el (lisp-font-lock-keywords-1): Match `deftheme'.
842
843 * emacs-lisp/lisp-mode.el (toplevel): Define docstring offset for
844 `deftheme'. Fix docstring offsets for `define-ibuffer-filter' and
845 `define-ibuffer-sorter'.
846 (lisp-imenu-generic-expression): Add `deftheme' to types.
847
848 * custom.el (customize-mark-to-save, customize-mark-as-set)
849 (custom-remove-theme): Doc fixes.
850
851 2003-01-29 Didier Verna <didier@xemacs.org>
852
853 * cus-edit.el (custom-save-variables): Also save non theme'd ones.
854 * cus-edit.el (custom-save-faces): Ditto.
855
856 2003-01-29 Juanma Barranquero <lektu@terra.es>
857
858 * composite.el (decompose-composite-char): Fix docstring.
859
860 * select.el (x-set-cut-buffer): Fix docstring. Check type with
861 `stringp' instead of `substring'.
862
863 * textmodes/reftex.el (reftex-TeX-master-file): Use really the buffer
864 file name if no other master file is located.
865
866 * progmodes/cperl-mode.el (cperl-beautify-level)
867 (cperl-beautify-regexp): Fix use of `prefix-numeric-value'.
868 (cperl-calculate-indent): Fix typo.
869
870 2003-01-29 Taro Kawagishi <tarok@transpulse.org>
871
872 * arc-mode.el (archive-lzh-summarize): Fix previous change.
873
874 2003-01-29 Kim F. Storm <storm@cua.dk>
875
876 * emacs-lisp/authors.el: New format of AUTHORS file; list each
877 author name once followed by contributed and changed files.
878 Improve selection of entries to include in list, and generate list
879 of unrecognized entries indicating syntax errors in ChangeLog files.
880 (authors-coding-system): New variable.
881 (authors-many-files): Update doc string.
882 (authors-aliases): Change format. Now one entry with multiple
883 aliases per author.
884 (authors-valid-file-names, authors-renamed-files-alist)
885 (authors-renamed-files-regexps): New variables.
886 (authors-canonical-file-name): New function. Validates that file
887 exists or occurs in one of the above lists. Record unrecognized
888 file names in global authors-invalid-file-names list.
889 (authors-add): Change to record per-change counts.
890 (authors-canonical-author-name): Handle new format of
891 authors-aliases list.
892 (authors-scan-change-log): Rename FILE arg to LOG-FILE.
893 Change doc string to describe new entry format.
894 Only add author entries for valid file names.
895 (authors-print): Replace by authors-add-to-author-list.
896 (authors-add-to-author-list): New function which reorders
897 per-file entries and adds them to global authors-author-list.
898 (authors): Instead of authors-print to insert in *Authors* buffer,
899 use authors-add-to-author-list to reorder the list and then
900 insert result in *Authors* buffer with new format.
901 Generate *Authors Errors* compilation-mode buffer listing
902 unrecognized ChangeLog entries.
903
904 2003-01-28 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
905
906 * term/mac-win.el: Add entries in function-key-map for
907 [tab], [backspace], [escape].
908
909 2003-01-28 Kim F. Storm <storm@cua.dk>
910
911 * info.el (Info-extract-menu-node-name): Another fix for
912 2003-01-24 change. Also stop search if : is followed by TAB.
913
914 2003-01-28 John Paul Wallington <jpw@gnu.org>
915
916 * ibuf-ext.el (ibuffer-yank-filter-group): Move check for empty
917 `ibuffer-filter-group-kill-ring' out of `interactive' declaration.
918
919 2003-01-28 Martin Stjernholm <bug-cc-mode@gnu.org>
920
921 * progmodes/cc-vars.el, progmodes/cc-mode.el
922 (c-require-final-newline): Made this variable an alist to
923 specify a value for each language. The default value causes
924 `require-final-newline' to be set to t only in languages where
925 the standard requires a final newline.
926
927 2003-01-27 Kim F. Storm <storm@cua.dk>
928
929 * simple.el (kill-new): Improve doc string for yank-handler.
930 Signal args-out-of-range error if yank-handler is specified for
931 an empty string.
932
933 * subr.el (insert-for-yank): Remove COMMAND element from yank handler.
934
935 2003-01-27 Dave Love <fx@gnu.org>
936
937 * dired-x.el (dired-filename-at-point): Fix last change and tidy up.
938
939 * thingatpt.el (thing-at-point-file-name-chars):
940 Include non-ASCII again and re-write the filename ops.
941
942 2003-01-27 David Ponce <david@dponce.com>
943
944 * makefile.w32-in (update-subdirs-SH): Create lisp/subdirs.el.
945
946 2003-01-27 Juanma Barranquero <lektu@terra.es>
947
948 * filesets.el (filesets-file-open): Fix typo.
949
950 * vcursor.el (vcursor-disable): Likewise.
951
952 * eshell/esh-cmd.el (eshell-separate-commands): Likewise.
953
954 * progmodes/cc-styles.el (c-make-styles-buffer-local): Likewise.
955
956 * progmodes/cc-vars.el (c-offsets-alist): Likewise.
957
958 * progmodes/ebrowse.el (ebrowse-draw-tree-fn): Likewise.
959
960 2003-01-26 Martin Stjernholm <bug-cc-mode@gnu.org>
961
962 * progmodes/cc-vars.el, progmodes/cc-mode.el
963 (c-require-final-newline): Add a variable to make the
964 initialization of `require-final-newline' more configurable.
965
966 2003-01-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
967
968 * emacs-lisp/authors.el (authors-aliases): Add Jan D.
969 Set iso-2022-7bit coding: cookie.
970
971 2003-01-26 Kim F. Storm <storm@cua.dk>
972
973 * info.el (Info-extract-menu-node-name): Fix 2003-01-24 change.
974 Don't search for next colon if current colon is followed by
975 one of ".", ",", ";", or ")".
976 (info-insert-file-contents) [!MSDOS]: Avoid byte-compiler warning.
977 (Info-find-node) [!MSDOS]: Avoid byte-compiler warning.
978
979 2003-01-26 Richard M. Stallman <rms@gnu.org>
980
981 * thingatpt.el (thing-at-point-file-name-chars): Undo previous change.
982
983 2003-01-25 Bill Wohler <wohler@newt.com>
984
985 * mh-e: Created directory. ChangeLog will appear in a week when we
986 release version 7.2.
987
988 * lisp/mail/mh-alias.el, lisp/mail/mh-comp.el,
989 lisp/mail/mh-customize.el, lisp/mail/mh-e.el,
990 lisp/mail/mh-funcs.el, lisp/mail/mh-identity.el,
991 lisp/mail/mh-index.el, lisp/mail/mh-loaddefs.el,
992 lisp/mail/mh-mime.el, lisp/mail/mh-pick.el, lisp/mail/mh-seq.el,
993 lisp/mail/mh-speed.el, lisp/mail/mh-utils.el,
994 lisp/mail/mh-xemacs-compat.el: Moved to mh-e. Note that reply2.pbm
995 and reply2.xpm, which were created by the MH-E package, were left
996 in mail since they can probably be used by other mail packages.
997
998 * makefile.w32-in (WINS): Add mh-e.
999
1000 * makefile.nt (WINS): Add mh-e.
1001
1002 2003-01-25 Richard M. Stallman <rms@gnu.org>
1003
1004 * emacs-lisp/bytecomp.el (byte-compile-file-form-custom-declare-variable):
1005 Compile any lambda-expressions among the args.
1006
1007 * view.el (view-mode): Doc fix.
1008
1009 * ido.el: Many doc fixes.
1010 (ido-complete): Fix message.
1011
1012 2003-01-25 Taro Kawagishi <tarok@transpulse.org>
1013
1014 * arc-mode.el (archive-unixdate): Correct the date field string.
1015 (archive-lzh-summarize): Extend it to allow the LZH level 2 header
1016 type (which is most prevalent now), in addition to the already
1017 supported level 0 and 1 header types.
1018
1019 2003-01-25 Markus Rost <rost@math.ohio-state.edu>
1020
1021 * international/mule-cmds.el (set-language-info)
1022 (current-language-environment): Simplify setting the type of
1023 current-language-environment.
1024
1025 2003-01-25 Kim F. Storm <storm@cua.dk>
1026
1027 * emulation/cua-base.el (cua--init-keymaps): Move C-S-x and C-S-c
1028 bindings from cua--cua-keys-keymap to cua--region-keymap, as they are
1029 only needed when the region is active. This also makes the output
1030 from C-h b look normal when cua-mode is enabled (no C-S-x/c bindings).
1031
1032 2003-01-25 Michael Kifer <kifer@cs.stonybrook.edu>
1033
1034 * ediff.el (ediff-revision): Better defaults.
1035
1036 * ediff-vers.el (ediff-vc-latest-version): New function.
1037 (ediff-vc-internal): Use latest version instead of working version.
1038
1039 2003-01-24 Thien-Thi Nguyen <ttn@gnu.org>
1040
1041 * info.el (Info-extract-menu-node-name): When looking for end of menu
1042 item, don't stop at first ":"; instead, continue until trailing
1043 context is either a space or newline.
1044 (Info-complete-menu-item): Var `pattern': allow ":" in menu item.
1045 (Info-menu): Likewise, for regexp used in backwards search.
1046 (Info-try-follow-nearest-node): Remove case added in previous edit.
1047 Change regexp in the following case to allow ":" in menu item.
1048 (Info-fontify-node): Fix bug: Handle `next-property-change' returning
1049 point-max as "hasn't already been done".
1050
1051 2003-01-24 Thien-Thi Nguyen <ttn@gnu.org>
1052
1053 * info.el (Info-try-follow-nearest-node): Add case: Handle menu item
1054 terminated by ": " as an index entry.
1055
1056 2003-01-24 Juanma Barranquero <lektu@terra.es>
1057
1058 * isearch.el (isearch-forward): Fix typo.
1059
1060 2003-01-24 Kenichi Handa <handa@m17n.org>
1061
1062 * international/mule.el (decode-coding-inserted-region):
1063 Rename from decode-coding-region-as-inserted-from-file to make it fit
1064 well in the Lisp manual.
1065
1066 * jka-compr.el (jka-compr-insert-file-contents):
1067 Call docode-coding-inserted-region.
1068
1069 2003-01-24 John Paul Wallington <jpw@gnu.org>
1070
1071 * ibuffer.el (ibuffer-window-list): Remove.
1072 (ibuffer-confirm-operation-on): Use `window-list' instead.
1073 (ibuffer-load-hook): New customizable variable.
1074 (toplevel): Run it.
1075 (ibuffer-customize): New command.
1076 (ibuffer-mode-map): Bind it.
1077 (ibuffer-mode-map): Add menu seperator in View>Sort menu.
1078 (ibuffer-mode): Tidy.
1079 (ibuffer-fontification-alist, ibuffer-always-show-last-buffer)
1080 (ibuffer-default-directory, ibuffer-default-sorting-mode)
1081 (ibuffer-maybe-show-predicates, ibuffer-hook, ibuffer-mode-hook)
1082 (ibuffer-map-lines): Doc fixes.
1083
1084 * ibuf-ext.el (ibuffer-copy-filename-as-kill): C-u means relative
1085 filenames. Use `kill-new'.
1086
1087 2003-01-23 Dave Love <fx@gnu.org>
1088
1089 * abbrev.el (write-abbrev-file): Simplify, and put a coding cookie
1090 in the file.
1091
1092 2003-01-23 Masatake YAMATO <jet@gyve.org>
1093
1094 * progmodes/asm-mode.el (asm-mode): Add syntax table entries for
1095 /* */ comments.
1096
1097 2003-01-23 Kenichi Handa <handa@m17n.org>
1098
1099 * files.el (insert-directory): Read the output of "ls" by
1100 no-conversion, and decode it later while preserving
1101 `dired-filename' property.
1102
1103 2003-01-23 Markus Rost <rost@math.ohio-state.edu>
1104
1105 * descr-text.el (describe-text-mode-hook): Add a group.
1106
1107 2003-01-23 John Paul Wallington <jpw@shootybangbang.com>
1108
1109 * term/mac-win.el (interprogram-paste-function): Handle empty
1110 clipboard.
1111
1112 2003-01-22 Aubrey Jaffer <agj@alum.mit.edu> (tiny change)
1113
1114 * info.el (Info-index): Change pattern so that index entries with
1115 colons can be read properly; also, require at least one space
1116 after the colons, which makeinfo puts in.
1117
1118 2003-01-22 Andreas Schwab <schwab@suse.de>
1119
1120 * jka-compr.el (jka-compr-insert-file-contents): Fix typo in last
1121 change.
1122
1123 2003-01-22 Markus Rost <rost@math.ohio-state.edu>
1124
1125 * Makefile.in (bootstrap-after): New target.
1126 (bootstrap): Move finder-data, custom-deps to bootstrap-after.
1127
1128 2003-01-22 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
1129
1130 * info.el (Info-index-next): Use "(`,' tries to find next)" for
1131 more matches for consistency with standalone info browser.
1132
1133 2003-01-22 Kenichi Handa <handa@m17n.org>
1134
1135 * international/mule.el
1136 (decode-coding-region-as-inserted-from-file): New function.
1137
1138 * jka-compr.el (jka-compr-insert-file-contents): Read a process
1139 output without decoding. Decode the result by
1140 decode-coding-region-as-inserted-from-file.
1141
1142 2003-01-22 Kim F. Storm <storm@cua.dk>
1143
1144 * ido.el (ido-make-file-list, ido-make-dir-list): Don't move
1145 visited directories to end of list; it's the wrong thing to do if
1146 we want to find a file or directory in such directories.
1147
1148 * simple.el: Doc fixes.
1149 * subr.el: Doc fixes.
1150
1151 2003-01-20 Nick Roberts <nick@nick.uklinux.net>
1152
1153 * gud.el (gud-display-line): If the current file is newer than its
1154 buffer, offer to reread the file.
1155 (gud-keep-buffer): New buffer local variable. Ensures offer to
1156 reread file is made just once.
1157
1158 2003-01-20 Stefan Monnier <monnier@cs.yale.edu>
1159
1160 * emacs-lisp/regexp-opt.el (regexp-opt-group): Undo last change.
1161 Fix the docstring instead.
1162
1163 2003-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
1164
1165 * calendar/calendar.el (calendar-only-one-frame-setup): Autoload it.
1166
1167 2003-01-20 Richard M. Stallman <rms@gnu.org>
1168
1169 * simple.el (completion-setup-function): Set default-directory
1170 in the minibuffer, so it'll be copied into the completion list buffer.
1171
1172 * emacs-lisp/regexp-opt.el (regexp-opt-group): Compute HALF2 properly.
1173
1174 * loadup.el (load-path): Rename `path' local var.
1175
1176 * progmodes/octave-mod.el (octave-mode-map): Change C-c i bindings
1177 to C-c C-i. Duplicate its bindings with last char a ctl char.
1178 Also change C-c f to C-c C-f.
1179
1180 2003-01-20 Markus Rost <rost@math.ohio-state.edu>
1181
1182 * ls-lisp.el (ls-lisp-use-insert-directory-program): Make default
1183 value system dependent.
1184 (ls-lisp-support-shell-wildcards): Add autoload cookie.
1185
1186 2003-01-19 Kim F. Storm <storm@cua.dk>
1187
1188 * msb.el: Use `dir' instead of `path' everywhere.
1189
1190 2003-01-18 Kim F. Storm <storm@cua.dk>
1191
1192 * simple.el (kill-new, kill-append, kill-region):
1193 New optional parameter yank-handler.
1194 (yank-excluded-properties): Add yank-handler to list.
1195 (yank-undo-function): New variable.
1196 (yank): Use it to undo previous yank or yank-pop command.
1197 Allow insert-for-yank to override this-command.
1198
1199 * subr.el (insert-for-yank): Arg list changed; now only accepts one
1200 string rather than any number of strings; no callers needed change.
1201 Use yank-handler text property on the arg string.
1202 Set yank-undo-function variable appropriately for yank-pop.
1203
1204 2003-01-18 Stefan Monnier <monnier@cs.yale.edu>
1205
1206 * textmodes/fill.el (fill-comment-paragraph): Fix simplistic
1207 regexp-concatenation.
1208
1209 * add-log.el (add-change-log-entry): Don't leave space at eol.
1210 (add-log-current-defun): Perl functions names can't have (or {.
1211
1212 * progmodes/sh-script.el (sh-indent-line): Use indent-line-to.
1213 (sh-non-closing-paren): New const.
1214 (sh-case, sh-while-getopts): Use it to make props non-sticky.
1215 (sh-add-completer): Use test-completion.
1216
1217 2003-01-18 Vasily Korytov <deskpot@myrealbox.com> (tiny change)
1218
1219 * progmodes/cperl-mode.el: Don't make faces depend on window-system.
1220
1221 2003-01-18 Markus Rost <rost@math.ohio-state.edu>
1222
1223 * cus-edit.el (customize-changed-options): Undo last doc change.
1224
1225 2003-01-17 Stefan Monnier <monnier@cs.yale.edu>
1226
1227 * skeleton.el (skeleton-internal-list, skeleton-internal-1):
1228 Don't treat \n specially in sub-skeletons.
1229
1230 2003-01-17 Dave Love <fx@gnu.org>
1231
1232 * international/ucs-tables.el: Redo 8859-6 change in the right place.
1233
1234 2003-01-17 Kenichi Handa <handa@m17n.org>
1235
1236 * international/fontset.el: Don't setup the default fontset and
1237 font-encoding-alist at the top level.
1238 (setup-default-fontset): New function.
1239 (create-fontset-from-fontset-spec): Delete autoload cookie.
1240
1241 * term/x-win.el: Require fontset unconditionally again.
1242 Call setup-default-fontset at the top level.
1243
1244 * term/w32-win.el: Call setup-default-fontset.
1245
1246 * term/mac-win.el: Require fontset and call setup-default-fontset.
1247
1248 2003-01-16 Stefan Monnier <monnier@cs.yale.edu>
1249
1250 * textmodes/fill.el (fill-region-as-paragraph): Only erase `hard'
1251 property until end-of-paragraph.
1252
1253 2003-01-16 Kenichi Handa <handa@m17n.org>
1254
1255 * international/ucs-tables.el: Undo the last change.
1256
1257 2003-01-15 Dave Love <fx@gnu.org>
1258
1259 * thingatpt.el (thing-at-point-file-name-chars): Include non-ASCII
1260 and use documented treatment of -.
1261
1262 * dired-x.el (dired-filename-at-point): Fix filename-chars.
1263
1264 * international/ucs-tables.el: Set up tables for 8859-6.
1265
1266 * server.el (server-window): Customize.
1267 (server-mode): New.
1268 (server-unload-hook): Call server-start.
1269
1270 2003-01-15 John Wiegley <johnw@gnu.org>
1271
1272 * eshell/em-hist.el (eshell-save-history-on-exit):
1273 Rename `eshell-ask-to-save-history' to `eshell-save-history-on-exit',
1274 because the former name is somewhat unrelated to the variables'
1275 possible values.
1276
1277 2003-01-15 Deepak Goel <deego@gnufans.org>
1278
1279 * calc/README: Add new maintainer.
1280
1281 * calc/*: Ditto.
1282
1283 * calc/calc.el (calc-bug-address): Change address to deego@gnufans.org.
1284
1285 2003-01-15 Andrew Innes <andrewi@gnu.org>
1286
1287 * makefile.w32-in (loaddefs.el): Invoke make to build stub file
1288 using appropriate rule for build environment.
1289 (loaddefs.el-SH, loaddefs.el-CMD): New targets. Include small set
1290 of autoloads and defvars, sufficient to dump bootstrap emacs.
1291 (update-subdirs-SH): Use hard-coded list of top-level lisp
1292 subdirs, because find program on Windows is not compatible with
1293 Unix find.
1294 (compile-CMD, compile-SH): Use `batch-byte-compile-if-not-done'.
1295 Explicitly load loaddefs.el so that bootstrap emacs can compile
1296 properly.
1297 (bootstrap-clean): Add dependency on loaddefs.el, to ensure
1298 minimal stub sufficient for dumping bootstrap emacs is available.
1299
1300 * loadup.el: Include lisp/textmodes in load-path for bootstrap
1301 emacs, to resolve ispell menu reference.
1302
1303 2003-01-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> (tiny change)
1304
1305 * international/mule.el (optimize-char-coding-system-table):
1306 Optimize it.
1307
1308 * term/mac-win.el: Setup the fontset "fontset-mac" correctly.
1309
1310 2003-01-14 Stefan Monnier <monnier@cs.yale.edu>
1311
1312 * pcvs-info.el (cvs-fileinfo-from-entries): Deal with Solaris'
1313 occasional use of "05" rather than " 5" for day-of-month.
1314
1315 * log-view.el (log-view-message-re): The rev might be locked.
1316
1317 2003-01-14 Nick Roberts <nick@nick.uklinux.net>
1318
1319 * gdb-ui.el: Improve commentary.
1320 (gdb-window-height, gdb-window-width, gdb-display-number-end):
1321 Customize the dimensions of frames for displayed expressions.
1322 (gdb-error-begin): Comment out because it is not used because of
1323 bug/quirk in annotations.
1324 (gdb-reset): Use with-current-buffer.
1325
1326 2003-01-14 Kim F. Storm <storm@cua.dk>
1327
1328 * ido.el (ido-read-internal, ido-file-internal)
1329 (ido-copy-current-file-name, ido-wide-find-dirs-or-files):
1330 Don't use `path' as name of local variables holding a file name.
1331
1332 * arc-mode.el (archive-arc-rename-entry): Fix error message.
1333 (archive-lzh-summarize): Rename local var `path' to `dir'.
1334 (archive-unique-fname) [!MSDOS]: Avoid byte-compiler warning.
1335
1336 * dired.el: Doc fixes.
1337 * dired-aux.el: Rename `whole-path' to `whole-name' throughout.
1338 (dired-mark-read-regexp): Use "Abs." prefix instead of "Path".
1339 * dired-x.el: Doc fixes.
1340
1341 * fast-lock.el (fast-lock-cache-name): Doc fix.
1342
1343 * net/browse-url.el (browse-url-filename-alist): Doc fix.
1344
1345 2003-01-14 John Paul Wallington <jpw@shootybangbang.com>
1346
1347 * apropos.el (apropos): Restore autoload cookie. Fix typo in
1348 "error retrieving function documentation" output.
1349
1350 2003-01-14 Kim F. Storm <storm@cua.dk>
1351
1352 * subr.el (process-put, process-get): New functions.
1353
1354 * simple.el (clone-process): Copy process' plist to new process.
1355
1356 2003-01-13 Markus Rost <rost@math.ohio-state.edu>
1357
1358 * cus-dep.el (custom-make-dependencies): Don't set standard-value
1359 and version numbers for variables. Handle faces.
1360
1361 * cus-edit.el (customize-changed-options): Doc addition. Load the
1362 version deps earlier. Use other tests for groups and variables.
1363 Handle faces.
1364
1365 2003-01-14 Kim F. Storm <storm@cua.dk>
1366
1367 * ido.el: Doc fixes.
1368 (ido-max-file-prompt-width): Rename from ido-max-prompt-path.
1369 (ido-rewrite-file-prompt-functions): Rename from
1370 ido-make-file-prompt-hook. Directory name is now in dynamic
1371 variable `dirname' (instead of `path').
1372 (ido-rewrite-file-prompt-rules): Rename from
1373 ido-rewrite-prompt-path-rules.
1374 (ido-make-prompt): Directory name now in `dirname' var.
1375 (ido-complete): Fix error message.
1376
1377 2003-01-13 John Paul Wallington <jpw@shootybangbang.com>
1378
1379 * server.el (server-process-filter): Use `minibufferp' to test
1380 whether we are inside a minibuffer.
1381 (server-process, server-kill-new-buffers): Doc fixes.
1382
1383 2003-01-13 Dave Love <fx@gnu.org>
1384
1385 * international/utf-16.el (mule-utf-16-be, mule-utf-16-le):
1386 Remove pre-write-conversion.
1387
1388 2003-01-13 Kim F. Storm <storm@cua.dk>
1389
1390 * hexl.el (hexl-mode-map): Don't quote remapped command names.
1391
1392 2003-01-13 David Ponce <david@dponce.com>
1393
1394 * ruler-mode.el (ruler-mode): Cleanup buffer local variable
1395 `header-line-format' if it didn't exist when `ruler-mode' was enabled.
1396
1397 2003-01-13 Masatake YAMATO <jet@gyve.org>
1398
1399 * ruler-mode.el (ruler-mode-comment-column-char)
1400 (ruler-mode-goal-column-char, ruler-mode-set-goal-column-ding-flag)
1401 (ruler-mode-mouse-current-grab-object): New variables.
1402 (ruler-mode-comment-column-face, ruler-mode-goal-column-face):
1403 New faces.
1404 (ruler-mode-mouse-set-fill-column): Removed.
1405 (ruler-mode-mouse-grab-any-column)
1406 (ruler-mode-mouse-drag-any-column-iteration)
1407 (ruler-mode-mouse-drag-any-column): New functions.
1408 (ruler-mode-map): [header-line down-mouse-2] Bound to
1409 `ruler-mode-mouse-grab-any-column' instead of
1410 `ruler-mode-mouse-set-fill-column'.
1411 (ruler-mode-ruler-help-echo): Update its value.
1412 (ruler-mode-ruler-help-echo-when-goal-column): New help string used
1413 when goal-column is already set.
1414 (ruler-mode-ruler-help-echo-tab): Rename to...
1415 (ruler-mode-ruler-help-echo-when-tab-stops): New.
1416 (ruler-mode-fill-column-help-echo, ruler-mode-comment-column-help-echo)
1417 (ruler-mode-goal-column-help-echo): New help strings.
1418 (ruler-mode-ruler): Use `ruler-mode-ruler-help-echo-when-goal-column'
1419 instead of `ruler-mode-ruler-help-echo' if `goal-column' is set.
1420 Show `comment-column' and `goal-column'. Echo the different help
1421 string for each *-column characters on the ruler.
1422
1423 2003-01-13 Richard M. Stallman <rms@gnu.org>
1424
1425 * apropos.el (apropos-documentation-property): New function.
1426 (apropos): Use apropos-documentation-property.
1427
1428 * files.el (mode-line-process): Mark as risky.
1429
1430 * help.el (where-is): Catch errors in indirect-function.
1431
1432 * server.el (server-process-filter): Comment out -eval.
1433 Don't switch buffers if inside isearch or minibuffer.
1434
1435 * progmodes/compile.el (compilation-revert-buffer):
1436 If buffer has a file, revert it in the normal way.
1437
1438 * term/x-win.el: Require fontset conditionally again.
1439
1440 2003-01-13 Kim F. Storm <storm@cua.dk>
1441
1442 * ido.el (ido-enable-tramp-completion): New defcustom.
1443 (ido-enter-single-matching-directory): Change default to 'slash.
1444 (ido-is-tramp-root): New defun.
1445 (ido-is-root-directory, ido-is-ftp-directory, ido-is-slow-ftp-host)
1446 (ido-may-cache-directory, ido-final-slash, ido-read-internal)
1447 (ido-complete, ido-make-file-list1, ido-make-dir-list1):
1448 Handle tramp completion.
1449 (ido-file-name-all-completions1): New defun for tramp completion.
1450 (ido-file-name-all-completions): Use it.
1451 (ido-set-matches1): Relax matching of text with trailing slash.
1452 (ido-exhibit): Handle tramp completion.
1453 Simplified code using nested cond forms using new `refresh' var.
1454 Fixed handling of /~user/ paths.
1455
1456 2003-01-12 Andreas Schwab <schwab@suse.de>
1457
1458 * arc-mode.el (archive-mode-map): Use command remapping instead of
1459 substitute-key-definition.
1460 * emerge.el (emerge-setup-fixed-keymaps): Likewise.
1461 * msb.el (msb-mode-map): Likewise.
1462 * forms.el (forms--change-commands): Likewise.
1463 * hexl.el (hexl-mode-map): Likewise.
1464 * mail/mailabbrev.el (Commentary): Likewise.
1465 * play/decipher.el (decipher-mode-map): Likewise.
1466 * play/gomoku.el (gomoku-mode-map): Likewise.
1467 * play/landmark.el (lm-mode-map): Likewise.
1468 * play/solitaire.el (solitaire-mode-map): Likewise.
1469 * progmodes/sh-script.el (sh-mode-map): Likewise.
1470 * textmodes/picture.el (picture-substitute): Likewise.
1471
1472 * ielm.el (inferior-emacs-lisp-mode):
1473 Bind comint-dynamic-complete-functions locally.
1474
1475 * buff-menu.el (Buffer-menu-select): Fix for effect of header line.
1476
1477 2003-01-11 Andreas Schwab <schwab@suse.de>
1478
1479 * textmodes/sgml-mode.el (sgml-font-lock-keywords-2): Add flag to
1480 merge with existing fontification.
1481
1482 2003-01-11 Nick Roberts <nick@nick.uklinux.net>
1483
1484 * gud.el (gud-kill-buffer-hook): Save gud-minor-mode type.
1485 (gud-reset): New function. Reset environment at end of debugging.
1486 (gud-sentinel): Call gud-reset or gdb-reset.
1487 (gud-menu-map, gud-tool-bar-map, gdb): Change gud-goto to gud-until.
1488
1489 * gdb-ui.el (gud-display): Use GDB command ptype instead of whatis
1490 to find out if variable shuld be dereferenced.
1491 (gud-display1): Exit if there is `No symbol'.
1492 (gdb-expressions-mode-map): Correction to key-binding.
1493 (gdb-reset): New function. Reset environment at end of debugging.
1494 (gdb-quit): Remove.
1495
1496 2003-01-10 Dave Love <fx@gnu.org>
1497
1498 * international/code-pages.el (cp-make-coding-system): Fix last change.
1499
1500 2003-01-10 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
1501
1502 * dired.el (dired-garbage-files-regexp): Use \\' instead of $ and
1503 use regexp-opt for readability.
1504
1505 2003-01-10 Mark A. Hershberger <mah@everybody.org>
1506
1507 * xml.el (xml-parse-tag, xml-parse-attlist, xml-skip-dtd)
1508 (xml-parse-dtd, xml-parse-elem-type): Be more flexible in recognizing
1509 empty elements.
1510
1511 2003-01-10 Luc Teirlinck <teirllm@mail.auburn.edu>
1512
1513 * progmodes/sh-script.el (sh-set-shell): Make sh-shell-file the default
1514 shell.
1515
1516 2003-01-09 John Wiegley <johnw@gnu.org>
1517
1518 * pcomplete.el (pcomplete-termination-string): Add a variable
1519 for modifying the string which is inserted after a completion or
1520 expansion using pcomplete.
1521
1522 2003-01-09 Karl Berry <karl@gnu.org>
1523
1524 * sort.el (sort-regexp-fields): Pass noerror to re-search-forward,
1525 so that we don't fail if no records match record-regexp.
1526
1527 2003-01-09 Markus Rost <rost@math.ohio-state.edu>
1528
1529 * cus-edit.el (customize-group, customize-group-other-window):
1530 Remove unnecessary calls to custom-load-symbol.
1531 (custom-group-value-create):
1532 Load widget deps if state is not hidden. If widget deps are
1533 loaded, load them in advance.
1534 (custom-menu-create): If widget deps are loaded, load them earlier.
1535
1536 2003-01-09 John Paul Wallington <jpw@shootybangbang.com>
1537
1538 * language/ethio-util.el (ethio-gemination)
1539 (exit-ethiopic-environment): Doc fixes.
1540
1541 * language/viet-util.el (viet-encode-viqr-region)
1542 (viet-decode-viqr-region, viet-encode-viqr-buffer)
1543 (viet-decode-viqr-buffer): Doc fixes.
1544
1545 2003-01-09 ShengHuo ZHU <zsh@cs.rochester.edu>
1546
1547 * paths.el: Remove gnus-startup-file.
1548
1549 2003-01-08 Bill Wohler <wohler@newt.com>
1550
1551 * mail/mh-alias.el, mail/mh-customize.el, mail/mh-identity.el,
1552 mail/mh-loaddefs.el, toolbar/alias.pbm, toolbar/alias.xpm: Added.
1553
1554 * mail/mh-comp.el, mail/mh-e.el, mail/mh-funcs.el,
1555 mail/mh-index.el, mail/mh-mime.el, mail/mh-pick.el,
1556 mail/mh-seq.el, mail/mh-speed.el, mail/mh-utils.el,
1557 mail/mh-xemacs-compat.el: Upgraded to MH-E version 7.1.
1558
1559 2003-01-08 Kim F. Storm <storm@cua.dk>
1560
1561 * mail/undigest.el (unforward-rmail-message): Don't use global
1562 variable `n'.
1563
1564 2003-01-08 Francesco Potort\e,Al\e(B <pot@gnu.org>
1565
1566 * mail/undigest.el (unforward-rmail-message): Simplified.
1567 No functional change.
1568
1569 2003-01-07 Markus Rost <rost@math.ohio-state.edu>
1570
1571 * custom.el (custom-autoload, custom-variable-p): New functions.
1572
1573 * emacs-lisp/autoload.el (make-autoload):
1574 Generate custom-autoload for autoloaded defcustoms.
1575
1576 * help-fns.el (describe-variable): Use custom-variable-p.
1577
1578 * simple.el (set-variable): Load deps of custom variables without type.
1579
1580 * cus-edit.el (custom-variable-prompt): Doc change.
1581 Use custom-variable-p.
1582 (customize-option): Remove search in loaddefs.el.
1583 (customize-apropos): Use custom-variable-p.
1584 (custom-save-variables): Use custom-variable-p to detect
1585 non-rogue variables.
1586
1587 2003-01-07 Francesco Potort\e,Al\e(B <pot@gnu.org>
1588
1589 * mail/undigest.el (unforward-rmail-message): Skip all newlines
1590 after the initial separator.
1591 (unforward-rmail-message): Forwarded-From: and Forwarded-Date:
1592 instead of Forwarded-from: and Forwarded-date:.
1593
1594 2003-01-07 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
1595
1596 * dired.el (dired-garbage-files-regexp): Add `.aux$'. These are
1597 produced by TeX.
1598
1599 2003-01-07 Andre Spiegel <spiegel@gnu.org>
1600
1601 * vc-rcs.el (vc-rcs-checkout): Fix the check whether we are on a
1602 branch.
1603
1604 2003-01-06 Dave Love <fx@gnu.org>
1605
1606 * textmodes/ispell.el (lookup-words): Cope with null lookup-dict.
1607
1608 * language/chinese.el ("Chinese-EUC-TW"): New.
1609
1610 2003-01-06 John Paul Wallington <jpw@shootybangbang.com>
1611
1612 * mail/rmail.el (rmail-mmdf-delim1, rmail-mmdf-delim2): Doc fixes.
1613
1614 2003-01-05 Richard M. Stallman <rms@gnu.org>
1615
1616 * obsolete/uncompress.el: Display message that this pkg is obsolete.
1617
1618 * isearch.el (isearch-repeat): Error if try to repeat search and
1619 there was no previous search.
1620
1621 * dired.el (dired-recursive-deletes): Fix custom type.
1622
1623 * dabbrev.el (dabbrev--substitute-expansion):
1624 Convert all whitespace to single spaces,
1625 except when it's carried over from the existing text.
1626
1627 * simple.el (split-line): Clean up implementation.
1628
1629 * mail/rmail.el (rmail-font-lock-keywords): Discard code to match
1630 both cases.
1631 (rmail-variables): Specify case-insensitive matching for font-lock.
1632
1633 2003-01-05 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
1634
1635 * mail/sendmail.el (mail-font-lock-keywords):
1636 * mail/rmail.el (rmail-font-lock-keywords): Match multiline
1637 In-Reply-To and X-*.
1638
1639 2003-01-05 Mark A. Hershberger <mah@everybody.org>
1640
1641 * xml.el (xml-substitute-special): Check for &amp last.
1642
1643 2003-01-05 Dave Love <fx@gnu.org>
1644
1645 * buff-menu.el (Buffer-menu-execute): Fix for effect of header line.
1646
1647 2003-01-05 Dave Love <fx@gnu.org>
1648
1649 * international/mule-diag.el (non-iso-charset-alist):
1650 Add vietnamese-tcvn.
1651
1652 * international/mule-cmds.el (locale-language-names):
1653 Use Croatian, Swedish.
1654
1655 2003-01-05 Andreas Schwab <schwab@suse.de>
1656
1657 * buff-menu.el (Buffer-menu-buffer+size): Don't clobber buffer name.
1658
1659 2003-01-05 Dave Love <fx@gnu.org>
1660
1661 * language/european.el ("Latin-6", "Croatian"): New.
1662 ("Latin-7"): Fix nonascii-translation. Add input method.
1663 ("Lithuanian", "Latvian"): Add nonascii-translation.
1664 ("German", "Spanish", "Dutch", "Welsh", "Swedish"):
1665 Fix nonascii-translation.
1666
1667 * language/georgian.el ("Georgian"): Fix nonascii-translation.
1668
1669 * international/mule-cmds.el (set-locale-environment):
1670 Ignore empty values of environment variables.
1671
1672 * emacs-lisp/byte-opt.el (byte-optimize-nth)
1673 (byte-optimize-nthcdr): Fix for case of wrong-length forms.
1674
1675 2003-01-04 Nick Roberts <nick@nick.uklinux.net>
1676
1677 * gdb-ui.el: Acknowledge Tom Lord as author of gdba.el.
1678 Use let construction to bind buffer-read-only to nil.
1679 (gdba): 'set height 0' in GDB.
1680 (gdb-display-end, gdb-frame-handler): Corrections to forming
1681 full expression name for header-line in display frame.
1682 (gdb-info-breakpoints-custom): Highlight breakpoints since
1683 they may be clicked on with mouse-2.
1684 (gdb-quit): Delete frames of displayed expressions when quitting.
1685 (gdb-delete-frames): New function.
1686 (gdb-source-info): Don't create stack buffer automatically.
1687
1688 2003-01-04 Thien-Thi Nguyen <ttn@gnu.org>
1689
1690 * xml.el (xml-substitute-special): Move "&amp;" -> "&" last.
1691
1692 2003-01-04 Kim F. Storm <storm@cua.dk>
1693
1694 * simple.el (split-line): If present, copy fill-prefix from
1695 current line to new line. Don't copy if prefix arg.
1696 From Lisp, arg may be an alternative prefix string to copy.
1697 Inspired by Ehud Karni <ehud@unix.mvs.co.il>.
1698
1699 * mail/sendmail.el (mail-split-line): New function.
1700 (mail-mode-map): Remap split-line to mail-split-line.
1701
1702 2003-01-03 Dave Love <fx@gnu.org>
1703
1704 * emacs-lisp/find-func.el (find-variable-noselect): Make it work
1705 with new load-history format.
1706
1707 * international/mule-cmds.el (sort-coding-systems):
1708 Adjust priority of utf-16 and x-ctext.
1709
1710 * international/utf-8.el (utf-translate-cjk):
1711 Call optimize-char-coding-system-table.
1712
1713 * international/ucs-tables.el (ucs-unify-8859, ucs-fragment-8859):
1714 Call optimize-char-coding-system-table.
1715
1716 * international/mule.el (register-char-codings): Don't call
1717 optimize-char-coding-system-table here.
1718 (keyboard-coding-system): Doc fix. Update :version.
1719
1720 * textmodes/nroff-mode.el (nroff-mode-hook): Customize.
1721 (nroff-imenu-expression): New.
1722 (nroff-mode): Use it.
1723
1724 * autoinsert.el (auto-insert-alist): Add man page skeleton.
1725
1726 2003-01-03 Andre Spiegel <spiegel@gnu.org>
1727
1728 * vc-rcs.el (vc-rcs-revert): Unlock only if the user does have
1729 the lock.
1730
1731 2003-01-03 Kim F. Storm <storm@cua.dk>
1732
1733 * emulation/cua-base.el (cua--pre-command-handler):
1734 Corrected handling of delete-selection properties.
1735
1736 2003-01-03 John Paul Wallington <jpw@shootybangbang.com>
1737
1738 * emacs-lisp/eldoc.el (eldoc-get-var-docstring): Only return a
1739 documentation string when `sym' is non-nil.
1740
1741 2003-01-02 Steven Tamm <steventamm@mac.com>
1742
1743 * scroll-bar.el (toggle-scroll-bar, scroll-bar-mode):
1744 Have scroll bars correctly default to being on the right for Mac
1745 Carbon port by testing "mac-carbon" feature, not window-system.
1746
1747 2003-01-02 Markus Rost <rost@math.ohio-state.edu>
1748
1749 * cus-edit.el (customize-group, customize-group-other-window):
1750 Call custom-load-symbol unconditionally.
1751 (customize-face, customize-face-other-window): Fix format arg.
1752
1753 2003-01-02 John Paul Wallington <jpw@shootybangbang.com>
1754
1755 * menu-bar.el (menu-bar-left-scroll-bar): Set `scroll-bar-mode'
1756 to `left'.
1757
1758 2003-01-01 Richard M. Stallman <rms@gnu.org>
1759
1760 * mail/rmail.el (rmail-reply): Don't call mail-strip-quoted-names.
1761
1762 * files.el (backup-buffer): Cope if file-modes returns nil.
1763
1764 2002-12-30 Steven Tamm <steventamm@mac.com>
1765
1766 * scroll-bar.el (toggle-scroll-bar, scroll-bar-mode):
1767 Have scroll bars correctly default to being on the right for Mac
1768 Carbon port
1769
1770 2002-12-29 Nick Roberts <nick@nick.uklinux.net>
1771
1772 * gdb-ui.el (gdb-delete-display): Rename (gdb-delete-expression).
1773 (gdb-goto-bp-this-line): Rename (gdb-goto-breakpoint).
1774 (gdb-toggle-bp-this-line): Rename (gdb-toggle-breakpoint).
1775 (gdb-delete-bp-this-line): Rename (gdb-delete-breakpoint).
1776 (gdb-toggle-disp-this-line): Rename (gdb-toggle-display).
1777 (gdb-delete-disp-this-line): Rename (gdb-delete-display).
1778 (gud-gdba-marker-filter): Remove unnecessary save-match-data.
1779 (gdb-mouse-goto-breakpoint, gdb-frames-select): New functions.
1780 (gdb-frames-mouse-select): Simplify.
1781 Make keybindings (gdb-goto-breakpoint, gdb-frames-select, etc)
1782 consistent with other modes in emacs.
1783 (gdb-display-source-buffer): Return window of source buffer
1784 for (gud-display-line).
1785
1786 2002-12-29 Markus Rost <rost@math.ohio-state.edu>
1787
1788 * button.el (defface button): Add group.
1789
1790 * cus-edit.el (customize-browse): Call `widget-setup'.
1791
1792 2002-12-29 Andreas Schwab <schwab@suse.de>
1793
1794 * Makefile.in: Generate cus-load.el and finder-inf.el in the
1795 source directory. Change dependencies on lisp files to explicitly
1796 use $(lisp).
1797 (compile-calc): Fix command substitution.
1798 * cus-dep.el (generated-custom-dependencies-file): New variable.
1799 (custom-make-dependencies): Use it instead of hardcoding cus-load.el.
1800 * finder.el (generated-finder-keywords-file): New variable.
1801 (finder-compile-keywords): Use it instead of hardcoding finder-inf.el.
1802
1803 2002-12-28 Richard M. Stallman <rms@gnu.org>
1804
1805 * info-look.el (info-lookup): Fix error message typo.
1806
1807 * comint.el (comint-mode): Locally set scroll-conservatively.
1808 (comint-postoutput-scroll-to-bottom): comint-scroll-show-maximum-output
1809 is active only when point is at end.
1810
1811 * dired.el (dired-goto-file): Handle \ and ^M quoted by backslash.
1812 Fix error message.
1813
1814 * files.el (find-file-noselect-1): Kill local value of `cursor-type'.
1815
1816 * simple.el (repeat-complex-command): Signal real error on failure.
1817
1818 2002-12-28 Andreas Schwab <schwab@suse.de>
1819
1820 * progmodes/make-mode.el (makefile-font-lock-keywords):
1821 Highlight automatic variable references enclosed in parens and
1822 optionally suffixed by F or D.
1823
1824 2002-12-27 Miles Bader <miles@gnu.org>
1825
1826 * info.el (Info-complete-menu-item): Make `Info-complete-cache' a
1827 buffer-local variable.
1828
1829 2002-12-26 Markus Rost <rost@math.ohio-state.edu>
1830
1831 * cus-edit.el (customize-group-other-window): Use pop-to-buffer in
1832 the same way as `custom-buffer-create-other-window'.
1833 (customize-variable-other-window, customize-option-other-window):
1834 Definitions moved up.
1835
1836 2002-12-26 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
1837
1838 * net/tramp*.el: Sync with upstream version 2.0.28. Bugfixes.
1839 * net/tramp-ftp.el: Glue code with Ange-FTP, broken out of
1840 tramp.el. From Michael Albinus.
1841 * net/tramp-smb.el: New file for using smbclient to access
1842 Windows shares with Tramp. From Michael Albinus.
1843
1844 2002-12-26 Andreas Schwab <schwab@suse.de>
1845
1846 * international/mule-cmds.el (select-safe-coding-system): Fix typo.
1847
1848 2002-12-26 Andre Spiegel <spiegel@gnu.org>
1849
1850 * vc.el (vc-next-action-on-file): Use t argument to vc-checkout in
1851 order to get the latest version on the current branch.
1852 Update documentation of vc-BACKEND-checkout to explain this.
1853
1854 * vc-rcs.el (vc-rcs-checkout): Handle t argument for REV.
1855 (vc-rcs-checkin): By default, specify the current workfile
1856 branch as the check-in revision.
1857
1858 * vc-cvs.el (vc-cvs-checkout): Handle t argument for REV.
1859
1860 * vc-sccs.el (vc-sccs-checkout): Likewise.
1861
1862 2002-12-26 Nick Roberts <nick@nick.uklinux.net>
1863
1864 * gdb-ui.el (gdb-info-display-custom): Ensure that frames/buffers
1865 of displayed expressions are deleted when the displayed expressions
1866 are deleted.
1867 (gdb-delete-disp-this-line, gdb-delete-display): Frame/buffer
1868 deletion is handled by gdb-info-display-custom now.
1869 (gdb-source-info): Undo earlier change (do create display buffer
1870 automatically).
1871
1872 2002-12-25 Markus Rost <rost@math.ohio-state.edu>
1873
1874 * cus-edit.el (custom-save-faces): Fix typo.
1875
1876 2002-12-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
1877
1878 * mail/undigest.el (unforward-rmail-message): Do not assume that
1879 the forwarded message's Date: header comes after From:. Use a
1880 Forwarded-from: rather than a Forwarded-by: header. Add a
1881 Forwarded-date: header.
1882
1883 2002-12-23 Nick Roberts <nick@nick.uklinux.net>
1884
1885 * gdb-ui.el (gdb-display-number-end): Make auto-display of
1886 expressions in GDB work on text-only terminals.
1887 (gdb-post-prompt): Compute current frame properly.
1888 (gdb-get-current-frame, gdb-frame-handler): New functions.
1889 (gdb-source-info): Move last statement into if clause.
1890 Tidy, improve documentation.
1891
1892 2002-12-23 Richard M. Stallman <rms@gnu.org>
1893
1894 * emacs-lisp/checkdoc.el: Don't define a name for the minor mode menu.
1895
1896 * emacs-lisp/easymenu.el (easy-menu-do-define): Handle nil for SYMBOL.
1897 (easy-menu-define): Doc fix, say SYMBOL can be nil.
1898
1899 * window.el (save-selected-window): Save and restore
1900 selected windows of all frames.
1901
1902 * cus-start.el (scroll-up-aggressively, scroll-down-aggressively):
1903 Update custom types.
1904
1905 2002-12-23 Alex Schroeder <alex@emacswiki.org>
1906
1907 Merging Dave Love <fx@gnu.org>'s custom_themes branch containing
1908 Alex Schroeder's adaptation of Jan Vroonhof
1909 <vroonhof@math.ethz.ch>'s code. Doc strings corrected by RMS.
1910
1911 * cus-edit.el (customize-save-variable): Take themes into account.
1912 (custom-variable-save): Take themes into account.
1913 (custom-variable-reset-saved): Add comment-widget.
1914 (custom-variable-reset-standard): Add comment-widget.
1915 (custom-variable-reset-standard): Take themes into account.
1916 (custom-face-save): Take themes into account.
1917 (custom-face-reset-standard): Take themes into account.
1918 (custom-save-variables): Take themes into account.
1919 (custom-save-faces): Take themes into account.
1920 (custom-save-resets): New function.
1921 (custom-save-loaded-themes): New function.
1922 (customize-save-customized): Take themes into account.
1923
1924 * cus-face.el (custom-set-faces): Call custom-theme-set-faces.
1925 (custom-theme-set-faces): New function.
1926 (custom-theme-face-value): New function.
1927 (custom-theme-reset-internal-face): New function.
1928 (custom-theme-reset-faces): New function.
1929 (custom-reset-faces): New function.
1930
1931 * custom.el (custom-known-themes): New variable.
1932 (custom-declare-theme): New function.
1933 (deftheme): New macro.
1934 (custom-make-theme-feature): New function.
1935 (custom-theme-p): New function.
1936 (custom-check-theme): New function.
1937 (custom-push-theme): New function.
1938 (custom-theme-set-variables): Take themes into account.
1939 (custom-loaded-themes): New variable.
1940 (custom-theme-loaded-p): New function.
1941 (provide-theme): New function.
1942 (require-theme): New function.
1943 (custom-remove-theme): New function.
1944 (custom-do-theme-reset): New function.
1945 (custom-theme-load-themes): New function.
1946 (custom-load-themes): New function.
1947 (custom-theme-value): New function.
1948 (custom-theme-variable-value): New function.
1949 (custom-theme-reset-internal): New function.
1950 (custom-theme-reset-variables): New function.
1951 (custom-reset-variables): New function.
1952
1953 * cus-theme.el: New file.
1954
1955 2002-12-23 Matthew Swift <swift@alum.mit.edu>
1956
1957 * emacs-lisp/rx.el (rx-and): Generate a shy group.
1958 Specify `no-group' when calling rx-to-string.
1959 (rx-submatch): Specify `no-group' when calling rx-to-string.
1960 (rx-kleene): Use rx-atomic-p to decide whether to make a group.
1961 (rx-atomic-p): New function.
1962
1963 2002-12-23 Kevin Ryde <user42@zip.com.au>
1964
1965 * info-look.el (info-lookup): For ease of use try item
1966 case-insensitive if not found case-sensitive.
1967 Do case sensitive search in index nodes, so items differing only in
1968 case go correctly to their respective nodes.
1969
1970 2002-12-22 Richard M. Stallman <rms@gnu.org>
1971
1972 * subr.el (add-to-invisibility-spec): If it was t, start it out at (t).
1973
1974 * textmodes/texinfmt.el (tex-start-of-header, tex-end-of-header):
1975 Add defvars.
1976
1977 * textmodes/tex-mode.el (tex-print): Call shell-quote-argument
1978 on the file name.
1979
1980 * textmodes/outline.el (outline-next-visible-heading):
1981 When going forward, test outline-invisible-p at start of header.
1982
1983 2002-12-22 Kevin Ryde <user42@zip.com.au>
1984
1985 * textmodes/makeinfo.el (makeinfo-buffer): Display result using
1986 Info-mode.
1987 (makeinfo-compilation-sentinel-buffer, makeinfo-current-node):
1988 New functions.
1989 (makeinfo-compile): Add a sentinel parameter.
1990 (makeinfo-compilation-sentinel-region): Renamed from
1991 makeinfo-compilation-sentinel, and makeinfo-temp-file now never nil.
1992 (makeinfo-region): Use this.
1993 * info.el (Info-revert-find-node): New function.
1994
1995 2002-12-22 Nick Roberts <nick@nick.uklinux.net>
1996
1997 * tooltip.el (tooltip-gud-tips): Output tooltip without switching
1998 process filter (gdba in gdb-ui.el only).
1999 (gdb-tooltip-print): New function.
2000 (tooltip-gud-process-output): Undo previous change.
2001 (tooltip-strip-annotations): Remove.
2002
2003 2002-12-22 Zoltan Kemenczy <zoltan@ieee.org>
2004
2005 * gud.el (gud-menu-map): Add jdb support for "run".
2006 (gud-jdb-find-source-using-classpath): Use 'identity.
2007 (gud-jdb-marker-filter): Marker regexp and filename filtering
2008 change to support a backwards-incompatible change in Sun's jdb
2009 line number display in SDK versions 1.4.
2010 (gud-format-command): gud-find-class now requires two
2011 parameters (file and linenumber).
2012 (gud-find-class): Bulk of the change related to using c-syntactic
2013 symbols to locate nested class declarations in java sources
2014 visited by java-mode (cc-mode).
2015
2016 2002-12-21 Nick Roberts <nick@nick.uklinux.net>
2017
2018 * gdb-ui.el: Remove the concept of an instance. This means that
2019 a lot of functions have been renamed. Accessors are prefixed with
2020 gdb-get, setters with gdb-set and the word instance has been
2021 removed from many function and variable names.
2022 (gdb-display-buffer): Protect source buffer as well
2023 as GUD buffer when requesting new buffers.
2024 (gdb-source-info): Two changes : Don't create display buffer
2025 automatically, compute source window correctly.
2026
2027 2002-12-21 Richard M. Stallman <rms@gnu.org>
2028
2029 * man.el (Man-getpage-in-background): Put GROFF_NO_SGR in env.
2030
2031 * ls-lisp.el (original-insert-directory): Make this a variable,
2032 don't set its function definition.
2033 (insert-directory): Use funcall to call that function.
2034
2035 * bindings.el (help-echo): Change tooltip string.
2036
2037 * chistory.el (command-history-map): Move definition up.
2038
2039 * faces.el (help-xref-stack): Add defvar to avoid warning.
2040
2041 2002-12-21 Andreas Schwab <schwab@suse.de>
2042
2043 * dired.el (dired-insert-directory): Preserve text properties
2044 when quoting.
2045
2046 2002-12-20 Francesco Potort\e,Al\e(B <pot@gnu.org>
2047
2048 * mail/undigest.el (rmail-mail-separator): Renamed from
2049 rmail-digest-mail-separator. All users changed.
2050 (unforward-rmail-message): Rewritten to be more robust and to
2051 additionally account for the common style of forwarding messages
2052 by citing them entirely with headers.
2053
2054 2002-12-18 Dave Love <fx@gnu.org>
2055
2056 * international/utf-8-subst.el: Deleted.
2057
2058 * international/ucs-tables.el (ucs-fragment-8859): Don't modify
2059 char-coding-system-table elements destructively.
2060 Use optimize-char-coding-system-table.
2061
2062 * international/mule.el (optimize-char-coding-system-table): New.
2063 (register-char-codings): Use it.
2064
2065 * international/utf-8.el (ucs-mule-cjk-to-unicode)
2066 (ucs-unicode-to-mule-cjk): Revert last change.
2067 (utf-subst-table-for-encode): Initially use ucs-mule-cjk-to-unicode.
2068 (utf-subst-table-for-decode): Initially use ucs-unicode-to-mule-cjk.
2069 (utf-fragment-on-decoding, utf-translate-cjk): Don't modify
2070 char-coding-system-table elements destructively.
2071 (utf-translate-cjk): Set ucs-mule-cjk-to-unicode,
2072 ucs-unicode-to-mule-cjk to new hash tables with realistic parameters.
2073
2074 2002-12-18 John Paul Wallington <jpw@shootybangbang.com>
2075
2076 * info.el (Info-dir-remove-duplicates): Avoid infloop when
2077 deleting last entry.
2078
2079 2002-12-17 Nick Roberts <nick@nick.uklinux.net>
2080
2081 * gdb-ui.el (gdba-marker-filter, gdb-output-burst): Merge and
2082 rename gud-gdba-marker-filter.
2083 (gdb-append-to-inferior-io): Only pop up IO buffer if there is output.
2084 (gdb-make-instance): Remove (put into gdba).
2085 Use gdb-instance-enqueue-input instead of
2086 gdb-instance-enqueue-idle-input for user functions.
2087 (gdb-instance-target-string): Simplify.
2088 (in-gdb-instance-context): Remove.
2089 Expand Commentary.
2090
2091 2002-12-17 Kenichi Handa <handa@m17n.org>
2092
2093 * international/mule.el (set-file-name-coding-system): New function.
2094
2095 * international/mule-cmds.el (mule-keymap, set-coding-system-map):
2096 Add bindings for set-file-name-coding-system.
2097
2098 2002-12-17 Kenichi Handa <handa@m17n.org>
2099
2100 * international/mule-cmds.el (universal-coding-system-argument):
2101 Bind coding-system-require-warning to t.
2102 (select-safe-coding-system): Handle t in the arg
2103 DEFAULT-CODING-SYSTEM specially. Use read-coding-system to read a
2104 coding-system to allow users to specify unsafe coding system on
2105 their risk.
2106
2107 2002-12-16 Francesco Potort\e,Al\e(B <pot@gnu.org>
2108
2109 * mail/undigest.el (rmail-digest-methods)
2110 (rmail-digest-mail-separator): New variables.
2111 (rmail-digest-parse-mime, rmail-digest-parse-rfc1153strict)
2112 (rmail-digest-parse-rfc1153sloppy, rmail-digest-rfc1153)
2113 (rmail-digest-parse-rfc934): New functions.
2114 (undigestify-rmail-message): Completely rewritten.
2115
2116 2002-12-16 Kim F. Storm <storm@cua.dk>
2117
2118 * ido.el (ido-read-file-name): Remove debug message.
2119
2120 2002-12-16 Daniel Pfeiffer <occitan@esperanto.org>
2121
2122 * buff-menu.el (Buffer-menu, Buffer-menu-use-header-line)
2123 (Buffer-menu-buffer-face, Buffer-menu-buffer+size-width)
2124 (Buffer-menu-mode-width): New customization.
2125 (Buffer-menu-sort-column): New var.
2126 (Buffer-menu-no-header): New function for not changing header line and
2127 recognizing swapped M&R columns, used by modifying commands in Buffer
2128 Menu.
2129 (Buffer-menu-buffer+size): New function for variable width buffer name.
2130 (list-buffers-noselect): Rewritten for nicer menu.
2131
2132 2002-12-16 Markus Rost <rost@math.ohio-state.edu>
2133
2134 * filesets.el (filesets-build-menu-now): Don't clear messages.
2135
2136 * allout.el: Avoid name conflicts with outline.el.
2137 Replace globally string "outline-" with string "allout-".
2138 Replaced 1446 occurrences; there was no string "allout-" before the
2139 change and there seems to be no dependency on outline.el.
2140 Put `quotes' around many function and variable names.
2141 Doc changes to adjust to the change to prefix "allout-".
2142 Don't provide `outline'. Use " Allout" as mode line string,
2143 not " Outl". Put group `allout' in group `editing'.
2144 Update Copyright notice. Autoload `allout-init'.
2145 (allout-init): Give report also in case auto-activation was inhibited.
2146 (my-mark-marker): Test for feature `xemacs' instead of a string parse.
2147
2148 2002-12-16 Stefan Monnier <monnier@cs.yale.edu>
2149
2150 * xml.el (xml-parse-tag): Allow spaces between / and >.
2151
2152 2002-12-15 David Kastrup <David.Kastrup@t-online.de>
2153
2154 * emacs-lisp/autoload.el (autoload-ensure-default-file):
2155 Insert missing space in file end comment.
2156
2157 2002-12-15 Simon Josefsson <jas@extundo.com>
2158
2159 * mail/smtpmail.el (smtpmail-via-smtp): Fall back to
2160 user-mail-address as sender.
2161
2162 2002-12-15 Dave Love <fx@gnu.org>
2163
2164 * international/mule-cmds.el (standard-keyboard-coding-systems):
2165 Delete.
2166 (set-locale-environment): Don't use it.
2167
2168 * international/utf-8.el (ucs-mule-cjk-to-unicode)
2169 (utf-subst-table-for-encode, ucs-unicode-to-mule-cjk)
2170 (utf-subst-table-for-decode): Specify :size, :rehash-size.
2171 (utf-translate-cjk): :set rewritten to load subst-... files.
2172 Add :set-after.
2173 (ccl-decode-mule-utf-8): Consider CJK translation for r3<#x3400.
2174
2175 2002-12-15 Gustav H\e,Ae\e(Bllberg <gustav@virtutech.se> (tiny change)
2176
2177 * progmodes/compile.el (compile-reinitialize-errors): Don't mark the
2178 buffer as modified unless it really is.
2179
2180 2002-12-14 Andreas Schwab <schwab@suse.de>
2181
2182 * wid-edit.el (widget-move): Don't loop infinitely when there is
2183 no field or button.
2184
2185 2002-12-13 Stefan Monnier <monnier@cs.yale.edu>
2186
2187 * uniquify.el (uniquify-rationalize-file-buffer-names, rename-buffer)
2188 (uniquify-delay-rationalize-file-buffer-names, kill-buffer-hook):
2189 Undo 2002/09/27 change because kill-buffer-hook is not
2190 permanent-local.
2191
2192 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
2193 Optimize the remaining part of for-effect and/or expressions.
2194
2195 2002-12-13 Markus Rost <rost@math.ohio-state.edu>
2196
2197 * emacs-lisp/easy-mmode.el (define-minor-mode):
2198 Use `custom-current-group'. Pass all groups to the hook.
2199 (easy-mmode-define-global-mode): Use `custom-current-group'.
2200
2201 * international/mule-cmds.el (current-language-environment):
2202 Set type according to `language-info-alist' also here.
2203
2204 * progmodes/compile.el (compilation-menu-map):
2205 Use `kill-compilation' to stop compilation.
2206
2207 2002-12-13 Kenichi Handa <handa@m17n.org>
2208
2209 * language/european.el (encode-mac-roman): Fix last change.
2210
2211 * language/cyrillic.el (ccl-encode-koi8, ccl-encode-koi8-u)
2212 (ccl-encode-alternativnyj): Fix last change.
2213
2214 2002-12-13 Nick Roberts <nick@nick.uklinux.net>
2215
2216 * gdb-ui.el: Improve documentation strings.
2217 (gdb-many-windows): Set default value to nil.
2218
2219 2002-12-12 Dave Love <fx@gnu.org>
2220
2221 * international/subst-big5.el, international/subst-gb2312.el:
2222 * international/subst-jis.el, international/subst-ksc.el: New.
2223
2224 * custom.el (defcustom, custom-set-variables): Doc fix.
2225
2226 * emacs-lisp/bytecomp.el (byte-compile-if): Suppress warnings from
2227 things protected by `(if (fboundp ...' or `(if (boundp ...'.
2228
2229 * emacs-lisp/byte-opt.el (byte-optimize-featurep): New.
2230
2231 2002-12-12 Glenn Morris <gmorris@ast.cam.ac.uk>
2232
2233 * progmodes/fortran.el (fortran-mode-abbrev-table):
2234 Handle `define-abbrev' with either 5 or 6 arguments.
2235
2236 2002-12-12 Markus Rost <rost@math.ohio-state.edu>
2237
2238 * international/mule-cmds.el (set-language-info):
2239 Update custom-type of `current-language-environment'.
2240 (current-language-environment): Fix custom type.
2241
2242 2002-12-11 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2243
2244 * progmodes/antlr-mode.el (antlr): New URL.
2245
2246 2002-12-10 R. Bernstein <rocky@panix.com>
2247
2248 * gud.el (bashdb): Prompt now included parenthesis for subshell levels.
2249 Fix erroneous print expression command, and fix typos.
2250 (perldb): Undo previous change in prompt regexp.
2251
2252 2002-12-10 Steven Tamm <steventamm@mac.com>
2253
2254 * generic-x.el (javascript-generic-mode): Added C style block
2255 comments as used in ECMA-262 standard.
2256
2257 2002-12-10 Kenichi Handa <handa@m17n.org>
2258
2259 * language/european.el ("Swedish"): Change tutorial file name to
2260 TUTORIAL.sv in this langauge environment..
2261
2262 2002-12-09 John Paul Wallington <jpw@shootybangbang.com>
2263
2264 * ibuffer.el (ibuffer-mode): If `show-paren-mode' is enabled,
2265 disable it buffer-locally.
2266 (ibuffer-mouse-popup-menu): Use `=' instead of `eq' to compare
2267 `eventpt' and point.
2268
2269 * ibuf-ext.el (ibuffer-remove-duplicates): New function.
2270 (ibuffer-set-filter-groups-by-mode): Use it instead of
2271 `delete-duplicates' so we don't require cl library at runtime.
2272 (ibuffer-insert-filter-group-before): Don't use `position' so we
2273 don't require cl library at runtime.
2274
2275 * chistory.el (command-history-mode): Add interactive spec.
2276 Improve doc string.
2277
2278 2002-12-09 Richard M. Stallman <rms@gnu.org>
2279
2280 * isearch.el (isearch-no-upper-case-p): \\ only quotes one character.
2281
2282 2002-12-09 Markus Rost <rost@math.ohio-state.edu>
2283
2284 * mwheel.el (mouse-wheel-scroll-amount): Revert previous change -
2285 customize type 'float is now defined.
2286
2287 2002-12-09 Dave Love <fx@gnu.org>
2288
2289 * international/code-pages.el (mik, pt154): New coding systems.
2290
2291 * international/ucs-tables.el: Fix properly.
2292
2293 2002-12-09 Andreas Schwab <schwab@suse.de>
2294
2295 * international/ucs-tables.el: Fix last change.
2296
2297 2002-12-09 Kenichi Handa <handa@m17n.org>
2298
2299 * international/titdic-cnv.el (titdic-convert): Process the
2300 header part in multibyte mode.
2301
2302 2002-12-08 Dave Love <fx@gnu.org>
2303
2304 * international/code-pages.el (mule-diag): Move where it's required.
2305
2306 * international/ucs-tables.el: Add latin-jisx0201 characters.
2307 Fix translation-table-for-input for lao, thai, tibetan.
2308
2309 2002-12-08 Andreas Schwab <schwab@suse.de>
2310
2311 * files.el (insert-directory): Insert free space only when
2312 listing a full directory.
2313
2314 2002-12-08 Nick Roberts <nick@nick.uklinux.net>
2315
2316 * gdb-ui.el : Remove inappropriate key-bindings.
2317 (gdb-info-breakpoints-custom, gdb-goto-bp-this-line):
2318 Parse correctly when breakpoint has no line number.
2319 (def-gdb-auto-update-handler, gdb-info-locals-handler),
2320 (gdb-display-end): Avoid using insert-buffer.
2321 (gdb-frames-select-by-mouse): Rename gdb-frames-mouse-select.
2322
2323 2002-12-07 Richard M. Stallman <rms@gnu.org>
2324
2325 * progmodes/compile.el (compilation-enter-directory-regexp-alist)
2326 (compilation-leave-directory-regexp-alist): Match byte compiler output.
2327
2328 * emacs-lisp/cl-macs.el: Add local variable list
2329 to turn off cl-function warnings.
2330
2331 * emacs-lisp/bytecomp.el (byte-compile-eval): Handle (t . SYMBOL)
2332 elements in load-history.
2333 (byte-compile-cl-warn): No cl warnings for cl-defsubst-expand
2334 and cl-struct-setf-expander.
2335
2336 * emacs-lisp/autoload.el (autoload-print-form-outbuf):
2337 New variable.
2338 (autoload-print-form): Use autoload-print-form-outbuf.
2339 (generate-file-autoloads): Bind autoload-print-form-outbuf.
2340
2341 * calendar/calendar.el (calendar-day-name): Move defn down.
2342
2343 * speedbar.el (speedbar-directory-buttons-follow):
2344 Don't use directory-sep-char.
2345
2346 2002-12-06 Masatake YAMATO <jet@gyve.org> (tiny change)
2347
2348 * register.el (describe-register-1): Use window-width
2349 to truncate string in a register. Check whether the string
2350 in a register is an empty string or a sequence of white spaces.
2351
2352 2002-12-07 Andreas Schwab <schwab@suse.de>
2353
2354 * faces.el (face-font-selection-order)
2355 (face-font-family-alternatives, face-font-registry-alternatives):
2356 Remove period from :tag value.
2357
2358 * cus-edit.el (custom-face-edit-fix-value): Change :reverse-video
2359 to :inverse-video.
2360
2361 2002-12-07 Markus Rost <rost@math.ohio-state.edu>
2362
2363 * wid-edit.el (define-widget number): Clarify doc and error message.
2364 (define-widget float): New widget.
2365
2366 2002-12-07 Andreas Schwab <schwab@suse.de>
2367
2368 * eshell/em-ls.el (eshell-ls-product-regexp): Fix typo.
2369
2370 * files.el (find-file-read-args): Reenable wildcard processing
2371 unconditionally.
2372
2373 2002-12-06 Robert J. Chassell <bob@rattlesnake.com>
2374
2375 * textmodes/texinfmt.el (texinfo-format-scan): Handle new
2376 functions for copyright notice and copying permissions.
2377 (texinfo-copying, texinfo-insertcopying): New functions.
2378
2379 2002-12-03 TAKAHASHI Kaoru <kaoru@kaisei.org>
2380
2381 * textmodes/texinfmt.el (texinfo-format-ifxml)
2382 (texinfo-format-xml): New function.
2383 (ifxml, ifnotxml): New aliases.
2384
2385 2002-12-06 Dave Love <fx@gnu.org>
2386
2387 * international/utf-8-subst.el: Revert last change.
2388
2389 2002-12-06 Miles Bader <miles@gnu.org>
2390
2391 * info.el (Info-insert-dir): Make dir-node-cache variables
2392 buffer-local, so that killing the *info* buffer forces the
2393 dir-node to be rebuilt.
2394
2395 2002-12-06 Markus Rost <rost@math.ohio-state.edu>
2396
2397 * finder.el (finder-compile-keywords): Don't insert a keyword to
2398 the generated file.
2399
2400 2002-12-05 Andreas Schwab <schwab@suse.de>
2401
2402 * speedbar.el (speedbar-highlight-face): Fix face spec.
2403
2404 2002-12-05 Stefan Monnier <monnier@cs.yale.edu>
2405
2406 * gdb-ui.el: Replace uses of (gdb-get-instance-buffer 'gdba) and
2407 gdb-proc with gud-comint-buffer instead.
2408 (gdb-proc): Remove.
2409 (def-gdb-var): Simplify.
2410 (gdb-get-create-instance-buffer): Avoid make-variable-buffer-local.
2411 Set gud-comint-buffer as well as gud-minor-mode and tool-bar-map.
2412 (gdb-goto-bp-this-line): Select the window while doing the goto-line.
2413 (gdb-info-locals-handler): Avoid replace-regexp.
2414
2415 * calendar/calendar.el (facemenu-unlisted-faces): Only update
2416 after facemenu is loaded.
2417 (calendar-font-lock-keywords): Accept non-ASCII month names.
2418 Use regexp-opt.
2419
2420 * gdb-ui.el (gud-gdb-complete-string, gud-gdb-complete-break)
2421 (gud-gdb-complete-list, gud-gdb-complete-in-progress): Remove.
2422 (gdba): Call `gdb' and then make modifications.
2423 Always call gdb-clear-inferior-io rather than just "the first time".
2424 (gud-break, gud-remove): Definitions moved to inside gdba.
2425 (gdb-target-name): Remove. Use gud-target-name instead.
2426 (gdba-complete-filter, gdba-common-init): Remove.
2427 The changes were integrated into the generic code.
2428
2429 * gud.el: Use match-string.
2430 (gud-menu-map): Re-fix gdb-running to gud-running.
2431 Activate up/down and finish for pdb.
2432 (gud-def): Use backquotes.
2433 (gdb, sdb, dbx, xdb, pdb, jdb, bashdb): Remove redundant menu bindings.
2434 (gud-gdb-complete-in-progress, gud-gdb-complete-string)
2435 (gud-gdb-complete-break, gud-gdb-complete-list):
2436 Rename to gud-gdb-fetch-lines-in-progress, gud-gdb-fetch-lines-string,
2437 gud-gdb-fetch-lines-break and gud-gdb-fetched-lines.
2438 (gud-gdb-fetch-lines-filter): Rename from gud-gdb-complete-filter.
2439 Add a `filter' argument and run it on `string'.
2440 (gud-gdb-run-command-fetch-lines): Use it instead of
2441 gud-gdb-speedbar-stack-filter. Add a `skip' arg.
2442 Return the fetched lines.
2443 (gud-gdb-complete-command): Use it instead of cooking up
2444 something by hand using gud-gdb-complete-filter.
2445 (gud-gdb-get-stackframe): Use the new calling convention of
2446 gud-gdb-run-command-fetch-lines.
2447 (gud-gdb-fetched-stack-frame-list): Remove.
2448 (gud-gdb-speedbar-stack-filter): Remove.
2449 (gud-jdb-marker-filter): Change RE for easier extraction of submatches.
2450 (gud-bashdb-command-name): Add "--debugger" argument here.
2451 (bashdb): Use default gud-find-file and don't bother with
2452 a massage-args function now that --debugger is make explicit.
2453 (gud-bashdb-massage-args, gud-bashdb-find-file): Remove.
2454 (bashdb): Don't provide.
2455 (gud-target-name): New var.
2456 (gud-common-init): Set it.
2457 Also reset gud-running and gud-last-last-frame.
2458
2459 2002-12-05 Dave Love <fx@gnu.org>
2460
2461 * international/utf-8-subst.el: Update safe-chars of mule-utf-8,
2462 mule-utf-16-le, mule-utf-16-be.
2463
2464 2002-12-05 Richard M. Stallman <rms@gnu.org>
2465
2466 * textmodes/outline.el (outline-mode): Doc fix.
2467
2468 2002-12-05 Edward M. Reingold <reingold@emr.cs.iit.edu>
2469
2470 * calendar/solar.el (solar-atn2): Give correct quadrant for arctan.
2471
2472 2002-12-05 Kenichi Handa <handa@m17n.org>
2473
2474 * international/titdic-cnv.el (quail-misc-package-ext-info):
2475 Remove duplicate entry for chinese-b5-quick.
2476 (batch-miscdic-convert): Don't try to call miscdic-convert on
2477 files in the directory just following the arg "-dir".
2478
2479 2002-12-04 Stefan Monnier <monnier@cs.yale.edu>
2480
2481 * gdb-ui.el: Fold top-level `setq's and `define-key's into their
2482 corresponding defvar.
2483 (gdb-inferior-io-mode-map): New var.
2484 Add bindings to it rather than to comint-mode-map.
2485 (gdb-display-number-end): Use dolist. Remove always-true test.
2486 (gdb-delete-line): Move and simplify.
2487 (gdb-display-end): Don't bother going to beg-of-line since we're there.
2488 (gdb-array-format1): Use dolist.
2489 (gdb-make-windows-menu, gdb-make-frames-menu):
2490 Move to top-level code. Move the menus to within the GUD menu.
2491 Make the menus only appear in gdba mode.
2492
2493 * gdb-ui.el (gdb-inferior-io-mode-map): Remove (unused).
2494 (gdb-inferior-io-mode): Use define-minor-mode.
2495 (gdb-source-info): Don't burp if there's no source file.
2496 (gdb-inferior-io-interrupt, gdb-inferior-io-quit)
2497 (gdb-inferior-io-stop, gdb-inferior-io-eof)
2498 (gdb-display-breakpoints-buffer, gdb-frame-breakpoints-buffer)
2499 (gdb-display-stack-buffer, gdb-frame-stack-buffer)
2500 (gdb-display-registers-buffer, gdb-frame-registers-buffer)
2501 (gdb-display-locals-buffer, gdb-frame-locals-buffer)
2502 (gdb-display-display-buffer, gdb-frame-display-buffer)
2503 (gdb-display-gdb-buffer, gdb-frame-gdb-buffer)
2504 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
2505 Remove the spurious left over arg from the "big reorg".
2506
2507 2002-12-04 Richard M. Stallman <rms@gnu.org>
2508
2509 * gud.el (gud-menu-map): Update for bashdb.
2510 (perldb): Change prompt regexp.
2511 (gud-bashdb-history, gud-bashdb-massage-args, gud-bashdb-marker-filter)
2512 (gud-bashdb-find-file, gud-bashdb-command-name, bashdb): New.
2513
2514 * progmodes/cc-vars.el: Simply require wid-edit and custom
2515 in eval-when-compile.
2516
2517 * progmodes/cc-menus.el: Don't require imenu.
2518
2519 * progmodes/cc-langs.el: Don't require cl.
2520 (c-delete-duplicates): New function. Use instead of delete-duplicates.
2521
2522 * progmodes/cc-bytecomp.el (cc-bytecomp-obsolete-var):
2523 Add an else-clause to the if to avoid confused compiler warning.
2524
2525 * tooltip.el (tooltip-gud-tips-p): Undo previous change.
2526
2527 2002-12-03 Stefan Monnier <monnier@cs.yale.edu>
2528
2529 * gdb-ui.el: Get rid of (quote ..); use match-string and ignore.
2530
2531 * gdb-ui.el (gdba, gdb-starting, gdb-stopped, gdb-quit):
2532 Update gdb-running -> gud-running.
2533 (gdba): Use the default for gud-find-file.
2534 (def-gdb-variable): Remove: fold into def-gdb-var.
2535 (def-gdb-var): Use buffer-local-value and with-current-buffer.
2536
2537 * gud.el (gud-running): Rename from gdb-running. Update uses.
2538 (gud-tool-bar-map): Use tool-bar-local-item-from-menu rather than
2539 tool-bar-add-item-from-menu to avoid let binding tool-bar-map
2540 which fails if tool-bar.el is loaded in the mean time.
2541 (gud-file-name): New fun.
2542 (gud-find-file): Use it as default value for gud-find-file.
2543 (gud-speedbar-buttons): Discriminate on gud-minor-mode rather than
2544 on gud-find-file.
2545 (gud-gdb-find-file, gud-dbx-file-name, gud-dbx-find-file)
2546 (gud-xdb-file-name, gud-xdb-find-file, gud-perldb-find-file)
2547 (gud-pdb-find-file, gud-jdb-find-file): Remove.
2548 (gud-query-cmdline): Don't stuff the whole cwd in the command.
2549 (gdb, dbx, xdb, perldb, pdb, jdb): Use the default for gud-find-file.
2550 (gud-mipsdbx-massage-args): Remove.
2551 (gud-dbx-command-name): New var. Do what gud-mipsdbx-massage-args did.
2552 (gud-irixdbx-marker-filter): Use match-string and gud-file-name.
2553 (gud-jdb-command-name): New var.
2554 (gud-common-init): Re-instate RMS code of 11/13.
2555
2556 2002-12-03 Dave Love <fx@gnu.org>
2557
2558 * international/ucs-tables.el (ucs-unify-8859, ucs-unify-8859)
2559 (ucs-fragment-8859): Don't use set-buffer-major-mode-hook.
2560 (ucs-set-table-for-input): Use optional arg. Check for null `cs'.
2561
2562 2002-12-03 Andreas Schwab <schwab@suse.de>
2563
2564 * cus-edit.el (custom-display): Add checkbox for type mac.
2565
2566 * whitespace.el (whitespace-highlight-face): Fix face spec.
2567
2568 2002-12-02 Stefan Monnier <monnier@cs.yale.edu>
2569
2570 * simple.el (completion-setup-function): Fix last change to use
2571 minibuffer-completing-file-name instead.
2572
2573 * add-log.el (change-log-mode): Set indent-line-function explicitly
2574 to what it was before indent-line-function's default was changed.
2575
2576 2002-12-02 Richard M. Stallman <rms@gnu.org>
2577
2578 * textmodes/ispell.el (ispell-dict-map): Move specific
2579 dictionary selection into a submenu.
2580
2581 * textmodes/fill.el (fill-indent-to-left-margin): New function.
2582 (fill-newline, fill-region-as-paragraph): Use that.
2583
2584 * simple.el (completion-setup-function):
2585 Handle ffap-read-file-or-url-internal specially like
2586 read-file-name-internal.
2587
2588 2002-12-02 Simon Marshall <marshals@perth>
2589
2590 * font-lock.el (c++-font-lock-extra-types): Fix previous change.
2591
2592 2002-12-02 Fran\e,Ag\e(Bois Pinard <pinard@iro.umontreal.ca>
2593
2594 * progmodes/make-mode.el (makefile-font-lock-keywords): Highlight
2595 more make keywords: defined, endef, override, export, unexport
2596 and vpath.
2597
2598 2002-12-02 Dave Love <fx@gnu.org>
2599
2600 * autoarg.el (autoarg-kp-mode): Give it a :group.
2601
2602 2002-12-02 Noah Friedman <friedman@splode.com>
2603
2604 * complete.el (PC-do-completion): Do not add wildcards to pattern
2605 unless filename is non-nil.
2606
2607 2002-12-02 Andreas Schwab <schwab@suse.de>
2608
2609 * mwheel.el (mouse-wheel-scroll-amount): Fix customize type.
2610
2611 * paren.el (show-paren-mismatch-face): Fix face spec.
2612
2613 2002-11-30 Nick Roberts <nick@nick.uklinux.net>
2614
2615 * gdb-ui.el (gdb-many-windows): Define as a minor mode.
2616 (toggle-gdb-windows): Remove. (Patch from Stefan Monnier)
2617
2618 * tooltip.el (tooltip-gud-process-output): Handle annotations that
2619 are output with gdba in gdb-ui.el.
2620 (tooltip-strip-annotations): New function.
2621
2622 2002-12-29 Dave Love <fx@gnu.org>
2623
2624 * autoarg.el (autoarg-mode): Give it a :group.
2625
2626 2002-11-29 Bill Wohler <wohler@newt.com>
2627
2628 * mail/mh-comp.el, mail/mh-e.el, mail/mh-funcs.el,
2629 mail/mh-mime.el, mail/mh-pick.el, mail/mh-seq.el,
2630 mail/mh-utils.el, mail/mh-xemacs-compat.el: Upgraded to MH-E
2631 version 7.0.
2632
2633 * mail/mh-index.el, mail/mh-speed.el: New files for indexed
2634 searches and speedbar support in MH-E version 7.0.
2635
2636 * toolbar/reply-all.pbm, toolbar/reply-all.xpm,
2637 toolbar/reply-from.pbm, toolbar/reply-from.xpm,
2638 toolbar/reply-to.pbm, toolbar/reply-to.xpm: New toolbar images for
2639 MH-E version 7.0.
2640
2641 2002-11-29 Markus Rost <rost@math.ohio-state.edu>
2642
2643 * mwheel.el (mouse-wheel-inhibit-click-time): Fix custom type.
2644
2645 2002-11-29 Richard M. Stallman <rms@gnu.org>
2646
2647 * mail/rmail.el (rmail-convert-to-babyl-format):
2648 Make search for message delimiter case-sensitive.
2649
2650 * simple.el (yank-window-start): New variable.
2651 (yank): Record yank-window-start
2652 (yank-pop): Use yank-window-start.
2653
2654 * info.el (Info-additional-directory-list): Doc fix.
2655
2656 * indent.el (indent-according-to-mode, indent-region): Doc fix.
2657
2658 * tooltip.el (tooltip-gud-tips-p): Doc fix.
2659
2660 * eshell/em-script.el: Require eshell.
2661
2662 * eshell/esh-ext.el, eshell/em-cmpl.el: Require esh-util.
2663
2664 2002-11-29 Kim F. Storm <storm@cua.dk>
2665
2666 * mwheel.el: Avoid accidental yanking of text while scrolling with
2667 the mouse wheel. This adds a short period after each mouse wheel
2668 scroll event where a click on the mouse wheel button is ignored.
2669 (mouse-wheel-click-event, mouse-wheel-inhibit-click-time): New customs.
2670 (mouse-wheel-click-button, mwheel-inhibit-click-event-timer): New vars.
2671 (mwheel-inhibit-click-timeout,mwheel-filter-click-events): New defuns.
2672 (mwheel-scroll): Add mwheel-filter-click-events as pre-command-hook.
2673 Start mwheel-inhibit-click-event-timer with timeout handler
2674 mwheel-inhibit-click-timeout.
2675
2676 2002-11-28 Nick Roberts <nick@nick.uklinux.net>
2677
2678 * tooltip.el (tooltip-gud-tips-setup): Remove.
2679 (tooltip-gud-debugger): Remove.
2680 (tooltip-gud-print-command): Use gud-minor mode instead of
2681 tooltip-gud-tips-setup and tooltip-gud-debugger.
2682
2683 * gdb-ui.el (gdb-starting): Set gdb-running to t.
2684 (gdb-stopped): Set gdb-running to nil.
2685 (gdb-quit): Reset some variables including tool-bar-map.
2686
2687 * gud.el (gdb-running): New variable.
2688 (gud-menu-map): Use gdb-running to grey out toolbar buttons
2689 with gdba in gdb-ui.el.
2690 (gud-tool-bar-map): Move to avoid byte compiler warning.
2691
2692 2002-11-27 Jason Rumney <jasonr@gnu.org>
2693
2694 * files.el (file-truename): Canonicalize non-existent names on w32.
2695
2696 2002-11-28 Kim F. Storm <storm@cua.dk>
2697
2698 * ido.el (ido-xemacs): Remove defvar. All uses changed to
2699 check (featurep 'xemacs) instead.
2700 (ido-visit-buffer): Use select-frame-set-input-focus unconditionally.
2701
2702 2002-11-27 Dave Love <fx@gnu.org>
2703
2704 * emacs-lisp/cl-macs.el: Move `predicates for analyzing Lisp
2705 forms' block to top (before uses).
2706 (help-fns): Don't require at top level. (Recursively.)
2707 (cl-transform-lambda): Require help-fns.
2708
2709 2002-11-26 Dave Love <fx@gnu.org>
2710
2711 * language/european.el (encode-mac-roman): Deal with unencodable
2712 characters.
2713
2714 * language/cyrillic.el (ccl-encode-koi8, ccl-encode-koi8-u)
2715 (ccl-encode-alternativnyj): Deal with unencodable characters.
2716
2717 * international/code-pages.el (cp-make-coding-system): Deal with
2718 unencodable characters.
2719
2720 2002-11-24 Richard M. Stallman <rms@gnu.org>
2721
2722 * mail/sendmail.el (mail-signature): Handle case where
2723 value of mail-signature is a string.
2724
2725 * menu-bar.el (menu-bar-describe-menu): Add "What's This?" item.
2726
2727 * faces.el (face-set-after-frame-default): Ignore errors
2728 in face-spec-face-set.
2729
2730 * cus-face.el (custom-declare-face): Add face-defface-spec
2731 prop after applying the face spec.
2732
2733 2002-11-23 Nick Roberts <nick@nick.uklinux.net>
2734
2735 * tooltip.el (tooltip-gud-print-command): Add server prefix to the
2736 print command for gdb to keep it out of the command history.
2737
2738 * gdb-ui.el: Major re-organisation. Simplify legacy gdba
2739 code to allow only one gdb process.
2740
2741 2002-11-23 Markus Rost <rost@math.ohio-state.edu>
2742
2743 * scroll-all.el (scroll-all-mode): Move arg LIGHTER to the right
2744 place. Add groups.
2745
2746 2002-11-22 Simon Marshall <marshals@perth>
2747
2748 * font-lock.el (c++-font-lock-extra-types): Add various STL classes.
2749
2750 2002-11-21 Nick Roberts <nick@nick.uklinux.net>
2751
2752 * gdb-ui.el : General tidying. Patches from Stefan Monnier.
2753
2754 2002-11-20 Simon Josefsson <jas@extundo.com>
2755
2756 * play/morse.el (morse-code): Add non-ASCII characters, according
2757 to table at http://www.soton.ac.uk/~scp93ch/morse/.
2758
2759 2002-11-21 Richard M. Stallman <rms@gnu.org>
2760
2761 * dired.el (dired-sort-inhibit): New variable.
2762 (dired-sort-toggle-or-edit): Err if dired-sort-inhibit non-nil.
2763
2764 * find-dired.el (find-dired): Set dired-sort-inhibit to t
2765 buffer-locally.
2766
2767 2002-11-21 Eugene Exarevsky <zheka@relex.ru>
2768
2769 * progmodes/sql.el: Added LINTER support.
2770 (sql-linter-program): New variable.
2771 (sql-linter-options): New variable.
2772 (sql-mode-menu): Added Linter keywords.
2773 (sql-mode-linter-font-lock-keywords): New variable.
2774 (sql-highlight-linter-keywords): New function.
2775 (sql-linter): New function.
2776 (sql-ms-options): New variable.
2777 (sql-ms): Use it.
2778
2779 2002-11-21 John Paul Wallington <jpw@shootybangbang.com>
2780
2781 * ibuffer.el (ibuffer-formats): Change default value; bump width
2782 of size column in first format to 7.
2783
2784 2002-11-20 Stefan Monnier <monnier@cs.yale.edu>
2785
2786 * help-fns.el (describe-variable): Look for (defvar . <sym>) in the
2787 load-history since `defvar' now uses this format.
2788
2789 * custom.el (custom-declare-variable): Use push.
2790 Use the (defvar . <sym>) format in load-history like `defvar' does.
2791
2792 * subr.el (symbol-file): Accept a non-atomic `function' arg.
2793 (with-local-quit): Add debug and indentation info.
2794
2795 2002-11-20 John Paul Wallington <jpw@shootybangbang.com>
2796
2797 * subr.el (symbol-file): Remove unused variable `functions'.
2798
2799 2002-11-20 Markus Rost <rost@math.ohio-state.edu>
2800
2801 * Makefile.in (setwins_almost): Renamed from finder_setwins.
2802 (custom-deps): Use it.
2803 (finder-data): Adjust to that name change.
2804
2805 2002-11-19 Stefan Monnier <monnier@cs.yale.edu>
2806
2807 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
2808 Turn errors into messages so they don't get ignored.
2809 (eldoc-get-fnsym-args-string): Use help-split-fundoc.
2810 (eldoc-beginning-of-sexp): Simplify.
2811 (eldoc-function-arglist): Remove.
2812 (eldoc-function-argstring): Use help-function-arglist instead.
2813 (eldoc-function-argstring-from-docstring-method-table)
2814 (eldoc-function-argstring-from-docstring): Remove.
2815
2816 * emacs-lisp/cl.el (multiple-value-call): Add docstring.
2817
2818 2002-11-19 Dave Love <fx@gnu.org>
2819
2820 * emacs-lisp/bytecomp.el (maphash, map-char-table):
2821 Use byte-compile-funarg.
2822
2823 * emacs-lisp/byte-opt.el (side-effect-free-fns): Several additions.
2824
2825 2002-11-19 Markus Rost <rost@math.ohio-state.edu>
2826
2827 * progmodes/vhdl-mode.el (defgroup vhdl-related): Declare the
2828 members here rather than with custom-add-to-group. This is the
2829 intended way of using defgroup and also lets
2830 custom-make-dependencies do its job.
2831 (defgroup vhdl-highlight-faces): Ditto.
2832
2833 * emacs-lisp/shadow.el (defgroup lisp-shadow): New group name.
2834 Previous group name shadow is used in shadowfile.el.
2835 (shadows-compare-text-p): Use group lisp-shadow.
2836
2837 2002-11-19 Stefan Monnier <monnier@cs.yale.edu>
2838
2839 * emacs-lisp/cl.el (multiple-value-call): Add docstring.
2840
2841 2002-11-19 Masatake Yamato <jet@gyve.org> (tiny change)
2842
2843 * register.el (describe-register-1): Don't assign to val the value
2844 returned by `remove-list-of-text-properties'.
2845
2846 2002-11-18 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
2847
2848 * calendar/diary-lib.el (fancy-diary-font-lock-keywords):
2849 Grok month numbers, too.
2850
2851 2002-11-18 Juanma Barranquero <lektu@terra.es>
2852
2853 * mail/smtpmail.el (smtpmail-send-queued-mail): Add autoload cookie.
2854
2855 2002-11-18 Markus Rost <rost@math.ohio-state.edu>
2856
2857 * pcvs.el (cvs-minor-mode, cvs-mode-commit-hook): Add group.
2858
2859 * textmodes/refill.el (defgroup refill): New group.
2860
2861 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Add group.
2862
2863 * textmodes/sgml-mode.el (html-autoview-mode): Add group.
2864
2865 * textmodes/paragraphs.el (use-hard-newlines): Add group.
2866
2867 * progmodes/compile.el (compilation-shell-minor-mode): Add group.
2868 (compilation-minor-mode): Add group.
2869
2870 * reveal.el (global-reveal-mode): Add group.
2871
2872 * bookmark.el (bookmark-menu-length): Fix group name.
2873
2874 2002-11-17 Richard M. Stallman <rms@gnu.org>
2875
2876 * mail/rmail.el (rmail-ignored-headers): Add more headers.
2877
2878 * calendar/parse-time.el (parse-time-elt): Var renamed from `elt'.
2879 (parse-time-val): Var renamed from `val'. All uses changed.
2880
2881 * files.el (parse-time-rules): Mark it as risky.
2882
2883 * finder.el (finder-commentary): Use buffer *Finder-package*.
2884
2885 * menu-bar.el (menu-bar-options-menu): Improve tooltip string.
2886
2887 * simple.el (indicate-unused-lines)
2888 (default-indicate-unused-lines): New variable aliases.
2889
2890 2002-11-18 Kenichi Handa <handa@m17n.org>
2891
2892 * progmodes/cc-vars.el: Undo previous change.
2893
2894 2002-11-18 Kenichi Handa <handa@m17n.org>
2895
2896 * language/cyrillic.el (cyrillic-iso-8bit): Make it safe.
2897
2898 * language/european.el (iso-latin-1): Make it safe.
2899 (iso-latin-2, iso-latin-3, iso-latin-4, iso-latin-5, iso-latin-8)
2900 (iso-latin-9): Likewise.
2901
2902 * language/greek.el (greek-iso-8bit): Make it safe.
2903
2904 * language/hebrew.el (hebrew-iso-8bit): Make it safe.
2905
2906 * language/lao.el (lao): Make it safe.
2907
2908 * language/thai.el (thai-tis620): Make it safe.
2909
2910 2002-11-17 Markus Rost <rost@math.ohio-state.edu>
2911
2912 * speedbar.el (defgroup speedbar): Use group 'etags instead of
2913 nonexisting group 'tags.
2914
2915 * emacs-lisp/re-builder.el: Add provide call.
2916
2917 * mail/feedmail.el (feedmail-fiddle-headers-upwardly)
2918 (feedmail-fiddle-plex-user-list): Fix typo in group name.
2919
2920 * progmodes/make-mode.el (makefile-space-face): Fix group name.
2921
2922 * textmodes/ispell.el (defgroup ispell): Arrange that definition
2923 starts at beginning of line.
2924
2925 * textmodes/table.el (defgroup table-hooks): New group.
2926 (table-cell-map-hook): Fix typo in group name.
2927
2928 * calendar/diary-lib.el (diary-button-face): Add group and version
2929 number.
2930
2931 * warnings.el (defgroup warnings): New group.
2932
2933 2002-11-16 Markus Rost <rost@math.ohio-state.edu>
2934
2935 * emacs-lisp/autoload.el (update-autoloads-from-directories):
2936 Sort the list of files with no autoloads.
2937
2938 2002-11-16 Alan Shutko <ats@acm.org>
2939
2940 * calendar/diary-lib.el (list-diary-entries): Pass a marker
2941 indicating source of entry to add-to-diary-list.
2942 (diary-button-face, diary-entry, diary-goto-entry): New, to
2943 support click to diary file.
2944 (fancy-diary-display): Buttonize diary entries.
2945 (list-sexp-diary-entries): Pass a marker indicating source of
2946 entry to add-to-diary-list.
2947 (diary-date): Return mark as well as entry.
2948
2949 * calendar/calendar.el (diary-face): New.
2950 (european-calendar-display-form, describe-calendar-mode)
2951 (mark-visible-calendar-date, calendar-mark-today): Tidy doc string.
2952 (calendar-make-alist): New.
2953 (calendar-mode): Set up font-lock mode.
2954 (generate-calendar-window): Fontify if font-lock-mode is on.
2955
2956 2002-11-16 Ivan Zakharyaschev <imz@altlinux.org> (tiny change)
2957
2958 * international/codepage.el (cp866-decode-table): Fix the
2959 translation table.
2960
2961 2002-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
2962
2963 * progmodes/cc-bytecomp.el (cc-bytecomp-defun): Fixed bug that
2964 caused existing function definitions to be overridden by
2965 phonies when the bytecomp environment is restored.
2966
2967 2002-11-15 Nick Roberts <nick@nick.uklinux.net>
2968
2969 * toolbar/gud-break.pbm, toolbar/gud-cont.pbm, toolbar/gud-display.pbm,
2970 toolbar/gud-down.pbm, toolbar/gud-finish.pbm, toolbar/gud-goto.pbm,
2971 toolbar/gud-next.pbm, toolbar/gud-print.pbm, toolbar/gud-remove.pbm,
2972 toolbar/gud-run.pbm, toolbar/gud-step.pbm, toolbar/gud-up.pbm:
2973 Icons for debugger (pbm files).
2974
2975 2002-11-15 Richard M. Stallman <rms@gnu.org>
2976
2977 * international/mule.el (set-buffer-file-coding-system): Redo prev chg.
2978
2979 2002-11-15 John Paul Wallington <jpw@shootybangbang.com>
2980
2981 * ibuffer.el (ibuffer-use-other-window, ibuffer-use-header-line)
2982 (ibuffer-visit-buffer, ibuffer-redisplay, ibuffer-update): Doc fix.
2983 (ibuffer-mode-hooks): Remove spurious defvar.
2984 (ibuffer): Run `ibuffer-hook' instead of `ibuffer-hooks'.
2985 (ibuffer-mode): Run `ibuffer-mode-hook' instead of
2986 `ibuffer-mode-hooks'.
2987
2988 2002-11-15 Markus Rost <rost@math.ohio-state.edu>
2989
2990 * mail/rmailedit.el: Add provide call.
2991
2992 * play/bruce.el: Add provide call.
2993
2994 * emacs-lisp/gulp.el: Add provide call.
2995
2996 2002-11-14 Richard M. Stallman <rms@gnu.org>
2997
2998 * international/mule.el (set-buffer-file-coding-system): Undo prv chg.
2999
3000 2002-11-14 Markus Rost <rost@math.ohio-state.edu>
3001
3002 * custom.el (custom-declare-group): Remove unnecessary line of code.
3003
3004 * cus-dep.el (custom-make-dependencies): Bind load-file-name.
3005
3006 2002-11-14 Edward M. Reingold <reingold@emr.cs.iit.edu>
3007
3008 * calendar/diary-lib.el (make-diary-entry): Allow for local variables
3009 at end of diary file.
3010
3011 2002-11-14 Kim F. Storm <storm@cua.dk>
3012
3013 * files.el (mode-name): Mark it as risky-local-variable like the
3014 other mode-line elements (moved from bindings.el).
3015
3016 * bindings.el (mode-name): Moved mark as risky-local-variable to
3017 files.el.
3018
3019 2002-11-14 Juanma Barranquero <lektu@terra.es>
3020
3021 * gud.el: Fix feature name in `provide'.
3022
3023 * gdb-ui.el: Fix feature name in `require'.
3024
3025 2002-11-14 Per Cederqvist <ceder@lysator.liu.se> (tiny change)
3026
3027 * progmodes/etags.el (find-tag-default): Copy text at point without
3028 properties.
3029
3030 2002-11-14 Kenichi Handa <handa@m17n.org>
3031
3032 * progmodes/cc-vars.el: Don't cc-bytecomp-defun char-table-p.
3033
3034 2002-11-14 Kim F. Storm <storm@cua.dk>
3035
3036 * textmodes/fill.el (fill-nobreak-invisible): New var.
3037 (fill-nobreak-p): Test it; return t if set and point invisible.
3038 (fill-newline): Test it; remove invisible prop on newline if set.
3039
3040 * info.el (Info-fontify-node): New local list paragraph-markers.
3041 Record markers for mangled *note references on that list.
3042 When done, go back through those markers and fill each mangled
3043 paragraph with `fill-nobreak-invisible' let-bound to t.
3044 Don't use `display' property; insert "see" directly in buffer.
3045
3046 2002-11-14 Nick Roberts <nick@nick.uklinux.net>
3047
3048 * gdb-ui.el: New file, User Interface for running GDB
3049
3050 * gud.el:(gud-find-file): Set up GDB tool bar.
3051 (gud-menu-map): New commands: run, goto.
3052 Enable some commands for gdba.
3053 (gud-query-cmdline): Pass default directory to gdba.
3054 (gdb): Defune gud-goto and gud-run.
3055 (gud-gdb-complete-command): Maybe use gdba-complete-filter.
3056 (gud-mode): Set up local tool bar.
3057 (gud-display-line): For gdba, call gdb-display-source-buffer.
3058 (gud-basic-call): For gdba, maybe delete the current prompt.
3059 (gud-tool-bar-map): New variable.
3060 (gud-read-address): Correction.
3061
3062 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-display.xpm,
3063 toolbar/gud-down.xpm, toolbar/gud-finish.xpm, toolbar/gud-goto.xpm,
3064 toolbar/gud-next.xpm, toolbar/gud-print.xpm, toolbar/gud-remove.xpm,
3065 toolbar/gud-run.xpm, toolbar/gud-step.xpm, toolbar/gud-up.xpm:
3066 Icons for debugger.
3067
3068 2002-11-13 Stefan Monnier <monnier@cs.yale.edu>
3069
3070 * pcvs.el (cvs-mode-run): Don't pass "." if not needed.
3071
3072 2002-11-13 Andre Spiegel <spiegel@gnu.org>
3073
3074 * vc-rcs.el (vc-rcs-registered): Improve comment.
3075
3076 * vc-sccs.el (vc-sccs-registered): Improve comment.
3077
3078 2002-11-13 Tim Van Holder <tim.vanholder@anubex.com> (tiny change)
3079
3080 * progmodes/compile.el (compilation-error-regexp-alist):
3081 Don't include colon and space after a file name as part of the name.
3082
3083 2002-11-13 Richard M. Stallman <rms@gnu.org>
3084
3085 * gud.el (gdb): Undo 10-26 change.
3086
3087 2002-11-13 Kenichi Handa <handa@m17n.org>
3088
3089 * replace.el (occur-engine): Set buffer-file-coding-system of
3090 OUT-BUF to that of one of BUFFERS if they locally bind that variable.
3091
3092 2002-11-13 Markus Rost <rost@math.ohio-state.edu>
3093
3094 * custom.el (custom-handle-all-keywords): Fix arg passed to
3095 custom-add-to-group.
3096
3097 2002-11-12 Stefan Monnier <monnier@cs.yale.edu>
3098
3099 * pcvs-defs.el (cvs-mode-map): Remove M-f binding.
3100 (cvs-minor-mode-map): Add e binding in log-view-mode.
3101
3102 * progmodes/perl-mode.el (perl-hanging-paren-p): New fun.
3103 (perl-indent-line): Look at the open-paren to indent a close-paren.
3104 (perl-calculate-indent): Try to better indent args after hanging paren.
3105 Remove special code for open-paren-in-column-0.
3106
3107 * textmodes/sgml-mode.el (sgml-namify-char): New cmd.
3108 (sgml-name-char): Use it.
3109 (sgml-tag-last, sgml-tag-history): New vars.
3110 (sgml-tag): Use them.
3111 (sgml-skip-tag-forward): Use sgml-tag-syntax-table.
3112 (sgml-delete-tag): Remove resulting empty lines.
3113 (sgml-tag) <symbol-plist>: Don't make intangible.
3114 (sgml-parse-tag-backward): Add limit argument.
3115 (html-autoview-mode): Use define-minor-mode.
3116
3117 2002-11-12 Markus Rost <rost@math.ohio-state.edu>
3118
3119 * vc-rcs.el (vc-rcs-registered): Handle the autoload cookie so
3120 that the definition is found by `find-function-search-for-symbol'
3121 and etags.
3122
3123 * vc-sccs.el (vc-sccs-registered): Ditto.
3124
3125 * emulation/edt.el (defgroup edt): Arrange that definition starts
3126 at beginning of line.
3127
3128 * ls-lisp.el (defgroup ls-lisp): Remove autoload cookie.
3129
3130 * hi-lock.el (defgroup hi-lock-interactive-text-highlighting):
3131 Remove autoload cookie.
3132
3133 * newcomment.el (defgroup comment): Remove autoload cookie.
3134
3135 2002-11-11 Markus Rost <rost@math.ohio-state.edu>
3136
3137 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
3138 Declare with defvar, not with defcustom.
3139
3140 * cus-dep.el: Don't require 'autoload.
3141 (custom-make-dependencies): Handle :version also for autoloaded
3142 options.
3143
3144 * winner.el (defgroup winner): Arrange that definition starts at
3145 beginning of line.
3146
3147 * emulation/edt.el: Simplify Emacs 19 compatibility.
3148
3149 2002-11-11 Fabrice Bauzac <fabrice.bauzac@wanadoo.fr> (tiny change)
3150
3151 * dired-aux.el (dired-show-file-type): Format filename with "%s" to
3152 escape any format-like sequences it could contain.
3153
3154 2002-11-11 Per Abrahamsen <abraham@dina.kvl.dk>
3155
3156 * cus-edit.el (custom-save-delete): Force emacs-lisp-mode.
3157
3158 2002-11-11 Juanma Barranquero <lektu@terra.es>
3159
3160 * bindings.el (mode-name): Mark it as risky-local-variable.
3161
3162 2002-11-09 Dave Love <fx@gnu.org>
3163
3164 * international/mule-cmds.el (current-language-environment):
3165 Fix :type.
3166
3167 * international/ucs-tables.el: Revert to using
3168 translation-table-for-input instead of keyboard-translate-table.
3169
3170 * international/quail.el (quail-input-string-to-events):
3171 Revert last change.
3172
3173 * simple.el (quoted-insert): Bind translation-table-for-input,
3174 not keyboard-translate-table.
3175
3176 2002-11-08 Stefan Monnier <monnier@cs.yale.edu>
3177
3178 * arc-mode.el (archive-zip-summarize): Don't hardcode (point-min) = 1.
3179
3180 * complete.el (PC-do-completion): Make partial-completion work
3181 with incomplete directory names.
3182
3183 * textmodes/tex-mode.el (latex-standard-block-names): Rename from
3184 standard-latex-block-names.
3185 (tex-font-lock-keywords-1): Add providecommand, renewenvironment,
3186 and renewtheorem. Highlight \it and \bf separately since they
3187 may overlap.
3188 (tex-font-lock-suscript, tex-font-lock-unfontify-region): New funs.
3189 (tex-font-lock-keywords-3, tex-verbatim-environments)
3190 (tex-font-lock-syntactic-keywords): New vars.
3191 (superscript, subscript, tex-verbatim-face): New faces.
3192 (tex-font-lock-syntactic-face-function): Handle \verb construct.
3193 (tex-common-initialization): Update font-lock-defaults setting.
3194 (tex-insert-braces): Make it into a skeleton.
3195 (latex-fill-nobreak-predicate): Don't break after \.
3196 (latex-insert-block): Rename from tex-latex-block.
3197 (latex-down-list): Use tex-mode-syntax-table when skipping parens
3198 rather than the indentation syntax-table.
3199 (latex-close-block): Rename from tex-close-latex-block.
3200 (latex-split-block): New fun.
3201 (latex-indent): Don't indent inside a verbatim block.
3202 (latex-find-indent): Stick \begin{verbatim} to the margin.
3203
3204 2002-11-08 John Wiegley <johnw@gnu.org>
3205
3206 * calendar/timeclock.el (timeclock-modeline-display): Use assq as
3207 well as memq to find `global-mode-string' within
3208 `mode-line-format'. The structure of that variable has changed in
3209 21.3.
3210
3211 2002-11-07 Stefan Monnier <monnier@cs.yale.edu>
3212
3213 * format.el (format-decode): Be careful with the order in `format'.
3214
3215 * eshell/esh-cmd.el (function-p-func): Avoid `xemacs-p'.
3216
3217 * eshell/em-glob.el: Require esh-util.
3218 (eshell-glob-initialize): Don't assume
3219 eshell-special-chars-outside-quoting is available.
3220
3221 * textmodes/fill.el (fill-paragraph): Consider a comment-start as
3222 a paragraph starter when filling non-comments.
3223 (fill-comment-paragraph): Don't narrow while doing the fill.
3224 Recognize paragraph starters and separators within comments.
3225 Use adaptive-fill-prefix when it works. Use comment-search-forward.
3226
3227 * progmodes/compile.el (grep-default-command): New fun.
3228 (grep): Use it.
3229 (compilation-menu-map): New var.
3230 (compilation-minor-mode-map, compilation-shell-minor-mode-map): Use it.
3231 (compilation-mode-map): Simplify.
3232 (compilation-shell-minor-mode, compilation-minor-mode):
3233 Use define-minor-mode.
3234
3235 * elide-head.el (elide-head): Don't make intangible.
3236
3237 * help.el (where-is): Rename map to defs (a list of syms is not a map).
3238 Test fboundp first, to speed things up. Use push.
3239
3240 * isearch.el (isearch-hidden): New var.
3241 (isearch-search-and-update): Test it.
3242 (isearch-range-invisible): Set it.
3243
3244 * progmodes/tcl.el (tcl-mode): Don't set paragraph-start,
3245 paragraph-separate, comment-column, and fill-paragraph-function.
3246 Simplify outline-regexp.
3247 (tcl-do-fill-paragraph): Remove.
3248
3249 2002-11-07 Markus Rost <rost@math.ohio-state.edu>
3250
3251 * mail/sendmail.el (mail-default-directory): Set the version to 21.4.
3252
3253 * progmodes/compile.el (grep-compute-defaults): Undo previous change.
3254 Definition moved down.
3255 (grep-command, grep-find-command, grep-tree-command): Allow value nil.
3256 Do not declare :get property.
3257 (grep-use-null-device): Fix type. Do not declare :get property.
3258
3259 * emacs-lisp/checkdoc.el (checkdoc-find-error):
3260 Use get-file-buffer instead of get-buffer.
3261
3262 * cus-dep.el (custom-make-dependencies): Fix comment inserted in
3263 cus-load.el.
3264
3265 2002-11-07 Juanma Barranquero <lektu@terra.es>
3266
3267 * help.el (where-is): Report also aliases of the passed command.
3268
3269 2002-11-06 Dave Love <fx@gnu.org>
3270
3271 * simple.el (quoted-insert): Bind keyboard-translate-table around
3272 read-char.
3273
3274 * international/ucs-tables.el: Use keyboard-translate-table coding
3275 system property, not translation-table-for-input, for
3276 vietnamese-viscii & al.
3277 (translation-table-for-input): Set,
3278 don't defvar, and make permanent-local.
3279 (ucs-unify-8859, ucs-unify-8859, ucs-fragment-8859): Add/remove
3280 set-buffer-major-mode-hook, not quail-activate-hook.
3281 (ucs-set-table-for-input): Renamed from ucs-quail-activate.
3282 (ucs-unify-8859, ucs-unify-8859, ucs-fragment-8859):
3283 Setup keyboard-translate-table, not translation-table-for-input.
3284 Modify set-buffer-major-mode-hook, not quail-activate-hook.
3285 (ucs-fragment-8859): Don't use translation-table-for-input coding
3286 system property.
3287 (ucs-quail-activate): Deleted.
3288 (ucs-set-table-for-input): New.
3289 (ucs-minibuffer-setup): Use it.
3290
3291 * international/quail.el (quail-input-string-to-events):
3292 Use keyboard-translate-table, not translation-table-for-input.
3293
3294 * files.el (normal-mode): Call ucs-set-table-for-input.
3295
3296 * international/mule.el (set-buffer-file-coding-system):
3297 Call ucs-set-table-for-input.
3298
3299 2002-11-06 Richard M. Stallman <rms@gnu.org>
3300
3301 * replace.el (query-replace, query-replace-regexp): Doc fixes.
3302
3303 * emacs-lisp/bytecomp.el (byte-compile-lambda):
3304 Handle progn like let, inside interactive spec.
3305
3306 * textmodes/tex-mode.el (tex-dvi-view-command): Value can be sexp.
3307 Initialize to a suitable sexp.
3308 (tex-view): Evaluate tex-dvi-view-command and use the value.
3309
3310 2002-11-06 Kenichi Handa <handa@m17n.org>
3311
3312 * international/mule.el (coding-system-eol-type-mnemonic):
3313 Use eol-mnemonic-undecided if CODING-SYSTEM is nil.
3314
3315 2002-11-06 Kim F. Storm <storm@cua.dk>
3316
3317 * info.el (Info-fontify-node): Fixed hiding of *note references
3318 with embedded file names like (xxx.yyy).
3319 Avoid making any lines visibly longer if hiding newlines inside
3320 note references by wrapping line after references if it contained
3321 a newline (unfortunaly this makes more lines appear "shorter").
3322 Properly reindent multi-line menu entry descriptions.
3323
3324 2002-11-05 Juanma Barranquero <lektu@terra.es>
3325
3326 * language/cyrillic.el ("Bulgarian"): Fix typo.
3327
3328 * international/mule.el (coding-system-eol-type-mnemonic):
3329 Move from mule-util.el.
3330
3331 * international/mule-util.el (coding-system-eol-type-mnemonic):
3332 Move to mule.el.
3333
3334 2002-11-04 Juanma Barranquero <lektu@terra.es>
3335
3336 * files.el (find-buffer-visiting): Accept new optional PREDICATE
3337 argument to return only a buffer that satisfies the predicate.
3338 (insert-file-1): New function.
3339 (insert-file-literally): Use it.
3340 (insert-file): Use it.
3341
3342 2002-11-04 Robert Fenk <Robert.Fenk@gmx.de> (tiny change)
3343
3344 * desktop.el (desktop-relative-file-names): New variable.
3345 (desktop-save): Use it.
3346
3347 2002-11-03 Andre Spiegel <spiegel@gnu.org>
3348
3349 * vc.el (vc-dired-mode): Adapt dired-move-to-filename-regexp to
3350 its current version in dired.el.
3351
3352 2002-11-03 Stefan Monnier <monnier@cs.yale.edu>
3353
3354 * emacs-lisp/autoload.el (generate-file-autoloads)
3355 (update-file-autoloads): Strip .gz and other such extensions.
3356 (update-autoloads-from-directories): Also consider compressed files.
3357
3358 * info.el (Info-streamline-headings): New var.
3359 (Info-dir-remove-duplicates): New fun.
3360 (Info-insert-dir): Use it. Simplify the code with push,mapc,dolist.
3361 (Info-select-node): Simplify handling of Info-header-line.
3362 (Info-forward-node): Undo 2000/12/15 since we don't narrow any more.
3363 (Info-mode): Set header-line-format once and for all.
3364 (Info-fontify-node): Accept bogus first line with `File:' missing.
3365 Only make first line invisible if Info-use-header-line.
3366 Don't use `intangible': it's evil. Use inhibit-read-only.
3367 (Info-follow-reference, Info-next-reference, Info-prev-reference)
3368 (Info-try-follow-nearest-node): Don't bind inhibit-point-motion-hooks
3369 since we don't use intangible any more.
3370
3371 * image.el (insert-image): Don't make intangible since
3372 adjust_point_for_property should be sufficient by default.
3373
3374 2002-11-02 Stefan Monnier <monnier@cs.yale.edu>
3375
3376 * textmodes/fill.el (fill-paragraph-handle-comment): New var.
3377 (fill-comment-paragraph): New fun (generalizes of lisp-fill-paragraph).
3378 (fill-paragraph): Use them.
3379
3380 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
3381 Use fill-comment-paragraph.
3382
3383 2002-11-02 Stefan Monnier <monnier@cs.yale.edu>
3384
3385 * bindings.el (mode-line-change-eol)
3386 (mode-line-eol-desc-cache, mode-line-eol-desc): New.
3387 (mode-line-mule-info): Use them for the EOL part of the modeline.
3388
3389 * server.el (server-sentinel): Kill buffers if applicable.
3390 (server-temp-file-p): Make arg optional.
3391 (server-done): Use it to simplify.
3392 (server-switch-buffer): If server-window is a function, use it.
3393
3394 * mail/undigest.el (rmail-digest-end-regexps): Simplify.
3395 (undigestify-rmail-message): Fix paren-bug and simplify.
3396
3397 2002-11-02 Kim F. Storm <storm@cua.dk>
3398
3399 * info.el (Info-hide-note-references): nil value now does no
3400 reformatting at all. New choice 'tag reformats tag but shows
3401 the section reference.
3402 (Info-fontify-node): Use it.
3403
3404 2002-11-01 Stefan Monnier <monnier@cs.yale.edu>
3405
3406 * textmodes/tex-mode.el (tex-common-initialization):
3407 comment-start-skip shouldn't match on the next line.
3408
3409 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Use match-string.
3410 Don't bother making paragraph-start a superset of paragraph-separate.
3411 Use line-beginning-position.
3412
3413 * textmodes/sgml-mode.el (sgml-skip-tag-backward)
3414 (sgml-skip-tag-forward): Deal with xml-style <foo/> empty tags.
3415
3416 2002-11-01 Kim F. Storm <storm@cua.dk>
3417
3418 * info.el (Info-hide-note-references): New defcustom.
3419 (Info-fontify-node): Use it.
3420
3421 2002-10-31 Kim F. Storm <storm@cua.dk>
3422
3423 * shell.el (explicit-bash-args): Bash 1.x doesn't grok
3424 --noediting option; added run-time check to exclude it.
3425
3426 * info.el (Info-follow-reference, Info-next-reference)
3427 (Info-prev-reference, Info-try-follow-nearest-node):
3428 Bind inhibit-point-motion-hooks to t while parsing reference.
3429 (Info-fontify-node): When font-lock-mode is enabled, display
3430 "*note" and "* menu" references in a more user friendly format.
3431
3432 2002-10-30 Stefan Monnier <monnier@cs.yale.edu>
3433
3434 * textmodes/fill.el (fill-move-to-break-point): Skip white space
3435 _before_ checking to see if we're hitting the margin.
3436 (fill-region-as-paragraph): Don't fiddle with the undo-list any more:
3437 it's now done by the C primitives. Don't use narrowing.
3438 Reorganize the line-breaking part of the code to simplify the control
3439 flow and make it work in the absence of narrowing.
3440 (fill-region): Don't use narrowing.
3441
3442 2002-10-30 Dave Love <fx@gnu.org>
3443
3444 * textmodes/po.el (po-content-type-charset-alist): Delete most entries.
3445 (po-find-charset): Doc fix. Remove interactive spec.
3446 (po): Provide.
3447 (po-find-file-coding-system-guts): Re-written to use
3448 coding-system-alist, and code-pages, not codepage stuff.
3449
3450 * term/x-win.el: Remove some ancient compatibility code.
3451 Populate x-keysym-table.
3452
3453 2002-10-30 Andreas Schwab <schwab@suse.de>
3454
3455 * subr.el (replace-regexp-in-string): Doc fix.
3456
3457 2002-10-29 Dave Love <fx@gnu.org>
3458
3459 * cus-start.el (selection-coding-system, scalable-fonts-allowed): Add.
3460
3461 * progmodes/scheme.el (syntax-case): Define scheme-indent-function.
3462
3463 * international/mule-conf.el: Doc fixes.
3464
3465 2002-10-29 Richard M. Stallman <rms@gnu.org>
3466
3467 * server.el (server-switch-buffer): Say when no server buffers remain.
3468
3469 * net/goto-addr.el (goto-address-url-regexp): Don't match `mailto'.
3470
3471 2002-10-28 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
3472
3473 * progmodes/make-mode.el (makefile-warn-continuations):
3474 Call re-search-forward with NOERROR t.
3475
3476 2002-10-29 Kim F. Storm <storm@cua.dk>
3477
3478 * ido.el (ido-wide-find-dirs-or-files): Fixed problem that caused
3479 incomplete list of matches to be returned.
3480
3481 2002-10-29 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
3482
3483 * textmodes/texinfo.el (texinfo-environments): Add environment;
3484 copying, documentdescription, ifplaintext, ifnotplaintext, and
3485 verbatim.
3486
3487 * textmodes/texinfmt.el (texinfo-format-ifplaintext): New function.
3488 (ifplaintext, ifnotplaintext)
3489 (afourpaper, afivepaper, afourlatex, afourwide)
3490 (documentlanguage, documentencoding): New aliases.
3491
3492 2002-10-29 John Paul Wallington <jpw@shootybangbang.com>
3493
3494 * ibuffer.el (ibuffer-mouse-popup-menu): Set point before popping
3495 up filter groups menu. Preserve point unless a menu command has
3496 moved it from point clicked.
3497
3498 2002-10-29 David Kastrup <dak@lola.goethe.zz>
3499
3500 * calc/calc.el (calc-any-evaltos): Initialize to nil, since
3501 calc-refresh-evaltos appears to need this.
3502
3503 2002-10-28 Dave Love <fx@gnu.org>
3504
3505 * international/mule-diag.el (non-iso-charset-alist): Move to
3506 avoid compilation warning.
3507 (mule-diag): Provide.
3508
3509 * international/code-pages.el (cp-make-coding-system):
3510 Use utf-translation-table-for-decode, not
3511 utf-8-translation-table-for-decode.
3512 (mule-diag): Require.
3513
3514 * language/thai-util.el (thai-composition-function): Don't use prog1.
3515
3516 * language/lao-util.el (lao-composition-function): Don't use prog1.
3517
3518 * language/european.el (diacritic-composition-function):
3519 Modify confused prog1 form.
3520
3521 * international/quail.el (quail-keyboard-layout-alist): Fix pc105-uk.
3522 (quail-keyboard-layout): Customize.
3523 Move after quail-keyboard-layout-alist.
3524
3525 2002-10-28 Miles Bader <miles@gnu.org>
3526
3527 * progmodes/make-mode.el (makefile-warn-continuations):
3528 Don't barf when there _aren't_ any suspicious continuations.
3529
3530 2002-10-28 Matthew Swift <swift@alum.mit.edu>
3531
3532 * progmodes/compile.el (grep-find-use-xargs): Fix docstring.
3533
3534 2002-10-27 Michael Kifer <kifer@cs.stonybrook.edu>
3535
3536 * ediff-wind.el (ediff-control-frame-parameters): Add scrollbar-height.
3537
3538 2002-10-27 Andreas Schwab <schwab@suse.de>
3539
3540 * progmodes/sh-script.el (sh-mode-syntax-table): Don't make ^L
3541 end-of-comment syntax.
3542
3543 2002-10-27 Kim F. Storm <storm@cua.dk>
3544
3545 * ido.el (ido-cannot-complete-command): New defcustom, default to
3546 ido-completion-help (similar to iswitchb-cannot-complete-hook).
3547 (ido-complete): Call value of ido-cannot-complete-command rather
3548 than ido-completion-help when no common completion.
3549
3550 2002-10-27 Dave Love <fx@gnu.org>
3551
3552 * international/code-pages.el (iso-8859-11): New.
3553
3554 2002-10-27 Kim F. Storm <storm@cua.dk>
3555
3556 * pcvs.el (cvs-checkout): Use read-directory-name.
3557 (cvs-query-directory): Likewise.
3558
3559 2002-10-26 Richard M. Stallman <rms@gnu.org>
3560
3561 * progmodes/make-mode.el (makefile-cleanup-continuations):
3562 Default for variable is nil.
3563 (makefile-warn-continuations): New function.
3564 (makefile-mode): Put it on write-file-functions.
3565
3566 * international/mule-cmds.el (select-safe-coding-system):
3567 Delete debugging setq.
3568
3569 * shell.el (shell): Look for .emacs_SHELL under ~/.emacs.d
3570 after looking in ~.
3571
3572 * startup.el (command-line): Look for .emacs under ~/.emacs.d
3573 after looking in ~.
3574
3575 * simple.el (toggle-truncate-lines): When turning off truncation,
3576 clear out the hscroll value in this buffer's windows.
3577
3578 * simple.el (display-message-or-buffer): Don't display empty
3579 output in the echo area.
3580
3581 * man.el (Man-default-man-entry): Don't look for all word chars,
3582 look only for characters that are normally part of a shell command.
3583
3584 * gud.el (gdb): Pass default-directory to GDB via -cd option.
3585
3586 * font-lock.el (c++-font-lock-keywords...): Add `restrict' keyword.
3587
3588 * find-file.el (ff-find-related-file): Fix autoload cookie.
3589
3590 * emacs-lisp/unsafep.el (unsafep-variable): Pass second arg to
3591 risky-local-variable-p.
3592
3593 * files.el (risky-local-variable-p): VAL=nil has special meaning.
3594
3595 * Makefile.in (compile-always): Avoid error in old Bash versions.
3596
3597 2002-10-26 John Paul Wallington <jpw@shootybangbang.com>
3598
3599 * textmodes/picture.el (picture-mouse-set-point): New command.
3600 (picture-mode-map): Bind it.
3601 (picture-motion-reverse): Doc fix.
3602
3603 2002-10-25 Stefan Monnier <monnier@cs.yale.edu>
3604
3605 * textmodes/outline.el (outline-next-heading): Make sure the match-data
3606 is really correct where returning.
3607
3608 2002-10-24 Matthew Swift <swift@alum.mit.edu>
3609
3610 * textmodes/outline.el (outline-minor-mode): Add customization group.
3611
3612 2002-10-23 Richard M. Stallman <rms@gnu.org>
3613
3614 * files.el (risky-local-variable-p): New arg VAL.
3615 (compile-command): Use `stringp' for `safe-local-variable' prop.
3616 (hack-one-local-variable): Pass VAL to `risky-local-variable-p'.
3617
3618 2002-10-23 Francis J. Wright <F.J.Wright@qmul.ac.uk>
3619
3620 * woman.el (woman-version): Update to 0.551 (beta).
3621 (woman-parse-colon-path): Add support for current Cygwin mount
3622 conventions.
3623 (woman-Cyg-to-Win): New function to convert absolute filename from
3624 Cygwin to Windows form by executing external program cygpath if
3625 possible.
3626 (woman-man.conf-path): Update default to current common locations
3627 and to support Cygwin; update documentation.
3628 (woman-parse-man.conf): Generalize regexp to "man.*\\.conf" to
3629 match possible names of man.conf file; tidy code and documentation.
3630 (woman-manpath): Simplify default and documentation; essentially
3631 move code that was here into `woman-parse-colon-path'.
3632 (woman-default-indent): Change Linux to GNU in documentation.
3633 (woman-addition-face): Make documentation consistent with other
3634 WoMan faces.
3635 (woman-emulate-tbl): New variable, determines whether tbl
3636 emulation is required.
3637 (woman-decode-region): Add check for preprocessor requests.
3638 (woman0-process-escapes, woman-special-characters)
3639 (woman-get-next-char, woman-parse-numeric-value): Add support for
3640 long groff names of the form [xxx].
3641 (woman-strings, woman-change-fonts): Now call `woman-match-name'.
3642 (woman2-PD, woman2-na): Doc fix.
3643 (woman-match-name): New function.
3644 (woman2-TS): New function.
3645 (woman2-TE): New alias for `woman2-fi'.
3646
3647 2002-10-23 Kim F. Storm <storm@cua.dk>
3648
3649 * ido.el (ido-restrict-to-matches): New command.
3650 (ido-define-mode-map): Bind it to C-SPC and C-@ in ido-mode-map.
3651
3652 2002-10-22 Bob Halley <halley@play-bow.org> (tiny change)
3653
3654 * eshell/esh-io.el (eshell-set-output-handle): Fix so that
3655 multiple redirection can work.
3656
3657 2002-10-21 Stefan Monnier <monnier@cs.yale.edu>
3658
3659 * ielm.el (inferior-emacs-lisp-mode): If hexl not found, use cat.
3660 Don't hardcode point-min == 1.
3661
3662 * hexl.el (hexl-mode-old-write-contents-hooks): Remove.
3663 (hexl-mode, hexl-current-address, hexl-address-to-marker)
3664 (hexl-insert-char): Don't hardcode point-min == 1.
3665 (hexl-isearch-search-function): New fun.
3666 (hexl-mode-old-isearch-search-fun-function): New var.
3667 (hexl-mode): Use them.
3668 (hexl-mode, hexl-mode-exit, hexl-maybe-dehexlify-buffer):
3669 Use write-contents-functions rather then write-contents-hooks.
3670
3671 * textmodes/text-mode.el (text-mode-syntax-table): Make ' a prefix.
3672 (paragraph-indent-text-mode-abbrev-table)
3673 (paragraph-indent-text-mode-syntax-table): Remove.
3674 (paragraph-indent-text-mode): Use the :abbrev and :syntax-table args.
3675
3676 2002-10-21 Juanma Barranquero <lektu@terra.es>
3677
3678 * eshell/esh-util.el (directory-files-and-attributes): Copy docstring
3679 from Emacs 21. Arg DIR renamed to DIRECTORY for consistency.
3680
3681 2002-10-20 Andreas Schwab <schwab@suse.de>
3682
3683 * apropos.el (apropos-group): Use customize-group-other-window.
3684
3685 2002-10-18 Stefan Monnier <monnier@rum.cs.yale.edu>
3686
3687 * progmodes/perl-mode.el (perl-mode-syntax-table): Change $ back
3688 to just "/" instead of "/ p".
3689 (perl-font-lock-syntactic-keywords): Use ". p" for the `$'.
3690
3691 2002-10-18 Juanma Barranquero <lektu@terra.es>
3692
3693 * textmodes/artist.el (artist-ff-is-bottommost-line): Fix misplaced
3694 ELSE expression on IF.
3695
3696 2002-10-17 Juanma Barranquero <lektu@terra.es>
3697
3698 * align.el (align-rules-list, align-exclude-rules-list): Fix typos.
3699
3700 * subr.el (remq): Likewise.
3701
3702 * vc-cvs.el (vc-cvs-sticky-tag-display): Likewise.
3703
3704 * vc-hooks.el (vc-insert-file): Likewise.
3705
3706 * vcursor.el (vcursor-other-window): Likewise.
3707
3708 * wid-edit.el (widget-choose): Likewise.
3709
3710 * calendar/diary-lib.el (diary-name-pattern): Likewise.
3711
3712 * emacs-lisp/elint.el (elint-error, elint-warning): Likewise.
3713
3714 * emacs-lisp/lisp.el (beginning-of-defun): Likewise.
3715
3716 * emulation/edt-mapper.el (top-level): Likewise.
3717
3718 * eshell/esh-var.el (eshell/define): Likewise.
3719
3720 * mail/feedmail.el (feedmail-nuke-body-in-fcc)
3721 (feedmail-queue-draft-directory): Likewise.
3722
3723 * net/netrc.el (netrc-parse): Likewise.
3724
3725 * obsolete/cplus-md.el (c++-empty-arglist-indent): Likewise.
3726
3727 * progmodes/ebrowse.el (ebrowse-ts)
3728 (ebrowse-view/find-file-and-search-pattern)
3729 (ebrowse-draw-file-member-info): Likewise.
3730
3731 * progmodes/idlwave.el (idlwave-region-active-p): Likewise.
3732
3733 * progmodes/idlw-shell.el (idlwave-shell-set-bp): Likewise.
3734
3735 * progmodes/sh-script.el (sh-indent-for-then): Likewise.
3736
3737 * textmodes/bibtex.el (bibtex-find-entry-location): Likewise.
3738
3739 * textmodes/sgml-mode.el (sgml-close-tag, html-imenu-index): Likewise.
3740
3741 2002-10-17 Dave Love <fx@gnu.org>
3742
3743 * international/mule-diag.el (non-iso-charset-alist): Add koi8-u.
3744
3745 * international/code-pages.el (cp-make-translation-table): Use
3746 ucs-mule-to-mule-unicode.
3747 (cp-fix-safe-chars): Fix typo.
3748 (non-iso-charset-alist): Don't define.
3749 (cp-make-coding-system): Use utf-8-translation-table-for-decode.
3750 Define translation-table-for-input.
3751 (cp866): Reinstate.
3752 (alternativnj): Don't define alias.
3753 (koi8-u): Deleted.
3754
3755 * language/european.el ("Slovenian"): Use slovenian input-method.
3756 (encode-mac-roman): Use ucs-mule-to-mule-unicode.
3757
3758 * language/cyrillic.el (cyrillic-alternativnyj-decode-table): Fix
3759 the table.
3760 (cyrillic-alternativnyj): Don't give it `mime-charset' property.
3761 (cp866): Delete this alias.
3762 ("Bulgarian"): Fix the value of `input-method'.
3763
3764 2002-10-16 Luc Teirlinck <teirllm@mail.auburn.edu>
3765
3766 * dired-aux.el (dired-add-entry): Put point in correct position
3767 before inserting marker char.
3768
3769 2002-10-16 Andreas Schwab <schwab@suse.de>
3770
3771 * dired.el (dired-readin-insert): Expand dired-directory.
3772
3773 * dired-aux.el (dired-insert-subdir-doinsert): Preserve point.
3774
3775 2002-10-16 Markus Rost <rost@math.ohio-state.edu>
3776
3777 * textmodes/reftex-vars.el: Move reftex-set-dirty here from
3778 reftex.el. Move the provide call to end of file.
3779
3780 * textmodes/reftex.el: Move reftex-set-dirty to reftex-vars.el.
3781
3782 2002-10-15 Dave Love <fx@gnu.org>
3783
3784 * man.el (Man-getpage-in-background): Set width in environment.
3785
3786 2002-10-15 Kenichi Handa <handa@m17n.org>
3787
3788 * mail/sendmail.el (sendmail-send-it): Call
3789 select-message-coding-system before changing the current bufer to
3790 " sendmail temp".
3791
3792 2002-10-14 Andre Spiegel <spiegel@gnu.org>
3793
3794 * files.el (insert-directory): Handle //SUBDIRED// lines in
3795 recursive listings from ls --dired.
3796
3797 * vc.el (vc-dired-reformat-line): Simplified. Handles text
3798 properties correctly now.
3799
3800 2002-10-14 Juanma Barranquero <lektu@terra.es>
3801
3802 * international/mule.el (set-selection-coding-system): Fix spacing.
3803
3804 2002-10-13 Richard M. Stallman <rms@gnu.org>
3805
3806 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
3807 Treat `ignore' specially--prevent warnings about functions
3808 called for effect, in its args.
3809 Don't warn when `pop' is used for effect.
3810
3811 * emacs-lisp/autoload.el (autoload-print-form): Cleanup.
3812
3813 * uniquify.el (uniquify-get-proposed-name):
3814 Don't use directory-sep-char.
3815
3816 * thingatpt.el (read-from-whole-string): Add call to `ignore'.
3817
3818 * find-file.el (ff-related-file-alist): New alias.
3819 (ff-find-related-file): New alias.
3820
3821 2002-10-13 Andreas Schwab <schwab@suse.de>
3822
3823 * dired.el (dired-insert-directory): When looking for existing
3824 indentation, goto OPOINT instead of beginning of buffer.
3825
3826 2002-10-12 Stefan Monnier <monnier@cs.yale.edu>
3827
3828 * cus-dep.el (custom-make-dependencies): Ignore preloaded files.
3829
3830 2002-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
3831
3832 * ediff-init.el (ediff-frame-char-height): Use frame-selected-window.
3833
3834 * ediff-util.el (ediff-file-checked-in-p): Changed progn with and.
3835
3836 * ediff-wind.el (ediff-skip-unsuitable-frames): Distinguish selected
3837 frame from frame of selected window.
3838 (ediff-frame-has-dedicated-windows): Don't select any frames to avoid
3839 changing selected windows.
3840 (ediff-setup-control-frame): Make sure auto-rase is properly set for
3841 the control frame.
3842
3843 2002-10-10 Simon Josefsson <jas@extundo.com>
3844
3845 * browse-url.el (browse-url-mozilla): Doc fix.
3846
3847 2002-10-10 Steve Youngs <youngs@xemacs.org>
3848
3849 * browse-url.el (browse-url-mozilla-new-window-is-tab): New.
3850 (browse-url-mozilla): Use it.
3851
3852 2002-10-11 Miles Bader <miles@gnu.org>
3853
3854 * vc-cvs.el (vc-cvs-parse-entry): Don't barf when an `Entries'
3855 files contains an invalid timestamp.
3856
3857 2002-10-11 Simon Josefsson <jas@extundo.com>
3858
3859 * mail/sendmail.el (mail-envelope-from): New option `header' to
3860 use RFC 2822 From: header as the envelope address.
3861 (mail-envelope-from): New function, this should be used instead of
3862 looking at the `mail-envelope-from' variable.
3863 (sendmail-send-it): Use it.
3864
3865 * mail/smtpmail.el (smtpmail-via-smtp): Use it.
3866
3867 2002-10-11 Andre Spiegel <spiegel@gnu.org>
3868
3869 * dired.el (dired-insert-directory): Fix check for indentation
3870 from ls --dired.
3871
3872 * vc.el (vc-dired-reformat-line): As a temporary fix, remove all text
3873 properties from the reformatted line.
3874
3875 2002-10-10 Stefan Monnier <monnier@cs.yale.edu>
3876
3877 * textmodes/paragraphs.el (forward-paragraph): Keep track of
3878 remaining paragraphs to skip more carefully.
3879
3880 * add-log.el (add-change-log-entry): Don't call find-file at all
3881 if we're already in the proper buffer.
3882 (change-log-resolve-conflict): New fun.
3883 (change-log-mode): Use it and use define-derived-mode.
3884 (change-log-merge): Allow other-log to be a buffer.
3885 Don't add a \n if there are already enough \n's.
3886
3887 * finder-inf.el, subdirs.el, cus-load.el: Remove.
3888
3889 * finder.el ("finder-inf"): Don't fail if the file is absent.
3890
3891 * cus-dep.el (custom-make-dependencies): Don't use find-file.
3892 Use feature names rather than file names if applicable.
3893
3894 * cus-edit.el (customize-mode): New command.
3895
3896 * custom.el (custom-group-of-mode): New fun.
3897 (custom-load-symbol): Don't use preloaded-file-list now that
3898 load-history is always complete. Don't look up the expanded file
3899 name in load-history (looked like an XEmacsism).
3900
3901 * smerge-mode.el (smerge-ediff): Autoload.
3902 (smerge-match-conflict): Don't assume as much about smerge-begin-re.
3903 (smerge-resolve-function): New var.
3904 (smerge-resolve): New command.
3905 (smerge-basic-map): Bind it.
3906
3907 2002-10-10 Andre Spiegel <spiegel@gnu.org>
3908
3909 * vc-cvs.el (vc-cvs-parse-entry): Parse the time stamp found in
3910 CVS/Entries, rather than comparing it textually.
3911
3912 2002-10-10 Markus Rost <rost@math.ohio-state.edu>
3913
3914 * international/encoded-kb.el: Add `provide' call.
3915
3916 2002-10-09 David Kastrup <David.Kastrup@t-online.de>
3917
3918 * calc/calc-alg.el (calcFunc-ln): In symbolic manipulations,
3919 ln(-1) should be i*pi, not pi.
3920
3921 2002-10-09 Markus Rost <rost@math.ohio-state.edu>
3922
3923 * vc-cvs.el (vc-cvs-registered): In the autoload version use load
3924 instead of require to avoid loops when loaddefs.el is loaded after
3925 vc-cvs.el.
3926
3927 * cus-edit.el (Custom-reset-current): Don't test for default-boundp.
3928 (Custom-reset-saved): Don't test for saved-value.
3929
3930 2002-10-08 Stefan Monnier <monnier@cs.yale.edu>
3931
3932 * vc.el (vc-find-version): Use the new backend op `find-version'.
3933 (vc-default-find-version): Provide the new backend op `find-version'
3934 in terms of the old `checkout' op.
3935
3936 * vc-rcs.el (vc-rcs-find-version): New fun.
3937 (vc-rcs-checkout): Remove `workfile' arg and simplify.
3938
3939 * vc-sccs.el (vc-sccs-find-version): New fun.
3940 (vc-sccs-checkout): Remove `workfile' arg and simplify.
3941
3942 * vc-cvs.el (vc-cvs-find-version): New fun.
3943
3944 2002-10-08 John Paul Wallington <jpw@shootybangbang.com>
3945
3946 * info.el (Info-next-menu-item, Info-last-menu-item)
3947 (info-emacs-manual): Add docstrings.
3948 (Info-index): Use `string-to-number' instead of `string-to-int'.
3949
3950 2002-10-08 Kenichi Handa <handa@m17n.org>
3951
3952 * international/ucs-tables.el (ucs-translation-table-for-decode):
3953 Define it as a translation-table.
3954
3955 2002-10-07 Richard M. Stallman <rms@gnu.org>
3956
3957 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
3958
3959 * progmodes/compile.el (grep-compute-defaults): Set the standard-value
3960 properties of the variables being initialized.
3961
3962 * thingatpt.el (thing-at-point-url-path-regexp): Doc fix.
3963
3964 2002-10-07 Kim F. Storm <storm@cua.dk>
3965
3966 * emulation/cua-base.el (cua-normal-cursor-color):
3967 Fixed initialization to make "Erase Customization" work.
3968
3969 2002-10-07 Stefan Monnier <monnier@cs.yale.edu>
3970
3971 * vc.el (vc-maybe-resolve-conflicts): Always call vc-resolve-conflicts
3972 in case some other package redefined it.
3973 (vc-resolve-conflicts): Make it into an alias for smerge-ediff.
3974
3975 * textmodes/fill.el (fill-paragraph): Go to BOL before calling
3976 forward-paragraph to make sure its return value is meaningful.
3977
3978 2002-10-06 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3979
3980 * net/tramp.el: Version 2.0.25 released.
3981 (tramp-handle-file-truename): If it's a directory,
3982 append slash only if result doesn't end in a slash already.
3983 (tramp-handle-file-truename): Restructure logic. If list of steps
3984 is nil, return "/" as the real name.
3985 (tramp-completion-mode): Add "\\(" and "\\)". Otherwise,
3986 `match-string' doesn't make sense. From Michael Albinus.
3987 (tramp-host-with-port-regexp): New defcustom. Equal to previous
3988 `tramp-host-regexp'. From Michael Albinus.
3989 (tramp-host-regexp): Taken off hashes in host names. Otherwise,
3990 scanning files like .rhosts would take comments as host names.
3991 From Michael Albinus.
3992 (tramp-file-name-structure, tramp-multi-file-name-hop-structure):
3993 Replace `tramp-host-regexp' by `tramp-host-with-port-regexp'.
3994 From Michael Albinus.
3995 (tramp-action-terminal): New function.
3996 (tramp-terminal-prompt-regexp): New variable, matches "tset" prompts.
3997 (tramp-actions-before-shell): Use them.
3998 (tramp-handle-shell-command): Logic error. From Ivan
3999 Zakharyaschev <imz@altlinux.org>.
4000
4001 2002-10-06 Markus Holmberg <markush@acc.umu.se> (tiny change)
4002
4003 * thingatpt.el (thing-at-point-uri-schemes): New variable.
4004 (thing-at-point-url-regexp): Use it.
4005
4006 2002-10-06 Glenn Morris <gmorris@ast.cam.ac.uk>
4007
4008 * progmodes/fortran.el (fortran-beginning-do): Ignore labelled DO
4009 loops.
4010
4011 2002-10-05 Stefan Monnier <monnier@cs.yale.edu>
4012
4013 * vc.el (vc-log-mode-map): Explicitly inherit from text-mode.
4014 (vc-maybe-resolve-conflicts): Don't check smerge-mode and smerge-ediff.
4015 (vc-print-log): Don't check log-view-mode.
4016 (vc-default-show-log-entry): Don't check log-view-goto-rev.
4017 (vc-log-mode): Remove.
4018 (vc-log-edit): Don't check log-edit.
4019
4020 2002-10-04 Stefan Monnier <monnier@cs.yale.edu>
4021
4022 * vc-cvs.el (vc-cvs-show-log-entry):
4023 * vc-rcs.el (vc-rcs-show-log-entry): Delete.
4024
4025 * smerge-mode.el (smerge-ediff): Add name-{mine,other,base} args.
4026
4027 2002-10-04 Markus Rost <rost@math.ohio-state.edu>
4028
4029 * vc.el (vc-default-show-log-entry): Fix typo.
4030
4031 2002-10-04 Steven Tamm <steventamm@mac.com>
4032
4033 * term/mac-win.el: Add lines to handle the new [return] event.
4034
4035 2002-10-03 Stefan Monnier <monnier@cs.yale.edu>
4036
4037 * textmodes/fill.el (fill-paragraph): Give up if there's no
4038 paragraph at or after point.
4039
4040 * textmodes/paragraphs.el (forward-paragraph): Return the steps left.
4041
4042 * vc.el (vc-print-log): Unconditionally use `show-log-entry'.
4043 (vc-default-show-log-entry): New fun.
4044
4045 * subr.el (read-key-auxiliary-map, read-key): Remove.
4046 (read-quoted-char): Undo the `read-key' change of 2002-06-23.
4047
4048 2002-10-03 Markus Rost <rost@math.ohio-state.edu>
4049
4050 * progmodes/ada-stmt.el (ada-stmt-add-to-ada-menu): Handle the
4051 menu pseudo-keys generated by easymenu which are lowercase in
4052 Emacs 21.4.
4053
4054 * progmodes/ada-xref.el
4055 (ada-xref-update-project-menu,ada-add-ada-menu): Ditto.
4056
4057 2002-10-03 John Paul Wallington <jpw@shootybangbang.com>
4058
4059 * frame.el (delete-frame-hook): Variable alias for
4060 `delete-frame-functions'. Mark obsolete.
4061
4062 2002-10-02 Stefan Monnier <monnier@cs.yale.edu>
4063
4064 * textmodes/outline.el (outline-1, outline-2, outline-3, outline-4)
4065 (outline-5, outline-6, outline-7, outline-8): New faces.
4066 (outline-font-lock-faces, outline-font-lock-levels): New vars.
4067 (outline-font-lock-face): New fun.
4068 (outline-font-lock-keywords): Use it.
4069 (outline-font-lock-level): Remove.
4070 (outline-mode, outline-next-preface, outline-next-heading)
4071 (outline-previous-heading, outline-next-visible-heading):
4072 Use shy group.
4073 (outline-level) <var>: Update calling convention.
4074 (outline-level) <fun>: Take advantage of it.
4075 (outline-demote): Don't assume the match-data is still uptodate.
4076 (outline-up-heading): Simplify and make sure the match data is
4077 properly set at the end.
4078
4079 2002-10-02 Markus Rost <rost@math.ohio-state.edu>
4080
4081 * progmodes/sh-script.el (sh-alias-alist): Use append instead of
4082 nconc.
4083
4084 * startup.el (normal-top-level): Reset standard-value property of
4085 `user-full-name' here.
4086
4087 2002-10-02 Per Abrahamsen <abraham@dina.kvl.dk>
4088
4089 * wid-edit.el (widget-default-get): Change to return external
4090 value.
4091 (widget-choice-action): Update caller.
4092 (widget-editable-list-entry-create): Update caller.
4093
4094 * wid-edit.el (widget-types-copy): New function.
4095 (default): Added :copy keyword.
4096 (menu-choice): Ditto.
4097 (checklist): Ditto.
4098 (radio-button-choice): Ditto.
4099 (editable-list): Ditto.
4100 (group): Ditto.
4101 (widget-copy): New function.
4102 (widget-create-child): Use it.
4103 (widget-create-child-value): Use it.
4104
4105 2002-10-01 Bill Wohler <wohler@newt.com>
4106
4107 * mail/mh-comp.el, mail/mh-e.el, mail/mh-funcs.el,
4108 mail/mh-mime.el, mail/mh-pick.el, mail/mh-seq.el,
4109 mail/mh-utils.el, mail/mh-xemacs-compat.el, mail/reply2.pbm,
4110 mail/reply2.xpm, toolbar/execute.pbm, toolbar/execute.xpm,
4111 toolbar/page-down.pbm, toolbar/page-down.xpm, toolbar/refile.pbm,
4112 toolbar/refile.xpm, toolbar/repack.pbm, toolbar/repack.xpm,
4113 toolbar/rescan.pbm, toolbar/rescan.xpm, toolbar/show.pbm,
4114 toolbar/show.xpm, toolbar/widen.pbm, toolbar/widen.xpm:
4115 Upgraded to mh-e version 6.1.1. Full ChangeLog available in
4116 http://prdownloads.sourceforge.net/mh-e/mh-e-6.1.tgz?download .
4117 There were no user-visible changes in 6.1.1 from 6.1--only the
4118 section of the Makefile that installs the files into Emacs was changed.
4119
4120 2002-10-01 Stefan Monnier <monnier@cs.yale.edu>
4121
4122 * pcvs.el (cvs-mode-find-file): Look up font-lock-face so it also
4123 works when font-lock is turned off.
4124
4125 * jit-lock.el (jit-lock-fontify-now): Don't widen.
4126 Let the jit-lock-functions do it if they want to.
4127
4128 2002-10-01 Juanma Barranquero <lektu@terra.es>
4129
4130 * eshell/esh-module.el (eshell-load-defgroups):
4131 Add "no-byte-compile: t" to subdirs.el.
4132
4133 * makefile.w32-in (update-subdirs-CMD): Likewise.
4134
4135 * forms-d2.el:
4136 * forms-pass.el:
4137 * generic-x.el:
4138 * patcomp.el:
4139 * paths.el:
4140 * version.el:
4141 * international/mule-conf.el:
4142 * language/czech.el:
4143 * language/devanagari.el:
4144 * language/english.el:
4145 * language/georgian.el:
4146 * language/greek.el:
4147 * language/hebrew.el:
4148 * language/japanese.el:
4149 * language/korean.el:
4150 * language/lao.el:
4151 * language/misc-lang.el:
4152 * language/romanian.el:
4153 * language/slovak.el:
4154 * language/thai.el:
4155 * language/utf-8-lang.el:
4156 * emacs-lisp/cl-specs.el:
4157 * eshell/esh-maint.el:
4158 * mail/blessmail.el:
4159 * play/bruce.el:
4160 * term/apollo.el:
4161 * term/AT386.el:
4162 * term/bobcat.el:
4163 * term/internal.el:
4164 * term/iris-ansi.el:
4165 * term/keyswap.el:
4166 * term/linux.el:
4167 * term/lk201.el:
4168 * term/news.el:
4169 * term/vt102.el:
4170 * term/vt125.el:
4171 * term/vt200.el:
4172 * term/vt201.el:
4173 * term/vt220.el:
4174 * term/vt240.el:
4175 * term/vt300.el:
4176 * term/vt320.el:
4177 * term/vt400.el:
4178 * term/vt420.el:
4179 * term/wyse50.el: Add "no-byte-compile: t" in first line.
4180
4181 2002-10-01 Kenichi Handa <handa@m17n.org>
4182
4183 * international/utf-16.el: Don't provide utf-16.
4184
4185 * international/utf-8.el (ccl-decode-mule-utf-8):
4186 Remove unnecessary line.
4187
4188 2002-09-30 Kenichi Handa <handa@m17n.org>
4189
4190 * language/thai.el (thai-tis620): Add `mime-charset' property.
4191
4192 * language/indian.el: Don't register "ISO10646.*-1" in
4193 font-ccl-encoder-alist.
4194
4195 * language/cyrillic.el (ccl-decode-koi8): Refer to
4196 ucs-translation-table-for-decode.
4197 (ccl-decode-koi8-u): Likewise.
4198 (ccl-decode-alternativnyj): Likewise.
4199 (cyrillic-koi8): Put `dependency' property.
4200 (koi8-u): Likewise.
4201 (cyrillic-alternativnyj): Likewise.
4202
4203 * international/utf-8.el (ucs-mule-to-mule-unicode): Don't define
4204 this translation-table name here.
4205 (utf-translation-table-for-encode): New translation-table name.
4206 (utf-fragmentation-table): Renamed from utf-8-fragmentation-table.
4207 (utf-defragmentation-table): New variable.
4208 (ucs-mule-cjk-to-unicode): Renamed from utf-8-subst-rev-table.
4209 (utf-subst-table-for-encode): New translation-table name.
4210 (ucs-unicode-to-mule-cjk): Renamed from utf-8-subst-table.
4211 (utf-subst-table-for-decode): New translation-table name.
4212 (utf-fragment-on-decoding): Renamed from
4213 utf-8-fragment-on-decoding. Correctly handle the case that
4214 unify-8859-on-encoding-mode is off. Handle mule-utf-16-le and
4215 mule-utf-16-be too.
4216 (utf-translate-cjk): Renamed from utf-8-translate-cjk.
4217 Handle mule-utf-16-le and mule-utf-16-be too.
4218 (ccl-decode-mule-utf-8): Refer to utf-translation-table-for-decode
4219 and utf-subst-table-for-decode.
4220 (ccl-encode-mule-utf-8): Refer to utf-translation-table-for-encode
4221 and utf-subst-table-for-encode.
4222 (mule-utf-8): Fix `safe-charsets' property, put `dependency' property.
4223
4224 * international/utf-8-subst.el: Setup ucs-unicode-to-mule-cjk and
4225 ucs-mule-cjk-to-unicode, not utf-8-subst-table and
4226 utf-8-subst-rev-table.
4227
4228 * international/utf-16.el (utf-16-decode-ucs): Look up
4229 utf-subst-table-for-decode. Fix for the case that the looking up
4230 succeeds.
4231 (ccl-decode-mule-utf-16-le): Translate characters by
4232 utf-translation-table-for-decode.
4233 (ccl-decode-mule-utf-16-be): Likewise.
4234 (ccl-encode-mule-utf-16-le): Look up utf-subst-table-for-encode
4235 at first. Translate characters by utf-translation-table-for-encode.
4236 (ccl-encode-mule-utf-16-be): Likewise.
4237 (mule-utf-16-le, mule-utf-16-be): Add `dependency' property.
4238
4239 * loadup.el: Preload international/utf-16. Don't call ucs-unify-8859.
4240
4241 * international/ucs-tables.el: Don't bind
4242 utf-8-translation-table-for-decode while setting up
4243 ucs-mule-8859-to-ucs-table, etc. Add `depenency' property to
4244 iso-8859-* coding systems.
4245 (ucs-unify-8859): Arguments changed to FOR-ENCODE and FOR-DECODE.
4246 If FOR-DECODE is non-nil, make ucs-mule-8859-to-mule-unicode
4247 populate the translation table named
4248 ucs-translation-table-for-decode. If FOR-ENCODE is non-nil, make
4249 ucs-mule-to-mule-unicode populates the translation table named
4250 utf-translation-table-for-encode. Call register-char-codings for
4251 mule-utf-16-be and mule-utf-16-le too.
4252 (ucs-fragment-8859): Arguments changed to FOR-ENCODE and
4253 FOR-DECODE. If FOR-DECODE is non-nil, make the translation table
4254 named ucs-translation-table-for-decode vacant. If FOR-ENCODE is
4255 non-nil, make a proper char-table populates the translation table
4256 name utf-translation-table-for-encode. Call register-char-codings
4257 for all mule-utf-* to to reset their status to the origianl.
4258 (unify-8859-on-encoding-mode): Call ucs-unify-8859 and
4259 ucs-fragment-8859 with fixed arguments. Set the version to 21.3.
4260 (unify-8859-on-decoding-mode): Likewise. Remove dependency.
4261 (ccl-encode-unicode-font): Delete.
4262 (ucs-tables-unload-hook): Delete.
4263
4264 * international/mule.el (decode-char): Refer to the translation
4265 hash table named utf-subst-table-for-decode. Refer to the
4266 translation table named utf-translation-table-for-decode instead
4267 of utf-8-translation-table-for-decode.
4268 (encode-char): Refer to the translation hash table named
4269 utf-subst-table-for-encode. Refer to the translation table named
4270 utf-translation-table-for-encode instead of
4271 utf-8-translation-table-for-encode.
4272
4273 * international/mule-diag.el (describe-coding-system):
4274 Describe `dependency' property.
4275
4276 * international/mule-conf.el (emacs-mule): Add property `composition'.
4277
4278 * international/fontset.el (ucs-mule-to-mule-unicode): Define this
4279 translation table name here.
4280 (ucs-mule-cjk-to-unicode): New translation table name.
4281 (ccl-encode-unicode-font): Merge the code in ucs-tables.el.
4282 (font-ccl-encoder-alist): Change the font registry pattern to
4283 "ISO10646.*-*".
4284
4285 2002-09-30 Colin Walters <walters@gnu.org>
4286
4287 * calc/calc-stuff.el (calc-flush-caches): Add optional arg
4288 `inhibit-msg'.
4289
4290 * calc/calc-prog.el (calc-kbd-report, calc-kbd-query): Don't bind
4291 `executing-kbd-macro' and `defining-kbd-macro'.
4292
4293 * calc/calc-ext.el (calc-reset): Don't bind `executing-kbd-macro'.
4294 Call `calc-flush-caches' with inhibit-msg arg.
4295 (calc-change-mode): Remove extra arg for `calc-save-modes'.
4296
4297 * calc/calc-mode.el (calc-save-modes): Remove `quiet' arg.
4298 Don't bind `executing-kbd-macro'.
4299
4300 2002-09-29 Noah Friedman <friedman@splode.com>
4301
4302 * subr.el (read-key): Use read-key-auxiliary-map, not read-key-aux-map.
4303
4304 2002-09-29 Richard M. Stallman <rms@gnu.org>
4305
4306 * startup.el (user-mail-address): Initialize to a useful value
4307 once Emacs is started up; initialize to "" at loadup time.
4308 (command-line): "", not nil, means user-mail-address not set yet.
4309
4310 2002-09-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4311
4312 * net/tramp.el: Version 2.0.24 released.
4313 (tramp-methods, tramp-completion-function-alist):
4314 Rename "*-old" methods to "*_old". From Michael Albinus.
4315 (tramp-completion-function-alist):
4316 Use `tramp-completion-function-alist-ssh' for the "fcp" method.
4317 From Michael Albinus.
4318 (tramp-default-method-alist): Use "su" for "root@localhost".
4319 (tramp-host-regexp): Allow "#" for "host#port" kludge.
4320 (tramp-ange-ftp-file-name-p): If METHOD is nil, find the right
4321 default method. Require additional args USER and HOST for this.
4322 Callers changed.
4323 (tramp-handle-file-local-copy): More local bindings. Bind results
4324 of tramp-get-{remote,local}-{de,en}coding earlier to avoid nasty
4325 "are you awake" problem.
4326 (tramp-action-password): Protect against clobbered match data.
4327 (tramp-open-connection-setup-interactive-shell): Explicitly set
4328 tramp-last-cmd-time before invoking tramp-send-command the first
4329 time. Otherwise, tramp-send-command would issue "echo are you
4330 awake" right at the first time, which is not what we want.
4331 Reported by Douglas Gray Stephens.
4332 (tramp-find-inline-encoding): Don't redirect stdout to
4333 /dev/null to avoid "chmode go-rwx" operation from "mimencode
4334 >/dev/null" as root(!), and to check the output of the decoding
4335 command.
4336 (tramp-maybe-open-connection): Don't send "are you awake" if
4337 process has died.
4338
4339 2002-09-29 Colin Walters <walters@gnu.org>
4340
4341 * calc/calc.el (calc-dispatch-map): Actually set to keymap.
4342
4343 2002-09-29 Mike Williams <mdub@bigfoot.com>
4344
4345 * textmodes/sgml-mode.el (sgml-guess-indent): Handle tabs correctly.
4346
4347 2002-09-29 Richard M. Stallman <rms@gnu.org>
4348
4349 * custom.el (defcustom): Doc fix.
4350
4351 2002-09-28 Richard M. Stallman <rms@gnu.org>
4352
4353 * loadhist.el (unload-feature): When undefining a variable,
4354 delete its buffer-local bindings.
4355
4356 2002-09-28 Luc Teirlinck <teirllm@mail.auburn.edu>
4357
4358 * subr.el (remove-yank-excluded-properties): Fix bugs in
4359 handling of category properties.
4360
4361 2002-09-28 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4362
4363 * ps-print.el (ps-print-emacs-type): Error if ps-print is
4364 activated in Epoch, inLucid or in Emacs v19 or lesser.
4365 Value can no longer be `lucid'.
4366 (ps-print-version): New version number (6.5.8).
4367 (faces): Never do (require 'faces).
4368
4369 2002-09-28 Simon Josefsson <jas@extundo.com>
4370
4371 * mail/smtpmail.el (smtpmail-via-smtp): Only negotiate starttls on
4372 streams that were opened using starttls.
4373
4374 2002-09-28 Paul Reilly <pmr@pajato.com>
4375
4376 * files.el (auto-mode-alist): Add support for Java Enterprise
4377 ARchive (ear/EAR) and Web ARchive (war/WAR) files.
4378
4379 2002-09-28 John Paul Wallington <jpw@shootybangbang.com>
4380
4381 * progmodes/m4-mode.el (m4-font-lock-keywords)
4382 (m4-mode-syntax-table, m4-mode-abbrev-table, m4-m4-buffer)
4383 (m4-m4-region): Doc fixes.
4384
4385 2002-09-27 Stefan Monnier <monnier@cs.yale.edu>
4386
4387 * emacs-lisp/cl-macs.el: Use the new usage-in-docstring syntax.
4388 (cl-push, cl-pop): Remove.
4389 Use pop and push throughout the file instead.
4390 (cl-transform-lambda): Add usage info to docstring if the arglist
4391 is complex.
4392
4393 * emacs-lisp/autoload.el (make-autoload): Add usage info to docstring.
4394 (autoload-print-form): Also quote open-[-in-column 0.
4395
4396 * help-fns.el (help-with-tutorial): Use minibuffer-completion-help.
4397 (help-split-fundoc): Don't support old syntax any more.
4398 (help-add-fundoc-usage): New fun.
4399
4400 * emacs-lisp/cl-extra.el (cl-push, cl-pop): Remove.
4401 Use pop and push throughout the file instead.
4402 (cl-hash-lookup): Remove.
4403 (cl-make-hash-table, cl-hash-table-p, cl-gethash, cl-puthash)
4404 (cl-remhash, cl-clrhash, cl-maphash, cl-hash-table-count): Simplify.
4405
4406 * emacs-lisp/cl-seq.el (cl-push, cl-pop): Remove.
4407 Use pop and push throughout the file instead.
4408
4409 * emacs-lisp/edebug.el: Don't precompute menu shortcuts during
4410 loading since the current keymaps might be all weird.
4411
4412 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't add properties
4413 to the name since they're added by mode-line-format already.
4414 (define-minor-mode): Run (,mode -1) when needed.
4415
4416 * tar-mode.el (tar-untar-buffer): Handle dir-entries.
4417 (tar-summarize-buffer, tar-mode, tar-extract, tar-copy, tar-expunge)
4418 (tar-alter-one-field, tar-subfile-save-buffer, tar-mode-write-file):
4419 Don't hardcode 1 == point-min.
4420
4421 * abbrev.el (write-abbrev-file): Don't hardcode point-min == 1.
4422
4423 * subr.el (read-key-auxiliary-map): New var.
4424 (read-key): Use it.
4425 (make-temp-file): Make the file have mode 600.
4426 (add-minor-mode): Don't add properties to the name since it's
4427 added by mode-line-format already.
4428 Be more careful with the mode-line-menu entry name.
4429
4430 * userlock.el (ask-user-about-supersession-threat): Don't abort
4431 when the user hits mouse-2.
4432
4433 * register.el (set-register): Use push.
4434 (point-to-register): Set kill-buffer-hook in this buffer.
4435 (register-swap-out): Use dolist.
4436 (kill-buffer-hook): Don't change globally.
4437
4438 * server.el (server-select-display): New function.
4439 (server-process-filter): Add support for `-display' and `-eval' args.
4440 (server-visit-files): Use save-current-buffer, push, and dolist.
4441 Add server-kill-buffer to kill-buffer-hook.
4442 (kill-buffer-hook): Don't modify globally.
4443 (server-switch-buffer): Be a bit more careful with multiple displays.
4444 (server-socket-name): Always use /tmp and non-qualified hostname.
4445
4446 * uniquify.el (uniquify-rationalize-file-buffer-names):
4447 Add to kill-buffer-hook for buffers with conflict.
4448 (rename-buffer): Check kill-buffer-hook to see if there was a conflict.
4449 (uniquify-delay-rationalize-file-buffer-names): Remove useless check.
4450 (kill-buffer-hook): Don't change globally.
4451
4452 2002-09-27 Stefan Monnier <monnier@cs.yale.edu>.
4453
4454 * calc/calc.el (calc-bug-address, calc-scan-for-dels, calc-stack)
4455 (calc-stack-top, calc-always-load-extensions)
4456 (calc-line-numbering, calc-line-breaking, calc-display-just)
4457 (calc-display-origin, calc-number-radix, calc-leading-zeros)
4458 (calc-group-digits, calc-group-char, calc-point-char)
4459 (calc-frac-format, calc-prefer-frac, calc-hms-format)
4460 (calc-date-format, calc-float-format, calc-complex-format)
4461 (calc-full-float-format, calc-complex-mode, calc-infinite-mode)
4462 (calc-display-strings, calc-matrix-just, calc-break-vectors)
4463 (calc-full-vectors, calc-full-trail-vectors, calc-vector-commas)
4464 (calc-vector-brackets, calc-matrix-brackets, calc-language)
4465 (calc-language-option, calc-function-open, calc-function-open)
4466 (calc-function-close, calc-language-output-filter)
4467 (calc-language-input-filter, calc-radix-formatter)
4468 (calc-left-label, calc-right-label, calc-word-size)
4469 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
4470 (calc-display-raw, calc-internal-prec, calc-inverse-flag)
4471 (calc-hyperbolic-flag, calc-keep-args-flag, calc-angle-mode)
4472 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
4473 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
4474 (calc-window-height, calc-display-trail, calc-show-selections)
4475 (calc-use-selections, calc-assoc-selections)
4476 (calc-display-working-message, calc-auto-why, calc-timing)
4477 (calc-display-sci-high, calc-display-sci-low, calc-other-modes)
4478 (calc-other-modes, calc-Y-help-msgs, calc-loaded-settings-file):
4479 Make into real defvars.
4480 (calc-mode-var-list): Delete.
4481 (calc-mode-save-mode, calc-standard-date-formats)
4482 (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
4483 (calc-user-parse-tables, calc-gnuplot-default-device)
4484 (calc-gnuplot-default-output, calc-gnuplot-print-device)
4485 (calc-gnuplot-print-output, calc-gnuplot-geometry)
4486 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
4487 (calc-invocation-macro, calc-show-banner): Make into defvars,
4488 taken from `calc-mode-var-list'.
4489 (calc-emacs-type-epoch, calc-emacs-type-19)
4490 (calc-emacs-type-lucid, calc-emacs-type-gnu19): Make into defvars.
4491 (calc-version, calc-version-date, calc-trail-pointer)
4492 (calc-trail-overlay, calc-undo-list, calc-redo-list)
4493 (calc-main-buffer, calc-trail-buffer, calc-why, calc-next-why)
4494 (calc-inverse-flag, calc-hyperbolic-flag, calc-keep-args-flag)
4495 (calc-last-kill, calc-previous-alg-entry, calc-dollar-values)
4496 (calc-dollar-used, calc-hashes-used, calc-quick-prev-results)
4497 (calc-said-hello, calc-executing-macro, calc-any-selections)
4498 (calc-help-phase, calc-full-help-flag, calc-refresh-count)
4499 (calc-display-dirty, calc-prepared-composition)
4500 (calc-selection-cache-default-entry, calc-embedded-info)
4501 (calc-embedded-active, calc-standalone-flag, var-EvalRules)
4502 (math-eval-rules-cache-tag, math-radix-explicit-format)
4503 (math-expr-function-mapping, math-expr-variable-mapping)
4504 (math-read-expr-quotes, math-working-step, math-working-step-2)
4505 (var-i, var-pi, var-e, var-phi, var-gamma, var-Modes): Make into
4506 defvars, from toplevel setq.
4507 (calc-mode-map): Set up keymap in more modern fashion.
4508 (calc-dispatch-map): Ditto.
4509 (calc-command-flags, calc-final-point-line)
4510 (calc-final-point-column): Defvar.
4511 (calc-do): Use `save-current-buffer' instead of `save-excursion'.
4512 (sel-mode): Defvar.
4513 (calc-any-evaltos): Ditto.
4514 (calc-buffer, calc-prev-char, calc-prev-prev-char)
4515 (calc-digit-value): Ditto.
4516 (math-eval-rules-cache, math-eval-rules-cache-other): Ditto.
4517 (math-sub-bignum): Bind `diff'.
4518 (calc-selection-cache-entry): Defvar.
4519 (calc-count-lines): Reference `pos' instead of `newpos'.
4520
4521 2002-09-27 Simon Josefsson <jas@extundo.com>
4522
4523 * mail/mail-hist.el (mail-hist-next-input): Fix docstring.
4524
4525 2002-09-26 Richard M. Stallman <rms@gnu.org>
4526
4527 * mail/unrmail.el (unrmail): Do the work directly,
4528 without actually selecting the messages in the from file.
4529 (unrmail-unprune): New subroutine.
4530
4531 * files.el (backup-buffer): Bind local var MODES.
4532 Don't use renaming for a suid or sgid file.
4533 Use backup-buffer-copy to do copying.
4534 (backup-buffer-copy): New subroutine.
4535 Clear suid and sgid bits for the copy.
4536
4537 2002-09-26 Edward M. Reingold <reingold@emr.cs.iit.edu>
4538
4539 * calendar/solar.el (solar-equinoxes-solstices):
4540 Use time properly adjusted for DST in the result.
4541
4542 2002-09-26 Richard M. Stallman <rms@gnu.org>
4543
4544 * follow.el (follow-generic-filter): Simply bind deactivate-mark.
4545 Bind inhibit-read-only; don't mess with buffer-read-only.
4546
4547 * speedbar.el (speedbar-refresh): Simply bind deactivate-mark.
4548
4549 2002-09-26 Luc Teirlinck <teirllm@mail.auburn.edu>
4550
4551 * ielm.el (inferior-emacs-lisp-mode): Treat the header as
4552 output, if comint-use-prompt-regexp-instead-of-fields is nil.
4553
4554 2002-09-26 John Paul Wallington <jpw@shootybangbang.com>
4555
4556 * ibuffer.el (ibuffer-update): Call `minibufferp' with argument
4557 instead of within `with-current-buffer'.
4558
4559 2002-09-26 Stephen Eglen <stephen@gnu.org>
4560
4561 * iswitchb.el (iswitchb-completions): Test that
4562 iswitchb-common-match-string is a string, before printing common
4563 completions.
4564
4565 2002-09-25 Stefan Monnier <monnier@cs.yale.edu>
4566
4567 * server.el: Use built-in network primitives.
4568 (server-program, server-previous-string): Remove.
4569 (server-previous-strings): New var.
4570 (server-socket-name): New var.
4571 (server-log): Minor change to the output format.
4572 (server-sentinel): Clean up global state when a client disconnects.
4573 (server-unquote-arg): New fun.
4574 (server-start): Use server-socket-name and make-network-process.
4575 (server-process-filter): Now talks to the clients directly.
4576 Normalize file name after unquoting and decoding.
4577 (server-buffer-done): Just close the connection.
4578 (server-switch-buffer): Handle the case where all windows are
4579 dedicated or minibuffers.
4580
4581 * font-lock.el (fast-lock-mode, lazy-lock-mode, jit-lock-mode):
4582 Don't bind them variables.
4583 (font-lock-turn-off-thing-lock, font-lock-after-fontify-buffer)
4584 (font-lock-after-unfontify-buffer): Check that the vars are bound.
4585 (font-lock-dont-widen): New var.
4586 (font-lock-default-fontify-region): Use it.
4587
4588 * emacs-lisp/find-func.el (find-library-name):
4589 Correctly find "file.el.gz" from "file.elc" or "file.elc.gz".
4590
4591 2002-09-25 Kenichi Handa <handa@etl.go.jp>
4592
4593 * international/mule-cmds.el (select-safe-coding-system):
4594 Handle safe but rejected default coding systems and unsafe default
4595 coding systems differently.
4596
4597 * international/mule-diag.el (list-character-sets): Use the buffer
4598 name "*Character Set List*", not "*Help*". List also indirectly
4599 supported character sets.
4600 (list-charset-chars): Use the buffer name "*Character List*", not
4601 "*Help*". Display the current charset name in the modeline.
4602 (non-iso-charset-alist): Add mapped charset list for `mac-roman'.
4603 (sort-listed-character-sets): Don't alter the region showing
4604 indirectly supported charsets.
4605
4606 2002-09-24 Simon Josefsson <jas@extundo.com>
4607
4608 * mail/mail-extr.el (mail-extr-ignore-single-names): Change default.
4609 (mail-extract-address-components): Doc fix.
4610
4611 2002-09-24 Markus Rost <rost@math.ohio-state.edu>
4612
4613 * simple.el (edit-and-eval-command): Protect command-history.
4614 (repeat-complex-command): Protect command-history.
4615
4616 2002-09-24 Juanma Barranquero <lektu@terra.es>
4617
4618 * replace.el (occur-find-match): New function.
4619 (occur-next, occur-prev): Use it.
4620
4621 * progmodes/sh-script.el (sh-mark-init): Don't set `occur-buffer'.
4622 (sh-mark-line): Likewise. Use 'occur-target and 'occur-match
4623 instead of 'occur and 'occur-point.
4624
4625 * eshell/em-unix.el (eshell-occur-mode-mouse-goto)
4626 (eshell-poor-mans-grep): Remove references to `occur-buffer'.
4627
4628 2002-09-24 Stefan Monnier <monnier@cs.yale.edu>
4629
4630 * descr-text.el (describe-text-category): Use *Help*.
4631 Don't kill-buffer.
4632 (describe-text-properties, describe-char):
4633 Delay self-inspection test. Use *Help*.
4634 Use syntax-after. Use `pos' rather than (point).
4635 Distinguish the before/after part of a composition.
4636
4637 2002-09-23 Kenichi Handa <handa@etl.go.jp>
4638
4639 * international/quail.el (quail-completion): Be sure to scroll
4640 quail-completion-buf.
4641
4642 2002-09-23 Richard M. Stallman <rms@gnu.org>
4643
4644 * ielm.el (*1): Fix previous change.
4645
4646 2002-09-23 Juanma Barranquero <lektu@terra.es>
4647
4648 * net/tramp.el (tramp-unified-filenames): Autoload it.
4649
4650 2002-09-23 Michael Kifer <kifer@cs.stonybrook.edu>
4651
4652 * ediff-init.el (ediff-get-next-window): Bug fix.
4653
4654 2002-09-22 Oliver Scholz <alkibiades@gmx.de>
4655
4656 * play/gamegrid.el (gamegrid-face): New variable to emulate a
4657 buffer-local default face.
4658 (gamegrid-xbm): New variable; XBM image as a replacement for
4659 `gamegrid-xpm' on Emacsen compiled without XPM-support.
4660 (gamegrid-colorize-glyph): Ported XEmacs-code for the generation
4661 of images to Emacs.
4662 (gamegrid-match-spec): Call `gamegrid-make-image-from-vector' to
4663 convert XEmacs-type image descriptors.
4664 (gamegrid-color-display-p): Remove (use `display-colors-p' instead.)
4665 (gamegrid-make-image-from-vector): New function. Convert XEmacs'
4666 image descriptors.
4667 (gamegrid-display-type): Use Emacs' standard `display-.*-p'
4668 functions to check for display capabilities. Fix the recognition
4669 of image-support in Emacs 21 by this way.
4670 (gamegrid-hide-cursor): Removed.
4671 (gamegrid-setup-default-font): Ported the code from XEmacs to
4672 Emacs: create a new face and assign the variable `gamegrid-face'
4673 to it. Make sure that the face is not higher than the smallest
4674 image used by the game.
4675 (gamegrid-initialize-display): Use `(setq cursor-type nil)'
4676 instead of `gamegrid-hide-cursor'.
4677 (gamegrid-set-face): If `gamegrid-display-mode' is 'glyph, put an
4678 image in the buffer, instead of applying a face. [This is because
4679 Emacs display-tables are not as capable as the display-tables in
4680 XEmacs. Maybe this function should be renamed to reflect the change?]
4681 (gamegrid-init-buffer): If `gamegrid-display-mode' is 'glyph, put
4682 the face held by `gamegrid-face' in an overlay over the whole
4683 buffer to emulate a buffer-local default-face.
4684
4685 2002-09-22 Markus Triska <triska@gmx.at> (iny change)
4686
4687 * play/doctor.el (doctor-doc): Add 2 question words.
4688 (doctor-getnoun): Parse and save the complete object phrase.
4689
4690 2002-09-22 Richard M. Stallman <rms@gnu.org>
4691
4692 * international/mule-cmds.el (select-safe-coding-system): Cope if
4693 default-coding-system gives nil which was then used in `min'.
4694
4695 * mail/sendmail.el (sendmail-send-it): If user's buffer
4696 is unibyte, make tembuf unibyte.
4697
4698 2002-09-22 Kai Gro\e,A_\e(Bjohann <grossjoh@ls6.informatik.uni-dortmund.de>
4699
4700 * net/tramp.el: Version 2.0.22 released.
4701 (tramp-parse-rhosts, tramp-parse-shosts)
4702 (tramp-parse-hosts, tramp-parse-passwd): Apply `push' but
4703 `add-to-list' for performance reasons.
4704 (tramp-get-completion-user-host): Return `nil' in case both `user'
4705 and 'host' are empty (not necessarily `nil'.
4706 (tramp-parse-netrc, tramp-parse-netrc-group): New functions.
4707 (tramp-user-regexp): " \t" are not user regexp characters.
4708 (tramp-completion-handle-file-name-all-completions):
4709 Remove Ange-FTP cmpletion. It has a bug not handling the "/ftp:" prefix
4710 completely, and it returns local completions as well.
4711 (tramp-completion-function-alist-ftp): New constant.
4712 (tramp-completion-function-alist): Add completion function for "ftp".
4713 From Michael Albinus <Michael.Albinus@alcatel.de>.
4714
4715 2002-09-22 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4716
4717 * net/tramp.el: Version 2.0.21 released.
4718 (tramp-handle-file-newer-than-file-p): If mtime of both files is
4719 known, return a useful result. Better error message in case one
4720 is a Tramp file and one isn't.
4721 (tramp-handle-file-local-copy, tramp-handle-write-region)
4722 (tramp-find-shell, tramp-open-connection-telnet)
4723 (tramp-open-connection-rsh, tramp-open-connection-su)
4724 (tramp-open-connection-setup-interactive-shell)
4725 (tramp-post-connection, tramp-maybe-open-connection)
4726 (tramp-method-out-of-band-p): Correct number of args for
4727 `tramp-get-rsh-program' and similar functions.
4728
4729 2002-09-22 Kai Gro\e,A_\e(Bjohann <grossjoh@ls6.informatik.uni-dortmund.de>
4730
4731 * net/tramp.el: Version 2.0.20 released.
4732
4733 2002-09-20 Kai Gro\e,A_\e(Bjohann <grossjoh@ls6.informatik.uni-dortmund.de>
4734
4735 * net/tramp.el (tramp-completion-function-alist): Escape open
4736 paren in docstring.
4737 (tramp-user-regexp, tramp-host-regexp): Allow empty strings.
4738 (tramp-handle-insert-file-contents): Call tramp-message-for-buffer
4739 instead of tramp-message.
4740 (tramp-open-connection-rsh): Handle empty string as user name.
4741 (tramp-open-connection-su): Handle empty string as host name.
4742 Handle nil user name.
4743 (tramp-handle-file-local-copy, tramp-handle-write-region)
4744 (tramp-completion-handle-file-name-all-completions)
4745 (tramp-open-connection-telnet, tramp-open-connection-rsh)
4746 (tramp-open-connection-su, tramp-post-connection)
4747 (tramp-maybe-open-connection, tramp-method-out-of-band-p)
4748 (tramp-get-connection-function, tramp-get-remote-sh)
4749 (tramp-get-rsh-program, tramp-get-rsh-args)
4750 (tramp-get-rcp-program, tramp-get-rcp-args)
4751 (tramp-get-rcp-keep-date-arg, tramp-get-su-program)
4752 (tramp-get-su-args, tramp-get-telnet-program)
4753 (tramp-get-telnet-args): Use `tramp-find-method', perhaps require
4754 additional args USER, HOST.
4755 (tramp-action-password, tramp-open-connection-telnet)
4756 (tramp-open-connection-su, tramp-open-connection-multi)
4757 (tramp-method-out-of-band-p): `tramp-method-out-of-band-p' now
4758 takes USER and HOST arguments, to be able to use
4759 `tramp-find-method'. Update callers.
4760 (tramp-find-method): New function.
4761
4762 2002-09-20 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4763
4764 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
4765 in SWITCHES (by removing it).
4766
4767 2002-09-18 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4768
4769 * net/tramp.el (tramp-file-name-handler): Add `file-remote-p' property.
4770
4771 2002-09-17 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4772
4773 * net/tramp.el (top-level): Maybe autoload uudecode-decode-region.
4774
4775 2002-09-16 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4776
4777 * net/tramp.el (tramp-bug): Add tramp-methods.
4778
4779 2002-09-16 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4780
4781 * net/tramp.el (tramp-methods): Update docstring:
4782 tramp-encoding-command, tramp-decoding-command,
4783 tramp-encoding-function and tramp-decoding-function are not
4784 parameters anymore.
4785 (tramp-uuencode-region): Autoload it.
4786
4787 2002-09-13 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4788
4789 * net/tramp.el: Version 2.0.19 released.
4790
4791 * net/tramp-uu.el: New file, implements uuencode in Lisp.
4792
4793 * net/tramp.el (tramp-coding-commands):
4794 Use `tramp-uuencode-region' as local encoder for the uuencode based
4795 entries.
4796
4797 2002-09-13 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4798
4799 * net/tramp.el (tramp-handle-write-region): Wrong parens.
4800
4801 2002-09-13 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4802
4803 * net/tramp.el: Version 2.0.18 released.
4804
4805 * net/tramp.el (tramp-perl-decode): Perl changes to accomodate
4806 older versions of Perl. Now tested with 5.004. Suggestion from
4807 Michael Albinus.
4808
4809 2002-09-12 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4810
4811 * net/tramp.el (tramp-find-inline-encoding):
4812 Call tramp-call-local-coding-command with nil for INPUT and OUTPUT.
4813 (tramp-call-local-coding-command): OUTPUT equals nil means to
4814 discard the output. INPUT equals nil means /dev/null.
4815
4816 2002-09-12 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4817
4818 * net/tramp.el (tramp-encoding-shell): Default to environment
4819 variable COMSPEC on Windows.
4820 (tramp-handle-write-region): More debugging output.
4821 (tramp-find-inline-encoding): Ditto.
4822
4823 2002-09-11 Michael Albinus <Michael.Albinus@alcatel.de>
4824
4825 * net/tramp.el (tramp-completion-handle-file-name-all-completions):
4826 Define `result1'.
4827 (tramp-parse-hosts-group): Discard IPv6 entries.
4828
4829 2002-09-11 Kai Gro\e,A_\e(Bjohann <grossjoh@ls6.informatik.uni-dortmund.de>
4830
4831 * net/tramp.el (tramp-post-connection): Only send Perl
4832 mime-encode/decode implementations when using inline method.
4833 (tramp-handle-file-local-copy)
4834 (tramp-handle-write-region, tramp-post-connection)
4835 (tramp-coding-commands, tramp-find-inline-encoding): For the
4836 inline encodings, distinguish between local and remote commands,
4837 instead of between commands and functions. (The local commands
4838 can be functions, too.) If the local host is a Windows machine,
4839 we can't expect the same commands to work there as on the remote host.
4840 (tramp-call-local-coding-command): New function for calling local
4841 encoding and decoding commands.
4842 (tramp-set-remote-encoding, tramp-get-remote-encoding)
4843 (tramp-set-remote-decoding, tramp-get-remote-decoding)
4844 (tramp-set-local-encoding, tramp-get-local-encoding)
4845 (tramp-set-local-decoding, tramp-get-local-decoding): New functions.
4846 (tramp-get-encoding-command, tramp-set-encoding-command)
4847 (tramp-get-decoding-command, tramp-set-decoding-command)
4848 (tramp-get-encoding-function, tramp-set-encoding-function)
4849 (tramp-get-decoding-function, tramp-set-decoding-function):
4850 Old functions, removed.
4851
4852 2002-09-10 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4853
4854 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
4855 Change command to invoke /bin/sh slightly to make it compatible
4856 with the `rc' shell. Suggested by Daniel Pittman.
4857
4858 2002-09-10 Michael Albinus <Michael.Albinus@alcatel.de>
4859
4860 * net/tramp.el (tramp-handle-write-region): Added missing
4861 `)'. Hope it's the right place.
4862
4863 2002-09-09 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4864
4865 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
4866 Do "exec env PS1='$ ' /bin/sh" instead of just "exec /bin/sh" in
4867 order to get a sane shell prompt. If people have ${CWD}, say, in
4868 their shell prompt, then the default login shell might display
4869 something harmless, but the /bin/sh will display a dollar sign
4870 which confused the subsequent prompt recognition.
4871 (tramp-multi-action-password): More debugging output.
4872 (tramp-encoding-shell): Renamed from tramp-sh-program.
4873 More documentation. Default to cmd.exe on Windows NT.
4874 (tramp-encoding-command-switch): New variable. Use instead of
4875 hard-wired "-c" which is only good for /bin/sh.
4876 (tramp-encoding-reads-stdin): New variable. If t, commands are
4877 called like "/bin/sh -c COMMAND <INPUT", if nil, they are called
4878 like "/bin/sh -c COMMAND INPUT", ie the input file is the last arg.
4879 (tramp-multi-sh-program): Always default to tramp-encoding-shell.
4880 (tramp-handle-file-local-copy, tramp-handle-write-region):
4881 Respect tramp-encoding-shell and friends.
4882 (tramp-find-inline-encoding): Use new-style calls for checking if
4883 the local commands work.
4884
4885 2002-09-07 Michael Albinus <Michael.Albinus@alcatel.de>
4886
4887 * net/tramp.el (tramp-methods): Remove `tramp-completion-function'
4888 entries. They are handled now by `tramp-completion-function-alist'.
4889 (tramp-completion-function): Defvar removed. I've never used
4890 it. Hmm.
4891 (tramp-get-completion-function)
4892 (tramp-get-completion-rsh, tramp-get-completion-ssh)
4893 (tramp-get-completion-telnet, tramp-get-completion-su):
4894 Functions removed as well. Not necessary any longer due to extended
4895 customization means.
4896 (tramp-completion-function-alist): New defcustom. Holds all
4897 FUNCTION FILE pairs used for user and host name completion
4898 relevant for METHOD.
4899 (tramp-completion-function-alist-rsh)
4900 (tramp-completion-function-alist-ssh)
4901 (tramp-completion-function-alist-telnet)
4902 (tramp-completion-function-alist-su): Defconst for initializing
4903 `tramp-completion-function-alist'. Unfortunately, mainly UNIX-like
4904 values are known for me until now. Needs to be completed for at
4905 least VMS++ like operating systems.
4906 (tramp-set-completion-function)
4907 (tramp-get-completion-function): New functions for configuration
4908 of `tramp-completion-function-alist'. The old definition of
4909 `tramp-get-completion-function' has been discarded.
4910 (tramp-completion-handle-file-name-all-completions):
4911 Change function call for user/host completion according to definition
4912 in `tramp-completion-function-alist'.
4913 (tramp-parse-passwd): Added exception handling for "root", because
4914 `tramp-get-completion-su' (the previous place for this stuff)
4915 doesn't exist any longer.
4916
4917 2002-09-07 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4918
4919 * net/tramp.el (tramp-enter-password):
4920 Use `tramp-password-end-of-line' to terminate the line.
4921 (tramp-bug): Include new variable `tramp-password-end-of-line'.
4922 (tramp-password-end-of-line): New variable. People who use plink
4923 under Windows might have to issue "\r\n" after the password, but
4924 they need to send just "\n" after the other commands. So this
4925 variable was introduced to complement `tramp-rsh-end-of-line'.
4926 (tramp-wait-for-output, tramp-post-connection): Allow "\r" at end
4927 of line of the output delimiter.
4928
4929 2002-09-06 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4930
4931 * net/tramp.el (tramp-handle-file-local-copy, tramp-find-shell)
4932 (tramp-open-connection-setup-interactive-shell): Add some comments
4933 about Douglas Grey Stephen's suggestions to make Tramp work better
4934 with plink under Windows. I'm not sure what to think of them, but
4935 now I have a guinea pig to try it out on. Said guinea pig is
4936 having other problems, though... Also remove some commented-out code.
4937
4938 2002-09-06 Michael Albinus <Michael.Albinus@alcatel.de>
4939
4940 * net/tramp.el (tramp-get-completion-methods): Algorithm slightly
4941 tuned.
4942 (tramp-get-completion-user-host): Accept user names as they are if
4943 typed until "@".
4944 (tramp-completion-mode): Replace `last-input-char' by modern
4945 `last-input-event'. Check for `event-modifiers'.
4946
4947 2002-09-06 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4948
4949 * net/tramp.el (file-expand-wildcards): Corrected check to see if
4950 advising is necessary.
4951
4952 2002-09-05 Michael Albinus <Michael.Albinus@alcatel.de>
4953
4954 * net/tramp.el (tramp-postfix-single-method-format)
4955 (tramp-postfix-multi-method-format)
4956 (tramp-postfix-multi-hop-format)
4957 (tramp-postfix-user-format): New format strings.
4958 (tramp-postfix-single-method-regexp)
4959 (tramp-postfix-multi-method-regexp)
4960 (tramp-postfix-multi-hop-regexp)
4961 (tramp-postfix-user-regexp)
4962 (tramp-make-multi-tramp-file-format)
4963 (tramp-make-tramp-file-name): Apply them.
4964 (tramp-completion-handle-file-name-all-completions): Fix for
4965 invoking ange-ftp in case of "/ftp:xxx" file names.
4966
4967 2002-09-04 Michael Albinus <Michael.Albinus@alcatel.de>
4968
4969 * net/tramp.el (tramp-prefix-format)
4970 (tramp-postfix-host-format): New format strings.
4971 (tramp-prefix-regexp, tramp-method-regexp)
4972 (tramp-postfix-single-method-regexp)
4973 (tramp-postfix-multi-method-regexp)
4974 (tramp-postfix-multi-hop-regexp)
4975 (tramp-user-regexp, tramp-postfix-user-regexp)
4976 (tramp-host-regexp, tramp-postfix-host-regexp)
4977 (tramp-path-regexp): New atomar regular expressions.
4978 If corresponding format strings exist, derived from them.
4979 (tramp-file-name-structure)
4980 (tramp-multi-file-name-structure)
4981 (tramp-multi-file-name-hop-structure)
4982 (tramp-make-multi-tramp-file-format)
4983 (tramp-completion-mode)
4984 (tramp-completion-dissect-file-name)
4985 (tramp-parse-rhosts-group)
4986 (tramp-parse-shosts-group)
4987 (tramp-parse-hosts-group)
4988 (tramp-parse-passwd-group): Apply these expressions.
4989 (tramp-file-name-structure-unified)
4990 (tramp-file-name-structure-separate)
4991 (tramp-make-tramp-file-format-unified)
4992 (tramp-make-tramp-file-format-separate)
4993 (tramp-make-tramp-file-format)
4994 (tramp-make-tramp-file-user-nil-format-unified)
4995 (tramp-make-tramp-file-user-nil-format-separate)
4996 (tramp-make-tramp-file-user-nil-format)
4997 (tramp-multi-file-name-structure-unified)
4998 (tramp-multi-file-name-structure-separate)
4999 (tramp-multi-file-name-hop-structure-unified)
5000 (tramp-multi-file-name-hop-structure-separate)
5001 (tramp-make-multi-tramp-file-format-unified)
5002 (tramp-make-multi-tramp-file-format-separate): Removed.
5003 (tramp-make-tramp-file-name): Allow partial tramp file
5004 names. Generate tramp file format on-the-fly depending on
5005 parameters. Apply atomar format strings resp expressions.
5006 (tramp-get-completion-methods)
5007 (tramp-get-completion-user-host): Apply `tramp-make-tramp-file-name'.
5008 (tramp-parse-hosts-group): Take all host names and IP addresses
5009 into account.
5010 (tramp-bug): Remove `tramp-make-tramp-file-format'.
5011
5012 2002-09-01 Michael Albinus <Michael.Albinus@alcatel.de>
5013
5014 * net/tramp.el (tramp-methods): Add `tramp-completion-function'
5015 for "su" and "sudo".
5016 (tramp-get-completion-telnet): Implement it.
5017 (tramp-parse-hosts)
5018 (tramp-parse-hosts-group)
5019 (tramp-get-completion-su)
5020 (tramp-parse-passwd)
5021 (tramp-parse-passwd-group): New functions.
5022
5023 2002-08-31 Michael Albinus <Michael.Albinus@alcatel.de>
5024
5025 * net/tramp.el (tramp-completion-mode): Check for `last-input-char'.
5026 (tramp-completion-file-name-handler-alist): Add handler for
5027 `file-exists-p.
5028 (tramp-completion-handle-file-exists-p): New function.
5029 (tramp-completion-handle-file-name-completion): Simplified.
5030 (tramp-completion-dissect-file-name): Regexp's reorganised.
5031 (tramp-completion-handle-file-name-all-completions):
5032 Call completion-function only if `user' or `host' is given.
5033 (tramp-get-completion-user-host): New function.
5034 (tramp-get-completion-rsh)
5035 (tramp-get-completion-ssh): Apply it.
5036
5037 2002-08-29 Michael Albinus <Michael.Albinus@alcatel.de>
5038
5039 * net/tramp.el (tramp-completion-file-name-handler-alist):
5040 Add handler for `expand-file-name'.
5041 (tramp-completion-handle-expand-file-name): New function.
5042
5043 2002-08-26 Michael Albinus <Michael.Albinus@alcatel.de>
5044
5045 * net/tramp.el (tramp-completion-mode): New function.
5046 (tramp-completion-handle-file-name-directory)
5047 (tramp-completion-handle-file-name-all-completions): Apply it.
5048 (tramp-methods): Remove double definition of `ssh1-old' and `ssh2-old'.
5049 (tramp-point-at-eol): New defalias.
5050 (tramp-parse-rhosts-group)
5051 (tramp-parse-shosts-group):: Apply it.
5052
5053 2002-08-25 Michael Albinus <Michael.Albinus@alcatel.de>
5054
5055 * net/tramp.el (tramp-get-completion-methods)
5056 (tramp-get-completion-rsh)
5057 (tramp-get-completion-ssh): Add "[" for Xemacs.
5058 (tramp-completion-file-name-regexp-separate): Expression adapted.
5059 (tramp-completion-file-name-handler-alist): Add handler for
5060 `file-name-directory' and `file-name-nondirectory'.
5061 (tramp-completion-handle-file-name-directory)
5062 (tramp-completion-handle-file-name-nondirectory)
5063 (tramp-completion-run-real-handler): New functions.
5064 (tramp-completion-file-name-handler)
5065 (tramp-completion-handle-file-name-all-completions):
5066 Apply `tramp-completion-run-real-handler'.
5067 (tramp-parse-rhosts)
5068 (tramp-parse-shosts): Use `with-temp-buffer'. `result\e$,1!=\e(B renamed to
5069 `res' (otherwise side effects in XEmacs).
5070
5071 2002-08-24 Michael Albinus <Michael.Albinus@alcatel.de>
5072
5073 * net/tramp.el (tramp-completion-file-name-regexp)
5074 (tramp-completion-file-name-handler-alist)
5075 (tramp-flatten-list)
5076 (tramp-completion-dissect-file-name)
5077 (tramp-get-completion-rsh)
5078 (tramp-parse-rhosts)
5079 (tramp-parse-rhosts-group)
5080 (tramp-get-completion-ssh): Doc string tuned.
5081 (tramp-methods): Doc string and custom type extended for
5082 `tramp-completion-function'.
5083 (tramp-completion-function): Variable added. Is it really used?
5084 Other variables like `tramp-completion-function' aren't used.
5085 (tramp-completion-file-name-handler-alist): Add handler for
5086 `file-name-completion'.
5087 (tramp-completion-handle-file-name-completion): New function.
5088
5089 2002-08-18 Michael Albinus <Michael.Albinus@alcatel.de>
5090
5091 * net/tramp.el (tramp-parse-rhosts)
5092 (tramp-parse-rhosts-group)
5093 (tramp-parse-shosts)
5094 (tramp-parse-shosts-group): New functions.
5095
5096 2002-08-17 Michael Albinus <Michael.Albinus@alcatel.de>
5097
5098 * net/tramp.el (tramp-completion-dissect-file-name)
5099 (tramp-completion-dissect-file-name1): New functions.
5100
5101 2002-08-16 Michael Albinus <Michael.Albinus@alcatel.de>
5102
5103 * net/tramp.el (tramp-get-completion-function)
5104 (tramp-get-completion-rsh)
5105 (tramp-get-completion-ssh)
5106 (tramp-get-completion-telnet): New functions.
5107 (tramp-methods): Add `tramp-completion-function' for all methods.
5108
5109 2002-08-15 Michael Albinus <Michael.Albinus@alcatel.de>
5110
5111 * net/tramp.el (tramp-get-completion-methods): New function.
5112 (tramp-find-default-method): Allow host to be nil (like user).
5113
5114 2002-08-14 Michael Albinus <Michael.Albinus@alcatel.de>
5115
5116 * net/tramp.el (tramp-completion-file-name-regexp-unified)
5117 (tramp-completion-file-name-regexp-separate)
5118 (tramp-completion-file-name-regexp)
5119 (tramp-completion-file-name-handler-alist): New defcustoms.
5120 (tramp-completion-file-name-handler): New function.
5121 Add `tramp-completion-file-name-handler' to `file-name-handler-alist'.
5122 (tramp-run-real-handler): Add `tramp-completion-file-name-handler'
5123 to `inhibit-file-name-handlers'.
5124 (tramp-completion-handle-file-name-all-completions)
5125 (tramp-completion-handle-file-name-completion): New functions.
5126
5127 2002-08-12 Michael Albinus <Michael.Albinus@alcatel.de>
5128
5129 * net/tramp.el (tramp-invoke-ange-ftp): `tramp-disable-ange-ftp'
5130 must be called again after activating `ange-ftp'.
5131 (tramp-ange-ftp-file-name-p): Check for Xemacs.
5132
5133 2002-08-08 Michael Albinus <Michael.Albinus@alcatel.de>
5134
5135 * net/tramp.el (tramp-do-copy-or-rename-file): Don't pass
5136 KEEP-DATE to tramp-invoke-ange-ftp 'rename.
5137 (tramp-handle-write-region): Don't pass LOCKNAME and CONFIRM to
5138 tramp-invoke-ange-ftp 'write-region.
5139 (tramp-handle-set-file-modes): Change order of FILENAME and MODE
5140 passing to tramp-invoke-ange-ftp 'set-file-modes.
5141 (tramp-flatten-list): New function. Maybe this functionality does
5142 exist already elsewhere in the libraries.
5143 (tramp-invoke-ange-ftp): Apply `tramp-flatten-list' to parameter
5144 list in order to avoid nested lists, f.e. when invoked from
5145 `tramp-handle-dired-call-process'.
5146
5147 2002-09-05 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5148
5149 * net/tramp.el (tramp-chunksize): New kluge variable.
5150 (tramp-send-region): If tramp-chunksize is non-nil, send region in
5151 parts and sleep 0.1 seconds between chunks.
5152
5153 2002-09-03 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5154
5155 * net/tramp.el (tramp-handle-insert-directory):
5156 Use `insert-buffer-substring' instead of `insert-buffer', which is not
5157 supposed to be used from Lisp. Remember old point in a variable
5158 instead of using `mark'. Suggestion from Stefan Monnier.
5159 (tramp-unified-filenames): New variable. Use it in default value
5160 of other filename variables.
5161 (file-expand-wildcards): Don't advise unless "[" and "]" are used
5162 in the filename format.
5163
5164 2002-09-01 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5165
5166 * net/tramp.el (tramp-methods): Remove duplicate definition of
5167 ssh1-old and ssh2-old.
5168
5169 2002-09-22 Kai Gro\e,A_\e(Bjohann <grossjoh@ls6.informatik.uni-dortmund.de>
5170
5171 * dired.el (dired-insert-directory): Always add "--dired" to to
5172 SWITCHES for remote files.
5173 * files.el (insert-directory): Comment saying that "--dired"
5174 might be in the SWITCHES.
5175 * net/ange-ftp.el (ange-ftp-ls): Handle "--dired" in LSARGS.
5176 (ange-ftp-insert-directory): Comment explaining "--dired" handling.
5177
5178 2002-09-21 Markus Rost <rost@math.ohio-state.edu>
5179
5180 * mail/mailabbrev.el (mail-abbrev-make-syntax-table): Give %!._-
5181 word constituent syntax.
5182
5183 2002-09-21 Richard M. Stallman <rms@gnu.org>
5184
5185 * cus-dep.el (custom-make-dependencies): Bind to t
5186 around evaluating the def-form.
5187
5188 * custom.el (custom-dont-initialize): New variable.
5189 (custom-declare-variable): Don't init the variable
5190 if custom-dont-initialize is non-nil.
5191
5192 2002-09-21 John Paul Wallington <jpw@shootybangbang.com>
5193
5194 * net/eudc.el (eudc-install-menu): Use `define-key' and
5195 `easy-menu-create-menu' to avoid duplication of menu.
5196
5197 2002-09-20 Kim F. Storm <storm@cua.dk>
5198
5199 * kmacro.el (kmacro-step-edit-query): Use RET to execute rest of
5200 macro and terminate editing.
5201 (kmacro-step-edit-macro): Push previous macro onto ring if changed
5202 by step editing.
5203
5204 2002-09-19 Tom Tromey <tromey@redhat.com>
5205
5206 * play/blackbox.el (bb-right): Respect prefix argument.
5207 (bb-left, bb-up, bb-down): Likewise.
5208
5209 2002-09-19 Richard M. Stallman <rms@gnu.org>
5210
5211 * cus-dep.el (custom-make-dependencies): Fix previous change.
5212
5213 2002-09-19 Juanma Barranquero <lektu@terra.es>
5214
5215 * ielm.el (ielm-eval-input): Call `error-message-string' instead
5216 of the non-existent `ielm-format-error'.
5217
5218 2002-09-19 Stefan Monnier <monnier@cs.yale.edu>
5219
5220 * emacs-lisp/easymenu.el (easy-menu-remove):
5221 * emacs-lisp/ewoc.el (ewoc--node-branch): Add docstring.
5222
5223 * international/mule-diag.el (describe-coding-system):
5224 Remove unused `coding-spec' variable.
5225 (list-input-methods): Be more careful when setting up the help buffer.
5226
5227 * international/ucs-tables.el (unify-8859-on-encoding-mode):
5228 Set init value to t to reflect reality.
5229 (ucs-minibuffer-setup): Use minibuffer-selected-window.
5230
5231 2002-09-18 Stefan Monnier <monnier@cs.yale.edu>
5232
5233 * progmodes/make-mode.el (makefile-cleanup-continuations-p):
5234 Rename to makefile-cleanup-continuations.
5235 (makefile-mode): Use write-file-functions.
5236 (makefile-fill-paragraph): Use match-string-no-properties.
5237 (makefile-fill-paragraph): Use line-end-position.
5238 (makefile-add-log-defun): Simplify.
5239
5240 2002-09-18 Richard M. Stallman <rms@gnu.org>
5241
5242 * dired.el (dired-mark-pop-up): Doc fix.
5243
5244 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Put the
5245 definition straight into loaddefs.el as well as executing it here.
5246
5247 2002-09-18 Colin Walters <walters@debian.org>
5248
5249 * calc/calc.el (calc-mode): Add font-lock-defontify to
5250 change-major-mode-hook.
5251
5252 2002-09-18 Richard M. Stallman <rms@gnu.org>
5253
5254 * Makefile.in (bootstrap-clean): Use cd to shorten arg strings.
5255 Don't ignore errors in rm line.
5256
5257 * menu-bar.el (menu-bar-search-menu): Nicer help string.
5258
5259 * replace.el (occur-engine-add-prefix): Use 7 spaces.
5260 (occur-engine): Use 7 digits to align tabs in the data.
5261
5262 * emacs-lisp/bytecomp.el (byte-compile-output-docform):
5263 Don't make the definition dynamic if it shares structure
5264 with the arg list.
5265
5266 * gud.el (gud-pdb-marker-regexp): Allow : and \ in file name.
5267 (pdb): In gud-remove, pass down the file name.
5268
5269 * cus-dep.el (custom-make-dependencies): Sort MEMBERS before use.
5270
5271 2002-09-18 Luc Teirlinck <teirllm@mail.auburn.edu>
5272
5273 * ielm.el: (*1, *2, *3): New variables.
5274 (ielm-eval-input): Make temporary buffers current on entry and
5275 exit to the let bindings for *, ** and ***.
5276 (inferior-emacs-lisp-mode): Mention *1, *2 and *3 in the docstring.
5277 Do not overrule global bindings for *, ** and ***.
5278
5279 2002-09-18 Tom Tromey <tromey@redhat.com>
5280
5281 * progmodes/make-mode.el (makefile-fill-paragraph): Find comment
5282 boundaries before filling.
5283
5284 2002-09-18 Stefan Monnier <monnier@cs.yale.edu>
5285
5286 * server.el (server-done): Fix harmlessly wrong arg to save-buffer.
5287 (server-switch-buffer): Only select a different window if
5288 next-buffer is non-nil. Don't switch in a dedicated window.
5289 If next-buffer is already displayed, reuse that window.
5290
5291 * diff-mode.el (diff-mode): Use compilation-minor-mode.
5292 Don't unbind compilation-last-buffer after autoloading compile.el.
5293 Hide the compilation-minor-mode bindings altogether.
5294
5295 2002-09-18 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5296
5297 * dired.el (dired-insert-directory): Never add "--dired" when
5298 listing remote directories.
5299
5300 2002-09-18 Michael Kifer <kifer@cs.stonybrook.edu>
5301
5302 * ediff-hooks.el: Put back the autoloads (for XEmacs compatibility).
5303
5304 * ediff-init.el: Use defalias instead of fset.
5305
5306 * ediff-util.el: Use defalias instead of fset.
5307
5308 * viper-util.el (viper-chars-in-region): Simplification.
5309
5310 * viper.el (viper-emacs-state-mode-list): Added modes.
5311
5312 2002-09-18 Jonathan Yavner <jyavner@engineer.com>
5313
5314 * emacs-lisp/testcover.el: New file. Uses edebug to instrument a
5315 module of code, with graphical display of poor-coverage spots.
5316
5317 * emacs-lisp/testcover-ses.el: New file. Demonstrates use of
5318 testcover on a interactive module like ses.
5319
5320 * emacs-lisp/testcover-unsafep.el: New file. Demonstrates use of
5321 testcover on a noninteractive module like unsafep.
5322
5323 2002-09-18 Miles Bader <miles@gnu.org>
5324
5325 * diff-mode.el (diff-mode): Don't evaluate `compilation-last-buffer'
5326 unless it's bound.
5327
5328 2002-09-17 Stefan Monnier <monnier@cs.yale.edu>
5329
5330 * server.el (server-log): Add `client' arg.
5331 (server-start): Don't bother canceling the sentinel.
5332 (server-process-filter): Use replace-regexp-in-string and
5333 handle the new &n quoting. Use push. Use server-log's new arg.
5334 Don't output the C-x # message if `nowait'.
5335 (server-buffer-done): Use server-log's new arg.
5336
5337 2002-09-16 Jonathan Yavner <jyavner@engineer.com>
5338
5339 * ses.el: New file.
5340
5341 * emacs-lisp/unsafep.el: New file.
5342
5343 * files.el (auto-mode-alist): Add ".ses" for ses-mode.
5344 (inhibit-quit): This is risky for unsafep, doesn't matter much for
5345 anybody else.
5346 (risky-local-variable-p): New function. Split off from
5347 hack-one-local-variable so unsafep can use it. Add \|-history$ to
5348 the list of disallowed local variable names (malicious user could
5349 stuff a `display' property in there that would be activated when
5350 na\e,Ao\e(Bve user called up the history).
5351
5352 2002-09-16 Markus Rost <rost@math.ohio-state.edu>
5353
5354 * ls-lisp.el (ls-lisp-format-time-list): Fix type and provide :tag's.
5355
5356 2002-09-16 Richard M. Stallman <rms@gnu.org>
5357
5358 * play/gomoku.el (gomoku-move-up, gomoku-move-down):
5359 Use forward-line and move-to-column.
5360
5361 * cus-edit.el (custom-variable-backup-value): New function.
5362 (custom-variable-reset-backup): New function.
5363 (custom-variable-menu): Add item for custom-variable-reset-backup.
5364 (custom-variable-set, custom-variable-reset-saved)
5365 (custom-variable-reset-standard): Call custom-variable-backup-value.
5366
5367 2002-09-16 Stefan Monnier <monnier@cs.yale.edu>
5368
5369 * dired.el (dired-font-lock-keywords): Use regexp-opt.
5370 (dired-move-to-filename): Better message when we fail to find the file.
5371 (dired-sort-toggle): Minor optimization.
5372
5373 2002-09-16 Juanma Barranquero <lektu@terra.es>
5374
5375 * dired-aux.el (dired-add-entry): Add missing argument to
5376 `dired-mark'.
5377
5378 2002-09-16 John Paul Wallington <jpw@shootybangbang.com>
5379
5380 * xscheme.el (scheme-interaction-mode): Doc fix.
5381
5382 * net/eudc.el (eudc-plist-get): Doc fix.
5383
5384 2002-09-16 Kim F. Storm <storm@cua.dk>
5385
5386 * menu-bar.el (menu-bar-last-search-type): New var.
5387 (nonincremental-repeat-search-forward)
5388 (nonincremental-repeat-search-backward): Repeat string or
5389 regexp search depending on menu-bar-last-search-type.
5390 (nonincremental-search-forward, nonincremental-re-search-forward)
5391 (nonincremental-search-backward, nonincremental-re-search-backward):
5392 Set menu-bar-last-search-type to string or regexp.
5393 (nonincremental-repeat-re-search-forward): Removed.
5394 (nonincremental-repeat-re-search-backward): Removed.
5395 (menu-bar-replace-menu): New keymap for "Edit->Replace" submenu.
5396 (menu-bar-i-search-menu): New keymap for "Incremental Search" submenu.
5397 (menu-bar-adv-search-menu): Removed.
5398 (menu-bar-search-menu): Reorganized.
5399 (menu-bar-edit-menu): Added "Replace" submenu.
5400
5401 2002-09-15 Richard M. Stallman <rms@gnu.org>
5402
5403 * scroll-bar.el (scroll-bar-mode): Specify :initialize.
5404
5405 * menu-bar.el (menu-bar-make-mm-toggle): Don't put a quote befor FNAME
5406 when it's not being evaluated.
5407
5408 2002-09-15 Markus Rost <rost@math.ohio-state.edu>
5409
5410 * dired.el (dired-move-to-filename): Fix previous change.
5411
5412 2002-09-14 Kim F. Storm <storm@cua.dk>
5413
5414 * emulation/keypad.el (keypad-setup, keypad-shifted-setup)
5415 (keypad-numlock-setup, keypad-numlock-shifted-setup):
5416 Change `Remove Binding' option to `Unspecified/User-defined'.
5417 (keypad-setup): Enhance explanation of setup type `none'.
5418
5419 2002-09-14 Richard M. Stallman <rms@gnu.org>
5420
5421 * time.el (display-time-mode): Set display-time-load-average here.
5422 (display-time-load-average): Initialize to nil.
5423 (display-time-default-load-average): Add "None" alternative.
5424 (display-time-update): Handle "None" alternative for load-average.
5425
5426 * dired-aux.el (dired-bunch-files): Put the arg FILES
5427 back as it was after temporary destrucive mods.
5428 (dired-add-entry): Use dired-insert-directory to handle indentation.
5429 Explicitly restore the line's marker character.
5430 Preserve the old file name's text properties.
5431 (dired-add-entry-do-indentation): Function deleted.
5432 (dired-relist-file): Doc fix.
5433 (dired-rename-file): Change argument names.
5434 (foo-rename-file): New function.
5435 (dired-do-hardlink): Use dired-hardlink.
5436 (dired-hardlink): New function.
5437 (dired-insert-subdir-doinsert): Use dired-insert-directory;
5438 that handles indentation, text props and header line.
5439 dired-readin-insert gets no args.
5440 Use `last' instead of `reverse'.
5441
5442 * dired.el (dired-use-ls-dired): New variable.
5443 (dired-directory): Document the rules better.
5444
5445 * dired.el (dired-insert-headerline): Function deleted.
5446 (dired-revert): Pass no args to dired-readin.
5447 (dired-move-to-filename): First try using dired-filename property.
5448 (dired-move-to-end-of-filename): Likewise.
5449 (dired-why): Try to show the start of this page of warnings.
5450 (dired-log): Insert the buffer name at start of page, not end.
5451 (dired-log-summary): If just one failure, explain it in echo area.
5452
5453 * dired.el (dired-internal-noselect):
5454 Always set dired-directory, when buffer is not new.
5455 Pass dir-or-list, not dirname, to dired-mode.
5456 Call dired-readin with no args.
5457 Don't call dired-after-readin-hook here.
5458 (dired-find-buffer-nocreate): Expand dirname.
5459 Expand the dir from dired-directory to compare with dirname.
5460
5461 (dired-readin): Take no args. Get the directory from dired-directory.
5462 Run dired-before-reading hook inside save-excursion.
5463 Run dired-after-readin-hook here.
5464 Don't make undo entries at all.
5465 Call dired-readin-insert with no args.
5466 Don't change indentation here.
5467 Don't insert headerline here.
5468
5469 (dired-readin-insert): Take no args.
5470 Get dir and file-list from dired-directory.
5471 Call dired-insert-directory the new way.
5472 Don't insert "wildcard" info here.
5473
5474 (dired-insert-directory): New arg FILE-LIST.
5475 First arg now DIR, always just the directory.
5476 This function fully handles setting up the buffer text:
5477 update indentation, insert headerline and "wildcard" info.
5478 Pass --dired arg if appropriate; put info in dired-filename props.
5479 Don't expand file names here.
5480
5481 * warnings.el (display-warning): In batch mode,
5482 exclude the final newline from the arg to `message'.
5483
5484 2002-09-13 Markus Rost <rost@math.ohio-state.edu>
5485
5486 * files.el (diff-buffer-with-file): Check whether associated file
5487 exists. Display message for 1 second. Always return nil.
5488
5489 2002-09-13 Stefan Monnier <monnier@cs.yale.edu>
5490
5491 * diff-mode.el (diff-mode): Turn on compilation-minor-mode
5492 support again, but more carefully this time.
5493
5494 * progmodes/perl-mode.el (perl-mode-syntax-table): Mark $, % and @
5495 such that backward-sexp correctly skips them.
5496 (perl-font-lock-keywords-2): Use regexp-opt.
5497 (perl-font-lock-syntactic-keywords)
5498 (perl-font-lock-syntactic-face-function): Better handle PODs.
5499 Handle package names with ' in them and ($$) in `sub' declarations.
5500 Handle format staements. Handle regexp and quote-like ops.
5501 (perl-empty-syntax-table): New var.
5502 (perl-quote-syntax-table): New fun.
5503
5504 * pcvs.el (cvs-mode-find-file): Work even if point is at beg-of-line.
5505 (cvs-do-removal): Bind inhibit-read-only while modifying the buffer.
5506
5507 * newcomment.el (comment-with-narrowing): Use the `declare' thingy.
5508
5509 * derived.el (define-derived-mode): Properly ignore unknown args.
5510
5511 * emacs-lisp/easy-mmode.el (define-minor-mode): Add a :require arg.
5512 Don't call the function during init if mode is on by default.
5513
5514 * simple.el: Provide `simple'.
5515 (transient-mark-mode, line-number-mode, column-number-mode):
5516 Pass an explicit `:require nil' argument.
5517
5518 2002-09-13 Francesco Potort\e,Al\e(B <pot@gnu.org>
5519
5520 * play/tetris.el (tetris-blank-options, tetris-cell-options):
5521 Remove various redundant `(t nil)'.
5522
5523 * play/snake.el (snake-border-options): Use color on tty if available.
5524
5525 * play/tetris.el (tetris-border-options): Likewise.
5526
5527 * play/pong.el (pong-border-options): Likewise, plus reset
5528 color on tty to be [0.5 0.5 0.5].
5529
5530 2002-09-13 Kim F. Storm <storm@cua.dk>
5531
5532 * kmacro.el (kmacro-start-macro): Doc fix.
5533
5534 2002-09-13 Juanma Barranquero <lektu@terra.es>
5535
5536 * progmodes/idlw-shell.el (idlwave-shell-cleanup): Fix reference
5537 to `idlwave-idlwave_routine_info-compiled'.
5538
5539 * whitespace.el (whitespace-unload-hook): Call `remove-hook' with
5540 three arguments, not four.
5541
5542 2002-09-13 Kim F. Storm <storm@cua.dk>
5543
5544 * kmacro.el (kmacro-keymap): Changed bindings:
5545 C-x C-k s to kmacro-start-macro, C-x C-k b to kmacro-bind-to-key.
5546
5547 2002-09-12 Richard M. Stallman <rms@gnu.org>
5548
5549 * international/mule-cmds.el (universal-coding-system-argument):
5550 Read the coding system inside `interactive' spec, for command-history.
5551
5552 2002-09-12 Stefan Monnier <monnier@cs.yale.edu>
5553
5554 * emacs-lisp/find-func.el (find-library-name): Don't forget
5555 the empty suffix. Fix stale variable name.
5556
5557 * gud.el (gud-gdb-massage-args, gud-sdb-massage-args)
5558 (gud-pdb-massage-args): Delete.
5559 (gdb, sdb, pdb): Don't pass gud-*-massage-args any more.
5560 (gud-gdb-command-name): New var. Put "--fullname" in there.
5561 (gud-query-cmdline): Use the most recent executable as the default.
5562 Don't add "--fullname" (it's only valid/meaningful for GDB).
5563 (gud-xdb-marker-filter): Use match-string.
5564 (gud-perldb-massage-args): Don't add "-d".
5565 (gud-perldb-command-name): Add "-d".
5566 (gud-common-init): If `massage-args' is nil, don't call it.
5567 (gud-format-command): Don't hardcode point-min==1.
5568
5569 * derived.el: Require CL when compiling.
5570
5571 2002-09-12 Simon Josefsson <jas@extundo.com>
5572
5573 * mail/smtpmail.el (smtpmail-send-it): Don't use : in filenames
5574 (for cygwin). Suggested by Andrew Senior <aws@watson.ibm.com>.
5575 Use expand-file-name. Also don't require time-stamp.
5576
5577 2002-09-11 Richard M. Stallman <rms@gnu.org>
5578
5579 * derived.el (define-derived-mode): When making new abbrev table,
5580 don't try to copy the parent's abbrev table.
5581
5582 * ruler-mode.el (ruler-mode-left-scroll-bar-cols):
5583 Always round scroll-bar-width parameter up.
5584 If it is nil, use 14.
5585
5586 * abbrev.el (copy-abbrev-table): New function.
5587
5588 2002-09-11 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5589
5590 * ps-print.el: Adjust ps-print-color-p, ps-default-fg and
5591 ps-default-bg setting.
5592 (ps-print-version): New version number (6.5.7).
5593 (ps-mark-active-p): New fun.
5594 (ps-print-preprint-region): Adjust code.
5595
5596 2002-09-11 Dave Love <fx@gnu.org>
5597
5598 * international/mule.el (non-standard-designations-alist)
5599 (ctext-pre-write-conversion): Don't generate invalid extended
5600 segments for iso8859.
5601
5602 * language/cyrillic.el ("Ukrainian"): Fix nonascii-translation.
5603 (cyrillic-alternativnyj-decode-table): Fix some entries.
5604
5605 * international/ucs-tables.el: Fix last change.
5606
5607 * international/utf-8.el (utf-8-fragment-on-decoding): Fix last
5608 change.
5609
5610 2002-09-11 Kim F. Storm <storm@cua.dk>
5611
5612 * edmacro.el (edit-kbd-macro): Recognize new C-x e binding,
5613 kmacro-end-and-call-macro.
5614
5615 2002-09-11 Juanma Barranquero <lektu@terra.es>
5616
5617 * newcomment.el (uncomment-region): Fix let/let* use.
5618
5619 2002-09-11 Simon Josefsson <jas@extundo.com>
5620
5621 * time-stamp.el (time-stamp-hhmmss): New function.
5622
5623 * gud.el (gud-gdb-massage-args): Don't secretly add -fullname.
5624 (gud-query-cmdline): Add --fullname to the user cmdline.
5625
5626 * mail/smtpmail.el (smtpmail-default-smtp-server): Doc fix.
5627
5628 2002-09-11 Kim F. Storm <storm@cua.dk>
5629
5630 * kmacro.el (kmacro-call-macro): Rephrase repeat prompt.
5631 (kmacro-step-edit-map): Bind "A" to `append-end'.
5632 (kmacro-step-edit-prompt): Fix prompt.
5633 (kmacro-step-edit-query): Handle `append-end' response.
5634 (kmacro-step-edit-pre-command): Activate `append-end' at end of
5635 macro when required.
5636
5637 2002-09-11 Stefan Monnier <monnier@cs.yale.edu>
5638
5639 * derived.el (define-derived-mode): Fix typo.
5640
5641 * menu-bar.el (line-number-mode, column-number-mode)
5642 (transient-mark-mode): Use minor mode directly.
5643 (menu-bar-make-toggle): Remove `props' arg.
5644 Move customize-mark-as-set directly into the toggle function.
5645
5646 * whitespace.el (whitespace-global-mode): Use define-minor-mode.
5647 Use the new file hook names.
5648 (whitespace-describe): Remove. Move the text to `Commentary:'.
5649 (whitespace-unload-hook): Use the new file hook names.
5650
5651 * finder.el (finder-find-library): Remove.
5652 (finder-commentary): Use find-library-name and add completion.
5653
5654 * simple.el (transient-mark-mode, line-number-mode)
5655 (column-number-mode): Use define-minor-mode.
5656 (define-mail-user-agent): Delete. Moved to subr.el.
5657
5658 * loadup.el ("simple.el"): Move to after loaddefs.el.
5659
5660 * subr.el (define-mail-user-agent): Moved from simple.el.
5661
5662 2002-09-10 Richard M. Stallman <rms@gnu.org>
5663
5664 * pcvs-info.el (cvs-check-fileinfo): Don't use boolp.
5665 (boolp): Function deleted.
5666
5667 2002-09-10 Dave Love <fx@gnu.org>
5668
5669 * international/utf-8.el (ucs-mule-to-mule-unicode):
5670 Define unconditionally.
5671 (utf-8-fragmentation-table): New. Use it in top-level mapc.
5672 (utf-8-fragment-on-decoding): Use it to keep
5673 utf-8-translation-table-for-decode variable and translation table
5674 in sync.
5675
5676 * international/ucs-tables.el: Bind utf-8-translation-table-for-decode
5677 when setting up tables and remove useless optimize-char-table.
5678 (ucs-mule-to-mule-unicode): Deleted.
5679 (ucs-unify-8859): Maybe optimize ucs-mule-to-mule-unicode.
5680
5681 * international/utf-16.el (utf-16-le-pre-write-conversion)
5682 (utf-16-be-pre-write-conversion): Deleted.
5683 (mule-utf-16-le, mule-utf-16-be): Register encoding translation table.
5684
5685 2002-09-10 Richard M. Stallman <rms@gnu.org>
5686
5687 * files.el (diff-buffer-with-file): Simplify.
5688 Don't signal an error if buffer has no file.
5689 Call sit-for after `diff' returns.
5690
5691 * play/gamegrid.el (gamegrid-make-color-tty-face):
5692 Handle string as COLOR arg.
5693 (gamegrid-display-type): Don't assume display-color-p
5694 implies a color-x terminal.
5695 (gamegrid-hide-cursor): Set `cursor-type' local variable.
5696
5697 * descr-text.el (describe-text-mode): Add font-lock-defontify to
5698 change-major-mode-hook.
5699
5700 * ibuffer.el (ibuffer-mode): Add font-lock-defontify to
5701 change-major-mode-hook.
5702
5703 * comint.el (comint-mode): Add font-lock-defontify to
5704 change-major-mode-hook.
5705
5706 * info.el (Info-mode): Add font-lock-defontify to
5707 change-major-mode-hook.
5708
5709 * replace.el (occur-mode): Add font-lock-defontify to
5710 change-major-mode-hook.
5711
5712 * font-core.el (font-lock-defontify): New function.
5713
5714 2002-09-10 Richard M. Stallman <rms@gnu.org>
5715
5716 * ps-print.el (ps-printer-name-option): Doc fix.
5717
5718 2002-09-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5719
5720 * ps-print.el: Adjust ps-postscript-code-directory setting.
5721 XEmacs version check was adjusted.
5722 (ps-print-version): New version number (6.5.6).
5723 (ps-print-color-p, ps-page-dimensions-database): Autoload var.
5724 (ps-print-code, ps-print-preprint-region): Adjust code.
5725
5726 2002-09-10 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5727
5728 * files.el (auto-mode-alist): ~/.gnus, ~/.viper are in
5729 emacs-lisp-mode, like ~/.emacs.
5730
5731 2002-09-10 Stefan Monnier <monnier@cs.yale.edu>
5732
5733 * newcomment.el (uncomment-region): Be more careful with `='.
5734
5735 2002-09-10 Deepak Goel <deego@glue.umd.edu>
5736
5737 * play/doctor.el (doc//): Rename from `//'. Update callers.
5738 (doc$): Rename from `$'. Update callers.
5739
5740 2002-09-10 Miles Bader <miles@gnu.org>
5741
5742 * simple.el (do-auto-fill): `fill-indent-according-to-mode' is a
5743 variable, not a function.
5744
5745 * kmacro.el (kmacro-call-macro): Deal with a non-numeric prefix arg.
5746
5747 2002-09-10 Kim F. Storm <storm@cua.dk>
5748
5749 * macros.el (apply-macro-to-region-lines): Let-bind mark-active to
5750 nil while executing macro to avoid triggering delete-selection-mode.
5751
5752 * simple.el (keyboard-quit): Set defining-kbd-macro to nil to
5753 cancel defining keyboard macro when applicable.
5754
5755 2002-09-09 Markus Rost <rost@math.ohio-state.edu>
5756
5757 * simple.el (transient-mark-mode, line-number-mode)
5758 (column-number-mode): Undo previous change because of bootstrapping.
5759
5760 2002-09-09 Stefan Monnier <monnier@cs.yale.edu>
5761
5762 * derived.el (define-derived-mode): Add keyword arguments.
5763 (derived-mode-make-docstring): Take abbrev and syntax table names.
5764
5765 * font-core.el (font-lock-change-mode): Just turn off font-lock-mode.
5766 (font-lock-default-function): Change arg name.
5767
5768 * cus-start.el (transient-mark-mode): Delete. Done in simple.el.
5769
5770 * paren.el (show-paren-function): Use syntax-after.
5771
5772 * emacs-lisp/syntax.el (syntax-after): Delete. Moved to subr.el.
5773
5774 * subr.el (symbol-file): Also work for autoloaded funcs.
5775 (syntax-after): New fun moved from syntax.el.
5776
5777 * find-file.el (ff-pre-find-hook, ff-pre-load-hook, ff-post-load-hook)
5778 (ff-not-found-hook, ff-file-created-hook): Rename from *-hooks.
5779 Update callers (but still run the old hooks as well).
5780
5781 * emacs-lisp/find-func.el (find-library-suffixes, find-library-name)
5782 (find-library): New funs.
5783 (find-function-search-for-symbol): Use it.
5784
5785 * emacs-lisp/bytecomp.el (byte-compile-file): Don't switch buffer.
5786
5787 * isearch.el (isearch-cmds): Add docstring.
5788 (isearch-mouse-2): Lookup binding in the proper buffer.
5789 Use call-interactively and remove the now useless `arg'.
5790 (isearch-search-fun-function): New var.
5791 (isearch-search-fun): New fun.
5792 (isearch-search, isearch-lazy-highlight-search): Use it.
5793
5794 2002-09-09 Stefan Monnier <monnier@cs.yale.edu>
5795
5796 * simple.el (what-line): Don't hard-code 1.
5797 (transient-mark-mode, line-number-mode, column-number-mode):
5798 Use define-minor-mode.
5799 (do-auto-fill): Only ignore prefix if it's really empty.
5800
5801 2002-09-09 Markus Rost <rost@math.ohio-state.edu>
5802
5803 * files.el (save-some-buffers-action-alist): Use lower case for
5804 help string of diff-buffer-with-file.
5805
5806 2002-09-09 Richard M. Stallman <rms@gnu.org>
5807
5808 * calendar/calendar.el (mouse-scroll-calendar-left)
5809 (mouse-scroll-calendar-right, mouse-calendar-other-month):
5810 New commands.
5811 (calendar-mode-line-format): Use them.
5812
5813 * emacs-lisp/bytecomp.el (byte-recompile-directory):
5814 Set and then bind default-directory.
5815
5816 * startup.el (fancy-splash-head, normal-splash-screen):
5817 Change the messages that explain about GNU or GNU/Linux.
5818
5819 * info.el (Info-search): Add (point-min) to subfile positions
5820 to get them right. Skip the current subfile using forward-line.
5821
5822 * files.el (make-backup-file-name-1): When make-directory fails,
5823 ignore backup-directory-alist.
5824 (make-directory): Expand DIR before looking for handler.
5825
5826 2002-09-09 Jari Aalto <jari.aalto@poboxes.com>
5827
5828 * progmodes/cperl-mode.el (cperl-noscan-files-regexp):
5829 In addition to RCS, exclude CVS directories.
5830
5831 * ls-lisp.el (ls-lisp-format-time-list): New variable.
5832 (ls-lisp-format-time): Use it.
5833
5834 * files.el (auto-mode-alist): Use sh-mode for .bash files.
5835
5836 2002-09-09 Dave Love <d.love@dl.ac.uk>
5837
5838 * ps-print.el: Many doc fixes.
5839
5840 2002-09-09 John Paul Wallington <jpw@shootybangbang.com>
5841
5842 * play/doctor.el (doctor-cadr, doctor-caddr, doctor-cddr): Remove.
5843 Update callers.
5844
5845 2002-09-08 Markus Rost <rost@math.ohio-state.edu>
5846
5847 * diff.el (diff): Doc fix.
5848
5849 2002-09-08 Richard M. Stallman <rms@gnu.org>
5850
5851 * emacs-lisp/bytecomp.el (byte-compile-delete-errors): Default to nil.
5852
5853 * simple.el (undo-elt-in-region): Fix one-off error at END.
5854 (forward-visible-line): Handle invisibility by ignoring
5855 invisible newlines. Also include entire invisible lines beyond
5856 the stopping point.
5857
5858 * cus-edit.el (custom-save-variables, custom-save-faces):
5859 Clarify the comments written into .emacs.
5860
5861 2002-09-08 Markus Triska <triska@gmx.at>
5862
5863 * play/doctor.el (doctor-doc): Recognize question words
5864 and use qlist. Use doctor-shorten's return value.
5865 (doctor-shorten): Compute a return value, don't alter `sent'.
5866 (doctor-hates1): Add a question mark.
5867 (doctor-strangelove): Unused function deleted.
5868
5869 2002-09-08 Kim F. Storm <storm@cua.dk>
5870
5871 * kmacro.el (kmacro-end-and-call-macro): New command to end and
5872 call keyboard macro in one step. Bind it to C-x e by default.
5873 (kmacro-call-macro): Use format-kbd-macro.
5874 (kmacro-step-edit-macro): New command to interactively step edit
5875 and execute last keyboard macro.
5876 (kmacro-keymap): Bind SPC [C-x C-k SPC] to kmacro-step-edit-macro.
5877 (kmacro-step-edit-mini-window-height): New custom var.
5878 (kmacro-step-edit-map): New keymap (parent is query-replace-map).
5879 (kmacro-step-edit-prefix-commands): New var.
5880 (kmacro-step-edit-prompt, kmacro-step-edit-query)
5881 (kmacro-step-edit-insert, kmacro-step-edit-pre-command)
5882 (kmacro-step-edit-minibuf-setup, kmacro-step-edit-post-command):
5883 New aux functions for step editing keyboard macros.
5884
5885 * subr.el (read-quoted-char): Apply listify-key-sequence to vector
5886 returned by this-single-command-raw-keys before appending it to
5887 unread-command-event.
5888
5889 2002-09-07 Colin Walters <walters@debian.org>
5890
5891 * progmodes/compile.el (compile-internal): Add optional argument
5892 no-async.
5893
5894 * diff.el (diff): Add optional argument no-async, and use the
5895 above argument.
5896
5897 * files.el (diff-buffer-with-file): Call diff synchronously, so we
5898 don't delete the temporary file before diff has a chance to read
5899 it.
5900
5901 * ibuf-ext.el (ibuffer-diff-with-file): Just call
5902 `diff-buffer-with-file'.
5903
5904 2002-09-07 John Paul Wallington <jpw@shootybangbang.com>
5905
5906 * emacs-lisp/cl-indent.el (extended-loop-p): Doc fix.
5907
5908 * emacs-lisp/find-func.el (find-function-recenter-line):
5909 Add custom type. Doc fix.
5910
5911 2002-09-06 Stefan Monnier <monnier@cs.yale.edu>
5912
5913 * menu-bar.el (menu-bar-make-mm-toggle): New macro.
5914 (showhide-menu-bar, showhide-toolbar, menu-bar-toggle-auto-compression)
5915 (toggle-highlight-paren-mode, toggle-global-lazy-font-lock-mode):
5916 Remove. Use the minor mode function directly instead.
5917 (menu-bar-mode): Add message and customize-mark-as-set and return
5918 the new value as do other minor modes.
5919
5920 * edmacro.el (edmacro-subseq): Don't use cl-push/cl-pop.
5921
5922 2002-09-06 Simon Marshall <simon@gnu.org>
5923
5924 * progmodes/etags.el (find-tag-tag, complete-tag):
5925 Bind completion-ignore-case based on tags-case-fold-search, so that
5926 case-sensitivity of tag completion matches that of tag search.
5927
5928 2002-09-06 Juanma Barranquero <lektu@terra.es>
5929
5930 * calendar/solar.el (calendar-time-display-form): Fix spacing.
5931
5932 * double.el (double-prefix-only): Likewise.
5933
5934 * emacs-lisp/easymenu.el (easy-menu-define): Likewise.
5935
5936 * emacs-lisp/find-func.el (find-function-search-for-symbol): Likewise.
5937
5938 * emacs-lisp/float.el (string-to-float): Likewise.
5939
5940 * emacs-lisp/rx.el (rx): Likewise.
5941
5942 * faces.el (copy-face): Likewise.
5943
5944 * hilit-chg.el (highlight-changes-colours)
5945 (highlight-changes-active-string)
5946 (highlight-changes-passive-string)
5947 (highlight-changes-rotate-faces, global-highlight-changes): Likewise.
5948
5949 * international/mule.el (decode-char): Likewise.
5950
5951 * progmodes/idlwave.el (idlwave-support-inheritance)
5952 (idlwave-routine-entry-compare): Likewise.
5953
5954 * progmodes/idlw-shell.el (idlwave-shell-use-breakpoint-glyph):
5955 Likewise.
5956
5957 * progmodes/pascal.el (pascal-start-keywords): Likewise.
5958
5959 * progmodes/sh-script.el (sh-indent-for-fi, sh-indent-for-done):
5960 Likewise.
5961
5962 * progmodes/vhdl-mode.el (vhdl-progress-interval)
5963 (vhdl-corresponding-begin): Likewise.
5964
5965 * simple.el (choose-completion-string-functions): Likewise.
5966
5967 * textmodes/reftex.el (reftex-TeX-master-file): Likewise.
5968
5969 * textmodes/fill.el (fill-nonuniform-paragraphs)
5970 (fill-individual-paragraphs): Likewise.
5971
5972 * vcursor.el (vcursor-toggle-vcursor-map): Likewise.
5973
5974 * warnings.el (warning-level-aliases): Likewise.
5975
5976 * speedbar.el (speedbar-mode): Fix spacing and typos.
5977
5978 * textmodes/reftex-vars.el (reftex-label-menu-flags): Fix typo.
5979
5980 2002-09-05 Markus Rost <rost@math.ohio-state.edu>
5981
5982 * textmodes/table.el (table-command-prefix): Fix type.
5983
5984 2002-09-05 Andre Spiegel <spiegel@gnu.org>
5985
5986 * vc-hooks.el: Don't require vc.el at compile-time; it causes
5987 recursive requirements during bootstrap.
5988
5989 2002-09-05 Kenichi Handa <handa@etl.go.jp>
5990
5991 * international/mule.el (decode-char): Cancel the previous change.
5992
5993 2002-09-04 Mats Lidell <matsl@contactor.se> (tiny change)
5994
5995 * language/european.el ("Swedish"): New set-language-info-alist call.
5996
5997 2002-09-04 Richard M. Stallman <rms@gnu.org>
5998
5999 * help-fns.el (help-with-tutorial): Properly set up
6000 completion-reference-buffer in the *Completion* buffer.
6001
6002 2002-09-04 John Paul Wallington <jpw@shootybangbang.com>
6003
6004 * startup.el (use-fancy-splash-screens-p): If `fancy-splash-frame'
6005 returns nil, return nil.
6006
6007 2002-09-04 Andre Spiegel <spiegel@gnu.org>
6008
6009 * vc-hooks.el: Require vc.el at compile-time.
6010 (vc-workfile-unchanged-p, vc-default-workfile-unchanged-p):
6011 Moved here from vc.el.
6012
6013 * vc.el (vc-workfile-unchanged-p, vc-default-workfile-unchanged-p):
6014 Moved to vc-hooks.el.
6015
6016 * vc-rcs.el (vc-rcs-state): Don't require vc.el.
6017
6018 2002-09-04 Kenichi Handa <handa@etl.go.jp>
6019
6020 * international/mule.el (decode-char): Translate a character by
6021 utf-8-translation-table-for-decode only when
6022 utf-8-fragment-on-decoding is non-nil.
6023
6024 2002-09-02 Stefan Monnier <monnier@cs.yale.edu>
6025
6026 * textmodes/text-mode.el (paragraph-indent-text-mode-abbrev-table)
6027 (paragraph-indent-text-mode-syntax-table, paragraph-indent-text-mode):
6028 Use text-mode's syntax-table and abbrev-table.
6029 (text-mode): Set require-final-newline to t.
6030
6031 * newcomment.el (comment-make-extra-lines): Only use the
6032 dummy `=' char when there's really nothing else.
6033 Don't remove spaces if it leads to an incorrect comment.
6034
6035 * pcvs.el (cvs-run-process): Use a pty rather than a pipe to work
6036 around the cvs/ssh/libc bug.
6037 (cvs-update-header): Understand `cvs admin -m<rev>:<msg>' syntax.
6038 (defun-cvs-mode): Use the new `declare' thingy.
6039 (cvs-edit-log-text-at-point, cvs-mode-edit-log, cvs-do-edit-log)
6040 (cvs-edit-log-minor-wrap, cvs-edit-log-filelist): New funs.
6041 (cvs-mode-undo): Use `cvs add' for (CONFLICT. REMOVED).
6042
6043 * pcvs-parse.el (cvs-parse-table): Create a `need-update'
6044 node rather than a message for new directories.
6045 (cvs-parse-status): Add support for `Entry Invalid'.
6046
6047 * smerge-mode.el (smerge-diff-buffer-name): Default to *vc-diff*.
6048 (smerge-combine-with-next): New function.
6049 (smerge-diff): Don't output `wrote /tmp/foo' messages.
6050 Insert message if no diffs were found.
6051
6052 * mail/sendmail.el (mail-mode): Don't set local-abbrev-table.
6053 (mail-mode-abbrev-table): Set to text-mode-abbrev-table.
6054
6055 2002-09-02 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6056
6057 * net/tramp.el: Version 2.0.15 released.
6058 (require 'base64): Most modern Emacsen have the base64
6059 encode/decode functions built in, so test to see if they are bound
6060 before we go blindly requiring base64.el.
6061 From Steve Youngs <youngs@xemacs.org>.
6062 (tramp-feature-write-region-fix): XEmacs doesn't have a
6063 'find-operation-coding-system' and this variable doesn't seem to
6064 be used anywhere so wrap it in (unless (featurep 'xemacs)).
6065 From Steve Youngs <youngs@xemacs.org>.
6066 (tramp-methods): Remove duplicate definition of ssh1-old and ssh2-old.
6067 (tramp-open-connection-su): Use user name "root" if no user name
6068 is given.
6069
6070 From Michael Albinus <Michael.Albinus@alcatel.de>:
6071 * net/tramp.el (tramp-invoke-ange-ftp):
6072 (tramp-ange-ftp-file-name-p): Check for Xemacs.
6073 (tramp-do-copy-or-rename-file): Don't pass KEEP-DATE to
6074 tramp-invoke-ange-ftp 'rename.
6075 (tramp-handle-write-region): Don't pass LOCKNAME and CONFIRM to
6076 tramp-invoke-ange-ftp 'write-region.
6077 (tramp-handle-set-file-modes): Change order of FILENAME and MODE
6078 passing to tramp-invoke-ange-ftp 'set-file-modes.
6079 (tramp-invoke-ange-ftp): `tramp-disable-ange-ftp' must be called
6080 again after activating `ange-ftp'.
6081
6082 2002-09-02 Kim F. Storm <storm@cua.dk>
6083
6084 * ido.el (ido-ignore-item-temp-list): New variable.
6085 (ido-read-internal): Don't set ido-default-item if the default is
6086 member of ido-ignore-item-temp-list.
6087 Don't return first match for C-j if no text is entered.
6088 (ido-buffer-internal): Check for empty string return.
6089 (ido-make-buffer-list1): Use member instead of memq.
6090 (ido-window-buffer-p): Likewise.
6091 (ido-get-bufname): Ignore buffers on ido-ignore-item-temp-list.
6092 (ido-ignore-item-p): Ignore items on ido-ignore-item-temp-list.
6093
6094 * replace.el (multi-occur): Made "ido-aware":
6095 Changed prompt to use C-j instead of RET to end.
6096 Set ido-ignore-item-temp-list to the selected buffers so far, so
6097 they are automatically excluded from the list of choices.
6098 Use add-to-list instead of push.
6099
6100 2002-09-01 Richard M. Stallman <rms@gnu.org>
6101
6102 * term/x-win.el (function-key-map): Define S-iso-lefttab.
6103
6104 2002-09-01 Kim F. Storm <storm@cua.dk>
6105
6106 * edmacro.el (edit-kbd-macro): Recognize new default binding for
6107 C-x e in addition to old binding.
6108
6109 2002-09-01 Mario Lang <mlang@debian.org>
6110
6111 * files.el (save-some-buffers-action-alist): New variable.
6112 (save-some-buffers): Use that.
6113 (diff-buffer-with-file): New function.
6114
6115 2002-09-01 Richard M. Stallman <rms@gnu.org>
6116
6117 * ruler-mode.el (defgroup ruler-mode): Use `convenience' as parent.
6118
6119 * dired.el (defgroup dired): Use `files' as parent.
6120 (dired-get-filename): Ignore handler if it has safe-magic prop.
6121
6122 * jka-compr.el (jka-compr-handler): Add safe-magic property.
6123
6124 2002-08-31 Richard M. Stallman <rms@gnu.org>
6125
6126 * simple.el (kill-line): Use end-of-visible-line to determine
6127 if rest of line is blank.
6128 (end-of-visible-line): Cope if end-of-line moved back over
6129 invisible intangible chars at end of line.
6130
6131 * simple.el (completion-setup-function): Don't use directory-sep-char.
6132
6133 2002-09-01 Glenn Morris <gmorris@ast.cam.ac.uk>
6134
6135 * progmodes/f90.el (f90-menu): Remove ":active" keyword where not
6136 needed.
6137 (f90-menu, f90-add-imenu-menu): Use lookup-key.
6138 Remove (eval-when-compile) for free variables.
6139
6140 2002-08-31 Andreas Schwab <schwab@suse.de>
6141
6142 * font-core.el (font-lock-change-mode): Avoid changing buffer
6143 state in any way.
6144
6145 2002-08-30 Stefan Monnier <monnier@cs.yale.edu>
6146
6147 * emacs-lisp/easymenu.el (easy-menu-filter-return):
6148 Handle the case where the filter returns a single menu entry.
6149 (easy-menu-add): Improve docstring.
6150 (easy-menu-current-active-maps): Remove.
6151 (easy-menu-get-map): Use current-active-maps.
6152
6153 * cus-edit.el (custom-unlispify-menu-entry): Don't remove
6154 the -p prefix from variables since they shouldn't have it anyway.
6155 (custom-group-menu-create, customize-menu-create):
6156 Only cdr if applicable, since custom-menu-create might return
6157 a vector (i.e. a single menu entry).
6158
6159 2002-08-30 Edward M. Reingold <reingold@emr.cs.iit.edu>
6160
6161 * calendar/diary-lib.el (diary-mail-entries): Don't overwrite
6162 user's value of diary-list-include-blanks, but generate message
6163 instead if there are no entries.
6164
6165 2002-08-30 ARISAWA Akihiro <ari@mbf.sphere.ne.jp> (tiny change)
6166
6167 * ps-print.el (ps-lp-system): Fixed typo in `usg-unix-v'.
6168
6169 2002-08-30 Markus Rost <rost@math.ohio-state.edu>
6170
6171 * menu-bar.el (menu-bar-read-mail): Doc fix.
6172
6173 2002-08-30 John Paul Wallington <jpw@shootybangbang.com>
6174
6175 * ibuffer.el (ibuffer-update): Revert expansion of `caddr'.
6176 (ibuffer-fontification-alist): Check hidden buffer case isn't
6177 visiting a file and change its face to italic.
6178
6179 2002-08-30 Juanma Barranquero <lektu@terra.es>
6180
6181 * replace.el (occur-mode): Add interactive declaration.
6182
6183 * bs.el (bs-message-without-log): Fix typo.
6184
6185 * font-core.el (font-lock-defaults): Likewise.
6186
6187 * font-lock.el (font-lock-add-keywords): Likewise.
6188
6189 * mouse-copy.el (mouse-copy-work-around-drag-bug): Likewise.
6190
6191 * textmodes/bibtex.el (bibtex-mode): Likewise.
6192
6193 * emulation/viper-ex.el (ex-compile-command): Likewise.
6194
6195 * progmodes/idlwave.el (idlwave-max-extra-continuation-indent):
6196 Likewise.
6197
6198 * progmodes/dcl-mode.el (dcl-calc-cont-indent-relative): Likewise.
6199
6200 * allout.el (my-mark-marker): Likewise.
6201
6202 2002-08-30 Simon Josefsson <jas@extundo.com>
6203
6204 * mail/smtpmail.el (smtpmail-via-smtp): Delete process buffer
6205 unless s-debug-info is enabled.
6206
6207 2002-08-29 John Paul Wallington <jpw@shootybangbang.com>
6208
6209 * ibuffer.el (ibuffer-update): Use `minibufferp'. Expand `caddr'.
6210
6211 * mwheel.el (mouse-wheel-up-button): Doc fix.
6212
6213 2002-08-29 Juanma Barranquero <lektu@terra.es>
6214
6215 * replace.el (occur-mode-hook): New hook.
6216 (occur-mode): Use it.
6217 (occur-hook): Set default to nil.
6218
6219 2002-08-29 Stefan Monnier <monnier@cs.yale.edu>
6220
6221 * net/ange-ftp.el: Use match-string and drop useless `function's.
6222 (ange-ftp-get-process): Bind `ange-ftp-this-user' and
6223 `ange-ftp-this-host' before running ange-ftp-process-startup-hook.
6224 (ange-ftp-ls-parser): Use `switches' arg instead of dynamic binding.
6225 (ange-ftp-parse-dired-listing): Update the calls.
6226 (dired-local-variables-file): Declare to shut quieten the compiler.
6227 (ange-ftp-file-entry-active-p): Remove.
6228 (ange-ftp-file-name-all-completions, ange-ftp-file-name-completion):
6229 Don't exclude dangling symlinks.
6230 (ange-ftp-file-name-completion-1): Make predicate optional.
6231 (ange-ftp-parse-list-func-alist): Use add-to-list to update.
6232 (ange-ftp-fix-name-for-bs2000): Use subst-char-in-string.
6233 (ange-ftp-bs2000-posix-hook-installed): Remove.
6234 (ange-ftp-add-bs2000-posix-host): Don't use it anymore.
6235 (ange-ftp-bs2000-cd-to-posix): Use `ange-ftp-this-user' and
6236 `ange-ftp-this-host' instead of `user' and `host'.
6237
6238 2002-08-29 Richard M. Stallman <rms@gnu.org>
6239
6240 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
6241 Decide here whether to print which form we're compiling.
6242 If we do that, still print file and line. Make file name
6243 relative to default-directory. Print fewer newlines.
6244 (byte-compile-log-file): Print something even if no file.
6245 Print messages for entering and leaving directories,
6246 and set default-directory.
6247 (displaying-byte-compile-warnings): Only sometimes bind warning-series.
6248 (byte-compile-warning-series): New function.
6249 (byte-compile-file): Set byte-compile-last-logged-file, don't bind it.
6250 (byte-compile-display-log-head-p): Function deleted.
6251
6252 * warnings.el (warning-series): Now can be a marker, not an integer.
6253 (display-warning): Handle new value for warning-series.
6254
6255 * emacs-lisp/bytecomp.el (byte-compile-log-file): Use \f.
6256 (byte-compile-cl-warn): Add cl-macroexpand-all, cl-compiling-file
6257 to don't-warn list.
6258
6259 2002-08-29 Kim F. Storm <storm@cua.dk>
6260
6261 * kmacro.el: Change default bindings from F7/F8 to F3/F4.
6262 Change default binding of C-x e to kmacro-end-or-call-macro.
6263 (kmacro-call-repeat-key, kmacro-call-repeat-with-arg): New custom
6264 variables.
6265 (kmacro-get-prefix-arg): New function.
6266 (kmacro-repeat-on-last-key): Rename from kmacro-repeat-loop and
6267 improve. Callers changed.
6268 (kmacro-call-macro): Repeat macro by repeating last key or
6269 key defined in kmacro-call-repeat-key. New third arg non-nil
6270 means to end current macro.
6271 (kmacro-end-or-call-macro): Call kmacro-call-macro appropriately
6272 to get repeat last key functionality.
6273 (kmacro-start-macro-or-insert-counter): Improve doc string.
6274
6275 2002-08-28 Luc Teirlinck <teirllm@mail.auburn.edu>
6276
6277 * files.el (find-buffer-visiting): Compare file attributes
6278 using buffer-file-truename.
6279
6280 2002-08-28 Richard M. Stallman <rms@gnu.org>
6281
6282 * files.el (make-auto-save-file-name, make-backup-file-name-1):
6283 Don't use directory-sep-char.
6284
6285 2002-08-28 Juanma Barranquero <lektu@terra.es>
6286
6287 * replace.el (occur-hook): Renamed from `occur-mode-hook'.
6288 (occur-mode): Remove call to `occur-mode-hook'.
6289 (occur-rename-buffer): Fix reference to `occur-mode-hook' in docstring.
6290 (occur-1): Add call to `occur-hook'.
6291
6292 * subr.el (make-variable-frame-localizable): Alias for
6293 `make-variable-frame-local'.
6294
6295 2002-08-28 Miles Bader <miles@gnu.org>
6296
6297 * rfn-eshadow.el (read-file-name-electric-shadow-properties)
6298 (read-file-name-electric-shadow-tty-properties)
6299 (read-file-name-electric-shadow-mode): Remove compatibility defs.
6300
6301 * comint.el (comint-carriage-motion): Start at START.
6302
6303 2002-08-27 Francesco Potort\e,Al\e(B <pot@gnu.org>
6304
6305 * net/ange-ftp.el (ange-ftp-skip-msgs): Skip the 530 response
6306 given by vsFTPd when accessed with a kerberised FTP client.
6307
6308 2002-08-27 Richard M. Stallman <rms@gnu.org>
6309
6310 * files.el (find-alternate-file):
6311 Bind kill-buffer-query-functions locally, don't set it.
6312
6313 2002-08-27 Andreas Schwab <schwab@suse.de>
6314
6315 * kmacro.el (kmacro-start-macro): Doc fix.
6316
6317 2002-08-27 Carsten Dominik <dominik@sand.science.uva.nl>
6318
6319 * textfile/reftex-ref.el (reftex-goto-label): New command.
6320
6321 * textfile/reftex-vars.el (reftex-part-resets-chapter): New option.
6322
6323 * textfile/reftex-parse.el (reftex-roman-number): New function.
6324 (reftex-section-number): Better handling of parts: No chapter
6325 counter resets.
6326
6327 * textfile/reftex.el (reftex-highlight-overlays): Added a third
6328 overlay.
6329 (reftex-mode-menu): Added entry for `reftex-toc-recenter.
6330 Also moved `reftex-reset-mode' to top level.
6331
6332 * textfile/reftex-toc.el (reftex-toc-recenter): New command.
6333 (reftex-toc-pre-command-hook): Don't remove highlight overlay.
6334 (reftex-toc-post-command-hook): Use overlay no 2 for highlighting.
6335
6336 * textfile/reftex-sel.el (reftex-get-offset): Get offset of
6337 document pointer *before* position, not after.
6338 (reftex-insert-docstruct): Get offset of document pointer *before*
6339 position, not after.
6340
6341 * textfiles/reftex-parse.el (reftex-where-am-I): Prefer marker
6342 match over section title match.
6343
6344 * textfiles/reftex-cite.el (reftex-bib-or-thebib): New function
6345 which determines on a per-file-basis if BibTeX is being used
6346 locally for citations.
6347 (reftex-offer-bib-menu): Use `reftex-bib-or-thebib' for better
6348 cooperation with chapterbib.
6349 (reftex-bibtex-selection-callback): Use `reftex-bib-or-thebib' for
6350 better cooperation with chapterbib.
6351
6352 * textfiles/reftex-dcr.el (reftex-view-cr-cite):
6353 Use `reftex-bib-or-thebib' for better cooperation with chapterbib.
6354
6355 2002-08-26 Kim F. Storm <storm@cua.dk>
6356
6357 * subr.el (suppress-keymap): Use command remapping instead of
6358 substitute-key-definition to undefine self-inserting keys.
6359
6360 2002-08-26 Juanma Barranquero <lektu@terra.es>
6361
6362 * makefile.w32-in (WINS): Add calc and obsolete.
6363
6364 2002-08-26 Stefan Monnier <monnier@cs.yale.edu>
6365
6366 * emacs-lisp/easy-mmode.el (define-minor-mode):
6367 Use customize-mark-as-set for global minor modes.
6368
6369 2002-08-25 Miles Bader <miles@gnu.org>
6370
6371 * rfn-eshadow.el (file-name-shadow-properties-custom-type):
6372 Renamed from `read-file-name-electric-shadow-properties-custom-type'.
6373 Change name of face.
6374 (file-name-shadow-properties): Renamed from
6375 `read-file-name-electric-shadow-properties'.
6376 (file-name-shadow-tty-properties): Renamed from
6377 `read-file-name-electric-shadow-tty-properties'.
6378 (file-name-shadow): Renamed from `read-file-name-electric-shadow'.
6379 (rfn-eshadow-setup-minibuffer): Update references to renamed variables.
6380 (file-name-shadow-mode): Renamed from
6381 `read-file-name-electric-shadow-mode'. Update references to
6382 renamed variables.
6383
6384 2002-08-24 Sam Steingold <sds@gnu.org>
6385
6386 * subr.el (eval-after-load): Do not call
6387 load-symbol-file-load-history (deleted yesterday).
6388
6389 2002-08-24 John Paul Wallington <jpw@shootybangbang.com>
6390
6391 * startup.el (normal-splash-screen): Ensure splash buffer is
6392 killed. Use tabs in output. Fix test whether previous buffer was
6393 *scratch* buffer.
6394
6395 * progmodes/simula.el (simula-abbrev-keyword-default)
6396 (simula-abbrev-keyword, simula-abbrev-stdproc-default)
6397 (simula-abbrev-stdproc): Doc fix - escape open parens in column 0.
6398
6399 * apropos.el (command-apropos): Use `defalias' instead of `fset'.
6400
6401 * mail/rmail.el (rmail-speedbar-match-folder-regexp): Doc fix.
6402
6403 2002-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
6404
6405 * progmodes/f90.el (f90-xemacs-flag, f90-xemacs-menu)
6406 (f90-menu-bar-menu, f90-change-case-menu, f90-font-lock-on)
6407 (f90-font-lock-off, f90-font-lock-menu): Delete.
6408 Use easy-menu-define instead.
6409 (f90-mode): Use easy-menu-add.
6410 No longer (require 'imenu) when compiling.
6411 (f90-mark-subprogram, f90-indent-region, f90-fill-region)
6412 (f90-abbrev-start): Use fboundp.
6413 (f90-imenu-flag): Delete - use imenu--index-alist instead.
6414
6415 2002-08-23 Richard M. Stallman <rms@gnu.org>
6416
6417 * loadhist.el (unload-feature): Distinguish functions from
6418 variables in load-history.
6419 (feature-symbols): Doc fix.
6420
6421 * files.el (ange-ftp-completion-hook-function): Add safe-magic prop.
6422
6423 * subr.el (symbol-file-load-history-loaded)
6424 (load-symbol-file-load-history): Deleted.
6425 (symbol-file): Don't call load-symbol-file-load-history.
6426
6427 2002-08-23 Andre Spiegel <spiegel@gnu.org>
6428
6429 * vc-hooks.el (vc-kill-buffer-hook): Add it to kill-buffer-hook again.
6430
6431 2002-08-22 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
6432
6433 * frame.el (select-frame-by-name, select-frame-set-input-focus):
6434 Always call x-focus-frame, if using x.
6435 Use set-mouse-position on all systems, if focus-follows-mouse.
6436
6437 2002-08-22 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6438
6439 * net/tramp.el: Version 2.0.14 released.
6440 (tramp-shell-prompt-pattern): New variable.
6441 (tramp-actions-before-shell, tramp-multi-actions)
6442 (tramp-find-shell, tramp-open-connection-multi)
6443 (tramp-open-connection-setup-interactive-shell): Use it.
6444 (tramp-open-connection-telnet, tramp-open-connection-rsh)
6445 (tramp-open-connection-su): Mention `tramp-shell-prompt-pattern'
6446 in the docstring.
6447 (tramp-bug): Report `tramp-shell-prompt-pattern'.
6448 (tramp-process-one-multi-action, tramp-process-one-action):
6449 Make message clearer so people don't confuse it with Emacs asking
6450 them a question if the regexp happens to end with "?".
6451 (tramp-verbose): Change default value from 10 to 9. Also change
6452 some logging levels so that 10 is reserved for stuff which is
6453 needed for debugging only, but 9 catches everything that people
6454 might like to see in order to see that Tramp is actually working.
6455
6456 2002-08-22 Kim F. Storm <storm@cua.dk>
6457
6458 * emacs-lisp/authors.el (authors-aliases, authors-fixed-entries):
6459 Corrected spelling mistakes (for Joseph Arceneaux).
6460
6461 2002-08-21 Glenn Morris <gmorris@ast.cam.ac.uk>
6462
6463 * progmodes/f90.el: eval-when-compile a few defvars.
6464 (f90-xemacs-flag): Wrap in eval-and-compile.
6465 (f90-font-lock-keywords): Doc fix.
6466 (f90-mode-abbrev-table): Work with or without 6th arg of define-abbrev.
6467 (f90-mark-subprogram-overlay): Variable deleted.
6468 (f90-mark-subprogram): Remove overlay bit. Don't be silent about
6469 pushing mark.
6470 (f90-abbrev-start): unread-command-event is obsolete in XEmacs.
6471
6472 2002-08-21 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6473
6474 * net/tramp.el: Version 2.0.13 released.
6475 (tramp-handle-write-region): Don't check to see if remote end is
6476 awake after sending data to remote host: we want to send "EOF" not
6477 "echo are you awake"...
6478 (tramp-maybe-open-connection): Swap args for tramp-time-diff.
6479 (tramp-yn-prompt-regexp): New variable.
6480 (tramp-action-yn): New function, using it.
6481 (tramp-feature-write-region-fix): New internal variable. Not yet
6482 used. Should be used in `tramp-handle-write-region'.
6483
6484 2002-08-21 Kim F. Storm <storm@cua.dk>
6485
6486 * bindings.el (mode-line-format): Moved global-mode-string last.
6487 (mode-line-position): Moved %p first. Added padding to %l/%c to
6488 eliminate jumpyness in modeline. Use (%l,%c) format if both
6489 line-number-mode and column-number-mode are enabled.
6490
6491 2002-08-20 Martin Stjernholm <bug-cc-mode@gnu.org>
6492
6493 * progmodes/cc-engine.el (c-forward-syntactic-ws): Fixed a bug
6494 that could cause an infinite loop if something that looks like
6495 a macro begins in the middle of a line.
6496
6497 * progmodes/cc-engine.el (c-parse-state): Fixed a bug that
6498 could cause `c-state-cache' to contain two conses in sequence
6499 when there's an unbalanced open paren in a macro.
6500
6501 2002-08-20 Glenn Morris <gmorris@ast.cam.ac.uk>
6502
6503 * progmodes/fortran.el (fortran-current-defun): Use save-excursion.
6504
6505 * imenu.el (imenu--generic-function): Use mapc.
6506 (imenu-syntax-alist): Doc fix.
6507
6508 2002-08-20 Richard M. Stallman <rms@gnu.org>
6509
6510 * font-core.el (font-lock-change-mode): New function.
6511 (font-lock-mode): Use font-lock-change-mode instead of
6512 font-lock-unfontify-buffer.
6513 (font-lock-maximum-size, font-lock-verbose): Add defvars.
6514
6515 2002-08-20 Carsten Dominik <dominik@astro.uva.nl>
6516
6517 * textfiles/reftex-cite.el (reftex-bib-or-thebib): New function
6518 which determines on a per-file-basis if BibTeX is being used
6519 locally for citations.
6520 (reftex-offer-bib-menu): Use `reftex-bib-or-thebib' for better
6521 cooperation with chapterbib.
6522 (reftex-bibtex-selection-callback): Use `reftex-bib-or-thebib' for
6523 better cooperation with chapterbib.
6524
6525 * textfiles/reftex-dcr.el (reftex-view-cr-cite):
6526 Use `reftex-bib-or-thebib' for better cooperation with chapterbib.
6527
6528 2002-08-20 Kim F. Storm <storm@cua.dk>
6529
6530 * kmacro.el: Major rework based on discussions with RMS.
6531 Most important change is that C-x C-k is now bound to a keymap
6532 with keyboard macro related commands. The original binding on
6533 C-x C-k is moved to C-x C-k e.
6534
6535 * binding.el: Remove macro related bindings (now in kmacro.el).
6536
6537 * edmacro.el: Remove C-x C-k binding (now in kmacro.el).
6538
6539 2002-08-19 Stefan Monnier <monnier@cs.yale.edu>
6540
6541 * help-fns.el (help-split-fundoc): Replace the function name
6542 from the docstring with the one that should be displayed.
6543 (help-make-usage): Understand CL style arglists.
6544 (describe-function-1): Adapt to the new behavior of help-split-fundoc.
6545 (describe-variable): Use delete-region.
6546
6547 2002-08-19 Kenichi Handa <handa@etl.go.jp>
6548
6549 * international/mule.el (sgml-xml-auto-coding-function):
6550 Call re-search-forward with NOERROR t.
6551
6552 2002-08-19 Miles Bader <miles@gnu.org>
6553
6554 [original idea from Luc Teirlinck <teirllm@mail.auburn.edu>]
6555 * comint.el (comint-inhibit-carriage-motion): New variable.
6556 (comint-carriage-motion): Argument STRING removed. New arguments
6557 START and END; interpret characters between START and END rather
6558 than using special comint state.
6559 (comint-output-filter): Call `comint-carriage-motion'.
6560 (comint-output-filter-functions): Don't add `comint-carriage-motion'.
6561 * ielm.el (inferior-emacs-lisp-mode):
6562 Give `comint-inhibit-carriage-motion' a local value of t.
6563
6564 2002-08-18 Richard M. Stallman <rms@gnu.org>
6565
6566 * textmodes/table.el: New file.
6567
6568 * font-core.el (font-lock-mode): Set change-major-mode-hook locally.
6569
6570 2002-08-18 Andreas Schwab <schwab@suse.de>
6571
6572 * ibuf-ext.el (ibuffer-list-buffer-modes): Doc fix.
6573
6574 2002-08-17 Carsten Dominik <dominik@astro.uva.nl>
6575
6576 * textmodes/reftex.el (reftex-mode): Create special syntax tables.
6577 (reftex-syntax-table): Set a default in case this is being used
6578 outside a LaTeX file.
6579 (reftex-syntax-table-for-bib): Set a default in case this is being
6580 used outside a LaTeX file.
6581
6582 2002-08-17 Richard M. Stallman <rms@gnu.org>
6583
6584 * tar-mode.el (tar-subfile-mode): Use add-hook and remove-hook,
6585 and use write-file-functions instead of local-write-file-hooks.
6586 (tar-untar-buffer): Don't try to extract directories.
6587
6588 * menu-bar.el (fringe-mode): Set to nil.
6589
6590 * mail/rmail.el (rmail-search-mime-header-function): Doc fix.
6591
6592 2002-08-15 Richard M. Stallman <rms@gnu.org>
6593
6594 * calendar/appt.el (appt-delete): Use substring-no-properties.
6595 (appt-make-list): Don't use prin1-to-string; use the string unchanged.
6596
6597 2002-08-15 Jan Nieuwenhuizen <janneke@gnu.org> (tiny change)
6598
6599 * server.el (server-process-filter): Simplify code.
6600 (server-goto-line-column): New function.
6601 (server-visit-files): Use server-goto-line-column.
6602 Offer to revert only if file has changed.
6603
6604 2002-08-15 Richard M. Stallman <rms@gnu.org>
6605
6606 * files.el (recover-this-file): New function.
6607 (after-find-file): Recommend recover-this-file.
6608
6609 * font-core.el (font-lock-mode): Add font-lock-unfontify-buffer
6610 to change-major-mode-hook when font lock is enabled.
6611
6612 * simple.el (toggle-truncate-lines): Force redisplay.
6613 Display status message.
6614
6615 2002-08-15 Carsten Dominik <dominik@sand.science.uva.nl>
6616
6617 * textmodes/reftex.el (reftex-mode): Moved the creation of special
6618 syntax tables to top-level.
6619
6620 2002-08-15 David Kastrup <David.Kastrup@t-online.de>
6621
6622 * net/ange-ftp.el (ange-ftp-wipe-file-entries): Fix type mismatch;
6623 use `hash-table-size' instead of `length'.
6624
6625 2002-08-14 Stefan Monnier <monnier@cs.yale.edu>
6626
6627 * help-fns.el (locate-library): Use locate-file(-completion).
6628 (help-split-fundoc): Tighten the regexp and recognize a usage-info
6629 where the function name is `fn'.
6630 (help-function-arglist): Follow aliases and macros.
6631 (describe-function-1): Use keymapp.
6632 If the docstring contains a usage info, use it even if the function is
6633 not a subroutine. Find usage info in aliases' docstring if necessary.
6634 (describe-variable): Get the value before setting up the *Help* buffer.
6635
6636 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode):
6637 Use find-file-hook instead of find-file-hooks.
6638 (define-minor-mode): Get rid of this silly `togglep'.
6639 Add an explicit `toggle' argument (used for interactive calls).
6640 Emit a warning when a nil argument turns the mode off.
6641
6642 * language/ethio-util.el (setup-ethiopic-environment-internal)
6643 (exit-ethiopic-environment): Use find-file-hook and
6644 write-file-functions instead of find-file-hooks and write-file-hooks.
6645
6646 * window.el (handle-select-window): Don't do anything if the window
6647 has disappeared since the event was generated.
6648 (split-window-save-restore-data): Use push and with-current-buffer.
6649
6650 * saveplace.el:
6651 * play/meese.el:
6652 * obsolete/hilit19.el:
6653 * completion.el (dynamic-completion-mode):
6654 * emacs-lisp/find-func.el (find-function-search-for-symbol):
6655 Use find-file-hook instead of find-file-hooks.
6656
6657 * imenu.el (imenu-always-use-completion-buffer-p): Make obsolete.
6658 (imenu-use-popup-menu, imenu-eager-completion-buffer): New vars.
6659 (imenu-space-replacement): Allow nil value.
6660 (imenu--completion-buffer): Use new vars and simplify.
6661 Fix handling of minibuffer-setup-hook.
6662 Use minibuffer-completion-help instead of rolling our own.
6663 (imenu-choose-buffer-index): Use the new var.
6664
6665 * startup.el (command-line): Load custom-file if not done yet.
6666
6667 2002-08-14 Kenichi Handa <handa@etl.go.jp>
6668
6669 * select.el (xselect-convert-to-string): If TYPE is non-nil, encode
6670 the selection data string. Always return cons of type and string.
6671 (selection-converter-alist): Add (UTF8_STRING .
6672 xselect-convert-to-string).
6673
6674 2002-08-12 Stefan Monnier <monnier@cs.yale.edu>
6675
6676 * newcomment.el (comment-region): Force `lines' when `block' is set.
6677
6678 2002-08-12 Richard M. Stallman <rms@gnu.org>
6679
6680 * menu-bar.el (menu-bar-next-tag-other-window, menu-bar-next-tag)
6681 (menu-bar-right-scroll-bar, menu-bar-left-scroll-bar)
6682 (menu-bar-no-scroll-bar, menu-bar-toggle-auto-compression)
6683 (menu-bar-toggle-cua-mode, menu-bar-read-mail)
6684 (menu-bar-help-extra-packages, help-with-tutorial-spec-language)
6685 (menu-bar-text-mode-auto-fill): New commands, used
6686 in menu bar menus instead of lambda expressions.
6687
6688 (menu-bar-showhide-fringe-menu-customize-left)
6689 (menu-bar-showhide-fringe-menu-customize-right)
6690 (menu-bar-showhide-fringe-menu-customize-disable)
6691 (menu-bar-showhide-fringe-menu-customize-reset): Doc fixes.
6692
6693 (menu-bar-options-menu): Use toggle-truncate-lines.
6694 (showhide-date-time): Call customize-mark-as-set.
6695
6696 * emacs-lisp/find-func.el (find-function-search-for-symbol):
6697 Obey `definition-name' properties.
6698
6699 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode):
6700 Put `definition-name' properties on the functions whose
6701 names are constructed.
6702
6703 * textmodes/page-ext.el (pages-target-buffer): Add defvar.
6704 Renamed from target-buffer.
6705 (pages-directory, pages-copy-header-and-position): Uses changed.
6706
6707 * calendar/appt.el (appt-make-list): Correct the parsing of
6708 each appointment from time-string.
6709
6710 2002-08-12 Stefan Monnier <monnier@cs.yale.edu>
6711
6712 * scroll-all.el (scroll-all-mode): Use define-minor-mode.
6713 (scroll-all-mode) <defcustom>: Delete.
6714 (running-xemacs): Delete.
6715 (minor-mode-alist): Don't manipulate it directly.
6716
6717 2002-08-10 Kenichi Handa <handa@etl.go.jp>
6718
6719 * international/mule-cmds.el (search-unencodable-char): New function.
6720 (select-safe-coding-system): Show unencodable characters.
6721 (unencodable-char-position): Deleted, and implemented in C in coding.c.
6722
6723 2002-04-09 John Wiegley <johnw@gnu.org>
6724
6725 * esh-util.el: Removed eshell-under-cygwin-p, and all uses of it.
6726 * em-cmpl.el (eshell-cmpl-ignore-case): Ditto.
6727 * em-dirs.el (eshell/cd): Ditto.
6728 * em-glob.el (eshell-glob-case-insensitive): Ditto.
6729 * em-hist.el (eshell-previous-matching-input-string-position): Ditto.
6730 * esh-ext.el (eshell-binary-suffixes): Ditto.
6731
6732 2002-08-09 Richard M. Stallman <rms@gnu.org>
6733
6734 * textmodes/page-ext.el (pages-directory-mode): Undo previous change.
6735
6736 * simple.el (set-variable): Give locality status in prompt.
6737
6738 2002-08-09 Benjamin Rutt <rutt@cis.ohio-state.edu>
6739
6740 * simple.el (set-variable): If given a prefix argument, set
6741 variable buffer-locally.
6742
6743 2002-08-09 John Paul Wallington <jpw@shootybangbang.com>
6744
6745 * font-core.el (font-lock-function): Make it buffer-local.
6746
6747 2002-08-08 Richard M. Stallman <rms@gnu.org>
6748
6749 * emacs-lisp/checkdoc.el (checkdoc, checkdoc-interactive)
6750 (checkdoc-message-interactive, checkdoc-interactive-loop)
6751 (checkdoc-current-buffer, checkdoc-continue, checkdoc-comments)
6752 (checkdoc-defun):
6753 Update checkdoc-spellcheck-documentation-flag correctly.
6754 (checkdoc-ispell-docstring-engine): Don't test for
6755 checkdoc-autofix-flag = nil.
6756
6757 2002-08-07 John Paul Wallington <jpw@shootybangbang.com>
6758
6759 * xt-mouse.el (xterm-mouse-mode): Make it a global mode.
6760
6761 * wid-browse.el (widget-minor-mode): Fix doc typo.
6762
6763 2002-08-07 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6764
6765 * net/tramp.el: Version 2.0.12 released.
6766 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
6767 Comment out possibly obsolete "echo hello" commands.
6768 (tramp-run-real-handler): If operation is
6769 `ange-ftp-hook-function', use first arg as the real operation.
6770 (tramp-check-ls-commands): Use / instead of \ as directory
6771 separator. (Relevant for XEmacs on Windows.)
6772 (tramp-maybe-open-connection): Use tramp-wait-for-output when
6773 waiting for the "are you awake" command. Use a different string
6774 for the "are you awake" command.
6775 (tramp-send-command): New optional arg NEVEROPEN means to never
6776 invoke tramp-maybe-open-connection.
6777 (tramp-maybe-open-connection): Use it
6778
6779 2002-08-07 Richard M. Stallman <rms@gnu.org>
6780
6781 * warnings.el (warning-prefix-function, warning-series)
6782 (warning-fill-prefix, warning-group-format): Add autoload cookies.
6783
6784 2002-08-07 Kenichi Handa <handa@etl.go.jp>
6785
6786 * international/mule-cmds.el (select-safe-coding-system):
6787 Call pop-to-buffer inside save-window-excursion and save-excursion.
6788
6789 2002-08-06 John Paul Wallington <jpw@shootybangbang.com>
6790
6791 * help-fns.el (describe-function-1): Skip arglist note if
6792 function's definition is a keymap.
6793
6794 2002-08-06 Sam Steingold <sds@gnu.org>
6795
6796 * calendar/diary-lib.el (diary-mail-entries): Use `compose-mail'
6797 and `mail-user-agent' instead of straight sendmail.
6798 (diary-modified, diary-entries-list, displayed-year)
6799 (displayed-month, entry, date, number, date-string, d-file)
6800 (original-date): Defvar without binding to avoid compiler warnings.
6801
6802 2002-08-05 Alan Shutko <ats@acm.org>
6803
6804 * ibuffer.el (ibuffer-mode-map): Added ibuffer-filter-by-used-mode.
6805 (ibuffer-mode-map): Added ibuffer-filter-by-used-mode.
6806 (ibuffer-mode): Added ibuffer-filter-by-used-mode to doc string.
6807
6808 * ibuf-ext.el (ibuffer-list-buffer-modes): New.
6809 (ibuffer-filter-by-used-mode): New.
6810
6811 2002-08-05 John Paul Wallington <jpw@shootybangbang.com>
6812
6813 * ediff-util.el (ediff-copy-list): Use `defalias' instead of
6814 `fset' and `symbol-function'.
6815
6816 2002-08-05 John Wiegley <johnw@gnu.org>
6817
6818 * pcomplete.el (pcomplete-entries): Don't set `above-cutoff' to a
6819 value unless pcomplete-cycle-cutoff-length is non-nil.
6820
6821 2002-04-09 John Paul Wallington <jpw@shootybangbang.com>
6822
6823 * esh-util.el (eshell-under-cygwin-p): New function.
6824 * em-cmpl.el (eshell-cmpl-ignore-case): Use it.
6825 * em-dirs.el (eshell/cd): Ditto.
6826 * em-glob.el (eshell-glob-case-insensitive): Ditto.
6827 * em-hist.el (eshell-previous-matching-input-string-position): Ditto.
6828 * esh-ext.el (eshell-binary-suffixes): Ditto.
6829
6830 2002-08-05 Richard M. Stallman <rms@gnu.org>
6831
6832 * international/mule-cmds.el (select-safe-coding-system): Check for
6833 non-nil CODING-SYSTEM before warning it disagrees with AUTO-CS.
6834
6835 * net/ange-ftp.el (ange-ftp-smart-gateway): Doc fix.
6836
6837 2002-08-05 Gerd Moellmann <gerd@gnu.org>
6838
6839 * image.el (image-jpeg-p): Accept "Exif" marker.
6840
6841 2002-08-05 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6842
6843 * net/tramp.el: Version 2.0.11 released.
6844 (tramp-perl-file-attributes): Print uid and gid as signed integers.
6845 (tramp-invoke-ange-ftp): Correct check for Ange-FTP being loaded.
6846 Invoke Ange-FTP with tramp-run-real-handler to avoid Ange-FTP
6847 calling Tramp again.
6848 (tramp-find-file-exists-command): Check for `ls -d' last, after
6849 all the variants on `test -e'.
6850 (tramp-post-connection): Erase buffer before finding a command to
6851 check if file exists.
6852
6853 2002-08-05 David Kastrup <David.Kastrup@t-online.de>
6854
6855 * calc/calc.el (math-format-stack-value): Revert a broken
6856 if->when replacement and reformat so that this does not happen
6857 again. Fixes a pretty lethal line formatting/yanking bug.
6858
6859 2002-08-04 John Paul Wallington <jpw@shootybangbang.com>
6860
6861 * startup.el (fancy-splash-frame): Check selected frame last.
6862
6863 2002-08-04 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6864
6865 * net/tramp.el: Version 2.0.10 released.
6866 (tramp-uudecode): New shell function `tramp_uudecode' to decode to
6867 standard output even if `uudecode -p' and `uudecode -o -' don't work.
6868 (tramp-post-connection): After finding the right shell, wait a
6869 bit. This is a kludge to avoid a race condition, even though I
6870 don't understand why there is a race condition in the first place.
6871 (tramp-post-connection): Install the `tramp_uudecode' shell
6872 function on the remote host.
6873 (tramp-coding-commands): Add an alternative for `tramp_uudecode'.
6874 (tramp-bug): Include more variables in the report.
6875
6876 2002-08-04 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6877
6878 * net/tramp.el: Version 2.0.9 released.
6879 (tramp-bug): Add wording about additional info to include in bug
6880 report.
6881 (tramp-find-shell): Set $PS1 for invocation of second shell (for
6882 tilde expansion).
6883 (tramp-find-shell): Shell prompt must match at end of buffer.
6884 Do this also for fallback shell prompt.
6885 (tramp-find-shell): More debugging output.
6886 (tramp-find-inline-encoding): When checking the decoding command,
6887 some commands fail when reading from /dev/null. So we pass a
6888 known string through the encoding command and pass that through
6889 the decoding command. So we know whether the decoding command can
6890 deal with some real input.
6891
6892 2002-08-04 Andreas Schwab <schwab@suse.de>
6893
6894 * net/tramp.el (tramp-perl-encode, tramp-perl-decode): Doc fix.
6895
6896 2002-08-03 Andrew Choi <akochoi@shaw.ca>
6897
6898 * term/mac-win.el: Set keys to enable mouse wheel support.
6899
6900 2002-08-03 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6901
6902 * net/tramp.el: Version 2.0.8.
6903 (tramp-perl-encode, tramp-perl-encode): Double the backslashes.
6904
6905 2002-08-03 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6906
6907 * net/tramp.el: Version 2.0.7.
6908 (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
6909 (tramp-perl-encode, tramp-perl-decode): Escape `%' characters
6910 because of `format' and say so in the docstring.
6911
6912 2002-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
6913
6914 * progmodes/f90.el (f90-font-lock-keywords-1): Fix highlighting of
6915 `type' forms.
6916 (f90-font-lock-keywords-2): Fix `implicit type(foo)' case.
6917 (f90-type-def-re): Fix value.
6918
6919 2002-08-03 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6920
6921 * net/tramp.el: Version 2.0.6.
6922 (tramp-default-method): Change to "ssh" from "sm".
6923 (tramp-wrong-passwd-regexp): Restructure. Add additional alternative.
6924 (tramp-su-program): New internal variable for method parameter.
6925 (tramp-perl-encode-with-module, tramp-perl-decode-with-module):
6926 New variables. Very short Perl one-liner, but requires Perl
6927 module MIME::Base64 to be installed on the remote site.
6928 (tramp-perl-encode, tramp-perl-decode): New base64
6929 encoder/decoder. From Juanma Barranquero <lektu@terra.es>.
6930 (tramp-handle-file-truename): Invoke Ange-FTP properly (even
6931 though Ange-FTP doesn't do anything for this operation).
6932 (tramp-handle-set-visited-file-modtime): Comment change.
6933 (tramp-handle-make-directory): Save-excursion.
6934 (tramp-handle-expand-many-files): Don't try to invoke Ange-FTP
6935 twice, once is enough.
6936 (tramp-action-permission-denied): Show *tramp/foo* buffer so the
6937 user knows what's wrong.
6938 (tramp-post-connection): Support the two Perl encoders and decoders.
6939 (tramp-coding-commands): Ditto. Add some todo items.
6940
6941 2002-08-02 Richard M. Stallman <rms@gnu.org>
6942
6943 * international/mule.el (merge-coding-systems): New function.
6944 (set-buffer-file-coding-system): Use merge-coding-systems.
6945 Change prompt for args.
6946 (revert-buffer-with-coding-system): New command.
6947
6948 * international/mule-cmds.el (mule-keymap, set-coding-system-map):
6949 Add bindings for revert-buffer-with-coding-system.
6950 (set-coding-system-map): Clarify menu item info for
6951 set-buffer-file-coding-system.
6952 (set-coding-system-map): Reorder and add separators.
6953
6954 * emacs-lisp/edebug.el (edebug-eval-top-level-form):
6955 Use eval-expression.
6956
6957 * subr.el (atomic-change-group): Doc fix.
6958
6959 2002-07-31 Colin Walters <walters@debian.org>
6960
6961 * ibuffer.el (ibuffer-hooks): Rename to `ibuffer-hook'; Add
6962 defvaralias for compatibility.
6963 (ibuffer-mode-hooks): Rename to `ibuffer-mode-hook'; Add
6964 defvaralias for compatibility.
6965
6966 2002-07-31 John Paul Wallington <jpw@shootybangbang.com>
6967
6968 * ibuffer.el (ibuffer-fontification-alist):
6969 Use `font-lock-constant-face' instead of `font-lock-reference-face'.
6970
6971 2002-07-31 John Wiegley <johnw@gnu.org>
6972
6973 * pcomplete.el (pcomplete-comint-setup): Use `add-to-list', to
6974 prevent adding the symbol `pcomplete' to
6975 shell-dynamic-complete-functions to many times.
6976
6977 2002-07-31 Markus Rost <rost@math.ohio-state.edu>
6978
6979 * help-fns.el (describe-function-1): Test function for
6980 obsolescence only if it is a symbol.
6981
6982 * ediff.el (ediff-backup): New autoloaded command.
6983
6984 2002-07-31 Richard M. Stallman <rms@gnu.org>
6985
6986 * makefile.w32-in (compile-after-backup): Renamed from `compile'.
6987 Use `compile-always'.
6988 (bootstrap): Use `compile', not `compile-files'. Use `update-subdirs'.
6989 (compile): Renamed from `compile-files'.
6990 (compile-CMD, compile-SH): Renamed from `compile-files-*'.
6991
6992 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
6993 Check that (car elt) is a string.
6994
6995 * pcomplete.el (pcomplete-entries): Doc fix.
6996
6997 * international/mule.el (non-standard-icccm-encodings-alist): Doc fix.
6998
6999 2002-07-31 Andreas Schwab <schwab@suse.de>
7000
7001 * dired.el: Hide disabling of dired-find-alternate-file behind
7002 autoload-cookie.
7003
7004 2002-07-31 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
7005
7006 * makefile.w32-in: Revert some changes from 2002-07-23 because they
7007 don't work on MSVC/nmake builds.
7008 (update-subdirs-CMD): Generate the right list of subdirectories.
7009
7010 2002-07-30 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7011
7012 * net/tramp.el: New version 2.0.5.
7013 (tramp-methods): Remove inline encoding method parameters.
7014 The encoding is now autodetected. Also shorten the list of
7015 methods (u/m distinction gone) and rename the remaining methods to
7016 have longer, but more mnemonic, names.
7017 (tramp-login-prompt-regexp, tramp-password-prompt-regexp)
7018 (tramp-wrong-passwd-regexp): Trailing `$' not needed, regexp is
7019 matched at end of buffer anyway.
7020 (tramp-yesno-prompt-regexp): New variable, for questions where the
7021 user should say "yes" or "no".
7022 (tramp-file-name-structure-unified)
7023 (tramp-file-name-structure-separate): Allow dash in method names.
7024 (tramp-actions-before-shell): New variable, contains list of
7025 pattern/action pairs. Output sent by remote end is scanned for
7026 the patterns, then the actions are executed.
7027 (tramp-multi-actions): Like `tramp-actions-before-shell', but
7028 executed for each hop in a multi-hop connection.
7029 (tramp-last-cmd-time): New variable. If nothing has been sent to
7030 remote end for 60 seconds, look to see if the remote end is still
7031 alive.
7032 (tramp-perl-mime-encode, tramp-perl-mime-decode): Remove.
7033 It didn't work.
7034 (tramp-perl-encode, tramp-perl-decode): New variables, these
7035 require the MIME::Base64 module on the remote end.
7036 (tramp-handle-file-attributes): Restructure logic.
7037 (tramp-handle-file-attributes-with-ls)
7038 (tramp-handle-file-attributes-with-perl): More debugging.
7039 (tramp-handle-directory-files): Grok fifth arg `files-only' for XEmacs.
7040 (tramp-handle-make-directory, tramp-handle-delete-directory)
7041 (tramp-handle-delete-file, tramp-handle-insert-directory):
7042 Expand file name.
7043 (tramp-handle-shell-command): Use `when', not `if'.
7044 (tramp-handle-file-local-copy, tramp-handle-write-region):
7045 Adapt to autodetection of inline encoding.
7046 (tramp-invoke-ange-ftp): Require ange-ftp to make sure that
7047 variable ange-ftp-name-format is defined before binding it.
7048 (tramp-action-login, tramp-action-password, tramp-action-succeed)
7049 (tramp-action-permission-denied, tramp-action-yesno):
7050 Functions called from `tramp-actions-before-shell'.
7051 (tramp-multi-action-login, tramp-multi-action-password)
7052 (tramp-multi-action-succeed, tramp-multi-action-permission-denied):
7053 Functions called from `tramp-multi-actions'.
7054 (tramp-process-one-action, tramp-process-actions):
7055 Pattern matching and action invocation code for
7056 `tramp-actions-before-shell'.
7057 (tramp-process-one-multi-action, tramp-process-multi-actions):
7058 Same for `tramp-multi-actions'.
7059 (tramp-open-connection-telnet, tramp-open-connection-rsh)
7060 (tramp-open-connection-su): Process actions instead of hardwired logic.
7061 (tramp-multi-connect-telnet, tramp-multi-connect-rlogin)
7062 (tramp-multi-connect-su): Ditto.
7063 (tramp-post-connection): New method for tramp_encode and
7064 tramp_decode scripts.
7065 (tramp-post-connection): Invoke inline autodetection code.
7066 (tramp-coding-commands): List of inline codings.
7067 (tramp-find-inline-encoding): This is the inline autodetection code.
7068 (tramp-maybe-open-connection): If nothing was sent to connection
7069 for 60 seconds, look if it connection is still alive.
7070 (tramp-send-command): Remember that something was sent to the
7071 connection.
7072 (tramp-make-tramp-file-name, tramp-make-tramp-multi-file-name):
7073 Use backticks for constructing alist.
7074 (tramp-get-encoding-command, tramp-set-encoding-command)
7075 (tramp-get-decoding-command, tramp-set-decoding-command)
7076 (tramp-get-encoding-function, tramp-set-encoding-function)
7077 (tramp-get-decoding-function, tramp-set-decoding-function):
7078 Use for results of inline autodetection.
7079 (tramp-get-encoding-command, tramp-get-decoding-command)
7080 (tramp-get-encoding-function, tramp-get-decoding-function):
7081 Remove these old functions.
7082
7083 2002-07-30 Kenichi Handa <handa@etl.go.jp>
7084
7085 * language/indian.el (in-is13194): Give correct `safe-chars' property.
7086 (devanagari): Define it as an alias of in-is13194.
7087
7088 * international/mule.el (safe-chars):
7089 Put `char-table-extra-slots' property with value 0.
7090
7091 * files.el (revert-buffer): Fix previous change.
7092
7093 2002-07-29 Richard M. Stallman <rms@gnu.org>
7094
7095 * bindings.el (help-echo): If global-mode-string is non-nil,
7096 display some spaces after it.
7097
7098 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
7099 Don't call string-match on non-string.
7100 (displaying-byte-compile-warnings):
7101
7102 * textmodes/ispell.el (check-ispell-version): Bind default-directory
7103 to avoid errors. Kill the old temp buffer at the beginning.
7104
7105 2002-07-29 Glenn Morris <gmorris@ast.cam.ac.uk>
7106
7107 * scroll-all.el (scroll-all-mode): Make argument optional. Doc fix.
7108
7109 2002-07-29 John Paul Wallington <jpw@shootybangbang.com>
7110
7111 * scroll-all.el (scroll-all-mode): Handle numeric arg. Use `if'
7112 instead of `cond'.
7113
7114 2002-07-29 Kenichi Handa <handa@etl.go.jp>
7115
7116 * international/mule.el (ctext-post-read-conversion): Add support
7117 for embedded utf-8 encoding (ESC % G ... ESC % @).
7118
7119 2002-07-28 Kenichi Handa <handa@etl.go.jp>
7120
7121 * files.el (revert-buffer): Before calling insert-file-contents,
7122 kill the local variable buffer-file-coding-system.
7123
7124 2002-07-28 Richard M. Stallman <rms@gnu.org>
7125
7126 * bindings.el (mode-line-format): Handle vc-mode specially.
7127 Move mode-line-position to after global-mode-string.
7128 (mode-line-modes): Move the starting 3 spaces out of here.
7129 (mode-line-position): Separate with a space, not dashes.
7130
7131 * vc-hooks.el: Don't add to minor-mode-alist.
7132
7133 * emacs-lisp/edebug.el (edebug-debugger):
7134 If inside redisplay, just return.
7135
7136 * emacs-lisp/debug.el (debug): If inside redisplay, just return.
7137
7138 * info.el (Info-find-index-name): Improve last change.
7139
7140 2002-07-27 Richard M. Stallman <rms@gnu.org>
7141
7142 * files.el (file-name-sans-extension): Avoid expanding DIRECTORY.
7143
7144 * calendar/cal-hebrew.el (diary-rosh-hodesh): Cons mark on
7145 in the third case.
7146
7147 2002-07-27 Markus Rost <rost@math.ohio-state.edu>
7148
7149 * ps-print.el: Update copyright year.
7150 (ps-begin-cut-regexp, ps-end-cut-regexp): Fix type.
7151
7152 2002-07-26 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7153
7154 * eshell/eshell.el (eshell): Numeric prefix arg means to switch
7155 to the session with that number. Old behavior still available
7156 with nonumeric prefix args.
7157
7158 2002-07-08 Simon Josefsson <jas@extundo.com>
7159
7160 * mail/mail-extr.el (mail-extr-all-top-level-domains): Update names.
7161
7162 2002-07-26 Juanma Barranquero <lektu@terra.es>
7163
7164 * warnings.el (lwarn, warn, warning-levels): Doc fix.
7165 (warning-suppress-log-types): Fix typo.
7166 (display-warning): Fix typo. Remove useless assignment to free variable
7167 `group-string'.
7168
7169 2002-07-25 Markus Rost <rost@math.ohio-state.edu>
7170
7171 * ediff-wind.el (ediff-window-setup-function): Extend type declaration.
7172
7173 2002-07-25 Sam Steingold <sds@gnu.org>
7174
7175 * replace.el (occur-rename-buffer): New command.
7176 (occur-mode-map): Bind "r" to it. Added keybindings for
7177 `kill-this-buffer', `clone-buffer' and `quit-window'.
7178
7179 2002-07-25 Kevin Ryde <user42@zip.com.au>
7180
7181 * info.el (Info-find-index-name): Search for a function definition
7182 with a return type.
7183
7184 2002-07-25 David Ponce <david@dponce.com>
7185
7186 * emacs-lisp/bytecomp.el (byte-compile-set-symbol-position):
7187 Don't recompute `entry' on each iteration.
7188 (byte-compile-delete-first): Make it defsubst.
7189
7190 2002-07-25 Sam Steingold <sds@gnu.org>
7191
7192 * progmodes/cc-engine.el (c-search-uplist-for-classkey):
7193 When `search-end' is a cons, use its car.
7194
7195 2002-07-25 Dave Love <fx@gnu.org>
7196
7197 * obsolete/c-mode.el: Deleted.
7198
7199 2002-07-25 Carsten Dominik <dominik@astro.uva.nl>
7200
7201 * textmodes/reftex.el (reftex-compile-variables):
7202 Simplified regular expression.
7203
7204 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
7205 Simplified the regexp.
7206
7207 * textmodes/reftex-cite.el (reftex-get-bibkey-default): New function.
7208 (reftex-extract-bib-entries-from-thebibliography):
7209 Use `reftex-get-bibkey-default' to get a default regex.
7210 (reftex-extract-bib-entries): Use `reftex-get-bibkey-default' to
7211 get a default regex.
7212
7213 * textmodes/reftex-toc.el (reftex-toc-mode): Use `make-local-hook' for
7214 XEmacs compatibility (got OK from RMS).
7215
7216 * textmodes/reftex-index.el (reftex-index-mode): Likewise.
7217
7218 * textmodes/reftex-sel.el (reftex-select-label-mode): Likewise.
7219 (reftex-select-bib-mode): Likewise.
7220
7221 2002-07-25 Colin Walters <walters@debian.org>
7222
7223 * ibuffer.el (ibuffer-mouse-popup-menu): Allow point to be moved
7224 by menu functions.
7225
7226 2002-07-24 Dave Love <fx@gnu.org>
7227
7228 * international/mule.el (set-auto-coding): Doc fix.
7229
7230 * international/utf-16.el: New file.
7231
7232 * language/european.el ("German", "French", "Spanish", "Turkish"):
7233 Add alternative coding systems.
7234 ("Dutch"): Likewise. Add input method.
7235 ("Welsh", "Latin-7"): Add nonascii-translation.
7236
7237 * language/georgian.el ("Georgian"): Add nonascii-translation.
7238
7239 * international/titdic-cnv.el: Doc fixes.
7240 (tit-process-header): Add coding cookie.
7241 (titdic-convert): Force writing as iso-2022-7bit.
7242
7243 * international/ja-dic-cnv.el (skkdic-convert): Add coding cookie.
7244
7245 * international/mule-cmds.el: Doc fixes.
7246 (unencodable-char-position): New.
7247 (select-safe-coding-system): Use it to indicate problematic
7248 characters and add extra explanation. Avoid checking auto-coding
7249 for compressed files.
7250 (leim-list-header): Add coding cookie.
7251 (input-method-verbose-flag): Modify :type.
7252 (locale-language-names): Add bs, wa. Modify cy.
7253
7254 2002-07-24 Richard M. Stallman <rms@gnu.org>
7255
7256 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
7257 Bind warning-group-format.
7258
7259 * emacs-lisp/bytecomp.el (byte-compile-cl-functions): New variable.
7260 (byte-compile-cl-warn): Use that variable.
7261 (byte-compile-find-cl-functions): New function.
7262 (displaying-byte-compile-warnings):
7263 Call byte-compile-find-cl-functions.
7264
7265 * warnings.el (warning-levels): Add %s to the strings.
7266 (warning-group-format): New variable.
7267 (warning-suppress-log-types): Renamed from warning-suppress-log.
7268 (warning-suppress-types): Renamed from warning-suppress.
7269 (display-warning): Implement those changes.
7270
7271 2002-07-23 Richard M. Stallman <rms@gnu.org>
7272
7273 * warnings.el: Add `provide' call.
7274
7275 * files.el (basic-save-buffer-2): If there's an error writing the file,
7276 unrename the backup file if it was just made.
7277 (backup-buffer, basic-save-buffer-2, basic-save-buffer-1)
7278 (basic-save-buffer): Value now has form (MODES . BACKUPNAME)
7279 when a backup was just made by renaming. Otherwise it's nil.
7280
7281 * wid-edit.el (widget-convert): Handle an argument that's a keyword.
7282 Recognize explicit :args specification.
7283
7284 * international/mule-cmds.el (select-safe-coding-system):
7285 Don't ask for confirmation of mismatch if find-file-literally was used.
7286
7287 2002-07-23 Markus Rost <rost@math.ohio-state.edu>
7288
7289 * add-log.el (add-log-current-defun): Fix typo in documentation.
7290
7291 2002-07-22 Markus Rost <rost@math.ohio-state.edu>
7292
7293 * add-log.el (add-log-mailing-address): Fix type. Can be a string.
7294
7295 * ido.el (ido-separator): Fix type.
7296
7297 2002-07-23 Andrew Innes <andrewi@gnu.org>
7298
7299 * makefile.w32-in (DONTCOMPILE): Remove cus-start.el.
7300 (DONTCOMPILE): Add various language files.
7301 (DONTCOMPILE): Remove term/xterm.el.
7302 (finder-inf.el): Remove.
7303 (update-authors): New target.
7304 (TAGS-LISP): Remove $(lispsource).
7305 (compile-always): Renamed from `compile-files'.
7306 (compile): New target, adapted from `compile-files'.
7307 (compile-calc): New target.
7308 (recompile): Change `.' to $(lisp).
7309 (bootstrap): Add update-subdirs and finder-data
7310 to dependencies; change compile-files to compile.
7311
7312 2002-07-22 Andre Spiegel <spiegel@gnu.org>
7313
7314 * vc.el (vc-next-action-on-file): Preserve find-file-literally.
7315
7316 2002-07-22 Dan Nicolaescu <dann@ics.uci.edu>
7317
7318 * simple.el (undo, undo-more): Adjust messages when undoing in a
7319 region.
7320
7321 2002-07-22 John Paul Wallington <jpw@shootybangbang.com>
7322
7323 * net/browse-url.el (browse-url-lynx-input-attempts): Use defcustom.
7324 (browse-url-lynx-input-delay): Add custom type and group.
7325
7326 * cus-start.el (double-click-fuzz): Added.
7327
7328 2002-07-22 Alan Shutko <ats@acm.org>
7329
7330 * calendar/solar.el (diary-sabbath-candles): Add optional MARK
7331 parameter, specifying what face or character to use in the
7332 calendar display. These will now return (MARK . ENTRY).
7333
7334 * calendar/lunar.el (diary-phases-of-moon): Add optional MARK
7335 parameter, specifying what face or character to use in the
7336 calendar display. These will now return (MARK . ENTRY).
7337
7338 * calendar/cal-hebrew.el (diary-omer, diary-yahrzeit)
7339 (diary-rosh-hodesh, diary-parasha, diary-parasha): Add optional
7340 MARK parameter, specifying what face or character to use in the
7341 calendar display. These will now return (MARK . ENTRY).
7342
7343 * calendar/diary-lib.el (mark-sexp-diary-entries): Retrieve mark
7344 from diary-sexp-entry and pass it to mark-visible-calendar-date.
7345 (list-sexp-diary-entries): Update doc string for new docs for ....
7346 If diary-sexp-entry returns a cons, only add the text to the diary
7347 list.
7348 (diary-sexp-entry): Allow sexps to return a cons of the form (MARK
7349 . STRING) to specify what face or character mark should be used in
7350 the calendar display.
7351 (diary-date, diary-block, diary-float, diary-anniversary)
7352 (diary-cyclic): Add optional MARK parameter, specifying what face
7353 or character to use in the calendar display. These will now
7354 return (MARK . ENTRY).
7355
7356 * calendar/diary-lib.el (check-calendar-holidays, diary-iso-date)
7357 (calendar-holiday-list, diary-french-date, diary-mayan-date)
7358 (diary-julian-date, diary-astro-day-number, diary-chinese-date)
7359 (diary-islamic-date, list-islamic-diary-entries)
7360 (mark-islamic-diary-entries, mark-islamic-calendar-date-pattern)
7361 (diary-hebrew-date, diary-omer, diary-yahrzeit, diary-parasha)
7362 (diary-rosh-hodesh, list-hebrew-diary-entries)
7363 (mark-hebrew-diary-entries, mark-hebrew-calendar-date-pattern)
7364 (diary-coptic-date, diary-persian-date, diary-phases-of-moon)
7365 (diary-sunrise-sunset, diary-sabbath-candles):
7366 Remove interactive flag from autoloads.
7367
7368 2002-07-22 Carsten Dominik <dominik@astro.uva.nl>
7369
7370 * textmodes/reftex-vars.el (reftex-index-verify-function): New option.
7371 (reftex-bibliography-commands): New option.
7372 (reftex-toc-split-windows-horizontally): New option
7373 (reftex-toc-split-windows-horizontally-fraction): New option
7374 (reftex-include-file-commands): New option.
7375 (reftex-cite-format-builtin): Added ?n for nocite.
7376
7377 * textmodes/reftex-index.el (reftex-query-index-phrase):
7378 Use `reftex-index-verify-function'.
7379
7380 * textmodes/reftex-toc.el (reftex-re-enlarge):
7381 Handle horizontal splitting.
7382 (reftex-toc): Handle horizontal splitting
7383 (reftex-last-window-width): New variable.
7384
7385 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
7386 Use `reftex-bibliography-commands'.
7387 (reftex-locate-bibliography-files): Regexp relaxed to allow for
7388 cases where \bibliography is not the first thing on the line.
7389
7390 * textmodes/reftex.el (reftex-compile-variables):
7391 Use `reftex-include-file-commands'.
7392 (reftex-type-query-prompt): Changed defconst to defvar.
7393 (reftex-type-query-help, reftex-typekey-to-format-alist)
7394 (reftex-typekey-to-prefix-alist, reftex-env-or-mac-alist)
7395 (reftex-special-env-parsers, reftex-label-mac-list)
7396 (reftex-label-env-list, reftex-typekey-list)
7397 (reftex-words-to-typekey-alist, reftex-key-to-index-macro-alist)
7398 (reftex-query-index-macro-prompt, reftex-query-index-macro-help)
7399 (reftex-no-follow-message, reftex-no-info-message): Likewise.
7400 (reftex-mode): Define systax table for bibtex parsing.
7401 (reftex-syntax-table-for-bib): Syntax table for bibtex parsing.
7402
7403 * textmodes/reftex-cite.el (reftex-format-names): %a as name
7404 format lists all names.
7405 (reftex-parse-bibtex-entry): Use `reftex-syntax-table-for-bib'.
7406 (reftex-with-special-syntax-for-bib): New macro.
7407
7408 2002-07-21 Richard M. Stallman <rms@gnu.org>
7409
7410 * international/ucs-tables.el (ucs-quail-activate):
7411 Cope if buffer-file-coding-system is nil.
7412
7413 * bindings.el (last-buffer): Use buffer-list with frame arg.
7414 Create *scratch* if no other choice exists. Fix bugs.
7415
7416 2002-07-21 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7417
7418 * net/tramp.el: Bump version to 2.0.2.
7419 (tramp-methods): Rename methods invoking "ssh1" or "ssh2" to
7420 longer names. Use old names "sm1", "sm2" and so on for methods
7421 invoking "ssh -1" or "ssh -2".
7422 (tramp-multi-file-name-structure-separate): Typo, its name was set
7423 to "tramp-file-name-structure-separate". Trivial patch.
7424 From Steve Youngs <youngs@xemacs.org>.
7425 (tramp-multi-sh-program): New variable.
7426 (tramp-open-connection-multi): Use it. Now you can use multi
7427 methods from Windows (at least in principle).
7428 (tramp-do-copy-or-rename-via-buffer): New function.
7429 (tramp-do-copy-or-rename-file): Use it. Change and simplify
7430 logic. Omit special case of invoking rcp directly to copy the files.
7431 (tramp-open-connection-su, tramp-multi-connect-telnet)
7432 (tramp-multi-connect-rlogin, tramp-multi-connect-su)
7433 (tramp-make-tramp-file-name, tramp-make-tramp-multi-file-name):
7434 Use backticks in format-spec for brevity and to avoid
7435 character/number confusion in XEmacs.
7436
7437 2002-07-20 Richard M. Stallman <rms@gnu.org>
7438
7439 * wid-edit.el (widget-documentation-string-value-create):
7440 Say "Hide Rest", not just "Hide".
7441
7442 * cus-edit.el (custom-variable-value-create):
7443 Say "Show Value", not just "Show". Also "Hide Value".
7444 Output a newline before the doc string.
7445 (custom-face-value-create): Say "Show Face" and "Hide Face".
7446
7447 * files.el (toggle-read-only): Clean up the hint message.
7448
7449 * emacs-lisp/bytecomp.el: Use warnings.el.
7450 (byte-compile-warning-prefix): New function.
7451 (byte-compile-log-file): Return page start position.
7452 (byte-compile-log-warning): New function.
7453 (byte-compile-warn): Use byte-compile-log-warning.
7454 (byte-compile-report-error): Likewise. Also use error-message-string.
7455 (displaying-byte-compile-warnings): Bind warning-series.
7456 Don't bind or use byte-compile-warnings-point-max.
7457 Don't display the log buffer at the end.
7458 (byte-compile-warnings-point-max): Variable deleted.
7459 (byte-compile-log-1): Rewrite for trace info, not used for warnings.
7460 (byte-compile-last-warned-form, byte-compile-last-logged-file):
7461 Defvars moved.
7462
7463 * warnings.el: New file.
7464
7465 2002-07-19 Richard M. Stallman <rms@gnu.org>
7466
7467 * emacs-lisp/bytecomp.el (byte-compile-cl-warn): Delete `values'
7468 and `values-list' from list of CL functions.
7469
7470 2002-07-19 John Paul Wallington <jpw@shootybangbang.com>
7471
7472 * emacs-lisp/bytecomp.el (compile-defun):
7473 Bind `read-with-symbol-positions' to current buffer.
7474
7475 2002-07-19 Andre Spiegel <spiegel@gnu.org>
7476
7477 * vc-hooks.el (vc-insert-file): When called with a LIMIT regexp,
7478 delete anything that comes after LIMIT from the buffer.
7479
7480 * vc-rcs.el (vc-rcs-fetch-master-state): Be more careful to check
7481 if this is really an RCS master file.
7482
7483 * vc.el: Improve comment of vc-BACKEND-workfile-unchanged-p.
7484
7485 2002-07-19 Juanma Barranquero <lektu@terra.es>
7486
7487 * emacs-lisp/bytecomp.el (dot, dot-max, dot-min, dot-marker)
7488 (buffer-flush-undo, baud-rate, compiled-function-p, define-function)
7489 (unread-command-char, executing-macro, post-command-idle-hook)
7490 (post-command-idle-delay): Move obsolescence declarations to subr.el.
7491
7492 * subr.el (dot, dot-max, dot-min, dot-marker, buffer-flush-undo)
7493 (baud-rate, compiled-function-p, define-function, unread-command-char)
7494 (executing-macro, post-command-idle-hook, post-command-idle-delay):
7495 Move obsolescence declarations from emacs-lisp/bytecomp.el.
7496 (directory-sep-char, mode-line-inverse-video):
7497 Add obsolescence declaration.
7498
7499 2002-07-18 J.D. Smith <jdsmith@as.arizona.edu>
7500
7501 * progmodes/idlwave.el: Updated to IDLWAVE version 4.14. Too many
7502 changes to list them here.
7503
7504 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.14.
7505 Too many changes to list them here.
7506
7507 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.14.
7508 Too many changes to list them here.
7509
7510 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.14 with
7511 only minor documentation changes.
7512
7513 2002-07-18 Dave Love <fx@gnu.org>
7514
7515 * info-look.el: Support current auto{conf,make} manuals.
7516
7517 2002-07-18 Juanma Barranquero <lektu@terra.es>
7518
7519 * bindings.el (last-buffer): Add missing frame argument.
7520
7521 2002-07-18 Richard M. Stallman <rms@gnu.org>
7522
7523 * timer.el (timer-inc-time): Doc fix.
7524
7525 * replace.el (keep-lines, flush-lines): Interactively report
7526 read-only error before reading regexp argument.
7527
7528 * dabbrev.el (dabbrev--search): Use inhibit-point-motion-hooks.
7529
7530 * bindings.el (last-buffer): Handle buffer-list and buffer-predicate
7531 frame parameters like bury-buffer.
7532
7533 * simple.el (choose-completion-delete-max-match):
7534 Handle minibuffer prompts explicitly.
7535
7536 2002-07-18 Juanma Barranquero <lektu@terra.es>
7537
7538 * international/mule-util.el (string-to-sequence, truncate-string):
7539 Add autoload cookie to obsolescence declaration.
7540
7541 * rect.el (move-to-column-force): Likewise.
7542
7543 * composite.el (decompose-composite-char): Likewise; also remove
7544 redundant info.
7545
7546 2002-07-18 Kim F. Storm <storm@cua.dk>
7547
7548 * loadup.el: Load international/utf-8 before international/characters.
7549
7550 2002-07-17 Dave Love <fx@gnu.org>
7551
7552 * international/ucs-tables.el: Optimize tables. Deal with some
7553 non-8859 charsets.
7554 (ucs-mule-to-mule-unicode): New.
7555 (ucs-unify-8859): Use utf-8-fragment-on-decoding, set up Quail
7556 translation.
7557 (ucs-fragment-8859): Modified consistent with ucs-unify-8859.
7558 (unify-8859-on-encoding-mode): Doc mod. Fix custom version.
7559 (unify-8859-on-decoding-mode): Doc mod. Change code. Fix custom
7560 version. Add custom dependencies.
7561 (ucs-insert): Check for null from decode-char.
7562 (translation-table-for-input, ucs-quail-activate)
7563 (ucs-minibuffer-setup, ccl-encode-unicode-font)
7564 (ucs-tables-unload-hook): New.
7565
7566 * international/mule.el (define-translation-hash-table): New.
7567 (decode-char): Use utf-8-translation-table-for-decode.
7568 (encode-char): Use ucs-mule-to-mule-unicode.
7569
7570 * international/characters.el: Fix settings of U+2000-U+2027.
7571 Remove \e$(C'Y\e(B.
7572
7573 * international/mule-cmds.el (locale-language-names): Fix be, add
7574 sr_YU@cyrillic, modify tg.
7575 (locale-charset-language-names): Put @euro last.
7576
7577 * language/cyrillic.el (cyrillic-koi8-r-decode-table)
7578 (cyrillic-alternativnyj-decode-table): Fill out with mule-unicode.
7579 (cyrillic-koi8-r-decode-table): Make unbound after use.
7580 (ccl-decode-koi8, ccl-decode-alternativnyj): Change expansion
7581 factor. Use utf-8-translation-table-for-decode.
7582 (ccl-encode-koi8, ccl-encode-koi8): Don't check r0.
7583 (cyrillic-unify-encoding): New function.
7584 (cyrillic-koi8): Modify safe-chars, valid-codes.
7585 Remove charset-origin-alist.
7586 (Cp878, cp866): New alias.
7587 (ccl-encode-8859-5-font): New.
7588 (font-ccl-encoder-alist): Add ccl-encode-8859-5-font.
7589 (ccl-encode-koi8-font, ccl-encode-alternativnyj-font):
7590 Remove redundant parens.
7591 ("Cyrillic-KOI8"): Add cyrillic-iso-8bit to coding-priority.
7592 (cyrillic-koi8-u-decode-table, ccl-decode-koi8-u)
7593 (ccl-encode-koi8-u, koi8-u, ccl-encode-koi8-u-font, "Ukrainian"): New.
7594 (cyrillic-alternativnyj): Modify safe-chars, add mime-charset.
7595 ("Cyrillic-ALT"): Change input method.
7596 ("Windows-1251", "Tajik", "Bulgarian", "Belarusian"): New.
7597
7598 * international/utf-8.el (utf-8-subst-table)
7599 (utf-8-subst-rev-table, utf-8-translation-table-for-decode)
7600 (utf-8-fragment-on-decoding, ccl-untranslated-to-ucs)
7601 (utf-8-ccl-regs, utf-8-translate-cjk): New.
7602 (ccl-encode-mule-utf-8): Use utf-8-subst-rev-table.
7603 (ccl-decode-mule-utf-8, ccl-untranslated-to-ucs)
7604 (utf-8-untranslated-to-ucs, utf-8-compose): Rewritten.
7605 (mule-utf-8): Remove pre-write-conversion.
7606 (utf-8-post-read-conversion): Comment out.
7607
7608 * international/ccl.el (ccl-command-table): Add lookup-integer,
7609 lookup-character.
7610 (ccl-extended-code-table): Add lookup-int-const-tbl,
7611 lookup-char-const-tbl.
7612 (ccl-compile-lookup-integer, ccl-compile-lookup-character)
7613 (ccl-dump-lookup-int-const-tbl, ccl-dump-lookup-char-const-tbl):
7614 New functions.
7615 (define-ccl-program): Doc update.
7616
7617 * international/utf-8-subst.el: Populate utf-8-subst-rev-table.
7618 (utf-8-subst-table): Don't set.
7619
7620 2002-07-17 Kenichi Handa <handa@etl.go.jp>
7621
7622 * international/mule.el (define-coding-system-alias):
7623 Don't append ALIAS in the property `alias-coding-systems' if ALIAS's
7624 eol-type is not auto-detection.
7625
7626 * international/mule-diag.el (print-coding-system-briefly):
7627 Fix the handling of an alias of which eol-type is not auto-detection.
7628
7629 * international/mule-conf.el (us-ascii): Define it as an alias of
7630 iso-safe.
7631
7632 2002-07-17 Juanma Barranquero <lektu@terra.es>
7633
7634 * help-fns.el (describe-function-1): Put empty line before "Not
7635 documented" text.
7636
7637 * timer.el (timer-set-time-with-usecs): Mark obsolete.
7638
7639 2002-07-16 Stefan Monnier <monnier@cs.yale.edu>
7640
7641 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
7642 Make sure to change the global tool-bar-map.
7643
7644 * vc.el (vc-default-comment-history): Hard code *vc*.
7645 This is because print-log always prints there now.
7646 (vc-annotate-font-lock-keywords): New var.
7647 (vc-annotate-mode): Use it. Set truncate-lines as well.
7648 (vc-annotate-display-select): Unify the two error reports.
7649 (vc-annotate-offset): New var.
7650 (vc-annotate-lines): New fun extracted from vc-annotate-display.
7651 (vc-annotate-display): Use it, via font-lock.
7652
7653 * help-fns.el (help-split-fundoc, help-function-arglist)
7654 (help-make-usage): New funs, extracted from describe-function-1.
7655 (describe-function-1): Use them.
7656
7657 * help.el (help-key-description): Show the untranslated keys
7658 when they start with ESC and the ESC was not translated.
7659
7660 * help-mode.el (view): Always require.
7661 (help-xref-mule-regexp): Don't use defconst for variables.
7662 (help-setup-xref): Keep the last 10 elements of the stack.
7663 (help-xref-override-view-map): New var.
7664 (help-make-xrefs): Use it instead of building a new map each time.
7665 (help-function-def): Allow help-fun to take a buffer as arg.
7666
7667 * diff-mode.el (diff-reverse-direction): Simplify.
7668 (diff-after-change-function): Fix typo.
7669 (diff-post-command-hook): Take care of edge cases.
7670 (diff-current-defun): Do `goto-char' after setting the mode.
7671
7672 * mouse-sel.el (mouse-sel-mode): Use define-minor-mode.
7673 Fold mouse-sel-bindings into it.
7674 (mouse-sel-bound-events): Turn it into an alist.
7675 (mouse-insert-selection): Delegate to mouse-yank-at-click if
7676 mouse-sel-default-bindings asks for it.
7677
7678 2002-07-16 Andre Spiegel <spiegel@gnu.org>
7679
7680 * files.el: Bind toggle-read-only to C-x C-q.
7681 (toggle-read-only): Display a warning message if the file is under
7682 version control.
7683
7684 * vc-hooks.el: Don't bind vc-toggle-read-only to C-x C-q.
7685 (vc-toggle-read-only): Explain in the doc string that users can bind
7686 this to C-x C-q.
7687 (vc-checkout-model): Change doc string to refer to vc-next-action,
7688 not vc-toggle-read-only.
7689
7690 * vc.el (vc-next-action-on-file): Ignore buffer-read-only while
7691 comparing to file on disk. Fix the case when claiming the lock
7692 on a file that has unlocked changes.
7693 (vc-log-mode): Don't mention vc-toggle-read-only in the doc string.
7694
7695 2002-07-16 Richard M. Stallman <rms@gnu.org>
7696
7697 * simple.el (choose-completion-string): Doc fix.
7698
7699 * cus-edit.el: New operation :custom-standard-value.
7700 (Custom-reset-standard): Use it.
7701 (custom-variable, custom-face): Define it.
7702 (custom-variable-standard-value, custom-face-standard-value): New fns.
7703 (custom-face-save): Don't save a face whose value is standard.
7704 (custom-save-faces): Use SYMBOL, not 'default, to set NOW and COMMENT.
7705
7706 * cus-edit.el (custom-face-edit-fix-value):
7707 If VALUE is not a list, pass it thru.
7708
7709 * compare-w.el (compare-windows-whitespace): Always allow newline
7710 even if it does not have whitespace syntax.
7711
7712 2002-07-16 Juanma Barranquero <lektu@terra.es>
7713
7714 * timer.el (timer-set-time, timer-set-time-with-usecs): Fix docstring.
7715
7716 2002-07-15 Juanma Barranquero <lektu@terra.es>
7717
7718 * help-fns.el (describe-variable): Show documentation for aliased
7719 variable if alias does not have its own.
7720
7721 2002-07-15 Mike Williams <mdub@bigfoot.com>
7722
7723 * mouse-sel.el (mouse-sel-bindings): Save/restore interprogram
7724 cut/paste functions.
7725
7726 2002-07-14 Richard M. Stallman <rms@gnu.org>
7727
7728 * files.el (find-alternate-file): Offer to save a modified buffer.
7729 Handle kill-buffer-query-functions better.
7730
7731 * startup.el (normal-splash-screen, fancy-splash-text):
7732 Update name of help menu item for ordering printed manuals.
7733
7734 * emacs-lisp/checkdoc.el: Fix doc typos.
7735
7736 2002-07-14 Stefan Monnier <monnier@cs.yale.edu>
7737
7738 * textmodes/tex-mode.el: Set encoding to utf-8.
7739 (tex-start-options): Make it into always-a-string.
7740 Remove silly custom options that are covered by the other var.
7741 (tex-start-commands): Fix docstring.
7742 (tex-open-quote, tex-close-quote): Add options.
7743 (tex-command): Provide default.
7744 (tex-font-lock-keywords-1): Highlight $$...$$.
7745 (tex-font-lock-keywords-2): Fix latin-1 chars.
7746 (tex-mode-map): Remove redundant \t binding.
7747 (tex-mode): Add `subsection' and `newcommand' to known latex cmds.
7748 (latex-mode): Use add-hook for fill-nobreak-predicate.
7749 (tex-common-initialization): Set indent-tabs-mode to nil.
7750 (tex-insert-quote): Undo magic if invoked twice in a row.
7751 (latex-fill-nobreak-predicate): Don't use narrowing.
7752 (tex-latex-block): Don't cons uselessly.
7753 (tex-last-unended-begin): Signal user-friendlier error.
7754 (tex-goto-last-unclosed-latex-block): Don't catch signal.
7755 (tex-start-tex): Switch order of tex-start-options and
7756 tex-start-commands to make it obey docstrings.
7757
7758 2002-07-14 Mike Williams <mdub@bigfoot.com>
7759
7760 * mouse-sel.el (mouse-sel-bound-events): New constant.
7761 (mouse-sel-bindings): Save/restore original mouse-bindings.
7762
7763 2002-07-13 Stefan Monnier <monnier@cs.yale.edu>
7764
7765 * emacs-lisp/cl.el (cl-set-substring): Fix thinko.
7766 (cl-hack-byte-compiler): Avoid infinite require loop.
7767
7768 * net/ange-ftp.el: Use hash-tables.
7769 (ange-ftp-make-hashtable, ange-ftp-map-hashtable)
7770 (ange-ftp-make-hash-key, ange-ftp-get-hash-entry)
7771 (ange-ftp-put-hash-entry, ange-ftp-del-hash-entry): Remove.
7772 Replace with make-hash-table, maphash, gethash, puthash and remhash.
7773 (ange-ftp-hash-entry-exists-p): Rewrite.
7774 (ange-ftp-vms-delete-file-entry, ange-ftp-vms-add-file-entry):
7775 Change mapatom -> maphash.
7776 (ange-ftp-file-entry-active-p, ange-ftp-file-entry-not-ignored-p):
7777 Update to new calling mode.
7778
7779 * progmodes/ebrowse.el (ebrowse-symbol-regexp): Avoid cl-set-substring.
7780 (ebrowse-hash-table-to-alist): Delete.
7781 (ebrowse-tags-read-name, ebrowse-tags-list-members-in-file)
7782 (ebrowse-tags-complete-symbol): Use the hashtable for completion.
7783
7784 * textmodes/sgml-mode.el (sgml-quote): Use narrowing.
7785 Improve the regexp used when unquoting.
7786 (sgml-pretty-print): New function.
7787 (sgml-get-context): Better handling of improperly nested tags.
7788 (sgml-show-context): Don't use the FULL arg of sgml-get-context.
7789
7790 2002-07-13 Andreas Schwab <schwab@suse.de>
7791
7792 * mail/mailabbrev.el (mail-abbrev-make-syntax-table): Check the
7793 inherited table entry.
7794
7795 2002-07-13 Glenn Morris <gmorris@ast.cam.ac.uk>
7796
7797 * calendar/timeclock.el (timeclock-in): Handle the case where no
7798 log file exists (ie the very first call).
7799
7800 2002-07-13 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7801
7802 * net/ange-ftp.el: Do not hook into file-name-handler-alist, this
7803 is done by Tramp.
7804
7805 * net/tramp.el (tramp-multi-file-name-structure-unified):
7806 Add missing slash and move colon from start to end of each hop.
7807 (tramp-multi-file-name-hop-structure-unified): Move colon from
7808 start to end of each hop.
7809
7810 2002-07-13 Kim F. Storm <storm@cua.dk>
7811
7812 * progmodes/compile.el (grep-tree): Fixed autoload.
7813 Corrected use of undefined variable `match-files-aliases'.
7814
7815 2002-07-12 Glenn Morris <gmorris@ast.cam.ac.uk>
7816
7817 * calendar/timeclock.el (timeclock-get-workday-function):
7818 `timeclock-workday' is not a valid option, rather a possible
7819 return value.
7820
7821 2002-07-12 Richard M. Stallman <rms@gnu.org>
7822
7823 * net/ange-ftp.el (ange-ftp-write-region):
7824 Don't bind executing-kbd-macro; instead, pass non-nil VISIT arg
7825 to ange-ftp-real-write-region.
7826
7827 * replace.el (flush-lines, keep-lines): Convert REND to a marker.
7828
7829 * help-fns.el (help-with-tutorial): Display completion list right away.
7830
7831 * ediff-ptch.el (ediff-test-patch-utility): Catch error and return nil.
7832
7833 * startup.el (command-line): Set memory-signal-data.
7834 (fancy-splash-text, normal-splash-screen):
7835 Mention "Read the Emacs Manual" or C-h r.
7836 Rearrange the initial help to put the help cmds on left
7837 and the actions (exit, undo) on the right. Other small
7838 text clarifications.
7839 (fancy-splash-text, actions page): Add blank line to balance help page.
7840
7841 * help.el (help-map): Add binding for info-emacs-manual.
7842 (print-help-return-message): Doc fix.
7843
7844 * strokes.el (strokes-help): Call print-help-return-message
7845 while inside with-output-to-temp-buffer.
7846
7847 * info.el (info-emacs-manual): New function.
7848 (Info-use-header-line): Doc fix.
7849
7850 * emacs-lisp/cl.el (multiple-value-call): Add alias.
7851
7852 * progmodes/compile.el (compilation-normalize-filename):
7853 New subroutine, taken out of compilation-parse-errors.
7854 (compilation-parse-errors): Use that, and for directories too.
7855 Don't check whether a directory really exists.
7856
7857 2002-07-12 Juanma Barranquero <lektu@terra.es>
7858
7859 * help-fns.el (describe-variable): Remove useless "Documentation:"
7860 string.
7861
7862 * timer.el (timer-set-time-with-usecs): Fix documentation.
7863 Simplify extraction of time data.
7864
7865 2002-07-12 John Paul Wallington <jpw@shootybangbang.com>
7866
7867 * help-fns.el (describe-variable): Mention if the variable is an
7868 alias. Put `defvaralias' info before the documentation.
7869
7870 2002-07-12 Kenichi Handa <handa@etl.go.jp>
7871
7872 * international/mule-cmds.el (locale-language-names): Change "mk"
7873 (Macedoninan), "ru" (Russian), and "sp" (Serbian with Cyrillic
7874 alphabet) to "Cyrillic-ISO".
7875
7876 2002-07-11 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7877
7878 * net/tramp.el (tramp-default-method): New default method "sm"
7879 which I guess to be good for most people.
7880 (tramp-default-method-alist): Use "ftp" method (ie, forwarding to
7881 Ange-FTP) for some user/host combinations.
7882 (tramp-file-name-structure, tramp-file-name-regexp)
7883 (tramp-make-tramp-file-format, tramp-make-tramp-file-user-nil-format)
7884 (tramp-multi-file-name-structure, tramp-multi-file-name-hop-structure)
7885 (tramp-make-multi-tramp-file-format): New default value which
7886 unifies the filename syntax between Tramp and Ange-FTP. The new
7887 syntax is "/method:user@host:path". Note the colon after the method.
7888 (tramp-handle-file-name-directory): Don't return "/" when
7889 completing a remote root directory (where the filename looks like
7890 "/method:user@host:/").
7891 (tramp-handle-ange-ftp): Deleted.
7892 (tramp-disable-ange-ftp): New function, called at toplevel,
7893 deletes Ange-FTP from file-name-handler-alist.
7894 (tramp-handle-make-symbolic-link): Implement.
7895
7896 2002-07-10 Juanma Barranquero <lektu@terra.es>
7897
7898 * ido.el (ido-enter-single-matching-directory): Delete leftover comment.
7899
7900 * speedbar.el (speedbar-tag-hierarchy-method): Fix typos.
7901 (speedbar-vc-do-check): Likewise.
7902 (speedbar-obj-do-check): Likewise.
7903 (speedbar-mouse-hscroll): Likewise.
7904 (speedbar-file-lists): Likewise.
7905
7906 * emacs-lisp/authors.el (authors-obsolete-file-p): Fix typo.
7907
7908 2002-07-09 Ole Aamot <ole@gnu.org>
7909
7910 * compile.el (compilation-error-regexp-alist):
7911 Recognize Valgrind messages.
7912
7913 2002-07-09 Juanma Barranquero <lektu@terra.es>
7914
7915 * faces.el (face-id): Fix typo.
7916
7917 * hexl.el (hexl-mode): Likewise.
7918
7919 * progmodes/idlw-shell.el (idlwave-shell-set-bp): Likewise.
7920
7921 * progmodes/ebnf-yac.el (ebnf-yac-error): Likewise.
7922
7923 * speedbar.el (speedbar-make-specialized-keymap): Fix docstring.
7924 (speedbar-desired-buffer): Likewise.
7925 (speedbar-line-file): Likewise.
7926 (speedbar-special-mode-key-map): Fix typo.
7927 (speedbar-dynamic-tags-function-list): Likewise.
7928 (speedbar-use-images): Likewise.
7929 (speedbar-up-directory): Likewise.
7930 (speedbar-item-info): Likewise.
7931 (speedbar-set-timer): Likewise.
7932 (speedbar-insert-button): Likewise.
7933 (speedbar-make-button): Likewise.
7934 (speedbar-make-tag-line): Likewise.
7935 (speedbar-insert-files-at-point): Likewise.
7936 (speedbar-update-special-contents): Likewise.
7937 (speedbar-find-selected-file): Likewise.
7938 (speedbar-add-indicator): Likewise.
7939 (speedbar-do-function-pointer): Likewise.
7940 (speedbar-goto-this-file): Likewise.
7941 (speedbar-line-path): Likewise.
7942 (speedbar-mouse-event-p): Likewise.
7943 (speedbar-dir-follow): Likewise.
7944 (speedbar-tag-find): Likewise.
7945 (speedbar-fetch-etags-command): Likewise.
7946 (speedbar-fetch-etags-arguments): Likewise.
7947 (speedbar-toggle-etags): Likewise.
7948 (speedbar-extract-one-symbol): Likewise.
7949 (speedbar-parse-c-or-c++tag): Likewise.
7950 (speedbar-unhighlight-one-tag-line): Likewise.
7951 (speedbar-directory-face): Likewise.
7952 (defimage-speedbar): Likewise.
7953 (speedbar-convert-emacs21-imagespec-to-xemacs): Likewise.
7954 (defimage-speedbar): Likewise.
7955
7956 2002-07-09 Miles Bader <miles@gnu.org>
7957
7958 * hexl.el (hexl-find-file): Bind `completion-ignored-extensions'
7959 to nil when prompting for a filename.
7960
7961 2002-07-09 Kenichi Handa <handa@etl.go.jp>
7962
7963 * files.el (insert-directory): Be sure to bind
7964 coding-system-for-write to the just decided coding-system-for-read.
7965
7966 2002-07-09 Kim F. Storm <storm@cua.dk>
7967
7968 * ido.el (ido-make-merged-file-list): Move fully matching item to
7969 head of list.
7970 (ido-find-common-substring): Return substring instead of t.
7971
7972 2002-07-08 Juanma Barranquero <lektu@terra.es>
7973
7974 * info.el (Info-directory-list): Fix docstring.
7975
7976 2002-07-08 Miles Bader <miles@gnu.org>
7977
7978 * comint.el (comint-dynamic-list-completions): Sort COMPLETIONS
7979 before first use.
7980
7981 2002-07-08 Kim F. Storm <storm@cua.dk>
7982
7983 * files.el (after-find-file): Don't check for read-only status
7984 of files just created (and not yet saved on disk).
7985
7986 * ido.el (ido-completion-help): Changed xemacs specific code to
7987 avoid byte compiler warning in GNU emacs.
7988 (ido-set-matches1): Use regexp-quote instead of identity.
7989 (ido-complete-space): New function.
7990 (ido-define-mode-map): Bind it to SPACE.
7991
7992 2002-07-07 Stefan Monnier <monnier@cs.yale.edu>
7993
7994 * font-lock.el (font-lock-default-unfontify-region):
7995 Use remove-list-of-text-properties.
7996 (font-lock-extra-managed-props): Doc fix.
7997
7998 * facemenu.el: Move `provide' to the end.
7999 (facemenu-read-color): Don't cons unnecessarily.
8000
8001 * language/ind-util.el (indian-make-hash):
8002 * language/devan-util.el (dev-char-glyph-hash, dev-glyph-glyph-hash)
8003 (dev-glyph-glyph-2-hash): Switch makehash -> make-hash-table.
8004
8005 * subr.el (insert-string): Update the obsolete info.
8006 (makehash): Move from C and mark obsolete.
8007
8008 * emacs-lisp/debug.el (debug-on-entry): Fix the wrapper used for
8009 aliases to also work for interactive functions.
8010 Use the same wrapper for subroutines.
8011 (cancel-debug-on-entry): Get rid of the now-useless wrapper.
8012 (debug-on-entry-1): Correctly skip docstrings and interactive forms.
8013
8014 * textmodes/texinfo.el (texinfo-font-lock-keywords): Disable the
8015 automatic environment name update.
8016 (texinfo-clone-environment): Fix it not to incorrectly match prefixes.
8017
8018 2002-07-07 Richard M. Stallman <rms@gnu.org>
8019
8020 * emacs-lisp/easymenu.el (easy-menu-popup-menu): Function deleted.
8021
8022 * emacs-lisp/advice.el (ad-compile-function):
8023 Disable cl-function warnings if cl is loaded.
8024
8025 * files.el (safe-local-eval-forms): New user option.
8026 (hack-one-local-variable-eval-safep): Support it.
8027 Also allow `safe-local-eval-function' property to be a function
8028 or a list of functions.
8029 (c-add-style): Delete `safe-local-eval-function' property.
8030
8031 * files.el (after-find-file): Make buffer read-only if file is
8032 marked that way, even for root.
8033
8034 * files.el (save-some-buffers): Doc fix.
8035
8036 * bindings.el (completion-ignored-extensions): Add .gmo and .mo.
8037
8038 2002-07-06 Francesco Potort\e,Al\e(B <pot@gnu.org>
8039
8040 * dos-w32.el (file-name-buffer-file-type-alist): Add knowledge of
8041 .sx[dmicw] file suffixes for Open office data files.
8042
8043 * files.el (auto-mode-alist): Likewise.
8044
8045 * international/mule.el (auto-coding-alist): Likewise.
8046
8047 2002-07-05 Kim F. Storm <storm@cua.dk>
8048
8049 * emulation/cua-rect.el (cua--rectangle-operation): Don't call
8050 FCT if current column is outside rectangle.
8051 (cua--delete-rectangle): Do nothing if zero width or out of bounds.
8052
8053 2002-07-04 Stefan Monnier <monnier@cs.yale.edu>
8054
8055 * net/ange-ftp.el: Use add-hook and find-file-hook.
8056 (ange-ftp-parse-netrc): Use run-hooks and find-file-hook.
8057 (ange-ftp-ls-parser): Make it into a function.
8058 Ignore trailing @ in symlink targets.
8059 (ange-ftp-file-entry-p): Ignore FTP errors.
8060 (ange-ftp-insert-directory): Use ange-ftp-expand-symlink
8061 to correctly expand "/flint:/bla -> ./etc" to /flint:/etc.
8062
8063 2002-07-04 Per Abrahamsen <abraham@dina.kvl.dk>
8064
8065 * simple.el (toggle-truncate-lines): New command.
8066
8067 2002-07-04 Miles Bader <miles@gnu.org>
8068
8069 * comint.el (comint-displayed-dynamic-completions): New variable.
8070 (comint-dynamic-list-completions): Be more careful about choosing
8071 when to scroll an existing completions window.
8072
8073 2002-07-03 Andreas Schwab <schwab@suse.de>
8074
8075 * net/tramp.el (tramp-handle-ange-ftp): Move interactive spec
8076 after doc string.
8077
8078 2002-07-03 Juanma Barranquero <lektu@terra.es>
8079
8080 * net/tramp.el (tramp-send-eof): Fix typo.
8081 (tramp-kill-process): Likewise.
8082
8083 * play/dunnet.el (dun-physobj-desc): Likewise.
8084
8085 * textmodes/reftex-vars.el (reftex-label-alist): Likewise.
8086
8087 * calendar/timeclock.el (timeclock-workday-remaining): Likewise.
8088 (timeclock-workday-elapsed): Likewise.
8089
8090 * allout.el (outline-goto-prefix): Likewise.
8091
8092 * emulation/tpu-edt.el (tpu-delete-to-eol): Likewise.
8093 (tpu-delete-to-bol): Likewise.
8094
8095 * subr.el (chars-in-region): Add obsolescence declaration for
8096 `chars-in-region'.
8097
8098 2002-07-03 Miles Bader <miles@gnu.org>
8099
8100 * faces.el (header-line): Don't use a `common' clause for
8101 inheriting from the mode-line face, since we can't override it,
8102 and we don't want it for ttys.
8103
8104 2002-07-02 Richard M. Stallman <rms@gnu.org>
8105
8106 * net/ange-ftp.el (ange-ftp-hook-function): Add file-remote-p prop.
8107
8108 * files.el (hack-one-local-variable-constantp): New function.
8109 (hack-one-local-variable-eval-safep): New function.
8110 Check for `eval:' calling fn with `safe-local-eval-function' property.
8111 (hack-one-local-variable): Use hack-one-local-variable-eval-safep.
8112 (c-add-style, c-set-style): Add safe-local-eval-function property.
8113
8114 * files.el (insert-directory): Handle --dired option to ls.
8115
8116 * files.el (file-remote-p): New function.
8117
8118 * emacs-lisp/easymenu.el (easy-menu-popup-menu): New function.
8119
8120 * startup.el (fancy-splash-screens): Switch to a chosen frame.
8121 (fancy-splash-frame): Choose the right frame to use.
8122 (use-fancy-splash-screens-p): Check dimensions of the right frame
8123 in order to decide.
8124
8125 * emacs-lisp/bytecomp.el (byte-compile-warning-types):
8126 Rename cl-func to cl-functions. Enable it by default.
8127 (byte-compile-file-form-eval-boundary): Turn off cl-functions warnings
8128 if the file loads cl.
8129 (byte-compile-initial-macro-environment): For eval-and-compile,
8130 use byte-compile-eval-before-compile to eval.
8131 (byte-compile-eval-before-compile): New function to turn off
8132 cl-functions when appropriate, for eval-and-compile.
8133 (byte-compile-warnings): Doc fix.
8134
8135 2002-07-02 Dave Love <fx@gnu.org>
8136
8137 * emacs-lisp/bytecomp.el (byte-compile-warnings): Add cl-func option.
8138 (byte-compile-cl-warn): New function.
8139 (byte-compile-form): Use it, to warn about calling cl functions.
8140 (byte-compile-warning-types): Doc fix.
8141
8142 2002-07-02 Juanma Barranquero <lektu@terra.es>
8143
8144 * mail/rmailsum.el (rmail-user-mail-address-regexp): Fix typo.
8145
8146 * textmodes/reftex-cite.el (reftex-citation): Fix typo.
8147
8148 * progmodes/cperl-mode.el (cperl-break-one-line-blocks-when-indent):
8149 Fix typo.
8150
8151 2002-07-02 Kim F. Storm <storm@cua.dk>
8152
8153 * emacs-lisp/bindat.el: New file.
8154
8155 2002-07-01 Sam Steingold <sds@gnu.org>
8156
8157 * textmodes/tex-mode.el (tex-file): Call `save-some-buffers'
8158 before `tex-main-file' because if the current buffer is new, its
8159 file might not exist yet, and then `tex-main-file' will
8160 incorrectly return "foo.tex.tex".
8161
8162 2002-07-01 Juanma Barranquero <lektu@terra.es>
8163
8164 * ido.el (ido-minibuffer-setup-hook): Doc fix.
8165
8166 2002-07-01 Dave Love <fx@gnu.org>
8167
8168 Make strokes a proper minor mode, and don't try to overload
8169 mouse-2, which doesn't work satisfactorily.
8170
8171 * strokes.el: Doc fixes.
8172 (strokes-mode): Defcustom deleted; replaced by minor mode def with
8173 re-written function.
8174 (strokes-while-inhibiting-garbage-collector): Comment out.
8175 (define-stroke, strokes-fix-button2-command, strokes-insinuated)
8176 (strokes-insinuate, global-set-stroke, describe-stroke)
8177 (load-user-strokes, save-strokes, strokes-bug-address)
8178 (strokes-click-command): Deleted.
8179 (strokes-execute-stroke): Remove strokes-click-p case.
8180 (strokes-describe-stroke): Remove strokes-click-p stuff.
8181 (strokes-help): Fix.
8182 (strokes-report-bug): Alias to report-emacs-bug.
8183 (strokes-prompt-user-save-strokes): Modify format of the file.
8184 (strokes-mode-map, strokes-unload-hook): New.
8185 (strokes-buffer-name): Don't customize.
8186
8187 2002-07-01 Richard M. Stallman <rms@gnu.org>
8188
8189 * info.el (Info-index): Get immediate error if used in `dir'.
8190
8191 * textmodes/picture.el (picture-forward-column)
8192 (picture-move-down): Never deactivate the mark.
8193
8194 2002-06-30 Simon Josefsson <jas@extundo.com>
8195
8196 * menu-bar.el (menu-bar-options-menu): Move elisp mode names from
8197 menu entry into balloon help.
8198
8199 2002-06-30 Andreas Schwab <schwab@suse.de>
8200
8201 * files.el (directory-free-space-args): Don't use `-P' on Darwin.
8202 * term/mac-win.el: Don't set it here.
8203
8204 2002-06-29 Stefan Monnier <monnier@cs.yale.edu>
8205
8206 * pcvs-defs.el (cvs-mode-map): Bind ! to `force'.
8207
8208 2002-06-29 Andreas Schwab <schwab@suse.de>
8209
8210 * term/mac-win.el: Use directory-free-space-program instead of
8211 obsolete variable dired-free-space-program. On Darwin, don't set
8212 directory-free-space-program, shell-file-name and
8213 process-connection-type; set directory-free-space-args to not
8214 include `-P' and use utf-8 for file name coding system.
8215
8216 * simple.el (shell-command-on-region): Handle errors and signals
8217 from shell command execution.
8218 (display-message-or-buffer): Fix last change.
8219 (shell-command-default-error-buffer): Doc fix.
8220
8221 * dired.el (dired-view-file): Quote file name for
8222 dired-run-shell-command.
8223
8224 2002-06-29 Kim F. Storm <storm@cua.dk>
8225
8226 * kmacro.el: New file.
8227
8228 2002-06-28 John Wiegley <johnw@gnu.org>
8229
8230 * pcmpl-cvs.el: Added my name as the maintainer of this file.
8231
8232 2002-06-28 Andreas Schwab <schwab@suse.de>
8233
8234 * shell.el (explicit-bash-args): New user option.
8235
8236 2002-06-28 Kim F. Storm <storm@cua.dk>
8237
8238 * ido.el: New file.
8239
8240 2002-06-28 Stefan Monnier <monnier@cs.yale.edu>
8241
8242 * derived.el (define-derived-mode): Preserve the `mode-class' rather
8243 than the `special' symbol property.
8244 (derived-mode-class): Make it obsolete.
8245
8246 2002-06-27 Andreas Schwab <schwab@suse.de>
8247
8248 * net/tramp.el (tramp-handle-ange-ftp): Fix typo.
8249
8250 2002-06-27 Juanma Barranquero <lektu@terra.es>
8251
8252 * emacs-lisp/bytecomp.el (baud-rate): Fix obsolescence declaration.
8253 (meta-flag): Likewise.
8254
8255 * international/mule-util.el (string-to-sequence): Likewise.
8256
8257 * subr.el (char-bytes): Likewise.
8258 (make-local-hook): Likewise.
8259 (baud-rate): Remove redundant info from docstring.
8260
8261 * faces.el (frame-update-faces): Fix obsolescence declaration.
8262 (internal-get-face): Remove redundant info from docstring and
8263 fix obsolescence declaration.
8264
8265 * rect.el (move-to-column-force): Likewise.
8266
8267 * help-fns.el (describe-function-1): Use semicolon instead of dot.
8268 (describe-variable): Likewise.
8269
8270 2002-06-27 Stefan Monnier <monnier@cs.yale.edu>
8271
8272 * mwheel.el (mouse-wheel-change-button): Deactivate before changing.
8273 (mouse-wheel-up-button, mouse-wheel-down-button): Obsolete.
8274 (mouse-wheel-up-event, mouse-wheel-down-event): New vars.
8275 (mouse-wheel-follow-mouse): Change default to t.
8276 (mwheel-event-button): Return the basic event symbol.
8277 (mwheel-scroll): Work with non-mouse events.
8278 (mouse-wheel-mode): Use the new vars.
8279 (mwheel-install): Obey `uninstall'.
8280
8281 * term/xterm.el (function-key-map): Add some bindings.
8282
8283 * uniquify.el (uniquify-delay-rationalize-file-buffer-names):
8284 Rename from delay-uniquify-rationalize-file-buffer-names.
8285 Only rationalize if the buffer is under uniquify control.
8286 (uniquify-delayed-rationalize-file-buffer-names):
8287 Rename from delayed-uniquify-rationalize-file-buffer-names.
8288
8289 2002-06-27 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8290
8291 * net/tramp.el (tramp-file-name-structure)
8292 (tramp-multi-file-name-hop-structure): Split for easier readability.
8293 (tramp-handle-make-symbolic-link): Use user/host/method/... from
8294 LINKNAME, not FILENAME.
8295 (tramp-handle-verify-visited-file-modtime):
8296 Call tramp-ange-ftp-file-name-p with right parameters.
8297 (tramp-handle-verify-visited-file-modtime): `insert' does not
8298 work for integers, convert them to strings first.
8299 (tramp-handle-ange-ftp): New function to perform setup for
8300 replacing Ange-FTP with Tramp.
8301 (tramp-repair-jka-compr): New function to factor out some
8302 previously top-level code. Call the function at top-level.
8303
8304 2002-06-27 Juanma Barranquero <lektu@terra.es>
8305
8306 * composite.el (decompose-composite-char): Fix docstring.
8307
8308 * faces.el (describe-face): Capitalize "not documented" message.
8309
8310 * help-fns.el (describe-variable): Likewise.
8311 (describe-function-1): Likewise. Also, document the obsolescence
8312 of the function, if applicable.
8313
8314 2002-06-26 Juanma Barranquero <lektu@terra.es>
8315
8316 * info.el (info-menu-5): Fix documentation.
8317 (Info-fontify-maximum-menu-size): Remove reference to `Info-fontify'.
8318
8319 2002-06-26 Richard M. Stallman <rms@gnu.org>
8320
8321 * emacs-lisp/cl.el (values): Simplify definition.
8322
8323 * simple.el (shell-command): Match & only at end of whole command.
8324 (display-message-or-buffer): Don't use the echo area
8325 if output buffer is visible.
8326
8327 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Doc fixes.
8328
8329 * progmodes/cperl-mode.el: Many trivial doc fixes.
8330 (cperl-non-problems): Definition deleted.
8331 (cperl-menu): Don't refer to cperl-non-problems.
8332 (cperl-word-at-point): Add doc string.
8333 (cperl-beautify-regexp-piece): Fix error message.
8334 (cperl-invert-if-unless): Fix error message.
8335
8336 * dired.el (dired-find-alternate-file): Mark as disabled.
8337
8338 2002-06-25 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8339
8340 * net/tramp.el (tramp-ftp-method): New user option.
8341 (tramp-invoke-ange-ftp): New function to forward calls to Ange-FTP.
8342 (with-parsed-tramp-file-name): New macro for the usual big `let'
8343 statement to dissect a file-name.
8344 (tramp-handle-make-symbolic-link, tramp-handle-load)
8345 (tramp-handle-file-name-directory)
8346 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
8347 (tramp-handle-file-truename, tramp-handle-file-directory-p)
8348 (tramp-handle-file-regular-p, tramp-handle-file-symlink-p)
8349 (tramp-handle-file-writable-p, tramp-handle-file-writable-p):
8350 Use the new macro and forward call to Ange-FTP if applicable.
8351 (tramp-make-ange-ftp-file-name): New helper function to convert a
8352 file name into an Ange-FTP file name, used by `tramp-invoke-ange-ftp'.
8353 (tramp-default-method-alist): New user option.
8354 (tramp-find-default-method): Use it.
8355 (tramp-sh-extra-args): New variable.
8356 (tramp-find-shell): Use it.
8357 (tramp-open-connection-rsh): Support a kludgy feature for the
8358 "-p" option to ssh. If host name is given as "host#42", uses the
8359 "-p 42" option.
8360
8361 2002-06-25 Andreas Schwab <schwab@suse.de>
8362
8363 * replace.el (occur-1): Avoid invalid message format string.
8364
8365 2002-06-24 Stefan Monnier <monnier@cs.yale.edu>
8366
8367 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn):
8368 Check for `noruntime' even if the function has a known sig.
8369 (byte-compile-file, byte-compile-output-docform):
8370 Don't hard code point-min = 1.
8371
8372 * pcvs.el (cvs-parse-process): Don't save/restore point.
8373 Fix last change not to introduce spurious dir FIs.
8374 (cvs-move-to-goal-column): New function extracted from
8375 cvs-mode-previous-line.
8376 (cvs-mode-previous-line, cvs-mode-next-line): Use it.
8377 (cvs-addto-collection): Use it to preserve point.
8378 (cvs-vc-command-advice): Ad-hoc workaround for `cvs -q add'.
8379
8380 * mwheel.el (mouse-wheel-scroll-amount,mwheel-scroll,mouse-wheel-mode):
8381 Don't require the first element to be modifier-free.
8382
8383 * pcvs-parse.el (cvs-parse-table):
8384 Handle `nothing known about' with more care.
8385
8386 * pcvs.el (cvs-fileinfo-kill): Remove.
8387 (cvs-parse-process): Add `old-fis' argument.
8388 (cvs-mode-run): Use it instead of cvs-fileinfo-kill.
8389
8390 * descr-text.el (describe-property-list): Make sure there's
8391 a space between the property name and its value.
8392 (describe-text-properties): Don't kill a pre-existing buffer.
8393
8394 * mwheel.el: Undo last patch from Stephen Gildea for now.
8395
8396 2002-06-24 Kim F. Storm <storm@cua.dk>
8397
8398 * emulation/keypad.el: Added :require 'keypad to defcustoms.
8399
8400 2002-06-23 Stefan Monnier <monnier@cs.yale.edu>
8401
8402 * subr.el (event-start, event-end, event-click-count):
8403 Accept non-mouse events as well.
8404 (read-key): New function.
8405 (read-quoted-char): Use it. Use this-single-command-raw-keys as well.
8406
8407 * files.el: Rename (and mark as obsolete)
8408 find-file-hooks to find-file-hook,
8409 find-file-not-found-hooks to find-file-not-found-functions,
8410 write-file-hooks to write-file-functions,
8411 write-contents-hooks to write-contents-functions.
8412 Mark local-write-file-hooks as obsolete.
8413 (locate-file-completion): Don't cons uselessly. Use test-completion.
8414 (basic-save-buffer): Use (point-min) rather than 1.
8415 (basic-save-buffer-2): Obey the `setmodes' returned by backup-buffer.
8416
8417 * help-fns.el (describe-variable): Only use `buffer' is still live.
8418 Use `delete-region' instead of save-excursion + delete-char.
8419 Document the obsolescence of the variable, if applicable.
8420
8421 2002-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
8422
8423 * progmodes/f90.el (f90-do-auto-fill): Respect the value of
8424 comment-auto-fill-only-comments.
8425
8426 2002-06-21 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8427
8428 * net/ange-ftp.el (backup-buffer): Delete `ange-ftp' property.
8429 This is not a handled operation.
8430
8431 2002-06-21 Kim F. Storm <storm@cua.dk>
8432
8433 * emulation/cua-base.el (cua--prefix-arg): Make register prefixes
8434 work again. Corrected error in check for C-u initiated prefix.
8435
8436 * emulation/keypad.el (keypad-setup): Handle kp-begin like kp-space.
8437
8438 2002-06-21 Richard M. Stallman <rms@gnu.org>
8439
8440 * net/browse-url.el (browse-url-at-mouse): Don't pass an arg
8441 to browse-url-at-point.
8442
8443 * play/zone.el (zone-idle): Var deleted.
8444
8445 * international/iso-acc.el (iso-languages) <french>:
8446 `~ ' now generates `~', `~,' definition deleted.
8447
8448 * format.el (format-annotate-function): Copy multibyte flag
8449 and selective-display into the new temp buffer.
8450
8451 * edmacro.el (edmacro-fix-menu-commands):
8452 Discard `help-echo' events. Handle (menu-bar) events.
8453 Simplify by converting key sequence to a list and then back to vector.
8454
8455 2002-06-21 Stephen Gildea <gildea@stop.mail-abuse.org>
8456
8457 * mwheel.el: Allow arbitrary keys for scrolling, add a third
8458 scrolling speed, fix an unwind-protect.
8459 (mouse-wheel-scroll-amount): Now a three-element list.
8460 (mouse-wheel-scroll-down-slow, mouse-wheel-scroll-up-slow)
8461 (mouse-wheel-scroll-down-normal, mouse-wheel-scroll-up-normal)
8462 (mouse-wheel-scroll-down-fast, mouse-wheel-scroll-up-fast):
8463 New functions.
8464
8465 2002-06-21 Andreas Schwab <schwab@suse.de>
8466
8467 * files.el (find-file-read-args): Add new argument `mustmatch' and
8468 pass it down to read-file-name.
8469 (find-file, find-file-other-window, find-file-other-frame)
8470 (find-file-read-only, find-file-read-only-other-window)
8471 (find-file-read-only-other-frame): Use it and fix prompts.
8472
8473 2002-06-21 Stefan Monnier <monnier@cs.yale.edu>
8474
8475 * pcvs-defs.el (cvs-version): Use cvs-program rather than "cvs".
8476
8477 2002-06-20 Emmanuel Briot <briot@act-europe.fr>
8478
8479 * progmodes/ada-mode.el: Update copyright notice.
8480 Synchronize with GNAT release 3.15a1.
8481 Do not attempt to load ada-support, which is only for compatibility
8482 with older Emacs versions, and is not needed for Emacs 21.
8483 Fix various calls to count-lines, that didn't work correctly when the
8484 buffer was narrowed.
8485 (ada-continuation-indent): New variable.
8486 (ada-contextual-menu): New entry "List local references", faster than
8487 "List References".
8488 (ada-mode): New alignment rules provided by S. Leake.
8489 Add support for which-function-mode.
8490 (ada-get-current-indent): Fix indentation of named parameter lists and
8491 nested boolean expressions.
8492 (ada-indent-on-previous-lines): Fix indentation of labels.
8493 (ada-search-prev-end-stmt): Fix searching of the previous
8494 end-statement, specially with regards to nested subprograms.
8495 (comment-region advice): Initially disabled, for better compatibility
8496 with other modes.
8497 (ada-fill-comment-paragraph): Fixed (no longer worked with Emacs 21).
8498
8499 * progmodes/ada-xref.el: Update copyright notice.
8500 (ada-xref-create-ali): The default is now not to create automatically
8501 the ALI files by compiling the unit, since this isn't always reliable
8502 and requires an up-to-date project file.
8503 (ada-prj-default-comp-cmd): No longer use gcc directly to compile
8504 a file, but use gnatmake instead, since this gives access to the GNAT
8505 project files.
8506 (ada-xref-search-with-egrep): New variable, suggested by P. Waroquiers.
8507 (ada-load-project-hook): New variable, for support of GNAT
8508 project files.
8509 (ada-update-project-menu): Fix the detection of the project file name.
8510 (ada-add-keymap): Change key binding for ada-find-file, that conflicted
8511 with another binding in ada-mode.el.
8512 (ada-add-menu): New menu "List Local References", to list the reference
8513 to the entity only in the current file, instead of looking in the whole
8514 project. Much faster.
8515 (ada-find-references): New parameters arg and local-only.
8516 (ada-find-any-references): New parameters local-only and append.
8517 (ada-goto-declaration): Fix handling of predefined entities in xref.
8518 (ada-get-all-references): Updated to the new xref format in GNAT 3.15,
8519 still compatible with GNAT 3.14 of course. Fix various calls to
8520 count-lines, that didn't work correctly when the buffer was narrowed.
8521
8522 * progmodes/ada-prj.el: Update copyright.
8523 (ada-prj-load-directory): Make sure we do not use one of the new Emacs
8524 21 dialogs to select the file, since we want a directory name only.
8525 (ada-customize): Add support for the new GNAT project files.
8526
8527 2002-06-20 Francesco Potort\e,Al\e(B <pot@gnu.org>
8528
8529 * progmodes/etags.el (tag-implicit-name-match-p): New function.
8530 (etags-recognize-tags-table): Use it for implicit tag names.
8531
8532 2002-06-20 Miles Bader <miles@gnu.org>
8533
8534 * comint.el (comint-get-old-input-default): Strip text properties
8535 for fields too.
8536
8537 * comint.el (comint-output-filter): Run output-filter functions
8538 before setting up the prompt.
8539
8540 * international/characters.el: Re-enable code giving word syntax
8541 to certain japanese-jisx0208 characters.
8542
8543 2002-06-19 Glenn Morris <gmorris@ast.cam.ac.uk>
8544
8545 * progmodes/f90.el (f90-type-def-re): Fix value.
8546 (f90-looking-at-type-like): Adapt for new `f90-type-def-re' value.
8547
8548 2002-06-18 Stefan Monnier <monnier@cs.yale.edu>
8549
8550 * international/quail.el (quail-help): Don't assume the buffer
8551 is displayed in the same frame.
8552
8553 * emacs-lisp/debug.el (cancel-debug-on-entry):
8554 * emacs-lisp/regexp-opt.el (regexp-opt-group): Don't cons uselessly.
8555
8556 * pcvs.el (cvs-vc-command-advice): Handle the case where args
8557 are passed to `cvs' before the command name.
8558 (cvs-fileinfo-kill): Mark old FIs as up-to-date rather than dead.
8559
8560 * pcvs-info.el (cvs-add-face): Minor rewrite.
8561 (cvs-fileinfo-pp): Use `cvs-goal-column' with directory entries.
8562
8563 * newcomment.el (comment-normalize-vars): Refresh the comment-foo-skip
8564 regexp when they don't match comment-foo any more.
8565
8566 2002-06-18 Juanma Barranquero <lektu@terra.es>
8567
8568 * filesets.el (filesets-update-pre010505): Fix typo.
8569
8570 * eshell/em-pred.el (eshell-modifier-help-string): Fix typos.
8571
8572 * emulation/edt.el (edt-substitute): Fix typo.
8573
8574 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine): Fix typo.
8575
8576 * comint.el (comint-next-prompt, comint-previous-prompt): Fix typos.
8577
8578 * progmodes/sh-script.el (sh-electric-rparen-needed): Remove.
8579
8580 2002-06-17 Richard M. Stallman <rms@gnu.org>
8581
8582 * facemenu.el (facemenu-map): Rename to Describe Text
8583 to Describe Properties and use describe-text-properties.
8584
8585 * simple.el (what-cursor-position): Use describe-char.
8586
8587 * descr-text.el (describe-char): Moved from mule-diag.el, renamed
8588 from describe-char-after. Now calls describe-text-properties.
8589 (describe-property-list): Renamed from describe-text-properties.
8590 (describe-text-properties): Renamed from describe-text-at.
8591 New arg OUTPUT-BUFFER.
8592 (describe-text-properties-1):
8593 New subroutine, broken out from describe-text-properties.
8594 Output a newline before each section of the output.
8595
8596 * international/mule-diag.el (describe-char-after):
8597 Moved to descr-text.el.
8598
8599 2002-06-17 Eli Zaretskii <eliz@is.elta.co.il>
8600
8601 * international/mule.el (ctext-pre-write-conversion): Fix the values
8602 of FROM and TO if we create a new buffer.
8603
8604 2002-06-17 John Paul Wallington <jpw@shootybangbang.com>
8605
8606 * comint.el (comint-insert-clicked-input): Insert clicked-on
8607 previous input without properties.
8608
8609 2002-06-16 Andrew Choi <akochoi@shaw.ca>
8610
8611 * term/mac-win.el (scalable-fonts-allowed): Set to t.
8612
8613 2002-06-15 Colin Walters <walters@debian.org>
8614
8615 * pcvs-info.el (global-font-lock-mode, font-lock-auto-fontify):
8616 Delete defvars.
8617 (cvs-highlight): Delete.
8618 (cvs-add-face): Use `font-lock-face'. Always add properties.
8619
8620 * ibuffer.el (ibuffer-movement-cycle): New variable.
8621 (ibuffer-backward-line, ibuffer-forward-line): Use it.
8622
8623 2002-06-15 Richard M. Stallman <rms@gnu.org>
8624
8625 * emacs-lisp/bytecomp.el (byte-recompile-directory): Doc fix.
8626 (batch-byte-recompile-directory): Undo previous change.
8627
8628 * comint.el (comint-skip-input): New function.
8629 (comint-interrupt-subjob, comint-kill-subjob, comint-quit-subjob)
8630 (comint-stop-subjob): Use comint-skip-input.
8631
8632 * ielm.el (ielm-eval-input): Use error-message-string.
8633 (ielm-format-error, ielm-format-errors): Functions deleted.
8634
8635 2002-06-14 Kim F. Storm <storm@cua.dk>
8636
8637 * progmodes/compile.el (grep-tree): Doc fixes.
8638 Added SUBDIRS arg for non-interactive use.
8639
8640 2002-06-14 Juanma Barranquero <lektu@terra.es>
8641
8642 * comint.el (comint-snapshot-last-prompt):
8643 Bind `inhibit-read-only' to t to support read-only prompts.
8644 (comint-output-filter): Likewise.
8645
8646 2002-06-14 Miles Bader <miles@gnu.org>
8647
8648 * subr.el (copy-tree): Use `nconc' and `nreverse' instead of `nreconc'.
8649 (pop): Move the call to `car' outside the prog1, as the compiler
8650 then generates better code.
8651
8652 2002-06-13 Richard M. Stallman <rms@gnu.org>
8653
8654 * play/zone.el (zone-timer): New variable holds the idle timer.
8655 (zone): Don't fiddle with the idle timer at all.
8656 (zone-when-idle): Put the idle timer in zone-timer.
8657 If one is already set up, cancel it and make a new one.
8658 (zone-leave-me-alone): Likewise.
8659
8660 2002-06-13 Jason Rumney <jasonr@gnu.org>
8661
8662 * w32-fns.el (w32-charset-info-alist): Reorder.
8663
8664 2002-06-13 Andreas Schwab <schwab@suse.de>
8665
8666 * files.el (auto-mode-alist): Move entry for ".in" to the end.
8667
8668 2002-06-13 Miles Bader <miles@gnu.org>
8669
8670 * comint.el (comint-mode): Don't set `font-lock-defaults'.
8671 (comint-mode-hook): Turn on font-lock by default.
8672
8673 2002-06-12 Karl Fogel <kfogel@red-bean.com>
8674
8675 * bookmark.el (bookmark-file-or-variation-thereof):
8676 Restore vc-backend check, thanks to Robert Thorpe for noticing.
8677
8678 2002-06-12 Eli Zaretskii <eliz@is.elta.co.il>
8679
8680 * textmodes/bibtex.el: Change the maintainer to "none".
8681
8682 2002-06-12 Juanma Barranquero <lektu@terra>
8683
8684 * term/w32-win.el (x-handle-switch): Fix handling of
8685 x-invocation-args for switches with arguments.
8686
8687 2002-06-12 Stefan Monnier <monnier@cs.yale.edu>
8688
8689 * menu-bar.el (menu-bar-showhide-fringe-menu): Don't use `fringe-mode'
8690 without first making sure it's bound.
8691
8692 2002-06-12 Richard M. Stallman <rms@gnu.org>
8693
8694 * info.el (Info-fontify-node): Compute header line specially
8695 if node has no next, previous or up links.
8696 Hide the part of the first line that is used in the header.
8697 Use Info-next-link-keymap, etc.
8698 (Info-next-link-keymap, Info-prev-link-keymap)
8699 (Info-up-link-keymap): New variables.
8700
8701 * international/mule-diag.el (describe-char-after): Doc fix.
8702
8703 * view.el (view-mode-enter): Clarify echo area message.
8704
8705 * info.el (Info-select-node): Turn header line on or off here.
8706 (Info-setup-header-line): Function deleted.
8707 (Info-mode): Make Info-header-line local.
8708 (Info-fontify-node): Ignore Info-use-header-line.
8709 Unconditionally compute what the header line should be, and
8710 store it on the `header-line' property of the node's first char.
8711 Bind [header-line down-mouse-1].
8712 Use `keymap' property, not `local-map'.
8713 Bind [mouse-2] for mouse clicks on the node line in the text.
8714
8715 * font-lock.el (font-lock-beginning-of-syntax-function): Doc fix.
8716
8717 2002-06-12 Miles Bader <miles@gnu.org>
8718
8719 * comint.el (comint-send-input): Properly handle empty and
8720 no-newline input regions.
8721
8722 2002-06-12 Colin Walters <walters@gnu.org>
8723
8724 * calc/calc.el: Use `when', `unless'.
8725 (calc-trail-mode): Use an italic `font-lock-face'.
8726 (calc-refresh): Ditto.
8727
8728 2002-06-12 Colin Walters <walters@debian.org>
8729
8730 * font-core.el (font-lock-core-only): Variable deleted.
8731 All uses removed.
8732 (font-lock-set-defaults): Variable alist settings moved back into
8733 font-lock-set-defaults-1.
8734 (turn-on-font-lock-if-enabled): Always turn on font-lock unless it
8735 is specifically excluded by the user.
8736
8737 * font-lock.el (font-lock-set-defaults-1): Set variable alist here.
8738
8739 * help-mode.el (help-mode): Don't set `font-lock-defaults'.
8740
8741 * ibuffer.el (ibuffer-mode): Don't set `font-lock-defaults'.
8742
8743 * info.el (Info-mode): Don't set `font-lock-defaults'.
8744
8745 * replace.el (occur-mode): Don't set `font-lock-defaults'.
8746
8747 * help-mode.el (help-highlight-p, help-highlight-face):
8748 Variable was unused; delete.
8749 (help-make-xrefs): Doc fix.
8750
8751 2002-06-11 Richard M. Stallman <rms@gnu.org>
8752
8753 * format.el (format-alist): Document new element PRESERVE.
8754 (format-write-file): Implement PRESERVE elt for a format.
8755
8756 * files.el (make-auto-save-file-name): Rename local `filename' to
8757 `file-name'.
8758
8759 2002-06-10 Richard M. Stallman <rms@gnu.org>
8760
8761 * progmodes/ebrowse.el (ebrowse-draw-tree-fn): Use copy-sequence.
8762 (ebrowse-copy-list): Function deleted.
8763
8764 * eshell/em-unix.el (eshell/diff): Use copy-sequence.
8765
8766 * eshell/esh-mode.el (eshell-mode, eshell-mode): Use copy-sequence.
8767
8768 * eshell/esh-util.el (eshell-copy-list): Function deleted.
8769 (eshell-sublist): Use copy-sequence.
8770 (eshell-copy-tree): Make it an alias for copy-tree.
8771
8772 * emacs-lisp/cl.el (copy-list): Moved back from subr.el.
8773
8774 * subr.el (copy-list): Moved to cl.el.
8775 (copy-tree): Don't use copy-list or cl-pop.
8776
8777 2002-06-10 Miles Bader <miles@gnu.org>
8778
8779 Make comint use text properties for highlighting instead of overlays:
8780 * comint.el (comint-last-output-overlay): Variable removed.
8781 (comint-send-input, comint-output-filter): Use text properties
8782 instead of overlays.
8783 (comint-insert-clicked-input): Rewrite to work with text
8784 properties as well as overlays
8785 (comint-snapshot-last-prompt): Snapshot using text properties.
8786 (comint-get-old-input-default, comint-extract-string): Don't copy
8787 text properties.
8788
8789 * simple.el (line-move-finish): Inhibit field motion when
8790 computing `line-end'.
8791
8792 * files.el (revert-buffer): Correct typo: variable name is
8793 `buffer-file-format', not `buffer-file-formats'.
8794
8795 * comint.el (comint-send-input, comint-output-filter): Use the
8796 `font-lock-face' property instead of `face'. Don't check the
8797 highlight-enabling variables anymore.
8798 (comint-highlight-input, comint-highlight-prompt): Variables removed.
8799
8800 * faces.el (display-supports-face-attributes-p): New function.
8801 (face-spec-set-match-display): Support `supports' predicate.
8802 (italic): Try underlining for displays that don't support real italics.
8803 * cus-edit.el (custom-display): Add support for `supports' predicate.
8804 * term/tty-colors.el (color-name-rgb-alist): Use 16-bit RGB values
8805 instead of 8-bit, for consistency with the rest of emacs.
8806 (tty-color-canonicalize): Only copy COLOR if we need to change it.
8807 (tty-color-approximate): Scale values from `color-name-rgb-alist'
8808 appropriately. Return the whole color description, rather than
8809 just the RGB values.
8810 (tty-color-standard-values): New function. Code mostly taken from
8811 `tty-color-translate'.
8812 (tty-color-translate, tty-color-values): Use `tty-color-desc' to
8813 do all the work.
8814 (tty-color-desc): Do color lookup here instead of calling
8815 `tty-color-translate' and `tty-color-by-index'; this is now the
8816 main place to do it.
8817
8818 2002-06-09 Martin Stjernholm <bug-cc-mode@gnu.org>
8819
8820 * progmodes/cc-style.el (c-set-style, c-set-style-1):
8821 Add another state for the `dont-override' flag where it only keeps
8822 globally set variables.
8823
8824 2002-06-08 Colin Walters <walters@gnu.org>
8825
8826 * descr-text.el (describe-text-properties): Sort the output by the
8827 size of the values. Put `font-lock-face' property on property names.
8828 (toplevel): Provide `descr-text'.
8829
8830 * international/mule-diag.el (describe-char-after): When there are
8831 text properties, require `descr-text', and just call
8832 `describe-text-properties'.
8833
8834 * international/mule.el (sgml-html-meta-auto-coding-function):
8835 New function.
8836 (auto-coding-from-file-contents): Delete; merge functionality into
8837 `set-auto-coding'.
8838 (set-auto-coding): Move tests from `auto-coding-functions' so that
8839 they have a lower priority than coding: tags.
8840 Put `auto-coding-regexp-alist' tests before coding: tag tests.
8841 (sgml-xml-auto-coding-function): Simply `intern' the match, and
8842 test if it's a valid coding system.
8843 (auto-coding-functions): Add `sgml-html-meta-auto-coding-function'.
8844
8845 2002-06-08 Colin Walters <walters@verbum.org>
8846
8847 * subr.el (copy-list): Moved here from cl.el.
8848 (copy-tree): Renamed here from `cl-copy-tree' in cl-extra.el.
8849
8850 * emacs-lisp/cl-extra.el (cl-copy-tree): Moved to `copy-tree' in
8851 subr.el. Add a defalias with the old name.
8852
8853 * emacs-lisp/cl.el (copy-list): Moved to subr.el.
8854
8855 * replace.el (occur-mode): Don't set up categories. Do set
8856 `font-lock-defaults', and be sure to set `font-lock-core-only'.
8857 (occur-1): Pass `list-matching-lines-face' and
8858 `list-matching-lines-buffer-name-face'.
8859 (occur-engine): Use `font-lock-face' instead of categories.
8860
8861 * info.el (Info-mode): Don't set up categories. Do set
8862 `font-lock-defaults', and be sure to set `font-lock-core-only'.
8863 (Info-fontify-menu-headers): Use `font-lock-face' instead of
8864 categories.
8865 (Info-fontify-node): Ditto.
8866
8867 * ibuffer.el (ibuffer-category-alist): Delete.
8868 (ibuffer-get-category): Delete.
8869 (ibuffer-compile-make-eliding-form): Use `font-lock-face' instead
8870 of categories.
8871 (ibuffer-compile-format): Don't treat `name' category specially.
8872 (ibuffer-column name): Use `font-lock-face'.
8873 (filename-and-process): Ditto.
8874 (ibuffer-buffer-name-category): Renamed to
8875 `ibuffer-buffer-name-face'. Don't use categories.
8876 (ibuffer-update-title-and-summary): Use `font-lock-face'.
8877 (ibuffer-insert-filter-group): Ditto.
8878 (ibuffer-mode): Don't set up categories. Do set
8879 `font-lock-defaults', and be sure to set `font-lock-core-only'.
8880 (ibuffer-compile-format): Don't pass third argument
8881 to column functions.
8882 (filename-and-process): Ditto.
8883
8884 * ibuf-macs.el (define-ibuffer-column): Don't create a third
8885 argument for the generated function.
8886
8887 * font-core.el (font-lock-category-alist): Delete.
8888 (turn-on-font-lock-if-enabled): Don't use it.
8889 (font-lock-symbol-category-alist): Delete.
8890 (font-lock-default-function): Use new `char-property-alias-alist'
8891 to make `font-lock-face' an alias for `face' when font-lock mode
8892 is enabled.
8893 (font-lock-core-only): New variable.
8894 (font-lock-set-defaults): Use it.
8895
8896 2002-06-08 Richard M. Stallman <rms@gnu.org>
8897
8898 * files.el (find-file-noselect-1): Undo previous change.
8899
8900 * bookmark.el (bookmark-file-or-variation-thereof): Doc fix.
8901
8902 2002-06-07 Karl Fogel <kfogel@red-bean.com>
8903
8904 * bookmark.el (bookmark-file-or-variation-thereof): Just use
8905 Info-suffix-list, as suggested by Stefan Monnier.
8906
8907 2002-06-05 Eli Zaretskii <eliz@is.elta.co.il>
8908
8909 * select.el (xselect-convert-to-string): If VALUE is a string,
8910 return a cons of TYPE and the string.
8911
8912 2002-06-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
8913
8914 * language/cyrillic.el (cyrillic-alternativnyj-decode-table):
8915 Fix the table to contain correct characters.
8916
8917 2002-06-04 Richard M. Stallman <rms@gnu.org>
8918
8919 * simple.el: Don't require cl.
8920
8921 2002-06-03 Richard M. Stallman <rms@gnu.org>
8922
8923 * dired.el (dired-do-shell-command): Doc fix in autoload.
8924
8925 * info.el (Info-extract-pointer): Ignore Info-header-line.
8926
8927 * progmodes/cc-mode.el (c-postprocess-file-styles):
8928 Do nothing except in CC modes.
8929
8930 * international/mule-cmds.el (select-safe-coding-system):
8931 When computing auto-cs, narrow to FROM...TO.
8932 Put save-excursion outside save-restriction.
8933 New arg FILE; use that for set-auto-coding.
8934
8935 2002-06-01 Richard M. Stallman <rms@gnu.org>
8936
8937 * simple.el (choose-completion-string-functions): Doc fix.
8938 (choose-completion-string): Add doc string.
8939
8940 2002-06-01 Kim F. Storm <storm@cua.dk>
8941
8942 * simple.el: Reworked previous change.
8943 (choose-completion-string1): Merged back into choose-completion-string.
8944 (choose-completion-string): Run choose-completion-string-functions
8945 after checking for proper minibuffer window. Added mini-p arg to
8946 the hook functions. Insert choice if all hook functions return nil.
8947 (choose-completion-string-functions): Doc update.
8948
8949 2002-06-01 Sam Steingold <sds@gnu.org>
8950
8951 * files.el (auto-mode-alist): Strip trailing ".in" from the file
8952 name when deciding the mode (for config.h.in, Makefile.in etc).
8953
8954 2002-06-01 Thien-Thi Nguyen <ttn@gnu.org>
8955
8956 * progmodes/prolog.el (prolog-mode-syntax-table): Add flags to
8957 ?/ and ?* entries to support /* */ style comments.
8958 (prolog-font-lock-keywords): New var.
8959 (prolog-mode): Enable font-locking; set `font-lock-defaults'.
8960
8961 2002-06-01 Kim F. Storm <storm@cua.dk>
8962
8963 * simple.el (choose-completion-string-functions): New special hook.
8964 (choose-completion-string1): Renamed from choose-completion-string.
8965 (choose-completion-string): Run choose-completion-string-functions
8966 until success, and only call choose-completion-string1 if it fails.
8967
8968 2002-05-31 Stefan Monnier <monnier@cs.yale.edu>
8969
8970 * textmodes/ispell.el (autoloaded toplevel): Don't use
8971 ispell-library-directory without checking that it's bound.
8972
8973 2002-05-31 Kim F. Storm <storm@cua.dk>
8974
8975 * emulation/cua-base.el (cua--last-deleted-region-pos)
8976 (cua--last-deleted-region-text): New aux variables.
8977 (cua-delete-region): Set them.
8978 (cua-repeat-replace-region): Use them to find the replacement text.
8979
8980 2002-05-31 Juanma Barranquero <lektu@terra.es>
8981
8982 * emulation/viper-cmd.el (viper-smart-suffix-list, viper-ask-level):
8983 Fix typos.
8984
8985 2002-05-31 Kim F. Storm <storm@cua.dk>
8986
8987 * progmodes/compile.el (grep-tree-command, grep-tree-files-aliases)
8988 (grep-tree-ignore-CVS-directories, grep-tree-ignore-case):
8989 New custom variables.
8990 (grep-compute-defaults): Compute grep-tree-command's default value.
8991 (grep-expand-command-macros): New aux function.
8992 (grep-tree-last-regexp, grep-tree-last-files): New aux variables.
8993 (grep-tree): New command like grep-find but extended prompting.
8994
8995 2002-05-30 Richard M. Stallman <rms@gnu.org>
8996
8997 * files.el (find-file-default): Add defvar for var already used.
8998
8999 * menu-bar.el (menu-bar-showhide-fringe-menu): Use defvar.
9000
9001 * subr.el (open-network-stream, open-network-stream-nowait)
9002 (open-network-stream-server, process-kill-without-query):
9003 Moved from simple.el.
9004
9005 * simple.el (open-network-stream, open-network-stream-nowait)
9006 (open-network-stream-server, process-kill-without-query):
9007 Moved to subr.el.
9008
9009 * simple.el (byte-compiling-files-p): Function deleted.
9010
9011 * textmodes/ispell.el (ispell-library-directory): Renamed from
9012 ispell-library-path. If Ispell is not installed, init to nil.
9013 (check-ispell-version): Doc fix.
9014 (ispell-menu-map): Get rid of byte-compiling-files-p hackery;
9015 initialize this unconditionally when ispell-menu-map-needed is t.
9016 Local `path' renamed to `dir'.
9017
9018 2002-05-30 Miles Bader <miles@gnu.org>
9019
9020 * calc/calc.el (calc-show-banner): New variable.
9021 (calc-refresh): Only show banner if `calc-show-banner' is non-nil.
9022 (calc-mode-var-list): Add `calc-show-banner'.
9023 * calc/calc-ext.el (calc-init-extensions): Add binding for `d@'.
9024 (calc-toggle-banner): New function.
9025 * calc/calc-help.el (calc-d-prefix-help): Add `@'.
9026
9027 2002-05-29 Richard M. Stallman <rms@gnu.org>
9028
9029 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
9030 When recognizing a def... construct, make that indentation
9031 tentative, so that it can be overridden if the list in question
9032 is not actually an expression.
9033 (common-lisp-indent-call-method): New subroutine.
9034
9035 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
9036 Delete the output file if we get a file-error.
9037
9038 * tooltip.el (tooltip-mouse-motions-active): New variable.
9039 (tooltip-activate-mouse-motions): Don't kill track-mouse local
9040 if it was not made by us.
9041
9042 * mouse.el (mouse-set-font): Avoid misleading error message
9043 if user makes no selection.
9044
9045 * info.el (Info-setup-header-line): Don't hide the links line.
9046
9047 * files.el (find-file-noselect-1): Return the buffer we created
9048 even if it has been killed within `after-find-file'.
9049
9050 * files.el (auto-mode-alist): Use ada-mode for .ad[bs].dg files.
9051
9052 2002-05-29 Kim F. Storm <storm@cua.dk>
9053
9054 * simple.el (open-network-stream-server): Pass on optional args
9055 sentinel and filter to make-network-process (from Luke Gorrie).
9056
9057 2002-05-28 Colin Walters <walters@gnu.org>
9058
9059 * textmodes/sgml-mode.el (xml-mode): New alias for `sgml-mode'.
9060
9061 * emacs-lisp/bytecomp.el (byte-compile-last-line): Deleted.
9062 (byte-compile-delete-first): New function.
9063 (byte-compile-read-position): New variable.
9064 (byte-compile-last-position): New variable.
9065 (byte-compile-current-buffer): New variable.
9066 (byte-compile-log-1): Use it.
9067 (byte-compile-set-symbol-position): New function.
9068 (byte-compile-obsolete, byte-compile-callargs-warn)
9069 (byte-compile-arglist-warn, byte-compile-arglist-warn)
9070 (byte-compile-print-syms, byte-compile-file-form-defmumble)
9071 (byte-compile-check-lambda-list, byte-compile-lambda)
9072 (byte-compile-form, byte-compile-variable-ref)
9073 (byte-compile-subr-wrong-args, byte-compile-negation-optimizer)
9074 (byte-compile-condition-case, byte-compile-defun)
9075 (byte-compile-defvar, byte-compile-autoload)
9076 (byte-compile-lambda-form): Use it.
9077 (byte-compile-from-buffer): Set it, and bind
9078 `read-with-symbol-positions' and `read-symbol-positions-list'.
9079
9080 * emacs-lisp/bytecomp.el (byte-compile-debug): New variable.
9081
9082 2002-05-28 Kim F. Storm <storm@cua.dk>
9083
9084 * files.el (read-directory-name): New function.
9085 (cd): Use it instead of read-file-name.
9086
9087 2002-05-27 Kim F. Storm <storm@cua.dk>
9088
9089 * simple.el (push-mark-command): Added optional NOMSG arg.
9090
9091 * emulation/cua-base.el (cua-set-mark): Align pop to mark
9092 behaviour with standard set-mark-command.
9093 (cua--pre-command-handler): Use push-mark-command.
9094 (cua-repeat-replace-region): Improve functionality when
9095 repeated after moving point or changing buffer.
9096
9097 2002-05-26 Colin Walters <walters@verbum.org>
9098
9099 * startup.el (command-line): Use `when', `unless'.
9100 (command-line-1): New argument "--nosplash". Handle it.
9101
9102 * startup.el (inhibit-splash-screen): New variable alias for
9103 `inhibit-startup-message'.
9104
9105 * replace.el (perform-replace): Document return value. Use `pop'.
9106
9107 2002-05-26 Glenn Morris <gmorris@ast.cam.ac.uk>
9108
9109 * progmodes/f90.el (f90-previous-block, f90-next-block): New names,
9110 and slightly changed behaviour, for `f90-previous-block-start' and
9111 `f90-next-block-end'.
9112 (f90-beginning-of-subprogram, f90-end-of-subprogram): Simplify.
9113
9114 2002-05-26 Simon Josefsson <jas@extundo.com>
9115
9116 * fringe.el (set-fringe-mode): Work when updating
9117 `default-frame-alist'.
9118
9119 2002-05-26 Kim F. Storm <storm@cua.dk>
9120
9121 * emulation/cua-base.el (cua--repeat-replace-text): New variable.
9122 (cua-repeat-replace-region): New command.
9123 (cua--init-keymaps): Bind it to M-v in cua--cua-keys-keymap.
9124 Misc improvements to the commentary.
9125
9126 2002-05-26 Simon Josefsson <jas@extundo.com>
9127
9128 * fringe.el (fringe-query-style): New fringe style "minimal".
9129
9130 2002-05-24 Simon Josefsson <jas@extundo.com>
9131
9132 * rot13.el (rot13-translate-table): New variable.
9133 (rot13, rot13-string, rot13-region): New functions.
9134
9135 2002-05-25 Martin Stjernholm <bug-cc-mode@gnu.org>
9136
9137 * progmodes/cc-engine.el (c-add-stmt-syntax): Fixed some cases
9138 of wrong anchoring, e.g. for else-if compounds.
9139
9140 2002-05-25 Miles Bader <miles@gnu.org>
9141
9142 * menu-bar.el (menu-bar-showhide-fringe-menu-customize-left)
9143 (menu-bar-showhide-fringe-menu-customize-right)
9144 (menu-bar-showhide-fringe-menu-customize-disable):
9145 Use proper calling convention for `customize-set-value'.
9146 Require `fringe' before setting variable.
9147
9148 2002-05-25 Kim F. Storm <storm@cua.dk>
9149
9150 * emulation/cua-base.el (cua--self-insert-char-p): New function.
9151
9152 * emulation/cua-gmrk.el (cua--init-global-mark): Install default
9153 binding in cua--global-mark-keymap using cua--self-insert-char-p
9154 to handle all global self inserting characters in gmark mode.
9155
9156 * emulation/cua-rect.el (cua--init-rectangles): Install default
9157 binding in cua--rectangle-keymap using cua--self-insert-char-p
9158 to handle all global self inserting characters in rectangle mode.
9159
9160 2002-05-24 Stefan Monnier <monnier@cs.yale.edu>
9161
9162 * net/ange-ftp.el (read-file-name-internal): Remove the
9163 `ange-ftp' property.
9164 (ange-ftp-real-read-file-name-internal): Remove.
9165
9166 2002-05-24 Glenn Morris <gmorris@ast.cam.ac.uk>
9167
9168 * progmodes/f90.el: (f90-end-of-subprogram): Remove the final
9169 `forward-line'.
9170 (f90-end-of-block, f90-beginning-of-block, f90-next-block-end)
9171 (f90-previous-block-start): New navigation commands.
9172
9173 2002-05-20 Simon Josefsson <jas@extundo.com>
9174
9175 * fringe.el: New file.
9176
9177 * menu-bar.el (menu-bar-options-save): Add fringe-mode.
9178 (menu-bar-showhide-fringe-menu): New menu.
9179 (menu-bar-showhide-menu): Add Fringe sub-menu.
9180
9181 2002-05-23 Colin Walters <walters@verbum.org>
9182
9183 * replace.el (occur-engine): Include all text properties except
9184 mouse-face on the newline at the end of occurences.
9185
9186 2002-05-23 Kim F. Storm <storm@cua.dk>
9187
9188 * apropos.el (apropos-true-hit, apropos-false-hit-symbol)
9189 (apropos-false-hit-str, apropos-true-hit-doc): New functions.
9190 (apropos-command, apropos-value, apropos-documentation-internal)
9191 (apropos-documentation-check-doc-file)
9192 (apropos-documentation-check-elc-file): Use them to filter out
9193 false matches where only one keyword matches, but more than once.
9194
9195 * apropos.el (apropos-show-scores, apropos-orig-regexp)
9196 (apropos-all-regexp, apropos-synonyms, apropos-words)
9197 (apropos-all-words): New variables.
9198 (aprpos-words-to-regexp, apropos-rewrite-regexp)
9199 (apropos-calc-scores, apropos-score-str, apropos-score-doc)
9200 (apropos-score-symbol): New functions.
9201 (apropos-command, apropos, apropos-value, apropos-documentation):
9202 Allow keywords in addition to regexp. Added scoring.
9203 (apropos-documentation-check-doc-file)
9204 (apropos-documentation-check-elc-file): Added scoring.
9205 (apropos-print): Sort according to score.
9206
9207 2002-05-22 Colin Walters <walters@cis.ohio-state.edu>
9208
9209 * info.el (Info-mode-hook): Change `font-lock-mode' to
9210 `turn-on-font-lock'.
9211
9212 * font-core.el (font-lock-function): New variable.
9213 (font-lock-default-function): New function, created from
9214 `font-lock-mode'.
9215 (font-lock-mode): Just funcall `font-lock-function'.
9216 (font-lock-symbol-category-alist): New variable.
9217
9218 2002-05-22 Markus Rost <rost@math.ohio-state.edu>
9219
9220 * files.el (file-newest-backup): Use file-name-sans-versions.
9221
9222 * diff.el (diff-latest-backup-file): Replace the main code by
9223 a call of file-newest-backup.
9224
9225 2002-05-22 Mike Williams <mdub@bigfoot.com>
9226
9227 * textmodes/sgml-mode.el (sgml-guess-indent): Look further into
9228 the buffer.
9229
9230 2002-05-21 Stefan Monnier <monnier@cs.yale.edu>
9231
9232 * net/ange-ftp.el (ange-ftp-allow-child-lookup): Re-enable since
9233 the last patch works around the wu-ftpd misfeature that prompted
9234 the disabling of this optimization.
9235
9236 2002-05-21 Colin Walters <walters@gnu.org>
9237
9238 * international/mule.el (make-coding-system): Doc fixes.
9239
9240 * international/mule.el (auto-coding-functions): New variable.
9241 (auto-coding-from-file-contents): Use it.
9242 (set-auto-coding): Update docs.
9243 (sgml-xml-auto-coding-function): New function.
9244
9245 * international/mule-util.el (truncate-string-to-width):
9246 New optional argument `ellipsis'. Add commented-out test suite, and
9247 change coding to iso-2022-7bit.
9248
9249 2002-05-21 Colin Walters <walters@verbum.org>
9250
9251 * font-lock.el (font-lock-defaults, font-lock-defaults-alist)
9252 (font-lock-multiline, font-lock-fontified, font-lock-mode)
9253 (turn-on-font-lock, font-lock-add-keywords, global-font-lock-mode)
9254 (font-lock-global-modes): Moved to font-core.el.
9255 (font-lock-set-defaults-1): Partially moved to font-core.el.
9256
9257 * font-core.el: New file, with functions taken from font-lock.el.
9258 (font-lock-category-alist): New variable.
9259 (font-lock-mode): Use it.
9260 (font-lock-set-defaults): Partially taken from font-lock.el.
9261 Only load font-lock.el when necessary.
9262
9263 * loadup.el: Add font-core.el.
9264
9265 * replace.el (occur-mode-hook): New variable.
9266 (occur-fontify-region-function): Deleted.
9267 (occur-mode): Don't use it. Set up `font-lock-category-alist'
9268 instead.
9269 (occur-fontify-on-property): Deleted.
9270 (occur-engine): Use categories from `font-lock-category-alist'.
9271
9272 * info.el (Info-fontify): Deleted.
9273 (Info-select-node): Don't use it.
9274 (Info-mode-hook): New variable.
9275 (Info-mode): Set up categories.
9276 (Info-fontify-menu-headers, Info-fontify-node): Use categories.
9277
9278 * ibuffer.el (ibuffer-formats): Update docs.
9279 (ibuffer-category-alist): New variable.
9280 (ibuffer-get-category): New function.
9281 (ibuffer-compile-make-eliding-form): Use category property instead
9282 of face.
9283 (ibuffer-compile-format): Pass current ibuffer buffer to column
9284 functions too.
9285 (ibuffer-buffer-name-category): New function.
9286 (ibuffer-compile-format): If the current column is a `name'
9287 column, figure out the appropriate category to put on it.
9288 (filename-and-process): Use category property.
9289 (ibuffer-fontify-region-function): Deleted.
9290 (ibuffer-unfontify-region-function): Deleted.
9291 (ibuffer-update-title-and-summary): Use category properties.
9292 (ibuffer-insert-filter-group): Ditto.
9293 (ibuffer-mode): Set up category properties.
9294
9295 2002-05-21 Colin Walters <walters@debian.org>
9296
9297 * replace.el (occur-engine): Increment globalcount all at once
9298 after searching a buffer.
9299 (occur-mode-map): Don't escape plain "o".
9300
9301 * ibuf-macs.el (define-ibuffer-column): Add third argument
9302 `ibuffer-buf'.
9303
9304 * ibuffer.el (toplevel): Require font-lock, to get the face
9305 definitions.
9306 (ibuffer-use-fontification): Deleted.
9307 (column filename-and-process): New column.
9308 (ibuffer-formats): Use it by default.
9309 (ibuffer-name-map, ibuffer-mode-name-map)
9310 (ibuffer-filter-group-map): Don't set parent to `ibuffer-mode-map'.
9311 (ibuffer-do-save, ibuffer-do-toggle-modified)
9312 (ibuffer-do-toggle-read-only, ibuffer-do-delete)
9313 (ibuffer-do-kill-on-deletion-marks): Include name in definition.
9314 (ibuffer): New optional argument `formats'.
9315
9316 2002-05-21 Eli Zaretskii <eliz@is.elta.co.il>
9317
9318 * indent.el (indent-rigidly): Mention how to remove all indentation.
9319
9320 2002-05-21 Colin Walters <walters@gnu.org>
9321
9322 * international/mule-diag.el (describe-char-after): Order display
9323 of text properties by the size of their value, for clarity.
9324
9325 2002-05-20 Stefan Monnier <monnier@cs.yale.edu>
9326
9327 * net/ange-ftp.el (ange-ftp-generate-root-prefixes)
9328 (ange-ftp-file-name-completion): Don't cons unnecessarily.
9329 (ange-ftp-send-cmd): Always `cd' before doing `ls'.
9330
9331 * wid-edit.el (widget-color-complete):
9332 * progmodes/etags.el (tags-complete-tags-table-file):
9333 * progmodes/cpp.el (cpp-choose-symbol): Don't cons unnecessarily.
9334
9335 * textmodes/outline.el (outline-reveal-toggle-invisible):
9336 Reverse the meaning of the second arg.
9337
9338 * reveal.el (reveal-post-command): Reverse the semantics of
9339 reveal-toggle-invisible and support isearch-open-invisible-temporary.
9340
9341 2002-05-20 Markus Rost <rost@math.ohio-state.edu>
9342
9343 * mail/sendmail.el (mail-recover-1): Remove (debug).
9344 (mail-signature): Fix :type.
9345 (mail-default-directory): New user option.
9346 (mail, mail-recover): Use that option.
9347
9348 2002-05-20 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9349
9350 * international/mule.el (auto-coding-alist): Use emacs-mule
9351 for auto-save files.
9352
9353 2002-05-20 Miles Bader <miles@gnu.org>
9354
9355 * files.el (find-file-read-args): Don't trash existing value of
9356 `minibuffer-setup-hook', just add our hook to it.
9357
9358 2002-05-19 Markus Rost <rost@math.ohio-state.edu>
9359
9360 * international/ucs-tables.el (unify-8859-on-encoding-mode)
9361 (unify-8859-on-decoding-mode): Change :version attributes to strings.
9362
9363 * simple.el (yank-excluded-properties): Change :version attribute
9364 to a string.
9365
9366 * dired.el (dired-view-command-alist): Change :version attribute
9367 to a string.
9368
9369 * xscheme.el (xscheme-start-hook): Change :version attribute to a
9370 string.
9371
9372 * find-dired.el (find-dired): Implement revert-buffer-function.
9373
9374 * mail/emacsbug.el (report-emacs-bug-hook): Do another save-excursion.
9375
9376 2002-05-19 Glenn Morris <gmorris@ast.cam.ac.uk>
9377
9378 * progmodes/f90.el (f90-match-end, f90-break-line): Simplify a bit.
9379 (f90-get-present-comment-type): Fix earlier change.
9380 (f90-comment-indent): Doc fix.
9381 (f90-equal-symbols, f90-looking-at-do, f90-looking-at-select-case)
9382 (f90-looking-at-if-then): Remove lets.
9383 (f90-looking-at-where-or-forall): Handle if split over lines.
9384 (f90-change-keywords): Doc fix.
9385
9386 2002-05-19 Richard M. Stallman <rms@gnu.org>
9387
9388 * indent.el (indent-region): Make COLUMN arg optional.
9389
9390 * files.el (find-file-read-args): New function.
9391 (find-file, find-file-other-window, find-file-other-frame)
9392 (find-file-read-only, find-file-read-only-other-window)
9393 (find-file-read-only-other-frame): Use it.
9394
9395 * custom.el (custom-load-symbol): Verify that LOADED is a string.
9396
9397 * arc-mode.el (archive-zip-use-pkzip): Variable deleted.
9398 (archive-zip-extract, archive-zip-expunge, archive-zip-update)
9399 (archive-zip-update-case): Use locate-file to decide whether
9400 to use pkzip.
9401 (archive-zip-extract): Test for pkzip in value of archive-zip-extract.
9402
9403 * files.el (locate-file): Doc fix.
9404
9405 2002-05-19 John Paul Wallington <jpw@shootybangbang.com>
9406
9407 * mail/rmail.el (rmail-show-message-hook): Offer `goto-address'
9408 as an option.
9409
9410 2002-05-18 Stefan Monnier <monnier@cs.yale.edu>
9411
9412 * uniquify.el (uniquify-rationalize-file-buffer-names):
9413 Always strip the trailing / even if the file is not a directory.
9414
9415 2002-05-18 Glenn Morris <gmorris@ast.cam.ac.uk>
9416
9417 * progmodes/f90.el (f90-mode-syntax-table, f90-mode-map): Do the
9418 initialization in the defvar.
9419 (f90-font-lock-on, f90-font-lock-off): Add 'menu-alias property.
9420 (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3)
9421 (f90-font-lock-4): Move the doc strings.
9422 (f90-menu-bar-menu): New internal variable to hold the top-level menu.
9423 (f90-change-case-menu, f90-font-lock-menu): Minor code changes.
9424 (f90-mode-abbrev-table): Initialize in the defvar, with
9425 define-abbrev-table.
9426
9427 2002-05-18 Eli Zaretskii <eliz@is.elta.co.il>
9428
9429 * tar-mode.el (tar-octal-time): Fix last change.
9430
9431 2002-05-18 Markus Rost <rost@math.ohio-state.edu>
9432
9433 * mail/emacsbug.el (report-emacs-bug-text-prompt): New variable.
9434 (report-emacs-bug): Store the prompt in
9435 `report-emacs-bug-text-prompt'. Move Configuration/Important
9436 settings information after the user's report.
9437 (report-emacs-bug-hook): Unclutter by deleting the content of
9438 `report-emacs-bug-text-prompt'.
9439
9440 2002-05-17 Thomas Morgan <tlm@pocketmail.com>
9441
9442 * forms.el (forms-jump-record, forms-insert-record)
9443 (forms-delete-record): Calculate lines from the beginning of the
9444 accessible portion rather than from the beginning of the buffer.
9445
9446 2002-05-16 Eli Zaretskii <eliz@is.elta.co.il>
9447
9448 * ps-mule.el (eval-and-compile): Add a trivial replacement for a
9449 possibly missing encode-char.
9450 (ps-mule-font-info-database-bdf): Add associations for Unicode
9451 fonts. Doc fix.
9452 (ps-mule-font-info-database-ps-bdf): Doc fix.
9453 (ps-mule-encode-ucs2): New function for encoding Unicode characters.
9454
9455 * tar-mode.el (tar-octal-time): Fix the last argument of logior.
9456
9457 2002-05-16 Stefan Monnier <monnier@cs.yale.edu>
9458
9459 * emacs-lisp/find-func.el (find-function-search-for-symbol):
9460 Find funs defined with defun-cvs-mode.
9461 (find-function-space-re): New const. Skips comments as well.
9462 (find-function-regexp, find-variable-regexp): Use it.
9463
9464 * pcvs.el (cvs-cmd-do): Accept non-CVS dirs with CVS-ctrl'd subdirs.
9465 (cvs-mode-add-change-log-entry-other-window): Work on multiple files.
9466 (cvs-mode-set-flags): Don't cons unnecessarily.
9467
9468 2002-05-16 Colin Walters <walters@debian.org>
9469
9470 * menu-bar.el (menu-bar-tools-menu) <calculator>: Renamed to
9471 "Simple Calculator".
9472 (menu-bar-tools-menu) <calc>: New.
9473
9474 2002-05-16 Juanma Barranquero <lektu@terra.es>
9475
9476 * progmodes/hideshow.el (hs-adjust-block-beginning): Fix typo.
9477
9478 * filesets.el (filesets-ormap): Fix typo.
9479
9480 * faces.el (describe-face): Fix typo.
9481
9482 2002-05-15 Stefan Monnier <monnier@cs.yale.edu>
9483
9484 * emacs-lisp/easymenu.el (easy-menu-make-symbol):
9485 Don't treat (lambda () ...) as an expression.
9486
9487 2002-05-15 John Paul Wallington <jpw@shootybangbang.com>
9488
9489 * replace.el (occur-read-primary-args): Handle a bare 'C-u' correctly.
9490
9491 2002-05-15 Eli Zaretskii <eliz@is.elta.co.il>
9492
9493 * emacs-lisp/easymenu.el (easy-menu-add): Doc fix.
9494
9495 2002-05-14 Glenn Morris <gmorris@ast.cam.ac.uk>
9496
9497 * progmodes/fortran.el (fortran-directive-re): New name for
9498 fortran-preprocessor-re. All usage updated.
9499 (fortran-calculate-indent): Give directives zero indentation.
9500
9501 2002-05-14 Jason Rumney <jasonr@gnu.org>
9502
9503 * emacs-lisp/easymenu.el (easy-menu-name-match): Match both
9504 displayed text and internal name as string.
9505
9506 2002-05-14 Kim F. Storm <storm@cua.dk>
9507
9508 * emulation/cua-rect.el (cua--rectangle-operation):
9509 Don't highlight empty lines in rectangles.
9510
9511 * emulation/keypad.el: Improved commentary.
9512 (keypad-setup, keypad-shifted-setup): Added choice to setup
9513 Numeric keypad with decimal key; value is selected character.
9514 (keypad-decimal-key, keypad-shifted-decimal-key): Removed options.
9515 (keypad-numlock-setup, keypad-numlock-shifted-setup): New options.
9516 (keypad-setup): Arg list changed to support the new options.
9517
9518 2002-05-14 Richard M. Stallman <rms@gnu.org>
9519
9520 * dabbrev.el (dabbrev-case-distinction): New option.
9521 (dabbrev--try-find): Handle dabbrev-case-distinction.
9522 (dabbrev--search): Clean up the code.
9523 (dabbrev-upcase-means-case-search): Doc fix.
9524 (dabbrev-case-replace): Fix custom tags and docs.
9525
9526 2002-05-14 Jochen K\e,A|\e(Bpper <jochen@jochen-kuepper.de>
9527
9528 * calc/calc-units.el (math-standard-units): Update from CODATA.
9529
9530 2002-05-14 Stefan Monnier <monnier@cs.yale.edu>
9531
9532 * skeleton.el (skeleton-transformation): Default to `identity'.
9533 (skeleton-insert): Use `move-after' markers and `insert' rather
9534 than rely on insert-before-markers.
9535 (skeleton-internal-1): Handle `> \n' specially so that the newline
9536 is inserted before the first line is indented.
9537
9538 2002-05-14 Mike Williams <mdub@bigfoot.com>
9539
9540 * textmodes/sgml-mode.el (sgml-tag):
9541 Default skeleton-transformation to `identity'.
9542
9543 2002-05-14 Francesco Potort\e,Al\e(B <pot@gnu.org>
9544
9545 * shell.el (shell-mode): Make second part of initialisation
9546 depend on whether comint-input-ring is empty, rather than depend
9547 on it being nil.
9548
9549 2002-05-14 Richard M. Stallman <rms@gnu.org>
9550
9551 * files.el (make-auto-save-file-name):
9552 Delete the auto-save file after make-temp-file creates it.
9553
9554 2002-05-13 Kim F. Storm <storm@cua.dk>
9555
9556 * emulation/cua-base.el (cua-enable-cursor-indications): Default off.
9557 (cua-mode): Print Enabled/Disabled messages if interactive.
9558 Disable delete-selection-mode and pc-selection-mode when cua-mode
9559 is enabled; reenable if cua-mode is turned off.
9560 Remember setting of transient-mark-mode when cua-mode is enabled;
9561 restore if cua-mode is disabled.
9562
9563 2002-05-13 Richard M. Stallman <rms@gnu.org>
9564
9565 * mail/emacsbug.el (report-emacs-bug): Change the "English please" msg.
9566
9567 2002-05-13 Colin Walters <walters@gnu.org>
9568
9569 * ibuf-ext.el (ibuffer-format-filter-group-data): New function.
9570
9571 * ibuffer.el (ibuffer-insert-filter-group): New argument filter-string.
9572 (ibuffer-redisplay-engine): Handle it.
9573
9574 * add-log.el (add-log-mailing-address): Can be a list, too.
9575 (add-change-log-entry): If `add-log-mailing-address' is a list,
9576 then handle it.
9577
9578 2002-05-12 Colin Walters <walters@debian.org>
9579
9580 * replace.el (occur-1): New optional argument `buf-name'.
9581 (occur-revert-function): Use it.
9582
9583 (occur-1): Handle plurals.
9584
9585 (occur-engine): If there are no more matches, then finish
9586 searching the current buffer.
9587
9588 2002-05-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
9589
9590 * net/ange-ftp.el (ange-ftp-try-passive-mode)
9591 (ange-ftp-passive-host-alist): Change :version attributes to be
9592 strings.
9593
9594 2002-05-12 Markus Rost <rost@math.ohio-state.edu>
9595
9596 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Define it with
9597 define-minor-mode.
9598
9599 * emacs-lisp/find-func.el (find-function-search-for-symbol):
9600 Handle more whitespace/newline combinations in symbol definitions.
9601
9602 2002-05-12 Eli Zaretskii <eliz@is.elta.co.il>
9603
9604 * w32-vars.el (w32)
9605 * vc-cvs.el (vc-cvs-global-switches)
9606 (vc-cvs-sticky-date-format-string, vc-cvs-sticky-tag-display)
9607 * textmodes/sgml-mode.el (sgml-xml-mode)
9608 * ruler-mode.el (ruler-mode)
9609 * replace.el (query-replace-skip-read-only)
9610 * progmodes/fortran.el (fortran-preprocessor-re)
9611 * net/ange-ftp.el (ange-ftp-passive-host-alist)
9612 * mail/sendmail.el (mail-use-dsn)
9613 * faces.el (mode-line-inactive, minibuffer-prompt)
9614 * add-log.el (add-log-always-start-new-record): Change all
9615 post-21.1 :version attributes to 21.4.
9616
9617 2002-05-12 Richard M. Stallman <rms@gnu.org>
9618
9619 * mail/smtpmail.el (smtpmail-mail-address): New variable.
9620 (smtpmail-send-it): Bind and use that instead of `mail-address'.
9621 (smtpmail-via-smtp): Likewise.
9622
9623 * ansi-color.el (ansi-color-get-face): Avoid add-to-list on local var.
9624 (ansi-color-apply-sequence): Avoid duplicates in combined face list.
9625
9626 * dired-aux.el (dired-show-file-type): Use -- to say FILE's not option.
9627
9628 * subr.el (functionp): Catch errors in indirect-function.
9629
9630 2002-05-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
9631
9632 * net/ldap.el (ldap-search-internal): Unfold folded lines before
9633 parsing.
9634
9635 * cus-edit.el (customize-set-value): Rename `var' to `variable'
9636 and `val' to `value'.
9637 (customize-save-variable): Rename `var' to `'variable.
9638
9639 2002-05-12 Glenn Morris <gmorris@ast.cam.ac.uk>
9640
9641 * progmodes/fortran.el (fortran-preprocessor-re): New variable.
9642 Use it for font-locking and indentation.
9643 (fortran-previous-statement, fortran-next-statement): Make them
9644 skip over preprocessor lines.
9645 (fortran-calculate-indent): Use fortran-preprocessor-re.
9646
9647 2002-05-10 Kim F. Storm <storm@cua.dk>
9648
9649 * emulation/cua-base.el (cua-enable-cua-keys)
9650 (cua-enable-register-prefix): Added value for `other' choice.
9651
9652 2002-05-10 Eli Zaretskii <eliz@is.elta.co.il>
9653
9654 * menu-bar.el (menu-bar-showhide-scroll-bar-menu)
9655 (menu-bar-showhide-menu): Use display-graphic-p, not window-system.
9656 (menu-bar-showhide-menu) <showhide-menu-bar, showhide-tool-bar>:
9657 Run a named function.
9658 (showhide-menu-bar, showhide-toolbar): Invoke customize-mark-as-set.
9659 (menu-bar-showhide-menu) <column-number-mode, line-number-mode>:
9660 Fix help text.
9661
9662 2002-05-10 Kim F. Storm <storm@cua.dk>
9663
9664 * emulation/cua-base.el (cua-mode): Misc. changes to use
9665 emulation-mode-map-alists instead of minor-mode-map-alist.
9666
9667 2002-05-09 Richard M. Stallman <rms@gnu.org>
9668
9669 * mail/rmail.el (rmail-show-message):
9670 Catch error in check-coding-system.
9671
9672 * progmodes/compile.el (compilation-error-regexp-alist):
9673 New element to recognize Python error messages.
9674
9675 * shell.el (shell-replace-by-expanded-directory):
9676 If there's already a / at the end, don't add one.
9677
9678 2002-05-09 Colin Walters <walters@verbum.org>
9679
9680 * ibuffer.el (ibuffer-mode-map): Add :enable guards for
9681 `ibuffer-filter-disable', `ibuffer-pop-filter',
9682 `ibuffer-or-filter', `ibuffer-negate-filter',
9683 `ibuffer-decompose-filter', `ibuffer-save-filters',
9684 `ibuffer-switch-to-saved-filters', `ibuffer-delete-saved-filters',
9685 `ibuffer-save-filter-groups',
9686 `ibuffer-switch-to-saved-filter-groups',
9687 `ibuffer-delete-saved-filter-groups'.
9688
9689 * ibuf-ext.el (ibuffer-do-occur): Default to 0 context lines.
9690
9691 2002-05-09 Markus Rost <rost@math.ohio-state.edu>
9692
9693 * woman.el (woman-menu): Move symbol before the comment so that
9694 find-function-search-for-symbol finds it.
9695
9696 2002-05-10 Miles Bader <miles@gnu.org>
9697
9698 * facemenu.el (list-colors-display): Don't use
9699 `display-color-cells' unless the display class is one for which
9700 that info is relevant.
9701
9702 2002-05-09 Simon Josefsson <jas@extundo.com>
9703
9704 * mail/smtpmail.el (smtpmail-send-it): Use user-mail-address from
9705 calling buffer.
9706 (smtpmail-auth-credentials): Bump :version to 21.4 (21.3 will not
9707 have the patch).
9708
9709 2002-05-09 Kim F. Storm <storm@cua.dk>
9710
9711 * wid-edit.el (checkbox): New check-mark image.
9712
9713 2002-05-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
9714
9715 * filesets.el (filesets-running-xemacs): Fix last change.
9716
9717 2002-05-08 Markus Rost <rost@math.ohio-state.edu>
9718
9719 * help-fns.el (describe-function-1): If the source is
9720 `loaddefs.el', look for the real source. This is necessary only
9721 for defaliases.
9722
9723 * emacs-lisp/find-func.el (find-function-search-for-symbol):
9724 Add autoload cookie.
9725 (find-function-regexp): Include
9726 "\(quote " to match the defaliases in loaddefs.el.
9727
9728 * filesets.el (filesets-conditional-sort): Use copy-sequence,
9729 not copy-list.
9730 (filesets-menu-path, filesets-menu-before, filesets-menu-in-menu):
9731 Defvar them to nil if running in Emacs.
9732
9733 2002-05-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
9734
9735 * textmodes/flyspell.el (make-flyspell-overlay): Add help text
9736 to flyspell overlays.
9737
9738 * info.el (Info-mode-map): Bind `c' to Info-copy-current-node-name.
9739
9740 2002-05-08 Richard M. Stallman <rms@gnu.org>
9741
9742 * diff.el (diff-regexp-alist): Doc fix.
9743
9744 * mail/smtpmail.el (netrc-machine, netrc-get): Add autoloads.
9745
9746 2002-05-08 Simon Marshall <simon@gnu.org>
9747
9748 * msb.el (msb-menu-bar-update-buffers): Fixed frame menu to use
9749 the frame name as the car of a menu entry, rather than the frame.
9750
9751 2002-05-08 Juanma Barranquero <lektu@terra.es>
9752
9753 * rfn-eshadow.el (read-file-name-electric-shadow-mode): Fix typos
9754 in docstring.
9755
9756 2002-05-07 Colin Walters <walters@verbum.org>
9757
9758 * replace.el (occur-unfontify-region-function): Delete.
9759 (occur-mode): Don't use it.
9760 (occur-engine): Respect `keep-props'.
9761 (occur-accumulate-lines): If we're moving forward, decrement;
9762 don't increment, and vice versa.
9763
9764 2002-05-08 Toru Tomabechi <Toru.Tomabechi@orient.unil.ch>
9765
9766 * language/tibet-util.el (tibetan-canonicalize-for-unicode-alist)
9767 (tibetan-canonicalize-for-unicode-regexp): New variables.
9768 (tibetan-canonicalize-for-unicode-region): New function.
9769 (tibetan-strict-unicode): New variable.
9770 (tibetan-pre-write-canonicalize-for-unicode): New function.
9771
9772 2002-05-07 Markus Rost <rost@math.ohio-state.edu>
9773
9774 * net/ange-ftp.el (ange-ftp-re-read-dir): Don't hide it behind
9775 the autoload-cookie. Remove comment.
9776
9777 * ffap.el (ffap): Don't hide it behind the autoload-cookie.
9778
9779 * rect.el (close-rectangle): Don't hide it behind the
9780 autoload-cookie.
9781
9782 2002-05-07 Juanma Barranquero <lektu@terra.es>
9783
9784 * windmove.el (windmove-default-keybindings): Add optional
9785 parameter to allow using a modifier other than 'shift.
9786
9787 2002-05-07 Thomas Link <t.link@gmx.at>
9788
9789 * filesets.el:
9790 (filesets-external-viewers): Fix customization problem.
9791 (filesets-some): Replaces cl's `some'. Calls changed.
9792 (filesets-member): Replaces cl's `member*'. Calls changed.
9793 (filesets-ormap): New function.
9794
9795 2002-05-07 John Paul Wallington <jpw@shootybangbang.com>
9796
9797 * ibuffer.el (toplevel): Specialize `ibuffer-mode-groups-popup'
9798 menu items.
9799
9800 2002-05-07 Colin Walters <walters@gnu.org>
9801
9802 * ibuf-ext.el (ibuffer-pop-filter-group): Doc fix.
9803 (ibuffer-clear-filter-groups): Likewise.
9804 (ibuffer-kill-filter-group): Likewise.
9805 (ibuffer-kill-line): Likewise.
9806 (ibuffer-read-filter-group-name): New function.
9807 (ibuffer-jump-to-filter-group): Use it.
9808 (ibuffer-kill-filter-group): Likewise.
9809 (ibuffer-yank-filter-group): Likewise.
9810 (ibuffer-decompose-filter-group): New function.
9811
9812 * ibuffer.el (ibuffer-mode-map): Bind it. Add :enable guard
9813 around `ibuffer-filters-to-filter-group' menu item. Fix :enable
9814 guards for `ibuffer-pop-filter-group' and
9815 `ibuffer-clear-filter-groups'.
9816
9817 2002-05-06 Markus Rost <rost@math.ohio-state.edu>
9818
9819 * emacs-lisp/find-func.el (find-function-search-for-symbol):
9820 Use with-syntax-table.
9821
9822 2002-05-06 Francesco Potort\e,Al\e(B <pot@gnu.org>
9823
9824 * mail/rmail.el (rmail-font-lock-keywords): Highlight Resent-[Ff]rom:.
9825
9826 2002-05-05 Markus Rost <rost@math.ohio-state.edu>
9827
9828 * time-stamp.el (time-stamp-format): Doc fix: escape open
9829 parenthesis in column 0.
9830
9831 2002-05-04 Richard M. Stallman <rms@gnu.org>
9832
9833 * toolbar/tool-bar.el (tool-bar-local-item-from-menu):
9834 Handle both cases: when the menu item has cached info
9835 and when it doesn't.
9836
9837 * filesets.el (filesets-browse-dir-function): Renamed from ...-fn.
9838 (filesets-open-file-function, filesets-save-buffer-function): Likewise.
9839 (filesets-tree-max-level): Doc fix.
9840 (filesets-commands, filesets-external-viewers)
9841 (filesets-ingroup-patterns): Mark as risky.
9842 (filesets-cache-hostname-flag): Doc fix.
9843 (filesets-menu-cache-file): Doc fix. Mark as risky.
9844 (filesets-menu-before, filesets-menu-path, filesets-menu-in-menu):
9845 Don't defcustom them if running in Emacs.
9846
9847 2002-05-04 Thomas Link <t.link@gmx.at>
9848
9849 * filesets.el (filesets-ingroup-collect-files):
9850 Fix problem with inclusion groups' :scan-depth property.
9851
9852 2002-05-04 Colin Walters <walters@verbum.org>
9853
9854 * ibuf-ext.el (ibuffer-kill-filter-group): Test for killing
9855 "Default" group earlier. Push killed group on
9856 `ibuffer-filter-group-kill-ring'.
9857 (ibuffer-kill-line): Document. Don't push killed group ourselves.
9858 (ibuffer-yank-filter-group): Renamed from `ibuffer-yank'.
9859 (ibuffer-insert-filter-group-before): New function, broken out
9860 from `ibuffer-yank'.
9861 (ibuffer-yank): Now just call `ibuffer-yank-filter-group'.
9862
9863 * ibuffer.el (ibuffer-mode-operate-menu, ibuffer-mode-mark-menu)
9864 (ibuffer-mode-view-menu): Unused variables; deleted.
9865 (ibuffer-find-file): Pass wildcard flag to `find-file' correctly.
9866
9867 2002-05-04 John Paul Wallington <jpw@shootybangbang.com>
9868
9869 * ibuffer.el (ibuffer-mode-groups-popup): New variable.
9870 (toplevel): Bind filter group menu entries in it. Add :enable
9871 forms for some menu items.
9872 (toplevel): Bind [down-mouse-3] in `ibuffer-mode-filter-group-map'
9873 to `ibuffer-mouse-popup-menu'.
9874 (ibuffer-mouse-popup-menu): Test whether or not we're on a filter
9875 group name, and if so, pop up a filter group menu.
9876
9877 2002-05-04 Jason Rumney <jasonr@gnu.org>
9878
9879 * mwheel.el (mwheel-event-button): Translate mouse-wheel events.
9880 (mwheel-scroll): Recognize nil scroll amount as documented.
9881
9882 * term/w32-win.el (mouse-wheel-scroll-line)
9883 (mouse-wheel-scroll-screen): Remove.
9884 ([mouse-wheel], [C-mouse-wheel], [S-mouse-wheel]): Use mwheel-scroll.
9885
9886 * w32-vars.el: (mouse-wheel-scroll-amount): Removed.
9887
9888 2002-05-04 Markus Rost <rost@math.ohio-state.edu>
9889
9890 * emacs-lisp/find-func.el (find-function-search-for-symbol):
9891 Bind case-fold-search when searching.
9892
9893 2002-05-04 Eli Zaretskii <eliz@is.elta.co.il>
9894
9895 * apropos.el (apropos-print): Fix the reference to mouse-2.
9896
9897 2002-05-04 Daniel Pfeiffer <occitan@esperanto.org>
9898
9899 * play/mpuz.el (mpuz-switch-to-window): Set buffer-read-only directly.
9900
9901 2002-05-04 Kim F. Storm <storm@cua.dk>
9902
9903 * cus-edit.el (custom-buffer-verbose-help): New variable.
9904 (custom-buffer-create-internal): Remove verbose introduction
9905 in customization buffer when it is nil.
9906
9907 2002-05-03 Dave Love <fx@gnu.org>
9908
9909 * international/mule-cmds.el (select-safe-coding-system):
9910 Don't offer coding systems that use locking shift.
9911 Ask for confirmation if chosen coding system disagrees with
9912 a `coding:' spec in the file.
9913
9914 2002-05-03 John Wiegley <johnw@gnu.org>
9915
9916 * eshell/esh-var.el (eshell-modify-global-environment): Added this
9917 customization variable, which will cause any "export" commands
9918 within any eshell buffer to modify the global Emacs environment.
9919 It defaults to nil, which means that such commands will only
9920 modify that Eshell buffer's environment.
9921 (eshell-var-initialize): Initialize `eshell-modify-global-environment'.
9922
9923 * eshell/em-cmpl.el (eshell-command-completions-alist):
9924 Improve default completion targets for objdump, nm and readelf.
9925
9926 2002-05-03 Colin Walters <walters@verbum.org>
9927
9928 * play/gamegrid.el (gamegrid-user-score-file-directory): New variable.
9929 (gamegrid-add-score-with-update-game-score):
9930 Use `shared-game-score-directory'. Correctly handle non-setuid case.
9931
9932 2002-05-02 Colin Walters <walters@verbum.org>
9933
9934 * replace.el (occur-mode-map): Bind "q" to `delete-window'.
9935 (occur-1): If one of the buffers we're searching is the *Occur*
9936 buffer itself, handle it by creating a temporary buffer. If any
9937 of the buffers being searched are killed, note that in the search
9938 result message. Also, set local variables before we possibly kill
9939 the buffer.
9940
9941 2002-05-02 Kim F. Storm <storm@cua.dk>
9942
9943 * menu-bar.el (menu-bar-make-toggle): Added optional PROPS arg.
9944 (menu-bar-options-save): Added cua-mode.
9945 (menu-bar-options-menu): Added toggle for cua-mode.
9946 Disable toggle for transient-mark-mode if cua-mode is enabled.
9947
9948 * emulation/cua-base.el (cua-inhibit-cua-keys): New buffer-local
9949 variable.
9950
9951 2002-05-01 Richard M. Stallman <rms@gnu.org>
9952
9953 * help.el (view-todo): New function.
9954 (help-map): Bind C-h C-t to view-todo.
9955 (help-for-help): Change the text.
9956
9957 2002-05-01 Glenn Morris <gmorris@ast.cam.ac.uk>
9958
9959 * progmodes/f90.el: Yet more doc string, commment and whitespace
9960 changes.
9961 (f90-imenu-flag): New name for internal variable f90-imenu.
9962 (f90-blocks-re, f90-program-block-re, f90-end-if-re)
9963 (f90-no-break-re): Use regexp-opt.
9964 (f90-end-type-re): Add closing "\\>".
9965 (f90-indent-region): Correctly indent comments embedded in
9966 continued lines.
9967 (f90-indent-new-line): Make it indent the current line, as it should.
9968 (f90-line-continued, f90-get-present-comment-type)
9969 (f90-looking-at-if-then, f90-indent-line, f90-indent-new-line)
9970 (f90-indent-region, f90-indent-subprogram, f90-do-auto-fill)
9971 (f90-join-lines, f90-fill-region, f90-match-end, f90-insert-end)
9972 (f90-change-keywords): Minor code tidying.
9973
9974 * progmodes/fortran.el (fortran-strip-sequence-nos): Rename from
9975 typo `fortran-strip-sqeuence-nos'.
9976
9977 2002-05-01 Eli Zaretskii <eliz@is.elta.co.il>
9978
9979 * simple.el (clone-indirect-buffer-other-window): Fix a typo in
9980 pop-up-window.
9981
9982 2002-05-01 Kim F. Storm <storm@cua.dk>
9983
9984 * emulation/cua-base.el (cua--pre-command-handler):
9985 Only interpret delete-selection property if mark-active.
9986 (cua-mode): Fixed require in defcustom.
9987
9988 2002-05-01 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
9989
9990 * calendar/cal-menu.el (cal-menu-x-popup-menu): Fix argument of
9991 error call.
9992
9993 2002-05-01 Colin Walters <walters@verbum.org>
9994
9995 * textmodes/tex-mode.el (tex-validate-buffer):
9996 Use `occur-revert-arguments' instead of setting `occur-nlines' and
9997 `occur-buffer'. Don't test for `input-pending-p' in loop.
9998 Set text property `occur-target' instead of `occur'.
9999
10000 2002-04-30 John Wiegley <johnw@gnu.org>
10001
10002 * align.el (align-region): Fixed the fix to align-region, because
10003 the "name" argument was appearing twice.
10004
10005 2002-05-01 Martin Stjernholm <bug-cc-mode@gnu.org>
10006
10007 * progmodes/cc-engine.el (c-beginning-of-decl-1): Better way
10008 to handle protection labels, one which doesn't get confused by
10009 inherit colons.
10010
10011 * progmodes/cc-engine.el (c-end-of-decl-1): Don't treat
10012 functions that have "class" or "struct" in the return type as
10013 classes or structs.
10014
10015 2002-04-30 Kim F. Storm <storm@cua.dk>
10016
10017 * menu-bar.el (menu-bar-custom-menu): Change "Recently Changed
10018 Options" to "New Options..."; rephrase tooltip.
10019 Rephrase tooltip for "Specific Option...".
10020 Added "Saved Options" item. [from Simon Marshall]
10021
10022 2002-04-30 Richard M. Stallman <rms@gnu.org>
10023
10024 * time.el (display-time-mail-directory)
10025 (display-time-mail-function): Doc fixes.
10026
10027 * ediff-hook.el: Remove autoload cookies.
10028
10029 * language/tibetan.el (tibetan-obsolete-glyphs): Now in tibet-util.el.
10030
10031 * language/tibet-util.el (tibetan-obsolete-glyphs): From tibetan.el.
10032
10033 * align.el (align-region): Fix call to `message'.
10034 Check that (car rule) is a symbol.
10035
10036 * autoinsert.el (auto-insert-directory): Doc fix.
10037
10038 * facemenu.el (describe-text-at and stuff): Moved to descr-text.el.
10039
10040 * descr-text.el: New file, broken out of facemenu.el.
10041
10042 * emacs-lisp/advice.el (documentation): Add ad-define-subr-args call.
10043
10044 2002-04-29 Markus Rost <rost@math.ohio-state.edu>
10045
10046 * mail/emacsbug.el (report-emacs-bug-hook):
10047 Use replace-match only if search was successful.
10048
10049 2002-04-29 Richard M. Stallman <rms@gnu.org>
10050
10051 * net/zone-mode.el (zone-mode): Add write-file-hooks hook locally.
10052
10053 * mail/emacsbug.el (report-emacs-bug-hook): Don't fail completely
10054 if the user edits the Emacs version number in the text.
10055
10056 * filesets.el (filesets-running-xemacs): Make defvar unconditional.
10057 (filesets-ingroup-files): Renamed from filesets-ingroup-paths.
10058 (filesets-error): Simplify definition and make conditional
10059 on filesets-running-xemacs.
10060 (filesets-find-file-using): Renamed from fsfind-file-using.
10061
10062 2002-04-29 Stefan Monnier <monnier@cs.yale.edu>
10063
10064 * info.el (Info-find-in-tag-table-1, Info-read-subfile): Use point-min.
10065 (Info-read-node-name-1): Complete file names.
10066 (Info-complete-menu-item): Don't cons unnecessarily.
10067
10068 * files.el (locate-file): New fun.
10069 (locate-file-completion): Rename from load-completion and generalize.
10070 (load-library): Use it.
10071 (make-auto-save-file-name): Expand caddr.
10072
10073 * newcomment.el (comment-fill-column): New var.
10074 (comment-indent): Use it.
10075 (comment-or-uncomment-region): New fun.
10076 (comment-dwim): Use it.
10077
10078 2002-04-29 Colin Walters <walters@verbum.org>
10079
10080 * ibuf-ext.el (ibuffer-kill-filter-group): Call `delete' function.
10081 (ibuffer-kill-line): Copy the filter group data structure when killing.
10082 (ibuffer-yank): Handle case where we're yanking on the default
10083 group correctly.
10084 (ibuffer-delete-saved-filter-groups): Doc fix.
10085
10086 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
10087 Test whether or not update-game-score is setuid, and do the right
10088 thing.
10089
10090 2002-04-29 Kim F. Storm <storm@cua.dk>
10091
10092 * subr.el (remove-yank-excluded-properties): New helper function.
10093 (insert-for-yank, insert-buffer-substring-as-yank): Use it.
10094
10095 * simple.el (yank-excluded-properties): Added help-echo to list.
10096
10097 2002-04-29 Glenn Morris <gmorris@ast.cam.ac.uk>
10098
10099 * autoinsert.el (auto-insert-directory): Doc fix.
10100
10101 * progmodes/f90.el: Add/change doc strings for many inline
10102 functions. Whitespace changes.
10103 (f90-indent-line-no, f90-update-line): Minor code changes.
10104
10105 2002-04-29 Kim F. Storm <storm@cua.dk>
10106
10107 * emulation/cua-base.el: New file.
10108
10109 * emulation/cua-rect.el: New file.
10110
10111 * emulation/cua-gmrk.el: New file.
10112
10113 * emulation/keypad.el: New file.
10114
10115 2002-04-29 Triet Hoai Lai <thlai@ee.usyd.edu.au>
10116
10117 * language/vietnamese.el (viet-tcvn-decode-table, ccl-decode-tcvn)
10118 (ccl-encode-tcvn, ccl-encode-tcvn-font, vietnamese-tcvn):
10119 New Vietnamese coding system.
10120
10121 * language/viet-util.el: Update Commentary section.
10122
10123 2002-04-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
10124
10125 * filesets.el (filesets-data): Doc fix.
10126 (filesets-running-xemacs): Define even when compiling.
10127
10128 * recentf.el (recentf-cancel-dialog): Remove dot at the end of
10129 sentence.
10130
10131 2002-04-29 Stefan Monnier <monnier@cs.yale.edu>
10132
10133 * textmodes/fill.el (fill-context-prefix): Fix last change with
10134 yet-another-approach.
10135
10136 2002-04-28 Markus Rost <rost@math.ohio-state.edu>
10137
10138 * net/ange-ftp.el (ange-ftp-passive-host-alist)
10139 (ange-ftp-bs2000-additional-pubsets): Fix custom type.
10140
10141 * files.el (small-temporary-file-directory): Fix custom type.
10142
10143 2002-04-28 Glenn Morris <gmorris@ast.cam.ac.uk>
10144
10145 * progmodes/f90.el (f90-xemacs-flag): New variable.
10146 (f90-mark-subprogram-overlay): New variable.
10147 (f90-mark-subprogram): Now it highlights the subprogram.
10148 (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
10149 Fix highlighting of various "type" forms.
10150
10151 2002-04-28 Colin Walters <walters@verbum.org>
10152
10153 * ibuffer.el (ibuffer-mode): Additional documentation on filter
10154 groups.
10155
10156 2002-04-28 John Paul Wallington <jpw@shootybangbang.com>
10157
10158 * ibuf-ext.el (ibuffer-set-filter-groups-by-mode): Don't make an
10159 ibuffer-mode filter group if `ibuffer-view-ibuffer' is nil.
10160
10161 2002-04-28 Richard M. Stallman <rms@gnu.org>
10162
10163 * mail/sendmail.el (mail-recover-1): Decrease non-random-len
10164 by 1 for the newly-readded #.
10165
10166 * files.el (make-auto-save-file-name): Specify # as suffix
10167 in the non-file-visiting case.
10168
10169 * subr.el (make-temp-file): New arg SUFFIX.
10170
10171 * filesets.el: New file.
10172
10173 * replace.el (occur-accumulate-lines): Avoid incf and decf.
10174 (occur-engine-add-prefix): New function.
10175 (occur-engine): Avoid using macrolet, incf and decf.
10176 Use occur-engine-add-prefix instead.
10177 Rename `l' to `lines' and `c' to `matches'.
10178
10179 * replace.el (occur-engine, occur-mode-mouse-goto)
10180 (occur-mode-find-occurrence, occur-mode-goto-occurrence)
10181 (occur-mode-goto-occurrence-other-window)
10182 (occur-mode-display-occurrence): A position is just a marker,
10183 not a list.
10184
10185 * replace.el (occur-revert-arguments):
10186 Renamed from occur-revert-properties. All uses changed.
10187
10188 2002-04-28 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
10189
10190 * recentf.el (recentf-menu-before): Use string to specify path in
10191 the menu.
10192
10193 * international/mule-cmds.el (read-language-name): Take care of
10194 non-list values.
10195
10196 2002-04-27 Richard M. Stallman <rms@gnu.org>
10197
10198 * custom.el (custom-load-symbol): Moved from cus-edit.el.
10199 (custom-load-recursion): Likewise.
10200
10201 * cus-edit.el (custom-load-symbol): Moved to custom.el.
10202 (custom-load-recursion): Likewise.
10203
10204 * progmodes/ada-xref.el (ada-add-ada-menu): Menu pseudo-keys
10205 generated by easymenu are now lowercase.
10206
10207 2002-04-27 Richard M. Stallman <rms@gnu.org>
10208
10209 * menu-bar.el (menu-bar-update-buffers): Add menu items
10210 Next Buffer and Previous Buffer.
10211
10212 * simple.el (next-buffer, prev-buffer): New commands.
10213 Bind C-x left and C-x right to them.
10214
10215 * info.el (Info-header-line): Mark it as risky-local-variable.
10216
10217 * subr.el (insert-for-yank): Replace `category' property
10218 with whatever properties it stands for.
10219
10220 * subr.el (member-ignore-case): Ignore non-strings in LIST.
10221
10222 2002-04-27 Miles Bader <miles@gnu.org>
10223
10224 * faces.el (read-face-name): Format the prompt correctly when
10225 there's no default.
10226
10227 2002-04-26 Andrew Choi <akochoi@shaw.ca>
10228
10229 * term/mac-win.el: Don't call ediff-toggle-multiframe.
10230 Set default directory. Set process-connection-type to nil.
10231
10232 2002-04-26 Richard M. Stallman <rms@gnu.org>
10233
10234 * loadup.el: Explicitly load cus-face and timer.
10235
10236 * isearch.el: Don't require timer.
10237
10238 * faces.el: Don't require cus-face.
10239
10240 * cus-edit.el (customize-face): Use read-face-name
10241 and handle multiple faces.
10242 (customize-face-other-window): Make it work similarly.
10243
10244 * faces.el (read-face-name): New defaulting features.
10245 New args STRING-DESCRIBING-DEFAULT and MULTIPLE.
10246 (list-faces-display): Use the face, not its name string,
10247 as arg when running customize-face.
10248 Put a `read-face-name' prop on the entire line.
10249 (describe-face): Handle multiple faces via read-face-name.
10250
10251 * textmodes/tex-mode.el (tex-start-options): New variable.
10252 (tex-start-commands): New variable.
10253 (tex-start-options-string): Variable deleted.
10254 (tex-start-tex): Use tex-start-options and tex-start-commands,
10255 not tex-start-options-string.
10256 (tex-command): Doc fix.
10257
10258 2002-04-26 Sam Steingold <sds@gnu.org>
10259
10260 * mail/smtpmail.el (smtpmail-try-auth-methods): When `host' is
10261 not in the authinfo/netrc, keep `cred' at nil.
10262
10263 2002-04-26 Gerd Moellmann <gerd@gnu.org>
10264
10265 * find-file.el: Remove Ada-specific example code.
10266
10267 2002-04-25 Michael Kifer <kifer@cs.stonybrook.edu>
10268
10269 * ediff-hooks.el: Put back the autoloads.
10270
10271 2002-04-25 Colin Walters <walters@verbum.org>
10272
10273 * ibuffer.el (define column process): Use `ibuffer-aif'.
10274
10275 * ibuf-ext.el (ibuffer-saved-filter-groups): Don't include broken
10276 defaults.
10277 (ibuffer-yank): Be sure to `setq' after we use `nconc'.
10278 (ibuffer-save-filter-groups): Correctly structure filter groups.
10279 (ibuffer-switch-to-saved-filter-groups): Correctly extract filter
10280 groups.
10281
10282 2002-04-25 Simon Josefsson <jas@extundo.com>
10283
10284 * mail/sendmail.el (mail-use-dsn): New variable to request
10285 delivery status notification from MTA.
10286 (sendmail-send-it): Use it.
10287
10288 * mail/smtpmail.el (smtpmail-queue-counter): New variable.
10289 (smtpmail-send-it): Use it to construct new queue filenames
10290 (needed if you send more than one message per second, which is
10291 possible if you use Gnus Agent).
10292
10293 * mail/smtpmail.el (smtpmail-auth-credentials): Support netrc
10294 files as well.
10295 (smtpmail-try-auth-methods): Support netrc data.
10296 (netrc-parse): Autoload netrc.
10297
10298 2002-04-25 Colin Walters <walters@verbum.org>
10299
10300 * replace.el (multi-occur-by-filename-regexp): Doc fix.
10301 (occur-engine): Go to `point-min'. Make nlines argument actually
10302 mean number of context lines. Handle it. Pad digits to the right.
10303
10304 * ibuf-ext.el (ibuffer-filtering-groups): Renamed to
10305 `ibuffer-filter-groups'. All users updated.
10306 (ibuffer-show-empty-filter-groups): New variable.
10307 (ibuffer-saved-filter-groups): New variable.
10308 (ibuffer-maybe-save-stuff): Renamed from
10309 `ibuffer-maybe-save-saved-filters'. Callers updated.
10310 Handle `ibuffer-saved-filter-groups'.
10311 (ibuffer-hidden-filtering-groups): Renamed to
10312 `ibuffer-hidden-filter-groups'.
10313 (ibuffer-filter-group-kill-ring): New variable.
10314 (ibuffer-save-with-custom): Doc fix.
10315 (ibuffer-set-filter-groups-by-mode): New function.
10316 (ibuffer-clear-filter-groups): New function.
10317 (ibuffer-current-filter-groups-with-position): Renamed from
10318 `ibuffer-current-filter-groups'. Callers updated.
10319 (ibuffer-kill-filter-group): New function.
10320 (ibuffer-kill-line): New function.
10321 (ibuffer-yank): New function.
10322 (ibuffer-save-filter-groups): New function.
10323 (ibuffer-delete-saved-filter-groups): New function.
10324 (ibuffer-switch-to-saved-filter-groups): New function.
10325 (ibuffer-mark-on-buffer): Add optional arguments for adding a
10326 specific mark, and marking on a specific group.
10327
10328 * ibuffer.el (ibuffer-formats): Doc fix.
10329 (ibuffer-mode-map): Bind <up> to `ibuffer-backward-line'.
10330 Bind new functions from ibuf-ext.el. Add menu entries for them.
10331 Remove superfluous tooltips.
10332 (ibuffer-toggle-marks): If on a group name, then toggle marks just
10333 in that group.
10334 (ibuffer-mark-interactive): Handle filter groups.
10335 (ibuffer-mark-forward, ibuffer-unmark-forward)
10336 (ibuffer-mark-for-delete, ibuffer-unmark-backward)
10337 (ibuffer-mark-for-delete-backwards): Update docs.
10338 (ibuffer-current-filter-groups): Moved to ibuf-ext.el, and renamed
10339 to `ibuffer-current-filter-groups-with-position'.
10340 (ibuffer-redisplay-engine): Handle `ibuffer-show-empty-filter-groups'.
10341 (ibuffer-mode): Add some documentation about filter groups.
10342
10343 2002-04-25 Andreas Schwab <schwab@suse.de>
10344
10345 * find-dired.el (find-name-dired): Don't quote pattern twice.
10346
10347 2002-04-26 Miles Bader <miles@gnu.org>
10348
10349 * cus-edit.el (customize-face, customize-face-other-window):
10350 Use default instead of initial-input for suggested face.
10351
10352 2002-04-25 Gerd Moellmann <gerd@gnu.org>
10353
10354 * cus-edit.el (customize-face-other-window, customize-face):
10355 Interactively, when point is on text with a face, suggest to
10356 customize that face.
10357
10358 2002-04-25 Glenn Morris <gmorris@ast.cam.ac.uk>
10359
10360 * progmodes/f90.el: General tidy-up of commentary and some doc
10361 strings.
10362
10363 2002-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
10364
10365 * scroll-all.el (scroll-all-function-all) New function to do the
10366 actual work.
10367 (scroll-all-scroll-down-all, scroll-all-scroll-up-all,
10368 scroll-all-page-down-all, scroll-all-page-up-all,
10369 scroll-all-beginning-of-buffer-all, scroll-all-end-of-buffer-all):
10370 Make them use scroll-all-function-all.
10371
10372 * progmodes/f90.el (f90-get-beg-of-line): Removed and replaced
10373 with line-beginning-position.
10374 (f90-get-end-of-line): Removed and replaced with line-end-position.
10375 (f90-match-piece): Removed and replaced with match-string.
10376 (f90-current-indentation): Remove `current-column'.
10377 (f90-get-present-comment-type): Use match-string rather than
10378 buffer-substring.
10379 (f90-match-end): Use line-beginning-position, line-end-position
10380 rather than beginning-of-line, end-of-line.
10381 (f90-startup-message): Variable removed.
10382
10383 2002-04-24 Colin Walters <walters@verbum.org>
10384
10385 * replace.el (occur-accumulate-lines): Add optional argument
10386 `no-props'. Handle it.
10387 (occur-engine): Use it.
10388
10389 * ibuf-ext.el (toplevel): Remove byte-compile-dynamic. Try to set
10390 up autoloads manually.
10391 (ibuffer-split-list): New function.
10392 (ibuffer-filtering-groups): New variable.
10393 (ibuffer-hidden-filtering-groups): New variable.
10394 (ibuffer-mouse-toggle-filter-group): New function.
10395 (ibuffer-toggle-filter-group): New function.
10396 (ibuffer-toggle-filter-group-1): New function.
10397 (ibuffer-forward-filter-group): New function.
10398 (ibuffer-backward-filter-group): New funtion.
10399 (ibuffer-generate-filter-groups): New function.
10400 (ibuffer-filters-to-filter-group): New function.
10401 (ibuffer-pop-filter-group): New function.
10402 (ibuffer-jump-to-filter-group): New function.
10403 (ibuffer-do-occur): Just use `occur-read-primary-args'
10404
10405 * ibuffer.el (ibuffer-filter-group-name-face): New.
10406 (ibuffer-mode-map): Bind and add menu entries for most new
10407 functions; also, bind the arrow keys to the movement functions.
10408 (ibuffer-mode-filter-group-map): New.
10409 (ibuffer-mouse-toggle-mark): Handle group names.
10410 (ibuffer-mouse-visit-buffer): Error if the current buffer is killed.
10411 (ibuffer-skip-properties): New function.
10412 (ibuffer-backward-line, ibuffer-forward-line): Optionally skip
10413 group names. Also, handle new properties.
10414 (ibuffer-visit-buffer, ibuffer-visit-buffer-other-window):
10415 Move error handling to `ibuffer-current-buffer'.
10416 (ibuffer-visit-buffer-other-frame, ibuffer-bury-buffer): Ditto.
10417 (ibuffer-visit-tags-table, ibuffer-do-view-1): Ditto.
10418 (ibuffer-toggle-marks): Add optional group argument.
10419 (ibuffer-mark-interactive): Skip group names.
10420 (ibuffer-current-buffer): Clean up error handling.
10421 (ibuffer-fontify-region-function): Fontify group names.
10422 (ibuffer-map-lines): Add extra group argument. Handle it.
10423 (ibuffer-current-filter-groups): New function.
10424 (ibuffer-redisplay): Handle hidden filtering groups.
10425 (ibuffer-sort-bufferlist): New function, taken from
10426 `ibuffer-insert-buffers-and-marks'.
10427 (ibuffer-insert-filter-group): New function.
10428 (ibuffer-redisplay-engine): Renamed from
10429 `ibuffer-insert-buffers-and-marks'. Handle new filtering groups.
10430 (ibuffer): Add filter-groups argument. Handle it.
10431 Use `save-selected-window'.
10432 (ibuffer-mode): Make `ibuffer-filtering-groups' and
10433 `ibuffer-hidden-filtering-groups' buffer-local.
10434
10435 * ibuf-macs.el (ibuffer-save-marks): Call `ibuffer-redisplay-engine'.
10436
10437 2002-04-24 Richard M. Stallman <rms@gnu.org>
10438
10439 * emacs-lisp/easymenu.el (easy-menu-intern): Downcase before interning.
10440 (easy-menu-define-key-intern): Function deleted; callers intern
10441 and then call easy-menu-define-key.
10442 (easy-menu-do-add-item): Explicitly intern the key, but not BEFORE.
10443 (easy-menu-define-key): Use easy-menu-name-match to match BEFORE.
10444 (easy-menu-name-match): New function.
10445 (add-submenu): New function.
10446 (easy-menu-get-map-look-for-name): Use easy-menu-name-match.
10447
10448 2002-04-24 Eli Zaretskii <eliz@is.elta.co.il>
10449
10450 * menu-bar.el (menu-bar-adv-search-menu)
10451 (menu-bar-adv-search-menu): Improve the help text.
10452
10453 2002-04-24 Simon Josefsson <jas@extundo.com>
10454
10455 * net/netrc.el: New file.
10456
10457 2002-04-24 Thomas DeWeese <tdeweese@rochester.rr.com>
10458
10459 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
10460 Check if any of the available selection sources has new content
10461 and if so it will return that content.
10462
10463 2002-04-24 Miles Bader <miles@gnu.org>
10464
10465 * menu-bar.el (buffers-menu-show-directories)
10466 (buffers-menu-show-status): New variables.
10467 (menu-bar-update-buffers-1): Use them.
10468
10469 2002-04-24 Martin Stjernholm <mast@lysator.liu.se>
10470
10471 * progmodes/cc-cmds.el (c-mask-comment): More fixes when used
10472 from `c-do-auto-fill' and point is at or near the limit of the
10473 comment. Fixed bug when the prefix from `c-guess-fill-prefix'
10474 is longer than the text on the first line of the comment when
10475 it's masked.
10476
10477 2002-04-24 Miles Bader <miles@gnu.org>
10478
10479 * menu-bar.el (menu-bar-update-buffers-1): Make sure
10480 `uniquify-buffer-name-style' is bound.
10481
10482 2002-04-23 Colin Walters <walters@verbum.org>
10483
10484 * replace.el (toplevel): Require `cl' while compiling.
10485 (occur-buffer, occur-nlines): Delete.
10486 (occur-revert-properties): Rename to `occur-revert-properties'.
10487 (occur-mode): Handle it. Set up font lock.
10488 (occur-revert-function): Simply apply `occur-1'.
10489 (occur-mode-find-occurence, occur-mode-mouse-goto)
10490 (occur-mode-goto-occurrence-other-window)
10491 (occur-mode-display-occurrence): Handle buffer property.
10492 (list-matching-lines-face): Use defcustom.
10493 (list-matching-lines-buffer-name-face): New variable.
10494 (occur-accumulate-lines): Renamed from `ibuffer-accumulate-lines',
10495 in ibuffer.el.
10496 (occur-read-primary-args): Move out of `occur'.
10497 (occur): Delete. Now simply call `occur-1'.
10498 (multi-occur, multi-occur-by-filename-regexp): New functions.
10499 (occur-1): New function.
10500 (occur-engine): Renamed from `ibuffer-occur-engine' to replace the
10501 previous implementation of `occur'; taken from ibuf-ext.el.
10502 (occur-fontify-on-property): New function.
10503 (occur-fontify-region-function, occur-unfontify-region-function):
10504 New functions.
10505
10506 * ibuffer.el (ibuffer-accumulate-lines): Moved to replace.el.
10507
10508 * ibuf-ext.el (ibuffer-depropertize-string): Delete.
10509 (ibuffer-occur-match-face): Delete.
10510 (ibuffer-occur-props, ibuffer-occur-mode): Delete.
10511 (ibuffer-occur-mouse-display-occurence): Delete.
10512 (ibuffer-occur-goto-occurence, ibuffer-occur-display-occurence)
10513 (ibuffer-do-occur-1, ibuffer-occur-revert-buffer-function): Delete.
10514 (ibuffer-occur-engine): Moved to replace.el.
10515 (ibuffer-do-occur): Simply call `occur-1'.
10516
10517 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
10518 Handle the case where we're already viewing the score file.
10519
10520 2002-04-23 Andreas Schwab <schwab@suse.de>
10521
10522 * menu-bar.el (menu-bar-goto-menu): Fix bindings for next-tag and
10523 next-tag-otherw.
10524
10525 2002-04-23 Miles Bader <miles@gnu.org>
10526
10527 * menu-bar.el (menu-bar-update-buffers-1): Don't display a
10528 directory separator if there's no directory. Don't display
10529 directories at all if uniquify is active. Some code cleanup.
10530 (uniquify-buffer-name-style): Declare (but don't initialize).
10531
10532 * menu-bar.el (menu-bar-update-buffers): Don't use constant lists
10533 for command menu entries, since the low-level menu code modifies
10534 them. Cache the resulting list.
10535 (menu-bar-buffers-menu-command-entries): New variable.
10536
10537 * menu-bar.el (menu-bar-update-buffers): Add `Select Named Buffer'.
10538 Add separator line before commands
10539 Remove old crufty code that tried to line things up by adding
10540 spaces to entries (it doesn't work).
10541 Move `Frames' submenu after the normal buffers, and add a
10542 separator line before it.
10543 (menu-bar-buffers-menu-list-buffers-entry): Variable removed.
10544
10545 2002-04-22 Richard M. Stallman <rms@gnu.org>
10546
10547 * files.el (after-find-file): Use %s to output MSG.
10548
10549 * dired.el (dired-mouse-find-file-other-window):
10550 Handle events that move out of the window.
10551
10552 2002-04-23 Martin Stjernholm <mast@lysator.liu.se>
10553
10554 * progmodes/cc-cmds.el (c-mask-comment): Fixed bug where point
10555 was moved to the following line when it was at the first line
10556 of a block comment where comment-start-skip matched to eol.
10557
10558 2002-04-22 Richard M. Stallman <rms@gnu.org>
10559
10560 * simple.el (line-move-finish): Find beg and end of line
10561 before calling line-move-to-column. Do consider intangible
10562 when finding the end. Take more care in analyzing the results
10563 of intangibility after line-move-to-column.
10564
10565 2002-04-22 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
10566
10567 * international/mule-diag.el (list-input-methods-1): Doc fix
10568 (LEIM is now part of the standard distribution).
10569
10570 * tmm.el (tmm-completion-prompt): Doc fix.
10571
10572 * hilit-chg.el (global-highlight-changes): Capitalize status texts.
10573
10574 2002-04-22 Edward M. Reingold <reingold@emr.cs.iit.edu>
10575
10576 * diary-lib.el (include-other-diary-files): Allow modifying
10577 included buffer, to turn off selective display.
10578
10579 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10580
10581 * progmodes/cc-mode.el: (c-define-abbrev-table): New function to
10582 pass the SYSTEM-FLAG to `define-abbrev' in a way that works in
10583 emacsen that doesn't support it.
10584
10585 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10586
10587 * progmodes/cc-align.el, progmodes/cc-engine.el,
10588 progmodes/cc-styles.el, progmodes/cc-vars.el
10589 (c-guess-basic-syntax, c-lineup-topmost-intro-cont):
10590 Find correct anchor for statement-cont in top level constructs.
10591 Analyze variable initializations in top level constructs as
10592 topmost-intro-cont instead of statement-cont. That is an
10593 incompatible change but it gives better consistency. The new
10594 lineup function c-lineup-topmost-intro-cont' compensates for
10595 it and is now put on topmost-intro-cont by default.
10596
10597 * progmodes/cc-align.el, progmodes/cc-engine.el,
10598 progmodes/cc-langs.el (c-lineup-argcont): Lineup function
10599 contributed by Kevin Ryde.
10600
10601 (c-in-gcc-asm-p): Function to recognize asm statements.
10602 Contributed by Kevin Ryde.
10603
10604 (c-opt-asm-stmt-key): New language variable to recognize the
10605 beginning of asm statements.
10606
10607 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10608
10609 * progmodes/cc-engine.el (c-guess-basic-syntax):
10610 Detect variable declarations after class and struct declarations
10611 correctly. Fixed limit error when finding the anchor for
10612 template-args-cont and topmost-intro-cont.
10613
10614 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10615
10616 * progmodes/cc-cmds.el (c-beginning-of-defun)
10617 (c-declaration-limits): Find the "line oriented" declaration
10618 start too, just like the "line oriented" end is found.
10619
10620 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10621
10622 * progmodes/cc-vars.el (c-offsets-alist): A more sane default
10623 for `inexpr-statement'. This is not compatible, though.
10624 I think the benefit of a good default style outweights that in
10625 this case. Besides, `inexpr-statement' is not very common.
10626
10627 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10628
10629 * progmodes/cc-cmds.el (c-electric-delete-forward):
10630 Fix silly bug that caused it to delete backwards in hungry delete
10631 mode. (It's amazing that this bug hasn't been reported.)
10632
10633 * progmodes/cc-cmds.el (c-declaration-limits, c-mark-function):
10634 Extracted the code to get the declaration limits from
10635 `c-mark-function' to a new `c-declaration-limits'.
10636
10637 (c-indent-defun): Use the same method to get the limits of the
10638 declaration or macro as `c-mark-function'.
10639
10640 * progmodes/cc-engine.el (c-beginning-of-decl-1): Handle brace
10641 list initializers correctly (but costly; it ought to be
10642 integrated into `c-beginning-of-statement-1').
10643
10644 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10645
10646 * progmodes/cc-cmds.el, progmodes/cc-engine.el
10647 (c-beginning-of-defun, c-end-of-defun, c-mark-function):
10648 Rewritten to detect the declaration limits better.
10649 Now handles K&R argdecls, class definitions followed by variables etc.
10650
10651 (c-in-knr-argdecl): Broke out the K&R argdecl test in
10652 `c-beginning-of-decl-1' to this new function.
10653
10654 (c-end-of-statement-1, c-end-of-decl-1):
10655 Replace `c-end-of-statement-1' with `c-end-of-decl-1', which correctly
10656 handles declarations that continue after the block.
10657
10658 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
10659 Added an option to restrict matching to the top level of the
10660 current paren sexp.
10661
10662 * progmodes/cc-langs.el (c-opt-block-decls-with-vars-key):
10663 New regexp to recognize declarations that continue after the block.
10664
10665 (c-syntactic-eol): New regexp to match a "syntactic" eol.
10666
10667 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10668
10669 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed a bug
10670 that often caused the backward limit to be lost at the top
10671 level. This improves performance a bit.
10672
10673 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
10674 New function that works like `re-search-forward' but only returns
10675 matches in syntactically significant text.
10676
10677 * progmodes/cc-engine.el: Fixed a faster and more accurate way
10678 to recognize K&R argdecls.
10679
10680 (c-beginning-of-decl-1): New function that put point at the
10681 beginning of the declaration. It handles K&R argdecl blocks.
10682
10683 (c-guess-basic-syntax): Replaced the `knr-argdecl' recognition
10684 code with one that doesn't depend on the current indentation.
10685 The anchor position for `knr-argdecl' has also changed, but in
10686 a way that is unlikely to cause compatibility problems.
10687
10688 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10689
10690 * progmodes/cc-defs.el, progmodes/cc-engine.el
10691 (c-forward-comment): `forward-comment' in XEmacs skips over
10692 line continuations in the backward direction. Correct for
10693 that. Also made this a defun since it has grown too large now
10694 to be a defsubst.
10695
10696 * progmodes/cc-langs.el: More convenient and decentralized
10697 setup of the language specific variables. The regexp-opt
10698 mangling is also done at compile time now.
10699
10700 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10701
10702 * progmodes/cc-cmds.el (c-indent-line-or-region):
10703 Call `c-indent-line' directly instead of through
10704 `indent-according-to-mode' so that this function always
10705 indents syntactically.
10706
10707 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed a bug
10708 where a class beginning with a nested class could cause an
10709 infinite loop (the state outside the narrowed out class is
10710 never used now).
10711
10712 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10713
10714 * progmodes/cc-align.el, progmodes/cc-cmds.el,
10715 progmodes/cc-engine.el, progmodes/cc-vars.el: Fixes so that
10716 the context sensitive analysis inside macros is restricted to
10717 the bodies of #define's; other things, like #if expressions,
10718 never have anything in common with their surroundings.
10719 The old `cpp-macro-cont' syntax is now used in situations where
10720 the syntactic analysis isn't applicable, and a new syntactic
10721 element `cpp-define-intro' is used to add indentation in
10722 #define bodies.
10723
10724 (c-lineup-cpp-define): New name for `c-lineup-macro-cont' to
10725 better reflect its use.
10726
10727 * progmodes/cc-engine.el (c-guess-basic-syntax): Ignore line
10728 continuation backslashes in the detection of `arglist-cont-nonempty'.
10729
10730 * progmodes/cc-align.el: Use the vector form in the return
10731 value in all cases where lineup functions return absolute columns.
10732
10733 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10734
10735 * progmodes/cc-engine.el (c-add-stmt-syntax)
10736 (c-guess-basic-syntax): Anchor `brace-list-intro' and
10737 `bracec-list-close' better for brace lists nested inside expressions.
10738
10739 * progmodes/cc-engine.el, progmodes/cc-langs.el,
10740 progmodes/cc-mode.el, progmodes/cc-styles.el: Cleaned up the
10741 various language specific variables and their initialization.
10742 The keyword regexps are now lists that are combined with
10743 regexp-opt. Some variables have changed names to fit better
10744 with the naming convention.
10745
10746 * progmodes/cc-defs.el, progmodes/cc-vars.el
10747 (c-buffer-is-cc-mode): The value is the mode symbol of the
10748 original CC Mode mode.
10749
10750 (c-major-mode-is): Compare against the buffer local variable
10751 `c-buffer-is-cc-mode', which is faster than using `derived-mode-class'.
10752
10753 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10754
10755 * progmodes/cc-engine.el (c-forward-syntactic-ws)
10756 (c-backward-syntactic-ws, c-forward-token-1)
10757 (c-backward-token-1, c-in-literal, c-literal-limits)
10758 (c-collect-line-comments, c-literal-type, c-on-identifier)
10759 (c-guess-basic-syntax): These functions are now considered part
10760 of the "CC Mode API" and may be used by other code.
10761 That's signified by making their documentation into docstrings.
10762
10763 (c-whack-state, c-hack-state, c-skip-case-statement-forward):
10764 Removed these internal functions since they aren't used.
10765
10766 (c-forward-to-cpp-expression): Classified this function as internal.
10767
10768 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10769
10770 * progmodes/cc-langs.el (c-ObjC-class-key, c-Java-class-key):
10771 Simplified these regexps; the class keywords they contain
10772 ought to be enough to avoid false matches, so checking for
10773 following identifiers etc is just unnecessary (and might also
10774 fail for oddly formatted code).
10775
10776 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10777
10778 * progmodes/cc-engine.el, progmodes/cc-cmds.el
10779 (c-forward-comment-lc): New function that behaves like
10780 `c-forward-comment', with the exception that line
10781 continuations are treated as whitespace.
10782
10783 (c-beginning-of-statement): Use `c-forward-comment-lc', to
10784 work correctly in macros and other places where line
10785 continuations should be treated as whitespace.
10786
10787 * progmodes/cc-engine.el (c-guess-basic-syntax): Analyze a
10788 normal label in a switch block as a case label, to get
10789 consistent lineup with the case labels.
10790
10791 * progmodes/cc-engine.el (c-backward-syntactic-ws): Fixed bug
10792 in skipping over a macro that ends with an empty line.
10793
10794 * progmodes/cc-styles.el: Require cc-align since styles added
10795 with `c-add-style' often contains references to functions
10796 defined there, and so the `c-valid-offset' check might
10797 otherwise complain on them.
10798
10799 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10800
10801 * progmodes/cc-align.el, progmodes/cc-mode.texi,
10802 progmodes/cc-vars.el: Added two new lineup functions:
10803
10804 (c-lineup-knr-region-comment): A new lineup function to get
10805 (what most people think is) better indentation of comments in
10806 the "K&R region" between the function header and its body.
10807
10808 (c-lineup-gcc-asm-reg): New lineup function for better
10809 indentation inside gcc asm blocks. Contributed by Kevin Ryde.
10810
10811 (c-offsets-alist): Use `c-lineup-gcc-asm-reg' and
10812 `c-lineup-knr-region-comment' in the default offset
10813 configuration, since these two functions have little impact
10814 outside their intended use, and they generally do the right
10815 thing when they kick in.
10816
10817 * progmodes/cc-engine.el (c-guess-continued-construct)
10818 (c-guess-basic-syntax): Handle nested functions in all
10819 languages, not just Pike. In C and C++ there's a gcc
10820 extension for this, and it also gives better treatment of
10821 macros that are followed by blocks.
10822
10823 * progmodes/cc-langs.el (c-symbol-key): Made this variable
10824 mode specific, to handle Pike special symbols like `== better.
10825
10826 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10827
10828 * progmodes/cc-cmds.el, progmodes/cc-engine.el,
10829 progmodes/cc-vars.el (c-report-syntactic-errors): A new
10830 variable to control the syntactic error messages. It defaults
10831 to off; since CC Mode ignores most syntactic errors it might
10832 as well ignore them all for the sake of consistency.
10833
10834 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10835
10836 * progmodes/cc-engine.el (c-looking-at-inexpr-block):
10837 Optimization. Can give a noticeable speedup if there's a
10838 large preceding function or class body.
10839
10840 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10841
10842 * progmodes/cc-align.el, progmodes/cc-cmds.el: Use more
10843 efficient and correct insertion functions in many places.
10844 Always inherit text properties correctly if the text is
10845 permanent. Also do it for speed in temporary insertions,
10846 since I figure it's less work to continue the surrounding text
10847 properties than to break them.
10848
10849 * progmodes/cc-styles.el (c-read-offset): Unbind SPC in the
10850 completion to make it easier to enter lists.
10851
10852 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10853
10854 * progmodes/cc-cmds.el (c-beginning-of-defun): Fixed bug where
10855 c-state-cache was clobbered.
10856
10857 * progmodes/cc-cmds.el, progmodes/cc-engine.el
10858 (c-calculate-state): Moved from cc-cmds.el to cc-engine.el due
10859 to dependency.
10860
10861 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10862
10863 * progmodes/cc-engine.el (c-parse-state): Ignore unbalanced
10864 open parens in macros (if point isn't in the same one).
10865
10866 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10867
10868 * progmodes/cc-cmds.el (c-context-open-line): New function
10869 that is the `open-line' equivalent to `c-context-line-break'.
10870
10871 * progmodes/cc-mode.el (c-mode-base-map): Compatibility fix
10872 for Emacs 21 since `indent-new-comment-line' has been changed
10873 to `comment-indent-new-line' there.
10874
10875 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10876
10877 * progmodes/cc-engine.el, progmodes/cc-langs.el
10878 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma):
10879 New variables containing the character sets used to recognize
10880 statement/declaration boundaries. These variables might help
10881 to support languages like javascript and awk, where newlines
10882 sometimes delimits statements.
10883
10884 (c-crosses-statement-barrier-p): Use `c-stmt-delim-chars' as
10885 the set of statement delimiting characters, to allow it to be
10886 changed dynamically and per-mode.
10887
10888 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10889
10890 * progmodes/cc-engine.el (c-looking-at-bos)
10891 (c-looking-at-inexpr-block, c-add-stmt-syntax)
10892 (c-guess-basic-syntax): Treat blocks directly inside function
10893 calls like "bare" statements inside function calls, and not
10894 like in-expression statements. This to make indentation of
10895 such blocks consistent with other statements inside macro calls.
10896
10897 * progmodes/cc-engine.el (c-guess-basic-syntax):
10898 Made arglist-cont anchor correctly in arglists that contain statements.
10899
10900 * progmodes/cc-engine.el (c-guess-basic-syntax):
10901 Fixed consistent anchoring of defun-block-intro in defuns in code
10902 blocks (can only occur in Pike).
10903
10904 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
10905 (c-looking-at-inexpr-block-backward): Changed the arguments to
10906 require containing sexps and paren state, for better efficiency.
10907
10908 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10909
10910 * progmodes/cc-cmds.el, progmodes/cc-engine.el,
10911 progmodes/cc-vars.el: Improved anchoring of statement and
10912 handling of labels in front of substatements.
10913
10914 (c-guess-continued-construct, c-guess-basic-syntax):
10915 Improved and unified anchoring at statements. Statements beginning
10916 with comments or labels are now avoided, by going out of
10917 blocks and containing statements if necessary. This nesting
10918 handling also fixes the case when there's a statement after a
10919 block open brace. Added the syntactic symbol `substatement-label'.
10920
10921 (c-electric-colon): Map the new `substatement-label' to
10922 `label' when consulting `c-hanging-colons-alist'.
10923
10924 (c-offsets-alist): Added substatement-label. Updated the
10925 comments for the new anchoring positions at statements.
10926
10927 * progmodes/cc-engine.el (c-guess-basic-syntax): Use more sane
10928 anchor points for knr-argdecl-intro and access-label.
10929 They used to refer to some point on the same line, a bug which was
10930 neutralized by a kludge in `c-get-syntactic-indentation' which
10931 ignored such anchor points.
10932
10933 (c-get-syntactic-indentation): Removed the kludge that was
10934 necessary due to buggy anchor points.
10935
10936 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not check
10937 the absence of a comma before arglist-close (case 7A) in any
10938 language, since there's nothing better to do that case anyway.
10939 Added special case to make in-expression statements be
10940 recognized as normal arglist-cont if we're directly in a macro
10941 arglist, for consistency with other "bare" statements.
10942
10943 * progmodes/cc-engine.el (c-looking-at-bos): Added optional
10944 limit arg for backward searches.
10945
10946 * progmodes/cc-engine.el (c-looking-at-inexpr-block):
10947 Anchor gcc in-expression statements at the surrounding open
10948 parenthesis. Treat a class body as an in-expression class if
10949 it's used in an object clone expression in Pike.
10950
10951 * progmodes/cc-engine.el (c-get-offset)
10952 (c-get-syntactic-indentation): Allow several anchor positions
10953 in the list of syntactic symbols. Only the first is used as
10954 the base for the offset calculation.
10955
10956 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10957
10958 * progmodes/cc-cmds.el (c-indent-defun): Indent the current
10959 macro if inside one at the top level. Do not throw an error
10960 if used at the top level outside a macro.
10961
10962 * progmodes/cc-cmds.el (c-backslash-region): Do tab width
10963 alignment only if the backslashes can't be aligned with
10964 surrounding backslashes.
10965
10966 * progmodes/cc-engine.el (c-end-of-macro): New function.
10967
10968 * progmodes/cc-engine.el (c-least-enclosing-brace):
10969 Rewritten to not be destructive.
10970
10971 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10972
10973 * progmodes/cc-cmds.el (c-context-line-break): Only do a macro
10974 line break when point is inside the content of it; if it's in
10975 the cpp keyword a normal line break is done.
10976
10977 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not add
10978 cpp-macro-cont inside the argument list to a #define.
10979
10980 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10981
10982 * progmodes/cc-defs.el (c-forward-comment): Implemented a
10983 kludge to avoid the problem most forward-comment incarnations
10984 have with `\' together with comment parsing.
10985
10986 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10987
10988 * progmodes/cc-engine.el (c-check-state-cache): Fixed bug
10989 which could cause the state returned by `c-parse-state' to
10990 lack a closed paren element. That in turn could result in
10991 very long searches, since it's common that they start from the
10992 last preceding close brace.
10993
10994 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10995
10996 * progmodes/cc-engine.el (c-beginning-of-statement-1): Do not
10997 treat else-if as a single continuation, since that'd make it
10998 hard to get the right anchor point when there's a line break
10999 between the two keywords. This change causes else-clause to
11000 be anchored on the closest preceding else-if and not always on
11001 the starting if, but that doesn't affect the indentation for
11002 any reasonably sane style. Also introduced a noerror flag.
11003
11004 (c-beginning-of-closest-statement): Removed;
11005 c-beginning-of-statement-1 now avoids the problem this one solved.
11006
11007 * progmodes/cc-engine.el (c-guess-continued-construct)
11008 (c-guess-basic-syntax): Better and more uniform anchor points
11009 for 'statement-cont and 'substatement. The effect is
11010 noticeable mostly when there's a label on the same line as the
11011 beginning of the statement, or when there are more stuff
11012 before the start of the statement.
11013
11014 * progmodes/cc-engine.el (c-looking-at-inexpr-block):
11015 Added flag to disable looking at the type of the surrounding paren
11016 since that confuses c-beginning-of-statement-1 and a couple of
11017 other places.
11018
11019 * progmodes/cc-engine.el (c-guess-basic-syntax):
11020 Avoid stepping to the previous statement in case 18.
11021 Improvements in recognition of statement blocks on the top level.
11022
11023 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11024
11025 * progmodes/cc-engine.el (c-beginning-of-statement-1)
11026 (c-crosses-statement-barrier-p): Rewritten to get a well
11027 defined and documented behavior. This fixes some tricky cases
11028 in recognition of do-while constructs.
11029
11030 (c-backward-to-start-of-do, c-backward-to-start-of-if):
11031 Removed; use c-beginning-of-statement-1 instead.
11032
11033 (c-guess-continued-construct, c-guess-basic-syntax):
11034 Various fixes to not depend on the bugs previously in
11035 c-beginning-of-statement-1. Cleanups in cases 18 and 17 to
11036 use the new behavior of c-beginning-of-statement-1 better.
11037 Fixed recognition of catch blocks inside macros.
11038
11039 * progmodes/cc-engine.el (c-backward-syntactic-ws): Fixed bug
11040 in skipping over a macro.
11041
11042 * progmodes/cc-langs.el (c-label-kwds): New variable to
11043 contain the appropriate c-*-label-kwds value.
11044
11045 * progmodes/cc-vars.el (defcustom-c-stylevar): Fixed value
11046 evaluation bug that caused the widget for
11047 c-block-comment-prefix to bug out.
11048
11049 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11050
11051 * progmodes/cc-engine.el (c-guess-basic-syntax):
11052 Improved recognition of statements: They are now recognized in
11053 contexts where they normally can't occur, e.g. on the top level or
11054 in function call arguments. This is mainly useful to recognize
11055 statements in macros at the top level, and in arguments to
11056 macros. The cases has been moved around quite a bit, and case
11057 10 has been copied to case 18. (The cases has not been
11058 renumbered because of this.)
11059
11060 (c-guess-continued-construct): New function which has the
11061 rules which are common between cases 10 and 18.
11062
11063 * progmodes/cc-engine.el (c-beginning-of-statement-1)
11064 (c-backward-to-start-of-do, c-backward-to-start-of-if):
11065 Fixes so that they really obey the passed limits.
11066
11067 (c-safe-position): Return nil if the state doesn't contain a
11068 suitable position.
11069
11070 (c-guess-basic-syntax): Fixes some too short limits in calls
11071 to c-beginning-of-statement-1. Some fixes for top level
11072 analysis in ObjC mode.
11073
11074 * progmodes/cc-engine.el (c-beginning-of-statement-1):
11075 Fixed bug in do-while statements where the body is not a block.
11076
11077 * progmodes/cc-styles.el (c-set-style):
11078 Reset c-special-indent-hook to its global value if in override mode.
11079 Fixes problem where functions on that hook remained after
11080 style switch.
11081
11082 * progmodes/cc-engine.el (c-evaluate-offset, c-get-offset):
11083 Use c-benign-error to report the c-strict-syntax-p error.
11084
11085 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11086
11087 * progmodes/cc-align.el, progmodes/cc-defs.el,
11088 progmodes/cc-cmds.el, progmodes/cc-engine.el, cc-vars.el:
11089 Several fixes to treat macros as code and not literals and to
11090 handle line continuations transparently.
11091
11092 (c-skip-ws-forward, c-skip-ws-backward): New macros to skip
11093 through whitespace and line continuations, but not comments
11094 and macros.
11095
11096 (c-in-literal): No longer recognizes macros as literals by
11097 default. An extra flag argument is required to do that.
11098
11099 (c-macro-start, c-query-macro-start)
11100 (c-query-and-set-macro-start): Added a cache for the macro
11101 start position.
11102
11103 (c-forward-syntactic-ws, c-backward-syntactic-ws): Fixes for
11104 more speed when limits are given. Workaround for bad behavior
11105 in forward-comment in some emacsen when it hits a buffer limit
11106 with a large repeat count.
11107
11108 (c-lineup-macro-cont): Improved behavior when
11109 c-syntactic-indentation-in-macros is nil.
11110
11111 (c-syntactic-indentation-in-macros, c-backslash-max-column)
11112 (c-auto-align-backslashes): New customization variables to
11113 control macro handling.
11114
11115 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
11116 Fixes to handle line continuations.
11117
11118 * progmodes/cc-defs.el, progmodes/cc-styles.el
11119 (c-get-style-variables, c-set-offset): Report style errors
11120 with message and ding instead of error signal. This to avoid
11121 interrupted mode init if there's some style problem.
11122
11123 (c-benign-error): New macro to report errors that doesn't need
11124 to interrupt the operation.
11125
11126 * progmodes/cc-defs.el (c-point): Added eonl and eopl positions.
11127
11128 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11129
11130 * progmodes/cc-cmds.el (c-electric-brace, c-indent-region):
11131 Removed most of the c-state-cache fiddling, since the global
11132 state cache now handles this.
11133
11134 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed bug
11135 when there's an open paren at the very first char of the
11136 visible buffer region.
11137
11138 * progmodes/cc-engine.el (c-parse-state, c-check-state-cache):
11139 Cache the state globally and invalidate it below every buffer
11140 change with the new after change function
11141 `c-check-state-cache'. This gives a considerable performance
11142 boost when editing large functions or classes.
11143
11144 * progmodes/cc-engine.el (c-whack-state-after): Slight optimization.
11145
11146 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11147
11148 * progmodes/cc-engine.el, progmodes/cc-langs.el,
11149 progmodes/cc-align.el: Improvements to syntactic analysis
11150 inside macros:
11151
11152 (c-block-stmt-1-kwds, c-block-stmt-2-kwds): New variables used
11153 by `c-guess-basic-syntax'.
11154
11155 (c-parse-state): Fixed bug with braces inside macros when
11156 using cached state info.
11157
11158 (c-forward-to-cpp-expression): New function to aid in
11159 syntactic analysis inside macros.
11160
11161 (c-beginning-of-statement-1, c-backward-syntactic-ws):
11162 Fixes to work better inside macros.
11163
11164 (c-forward-syntactic-ws): Whitespace between the # and the
11165 command should be allowed in preprocessor directives.
11166
11167 (c-lineup-macro-cont): New lineup function to get context
11168 sensitive indentation inside macros.
11169
11170 (c-offsets-alist): Made `c-lineup-macro-cont' the default for
11171 cpp-macro-cont.
11172
11173 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11174
11175 * progmodes/cc-engine.el (c-beginning-of-statement-1)
11176 (c-forward-syntactic-ws): Fixes to handle continued lines.
11177
11178 (c-backward-to-start-of-if, c-guess-basic-syntax):
11179 Do syntactic analysis inside macros.
11180
11181 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11182
11183 * progmodes/cc-cmds.el (c-indent-region): Did a speedup made
11184 possible by the more flexible state cache.
11185
11186 * progmodes/cc-engine.el (c-parse-state, c-whack-state-before)
11187 (c-whack-state-after, c-hack-state)
11188 (c-narrow-out-enclosing-class, c-guess-basic-syntax):
11189 Improved the state cache system. It now can use partial info from
11190 an old cached state to calculate a new one at a different
11191 position. Removed some kludges to avoid the state cache.
11192 The new functions `c-whack-state-before' and `c-whack-state-after'
11193 replace the now obsolete `c-whack-state'.
11194
11195 * progmodes/cc-engine.el (c-beginning-of-statement-1):
11196 Optimized backing through a macro. This can speed things up
11197 quite a bit when there are long macros before point.
11198
11199 (c-beginning-of-macro): Do not ignore the limit.
11200
11201 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11202
11203 * progmodes/cc-cmds.el (c-electric-continued-statement):
11204 Fixed a bug where the keyword wasn't reindented correctly if
11205 followed by another keyword or identifier.
11206
11207 * progmodes/cc-engine.el (c-parse-state): Ignore closed brace
11208 pairs that are in macros. Fixes some cases where e.g. the
11209 second of two "do { } while (0)" macros after each other
11210 indented differently.
11211
11212 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11213
11214 * progmodes/cc-engine.el (c-beginning-of-macro)
11215 (c-forward-syntactic-ws): Recognize "#!" as a preprocessor
11216 directive when it begins a line, to allow for script
11217 interpreter lines like "#!/usr/bin/pike" at the beginning of
11218 the file.
11219
11220 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11221
11222 * progmodes/cc-engine.el (c-looking-at-inexpr-block):
11223 Recognize brace blocks inside a parenthesis expression as
11224 inexpr-statement. Useful when writing statements as macro arguments.
11225
11226 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11227
11228 * progmodes/cc-cmds.el (c-fill-paragraph, c-do-auto-fill)
11229 (c-mask-comment): Broke out the comment masking code from
11230 `c-fill-paragraph' to a new function `c-mask-comment', to be
11231 able to do the same thing in `c-do-auto-fill'. This should
11232 make auto-fill-mode behave better.
11233
11234 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11235
11236 * progmodes/cc-cmds.el (c-electric-brace, c-electric-paren):
11237 Check `executing-macro' to avoid blinking parens when macros
11238 are executed.
11239
11240 * progmodes/cc-mode.el, progmodes/cc-styles.el
11241 (c-setup-filladapt): Moved from cc-mode.el to cc-styles.el for
11242 consistency with `c-setup-paragraph-variables' (which was
11243 placed there due to the dependency from `c-set-style').
11244
11245 * progmodes/cc-styles.el, progmodes/cc-vars.el: Fixed bug with
11246 incomplete initialization from the style variable fallbacks if
11247 there already is a style called "user" defined when CC Mode
11248 starts up for the first time.
11249
11250 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11251
11252 * progmodes/cc-cmds.el, progmodes/cc-vars.el
11253 (c-comment-indent, c-indent-comment-alist): Added new variable
11254 `c-indent-comment-alist' to allow better control over
11255 `c-comment-indent'.
11256
11257 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11258
11259 * progmodes/cc-align.el (c-lineup-C-comments): Try to match
11260 both `comment-start-skip' and the comment prefix on the
11261 current line with the comment starter, so that we line up
11262 comments which matches `c-comment-prefix-regexp' on the first
11263 line (after the `/') without the need to make
11264 `comment-start-skip' match whatever `c-comment-prefix-regexp' matches.
11265
11266 * progmodes/cc-mode.el, progmodes/cc-styles.el (c-common-init)
11267 (c-set-style-1, c-setup-paragraph-variables): Moved the
11268 variable initialization based on `c-comment-prefix-regexp' to
11269 a new function `c-setup-paragraph-variables', which is now
11270 used both at mode init and when a style that sets
11271 `c-comment-prefix-regexp' is activated.
11272
11273 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11274
11275 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
11276 Better handling of C++ template args to avoid confusion with
11277 `<' and `>' used as operators in member init expressions.
11278
11279 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11280
11281 * progmodes/cc-engine.el (c-most-enclosing-brace)
11282 (c-least-enclosing-brace): Added optional second arg to limit
11283 the search to before a certain point.
11284
11285 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed bug
11286 which could cause incorrect analysis if a cached state is used
11287 (usually only happens when an electric key reindents a line).
11288
11289 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11290
11291 * progmodes/cc-defs.el (c-forward-comment): More idiosyncrasy
11292 insulation. This time for XEmacs 21.
11293
11294 * progmodes/cc-engine.el, progmodes/cc-langs.el:
11295 Improved handling of inheritance lists:
11296
11297 (c-beginning-of-inheritance-list): Rewritten to use a more
11298 syntactically correct method that doesn't get confused by
11299 badly placed linebreaks and comments.
11300
11301 (c-guess-basic-syntax): Several fixes to the handling of
11302 inheritance lists in combination with templates. 'inher-intro
11303 is now anchored on the start of the class declaration and not
11304 the indentation of the current line. Switched places on cases
11305 5D.3 and 5D.4 and made them use more syntactically correct methods.
11306
11307 (c-inher-key): Removed since the code in
11308 `c-guess-basic-syntax' now uses token-based search.
11309
11310 * progmodes/cc-cmds.el, progmodes/cc-mode.el (c-mode-menu):
11311 Added a submenu to access some toggles.
11312
11313 (c-toggle-syntactic-indentation): New function to toggle the
11314 variable `c-syntactic-indentation'.
11315
11316 * progmodes/cc-styles.el (c-set-style): Improved the error
11317 message for incorrect offsets a bit.
11318
11319 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11320
11321 * progmodes/cc-cmds.el (c-indent-exp): Don't require that the
11322 sexp follows point immediately, instead find the closest
11323 following open paren that ends on another line.
11324
11325 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11326
11327 * progmodes/cc-align.el (c-lineup-cascaded-calls):
11328 New indentation function.
11329
11330 * progmodes/cc-engine.el (c-beginning-of-macro): Bugfix for
11331 directives with whitespace between the '#' and the name.
11332
11333 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11334
11335 * progmodes/cc-engine.el (c-forward-syntactic-ws)
11336 (c-backward-syntactic-ws): Handle line continuations as
11337 whitespace. Don't move past a macro if that'd take us past
11338 the limit.
11339
11340 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11341
11342 * progmodes/cc-engine.el (c-beginning-of-macro)
11343 (c-forward-syntactic-ws): Multiline strings begin with `#"' in
11344 Pike, and that shouldn't be confused with a preprocessor directive.
11345
11346 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11347
11348 * progmodes/cc-cmds.el: Extended the kludge to interoperate
11349 with the delsel and pending-del packages wrt to the new
11350 function `c-electric-delete-forward'.
11351
11352 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11353
11354 * progmodes/cc-cmds.el (c-indent-exp): Keep the indentation of
11355 the block itself, i.e. only indent the contents in it.
11356
11357 * progmodes/cc-styles.el (c-set-style): Use the default
11358 argument to completing-read instead of initial-contents, if
11359 the function is recent enough to support it.
11360
11361 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11362
11363 * progmodes/cc-mode.el (c-mode-help-address):
11364 Removed bug-gnu-emacs@gnu.org from the receiver list for bug reports.
11365 I've almost never seen a bug reported this way that should go
11366 to that list, but it's rather common that the reports concern
11367 the combination CC Mode and XEmacs instead.
11368
11369 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11370
11371 * progmodes/cc-cmds.el (c-electric-paren): Fixed bug when both
11372 brace-elseif-brace and brace-catch-brace are active and
11373 there's a "else if"-block before the catch block.
11374
11375 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
11376 Detect function headers that span lines.
11377
11378 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11379
11380 * progmodes/cc-cmds.el (c-electric-brace)
11381 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
11382 Check for last on line only for doing the auto-newline-mode
11383 stuff, not for the reindentation.
11384
11385 * progmodes/cc-cmds.el (c-electric-brace): Fixed bugs in the
11386 handling of c-syntactic-indentation: When it's nil, indent the
11387 new lines but don't reindent the current one. Reindent the
11388 line only when the inserted brace comes first on it, instead
11389 of last.
11390
11391 * progmodes/cc-cmds.el (c-electric-brace)
11392 (c-electric-semi&comma): Fixed two places where
11393 c-syntactic-indentation wasn't heeded.
11394
11395 * progmodes/cc-cmds.el (c-electric-pound): Don't be electric
11396 inside a macro.
11397
11398 * progmodes/cc-engine.el (c-backward-to-start-of-if): Try a
11399 little harder to find a fallback position when an orphan else
11400 is found. Fixed case where an else following a do-while
11401 statement could be associated with an if inside the do-while.
11402
11403 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11404
11405 * progmodes/cc-cmds.el (c-guess-fill-prefix): Tuned the dwim
11406 for the fallback to add a single space after the comment prefix.
11407
11408 * progmodes/cc-cmds.el (c-indent-new-comment-line): Somewhat better
11409 behavior in some special cases, especially for single-line comments.
11410 Avoid breaking up a comment starter or ender.
11411
11412 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11413
11414 * progmodes/cc-cmds.el (c-outline-level): Applied patch from
11415 the Emacs sources to make this work in invisible text.
11416
11417 * progmodes/cc-langs.el (c-switch-label-key): Fixed regexp to
11418 not be confused by a later ':' on the same line as the label.
11419
11420 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11421
11422 * progmodes/cc-cmds.el, progmodes/cc-mode.el
11423 (c-electric-delete, c-electric-delete-forward):
11424 Split `c-electric-delete' into two functions where
11425 `c-electric-delete-forward' always deletes forward and
11426 `c-electric-delete' only contains the code necessary for
11427 XEmacs to choose between backward and forward deletion.
11428 `c-electric-delete-forward' is now bound to C-d to get the
11429 electric behavior on that key too.
11430
11431 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11432
11433 * progmodes/cc-cmds.el (c-fill-paragraph): Fixed bogus direct
11434 use of c-comment-prefix-regexp, which caused an error when
11435 it's a list.
11436
11437 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11438
11439 * progmodes/cc-mode.el, progmodes/cc-vars.el (c-common-init)
11440 (c-default-style): Removed the hardcoded switch to "java" style
11441 in Java mode. It's instead taken care of by the default value
11442 for c-default-style.
11443
11444 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11445
11446 * progmodes/cc-align.el (c-lineup-math): Fix bug where lineup
11447 was triggered by equal signs in string literals.
11448
11449 2002-04-21 Kim F. Storm <storm@cua.dk>
11450
11451 * subr.el (insert-buffer-substring-no-properties): New function.
11452 (insert-buffer-substring-as-yank): New function.
11453
11454 2002-04-21 Glenn Morris <gmorris@ast.cam.ac.uk>
11455
11456 * scroll-all.el (minor-mode-alist): Fix usage of `scroll-all-mode'.
11457 (scroll-all-page-down-all, scroll-all-page-up-all) Remove `fkey-'
11458 prefix from scroll commands. Ignore end-of-buffer errors from
11459 other windows.
11460 (scroll-all-check-to-scroll): Remove `fkey-' prefix from scroll
11461 commands.
11462 (scroll-all-beginning-of-buffer-all, scroll-all-end-of-buffer-all):
11463 New functions.
11464
11465 * files.el: (auto-mode-alist): .f95 files in f90-mode.
11466
11467 * progmodes/fortran.el: (fortran-beginning-do): Make regexp match
11468 a DO statement irrespective of numeric label.
11469
11470 2002-04-20 Glenn Morris <gmorris@ast.cam.ac.uk>
11471
11472 * files.el (auto-save-file-name-transforms): Doc fix.
11473 Add third element to "uniquify" filenames.
11474 (make-auto-save-file-name): Use new element of
11475 auto-save-file-name-transforms.
11476 * startup.el (command-line): Add third element to
11477 auto-save-file-name-transforms.
11478
11479 2002-04-19 Stefan Monnier <monnier@cs.yale.edu>
11480
11481 * files.el (file-name-non-special): Don't mangle the 0'th arg and the
11482 return value of file-name-completion and file-name-all-completions.
11483
11484 2002-04-19 Glenn Morris <gmorris@ast.cam.ac.uk>
11485
11486 * progmodes/f90.el: Update maintainer.
11487 (f90-line-continued): Recognize blank/comment lines embedded in
11488 continuation lines.
11489 (f90-looking-at-program-block-start): No extra indentation after
11490 function or subroutine keyword appears in single quotes.
11491
11492 2002-04-19 Miles Bader <miles@gnu.org>
11493
11494 * custom.el (customize-mark-to-save, customize-mark-as-set)
11495 (custom-quote): Moved here from `cus-edit.el'.
11496 * cus-edit.el (customize-mark-to-save, customize-mark-as-set)
11497 (custom-quote): Moved to `custom.el'.
11498
11499 2002-04-18 Richard M. Stallman <rms@gnu.org>
11500
11501 * facemenu.el (list-text-properties-at): Command deleted.
11502
11503 * rect.el (insert-rectangle): Use insert-for-yank.
11504
11505 * register.el (insert-register): Use insert-for-yank.
11506 (describe-register-1): Discard text props in yank-excluded-properties.
11507
11508 * toolbar/tool-bar.el (tool-bar-local-item-from-menu):
11509 Fix parts in construction of `menu-item' item at end.
11510
11511 * mail/mailabbrev.el (mail-mode-abbrev-table): Delete defvar.
11512
11513 * subr.el (insert-for-yank): New function.
11514
11515 * simple.el (yank-excluded-properties): New user option.
11516 (yank-pop, yank): Use insert-for-yank.
11517
11518 2002-04-19 Kim F. Storm <storm@cua.dk>
11519
11520 * simple.el (pop-to-mark-command): Do not set this-command.
11521 (set-mark-command): Always jump to mark when called with arg.
11522
11523 2002-04-18 Francesco Potort\e,Al\e(B <pot@gnu.org>
11524
11525 * comint.el (comint-watch-for-password-prompt): Remove whitespace
11526 at the beginning of password prompts.
11527
11528 2002-04-18 Andrew Innes <andrewi@gnu.org>
11529
11530 * facemenu.el: Remove require of wid-edit.
11531
11532 2002-04-17 Colin Walters <walters@verbum.org>
11533
11534 * ibuffer.el (ibuffer-visit-buffer): Optionally allow reducing to
11535 one window.
11536 (ibuffer-visit-buffer-1-window): Simply call `ibuffer-visit-buffer'.
11537 (ibuffer-current-state-list): Reinstate optional argument; now
11538 just call `point' inside the mapping function.
11539
11540 2002-04-17 Francesco Potort\e,Al\e(B <pot@gnu.org>
11541
11542 * dired-aux.el (dired-star-subst-regexp)
11543 (dired-quark-subst-regexp): New constants.
11544 (dired-do-shell-command, dired-shell-stuff-it): Use them.
11545 (dired-do-shell-command): Raise an error if both `*' and `?'
11546 substitution marks are used in the same command.
11547 (dired-shell-stuff-it): Substitute all instances of `*' and `?'
11548 in a command given via dired-do-shell-command.
11549
11550 * comint.el (comint-password-prompt-regexp): Match "Repeat passphrase".
11551
11552 2002-04-16 Jason Rumney <jasonr@gnu.org>
11553
11554 * international/mule-cmds.el (locale-preferred-coding-systems):
11555 Add "jpn".
11556
11557 2002-04-16 Eli Zaretskii <eliz@is.elta.co.il>
11558
11559 * term.el (term-emulate-terminal): Fix last change.
11560
11561 2002-04-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11562
11563 * bindings.el (mode-line-mode-menu): Update names to reflect
11564 latest changes.
11565
11566 2002-04-16 Mike Williams <mdub@bigfoot.com>
11567
11568 * textmodes/sgml-mode.el (sgml-at-indentation-p): Move to fix
11569 compilation error.
11570
11571 2002-04-16 Michael Kifer <kifer@cs.stonybrook.edu>
11572
11573 * viper-ex.el: Patch by Samuel Padgett. Copyright papers received.
11574 (viper-ex-print-buf-name): New variable.
11575 (viper-ex-print-buf): New variable.
11576 (ex-token-alist): Invoke ex-print on ":print" Ex commands.
11577 (ex-g-marks): New variable.
11578 (ex-print): New function.
11579 (ex-print-display-lines): New function.
11580
11581 * viper.el (viper-set-hooks): Add window-setup-hook, which sets
11582 the cursor color.
11583
11584 * ediff-util.el (ediff-cleanup-mess): Delete ctl window on exit
11585 when the window is not in its own frame.
11586 (ediff-clone-buffer-for-region-comparison): More robust window
11587 arrangement while prompting for regions to compare.
11588 (ediff-make-cloned-buffer): Use generate-new-buffer-name.
11589 (ediff-inferior-compare-regions): Deleted unused vars
11590 ctl-buf and quit-now.
11591
11592 2002-04-15 Richard M. Stallman <rms@gnu.org>
11593
11594 * facemenu.el (facemenu-add-new-face): Use this only for faces.
11595 Delete arg MENU.
11596 (facemenu-add-new-color): New function.
11597 (facemenu-set-foreground, facemenu-set-background):
11598 Use facemenu-add-new-color.
11599
11600 2002-04-15 Eli Zaretskii <eliz@is.elta.co.il>
11601
11602 * ediff-init.el (ediff-current-diff-face-A)
11603 (ediff-current-diff-face-B, ediff-current-diff-face-C)
11604 (ediff-current-diff-face-Ancestor, ediff-fine-diff-face-A)
11605 (ediff-fine-diff-face-B, ediff-fine-diff-face-C)
11606 (ediff-fine-diff-face-Ancestor, ediff-even-diff-face-A)
11607 (ediff-even-diff-face-B, ediff-even-diff-face-C)
11608 (ediff-even-diff-face-Ancestor, ediff-odd-diff-face-A)
11609 (ediff-odd-diff-face-B, ediff-odd-diff-face-C)
11610 (ediff-odd-diff-face-Ancestor): Add special color definitions for
11611 tty and MS-DOS displays.
11612
11613 2002-04-15 Andrew Innes <andrewi@gnu.org>
11614
11615 * facemenu.el: Require wid-edit.
11616
11617 2002-04-15 Miles Bader <miles@gnu.org>
11618
11619 * faces.el (highlight): Force foreground to be black on a tty, so
11620 this face is readable on a dark-background tty.
11621 * wid-edit.el (widget-field-face, widget-single-line-field-face):
11622 Likewise.
11623
11624 2002-04-14 Kim F. Storm <storm@cua.dk>
11625
11626 * simple.el (pop-to-mark-command, push-mark-command): New commands.
11627 (set-mark-command): Use them.
11628 Enhanced functionality when command is repeated:
11629 - If first command set the mark (no prefix arg), repeat temporarily
11630 enables transient-mark-mode.
11631 - If first command jumped to mark off ring (with argument),
11632 repeat (with or without arg) jump to next mark off ring.
11633 - Use C-u C-u prefix to set mark after jump.
11634 (exchange-point-and-mark): Temporarily enable transient-mark-mode
11635 if prefix arg.
11636
11637 2002-04-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11638
11639 * speedbar.el (speedbar-tag-hierarchy-method)
11640 (speedbar-toggle-updates, speedbar-toggle-images): Doc fixes.
11641
11642 2002-04-14 Mike Williams <mdub@bigfoot.com>
11643
11644 * textmodes/sgml-mode.el (sgml-parse-tag-backward): Fix to work at
11645 beginning of buffer.
11646
11647 2002-04-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11648
11649 * speedbar.el (speedbar-generic-item-info)
11650 (speedbar-sort-tags): Doc fix.
11651 (speedbar-add-supported-extension): Fix typo in interactive spec.
11652
11653 2002-04-13 Colin Walters <walters@verbum.org>
11654
11655 * ibuffer.el (ibuffer-forward-line): Just skip header if we're
11656 only moving one line forward.
11657 (ibuffer-map-lines): Preserve point position even if we delete
11658 lines. Only call mapping functions with buffer and mark
11659 arguments; the other two were unused.
11660 (ibuffer-redisplay, ibuffer-update): Always skip special areas.
11661
11662 * ibuf-macs.el, ibuf-ext.el: Update callers of `ibuffer-map-lines'.
11663
11664 * calc/calc-bin.el (math-format-radix-float): Use `when'.
11665
11666 * calc/calc.el (math-format-number): Load `calc-ext' before we
11667 call `math-group-float'.
11668
11669 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
11670 Renamed from `gamegrid-add-score'.
11671 (gamegrid-add-score-insecure): Restored from the old
11672 `gamegrid-add-score'.
11673 (gamegrid-add-score): Just dispatch on `system-type' to one of the
11674 previous two functions.
11675
11676 2002-04-13 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11677
11678 * iswitchb.el: Update commentary to include new function
11679 iswitchb-exclude-nonmatching.
11680
11681 2002-04-12 John Wiegley <johnw@gnu.org>
11682
11683 * eshell/esh-ext.el (eshell-script-interpreter): Fix for CRLF
11684 operating systems to the regexp used to detect a script's interpreter.
11685
11686 2002-04-12 Eli Zaretskii <eliz@is.elta.co.il>
11687
11688 * frame.el (frames-on-display-list): Use `equal' to compare the
11689 `display' frame parameter to the argument DISPLAY.
11690
11691 2002-04-12 Dave Love <fx@gnu.org>
11692
11693 * help.el (string-key-binding): Deal with margin events.
11694
11695 2002-04-12 Francesco Potort\e,Al\e(B <pot@gnu.org>
11696
11697 * comint.el (comint-password-prompt-regexp): Match " SMB password".
11698
11699 2002-04-11 Stefan Monnier <monnier@cs.yale.edu>
11700
11701 * sort.el (sort-reorder-buffer): Don't assume point-min == 1.
11702
11703 * xt-mouse.el (xterm-mouse-mode): Use define-minor-mode.
11704
11705 * emacs-lisp/lucid.el (device-class, buffer-syntactic-context)
11706 (buffer-syntactic-context-depth): New funs.
11707
11708 * emacs-lisp/edebug.el (edebug-eval-defun): Don't use defconst
11709 on variables.
11710
11711 * emacs-lisp/debug.el (debug-on-entry): Use push.
11712 (debugger-make-xrefs): Don't assume point-min == 1.
11713
11714 * progmodes/cc-engine.el (c-backward-to-start-of-if):
11715 Don't assume point-min == 1.
11716
11717 * progmodes/etags.el (etags-verify-tags-table, etags-snarf-tag)
11718 (etags-list-tags, etags-tags-apropos, select-tags-table):
11719 Don't assume point-min == 1.
11720
11721 2002-04-12 Mike Williams <mdub@bigfoot.com>
11722
11723 * textmodes/sgml-mode.el (sgml-guess-indent): New function.
11724
11725 2002-04-11 Stefan Monnier <monnier@cs.yale.edu>
11726
11727 * textmodes/fill.el (fill-context-prefix): Fix up last change.
11728
11729 * simple.el (line-move): Use memq rather than or.
11730 (transpose-sexps): Don't presume as much of forward-sexp's behavior.
11731 (do-auto-fill): Use fill-move-to-break-point.
11732 (syntax-code-table): Remove.
11733
11734 * textmodes/fill.el (canonically-space-region): Obey sentence-end.
11735 Don't add spaces at end of sentences at end of line.
11736 (fill-move-to-break-point): Make sure the result is always greater
11737 than linebeg, so we ensure forward progress.
11738 (fill-region-as-paragraph): Compare to `to' rather than eobp.
11739 (fill-paragraph): Don't rebind fill-paragraph-function.
11740
11741 2002-04-11 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11742
11743 * menu-bar.el (menu-bar-adv-search-menu): Add incremental search.
11744
11745 2002-04-11 Andreas Schwab <schwab@suse.de>
11746
11747 * files.el (file-name-non-special): Handle return value of t from
11748 `file-name-completion'.
11749
11750 2002-04-10 Stefan Monnier <monnier@cs.yale.edu>
11751
11752 * textmodes/fill.el (fill-context-prefix): Match the two prefixes
11753 differently to avoid pathological exponential-time case.
11754 (adaptive-fill-regexp): Add ! and %.
11755 (fill-delete-prefix): Remove indentation while removing prefix.
11756 (fill-delete-newlines): Obey sentence-end.
11757 (fill-move-to-break-point, fill-newline): New functions extracted
11758 from fill-region-as-paragraph.
11759 (fill-region-as-paragraph): Use them.
11760 Don't fiddle with fill-indent-according-to-mode.
11761
11762 2002-04-10 Colin Walters <walters@verbum.org>
11763
11764 * play/snake.el (snake-score-file): Default to just "snake-scores".
11765
11766 * play/tetris.el (tetris-score-file): Likewise.
11767
11768 * play/gamegrid.el (gamegrid-add-score): Rewrite from scratch to
11769 use `update-game-score'.
11770
11771 * ibuffer.el (ibuffer-canonicalize-state-list): Delete unused function.
11772 (ibuffer-current-buffers-with-marks): Don't call `buffer-list'
11773 ourselves; take it as an argument. Caller updated.
11774 (ibuffer-mode): Make mode-class special.
11775
11776 2002-04-10 Richard M. Stallman <rms@gnu.org>
11777
11778 * dired.el (dired-view-command-alist): New variable.
11779 (dired-view-file): Use external viewers for some files names.
11780
11781 * mouse.el (mouse-drag-region-1): Display region highlight
11782 only in the selected window.
11783
11784 * subr.el (remove-hook): When there are no more local hooks,
11785 kill the buffer-local value.
11786
11787 * isearch.el (isearch-mode): Don't call make-frame-visible
11788 if frame is already visible.
11789
11790 * cus-face.el (custom-face-attributes): Fix typo in `ultra-bold'.
11791
11792 2002-04-09 Emmanuel Briot <briot@act-europe.fr>
11793
11794 * progmodes/ada-prj.el: Add support for the new project file
11795 fields: gnatfind-opt, debug-pre-cmd and debug-post-cmd.
11796 Fix widget handling for Emacs 21. ada-mode now only supports a single
11797 active project file, instead of one per buffer. This is far less
11798 confusing.
11799
11800 * progmodes/ada-stmt.el: Menu changed from Statements to Templates.
11801 (ada-func-or-proc-name): Get real subprogram name, after change in
11802 ada-mode.el.
11803
11804 * progmodes/ada-xref.el: Ada-mode no longer supports a different
11805 project file per buffer. This was too complex. Instead, there is
11806 now a single active project file at any given time, and the user
11807 can switch the active one through the Ada menu. This revision
11808 also provides better handling of the Windows command line, and the
11809 various available shells on that platform. ada-mode is now fully
11810 integrated with the GNU visual debugger gvd, see
11811 http://libre.act-europe.fr.
11812 (ada-prj-default-comp-opt): Use the new GNAT switch -gnatQ.
11813 This is only available with GNAT 3.14.
11814 (ada-prj-gnatfind-switches, ada-cd-command): New variable.
11815 (ada-quote-cmd): New function.
11816 (ada-initialize-runtime-library): Get the location of the actual
11817 runtime the compiler will be using, including support for
11818 cross-platform environments.
11819 (ada-treat-cmd-string): Add support for the new variable
11820 ${full_current} add support for debug-pre-cmd and debug-post-cmd,
11821 two commands to run just prior to running the debugger, and just
11822 after starting it. This provide better support for cross-platform
11823 and remote debugging.
11824 (ada-get-absolute-dir): Remove, replace with expand-file-name.
11825 (ada-gdb-application): New parameter executable-name.
11826 (ada-get-ali-file-name): Better handling of separate packages.
11827 Checkin on behalf of the ada-mode maintainer.
11828
11829 * progmodes/ada-mode.el (ada-case-exception-file)
11830 (ada-indent-handle-comment-special): New variables.
11831 (ada-case-exception-substring): New variable. Casing exceptions
11832 can now also be defined for substrings, in addition to full
11833 identifier names. This provides more flexibility.
11834 (ada-align-list): New fun, provide support for align.el in ada-mode.
11835 (ada-procedure-start-regexp): Add support for operators and
11836 generic formal subprograms and packages.
11837 (ada-imenu-comment-re): New variable.
11838 (ada-imenu-generic-expression): Add support for protected types.
11839 (ada-mode): Set comment-start only after running ada-mode-hook, so
11840 that the user can change ada-comment-start in the hook.
11841 Add support for ispell in comments. Add support for align.el.
11842 (ada-save-exception-file, ada-create-case-exception-substring)
11843 (ada-adjust-case-substring): New functions.
11844 (ada-get-current-indent): Properly handles keywords with uppercases.
11845 (ada-goto-matching-end): Rewritten, fixes problems in the handling
11846 of nested blocks.
11847 (ada-untab-hard): Do not touch the contents of comments and strings.
11848
11849 2002-04-09 Mike Williams <mdub@bigfoot.com>
11850
11851 * textmodes/sgml-mode.el (sgml-lexical-context):
11852 Use sgml-parse-tag-backward to find start point.
11853 (sgml-looking-back-at): Doc fix.
11854
11855 2002-04-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11856
11857 * isearch.el (isearch-message-prefix): Use minibuffer-prompt face
11858 for prompt.
11859
11860 2002-04-08 Stefan Monnier <monnier@cs.yale.edu>
11861
11862 * autorevert.el (auto-revert-mode, global-auto-revert-mode):
11863 Use define-minor-mode.
11864 (auto-revert-buffers): Use with-current-buffer.
11865 Avoid changing the minor modes.
11866
11867 * international/iso-acc.el (iso-accents-accent-key): Use `vector'
11868 rather than char-to-string since last-input-char can be any event.
11869
11870 * international/titdic-cnv.el (tit-dictionary):
11871 Use defvar for non-constants.
11872
11873 * progmodes/cwarn.el (global-cwarn-mode): Use define-minor-mode.
11874 (global-cwarn-mode): Use easy-mmode-define-global-mode.
11875 (cwarn-font-lock-keywords): New function.
11876 Replaces cwarn-font-lock-remove-keywords cwarn-font-lock-add-keywords.
11877 (cwarn-font-lock-match): New macro.
11878 (cwarn-font-lock-match-assignment-in-expression)
11879 (cwarn-font-lock-match-dangerous-semicolon)
11880 (cwarn-font-lock-match-reference): Use it.
11881
11882 * progmodes/cperl-mode.el (cperl-make-face, cperl-force-face):
11883 Use defvar rather than defconst since it's meant to be settable.
11884 (cperl-syntax-done-to): Don't hardcode 1 as (point-min).
11885 (cperl-fix-line-spacing): Add missing \ in [ t].
11886
11887 * loadup.el: Call ucs-unify-8859 directly rather than
11888 unify-8859-on-encoding-mode.
11889 (fns-*.el): Don't use it anymore. Keep the load-history in purespace.
11890
11891 * textmodes/sgml-mode.el (sgml-comment-indent-new-line): New fun.
11892 (sgml-mode): Use it for comment-line-break-function.
11893
11894 2002-04-08 Jason Rumney <jasonr@gnu.org>
11895
11896 * international/mule-cmds.el (reset-language-environment):
11897 Handle coding-systems not being defined yet.
11898
11899 2002-04-08 Sam Steingold <sds@gnu.org>
11900
11901 * vc-cvs.el (vc-cvs-valid-version-number-p): New function.
11902 (vc-cvs-checkin): Use it.
11903
11904 2002-04-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11905
11906 * files.el (display-time-string): Fix last change.
11907
11908 2002-04-07 Sam Steingold <sds@gnu.org>
11909
11910 * vc-cvs.el (vc-cvs-checkin): Pass the required argument to `error'.
11911
11912 2002-04-07 Jason Rumney <jasonr@gnu.org>
11913
11914 * international/mule-cmds.el (set-default-coding-systems)
11915 (reset-language-environment): Preserve eols on
11916 default-process-coding-system.
11917 (coding-system-change-text-conversion): Fix case where CODING is nil.
11918
11919 2002-04-07 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11920
11921 * subr.el (play-sound): Move here from simple.el.
11922
11923 * simple.el (play-sound): Move to subr.el.
11924
11925 2002-04-06 Richard M. Stallman <rms@gnu.org>
11926
11927 * files.el (display-time-string-forms): Mark as risky.
11928
11929 * enriched.el (enriched-decode-foreground, enriched-decode-background):
11930 Use proper format for desired elts of `face' property.
11931 Don't test display-color-p; make the properties unconditionally.
11932
11933 * progmodes/compile.el (compilation-error-regexp-alist):
11934 New alternatives for FILE:LINE.COL and for ranges of columns and lines.
11935
11936 2002-04-06 Per Abrahamsen <abraham@dina.kvl.dk>
11937
11938 * progmodes/cc-vars.el (c-block-comment-prefix): Specify :value
11939 for customization type.
11940 Reported by Mattias Fredsberg <mattias.fredsberg@active-tv.com>.
11941
11942 2002-04-06 Mike Williams <mdub@bigfoot.com>
11943
11944 * textmodes/xml-lite.el: Remove.
11945
11946 2002-04-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11947
11948 * simple.el (play-sound): New function (uses play-sound-internal).
11949
11950 2002-04-04 Richard M. Stallman <rms@gnu.org>
11951
11952 * files.el (mode-line-format, mode-line-modified)
11953 (mode-line-mule-info, mode-line-buffer-identification)
11954 (mode-line-modes, mode-line-position): Explicitly mark as risky.
11955 (hack-one-local-variable): Don't recognize "mode-line-..." as risky.
11956
11957 * calendar/solar.el (solar-northern-spring-or-summer-season): Doc fix.
11958
11959 * mail/mailabbrev.el (mail-abbrev-make-syntax-table):
11960 Use (syntax-table), not old-syntax-table.
11961
11962 * enriched.el (enriched-decode-foreground)
11963 (enriched-decode-background): Don't call facemenu-get-face.
11964
11965 2002-04-04 Mike Williams <mdub@bigfoot.com>
11966
11967 * textmodes/sgml-mode.el: Add missing require.
11968 (sgml-lexical-context): Fix up CDATA detection for boundary cases.
11969
11970 2002-04-03 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11971
11972 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line): Move to
11973 spot indicated by text property `cvs-goal-column', if present.
11974
11975 * pcvs-info.el (cvs-fileinfo-pp): Use text property
11976 `cvs-goal-column' to indicate position of file name (if present).
11977
11978 2002-04-03 Richard M. Stallman <rms@gnu.org>
11979
11980 * mail/mailabbrev.el (mail-abbrev-complete-alias):
11981 Call mail-abbrev-make-syntax-table.
11982
11983 * format.el (format-deannotate-region): Doc fix.
11984
11985 * enriched.el (enriched-face-ans): Delete special treatment
11986 for fg:... and bg:... faces.
11987 (enriched-decode-foreground): Return a list that specifies
11988 the foreground color, rather than creating a face.
11989 (enriched-decode-background): Likewise.
11990
11991 * shell.el (shell-mode): Don't reinit comint-input-ring
11992 if that was already done.
11993
11994 2002-04-03 Edward M. Reingold <reingold@emr.cs.iit.edu>
11995
11996 * solar.el (solar-spring-or-summer-season): Delete.
11997 (solar-northern-spring-or-summer-season): New variable.
11998 (solar-sunrise-and-sunset, solar-moment, solar-sunrise-sunset):
11999 Rewrite.
12000
12001 * solar.el (diary-sabbath-candles-minutes): New variable.
12002 (diary-sabbath-candles): Use it instead of fixed 18 minutes.
12003
12004 * calendar.el (update-calendar-mode-line): Force mode-line update.
12005 Make date under the cursor available as `date' in
12006 calendar-mode-line-format.
12007 Eval items in calendar-mode-line-format list.
12008
12009 * cal-tex.el (cal-tex-hook, cal-tex-year-hook, cal-tex-month-hook)
12010 (cal-tex-week-hook, cal-tex-daily-hook): Add doc strings.
12011
12012 * cal-tex.el (cal-tex-latexify-list): Fix doc string.
12013
12014 * cal-tex.el (cal-tex-insert-day-names): LaTeXify day names.
12015 (cal-tex-cursor-week-iso, cal-tex-week-hours, cal-tex-weekly4-box)
12016 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
12017 (cal-tex-daily-page, cal-tex-mini-calendar): LaTeXify day names.
12018
12019 * cal-tex.el: Change all instances (interactive "P") to
12020 (interactive "p").
12021 (cal-tex-cursor-month): Add hfill and newline at end of month that
12022 ended on Saturday.
12023 (cal-tex-preamble): Change to LaTeX2e.
12024 (cal-tex-cursor-filofax-year): Don't use default month names in
12025 LaTeX macros in case user changes them.
12026 (cal-tex-month-name): New function. Used throughout in case user
12027 has done something funny with month names.
12028
12029 * cal-hebrew.el (holiday-rosh-hashanah-etc): Spelling correction.
12030 (diary-rosh-hodesh): Spelling correction.
12031
12032 2002-04-03 Mike Williams <mdub@bigfoot.com>
12033
12034 * textmodes/sgml-mode.el (sgml-lexical-context)
12035 (sgml-parse-tag-backward): Extend support for CDATA to include
12036 conditional sections.
12037
12038 2002-04-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12039
12040 * cus-start.el: Rename `autoselect-window' to
12041 `mouse-autoselect-window'.
12042
12043 2002-04-02 Richard M. Stallman <rms@gnu.org>
12044
12045 * files.el (hack-one-local-variable):
12046 Clear text props from string value.
12047
12048 2002-04-02 Stefan Monnier <monnier@cs.yale.edu>
12049
12050 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
12051 (f90-procedures-re, f90-operators-re, f90-hpf-keywords-re):
12052 Use regexp-opt.
12053 (f90-keywords-re, f90-keywords-level-3-re): Add `pure' and `elemental'
12054 from F95.
12055 (f90-procedures-re): Add `null' and `cpu_time' from F95.
12056 (f90-font-lock-keywords-1): Minor reorganization so we don't need
12057 `override' any more.
12058 (f90-font-lock-keywords-3): Use `keep' rather than `override'.
12059 (f90-indent-subprogram): Use indent-region.
12060 (f90-break-line): Use indent-according-to-mode.
12061
12062 2002-04-02 Mike Williams <mdub@bigfoot.com>
12063
12064 * textmodes/sgml-mode.el (sgml-close-tag): Rename from
12065 sgml-insert-end-tag. Simplify by using sgml-lexical-context.
12066 (sgml-get-context): Remove use of sgml-inside-tag-p.
12067 (sgml-inside-tag-p): Remove.
12068 (sgml-looking-back-at): Short-circuit at beg of buffer.
12069 (sgml-lexical-context, sgml-calculate-indent): Add support for
12070 CDATA sections.
12071
12072 2002-04-01 Stefan Monnier <monnier@cs.yale.edu>
12073
12074 * help.el (help-key-description): New fun.
12075 (describe-key-briefly, describe-key): Use it and
12076 this-single-command-raw-keys plus new arg `untranslated'.
12077
12078 * textmodes/sgml-mode.el (sgml-at-indentation-p, sgml-tag)
12079 (sgml-parse-tag-name, sgml-looking-back-at, sgml-parse-tag-backward)
12080 (sgml-inside-tag-p, sgml-get-context, sgml-show-context)
12081 (sgml-insert-end-tag): New funs taken from xml-lite.el.
12082 (sgml-calculate-indent): Use them.
12083 (sgml-slash-matching): Rename from sgml-slash.
12084 (sgml-slash): Copied from xml-lite and changed to use
12085 sgml-slash-matching and sgml-quick-keys.
12086
12087 * international/mule-cmds.el (standard-keyboard-coding-systems):
12088 Add koi8-u and koi8-r.
12089
12090 * eshell/.cvsignore: New file.
12091
12092 * eshell/esh-groups.el: Remove.
12093
12094 * progmodes/tcl.el: Change maintainer.
12095 (tcl-electric-hash-style): Change default to nil.
12096 (tcl-imenu-generic-expression): Use tcl-proc-regexp.
12097 (tcl-do-auto-fill): Remove.
12098 (tcl-auto-fill-mode): Rewrite using comment-auto-fill-only-comments.
12099
12100 2002-04-01 Mike Williams <mdub@bigfoot.com>
12101
12102 * textmodes/sgml-mode.el: Doc fixes.
12103 (sgml-mode): Set indent-line-function to sgml-indent-line.
12104 (sgml-calculate-indent): Add an explicit check for 'text syntax,
12105 to protect against future enhancements to sgml-lexical-context.
12106 (sgml-empty-tag-p, sgml-unclosed-tag-p): New funcs.
12107
12108 * textmodes/xml-lite.el: Removed much redundant stuff.
12109 (xml-lite-parse-tag-backward): Simplify parsing by assuming we
12110 always start within text. Make use of sgml-unclosed-tag-p.
12111
12112 2002-04-01 Ville Skytt\e,Ad\e(B <ville.skytta@xemacs.org>
12113
12114 * tcl.el (tcl-imenu-generic-expression): New value.
12115 (tcl-imenu-create-index-function): Function deleted.
12116 (tcl-mode): Check for filladapt-mode.
12117 Use tcl-imenu-generic-expression instead of
12118 tcl-imenu-create-index-function.
12119 (inferior-tcl-mode): Doc fix.
12120 Change not legally significant.
12121
12122 2002-04-01 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12123
12124 * cus-start.el: Rename `x-autoselect-window' to `autoselect-window'.
12125
12126 * window.el (handle-select-window): New function.
12127 Update copyright.
12128
12129 2002-04-01 Richard M. Stallman <rms@gnu.org>
12130
12131 * info.el (info-tool-bar-map): Use tool-bar-local-item-from-menu.
12132
12133 * toolbar/tool-bar.el (tool-bar-local-item): Renamed from
12134 tool-bar-add-item, and new arg MAP.
12135 (tool-bar-add-item): Now calls tool-bar-local-item.
12136 (tool-bar-local-item-from-menu): Renamed from
12137 tool-bar-add-item-from-menu, and new arg IN-MAP.
12138 (tool-bar-add-item-from-menu): Now calls tool-bar-local-item-from-menu.
12139
12140 * help-fns.el (help-with-tutorial): Allow various ways
12141 to specify the text in the [...] line, in handling the <...> line.
12142
12143 * progmodes/idlw-rinfo.el (idlwave-system-routines):
12144 WOLRDTITLE => WORLDTITLE. SUPRESS_VALUE => SUPPRESS_VALUE.
12145
12146 * subr.el (redraw-modeline): Define alias.
12147
12148 2002-03-31 Richard M. Stallman <rms@gnu.org>
12149
12150 * files.el (file-expand-wildcards): Use save-match-data.
12151
12152 * files.el (format-alist): Mark as risky.
12153
12154 * simple.el (kill-new): Doc fix.
12155
12156 * emacs-lisp/byte-opt.el (side-effect-free-fns)
12157 (side-effect-and-error-free-fns): Add many functions, remove some.
12158
12159 2002-03-30 Richard M. Stallman <rms@gnu.org>
12160
12161 * menu-bar.el (menu-bar-tools-menu): Rename gdb item to say GDB.
12162
12163 2002-03-30 Eli Zaretskii <eliz@gnu.org>
12164
12165 * font-lock.el (save-buffer-state): Fix last change.
12166
12167 * files.el (auto-save-file-name-transforms): Fix last change.
12168
12169 * startup.el (command-line): Fix last change.
12170
12171 2002-03-29 Richard M. Stallman <rms@gnu.org>
12172
12173 * subr.el (play-sound-file): Moved to simple.el.
12174
12175 * simple.el (play-sound-file): Moved from subr.el, made unconditional.
12176
12177 2002-03-29 Colin Walters <walters@verbum.org>
12178
12179 * ibuffer.el (ibuffer-mark-interactive): Use `ibuffer-forward-line'
12180 instead of `forward-line'.
12181 (ibuffer-forward-line): Be sure to skip over special properties
12182 before moving, too.
12183
12184 * calc/calc.el (calc-was-split): Var deleted.
12185 (calc): Remove reference to it.
12186 (calc): Ditto.
12187 (calc-quit): Ditto.
12188 (calc-init-base): Ditto.
12189
12190 * calc/calc-misc.el (calc-delete-windows-keep): Function deleted.
12191
12192 2002-03-29 Stefan Monnier <monnier@cs.yale.edu>
12193
12194 * textmodes/sgml-mode.el (sgml-lexical-context): Return (text . START)
12195 instead of nil when point is outside of any tag.
12196 (sgml-beginning-of-tag): Adjust to the change.
12197 (sgml-calculate-indent): Use the new info returned by
12198 sgml-lexical-context. Try to handle unclosed tags.
12199
12200 * textmodes/xml-lite.el (xml-lite-get-context): Don't stop parsing
12201 at unclosed tags unless it is at indentation.
12202 Kill nested unclosed tags.
12203 (xml-lite-calculate-indent, xml-lite-indent-line): Remove.
12204 (xml-lite-mode): Use sgml-indent-line instead.
12205
12206 2002-03-29 Eli Zaretskii <eliz@is.elta.co.il>
12207
12208 * files.el (auto-save-file-name-transforms): Don't run "\\2" via
12209 expand-file-name.
12210
12211 * startup.el (command-line): Recompute auto-save-file-name-transforms
12212 using the updated value of temporary-file-directory.
12213
12214 2002-03-29 Stefan Monnier <monnier@cs.yale.edu>
12215
12216 * textmodes/xml-lite.el (xml-lite-get-context): Allow stopping
12217 even with an empty context. Don't save excursion any more.
12218 Don't complain about unmatched start-tags in sgml-unclosed-tags.
12219 Ignore end-tags in sgml-empty-tags.
12220 (xml-lite-get-context, xml-lite-calculate-indent)
12221 (xml-lite-insert-end-tag): Save excursion around xml-lite-get-context.
12222 (xml-lite-indent-line): Use back-to-indentation.
12223
12224 * textmodes/sgml-mode.el (sgml-basic-offset): New var.
12225 (sgml-name-re, sgml-attrs-re): New consts.
12226 (sgml-tag-name-re, sgml-start-tag-regex, sgml-font-lock-keywords-1)
12227 (sgml-mode): Use them.
12228 (sgml-lexical-context): Default to (point-min) if nothing else works.
12229 (sgml-calculate-indent): Indent slightly differently.
12230 (sgml-indent-line): Use back-to-indentation.
12231 (sgml-parse-dtd): New function.
12232 (sgml-unclosed-tags): New var.
12233 (html-mode): Set it.
12234
12235 2002-03-29 Simon Marshall <simon.marshall@misys.com>
12236
12237 * font-lock.el (save-buffer-state): Use make-symbol to bind `modified'.
12238
12239 2002-03-29 Richard M. Stallman <rms@gnu.org>
12240
12241 * dired-aux.el (dired-do-query-replace-regexp, dired-do-search):
12242 Use FILTER arg in dired-get-marked-files to exclude directories.
12243 (dired-nondirectory-p): New function.
12244
12245 * dired.el (dired-get-marked-files): New arg FILTER
12246 allows selection of some files.
12247
12248 * progmodes/tcl.el (tcl-imenu-create-index-function): Doc fix.
12249
12250 2002-03-29 Eric M. Ludlam <eric@siege-engine.com>
12251
12252 * speedbar.el (speedbar-default-directory-list): Made robust
12253 against deleted directories.
12254
12255 2002-03-28 Richard M. Stallman <rms@gnu.org>
12256
12257 * dired.el (dired-toggle-marks): Renamed from dired-do-toggle.
12258 Bindings changed.
12259
12260 * progmodes/compile.el (compilation-handle-exit):
12261 If compilation-window-height is 0, display status in echo area.
12262
12263 * simple.el (line-move-to-column): Don't call move-to-column if COL=0.
12264
12265 * rect.el (replace-rectangle): Add autoload.
12266
12267 * files.el: Mark many more variables as risky.
12268 (hack-one-local-variable): Recognize several additional
12269 patterns as risky.
12270
12271 * bindings.el (mode-line-mule-info): Use :propertize, not :eval.
12272
12273 2002-03-28 Stefan Monnier <monnier@cs.yale.edu>
12274
12275 * textmodes/xml-lite.el (xml-lite-in-string-p):
12276 Use sgml-lexical-context.
12277 (xml-lite-parse-tag-backward): Use sgml-tag-syntax-table.
12278 (xml-lite-get-context): Check that open/close tags match.
12279 Don't stop scanning while we're ignoring matching tags.
12280
12281 * textmodes/sgml-mode.el (sgml-make-syntax-table): New fun.
12282 (sgml-mode-syntax-table): Use it.
12283 (sgml-tag-syntax-table, sgml-tag-name-re): New const.
12284 (sgml-tags-invisible): Use it.
12285 (sgml-lexical-context): New fun.
12286 (sgml-maybe-end-tag, sgml-beginning-of-tag): Use it.
12287 (sgml-quote): Accept \n as entity reference terminator.
12288 (sgml-calculate-indent, sgml-indent-line): New funs.
12289
12290 2002-03-28 Andre Spiegel <spiegel@gnu.org>
12291
12292 * vc-cvs.el (vc-cvs-global-switches): New user option.
12293 (vc-cvs-command): New function. Update all callers of
12294 `vc-do-command' in vc-cvs.el to use this instead.
12295
12296 2002-03-27 Andrew Innes <andrewi@gnu.org>
12297
12298 * makefile.w32-in (bootstrap-clean-SH): Use for loop, instead of
12299 relying on shell globbing.
12300
12301 2002-03-27 Colin Walters <walters@debian.org>
12302
12303 * ibuffer.el (ibuffer-help-buffer-modes): New variable.
12304 (ibuffer-fontification-alist): Use it.
12305 (ibuffer-backward-line): Handle `ibuffer-summary' area.
12306 (ibuffer-forward-line): Ditto.
12307
12308 * ibuf-ext.el (sorter mode-name): Doc fix.
12309 (ibuffer-mark-help-buffers): Use `ibuffer-help-buffer-modes'.
12310 (operation query-replace): Use new `noerror' arg for
12311 `query-replace-read-args'.
12312 (operation query-replace-regexp): Ditto.
12313
12314 2002-03-27 Stefan Monnier <monnier@cs.yale.edu>
12315
12316 * textmodes/xml-lite.el: Fix copyright notice.
12317 (xml-lite-basic-offset): Rename from xml-lite-indent-offset.
12318 (xml-lite-indent-comment-offset): Remove.
12319 (xml-lite-calculate-indent): Use new name. Use natural alignment
12320 for comments.
12321 (xml-lite-in-string-p): Simplify.
12322
12323 2002-03-27 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12324
12325 * allout.el (outline-layout): Doc fix.
12326
12327 2002-03-27 Stefan Monnier <monnier@cs.yale.edu>
12328
12329 * textmodes/xml-lite.el: Don't require `custom'.
12330 (xml-lite-parse-tag-name): Properly treat non-ASCII chars.
12331 (xml-lite-parse-tag-backward): Obey sgml-empty-tags.
12332 (xml-lite-get-context): Drop nested tags not just for comments.
12333 (xml-lite-indent-line): Be more careful about moving point.
12334 (xml-lite-insert-end-tag, xml-lite-slash):
12335 Use indent-according-to-mode instead of xml-lite-indent-line.
12336 (xml-lite-mode): Make xml-lite-orig-indent-line-function buffer-local.
12337 Set sgml-xml-mode. Don't call force-mode-line-update.
12338 (xml-lite-mode-map): Don't bind TAB.
12339
12340 2002-03-27 Zoltan Kemenczy <zoltan@ieee.org>
12341
12342 * gud.el (gud-jdb-sourcepath): New variable, saves jdb -sourcepath
12343 parameter value.
12344 (gud-jdb-build-source-files-list): Comment clarification.
12345 (gud-jdb-massage-args): Reworked into loop-based argument list
12346 processing in order to support -classpath and -sourcepath argument
12347 processing.
12348 (gud-jdb-find-source-using-classpath): Prepend gud-jdb-sourcepath
12349 to gud-jdb-classpath to obtain search list.
12350 (gud-jdb-parse-classpath-string): Remove any trailing slashes from
12351 directory names in classpath/sourcepath lists, update comment.
12352 (jdb): Add setting of gud-jdb-sourcepath, update comment.
12353 (gud-find-class): Add gud-jdb-sourcepath use, and correct
12354 behaviour for the case when classpath is not used--backward
12355 compatibility fix.
12356
12357 2002-03-27 Eli Zaretskii <eliz@is.elta.co.il>
12358
12359 * Makefile.in (compile, compile-always): Don't try to compile
12360 non-existent files or files in empty directories.
12361
12362 2002-03-26 Michael Ernst <mernst@alum.mit.edu>
12363
12364 * compare-w.el (compare-windows-whitespace): Match all whitespace.
12365
12366 * emacs-lisp/shadow.el (list-load-path-shadows): Only ignore last
12367 copy of standard Lisp directories.
12368
12369 * tar-mode.el (tar-header-block-summarize, tar-get-descriptor):
12370 Support "next has longname" link type.
12371
12372 2002-03-26 Stefan Monnier <monnier@cs.yale.edu>
12373
12374 * textmodes/xml-lite.el (xml-lite-at-indentation-p): Move.
12375 (xml-lite-in-string-p, xml-lite-looking-back-at, xml-lite-looking-at):
12376 New functions.
12377 (forward-xml-tag, backward-xml-tag, beginning-of-xml-tag)
12378 (end-of-xml-tag): Remove.
12379 (xml-lite-get-context): Better handling of comments.
12380 (xml-lite-calculate-indent): Use xml-lite-in-string-p.
12381 (xml-lite-parse-tag-backward): Rewrite.
12382
12383 2002-03-26 Juanma Barranquero <lektu@terra.es>
12384
12385 * makefile.w32-in (WINS): Add the toolbar directory.
12386
12387 2002-03-26 Richard M. Stallman <rms@gnu.org>
12388
12389 * subr.el (substring-no-properties): Function deleted (now in C).
12390
12391 2002-03-25 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12392
12393 * mwheel.el (mouse-wheel-mode): Use global-set-key and
12394 global-unset-key.
12395
12396 2002-03-24 Richard M. Stallman <rms@gnu.org>
12397
12398 * mail/rmail.el (rmail-resend): Call mail-abbrev-make-syntax-table.
12399
12400 * progmodes/etags.el (tags-query-replace): Pass t for NOERROR
12401 to query-replace-read-args.
12402
12403 * progmodes/compile.el (compilation-forget-errors):
12404 Don't adjust compilation-parsing-end if it's nil.
12405
12406 * replace.el (query-replace-read-args): New optional arg NOERROR.
12407 (perform-replace): Use save-window-excursion around recursive edit.
12408
12409 2002-03-24 Colin Walters <walters@verbum.org>
12410
12411 * ibuffer.el (ibuffer): If the user has `ibuffer-use-other-window'
12412 non-nil, then always use another window.
12413
12414 2002-03-24 Gerd Moellmann <gerd@gnu.org>
12415
12416 * subr.el (macro-declaration-function): New function. Set the
12417 variable macro-declaration-function to it.
12418
12419 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
12420 Handle declarations in macro definitions.
12421
12422 2002-03-24 Eli Zaretskii <eliz@is.elta.co.il>
12423
12424 * facemenu.el (facemenu-get-face): Remove unused variable `foreground'.
12425
12426 * enriched.el (enriched-face-ans): Support FACE of the form
12427 (:foreground COLOR) and (:background COLOR).
12428 (enriched-decode-foreground, enriched-decode-background): Set the
12429 fore- and background colors of the faces we create, since facemenu
12430 doesn't.
12431
12432 2002-03-24 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12433
12434 * mwheel.el (mouse-wheel-mode): Use the result of
12435 current-global-map instead of the variable `global-map'.
12436
12437 2002-03-23 Richard M. Stallman <rms@gnu.org>
12438
12439 * mail/mailabbrev.el (mail-abbrev-make-syntax-table): New subroutine
12440 broken out of sendmail-pre-abbrev-expand-hook.
12441 (sendmail-pre-abbrev-expand-hook): Use it.
12442
12443 2002-03-22 Stefan Monnier <monnier@cs.yale.edu>
12444
12445 * Makefile.in (finder-inf.el): Remove.
12446 (finder-data): Don't depend on finder-inf.el any more.
12447 (compile, compile-always): Handle the case where some files
12448 from DONTCOMPILE are missing (it tried to compile them).
12449 (bootstrap-clean): Use src/emacs only if executable.
12450 (bootstrap): Update subdirs.el and finder-inf.el.
12451
12452 * finder.el: Don't load finder-inf.el during byte-compilation.
12453
12454 * vc-cvs.el (vc-cvs-registered, vc-cvs-dir-state-heuristic):
12455 Don't consider cvs-removed files as under VC control.
12456 VC wouldn't handle them properly anyway and it confuses
12457 vc-file-not-found-hook.
12458
12459 * emacs-lisp/bytecomp.el (batch-byte-compile-if-not-done):
12460 Add autoload cookie.
12461
12462 2002-03-22 Eli Zaretskii <eliz@is.elta.co.il>
12463
12464 * calendar/calendar.el (calendar): Doc fix.
12465
12466 2002-03-22 Juanma Barranquero <lektu@terra.es>
12467
12468 * play/gomoku.el (gomoku-font-lock-O-face): Convert to use `defface'.
12469 (gomoku-font-lock-X-face): Likewise.
12470 (gomoku-font-lock-keywords): Use faces instead of variables.
12471
12472 2002-03-21 Stefan Monnier <monnier@cs.yale.edu>
12473
12474 * Makefile.in (bootstrap): Make sure subdirs.el is ready.
12475
12476 2002-03-21 Kim F. Storm <storm@cua.dk>
12477
12478 * simple.el (open-network-stream, open-network-stream-nowait)
12479 (open-network-stream-server): Use featurep to test for
12480 supported networking features.
12481
12482 2002-03-21 Thien-Thi Nguyen <ttn@gnu.org>
12483
12484 * mail/emacsbug.el (report-emacs-bug-hook): Remove submitter
12485 directions as the last action.
12486
12487 2002-03-21 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12488
12489 * startup.el (fancy-splash-tail, normal-splash-screen):
12490 Update copyright.
12491
12492 * novice.el (disabled-command-hook): Clarify output text to match
12493 prompt.
12494
12495 2002-03-20 Jason Rumney <jasonr@gnu.org>
12496
12497 * frame.el (display-images-p): Do not explicitly check display type.
12498
12499 2002-03-20 pmr-sav <pmr-sav@hamm.pajato.com>
12500
12501 * mail-utils.el:
12502 Eliminate compilation warnings due to `rfc822-addresses'.
12503 (rmail-dont-reply-to): Eliminate `pos' as a free variable for a
12504 warning free compile.
12505
12506 2002-03-20 Michael Kifer <kifer@cs.stonybrook.edu>
12507
12508 * ediff-diff.el (ediff-install-fine-diff-if-necessary):
12509 Take the current highlighting style into account.
12510 (ediff-forward-word-function,ediff-whitespace,ediff-word-1)
12511 (ediff-word-2,ediff-word-3,ediff-word-4): Make them buffer local.
12512
12513 * ediff-init.el (ediff-patch-job): New macro.
12514
12515 * ediff-mult.el (ediff-make-new-meta-list-header): New API function.
12516 (ediff-intersect-directories): Use ediff-make-new-meta-list-header.
12517
12518 * ediff-ptch.el (ediff-map-patch-buffer):
12519 Use ediff-make-new-meta-list-header.
12520 (ediff-fixup-patch-map): Use the meta-list API from ediff-mult.el.
12521
12522 * ediff-util.el (ediff-toggle-hilit): Fix toggling of highliting.
12523 (ediff-select-difference): Take highlighting style into account.
12524 (ediff-clone-buffer-for-region-comparison): New function.
12525 (ediff-inferior-compare-regions): Added comparison of current diff
12526 regions.
12527
12528 * ediff.el (ediff-clone-buffer-for-region-comparison)
12529 (ediff-clone-buffer-for-window-comparison): Moved to ediff-util.el.
12530
12531 2002-03-19 pmr-sav <pmr-sav@hamm.pajato.com>
12532
12533 * mail-utils.el (rmail-dont-reply-to):
12534 Overhaul to correctly apply the regular
12535 expressions in the variable `rmail-dont-reply-to-names' to the list of
12536 destination addresses. Contributed by lorentey@elte.hu.
12537
12538 * rmail.el (rmail-dont-reply-to-names):
12539 Modify the documentation to make it email
12540 address centric rather than login name centric. Contributed by
12541 lorentey@elte.hu.
12542
12543 2002-03-18 Colin Walters <walters@verbum.org>
12544
12545 * ibuf-ext.el (ibuffer-toggle-sorting-mode): Remove `find-if' so
12546 we don't require `cl' at runtime.
12547 (sorting mode mode-name): Don't take the symbol-name of a string.
12548
12549 * ibuffer.el (ibuffer-set-mark): Go back to the beginning of the
12550 line after setting the mark.
12551 (ibuffer-insert-buffers-and-marks): Invert the test for
12552 `ibuffer-sorting-reversep'.
12553
12554 2002-03-18 Stefan Monnier <monnier@cs.yale.edu>
12555
12556 * international/ucs-tables.el (unify-8859-on-decoding-mode)
12557 (unify-8859-on-encoding-mode): Remove autoload cookie.
12558
12559 2002-03-18 Andre Spiegel <spiegel@gnu.org>
12560
12561 * vc-rcs.el (vc-rcs-register): Fix handling of
12562 vc-[rcs-]register-switches.
12563 (vc-rcs-checkin-switches, vc-rcs-checkout-switches):
12564 Variables removed, since they weren't used yet.
12565
12566 * vc-cvs.el (vc-cvs-register): Fix handling of
12567 vc-[cvs-]register-switches.
12568
12569 * vc-sccs.el (vc-sccs-register): Fix handling of
12570 vc-[sccs-]register-switches.
12571
12572 2002-03-18 Stefan Monnier <monnier@cs.yale.edu>
12573
12574 * loadup.el ("emacs-lisp/backquote"): Load earlier.
12575 ("international/ucs-tables"): Load and turn on
12576 unify-8859-on-encoding-mode unconditionally.
12577 (emacs-version): Use `defconst' rather than `setq'.
12578
12579 * eshell/esh-ext.el (eshell-binary-suffixes): Use exec-suffixes.
12580
12581 2002-03-18 Richard M. Stallman <rms@gnu.org>
12582
12583 * menu-bar.el (menu-bar-options-menu): Cope if
12584 text-mode-hook is not a list.
12585
12586 2002-03-17 Richard M. Stallman <rms@gnu.org>
12587
12588 * emulation/pc-select.el (pc-selection-mode):
12589 Alter the existing global map, don't replace it.
12590
12591 * files.el (list-directory): Set default-directory at the end.
12592
12593 * dabbrev.el (dabbrev--goto-start-of-abbrev):
12594 Put a limit on field-beginning search.
12595
12596 2002-03-17 Simon Josefsson <jas@extundo.com>
12597
12598 * net/browse-url.el (browse-url-mosaic-pidfile): New variable.
12599 (browse-url-mosaic): Use it.
12600
12601 * net/browse-url.el (browse-url-filename-alist): Don't begin
12602 docstring with *, you don't want to set this one with M-x set-variable.
12603
12604 * net/browse-url.el: Put * in user option doc strings.
12605
12606 2002-03-17 Stefan Monnier <monnier@cs.yale.edu>
12607
12608 * textmodes/sgml-mode.el (sgml-xml-mode): Renamed from sgml-xml.
12609 (sgml-xml-guess): Simplify.
12610 (sgml-mode-common): Remove (move into sgml-mode).
12611 (sgml-mode): Add code from sgml-mode-common.
12612 Remove redundant setting of indent-line-function.
12613 Don't set skeleton-transformation when in XML mode.
12614
12615 * international/mule-diag.el (describe-char-after):
12616 Use `internal-describe-syntax-value' again (got lost somewhere).
12617
12618 * international/ucs-tables.el (ucs-unify-8859, ucs-fragment-8859):
12619 Use unify-8859-on-decoding-mode.
12620 (unify-8859-on-decoding-mode): Also set translation-table-for-input.
12621 (ucs-insert): Give an error if the unicode char can't be created.
12622
12623 * pcvs-parse.el (cvs-parse-table): Be a bit more lenient.
12624 (cvs-parse-status): Handle the "used to have a conflict" marker.
12625
12626 2002-03-17 Kim F. Storm <storm@cua.dk>
12627
12628 The following changes are related to the enhanced network process
12629 support.
12630
12631 * simple.el: Update copyright.
12632 (clone-process): Use make-network-process to clone network
12633 processes. Get command list via (process-contact ... t).
12634 Use set-process-query-on-exit-flag and process-query-on-exit-flag
12635 instead of process-kill-without-query.
12636 (open-network-stream): Replaces C-version from process.c.
12637 (open-network-stream-nowait, open-network-stream-server): New funs.
12638 (process-kill-without-query): Replaces C-version from process.c.
12639
12640 * files.el: Update copyright.
12641 (save-buffers-kill-emacs): Also check for active server
12642 processes. Use process-query-on-exit-flag. Only list processes
12643 which has the query-on-exit flag set in connection with user query.
12644
12645 * shadowfile.el: Update copyright.
12646 (shadow-save-buffers-kill-emacs): Also check for active server
12647 processes. Use process-query-on-exit-flag.
12648
12649 2002-03-16 Simon Marshall <simon.marshall@misys.com>
12650
12651 * imenu.el (imenu-menubar-modified-tick): Renamed from
12652 imenu-update-menubar-modified-tick.
12653 (imenu-update-menubar): Update imenu-menubar-modified-tick
12654 whenever outer condition succeeds.
12655
12656 * lazy-lock.el (save-buffer-state):
12657 Bind inhibit-modification-hooks and buffer-file-truename
12658 instead of before-change-functions and after-change-functions.
12659
12660 2002-03-16 Eli Zaretskii <eliz@is.elta.co.il>
12661
12662 * international/codepage.el (codepage-setup): Don't define a
12663 codepage if it is already defined.
12664
12665 * textmodes/po.el (po-content-type-charset-alist): Convert the
12666 car of each association to a string.
12667 (po-find-file-coding-system-guts): If the charset matches a name
12668 of a codepage, set up that codepage and return it as a coding
12669 system to decode the file.
12670 (po-find-charset): Search for the Charset= header even if we've
12671 read less than 4KB.
12672 <top-level>: Remove the setup for all known codepages: it seems
12673 to cause crashes in the CCL driver.
12674
12675 2002-03-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12676
12677 * textmodes/bibtex.el (bibtex-sort-ignore-string-entries)
12678 (bibtex-entry-field-alist): Doc fix.
12679
12680 2002-03-16 Richard M. Stallman <rms@gnu.org>
12681
12682 * progmodes/cperl-mode.el (cperl-imenu--function-name-regexp-perl):
12683 Move definition above cperl-outline-regexp.
12684
12685 * bindings.el (mode-line-mule-info): In computing help-echo prop,
12686 avoid using save-window-excursion. And compile the function.
12687
12688 2002-03-15 Stefan Monnier <monnier@cs.yale.edu>
12689
12690 * files.el (load-completion): New function.
12691 (load-library): Use it.
12692
12693 2002-03-15 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12694
12695 * calendar/cal-french.el (calendar-goto-french-date): Fix prompt
12696 to match the actual code.
12697
12698 2002-03-15 Eli Zaretskii <eliz@is.elta.co.il>
12699
12700 * textmodes/po.el (po-find-file-coding-system-guts):
12701 Use with-temp-buffer instead of po-with-temp-buffer.
12702
12703 * international/mule-conf.el (file-coding-system-alist): Add an
12704 association for PO files.
12705
12706 * textmodes/po.el: New file.
12707
12708 2002-03-15 Gerd Moellmann <gerd@gnu.org>
12709
12710 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
12711 Fix simple loop indentation.
12712
12713 2002-03-14 Miles Bader <miles@gnu.org>
12714
12715 * net/rlogin.el (rlogin-mode): Use `define-derived-mode'.
12716
12717 2002-03-14 Richard M. Stallman <rms@gnu.org>
12718
12719 * textmodes/picture.el (picture-insert)
12720 (picture-clear-column, picture-draw-rectangle):
12721 Use move-to-column, not move-to-column-force.
12722
12723 * dired.el (dired-readin): Clear out undo list.
12724 (dired-fun-in-all-buffers): Definition moved from dired-aux.el.
12725 (dired-delete-entry): New function.
12726 (dired-internal-do-deletions): Use dired-fun-in-all-buffers
12727 and dired-delete-entry, to update this buffer (and others).
12728
12729 * dired-aux.el (dired-fun-in-all-buffers): Moved to dired.el.
12730
12731 * facemenu.el (facemenu-add-new-face):
12732 Pass region args to facemenu-set-face, when there is a region.
12733 (facemenu-set-foreground, facemenu-set-background)
12734 (facemenu-add-face): Doc fixes.
12735
12736 * progmodes/cperl-mode.el (cperl-outline-regexp): Move definition up.
12737
12738 2002-03-14 Miles Bader <miles@gnu.org>
12739
12740 * emacs-lisp/debug.el: Require `button'.
12741 (debugger-mode-map): Set the parent keymap to `button-buffer-map',
12742 to get TAB and <backtab> bindings.
12743
12744 * net/rlogin.el (rlogin-carriage-filter): Function removed.
12745 (rlogin): Don't install the `rlogin-carriage-filter' filter, as
12746 comint removes carriage returns itself now.
12747
12748 * rfn-eshadow.el (rfn-eshadow-update-overlay):
12749 Bind `inhibit-point-motion-hooks' to t while messing around, to avoid
12750 getting hosed by our own intangible property.
12751
12752 2002-03-13 Stefan Monnier <monnier@cs.yale.edu>
12753
12754 * progmodes/fortran.el (fortran-mode): Set comment-padding to "$$$".
12755 Add fortran-comment-line-start-skip to comment-start-skip.
12756 (fortran-comment-indent): Keep whole-line comments in column 0.
12757 (fortran-find-comment-start-skip): New arg `all'.
12758 If ALL is nil, make sure we only match comment-start-skip if we
12759 can't match fortran-comment-line-start-skip.
12760 Fix bug that made it return t but without moving point when
12761 matching '!'! (a false-comment followed by a real comment).
12762 (fortran-indent-comment): Use new `all' argument above.
12763 Be careful not to add an incorrect comment-starter like "C"
12764 in comment-column.
12765 (fortran-split-line): When splitting a comment, reuse the comment
12766 starter from the current line rather than fortran-comment-line-start.
12767 (fortran-indent-line, fortran-auto-fill): Simplify thanks to the
12768 cleaner behavior of fortran-find-comment-start-skip.
12769 (fortran-fill): Don't be confused by ! inside a comment.
12770 (fortran-break-line): Minor cleanup and simplification.
12771
12772 2002-03-13 Francesco Potort\e,Al\e(B <pot@gnu.org>
12773
12774 * progmodes/etags.el (tag-exact-file-name-match-p)
12775 (tag-file-name-match-p, tag-partial-file-name-match-p): Use a
12776 simpler regexp.
12777
12778 2002-03-12 Colin Walters <walters@debian.org>
12779
12780 * ibuffer.el (ibuffer-redisplay-current): Don't move point when
12781 redisplaying a line.
12782
12783 2002-03-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12784
12785 * term/x-win.el (emacs-session-restore): Take previous id as
12786 an argument.
12787 (emacs-session-save): Add comment that return t means cancel shutdown
12788
12789 * startup.el (command-line): Must check that x-session-previous-id
12790 is bound also, for non-X platforms.
12791
12792 2002-03-12 Gerd Moellmann <gerd@gnu.org>
12793
12794 * emacs-lisp/cl-indent.el (lisp-loop-keyword-indentation)
12795 (lisp-loop-forms-indentation, lisp-simple-loop-indentation):
12796 New user options.
12797 (extended-loop-p, common-lisp-loop-part-indentation): New functions.
12798 (common-lisp-indent-function-1): Renamed from
12799 common-lisp-indent-function.
12800 (common-lisp-indent-function): Handle loop forms specially.
12801 (lisp-indent-defmethod): Use car/cdr instead of first/rest.
12802 (lisp-backquote-indentation): New user option.
12803
12804 2002-03-12 Francesco Potort\e,Al\e(B <pot@gnu.org>
12805
12806 * progmodes/etags.el (tag-exact-file-name-match-p)
12807 (tag-file-name-match-p, tag-partial-file-name-match-p):
12808 Assume that the header of a tags section has either a number
12809 or nothing after the last comma.
12810
12811 2002-03-11 Richard M. Stallman <rms@gnu.org>
12812
12813 * imenu.el (imenu-update-menubar-modified-tick): New variable.
12814 (imenu-update-menubar): Don't call imenu--make-index-alist
12815 if buffer has not changed since last time.
12816
12817 * desktop.el (desktop-buffer-handlers): Doc fix.
12818 (desktop-buffer-file): Explicitly return BUF.
12819
12820 * paren.el (show-paren-function): Move back in other direction
12821 to verify the match is correct.
12822
12823 * mail/supercite.el (sc-select-attribution): Accept whatever value
12824 we get in CHOICE; there is no value meaning "try again".
12825
12826 2002-03-11 Colin Walters <walters@verbum.org>
12827
12828 * shell.el (toplevel): Revert previous change to use pcomplete.
12829 (shell-mode): Ditto.
12830 (shell-pcomplete-setup-done): Remove.
12831 (shell-pcomplete): Ditto.
12832 (shell-pcomplete-reverse): Ditto.
12833
12834 * comint.el: Remove documentation on setting up pcomplete.
12835
12836 2002-03-11 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12837
12838 * font-lock.el (java-font-lock-extra-types): Add "URL" as separate
12839 item. Doc fix.
12840
12841 * image.el (image-type-from-file-header): Make temporary buffer
12842 unibyte.
12843
12844 * subr.el (add-to-list): Doc fix.
12845
12846 2002-03-11 Miles Bader <miles@gnu.org>
12847
12848 * pcomplete.el (pcomplete-entries): Expand environment variables
12849 in filename.
12850
12851 2002-03-10 Daniel Pfeiffer <occitan@esperanto.org>
12852
12853 * play/mpuz.el: Use defface instead of facemenu-get-face.
12854
12855 2002-03-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12856
12857 * startup.el (command-line): Add call to emacs-session-restore if
12858 both x-session-id and x-session-previous-id are strings.
12859
12860 * term/x-win.el (x-handle-smid): New function.
12861 (emacs-session-filename): New function.
12862 (emacs-session-save): New function.
12863 (emacs-save-session-functions): New variable.
12864 (emacs-session-restore): New function.
12865
12866 2002-03-09 Eli Zaretskii <eliz@is.elta.co.il>
12867
12868 * simple.el (shell-command-on-region): Call push-mark with
12869 non-nil second arg, to suppress the "Mark set" message.
12870
12871 2002-03-08 Richard M. Stallman <rms@gnu.org>
12872
12873 * textmodes/picture.el (picture-forward-column): New arg `interactive'
12874 is non-nil for an interactive call. Use instead of interactive-p.
12875 (picture-backward-column): Likewise.
12876
12877 * tar-mode.el (tar-untar-buffer): New function.
12878
12879 * info.el (Info-fontify-node): Bind up-clicks, not down-clicks.
12880 Put the mouse-face on the entire xref, like the local keymap.
12881
12882 * find-dired.el (find-name-dired): Use shell-quote-argument.
12883
12884 2002-03-08 Daniel Pfeiffer <occitan@esperanto.org>
12885
12886 * play/mpuz.el (mpuz-unsolved-face, mpuz-solved-face)
12887 (mpuz-trivial-face, mpuz-text-face, mpuz-solve-when-trivial)
12888 (mpuz-allow-double-multiplicator): New options for nicer look and
12889 new features.
12890 (mpuz-put-number-on-board, mpuz-paint-number, mpuz-solve): New funs.
12891 (mpuz-check-all-solved, mpuz-random-puzzle)
12892 (mpuz-paint-statistics, mpuz-paint-digit, mpuz-close-game)
12893 (mpuz-show-solution): Functions streamlined and removed french
12894 style space before punctuation, added face support and optional
12895 solving of trivial results.
12896
12897 2002-03-07 Colin Walters <walters@verbum.org>
12898
12899 * ibuf-macs.el (define-ibuffer-column): Add :summarizer property.
12900
12901 * ibuffer.el (ibuffer-update-mode-name): Substitute "view time"
12902 instead of "recency" for clarity.
12903 (ibuffer-compile-format): Document more. Handle new "summarizer"
12904 columns.
12905 (ibuffer-fontify-region-function): Ditto.
12906 (ibuffer-insert-buffer-line): Ditto.
12907 (ibuffer-map-lines): Ditto.
12908 (ibuffer-insert-buffers-and-marks): Ditto.
12909 (ibuffer-update-title-and-summary): Renamed from
12910 `ibuffer-update-title'. Handle "summarizer" columns.
12911 (ibuffer-clear-summary-columns): New function.
12912
12913 * ibuf-ext.el (ibuffer-filter-format-alist): Add type and group.
12914
12915 2002-03-07 Gerd Moellmann <gerd@gnu.org>
12916
12917 * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
12918 Use the other-window instead of the other-frame functions when
12919 the window is dedicated.
12920
12921 2002-03-06 ShengHuo ZHU <zsh@cs.rochester.edu>
12922
12923 * textmodes/bibtex.el (bibtex-make-field): Call bibtex-find-text
12924 with SILENT so that a new field can be added.
12925
12926 2002-03-06 Eli Zaretskii <eliz@is.elta.co.il>
12927
12928 * files.el (make-auto-save-file-name): Make sure the produced file
12929 name does not contain characters that are invalid for DOS/Windows
12930 filesystems.
12931
12932 * dos-fns.el, w32-fns.el (make-auto-save-file-name):
12933 Remove replacement functions.
12934
12935 2002-03-06 Gerd Moellmann <gerd@gnu.org>
12936
12937 * font-lock.el (lisp-font-lock-keywords-2): Highlight keywords of
12938 the form `:x'.
12939
12940 * vc.el (vc-branch-part): Add autoload cookie. This function can
12941 be called from vc-rcs-find-most-recent-rev when visiting a file
12942 checked into RCS in a CVS sandbox.
12943
12944 2002-03-06 Andreas Schwab <schwab@suse.de>
12945
12946 * progmodes/hideif.el: Augment expression parser to handle
12947 conditional expressions.
12948 (hif-token-regexp): Also match `?' and `:'.
12949 (hif-tokenize): Handle `?' and ':' as tokens.
12950 (hif-expr): Parse conditional expressions.
12951 (hif-or-expr): Parse `||' expressions.
12952 (hif-and-expr): Renamed from hif-term.
12953 (hif-conditional): New function to evaluate a conditional
12954 expression.
12955
12956 2002-03-06 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12957
12958 * language/czech.el ("Czech"): Fix the documentation.
12959
12960 * language/slovak.el ("Slovak"): Likewise.
12961
12962 2002-03-05 ShengHuo ZHU <zsh@cs.rochester.edu>
12963
12964 * xml.el (xml-parse-attlist): Accept empty strings.
12965
12966 2002-03-05 Eli Zaretskii <eliz@is.elta.co.il>
12967
12968 * mouse.el (mouse-show-mark): Remove the no-highlight alternative:
12969 all terminals now support highlighting of some kind.
12970
12971 * language/european.el (mac-roman): Fix the safe-chars property.
12972
12973 2002-03-05 Andre Spiegel <spiegel@gnu.org>
12974
12975 * vc.el (vc-transfer-file): Use `make-temp-file'.
12976 (vc-default-update-changelog): Remove conditional use of
12977 `make-temp-name'.
12978
12979 * vc-cvs.el (vc-cvs-diff-tree): Fix typo in parameter names.
12980
12981 2002-03-05 Michael Kifer <kifer@cs.stonybrook.edu>
12982
12983 * ediff-init.el: Comments.
12984
12985 * ediff-hook.el: Got rid of autoloads. Not needed, since the hook
12986 is loaded.
12987
12988 * ediff-mult.el (ediff-intersect-directories)
12989 (ediff-prepare-meta-buffer,ediff-get-directory-files-under-revision):
12990 Cleanup.
12991 (ediff-draw-dir-diffs): Now supports the "C" command in directory
12992 difference buffer.
12993 (ediff-dir-diff-copy-file): New function that implements copying
12994 of files from one Ediff dir to another
12995 (ediff-bury-dir-diffs-buffer): Kills the buffer instead.
12996 (ediff-append-custom-diff): Better error msgs.
12997
12998 * ediff-util.el (ediff-compute-custom-diffs-maybe): Buglet fix.
12999 (ediff-inferior-compare-regions): Use
13000 ediff-clone-buffer-for-region-comparison. Better and simpler interface.
13001
13002 * ediff.el (ediff-directories-internal): Cleanup.
13003 (ediff-clone-buffer-for-region-comparison): Better interface.
13004
13005 2002-03-04 Richard M. Stallman <rms@gnu.org>
13006
13007 * emacs-lisp/easy-mmode.el (define-minor-mode):
13008 Use "P" in interactive spec of minor mode commands.
13009
13010 2002-03-04 Stefan Monnier <monnier@cs.yale.edu>
13011
13012 * faces.el (face-spec-choose): Allow `t' to appear before the end.
13013 (mode-line, tool-bar, minibuffer-prompt, region, fringe, bold, italic)
13014 (bold-italic, underline, highlight, secondary-selection, fixed-pitch)
13015 (variable-pitch, trailing-whitespace): Don't use the old-style entries.
13016 (mode-line-inactive, header-line): Move the `t' section to the
13017 beginning so the `:inherit' setting can be shared.
13018
13019 2002-03-04 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13020
13021 * net/snmp-mode.el: Require tempo when compiling to prevent
13022 warnings. Update copyright notice.
13023
13024 * help.el (describe-key-briefly, describe-key): Interpret `undefined'
13025 like not defined at all.
13026
13027 2002-03-03 Stefan Monnier <monnier@cs.yale.edu>
13028
13029 * textmodes/sgml-mode.el: Change maintainer to FSF.
13030 (sgml-start-tag-regex, sgml-font-lock-keywords-1, sgml-mode-common)
13031 (sgml-tags-invisible, sgml-beginning-of-tag):
13032 Allow _ : and non-ASCII in tag names, as required for XML.
13033 (sgml-name-char): Don't assume anything about charsets handled by
13034 encode-char.
13035
13036 * textmodes/tex-mode.el (tex-guess-main-file): Handle the case
13037 where one of the buffers is narrowed.
13038
13039 * hexl.el (hexlify-command, dehexlify-command): Remove.
13040 (hexlify-buffer, dehexlify-buffer): Use call-process-region
13041 rather than shell-command-on-region.
13042
13043 * newcomment.el (comment-forward): Use forward-comment to skip
13044 over whitespace (or comments) even when comment-use-syntax is nil.
13045
13046 * progmodes/cperl-mode.el (cperl-menu): Add "-emacs" to the version.
13047
13048 * textmodes/xml-lite.el: New file.
13049
13050 2002-03-03 Richard M. Stallman <rms@gnu.org>
13051
13052 * textmodes/artist.el (artist-system): Use make-temp-file.
13053
13054 * progmodes/ps-mode.el (ps-run-make-tmp-filename): Use make-temp-file.
13055
13056 * mail/sendmail.el (mail-recover-1): Increase non-random-len
13057 by 1 since we changed make-auto-save-file-name to add one
13058 fewer character to the buffer name.
13059 (mail-recover): Really show point at the right place
13060 in the *Directory* buffer.
13061
13062 * files.el (make-auto-save-file-name): Use make-temp-file.
13063
13064 * terminal.el (te-create-terminfo): Use make-temp-file
13065 to create the source file in a safe way.
13066
13067 2002-03-03 Eli Zaretskii <eliz@is.elta.co.il>
13068
13069 * cus-start.el: Rename automatic-hscroll-step and
13070 automatic-hscroll-margin into hscroll-step and hscroll-margin.
13071
13072 * frame.el (auto-hscroll-mode): Renamed from automatic-hscrolling.
13073 (automatic-hscrolling): Now a defvaralias for auto-hscroll-mode.
13074
13075 * mouse.el (mouse-region-delete-keys): Add deletechar.
13076
13077 2002-03-03 Sam Steingold <sds@gnu.org>
13078
13079 * play/snake.el (snake-score-file): Fixed parens (broken by the
13080 last patch).
13081 * play/tetris.el (tetris-score-file): Ditto.
13082
13083 2002-03-03 Richard M. Stallman <rms@gnu.org>
13084
13085 * play/tetris.el (tetris-score-file): Put in home dir, not in /tmp.
13086
13087 * play/snake.el (snake-score-file): Put in home dir, not in /tmp.
13088
13089 * play/gamegrid.el (gamegrid-set-font, gamegrid-setup-face)
13090 (gamegrid-make-mono-tty-face): Fix usage of condition-case.
13091
13092 2002-03-03 Thien-Thi Nguyen <ttn@gnu.org>
13093
13094 * calendar/diary-lib.el (list-diary-entries): Use `buffer-substring'
13095 instead of `buffer-substring-no-properties' to support enriched mode.
13096
13097 2002-03-02 Richard M. Stallman <rms@gnu.org>
13098
13099 * find-dired.el (find-grep-dired): Call shell-quote-argument.
13100 Specify the -e option.
13101 Rename arg to `regexp'.
13102
13103 2002-03-02 Milan Zamazal <pdm@zamazal.org>
13104
13105 * textmodes/tildify.el (tildify-string-alist): Add entry for xml-mode.
13106
13107 2002-03-02 Miles Bader <miles@gnu.org>
13108
13109 * mwheel.el (mwheel-scroll): Remove `double' and `triple' from the
13110 event-modifiers before looking up in `mouse-wheel-scroll-amount'.
13111 If there's no applicable modifiers entry in the alist in
13112 `mouse-wheel-scroll-amount', fall back to the default, not to
13113 nil (which causes full screen scrolls).
13114
13115 2002-03-01 Andreas Schwab <schwab@suse.de>
13116
13117 * textmodes/texnfo-upd.el (texinfo-start-menu-description):
13118 Remove extra paren in regexp.
13119
13120 2002-03-01 Eli Zaretskii <eliz@is.elta.co.il>
13121
13122 * mouse.el (mouse-show-mark): Use display-mouse-p, not
13123 display-graphic-p, to decide whether to move point or use the
13124 highlighting.
13125
13126 2002-02-28 Colin Walters <walters@verbum.org>
13127
13128 * eshell/esh-var.el (eshell-parse-variable-ref): Use `make-temp-file'.
13129
13130 * calc/calc-graph.el (calc-gnuplot-tempfile): Don't expand against
13131 `temporary-file-directory'; we now do that in `calc-graph-file-cache'.
13132 (calc-temp-file-name): Use `make-temp-file'.
13133
13134 2002-02-28 Richard M. Stallman <rms@gnu.org>
13135
13136 * font-lock.el (java-font-lock-extra-types):
13137 Match java.net.URL, etc.
13138
13139 2002-02-28 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13140
13141 * hexl.el (hexl-options): Doc fix.
13142 Update Commentary section.
13143
13144 * textmodes/sgml-mode.el (sgml-specials, sgml-quick-keys):
13145 Doc fixes.
13146
13147 2002-02-28 Andre Spiegel <spiegel@gnu.org>
13148
13149 * vc.el (vc-revert-buffer): If the buffer is not saved, prompt
13150 the user to do that first.
13151 (vc-update): New function.
13152
13153 * vc-hooks.el (vc-menu-map): New entry "Update to Latest Version",
13154 which calls vc-update. Use the term "Base Version" instead of
13155 "Last Version" for the entries "Revert" and "Compare".
13156
13157 2002-02-28 Kim F. Storm <storm@cua.dk>
13158
13159 * simple.el (shell-command-on-region): Report non-zero exit
13160 status in mode line instead of buffer.
13161
13162 2002-02-27 Richard M. Stallman <rms@gnu.org>
13163
13164 * comint.el (comint-preoutput-filter-functions): Doc fix.
13165 (comint-output-filter-functions, comint-input-filter-functions)
13166 (comint-redirect-filter-functions): Likewise.
13167
13168 (comint-redirect-preoutput-filter): Do the local-hook
13169 handling of t when running comint-redirect-filter-functions.
13170 (comint-output-filter): Likewise for comint-preoutput-filter-functions.
13171
13172 2002-02-26 Richard M. Stallman <rms@gnu.org>
13173
13174 * paths.el (remote-shell-program): Add doc string.
13175
13176 2002-02-26 Colin Walters <walters@debian.org>
13177
13178 * ibuf-ext.el (sorter mode-name): New.
13179 (ibuffer-do-occur): Don't quote ibuffer-marked-char.
13180
13181 * calc/calc-ext.el (calc-scroll-left): Call scroll-left
13182 interactively, so they do something.
13183 (calc-scroll-right): Ditto.
13184
13185 2002-02-26 Eli Zaretskii <eliz@is.elta.co.il>
13186
13187 * international/mule.el (ctext-pre-write-conversion): Handle the
13188 case when FROM is a string, and when we are called from
13189 build_annotations_2.
13190
13191 2002-02-26 Richard M. Stallman <rms@gnu.org>
13192
13193 * rect.el (clear-rectangle-line): Reindent to the same column
13194 that move-to-column reached when it tried to go to endcol.
13195
13196 * icomplete.el (icomplete-exhibit): Use minibuffer-prompt-end.
13197
13198 2002-02-26 Ivar Rummelhoff <ivarru@math.uio.no>
13199
13200 * winner.el (winner-boring-buffers, winner-set): A window which
13201 displays a buffer whose name is in the list
13202 `winner-boring-buffers', will no longer be restored by `winner-undo'.
13203 (winner-sorted-window-list): Used to improve comparison between
13204 window configurations.
13205 (winner-win-data): Simplified and moved.
13206 (winner-conf): Simplified (now uses `winner-win-data').
13207 (winner-change-fun, winner-save-old-configurations)
13208 (winner-save-(un)conditionally, winner-redo): Changes made while in
13209 the minibuffer will be ignored. (Such changes are undone upon
13210 exit for the minibuffer, anyway.)
13211 (winner-set-conf): Preserve selected window whenever possible.
13212 (winner-make-point-alist): Simplified.
13213 (winner-mode, winner-save-unconditionally): Save current window
13214 configuration on entering minibuffer.
13215 (minor-mode-alist): Don't add winner-mode to `minor-mode-alist',
13216 since it does not change the overall behavior of Emacs.
13217
13218 2002-02-26 Eli Zaretskii <eliz@is.elta.co.il>
13219
13220 * international/mule-conf.el (compound-text): Renamed back from
13221 compound-text-no-extensions.
13222 (ctext-no-compositions): Remove the mime-charset property.
13223 (compound-text-with-extensions): Renamed from compound-text.
13224 (x-ctext-with-extensions, ctext-with-extensions): Renamed aliases.
13225
13226 2002-02-26 Juanma Barranquero <lektu@terra.es>
13227
13228 * faces.el (list-faces-display): Fix typo.
13229
13230 2002-02-25 Richard M. Stallman <rms@gnu.org>
13231
13232 * frame.el (focus-follows-mouse): Doc fix.
13233
13234 2002-02-26 Miles Bader <miles@gnu.org>
13235
13236 * mwheel.el (mouse-wheel-mode): Pass vectors instead of symbols
13237 to `define-key', since it no longer accepts the latter.
13238
13239 2002-02-25 Jason Rumney <jasonr@gnu.org>
13240
13241 * term/w32-win.el (mouse-wheel-scroll-line): Use car of
13242 mouse-wheel-scroll-amount.
13243
13244 * w32-vars.el (mouse-wheel-scroll-amount): Use same definition as
13245 mwheel.el.
13246
13247 * language/japanese.el (iso-2022-jp-2): Add init-bol flag.
13248
13249 2002-02-25 Andre Spiegel <spiegel@gnu.org>
13250
13251 * vc.el (vc-diff-switches-list): Fix prev change, making the macro
13252 consistent with the others that take a backend name as a symbol.
13253
13254 * vc-cvs.el, vc-rcs.el, vc-sccs.el: Fix calls to vc-diff-switches-list.
13255
13256 2002-02-25 Kim F. Storm <no-spam@cua.dk>
13257
13258 * comint.el (comint-replace-by-expanded-filename): Do nothing if
13259 comint-match-partial-filename returns nil.
13260
13261 * shell.el (shell-pcomplete-setup-done): New variable.
13262 (shell-pcomplete): Use it instead of shell-pcomplete-setup-p.
13263 (shell-pcomplete-reverse): Ditto.
13264
13265 2002-02-25 Per Abrahamsen <abraham@dina.kvl.dk>
13266
13267 * ps-print.el (ps-print-printer): Added `lpr' customize group member.
13268
13269 2002-02-25 Juanma Barranquero <lektu@terra.es>
13270
13271 * subr.el (save-match-data): Doc fix.
13272
13273 * ielm.el (ielm-prompt): Allow customization; make it read-only.
13274
13275 2002-02-25 Kim F. Storm <storm@cua.dk>
13276
13277 * shell.el (shell-mode-map): Add "Complete" header so completion
13278 menu is shown on the menu bar in shell mode.
13279
13280 2002-02-25 Stefan Monnier <monnier@cs.yale.edu>
13281
13282 * ielm.el (ielm-match-data): New var.
13283 (inferior-emacs-lisp-mode): Make it buffer-local.
13284 (ielm-eval-input): Use it to preserve match-data between inputs.
13285
13286 2002-02-24 Juanma Barranquero <lektu@terra.es>
13287
13288 * ielm.el (inferior-emacs-lisp-mode): Use hexl for the dummy process.
13289
13290 2002-02-24 Per Abrahamsen <abraham@dina.kvl.dk>
13291
13292 * cus-edit.el (custom-unlispify-remove-prefixes): Add to
13293 `custom-buffer' customize group.
13294
13295 2002-02-23 Kim F. Storm <storm@cua.dk>
13296
13297 * help.el (where-is): Use remap-command.
13298
13299 * help-fns.el (describe-function-1): Use remap-command.
13300
13301 * subr.el (global-set-key, local-set-key): Undo 2002-02-06
13302 change (no longer accept a symbol for the KEY argument).
13303
13304 2002-02-23 Colin Walters <walters@debian.org>
13305
13306 * calc/calcalg3.el (calc-invent-variables): Convert integer to string.
13307 * calc/calcalg2.el (math-solve-get-sign): Ditto.
13308
13309 * ibuffer.el (ibuffer-compile-format): Don't uselessly bind `pt'
13310 in generated function.
13311
13312 * ibuf-ext.el (ibuffer-old-time): Change to hours.
13313 (ibuffer-mark-old-buffers): Handle it.
13314
13315 * shell.el (shell-pcomplete, shell-pcomplete-reverse): New functions.
13316 (toplevel): Bind them.
13317 (shell-mode): Don't set `comint-dynamic-complete-functions'; it is
13318 not necessary now that we use pcomplete.
13319
13320 * comint.el: Document how use new pcomplete completion facility.
13321
13322 2002-02-23 Richard M. Stallman <rms@gnu.org>
13323
13324 * mail/rmailsum.el (rmail-summary-output): Properly advance
13325 to next message, by calling rmail-summary-goto-msg.
13326
13327 * net/browse-url.el (browse-url-galeon): Specify --existing
13328 for an existing window. Use --noraise rather than --no-raise.
13329 Don't use -x.
13330
13331 2002-02-22 Eli Zaretskii <eliz@is.elta.co.il>
13332
13333 * progmodes/etags.el (find-tag-noselect, find-tag)
13334 (find-tag-other-window, find-tag-other-frame, find-tag-regexp):
13335 Fix a typo in doc strings.
13336
13337 2002-02-20 Deepak Goel <deego@glue.umd.edu>
13338
13339 * play/snake.el (snake-velocity-queue, snake-update-velocity)
13340 (snake-final-x-velocity, snake-final-y-velocity):
13341 New variable and functions. Store user's keypresses
13342 into a queue and pop from the queue each subsequent turn.
13343 (snake-update-game, snake-move-left)
13344 (snake-move-right, snake-move-up, snake-move-down, snake-active-p)
13345 (snake-start-game): Use that queue.
13346 (snake-use-glyphs-flag): Renamed from snake-use-glyphs.
13347 (snake-use-color-flag): Likewise.
13348 (snake-mode): Rename uses of those variables.
13349
13350 2002-02-22 Eli Zaretskii <eliz@is.elta.co.il>
13351
13352 Support for ICCCM Extended Segments in X selections:
13353
13354 * international/mule-conf.el (ctext-no-compositions): New coding
13355 system.
13356 (compount-text-no-extensions): Renamed from compound-text.
13357 (x-ctext-no-extensions, ctext-no-extensions): Aliases for
13358 compound-text-no-extensions.
13359 (compound-text): Redefined using post-read and pre-write conversions.
13360
13361 * international/mule.el (non-standard-icccm-encodings-alist)
13362 (non-standard-designations-alist): New variables.
13363 (ctext-post-read-conversion, ctext-pre-write-conversion):
13364 New functions.
13365
13366 2002-02-21 Jonathan Kamens <jik@kamens.brookline.ma.us>
13367
13368 * vc.el (vc-default-init-version): Update documentation to
13369 indicate that the backend can override the default init version.
13370 (vc-register): Use the backend init-version function, if it
13371 exists, to determine the initial version of a file.
13372 (vc-diff-switches-list): Don't symbol-quote backend, since it's
13373 already a symbol. Don't fail if vc-BACKEND-diff-switches isn't bound.
13374
13375 * vc-hooks.el (vc-mode-line): Set vc-mode to nil if the file is
13376 not version-controlled. This is necessary, e.g., if the file has
13377 just been reverted, and thus was previously under version control
13378 but isn't any longer.
13379 (vc-find-file-hook): Likewise.
13380
13381 2002-02-21 Martin Lorentzson <Martin.Lorentzson@telia.com>
13382
13383 * vc-cvs.el (vc-cvs-sticky-date-format-string): New variable.
13384 (vc-cvs-sticky-tag-display): New variable.
13385 (vc-cvs-mode-line-string): Add sticky-tag to the mode-line.
13386 (vc-cvs-checkin): If the input revision is a valid symbolic tag
13387 name, we create it as a branch, commit and switch to it.
13388 (vc-cvs-retrieve-snapshot): Set file-property sticky-tag.
13389 (vc-cvs-valid-symbolic-tag-name-p): New function.
13390 (vc-cvs-parse-sticky-tag): New function.
13391 (vc-cvs-parse-entry): Added parsing of sticky tags.
13392
13393 2002-02-21 Per Abrahamsen <abraham@dina.kvl.dk>
13394
13395 * toolbar/tool-bar.el (tool-bar-mode): Revert the :init-value to
13396 nil, and then explicitly set the standard-value to t.
13397
13398 2002-02-20 Sam Steingold <sds@gnu.org>
13399
13400 * textmodes/flyspell.el (flyspell-mode): Autoload the variable
13401 since it is used in the menu bar.
13402
13403 2002-02-20 Richard M. Stallman <rms@gnu.org>
13404
13405 * simple.el (shell-command-on-region): Display the exit status
13406 when a command fails.
13407
13408 * subr.el (add-hook): Doc fix.
13409
13410 * frame.el (other-frame): Doc fix.
13411
13412 * simple.el (yank): Clear `field' property.
13413
13414 2002-02-20 Tom Tromey <tromey@cachet>
13415
13416 * progmodes/tcl.el (tcl-do-fill-paragraph): Find and fill on more
13417 natural paragraph boundaries. Don't fail at beginning of buffer.
13418
13419 2002-02-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13420
13421 * tar-mode.el (tar-next-line, tar-previous-line): Add doc string,
13422 call the argument "arg" to match plain next-line and
13423 previous-line. From Kevin Ryde <user42@zip.com.au>.
13424
13425 2002-02-19 Sam Steingold <sds@gnu.org>
13426
13427 * mwheel.el (mouse-wheel-scroll-amount): Can specify different
13428 scroll amounts for different modifiers now.
13429 (mwheel-scroll): Handle the new `mouse-wheel-scroll-amount'
13430 format properly.
13431 (mouse-wheel-mode): Ditto.
13432
13433 2002-02-19 Eli Zaretskii <eliz@is.elta.co.il>
13434
13435 * textmodes/bibtex.el (bibtex-parse-keys): Put save-match-data
13436 around function body.
13437
13438 * net/browse-url.el (browse-url-maybe-new-window): Reverse the
13439 sense of the comparison, to match the doc strings of functions
13440 that use this macro.
13441
13442 2002-02-19 Per Abrahamsen <abraham@dina.kvl.dk>
13443
13444 * facemenu.el (describe-text-mode-map): Removed bootstrap kludge.
13445
13446 * toolbar/tool-bar.el (tool-bar-mode): Made the standard value t.
13447 * menu-bar.el (menu-bar-mode): Ditto.
13448
13449 2002-02-18 Andreas Schwab <schwab@suse.de>
13450
13451 * replace.el (query-replace-regexp-eval): Doc fix.
13452
13453 2002-02-18 Colin Walters <walters@verbum.org>
13454
13455 * calc/calcalg2.el (math-solve-get-int): Convert return value from
13456 `math-get-from-counter' to a string before calling `concat' on it.
13457
13458 * calc/calc-maint.el (calc-split-manual): Look for calc.texi.
13459 (calc-public-autoloads): Obsolete; remove.
13460 (calc-private-autoloads): Ditto.
13461 (calc-add-autoloads): Ditto.
13462
13463 * calc/calc-macs.el (calc-with-default-simplification): Use &rest
13464 for body.
13465
13466 2002-02-17 Jason Rumney <jasonr@gnu.org>
13467
13468 * w32-win.el (x-option-alist, x-long-option-alist)
13469 (x-switch-definitions): Remove, use command-line-x-option-alist
13470 instead to be consistent with X.
13471 (x-handle-initial-switch): New function.
13472
13473 2002-02-17 Eli Zaretskii <eliz@is.elta.co.il>
13474
13475 * faces.el (mode-line-inactive, header-line): Add the :inherit
13476 attribute for the tty case.
13477
13478 2002-02-17 stanislav shalunov <shalunov@internet2.edu>
13479
13480 * mail/uce.el (uce-reply-to-uce): Fix incorrect behavior when
13481 invoked from Rmail with full headers displayed.
13482
13483 2002-02-17 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13484
13485 * emacs-lisp/lisp.el (mark-defun): Don't leave multiple marks
13486 when repeated.
13487 * textmodes/paragraphs.el (mark-paragraph): Ditto.
13488
13489 2002-02-17 Per Abrahamsen <abraham@dina.kvl.dk>
13490
13491 * menu-bar.el (menu-bar-showhide-menu): Added speedbar.
13492 (menu-bar-tools-menu): Removed speedbar.
13493
13494 * textmodes/ispell.el (ispell-menu-map): Added `customize-ispell'
13495 and `flyspell-mode' entries.
13496
13497 * textmodes/flyspell.el (flyspell): Add to ispell group.
13498
13499 2002-02-17 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13500
13501 * emacs-lisp/lisp.el (mark-sexp): Don't leave multiple marks when
13502 repeated.
13503 (mark-defun): Mark more if repeated.
13504
13505 2002-02-17 Colin Walters <walters@verbum.org>
13506
13507 * ibuf-ext.el (ibuffer-toggle-sorting-mode): Make it work.
13508
13509 * ibuffer.el (ibuffer-truncate-lines): New option.
13510 (ibuffer-mode): Use it.
13511
13512 2002-02-17 Kim F. Storm <storm@cua.dk>
13513
13514 * cus-start.el: Add mouse-highlight.
13515
13516 2002-02-16 Eli Zaretskii <eliz@is.elta.co.il>
13517
13518 * Makefile.in (DONTCOMPILE): Remove cus-start.el.
13519
13520 * cus-start.el: Add automatic-hscroll-margin and
13521 automatic-hscroll-step.
13522
13523 2002-02-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13524
13525 * cus-start.el (x-autoselect-window): Allow customization.
13526
13527 * eshell/em-alias.el (eshell-alias-initialize): Do not use
13528 make-local-hook.
13529
13530 * eshell/em-cmpl.el (eshell-cmpl-initialize): Likewise.
13531
13532 * eshell/em-dirs.el (eshell-dirs-initialize): Likewise.
13533
13534 * eshell/em-glob.el (eshell-glob-initialize): Likewise.
13535
13536 * eshell/em-hist.el (eshell-hist-initialize): Likewise.
13537
13538 * eshell/em-pred.el (eshell-pred-initialize): Likewise.
13539
13540 * eshell/em-prompt.el (eshell-prompt-initialize): Likewise.
13541
13542 * eshell/em-rebind.el (eshell-rebind-initialize): Likewise.
13543
13544 * eshell/em-smart.el (eshell-smart-initialize): Likewise.
13545
13546 * eshell/em-unix.el (eshell-unix-initialize): Likewise.
13547
13548 * eshell/esh-cmd.el (eshell-cmd-initialize): Likewise.
13549
13550 * eshell/esh-ext.el (eshell-ext-initialize): Likewise.
13551
13552 * eshell/esh-io.el (eshell-io-initialize): Likewise.
13553
13554 * eshell/esh-mode.el (eshell-mode): Likewise.
13555
13556 * eshell/esh-test.el (eshell-show-usage-metrics): Likewise.
13557
13558 * eshell/esh-var.el (eshell-var-initialize): Likewise.
13559
13560 * progmodes/idlw-shell.el (idlwave-shell-mode): Likewise.
13561
13562 * progmodes/idlwave.el (idlwave-mode): Likewise.
13563
13564 * textmodes/reftex-sel.el (reftex-select-label-mode)
13565 (reftex-select-bib-mode): Likewise.
13566
13567 2002-02-16 John Wiegley <johnw@gnu.org>
13568
13569 * eshell/em-hist.el (eshell-hist-initialize): When in the
13570 minibuffer, use the global value of `eshell-history-ring', and
13571 never save it to disk, or ask to save it to disk. This allows
13572 users of session.el to control whether its global state should be
13573 persisted or not.
13574 (eshell-add-command-to-history): Don't write Eshell's history out
13575 to disk, let the governing mode control that upon exit.
13576
13577 2002-02-16 Eli Zaretskii <eliz@is.elta.co.il>
13578
13579 * eshell/eshell.el (eshell-command): Before reading from the
13580 minibuffer, add eshell-add-command-to-history to
13581 minibuffer-exit-hook, and remove it after read-from-minibuffer
13582 returns.
13583
13584 * eshell/em-hist.el (eshell-add-input-to-history): New function,
13585 with most of the code from eshell-add-to-history.
13586 (eshell-add-command-to-history): New function, to record in
13587 eshell-history the commands run via eshell-command.
13588 (eshell-add-to-history): Call eshell-add-command-to-history to do
13589 most of the work.
13590
13591 2002-02-16 John Wiegley <johnw@gnu.org>
13592
13593 * eshell/esh-ext.el (eshell-external-command): Added a fix for
13594 XEmacs' new dired.el, which adds a global entry in the
13595 `file-name-handler-alist'.
13596
13597 2002-02-16 John Wiegley <johnw@gnu.org>
13598
13599 * align.el (align-region): Added a missing name argument.
13600
13601 2002-02-16 John Wiegley <johnw@gnu.org>
13602
13603 * eshell/esh-ext.el (eshell-script-interpreter): Allow whitespace
13604 after the #! of a shell interpretor specification.
13605
13606 2002-02-15 Richard M. Stallman <rms@gnu.org>
13607
13608 * help.el (describe-key-briefly): Make output in INSERT case
13609 look just like what is displayed in the normal case.
13610
13611 2002-02-15 Andreas Schwab <schwab@suse.de>
13612
13613 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
13614 Require non-letter after specials.
13615
13616 2002-02-15 Eli Zaretskii <eliz@is.elta.co.il>
13617
13618 * menu-bar.el (menu-bar-tools-menu): Add an item for Calculator.
13619
13620 2002-02-15 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13621
13622 * simple.el (mark-word): Mark more if repeated.
13623 * textmodes/paragraphs.el (mark-paragraph): Ditto.
13624 (mark-end-of-sentence): Ditto.
13625
13626 2002-02-15 Per Abrahamsen <abraham@dina.kvl.dk>
13627
13628 * wid-edit.el (widgetp): Made it more robust.
13629
13630 2002-02-14 Per Abrahamsen <abraham@dina.kvl.dk>
13631
13632 * facemenu.el (describe-text-done): New function.
13633 (describe-text-mode-map): New variable.
13634 (describe-text-mode-hook): New option.
13635 (describe-text-mode): New function.
13636 (describe-text-widget): New function.
13637 (describe-text-sexp): New function.
13638 (describe-text-properties): New function.
13639 (describe-text-category): New command.
13640 (describe-text-at): New command.
13641 (facemenu-menu): Replace `list-text-properties-at' with
13642 `describe-text-at' in the menu.
13643
13644 * wid-edit.el (widgetp): New function.
13645 * wid-edit.el (widget-keymap, widget-insert, widget-setup): Autoload.
13646
13647 * emacs-lisp/pp.el (pp-to-string): Autoloaded.
13648
13649 * wid-browse.el: Removed version and x-url keywords.
13650
13651 2002-02-13 Kim F. Storm <storm@cua.dk>
13652
13653 * cus-start.el (mode-line-in-non-selected-windows):
13654 Allow customization.
13655
13656 2002-02-13 Richard M. Stallman <rms@gnu.org>
13657
13658 * textmodes/bibtex.el (bibtex-parse-buffers-stealthily):
13659 Tell bibtex-parse-keys to output no progress messages.
13660
13661 2002-02-12 Eli Zaretskii <eliz@is.elta.co.il>
13662
13663 * progmodes/pascal.el (pascal-imenu-generic-expression):
13664 Add menu-title and fix parentheses.
13665
13666 2002-02-12 Per Abrahamsen <abraham@dina.kvl.dk>
13667
13668 * menu-bar.el (menu-bar-options-save): Removed `truncate-lines'.
13669 (menu-bar-options-menu): Don't set default value for `truncate-lines'.
13670
13671 2002-02-12 Per Abrahamsen <abraham@dina.kvl.dk>
13672
13673 * menu-bar.el (menu-bar-options-save): Only save
13674 `current-language-environment' and `default-input-method' when
13675 marked as customized.
13676
13677 * international/mule-cmds.el
13678 (setup-specified-language-environment):
13679 Mark `current-language-environment' as customized.
13680 (set-input-method): Mark `default-input-method' as customized when
13681 called interactively.
13682 (toggle-input-method): Ditto.
13683
13684 2002-02-11 Colin Walters <walters@verbum.org>
13685
13686 * ibuffer.el (ibuffer-switch-format): Supply required argument for
13687 `ibuffer-current-formats'.
13688
13689 2002-02-11 Miles Bader <miles@gnu.org>
13690
13691 * faces.el (mode-line-inactive): Add dark-background variant.
13692
13693 2002-02-11 Per Abrahamsen <abraham@dina.kvl.dk>
13694
13695 * toolbar/tool-bar.el (tool-bar-mode): Removed standard value.
13696 * menu-bar.el (menu-bar-mode): Ditto.
13697 * cus-edit.el (customize-mark-to-save): Always save variables
13698 without a standard value.
13699
13700 * menu-bar.el (menu-bar-make-toggle): Made it aware of customize.
13701 (menu-bar-options-save): Ditto.
13702 (menu-bar-showhide-menu): Ditto.
13703 (menu-bar-options-menu): Ditto.
13704 (menu-bar-scroll-bar-right, menu-bar-scroll-bar-left)
13705 (menu-bar-scroll-bar-none): Remove.
13706 (menu-bar-showhide-scroll-bar-menu): Use customize aware lambda
13707 expressions instead.
13708
13709 * cus-edit.el (customize-set-value): Return value.
13710 (customize-set-variable): Ditto.
13711 (customize-save-variable): Ditto.
13712 (customize-set-variable): Load dependencies before setting value.
13713 (custom-load-symbol): Autoload it.
13714 (customize-mark-as-set): New function.
13715
13716 2002-02-11 Eli Zaretskii <eliz@is.elta.co.il>
13717
13718 * cus-start.el: Don't warn about "x-*" symbols when building a
13719 non-GUI version.
13720
13721 2002-02-11 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13722
13723 * strokes.el (strokes-do-stroke, strokes-do-complex-stroke):
13724 Doc fix.
13725 (strokes-help): Do not use doubled with-output-to-temp-buffer.
13726 Fix the help string.
13727 (strokes-prompt-user-save-strokes): Fix typo.
13728 (strokes-list-strokes): Use proper exit-action argument for
13729 view-buffer. Update copyright notice.
13730
13731 * international/mule-diag.el: Various doc and message fixes.
13732 (non-iso-charset-alist): Add mac-roman. Don't add entries for
13733 codepages already present.
13734 (list-block-of-chars): Display space for null entries in
13735 translation table. Display tab specially.
13736 (list-non-iso-charset-chars): Check for null charsets. Use pop
13737 for clarity. Don't break 8-bit sets into sections between ranges.
13738 (list-charset-chars): Avoid indent-tabs-mode.
13739 (describe-char-after): Maybe use the text property for syntax
13740 table information. Maybe report char-code-property-table info.
13741 Maybe report character's unicode. Tweak printing of list info.
13742 (list-input-methods): Add xref buttons.
13743 (dump-charsets, dump-codings): Deleted (obsolete).
13744 From Dave Love <fx@gnu.org>.
13745
13746 2002-02-10 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13747
13748 * menu-bar.el (menu-bar-showhide-menu): Rename functions for toggling.
13749
13750 2002-02-10 Michael Kifer <kifer@cs.stonybrook.edu>
13751
13752 * viper-util.el (viper-read-key-sequence): Fix so it'll read
13753 fast key sequences in emacs native mode
13754 (viper-events-to-keys): Delete.
13755
13756 * viper.el (describe-key, describe-key-briefly): Get rid of
13757 viper-events-to-keys.
13758
13759 * ediff-init.el (ediff-has-gutter-support): Steven Turnbull's patch.
13760
13761 * ediff-wind.el (ediff-setup-control-frame):
13762 Use ediff-has-gutter-support.
13763
13764 * ediff-util.el (ediff-dispose-of-variant-according-to-user):
13765 check if buff is alive.
13766
13767 * ediff.el: Typo in comment.
13768
13769 2002-02-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13770
13771 * menu-bar.el (menu-bar-options-save): Take care of
13772 line-number-mode and column-number-mode variables.
13773 (menu-bar-showhide-menu): New menu-items "Show Line Number" and
13774 "Show Column Number" in "Show/Hide" menu.
13775
13776 2002-02-09 Richard M. Stallman <rms@gnu.org>
13777
13778 * mail/mailabbrev.el (mail-mode-map): Use eval-after-load to change it.
13779
13780 2002-02-09 Kim F. Storm <storm@cua.dk>
13781
13782 * faces.el (mode-line-inactive): New face for mode-line for
13783 non-selected windows.
13784 (mode-line): Doc fix: Only used for selected window.
13785
13786 2002-02-08 Eli Zaretskii <eliz@is.elta.co.il>
13787
13788 * calendar/cal-menu.el (calendar-mode-map): Change the menu item's
13789 name to "Insert Diary Entry".
13790
13791 2002-02-08 Stefan Monnier <monnier@cs.yale.edu>
13792
13793 * font-lock.el (save-buffer-state): Use restore-buffer-modified-p.
13794 (c-font-lock-syntactic-face-function): Accept doxygen-style comments.
13795
13796 2002-02-08 Richard M. Stallman <rms@gnu.org>
13797
13798 * textmodes/text-mode.el (text-mode-hook-identify): Define as no-op.
13799
13800 2002-02-08 Andreas Schwab <schwab@suse.de>
13801
13802 * calc/calc.el (calcDigit-key): Use minibuffer-prompt-end instead
13803 of point-min.
13804
13805 2002-02-08 Eli Zaretskii <eliz@is.elta.co.il>
13806
13807 * net/ange-ftp.el (ange-ftp-process-handle-line)
13808 (ange-ftp-set-xfer-size): If the file's size is a float, divide
13809 by 1024 instead of using ash.
13810
13811 * international/mule-cmds.el (select-safe-coding-system):
13812 State the buffer's name in the message popped in the *Warning* buffer,
13813 and make sure the offending buffer is displayed.
13814
13815 2002-02-07 Markus Rost <rost@math.ohio-state.edu>
13816
13817 * ffap.el (ffap-newsgroup-p): Test for non-nil symbol-value of htb.
13818
13819 2002-02-07 Richard M. Stallman <rms@gnu.org>
13820
13821 * terminal.el (terminal-map): Define [menu-bar] so global def is seen.
13822
13823 * register.el (list-registers): New command.
13824 (describe-register-1): New subroutine, taken out of view-register.
13825
13826 * emacs-lisp/copyright.el (copyright-regexp):
13827 Delete the unibyte copyright symbol; it's redundant.
13828 Fix a spazz in the multibyte encoding here.
13829
13830 2002-02-07 Dave Love <fx@gnu.org>
13831
13832 * language/cyril-util.el (cyrillic-encode-koi8-r-char)
13833 (cyrillic-encode-alternativnyj-char): Get translation tables from
13834 symbol properties, not as variables.
13835 (standard-display-cyrillic-translit): Include unicodes.
13836
13837 2002-02-06 Kim F. Storm <storm@cua.dk>
13838
13839 * help.el (where-is): Report remapped commands.
13840
13841 * help-fns.el (describe-function-1): Ditto.
13842
13843 * subr.el (global-set-key, local-set-key): Accept a symbol for the
13844 KEY argument (like define-key).
13845
13846 2002-02-06 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13847
13848 * textmodes/flyspell.el (flyspell-insert-function): Doc fix.
13849
13850 2002-02-06 Richard M. Stallman <rms@gnu.org>
13851
13852 * mail/mailabbrev.el: Require sendmail only at compile time.
13853 (mail-mode-header-syntax-table): Var deleted.
13854 (mail-abbrev-syntax-table): Init to nil, will compute when needed.
13855 (sendmail-pre-abbrev-expand-hook): Only temporarily change
13856 local-abbrev-table and the syntax table.
13857 Compute mail-abbrev-syntax-table if that has not been done.
13858
13859 * progmodes/compile.el (grep-compute-defaults): Definition moved up.
13860
13861 * emacs-lisp/debug.el (debugger-frame-offset): Var deleted.
13862 (debugger-frame-number): Figure out the offset directly.
13863 (debugger-setup-buffer): Don't use debugger-frame-offset.
13864 (debugger-frame, debugger-frame-clear): Likewise.
13865 (debugger-jump): Don't alter debugger-frame-offset.
13866
13867 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
13868 Replace foo-p as var name with foo-flag, not foo-p-flag.
13869
13870 * hilit-chg.el (highlight-changes-active-string): Default to +Chg.
13871 (highlight-changes-passive-string): Default to -Chg.
13872 (highlight-changes-global-modes): Doc fix.
13873
13874 * dired.el (dired-get-filename): Add /: when appropriate
13875 to avoid taking a local name as remote.
13876
13877 * files.el (file-name-non-special): Add special handling for
13878 file-name-sans-versions, file-name-completion, and
13879 file-name-all-completions.
13880
13881 * isearch.el (isearch-update): Don't update display in kbd macro.
13882 (isearch-lazy-highlight-new-loop): Do nothing in kbd macro.
13883
13884 * subr.el (force-mode-line-update): Doc fix.
13885
13886 * subr.el (atomic-change-group, prepare-change-group)
13887 (activate-change-group, accept-change-group, cancel-change-group):
13888 New functions.
13889
13890 * simple.el (undo-get-state, undo-revert-to-state): Fns deleted.
13891 (transpose-subr-1): Use atomic-change-group.
13892
13893 * subr.el (add-minor-mode): Include the mode's lighter string
13894 in the minor mode menu item name.
13895
13896 * mail/rmail.el (rmail-toggle-header): Avoid possibly slow call to
13897 rmail-count-screen-lines starting from (point-min).
13898
13899 * startup.el (use-fancy-splash-screens-p): Need 19 lines,
13900 beyond the image height, to use the fancy splash screen.
13901
13902 * textmodes/text-mode.el (text-mode-hook-identify): Function deleted.
13903 (text-mode): Set text-mode-variant here.
13904
13905 2002-02-06 Eli Zaretskii <eliz@is.elta.co.il>
13906
13907 * play/pong.el (pong-height): Don't use height that exceeds the
13908 frame height.
13909 (pong-border-options): Make the border colors slightly more bright.
13910
13911 * play/gamegrid.el (gamegrid-display-type): Treat any
13912 color-capable display as color-x, if display-color-p is fboundp.
13913 (gamegrid-make-color-x-face): Don't call gamegrid-color twice.
13914 (gamegrid-make-color-tty-face): Use the value of color, not the
13915 symbol itself. Don't call gamegrid-color.
13916
13917 2002-02-05 Eli Zaretskii <eliz@is.elta.co.il>
13918
13919 * gud.el (gud-refresh): Call recenter only after we are sure we
13920 are in the right window.
13921
13922 2002-02-05 Per Abrahamsen <abraham@dina.kvl.dk>
13923
13924 * cus-edit.el (customize-mark-to-save): New function.
13925 * menu-bar.el (menu-bar-options-save): Rewrote.
13926
13927 2002-02-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13928
13929 * cus-start.el (x-use-underline-position-properties):
13930 Allow customization.
13931
13932 2002-02-04 Simon Josefsson <jas@extundo.com>
13933
13934 * dired.el (dired-load-hook, dired-mode-hook)
13935 (dired-before-readin-hook, dired-after-readin-hook): Defcustom.
13936
13937 2002-02-03 Colin Walters <walters@verbum.org>
13938
13939 * ibuf-ext.el (ibuffer-filter-format-alist)
13940 (ibuffer-cached-filter-formats, ibuffer-compiled-filter-formats):
13941 New variables.
13942 * ibuffer.el (ibuffer): Remove link; the "home page" for ibuffer
13943 is now the Emacs CVS tree.
13944 (ibuffer-formats): Doc fix.
13945 (ibuffer-active-formats-name, ibuffer-current-formats): New functions.
13946 (ibuffer-current-format): Use them.
13947 (ibuffer-recompile-formats, ibuffer-check-formats)
13948 (ibuffer-switch-format, ibuffer-update-title):
13949 Add support for ibuffer-filter-format-alist.
13950 (define-ibuffer-column process): Remove unncessary consing.
13951
13952 * ibuf-macs.el (define-ibuffer-column): Add beginnings of support
13953 for a summary column.
13954
13955 2002-02-03 Andreas Schwab <schwab@suse.de>
13956
13957 * window.el (save-selected-window): Move macro before first use.
13958 (balance-windows): Fix misplaced parenthesis.
13959
13960 2002-02-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13961
13962 * calculator.el (calculator-displayers): Doc fixes.
13963
13964 2002-02-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13965
13966 * menu-bar.el (menu-bar-help-menu): Use different text for tool-tip.
13967 (menu-bar-options-save): Save also the value of `display-time-mode'.
13968 (showhide-date-time): New function.
13969 (menu-bar-showhide-menu): New menu-item "Date and time".
13970
13971 2002-02-03 Eli Zaretskii <eliz@is.elta.co.il>
13972
13973 * mail/rmail.el (rmail): Use find-buffer-visiting instead of
13974 get-file-buffer to check for rmail buffer existence.
13975
13976 * term.el (term-emulate-terminal): Extract proper command string
13977 which is supplied to term-command-hook.
13978
13979 2002-02-03 Richard M. Stallman <rms@gnu.org>
13980
13981 * international/quail.el (quail-help): Don't call help-setup-xref.
13982
13983 * international/mule-cmds.el (describe-input-method):
13984 Call help-setup-xref here.
13985 (describe-current-input-method): Doc fix.
13986
13987 * novice.el (disabled-command-hook): Clarify output text.
13988 Indent the paragraph from the command's doc string.
13989
13990 * dabbrev.el (dabbrev--goto-start-of-abbrev):
13991 Exit loop on beginning of field rather than bobp.
13992
13993 2002-02-02 Eli Zaretskii <eliz@is.elta.co.il>
13994
13995 * mail/uce.el (uce-reply-to-uce): Prune the headers before copying
13996 the message text into the *mail* buffer, and restore the pruned
13997 state after that.
13998
13999 * mail/rmail.el (rmail-redecode-body): Prune the headers before
14000 looking for X-Coding-System header, and restore the pruned state
14001 before returning.
14002
14003 2002-02-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14004
14005 * cus-edit.el (customize-save-variable): Fix typo in prompt.
14006
14007 These changes integrate new version of flyspell.el from its
14008 maintainer, Manuel Serrano:
14009
14010 * textmodes/flyspell.el (flyspell-issue-message-flag): New user option.
14011 (flyspell-mode-on, flyspell-notify-misspell)
14012 (flyspell-small-region, flyspell-external-point-words)
14013 (flyspell-large-region): Use it
14014 (flyspell-before-incorrect-word-string)
14015 (flyspell-after-incorrect-word-string): New user options.
14016 (make-flyspell-overlay): Use them.
14017 (flyspell-version): New function.
14018 (flyspell-incorrect-face, flyspell-duplicate-face): Adapt face
14019 definitions to use :weight.
14020 (flyspell-insert-function): New user option.
14021 (flyspell-auto-correct-word, flyspell-correct-word)
14022 (flyspell-xemacs-correct): Use it.
14023 (flyspell-define-abbrev): New function.
14024 (flyspell-auto-correct-word, flyspell-correct-word)
14025 (flyspell-xemacs-correct): Use it.
14026 (make-flyspell-overlay): Use `evaporate' property.
14027 (flyspell-auto-correct-word, flyspell-correct-word): Remove overlay.
14028 (flyspell-emacs-popup): Use `session' instead of `accept'.
14029 (flyspell-auto-correct-previous-pos): New variable.
14030 (flyspell-auto-correct-previous-hook)
14031 (flyspell-auto-correct-previous-word): New functions.
14032
14033 2002-02-02 Eli Zaretskii <eliz@is.elta.co.il>
14034
14035 * novice.el (enable-command): If Emacs was invoked as "emacs -q",
14036 don't alter the user's ~/.emacs.
14037 (disable-command): If user-init-file is nil or does not exist,
14038 default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
14039 But don't alter the init file if Emacs was invoked as "emacs -q"
14040
14041 2002-02-01 Stefan Monnier <monnier@cs.yale.edu>
14042
14043 * mail/sendmail.el (mail-mode): Undo half of last change.
14044
14045 * indent.el (indent-for-tab-command): Remove spurious code.
14046
14047 * hi-lock.el (hi-lock-find-patterns): Save restriction.
14048
14049 2002-02-01 Eli Zaretskii <eliz@is.elta.co.il>
14050
14051 * calendar/time-date.el: Moved from lisp/gnus.
14052
14053 * calendar/parse-time.el: Ditto.
14054
14055 2002-01-31 Richard M. Stallman <rms@gnu.org>
14056
14057 * international/iso-acc.el (iso-languages): Fix ", " in French.
14058
14059 * cus-start.el (history-length): Specify customization for it.
14060
14061 * emacs-lisp/debug.el (debugger-setup-buffer):
14062 When an eval-buffer frame was reading from a buffer,
14063 insert indication of the buffer position.
14064 (debugger-frame-number): Ignore ;;;-comment lines in backtrace.
14065 (debugger-frame-clear, debugger-frame): Error on non-frame line.
14066
14067 * simple.el (shell-command-on-region): Err if no mark
14068 before reading the command string.
14069
14070 * hl-line.el (hl-line-highlight, hl-line-unhighlight):
14071 Definitions moved down after hl-line-mode var's definition.
14072
14073 * hilit-chg.el (hilit-chg-fixup): Don't alter overlay if not ours.
14074 (hilit-chg-set-face-on-change): Rename arg.
14075 (hilit-chg-make-ov): Detect error earlier.
14076
14077 * ediff-hook.el: Delete autoload cookies.
14078
14079 * comint.el (comint-scroll-show-maximum-output): Default is t.
14080
14081 * emacs-lisp/bytecomp.el (batch-byte-compile): New arg noforce.
14082 (batch-byte-compile-if-not-done): New function.
14083
14084 * Makefile.in (compile): New target.
14085 (compile-always): Renamed from compile-files.
14086 (compile-after-backup): Renamed from compile.
14087 (bootstrap): Depend on compile-always, not compile-files.
14088
14089 * emulation/pc-select.el (pc-select-save-and-set-mode):
14090 Properly use MODE-VAR.
14091
14092 2002-01-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14093
14094 * menu-bar.el (menu-bar-help-menu): Change menu-item "Show Emacs
14095 Version" to "About Emacs".
14096 (menu-bar-options-save): Add `default-frame-alist'
14097 to saved variables.
14098 (menu-bar-showhide-scroll-bar-menu): Use frame-parameters instead
14099 of the variable `scroll-bar-mode'.
14100
14101 * startup.el (normal-splash-screen, display-splash-screen):
14102 New functions (separated from command-line-1).
14103 (command-line-1): Use them.
14104
14105 2002-01-28 Eli Zaretskii <eliz@is.elta.co.il>
14106
14107 * calendar/calendar.el (generate-calendar-month): Doc fix.
14108
14109 2002-01-27 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14110
14111 * time.el (display-time-mail-directory): New option.
14112 (display-time-mail-function): Update doc-string.
14113 (display-time-mail-icon): Use XPM image when available.
14114 (display-time-string-forms): Use more descriptive text as
14115 help-echo property.
14116 (display-time-mail-check-directory): New function.
14117 (display-time-update): Use it.
14118
14119 * menu-bar.el (menu-bar-showhide-scroll-bar-menu):
14120 Quote `window-system'.
14121
14122 * tmm.el (tmm-get-keymap): Honour :visible in `menu-item'.
14123 Add Keywords header. Update Commentary section.
14124 Update copyright notice.
14125
14126 * menu-bar.el (menu-bar-scroll-bar-right)
14127 (menu-bar-scroll-bar-left, menu-bar-scroll-bar-none)
14128 (showhide-menu-bar): New functions.
14129 (menu-bar-showhide-menu): New submenu "Show/Hide".
14130 (menu-bar-showhide-scroll-bar-menu): "Scroll-bar" submenu of
14131 "Show/Hide".
14132 Update copyright notice.
14133
14134 2002-01-27 Eli Zaretskii <eliz@is.elta.co.il>
14135
14136 * lazy-lock.el (lazy-lock-mode): Add a reference to jit-lock.
14137
14138 2002-01-26 Evgeny Roubinchtein <evgenyr@cs.washington.edu>
14139
14140 * pc-select.el (pc-selection-mode-hook)
14141 (pc-select-saved-settings-alist, pc-select-map)
14142 (pc-select-saved-global-map, pc-select-key-bindings-alist)
14143 (pc-select-default-key-bindings, pc-select-extra-key-bindings)
14144 (pc-select-meta-moves-sexps-key-bindings)
14145 (pc-select-tty-key-bindings, pc-select-old-M-delete-binding):
14146 New variables.
14147 (pc-select-define-keys, pc-select-restore-keys): New functions.
14148 (pc-select-add-to-alist, pc-select-save-and-set-var)
14149 (pc-select-save-and-set-mode, pc-select-restore-var)
14150 (pc-select-restore-mode): New macros.
14151 (pc-selection-mode): Completely rewrote the body of the function;
14152 the main goal was to make pc-selection-mode "turn-off"-able, like
14153 other minor modes. Use define-minore-mode instead of just a
14154 defun. Store the key bindings into four alists:
14155 pc-select-default-key-bindings, pc-select-extra-key-bindings,
14156 pc-select-meta-moves-sexps-key-bindings, and
14157 pc-select-tty-key-bindings; then have the pc-select-define-keys
14158 function walk those alists instead of calling define-key
14159 repeatedly. When the mode is turned on, set the
14160 keybindings in global-map and remember the old keybindings; when
14161 the mode is turned off, restore the previously-saved keybindings.
14162 (pc-selection-mode defcustom): Reflect the fact that the mode is
14163 now "turn-off"-able.
14164
14165 2002-01-26 Eli Zaretskii <eliz@is.elta.co.il>
14166
14167 * eshell/esh-cmd.el (eshell-eval-command): If eshell-resume-eval
14168 returns t, don't treat that as an error.
14169
14170 2002-01-25 Jason Rumney <jasonr@gnu.org>
14171
14172 * faces.el (face-font-registry-alternatives) [windows-nt]:
14173 Add ms-oemlatin as an alternative for iso8859-1.
14174
14175 2002-01-25 Stefan Monnier <monnier@cs.yale.edu>
14176
14177 * pcvs.el (cvs-reread-cvsrc): Distinguish between an empty list of
14178 args and the absence of an entry. Don't add -f each time.
14179
14180 2002-01-25 Eli Zaretskii <eliz@is.elta.co.il>
14181
14182 * emacs-lisp/cl-seq.el (mismatch): Doc fix.
14183
14184 Support for more than 8 colors on character terminals:
14185
14186 * term/rxvt.el: New file.
14187
14188 * Makefile.in (DONTCOMPILE): Remove term/xterm.el.
14189
14190 * term/xterm.el (xterm-standard-colors): New variable.
14191 (xterm-rgb-convert-to-16bit, xterm-register-default-colors)
14192 (xterm-rxvt-set-background-mode): New functions.
14193 (toplevel): Call xterm-register-default-colors,
14194 xterm-rxvt-set-background-mode, and tty-set-up-initial-frame-faces.
14195 Add support for more keys from xterm's terminfo entry.
14196
14197 * facemenu.el (list-colors-display): If the argument is nil, don't
14198 show more colors that the number returned by display-color-cells.
14199
14200 * term/pc-win.el (msdos-color-values): Reverse the order of the
14201 colors, since tty-color-define now preserves the registration order.
14202
14203 * w32-fns.el (w32-tty-standard-colors): Reverse the order.
14204
14205 * term/tty-colors.el (tty-standard-colors): Reverse the order.
14206 (tty-register-default-colors): New function; code moved from
14207 startup.el's command-line.
14208 (tty-modify-color-alist): Use nconc instead of cons, to preserve
14209 the order the colors where registered.
14210
14211 * frame.el (display-color-cells): Use tty-display-color-cells.
14212
14213 * startup.el (command-line): Call tty-register-default-colors.
14214
14215 2002-01-25 Richard M. Stallman <rms@gnu.org>
14216
14217 * subr.el (remove): Doc fix.
14218
14219 2002-01-24 Richard M. Stallman <rms@gnu.org>
14220
14221 * progmodes/compile.el (compilation-handle-exit):
14222 Add a compilation-handle-exit property to the "finished" message.
14223 (compilation-parse-errors): Stop parsing when that property is seen.
14224
14225 * subr.el (substring-no-properties): New function.
14226 (copy-without-properties): Function deleted.
14227
14228 * term/x-win.el (x-handle-geometry): Put sizes on both
14229 initial-frame-alist and default-frame-alist.
14230
14231 * cus-edit.el (custom-save-all): Bind file-precious-flag to t
14232 for saving .emacs.
14233
14234 * files.el (basic-save-buffer-2): Ignore file-error in delete-file.
14235
14236 * calendar/calendar.el (generate-calendar-month): Doc fix.
14237
14238 2002-01-23 Richard M. Stallman <rms@gnu.org>
14239
14240 * play/tetris.el (tetris): New defgroup.
14241 (tetris-use-glyphs, tetris-use-color, tetris-draw-border-with-glyphs)
14242 (tetris-default-tick-period): Convert to defcustom.
14243 Added * in docstring to indicate user variable.
14244 (tetris-update-speed-function, tetris-mode-hook, tetris-tty-colors)
14245 (tetris-x-colors, tetris-buffer-name, tetris-buffer-width)
14246 (tetris-buffer-height, tetris-width, tetris-height)
14247 (tetris-top-left-x, tetris-top-left-y): Convert to defcustom.
14248
14249 2002-01-22 Stefan Monnier <monnier@cs.yale.edu>
14250
14251 * mail/sendmail.el (mail-mode): ">" is not a supercite-style prefix
14252 and is already matched by adaptive-fill-regexp.
14253
14254 2002-01-22 Richard M. Stallman <rms@gnu.org>
14255
14256 * bindings.el (mode-line-copied-mode-name): New variable.
14257 (mode-line-mode-name): Don't modify mode-name itself!
14258 Instead, make a copy and reuse it.
14259
14260 * subr.el (copy-without-properties): New function.
14261
14262 * progmodes/sh-script.el (sh-set-shell): Doc fix.
14263
14264 * net/ange-ftp.el (ange-ftp-canonize-filename): Avoid duplicate
14265 slash if DIR is just slash.
14266
14267 * progmodes/perl-mode.el (perl-mode-abbrev-table): Restore definition.
14268
14269 2002-01-21 Richard M. Stallman <rms@gnu.org>
14270
14271 * emacs-lisp/copyright.el (copyright-regexp): Fix previous change.
14272
14273 * net/ange-ftp.el (ange-ftp-bs2000-posix-hook-installed):
14274 Move defvar up.
14275
14276 * textmodes/ispell.el (ispell-help): Clean up echo area if user quits.
14277
14278 * ibuffer.el: Don't require ibuf-ext at load time.
14279 (ibuffer): Require ibuf-ext here.
14280
14281 2002-01-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
14282
14283 * generic-x.el (apache-conf-generic-mode): Highlight the first
14284 word in a line even if preceded by blanks.
14285
14286 2002-01-21 Richard M. Stallman <rms@gnu.org>
14287
14288 * window.el (window-body-height): Handle minibuffer window specially.
14289 Otherwise, don't return less than 1.
14290
14291 2002-01-20 Thomas Dorner <Thomas.Dorner@start.de>
14292
14293 * ange-ftp.el: Added support for BS2000, and for raw ftp
14294 login commands (needed in some circumstances).
14295 (ange-ftp-raw-login): New custom var.
14296 (ange-ftp-normal-login): Perform login with raw ftp commands, if
14297 ange-ftp-raw-login is set and account password is needed.
14298 (ange-ftp-host-type, ange-ftp-guess-host-type): Handle BS2000 hosts.
14299 (ange-ftp-bs2000-filename-pubset-regexp)
14300 (ange-ftp-bs2000-filename-username-regexp)
14301 (ange-ftp-bs2000-filename-prefix-regexp)
14302 (ange-ftp-bs2000-name-template): New consts.
14303 (ange-ftp-bs2000-short-filename-regexp)
14304 (ange-ftp-bs2000-fix-name-regexp-reverse)
14305 (ange-ftp-bs2000-fix-name-regexp): New consts.
14306 (ange-ftp-bs2000-special-prefix): New custom var.
14307 (ange-ftp-fix-name-for-bs2000)
14308 (ange-ftp-fix-dir-name-for-bs2000): New funs.
14309 (ange-ftp-bs2000-host-regexp, ange-ftp-bs2000-posix-host-regexp)
14310 (ange-ftp-bs2000-posix-hook-installed): New vars.
14311 (ange-ftp-parse-bs2000-filename, ange-ftp-parse-bs2000-listing)
14312 (ange-ftp-bs2000-host, ange-ftp-bs2000-posix-host)
14313 (ange-ftp-add-bs2000-host, ange-ftp-add-bs2000-posix-host): New funs.
14314 (ange-ftp-bs2000-filename-regexp): New const.
14315 (ange-ftp-bs2000-additional-pubsets): New custom var.
14316 (ange-ftp-bs2000-cd-to-posix): New fun.
14317
14318 2002-01-20 Colin Walters <walters@verbum.org>
14319
14320 * ibuffer.el: (toplevel) Require `ibuf-ext', which is now compiled
14321 with `byte-compile-dynamic'.
14322 (ibuffer-default-directory, toplevel): Doc files.
14323
14324 2002-01-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14325
14326 * tempo.el (tempo-define-template): Doc fix.
14327
14328 * scroll-bar.el (scroll-bar-mode): Make argument optional.
14329
14330 2002-01-20 Jason Rumney <jasonr@gnu.org>
14331
14332 * w32-vars.el: New file.
14333
14334 * loadup.el [windows-nt]: Load it.
14335
14336 * w32-fns.el, term/w32-win.el: Move user variables to w32-vars.el
14337 and make them defcustoms.
14338
14339 * term/w32-win.el (mouse-set-font): Use w32-list-proportional-fonts.
14340
14341 2002-01-19 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14342
14343 * language/tibet-util.el (tibetan-decompose-region)
14344 (tibetan-decompose-string): Fix typo in docstring.
14345
14346 * ruler-mode.el (ruler-mode): New keyword. Fix :version.
14347
14348 2002-01-18 Richard M. Stallman <rms@gnu.org>
14349
14350 * comint.el (comint-redirect-send-command-to-process):
14351 Restore previous current buffer.
14352
14353 * window.el (window-body-height): New function.
14354
14355 2002-01-18 Zoltan Kemenczy <kemenczy@rogers.com>
14356
14357 * gud.el (easy-mmode-defmap): Enable "Up Stack", "Down Stack", and
14358 "Finish Function" menu map entries for jdb mode.
14359 (gud-jdb-use-classpath): New customization variable.
14360 (gud-jdb-command-name): Add customization.
14361 (gud-jdb-classpath, gud-marker-acc-max-length): New variables.
14362 (gud-jdb-classpath-string): New variable.
14363 (gud-jdb-source-files, gud-jdb-class-source-alist): Add doc strings.
14364 (gud-jdb-build-source-files-list): Likewise.
14365 (gud-jdb-massage-args): Record any command argument classpath
14366 string in `gud-jdb-classpath-string'.
14367 (gud-jdb-lowest-stack-level): New function, finds bottom of current
14368 java call stack in jdb output.
14369 (gud-jdb-find-source-using-classpath, gud-jdb-find-source)
14370 (gud-jdb-parse-classpath-string): New functions.
14371 (gud-jdb-marker-filter): Search/detect classpath information in
14372 jdb's output. marker regexp updated to match oldjdb and jdb output
14373 formats. Expand search for source files to include new/old methods
14374 using new functions above. Do not allow `gud-marker-acc' to grow
14375 without bound.
14376 (jdb): Set classpath information (if available) as jdb is started.
14377 Change `gud-break' and `gud-remove'
14378 to use new %c ("class") escape in format strings.
14379 Add `gud-finish', `gud-up', `gud-down' command string functions, and
14380 add them to the local menu map. Update `comint-prompt-regexp' for
14381 jdb and oldjdb. If attaching to an already running java VM and
14382 configured to use classpath, send command to query for classpath,
14383 else use previous method for finding and parsing java
14384 sources. Set `gud-jdb-find-source' function accordingly.
14385 (gud-mode): Doc fix.
14386 (gud-format-command): Add support for new %c ("class") escape.
14387 (gud-find-class): New function in support of %c escape.
14388
14389 2002-01-17 Richard M. Stallman <rms@gnu.org>
14390
14391 * ibuf-ext.el: Enable byte-compile-dynamic.
14392
14393 2002-01-17 Jason Rumney <jasonr@gnu.org>
14394
14395 * term/w32-win.el: Restore conditional require of fontset.
14396
14397 2002-01-16 Richard M. Stallman <rms@gnu.org>
14398
14399 * mouse.el (mouse-drag-region-1): Renamed from mouse-drag-region,
14400 more or less.
14401 (mouse-drag-region): New function. For a click in the echo area,
14402 show *Messages*.
14403
14404 * ibuf-ext.el: Delete the autoloads for functions defined with
14405 ibuffer-specific commands.
14406
14407 * help.el (describe-distribution): Really call view-file.
14408
14409 * net/ange-ftp.el (ange-ftp-passive-mode): New arg PROC.
14410 (ange-ftp-get-process): Pass that arg.
14411
14412 * comint.el (comint-simple-send): Fix previous change.
14413
14414 * net/telnet.el (telnet-simple-send): Fix previous change.
14415
14416 * progmodes/sql.el (sql-escape-newlines-and-send)
14417 (sql-query-placeholders-and-send): Fix previous change.
14418
14419 2002-01-16 Colin Walters <walters@verbum.org>
14420
14421 * ibuf-ext.el, ibuf-macs.el, ibuffer.el (toplevel): Remove X-RCS,
14422 URL, Compatibility headers. Update copyright notice.
14423 * ibuf-macs.el (toplevel): Require `cl' when compiling.
14424
14425 2002-01-16 Andrew Choi <akochoi@cse.cuhk.edu.hk>
14426
14427 * startup.el (command-line): Set EOL mnemonics for the Mac.
14428
14429 2002-01-16 Andreas Schwab <schwab@suse.de>
14430
14431 * mail/feedmail.el (feedmail): Fix :link spec.
14432
14433 2002-01-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14434
14435 * net/ldap.el (ldap-ldapsearch-prog): Default to OpenLDAP version
14436 2 ldapsearch.
14437
14438 * net/eudc.el: New maintainer. Change author's address.
14439 (eudc-pre-select-window-configuration, eudc-insertion-marker):
14440 Variables removed.
14441 (eudc-insert-selected): Function removed.
14442 (eudc-select): Reimplemented.
14443 (eudc-expand-inline): Delete the strings only after its expansion
14444 is chosen not before.
14445
14446 * net/eudcb-ph.el (eudc-ph-open-session): Remove XEmacs case.
14447 Minor coding style fixes.
14448
14449 * net/eudcb-ldap.el: New maintainer. Change author's address.
14450 (eudc-attribute-display-method-alist): Display mail with
14451 eudc-display-mail.
14452
14453 * net/eudcb-bbdb.el, net/eudc-export.el, net/eudc-hotlist.el,
14454 * net/eudc-vars.el: New maintainer. Change author's address.
14455
14456 * net/eudc-bob.el: New maintainer. Change author's address.
14457 (eudc-bob-mail-keymap): New keymap for e-mail addresses.
14458 (eudc-display-mail): New function.
14459 (eudc-bob-play-sound-at-point): Remove XEmacs case.
14460
14461 2002-01-15 Richard M. Stallman <rms@gnu.org>
14462
14463 * emacs-lisp/autoload.el (make-autoload):
14464 Don't handle define-ibuffer-column, define-ibuffer-filter,
14465 define-ibuffer-sorter, and define-ibuffer-op.
14466
14467 2002-01-14 Richard M. Stallman <rms@gnu.org>
14468
14469 * calendar/calendar.el (diary-date-forms): Doc fix.
14470
14471 2002-01-14 Eli Zaretskii <eliz@is.elta.co.il>
14472
14473 * startup.el (command-line): Register the default tty colors even
14474 if the terminal doesn't seem to support colors.
14475 <tty-long-option-alist>: New option --color.
14476 (tty-handle-args): Parse the --color arg.
14477
14478 * term/tty-colors.el (tty-color-mode-alist): New variable.
14479
14480 2002-01-14 Stefan Monnier <monnier@cs.yale.edu>
14481
14482 * net/ange-ftp.el (ange-ftp-root-dir-p): New function.
14483 (ange-ftp-file-name-all-completions, ange-ftp-file-name-completion):
14484 Use it.
14485 (ange-ftp-hook-function): Preserve match-data.
14486 (ange-ftp-insert-directory): Typo.
14487 (ange-ftp-shell-command): Check if regexp matched.
14488
14489 2002-01-13 Richard M. Stallman <rms@gnu.org>
14490
14491 * international/mule-cmds.el: help-map bindings moved to help.el.
14492
14493 * help.el (view-echo-area-messages): New function.
14494 (help-map): Add `e' binding. Delete obsolete `d' binding.
14495 Change old Info bindings C-f, C-k and C-i to F, K, S.
14496 Move view-emacs-FAQ from F to C-f.
14497 Move view-emacs-problems from P to C-e.
14498 Bindings moved here from mule-cmds.el.
14499 C-l binding for describe-language-environment deleted
14500 (help-for-help): Update for all these changes.
14501
14502 * emacs-lisp/copyright.el (copyright-regexp): Make (C) optional.
14503
14504 2002-01-13 Dave Love <fx@gnu.org>
14505
14506 * emacs-lisp/copyright.el: Doc fixes.
14507 (copyright-regexp): Add Latin-9 copyright sign.
14508 Match comment delimiters in year lists.
14509 (copyright-current-year): Initialize to load-time year.
14510
14511 2002-01-13 Andreas Schwab <schwab@suse.de>
14512
14513 * dired-aux.el (dired-do-shell-command): Doc fix.
14514
14515 2002-01-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14516
14517 * startup.el (command-line-x-option-alist): New options "-fs",
14518 "-fw", "-fh", "--fullscreen", "--fullwidth", and "--fullheight".
14519
14520 * term/x-win.el (x-handle-initial-switch): New function.
14521
14522 2002-01-13 Colin Walters <walters@debian.org>
14523
14524 * emacs-lisp/autoload.el (make-autoload): Handle define-ibuffer-column,
14525 define-ibuffer-filter, define-ibuffer-sorter, and define-ibuffer-op.
14526
14527 * emacs-lisp/lisp-mode.el (toplevel): Ditto.
14528
14529 * ibuffer.el, ibuf-ext.el, ibuf-macs.el: New files.
14530
14531 2002-01-12 Richard M. Stallman <rms@gnu.org>
14532
14533 * net/browse-url.el (browse-url-grail):
14534 Use browse-url-maybe-new-window.
14535
14536 * net/telnet.el (telnet-simple-send):
14537 Handle comint-input-sender-no-newline like comint-simple-send.
14538
14539 * progmodes/sql.el (sql-query-placeholders-and-send):
14540 Handle comint-input-sender-no-newline like comint-simple-send.
14541 (sql-escape-newlines-and-send): Likewise.
14542
14543 * comint.el (comint-input-sender): Doc fix.
14544 (comint-input-sender-no-newline): New variable.
14545 (comint-simple-send): If comint-input-sender-no-newline,
14546 don't output newline, but maybe send eof.
14547 (comint-send-input): New arg NO-NEWLINE.
14548 (comint-send-eof): Call comint-send-eof with NO-NEWLINE.
14549
14550 2002-01-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14551
14552 * textmodes/flyspell.el (flyspell-check-pre-word-p):
14553 Prevent delaying when executing keyboard macros.
14554
14555 2002-01-12 Richard M. Stallman <rms@gnu.org>
14556
14557 * simple.el (line-move): If we can't move enough lines,
14558 go to beginning or end of line.
14559
14560 * help-mode.el (help-xref-go-back): Restore POSITION in proper buffer
14561 and proper window.
14562
14563 * help.el (describe-mode): Call help-setup-xref in the help buffer.
14564 Switch buffers only after calling `help-buffer'.
14565
14566 * dired-aux.el (dired-shell-stuff-it): Substitute for * or ?
14567 only when they are surrounded by whitespace.
14568 Use dired-mark-separator when adding one file name to a command.
14569 (dired-do-shell-command): Verify that * is surrounded by whitespace.
14570 Ask for confirmation if * or ? is not surrounded by whitespace.
14571 (dired-bunch-files): Re-reverse the partial file list when it is used.
14572
14573 2002-01-12 Richard M. Stallman <rms@gnu.org>
14574
14575 * comint.el (comint-dynamic-list-completions): Repeating the command
14576 after displaying a completion list scrolls the list.
14577
14578 2002-01-12 Eli Zaretskii <eliz@is.elta.co.il>
14579
14580 * files.el (find-file-noselect): Don't consider a buffer as
14581 visiting a file literally if it is in hexl-mode.
14582
14583 * faces.el (minibuffer-prompt): A better face definition for MS-DOS.
14584
14585 2002-01-11 Richard M. Stallman <rms@gnu.org>
14586
14587 * startup.el (initial-scratch-message): Fix custom type, add group.
14588
14589 * mail/rmail.el (rmail-decode-babyl-format): Disable undo
14590 around the decode-coding-region call.
14591
14592 * emacs-lisp/lisp.el (lisp-complete-symbol): Repeating the command
14593 after displaying a completion list scrolls the list.
14594
14595 2002-01-11 Eli Zaretskii <eliz@is.elta.co.il>
14596
14597 * version.el (emacs-version): Bump to 21.2.50.
14598
14599 2002-01-10 Thien-Thi Nguyen <ttn@giblet.glug.org>
14600
14601 * play/zone.el (zone-timeout): New var.
14602 (zone-hiding-modeline): New macro.
14603 (zone-call): New func.
14604
14605 (zone): Init `modeline-hidden-level' symbol property.
14606 Use `zone-call' instead of `funcall'.
14607
14608 (zone-pgm-whack-chars): Use `make-string' (fix bug introduced in 2001-10-26T20:11:25Z!monnier@iro.umontreal.ca).
14609
14610 (zone-pgm-stress): Use `zone-hiding-modeline'.
14611
14612 (zone-pgm-stress-destress): New zone program.
14613
14614 2002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
14615
14616 * faces.el (minibuffer-prompt): Special face definition for MS-DOS.
14617
14618 2002-01-09 Richard M. Stallman <rms@gnu.org>
14619
14620 * startup.el (fancy-splash-screens): Set tab-width in correct buffer.
14621
14622 2002-01-09 Michael Kifer <kifer@cs.stonybrook.edu>
14623
14624 * viper.el (viper-set-hooks): Zap viper-unfriendly bindings in
14625 flyspell-mouse-map.
14626
14627 2002-01-08 Richard M. Stallman <rms@gnu.org>
14628
14629 * emacs-lisp/regexp-opt.el (regexp-opt): Bind max-specpdl-size.
14630
14631 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Fix custom type.
14632
14633 * textmodes/flyspell.el (flyspell-mode-line-string): Fix custom type.
14634
14635 2002-01-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14636
14637 * progmodes/ada-mode.el (ada-initialize-properties, ada-mode):
14638 Do not use make-local-hook.
14639
14640 2002-01-08 Eli Zaretskii <eliz@is.elta.co.il>
14641
14642 * international/quail.el (quail-start-translation)
14643 (quail-start-conversion): Bind last-command-event, last-command,
14644 and this-command in the first let. This fixes the change from
14645 2000-08-30.
14646
14647 2002-01-08 Michael Kifer <kifer@cs.stonybrook.edu>
14648
14649 * ediff-hook.el: Add an autoload cookie.
14650
14651 2002-01-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14652
14653 * net/eudcb-ph.el, net/ldap.el: New maintainer. New e-mail
14654 address of the author.
14655
14656 2002-01-08 Richard M. Stallman <rms@gnu.org>
14657
14658 * replace.el (occur-mode-goto-occurrence-other-window): New command.
14659 (occur-mode-map): Bind `o' to that.
14660
14661 2002-01-07 Michael Kifer <kifer@cs.stonybrook.edu>
14662
14663 * viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
14664 new macro that replaces viper-emacs-p and viper-xemacs-p in many
14665 cases. Used to reduce the number of warnings.
14666
14667 * viper-cmd.el: Use viper-cond-compile-for-xemacs-or-emacs.
14668 (viper-standard-value): Move here from viper.el.
14669 (viper-set-unread-command-events): Move to viper-util.el
14670 (viper-check-minibuffer-overlay): Make sure
14671 viper-minibuffer-overlay is moved to cover the entire input field.
14672
14673 * viper-util.el: Use viper-cond-compile-for-xemacs-or-emacs.
14674 (viper-read-key-sequence, viper-set-unread-command-events)
14675 (viper-char-symbol-sequence-p, viper-char-array-p): Moved here.
14676
14677 * viper-ex.el: Use viper-cond-compile-for-xemacs-or-emacs.
14678
14679 * viper-keym.el: Use viper-cond-compile-for-xemacs-or-emacs.
14680
14681 * viper-mous.el: Use viper-cond-compile-for-xemacs-or-emacs.
14682
14683 * viper-macs.el (viper-char-array-p, viper-char-symbol-sequence-p)
14684 (viper-event-vector-p): Move to viper-util.el
14685
14686 * viper.el (viper-standard-value): Move to viper-cmd.el.
14687 Use viper-cond-compile-for-xemacs-or-emacs.
14688
14689 * ediff-help.el: Use ediff-cond-compile-for-xemacs-or-emacs.
14690
14691 * ediff-hook.el: Use ediff-cond-compile-for-xemacs-or-emacs.
14692
14693 * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs):
14694 New macro designed to be used in many places where ediff-emacs-p or
14695 ediff-xemacs-p was previously used. Reduces the number of warnings.
14696 Use ediff-cond-compile-for-xemacs-or-emacs in many places in lieu
14697 of ediff-xemacs-p.
14698 (ediff-make-current-diff-overlay, ediff-highlight-diff-in-one-buffer)
14699 (ediff-convert-fine-diffs-to-overlays, ediff-empty-diff-region-p)
14700 (ediff-whitespace-diff-region-p, ediff-get-region-contents):
14701 Move to ediff-util.el.
14702 (ediff-event-key): Moved here.
14703
14704 * ediff-merge.el: Got rid of unreferenced variables.
14705
14706 * ediff-mult.el: Use ediff-cond-compile-for-xemacs-or-emacs.
14707
14708 * ediff-util.el: Use ediff-cond-compile-for-xemacs-or-emacs.
14709 (ediff-cleanup-mess): Improve the way windows are set up after
14710 quitting ediff.
14711 (ediff-janitor): Use ediff-dispose-of-variant-according-to-user.
14712 (ediff-dispose-of-variant-according-to-user): New function
14713 designed to be smarter and also understands indirect buffers.
14714 (ediff-highlight-diff-in-one-buffer)
14715 (ediff-unhighlight-diff-in-one-buffer)
14716 (ediff-unhighlight-diffs-totally-in-one-buffer)
14717 (ediff-highlight-diff, ediff-highlight-diff)
14718 (ediff-unhighlight-diff, ediff-unhighlight-diffs-totally)
14719 (ediff-empty-diff-region-p, ediff-whitespace-diff-region-p)
14720 (ediff-get-region-contents, ediff-make-current-diff-overlay):
14721 Moved here.
14722 (ediff-format-bindings-of): New function by Hannu Koivisto
14723 <azure@iki.fi>.
14724 (ediff-setup): Make sure the merge buffer is always widened and
14725 modifiable.
14726 (ediff-write-merge-buffer-and-maybe-kill): Refuse to write the
14727 result of a merge into a file visited by another buffer.
14728 (ediff-arrange-autosave-in-merge-jobs): Check if the merge file
14729 is visited by another buffer and ask to save/delete that buffer.
14730 (ediff-verify-file-merge-buffer): New function to do the above.
14731
14732 * ediff-vers.el: Load ediff-init.el at compile time.
14733
14734 * ediff-wind.el: Use ediff-cond-compile-for-xemacs-or-emacs.
14735
14736 * ediff.el (ediff-windows, ediff-regions-wordwise)
14737 (ediff-regions-linewise): Use indirect buffers to improve
14738 robustness and make it possible to compare regions of the same
14739 buffer (even overlapping regions).
14740 (ediff-clone-buffer-for-region-comparison)
14741 (ediff-clone-buffer-for-window-comparison): New functions.
14742 (ediff-files-internal): Refuse to compare identical files.
14743 (ediff-regions-internal): Get rid of the warning about comparing
14744 regions of the same buffer.
14745
14746 * ediff-diff.el (ediff-convert-fine-diffs-to-overlays): Moved here.
14747 Plus the following fixes courtesy of Dave Love: Doc fixes.
14748 (ediff-word-1): Use word class and move - to the
14749 front per regexp documentation.
14750 (ediff-wordify): Bind forward-word-function outside loop.
14751 (ediff-copy-to-buffer): Use insert-buffer-substring rather than
14752 consing buffer contents.
14753 (ediff-goto-word): Move syntax table setting outside loop.
14754
14755 2002-01-07 Richard M. Stallman <rms@gnu.org>
14756
14757 * dired.el (dired-copy-filename-as-kill): Call kill-append
14758 if following a kill command.
14759
14760 * help-fns.el (describe-variable, describe-function):
14761 Do save-excursion.
14762
14763 2002-01-06 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14764
14765 * net/ldap.el (ldap-search-internal): Skip error message from
14766 ldapsearch. Allow listing attribute names only. Do not open
14767 non-existent files.
14768
14769 * net/eudcb-ldap.el (eudc-ldap-get-field-list): Do not try to
14770 call non-existent function.
14771
14772 * net/eudc.el (top-level): Revert previous change.
14773
14774 * net/net-utils.el (nslookup-font-lock-keywords): Defvar font-lock
14775 variables to prevent warning from byte-compiler.
14776
14777 * net/eudc.el (top-level): Use eudc-xemacs-p instead of
14778 string-match on emacs-version again.
14779
14780 * enriched.el (enriched-make-annotation): Fix the change from
14781 2002-01-05.
14782 (enriched-handle-display-prop): Return proper values.
14783
14784 * net/eudcb-ldap.el (eudc-attribute-display-method-alist):
14785 Use proper attribute name labeledUri instead of deprecated labeledUrl.
14786
14787 2002-01-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14788
14789 * net/eudc-hotlist.el (eudc-edit-hotlist): Avoid error when
14790 editing an empty hotlist.
14791
14792 * net/ldap.el (ldap-search-internal): Make the buffer unibyte.
14793 Use buffer-string instead of buffer-substring for the whole buffer.
14794
14795 * net/eudc-vars.el (eudc-external-viewers): Do not use xv, it is
14796 not free.
14797
14798 * net/eudc-bob.el (eudc-bob-can-display-inline-images)
14799 (eudc-bob-display-jpeg): Use fboundp instead of boundp.
14800 (eudc-bob-save-object): Make the buffer unibyte.
14801 (eudc-bob-generic-keymap): Add new keybinding `!' to pipe the
14802 object to external program.
14803
14804 2002-01-05 Andre Spiegel <spiegel@gnu.org>
14805
14806 * vc.el (vc-branch-part): Return nil if there's no `.'
14807 (vc-default-previous-version): Renamed from vc-previous-version.
14808 New args BACKEND and FILE. Return nil for revision numbers
14809 without a `.'
14810 (vc-version-diff): Call vc-BACKEND-previous-version.
14811 (vc-steal-lock): Steal lock before composing mail, so that no mail
14812 is sent when the stealing goes wrong. And we'll actually see the
14813 error in that case now.
14814 (vc-finish-steal): Removed.
14815
14816 * vc-rcs.el (vc-rcs-steal-lock): Do a real checkout after stealing
14817 the lock, so that we see expanded headers.
14818 (vc-rcs-trunk-p, vc-rcs-branch-part, vc-rcs-branch-p)
14819 (vc-rcs-minor-part, vc-rcs-previous-version): Removed. These are
14820 available from vc.el. Updated all callers.
14821
14822 2002-01-05 Richard M. Stallman <rms@gnu.org>
14823
14824 * enriched.el (enriched-make-annotation): Doc fix.
14825
14826 * format.el (format-replace-strings, format-subtract-regions)
14827 (format-annotate-region, format-annotate-location)
14828 (format-annotate-atomic-property-change)
14829 (format-annotate-single-property-change): Doc fixes.
14830
14831 2002-01-05 Jason Rumney <jasonr@gnu.org>
14832
14833 * term/w32-win.el: Require fontset unconditionally.
14834 (w32-handle-scroll-bar-event): Remove.
14835
14836 2002-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
14837
14838 * emacs-lisp/copyright.el (copyright-regexp): Allow multi-line
14839 copyrights to be updated.
14840
14841 2002-01-04 Eli Zaretskii <eliz@is.elta.co.il>
14842
14843 * textmodes/texinfo.el (texinfo-insert-@end): Fix the change from
14844 2001-10-24.
14845
14846 * mail/sendmail.el (mail-recover-1, mail-recover): Doc fix.
14847
14848 2002-01-04 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14849
14850 * net/ldap.el (ldap-host-parameters-alist): Remove duplicated entry.
14851 (ldap-ignore-attribute-codings): Change the default value to allow
14852 encoding/decoding of attributes.
14853 (ldap-coding-system): Use UTF-8 as the coding-system. Doc fix.
14854
14855 2002-01-03 Richard M. Stallman <rms@gnu.org>
14856
14857 * files.el (basic-save-buffer): Undo previous change.
14858
14859 * calendar/diary-lib.el (diary-block): Doc fix.
14860
14861 * custom.el (defcustom): Fix syntax of previous change.
14862
14863 2002-01-03 Per Abrahamsen <abraham@dina.kvl.dk>
14864
14865 * custom.el (defcustom): Documented :tag, :link and :load.
14866
14867 2002-01-03 Eli Zaretskii <eliz@is.elta.co.il>
14868
14869 * mail/sendmail.el (mail-recover-1): New function.
14870 (mail-recover): Switch to the *mail* buffer right away.
14871 Use buffer-auto-save-file-name instead of calling
14872 make-auto-save-file-name. Call dired-noselect instead of invoking
14873 `ls' directly. Bind coding-system-for-read to emacs-mule-unix
14874 before reading the auto-save file. If the buffer's auto-save file
14875 does not exist, call mail-recover-1 to allow recovery from past
14876 auto-saved drafts.
14877
14878 2002-01-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14879
14880 * time.el (display-time-load-average-threshold): Fix defcustom
14881 (add type and group).
14882
14883 * net/ange-ftp.el (ange-ftp-shell-command): Remove port
14884 specification from the hostname.
14885
14886 2002-01-02 Richard M. Stallman <rms@gnu.org>
14887
14888 * facemenu.el (facemenu-active-faces):
14889 Use face-attributes-as-vector, not face-attributes-vector.
14890
14891 2002-01-02 Chris Hanson <cph@aarau.ai.mit.edu>
14892
14893 * xscheme.el: Eleven years of updates on a private copy.
14894
14895 Extensive changes to support multiple xscheme buffers:
14896 (run-scheme): Break up into new functions to facilitate starting
14897 processes in other buffers.
14898 (xscheme-start, xscheme-read-command-line): New functions.
14899 (start-scheme, select-scheme)
14900 (default-xscheme-runlight)
14901 (global-set-scheme-interaction-buffer)
14902 (local-set-scheme-interaction-buffer)
14903 (local-clear-scheme-interaction-buffer)
14904 (exit-scheme-interaction-mode)
14905 (verify-xscheme-buffer): New functions.
14906 (xscheme-process-name, xscheme-buffer-name)
14907 (xscheme-runlight): New internal vars.
14908 (default-xscheme-runlight): New const.
14909 (xscheme-start-process): Add args for the process/buffer names.
14910 (reset-scheme): Pass process/buffer names.
14911 (scheme-interaction-mode): Initialize new local vars.
14912 (reset-scheme, xscheme-send-string-2, xscheme-process-running-p)
14913 (xscheme-select-process-buffer, xscheme-process-buffer)
14914 (xscheme-send-region, xscheme-send-char, xscheme-send-interrupt)
14915 (xscheme-goto-output-point, xscheme-write-message-1): Use new
14916 var xscheme-process-name.
14917 (xscheme-start-process): Initialize xscheme-process-name and
14918 xscheme-buffer-name in the process buffer. Pass buffer name to
14919 xscheme-modeline-initialize.
14920 (xscheme-modeline-initialize): Add argument to specify buffer name
14921 for mode-line vars.
14922 (xscheme-process-sentinel): Make sure sentinel is run in the
14923 process buffer so it sees its local vars.
14924 (xscheme-process-filter-initialize, xscheme-set-runlight):
14925 More elaborate logic to handle multiple-buffer mode lines.
14926
14927 (xscheme-enter-input-wait): Re-enable control-G handler upon
14928 entering input wait.
14929
14930 (scheme-interaction-mode): Add arg to preserve local vars.
14931 (xscheme-enter-interaction-mode)
14932 (xscheme-enter-debugger-mode): Preserve local vars.
14933 (xscheme-start-process): Clobber local vars.
14934
14935 (scheme-interaction-mode-commands): Allow end user to add commands
14936 to scheme-interaction-mode keymap.
14937 (scheme-interaction-mode-commands-alist): New variable.
14938
14939 (xscheme-send-string): Don't use insert-before-markers.
14940
14941 Implement a per-buffer kill ring:
14942 (xscheme-insert-expression)
14943 (xscheme-rotate-yank-pointer, xscheme-yank)
14944 (xscheme-yank-pop, xscheme-yank-push): New functions.
14945 (xscheme-expressions-ring)
14946 (xscheme-expressions-ring-yank-pointer)
14947 (xscheme-expressions-ring-max): New variables.
14948 (xscheme-send-string-1): Call xscheme-insert-expression to save
14949 expression in ring.
14950 (xscheme-yank-previous-send): Now an alias for xscheme-yank.
14951 (xscheme-previous-send): Deleted variable.
14952
14953 (xscheme-send-string-2, xscheme-send-char, xscheme-send-proceed)
14954 (xscheme-send-control-g-interrupt): Use process-send-string rather
14955 than send-string.
14956
14957 (xscheme-send-region): Insert a newline after an expression that
14958 is submitted in the interaction buffer, for consistency with
14959 recent changes to Edwin.
14960
14961 (xscheme-delete-output): New function mimics comint-delete-output.
14962 (xscheme-last-input-end): New internal variable.
14963 (xscheme-process-filter-output): Update xscheme-last-input-end.
14964
14965 (xscheme-send-control-g-interrupt): Make sure that
14966 xscheme-control-g-disabled-p is looked up in the right buffer.
14967
14968 (xscheme-enable-control-g): Clear C-g message if visible.
14969 (xscheme-control-g-message-string): New internal var.
14970 (xscheme-send-control-g-interrupt): Use new var.
14971
14972 (xscheme-send-control-g-interrupt, xscheme-send-interrupt):
14973 Delay after sending interrupt in order to work around race condition.
14974
14975 (xscheme-send-control-g-interrupt, xscheme-send-interrupt)
14976 (xscheme-send-char): Use xscheme-send-char rather than send-string
14977 to send single char.
14978
14979 (xscheme-process-filter, xscheme-process-filter-alist):
14980 Add support for evaluating expressions outside of the call-excursion.
14981 (xscheme-process-filter:string-action-noexcursion): New func.
14982
14983 (xscheme-write-value): Change output string to match that used by
14984 Edwin.
14985
14986 (xscheme-coerce-prompt): Don't write a space after a command
14987 prompt. The PROMPT-FOR-COMMAND- procedures will take care of this
14988 for us.
14989
14990 (reset-scheme): Delete process after killing it.
14991
14992 2002-01-02 Eli Zaretskii <eliz@is.elta.co.il>
14993
14994 * bindings.el (function-key-map): Don't bind shifted keypad
14995 numeric keys.
14996
14997 2002-01-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14998
14999 * enriched.el (enriched-handle-display-prop): Remove unused variables.
15000 (enriched-mode): Doc fix.
15001
15002 2002-01-02 Eli Zaretskii <eliz@is.elta.co.il>
15003
15004 * international/ucs-tables.el (ucs-8859-8-alist): Comment away
15005 Hebrew points.
15006
15007 2002-01-01 Richard M. Stallman <rms@gnu.org>
15008
15009 * jka-compr.el (jka-compr-write-region): If START = nil, use whole buf.
15010
15011 2001-12-31 Richard M. Stallman <rms@gnu.org>
15012
15013 * comint.el, cus-edit.el, diff-mode.el, enriched.el, font-lock.el:
15014 * generic-x.el, info.el, log-view.el, pcvs-info.el, speedbar.el:
15015 * wid-edit.el, woman.el, calendar/calendar.el, textmodes/flyspell.el:
15016 * emulation/viper-init.el, eshell/em-ls.el, progmodes/antlr-mode.el:
15017 * progmodes/cperl-mode.el, progmodes/idlwave.el:
15018 * progmodes/sh-script.el, progmodes/vhdl-mode.el:
15019 Adapt face definitions to use :weight and :slant.
15020
15021 * ps-print.el (ps-font-lock-face-attributes): Use :weight and :slant.
15022
15023 * cus-edit.el (custom-face-edit-fix-value): Delete `assert' call.
15024
15025 * font-lock.el (initializing from font-lock-face-attributes):
15026 Use :weight and :slant, not :bold and :italic.
15027
15028 2001-12-31 Per Abrahamsen <abraham@dina.kvl.dk>
15029
15030 * cus-edit.el (custom-face-edit-fix-value): New function.
15031 (custom-face-edit): Use it, to convert :italic and :bold to new forms.
15032
15033 2001-12-30 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15034
15035 * progmodes/octave-mod.el (octave-abbrev-table):
15036 * progmodes/idlwave.el (idlwave-mode-abbrev-table):
15037 * progmodes/fortran.el (fortran-mode-abbrev-table):
15038 * progmodes/f90.el (f90-mode-abbrev-table):
15039 * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init):
15040 * progmodes/sql.el (sql-mode-abbrev-table): Mark all the
15041 predefined abbrevs as "system" abbrevs.
15042
15043 2001-12-30 Richard M. Stallman <rms@gnu.org>
15044
15045 * info.el (Info-fontify-node): For a **** underline line, put the
15046 invisible and intangible props on the following newline, but not
15047 on the previous newline or the last char of the previous line.
15048
15049 * faces.el (face-set-after-frame-default): Don't change `default' face.
15050
15051 * faces.el (minibuffer-prompt): Adopt some default colors.
15052
15053 * replace.el (query-replace-read-args): Immediate error if read-only.
15054
15055 * textmodes/makeinfo.el (makeinfo-compilation-sentinel):
15056 Display the output buffer in a more intelligent way.
15057
15058 2001-12-30 Eli Zaretskii <eliz@is.elta.co.il>
15059
15060 * ls-lisp.el (insert-directory): Modify the "total" line wording,
15061 in accordance with files.el's insert-directory.
15062
15063 2001-12-29 Richard M. Stallman <rms@gnu.org>
15064
15065 * files.el (basic-save-buffer): If a before-write hook displays
15066 an echo area message, pause before calling basic-save-buffer-1.
15067
15068 2001-12-29 Markus Rost <rost@math.ohio-state.edu>
15069
15070 * textmodes/reftex-global.el (reftex-query-replace-document)
15071 (reftex-change-label): Doc fix.
15072
15073 * dired-aux.el (dired-do-query-replace-regexp): Doc fix.
15074
15075 * progmodes/etags.el (tags-query-replace): Doc fix.
15076
15077 2001-12-29 Richard M. Stallman <rms@gnu.org>
15078
15079 * progmodes/compile.el (compile-internal): Fix previous change.
15080
15081 2001-12-28 Richard M. Stallman <rms@gnu.org>
15082
15083 * mouse.el (mouse-drag-mode-line-1): When dragging a mode line upward,
15084 shrink the windows above as necessary to get space.
15085 (mouse-drag-move-window-bottom, mouse-drag-window-above): New fns.
15086
15087 * net/ange-ftp.el (ange-ftp-allow-child-lookup): Always return nil.
15088 This fixes a bug that treated all files as directories.
15089 (ange-ftp-insert-directory): Explicitly follow symlinks.
15090
15091 * international/iso-transl.el (iso-transl-char-map) Eliminate the
15092 alias symbols--put the translated sequences here directly.
15093
15094 * progmodes/cc-mode.el (c-mode-abbrev-table)
15095 (c++-mode-abbrev-table, objc-mode-abbrev-table)
15096 (java-mode-abbrev-table, pike-mode-abbrev-table):
15097 Mark all the predefined abbrevs as "system" abbrevs.
15098
15099 * mail/sendmail.el (mail-envelope-from): Fix custom type.
15100 (sendmail-send-it): Check mail-specify-envelope-from
15101 and mail-envelope-from in the mail buffer at start.
15102
15103 2001-12-28 Simon Josefsson <jas@extundo.com>
15104
15105 * mail/sendmail.el (mail-envelope-from): Fix :type.
15106 (sendmail-send-it): Copy `mail-envelope-from' from calling buffer.
15107
15108 2001-12-28 Richard M. Stallman <rms@gnu.org>
15109
15110 * net/ldap.el (ldap-search-internal): Handle <file://...> in results.
15111
15112 * simple.el (line-move-invisible): New subroutine.
15113 (line-move-to-column): New subroutine--smarter about advancing over
15114 invisible parts of a line, or lines, but only as long as hpos grows.
15115 (line-move-finish): New subroutine: repeatedly processes desired
15116 column, intangibility, and fields.
15117 (line-move): Use those subroutines.
15118 When moving lines downward, skip invisible text first rather than last.
15119
15120 2001-12-27 Richard M. Stallman <rms@gnu.org>
15121
15122 * international/mule-diag.el (describe-char-after):
15123 Describe the text properties of the char after point.
15124
15125 * help.el (describe-key): Doc fix.
15126
15127 2001-12-26 Markus Rost <rost@math.ohio-state.edu>
15128
15129 * find-dired.el (find-dired-sentinel): Precede exit message by
15130 two spaces, to match the regexp in dired-between-files.
15131
15132 2001-12-28 Miles Bader <miles@gnu.org>
15133
15134 * wid-edit.el (widget-toggle-value-create): Don't eval actual
15135 images (which are lists too).
15136
15137 2001-12-27 Eli Zaretskii <eliz@is.elta.co.il>
15138
15139 * language/european.el: Fix the doc string of "Latin-5" language
15140 environment.
15141
15142 2001-12-26 Richard M. Stallman <rms@gnu.org>
15143
15144 * textmodes/flyspell.el (flyspell-mode-map): New keymap,
15145 defined as before 2001-11-09.
15146 (add-minor-mode call): Specify the keymap.
15147
15148 * progmodes/compile.el (compile-internal):
15149 Set TERM variable in process-environment.
15150
15151 2001-12-25 Richard M. Stallman <rms@gnu.org>
15152
15153 * help-mode.el (help-xref-on-pp): Catch and ignore errors in scanning
15154 the buffer.
15155
15156 * startup.el (command-line): Convert command line args
15157 to Emacs internal representation using locale-coding-system.
15158
15159 2001-12-25 Eli Zaretskii <eliz@is.elta.co.il>
15160
15161 * international/fontset.el: Don't require ind-util when compiling.
15162
15163 2001-12-25 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15164
15165 * emulation/tpu-edt.el (tpu-reset-screen-size):
15166 Use set-frame-height and set-frame-width instead of set-screen-height
15167 and set-screen-width.
15168
15169 * vt-control.el (vt-wide, vt-narrow): Use set-frame-width instead
15170 of obsolete set-screen-width.
15171
15172 * locate.el (locate): Remove dot at the end of error argument.
15173
15174 * emerge.el (emerge-show-file-name): Use frame-height instead of
15175 obsolete screen-height.
15176
15177 * mail/mh-utils.el (mh-show-msg): Likewise.
15178 (mh-handle-process-error): Use frame-width instead of obsolete
15179 screen-width.
15180
15181 2001-12-25 Richard M. Stallman <rms@gnu.org>
15182
15183 * window.el (balance-windows): Use new PRESERVE-BEFORE arg
15184 to enlarge-window. Use save-selected-window. Don't try
15185 to resize windows that end at the bottom "level".
15186 Retry changing the sizes until the windows get the desired sizes.
15187 Discount the minibuffer when computing total height available.
15188
15189 * emacs-lisp/debug.el (debugger-mode-map): Bind C-m, not `RET'.
15190 (debugger-make-xrefs): Only make a button for the first symbol
15191 on any line.
15192
15193 2001-12-24 Eli Zaretskii <eliz@is.elta.co.il>
15194
15195 * term/internal.el (dos-cpNNN-setup, dos-codepage-setup):
15196 Call IT-setup-unicode-display here instead of adding it to
15197 dos-codepage-setup-hook, so that Unicode display tables are set
15198 before dos-codepage-setup-hook runs.
15199
15200 2001-12-24 Richard M. Stallman <rms@gnu.org>
15201
15202 * net/net-utils.el (ftp-mode-abbrev-table): Don't define it.
15203 (nslookup-mode-abbrev-table): Don't define it.
15204 (smbclient-mode-abbrev-table): Don't define it.
15205 (ftp-mode): Don't use ftp-mode-abbrev-table; don't enable Abbrev mode.
15206 (nslookup-mode, smbclient-mode): Likewise.
15207 (network-connection-service-abbrev-alist): Variable deleted.
15208 (network-connection-mode-setup): Don't set up abbrev table.
15209
15210 * faces.el (minibuffer-prompt): New face.
15211 (minibuffer-prompt-properties): Add `face' property.
15212
15213 * replace.el (occur-mode-display-occurrence): New function.
15214 (occur-mode-map): Bind C-o to it.
15215
15216 2001-12-24 Michael Kifer <kifer@cs.sunysb.edu>
15217
15218 * viper-cmd.el (viper-change-state): Got rid of make-local-hook.
15219 (viper-special-read-and-insert-char): Make C-m work right in the r
15220 comand.
15221 (viper-buffer-search-enable): Fixed format string.
15222
15223 * viper-ex.el (ex-token-alist): Use ex-set-visited-file-name
15224 instead of viper-info-on-file.
15225 (ex-set-visited-file-name): New function.
15226
15227 * viper.el (viper-emacs-state-mode-list): Added mail-mode.
15228
15229 * ediff-mult.el (ediff-meta-mark-equal-files): Added optional
15230 action argument.
15231
15232 * ediff-init.el: Fixed some doc strings.
15233
15234 * ediff-util.el (ediff-after-quit-hook-internal): New variable.
15235 Got rid of make-local-hook.
15236
15237 * ediff-wind.el (ediff-setup-control-frame): Got rid of
15238 make-local-hook.
15239
15240 2001-12-23 Richard M. Stallman <rms@gnu.org>
15241
15242 * term/x-win.el (x-handle-geometry): Put height and width
15243 on default-frame-alist, left and top on initial-frame-alist.
15244 * term/w32-win.el (x-handle-geometry): Likewise.
15245
15246 * sort.el (sort-reorder-buffer): Copy all to a temp buffer first.
15247
15248 * play/yow.el (yow): Use an arg to distinguish interactive calls,
15249 not interactive-p.
15250
15251 2001-12-22 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15252
15253 * emacs-lisp/elint.el (elint-unknown-builtin-args):
15254 Remove mocklisp entries.
15255
15256 * subr.el (insert-string): Moved from mocklisp.c, reimplemented in
15257 Lisp. Obsoleted.
15258
15259 * emulation/mlconvert.el: File removed.
15260
15261 * emulation/mlsupport.el: Moved to obsolete.
15262
15263 * obsolete/mlsupport.el: Moved there from lisp/emulation.
15264
15265 * emacs-lisp/find-gc.el (source-files): Remove mocklisp.c.
15266
15267 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
15268 Remove mocklisp case.
15269
15270 * help-fns.el (describe-function-1): Remove mocklisp function case.
15271
15272 2001-12-22 Miles Bader <miles@gnu.org>
15273
15274 * textmodes/refill.el (refill-mode): Don't barf when redundantly
15275 turning refill-mode off.
15276
15277 2001-12-22 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15278
15279 * time.el (display-time-load-average-threshold): New variable.
15280 (display-time-update): Use it.
15281
15282 These changes allow cycling through past 1, 5 and 15 minutes
15283 load-average displayed in the mode-line.
15284
15285 * time.el (display-time-default-load-average): New customizable option.
15286 (display-time-load-average): New variable.
15287 (display-time-cycle-load-average): New function.
15288 (display-time-update): Use them.
15289
15290 2001-12-21 Richard M. Stallman <rms@gnu.org>
15291
15292 * apropos.el (apropos-print): SPACING is now nil or a separator string.
15293 (apropos-documentation, apropos-value): Pass a suitable string.
15294
15295 2001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
15296
15297 * dired.el (dired-free-space-program, dired-free-space-args):
15298 Aliases for back-compatibility.
15299
15300 * info.el (Info-select-node): If Info-use-header-line is nil, set
15301 header-line-format to nil.
15302 (Info-fontify-node): Don't put a keymap text property on the
15303 heading if we are not going to display the header line. Remove
15304 any such text properties left over from past visits to this node.
15305
15306 * ls-lisp.el (insert-directory): Insert the amount of free disk
15307 space, like files.el's insert-directory does.
15308
15309 * files.el (directory-free-space-program):
15310 Mention file-system-info in the doc string.
15311 (get-free-disk-space): New function; code moved from insert-directory.
15312 (insert-directory): Call get-free-disk-space to get the amount of
15313 free space.
15314
15315 2001-12-21 Richard M. Stallman <rms@gnu.org>
15316
15317 * help.el (view-order-manuals, view-emacs-news, describe-copying)
15318 (describe-distribution, describe-project): Use view-file.
15319
15320 * emacs-lisp/cl-indent.el (define-modify-macro): Better indent spec.
15321
15322 * net/ange-ftp.el (ange-ftp-file-modtime): Use save-match-data.
15323
15324 * emacs-lisp/easy-mmode.el (define-minor-mode):
15325 Make no arg by default in an interactive call,
15326 so that repeating the command toggles again.
15327
15328 * emacs-lisp/lisp-mode.el (eval-defun-1): Cope with atoms as args.
15329
15330 2001-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
15331
15332 * antlr-mode.el: More sophisticated indentation of cpp directive.
15333 (antlr-indent-at-bol-alist): New user option.
15334 (antlr-indent-line): Use it.
15335 (antlr-indent-style): New user option.
15336 (antlr-mode): Use it.
15337 (antlr-indent-item-regexp): Customize.
15338
15339 * antlr-mode.el: Syntax highlighting changes.
15340 (antlr-font-lock-literal-regexp): New user option.
15341 (antlr-font-lock-syntax-face): New face used for :, |, ....
15342 (antlr-font-lock-default-face): New face.
15343 (antlr-font-lock-additional-keywords): Use them.
15344
15345 * antlr-mode.el: New command to insert options -- variables.
15346 (antlr-mode-map): New binding [C-c C-o].
15347 (antlr-mode-menu): New submenus.
15348 (antlr-options-use-submenus): New user option.
15349 (antlr-tool-version): New user option.
15350 (antlr-options-auto-colon): New user option.
15351 (antlr-options-style): New user option.
15352 (antlr-options-push-mark): New user option.
15353 (antlr-options-assign-string): New user option.
15354 (antlr-options-headings): New variable.
15355
15356 * antlr-mode.el: New command to insert options -- specific.
15357 (antlr-options-alists): New variable.
15358 (antlr-read-value): New function.
15359 (antlr-read-boolean): New function.
15360 (antlr-language-option-extra): New function.
15361 (antlr-language-limit-n-regexp): Change default to higher LIMIT.
15362 (antlr-c++-mode-extra): New function.
15363 (antlr-grammar-tokens): New function.
15364 (antlr-imenu-create-index-function): New optional argument.
15365
15366 * antlr-mode.el: New command to insert options -- functions.
15367 (antlr-insert-option): New command.
15368 (antlr-insert-option-interactive): New function.
15369 (antlr-options-menu-filter): New function.
15370 (antlr-option-kind): New function.
15371 (antlr-scan-lists): New alias.
15372 (antlr-scan-lists-internal): New function.
15373 (antlr-skip-file-prelude): Hack for special SKIP-COMMENT.
15374 (antlr-option-level): New function.
15375 (antlr-syntactic-grammar-depth): New function.
15376 (antlr-option-location): New function.
15377 (antlr-insert-option-do): New function.
15378 (antlr-option-spec): New function.
15379 (antlr-version-string): New function.
15380 (antlr-insert-option-existing): New function.
15381 (antlr-insert-option-space): New function.
15382 (antlr-insert-option-area): New function.
15383
15384 * antlr-mode.el: New electric keys ":;|&(){}", TAB works better
15385 with narrowing. Menu change. Miscellaneous.
15386 (antlr-mode-menu): Include "Indent Region" and "Customize Antlr".
15387 (antlr-mode-map): New bindings for characters in ":;|&(){}".
15388 (antlr-electric-character): New command.
15389 (antlr-class-header-regexp): New variable.
15390 (antlr-font-lock-additional-keywords): Use it.
15391 (antlr-imenu-create-index-function): Use it.
15392 (antlr-file-dependencies): Use it.
15393 (antlr-indent-line): Also works with restrictions.
15394 (antlr-indent-command): Interactive spec - changes the buffer.
15395 (antlr-language-for-option): Deletia.
15396 (antlr-language-option): New function, defined instead.
15397 (antlr-mode): Use it.
15398
15399 2001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
15400
15401 * jka-compr.el (jka-compr-partial-uncompress): Use null-device
15402 instead of a literal /dev/null.
15403
15404 * Makefile.in (distclean): Remove Makefile in the build
15405 directory, not in the source directory.
15406
15407 2001-12-21 Simon Josefsson <jas@extundo.com>.
15408
15409 * mail/smtpmail.el (smtpmail-send-queued-mail):
15410 Use with-temp-buffer instead of find-file-noselect, and bind
15411 coding-system-for-read to no-conversion when reading the queued
15412 messages. (Simon's code modified slightly by Eli Zaretskii.)
15413
15414 2001-12-20 Werner Lemberg <wl@gnu.org>
15415
15416 * international/mule-diag.el (describe-coding-system)
15417 (print-coding-system-briefly): Make printed output have a similar
15418 format as describe-character-set.
15419
15420 2001-12-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15421
15422 * play/blackbox.el (bb-member): Remove, use member instead.
15423 (bb-delete): Remove, use delete instead.
15424 Update copyright notice. Defvar for bb-board, bb-x, bb-y,
15425 bb-score, bb-detour-count and bb-balls-placed.
15426 Propertize results of rays.
15427
15428 2001-12-19 Karl Fogel <kfogel@red-bean.com>
15429
15430 * isearch.el (isearch-forward, isearch-edit-string): Make doc
15431 strings mention keybinding for `isearch-yank-word-or-char',
15432 rather than `isearch-yank-word', since the former is bound now
15433 and the latter is not.
15434 (isearch-yank-word-or-char): Fix formatting.
15435
15436 2001-12-19 Werner Lemberg <wl@gnu.org>
15437
15438 * language/czech.el, language/european.el, language/slovak.el:
15439 More fixes for language info doc strings.
15440
15441 2001-12-19 Eli Zaretskii <eliz@is.elta.co.il>
15442
15443 * loadup.el: Add "language" to the load-path.
15444
15445 2001-12-19 Richard M. Stallman <rms@gnu.org>
15446
15447 * international/mule-cmds.el (describe-language-environment):
15448 Fix calls to help-xref-button.
15449
15450 2001-12-19 Miles Bader <miles@gnu.org>
15451
15452 * international/fontset.el: Require `ind-util' when compiling.
15453
15454 2001-12-18 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15455
15456 * language/ethio-util.el (ethio-modify-vowel): Use char-to-string
15457 instead of decompose-composite-char.
15458
15459 2001-12-18 Richard M. Stallman <rms@gnu.org>
15460
15461 * simple.el (eval-expression-print-level)
15462 (eval-expression-print-length): Doc fixes.
15463
15464 * international/mule-diag.el (describe-character-set):
15465 Fix the arg to help-xref-button.
15466
15467 * files.el (directory-free-space-program): New variable.
15468 (directory-free-space-args): New variable.
15469 (insert-directory): Use those two variables for getting free space.
15470 Use file-system-info instead, if that is defined.
15471
15472 * dired.el (dired-free-space-program): Variable deleted.
15473 (dired-free-space-args): Variable deleted.
15474 (dired-insert-directory): Don't try to determine free space.
15475
15476 * files.el (font-lock-defaults): Add risky-local-variables prop.
15477 (hack-one-local-variable): Treat various font-lock variables as risky.
15478
15479 2001-12-18 Werner Lemberg <wl@gnu.org>
15480
15481 * language/chinese.el, language/cyrillic.el:
15482 * language/czech.el, language/european.el, language/greek.el:
15483 * language/hebrew.el, language/indian.el, language/japanese.el:
15484 * language/korean.el, language/lao.el, language/slovak.el:
15485 * language/thai.el, language/tibetan.el, language/vietnamese.el:
15486 Improve documentation strings of coding systems and language infos.
15487
15488 2001-12-18 Werner LEMBERG <wl@gnu.org>
15489
15490 Add support for EUC-TW decoding/encoding.
15491
15492 * language/china-util.el (big5-to-flat-code, flat-code-to-big5)
15493 (euc-to-flat-code, flat-code-to-euc, expand-euc-big5-alist):
15494 New auxiliary functions to build `big5-to-cns'.
15495 (big5-to-cns): New translation alist.
15496
15497 * language/chinese.el: Added new coding system `euc-tw' and its
15498 alias `euc-taiwan'.
15499 Updated language `Chinese-CNS' to include euc-tw encoding also.
15500 (ccl-decode-euc-tw, ccl-encode-euc-tw): New functions for handling
15501 euc-tw.
15502
15503 2001-12-18 Dave Love <fx@gnu.org>
15504
15505 * loadup.el: Add language/utf-8-lang, language/georgian.
15506
15507 * image-file.el (image-file-name-extensions): Add pnm. Doc fix.
15508 (image-file-name-regexps): Doc fix.
15509
15510 * server.el (server-unload-hook): New function.
15511
15512 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): Group the leader.
15513 (lm-crack-copyright): Cope with multi-line copyright `lines'.
15514
15515 * simple.el (newline): Doc fix.
15516 (eval-expression-print-level, eval-expression-print-length): Doc
15517 fix. Amend :type.
15518 (next-line, previous-line): Make arg optional.
15519 (newline): Doc fix.
15520
15521 * Makefile.in (DONTCOMPILE): Add various language files.
15522
15523 * international/quail.el (quail-input-string-to-events): Don't use
15524 string-to-list.
15525
15526 * progmodes/f90.el (f90-break-line): Avoid infinite recursion
15527 calling `newline'.
15528
15529 2001-12-17 Richard M. Stallman <rms@gnu.org>
15530
15531 * comint.el (comint-dynamic-list-input-ring-select): New function.
15532 Switches back to the old window configuration.
15533 (comint-dynamic-list-input-ring): Bind RET to that function.
15534 (comint-dynamic-list-input-ring-window-conf): New variable.
15535
15536 2001-12-17 Werner Lemberg <wl@gnu.org>
15537
15538 * international/mule-conf.el: Improve documentation strings of
15539 character sets.
15540
15541 2001-12-16 Richard M. Stallman <rms@gnu.org>
15542
15543 * dired.el (dired-copy-filename-as-kill): Moved from dired-x.el.
15544 (dired-mode-map): Bind w to dired-copy-filename-as-kill.
15545
15546 * dired-x.el (dired-copy-filename-as-kill): Moved to dired.el.
15547
15548 * autoinsert.el (auto-insert-alist): Redo finding C and C++ headers.
15549 Add a DESCRIPTION for the makefile item.
15550
15551 * find-file.el (ff-other-file-name): New function.
15552
15553 2001-12-16 Eli Zaretskii <eliz@is.elta.co.il>
15554
15555 * international/quail.el (quail-input-string-to-events): Fix last
15556 change.
15557
15558 2001-12-16 Richard M. Stallman <rms@gnu.org>
15559
15560 * isearch.el (isearch-edit-string): When we set isearch-string
15561 to the default, also set isearch-message.
15562
15563 * subr.el (temp-buffer-show-hook, temp-buffer-setup-hook): Add defvars.
15564
15565 * startup.el (command-line-1): Display startup screen
15566 even if there are command line args.
15567 Add a note about how to go to editing your files.
15568 (fancy-splash-head): Add a note about how to go to your files.
15569 (fancy-splash-outer-buffer): New variable.
15570 (fancy-splash-screens): Bind variable fancy-splash-outer-buffer.
15571
15572 * subr.el (with-temp-message): At the end, always discard
15573 the temp message, even by clearing the echo area.
15574
15575 * progmodes/sh-script.el (sh-mode): Run sh-mode-hook.
15576
15577 2001-12-16 Stefan Monnier <monnier@cs.yale.edu>
15578
15579 * log-view.el (log-view-message-re, log-view-current-tag):
15580 Recognize Subversion's log output format.
15581
15582 * international/fontset.el: Build the list L at compile time.
15583
15584 * language/ind-util.el (mapthread): Make a closure.
15585
15586 2001-12-15 Richard M. Stallman <rms@gnu.org>
15587
15588 * isearch.el (isearch-start-hscroll): New variable.
15589 (isearch-mode): Set isearch-start-hscroll.
15590 (isearch-update): Restore original hscrolling if possible.
15591
15592 * isearch.el (isearch-edit-string):
15593 Treat isearch-yank-word-or-char specially, like isearch-yank-word.
15594
15595 * emacs-lisp/debug.el (debugger-previous-backtrace): New variable.
15596 (debugger-make-xrefs): Optimize by (1) using skip-syntax-forward
15597 rather than regexp search and (2) copying text properties
15598 already set up on text unchanged from the previous backtrace.
15599
15600 * case-table.el (set-case-syntax-pair):
15601 Detect invalid calls and signal an error.
15602
15603 2001-12-15 Richard M. Stallman <rms@gnu.org>
15604
15605 * language/ind-util.el (range): Function deleted.
15606 (indian-regexp-of-hashtbl-keys): Renamed from `regexp-of-hashtbl-keys'.
15607 All calls changed.
15608
15609 * language/devan-util.el (devanagari-range): Renamed from `range'.
15610 All calls changed.
15611 (devanagari-regexp-of-hashtbl-keys):
15612 Renamed from `regexp-of-hashtbl-keys'. All calls changed.
15613
15614 2001-12-15 Dave Love <fx@gnu.org>
15615
15616 * language/ind-util.el: Don't require cl.
15617 (indian-glyph-char, indian-glyph-max-char)
15618 (indian-char-glyph): Moved from indian.el
15619 (indian--puthash-char, mapthread): Don't quote lambda.
15620 (indian--map): New function.
15621 (indian--puthash-v, indian--puthash-c, indian--puthash-m)
15622 (indian--puthash-cv): Use it.
15623
15624 * language/indian.el (indian-glyph-char, indian-glyph-max-char)
15625 (indian-char-glyph): Moved to ind-util.el
15626
15627 * language/devan-util.el (devanagari-post-read-conversion):
15628 New function.
15629
15630 * language/georgian.el: New file.
15631
15632 * international/mule-cmds.el (locale-language-names): Add various
15633 entries. Remove utf-8 special case.
15634 (locale-charset-language-names, locale-preferred-coding-systems):
15635 Add utf-8 case.
15636 (set-language-environment): Process required-features earlier.
15637
15638 * international/quail.el (quail-keyboard-layout-alist):
15639 Add pc105-uk.
15640 (quail-keyboard-layout-type): Fix :type.
15641 (quail-choose-completion-string): Simplify.
15642 (quail-update-leim-list-file): Don't get fooled by commented-out code.
15643 (quail-input-string-to-events): Run events through
15644 translation-table-for-input.
15645
15646 * international/mule-conf.el (translation-table-for-input):
15647 New variable.
15648 (latin-iso8859-14): Amend description.
15649 (file-coding-system-alist): Add entry for utf-8.
15650
15651 * language/utf-8-lang.el: New file.
15652
15653 * international/code-pages.el: New file.
15654
15655 * language/hebrew.el ("Windows-1255"): New language.
15656
15657 * language/european.el ("Welsh", "Latin-7", "Lithuanian")
15658 ("Latvian"): New languages.
15659
15660 2001-12-14 Stefan Monnier <monnier@cs.yale.edu>
15661
15662 * xml.el: Use setq rather than (set 'foo bar).
15663 Use push+nreverse rather than append.
15664 (xml-node-name, xml-node-attributes, xml-node-children):
15665 Use defsubst rather than macros.
15666 (xml-parse-region): Handle a nil return value from xml-parse-tag.
15667 (xml-parse-tag): Don't skip white space. Return nil for a comment.
15668 Concat the two strings surrounding a comment into a single string.
15669
15670 * newcomment.el (comment-indent): Jump to the middle of empty comments.
15671
15672 2001-12-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15673
15674 * select.el (xselect-convert-to-class, xselect-convert-to-name):
15675 Document.
15676
15677 2001-12-14 Andre Spiegel <spiegel@gnu.org>
15678
15679 * vc-hooks.el (vc-checkout-model, vc-state, vc-workfile-version):
15680 Return nil if FILE is not registered.
15681 (vc-check-master-templates, vc-default-make-version-backups-p):
15682 Doc fix.
15683
15684 2001-12-13 David Ponce <david@dponce.com>
15685
15686 * ruler-mode.el (ruler-mode-extra-left-cols): Remove.
15687 (ruler-mode-left-fringe-cols): New macro.
15688 (ruler-mode-right-fringe-cols): New macro.
15689 (ruler-mode-left-scroll-bar-cols): New macro.
15690 (ruler-mode-right-scroll-bar-cols): New macro.
15691 (ruler-mode-ruler): Use above new macros.
15692
15693 2001-12-13 Richard M. Stallman <rms@gnu.org>
15694
15695 * files.el (set-auto-mode): Fix previous change.
15696
15697 2001-12-13 Stefan Monnier <monnier@cs.yale.edu>
15698
15699 * emacs-lisp/easymenu.el (easy-menu-intern): New fun.
15700 (easy-menu-do-define, easy-menu-convert-item-1)
15701 (easy-menu-define-key-intern, easy-menu-get-map): Use it.
15702 (easy-menu-return-item): Only return nil if there is no binding.
15703
15704 2001-12-13 Rajesh Vaidheeswarran <rv@gnu.org>
15705
15706 * whitespace.el (whitespace-version): 3.2
15707 * whitespace.el (whitespace-force-mode-line-update): Replace with
15708 `whitespace-mode-line-update', which is an alias to the correct
15709 function in various emacsen.
15710 * whitespace.el (whitespace-{un,}highlight-the-space):
15711 Add colorized highlighting of the bogus whitespaces in a buffer/file,
15712 using the `whitespace-highlight-face' if
15713 `whitespace-display-spaces-in-color' is set.
15714
15715 2001-12-13 Eli Zaretskii <eliz@is.elta.co.il>
15716
15717 * international/mule.el (set-auto-coding): Don't search for
15718 "unibyte:" or "coding:" if set-auto-mode-1 returns nil.
15719
15720 2001-12-13 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15721
15722 * mail/mailabbrev.el (mail-abbrevs-setup): Do not use make-local-hook.
15723
15724 * mail/rmail.el (rmail-fontify-buffer-function): Likewise.
15725
15726 * mail/rmailsum.el (rmail-summary-mode): Likewise.
15727
15728 2001-12-13 Richard M. Stallman <rms@gnu.org>
15729
15730 * simple.el (undo): Always set this-command to `undo',
15731 so that the next undo after an error will not begin redoing.
15732
15733 * simple.el (shell-command): Doc fix.
15734 (shell-command-on-region): If there is output an an error,
15735 add "...Shell command failed" to the output.
15736
15737 2001-12-13 David Ponce <david@dponce.com>
15738
15739 * ruler-mode.el (ruler-mode-left-fringe-cols): Variable removed.
15740 (ruler-mode-left-fringe-cols): Function replaced by more efficient
15741 implementation `ruler-mode-extra-left-cols'.
15742 (ruler-mode-ruler): Use above new function. Take into account
15743 that the fringe areas can now be resized.
15744
15745 2001-12-12 Richard M. Stallman <rms@gnu.org>
15746
15747 * international/characters.el (Unicode): Comment out
15748 the specifications for kelvin and angstrom signs.
15749
15750 * international/mule.el (make-translation-table-from-vector):
15751 Allow null elements in VEC.
15752
15753 * international/ucs-tables.el (unify-8859-on-encoding-mode)
15754 (unify-8859-on-decoding-mode): Swap the code in their bodies.
15755 Add :version.
15756
15757 2001-12-11 Richard M. Stallman <rms@gnu.org>
15758
15759 * derived.el (derived-mode-p): Function moved to subr.el.
15760
15761 * subr.el (derived-mode-p): Moved here from derived.el.
15762
15763 * international/mule.el (set-auto-coding): Use set-auto-mode-1.
15764
15765 * files.el (set-auto-mode-1): New subroutine, broken out of
15766 set-auto-mode.
15767 (set-auto-mode, hack-local-variables-prop-line): Use that.
15768
15769 2001-12-11 Dave Love <fx@gnu.org>
15770
15771 * language/thai-util.el, language/thai.el: Add Unicode equivalents.
15772
15773 * language/european.el: Remove autoload cookies. Fix registration
15774 of diacritic composition function.
15775
15776 2001-12-11 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15777
15778 * calendar/todo-mode.el: Require time-stamp.
15779
15780 * net/zone-mode.el (zone-mode): Don't use make-local-hook.
15781
15782 2001-12-11 Richard M. Stallman <rms@gnu.org>
15783
15784 * emacs-lisp/authors.el (authors-aliases): Delete "Richard Stallmao".
15785
15786 * textmodes/ispell.el (ispell-buffer-local-parsing):
15787 Match xml like sgml.
15788
15789 * emacs-lisp/advice.el (ad-compile-function):
15790 Byte compile the function under another (uninterned) name.
15791
15792 * gud.el (gdb): Define and bind gud-jump.
15793
15794 * font-lock.el (font-lock-mode):
15795 Put our function at the end of after-change-functions.
15796
15797 * ediff-diff.el (ediff-cmp-options): Doc fix.
15798
15799 * comint.el (comint-password-prompt-regexp): Match "UNIX Password".
15800
15801 2001-12-10 Richard M. Stallman <rms@gnu.org>
15802
15803 * isearch.el (isearch-yank-word-or-char): New function.
15804 (isearch-mode-map): Bind C-w to that.
15805
15806 * menu-bar.el (menu-bar-mode): Make arg optional.
15807
15808 * simple.el (line-move): Cope if next-single-property-change
15809 or previous-single-property-change returns nil.
15810
15811 * emacs-lisp/lisp-mnt.el (lm-verify): New arg NON-FSF-OK.
15812 Don't use interactive-p; instead, pass the proper args
15813 in (interactive...). Clean up most of the trouble-report strings.
15814
15815 2001-12-10 Eli Zaretskii <eliz@is.elta.co.il>
15816
15817 * mail/smtpmail.el (smtpmail-send-queued-mail): Insert the
15818 enqueued messages literally.
15819
15820 2001-12-10 Noah Friedman <friedman@splode.com>
15821
15822 * battery.el (battery-insert-file-contents): Obsolete function
15823 removed.
15824 (battery-read-function): Obsolete function removed.
15825 (battery-linux-proc-apm): Use insert-file-contents.
15826
15827 2001-12-07 Stephen Eglen <stephen@gnu.org>
15828
15829 * iswitchb.el (iswitchb-visit-buffer):
15830 Use `select-frame-set-input-focus'--needed when window manager
15831 uses "click to focus" policy.
15832
15833 2001-12-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15834
15835 * COPYING: Moved back.
15836
15837 2001-12-07 Eli Zaretskii <eliz@is.elta.co.il>
15838
15839 * term/internal.el (IT-character-translations): Add entries for
15840 more points.
15841
15842 * international/characters.el: Resurrect the Hebrew category
15843 settings for all Hebrew characters removed by the last change.
15844 Add code for setting the Hebrew category of the Unicode Hebrew
15845 characters. Set syntax entries for Hebrew punctuation characters.
15846
15847 * international/ucs-tables.el (ucs-8859-8-alist): Add Hebrew
15848 points and directional formatting control characters.
15849
15850 2001-12-07 Dave Love <fx@gnu.org>
15851
15852 * language/lao-util.el: Add Unicode equivalents for rules.
15853 (lao-post-read-conversion): New function.
15854
15855 * language/lao.el: Add Unicode equivalents.
15856 (lao): Add post-read conversion.
15857
15858 * international/latin1-disp.el: Fix some 8-bit-graphic characters.
15859 Use iso2022 encoding.
15860 (latin1-char-displayable-p): Doc fix.
15861 (latin1-display-ucs-per-lynx): New option.
15862 (latin1-display-ucs-per-lynx): New command.
15863 (latin1-display-reset): Special-case arabic.
15864 (ucs-tables): Require.
15865 (latin1-display-sets, latin1-display-setup): Add arabic.
15866 (latin1-display) <variable>: Use function latin1-display.
15867 (latin1-display) <function>: Add mule-unicode stuff.
15868 (latin1-display-check-font): Don't lose if `info' is nil.
15869
15870 * international/iso-transl.el: Insert Latin-1 characters, not
15871 unibyte codes.
15872
15873 * language/european.el (diacritic-composition-pattern): New constant.
15874 (diacritic-compose-region, diacritic-compose-string)
15875 (diacritic-compose-buffer, diacritic-post-read-conversion)
15876 (diacritic-composition-function): New functions.
15877
15878 * international/utf-8.el (ucs-mule-to-mule-unicode):
15879 New translation table.
15880 (ccl-encode-mule-utf-8): Use it.
15881 (utf-8-untranslated-to-ucs, utf-8-help-echo, utf-8-compose)
15882 (utf-8-post-read-conversion, utf-8-pre-write-conversion): New function.
15883 (utf-8-subst-table): New variable.
15884 (utf-8-compose-scripts): New option.
15885 (mule-utf-8): Update safe-charsets, pre-write and post-read conversion.
15886
15887 * international/ucs-tables.el, international/utf-8-subst.el:
15888 New files.
15889
15890 * international/characters.el: Don't set word syntax (the default)
15891 explicitly. Add a diacritic category. Add info for Unicode
15892 equivalents of characters in various Mule charsets and for extra
15893 Unicode characters. Don't define specific categories for
15894 Indian/Devanagari, since they aren't used.
15895
15896 2001-12-06 Richard M. Stallman <rms@gnu.org>
15897
15898 * textmodes/fill.el (set-justification): Rename arg VALUE to STYLE.
15899 (set-justification-left, set-justification-right): Doc fix.
15900
15901 * progmodes/f90.el (f90-break-line): Use (newline 1) to insert newline.
15902 (bug-f90-mode): Variable deleted.
15903
15904 2001-12-06 Stefan Monnier <monnier@cs.yale.edu>
15905
15906 * indent.el (indent-line-function): Default is indent-relative again.
15907
15908 2001-12-07 Miles Bader <miles@gnu.org>
15909
15910 * progmodes/compile.el (compilation-error-regexp-alist):
15911 Added regexps for RXP.
15912
15913 2001-12-05 Eli Zaretskii <eliz@is.elta.co.il>
15914
15915 * progmodes/cwarn.el (cwarn-font-lock-match-assignment-in-expression):
15916 Add shift-assignment operators to those highlighted, and highlight
15917 the whole operator rather than just the "=".
15918
15919 2001-12-04 Juanma Barranquero <lektu@terra.es>
15920
15921 * files.el (save-abbrevs, save-some-buffers): Don't ask the user
15922 before saving abbrevs if `save-abbrevs' has the value `silently'.
15923
15924 2001-12-04 Andreas Schwab <schwab@suse.de>
15925
15926 * xt-mouse.el (turn-off-xterm-mouse-tracking): Doc fix.
15927
15928 2001-12-04 Colin Walters <walters@debian.org>
15929
15930 * emacs-lisp/autoload.el (make-autoload): Also generate autoloads
15931 for `defmacro*' forms.
15932
15933 * emacs-lisp/lisp-mode.el (toplevel): Define docstring offset for
15934 `defmacro*'.
15935
15936 2001-12-03 Stefan Monnier <monnier@cs.yale.edu>
15937
15938 * progmodes/antlr-mode.el (antlr-c-common-init): Undo last change.
15939
15940 2001-12-02 Richard M. Stallman <rms@gnu.org>
15941
15942 * files.el (insert-directory): If the df output does not look right,
15943 don't try to use it. Other cleanups in overall code structure.
15944
15945 2001-12-02 Stefan Monnier <monnier@cs.yale.edu>
15946
15947 * textmodes/outline.el (outline-mode-prefix-map):
15948 Add bindings for outline-promote and outline-demote.
15949 (outline-minor-mode-menu-bar-map): New var.
15950 (outline-minor-mode): Use it.
15951 (outline-heading-alist): New var (renamed from outline-level-heading).
15952 (outline-level): Use it.
15953 (outline-insert-heading, outline-promote, outline-demote):
15954 Update to use outline-heading-alist.
15955
15956 * disp-table.el (standard-display-european):
15957 Simplify since the function is not interactive any more.
15958 Don't set the existing buffers to unibyte.
15959
15960 * pcvs-util.el (cvs-file-to-string): Move condition-case outside.
15961
15962 * pcvs.el (cvs-reread-cvsrc): Don't use cvs-file-to-string.
15963
15964 * reveal.el (reveal-mode): Fix reveal-mode's lighter.
15965
15966 * shell.el (shell): Use shell-file-name.
15967 Pop to buffer before calling comint to set COLUMNS properly.
15968
15969 * emacs-lisp/cl.el (svref): New alias.
15970
15971 * progmodes/antlr-mode.el (antlr-c-common-init):
15972 Don't inhibit adaptive-fill-mode any more.
15973
15974 * progmodes/delphi.el (delphi-mode): Don't use make-local-hook.
15975
15976 * progmodes/etags.el (tags-with-face): Use make-symbol.
15977 (tags-search, tags-query-replace): Use backquotes.
15978
15979 * textmodes/picture.el (picture-mode-map): Don't use defconst
15980 for a variable.
15981
15982 2001-12-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15983
15984 * textmodes/reftex-index.el (reftex-index-mode):
15985 Remove make-local-hook.
15986
15987 * textmodes/reftex-toc.el (reftex-toc-mode): Likewise.
15988
15989 2001-12-02 Kim F. Storm <storm@cua.dk>
15990
15991 * isearch.el (isearch-resume-enabled): New variable.
15992 (isearch-done): Use that variable.
15993
15994 2001-12-01 Richard M. Stallman <rms@gnu.org>
15995
15996 * wid-edit.el (widget-button-click): Don't move point permanently:
15997 Avoid mouse-set-point--instead select the window,
15998 then do save-excursion, then move point.
15999 Specify the buffer for get-char-property.
16000 Don't use `@' in interactive.
16001
16002 * indent.el (indent-line-function):
16003 Default is indent-to-left-margin again.
16004
16005 * replace.el (query-replace-read-args): Display message
16006 if FROM contains `\n' or `\t'.
16007
16008 2001-12-01 Stefan Monnier <monnier@cs.yale.edu>
16009
16010 * indent.el (tab-to-tab-stop): Use delete-horizontal-space.
16011
16012 * bindings.el (minibuffer-local-map): Bind TAB to insert-tab.
16013
16014 * emacs-lisp/regexp-opt.el (regexp-opt):
16015 Bind completion-regexp-list to nil.
16016
16017 * progmodes/hideif.el (hif-nexttoken): Move to before first def.
16018
16019 2001-12-01 Eli Zaretskii <eliz@is.elta.co.il>
16020
16021 * progmodes/idlwave.el, progmodes/idlw-rinfo.el:
16022 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el:
16023 Update maintainer.
16024
16025 2001-11-30 Stefan Monnier <monnier@cs.yale.edu>
16026
16027 * mail/smtpmail.el: Use with-current-buffer.
16028 (message-make-date, message-make-message-id): Autoload when needed.
16029 (smtpmail-send-it): Use them to add `Date:' and `Message-Id:'
16030 headers when missing.
16031
16032 * international/encoded-kb.el (encoded-kbd-mode):
16033 Use define-minor-mode.
16034
16035 * enriched.el (enriched-mode): Use define-minor-mode.
16036 Use dolist and pop and push.
16037
16038 * info.el (Info-find-node-2): Don't call info-insert-file-contents
16039 with the `visit' argument.
16040 (Info-extract-menu-node-name): Use `replace-regexps-in-string'.
16041
16042 * progmodes/hideif.el (hide-ifdef-mode): Only modify
16043 `change-major-mode-hook' locally. Reset invisibility spec.
16044
16045 * man.el (Man-build-section-alist): Remove last Man-match-substring.
16046
16047 2001-11-30 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
16048
16049 * textmodes/paragraphs.el (mark-paragraph): Clarify doc.
16050 Clarify error message.
16051
16052 2001-11-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
16053
16054 * textmodes/paragraphs.el (mark-paragraph): Allow prefix arg.
16055
16056 2001-11-30 Andre Spiegel <spiegel@gnu.org>
16057
16058 * vc-cvs.el (vc-cvs-parse-status): Store file state in property,
16059 don't just return it.
16060
16061 2001-11-30 Eli Zaretskii <eliz@is.elta.co.il>
16062
16063 * menu-bar.el (menu-bar-read-lispref, menu-bar-read-lispintro)
16064 (menu-bar-read-emacs-man, search-emacs-glossary)
16065 (emacs-index-search, elisp-index-search): New functions.
16066 (apropso-documentation, apropos, apropos-value, apropos-variable)
16067 (apropos-commands): Modify menu item names and help text.
16068 (elisp-index-search, emacs-index-search, emacs-glossary):
16069 New menu items.
16070 (menu-bar-manuals-menu): Move the Ordering Manuals item to a
16071 submenu.
16072 (info-elisp, info-elintro): New menu items.
16073 (apropos): Modify the menu item name.
16074
16075 2001-11-30 Stefan Monnier <monnier@cs.yale.edu>
16076
16077 * emacs-lisp/lisp-mode.el (read-if): Add lisp-indent-function prop.
16078
16079 * textmodes/outline.el (outline-promote, outline-demote): Typo.
16080
16081 * man.el (man-follow-mouse): New function.
16082 (Man-mode-map): Bind mouse-2 to it.
16083 (Man-match-substring): Remove. Replace with `match-string'.
16084 (man): Use the `default-value' argument to `read-string'.
16085 (Man-fontify-manpage): Add mouse-face to cross references.
16086
16087 * emacs-lisp/cl-macs.el (shiftf): Fix more. Simplify.
16088
16089 2001-11-29 Stefan Monnier <monnier@cs.yale.edu>
16090
16091 * emacs-lisp/crm.el (completing-read-multiple): Better preserve
16092 the value of require-match in minibuffer-completion-confirm.
16093 Use crm-local-completion-map.
16094
16095 * emacs-lisp/cl-macs.el (shiftf): Fix the fast case so
16096 (let ((a 1) (b 2)) (shiftf a b (cons a b)) b) returns (1 . 2).
16097 (cl-make-type-test): Use char-valid-p for `character'.
16098
16099 * info.el (Info-complete-next-re, Info-complete-cache): New vars.
16100 (Info-complete-menu-item): Rewrite. Add the ability to search
16101 several sequential nodes. Add a simple caching mechanism.
16102 (Info-goto-index): New function extracted from Info-index.
16103 (Info-index): Use it. Add completion to the interactive spec.
16104 (Info-menu-update): Simplify call to `Info-complete-menu-item'.
16105
16106 2001-11-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16107
16108 * COPYING: Removed.
16109
16110 2001-11-29 Dave Love <fx@gnu.org>
16111
16112 * progmodes/fortran.el: Fontify rewind, backspace. Doc fixes.
16113 (fortran-window-create, fortran-window-create-momentarily):
16114 Rewrite, moving error condition.
16115 (fortran-beginning-do, fortran-beginning-if): Fix regexps.
16116 (fortran-mode-syntax-table): Revert last change.
16117
16118 * international/mule.el: Doc fixes.
16119 (map-charset-chars): New function.
16120 (register-char-codings): Use it to cope with generic chars in
16121 safe-chars.
16122
16123 2001-11-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16124
16125 * play/blackbox.el (blackbox-mode, blackbox): Doc fix.
16126
16127 * play/cookie1.el (cookie, cookie-insert, shuffle-vector): Doc fixes.
16128
16129 * play/studly.el (studlify-word, studlify-region)
16130 (studlify-buffer): Fix doc-string.
16131 (studlify-buffer): Add autoload cookie.
16132
16133 2001-11-28 Stefan Monnier <monnier@cs.yale.edu>
16134
16135 * textmodes/outline.el (outline-up-heading): Add `invisible-ok' arg.
16136 (outline-up-heading-all): Remove.
16137 (hide-sublevels): Move to end-of-heading before calling flag-region.
16138 (outline-copy-overlay, outline-discard-overlays): Remove.
16139 (outline-flag-region): Use `remove-overlays'.
16140 Don't move to end-of-heading.
16141 (outline-next-visible-heading, outline-back-to-heading)
16142 (outline-on-heading-p): Use outline-invisible-p.
16143 (outline-font-lock-level): Use outline-up-heading's new arg.
16144 (outline-minor-mode): Simplify.
16145 (outline-map-tree, outline-reveal-toggle-invisible): New funs.
16146 (outline): Put a `reveal-toggle-invisible' property.
16147 (outline-level-heading): New var.
16148 (outline-insert-heading, outline-promote, outline-demote)
16149 (outline-toggle-children): New commands.
16150
16151 * progmodes/hideif.el (hif-end-of-line): New function.
16152 (hide-ifdef-mode): Set line-move-ignore-invisible.
16153 (hide-ifdef-region-internal): New function.
16154 (hide-ifdef-region): Use it.
16155 (hif-defined): Return an integer.
16156 (hif-infix-to-prefix): Remove.
16157 (hif-tokenize): Parse from the buffer rather than from a string.
16158 Correctly tokenize integers. Use forward-comment.
16159 (hif-expr): Use hif-or.
16160 (hif-term): Use hif-and.
16161 (hif-factor): Use hif-not. Handle numbers properly.
16162 Don't require parenthesis around `defined's argument.
16163 (hif-and, hif-or, hif-not): New funs.
16164 (hif-canonicalize): Pass a region to hif-tokenize. Use hif-not.
16165 (hif-hide-line): Don't hide the \n before the line.
16166 (hif-possibly-hide): Correctly handle numeric evaluation results.
16167
16168 * progmodes/make-mode.el: Use line-(end|beginning)-position.
16169 (makefile-mode): Set indent-line-function.
16170 (makefile-browser-insert-continuation): Use with-current-buffer.
16171 (makefile-beginning-of-line-point, makefile-end-of-line-point): Remove.
16172
16173 2001-11-28 Karl Fogel <kfogel@red-bean.com>
16174
16175 * isearch.el (isearch-yank-internal): New helper function.
16176 (isearch-yank-char): New function.
16177 (isearch-yank-word, isearch-yank-line): Rewrite to use
16178 isearch-yank-internal.
16179
16180 2001-11-28 Eli Zaretskii <eliz@is.elta.co.il>
16181
16182 * mouse.el (mouse-set-font): Make it a no-op if multiple fonts
16183 aren't supported. Print a message to that effect if invoked.
16184
16185 2001-11-27 Stephen Eglen <stephen@gnu.org>
16186
16187 * locate.el (locate): Put point at first matching file rather
16188 than top of buffer.
16189
16190 2001-11-27 Stefan Monnier <monnier@cs.yale.edu>
16191
16192 * reveal.el: New file.
16193
16194 * progmodes/hideif.el: Misc cleanup.
16195 (hide-ifdef-mode-submap): Put the def in the defvar.
16196 Use substitute-key-definition.
16197 (hide-ifdef-mode): Use define-minor-mode.
16198 (hif-outline-flag-region): Remove.
16199 (hif-show-all): Define in terms of hif-show-ifdef-region.
16200 (hif-after-revert-function): Rename from hif-before-revert-function.
16201 (hide-ifdef-region, hif-show-ifdef-region): Use overlays.
16202 (hif-tokenize): Use with-syntax-table.
16203 (hif-make-range): Use `else' also for `else-p'.
16204 (hif-range-else-p): Remove.
16205 (hif-find-range): Simplify.
16206 (hif-hide-line): Don't bother preserving buffer-modified-p.
16207 (hide-ifdefs, show-ifdefs, hide-ifdef-block, show-ifdef-block):
16208 Don't use selective-display and inhibit-read-only.
16209
16210 * subr.el (copy-overlay, remove-overlays): New funs.
16211
16212 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix off-by-two error.
16213
16214 2001-11-27 Sam Steingold <sds@gnu.org>
16215
16216 * ansi-color.el, bookmark.el, dired.el, emerge.el, fast-lock.el
16217 * lazy-lock.el, mouse-sel.el, mail/feedmail.el
16218 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el, emacs-lisp/ewoc.el
16219 * obsolete/c-mode.el, obsolete/cplus-md.el
16220 * progmodes/dcl-mode.el, progmodes/idlw-shell.el, progmodes/idlwave.el
16221 * term/sun-mouse.el, textmodes/artist.el:
16222 Converted backquote to the new style.
16223 * mouse.el, reposition.el: Likewise (in comments).
16224 * expand.el: Likewise (in a string).
16225
16226 2001-11-27 Richard M. Stallman <rms@gnu.org>
16227
16228 * cus-edit.el (custom-load-symbol): Don't always load locate-library.
16229
16230 2001-11-26 Richard M. Stallman <rms@gnu.org>
16231
16232 * wid-edit.el (widget-toggle-value-create): On graphic terminal,
16233 if :on-glyph or :off-glyph is a list, eval it and store it back.
16234 (checkbox): Quote the values for :on-glyph and :off-glyph.
16235
16236 * cus-start.el (recursive-load-depth-limit): Delete item.
16237
16238 2001-11-26 Stefan Monnier <monnier@cs.yale.edu>
16239
16240 * help-fns.el (describe-categories, help-describe-category-set): New.
16241 describe-categories moved here from src/category.c.
16242
16243 2001-11-26 Sam Steingold <sds@gnu.org>
16244
16245 * progmodes/cc-mode.el (c-submit-bug-report): Make sure that the
16246 arguments to `insert' are strings.
16247
16248 2001-11-26 Richard M. Stallman <rms@gnu.org>
16249
16250 * startup.el (command-line-1): Call kill-buffer only in non-fancy case.
16251
16252 2001-11-26 Eli Zaretskii <eliz@is.elta.co.il>
16253
16254 * international/mule-diag.el: Require help-fns instead of
16255 help-funs.
16256
16257 * help-fns.el: Renamed from help-funs.el.
16258
16259 * startup.el (command-line-1): Don't try to call process-list if
16260 it is not fboundp.
16261
16262 2001-11-26 Sam Steingold <sds@gnu.org>
16263
16264 * frame.el (show-trailing-whitespace): Remove :set argument (the
16265 value was essentially identical to the defalt).
16266
16267 2001-11-26 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16268
16269 * hexl.el (hexl-mode, hexl-follow-ascii): Remove make-local-hook.
16270
16271 * icomplete.el (icomplete-minibuffer-setup): Likewise.
16272
16273 * hilit-chg.el (hilit-chg-set): Likewise.
16274
16275 * speedbar.el (speedbar-mode): Likewise.
16276
16277 * calendar/calendar.el (calendar-mode): Likewise.
16278
16279 * play/yow.el (psychoanalyze-pinhead): Use insert instead of
16280 insert-string.
16281
16282 * play/gamegrid.el (gamegrid-init-buffer): Likewise.
16283
16284 * term/bg-mouse.el (bg-insert-moused-sexp): Likewise.
16285
16286 * term/sun-mouse.el (sun-yank-selection): Likewise.
16287
16288 * textmodes/bib-mode.el (return-key-bib): Likewise.
16289
16290 * calendar/appt.el (appt-disp-window): Likewise.
16291
16292 * calendar/diary-lib.el (list-diary-entries): Likewise.
16293
16294 * array.el (array-reconfigure-rows): Likewise.
16295
16296 * filecache.el (file-cache-minibuffer-complete): Likewise.
16297
16298 * obsolete/cplus-md.el (fill-c++-comment): Likewise.
16299
16300 * strokes.el (strokes-prompt-user-save-strokes): Likewise.
16301
16302 * allout.el (outline-version, outline-open-topic)
16303 (outline-rebullet-heading, outline-insert-listified)
16304 (outline-latex-verbatim-quote-curr-line)
16305 (outline-latexify-one-item, outlineify-sticky): Likewise.
16306
16307 * vc.el (vc-next-action-on-file): Likewise.
16308 (vc-dired-mode): Remove make-local-hook.
16309
16310 2001-11-26 Andre Spiegel <spiegel@gnu.org>
16311
16312 * vc.el (vc-find-version): New function.
16313 (vc-version-other-window): Redefined in terms of the above.
16314
16315 * log-view.el (log-view-find-version): New function.
16316 (log-view-mode-map): Bind it to `f'.
16317
16318 2001-11-26 Gerd Moellmann <gerd@gnu.org>
16319
16320 * language/devan-util.el (dev-char-glyph): Escape `"' in
16321 string literals.
16322 (dev-glyph-glyph, dev-glyph-glyph-2)
16323 (devanagari-compose-syllable-region): Likewise.
16324
16325 2001-11-26 Richard M. Stallman <rms@gnu.org>
16326
16327 * window.el (save-selected-window): No error if saved window is dead.
16328
16329 * help-funs.el (describe-syntax): Put (interactive) after doc string.
16330
16331 2001-11-26 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16332
16333 * international/quail.el (quail-help): Require help-mode in
16334 top-level instead.
16335
16336 * iswitchb.el (iswitchb-exhibit): Use insert instead of
16337 insert-string.
16338
16339 * icomplete.el (icomplete-exhibit): Likewise.
16340
16341 2001-11-25 Stefan Monnier <monnier@cs.yale.edu>
16342
16343 * diff-mode.el (diff-end-of-hunk): Watch out for ambiguities.
16344 (diff-hunk-kill): Simplify.
16345 (diff-post-command-hook): Only apply to a single hunk.
16346 (diff-hunk-text): Make `char-offset' non-optional.
16347 (diff-find-text): Return a cons cell.
16348 (diff-find-approx-text): New fun.
16349 (diff-find-source-location): Use it.
16350 (diff-apply-hunk, diff-test-hunk, diff-goto-source):
16351 Adapt to new retval of diff-find-text.
16352
16353 * vc-cvs.el (vc-cvs-parse-entry): Rewrite, comparing the string-
16354 rather than integer- representation of dates.
16355
16356 * textmodes/fill.el (fill-indent-according-to-mode): Default to nil.
16357
16358 * emacs-lisp/syntax.el: Don't profile syntax-ppss any more.
16359 (syntax-after): New fun.
16360
16361 * help-funs.el (describe-syntax): New fun.
16362
16363 * font-lock.el (font-lock-cache-state, font-lock-cache-position)
16364 (font-lock-ppss-stats, font-lock-ppss): Remove.
16365 (font-lock-fontify-syntactically-region): Remove tuning code.
16366 (font-lock-compile-keywords): Fix off-by-one bug.
16367 (font-lock-set-defaults): Don't set removed vars.
16368 (c-keywords): Add `inline'.
16369 (c-type-names): Add `_Complex', `_Imaginary' and `_Bool'.
16370
16371 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
16372 Set syntax-begin-function.
16373 (lisp-interaction-mode-abbrev-table): Defvar to its correct value.
16374 (lisp-interaction-mode): Don't set local-abbrev-table any more.
16375 (lisp-mode-auto-fill): Use syntax-ppss and obey
16376 comment-auto-fill-only-comments.
16377 (lisp-fill-paragraph): Use syntax-ppss.
16378
16379 2001-11-25 ShengHuo ZHU <zsh@cs.rochester.edu>
16380
16381 * mail/rmail.el (rmail-enable-mime-composing): New. A lightweight
16382 version of rmail-enable-mime.
16383 (rmail-forward): Use it.
16384
16385 2001-11-25 Richard M. Stallman <rms@gnu.org>
16386
16387 * emacs-lisp/lisp-mode.el (lisp-indent-function): Add doc string.
16388
16389 * international/quail.el (quail-keyboard-layout-button):
16390 Define button type.
16391 (quail-keyboard-customize-button): Likewise.
16392 (quail-help): Use those button types. Require `help-mode'.
16393 Avoid altering the argument `package'.
16394
16395 * help-mode.el (help-function, help-variable, help-face)
16396 (help-coding-system, help-input-method, help-character-set):
16397 Define each button type with its own explicit define-button-type.
16398
16399 * language/devan-util.el: Comment out parts of the file
16400 which apparently are garbled.
16401
16402 2001-11-25 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16403
16404 * mail/smtpmail.el (smtpmail-deduce-address-list): Don't use
16405 insert-string.
16406
16407 2001-11-25 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16408
16409 * play/snake.el (snake-mode): Remove make-local-hook.
16410
16411 * play/tetris.el (tetris-mode): Likewise.
16412
16413 * play/decipher.el (decipher-mode): Likewise.
16414
16415 * tmm.el (tmm-add-prompt): Likewise.
16416
16417 2001-11-25 Sam Steingold <sds@gnu.org>
16418
16419 * menu-bar.el (menu-bar-apropos-menu): New variable.
16420 Moved all `apropos' bindings to this menu.
16421 (menu-bar-help-menu): Added `menu-bar-apropos-menu'.
16422
16423 2001-11-24 KAWABATA, Taichi <batta@beige.ocn.ne.jp>
16424
16425 The following changes are for new indian languages support based
16426 on Unicode charset and CDAC fonts.
16427
16428 * international/mule-conf.el: Change indian-1-column charset to
16429 indian-glyph charset.
16430
16431 * international/characters.el: Adjusted for the change of
16432 indian-1-column -> indian-glyph.
16433
16434 * international/fontset.el: Delete the setting for indian-1-column
16435 and add the setting for indian-glyph in the default fontset.
16436
16437 * language/indian.el: Completely re-written.
16438
16439 * language/devanagari.el: Completely re-written.
16440
16441 * language/devan-util.el: Completely re-written.
16442
16443 * language/ind-util.el: New file.
16444
16445 2001-11-24 Richard M. Stallman <rms@gnu.org>
16446
16447 * startup.el (command-line-1): Don't do startup screen
16448 if a subprocess is running. Call the startup screen buffer
16449 "GNU Emacs". Make a special mode-line-format for it.
16450
16451 * net/browse-url.el (browse-url-galeon-new-window-is-tab): New var.
16452 (browse-url-galeon): Use that variable.
16453
16454 * mail/supercite.el (sc-toggle-var): Don't use set-variable or
16455 eval-expression. Eval and set the variable simply.
16456
16457 * files.el (temporary-file-directory): Use defcustom.
16458 (small-temporary-file-directory): Likewise.
16459 (normal-backup-enable-predicate): Move down in file
16460 after definition of temporary-file-directory.
16461
16462 * bindings.el (last-buffer, unbury-buffer): Doc fixes.
16463
16464 2001-11-24 Colin Walters <walters@debian.org>
16465
16466 * calc/calc-ext.el (calc-init-extensions): Update the rest of the
16467 autoload names to match files renamed on initial calc import.
16468
16469 * calc/calc.el (Commentary): Cleanup, and add logistic curve
16470 fitting suggestion from Robert J. Chassell <bob@rattlesnake.com>.
16471
16472 2001-11-23 Colin Walters <walters@debian.org>
16473
16474 * Makefile.in (finder_setwins, setwins): Include Calc again.
16475
16476 * calc/calc-rules.el: Add header comment.
16477
16478 2001-11-23 Andre Spiegel <spiegel@gnu.org>
16479
16480 * vc.el (with-vc-properties): Don't bind `filename' locally.
16481 (with-vc-file, edit-vc-file): Use `make-symbol' for local bindings
16482 to avoid name clashes. Fix `lisp-indent-function' property for
16483 both.
16484
16485 2001-11-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
16486
16487 * generic-x.el (mailrc-generic-mode): Highlight the `source' keyword.
16488
16489 2001-11-22 Colin Walters <walters@debian.org>
16490
16491 * calc/calc-misc.el (report-calc-bug):
16492 Use `reporter-prompt-for-summary-p'.
16493
16494 * calc/INSTALL, calc/Makefile: Remove.
16495
16496 2001-11-22 Miles Bader <miles@gnu.org>
16497
16498 * emacs-lisp/re-builder.el (reb-match-0, reb-match-1)
16499 (reb-match-2, reb-match-3): Add dark-background variants.
16500
16501 2001-11-22 Colin Walters <walters@debian.org>
16502
16503 * calc/calc-misc.el (calc-info): Don't perform voodoo, just
16504 (info "Calc").
16505 (report-calc-bug): Use reporter.el.
16506
16507 * mail/reporter.el (reporter-submit-bug-report): Doc fixes.
16508
16509 2001-11-21 Richard M. Stallman <rms@gnu.org>
16510
16511 * which-func.el (which-function): Call imenu--make-index-alist
16512 if necessary to get a list of functions.
16513 (which-function-imenu-failed): New variable.
16514 (which-func-update): Handle all visible windows.
16515 (which-func-update-1): New subroutine broken out of which-func-update.
16516
16517 * files.el (temporary-file-directory, null-device)
16518 (small-temporary-file-directory): Definitions moved up.
16519
16520 * progmodes/cperl-mode.el (cperl-problems, cperl-tips)
16521 (cperl-non-problems, cperl-praise): Doc fixes.
16522
16523 * progmodes/sh-script.el (sh-mode): Don't use define-derived-mode.
16524 (sh-mode-syntax-table): Function restored.
16525 Variable set up for use by function sh-mode-syntax-table.
16526 (sh-set-shell): Set the syntax table.
16527
16528 * play/gomoku.el (gomoku-mode): Don't use define-derived-mode.
16529
16530 * progmodes/perl-mode.el (perl-mode): Don't use define-derived-mode.
16531
16532 * international/encoded-kb.el: Don't alter minor-map-alist.
16533
16534 2001-11-20 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
16535
16536 * files.el (auto-save-file-name-transforms): Put remote files in
16537 temporary-file-directory rather than /tmp.
16538
16539 2001-11-21 Colin Walters <walters@debian.org>
16540
16541 * calc/calc-macs.el (calc-slow-wrapper): Move (point) call outside
16542 of (function ...) wrapper.
16543
16544 2001-11-20 Stefan Monnier <monnier@cs.yale.edu>
16545
16546 * derived.el (define-derived-mode): Create the abbrev-table
16547 from inside the `defvar'.
16548
16549 * jit-lock.el (jit-lock-defer-time): New var.
16550 (jit-lock-defer-timer, jit-lock-buffers): New vars.
16551 (jit-lock-mode): Initialize them. Cancel the timers more carefully.
16552 (jit-lock-function): Defer fontification if requested.
16553 (jit-lock-stealth-chunk-start): Pay attention to the new non-nil value.
16554 (jit-lock-stealth-fontify): Check the new `jit-lock-defer-multiline'
16555 text property.
16556 (jit-lock-deferred-fontify): New fun.
16557
16558 2001-11-20 Richard M. Stallman <rms@gnu.org>
16559
16560 * emacs-lisp/lisp-mode.el (lisp-interaction-mode):
16561 Set local-abbrev-table to lisp-mode-abbrev-table.
16562
16563 * emacs-lisp/re-builder.el (reb-mode):
16564 Don't use define-derived-mode. Call kill-all-local-variables.
16565
16566 * emacs-lisp/lisp-mode.el (lisp-mode, emacs-lisp-mode):
16567 Don't use define-derived-mode.
16568
16569 * help-mode.el (help-mode): Undo 2001-10-07 change.
16570
16571 * replace.el (occur-mode): Undo 2001-5-20 change.
16572
16573 2001-11-20 Jason Rumney <jasonr@gnu.org>
16574
16575 * w32-fns.el (w32-system-coding-system): Change to an alias for
16576 locale-coding-system.
16577 (set-w32-system-coding-system): Document the above change.
16578 Set locale-coding-system instead.
16579
16580 2001-11-20 Richard M. Stallman <rms@gnu.org>
16581
16582 * ruler-mode.el: Add pagination.
16583 (ruler-mode-toggle-show-tab-stops): No need to
16584 test `ruler-mode' variable.
16585
16586 2001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
16587
16588 * play/landmark.el: Mark lm-mode as special.
16589
16590 * play/gomoku.el: Mark gomoku-mode as special.
16591
16592 2001-11-20 Juanma Barranquero <lektu@terra.es>
16593
16594 * emacs-lisp/re-builder.el (reb-change-target-buffer): New function.
16595 (top-level): Bind it to C-c C-b.
16596 (re-builder): Don't re-enter RE Builder Mode.
16597
16598 * bs.el (bs-delete): Signal an error if the buffer cannot be deleted.
16599
16600 2001-11-20 Stefan Monnier <monnier@cs.yale.edu>
16601
16602 * progmodes/cperl-mode.el (cperl-perldoc): Require man before binding
16603 `manual-program'.
16604
16605 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Don't move back
16606 to a line without a comment.
16607
16608 2001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
16609
16610 * dired.el (dired-listing-switches): Mention in the doc string
16611 that some switches are not supported by ls-lisp.el
16612
16613 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
16614
16615 * imenu.el (imenu--split-menu): Use dolist and copy-sequence.
16616 (imenu--create-keymap-2): Remove.
16617 (imenu--create-keymap-1): Simplify, remove third argument.
16618 (imenu--generic-function): Use dolist.
16619 (imenu-find-default): New function.
16620 (imenu--completion-buffer): Use it.
16621 (imenu--mouse-menu): Use popup-menu.
16622 (imenu--menubar-select): Return t rather than calling imenu.
16623
16624 * textmodes/fill.el (fill-delete-prefix, fill-delete-newlines):
16625 New functions, extracted from fill-region-as-paragraph.
16626 (fill-region-as-paragraph): Use them.
16627 Use an end marker instead of eob.
16628 Ignore whitespace-only fill-prefixes when indenting according to mode.
16629 Simplify the loop that searches for spaces backwards.
16630
16631 * textmodes/picture.el (picture-vertical-step)
16632 (picture-horizontal-step): Don't use defconst for variables.
16633
16634 * mail/mail-extr.el: Use backquote/dolist/mapc/when. Docstring fixes.
16635 (mail-extract-address-components): Downcase domain names.
16636 (mail-extr-delete-char): Remove. Use delete-char instead.
16637
16638 * emulation/pc-select.el: Doc string fixes.
16639 (pc-selection-mode): Don't treat macos as a tty.
16640
16641 * emacs-lisp/lisp.el (mark-sexp): Mark more if repeated.
16642
16643 * progmodes/cc-engine.el (c-parse-state): Typo. From Martin Stjernholm.
16644
16645 * mwheel.el (mouse-wheel-scroll-amount): Allow float values.
16646 (mouse-wheel-progessive-speed): New var.
16647 (mwheel-scroll): Use it and handle float values.
16648
16649 * lazy-lock.el (lazy-lock-install-hooks): Remove make-local-hook.
16650
16651 * iswitchb.el (iswitchb-mode): Use define-minor-mode.
16652 (iswitchb): Fix the case where the result was selected with the mouse.
16653 (iswitchb-completion-help): Use the normal *Completions* now that
16654 mouse selection works.
16655 (iswitchb-minibuffer-setup): Simplify.
16656
16657 * newcomment.el (comment-column, comment-style, comment-multi-line)
16658 (comment-auto-fill-only-comments): Remove :group arg.
16659 (comment-padding): Add :type.
16660 (comment-indent-new-line): Ignore comment-auto-fill-only-comments
16661 if called interactively.
16662
16663 2001-11-19 Colin Walters <walters@verbum.org>
16664
16665 * calc/calc.el (toplevel): Add comment and version header.
16666 (calc-init-base): Bump version to 2.02f, update date.
16667
16668 2001-11-19 Richard M. Stallman <rms@gnu.org>
16669
16670 * net/browse-url.el: Support Mozilla and Galeon.
16671 By default, find the installed browser whichever it is.
16672 (browse-url-mozilla): New function.
16673 (browse-url-mozilla-sentinel): New function.
16674 (browse-url-galeon, browse-url-galeon-sentinel): New functions.
16675 (browse-url-default-browser): New function.
16676 (browse-url-process-environment): Use browse-url-browser-display.
16677 (browse-url-browser-display): Renamed from browse-url-netscape-display.
16678 (browse-url-mozilla-startup-arguments, browse-url-galeon-program)
16679 (browse-url-galeon-arguments, browse-url-galeon-startup-arguments)
16680 (browse-url-mozilla-program, browse-url-mozilla-arguments): New vars.
16681 (browse-url-browser-function): New default, new options.
16682
16683 2001-11-19 Sam Steingold <sds@gnu.org>
16684
16685 * bindings.el (last-buffer, unbury-buffer): New function.
16686 (mode-line-unbury-buffer): Use `unbury-buffer'.
16687
16688 2001-11-18 Stephen Eglen <stephen@gnu.org>
16689
16690 * iswitchb.el (iswitchb-cannot-complete-hook): New variable to
16691 control behaviour when no further completion is possible.
16692
16693 2001-11-19 Colin Walters <walters@verbum.org>
16694
16695 * calc/calc-macs.el (calc-wrapper, calc-slow-wrapper)
16696 (math-showing-full-precision, math-with-extra-prec, math-working)
16697 (calc-with-default-simplification)
16698 (calc-with-trail-buffer): Use backtick.
16699 (Math-zerop, Math-integer-negp, Math-integer-posp, Math-negp)
16700 (Math-looks-negp, Math-posp, Math-integerp, Math-natnump)
16701 (Math-ratp, Math-realp, Math-anglep, Math-numberp, Math-scalarp)
16702 (Math-vectorp, Math-messy-integerp, Math-objectp, Math-objvecp)
16703 (Math-integer-neg, Math-equal, Math-lessp, Math-primp)
16704 (Math-num-integerp, Math-bignum-test, Math-equal-int)
16705 (Math-natnum-lessp, math-format-radix-digit): Change to `defsubst'.
16706 (calc-record-compilation-date-macro): Deleted. Callers updated.
16707 (math-format-radix-digit): Move to calc-bin.el.
16708
16709 * calc/calc.el (calc-record-compilation-date): Remove.
16710 (calc-bug-address): Update.
16711 (calc-settings-file): Use `user-init-file'.
16712
16713 * calc/calc-mode.el (calc-settings-file-name, calc-save-modes):
16714 Handle null `calc-settings-file'.
16715
16716 * calc/calc-frac.el (calc-over-notation): Use `completing-read'.
16717 * calc/calc-keypd.el (calc-keypad-mode): New.
16718 (calc-do-keypad): Use it.
16719 (calc-keypad-map): Move into `calc-keypad-mode'.
16720
16721 * calc-math.el (calcFunc-sqrt, calcFunc-hypot): Add missing quote
16722 to defalias argument.
16723
16724 * calc-misc.el (math-fixnump, math-fixnatnump, calcFunc-trunc)
16725 (calcFunc-floor): Ditto.
16726
16727 * calc-units.el (calcFunc-usimplify): Ditto.
16728
16729 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
16730 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
16731 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
16732 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
16733 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
16734 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
16735 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
16736 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
16737 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
16738 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
16739 * calcsel2.el: Change all toplevel `setq' forms to `defvar' forms,
16740 and move them before their first use. Use `when', `unless'.
16741 Remove trailing periods from error forms. Add description and
16742 headers suggested by Emacs Lisp coding conventions.
16743
16744 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
16745
16746 * newcomment.el (comment-indent):
16747 Fix misindentation for comment-only lines.
16748 (comment-indent-new-line): Only obey comment-multi-line if the
16749 comment-ender is not the end-of-line.
16750
16751 2001-11-19 Richard M. Stallman <rms@gnu.org>
16752
16753 * net/net-utils.el (network-connection-service-abbrev-alist):
16754 New variable.
16755
16756 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
16757 Advance to start of 3rd sexp by moving fwd and backing over it.
16758 At first three elements, act like defun.
16759
16760 * delsel.el (delete-selection-pre-hook): Handle and resignal
16761 file-supersession errors to interact properly with userlock.el.
16762
16763 2001-11-18 Richard M. Stallman <rms@gnu.org>
16764
16765 * progmodes/fortran.el (fortran-mode-syntax-table):
16766 Specify punctuation syntax for backslash.
16767
16768 * progmodes/sh-script.el (sh-must-be-shell-mode): Function deleted.
16769 All calls deleted.
16770
16771 * international/mule-util.el (string-to-sequence): Make it obsolete.
16772 (string-to-list, string-to-vector): Implement them directly
16773 using append and vconcat, not with string-to-sequence.
16774
16775 * startup.el (command-line): Set abbrevs-changed to nil after
16776 reading the init file and the abbrevs file.
16777
16778 * isearch.el (isearch): Use magenta2 as bg for (background light)
16779
16780 2001-11-17 Richard M. Stallman <rms@gnu.org>
16781
16782 * menu-bar.el (menu-bar-update-buffers-1): Don't pad the buffer name.
16783
16784 * simple.el (minibuffer-history-sexp-flag): Doc fix.
16785
16786 2001-11-17 Stefan Monnier <monnier@cs.yale.edu>
16787
16788 * font-lock.el (font-lock-compile-keywords): New arg `regexp'.
16789 If set and if applicable, add a regexp to highlight defun-like
16790 text inside comments and strings.
16791 (font-lock-fontify-keywords-region): Pass that new arg.
16792 (font-lock-set-defaults): Move the code to set `font-lock-keywords'
16793 to the end and pass that new arg.
16794 (c-font-lock-keywords-2): Fix regex for labels.
16795 (font-lock-match-c++-style-declaration-item-and-skip-to-next):
16796 Make it work when LIMIT is several lines further.
16797 (c-font-lock-keywords-3, c++-font-lock-keywords-3)
16798 (objc-font-lock-keywords-3, java-font-lock-keywords-3):
16799 Use backquote and make the regexes for `int a, b, c;' work on
16800 multiple lines.
16801
16802 * emacs-lisp/re-builder.el (reb-mode): Use define-derived-mode.
16803 (font-lock-defaults-alist): Don't change it any more.
16804 (reb-subexp-mode-map): Cleanup.
16805
16806 * custom.el (custom-current-group-alist): New var.
16807 (custom-declare-group): Set it.
16808 (custom-current-group): New fun.
16809 (custom-declare-variable, custom-handle-all-keywords):
16810 Use it as a default if no :group argument is specified.
16811
16812 * international/mule-cmds.el (locale-name-match): Use \` and \(?:.
16813 (standard-keyboard-coding-systems): New var.
16814 (set-locale-environment): Use it to decide whether or not to call
16815 set-keyboard-coding-system.
16816 (locale-language-names): Use \"French\" for "fr".
16817
16818 2001-11-17 Richard M. Stallman <rms@gnu.org>
16819
16820 * emacs-lisp/checkdoc.el (princ-list, checkdoc-read-event)
16821 (add-to-list): Delete compatibility code.
16822 (checkdoc-next-message-error): Doc fix.
16823
16824 2001-11-17 Stephen Eglen <stephen@gnu.org>
16825
16826 * locate.el (locate): Show default locate pattern within the
16827 prompt, but don't insert it into the minibuffer contents.
16828 Catch the case when pattern is the empty string.
16829
16830 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
16831
16832 * language/european.el ("French"): New language environment.
16833
16834 2001-11-16 Richard M. Stallman <rms@gnu.org>
16835
16836 * calendar/todo-mode.el (todo-save): Fix previous change.
16837
16838 * subr.el (functionp): Do use cdr-safe on object.
16839
16840 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
16841
16842 * bindings.el (mode-line-mode-name): Only put the help-echo property
16843 if the local-map property was put as well.
16844 (global-map): Bind switch-frame, delete-frame, iconify-frame
16845 and make-frame-visible events.
16846
16847 * emacs-lisp/elp.el (elp-not-profilable): New var.
16848 (elp-not-profilable-p): New function.
16849 (elp-instrument-function): Use it. Use backquotes and push.
16850
16851 * emacs-lisp/bytecomp.el (byte-compile-call-tree, byte-code-vector)
16852 (byte-stack+-info, byte-compile-last-warned-form)
16853 (byte-compile-last-logged-file): Don't defconst a variable.
16854 (no-byte-compile): Declare.
16855 (byte-compile-file): Don't boundp-check no-byte-compile any more.
16856 (byte-compile-defvar): Leave defconst as is.
16857
16858 * emacs-lisp/edebug.el (edebug-form-data, edebug-offsets)
16859 (edebug-offsets-stack, edebug-read-dotted-list, edebug-def-name)
16860 (edebug-current-offset, edebug-old-def-name, edebug-error-point)
16861 (edebug-best-error): Don't defconst a variable.
16862 (edebug-read-syntax-table): Use a char-table.
16863 (edebug-lemacs-specific): Remove.
16864 Toplevel: Eliminate check for Lucid Emacs.
16865
16866 * pcvs-util.el (cvs-prefix-define): Don't defconst a variable.
16867
16868 * rect.el (move-to-column-force): Mark obsolete.
16869 (operate-on-rectangle, delete-extract-rectangle-line)
16870 (insert-rectangle, delete-whitespace-rectangle-line)
16871 (open-rectangle-line, clear-rectangle-line): Use move-to-column.
16872 (string-rectangle-history): New var.
16873 (string-rectangle, string-insert-rectangle): Use it.
16874 (delete-rectangle-line): Fix pos/column mixup and simplify.
16875
16876 * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
16877 (normal-top-level, command-line, command-line-1): Simplify.
16878
16879 * tar-mode.el (tar-mode): Use define-derived-mode.
16880
16881 * view.el (view-mode-enable): Don't use make-local-hook.
16882
16883 * emacs-lisp/eldoc.el (eldoc-mode): Use define-minor-mode.
16884
16885 2001-11-16 Richard M. Stallman <rms@gnu.org>
16886
16887 * mail/mail-extr.el (mail-extr-voodoo): Treat a number as a word
16888 if it doesn't make sense as anything else.
16889 Don't recognize a "telephone number" at the beginning of the name.
16890 (mail-extr-leading-garbage): Match non-word characters only.
16891
16892 2001-11-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16893
16894 * startup.el (command-line-processed): Doc fix.
16895
16896 * apropos.el (apropos-next-label-button): Doc fix.
16897
16898 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
16899
16900 * comint.el (comint-mode): Simplify.
16901 (make-comint-in-buffer): Run `comint-mode' only if necessary.
16902
16903 * subr.el (eval-after-load): Make it work with features as well.
16904
16905 * log-view.el (log-view-mode): Don't mark the buffer unmodified.
16906
16907 * international/mule-cmds.el (describe-input-method): Setup xref.
16908 (set-language-environment): Use functionp.
16909 (locale-language-names, locale-charset-language-names)
16910 (locale-preferred-coding-systems): Defconst and purecopy.
16911
16912 * language/european.el (mac-roman): Add mime-charset property.
16913
16914 2001-11-15 Richard M. Stallman <rms@gnu.org>
16915
16916 * emacs-lisp/cl.el (values, values-list, multiple-value-list)
16917 (multiple-value-apply, nth-value): Use defsubst rather than defalias
16918 to get better doc strings.
16919
16920 2001-11-15 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16921
16922 * derived.el: Fix autoload cookie.
16923
16924 2001-11-15 Richard M. Stallman <rms@gnu.org>
16925
16926 * jka-compr.el (jka-compr-partial-uncompress): Fix previous change.
16927
16928 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
16929
16930 * menu-bar.el (menu-bar-edit-menu) <copy>: Put an explicit key binding.
16931
16932 2001-11-15 Richard M. Stallman <rms@gnu.org>
16933
16934 * dired.el (dired-undo): Display a message to explain
16935 that this does not undo file system changes.
16936
16937 2001-11-15 David Kastrup <David.Kastrup@t-online.de>
16938
16939 * mouse-drag.el (mouse-drag-throw): Push back non-drag events
16940 into `unread-command-events' instead of trying keymap
16941 lookups ourselves. This makes mouse-clicks do the right
16942 thing even when keymaps of overlays are involved.
16943 (mouse-drag-drag): Likewise.
16944
16945 2001-11-15 Andreas Schwab <schwab@suse.de>
16946
16947 * progmodes/ada-mode.el (ada-add-extensions): Quote regexp special
16948 characters and append anchor to pattern added to auto-mode-alist.
16949
16950 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
16951
16952 * server.el (server-process-filter): Run pre/post-comment-hook
16953 before/after visiting the file.
16954
16955 * info-look.el (makefile-mode): Add info for automake.
16956 (autoconf-mode): Fix the name of the index for automake.
16957
16958 * international/latin-9.el: Give pilcrow punctuation syntax.
16959
16960 2001-11-15 Andre Spiegel <spiegel@gnu.org>
16961
16962 * vc.el: Documentation fixes.
16963
16964 2001-11-14 Stefan Monnier <monnier@cs.yale.edu>
16965
16966 * smerge-mode.el (smerge-match-conflict): Fix typo.
16967 (smerge-diff): Be careful to read match-data early enough.
16968
16969 2001-11-14 Colin Walters <walters@verbum.org>
16970
16971 * calc/calc-alg.el (calcFunc-esimplify, calcFunc-simplify)
16972 (calcFunc-subst): Use `defalias' instead of `fset' and
16973 `symbol-function'.
16974
16975 * calc/calc-arith.el (calcFunc-abs, calcFunc-float)
16976 (calcFunc-ceil, calcFunc-round): Ditto.
16977
16978 * calc/calc-bin.el (calcFunc-clip): Ditto.
16979
16980 * calc/calc-ext.el (calcFunc-evalv): Ditto.
16981
16982 * calc/calc-math.el (calcFunc-sqrt, calcFunc-hypot): Ditto.
16983
16984 * calc/calc-misc.el (math-fixnump, math-fixnatnump)
16985 (calcFunc-trunc, calcFunc-floor, calc-report-bug): Ditto.
16986
16987 * calc/calc-units.el (calcFunc-unsimplify): Ditto.
16988
16989 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
16990 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
16991 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
16992 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
16993 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
16994 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
16995 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
16996 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
16997 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
16998 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
16999 * calcsel2.el: Style cleanup; don't put closing parens on their
17000 own line, add "foo.el ends here" to each file, and update
17001 copyright date.
17002
17003 * README: Update maintainer.
17004
17005 2001-11-13 Richard M. Stallman <rms@gnu.org>
17006
17007 * progmodes/compile.el (recompile): Use compilation-arguments if
17008 set, so as to be able to M-x recompile the exact command which
17009 created a compilation-mode buffer.
17010
17011 * progmodes/ada-mode.el (ada-fill-comment-prefix): Doc fix.
17012
17013 2001-11-13 Gerd Moellmann <gerd@gnu.org>
17014
17015 * mouse.el (mouse-drag-region): Don't run the up-event
17016 handler if window start changed due to the down-mouse event.
17017
17018 2001-11-13 Richard M. Stallman <rms@gnu.org>
17019
17020 * mouse.el (mouse-show-mark): Either move point to the mark
17021 or use highlighting, never both.
17022 (mouse-buffer-menu): If WINDOW is a frame, select its selected window.
17023
17024 2001-11-13 Simon Josefsson <jas@extundo.com>
17025
17026 * mail/smtpmail.el (top-level): Change maintainer to Simon
17027 Josefsson, cleanup the smtpmail.el header.
17028
17029 * mail/smtpmail.el (top-level): Don't require cl or base64.
17030 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
17031 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd):
17032 Defsubst instead of defmacro.
17033 (smtpmail-intersection): Return value in reverse order.
17034 (smtpmail-open-stream): Use stringp instead of string-to-list.
17035 (smtpmail-open-stream, smtpmail-try-auth-methods): New functions,
17036 separated from smtpmail-via-smtp.
17037
17038 * mail/smtpmail.el (top-level): Autoload starttls, mail-utils and
17039 rfc2104. Require base64 and cl.
17040 (smtpmail-smtp-service): Doc fix. :type fix.
17041 (smtpmail-debug-info): Doc fix.
17042 (smtpmail-debug-verb, smtpmail-auth-credentials)
17043 (smtpmail-starttls-credentials, smtpmail-auth-supported):
17044 New variables.
17045 (smtpmail-deduce-address-list, smtpmail-send-it): Don't require
17046 mail-utils (it is autoloaded).
17047 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
17048 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd)
17049 (smtpmail-find-credentials, smtpmail-intersection): New utility funs.
17050 (smtpmail-via-smtp): Support STARTTLS, if binary is installed.
17051 (smtpmail-via-smtp): Support AUTH.
17052 (smtpmail-via-smtp): Use `smtpmail-debug-verb' to control VERB.
17053
17054 2001-11-13 Richard M. Stallman <rms@gnu.org>
17055
17056 * ebuff-menu.el (electric-buffer-update-highlight): New function.
17057 (electric-buffer-overlay): New variable.
17058 (electric-buffer-menu-looper): Call electric-buffer-update-highlight.
17059 (electric-buffer-list): Likewise.
17060
17061 * isearch.el (isearch-whitespace-chars): Doc fix.
17062 (isearch-mode): Handle negative search-slow-window-lines correctly.
17063
17064 2001-11-13 Stefan Monnier <monnier@cs.yale.edu>
17065
17066 * newcomment.el (comment-normalize-vars): Handle a nil comment-padding.
17067
17068 * progmodes/ada-mode.el (ada-fill-comment-prefix): GNAT wants 2 spaces.
17069 From Emmanuel Briot <briot@act-europe.fr>.
17070
17071 2001-11-13 Colin Walters <walters@debian.org>
17072
17073 * calc/calc.el (calc-unread-command): Use `unread-command-events'.
17074
17075 * calc/calc-mode.el (calc-settings-file-name): Don't hardcode
17076 "~/.emacs"; use `read-file-name'.
17077
17078 * calc/calc-graph.el, calc/calc-embed.el, calc/calc-graph.el
17079 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-prog.el
17080 * calc/calc-sel.el, calc/calc-store.el, calc/calc-yank.el
17081 * calc/calc.el: Use `frame-width' instead of `screen-width',
17082 `frame-height' instead of `screen-height', and,
17083 `executing-kbd-macro' instead of `executing-macro'.
17084
17085 * calc/calc-embed.el (calc-do-embedded): Call `y-or-n-p' with
17086 correct number of arguments.
17087
17088 * calc/calc-aent.el (calc-do-alg-entry):
17089 Use `blink-paren-function' instead of `blink-paren-hook'.
17090
17091 2001-11-12 Richard M. Stallman <rms@gnu.org>
17092
17093 * calendar/todo-mode.el (todo-save): Add save-excursion
17094 and save-restriction.
17095
17096 * server.el (server-edit, server-done): Doc fix.
17097
17098 * simple.el (clone-indirect-buffer): Error if major mode symbol
17099 has a no-clone-indirect property.
17100 (clone-buffer): Check for obvious errors before reading clone name.
17101
17102 * info.el (Info-mode): Add a no-clone-indirect property.
17103
17104 2001-11-12 Sam Steingold <sds@gnu.org>
17105
17106 * vc.el (vc-print-log): Bind `inhibit-read-only' to t before and
17107 set-buffer-modified-p to nil after `vc-exec-after'.
17108 * log-view.el (log-view-mode-map): Bind "q", "z", "m" and "d".
17109 (log-view-mode): Make read-only.
17110 (log-view-current-file): Do final `expand-file-name' in the
17111 current `default-directory'.
17112 (log-view-current-tag): Take an optional `where' arg.
17113 (log-view-diff): New user command.
17114
17115 2001-11-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17116
17117 * progmodes/cpp.el (cpp-choose-face): Fix typo.
17118
17119 2001-11-12 Sam Steingold <sds@gnu.org>
17120
17121 * emacs-lisp/cl-indent.el (toplevel): Indent properly
17122 `generic-flet', `generic-labels', `with-accessors',
17123 `with-condition-restarts'.
17124
17125 2001-11-12 Richard M. Stallman <rms@gnu.org>
17126
17127 * dired.el: Many trivial doc fixes.
17128 (dired-get-file-for-visit): New function.
17129 (dired-find-alternate-file, dired-mouse-find-file-other-window)
17130 (dired-view-file, dired-find-file-other-window, dired-display-file)
17131 (dired-find-file): Use dired-get-file-for-visit.
17132
17133 2001-11-12 Alex Schroeder <kensanata@yahoo.com>
17134
17135 * sql.el (sql-mode): Doc change.
17136
17137 * sql.el (sql-mode-syntax-table): The backslash is no longer an
17138 escape character.
17139
17140 2001-11-12 Colin Walters <walters@debian.org>
17141
17142 * calc/calc-keypd.el (toplevel): Bind mouse buttons.
17143 (calc-do-keypad): Don't attempt to use nonexistent global
17144 mouse-map, use calc-keypad-map.
17145 (calc-keypad-x-left-click): Renamed to calc-keypad-left-click.
17146 (calc-keypad-left-click): Don't use mouse-map; update to new event
17147 interface.
17148 (calc-keypad-x-middle-click, calc-keypad-x-right-click): Ditto.
17149 (calc-keypad-press): Use `unread-command-events' instead of
17150 `unread-command-char'.
17151
17152 * calc/calc-ext.el (calc-init-extensions): Update autoload names
17153 to match files renamed on initial calc import.
17154
17155 2001-11-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17156
17157 * textmodes/flyspell.el (flyspell-default-dictionary):
17158 Fix previous change.
17159
17160 2001-11-12 Richard M. Stallman <rms@gnu.org>
17161
17162 * textmodes/flyspell.el (flyspell-default-dictionary):
17163 Fix custom type.
17164
17165 2001-11-11 Richard M. Stallman <rms@gnu.org>
17166
17167 * calendar/solar.el (solar-sunrise-and-sunset):
17168 Exchange the two extreme values of day-length.
17169
17170 * progmodes/sh-script.el (sh-must-be-shell-mode):
17171 Allow modes derived from sh-mode.
17172
17173 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
17174 Turn off error in some re-search-forward calls.
17175
17176 * replace.el (query-replace-skip-read-only): New variable.
17177 (perform-replace): If that variable is non-nil, ignore matches
17178 that have a read-only property.
17179
17180 * derived.el (define-derived-mode): Doc fix.
17181
17182 * server.el (server-buffer-done): Test of server-existing-buffer
17183 was backwards.
17184 (server-existing-buffer): Doc fix.
17185
17186 * textmodes/flyspell.el (flyspell-default-dictionary):
17187 Allow nil as value, and make nil the default.
17188
17189 2001-11-11 Eli Zaretskii <eliz@is.elta.co.il>
17190
17191 * menu-bar.el (menu-bar-edit-menu): Don't use x-selection-exists-p if
17192 it is not fboundp.
17193 (clipboard-yank): Ditto.
17194
17195 2001-11-11 Colin Walters <walters@verbum.org>
17196
17197 The following changes are based on patches from
17198 Eli Zaretskii <eliz@is.elta.co.il>, Kai Gro\e,A_\e(Bjohann
17199 <Kai.Grossjohann@CS.Uni-Dortmund.DE>, and others.
17200
17201 * calc/calc.el (toplevel): Require calc-macs.
17202 (calc-minibuffer-size): New.
17203 (calcDigit-nondigit): Use it instead of `buffer-size'.
17204 (calcDigit-backspace): Likewise.
17205 (calcDigit-nondigit): Use `minibuffer-contents' instead of
17206 `buffer-string'.
17207 (calc-minibuffer-contains): Use `minibuffer-prompt-end' instead of
17208 `point-min'.
17209 (calcDigit-key): Use `calc-minibuffer-contains' instead of a
17210 `save-excursion'.
17211
17212 * calc/calc-macs.el (calc-record-compilation-date-macro): Return a
17213 simple `setq' form.
17214
17215 * calc/calc-ext.el: (toplevel): Require calc.
17216 (calc-fancy-prefix-map): New.
17217 (calc-fancy-prefix): Use it.
17218 (calc-fancy-prefix-other-key): New.
17219
17220 * calc/calc-aent.el (toplevel): Require calc-macs during compilation.
17221 (calc-do-quick-calc): Use `frame-width' instead of `screen-width'.
17222 (calcAlg-edit): Use `minibuffer-contents' instead of `buffer-string'.
17223 (calcAlg-enter): Likewise.
17224 (calcAlg-enter): Use `minibuffer-prompt-end' instead of `point-min'.
17225
17226 2001-11-10 Richard M. Stallman <rms@gnu.org>
17227
17228 * abbrev.el (read-abbrev-file): Don't set save-abbrevs.
17229 (quietly-read-abbrev-file): Doc fix.
17230
17231 * startup.el (command-line): Read standard abbrev
17232 file (abbrev-file-name), if it exists.
17233
17234 * files.el (save-abbrevs): Default value is t.
17235
17236 * progmodes/compile.el (compile-goto-error): Fix previous change
17237 in the case where subsequent errors have not been parsed yet
17238 because they are in a different source file.
17239
17240 2001-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
17241
17242 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
17243 Merge two regular expressions into one.
17244 (ps-mode): Make local bindings for `comment-start' and
17245 `comment-start-skip'.
17246 (ps-mode-looking-at-nested): Simplify an if-else construct;
17247 use `set-match-data' to set the result.
17248
17249 2001-11-10 Richard M. Stallman <rms@gnu.org>
17250
17251 * textmodes/flyspell.el (flyspell-correct-word/local-keymap):
17252 Function deleted.
17253 (flyspell-correct-word): Old definition deleted.
17254 (flyspell-correct-word/mouse-keymap): Renamed to flyspell-correct-word.
17255 All references renamed too.
17256
17257 2001-11-10 Gerd Moellmann <gerd@gnu.org>
17258
17259 * Makefile.in (finder_setwins, setwins): Exclude Calc.
17260
17261 2001-11-09 Per Abrahamsen <abraham@dina.kvl.dk>
17262
17263 * wid-edit.el (checklist): Removed `:menu-tag'.
17264 (radio-button-choice): Ditto.
17265 (editable-list): Ditto.
17266
17267 2001-11-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17268
17269 * play/gomoku.el: Move definitions of constants to the beginning
17270 of file, before their use.
17271
17272 2001-11-09 Richard M. Stallman <rms@gnu.org>
17273
17274 * textmodes/flyspell.el: Use the keymap property
17275 instead of local-map, and don't use a minor-mode map.
17276 (flyspell-mode-map): Variable deleted.
17277 Don't mess with minor-mode-map-alist.
17278 (calling add-minor-mode): Specify nil for keymap.
17279 And always use add-minor-mode, now that it exists.
17280 (flyspell-overlay-keymap-property-name): Set it to `keymap'.
17281 (flyspell-mode-on): Don't locally bind flyspell-mouse-map
17282 or flyspell-local-mouse-map.
17283 (make-flyspell-overlay): Use flyspell-mouse-map directly.
17284 (flyspell-mode): Doc fix.
17285 (flyspell-mode-on): Don't call make-local-hook.
17286
17287 2001-11-09 Sam Steingold <sds@gnu.org>
17288
17289 * emacs-lisp/debug.el (debugger-make-xrefs):
17290 Add buttons to all symbols.
17291
17292 2001-11-09 Andre Spiegel <spiegel@gnu.org>
17293
17294 * vc.el: Add John David Smith to credits.
17295
17296 Suggested by Kalle Olavi Niemitalo <kon@iki.fi>:
17297
17298 * vc-hooks.el (vc-error-occured): Backquotified.
17299 (vc-file-prop-obarray): Use prime length for better efficiency.
17300
17301 * vc.el (vc-clear-context): Fill obarray with 0, not nil.
17302
17303 2001-11-09 Eli Zaretskii <eliz@is.elta.co.il>
17304
17305 * info.el (Info-file-list-for-emacs): Add entries for Calc.
17306
17307 2001-11-09 Miles Bader <miles@gnu.org>
17308
17309 * subr.el (functionp): Don't consider macros as functions.
17310
17311 2001-11-08 Miles Bader <miles@gnu.org>
17312
17313 * subr.el (functionp): Make work correctly for macros and unbound
17314 symbols.
17315
17316 * comint.el (comint-send-input): Fix description of
17317 `comint-process-echoes' in the doc-string.
17318
17319 2001-11-08 Eli Zaretskii <eliz@is.elta.co.il>
17320
17321 * international/mule.el (make-translation-table): Doc fix.
17322 Suggested by Alex Schroeder <alex@gnu.org>.
17323
17324 2001-11-07 Richard M. Stallman <rms@gnu.org>
17325
17326 * info.el (Info-fontify-node): Highlight every third menu item.
17327
17328 2001-11-07 Per Abrahamsen <abraham@dina.kvl.dk>
17329
17330 * cus-edit.el (custom-face-value-create): Don't ignore the
17331 `customized-face' attribute when finding the current face spec.
17332
17333 2001-11-07 Stefan Monnier <monnier@cs.yale.edu>
17334
17335 * subr.el (with-local-quit): New macro.
17336 (make-syntax-table): Always inherit.
17337 (functionp): Be more careful when `object' is a symbol.
17338
17339 * dabbrev.el (dabbrev-completion): Use "*Completions*".
17340
17341 2001-11-07 Paul Eggert <eggert@twinsun.com>
17342
17343 * dired.el (dired-move-to-filename-regexp):
17344 Do not distinguish between ASCII letters and non-ASCII characters.
17345 Don't allow comma except in the form "month day, year".
17346 Don't allow space between month name and comma.
17347 Clean up the code that checks for trailing period, comma, and space.
17348 Remove now-obsolete comments, and add more commentary about
17349 Japanese dates.
17350 Always gobble up trailing spaces, instead of doing it only sometimes.
17351
17352 2001-11-07 Miles Bader <miles@gnu.org>
17353
17354 * paren.el (show-paren-match-face): Add dark-background variant.
17355
17356 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
17357
17358 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Paren typo.
17359 (lisp-mode-variables): Don't set paragraph-{start,separate}.
17360 Don't disable adaptive-fill-mode.
17361 (lisp-fill-paragraph): Use tab-width rather than 8.
17362 Prevent filling the first line of docstrings.
17363
17364 2001-11-06 Richard M. Stallman <rms@gnu.org>
17365
17366 * play/gomoku.el (gomoku): Doc fix.
17367
17368 * jka-compr.el (jka-compr-partial-uncompress):
17369 Support an alternative of not using dd.
17370 (jka-compr-dd-program): Use defcustom to define this.
17371 (jka-compr-load-suffixes): Use defcustom.
17372 (jka-compr-mode-alist-additions): Use defcustom.
17373
17374 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
17375
17376 * font-lock.el (font-lock-match-c-style-declaration-item-and-skip-to-next):
17377 Also work when LIMIT is further than the end of line.
17378
17379 2001-11-06 Eli Zaretskii <eliz@is.elta.co.il>
17380
17381 * international/quail.el (quail-update-leim-list-file): Print the
17382 offending file name if some of its quail-define-package forms is broken.
17383
17384 2001-11-05 Richard M. Stallman <rms@gnu.org>
17385
17386 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Return the value
17387 of the evaluated form.
17388
17389 2001-11-05 Paul Eggert <eggert@twinsun.com>
17390
17391 * ls-lisp.el (ls-lisp-time-to-seconds): New function.
17392 (ls-lisp-format-time): Emulate GNU fileutils 4.1.1 ls, whose time
17393 stamps always line up by default. Also, it uses a slightly
17394 different window to determine whether files are "recent".
17395
17396 2001-11-05 Andrew Innes <andrewi@gnu.org>
17397
17398 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
17399 Don't attempt to remake autoloads before nuking .elc files.
17400
17401 2001-11-04 Richard M. Stallman <rms@gnu.org>
17402
17403 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display): Cope if
17404 previous-single-property-change or next-single-char-property-change
17405 returns nil.
17406
17407 * international/mule-cmds.el (set-locale-environment):
17408 Make it interactive; make arg optional.
17409
17410 * international/mule-diag.el (help-funs): Require help-funs.
17411
17412 2001-11-04 Eli Zaretskii <eliz@is.elta.co.il>
17413
17414 * term/internal.el (term-setup-hook): Add IT-setup-unicode-display.
17415
17416 2001-11-04 Miles Bader <miles@gnu.org>
17417
17418 * startup.el (fancy-splash-head): Reapply Gerd's hack to make the
17419 shadow of the splash image grey on a dark background instead of black.
17420
17421 2001-11-03 Stefan Monnier <monnier@cs.yale.edu>
17422
17423 * term.el (all faces): Don't (copy-face 'default <foo>).
17424
17425 * term/xterm.el (function-key-map):
17426 Add entry for `ESC [ 3 ~' -> <delete>
17427 Add entries `ESC O 5 [ABCD]' -> C-{up,down,right,left}.
17428 Use inheritance so that .emacs and terminfo take precedence.
17429
17430 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
17431
17432 * tooltip.el (tooltip-delay): Decrease to 0.7.
17433 (tooltip-hide-delay): Enlarge to 10.
17434
17435 2001-11-03 Richard M. Stallman <rms@gnu.org>
17436
17437 * startup.el (fancy-splash-tail): Explain how to recover
17438 from a crash, if there was a crash.
17439 (command-line-1): Reorganize display of startup screen,
17440 to simplify the logic. Use a temp buffer for it.
17441
17442 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
17443
17444 * frame.el (set-background-color, set-foreground-color):
17445 Call face-set-after-frame-default, to propagate the new colors to
17446 the frame's parameters alist.
17447
17448 * calendar/timeclock.el (timeclock-out): Signal an error if
17449 timeclock-last-event is nil.
17450
17451 2001-11-02 Stefan Monnier <monnier@cs.yale.edu>
17452
17453 * textmodes/fill.el (fill-context-prefix): Fix braino.
17454
17455 * international/quail.el (quail-help):
17456 Use `help-buffer' and move `help-setup-xref' to beginning.
17457
17458 * international/mule-cmds.el (describe-language-environment):
17459 Use `help-buffer' and move `help-setup-xref' to beginning.
17460
17461 * international/mule-diag.el (list-character-sets)
17462 (sort-listed-character-sets, describe-character-set)
17463 (describe-coding-system, describe-fontset, list-fontsets):
17464 Use `help-buffer' and move `help-setup-xref' to beginning.
17465 (describe-char-after): Use `internal-describe-syntax-value'.
17466
17467 2001-11-02 Richard M. Stallman <rms@gnu.org>
17468
17469 * mouse.el (popup-menu): If the user refuses to select
17470 from a menu, don't try to invoke the menu.
17471
17472 2001-11-02 Miles Bader <miles@gnu.org>
17473
17474 * help-mode.el (help-xref): New button type.
17475 (help-function, help-variable, help-face, help-coding-system)
17476 (help-input-method, help-character-set, help-type, help-symbol)
17477 (help-back, help-info, help-customize-variable, help-customize-face)
17478 (help-function-def, help-variable-def): Use it as a supertype.
17479 Remove `action' property.
17480
17481 * international/mule-diag.el (describe-character-set)
17482 (describe-coding-system): Pass correct args to `help-xref-button'.
17483 (sort-listed-character-sets): New button type.
17484 (list-character-sets): Use it.
17485 (list-charset-chars): New button type.
17486 (list-character-sets-1): Use it.
17487
17488 2001-11-01 Stefan Monnier <monnier@rum.cs.yale.edu>
17489
17490 * indent.el (tab-always-indent, indent-for-tab-command):
17491 Remove redundant `never' setting.
17492
17493 * fill.el (fill-region-as-paragraph): Don't forget to skip
17494 over current whitespace before looking for a preceding space.
17495
17496 2001-11-01 Richard M. Stallman <rms@gnu.org>
17497
17498 * files.el (file-newest-backup): Don't pass backup file name
17499 thru file-name-sans-versions, because it never has version numbers.
17500
17501 * textmodes/sgml-mode.el (sgml-xml-guess): Fix regexp
17502 to avoid ambiguous nested loops.
17503
17504 * files.el (find-file-noselect): Offer to change buffer-read-only
17505 only when the file's read-only status has changed from before
17506 as well as disagreeing with the buffer's current status.
17507 (buffer-file-read-only): New var, local in all buffers.
17508
17509 * buff-menu.el (buffer-menu): Doc fix.
17510 (buffer-menu-other-window): Doc fix.
17511 (list-buffers, list-buffers-noselect): Doc fix.
17512
17513 2001-11-01 Gerd Moellmann <gerd@gnu.org>
17514
17515 * startup.el (command-line): If the terminal Emacs is running on
17516 has erase char set to ^H, use the Backspace key for deleting
17517 backward, and the Delete key for deleting forward.
17518
17519 2001-11-01 Miles Bader <miles@gnu.org>
17520
17521 * button.el (define-button-type): Make sure every user-defined
17522 button type has a supertype.
17523
17524 2001-10-31 Jason Rumney <jasonr@gnu.org>
17525
17526 * international/mule-cmds.el (locale-language-names): Add chs and
17527 cht as aliases for Chinese-GB and Chinese-BIG5.
17528
17529 2001-10-31 Richard M. Stallman <rms@gnu.org>
17530
17531 * bindings.el (mode-line-frame-identification): Add doc string.
17532 (mode-line-position, mode-line-modes): New variables.
17533 (mode-line-format): Use mode-line-position for the part
17534 that displays the position-in-buffer info.
17535 Use mode-line-modes for the part that displays major and minor modes.
17536
17537 2001-10-31 Sam Steingold <sds@gnu.org>
17538
17539 * emacs-lisp/debug.el (debugger-make-xrefs): New function.
17540 (debugger-setup-buffer): Call it.
17541 (debugger-mode-map): Bind RET and mouse-2.
17542
17543 2001-10-31 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17544
17545 * startup.el: Document command line option --no-window-system
17546 instead of --no-windows.
17547
17548 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
17549
17550 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip.
17551
17552 * font-lock.el (java-font-lock-syntactic-face-function): New fun.
17553 (font-lock-defaults-alist): Use it.
17554 From David Ponce <david.ponce@wanadoo.fr>
17555
17556 * progmodes/perl-mode.el (perl-indent-line): Use `eq' to compare
17557 output of `char-after'.
17558
17559 * bindings.el (ctl-x-map): Add binding for C-x (, C-x ) and C-x e.
17560
17561 * simple.el (reindent-then-newline-and-indent): Insert the newline
17562 before indenting the first line.
17563 (undo-get-state, undo-revert-to-state): New funs.
17564 (shell-command): Don't kill the buffer even if empty.
17565 (transpose-subr-start1, transpose-subr-start2, transpose-subr-end1)
17566 (transpose-subr-end2): Remove.
17567 (transpose-subr): Add `special' arg and simplify.
17568 (transpose-subr-1): Rewrite.
17569 (do-auto-fill): Use fill-indent-according-to-mode and fill-nobreak-p.
17570 (rfc822-goto-eoh): Simplify.
17571
17572 2001-10-30 Richard M. Stallman <rms@gnu.org>
17573
17574 * enriched.el (enriched-face-ans): Fix previous change.
17575
17576 2001-10-30 Gerd Moellmann <gerd@gnu.org>
17577
17578 * international/iso-acc.el (iso-accents-compose): Remove a
17579 superfluous setq.
17580
17581 2001-10-30 Eli Zaretskii <eliz@is.elta.co.il>
17582
17583 * buff-menu.el (list-buffers-noselect): If the buffer's name
17584 starts with a blank, but it visits a file, do show it (for files
17585 whose names start with a blank).
17586
17587 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
17588
17589 * textmodes/fill.el (sentence-end-double-space)
17590 (sentence-end-without-period): Move to paragraphs.el.
17591 (fill-indent-according-to-mode): Change default to t.
17592 (fill-context-prefix): Simplify control-flow and use a more
17593 sophisticated merge that unifies both previous checks.
17594 (fill-single-word-nobreak-p, fill-french-nobreak-p): New funs.
17595 (fill-nobreak-predicate): Make it into a defcustom'd hook.
17596 (fill-nobreak-p): New fun.
17597 (fill-region-as-paragraph): Use it.
17598 Handle `fill-indent-according-to-mode' slightly differently.
17599 (fill-individual-paragraphs-prefix): Simplify the control-flow.
17600 (fill-individual-paragraphs-citation): Fix.
17601
17602 * textmodes/paragraphs.el (use-hard-newlines): Use define-minor-mode.
17603 (paragraph-start): Change default to the `text-mode' value.
17604 (sentence-end-double-space, sentence-end-without-period):
17605 Move from fill.el.
17606 (forward-paragraph): Use `parstart' and `parsep' for temp variables
17607 rather than rebinding `paragraph-start' and `paragraph-separate'.
17608
17609 * indent.el (indent-line-function): Change default to indent-relative.
17610 (tab-always-indent): Add an `never' setting.
17611 (indent-according-to-mode): Handle `indent-relative' and
17612 `indent-relative-maybe' specially.
17613 (indent-for-tab-command): Rename `prefix-arg' to `arg'.
17614 Handle the `never' case for `tab-always-indent'.
17615 Don't call indent-according-to-mode for indent-relative' and
17616 `indent-relative-maybe'.
17617 (insert-tab): Rename `prefix-arg' to `arg'.
17618 (indent-region): Indent the first line as well.
17619 (indent-relative): Don't mark the buffer modified if the indentation
17620 is unchanged.
17621
17622 * textmodes/text-mode.el (paragraph-indent-minor-mode):
17623 Don't set paragraph-separate. Set paragraph-start more carefully.
17624 Set indent-line-function.
17625 (paragraph-indent-text-mode): Use it and define-derived-mode.
17626 (text-mode-map): Remove the \t binding.
17627 (text-mode): Simplify now that the default is more favorable.
17628
17629 2001-10-29 Stefan Monnier <monnier@cs.yale.edu>
17630
17631 * emacs-lisp/find-func.el (find-function-search-for-symbol):
17632 If the regexp doesn't match, use a looser one.
17633 (find-variable-noselect): Add `file' argument.
17634
17635 * pcvs.el (cvs-mode-commit-hook): New hook.
17636 (cvs-mode-commit): Run it.
17637
17638 * log-edit.el (log-edit): Run hook after `log-edit-files'.
17639
17640 * emacs-lisp/edebug.el (delay-mode-hooks): Add edebug-spec.
17641 (edebug-instrument-function): Use `find-function-noselect'.
17642
17643 2001-10-29 Richard M. Stallman <rms@gnu.org>
17644
17645 * term.el (term-if-emacs19): Macro deleted.
17646 Callers changed to use progn instead.
17647
17648 * frame.el (blink-cursor-mode): Doc fix.
17649
17650 * files.el (find-backup-file-name): Use make-backup-file-name.
17651
17652 * emacs-lisp/edebug.el (edebug-window-live-p): Always alias to
17653 window-live-p.
17654 (edebug-set-conditional-breakpoint): Unconditionally use
17655 the former Emacs >=19 definition.
17656 (edebug-mark): Define unconditionally.
17657 (edebug-eval-expression): Always call read-from-minibuffer
17658 and specify history list.
17659 (edebug-lemacs-specific): Override emacs-mark, edebug-window-live-p,
17660 edebug-set-conditional-breakpoint.
17661 (edebug-emacs-version-specific): Function deleted;
17662 do the job at top level.
17663 (edebug-emacs-19-specific): Function deleted, this is the default.
17664
17665 2001-10-29 Sam Steingold <sds@gnu.org>
17666
17667 * w32-fns.el (convert-standard-filename): Handle cygwin-specific
17668 "/cygdrive/LETTER/" pathnames.
17669
17670 2001-10-29 Eli Zaretskii <eliz@is.elta.co.il>
17671
17672 * faces.el (invert-face): Check for 'unspecified, not for nil,
17673 when testing whether face colors are not specified.
17674 From David.Kastrup@t-online.de (David Kastrup).
17675 (read-face-name): Doc fix.
17676 (make-face-bold, make-face-unbold, make-face-italic)
17677 (make-face-unitalic, make-face-bold-italic, invert-face):
17678 Remove trailing blank from the prompt passed to read-face-name.
17679
17680 2001-10-29 Sam Steingold <sds@gnu.org>
17681
17682 * emacs-lisp/bytecomp.el (byte-recompile-directory):
17683 Report numbers of files skipped and failed too.
17684 (byte-compile-file): Return 'no-byte-compile for skipped files.
17685
17686 2001-10-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
17687
17688 * log-view.el (log-view-mode-map): Bind `M-n' and `M-p', not `M n'
17689 and `M p'.
17690
17691 2001-10-29 Gerd Moellmann <gerd@gnu.org>
17692
17693 * international/iso-acc.el (iso-accents-compose): Push SECOND-CHAR
17694 as is on unread-command-events instead of `(SECOND-CHAR)'.
17695
17696 2001-10-29 Andre Spiegel <spiegel@gnu.org>
17697
17698 * vc.el: Mention vc-*-switches in backend API documentation.
17699 (vc-annotate): Adapt doc string to recent change.
17700
17701 2001-10-29 Gerd Moellmann <gerd@gnu.org>
17702
17703 * enriched.el (enriched-face-ans): Handle face attributes
17704 of the form `(FACE1 FACE2 ...)'.
17705
17706 * dired-x.el (dired-omit-startup): Show ``Omit'' only in Dired buffers.
17707
17708 2001-10-29 Alex Schroeder <kensanata@yahoo.com>
17709
17710 * progmodes/sql.el (sql-mysql): Doc change by RMS.
17711
17712 * progmodes/sql.el (sql-db2): Doc change.
17713 (sql-help): Doc change by Christian Egli <christian.egli@stest.ch>.
17714 (sql-mysql): Doc change by Christian Egli <christian.egli@stest.ch>.
17715
17716 2001-10-29 Gerd Moellmann <gerd@gnu.org>
17717
17718 * env.el (substitute-env-vars): Don't quote argument to `rx';
17719 it's a macro.
17720
17721 2001-10-28 Per Abrahamsen <abraham@dina.kvl.dk>
17722
17723 * cus-start.el (recursive-load-depth-limit): Added.
17724
17725 2001-10-28 Richard M. Stallman <rms@gnu.org>
17726
17727 * textmodes/ispell.el (version18p, version20p): Vars deleted.
17728 All uses removed--assume Emacs version is >= 20.
17729
17730 * mail/supercite.el (sc-emacs-features): Test for "Emacs 19"
17731 by really checking that it is not version 18.
17732
17733 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
17734
17735 2001-10-28 Miles Bader <miles@gnu.org>
17736
17737 * faces.el (face-attribute): Add INHERIT argument, consider face
17738 inheritance if it's non-nil.
17739 (face-attribute-merged-with): New function.
17740 (face-attribute-specified-or): New macro.
17741 (face-foreground, face-background, face-stipple): Add INHERIT
17742 argument. Use `face-attribute-specified-or'.
17743
17744 2001-10-28 Stefan Monnier <monnier@cs.yale.edu>
17745
17746 * font-lock.el: Require `syntax'.
17747 (font-lock-defaults-alist): Don't define keywords for lisp languages.
17748 Use `c-font-lock-syntactic-face-function' for c languages.
17749 (font-lock-mode): Don't unset vars when turning the mode off.
17750 (font-lock-default-fontify-buffer): Don't unset vars at the end.
17751 (font-lock-extra-managed-props): New var.
17752 (font-lock-default-unfontify-region): Use it.
17753 (font-lock-apply-syntactic-highlight): Flush the syntax cache.
17754 Don't eval the value when there's no match.
17755 (font-lock-ppss-stats): New var.
17756 (font-lock-ppss): New fun.
17757 (font-lock-fontify-syntactically-region): Use it and syntax.ppss.
17758 (font-lock-apply-highlight): Allow `highlight' to set several props.
17759 (font-lock-set-defaults): Use dolist.
17760 (font-lock-unset-defaults): Remove.
17761 (font-lock-match-c-style-declaration-item-and-skip-to-next):
17762 Try to recognize prototypes using `foo P_ ((args))'.
17763 ({c,c++,java,objc}-font-lock-keywords-{1,2,3}): Don't setq a defconst.
17764 (c-font-lock-keywords-2): Fix last change to still use Anders' trick.
17765 (c-font-lock-syntactic-face-function): New function.
17766 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
17767 (c++-keywords): Use a more sophisticated regexp to handle
17768 shallowly nested templates.
17769
17770 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
17771
17772 * textmodes/sgml-mode.el (sgml-empty-tags): New var.
17773 (sgml-tag): Use it. Cleanup with `cond'.
17774 (sgml-tags-invisible): Make sgml-tags-invisible buffer-local.
17775 Mark the overlays and only delete those that are marked.
17776 (sgml-skip-close-p): Remove.
17777 (sgml-value): Replace sgml-skip-close-p with its definition.
17778 (html-tag-alist): Use sgml-xml a bit more.
17779 (html-mode): Set sgml-empty-tags.
17780
17781 * textmodes/texnfo-upd.el: Use `when', `dolist', `push', ...
17782 (texinfo-update-node, texinfo-sequential-node-update):
17783 Don't bind the obsolete `auto-fill-hook'.
17784 (texinfo-multi-file-included-list,texinfo-multi-file-master-menu-list):
17785 Use `set-buffer' rather than `switch-to-buffer'.
17786 (texinfo-multi-file-update): Use "Top" rather than `up-node-name'.
17787 Use `set-buffer' rather than `switch-to-buffer'.
17788
17789 * mail/sendmail.el (mail-mode-syntax-table): Let it inherit from
17790 text-mode-syntax-table.
17791 (mail-mode): Use define-derived-mode.
17792 Fix ordering of alternatives in adaptive-fill-regexp.
17793 (mail-mode-map): Don't rely on keymap's internal representation.
17794
17795 2001-10-27 Sam Steingold <sds@gnu.org>
17796
17797 * textmodes/sgml-mode.el (sgml-xml): Renamed from `html-xhtml'.
17798 (sgml-xml-guess): Extracted from `html-mode' and generalized.
17799 (sgml-mode-common): Call it.
17800 (sgml-mode, html-mode): Set `mode-name' based on `sgml-xml'.
17801 (sgml-tag, sgml-skip-close-p, html-tag-alist, html-line)
17802 (html-horizontal-rule, html-image, html-ordered-list):
17803 (html-unordered-list, html-list-item, html-paragraph):
17804 (html-checkboxes, html-radio-buttons): Use `sgml-xml' instead of
17805 `html-xhtml'.
17806
17807 2001-10-26 Masayuki Ataka <ataka@milk.freemail.ne.jp>
17808
17809 * textmodes/texinfmt.el (texinfo-format-ifnotinfo): New function.
17810 (ifnothtml): New alias.
17811
17812 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
17813
17814 * textmodes/text-mode.el (text-mode): Use define-derived-mode.
17815 (toggle-text-mode-auto-fill): Use derived-mode-p.
17816
17817 2001-10-27 Gerd Moellmann <gerd.moellmann@t-online.de>
17818
17819 * net/ange-ftp.el (ange-ftp-send-cmd): Call fix-name-func for
17820 `mdtm'. From "Forrest Cahoon" <forrest.cahoon@merrillcorp.com>.
17821
17822 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
17823
17824 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
17825 Add make-obsolete cookies, to follow faces.el.
17826
17827 These changes avoid warnings from the byte compiler in faces.el:
17828
17829 * faces.el (internal-get-face): Use facep instead of the obsolete
17830 internal-find-face.
17831 (internal-frob-font-weight, internal-frob-font-slant):
17832 New defaliases for obsolete functions.
17833 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
17834 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
17835 (x-make-font-bold-italic): Use internal-frob-font-weight and
17836 internal-frob-font-slant aliases instead of the obsolete
17837 x-frob-... functions.
17838
17839 2001-10-26 Sam Steingold <sds@gnu.org>
17840
17841 * textmodes/sgml-mode.el (html-mode): Set `html-xhtml' from the
17842 DOCTYPE; set `mode-name' based on it.
17843 (html-tag-alist): Use `html-xhtml' for "li", "dt" and "dd".
17844 (sgml-tag): Close empty tags in XHTML.
17845
17846 2001-10-26 Jason Rumney <jasonr@gnu.org>
17847
17848 * w32-fns.el: (w32-charset-info-alist): Use ANSI for iso10646-1
17849 when UNICODE is not defined.
17850
17851 2001-10-26 Sam Steingold <sds@gnu.org>
17852
17853 * font-lock.el (c-font-lock-keywords-2): Do not require labels to
17854 be alone on the line.
17855
17856 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
17857
17858 * button.el (button): Special face definition for MS-DOS terminals.
17859
17860 2001-10-26 Sam Steingold <sds@gnu.org>
17861
17862 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
17863 Protect the /= test by checking that the args are non-nil.
17864 (sh-font-lock-close-heredoc): Check eof for being non-nil.
17865
17866 2001-10-26 Tomas Abrahamsson <tab@lysator.liu.se>
17867
17868 * textmodes/artist.el (artist-version): 1.2.4.
17869 (artist-butlast-fn): New variable.
17870 (artist-butlast): New function.
17871 (artist-ellipse-mirror-quadrant): Use it.
17872 (artist-mouse-draw-poly): Use nil for `point-list'.
17873 (artist-mouse-draw-poly): Check for point-list being nil.
17874
17875 2001-10-26 Peter Kleiweg <kleiweg@let.rug.nl>
17876
17877 * progmodes/ps-mode.el (ps-mode-print-function): Remove quote for
17878 lambda expression.
17879 (ps-mode-menu-main): Submenu with options on/off was replaced with
17880 a toggle button.
17881 (ps-mode, ps-run-mode): Define with `define-derived-mode'
17882 (ps-mode): Autoload cookie added on same line as comment
17883 (ps-mode-tabkey, ps-mode-backward-delete-char):
17884 (ps-mode-r-balance): Replace `delete-horizontal-space' and
17885 `indent-to' with `indent-line-to'
17886 (ps-mode-print-buffer, ps-mode-print-region): Use `funcall'
17887 instead of `eval'.
17888 (ps-mode-print-region): Use `with-temp-buffer'.
17889 (ps-run-start): Use of `mapconcat'. Use `apply' instead of `eval'.
17890 (numerous places): Add back-tick and tick around names in
17891 docstrings, fix punctuation in docstrings, remove trailing spaces.
17892
17893 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
17894
17895 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Ignore comments.
17896 (sgml-font-lock-keywords-2): Use `eval'. Moved from sgml-mode-common.
17897 (sgml-font-lock-syntactic-keywords): New var.
17898 (sgml-mode-common): Drop the two args.
17899 Don't make buffer-local variables that aren't used.
17900 Don't set sgml-font-lock-keywords-2 now that it uses `eval instead.
17901 Don't set `before-string' props from sgml-display-text.
17902 (sgml-mode): Use define-derived-mode.
17903 (sgml-tags-invisible): Use sgml-display-text.
17904 (sgml-quote): New command.
17905 (html-tag-alist): Add args for `span'.
17906 (html-mode): Use define-derived-mode.
17907 Set sgml-display-text and sgml-tag-face-alist.
17908
17909 2001-10-25 Sam Steingold <sds@gnu.org>
17910
17911 * add-log.el (add-log-always-start-new-record): New user option.
17912 (add-change-log-entry): Use it.
17913
17914 2001-10-25 Richard M. Stallman <rms@gnu.org>
17915
17916 * progmodes/etags.el (tags-query-replace): Make tags-loop-scan
17917 bind case-fold-search if FROM is not all lower case.
17918
17919 2001-10-25 Gerd Moellmann <gerd@gnu.org>
17920
17921 * startup.el (normal-top-level): Check for frame-initial-frame
17922 only if it's really used.
17923
17924 * mail/mh-utils.el (mh-recenter): Call recenter with arg `(4)'.
17925
17926 * progmodes/compile.el (compilation-parse-errors-filename-function):
17927 New variable.
17928 (compilation-parse-errors): Use it.
17929
17930 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
17931
17932 * emacs-lisp/checkdoc.el (checkdoc-eval-defun): Call eval-defun
17933 interactively so that C-u M-C-x still does edebug.
17934 (checkdoc-sentencespace-region-engine): Don't force a double-space
17935 after `.' if it doesn't look like an end-of-sentence.
17936 (debug-ignored-errors): Add `disambiguate ...'.
17937
17938 2001-10-24 Stefan Monnier <monnier@cs.yale.edu>
17939
17940 * textmodes/texinfo.el (texinfo-environments)
17941 (texinfo-environment-regexp): Hoist.
17942 (texinfo-font-lock-keywords): Use `italic' and `bold' faces.
17943 Only highlight the menu name in menu items.
17944 Setup `@foo ... @end foo' as text clones.
17945 (texinfo-clone-environment): New function.
17946 (texinfo-mode): Simplify auto-fill-inhibit-regexp.
17947 (texinfo-insert-block): Simplify.
17948 (texinfo-insert-quote): Insert a plain " if preceded by \ or if
17949 the command is repeated.
17950 (texinfo-last-unended-begin, texinfo-next-unmatched-end): New funs.
17951 (texinfo-insert-@end): Simplify.
17952
17953 * textmodes/texnfo-upd.el (texinfo-section-types-regexp)
17954 (texinfo-section-level-regexp, texinfo-subsection-level-regexp)
17955 (texinfo-subsubsection-level-regexp)
17956 (texinfo-update-menu-same-level-regexps)
17957 (texinfo-update-menu-higher-regexps)
17958 (texinfo-update-menu-lower-regexps): Hoist to eliminate warnings.
17959
17960 * derived.el (define-derived-mode): Use {delay,run}-mode-hooks.
17961 (derived-mode-p): Autoload.
17962
17963 * subr.el (delay-mode-hooks, delayed-mode-hooks, run-mode-hooks):
17964 New vars and functions.
17965 (text-clone-maintain, text-clone-create): New functions.
17966
17967 2001-10-25 Miles Bader <miles@gnu.org>
17968
17969 * facemenu.el (facemenu-add-new-face): Fix variable names.
17970
17971 2001-10-24 Richard M. Stallman <rms@gnu.org>
17972
17973 * facemenu.el (facemenu-unlisted-faces): Improve doc strings
17974 of t and nil values.
17975 (facemenu-set-face): Handle START and END interactively.
17976 (facemenu-set-foreground): Don't use a face; specify color directly.
17977 (facemenu-set-background): Likewise.
17978 (facemenu-set-face-from-menu): Doc fix.
17979 (facemenu-active-faces): Use face-attribute-vector
17980 to handle bare attributes not in faces.
17981 (facemenu-get-face): Don't handle face names fg:... and bg:...
17982 specially.
17983 (facemenu-add-new-face): New argument MENU.
17984 New way to handle adding colors to the color menus.
17985
17986 * env.el (substitute-env-vars): Quote the arg to rx.
17987
17988 2001-10-24 Sam Steingold <sds@gnu.org>
17989
17990 * mouse.el (mouse-buffer-menu-mode-groups): Added "Version
17991 Control" and "SGML" groups.
17992
17993 2001-10-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17994
17995 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
17996 Better handling of C++ template args to avoid confusion with `<'
17997 and `>' used as operators in member init expressions.
17998
17999 2001-10-24 Gerd Moellmann <gerd@gnu.org>
18000
18001 * replace.el (perform-replace): Move START and END parameters
18002 to the end of the argument list and make them optional.
18003
18004 * progmodes/ebrowse.el, progmodes/etags.el: Adapt to change in
18005 perform-replace.
18006
18007 * international/fontset.el (x-must-resolve-font-name): New function.
18008 (x-complement-fontset-spec): Use it.
18009
18010 2001-10-23 Stefan Monnier <monnier@cs.yale.edu>
18011
18012 * uniquify.el (uniquify-get-proposed-name): Fix (.. "usr" "/usr" 0).
18013
18014 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
18015 Turn caadr into caar of cdr.
18016
18017 2001-10-23 Gerd Moellmann <gerd@gnu.org>
18018
18019 * info.el (Info-fontify-node): Bind down-mouse-{1,2} instead
18020 of mouse-{1,2} since dragging is on the down event.
18021
18022 * play/doctor.el (make-doctor-variables): Remove a '($ please)'.
18023
18024 * mail/mh-utils.el (mh-recenter): Call `recenter' with arg t
18025 if ARG is nil.
18026
18027 * desktop.el (desktop-last-buffer): New variable.
18028 (desktop-create-buffer): Set it.
18029 (desktop-read): Bind it and switch to that buffer.
18030
18031 2001-10-22 Gerd Moellmann <gerd@gnu.org>
18032
18033 * progmodes/compile.el (compilation-set-window-height):
18034 Select old window only if it's still live.
18035
18036 2001-10-22 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18037
18038 * help-mode.el (help-buffer): Remove debugging code.
18039 From Stefan Monnier <monnier@cs.yale.edu>.
18040
18041 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
18042
18043 * files.el (file-name-sans-extension, file-name-extension):
18044 Don't count the leading dots in file names as signaling an extension.
18045
18046 2001-10-22 Andre Spiegel <spiegel@gnu.org>
18047
18048 * vc.el (vc-diff-switches): Doc rewritten.
18049
18050 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
18051
18052 * tooltip.el (tooltip-set-param): Doc fix.
18053
18054 * textmodes/sgml-mode.el (sgml-mode-map): Bind 8-bit codes above
18055 127 to sgml-maybe-name-self.
18056 (sgml-name-8bit-mode): Doc fix.
18057 (sgml-char-names-table): New variable.
18058 (sgml-name-char): Support non-ASCII and mule-unicode-*
18059 characters. Doc fix.
18060 (sgml-maybe-name-self): Convert unibyte characters to multibyte.
18061
18062 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Mention in the
18063 doc string the effect of `left' and `top' parameters in
18064 tooltip-frame-parameters, the default values, and the units.
18065 (tooltip-frame-parameters): Mention `top' and `left' in the doc string.
18066 (tooltip-show): Mention in the doc string the `top' and `left'
18067 parameters in tooltip-frame-parameters, and x-max-tooltip-size.
18068
18069 2001-10-22 Andre Spiegel <spiegel@gnu.org>
18070
18071 Add autoscaling support for vc-annotate.
18072 From J.D. Smith <jdsmith@alum.mit.edu>.
18073
18074 * vc.el (vc-annotate-display-default): Accept colormap scaling
18075 ratio (now deprecated).
18076 (vc-annotate-display-autoscale): Added.
18077 (vc-annotate-add-menu): New autoscaling menu options "Span to
18078 Oldest" and "Span Oldest->Newest". Easymenu support added for
18079 toggle menus driven by customize variable `vc-annotate-display-mode'.
18080 (vc-annotate-display-select): Added.
18081 (vc-annotate): Changed temp-buffer-show-function to
18082 `vc-annotate-display-select'.
18083 (vc-annotate-display): Removed arguments BUFFER and BACKEND.
18084 Added argument OFFSET. Instead of backend function, calls now
18085 generic `vc-annotate-difference'.
18086 (vc-annotate-difference): Added as generic function instead of
18087 backend-specific function. No longer takes argument POINT, but
18088 instead accepts a time OFFSET.
18089 (vc-default-annotate-current-time): Added.
18090
18091 * vc-cvs.el (vc-cvs-annotate-difference): Removed to generic
18092 version in vc.el, with
18093 (vc-cvs-annotate-current-time): Added, as override of default.
18094 (vc-cvs-annotate-time): Added. Taken mostly from the (now removed)
18095 `vc-cvs-annotate-difference'.
18096
18097 2001-10-22 Gerd Moellmann <gerd@gnu.org>
18098
18099 * saveplace.el (save-place): Require `saveplace'.
18100
18101 * progmodes/cwarn.el (cwarn-font-lock-feature-keywords-alist):
18102 Use `sexp' for :value-type instead of `face'.
18103
18104 2001-10-21 Eli Zaretskii <eliz@is.elta.co.il>
18105
18106 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Fix the
18107 regexps due to 5-digit message IDs.
18108
18109 2001-10-21 Jason Rumney <jasonr@gnu.org>
18110
18111 * term/w32-win.el (redisplay-dont-pause): Don't set.
18112
18113 2001-10-21 Miles Bader <miles@gnu.org>
18114
18115 * help-funs.el (help-manyarg-func-alist): Variable removed.
18116
18117 2001-10-21 Miles Bader <miles@gnu.org>
18118
18119 * help-funs.el (help-manyarg-func-alist): Remove entries for
18120 `insert', `insert-and-inherit', `insert-before-markers',
18121 `insert-before-markers-and-inherit', `message', `message-box',
18122 `message-or-box', `propertize', `format', `encode-time', `append',
18123 `concat', `vconcat', `nconc', `widget-apply', `make-hash-table',
18124 `insert-string', `ml-if', `ml-provide-prefix-argument', and
18125 `ml-prefix-argument-loop'.
18126
18127 2001-10-21 Andre Spiegel <spiegel@gnu.org>
18128
18129 * vc.el (vc-diff-internal, vc-coding-system-for-diff)
18130 (vc-default-diff-tree): New functions.
18131 (vc-version-diff): Use them. As a result, coding systems are now
18132 set up properly for all sorts of diffs, and tree diffs can now
18133 also be done locally.
18134 (vc-diff): With a prefix argument, don't require that it's called
18135 from a buffer under version control.
18136 (diff-switches): Remove duplicate definition.
18137
18138 * vc-cvs.el (vc-cvs-diff-tree): New function.
18139
18140 2001-10-21 Miles Bader <miles@gnu.org>
18141
18142 * help-funs.el (help-manyarg-func-alist): Remove entries for
18143 `list', `vector', `make-byte-code', `call-process',
18144 `call-process-region', `string', `+', `-', `*', `/', `max', `min',
18145 `logand', `logior', and `logxor'.
18146
18147 * wid-edit.el (checkbox): Swap bg/fg colors in image, and invert
18148 image bits to compensate. Use `make-string' instead of
18149 `make-bool-vector' (XBM apparently wants byte-aligned rows).
18150
18151 2001-10-20 Kim F. Storm <storm@cua.dk>
18152
18153 * simple.el (kill-ring-save): Don't show extent of copied region
18154 if using transient-mark-mode and region is fully visible.
18155
18156 See ChangeLog.9 for earlier changes.
18157
18158 ;; Local Variables:
18159 ;; coding: iso-2022-7bit
18160 ;; End:
18161
18162 Copyright (C) 2001, 2002 Free Software Foundation, Inc.
18163 Copying and distribution of this file, with or without modification,
18164 are permitted provided the copyright notice and this notice are preserved.