]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2003-03-03 Kenichi Handa <handa@m17n.org>
2
3 * language/japan-util.el (japanese-symbol-table): Add two entries
4 to make it complete.
5
6 2003-03-03 Andreas Schwab <schwab@suse.de>
7
8 * info.el (Info-fontify-node): Don't hide indentation before the
9 reference name. Don't process a reference twice when a new tag is
10 inserted.
11 (Info-hide-note-references): Fix doc and customize type.
12
13 2003-03-02 Matt Swift <swift@alum.mit.edu>
14
15 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column): New
16 custom variable.
17 (lisp-fill-paragraph): Use it. Add ?, to `paragraph-separate' so
18 that first docstring lines ending with a comma are respected. Add
19 "`(" to same so that function and macro bodies beginning with a
20 backquote do not get disturbed. Revise the comments.
21
22 2003-03-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
23
24 * startup.el (command-line): Call menu-bar-mode with 1 instead of t.
25
26 * menu-bar.el (menu-bar-mode): Change to define-minor-mode
27 and initialize as for tool-bar-mode.
28
29 2003-02-28 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
30
31 * net/tramp.el: Version 2.0.30 released.
32 Replace term "path" with "localname" unless it is used for a
33 search path.
34 (tramp-handle-expand-file-name): Allow ".." to cross host
35 boundaries.
36 (tramp-open-connection-setup-interactive-shell): Unset $ENV in
37 addition to setting $PS1 when starting the Bourne-ish shell. Some
38 sh implementations (eg, bash when called as sh) read the file
39 named there on startup, which could clobber $PS1.
40 (tramp-do-copy-or-rename-file-one-local): New function. Not
41 implemented. Not used. Should invoke rcp or scp directly to keep
42 the time.
43
44 2003-02-28 Michael Albinus <Michael.Albinus@alcatel.de>
45
46 * net/tramp-smb.el: Replace term `path' with `localname'
47 unless it is used for a search path. In GNU, the word `path' is
48 reserved for search paths.
49
50 * net/tramp.el (tramp-send-string, tramp-send-region): Removed.
51 (tramp-send-string): New function. Takes over the role of the
52 functions above, in order to have a unique place handling
53 `tramp-chunksize'. Same implementation as `tramp-send-region'.
54 (tramp-chunksize): It's now a defcustom. Set to 500 on systems
55 only known to have a buggy `process-send-string' implementation.
56 First black-listed constellation is GNU Emacs/ hpux.
57 (tramp-send-region): Correct debug message.
58 (tramp-bug): Add `tramp-chunksize'.
59
60 2003-02-26 Matt Swift <swift@alum.mit.edu>
61
62 * startup.el: Streamline code in several functions for efficiency
63 and readability. Rephrase booleans to avoid `(not noninteractive)'.
64 Clarify several booleans expressions using De Morgan's laws.
65
66 (command-line): Fix barf when first command-line option handled by
67 `command-line-1' is in the form --OPT=VAL.
68 (command-line-1): Restore intended behavior of the --directory/-L
69 command-line option: "-L a -L b -L c" on the command-line now puts
70 '(a b c) at the front of `load-path'.
71
72 2003-02-26 Oliver Scholz <alkibiades@gmx.de>
73
74 * play/gamegrid.el (gamegrid-add-score): Add info to docstring.
75 (gamegrid-add-score-with-update-game-score-1): New function,
76 factored out of `gamegriod-add-score-with-update-game-score'.
77 (gamegrid-add-score-with-update-game-score): Use it. Fall back on
78 `gamegrid-add-score-insecure' if the requested file does not exist
79 in $(gamedir), in case the user has installed a game on his own.
80 (gamegrid-add-score-insecure): Accept optional directory argument.
81
82 2003-02-25 Andreas Schwab <schwab@suse.de>
83
84 * progmodes/make-mode.el (makefile-font-lock-keywords): Protect shell
85 variable references by requireing that $ is not preceded by another $.
86
87 2003-02-25 Kenichi Handa <handa@m17n.org>
88
89 * env.el (setenv): Fix previous change.
90
91 2003-02-25 Ramakrishnan M <rama@gnu.org> (tiny change)
92
93 * language/mlm-util.el (mlm-char-glyph): Fix more rules.
94
95 2003-02-24 Stefan Monnier <monnier@cs.yale.edu>
96
97 * progmodes/simula.el: Move abbrev loading to after the fun it uses.
98 (simula-install-standard-abbrevs): Use dolist.
99 Use system-flag when calling define-abbrev.
100
101 2003-02-24 Dave Love <fx@gnu.org>
102
103 * obsolete/cplus-md.el: Delete. (Requires removed c-mode.el.)
104
105 * env.el (read-envvar-name): Decode names.
106 (substitute-env-vars): Use eval-when-compile and char class.
107 (setenv): Doc fix. Encode the data (after checking that's possible).
108 (getenv): Encode the name and decode the result.
109
110 2003-02-24 Ken Manheimer <klm@zope.com>
111
112 * allout.el (allout-pre-command-business): Fix docstring.
113
114 2003-02-24 Ramakrishnan M <rama@gnu.org> (tiny change)
115
116 * language/mlm-util.el (mlm-char-glyph): Fix several composing rules.
117
118 2003-02-24 Kenichi Handa <handa@m17n.org>
119
120 * international/characters.el: Fix syntaxes of gb2312 and big5.
121
122 * language/japan-util.el (sentence-end-save): Variable deleted.
123 (setup-japanese-environment-internal): Don't setup sentence-end.
124 (exit-japanese-environment): Function deleted.
125
126 * language/japanese.el ("Japanese"): Delete `exit-function'.
127
128 * textmodes/paragraphs.el (sentence-end): Add Chinese and Japanese
129 characters.
130
131 2003-02-24 Ramakrishnan M <rama@gnu.org> (tiny change)
132
133 * language/mlm-util.el (mlm-char-glyph): Add entries for "halant +
134 rakar + halant" and "halant + rrakar + halant".
135
136 2003-02-23 Richard M. Stallman <rms@gnu.org>
137
138 * replace.el (query-replace-read-args): Return just 3 values.
139 (query-replace, query-replace-regexp)
140 (query-replace-regexp-eval, map-query-replace-regexp)
141 (replace-string, replace-regexp): Read the start and end args
142 separately so that the expressions are recorded in command-history.
143
144 * menu-bar.el (Revert Buffer): Condition on buffer-file-number.
145
146 * startup.el (inhibit-startup-hooks): New variable.
147 (normal-top-level): Obey that variable.
148 (command-line-1): Run emacs-startup-hook before term-setup-hook.
149 Set inhibit-startup-hooks too.
150
151 * files.el (revert-buffer): Different error message
152 for reverting a nonexistent file.
153
154 2003-02-22 Stefan Monnier <monnier@cs.yale.edu>
155
156 * progmodes/cperl-mode.el: Merge changes from CPerl-5.0.
157 (toplevel): Require man.
158 Don't autoload tmm-prompt (it's in loaddefs.el).
159 (cperl-electric-backspace-untabify): New var.
160 (cperl-electric-backspace): Use it.
161 (cperl-vc-header-alist): Extract numeric version from the Id.
162 (cperl-build-manpage): New fun.
163 (cperl-menu): Use it. Add toggle-autohelp.
164 (cperl-mode) <defun-prompt_regexp>: Understand prototypes.
165 (cperl-electric-brace): Use `cperl-after-block-p' for detection.
166 (cperl-electric-keyword): Make $if (etc: "$@%&*") non-electric.
167 '(' after keyword would insert a doubled paren.
168 (cperl-calculate-indent): Update syntaxification before checks.
169 Fix wrong indent of blocks starting with POD.
170 (cperl-find-pods-heres): If no end of HERE-doc found, mark to the end
171 of buffer. This enables recognition of end of HERE-doc "as one types".
172 Require "\n" after trailing tag of HERE-doc.
173 \( made non-quoting outside of string/comment (gdj-contributed).
174 Likewise for \$. Remove `here-doc-group' text property at start
175 (makes this property reliable).
176 Text property `first-format-line' ==> t.
177 Do not recognize $opt_s and $opt::s as s///.
178 (cperl-after-block-p): Optional arg pre-block to check for a pre-block
179 Recognize `continue' blocks too.
180 (cperl-after-expr-p): Update syntaxification before checks. Work after
181 here-docs, formats, and PODs too (affects many electric constructs).
182 (cperl-fix-line-spacing): Allow "_" in $vars of foreach etc.
183 (cperl-perldoc): Use case-sensitive search.
184
185 * progmodes/cperl-mode.el: Merge changes from CPerl-4.35.
186 (cperl-xemacs-p): Move.
187 (cperl-can-font-lock): New var to replace window-system.
188 (cperl-enable-font-lock): Use it.
189 (cperl-use-major-mode): New var.
190 (cperl-mode): Use it.
191 (cperl-calculate-indent): Remove code whose removal was missed
192 in some earlier merge.
193 (cperl-tags-hier-init): Use display-popup-menus-p.
194
195 2003-02-22 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
196
197 * files.el (abbreviate-file-name): Shorten docstring: variables
198 are now hyperlinks and `C-h v' need not be mentioned explicitly.
199
200 2003-02-21 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
201
202 * files.el (abbreviate-file-name): Document removal of
203 automounter prefixes. Reported by Lars Hansen.
204
205 2003-02-21 Kim F. Storm <storm@cua.dk>
206
207 * emulation/cua-base.el: Add run-time check to catch users trying
208 to use older versions of CUA-mode, rather than the version
209 distributed with Emacs. Use autoload cookies and eval-after-load.
210
211 * startup.el (command-line): Clarify and tidy up the message
212 printed when there are errors in the user-init-file.
213 Do not encapsulate the error data; it's read by humans here.
214 Do not split windows when displaying the *Message* buffer.
215
216 2003-02-20 Stefan Monnier <monnier@cs.yale.edu>
217
218 * subr.el (with-syntax-table): Don't copy the table any more.
219
220 2003-02-20 Ehud Karni <ehud@unix.mvs.co.il> (tiny change)
221
222 * mail/rmail.el (rmail-insert-inbox-text): Make the pop3 mechanism
223 work on cygwin systems too.
224
225 2003-02-20 Juanma Barranquero <lektu@terra.es>
226
227 * progmodes/ebrowse.el (ebrowse-show-file-name-at-point):
228 Remove useless check.
229
230 2003-02-20 Andreas Schwab <schwab@suse.de>
231
232 * info.el (Info-extract-menu-node-name): Stop if colon is
233 followed by open paren.
234
235 2003-02-20 Francesco Potort\e,Al\e(B <pot@gnu.org>
236
237 * mail/undigest.el (unforward-rmail-message): Allow nested
238 unforwarding, that is, preserve old Forwarded-From/Date headers.
239
240 2003-02-20 Kenichi Handa <handa@m17n.org>
241
242 * term/w32-win.el: Call set-fontset-font with NAME nil.
243
244 * international/mule-diag.el (print-fontset): If FONTSET is nil,
245 use the default fontset.
246 (describe-fontset): If the current frame is not using a fontset,
247 call print-fontset with nil.
248
249 2003-02-19 Andre Spiegel <spiegel@gnu.org>
250
251 * vc.el (vc-binary-assoc, vc-binary-suffixes): Remove; these
252 were accidentally left over during the VC redesign in 2000.
253
254 2003-02-18 Juanma Barranquero <lektu@terra.es>
255
256 * help-macro.el (make-help-screen): Fix character constant.
257
258 * mouse-sel.el (mouse-sel-determine-selection-thing): Likewise.
259
260 * calc/calc-graph.el (calc-graph-plot): Likewise.
261
262 * calc/calc-prog.el (calc-macro-edit-variable): Likewise.
263
264 * emacs-lisp/edebug.el: Likewise.
265
266 * emacs-lisp/helper.el (Helper-help-scroller): Likewise.
267
268 * language/cyril-util.el (standard-display-cyrillic-translit):
269 Likewise.
270
271 * mail/rfc822.el (rfc822-nuke-whitespace): Likewise.
272
273 * progmodes/cperl-mode.el (cperl-electric-keyword)
274 (cperl-electric-pod, cperl-do-auto-fill): Likewise.
275
276 * textmodes/reftex-ref.el (reftex-reference): Likewise.
277
278 * textmodes/table.el (table-generate-source): Use ?\\ instead of
279 space in "work in progress" message.
280
281 * emacs-lisp/tq.el (tq-create): Fix quoted lambda expression.
282
283 2003-02-17 Dave Love <fx@gnu.org>
284
285 * progmodes/ebrowse.el (ebrowse-output): Don't use gensym.
286
287 2003-02-17 Markus Rost <rost@math.ohio-state.edu>
288
289 * calendar/calendar.el (diary-file-name-prefix-function):
290 Fix custom type.
291
292 2003-02-17 Andre Spiegel <spiegel@gnu.org>
293
294 * vc-cvs.el (vc-cvs-dir-state): Protect against DIR not being
295 under CVS control. Suggested by Masanobu UMEDA.
296
297 2003-02-17 Kenichi Handa <handa@m17n.org>
298
299 * files.el (insert-directory): Add workaround for the case that we
300 can't trust ls's output as to byte positions of filenames.
301
302 2003-02-15 Richard M. Stallman <rms@gnu.org>
303
304 * ffap.el: Many doc fixes.
305 (ffap-replace-file-component):
306 Renamed from ffap-replace-path-component. Callers changed.
307 (ffap-host-to-filename): Renamed from ffap-host-to-path. Callers chgd.
308
309 * international/iso-ascii.el (iso-ascii-display-table): New variable.
310 (iso-ascii-standard-display-table): New variable.
311 (iso-ascii-display): Define in iso-ascii-display-table.
312 (iso-ascii-mode): New command.
313
314 * tar-mode.el (tar-header-block-summarize):
315 Use l for symlink, h for hard link.
316
317 2003-02-15 David Kastrup <dak@gnu.org>
318
319 * net/ange-ftp.el (ange-ftp-get-file-entry): Allow for graceful
320 failure returning nil, as documented.
321
322 2003-02-14 Dave Love <fx@gnu.org>
323
324 * international/code-pages.el: Undo `Trailing whitepace deleted.'
325 damage.
326 (cp1125, mik): Nullify mime-charset.
327
328 * language/cyrillic.el ("Cyrillic-KOI8"): Fix input-method.
329 ("Russian"): New.
330 ("Bulgarian"): Add tutorial.
331
332 * international/mule-cmds.el (locale-language-names): Use Italian,
333 Russian, Turkish, Chinese-EUC-TW.
334 (set-locale-environment): Set ps-paper-type.
335
336 2003-02-14 ARISAWA Akihiro <ari@mbf.sphere.ne.jp> (tiny change)
337
338 * time.el (display-time-string-forms): Add face property to mail
339 string.
340
341 2003-02-14 Juanma Barranquero <lektu@terra.es>
342
343 * international/mule-cmds.el (view-hello-file): Use `view-file'
344 instead of `find-file-read-only'.
345
346 * dired-aux.el (dired-query-alist): Fix use of character constant.
347
348 * simple.el (backward-delete-char-untabify): Likewise.
349
350 * strokes.el (strokes-read-complex-stroke): Likewise.
351
352 * wid-edit.el (widget-choose): Likewise.
353
354 * xml.el (xml-parse-elem-type): Likewise.
355
356 * emacs-lisp/testcover-ses.el (ses-exercise-signals): Likewise.
357
358 * progmodes/cperl-mode.el (cperl-next-bad-style): Likewise.
359
360 * progmodes/idlwave.el (idlwave-show-begin): Likewise.
361
362 2003-02-13 Stefan Monnier <monnier@cs.yale.edu>
363
364 * international/mule-cmds.el (sort-coding-systems): Use \'.
365 (select-safe-coding-system): Remove redundant assq check.
366 Remove raw-text, emacs-mule and no-conversion from the list of
367 proposed encodings unless there's nothing else.
368
369 2003-02-13 Markus Rost <rost@math.ohio-state.edu>
370
371 * files.el (find-alternate-file): Undo last change.
372
373 * dired.el (dired-directory): Add autoload cookie.
374
375 2003-02-13 Juanma Barranquero <lektu@terra.es>
376
377 * international/characters.el: Use new ?\s syntax instead of "? "
378 followed by a comment.
379
380 * ruler-mode.el (ruler-mode-margins-char): Likewise.
381
382 2003-02-13 Dave Love <fx@gnu.org>
383
384 * newcomment.el (comment-indent): Ensure space before added comment.
385
386 2003-02-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
387
388 * ps-print.el: Change the policy of background/foreground default
389 color.
390 (ps-print-version): New version number (6.5.9).
391 (ps-default-fg, ps-default-bg): Adjust default value.
392 (ps-begin-file, ps-begin-job): ps-default-fg and ps-default-bg
393 variables now use `t' to indicate the use of Emacs session
394 background/foreground color.
395 (ps-output-string-prim): If index out of range, insert hexadecimal
396 representation of character.
397
398 2003-02-13 Kim F. Storm <storm@cua.dk>
399
400 * help.el (where-is): Rename remap-command to command-remapping.
401 * help-fns.el (describe-function-1): Likewise.
402
403 2003-02-12 Glenn Morris <gmorris@ast.cam.ac.uk>
404
405 * progmodes/fortran.el (fortran-fill): Fill lines that do not have
406 comments.
407
408 2003-02-12 Stefan Monnier <monnier@cs.yale.edu>
409
410 * progmodes/fortran.el (fortran-mode): Set comment-use-syntax.
411 (fortran-fill-paragraph): Use fill-comment-paragraph.
412
413 2003-02-12 Juanma Barranquero <lektu@terra.es>
414
415 * files.el (file-truename): Revert change from 2002-11-27.
416
417 2003-02-12 Luc Teirlinck <teirllm@mail.auburn.edu>
418
419 * help-fns.el (describe-function-1): Change output for keyboard macros.
420
421 2003-02-12 Andreas Schwab <schwab@suse.de>
422
423 * progmodes/sh-script.el (sh-mode-map): Don't remap
424 beginning-of-defun to the non-existing command
425 sh-beginning-of-compound-command.
426
427 2003-02-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
428
429 * files.el (find-alternate-file): Check whether `dired-directory'
430 is bound.
431
432 2003-02-12 Simon Marshall <simon@gnu.org>
433
434 * progmodes/make-mode.el (makefile-font-lock-keywords):
435 Fontify single character variable references, but protect shell
436 variables references.
437 (makefile-mode): Make `$' be punctuation in font-lock-defaults.
438
439 2003-02-12 Ami Fischman <ami@fischman.org>
440
441 Face markup of calendar and diary displays: Any entry line that
442 ends with [foo:value] where foo is a face attribute (except :box
443 :stipple) or with [face:blah] tags, will have these values applied
444 to the calendar and fancy diary displays. These attributes "stack"
445 on calendar displays. File-wide attributes can be defined as
446 follows: the first line matching "^# [tag:value]" defines the
447 value for that particular tag. All of the tags' regexps can be
448 customized.
449
450 * calendar/calendar.el (diary-face-attrs): New custom.
451 (diary-file-name-prefix-function): New custom.
452 (diary-glob-file-regexp-prefix): New custom.
453 (diary-file-name-prefix): New custom.
454 (generate-calendar-window): Check that font-lock-mode is bound
455 before checking value.
456 (mark-visible-calendar-date): Add the ability to pass face
457 attribute/value pairs in the mark argument. Handle the mark.
458
459 * calendar/diary-lib.el (diary-attrtype-convert): Convert an
460 attribute value string to the desired type.
461 (diary-pull-attrs): New function that pulls the attributes off a
462 diary entry, merges with file-global attributes, and returns
463 the (possibly modified) entry and a list of attribute/values using
464 diary-attrtype-convert.
465 (list-diary-entries, fancy-diary-display, show-all-diary-entries)
466 (mark-diary-entries, mark-sexp-diary-entries)
467 (list-sexp-diary-entries): Add handling of file-global attributes;
468 add handling of entry attributes using diary-pull-attrs.
469 (mark-calendar-days-named, mark-calendar-days-named)
470 (mark-calendar-date-pattern, mark-calendar-month)
471 (add-to-diary-list): Add optional paramater `color' for passing
472 face attribute info through the callchain. Pass this parameter around.
473
474 2003-02-11 Stefan Monnier <monnier@cs.yale.edu>
475
476 * progmodes/etags.el (find-tag-tag): Move (default foo) to before
477 `:' in the prompt.
478 (find-tag): Make sure we move point in the proper window.
479
480 * progmodes/meta-mode.el (meta-fill-paragraph): Remove.
481 (meta-common-initialization): Don't set fill-paragraph-function
482 now that fill-paragraph takes care of comments.
483
484 * progmodes/scheme.el (scheme-mode-syntax-table): Don't switch
485 the current buffer's syntax-table.
486
487 * progmodes/simula.el (simula-font-lock-syntactic-keywords): New var.
488 (simula-font-lock-keywords-1): Simplify.
489 (simula-font-lock-keywords-2): Use regexp-opt.
490 (simula-emacs-features): Remove.
491 (simula-mode-syntax-table): Setup %...\n as comment style b.
492 (simula-mode-map): Remove compatibility cruft.
493 (simula-keep-region-active): Remove.
494 (simula-popup-menu): Simplify.
495 (simula-mode): Move abbrev-table setup to top-level.
496 (simula-match-string-or-comment): Remove.
497
498 * progmodes/tcl.el (tcl-omit-ws-regexp): Correctly handle cases
499 like `proc foo {a {b c} d} {'.
500 (tcl-mode): Make comment-start-skip more selective.
501
502 * info-xref.el (info-xref-check): Use line-beginning-position.
503 (info-xref-all-info-files): Cons a bit less.
504 (info-xref-check-buffer): Use push and replace-regexp-in-string.
505 (info-xref-output): Call insert only once.
506 (info-xref-whitespace): Remove.
507
508 2003-02-11 John Paul Wallington <jpw@gnu.org>
509
510 * ibuffer.el (toplevel): Don't require `font-lock';
511 require `font-core' instead, even though it is dumped.
512
513 * ibuf-ext.el (ibuffer-save-with-custom, ibuffer-add-to-tmp-hide)
514 (ibuffer-add-to-tmp-show): Doc fixes.
515
516 * language/tamil.el ("Tamil"): Doc fix.
517
518 2003-02-11 Juanma Barranquero <lektu@terra.es>
519
520 * language/vietnamese.el ("Vietnamese"): Fix typos.
521
522 * info-xref.el (info-xref-check-buffer): Fix typo.
523
524 * makefile.w32-in (DONTCOMPILE): Add malayalam.el and tamil.el.
525
526 2003-02-11 Kenichi Handa <handa@m17n.org>
527
528 * loadup.el: Load "language/malayalam" and "language/tamil".
529
530 2003-02-11 KAWABATA, Taichi <kawabata@m17n.org>
531
532 * Makefile.in (DONTCOMPILE): Add malayalam.el and tamil.el.
533
534 * language/devan-util.el: Maintainer's mail address changed.
535 (devanagari-composable-pattern): Add DANDA character.
536 (dev-char-glyph): Add an entry for DANDA.
537
538 * language/devanagari.el: Maintainer's mail address changed.
539
540 * language/indian.el: Maintainer's mail address changed.
541
542 * language/ind-util.el (indian-dev-base-table): Table fixed.
543 (indian-pnj-base-table): Table contents defined.
544 (indian-gjr-base-table): Likewise.
545 (indian-ori-base-table): Likewise.
546 (indian-bng-base-table): Likewise.
547 (indian-asm-base-table): Likewise.
548 (indian-tlg-base-table): Likewise.
549 (indian-knd-base-table): Likewise.
550 (indian-mlm-base-table): Likewise.
551 (indian-tml-base-table): Likewise.
552 (indian-pnj-itrans-v5-hash, indian-gjr-itrans-v5-hash)
553 (indian-ori-itrans-v5-hash, indian-bng-itrans-v5-hash)
554 (indian-asm-itrans-v5-hash, indian-tlg-itrans-v5-hash)
555 (indian-knd-itrans-v5-hash, indian-mlm-itrans-v5-hash)
556 (indian-tml-itrans-v5-hash): New variables.
557
558 * language/malayalam.el: New file.
559 * language/mlm-util.el: New file.
560 * language/tamil.el: New file.
561 * language/tml-util.el: New file.
562
563 2003-02-11 Kevin Ryde <user42@zip.com.au>
564
565 * info-xref.el: New file.
566
567 2003-02-10 Stefan Monnier <monnier@cs.yale.edu>
568
569 * textmodes/page-ext.el (pages-directory-mode-map): New.
570 (pages-directory-map): Redefine as an varalias.
571 (pages-directory-mode): Use new map var and run mode hook.
572 (pages-directory-address-mode): Use define-derived-mode.
573
574 * textmodes/texinfmt.el (texinfo-format-iftex, texinfo-format-ifhtml)
575 (texinfo-format-ifplaintext, texinfo-format-tex, texinfo-format-html)
576 (texinfo-format-ifnotinfo, texinfo-format-titlepage)
577 (texinfo-format-titlespec, texinfo-format-ignore, texinfo-if-set)
578 (texinfo-if-clear): Use re-search-forward's return value.
579 (texinfo-sort-startkeyfun, texinfo-format-buffer-1)
580 (texinfo-format-region): Use line-{end,beginning}-position.
581 (texinfo-append-refill, texinfo-alias): Use match-string-no-properties.
582
583 * emacs-lisp/eldoc.el (eldoc-echo-area-multiline-supported-p)
584 (eldoc-use-idle-timer-p): Remove.
585 (timer): Never require. It only works in current Emacs anyway.
586 (eldoc-mode, eldoc-message, eldoc-display-message-p)
587 (eldoc-docstring-format-sym-doc, eldoc-remove-command): Simplify.
588
589 * ffap.el (ffap-complete-as-file-p):
590 Use minibuffer-completing-file-name.
591
592 * international/mule.el (load-with-code-conversion): Use push.
593
594 * font-core.el (font-lock-defontify): Use restore-buffer-modified-p.
595
596 * gud.el (gud-gdb-run-command-fetch-lines, gud-display-line):
597 Use with-current-buffer and simplify.
598
599 * help-mode.el (help-xref-on-pp): Only add xref if the text
600 is less than 5K.
601
602 * pcvs-parse.el (cvs-parse-table): "no longer in repo" does not
603 make the file dead if we used the -n arg.
604
605 * emacs-lisp/cl-macs.el (process-get): Add setf method.
606
607 * server.el (server-previous-strings): Remove.
608 (server-process-filter): Use (process-get 'previous-string) instead.
609 (server-sentinel): Remove code made superfluous.
610
611 2003-02-10 Luc Teirlinck <teirllm@mail.auburn.edu>
612
613 * info.el (Info-follow-nearest-node): Implement new behavior.
614
615 2003-02-10 Juanma Barranquero <lektu@terra.es>
616
617 * progmodes/ebnf-otz.el (ebnf-optimize, ebnf-optimize1): Fix typo.
618
619 * progmodes/ebnf2ps.el (ebnf2ps): Fix typo.
620 (ebnf-syntactic): Change group name and tag from "ebnf-syntatic".
621 (ebnf-syntax, ebnf-lex-comment-char, ebnf-lex-eop-char)
622 (ebnf-terminal-regexp, ebnf-case-fold-search)
623 (ebnf-iso-alternative-p, ebnf-iso-normalize-p)
624 (ebnf-yac-ignore-error-recovery): Add to group "ebnf-syntactic", not
625 "ebnf-syntatic".
626 (ebnf-optimize, ebnf-print-buffer, ebnf-print-region)
627 (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-buffer)
628 (ebnf-eps-region, ebnf-syntax-buffer, ebnf-syntax-region)
629 (ebnf-generate-region): Fix typo.
630
631 2003-02-10 KAWABATA, Taichi <kawabata@m17n.org>
632
633 * language/ind-util.el (indian-itrans-v5-table): Add entries for
634 "E" and "O".
635
636 2003-02-10 Martin Stjernholm <mast@lysator.liu.se>
637
638 * progmodes/cc-styles.el (c-set-offset): Don't find a default
639 syntactic element through syntactic analysis if called outside
640 a CC Mode buffer.
641
642 2003-02-09 Martin Stjernholm <mast@lysator.liu.se>
643
644 * progmodes/cc-mode.el (c-basic-common-init):
645 Install `c-fill-paragraph' on `fill-paragraph-function'.
646 Although it's not the normal way to call it in a CC Mode buffer it
647 makes a direct call to `fill-paragraph' work better.
648
649 2003-02-08 Kim F. Storm <storm@cua.dk>
650
651 * printing.el (pr-get-symbol): Define during compile.
652
653 2003-02-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
654
655 * printing.el: New file.
656
657 2003-02-07 Francesco Potort\e,Al\e(B <pot@gnu.org>
658
659 * language/european.el ("French", "Slovenian"): Fix doc strings.
660
661 2003-02-06 John Paul Wallington <jpw@gnu.org>
662
663 * mail/rmailsum.el (rmail-summary-previous-msg): Add docstring.
664 (rmail-summary-line-count-flag, rmail-summary-previous-labeled-message)
665 (rmail-summary-next-labeled-message, rmail-summary-resend)
666 (rmail-summary-override-mail-send-and-exit): Doc fixes.
667
668 2003-02-06 Francesco Potort\e,Al\e(B <pot@gnu.org>
669
670 * language/european.el ("Italian"): New.
671
672 2003-02-06 Matthew Swift <swift@alum.mit.edu>
673
674 * dired.el (dired-move-to-filename-regexp): Support "K" suffix on
675 "ls -alh" output.
676
677 2003-02-05 Juanma Barranquero <lektu@terra.es>
678
679 * font-lock.el (font-lock-reference-face): Add obsolescence
680 declaration and remove redundant info from docstring.
681
682 * log-edit.el (cvs-commit-buffer-require-final-newline)
683 (cvs-changelog-full-paragraphs): Likewise.
684
685 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button)
686 (mouse-wheel-click-button): Likewise.
687
688 * pcvs-defs.el (cvs-diff-ignore-marks, cvs-diff-buffer-name): Likewise.
689
690 * vc.el (vc-annotate-display, vc-checkout-carefully): Likewise.
691
692 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
693 (vc-header-alist): Likewise.
694
695 * emacs-lisp/checkdoc.el (checkdoc-minor-keymap): Likewise.
696
697 * textmodes/outline.el (outline-visible): Likewise.
698
699 2003-02-05 Kim F. Storm <storm@cua.dk>
700
701 * ido.el (ido-define-mode-map):
702 Undo last change (duplicates part of 2003-02-04 change).
703 Remap `viper' delete commands only in file or dir mode.
704
705 2003-02-05 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
706
707 * ido.el (ido-define-mode-map): Interact with Viper.
708
709 2003-02-05 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
710
711 * net/tramp.el: Version 2.0.29 released.
712 (tramp-send-region): Protect against tramp-chunksize being nil.
713 (tramp-chunksize): Set default to 500 as workaround for some ssh
714 connections.
715 (tramp-handle-directory-file-name): New implementation. Not sure
716 if it works.
717 (tramp-md5-function): Require md5 before checking function md5.
718 If using md5-encode, put wrapper around it that converts vector of
719 bytes to ascii text.
720 (top-level): Avoid byte-compiler warnings of unused variables if
721 the byte-compiler supports this. This is for the
722 with-parsed-tramp-file-name macro which is wont to produce such stuff.
723
724 2003-02-05 Michael Albinus <Michael.Albinus@alcatel.de>
725
726 * net/tramp.el (tramp-handle-directory-file-name): Handle the case
727 PATH is "".
728 (tramp-completion-handle-file-name-all-completions):
729 Define `tramp-current-user' locally. See `tramp-parse-passwd'.
730 (tramp-parse-passwd): For su-alike methods it would be desirable
731 to return "root@localhost" as default. Unfortunately, we have no
732 information whether any user name has been typed already. So we
733 (mis-)use tramp-current-user as indication, assuming it is set in
734 `tramp-completion-handle-file-name-all-completions'.
735 (tramp-send-region): Handle the case `tramp-chunksize' is equal 0.
736 I did it accidently. Infinite loop ...
737 (tramp-get-device): `tramp-make-tramp-file-name' must not be
738 called with NIL path. It fails in case of multi-method.
739 (tramp-file-name-for-operation): Apply `expand-file-name' for
740 relative file names only. Otherwise there might be problems if
741 the default directory is another Tramp directory as the directory
742 the file is based on.
743 (tramp-find-foreign-file-name-handler): Check whether FILENAME is
744 a Tramp file name. It isn't if it comes from an expanded file
745 name (like "/xx:yy//zz").
746 (tramp-devices): New variable. Keeps virtual device numbers.
747 Devices must distinguish physical file systems. The device
748 numbers provided by "lstat" aren't unique, because we operate on
749 different hosts. So we use virtual device numbers, generated by
750 `tramp-get-device'. Both Ange-FTP and EFS use device number -1.
751 In order to be different, we use device number (-1 x), whereby "x"
752 is unique for a given (multi-method method user host).
753 Suggested by Kai.
754 (tramp-perl-file-attributes): Always return device number -1.
755 There will be a virtual device number set in
756 `tramp-handle-file-attributes', which replaces this one.
757 (tramp-handle-file-attributes): Set virtual device number.
758 (tramp-get-device): New function. Returns the virtual device
759 number. If it doesn't exist, generate a new one.
760 (tramp-handle-file-regular-p): Use Emacs file name primitives
761 instead of calling tramp-handle-* equivalents directly.
762 Needed for tramp-smb.
763 (tramp-completion-function-alist-ssh): Add parsing of
764 "/etc/ssh_config" and "~/.ssh/config". Suggested by Kai.
765 (tramp-completion-function-alist, tramp-set-completion-function):
766 Doc string update.
767 (tramp-parse-sconfig, tramp-parse-sconfig-group): New functions.
768 Provide parsing of "~/.ssh/config" style files.
769 (tramp-completion-handle-expand-file-name):
770 Apply `tramp-drop-volume-letter'. Otherwise, there are problems
771 on W32 systems.
772 (tramp-completion-mode): Perform check (integerp last-input-event)
773 before (event-modifiers last-input-event) -- there might be
774 problems if `last-input-event' is a mouse event.
775 (tramp-parse-rhosts, tramp-parse-shosts)
776 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc):
777 Use `file-readable-p' instead of `file-exists-p'. Otherwise these
778 functions might block. Reported by <kin@neoscale.com>.
779
780 * net/tramp-ftp.el (top-level): eval-after-load "ange-ftp"
781 '(tramp-disable-ange-ftp). Suggested by Kai.
782 (tramp-ftp-file-name-handler): `tramp-disable-ange-ftp' not needed
783 any longer.
784 (top-level): Defaults for `tramp-default-method-alist' must be a list.
785
786 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
787 Apply `tramp-handle-directory-file-name'.
788 (tramp-smb-handle-file-attributes): Apply `tramp-get-device'.
789 ATIME and CTIME are (0 0) now (= "don't know"), which is more honest.
790 (tramp-smb-handle-make-directory): Use Emacs file name primitives
791 instead of calling tramp-smb-handle-* equivalents directly.
792 (tramp-smb-read-file-entry): Return size as a number, not a string.
793 (top-level): Defaults for `tramp-default-method-alist' must be a list.
794
795 2003-02-05 Stefan Monnier <monnier@cs.yale.edu>
796
797 * completion.el (eval-when-compile-load-eval, completion-eval-when)
798 (cmpl-read-time-eval, minibuffer-window-selected-p): Remove.
799 (completion-min-length, completion-max-length)
800 (completion-prefix-min-length): Don't hard-code the default value
801 when byte-compiling.
802 (complete): Inline minibuffer-window-selected-p.
803
804 2003-02-04 Richard M. Stallman <rms@gnu.org>
805
806 * term.el (term-raw-map): Set it up at load time.
807 (term-char-mode): Don't set up term-raw-map here.
808 (term-set-escape-char): Don't set up C-x subcommand.
809 (term-ansi-face-already-done): Renamed from
810 term-ansi-face-alredy-done.
811 (term-command-hook): Avoid error if STRING is empty.
812 (term, term-mode): Doc fixes.
813
814 * term.el: Redesign handling of colors and faces.
815 Delete all the faces that this mode used to make.
816 (ansi-term-color-vector): New variable.
817 (ansi-term-fg-faces-vector, ansi-term-bg-faces-vector)
818 (ansi-term-inv-bg-faces-vector, ansi-term-inv-fg-faces-vector):
819 Variables deleted.
820 (term-default-fg-color, term-default-bg-color): Use defcustom.
821 (term-handle-colors-array): Use ansi-term-color-vector,
822 and specify face attributes rather than faces in `face' property.
823
824 * term.el (term-ansi-fg-faces-vector, term-ansi-bg-faces-vector)
825 (term-ansi-inv-fg-faces-vector, term-ansi-inv-bg-faces-vector)
826 (term-ansi-reverse-faces-vector): Delete unused variables.
827 (term-ignore-error): Delete macro.
828
829 * simple.el (back-to-indentation): Skip all whitespace
830 except for newlines.
831
832 * files.el (find-alternate-file): Handle dired-directory
833 like buffer-file-name.
834
835 * dired.el (dired-find-buffer-nocreate): Avoid error if
836 dired-directory is nil.
837
838 2003-02-04 Juanma Barranquero <lektu@terra.es>
839
840 * image.el (image-type-regexps): Fix typo.
841
842 * international/characters.el: Restore missing space and put a
843 comment to protect it from being deleted as trailing whitespace.
844
845 * ruler-mode.el (ruler-mode-margins-char): Likewise.
846
847 2003-02-04 Francesco Potort\e,Al\e(B <pot@gnu.org>
848
849 * mail/rmailout.el (rmail-output): If preserving MIME-version,
850 preserve Content-type too.
851
852 2003-02-04 Kim F. Storm <storm@cua.dk>
853
854 * ido.el (ido-define-mode-map): Remap viper delete char/word
855 commands to their ido specific equivalents. Disable ESC in
856 viper mode (to avoid exiting insert mode), since ido doesn't
857 work in viper command mode.
858 (ido-delete-backward-updir, ido-delete-backward-word-updir):
859 Handle remapped viper commands.
860
861 2003-02-03 Juanma Barranquero <lektu@terra.es>
862
863 * calculator.el (calculator): Don't use the minibuffer even in
864 electric mode; use a private buffer and display it in the minibuffer
865 window using `set-window-buffer'.
866
867 2003-02-03 Dave Love <fx@gnu.org>
868
869 * emacs-lisp/benchmark.el: New.
870
871 2003-02-02 Andreas Schwab <schwab@suse.de>
872
873 * progmodes/asm-mode.el (asm-font-lock-keywords): Allow arbitrary
874 words separated by dots. Match optional parenthesized word at
875 start of line.
876
877 * font-lock.el
878 (font-lock-match-c-style-declaration-item-and-skip-to-next):
879 Don't require underscore in word before double open-paren.
880
881 2003-02-02 John Paul Wallington <jpw@gnu.org>
882
883 * hexl.el (hexl-mode-map): Bind C-m to `hexl-self-insert-command'.
884
885 2003-02-01 Stephen Gildea <gildea@stop.mail-abuse.org>
886
887 * time-stamp.el: Tweak doc strings and preamble commentary.
888 (time-stamp): Fix parsing of "%%a" in time-stamp-pattern (change
889 regexp subpattern 5)
890 (time-stamp-pattern): Initialize to nil to avoid regexp work in
891 default case.
892 (time-stamp-string): Call set-time-zone-rule instead of setenv
893 (time-stamp-hhmmss): Remove (not needed after all).
894 (time-stamp-month-dd-yyyy, time-stamp-dd/mm/yyyy)
895 (time-stamp-mon-dd-yyyy, time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
896 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd, time-stamp-yymmdd)
897 (time-stamp-hh:mm:ss, time-stamp-hhmm): Make obsolete.
898
899 2003-01-31 Stefan Monnier <monnier@cs.yale.edu>
900
901 * cus-edit.el (custom-unlispify-menu-entry): Use with-current-buffer.
902 (custom-save-variables): Use dolist, simplify.
903 Output a message if a `requests' entry looks suspicious.
904 (custom-save-faces): Use dolist, simplify.
905
906 2003-01-31 Christoph Wedler <Christoph.Wedler@sap.com>
907
908 * antlr-mode.el: Bug fixes, miscellaneous.
909 (antlr-mode): Make major mode work with cc-mode-5.29 or higher,
910 make it more rubust against changes in cc-mode's style variables
911 by using `boundp' and function `c-init-language-vars' if defined.
912 (antlr-c++-mode-extra): Only ask if language is not "Cpp".
913 (antlr-read-value): With completion, ignore case.
914 (antlr-run-tool-interactive): New function.
915 (antlr-run-tool): Use it for `interactive' specification.
916
917 * antlr-mode.el: Simplify Emacs/XEmacs compatibility.
918 (cond-emacs-xemacs): New compile-time macro.
919 (defunx): New compile-time macro.
920 (ignore-errors-x): New compile-time macro.
921 (save-buffer-state-x): New compile-time macro.
922
923 (antlr-scan-sexps, antlr-simple-scan-sexps): Deletia.
924 (antlr-scan-lists, antlr-simple-scan-sexps): Deletia.
925 (antlr-simple-default-directory): Deletia.
926 (antlr-default-directory): Define directly.
927 (antlr-simple-read-shell-command): Deletia.
928 (antlr-read-shell-command): Define directly.
929 (antlr-simple-with-displaying-help-buffer): Deletia.
930 (antlr-with-displaying-help-buffer): Define directly.
931 (antlr-fast-invalidate-context-cache): Deletia.
932 (antlr-slow-invalidate-context-cache): Deletia.
933 (antlr-invalidate-context-cache): Define directly.
934 (antlr-fast-syntactic-context): Deletia.
935 (antlr-slow-syntactic-context): Deletia.
936 (antlr-syntactic-context): Define directly.
937
938 (antlr-mode-menu): Use new macros.
939 (antlr-font-lock-additional-keywords): Ditto.
940 (antlr-skip-sexps): Ditto.
941 (antlr-end-of-rule): Ditto.
942 (antlr-beginning-of-rule): Ditto.
943 (antlr-end-of-body): Ditto.
944 (antlr-beginning-of-body): Ditto.
945 (antlr-hide-actions): Ditto.
946 (antlr-option-kind): Ditto.
947
948 * antlr-mode.el: In Emacs, use face attribute :weight, not :bold.
949 (antlr-font-lock-keyword-face): Use new macros.
950 (antlr-font-lock-syntax-face): Ditto.
951 (antlr-font-lock-ruledef-face): Ditto.
952 (antlr-font-lock-tokendef-face): Ditto.
953 (antlr-font-lock-literal-face): Ditto.
954
955 Changes from 2002-05-24:
956
957 * antlr-mode.el: Version 2.2a.
958
959 Changes from 2002-05-03:
960
961 * antlr-mode.el: Make context parsing faster on Emacs, for faster
962 syntax highlighting, indentation and imenu support.
963 Suggested by Aaron Davies <adavies42@users.sourceforge.net>.
964 (antlr-slow-context-cache): New variable.
965 (antlr-slow-syntactic-context): Use cache.
966 (antlr-slow-cache-enabling-symbol): New internal variable.
967 (antlr-slow-cache-diff-threshold): New variable.
968 (antlr-fast-invalidate-context-cache): Renamed from
969 antlr-xemacs-bug-workaround.
970 (antlr-imenu-create-index-function): Search from beginning.
971
972 * antlr-mode.el: More sophisticated indentation, i.e., use the
973 indentation engine of cc-mode for most actions.
974 (antlr-c-common-init): Allow nil for `antlr-indent-style'.
975 (antlr-indent-line): Use indentation engine of cc-mode more often.
976 (antlr-indent-at-bol-alist): Only used for header actions.
977 (antlr-disabling-cc-syntactic-symbols): New variable.
978 (antlr-indent-item-regexp): Delete stuff for actions.
979 (antlr-indent-at-bol-alist): With language "Java", indent
980 "package" and "import" at column 0 in header part.
981
982 * antlr-mode.el (antlr-simple-default-directory): Define.
983 (antlr-simple-read-shell-command): Define.
984 (antlr-simple-with-displaying-help-buffer): Define.
985 (antlr-simple-scan-sexps, antlr-simple-scan-lists):
986 Renamed from antlr-scan-{sexps,lists}-internal.
987
988 Changes from 2002-02-28:
989
990 * antlr-mode: Version 2.2 is released.
991
992 * antlr-mode.el (antlr): Moved to SourceForge.net
993
994 * antlr-mode.el: Minor bug fixes: insert options and indentation.
995 (antlr-option-location): Don't use point as position where to
996 insert options if point is in comment.
997 (antlr-mode): Don't set style here.
998 (antlr-c-common-init): Set style here. If boundp, set
999 `c-current-comment-prefix' to not break indentation in comments.
1000 Hm, I should probably split `c-common-init' from cc-mode into two
1001 parts, one of which I could use for antlr-mode.el.
1002
1003 Changes from 2002-01-31:
1004
1005 * antlr-mode.el (antlr-font-lock-additional-keywords):
1006 Also hightlight `~' with `antlr-font-lock-syntax-face'.
1007 Suggested by Helmut Neukirchen <neukirchen@itm.mu-luebeck.de>.
1008
1009 2003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
1010
1011 * comint.el:
1012 * dired-aux.el:
1013 * dired.el:
1014 * dirtrack.el:
1015 * dos-w32.el:
1016 * fast-lock.el:
1017 * filecache.el:
1018 * files.el:
1019 * hippie-exp.el:
1020 * international/mule.el:
1021 * net/browse-url.el:
1022 * pcomplete.el:
1023 * recentf.el:
1024 * shell.el:
1025 * woman.el: Added cygwin to system-type comparisons.
1026
1027 2003-01-31 Francesco Potort\e,Al\e(B <pot@gnu.org>
1028
1029 * mail/undigest.el (rmail-forward-separator-regex): New custom
1030 variable.
1031 (unforward-rmail-message): Use it.
1032
1033 2003-01-30 Dave Love <fx@gnu.org>
1034
1035 * textmodes/ispell.el (lookup-words): Fix last change.
1036
1037 2003-01-29 John Paul Wallington <jpw@gnu.org>
1038
1039 * font-lock.el (lisp-font-lock-keywords-1): Match `deftheme'.
1040
1041 * emacs-lisp/lisp-mode.el (toplevel): Define docstring offset for
1042 `deftheme'. Fix docstring offsets for `define-ibuffer-filter' and
1043 `define-ibuffer-sorter'.
1044 (lisp-imenu-generic-expression): Add `deftheme' to types.
1045
1046 * custom.el (customize-mark-to-save, customize-mark-as-set)
1047 (custom-remove-theme): Doc fixes.
1048
1049 2003-01-29 Didier Verna <didier@xemacs.org>
1050
1051 * cus-edit.el (custom-save-variables): Also save non theme'd ones.
1052 * cus-edit.el (custom-save-faces): Ditto.
1053
1054 2003-01-29 Juanma Barranquero <lektu@terra.es>
1055
1056 * composite.el (decompose-composite-char): Fix docstring.
1057
1058 * select.el (x-set-cut-buffer): Fix docstring. Check type with
1059 `stringp' instead of `substring'.
1060
1061 * textmodes/reftex.el (reftex-TeX-master-file): Use really the buffer
1062 file name if no other master file is located.
1063
1064 * progmodes/cperl-mode.el (cperl-beautify-level)
1065 (cperl-beautify-regexp): Fix use of `prefix-numeric-value'.
1066 (cperl-calculate-indent): Fix typo.
1067
1068 2003-01-29 Taro Kawagishi <tarok@transpulse.org>
1069
1070 * arc-mode.el (archive-lzh-summarize): Fix previous change.
1071
1072 2003-01-29 Kim F. Storm <storm@cua.dk>
1073
1074 * emacs-lisp/authors.el: New format of AUTHORS file; list each
1075 author name once followed by contributed and changed files.
1076 Improve selection of entries to include in list, and generate list
1077 of unrecognized entries indicating syntax errors in ChangeLog files.
1078 (authors-coding-system): New variable.
1079 (authors-many-files): Update doc string.
1080 (authors-aliases): Change format. Now one entry with multiple
1081 aliases per author.
1082 (authors-valid-file-names, authors-renamed-files-alist)
1083 (authors-renamed-files-regexps): New variables.
1084 (authors-canonical-file-name): New function. Validates that file
1085 exists or occurs in one of the above lists. Record unrecognized
1086 file names in global authors-invalid-file-names list.
1087 (authors-add): Change to record per-change counts.
1088 (authors-canonical-author-name): Handle new format of
1089 authors-aliases list.
1090 (authors-scan-change-log): Rename FILE arg to LOG-FILE.
1091 Change doc string to describe new entry format.
1092 Only add author entries for valid file names.
1093 (authors-print): Replace by authors-add-to-author-list.
1094 (authors-add-to-author-list): New function which reorders
1095 per-file entries and adds them to global authors-author-list.
1096 (authors): Instead of authors-print to insert in *Authors* buffer,
1097 use authors-add-to-author-list to reorder the list and then
1098 insert result in *Authors* buffer with new format.
1099 Generate *Authors Errors* compilation-mode buffer listing
1100 unrecognized ChangeLog entries.
1101
1102 2003-01-28 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
1103
1104 * term/mac-win.el: Add entries in function-key-map for
1105 [tab], [backspace], [escape].
1106
1107 2003-01-28 Kim F. Storm <storm@cua.dk>
1108
1109 * info.el (Info-extract-menu-node-name): Another fix for
1110 2003-01-24 change. Also stop search if : is followed by TAB.
1111
1112 2003-01-28 John Paul Wallington <jpw@gnu.org>
1113
1114 * ibuf-ext.el (ibuffer-yank-filter-group): Move check for empty
1115 `ibuffer-filter-group-kill-ring' out of `interactive' declaration.
1116
1117 2003-01-28 Martin Stjernholm <bug-cc-mode@gnu.org>
1118
1119 * progmodes/cc-vars.el, progmodes/cc-mode.el
1120 (c-require-final-newline): Made this variable an alist to
1121 specify a value for each language. The default value causes
1122 `require-final-newline' to be set to t only in languages where
1123 the standard requires a final newline.
1124
1125 2003-01-27 Kim F. Storm <storm@cua.dk>
1126
1127 * simple.el (kill-new): Improve doc string for yank-handler.
1128 Signal args-out-of-range error if yank-handler is specified for
1129 an empty string.
1130
1131 * subr.el (insert-for-yank): Remove COMMAND element from yank handler.
1132
1133 2003-01-27 Dave Love <fx@gnu.org>
1134
1135 * dired-x.el (dired-filename-at-point): Fix last change and tidy up.
1136
1137 * thingatpt.el (thing-at-point-file-name-chars):
1138 Include non-ASCII again and re-write the filename ops.
1139
1140 2003-01-27 David Ponce <david@dponce.com>
1141
1142 * makefile.w32-in (update-subdirs-SH): Create lisp/subdirs.el.
1143
1144 2003-01-27 Juanma Barranquero <lektu@terra.es>
1145
1146 * filesets.el (filesets-file-open): Fix typo.
1147
1148 * vcursor.el (vcursor-disable): Likewise.
1149
1150 * eshell/esh-cmd.el (eshell-separate-commands): Likewise.
1151
1152 * progmodes/cc-styles.el (c-make-styles-buffer-local): Likewise.
1153
1154 * progmodes/cc-vars.el (c-offsets-alist): Likewise.
1155
1156 * progmodes/ebrowse.el (ebrowse-draw-tree-fn): Likewise.
1157
1158 2003-01-26 Martin Stjernholm <bug-cc-mode@gnu.org>
1159
1160 * progmodes/cc-vars.el, progmodes/cc-mode.el
1161 (c-require-final-newline): Add a variable to make the
1162 initialization of `require-final-newline' more configurable.
1163
1164 2003-01-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1165
1166 * emacs-lisp/authors.el (authors-aliases): Add Jan D.
1167 Set iso-2022-7bit coding: cookie.
1168
1169 2003-01-26 Kim F. Storm <storm@cua.dk>
1170
1171 * info.el (Info-extract-menu-node-name): Fix 2003-01-24 change.
1172 Don't search for next colon if current colon is followed by
1173 one of ".", ",", ";", or ")".
1174 (info-insert-file-contents) [!MSDOS]: Avoid byte-compiler warning.
1175 (Info-find-node) [!MSDOS]: Avoid byte-compiler warning.
1176
1177 2003-01-26 Richard M. Stallman <rms@gnu.org>
1178
1179 * thingatpt.el (thing-at-point-file-name-chars): Undo previous change.
1180
1181 2003-01-25 Bill Wohler <wohler@newt.com>
1182
1183 * mh-e: Created directory. ChangeLog will appear in a week when we
1184 release version 7.2.
1185
1186 * mail/mh-alias.el, mail/mh-comp.el, mail/mh-customize.el, mail/mh-e.el,
1187 mail/mh-funcs.el, mail/mh-identity.el, mail/mh-index.el,
1188 mail/mh-loaddefs.el, mail/mh-mime.el, mail/mh-pick.el,
1189 mail/mh-seq.el, mail/mh-speed.el, mail/mh-utils.el,
1190 mail/mh-xemacs-compat.el: Moved to mh-e directory.
1191 Note that reply2.pbm and reply2.xpm, which were created by the
1192 MH-E package, were left in mail since they can probably be used by
1193 other mail packages.
1194
1195 * makefile.w32-in (WINS): Add mh-e.
1196
1197 * makefile.nt (WINS): Add mh-e.
1198
1199 2003-01-25 Richard M. Stallman <rms@gnu.org>
1200
1201 * emacs-lisp/bytecomp.el (byte-compile-file-form-custom-declare-variable):
1202 Compile any lambda-expressions among the args.
1203
1204 * view.el (view-mode): Doc fix.
1205
1206 * ido.el: Many doc fixes.
1207 (ido-complete): Fix message.
1208
1209 2003-01-25 Taro Kawagishi <tarok@transpulse.org>
1210
1211 * arc-mode.el (archive-unixdate): Correct the date field string.
1212 (archive-lzh-summarize): Extend it to allow the LZH level 2 header
1213 type (which is most prevalent now), in addition to the already
1214 supported level 0 and 1 header types.
1215
1216 2003-01-25 Markus Rost <rost@math.ohio-state.edu>
1217
1218 * international/mule-cmds.el (set-language-info)
1219 (current-language-environment): Simplify setting the type of
1220 current-language-environment.
1221
1222 2003-01-25 Kim F. Storm <storm@cua.dk>
1223
1224 * emulation/cua-base.el (cua--init-keymaps): Move C-S-x and C-S-c
1225 bindings from cua--cua-keys-keymap to cua--region-keymap, as they are
1226 only needed when the region is active. This also makes the output
1227 from C-h b look normal when cua-mode is enabled (no C-S-x/c bindings).
1228
1229 2003-01-25 Michael Kifer <kifer@cs.stonybrook.edu>
1230
1231 * ediff.el (ediff-revision): Better defaults.
1232
1233 * ediff-vers.el (ediff-vc-latest-version): New function.
1234 (ediff-vc-internal): Use latest version instead of working version.
1235
1236 2003-01-24 Thien-Thi Nguyen <ttn@gnu.org>
1237
1238 * info.el (Info-extract-menu-node-name): When looking for end of menu
1239 item, don't stop at first ":"; instead, continue until trailing
1240 context is either a space or newline.
1241 (Info-complete-menu-item): Var `pattern': allow ":" in menu item.
1242 (Info-menu): Likewise, for regexp used in backwards search.
1243 (Info-try-follow-nearest-node): Remove case added in previous edit.
1244 Change regexp in the following case to allow ":" in menu item.
1245 (Info-fontify-node): Fix bug: Handle `next-property-change' returning
1246 point-max as "hasn't already been done".
1247
1248 2003-01-24 Thien-Thi Nguyen <ttn@gnu.org>
1249
1250 * info.el (Info-try-follow-nearest-node): Add case: Handle menu item
1251 terminated by ": " as an index entry.
1252
1253 2003-01-24 Juanma Barranquero <lektu@terra.es>
1254
1255 * isearch.el (isearch-forward): Fix typo.
1256
1257 2003-01-24 Kenichi Handa <handa@m17n.org>
1258
1259 * international/mule.el (decode-coding-inserted-region):
1260 Rename from decode-coding-region-as-inserted-from-file to make it fit
1261 well in the Lisp manual.
1262
1263 * jka-compr.el (jka-compr-insert-file-contents):
1264 Call docode-coding-inserted-region.
1265
1266 2003-01-24 John Paul Wallington <jpw@gnu.org>
1267
1268 * ibuffer.el (ibuffer-window-list): Remove.
1269 (ibuffer-confirm-operation-on): Use `window-list' instead.
1270 (ibuffer-load-hook): New customizable variable.
1271 (toplevel): Run it.
1272 (ibuffer-customize): New command.
1273 (ibuffer-mode-map): Bind it.
1274 (ibuffer-mode-map): Add menu seperator in View>Sort menu.
1275 (ibuffer-mode): Tidy.
1276 (ibuffer-fontification-alist, ibuffer-always-show-last-buffer)
1277 (ibuffer-default-directory, ibuffer-default-sorting-mode)
1278 (ibuffer-maybe-show-predicates, ibuffer-hook, ibuffer-mode-hook)
1279 (ibuffer-map-lines): Doc fixes.
1280
1281 * ibuf-ext.el (ibuffer-copy-filename-as-kill): C-u means relative
1282 filenames. Use `kill-new'.
1283
1284 2003-01-23 Dave Love <fx@gnu.org>
1285
1286 * abbrev.el (write-abbrev-file): Simplify, and put a coding cookie
1287 in the file.
1288
1289 2003-01-23 Masatake YAMATO <jet@gyve.org>
1290
1291 * progmodes/asm-mode.el (asm-mode): Add syntax table entries for
1292 /* */ comments.
1293
1294 2003-01-23 Kenichi Handa <handa@m17n.org>
1295
1296 * files.el (insert-directory): Read the output of "ls" by
1297 no-conversion, and decode it later while preserving
1298 `dired-filename' property.
1299
1300 2003-01-23 Markus Rost <rost@math.ohio-state.edu>
1301
1302 * descr-text.el (describe-text-mode-hook): Add a group.
1303
1304 2003-01-23 John Paul Wallington <jpw@shootybangbang.com>
1305
1306 * term/mac-win.el (interprogram-paste-function): Handle empty
1307 clipboard.
1308
1309 2003-01-22 Aubrey Jaffer <agj@alum.mit.edu> (tiny change)
1310
1311 * info.el (Info-index): Change pattern so that index entries with
1312 colons can be read properly; also, require at least one space
1313 after the colons, which makeinfo puts in.
1314
1315 2003-01-22 Andreas Schwab <schwab@suse.de>
1316
1317 * jka-compr.el (jka-compr-insert-file-contents): Fix typo in last
1318 change.
1319
1320 2003-01-22 Markus Rost <rost@math.ohio-state.edu>
1321
1322 * Makefile.in (bootstrap-after): New target.
1323 (bootstrap): Move finder-data, custom-deps to bootstrap-after.
1324
1325 2003-01-22 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
1326
1327 * info.el (Info-index-next): Use "(`,' tries to find next)" for
1328 more matches for consistency with standalone info browser.
1329
1330 2003-01-22 Kenichi Handa <handa@m17n.org>
1331
1332 * international/mule.el
1333 (decode-coding-region-as-inserted-from-file): New function.
1334
1335 * jka-compr.el (jka-compr-insert-file-contents): Read a process
1336 output without decoding. Decode the result by
1337 decode-coding-region-as-inserted-from-file.
1338
1339 2003-01-22 Kim F. Storm <storm@cua.dk>
1340
1341 * ido.el (ido-make-file-list, ido-make-dir-list): Don't move
1342 visited directories to end of list; it's the wrong thing to do if
1343 we want to find a file or directory in such directories.
1344
1345 * simple.el: Doc fixes.
1346 * subr.el: Doc fixes.
1347
1348 2003-01-20 Nick Roberts <nick@nick.uklinux.net>
1349
1350 * gud.el (gud-display-line): If the current file is newer than its
1351 buffer, offer to reread the file.
1352 (gud-keep-buffer): New buffer local variable. Ensures offer to
1353 reread file is made just once.
1354
1355 2003-01-20 Stefan Monnier <monnier@cs.yale.edu>
1356
1357 * emacs-lisp/regexp-opt.el (regexp-opt-group): Undo last change.
1358 Fix the docstring instead.
1359
1360 2003-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
1361
1362 * calendar/calendar.el (calendar-only-one-frame-setup): Autoload it.
1363
1364 2003-01-20 Richard M. Stallman <rms@gnu.org>
1365
1366 * simple.el (completion-setup-function): Set default-directory
1367 in the minibuffer, so it'll be copied into the completion list buffer.
1368
1369 * emacs-lisp/regexp-opt.el (regexp-opt-group): Compute HALF2 properly.
1370
1371 * loadup.el (load-path): Rename `path' local var.
1372
1373 * progmodes/octave-mod.el (octave-mode-map): Change C-c i bindings
1374 to C-c C-i. Duplicate its bindings with last char a ctl char.
1375 Also change C-c f to C-c C-f.
1376
1377 2003-01-20 Markus Rost <rost@math.ohio-state.edu>
1378
1379 * ls-lisp.el (ls-lisp-use-insert-directory-program): Make default
1380 value system dependent.
1381 (ls-lisp-support-shell-wildcards): Add autoload cookie.
1382
1383 2003-01-19 Kim F. Storm <storm@cua.dk>
1384
1385 * msb.el: Use `dir' instead of `path' everywhere.
1386
1387 2003-01-18 Kim F. Storm <storm@cua.dk>
1388
1389 * simple.el (kill-new, kill-append, kill-region):
1390 New optional parameter yank-handler.
1391 (yank-excluded-properties): Add yank-handler to list.
1392 (yank-undo-function): New variable.
1393 (yank): Use it to undo previous yank or yank-pop command.
1394 Allow insert-for-yank to override this-command.
1395
1396 * subr.el (insert-for-yank): Arg list changed; now only accepts one
1397 string rather than any number of strings; no callers needed change.
1398 Use yank-handler text property on the arg string.
1399 Set yank-undo-function variable appropriately for yank-pop.
1400
1401 2003-01-18 Stefan Monnier <monnier@cs.yale.edu>
1402
1403 * textmodes/fill.el (fill-comment-paragraph): Fix simplistic
1404 regexp-concatenation.
1405
1406 * add-log.el (add-change-log-entry): Don't leave space at eol.
1407 (add-log-current-defun): Perl functions names can't have (or {.
1408
1409 * progmodes/sh-script.el (sh-indent-line): Use indent-line-to.
1410 (sh-non-closing-paren): New const.
1411 (sh-case, sh-while-getopts): Use it to make props non-sticky.
1412 (sh-add-completer): Use test-completion.
1413
1414 2003-01-18 Vasily Korytov <deskpot@myrealbox.com> (tiny change)
1415
1416 * progmodes/cperl-mode.el: Don't make faces depend on window-system.
1417
1418 2003-01-18 Markus Rost <rost@math.ohio-state.edu>
1419
1420 * cus-edit.el (customize-changed-options): Undo last doc change.
1421
1422 2003-01-17 Stefan Monnier <monnier@cs.yale.edu>
1423
1424 * skeleton.el (skeleton-internal-list, skeleton-internal-1):
1425 Don't treat \n specially in sub-skeletons.
1426
1427 2003-01-17 Dave Love <fx@gnu.org>
1428
1429 * international/ucs-tables.el: Redo 8859-6 change in the right place.
1430
1431 2003-01-17 Kenichi Handa <handa@m17n.org>
1432
1433 * international/fontset.el: Don't setup the default fontset and
1434 font-encoding-alist at the top level.
1435 (setup-default-fontset): New function.
1436 (create-fontset-from-fontset-spec): Delete autoload cookie.
1437
1438 * term/x-win.el: Require fontset unconditionally again.
1439 Call setup-default-fontset at the top level.
1440
1441 * term/w32-win.el: Call setup-default-fontset.
1442
1443 * term/mac-win.el: Require fontset and call setup-default-fontset.
1444
1445 2003-01-16 Stefan Monnier <monnier@cs.yale.edu>
1446
1447 * textmodes/fill.el (fill-region-as-paragraph): Only erase `hard'
1448 property until end-of-paragraph.
1449
1450 2003-01-16 Kenichi Handa <handa@m17n.org>
1451
1452 * international/ucs-tables.el: Undo the last change.
1453
1454 2003-01-15 Dave Love <fx@gnu.org>
1455
1456 * thingatpt.el (thing-at-point-file-name-chars): Include non-ASCII
1457 and use documented treatment of -.
1458
1459 * dired-x.el (dired-filename-at-point): Fix filename-chars.
1460
1461 * international/ucs-tables.el: Set up tables for 8859-6.
1462
1463 * server.el (server-window): Customize.
1464 (server-mode): New.
1465 (server-unload-hook): Call server-start.
1466
1467 2003-01-15 John Wiegley <johnw@gnu.org>
1468
1469 * eshell/em-hist.el (eshell-save-history-on-exit):
1470 Rename `eshell-ask-to-save-history' to `eshell-save-history-on-exit',
1471 because the former name is somewhat unrelated to the variables'
1472 possible values.
1473
1474 2003-01-15 Deepak Goel <deego@gnufans.org>
1475
1476 * calc/README: Add new maintainer.
1477
1478 * calc/*: Ditto.
1479
1480 * calc/calc.el (calc-bug-address): Change address to deego@gnufans.org.
1481
1482 2003-01-15 Andrew Innes <andrewi@gnu.org>
1483
1484 * makefile.w32-in (loaddefs.el): Invoke make to build stub file
1485 using appropriate rule for build environment.
1486 (loaddefs.el-SH, loaddefs.el-CMD): New targets. Include small set
1487 of autoloads and defvars, sufficient to dump bootstrap emacs.
1488 (update-subdirs-SH): Use hard-coded list of top-level lisp
1489 subdirs, because find program on Windows is not compatible with
1490 Unix find.
1491 (compile-CMD, compile-SH): Use `batch-byte-compile-if-not-done'.
1492 Explicitly load loaddefs.el so that bootstrap emacs can compile
1493 properly.
1494 (bootstrap-clean): Add dependency on loaddefs.el, to ensure
1495 minimal stub sufficient for dumping bootstrap emacs is available.
1496
1497 * loadup.el: Include lisp/textmodes in load-path for bootstrap
1498 emacs, to resolve ispell menu reference.
1499
1500 2003-01-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> (tiny change)
1501
1502 * international/mule.el (optimize-char-coding-system-table):
1503 Optimize it.
1504
1505 * term/mac-win.el: Setup the fontset "fontset-mac" correctly.
1506
1507 2003-01-14 Stefan Monnier <monnier@cs.yale.edu>
1508
1509 * pcvs-info.el (cvs-fileinfo-from-entries): Deal with Solaris'
1510 occasional use of "05" rather than " 5" for day-of-month.
1511
1512 * log-view.el (log-view-message-re): The rev might be locked.
1513
1514 2003-01-14 Nick Roberts <nick@nick.uklinux.net>
1515
1516 * gdb-ui.el: Improve commentary.
1517 (gdb-window-height, gdb-window-width, gdb-display-number-end):
1518 Customize the dimensions of frames for displayed expressions.
1519 (gdb-error-begin): Comment out because it is not used because of
1520 bug/quirk in annotations.
1521 (gdb-reset): Use with-current-buffer.
1522
1523 2003-01-14 Kim F. Storm <storm@cua.dk>
1524
1525 * ido.el (ido-read-internal, ido-file-internal)
1526 (ido-copy-current-file-name, ido-wide-find-dirs-or-files):
1527 Don't use `path' as name of local variables holding a file name.
1528
1529 * arc-mode.el (archive-arc-rename-entry): Fix error message.
1530 (archive-lzh-summarize): Rename local var `path' to `dir'.
1531 (archive-unique-fname) [!MSDOS]: Avoid byte-compiler warning.
1532
1533 * dired.el: Doc fixes.
1534 * dired-aux.el: Rename `whole-path' to `whole-name' throughout.
1535 (dired-mark-read-regexp): Use "Abs." prefix instead of "Path".
1536 * dired-x.el: Doc fixes.
1537
1538 * fast-lock.el (fast-lock-cache-name): Doc fix.
1539
1540 * net/browse-url.el (browse-url-filename-alist): Doc fix.
1541
1542 2003-01-14 John Paul Wallington <jpw@shootybangbang.com>
1543
1544 * apropos.el (apropos): Restore autoload cookie. Fix typo in
1545 "error retrieving function documentation" output.
1546
1547 2003-01-14 Kim F. Storm <storm@cua.dk>
1548
1549 * subr.el (process-put, process-get): New functions.
1550
1551 * simple.el (clone-process): Copy process' plist to new process.
1552
1553 2003-01-13 Markus Rost <rost@math.ohio-state.edu>
1554
1555 * cus-dep.el (custom-make-dependencies): Don't set standard-value
1556 and version numbers for variables. Handle faces.
1557
1558 * cus-edit.el (customize-changed-options): Doc addition. Load the
1559 version deps earlier. Use other tests for groups and variables.
1560 Handle faces.
1561
1562 2003-01-14 Kim F. Storm <storm@cua.dk>
1563
1564 * ido.el: Doc fixes.
1565 (ido-max-file-prompt-width): Rename from ido-max-prompt-path.
1566 (ido-rewrite-file-prompt-functions): Rename from
1567 ido-make-file-prompt-hook. Directory name is now in dynamic
1568 variable `dirname' (instead of `path').
1569 (ido-rewrite-file-prompt-rules): Rename from
1570 ido-rewrite-prompt-path-rules.
1571 (ido-make-prompt): Directory name now in `dirname' var.
1572 (ido-complete): Fix error message.
1573
1574 2003-01-13 John Paul Wallington <jpw@shootybangbang.com>
1575
1576 * server.el (server-process-filter): Use `minibufferp' to test
1577 whether we are inside a minibuffer.
1578 (server-process, server-kill-new-buffers): Doc fixes.
1579
1580 2003-01-13 Dave Love <fx@gnu.org>
1581
1582 * international/utf-16.el (mule-utf-16-be, mule-utf-16-le):
1583 Remove pre-write-conversion.
1584
1585 2003-01-13 Kim F. Storm <storm@cua.dk>
1586
1587 * hexl.el (hexl-mode-map): Don't quote remapped command names.
1588
1589 2003-01-13 David Ponce <david@dponce.com>
1590
1591 * ruler-mode.el (ruler-mode): Cleanup buffer local variable
1592 `header-line-format' if it didn't exist when `ruler-mode' was enabled.
1593
1594 2003-01-13 Masatake YAMATO <jet@gyve.org>
1595
1596 * ruler-mode.el (ruler-mode-comment-column-char)
1597 (ruler-mode-goal-column-char, ruler-mode-set-goal-column-ding-flag)
1598 (ruler-mode-mouse-current-grab-object): New variables.
1599 (ruler-mode-comment-column-face, ruler-mode-goal-column-face):
1600 New faces.
1601 (ruler-mode-mouse-set-fill-column): Removed.
1602 (ruler-mode-mouse-grab-any-column)
1603 (ruler-mode-mouse-drag-any-column-iteration)
1604 (ruler-mode-mouse-drag-any-column): New functions.
1605 (ruler-mode-map): [header-line down-mouse-2] Bound to
1606 `ruler-mode-mouse-grab-any-column' instead of
1607 `ruler-mode-mouse-set-fill-column'.
1608 (ruler-mode-ruler-help-echo): Update its value.
1609 (ruler-mode-ruler-help-echo-when-goal-column): New help string used
1610 when goal-column is already set.
1611 (ruler-mode-ruler-help-echo-tab): Rename to...
1612 (ruler-mode-ruler-help-echo-when-tab-stops): New.
1613 (ruler-mode-fill-column-help-echo, ruler-mode-comment-column-help-echo)
1614 (ruler-mode-goal-column-help-echo): New help strings.
1615 (ruler-mode-ruler): Use `ruler-mode-ruler-help-echo-when-goal-column'
1616 instead of `ruler-mode-ruler-help-echo' if `goal-column' is set.
1617 Show `comment-column' and `goal-column'. Echo the different help
1618 string for each *-column characters on the ruler.
1619
1620 2003-01-13 Richard M. Stallman <rms@gnu.org>
1621
1622 * apropos.el (apropos-documentation-property): New function.
1623 (apropos): Use apropos-documentation-property.
1624
1625 * files.el (mode-line-process): Mark as risky.
1626
1627 * help.el (where-is): Catch errors in indirect-function.
1628
1629 * server.el (server-process-filter): Comment out -eval.
1630 Don't switch buffers if inside isearch or minibuffer.
1631
1632 * progmodes/compile.el (compilation-revert-buffer):
1633 If buffer has a file, revert it in the normal way.
1634
1635 * term/x-win.el: Require fontset conditionally again.
1636
1637 2003-01-13 Kim F. Storm <storm@cua.dk>
1638
1639 * ido.el (ido-enable-tramp-completion): New defcustom.
1640 (ido-enter-single-matching-directory): Change default to 'slash.
1641 (ido-is-tramp-root): New defun.
1642 (ido-is-root-directory, ido-is-ftp-directory, ido-is-slow-ftp-host)
1643 (ido-may-cache-directory, ido-final-slash, ido-read-internal)
1644 (ido-complete, ido-make-file-list1, ido-make-dir-list1):
1645 Handle tramp completion.
1646 (ido-file-name-all-completions1): New defun for tramp completion.
1647 (ido-file-name-all-completions): Use it.
1648 (ido-set-matches1): Relax matching of text with trailing slash.
1649 (ido-exhibit): Handle tramp completion.
1650 Simplified code using nested cond forms using new `refresh' var.
1651 Fixed handling of /~user/ paths.
1652
1653 2003-01-12 Andreas Schwab <schwab@suse.de>
1654
1655 * arc-mode.el (archive-mode-map): Use command remapping instead of
1656 substitute-key-definition.
1657 * emerge.el (emerge-setup-fixed-keymaps): Likewise.
1658 * msb.el (msb-mode-map): Likewise.
1659 * forms.el (forms--change-commands): Likewise.
1660 * hexl.el (hexl-mode-map): Likewise.
1661 * mail/mailabbrev.el (Commentary): Likewise.
1662 * play/decipher.el (decipher-mode-map): Likewise.
1663 * play/gomoku.el (gomoku-mode-map): Likewise.
1664 * play/landmark.el (lm-mode-map): Likewise.
1665 * play/solitaire.el (solitaire-mode-map): Likewise.
1666 * progmodes/sh-script.el (sh-mode-map): Likewise.
1667 * textmodes/picture.el (picture-substitute): Likewise.
1668
1669 * ielm.el (inferior-emacs-lisp-mode):
1670 Bind comint-dynamic-complete-functions locally.
1671
1672 * buff-menu.el (Buffer-menu-select): Fix for effect of header line.
1673
1674 2003-01-11 Andreas Schwab <schwab@suse.de>
1675
1676 * textmodes/sgml-mode.el (sgml-font-lock-keywords-2): Add flag to
1677 merge with existing fontification.
1678
1679 2003-01-11 Nick Roberts <nick@nick.uklinux.net>
1680
1681 * gud.el (gud-kill-buffer-hook): Save gud-minor-mode type.
1682 (gud-reset): New function. Reset environment at end of debugging.
1683 (gud-sentinel): Call gud-reset or gdb-reset.
1684 (gud-menu-map, gud-tool-bar-map, gdb): Change gud-goto to gud-until.
1685
1686 * gdb-ui.el (gud-display): Use GDB command ptype instead of whatis
1687 to find out if variable shuld be dereferenced.
1688 (gud-display1): Exit if there is `No symbol'.
1689 (gdb-expressions-mode-map): Correction to key-binding.
1690 (gdb-reset): New function. Reset environment at end of debugging.
1691 (gdb-quit): Remove.
1692
1693 2003-01-10 Dave Love <fx@gnu.org>
1694
1695 * international/code-pages.el (cp-make-coding-system): Fix last change.
1696
1697 2003-01-10 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
1698
1699 * dired.el (dired-garbage-files-regexp): Use \\' instead of $ and
1700 use regexp-opt for readability.
1701
1702 2003-01-10 Mark A. Hershberger <mah@everybody.org>
1703
1704 * xml.el (xml-parse-tag, xml-parse-attlist, xml-skip-dtd)
1705 (xml-parse-dtd, xml-parse-elem-type): Be more flexible in recognizing
1706 empty elements.
1707
1708 2003-01-10 Luc Teirlinck <teirllm@mail.auburn.edu>
1709
1710 * progmodes/sh-script.el (sh-set-shell): Make sh-shell-file the default
1711 shell.
1712
1713 2003-01-09 John Wiegley <johnw@gnu.org>
1714
1715 * pcomplete.el (pcomplete-termination-string): Add a variable
1716 for modifying the string which is inserted after a completion or
1717 expansion using pcomplete.
1718
1719 2003-01-09 Karl Berry <karl@gnu.org>
1720
1721 * sort.el (sort-regexp-fields): Pass noerror to re-search-forward,
1722 so that we don't fail if no records match record-regexp.
1723
1724 2003-01-09 Markus Rost <rost@math.ohio-state.edu>
1725
1726 * cus-edit.el (customize-group, customize-group-other-window):
1727 Remove unnecessary calls to custom-load-symbol.
1728 (custom-group-value-create):
1729 Load widget deps if state is not hidden. If widget deps are
1730 loaded, load them in advance.
1731 (custom-menu-create): If widget deps are loaded, load them earlier.
1732
1733 2003-01-09 John Paul Wallington <jpw@shootybangbang.com>
1734
1735 * language/ethio-util.el (ethio-gemination)
1736 (exit-ethiopic-environment): Doc fixes.
1737
1738 * language/viet-util.el (viet-encode-viqr-region)
1739 (viet-decode-viqr-region, viet-encode-viqr-buffer)
1740 (viet-decode-viqr-buffer): Doc fixes.
1741
1742 2003-01-09 ShengHuo ZHU <zsh@cs.rochester.edu>
1743
1744 * paths.el: Remove gnus-startup-file.
1745
1746 2003-01-08 Bill Wohler <wohler@newt.com>
1747
1748 * mail/mh-alias.el, mail/mh-customize.el, mail/mh-identity.el,
1749 mail/mh-loaddefs.el, toolbar/alias.pbm, toolbar/alias.xpm: Added.
1750
1751 * mail/mh-comp.el, mail/mh-e.el, mail/mh-funcs.el,
1752 mail/mh-index.el, mail/mh-mime.el, mail/mh-pick.el,
1753 mail/mh-seq.el, mail/mh-speed.el, mail/mh-utils.el,
1754 mail/mh-xemacs-compat.el: Upgraded to MH-E version 7.1.
1755
1756 2003-01-08 Kim F. Storm <storm@cua.dk>
1757
1758 * mail/undigest.el (unforward-rmail-message): Don't use global
1759 variable `n'.
1760
1761 2003-01-08 Francesco Potort\e,Al\e(B <pot@gnu.org>
1762
1763 * mail/undigest.el (unforward-rmail-message): Simplified.
1764 No functional change.
1765
1766 2003-01-07 Markus Rost <rost@math.ohio-state.edu>
1767
1768 * custom.el (custom-autoload, custom-variable-p): New functions.
1769
1770 * emacs-lisp/autoload.el (make-autoload):
1771 Generate custom-autoload for autoloaded defcustoms.
1772
1773 * help-fns.el (describe-variable): Use custom-variable-p.
1774
1775 * simple.el (set-variable): Load deps of custom variables without type.
1776
1777 * cus-edit.el (custom-variable-prompt): Doc change.
1778 Use custom-variable-p.
1779 (customize-option): Remove search in loaddefs.el.
1780 (customize-apropos): Use custom-variable-p.
1781 (custom-save-variables): Use custom-variable-p to detect
1782 non-rogue variables.
1783
1784 2003-01-07 Francesco Potort\e,Al\e(B <pot@gnu.org>
1785
1786 * mail/undigest.el (unforward-rmail-message): Skip all newlines
1787 after the initial separator.
1788 (unforward-rmail-message): Forwarded-From: and Forwarded-Date:
1789 instead of Forwarded-from: and Forwarded-date:.
1790
1791 2003-01-07 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
1792
1793 * dired.el (dired-garbage-files-regexp): Add `.aux$'. These are
1794 produced by TeX.
1795
1796 2003-01-07 Andre Spiegel <spiegel@gnu.org>
1797
1798 * vc-rcs.el (vc-rcs-checkout): Fix the check whether we are on a
1799 branch.
1800
1801 2003-01-06 Dave Love <fx@gnu.org>
1802
1803 * textmodes/ispell.el (lookup-words): Cope with null lookup-dict.
1804
1805 * language/chinese.el ("Chinese-EUC-TW"): New.
1806
1807 2003-01-06 John Paul Wallington <jpw@shootybangbang.com>
1808
1809 * mail/rmail.el (rmail-mmdf-delim1, rmail-mmdf-delim2): Doc fixes.
1810
1811 2003-01-05 Richard M. Stallman <rms@gnu.org>
1812
1813 * obsolete/uncompress.el: Display message that this pkg is obsolete.
1814
1815 * isearch.el (isearch-repeat): Error if try to repeat search and
1816 there was no previous search.
1817
1818 * dired.el (dired-recursive-deletes): Fix custom type.
1819
1820 * dabbrev.el (dabbrev--substitute-expansion):
1821 Convert all whitespace to single spaces,
1822 except when it's carried over from the existing text.
1823
1824 * simple.el (split-line): Clean up implementation.
1825
1826 * mail/rmail.el (rmail-font-lock-keywords): Discard code to match
1827 both cases.
1828 (rmail-variables): Specify case-insensitive matching for font-lock.
1829
1830 2003-01-05 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
1831
1832 * mail/sendmail.el (mail-font-lock-keywords):
1833 * mail/rmail.el (rmail-font-lock-keywords): Match multiline
1834 In-Reply-To and X-*.
1835
1836 2003-01-05 Mark A. Hershberger <mah@everybody.org>
1837
1838 * xml.el (xml-substitute-special): Check for &amp last.
1839
1840 2003-01-05 Dave Love <fx@gnu.org>
1841
1842 * buff-menu.el (Buffer-menu-execute): Fix for effect of header line.
1843
1844 2003-01-05 Dave Love <fx@gnu.org>
1845
1846 * international/mule-diag.el (non-iso-charset-alist):
1847 Add vietnamese-tcvn.
1848
1849 * international/mule-cmds.el (locale-language-names):
1850 Use Croatian, Swedish.
1851
1852 2003-01-05 Andreas Schwab <schwab@suse.de>
1853
1854 * buff-menu.el (Buffer-menu-buffer+size): Don't clobber buffer name.
1855
1856 2003-01-05 Dave Love <fx@gnu.org>
1857
1858 * language/european.el ("Latin-6", "Croatian"): New.
1859 ("Latin-7"): Fix nonascii-translation. Add input method.
1860 ("Lithuanian", "Latvian"): Add nonascii-translation.
1861 ("German", "Spanish", "Dutch", "Welsh", "Swedish"):
1862 Fix nonascii-translation.
1863
1864 * language/georgian.el ("Georgian"): Fix nonascii-translation.
1865
1866 * international/mule-cmds.el (set-locale-environment):
1867 Ignore empty values of environment variables.
1868
1869 * emacs-lisp/byte-opt.el (byte-optimize-nth)
1870 (byte-optimize-nthcdr): Fix for case of wrong-length forms.
1871
1872 2003-01-04 Nick Roberts <nick@nick.uklinux.net>
1873
1874 * gdb-ui.el: Acknowledge Tom Lord as author of gdba.el.
1875 Use let construction to bind buffer-read-only to nil.
1876 (gdba): 'set height 0' in GDB.
1877 (gdb-display-end, gdb-frame-handler): Corrections to forming
1878 full expression name for header-line in display frame.
1879 (gdb-info-breakpoints-custom): Highlight breakpoints since
1880 they may be clicked on with mouse-2.
1881 (gdb-quit): Delete frames of displayed expressions when quitting.
1882 (gdb-delete-frames): New function.
1883 (gdb-source-info): Don't create stack buffer automatically.
1884
1885 2003-01-04 Thien-Thi Nguyen <ttn@gnu.org>
1886
1887 * xml.el (xml-substitute-special): Move "&amp;" -> "&" last.
1888
1889 2003-01-04 Kim F. Storm <storm@cua.dk>
1890
1891 * simple.el (split-line): If present, copy fill-prefix from
1892 current line to new line. Don't copy if prefix arg.
1893 From Lisp, arg may be an alternative prefix string to copy.
1894 Inspired by Ehud Karni <ehud@unix.mvs.co.il>.
1895
1896 * mail/sendmail.el (mail-split-line): New function.
1897 (mail-mode-map): Remap split-line to mail-split-line.
1898
1899 2003-01-03 Dave Love <fx@gnu.org>
1900
1901 * emacs-lisp/find-func.el (find-variable-noselect): Make it work
1902 with new load-history format.
1903
1904 * international/mule-cmds.el (sort-coding-systems):
1905 Adjust priority of utf-16 and x-ctext.
1906
1907 * international/utf-8.el (utf-translate-cjk):
1908 Call optimize-char-coding-system-table.
1909
1910 * international/ucs-tables.el (ucs-unify-8859, ucs-fragment-8859):
1911 Call optimize-char-coding-system-table.
1912
1913 * international/mule.el (register-char-codings): Don't call
1914 optimize-char-coding-system-table here.
1915 (keyboard-coding-system): Doc fix. Update :version.
1916
1917 * textmodes/nroff-mode.el (nroff-mode-hook): Customize.
1918 (nroff-imenu-expression): New.
1919 (nroff-mode): Use it.
1920
1921 * autoinsert.el (auto-insert-alist): Add man page skeleton.
1922
1923 2003-01-03 Andre Spiegel <spiegel@gnu.org>
1924
1925 * vc-rcs.el (vc-rcs-revert): Unlock only if the user does have
1926 the lock.
1927
1928 2003-01-03 Kim F. Storm <storm@cua.dk>
1929
1930 * emulation/cua-base.el (cua--pre-command-handler):
1931 Corrected handling of delete-selection properties.
1932
1933 2003-01-03 John Paul Wallington <jpw@shootybangbang.com>
1934
1935 * emacs-lisp/eldoc.el (eldoc-get-var-docstring): Only return a
1936 documentation string when `sym' is non-nil.
1937
1938 2003-01-02 Steven Tamm <steventamm@mac.com>
1939
1940 * scroll-bar.el (toggle-scroll-bar, scroll-bar-mode):
1941 Have scroll bars correctly default to being on the right for Mac
1942 Carbon port by testing "mac-carbon" feature, not window-system.
1943
1944 2003-01-02 Markus Rost <rost@math.ohio-state.edu>
1945
1946 * cus-edit.el (customize-group, customize-group-other-window):
1947 Call custom-load-symbol unconditionally.
1948 (customize-face, customize-face-other-window): Fix format arg.
1949
1950 2003-01-02 John Paul Wallington <jpw@shootybangbang.com>
1951
1952 * menu-bar.el (menu-bar-left-scroll-bar): Set `scroll-bar-mode'
1953 to `left'.
1954
1955 2003-01-01 Richard M. Stallman <rms@gnu.org>
1956
1957 * mail/rmail.el (rmail-reply): Don't call mail-strip-quoted-names.
1958
1959 * files.el (backup-buffer): Cope if file-modes returns nil.
1960
1961 2002-12-30 Steven Tamm <steventamm@mac.com>
1962
1963 * scroll-bar.el (toggle-scroll-bar, scroll-bar-mode):
1964 Have scroll bars correctly default to being on the right for Mac
1965 Carbon port
1966
1967 2002-12-29 Nick Roberts <nick@nick.uklinux.net>
1968
1969 * gdb-ui.el (gdb-delete-display): Rename (gdb-delete-expression).
1970 (gdb-goto-bp-this-line): Rename (gdb-goto-breakpoint).
1971 (gdb-toggle-bp-this-line): Rename (gdb-toggle-breakpoint).
1972 (gdb-delete-bp-this-line): Rename (gdb-delete-breakpoint).
1973 (gdb-toggle-disp-this-line): Rename (gdb-toggle-display).
1974 (gdb-delete-disp-this-line): Rename (gdb-delete-display).
1975 (gud-gdba-marker-filter): Remove unnecessary save-match-data.
1976 (gdb-mouse-goto-breakpoint, gdb-frames-select): New functions.
1977 (gdb-frames-mouse-select): Simplify.
1978 Make keybindings (gdb-goto-breakpoint, gdb-frames-select, etc)
1979 consistent with other modes in emacs.
1980 (gdb-display-source-buffer): Return window of source buffer
1981 for (gud-display-line).
1982
1983 2002-12-29 Markus Rost <rost@math.ohio-state.edu>
1984
1985 * button.el (defface button): Add group.
1986
1987 * cus-edit.el (customize-browse): Call `widget-setup'.
1988
1989 2002-12-29 Andreas Schwab <schwab@suse.de>
1990
1991 * Makefile.in: Generate cus-load.el and finder-inf.el in the
1992 source directory. Change dependencies on lisp files to explicitly
1993 use $(lisp).
1994 (compile-calc): Fix command substitution.
1995 * cus-dep.el (generated-custom-dependencies-file): New variable.
1996 (custom-make-dependencies): Use it instead of hardcoding cus-load.el.
1997 * finder.el (generated-finder-keywords-file): New variable.
1998 (finder-compile-keywords): Use it instead of hardcoding finder-inf.el.
1999
2000 2002-12-28 Richard M. Stallman <rms@gnu.org>
2001
2002 * info-look.el (info-lookup): Fix error message typo.
2003
2004 * comint.el (comint-mode): Locally set scroll-conservatively.
2005 (comint-postoutput-scroll-to-bottom): comint-scroll-show-maximum-output
2006 is active only when point is at end.
2007
2008 * dired.el (dired-goto-file): Handle \ and ^M quoted by backslash.
2009 Fix error message.
2010
2011 * files.el (find-file-noselect-1): Kill local value of `cursor-type'.
2012
2013 * simple.el (repeat-complex-command): Signal real error on failure.
2014
2015 2002-12-28 Andreas Schwab <schwab@suse.de>
2016
2017 * progmodes/make-mode.el (makefile-font-lock-keywords):
2018 Highlight automatic variable references enclosed in parens and
2019 optionally suffixed by F or D.
2020
2021 2002-12-27 Miles Bader <miles@gnu.org>
2022
2023 * info.el (Info-complete-menu-item): Make `Info-complete-cache' a
2024 buffer-local variable.
2025
2026 2002-12-26 Markus Rost <rost@math.ohio-state.edu>
2027
2028 * cus-edit.el (customize-group-other-window): Use pop-to-buffer in
2029 the same way as `custom-buffer-create-other-window'.
2030 (customize-variable-other-window, customize-option-other-window):
2031 Definitions moved up.
2032
2033 2002-12-26 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
2034
2035 * net/tramp*.el: Sync with upstream version 2.0.28. Bugfixes.
2036 * net/tramp-ftp.el: Glue code with Ange-FTP, broken out of
2037 tramp.el. From Michael Albinus.
2038 * net/tramp-smb.el: New file for using smbclient to access
2039 Windows shares with Tramp. From Michael Albinus.
2040
2041 2002-12-26 Andreas Schwab <schwab@suse.de>
2042
2043 * international/mule-cmds.el (select-safe-coding-system): Fix typo.
2044
2045 2002-12-26 Andre Spiegel <spiegel@gnu.org>
2046
2047 * vc.el (vc-next-action-on-file): Use t argument to vc-checkout in
2048 order to get the latest version on the current branch.
2049 Update documentation of vc-BACKEND-checkout to explain this.
2050
2051 * vc-rcs.el (vc-rcs-checkout): Handle t argument for REV.
2052 (vc-rcs-checkin): By default, specify the current workfile
2053 branch as the check-in revision.
2054
2055 * vc-cvs.el (vc-cvs-checkout): Handle t argument for REV.
2056
2057 * vc-sccs.el (vc-sccs-checkout): Likewise.
2058
2059 2002-12-26 Nick Roberts <nick@nick.uklinux.net>
2060
2061 * gdb-ui.el (gdb-info-display-custom): Ensure that frames/buffers
2062 of displayed expressions are deleted when the displayed expressions
2063 are deleted.
2064 (gdb-delete-disp-this-line, gdb-delete-display): Frame/buffer
2065 deletion is handled by gdb-info-display-custom now.
2066 (gdb-source-info): Undo earlier change (do create display buffer
2067 automatically).
2068
2069 2002-12-25 Markus Rost <rost@math.ohio-state.edu>
2070
2071 * cus-edit.el (custom-save-faces): Fix typo.
2072
2073 2002-12-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
2074
2075 * mail/undigest.el (unforward-rmail-message): Do not assume that
2076 the forwarded message's Date: header comes after From:. Use a
2077 Forwarded-from: rather than a Forwarded-by: header. Add a
2078 Forwarded-date: header.
2079
2080 2002-12-23 Nick Roberts <nick@nick.uklinux.net>
2081
2082 * gdb-ui.el (gdb-display-number-end): Make auto-display of
2083 expressions in GDB work on text-only terminals.
2084 (gdb-post-prompt): Compute current frame properly.
2085 (gdb-get-current-frame, gdb-frame-handler): New functions.
2086 (gdb-source-info): Move last statement into if clause.
2087 Tidy, improve documentation.
2088
2089 2002-12-23 Richard M. Stallman <rms@gnu.org>
2090
2091 * emacs-lisp/checkdoc.el: Don't define a name for the minor mode menu.
2092
2093 * emacs-lisp/easymenu.el (easy-menu-do-define): Handle nil for SYMBOL.
2094 (easy-menu-define): Doc fix, say SYMBOL can be nil.
2095
2096 * window.el (save-selected-window): Save and restore
2097 selected windows of all frames.
2098
2099 * cus-start.el (scroll-up-aggressively, scroll-down-aggressively):
2100 Update custom types.
2101
2102 2002-12-23 Alex Schroeder <alex@emacswiki.org>
2103
2104 Merging Dave Love <fx@gnu.org>'s custom_themes branch containing
2105 Alex Schroeder's adaptation of Jan Vroonhof
2106 <vroonhof@math.ethz.ch>'s code. Doc strings corrected by RMS.
2107
2108 * cus-edit.el (customize-save-variable): Take themes into account.
2109 (custom-variable-save): Take themes into account.
2110 (custom-variable-reset-saved): Add comment-widget.
2111 (custom-variable-reset-standard): Add comment-widget.
2112 (custom-variable-reset-standard): Take themes into account.
2113 (custom-face-save): Take themes into account.
2114 (custom-face-reset-standard): Take themes into account.
2115 (custom-save-variables): Take themes into account.
2116 (custom-save-faces): Take themes into account.
2117 (custom-save-resets): New function.
2118 (custom-save-loaded-themes): New function.
2119 (customize-save-customized): Take themes into account.
2120
2121 * cus-face.el (custom-set-faces): Call custom-theme-set-faces.
2122 (custom-theme-set-faces): New function.
2123 (custom-theme-face-value): New function.
2124 (custom-theme-reset-internal-face): New function.
2125 (custom-theme-reset-faces): New function.
2126 (custom-reset-faces): New function.
2127
2128 * custom.el (custom-known-themes): New variable.
2129 (custom-declare-theme): New function.
2130 (deftheme): New macro.
2131 (custom-make-theme-feature): New function.
2132 (custom-theme-p): New function.
2133 (custom-check-theme): New function.
2134 (custom-push-theme): New function.
2135 (custom-theme-set-variables): Take themes into account.
2136 (custom-loaded-themes): New variable.
2137 (custom-theme-loaded-p): New function.
2138 (provide-theme): New function.
2139 (require-theme): New function.
2140 (custom-remove-theme): New function.
2141 (custom-do-theme-reset): New function.
2142 (custom-theme-load-themes): New function.
2143 (custom-load-themes): New function.
2144 (custom-theme-value): New function.
2145 (custom-theme-variable-value): New function.
2146 (custom-theme-reset-internal): New function.
2147 (custom-theme-reset-variables): New function.
2148 (custom-reset-variables): New function.
2149
2150 * cus-theme.el: New file.
2151
2152 2002-12-23 Matthew Swift <swift@alum.mit.edu>
2153
2154 * emacs-lisp/rx.el (rx-and): Generate a shy group.
2155 Specify `no-group' when calling rx-to-string.
2156 (rx-submatch): Specify `no-group' when calling rx-to-string.
2157 (rx-kleene): Use rx-atomic-p to decide whether to make a group.
2158 (rx-atomic-p): New function.
2159
2160 2002-12-23 Kevin Ryde <user42@zip.com.au>
2161
2162 * info-look.el (info-lookup): For ease of use try item
2163 case-insensitive if not found case-sensitive.
2164 Do case sensitive search in index nodes, so items differing only in
2165 case go correctly to their respective nodes.
2166
2167 2002-12-22 Richard M. Stallman <rms@gnu.org>
2168
2169 * subr.el (add-to-invisibility-spec): If it was t, start it out at (t).
2170
2171 * textmodes/texinfmt.el (tex-start-of-header, tex-end-of-header):
2172 Add defvars.
2173
2174 * textmodes/tex-mode.el (tex-print): Call shell-quote-argument
2175 on the file name.
2176
2177 * textmodes/outline.el (outline-next-visible-heading):
2178 When going forward, test outline-invisible-p at start of header.
2179
2180 2002-12-22 Kevin Ryde <user42@zip.com.au>
2181
2182 * textmodes/makeinfo.el (makeinfo-buffer): Display result using
2183 Info-mode.
2184 (makeinfo-compilation-sentinel-buffer, makeinfo-current-node):
2185 New functions.
2186 (makeinfo-compile): Add a sentinel parameter.
2187 (makeinfo-compilation-sentinel-region): Renamed from
2188 makeinfo-compilation-sentinel, and makeinfo-temp-file now never nil.
2189 (makeinfo-region): Use this.
2190 * info.el (Info-revert-find-node): New function.
2191
2192 2002-12-22 Nick Roberts <nick@nick.uklinux.net>
2193
2194 * tooltip.el (tooltip-gud-tips): Output tooltip without switching
2195 process filter (gdba in gdb-ui.el only).
2196 (gdb-tooltip-print): New function.
2197 (tooltip-gud-process-output): Undo previous change.
2198 (tooltip-strip-annotations): Remove.
2199
2200 2002-12-22 Zoltan Kemenczy <zoltan@ieee.org>
2201
2202 * gud.el (gud-menu-map): Add jdb support for "run".
2203 (gud-jdb-find-source-using-classpath): Use 'identity.
2204 (gud-jdb-marker-filter): Marker regexp and filename filtering
2205 change to support a backwards-incompatible change in Sun's jdb
2206 line number display in SDK versions 1.4.
2207 (gud-format-command): gud-find-class now requires two
2208 parameters (file and linenumber).
2209 (gud-find-class): Bulk of the change related to using c-syntactic
2210 symbols to locate nested class declarations in java sources
2211 visited by java-mode (cc-mode).
2212
2213 2002-12-21 Nick Roberts <nick@nick.uklinux.net>
2214
2215 * gdb-ui.el: Remove the concept of an instance. This means that
2216 a lot of functions have been renamed. Accessors are prefixed with
2217 gdb-get, setters with gdb-set and the word instance has been
2218 removed from many function and variable names.
2219 (gdb-display-buffer): Protect source buffer as well
2220 as GUD buffer when requesting new buffers.
2221 (gdb-source-info): Two changes : Don't create display buffer
2222 automatically, compute source window correctly.
2223
2224 2002-12-21 Richard M. Stallman <rms@gnu.org>
2225
2226 * man.el (Man-getpage-in-background): Put GROFF_NO_SGR in env.
2227
2228 * ls-lisp.el (original-insert-directory): Make this a variable,
2229 don't set its function definition.
2230 (insert-directory): Use funcall to call that function.
2231
2232 * bindings.el (help-echo): Change tooltip string.
2233
2234 * chistory.el (command-history-map): Move definition up.
2235
2236 * faces.el (help-xref-stack): Add defvar to avoid warning.
2237
2238 2002-12-21 Andreas Schwab <schwab@suse.de>
2239
2240 * dired.el (dired-insert-directory): Preserve text properties
2241 when quoting.
2242
2243 2002-12-20 Francesco Potort\e,Al\e(B <pot@gnu.org>
2244
2245 * mail/undigest.el (rmail-mail-separator): Renamed from
2246 rmail-digest-mail-separator. All users changed.
2247 (unforward-rmail-message): Rewritten to be more robust and to
2248 additionally account for the common style of forwarding messages
2249 by citing them entirely with headers.
2250
2251 2002-12-18 Dave Love <fx@gnu.org>
2252
2253 * international/utf-8-subst.el: Deleted.
2254
2255 * international/ucs-tables.el (ucs-fragment-8859): Don't modify
2256 char-coding-system-table elements destructively.
2257 Use optimize-char-coding-system-table.
2258
2259 * international/mule.el (optimize-char-coding-system-table): New.
2260 (register-char-codings): Use it.
2261
2262 * international/utf-8.el (ucs-mule-cjk-to-unicode)
2263 (ucs-unicode-to-mule-cjk): Revert last change.
2264 (utf-subst-table-for-encode): Initially use ucs-mule-cjk-to-unicode.
2265 (utf-subst-table-for-decode): Initially use ucs-unicode-to-mule-cjk.
2266 (utf-fragment-on-decoding, utf-translate-cjk): Don't modify
2267 char-coding-system-table elements destructively.
2268 (utf-translate-cjk): Set ucs-mule-cjk-to-unicode,
2269 ucs-unicode-to-mule-cjk to new hash tables with realistic parameters.
2270
2271 2002-12-18 John Paul Wallington <jpw@shootybangbang.com>
2272
2273 * info.el (Info-dir-remove-duplicates): Avoid infloop when
2274 deleting last entry.
2275
2276 2002-12-17 Nick Roberts <nick@nick.uklinux.net>
2277
2278 * gdb-ui.el (gdba-marker-filter, gdb-output-burst): Merge and
2279 rename gud-gdba-marker-filter.
2280 (gdb-append-to-inferior-io): Only pop up IO buffer if there is output.
2281 (gdb-make-instance): Remove (put into gdba).
2282 Use gdb-instance-enqueue-input instead of
2283 gdb-instance-enqueue-idle-input for user functions.
2284 (gdb-instance-target-string): Simplify.
2285 (in-gdb-instance-context): Remove.
2286 Expand Commentary.
2287
2288 2002-12-17 Kenichi Handa <handa@m17n.org>
2289
2290 * international/mule.el (set-file-name-coding-system): New function.
2291
2292 * international/mule-cmds.el (mule-keymap, set-coding-system-map):
2293 Add bindings for set-file-name-coding-system.
2294
2295 2002-12-17 Kenichi Handa <handa@m17n.org>
2296
2297 * international/mule-cmds.el (universal-coding-system-argument):
2298 Bind coding-system-require-warning to t.
2299 (select-safe-coding-system): Handle t in the arg
2300 DEFAULT-CODING-SYSTEM specially. Use read-coding-system to read a
2301 coding-system to allow users to specify unsafe coding system on
2302 their risk.
2303
2304 2002-12-16 Francesco Potort\e,Al\e(B <pot@gnu.org>
2305
2306 * mail/undigest.el (rmail-digest-methods)
2307 (rmail-digest-mail-separator): New variables.
2308 (rmail-digest-parse-mime, rmail-digest-parse-rfc1153strict)
2309 (rmail-digest-parse-rfc1153sloppy, rmail-digest-rfc1153)
2310 (rmail-digest-parse-rfc934): New functions.
2311 (undigestify-rmail-message): Completely rewritten.
2312
2313 2002-12-16 Kim F. Storm <storm@cua.dk>
2314
2315 * ido.el (ido-read-file-name): Remove debug message.
2316
2317 2002-12-16 Daniel Pfeiffer <occitan@esperanto.org>
2318
2319 * buff-menu.el (Buffer-menu, Buffer-menu-use-header-line)
2320 (Buffer-menu-buffer-face, Buffer-menu-buffer+size-width)
2321 (Buffer-menu-mode-width): New customization.
2322 (Buffer-menu-sort-column): New var.
2323 (Buffer-menu-no-header): New function for not changing header line and
2324 recognizing swapped M&R columns, used by modifying commands in Buffer
2325 Menu.
2326 (Buffer-menu-buffer+size): New function for variable width buffer name.
2327 (list-buffers-noselect): Rewritten for nicer menu.
2328
2329 2002-12-16 Markus Rost <rost@math.ohio-state.edu>
2330
2331 * filesets.el (filesets-build-menu-now): Don't clear messages.
2332
2333 * allout.el: Avoid name conflicts with outline.el.
2334 Replace globally string "outline-" with string "allout-".
2335 Replaced 1446 occurrences; there was no string "allout-" before the
2336 change and there seems to be no dependency on outline.el.
2337 Put `quotes' around many function and variable names.
2338 Doc changes to adjust to the change to prefix "allout-".
2339 Don't provide `outline'. Use " Allout" as mode line string,
2340 not " Outl". Put group `allout' in group `editing'.
2341 Update Copyright notice. Autoload `allout-init'.
2342 (allout-init): Give report also in case auto-activation was inhibited.
2343 (my-mark-marker): Test for feature `xemacs' instead of a string parse.
2344
2345 2002-12-16 Stefan Monnier <monnier@cs.yale.edu>
2346
2347 * xml.el (xml-parse-tag): Allow spaces between / and >.
2348
2349 2002-12-15 David Kastrup <David.Kastrup@t-online.de>
2350
2351 * emacs-lisp/autoload.el (autoload-ensure-default-file):
2352 Insert missing space in file end comment.
2353
2354 2002-12-15 Simon Josefsson <jas@extundo.com>
2355
2356 * mail/smtpmail.el (smtpmail-via-smtp): Fall back to
2357 user-mail-address as sender.
2358
2359 2002-12-15 Dave Love <fx@gnu.org>
2360
2361 * international/mule-cmds.el (standard-keyboard-coding-systems):
2362 Delete.
2363 (set-locale-environment): Don't use it.
2364
2365 * international/utf-8.el (ucs-mule-cjk-to-unicode)
2366 (utf-subst-table-for-encode, ucs-unicode-to-mule-cjk)
2367 (utf-subst-table-for-decode): Specify :size, :rehash-size.
2368 (utf-translate-cjk): :set rewritten to load subst-... files.
2369 Add :set-after.
2370 (ccl-decode-mule-utf-8): Consider CJK translation for r3<#x3400.
2371
2372 2002-12-15 Gustav H\e,Ae\e(Bllberg <gustav@virtutech.se> (tiny change)
2373
2374 * progmodes/compile.el (compile-reinitialize-errors): Don't mark the
2375 buffer as modified unless it really is.
2376
2377 2002-12-14 Andreas Schwab <schwab@suse.de>
2378
2379 * wid-edit.el (widget-move): Don't loop infinitely when there is
2380 no field or button.
2381
2382 2002-12-13 Stefan Monnier <monnier@cs.yale.edu>
2383
2384 * uniquify.el (uniquify-rationalize-file-buffer-names, rename-buffer)
2385 (uniquify-delay-rationalize-file-buffer-names, kill-buffer-hook):
2386 Undo 2002/09/27 change because kill-buffer-hook is not
2387 permanent-local.
2388
2389 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
2390 Optimize the remaining part of for-effect and/or expressions.
2391
2392 2002-12-13 Markus Rost <rost@math.ohio-state.edu>
2393
2394 * emacs-lisp/easy-mmode.el (define-minor-mode):
2395 Use `custom-current-group'. Pass all groups to the hook.
2396 (easy-mmode-define-global-mode): Use `custom-current-group'.
2397
2398 * international/mule-cmds.el (current-language-environment):
2399 Set type according to `language-info-alist' also here.
2400
2401 * progmodes/compile.el (compilation-menu-map):
2402 Use `kill-compilation' to stop compilation.
2403
2404 2002-12-13 Kenichi Handa <handa@m17n.org>
2405
2406 * language/european.el (encode-mac-roman): Fix last change.
2407
2408 * language/cyrillic.el (ccl-encode-koi8, ccl-encode-koi8-u)
2409 (ccl-encode-alternativnyj): Fix last change.
2410
2411 2002-12-13 Nick Roberts <nick@nick.uklinux.net>
2412
2413 * gdb-ui.el: Improve documentation strings.
2414 (gdb-many-windows): Set default value to nil.
2415
2416 2002-12-12 Dave Love <fx@gnu.org>
2417
2418 * international/subst-big5.el, international/subst-gb2312.el:
2419 * international/subst-jis.el, international/subst-ksc.el: New.
2420
2421 * custom.el (defcustom, custom-set-variables): Doc fix.
2422
2423 * emacs-lisp/bytecomp.el (byte-compile-if): Suppress warnings from
2424 things protected by `(if (fboundp ...' or `(if (boundp ...'.
2425
2426 * emacs-lisp/byte-opt.el (byte-optimize-featurep): New.
2427
2428 2002-12-12 Glenn Morris <gmorris@ast.cam.ac.uk>
2429
2430 * progmodes/fortran.el (fortran-mode-abbrev-table):
2431 Handle `define-abbrev' with either 5 or 6 arguments.
2432
2433 2002-12-12 Markus Rost <rost@math.ohio-state.edu>
2434
2435 * international/mule-cmds.el (set-language-info):
2436 Update custom-type of `current-language-environment'.
2437 (current-language-environment): Fix custom type.
2438
2439 2002-12-11 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2440
2441 * progmodes/antlr-mode.el (antlr): New URL.
2442
2443 2002-12-10 R. Bernstein <rocky@panix.com>
2444
2445 * gud.el (bashdb): Prompt now included parenthesis for subshell levels.
2446 Fix erroneous print expression command, and fix typos.
2447 (perldb): Undo previous change in prompt regexp.
2448
2449 2002-12-10 Steven Tamm <steventamm@mac.com>
2450
2451 * generic-x.el (javascript-generic-mode): Added C style block
2452 comments as used in ECMA-262 standard.
2453
2454 2002-12-10 Kenichi Handa <handa@m17n.org>
2455
2456 * language/european.el ("Swedish"): Change tutorial file name to
2457 TUTORIAL.sv in this langauge environment..
2458
2459 2002-12-09 John Paul Wallington <jpw@shootybangbang.com>
2460
2461 * ibuffer.el (ibuffer-mode): If `show-paren-mode' is enabled,
2462 disable it buffer-locally.
2463 (ibuffer-mouse-popup-menu): Use `=' instead of `eq' to compare
2464 `eventpt' and point.
2465
2466 * ibuf-ext.el (ibuffer-remove-duplicates): New function.
2467 (ibuffer-set-filter-groups-by-mode): Use it instead of
2468 `delete-duplicates' so we don't require cl library at runtime.
2469 (ibuffer-insert-filter-group-before): Don't use `position' so we
2470 don't require cl library at runtime.
2471
2472 * chistory.el (command-history-mode): Add interactive spec.
2473 Improve doc string.
2474
2475 2002-12-09 Richard M. Stallman <rms@gnu.org>
2476
2477 * isearch.el (isearch-no-upper-case-p): \\ only quotes one character.
2478
2479 2002-12-09 Markus Rost <rost@math.ohio-state.edu>
2480
2481 * mwheel.el (mouse-wheel-scroll-amount): Revert previous change -
2482 customize type 'float is now defined.
2483
2484 2002-12-09 Dave Love <fx@gnu.org>
2485
2486 * international/code-pages.el (mik, pt154): New coding systems.
2487
2488 * international/ucs-tables.el: Fix properly.
2489
2490 2002-12-09 Andreas Schwab <schwab@suse.de>
2491
2492 * international/ucs-tables.el: Fix last change.
2493
2494 2002-12-09 Kenichi Handa <handa@m17n.org>
2495
2496 * international/titdic-cnv.el (titdic-convert): Process the
2497 header part in multibyte mode.
2498
2499 2002-12-08 Dave Love <fx@gnu.org>
2500
2501 * international/code-pages.el (mule-diag): Move where it's required.
2502
2503 * international/ucs-tables.el: Add latin-jisx0201 characters.
2504 Fix translation-table-for-input for lao, thai, tibetan.
2505
2506 2002-12-08 Andreas Schwab <schwab@suse.de>
2507
2508 * files.el (insert-directory): Insert free space only when
2509 listing a full directory.
2510
2511 2002-12-08 Nick Roberts <nick@nick.uklinux.net>
2512
2513 * gdb-ui.el : Remove inappropriate key-bindings.
2514 (gdb-info-breakpoints-custom, gdb-goto-bp-this-line):
2515 Parse correctly when breakpoint has no line number.
2516 (def-gdb-auto-update-handler, gdb-info-locals-handler),
2517 (gdb-display-end): Avoid using insert-buffer.
2518 (gdb-frames-select-by-mouse): Rename gdb-frames-mouse-select.
2519
2520 2002-12-07 Richard M. Stallman <rms@gnu.org>
2521
2522 * progmodes/compile.el (compilation-enter-directory-regexp-alist)
2523 (compilation-leave-directory-regexp-alist): Match byte compiler output.
2524
2525 * emacs-lisp/cl-macs.el: Add local variable list
2526 to turn off cl-function warnings.
2527
2528 * emacs-lisp/bytecomp.el (byte-compile-eval): Handle (t . SYMBOL)
2529 elements in load-history.
2530 (byte-compile-cl-warn): No cl warnings for cl-defsubst-expand
2531 and cl-struct-setf-expander.
2532
2533 * emacs-lisp/autoload.el (autoload-print-form-outbuf):
2534 New variable.
2535 (autoload-print-form): Use autoload-print-form-outbuf.
2536 (generate-file-autoloads): Bind autoload-print-form-outbuf.
2537
2538 * calendar/calendar.el (calendar-day-name): Move defn down.
2539
2540 * speedbar.el (speedbar-directory-buttons-follow):
2541 Don't use directory-sep-char.
2542
2543 2002-12-06 Masatake YAMATO <jet@gyve.org> (tiny change)
2544
2545 * register.el (describe-register-1): Use window-width
2546 to truncate string in a register. Check whether the string
2547 in a register is an empty string or a sequence of white spaces.
2548
2549 2002-12-07 Andreas Schwab <schwab@suse.de>
2550
2551 * faces.el (face-font-selection-order)
2552 (face-font-family-alternatives, face-font-registry-alternatives):
2553 Remove period from :tag value.
2554
2555 * cus-edit.el (custom-face-edit-fix-value): Change :reverse-video
2556 to :inverse-video.
2557
2558 2002-12-07 Markus Rost <rost@math.ohio-state.edu>
2559
2560 * wid-edit.el (define-widget number): Clarify doc and error message.
2561 (define-widget float): New widget.
2562
2563 2002-12-07 Andreas Schwab <schwab@suse.de>
2564
2565 * eshell/em-ls.el (eshell-ls-product-regexp): Fix typo.
2566
2567 * files.el (find-file-read-args): Reenable wildcard processing
2568 unconditionally.
2569
2570 2002-12-06 Robert J. Chassell <bob@rattlesnake.com>
2571
2572 * textmodes/texinfmt.el (texinfo-format-scan): Handle new
2573 functions for copyright notice and copying permissions.
2574 (texinfo-copying, texinfo-insertcopying): New functions.
2575
2576 2002-12-03 TAKAHASHI Kaoru <kaoru@kaisei.org>
2577
2578 * textmodes/texinfmt.el (texinfo-format-ifxml)
2579 (texinfo-format-xml): New function.
2580 (ifxml, ifnotxml): New aliases.
2581
2582 2002-12-06 Dave Love <fx@gnu.org>
2583
2584 * international/utf-8-subst.el: Revert last change.
2585
2586 2002-12-06 Miles Bader <miles@gnu.org>
2587
2588 * info.el (Info-insert-dir): Make dir-node-cache variables
2589 buffer-local, so that killing the *info* buffer forces the
2590 dir-node to be rebuilt.
2591
2592 2002-12-06 Markus Rost <rost@math.ohio-state.edu>
2593
2594 * finder.el (finder-compile-keywords): Don't insert a keyword to
2595 the generated file.
2596
2597 2002-12-05 Andreas Schwab <schwab@suse.de>
2598
2599 * speedbar.el (speedbar-highlight-face): Fix face spec.
2600
2601 2002-12-05 Stefan Monnier <monnier@cs.yale.edu>
2602
2603 * gdb-ui.el: Replace uses of (gdb-get-instance-buffer 'gdba) and
2604 gdb-proc with gud-comint-buffer instead.
2605 (gdb-proc): Remove.
2606 (def-gdb-var): Simplify.
2607 (gdb-get-create-instance-buffer): Avoid make-variable-buffer-local.
2608 Set gud-comint-buffer as well as gud-minor-mode and tool-bar-map.
2609 (gdb-goto-bp-this-line): Select the window while doing the goto-line.
2610 (gdb-info-locals-handler): Avoid replace-regexp.
2611
2612 * calendar/calendar.el (facemenu-unlisted-faces): Only update
2613 after facemenu is loaded.
2614 (calendar-font-lock-keywords): Accept non-ASCII month names.
2615 Use regexp-opt.
2616
2617 * gdb-ui.el (gud-gdb-complete-string, gud-gdb-complete-break)
2618 (gud-gdb-complete-list, gud-gdb-complete-in-progress): Remove.
2619 (gdba): Call `gdb' and then make modifications.
2620 Always call gdb-clear-inferior-io rather than just "the first time".
2621 (gud-break, gud-remove): Definitions moved to inside gdba.
2622 (gdb-target-name): Remove. Use gud-target-name instead.
2623 (gdba-complete-filter, gdba-common-init): Remove.
2624 The changes were integrated into the generic code.
2625
2626 * gud.el: Use match-string.
2627 (gud-menu-map): Re-fix gdb-running to gud-running.
2628 Activate up/down and finish for pdb.
2629 (gud-def): Use backquotes.
2630 (gdb, sdb, dbx, xdb, pdb, jdb, bashdb): Remove redundant menu bindings.
2631 (gud-gdb-complete-in-progress, gud-gdb-complete-string)
2632 (gud-gdb-complete-break, gud-gdb-complete-list):
2633 Rename to gud-gdb-fetch-lines-in-progress, gud-gdb-fetch-lines-string,
2634 gud-gdb-fetch-lines-break and gud-gdb-fetched-lines.
2635 (gud-gdb-fetch-lines-filter): Rename from gud-gdb-complete-filter.
2636 Add a `filter' argument and run it on `string'.
2637 (gud-gdb-run-command-fetch-lines): Use it instead of
2638 gud-gdb-speedbar-stack-filter. Add a `skip' arg.
2639 Return the fetched lines.
2640 (gud-gdb-complete-command): Use it instead of cooking up
2641 something by hand using gud-gdb-complete-filter.
2642 (gud-gdb-get-stackframe): Use the new calling convention of
2643 gud-gdb-run-command-fetch-lines.
2644 (gud-gdb-fetched-stack-frame-list): Remove.
2645 (gud-gdb-speedbar-stack-filter): Remove.
2646 (gud-jdb-marker-filter): Change RE for easier extraction of submatches.
2647 (gud-bashdb-command-name): Add "--debugger" argument here.
2648 (bashdb): Use default gud-find-file and don't bother with
2649 a massage-args function now that --debugger is make explicit.
2650 (gud-bashdb-massage-args, gud-bashdb-find-file): Remove.
2651 (bashdb): Don't provide.
2652 (gud-target-name): New var.
2653 (gud-common-init): Set it.
2654 Also reset gud-running and gud-last-last-frame.
2655
2656 2002-12-05 Dave Love <fx@gnu.org>
2657
2658 * international/utf-8-subst.el: Update safe-chars of mule-utf-8,
2659 mule-utf-16-le, mule-utf-16-be.
2660
2661 2002-12-05 Richard M. Stallman <rms@gnu.org>
2662
2663 * textmodes/outline.el (outline-mode): Doc fix.
2664
2665 2002-12-05 Edward M. Reingold <reingold@emr.cs.iit.edu>
2666
2667 * calendar/solar.el (solar-atn2): Give correct quadrant for arctan.
2668
2669 2002-12-05 Kenichi Handa <handa@m17n.org>
2670
2671 * international/titdic-cnv.el (quail-misc-package-ext-info):
2672 Remove duplicate entry for chinese-b5-quick.
2673 (batch-miscdic-convert): Don't try to call miscdic-convert on
2674 files in the directory just following the arg "-dir".
2675
2676 2002-12-04 Stefan Monnier <monnier@cs.yale.edu>
2677
2678 * gdb-ui.el: Fold top-level `setq's and `define-key's into their
2679 corresponding defvar.
2680 (gdb-inferior-io-mode-map): New var.
2681 Add bindings to it rather than to comint-mode-map.
2682 (gdb-display-number-end): Use dolist. Remove always-true test.
2683 (gdb-delete-line): Move and simplify.
2684 (gdb-display-end): Don't bother going to beg-of-line since we're there.
2685 (gdb-array-format1): Use dolist.
2686 (gdb-make-windows-menu, gdb-make-frames-menu):
2687 Move to top-level code. Move the menus to within the GUD menu.
2688 Make the menus only appear in gdba mode.
2689
2690 * gdb-ui.el (gdb-inferior-io-mode-map): Remove (unused).
2691 (gdb-inferior-io-mode): Use define-minor-mode.
2692 (gdb-source-info): Don't burp if there's no source file.
2693 (gdb-inferior-io-interrupt, gdb-inferior-io-quit)
2694 (gdb-inferior-io-stop, gdb-inferior-io-eof)
2695 (gdb-display-breakpoints-buffer, gdb-frame-breakpoints-buffer)
2696 (gdb-display-stack-buffer, gdb-frame-stack-buffer)
2697 (gdb-display-registers-buffer, gdb-frame-registers-buffer)
2698 (gdb-display-locals-buffer, gdb-frame-locals-buffer)
2699 (gdb-display-display-buffer, gdb-frame-display-buffer)
2700 (gdb-display-gdb-buffer, gdb-frame-gdb-buffer)
2701 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
2702 Remove the spurious left over arg from the "big reorg".
2703
2704 2002-12-04 Richard M. Stallman <rms@gnu.org>
2705
2706 * gud.el (gud-menu-map): Update for bashdb.
2707 (perldb): Change prompt regexp.
2708 (gud-bashdb-history, gud-bashdb-massage-args, gud-bashdb-marker-filter)
2709 (gud-bashdb-find-file, gud-bashdb-command-name, bashdb): New.
2710
2711 * progmodes/cc-vars.el: Simply require wid-edit and custom
2712 in eval-when-compile.
2713
2714 * progmodes/cc-menus.el: Don't require imenu.
2715
2716 * progmodes/cc-langs.el: Don't require cl.
2717 (c-delete-duplicates): New function. Use instead of delete-duplicates.
2718
2719 * progmodes/cc-bytecomp.el (cc-bytecomp-obsolete-var):
2720 Add an else-clause to the if to avoid confused compiler warning.
2721
2722 * tooltip.el (tooltip-gud-tips-p): Undo previous change.
2723
2724 2002-12-03 Stefan Monnier <monnier@cs.yale.edu>
2725
2726 * gdb-ui.el: Get rid of (quote ..); use match-string and ignore.
2727
2728 * gdb-ui.el (gdba, gdb-starting, gdb-stopped, gdb-quit):
2729 Update gdb-running -> gud-running.
2730 (gdba): Use the default for gud-find-file.
2731 (def-gdb-variable): Remove: fold into def-gdb-var.
2732 (def-gdb-var): Use buffer-local-value and with-current-buffer.
2733
2734 * gud.el (gud-running): Rename from gdb-running. Update uses.
2735 (gud-tool-bar-map): Use tool-bar-local-item-from-menu rather than
2736 tool-bar-add-item-from-menu to avoid let binding tool-bar-map
2737 which fails if tool-bar.el is loaded in the mean time.
2738 (gud-file-name): New fun.
2739 (gud-find-file): Use it as default value for gud-find-file.
2740 (gud-speedbar-buttons): Discriminate on gud-minor-mode rather than
2741 on gud-find-file.
2742 (gud-gdb-find-file, gud-dbx-file-name, gud-dbx-find-file)
2743 (gud-xdb-file-name, gud-xdb-find-file, gud-perldb-find-file)
2744 (gud-pdb-find-file, gud-jdb-find-file): Remove.
2745 (gud-query-cmdline): Don't stuff the whole cwd in the command.
2746 (gdb, dbx, xdb, perldb, pdb, jdb): Use the default for gud-find-file.
2747 (gud-mipsdbx-massage-args): Remove.
2748 (gud-dbx-command-name): New var. Do what gud-mipsdbx-massage-args did.
2749 (gud-irixdbx-marker-filter): Use match-string and gud-file-name.
2750 (gud-jdb-command-name): New var.
2751 (gud-common-init): Re-instate RMS code of 11/13.
2752
2753 2002-12-03 Dave Love <fx@gnu.org>
2754
2755 * international/ucs-tables.el (ucs-unify-8859, ucs-unify-8859)
2756 (ucs-fragment-8859): Don't use set-buffer-major-mode-hook.
2757 (ucs-set-table-for-input): Use optional arg. Check for null `cs'.
2758
2759 2002-12-03 Andreas Schwab <schwab@suse.de>
2760
2761 * cus-edit.el (custom-display): Add checkbox for type mac.
2762
2763 * whitespace.el (whitespace-highlight-face): Fix face spec.
2764
2765 2002-12-02 Stefan Monnier <monnier@cs.yale.edu>
2766
2767 * simple.el (completion-setup-function): Fix last change to use
2768 minibuffer-completing-file-name instead.
2769
2770 * add-log.el (change-log-mode): Set indent-line-function explicitly
2771 to what it was before indent-line-function's default was changed.
2772
2773 2002-12-02 Richard M. Stallman <rms@gnu.org>
2774
2775 * textmodes/ispell.el (ispell-dict-map): Move specific
2776 dictionary selection into a submenu.
2777
2778 * textmodes/fill.el (fill-indent-to-left-margin): New function.
2779 (fill-newline, fill-region-as-paragraph): Use that.
2780
2781 * simple.el (completion-setup-function):
2782 Handle ffap-read-file-or-url-internal specially like
2783 read-file-name-internal.
2784
2785 2002-12-02 Simon Marshall <marshals@perth>
2786
2787 * font-lock.el (c++-font-lock-extra-types): Fix previous change.
2788
2789 2002-12-02 Fran\e,Ag\e(Bois Pinard <pinard@iro.umontreal.ca>
2790
2791 * progmodes/make-mode.el (makefile-font-lock-keywords): Highlight
2792 more make keywords: defined, endef, override, export, unexport
2793 and vpath.
2794
2795 2002-12-02 Dave Love <fx@gnu.org>
2796
2797 * autoarg.el (autoarg-kp-mode): Give it a :group.
2798
2799 2002-12-02 Noah Friedman <friedman@splode.com>
2800
2801 * complete.el (PC-do-completion): Do not add wildcards to pattern
2802 unless filename is non-nil.
2803
2804 2002-12-02 Andreas Schwab <schwab@suse.de>
2805
2806 * mwheel.el (mouse-wheel-scroll-amount): Fix customize type.
2807
2808 * paren.el (show-paren-mismatch-face): Fix face spec.
2809
2810 2002-11-30 Nick Roberts <nick@nick.uklinux.net>
2811
2812 * gdb-ui.el (gdb-many-windows): Define as a minor mode.
2813 (toggle-gdb-windows): Remove. (Patch from Stefan Monnier)
2814
2815 * tooltip.el (tooltip-gud-process-output): Handle annotations that
2816 are output with gdba in gdb-ui.el.
2817 (tooltip-strip-annotations): New function.
2818
2819 2002-12-29 Dave Love <fx@gnu.org>
2820
2821 * autoarg.el (autoarg-mode): Give it a :group.
2822
2823 2002-11-29 Bill Wohler <wohler@newt.com>
2824
2825 * mail/mh-comp.el, mail/mh-e.el, mail/mh-funcs.el,
2826 mail/mh-mime.el, mail/mh-pick.el, mail/mh-seq.el,
2827 mail/mh-utils.el, mail/mh-xemacs-compat.el: Upgraded to MH-E
2828 version 7.0.
2829
2830 * mail/mh-index.el, mail/mh-speed.el: New files for indexed
2831 searches and speedbar support in MH-E version 7.0.
2832
2833 * toolbar/reply-all.pbm, toolbar/reply-all.xpm,
2834 toolbar/reply-from.pbm, toolbar/reply-from.xpm,
2835 toolbar/reply-to.pbm, toolbar/reply-to.xpm: New toolbar images for
2836 MH-E version 7.0.
2837
2838 2002-11-29 Markus Rost <rost@math.ohio-state.edu>
2839
2840 * mwheel.el (mouse-wheel-inhibit-click-time): Fix custom type.
2841
2842 2002-11-29 Richard M. Stallman <rms@gnu.org>
2843
2844 * mail/rmail.el (rmail-convert-to-babyl-format):
2845 Make search for message delimiter case-sensitive.
2846
2847 * simple.el (yank-window-start): New variable.
2848 (yank): Record yank-window-start
2849 (yank-pop): Use yank-window-start.
2850
2851 * info.el (Info-additional-directory-list): Doc fix.
2852
2853 * indent.el (indent-according-to-mode, indent-region): Doc fix.
2854
2855 * tooltip.el (tooltip-gud-tips-p): Doc fix.
2856
2857 * eshell/em-script.el: Require eshell.
2858
2859 * eshell/esh-ext.el, eshell/em-cmpl.el: Require esh-util.
2860
2861 2002-11-29 Kim F. Storm <storm@cua.dk>
2862
2863 * mwheel.el: Avoid accidental yanking of text while scrolling with
2864 the mouse wheel. This adds a short period after each mouse wheel
2865 scroll event where a click on the mouse wheel button is ignored.
2866 (mouse-wheel-click-event, mouse-wheel-inhibit-click-time): New customs.
2867 (mouse-wheel-click-button, mwheel-inhibit-click-event-timer): New vars.
2868 (mwheel-inhibit-click-timeout,mwheel-filter-click-events): New defuns.
2869 (mwheel-scroll): Add mwheel-filter-click-events as pre-command-hook.
2870 Start mwheel-inhibit-click-event-timer with timeout handler
2871 mwheel-inhibit-click-timeout.
2872
2873 2002-11-28 Nick Roberts <nick@nick.uklinux.net>
2874
2875 * tooltip.el (tooltip-gud-tips-setup): Remove.
2876 (tooltip-gud-debugger): Remove.
2877 (tooltip-gud-print-command): Use gud-minor mode instead of
2878 tooltip-gud-tips-setup and tooltip-gud-debugger.
2879
2880 * gdb-ui.el (gdb-starting): Set gdb-running to t.
2881 (gdb-stopped): Set gdb-running to nil.
2882 (gdb-quit): Reset some variables including tool-bar-map.
2883
2884 * gud.el (gdb-running): New variable.
2885 (gud-menu-map): Use gdb-running to grey out toolbar buttons
2886 with gdba in gdb-ui.el.
2887 (gud-tool-bar-map): Move to avoid byte compiler warning.
2888
2889 2002-11-27 Jason Rumney <jasonr@gnu.org>
2890
2891 * files.el (file-truename): Canonicalize non-existent names on w32.
2892
2893 2002-11-28 Kim F. Storm <storm@cua.dk>
2894
2895 * ido.el (ido-xemacs): Remove defvar. All uses changed to
2896 check (featurep 'xemacs) instead.
2897 (ido-visit-buffer): Use select-frame-set-input-focus unconditionally.
2898
2899 2002-11-27 Dave Love <fx@gnu.org>
2900
2901 * emacs-lisp/cl-macs.el: Move `predicates for analyzing Lisp
2902 forms' block to top (before uses).
2903 (help-fns): Don't require at top level. (Recursively.)
2904 (cl-transform-lambda): Require help-fns.
2905
2906 2002-11-26 Dave Love <fx@gnu.org>
2907
2908 * language/european.el (encode-mac-roman): Deal with unencodable
2909 characters.
2910
2911 * language/cyrillic.el (ccl-encode-koi8, ccl-encode-koi8-u)
2912 (ccl-encode-alternativnyj): Deal with unencodable characters.
2913
2914 * international/code-pages.el (cp-make-coding-system): Deal with
2915 unencodable characters.
2916
2917 2002-11-24 Richard M. Stallman <rms@gnu.org>
2918
2919 * mail/sendmail.el (mail-signature): Handle case where
2920 value of mail-signature is a string.
2921
2922 * menu-bar.el (menu-bar-describe-menu): Add "What's This?" item.
2923
2924 * faces.el (face-set-after-frame-default): Ignore errors
2925 in face-spec-face-set.
2926
2927 * cus-face.el (custom-declare-face): Add face-defface-spec
2928 prop after applying the face spec.
2929
2930 2002-11-23 Nick Roberts <nick@nick.uklinux.net>
2931
2932 * tooltip.el (tooltip-gud-print-command): Add server prefix to the
2933 print command for gdb to keep it out of the command history.
2934
2935 * gdb-ui.el: Major re-organisation. Simplify legacy gdba
2936 code to allow only one gdb process.
2937
2938 2002-11-23 Markus Rost <rost@math.ohio-state.edu>
2939
2940 * scroll-all.el (scroll-all-mode): Move arg LIGHTER to the right
2941 place. Add groups.
2942
2943 2002-11-22 Simon Marshall <marshals@perth>
2944
2945 * font-lock.el (c++-font-lock-extra-types): Add various STL classes.
2946
2947 2002-11-21 Nick Roberts <nick@nick.uklinux.net>
2948
2949 * gdb-ui.el : General tidying. Patches from Stefan Monnier.
2950
2951 2002-11-20 Simon Josefsson <jas@extundo.com>
2952
2953 * play/morse.el (morse-code): Add non-ASCII characters, according
2954 to table at http://www.soton.ac.uk/~scp93ch/morse/.
2955
2956 2002-11-21 Richard M. Stallman <rms@gnu.org>
2957
2958 * dired.el (dired-sort-inhibit): New variable.
2959 (dired-sort-toggle-or-edit): Err if dired-sort-inhibit non-nil.
2960
2961 * find-dired.el (find-dired): Set dired-sort-inhibit to t
2962 buffer-locally.
2963
2964 2002-11-21 Eugene Exarevsky <zheka@relex.ru>
2965
2966 * progmodes/sql.el: Added LINTER support.
2967 (sql-linter-program): New variable.
2968 (sql-linter-options): New variable.
2969 (sql-mode-menu): Added Linter keywords.
2970 (sql-mode-linter-font-lock-keywords): New variable.
2971 (sql-highlight-linter-keywords): New function.
2972 (sql-linter): New function.
2973 (sql-ms-options): New variable.
2974 (sql-ms): Use it.
2975
2976 2002-11-21 John Paul Wallington <jpw@shootybangbang.com>
2977
2978 * ibuffer.el (ibuffer-formats): Change default value; bump width
2979 of size column in first format to 7.
2980
2981 2002-11-20 Stefan Monnier <monnier@cs.yale.edu>
2982
2983 * help-fns.el (describe-variable): Look for (defvar . <sym>) in the
2984 load-history since `defvar' now uses this format.
2985
2986 * custom.el (custom-declare-variable): Use push.
2987 Use the (defvar . <sym>) format in load-history like `defvar' does.
2988
2989 * subr.el (symbol-file): Accept a non-atomic `function' arg.
2990 (with-local-quit): Add debug and indentation info.
2991
2992 2002-11-20 John Paul Wallington <jpw@shootybangbang.com>
2993
2994 * subr.el (symbol-file): Remove unused variable `functions'.
2995
2996 2002-11-20 Markus Rost <rost@math.ohio-state.edu>
2997
2998 * Makefile.in (setwins_almost): Renamed from finder_setwins.
2999 (custom-deps): Use it.
3000 (finder-data): Adjust to that name change.
3001
3002 2002-11-19 Stefan Monnier <monnier@cs.yale.edu>
3003
3004 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
3005 Turn errors into messages so they don't get ignored.
3006 (eldoc-get-fnsym-args-string): Use help-split-fundoc.
3007 (eldoc-beginning-of-sexp): Simplify.
3008 (eldoc-function-arglist): Remove.
3009 (eldoc-function-argstring): Use help-function-arglist instead.
3010 (eldoc-function-argstring-from-docstring-method-table)
3011 (eldoc-function-argstring-from-docstring): Remove.
3012
3013 * emacs-lisp/cl.el (multiple-value-call): Add docstring.
3014
3015 2002-11-19 Dave Love <fx@gnu.org>
3016
3017 * emacs-lisp/bytecomp.el (maphash, map-char-table):
3018 Use byte-compile-funarg.
3019
3020 * emacs-lisp/byte-opt.el (side-effect-free-fns): Several additions.
3021
3022 2002-11-19 Markus Rost <rost@math.ohio-state.edu>
3023
3024 * progmodes/vhdl-mode.el (defgroup vhdl-related): Declare the
3025 members here rather than with custom-add-to-group. This is the
3026 intended way of using defgroup and also lets
3027 custom-make-dependencies do its job.
3028 (defgroup vhdl-highlight-faces): Ditto.
3029
3030 * emacs-lisp/shadow.el (defgroup lisp-shadow): New group name.
3031 Previous group name shadow is used in shadowfile.el.
3032 (shadows-compare-text-p): Use group lisp-shadow.
3033
3034 2002-11-19 Stefan Monnier <monnier@cs.yale.edu>
3035
3036 * emacs-lisp/cl.el (multiple-value-call): Add docstring.
3037
3038 2002-11-19 Masatake Yamato <jet@gyve.org> (tiny change)
3039
3040 * register.el (describe-register-1): Don't assign to val the value
3041 returned by `remove-list-of-text-properties'.
3042
3043 2002-11-18 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
3044
3045 * calendar/diary-lib.el (fancy-diary-font-lock-keywords):
3046 Grok month numbers, too.
3047
3048 2002-11-18 Juanma Barranquero <lektu@terra.es>
3049
3050 * mail/smtpmail.el (smtpmail-send-queued-mail): Add autoload cookie.
3051
3052 2002-11-18 Markus Rost <rost@math.ohio-state.edu>
3053
3054 * pcvs.el (cvs-minor-mode, cvs-mode-commit-hook): Add group.
3055
3056 * textmodes/refill.el (defgroup refill): New group.
3057
3058 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Add group.
3059
3060 * textmodes/sgml-mode.el (html-autoview-mode): Add group.
3061
3062 * textmodes/paragraphs.el (use-hard-newlines): Add group.
3063
3064 * progmodes/compile.el (compilation-shell-minor-mode): Add group.
3065 (compilation-minor-mode): Add group.
3066
3067 * reveal.el (global-reveal-mode): Add group.
3068
3069 * bookmark.el (bookmark-menu-length): Fix group name.
3070
3071 2002-11-17 Richard M. Stallman <rms@gnu.org>
3072
3073 * mail/rmail.el (rmail-ignored-headers): Add more headers.
3074
3075 * calendar/parse-time.el (parse-time-elt): Var renamed from `elt'.
3076 (parse-time-val): Var renamed from `val'. All uses changed.
3077
3078 * files.el (parse-time-rules): Mark it as risky.
3079
3080 * finder.el (finder-commentary): Use buffer *Finder-package*.
3081
3082 * menu-bar.el (menu-bar-options-menu): Improve tooltip string.
3083
3084 * simple.el (indicate-unused-lines)
3085 (default-indicate-unused-lines): New variable aliases.
3086
3087 2002-11-18 Kenichi Handa <handa@m17n.org>
3088
3089 * progmodes/cc-vars.el: Undo previous change.
3090
3091 2002-11-18 Kenichi Handa <handa@m17n.org>
3092
3093 * language/cyrillic.el (cyrillic-iso-8bit): Make it safe.
3094
3095 * language/european.el (iso-latin-1): Make it safe.
3096 (iso-latin-2, iso-latin-3, iso-latin-4, iso-latin-5, iso-latin-8)
3097 (iso-latin-9): Likewise.
3098
3099 * language/greek.el (greek-iso-8bit): Make it safe.
3100
3101 * language/hebrew.el (hebrew-iso-8bit): Make it safe.
3102
3103 * language/lao.el (lao): Make it safe.
3104
3105 * language/thai.el (thai-tis620): Make it safe.
3106
3107 2002-11-17 Markus Rost <rost@math.ohio-state.edu>
3108
3109 * speedbar.el (defgroup speedbar): Use group 'etags instead of
3110 nonexisting group 'tags.
3111
3112 * emacs-lisp/re-builder.el: Add provide call.
3113
3114 * mail/feedmail.el (feedmail-fiddle-headers-upwardly)
3115 (feedmail-fiddle-plex-user-list): Fix typo in group name.
3116
3117 * progmodes/make-mode.el (makefile-space-face): Fix group name.
3118
3119 * textmodes/ispell.el (defgroup ispell): Arrange that definition
3120 starts at beginning of line.
3121
3122 * textmodes/table.el (defgroup table-hooks): New group.
3123 (table-cell-map-hook): Fix typo in group name.
3124
3125 * calendar/diary-lib.el (diary-button-face): Add group and version
3126 number.
3127
3128 * warnings.el (defgroup warnings): New group.
3129
3130 2002-11-16 Markus Rost <rost@math.ohio-state.edu>
3131
3132 * emacs-lisp/autoload.el (update-autoloads-from-directories):
3133 Sort the list of files with no autoloads.
3134
3135 2002-11-16 Alan Shutko <ats@acm.org>
3136
3137 * calendar/diary-lib.el (list-diary-entries): Pass a marker
3138 indicating source of entry to add-to-diary-list.
3139 (diary-button-face, diary-entry, diary-goto-entry): New, to
3140 support click to diary file.
3141 (fancy-diary-display): Buttonize diary entries.
3142 (list-sexp-diary-entries): Pass a marker indicating source of
3143 entry to add-to-diary-list.
3144 (diary-date): Return mark as well as entry.
3145
3146 * calendar/calendar.el (diary-face): New.
3147 (european-calendar-display-form, describe-calendar-mode)
3148 (mark-visible-calendar-date, calendar-mark-today): Tidy doc string.
3149 (calendar-make-alist): New.
3150 (calendar-mode): Set up font-lock mode.
3151 (generate-calendar-window): Fontify if font-lock-mode is on.
3152
3153 2002-11-16 Ivan Zakharyaschev <imz@altlinux.org> (tiny change)
3154
3155 * international/codepage.el (cp866-decode-table): Fix the
3156 translation table.
3157
3158 2002-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
3159
3160 * progmodes/cc-bytecomp.el (cc-bytecomp-defun): Fixed bug that
3161 caused existing function definitions to be overridden by
3162 phonies when the bytecomp environment is restored.
3163
3164 2002-11-15 Nick Roberts <nick@nick.uklinux.net>
3165
3166 * toolbar/gud-break.pbm, toolbar/gud-cont.pbm, toolbar/gud-display.pbm,
3167 toolbar/gud-down.pbm, toolbar/gud-finish.pbm, toolbar/gud-goto.pbm,
3168 toolbar/gud-next.pbm, toolbar/gud-print.pbm, toolbar/gud-remove.pbm,
3169 toolbar/gud-run.pbm, toolbar/gud-step.pbm, toolbar/gud-up.pbm:
3170 Icons for debugger (pbm files).
3171
3172 2002-11-15 Richard M. Stallman <rms@gnu.org>
3173
3174 * international/mule.el (set-buffer-file-coding-system): Redo prev chg.
3175
3176 2002-11-15 John Paul Wallington <jpw@shootybangbang.com>
3177
3178 * ibuffer.el (ibuffer-use-other-window, ibuffer-use-header-line)
3179 (ibuffer-visit-buffer, ibuffer-redisplay, ibuffer-update): Doc fix.
3180 (ibuffer-mode-hooks): Remove spurious defvar.
3181 (ibuffer): Run `ibuffer-hook' instead of `ibuffer-hooks'.
3182 (ibuffer-mode): Run `ibuffer-mode-hook' instead of
3183 `ibuffer-mode-hooks'.
3184
3185 2002-11-15 Markus Rost <rost@math.ohio-state.edu>
3186
3187 * mail/rmailedit.el: Add provide call.
3188
3189 * play/bruce.el: Add provide call.
3190
3191 * emacs-lisp/gulp.el: Add provide call.
3192
3193 2002-11-14 Richard M. Stallman <rms@gnu.org>
3194
3195 * international/mule.el (set-buffer-file-coding-system): Undo prv chg.
3196
3197 2002-11-14 Markus Rost <rost@math.ohio-state.edu>
3198
3199 * custom.el (custom-declare-group): Remove unnecessary line of code.
3200
3201 * cus-dep.el (custom-make-dependencies): Bind load-file-name.
3202
3203 2002-11-14 Edward M. Reingold <reingold@emr.cs.iit.edu>
3204
3205 * calendar/diary-lib.el (make-diary-entry): Allow for local variables
3206 at end of diary file.
3207
3208 2002-11-14 Kim F. Storm <storm@cua.dk>
3209
3210 * files.el (mode-name): Mark it as risky-local-variable like the
3211 other mode-line elements (moved from bindings.el).
3212
3213 * bindings.el (mode-name): Moved mark as risky-local-variable to
3214 files.el.
3215
3216 2002-11-14 Juanma Barranquero <lektu@terra.es>
3217
3218 * gud.el: Fix feature name in `provide'.
3219
3220 * gdb-ui.el: Fix feature name in `require'.
3221
3222 2002-11-14 Per Cederqvist <ceder@lysator.liu.se> (tiny change)
3223
3224 * progmodes/etags.el (find-tag-default): Copy text at point without
3225 properties.
3226
3227 2002-11-14 Kenichi Handa <handa@m17n.org>
3228
3229 * progmodes/cc-vars.el: Don't cc-bytecomp-defun char-table-p.
3230
3231 2002-11-14 Kim F. Storm <storm@cua.dk>
3232
3233 * textmodes/fill.el (fill-nobreak-invisible): New var.
3234 (fill-nobreak-p): Test it; return t if set and point invisible.
3235 (fill-newline): Test it; remove invisible prop on newline if set.
3236
3237 * info.el (Info-fontify-node): New local list paragraph-markers.
3238 Record markers for mangled *note references on that list.
3239 When done, go back through those markers and fill each mangled
3240 paragraph with `fill-nobreak-invisible' let-bound to t.
3241 Don't use `display' property; insert "see" directly in buffer.
3242
3243 2002-11-14 Nick Roberts <nick@nick.uklinux.net>
3244
3245 * gdb-ui.el: New file, User Interface for running GDB
3246
3247 * gud.el:(gud-find-file): Set up GDB tool bar.
3248 (gud-menu-map): New commands: run, goto.
3249 Enable some commands for gdba.
3250 (gud-query-cmdline): Pass default directory to gdba.
3251 (gdb): Defune gud-goto and gud-run.
3252 (gud-gdb-complete-command): Maybe use gdba-complete-filter.
3253 (gud-mode): Set up local tool bar.
3254 (gud-display-line): For gdba, call gdb-display-source-buffer.
3255 (gud-basic-call): For gdba, maybe delete the current prompt.
3256 (gud-tool-bar-map): New variable.
3257 (gud-read-address): Correction.
3258
3259 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-display.xpm,
3260 toolbar/gud-down.xpm, toolbar/gud-finish.xpm, toolbar/gud-goto.xpm,
3261 toolbar/gud-next.xpm, toolbar/gud-print.xpm, toolbar/gud-remove.xpm,
3262 toolbar/gud-run.xpm, toolbar/gud-step.xpm, toolbar/gud-up.xpm:
3263 Icons for debugger.
3264
3265 2002-11-13 Stefan Monnier <monnier@cs.yale.edu>
3266
3267 * pcvs.el (cvs-mode-run): Don't pass "." if not needed.
3268
3269 2002-11-13 Andre Spiegel <spiegel@gnu.org>
3270
3271 * vc-rcs.el (vc-rcs-registered): Improve comment.
3272
3273 * vc-sccs.el (vc-sccs-registered): Improve comment.
3274
3275 2002-11-13 Tim Van Holder <tim.vanholder@anubex.com> (tiny change)
3276
3277 * progmodes/compile.el (compilation-error-regexp-alist):
3278 Don't include colon and space after a file name as part of the name.
3279
3280 2002-11-13 Richard M. Stallman <rms@gnu.org>
3281
3282 * gud.el (gdb): Undo 10-26 change.
3283
3284 2002-11-13 Kenichi Handa <handa@m17n.org>
3285
3286 * replace.el (occur-engine): Set buffer-file-coding-system of
3287 OUT-BUF to that of one of BUFFERS if they locally bind that variable.
3288
3289 2002-11-13 Markus Rost <rost@math.ohio-state.edu>
3290
3291 * custom.el (custom-handle-all-keywords): Fix arg passed to
3292 custom-add-to-group.
3293
3294 2002-11-12 Stefan Monnier <monnier@cs.yale.edu>
3295
3296 * pcvs-defs.el (cvs-mode-map): Remove M-f binding.
3297 (cvs-minor-mode-map): Add e binding in log-view-mode.
3298
3299 * progmodes/perl-mode.el (perl-hanging-paren-p): New fun.
3300 (perl-indent-line): Look at the open-paren to indent a close-paren.
3301 (perl-calculate-indent): Try to better indent args after hanging paren.
3302 Remove special code for open-paren-in-column-0.
3303
3304 * textmodes/sgml-mode.el (sgml-namify-char): New cmd.
3305 (sgml-name-char): Use it.
3306 (sgml-tag-last, sgml-tag-history): New vars.
3307 (sgml-tag): Use them.
3308 (sgml-skip-tag-forward): Use sgml-tag-syntax-table.
3309 (sgml-delete-tag): Remove resulting empty lines.
3310 (sgml-tag) <symbol-plist>: Don't make intangible.
3311 (sgml-parse-tag-backward): Add limit argument.
3312 (html-autoview-mode): Use define-minor-mode.
3313
3314 2002-11-12 Markus Rost <rost@math.ohio-state.edu>
3315
3316 * vc-rcs.el (vc-rcs-registered): Handle the autoload cookie so
3317 that the definition is found by `find-function-search-for-symbol'
3318 and etags.
3319
3320 * vc-sccs.el (vc-sccs-registered): Ditto.
3321
3322 * emulation/edt.el (defgroup edt): Arrange that definition starts
3323 at beginning of line.
3324
3325 * ls-lisp.el (defgroup ls-lisp): Remove autoload cookie.
3326
3327 * hi-lock.el (defgroup hi-lock-interactive-text-highlighting):
3328 Remove autoload cookie.
3329
3330 * newcomment.el (defgroup comment): Remove autoload cookie.
3331
3332 2002-11-11 Markus Rost <rost@math.ohio-state.edu>
3333
3334 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
3335 Declare with defvar, not with defcustom.
3336
3337 * cus-dep.el: Don't require 'autoload.
3338 (custom-make-dependencies): Handle :version also for autoloaded
3339 options.
3340
3341 * winner.el (defgroup winner): Arrange that definition starts at
3342 beginning of line.
3343
3344 * emulation/edt.el: Simplify Emacs 19 compatibility.
3345
3346 2002-11-11 Fabrice Bauzac <fabrice.bauzac@wanadoo.fr> (tiny change)
3347
3348 * dired-aux.el (dired-show-file-type): Format filename with "%s" to
3349 escape any format-like sequences it could contain.
3350
3351 2002-11-11 Per Abrahamsen <abraham@dina.kvl.dk>
3352
3353 * cus-edit.el (custom-save-delete): Force emacs-lisp-mode.
3354
3355 2002-11-11 Juanma Barranquero <lektu@terra.es>
3356
3357 * bindings.el (mode-name): Mark it as risky-local-variable.
3358
3359 2002-11-09 Dave Love <fx@gnu.org>
3360
3361 * international/mule-cmds.el (current-language-environment):
3362 Fix :type.
3363
3364 * international/ucs-tables.el: Revert to using
3365 translation-table-for-input instead of keyboard-translate-table.
3366
3367 * international/quail.el (quail-input-string-to-events):
3368 Revert last change.
3369
3370 * simple.el (quoted-insert): Bind translation-table-for-input,
3371 not keyboard-translate-table.
3372
3373 2002-11-08 Stefan Monnier <monnier@cs.yale.edu>
3374
3375 * arc-mode.el (archive-zip-summarize): Don't hardcode (point-min) = 1.
3376
3377 * complete.el (PC-do-completion): Make partial-completion work
3378 with incomplete directory names.
3379
3380 * textmodes/tex-mode.el (latex-standard-block-names): Rename from
3381 standard-latex-block-names.
3382 (tex-font-lock-keywords-1): Add providecommand, renewenvironment,
3383 and renewtheorem. Highlight \it and \bf separately since they
3384 may overlap.
3385 (tex-font-lock-suscript, tex-font-lock-unfontify-region): New funs.
3386 (tex-font-lock-keywords-3, tex-verbatim-environments)
3387 (tex-font-lock-syntactic-keywords): New vars.
3388 (superscript, subscript, tex-verbatim-face): New faces.
3389 (tex-font-lock-syntactic-face-function): Handle \verb construct.
3390 (tex-common-initialization): Update font-lock-defaults setting.
3391 (tex-insert-braces): Make it into a skeleton.
3392 (latex-fill-nobreak-predicate): Don't break after \.
3393 (latex-insert-block): Rename from tex-latex-block.
3394 (latex-down-list): Use tex-mode-syntax-table when skipping parens
3395 rather than the indentation syntax-table.
3396 (latex-close-block): Rename from tex-close-latex-block.
3397 (latex-split-block): New fun.
3398 (latex-indent): Don't indent inside a verbatim block.
3399 (latex-find-indent): Stick \begin{verbatim} to the margin.
3400
3401 2002-11-08 John Wiegley <johnw@gnu.org>
3402
3403 * calendar/timeclock.el (timeclock-modeline-display): Use assq as
3404 well as memq to find `global-mode-string' within
3405 `mode-line-format'. The structure of that variable has changed in
3406 21.3.
3407
3408 2002-11-07 Stefan Monnier <monnier@cs.yale.edu>
3409
3410 * format.el (format-decode): Be careful with the order in `format'.
3411
3412 * eshell/esh-cmd.el (function-p-func): Avoid `xemacs-p'.
3413
3414 * eshell/em-glob.el: Require esh-util.
3415 (eshell-glob-initialize): Don't assume
3416 eshell-special-chars-outside-quoting is available.
3417
3418 * textmodes/fill.el (fill-paragraph): Consider a comment-start as
3419 a paragraph starter when filling non-comments.
3420 (fill-comment-paragraph): Don't narrow while doing the fill.
3421 Recognize paragraph starters and separators within comments.
3422 Use adaptive-fill-prefix when it works. Use comment-search-forward.
3423
3424 * progmodes/compile.el (grep-default-command): New fun.
3425 (grep): Use it.
3426 (compilation-menu-map): New var.
3427 (compilation-minor-mode-map, compilation-shell-minor-mode-map): Use it.
3428 (compilation-mode-map): Simplify.
3429 (compilation-shell-minor-mode, compilation-minor-mode):
3430 Use define-minor-mode.
3431
3432 * elide-head.el (elide-head): Don't make intangible.
3433
3434 * help.el (where-is): Rename map to defs (a list of syms is not a map).
3435 Test fboundp first, to speed things up. Use push.
3436
3437 * isearch.el (isearch-hidden): New var.
3438 (isearch-search-and-update): Test it.
3439 (isearch-range-invisible): Set it.
3440
3441 * progmodes/tcl.el (tcl-mode): Don't set paragraph-start,
3442 paragraph-separate, comment-column, and fill-paragraph-function.
3443 Simplify outline-regexp.
3444 (tcl-do-fill-paragraph): Remove.
3445
3446 2002-11-07 Markus Rost <rost@math.ohio-state.edu>
3447
3448 * mail/sendmail.el (mail-default-directory): Set the version to 21.4.
3449
3450 * progmodes/compile.el (grep-compute-defaults): Undo previous change.
3451 Definition moved down.
3452 (grep-command, grep-find-command, grep-tree-command): Allow value nil.
3453 Do not declare :get property.
3454 (grep-use-null-device): Fix type. Do not declare :get property.
3455
3456 * emacs-lisp/checkdoc.el (checkdoc-find-error):
3457 Use get-file-buffer instead of get-buffer.
3458
3459 * cus-dep.el (custom-make-dependencies): Fix comment inserted in
3460 cus-load.el.
3461
3462 2002-11-07 Juanma Barranquero <lektu@terra.es>
3463
3464 * help.el (where-is): Report also aliases of the passed command.
3465
3466 2002-11-06 Dave Love <fx@gnu.org>
3467
3468 * simple.el (quoted-insert): Bind keyboard-translate-table around
3469 read-char.
3470
3471 * international/ucs-tables.el: Use keyboard-translate-table coding
3472 system property, not translation-table-for-input, for
3473 vietnamese-viscii & al.
3474 (translation-table-for-input): Set,
3475 don't defvar, and make permanent-local.
3476 (ucs-unify-8859, ucs-unify-8859, ucs-fragment-8859): Add/remove
3477 set-buffer-major-mode-hook, not quail-activate-hook.
3478 (ucs-set-table-for-input): Renamed from ucs-quail-activate.
3479 (ucs-unify-8859, ucs-unify-8859, ucs-fragment-8859):
3480 Setup keyboard-translate-table, not translation-table-for-input.
3481 Modify set-buffer-major-mode-hook, not quail-activate-hook.
3482 (ucs-fragment-8859): Don't use translation-table-for-input coding
3483 system property.
3484 (ucs-quail-activate): Deleted.
3485 (ucs-set-table-for-input): New.
3486 (ucs-minibuffer-setup): Use it.
3487
3488 * international/quail.el (quail-input-string-to-events):
3489 Use keyboard-translate-table, not translation-table-for-input.
3490
3491 * files.el (normal-mode): Call ucs-set-table-for-input.
3492
3493 * international/mule.el (set-buffer-file-coding-system):
3494 Call ucs-set-table-for-input.
3495
3496 2002-11-06 Richard M. Stallman <rms@gnu.org>
3497
3498 * replace.el (query-replace, query-replace-regexp): Doc fixes.
3499
3500 * emacs-lisp/bytecomp.el (byte-compile-lambda):
3501 Handle progn like let, inside interactive spec.
3502
3503 * textmodes/tex-mode.el (tex-dvi-view-command): Value can be sexp.
3504 Initialize to a suitable sexp.
3505 (tex-view): Evaluate tex-dvi-view-command and use the value.
3506
3507 2002-11-06 Kenichi Handa <handa@m17n.org>
3508
3509 * international/mule.el (coding-system-eol-type-mnemonic):
3510 Use eol-mnemonic-undecided if CODING-SYSTEM is nil.
3511
3512 2002-11-06 Kim F. Storm <storm@cua.dk>
3513
3514 * info.el (Info-fontify-node): Fixed hiding of *note references
3515 with embedded file names like (xxx.yyy).
3516 Avoid making any lines visibly longer if hiding newlines inside
3517 note references by wrapping line after references if it contained
3518 a newline (unfortunaly this makes more lines appear "shorter").
3519 Properly reindent multi-line menu entry descriptions.
3520
3521 2002-11-05 Juanma Barranquero <lektu@terra.es>
3522
3523 * language/cyrillic.el ("Bulgarian"): Fix typo.
3524
3525 * international/mule.el (coding-system-eol-type-mnemonic):
3526 Move from mule-util.el.
3527
3528 * international/mule-util.el (coding-system-eol-type-mnemonic):
3529 Move to mule.el.
3530
3531 2002-11-04 Juanma Barranquero <lektu@terra.es>
3532
3533 * files.el (find-buffer-visiting): Accept new optional PREDICATE
3534 argument to return only a buffer that satisfies the predicate.
3535 (insert-file-1): New function.
3536 (insert-file-literally): Use it.
3537 (insert-file): Use it.
3538
3539 2002-11-04 Robert Fenk <Robert.Fenk@gmx.de> (tiny change)
3540
3541 * desktop.el (desktop-relative-file-names): New variable.
3542 (desktop-save): Use it.
3543
3544 2002-11-03 Andre Spiegel <spiegel@gnu.org>
3545
3546 * vc.el (vc-dired-mode): Adapt dired-move-to-filename-regexp to
3547 its current version in dired.el.
3548
3549 2002-11-03 Stefan Monnier <monnier@cs.yale.edu>
3550
3551 * emacs-lisp/autoload.el (generate-file-autoloads)
3552 (update-file-autoloads): Strip .gz and other such extensions.
3553 (update-autoloads-from-directories): Also consider compressed files.
3554
3555 * info.el (Info-streamline-headings): New var.
3556 (Info-dir-remove-duplicates): New fun.
3557 (Info-insert-dir): Use it. Simplify the code with push,mapc,dolist.
3558 (Info-select-node): Simplify handling of Info-header-line.
3559 (Info-forward-node): Undo 2000/12/15 since we don't narrow any more.
3560 (Info-mode): Set header-line-format once and for all.
3561 (Info-fontify-node): Accept bogus first line with `File:' missing.
3562 Only make first line invisible if Info-use-header-line.
3563 Don't use `intangible': it's evil. Use inhibit-read-only.
3564 (Info-follow-reference, Info-next-reference, Info-prev-reference)
3565 (Info-try-follow-nearest-node): Don't bind inhibit-point-motion-hooks
3566 since we don't use intangible any more.
3567
3568 * image.el (insert-image): Don't make intangible since
3569 adjust_point_for_property should be sufficient by default.
3570
3571 2002-11-02 Stefan Monnier <monnier@cs.yale.edu>
3572
3573 * textmodes/fill.el (fill-paragraph-handle-comment): New var.
3574 (fill-comment-paragraph): New fun (generalizes of lisp-fill-paragraph).
3575 (fill-paragraph): Use them.
3576
3577 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
3578 Use fill-comment-paragraph.
3579
3580 2002-11-02 Stefan Monnier <monnier@cs.yale.edu>
3581
3582 * bindings.el (mode-line-change-eol)
3583 (mode-line-eol-desc-cache, mode-line-eol-desc): New.
3584 (mode-line-mule-info): Use them for the EOL part of the modeline.
3585
3586 * server.el (server-sentinel): Kill buffers if applicable.
3587 (server-temp-file-p): Make arg optional.
3588 (server-done): Use it to simplify.
3589 (server-switch-buffer): If server-window is a function, use it.
3590
3591 * mail/undigest.el (rmail-digest-end-regexps): Simplify.
3592 (undigestify-rmail-message): Fix paren-bug and simplify.
3593
3594 2002-11-02 Kim F. Storm <storm@cua.dk>
3595
3596 * info.el (Info-hide-note-references): nil value now does no
3597 reformatting at all. New choice 'tag reformats tag but shows
3598 the section reference.
3599 (Info-fontify-node): Use it.
3600
3601 2002-11-01 Stefan Monnier <monnier@cs.yale.edu>
3602
3603 * textmodes/tex-mode.el (tex-common-initialization):
3604 comment-start-skip shouldn't match on the next line.
3605
3606 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Use match-string.
3607 Don't bother making paragraph-start a superset of paragraph-separate.
3608 Use line-beginning-position.
3609
3610 * textmodes/sgml-mode.el (sgml-skip-tag-backward)
3611 (sgml-skip-tag-forward): Deal with xml-style <foo/> empty tags.
3612
3613 2002-11-01 Kim F. Storm <storm@cua.dk>
3614
3615 * info.el (Info-hide-note-references): New defcustom.
3616 (Info-fontify-node): Use it.
3617
3618 2002-10-31 Kim F. Storm <storm@cua.dk>
3619
3620 * shell.el (explicit-bash-args): Bash 1.x doesn't grok
3621 --noediting option; added run-time check to exclude it.
3622
3623 * info.el (Info-follow-reference, Info-next-reference)
3624 (Info-prev-reference, Info-try-follow-nearest-node):
3625 Bind inhibit-point-motion-hooks to t while parsing reference.
3626 (Info-fontify-node): When font-lock-mode is enabled, display
3627 "*note" and "* menu" references in a more user friendly format.
3628
3629 2002-10-30 Stefan Monnier <monnier@cs.yale.edu>
3630
3631 * textmodes/fill.el (fill-move-to-break-point): Skip white space
3632 _before_ checking to see if we're hitting the margin.
3633 (fill-region-as-paragraph): Don't fiddle with the undo-list any more:
3634 it's now done by the C primitives. Don't use narrowing.
3635 Reorganize the line-breaking part of the code to simplify the control
3636 flow and make it work in the absence of narrowing.
3637 (fill-region): Don't use narrowing.
3638
3639 2002-10-30 Dave Love <fx@gnu.org>
3640
3641 * textmodes/po.el (po-content-type-charset-alist): Delete most entries.
3642 (po-find-charset): Doc fix. Remove interactive spec.
3643 (po): Provide.
3644 (po-find-file-coding-system-guts): Re-written to use
3645 coding-system-alist, and code-pages, not codepage stuff.
3646
3647 * term/x-win.el: Remove some ancient compatibility code.
3648 Populate x-keysym-table.
3649
3650 2002-10-30 Andreas Schwab <schwab@suse.de>
3651
3652 * subr.el (replace-regexp-in-string): Doc fix.
3653
3654 2002-10-29 Dave Love <fx@gnu.org>
3655
3656 * cus-start.el (selection-coding-system, scalable-fonts-allowed): Add.
3657
3658 * progmodes/scheme.el (syntax-case): Define scheme-indent-function.
3659
3660 * international/mule-conf.el: Doc fixes.
3661
3662 2002-10-29 Richard M. Stallman <rms@gnu.org>
3663
3664 * server.el (server-switch-buffer): Say when no server buffers remain.
3665
3666 * net/goto-addr.el (goto-address-url-regexp): Don't match `mailto'.
3667
3668 2002-10-28 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
3669
3670 * progmodes/make-mode.el (makefile-warn-continuations):
3671 Call re-search-forward with NOERROR t.
3672
3673 2002-10-29 Kim F. Storm <storm@cua.dk>
3674
3675 * ido.el (ido-wide-find-dirs-or-files): Fixed problem that caused
3676 incomplete list of matches to be returned.
3677
3678 2002-10-29 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
3679
3680 * textmodes/texinfo.el (texinfo-environments): Add environment;
3681 copying, documentdescription, ifplaintext, ifnotplaintext, and
3682 verbatim.
3683
3684 * textmodes/texinfmt.el (texinfo-format-ifplaintext): New function.
3685 (ifplaintext, ifnotplaintext)
3686 (afourpaper, afivepaper, afourlatex, afourwide)
3687 (documentlanguage, documentencoding): New aliases.
3688
3689 2002-10-29 John Paul Wallington <jpw@shootybangbang.com>
3690
3691 * ibuffer.el (ibuffer-mouse-popup-menu): Set point before popping
3692 up filter groups menu. Preserve point unless a menu command has
3693 moved it from point clicked.
3694
3695 2002-10-29 David Kastrup <dak@lola.goethe.zz>
3696
3697 * calc/calc.el (calc-any-evaltos): Initialize to nil, since
3698 calc-refresh-evaltos appears to need this.
3699
3700 2002-10-28 Dave Love <fx@gnu.org>
3701
3702 * international/mule-diag.el (non-iso-charset-alist): Move to
3703 avoid compilation warning.
3704 (mule-diag): Provide.
3705
3706 * international/code-pages.el (cp-make-coding-system):
3707 Use utf-translation-table-for-decode, not
3708 utf-8-translation-table-for-decode.
3709 (mule-diag): Require.
3710
3711 * language/thai-util.el (thai-composition-function): Don't use prog1.
3712
3713 * language/lao-util.el (lao-composition-function): Don't use prog1.
3714
3715 * language/european.el (diacritic-composition-function):
3716 Modify confused prog1 form.
3717
3718 * international/quail.el (quail-keyboard-layout-alist): Fix pc105-uk.
3719 (quail-keyboard-layout): Customize.
3720 Move after quail-keyboard-layout-alist.
3721
3722 2002-10-28 Miles Bader <miles@gnu.org>
3723
3724 * progmodes/make-mode.el (makefile-warn-continuations):
3725 Don't barf when there _aren't_ any suspicious continuations.
3726
3727 2002-10-28 Matthew Swift <swift@alum.mit.edu>
3728
3729 * progmodes/compile.el (grep-find-use-xargs): Fix docstring.
3730
3731 2002-10-27 Michael Kifer <kifer@cs.stonybrook.edu>
3732
3733 * ediff-wind.el (ediff-control-frame-parameters): Add scrollbar-height.
3734
3735 2002-10-27 Andreas Schwab <schwab@suse.de>
3736
3737 * progmodes/sh-script.el (sh-mode-syntax-table): Don't make ^L
3738 end-of-comment syntax.
3739
3740 2002-10-27 Kim F. Storm <storm@cua.dk>
3741
3742 * ido.el (ido-cannot-complete-command): New defcustom, default to
3743 ido-completion-help (similar to iswitchb-cannot-complete-hook).
3744 (ido-complete): Call value of ido-cannot-complete-command rather
3745 than ido-completion-help when no common completion.
3746
3747 2002-10-27 Dave Love <fx@gnu.org>
3748
3749 * international/code-pages.el (iso-8859-11): New.
3750
3751 2002-10-27 Kim F. Storm <storm@cua.dk>
3752
3753 * pcvs.el (cvs-checkout): Use read-directory-name.
3754 (cvs-query-directory): Likewise.
3755
3756 2002-10-26 Richard M. Stallman <rms@gnu.org>
3757
3758 * progmodes/make-mode.el (makefile-cleanup-continuations):
3759 Default for variable is nil.
3760 (makefile-warn-continuations): New function.
3761 (makefile-mode): Put it on write-file-functions.
3762
3763 * international/mule-cmds.el (select-safe-coding-system):
3764 Delete debugging setq.
3765
3766 * shell.el (shell): Look for .emacs_SHELL under ~/.emacs.d
3767 after looking in ~.
3768
3769 * startup.el (command-line): Look for .emacs under ~/.emacs.d
3770 after looking in ~.
3771
3772 * simple.el (toggle-truncate-lines): When turning off truncation,
3773 clear out the hscroll value in this buffer's windows.
3774
3775 * simple.el (display-message-or-buffer): Don't display empty
3776 output in the echo area.
3777
3778 * man.el (Man-default-man-entry): Don't look for all word chars,
3779 look only for characters that are normally part of a shell command.
3780
3781 * gud.el (gdb): Pass default-directory to GDB via -cd option.
3782
3783 * font-lock.el (c++-font-lock-keywords...): Add `restrict' keyword.
3784
3785 * find-file.el (ff-find-related-file): Fix autoload cookie.
3786
3787 * emacs-lisp/unsafep.el (unsafep-variable): Pass second arg to
3788 risky-local-variable-p.
3789
3790 * files.el (risky-local-variable-p): VAL=nil has special meaning.
3791
3792 * Makefile.in (compile-always): Avoid error in old Bash versions.
3793
3794 2002-10-26 John Paul Wallington <jpw@shootybangbang.com>
3795
3796 * textmodes/picture.el (picture-mouse-set-point): New command.
3797 (picture-mode-map): Bind it.
3798 (picture-motion-reverse): Doc fix.
3799
3800 2002-10-25 Stefan Monnier <monnier@cs.yale.edu>
3801
3802 * textmodes/outline.el (outline-next-heading): Make sure the match-data
3803 is really correct where returning.
3804
3805 2002-10-24 Matthew Swift <swift@alum.mit.edu>
3806
3807 * textmodes/outline.el (outline-minor-mode): Add customization group.
3808
3809 2002-10-23 Richard M. Stallman <rms@gnu.org>
3810
3811 * files.el (risky-local-variable-p): New arg VAL.
3812 (compile-command): Use `stringp' for `safe-local-variable' prop.
3813 (hack-one-local-variable): Pass VAL to `risky-local-variable-p'.
3814
3815 2002-10-23 Francis J. Wright <F.J.Wright@qmul.ac.uk>
3816
3817 * woman.el (woman-version): Update to 0.551 (beta).
3818 (woman-parse-colon-path): Add support for current Cygwin mount
3819 conventions.
3820 (woman-Cyg-to-Win): New function to convert absolute filename from
3821 Cygwin to Windows form by executing external program cygpath if
3822 possible.
3823 (woman-man.conf-path): Update default to current common locations
3824 and to support Cygwin; update documentation.
3825 (woman-parse-man.conf): Generalize regexp to "man.*\\.conf" to
3826 match possible names of man.conf file; tidy code and documentation.
3827 (woman-manpath): Simplify default and documentation; essentially
3828 move code that was here into `woman-parse-colon-path'.
3829 (woman-default-indent): Change Linux to GNU in documentation.
3830 (woman-addition-face): Make documentation consistent with other
3831 WoMan faces.
3832 (woman-emulate-tbl): New variable, determines whether tbl
3833 emulation is required.
3834 (woman-decode-region): Add check for preprocessor requests.
3835 (woman0-process-escapes, woman-special-characters)
3836 (woman-get-next-char, woman-parse-numeric-value): Add support for
3837 long groff names of the form [xxx].
3838 (woman-strings, woman-change-fonts): Now call `woman-match-name'.
3839 (woman2-PD, woman2-na): Doc fix.
3840 (woman-match-name): New function.
3841 (woman2-TS): New function.
3842 (woman2-TE): New alias for `woman2-fi'.
3843
3844 2002-10-23 Kim F. Storm <storm@cua.dk>
3845
3846 * ido.el (ido-restrict-to-matches): New command.
3847 (ido-define-mode-map): Bind it to C-SPC and C-@ in ido-mode-map.
3848
3849 2002-10-22 Bob Halley <halley@play-bow.org> (tiny change)
3850
3851 * eshell/esh-io.el (eshell-set-output-handle): Fix so that
3852 multiple redirection can work.
3853
3854 2002-10-21 Stefan Monnier <monnier@cs.yale.edu>
3855
3856 * ielm.el (inferior-emacs-lisp-mode): If hexl not found, use cat.
3857 Don't hardcode point-min == 1.
3858
3859 * hexl.el (hexl-mode-old-write-contents-hooks): Remove.
3860 (hexl-mode, hexl-current-address, hexl-address-to-marker)
3861 (hexl-insert-char): Don't hardcode point-min == 1.
3862 (hexl-isearch-search-function): New fun.
3863 (hexl-mode-old-isearch-search-fun-function): New var.
3864 (hexl-mode): Use them.
3865 (hexl-mode, hexl-mode-exit, hexl-maybe-dehexlify-buffer):
3866 Use write-contents-functions rather then write-contents-hooks.
3867
3868 * textmodes/text-mode.el (text-mode-syntax-table): Make ' a prefix.
3869 (paragraph-indent-text-mode-abbrev-table)
3870 (paragraph-indent-text-mode-syntax-table): Remove.
3871 (paragraph-indent-text-mode): Use the :abbrev and :syntax-table args.
3872
3873 2002-10-21 Juanma Barranquero <lektu@terra.es>
3874
3875 * eshell/esh-util.el (directory-files-and-attributes): Copy docstring
3876 from Emacs 21. Arg DIR renamed to DIRECTORY for consistency.
3877
3878 2002-10-20 Andreas Schwab <schwab@suse.de>
3879
3880 * apropos.el (apropos-group): Use customize-group-other-window.
3881
3882 2002-10-18 Stefan Monnier <monnier@rum.cs.yale.edu>
3883
3884 * progmodes/perl-mode.el (perl-mode-syntax-table): Change $ back
3885 to just "/" instead of "/ p".
3886 (perl-font-lock-syntactic-keywords): Use ". p" for the `$'.
3887
3888 2002-10-18 Juanma Barranquero <lektu@terra.es>
3889
3890 * textmodes/artist.el (artist-ff-is-bottommost-line): Fix misplaced
3891 ELSE expression on IF.
3892
3893 2002-10-17 Juanma Barranquero <lektu@terra.es>
3894
3895 * align.el (align-rules-list, align-exclude-rules-list): Fix typos.
3896
3897 * subr.el (remq): Likewise.
3898
3899 * vc-cvs.el (vc-cvs-sticky-tag-display): Likewise.
3900
3901 * vc-hooks.el (vc-insert-file): Likewise.
3902
3903 * vcursor.el (vcursor-other-window): Likewise.
3904
3905 * wid-edit.el (widget-choose): Likewise.
3906
3907 * calendar/diary-lib.el (diary-name-pattern): Likewise.
3908
3909 * emacs-lisp/elint.el (elint-error, elint-warning): Likewise.
3910
3911 * emacs-lisp/lisp.el (beginning-of-defun): Likewise.
3912
3913 * emulation/edt-mapper.el (top-level): Likewise.
3914
3915 * eshell/esh-var.el (eshell/define): Likewise.
3916
3917 * mail/feedmail.el (feedmail-nuke-body-in-fcc)
3918 (feedmail-queue-draft-directory): Likewise.
3919
3920 * net/netrc.el (netrc-parse): Likewise.
3921
3922 * obsolete/cplus-md.el (c++-empty-arglist-indent): Likewise.
3923
3924 * progmodes/ebrowse.el (ebrowse-ts)
3925 (ebrowse-view/find-file-and-search-pattern)
3926 (ebrowse-draw-file-member-info): Likewise.
3927
3928 * progmodes/idlwave.el (idlwave-region-active-p): Likewise.
3929
3930 * progmodes/idlw-shell.el (idlwave-shell-set-bp): Likewise.
3931
3932 * progmodes/sh-script.el (sh-indent-for-then): Likewise.
3933
3934 * textmodes/bibtex.el (bibtex-find-entry-location): Likewise.
3935
3936 * textmodes/sgml-mode.el (sgml-close-tag, html-imenu-index): Likewise.
3937
3938 2002-10-17 Dave Love <fx@gnu.org>
3939
3940 * international/mule-diag.el (non-iso-charset-alist): Add koi8-u.
3941
3942 * international/code-pages.el (cp-make-translation-table): Use
3943 ucs-mule-to-mule-unicode.
3944 (cp-fix-safe-chars): Fix typo.
3945 (non-iso-charset-alist): Don't define.
3946 (cp-make-coding-system): Use utf-8-translation-table-for-decode.
3947 Define translation-table-for-input.
3948 (cp866): Reinstate.
3949 (alternativnj): Don't define alias.
3950 (koi8-u): Deleted.
3951
3952 * language/european.el ("Slovenian"): Use slovenian input-method.
3953 (encode-mac-roman): Use ucs-mule-to-mule-unicode.
3954
3955 * language/cyrillic.el (cyrillic-alternativnyj-decode-table): Fix
3956 the table.
3957 (cyrillic-alternativnyj): Don't give it `mime-charset' property.
3958 (cp866): Delete this alias.
3959 ("Bulgarian"): Fix the value of `input-method'.
3960
3961 2002-10-16 Luc Teirlinck <teirllm@mail.auburn.edu>
3962
3963 * dired-aux.el (dired-add-entry): Put point in correct position
3964 before inserting marker char.
3965
3966 2002-10-16 Andreas Schwab <schwab@suse.de>
3967
3968 * dired.el (dired-readin-insert): Expand dired-directory.
3969
3970 * dired-aux.el (dired-insert-subdir-doinsert): Preserve point.
3971
3972 2002-10-16 Markus Rost <rost@math.ohio-state.edu>
3973
3974 * textmodes/reftex-vars.el: Move reftex-set-dirty here from
3975 reftex.el. Move the provide call to end of file.
3976
3977 * textmodes/reftex.el: Move reftex-set-dirty to reftex-vars.el.
3978
3979 2002-10-15 Dave Love <fx@gnu.org>
3980
3981 * man.el (Man-getpage-in-background): Set width in environment.
3982
3983 2002-10-15 Kenichi Handa <handa@m17n.org>
3984
3985 * mail/sendmail.el (sendmail-send-it): Call
3986 select-message-coding-system before changing the current bufer to
3987 " sendmail temp".
3988
3989 2002-10-14 Andre Spiegel <spiegel@gnu.org>
3990
3991 * files.el (insert-directory): Handle //SUBDIRED// lines in
3992 recursive listings from ls --dired.
3993
3994 * vc.el (vc-dired-reformat-line): Simplified. Handles text
3995 properties correctly now.
3996
3997 2002-10-14 Juanma Barranquero <lektu@terra.es>
3998
3999 * international/mule.el (set-selection-coding-system): Fix spacing.
4000
4001 2002-10-13 Richard M. Stallman <rms@gnu.org>
4002
4003 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
4004 Treat `ignore' specially--prevent warnings about functions
4005 called for effect, in its args.
4006 Don't warn when `pop' is used for effect.
4007
4008 * emacs-lisp/autoload.el (autoload-print-form): Cleanup.
4009
4010 * uniquify.el (uniquify-get-proposed-name):
4011 Don't use directory-sep-char.
4012
4013 * thingatpt.el (read-from-whole-string): Add call to `ignore'.
4014
4015 * find-file.el (ff-related-file-alist): New alias.
4016 (ff-find-related-file): New alias.
4017
4018 2002-10-13 Andreas Schwab <schwab@suse.de>
4019
4020 * dired.el (dired-insert-directory): When looking for existing
4021 indentation, goto OPOINT instead of beginning of buffer.
4022
4023 2002-10-12 Stefan Monnier <monnier@cs.yale.edu>
4024
4025 * cus-dep.el (custom-make-dependencies): Ignore preloaded files.
4026
4027 2002-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
4028
4029 * ediff-init.el (ediff-frame-char-height): Use frame-selected-window.
4030
4031 * ediff-util.el (ediff-file-checked-in-p): Changed progn with and.
4032
4033 * ediff-wind.el (ediff-skip-unsuitable-frames): Distinguish selected
4034 frame from frame of selected window.
4035 (ediff-frame-has-dedicated-windows): Don't select any frames to avoid
4036 changing selected windows.
4037 (ediff-setup-control-frame): Make sure auto-rase is properly set for
4038 the control frame.
4039
4040 2002-10-10 Simon Josefsson <jas@extundo.com>
4041
4042 * browse-url.el (browse-url-mozilla): Doc fix.
4043
4044 2002-10-10 Steve Youngs <youngs@xemacs.org>
4045
4046 * browse-url.el (browse-url-mozilla-new-window-is-tab): New.
4047 (browse-url-mozilla): Use it.
4048
4049 2002-10-11 Miles Bader <miles@gnu.org>
4050
4051 * vc-cvs.el (vc-cvs-parse-entry): Don't barf when an `Entries'
4052 files contains an invalid timestamp.
4053
4054 2002-10-11 Simon Josefsson <jas@extundo.com>
4055
4056 * mail/sendmail.el (mail-envelope-from): New option `header' to
4057 use RFC 2822 From: header as the envelope address.
4058 (mail-envelope-from): New function, this should be used instead of
4059 looking at the `mail-envelope-from' variable.
4060 (sendmail-send-it): Use it.
4061
4062 * mail/smtpmail.el (smtpmail-via-smtp): Use it.
4063
4064 2002-10-11 Andre Spiegel <spiegel@gnu.org>
4065
4066 * dired.el (dired-insert-directory): Fix check for indentation
4067 from ls --dired.
4068
4069 * vc.el (vc-dired-reformat-line): As a temporary fix, remove all text
4070 properties from the reformatted line.
4071
4072 2002-10-10 Stefan Monnier <monnier@cs.yale.edu>
4073
4074 * textmodes/paragraphs.el (forward-paragraph): Keep track of
4075 remaining paragraphs to skip more carefully.
4076
4077 * add-log.el (add-change-log-entry): Don't call find-file at all
4078 if we're already in the proper buffer.
4079 (change-log-resolve-conflict): New fun.
4080 (change-log-mode): Use it and use define-derived-mode.
4081 (change-log-merge): Allow other-log to be a buffer.
4082 Don't add a \n if there are already enough \n's.
4083
4084 * finder-inf.el, subdirs.el, cus-load.el: Remove.
4085
4086 * finder.el ("finder-inf"): Don't fail if the file is absent.
4087
4088 * cus-dep.el (custom-make-dependencies): Don't use find-file.
4089 Use feature names rather than file names if applicable.
4090
4091 * cus-edit.el (customize-mode): New command.
4092
4093 * custom.el (custom-group-of-mode): New fun.
4094 (custom-load-symbol): Don't use preloaded-file-list now that
4095 load-history is always complete. Don't look up the expanded file
4096 name in load-history (looked like an XEmacsism).
4097
4098 * smerge-mode.el (smerge-ediff): Autoload.
4099 (smerge-match-conflict): Don't assume as much about smerge-begin-re.
4100 (smerge-resolve-function): New var.
4101 (smerge-resolve): New command.
4102 (smerge-basic-map): Bind it.
4103
4104 2002-10-10 Andre Spiegel <spiegel@gnu.org>
4105
4106 * vc-cvs.el (vc-cvs-parse-entry): Parse the time stamp found in
4107 CVS/Entries, rather than comparing it textually.
4108
4109 2002-10-10 Markus Rost <rost@math.ohio-state.edu>
4110
4111 * international/encoded-kb.el: Add `provide' call.
4112
4113 2002-10-09 David Kastrup <David.Kastrup@t-online.de>
4114
4115 * calc/calc-alg.el (calcFunc-ln): In symbolic manipulations,
4116 ln(-1) should be i*pi, not pi.
4117
4118 2002-10-09 Markus Rost <rost@math.ohio-state.edu>
4119
4120 * vc-cvs.el (vc-cvs-registered): In the autoload version use load
4121 instead of require to avoid loops when loaddefs.el is loaded after
4122 vc-cvs.el.
4123
4124 * cus-edit.el (Custom-reset-current): Don't test for default-boundp.
4125 (Custom-reset-saved): Don't test for saved-value.
4126
4127 2002-10-08 Stefan Monnier <monnier@cs.yale.edu>
4128
4129 * vc.el (vc-find-version): Use the new backend op `find-version'.
4130 (vc-default-find-version): Provide the new backend op `find-version'
4131 in terms of the old `checkout' op.
4132
4133 * vc-rcs.el (vc-rcs-find-version): New fun.
4134 (vc-rcs-checkout): Remove `workfile' arg and simplify.
4135
4136 * vc-sccs.el (vc-sccs-find-version): New fun.
4137 (vc-sccs-checkout): Remove `workfile' arg and simplify.
4138
4139 * vc-cvs.el (vc-cvs-find-version): New fun.
4140
4141 2002-10-08 John Paul Wallington <jpw@shootybangbang.com>
4142
4143 * info.el (Info-next-menu-item, Info-last-menu-item)
4144 (info-emacs-manual): Add docstrings.
4145 (Info-index): Use `string-to-number' instead of `string-to-int'.
4146
4147 2002-10-08 Kenichi Handa <handa@m17n.org>
4148
4149 * international/ucs-tables.el (ucs-translation-table-for-decode):
4150 Define it as a translation-table.
4151
4152 2002-10-07 Richard M. Stallman <rms@gnu.org>
4153
4154 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
4155
4156 * progmodes/compile.el (grep-compute-defaults): Set the standard-value
4157 properties of the variables being initialized.
4158
4159 * thingatpt.el (thing-at-point-url-path-regexp): Doc fix.
4160
4161 2002-10-07 Kim F. Storm <storm@cua.dk>
4162
4163 * emulation/cua-base.el (cua-normal-cursor-color):
4164 Fixed initialization to make "Erase Customization" work.
4165
4166 2002-10-07 Stefan Monnier <monnier@cs.yale.edu>
4167
4168 * vc.el (vc-maybe-resolve-conflicts): Always call vc-resolve-conflicts
4169 in case some other package redefined it.
4170 (vc-resolve-conflicts): Make it into an alias for smerge-ediff.
4171
4172 * textmodes/fill.el (fill-paragraph): Go to BOL before calling
4173 forward-paragraph to make sure its return value is meaningful.
4174
4175 2002-10-06 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4176
4177 * net/tramp.el: Version 2.0.25 released.
4178 (tramp-handle-file-truename): If it's a directory,
4179 append slash only if result doesn't end in a slash already.
4180 (tramp-handle-file-truename): Restructure logic. If list of steps
4181 is nil, return "/" as the real name.
4182 (tramp-completion-mode): Add "\\(" and "\\)". Otherwise,
4183 `match-string' doesn't make sense. From Michael Albinus.
4184 (tramp-host-with-port-regexp): New defcustom. Equal to previous
4185 `tramp-host-regexp'. From Michael Albinus.
4186 (tramp-host-regexp): Taken off hashes in host names. Otherwise,
4187 scanning files like .rhosts would take comments as host names.
4188 From Michael Albinus.
4189 (tramp-file-name-structure, tramp-multi-file-name-hop-structure):
4190 Replace `tramp-host-regexp' by `tramp-host-with-port-regexp'.
4191 From Michael Albinus.
4192 (tramp-action-terminal): New function.
4193 (tramp-terminal-prompt-regexp): New variable, matches "tset" prompts.
4194 (tramp-actions-before-shell): Use them.
4195 (tramp-handle-shell-command): Logic error. From Ivan
4196 Zakharyaschev <imz@altlinux.org>.
4197
4198 2002-10-06 Markus Holmberg <markush@acc.umu.se> (tiny change)
4199
4200 * thingatpt.el (thing-at-point-uri-schemes): New variable.
4201 (thing-at-point-url-regexp): Use it.
4202
4203 2002-10-06 Glenn Morris <gmorris@ast.cam.ac.uk>
4204
4205 * progmodes/fortran.el (fortran-beginning-do): Ignore labelled DO
4206 loops.
4207
4208 2002-10-05 Stefan Monnier <monnier@cs.yale.edu>
4209
4210 * vc.el (vc-log-mode-map): Explicitly inherit from text-mode.
4211 (vc-maybe-resolve-conflicts): Don't check smerge-mode and smerge-ediff.
4212 (vc-print-log): Don't check log-view-mode.
4213 (vc-default-show-log-entry): Don't check log-view-goto-rev.
4214 (vc-log-mode): Remove.
4215 (vc-log-edit): Don't check log-edit.
4216
4217 2002-10-04 Stefan Monnier <monnier@cs.yale.edu>
4218
4219 * vc-cvs.el (vc-cvs-show-log-entry):
4220 * vc-rcs.el (vc-rcs-show-log-entry): Delete.
4221
4222 * smerge-mode.el (smerge-ediff): Add name-{mine,other,base} args.
4223
4224 2002-10-04 Markus Rost <rost@math.ohio-state.edu>
4225
4226 * vc.el (vc-default-show-log-entry): Fix typo.
4227
4228 2002-10-04 Steven Tamm <steventamm@mac.com>
4229
4230 * term/mac-win.el: Add lines to handle the new [return] event.
4231
4232 2002-10-03 Stefan Monnier <monnier@cs.yale.edu>
4233
4234 * textmodes/fill.el (fill-paragraph): Give up if there's no
4235 paragraph at or after point.
4236
4237 * textmodes/paragraphs.el (forward-paragraph): Return the steps left.
4238
4239 * vc.el (vc-print-log): Unconditionally use `show-log-entry'.
4240 (vc-default-show-log-entry): New fun.
4241
4242 * subr.el (read-key-auxiliary-map, read-key): Remove.
4243 (read-quoted-char): Undo the `read-key' change of 2002-06-23.
4244
4245 2002-10-03 Markus Rost <rost@math.ohio-state.edu>
4246
4247 * progmodes/ada-stmt.el (ada-stmt-add-to-ada-menu): Handle the
4248 menu pseudo-keys generated by easymenu which are lowercase in
4249 Emacs 21.4.
4250
4251 * progmodes/ada-xref.el
4252 (ada-xref-update-project-menu,ada-add-ada-menu): Ditto.
4253
4254 2002-10-03 John Paul Wallington <jpw@shootybangbang.com>
4255
4256 * frame.el (delete-frame-hook): Variable alias for
4257 `delete-frame-functions'. Mark obsolete.
4258
4259 2002-10-02 Stefan Monnier <monnier@cs.yale.edu>
4260
4261 * textmodes/outline.el (outline-1, outline-2, outline-3, outline-4)
4262 (outline-5, outline-6, outline-7, outline-8): New faces.
4263 (outline-font-lock-faces, outline-font-lock-levels): New vars.
4264 (outline-font-lock-face): New fun.
4265 (outline-font-lock-keywords): Use it.
4266 (outline-font-lock-level): Remove.
4267 (outline-mode, outline-next-preface, outline-next-heading)
4268 (outline-previous-heading, outline-next-visible-heading):
4269 Use shy group.
4270 (outline-level) <var>: Update calling convention.
4271 (outline-level) <fun>: Take advantage of it.
4272 (outline-demote): Don't assume the match-data is still uptodate.
4273 (outline-up-heading): Simplify and make sure the match data is
4274 properly set at the end.
4275
4276 2002-10-02 Markus Rost <rost@math.ohio-state.edu>
4277
4278 * progmodes/sh-script.el (sh-alias-alist): Use append instead of
4279 nconc.
4280
4281 * startup.el (normal-top-level): Reset standard-value property of
4282 `user-full-name' here.
4283
4284 2002-10-02 Per Abrahamsen <abraham@dina.kvl.dk>
4285
4286 * wid-edit.el (widget-default-get): Change to return external
4287 value.
4288 (widget-choice-action): Update caller.
4289 (widget-editable-list-entry-create): Update caller.
4290
4291 * wid-edit.el (widget-types-copy): New function.
4292 (default): Added :copy keyword.
4293 (menu-choice): Ditto.
4294 (checklist): Ditto.
4295 (radio-button-choice): Ditto.
4296 (editable-list): Ditto.
4297 (group): Ditto.
4298 (widget-copy): New function.
4299 (widget-create-child): Use it.
4300 (widget-create-child-value): Use it.
4301
4302 2002-10-01 Bill Wohler <wohler@newt.com>
4303
4304 * mail/mh-comp.el, mail/mh-e.el, mail/mh-funcs.el,
4305 mail/mh-mime.el, mail/mh-pick.el, mail/mh-seq.el,
4306 mail/mh-utils.el, mail/mh-xemacs-compat.el, mail/reply2.pbm,
4307 mail/reply2.xpm, toolbar/execute.pbm, toolbar/execute.xpm,
4308 toolbar/page-down.pbm, toolbar/page-down.xpm, toolbar/refile.pbm,
4309 toolbar/refile.xpm, toolbar/repack.pbm, toolbar/repack.xpm,
4310 toolbar/rescan.pbm, toolbar/rescan.xpm, toolbar/show.pbm,
4311 toolbar/show.xpm, toolbar/widen.pbm, toolbar/widen.xpm:
4312 Upgraded to mh-e version 6.1.1. Full ChangeLog available in
4313 http://prdownloads.sourceforge.net/mh-e/mh-e-6.1.tgz?download .
4314 There were no user-visible changes in 6.1.1 from 6.1--only the
4315 section of the Makefile that installs the files into Emacs was changed.
4316
4317 2002-10-01 Stefan Monnier <monnier@cs.yale.edu>
4318
4319 * pcvs.el (cvs-mode-find-file): Look up font-lock-face so it also
4320 works when font-lock is turned off.
4321
4322 * jit-lock.el (jit-lock-fontify-now): Don't widen.
4323 Let the jit-lock-functions do it if they want to.
4324
4325 2002-10-01 Juanma Barranquero <lektu@terra.es>
4326
4327 * eshell/esh-module.el (eshell-load-defgroups):
4328 Add "no-byte-compile: t" to subdirs.el.
4329
4330 * makefile.w32-in (update-subdirs-CMD): Likewise.
4331
4332 * forms-d2.el:
4333 * forms-pass.el:
4334 * generic-x.el:
4335 * patcomp.el:
4336 * paths.el:
4337 * version.el:
4338 * international/mule-conf.el:
4339 * language/czech.el:
4340 * language/devanagari.el:
4341 * language/english.el:
4342 * language/georgian.el:
4343 * language/greek.el:
4344 * language/hebrew.el:
4345 * language/japanese.el:
4346 * language/korean.el:
4347 * language/lao.el:
4348 * language/misc-lang.el:
4349 * language/romanian.el:
4350 * language/slovak.el:
4351 * language/thai.el:
4352 * language/utf-8-lang.el:
4353 * emacs-lisp/cl-specs.el:
4354 * eshell/esh-maint.el:
4355 * mail/blessmail.el:
4356 * play/bruce.el:
4357 * term/apollo.el:
4358 * term/AT386.el:
4359 * term/bobcat.el:
4360 * term/internal.el:
4361 * term/iris-ansi.el:
4362 * term/keyswap.el:
4363 * term/linux.el:
4364 * term/lk201.el:
4365 * term/news.el:
4366 * term/vt102.el:
4367 * term/vt125.el:
4368 * term/vt200.el:
4369 * term/vt201.el:
4370 * term/vt220.el:
4371 * term/vt240.el:
4372 * term/vt300.el:
4373 * term/vt320.el:
4374 * term/vt400.el:
4375 * term/vt420.el:
4376 * term/wyse50.el: Add "no-byte-compile: t" in first line.
4377
4378 2002-10-01 Kenichi Handa <handa@m17n.org>
4379
4380 * international/utf-16.el: Don't provide utf-16.
4381
4382 * international/utf-8.el (ccl-decode-mule-utf-8):
4383 Remove unnecessary line.
4384
4385 2002-09-30 Kenichi Handa <handa@m17n.org>
4386
4387 * language/thai.el (thai-tis620): Add `mime-charset' property.
4388
4389 * language/indian.el: Don't register "ISO10646.*-1" in
4390 font-ccl-encoder-alist.
4391
4392 * language/cyrillic.el (ccl-decode-koi8): Refer to
4393 ucs-translation-table-for-decode.
4394 (ccl-decode-koi8-u): Likewise.
4395 (ccl-decode-alternativnyj): Likewise.
4396 (cyrillic-koi8): Put `dependency' property.
4397 (koi8-u): Likewise.
4398 (cyrillic-alternativnyj): Likewise.
4399
4400 * international/utf-8.el (ucs-mule-to-mule-unicode): Don't define
4401 this translation-table name here.
4402 (utf-translation-table-for-encode): New translation-table name.
4403 (utf-fragmentation-table): Renamed from utf-8-fragmentation-table.
4404 (utf-defragmentation-table): New variable.
4405 (ucs-mule-cjk-to-unicode): Renamed from utf-8-subst-rev-table.
4406 (utf-subst-table-for-encode): New translation-table name.
4407 (ucs-unicode-to-mule-cjk): Renamed from utf-8-subst-table.
4408 (utf-subst-table-for-decode): New translation-table name.
4409 (utf-fragment-on-decoding): Renamed from
4410 utf-8-fragment-on-decoding. Correctly handle the case that
4411 unify-8859-on-encoding-mode is off. Handle mule-utf-16-le and
4412 mule-utf-16-be too.
4413 (utf-translate-cjk): Renamed from utf-8-translate-cjk.
4414 Handle mule-utf-16-le and mule-utf-16-be too.
4415 (ccl-decode-mule-utf-8): Refer to utf-translation-table-for-decode
4416 and utf-subst-table-for-decode.
4417 (ccl-encode-mule-utf-8): Refer to utf-translation-table-for-encode
4418 and utf-subst-table-for-encode.
4419 (mule-utf-8): Fix `safe-charsets' property, put `dependency' property.
4420
4421 * international/utf-8-subst.el: Setup ucs-unicode-to-mule-cjk and
4422 ucs-mule-cjk-to-unicode, not utf-8-subst-table and
4423 utf-8-subst-rev-table.
4424
4425 * international/utf-16.el (utf-16-decode-ucs): Look up
4426 utf-subst-table-for-decode. Fix for the case that the looking up
4427 succeeds.
4428 (ccl-decode-mule-utf-16-le): Translate characters by
4429 utf-translation-table-for-decode.
4430 (ccl-decode-mule-utf-16-be): Likewise.
4431 (ccl-encode-mule-utf-16-le): Look up utf-subst-table-for-encode
4432 at first. Translate characters by utf-translation-table-for-encode.
4433 (ccl-encode-mule-utf-16-be): Likewise.
4434 (mule-utf-16-le, mule-utf-16-be): Add `dependency' property.
4435
4436 * loadup.el: Preload international/utf-16. Don't call ucs-unify-8859.
4437
4438 * international/ucs-tables.el: Don't bind
4439 utf-8-translation-table-for-decode while setting up
4440 ucs-mule-8859-to-ucs-table, etc. Add `depenency' property to
4441 iso-8859-* coding systems.
4442 (ucs-unify-8859): Arguments changed to FOR-ENCODE and FOR-DECODE.
4443 If FOR-DECODE is non-nil, make ucs-mule-8859-to-mule-unicode
4444 populate the translation table named
4445 ucs-translation-table-for-decode. If FOR-ENCODE is non-nil, make
4446 ucs-mule-to-mule-unicode populates the translation table named
4447 utf-translation-table-for-encode. Call register-char-codings for
4448 mule-utf-16-be and mule-utf-16-le too.
4449 (ucs-fragment-8859): Arguments changed to FOR-ENCODE and
4450 FOR-DECODE. If FOR-DECODE is non-nil, make the translation table
4451 named ucs-translation-table-for-decode vacant. If FOR-ENCODE is
4452 non-nil, make a proper char-table populates the translation table
4453 name utf-translation-table-for-encode. Call register-char-codings
4454 for all mule-utf-* to to reset their status to the origianl.
4455 (unify-8859-on-encoding-mode): Call ucs-unify-8859 and
4456 ucs-fragment-8859 with fixed arguments. Set the version to 21.3.
4457 (unify-8859-on-decoding-mode): Likewise. Remove dependency.
4458 (ccl-encode-unicode-font): Delete.
4459 (ucs-tables-unload-hook): Delete.
4460
4461 * international/mule.el (decode-char): Refer to the translation
4462 hash table named utf-subst-table-for-decode. Refer to the
4463 translation table named utf-translation-table-for-decode instead
4464 of utf-8-translation-table-for-decode.
4465 (encode-char): Refer to the translation hash table named
4466 utf-subst-table-for-encode. Refer to the translation table named
4467 utf-translation-table-for-encode instead of
4468 utf-8-translation-table-for-encode.
4469
4470 * international/mule-diag.el (describe-coding-system):
4471 Describe `dependency' property.
4472
4473 * international/mule-conf.el (emacs-mule): Add property `composition'.
4474
4475 * international/fontset.el (ucs-mule-to-mule-unicode): Define this
4476 translation table name here.
4477 (ucs-mule-cjk-to-unicode): New translation table name.
4478 (ccl-encode-unicode-font): Merge the code in ucs-tables.el.
4479 (font-ccl-encoder-alist): Change the font registry pattern to
4480 "ISO10646.*-*".
4481
4482 2002-09-30 Colin Walters <walters@gnu.org>
4483
4484 * calc/calc-stuff.el (calc-flush-caches): Add optional arg
4485 `inhibit-msg'.
4486
4487 * calc/calc-prog.el (calc-kbd-report, calc-kbd-query): Don't bind
4488 `executing-kbd-macro' and `defining-kbd-macro'.
4489
4490 * calc/calc-ext.el (calc-reset): Don't bind `executing-kbd-macro'.
4491 Call `calc-flush-caches' with inhibit-msg arg.
4492 (calc-change-mode): Remove extra arg for `calc-save-modes'.
4493
4494 * calc/calc-mode.el (calc-save-modes): Remove `quiet' arg.
4495 Don't bind `executing-kbd-macro'.
4496
4497 2002-09-29 Noah Friedman <friedman@splode.com>
4498
4499 * subr.el (read-key): Use read-key-auxiliary-map, not read-key-aux-map.
4500
4501 2002-09-29 Richard M. Stallman <rms@gnu.org>
4502
4503 * startup.el (user-mail-address): Initialize to a useful value
4504 once Emacs is started up; initialize to "" at loadup time.
4505 (command-line): "", not nil, means user-mail-address not set yet.
4506
4507 2002-09-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4508
4509 * net/tramp.el: Version 2.0.24 released.
4510 (tramp-methods, tramp-completion-function-alist):
4511 Rename "*-old" methods to "*_old". From Michael Albinus.
4512 (tramp-completion-function-alist):
4513 Use `tramp-completion-function-alist-ssh' for the "fcp" method.
4514 From Michael Albinus.
4515 (tramp-default-method-alist): Use "su" for "root@localhost".
4516 (tramp-host-regexp): Allow "#" for "host#port" kludge.
4517 (tramp-ange-ftp-file-name-p): If METHOD is nil, find the right
4518 default method. Require additional args USER and HOST for this.
4519 Callers changed.
4520 (tramp-handle-file-local-copy): More local bindings. Bind results
4521 of tramp-get-{remote,local}-{de,en}coding earlier to avoid nasty
4522 "are you awake" problem.
4523 (tramp-action-password): Protect against clobbered match data.
4524 (tramp-open-connection-setup-interactive-shell): Explicitly set
4525 tramp-last-cmd-time before invoking tramp-send-command the first
4526 time. Otherwise, tramp-send-command would issue "echo are you
4527 awake" right at the first time, which is not what we want.
4528 Reported by Douglas Gray Stephens.
4529 (tramp-find-inline-encoding): Don't redirect stdout to
4530 /dev/null to avoid "chmode go-rwx" operation from "mimencode
4531 >/dev/null" as root(!), and to check the output of the decoding
4532 command.
4533 (tramp-maybe-open-connection): Don't send "are you awake" if
4534 process has died.
4535
4536 2002-09-29 Colin Walters <walters@gnu.org>
4537
4538 * calc/calc.el (calc-dispatch-map): Actually set to keymap.
4539
4540 2002-09-29 Mike Williams <mdub@bigfoot.com>
4541
4542 * textmodes/sgml-mode.el (sgml-guess-indent): Handle tabs correctly.
4543
4544 2002-09-29 Richard M. Stallman <rms@gnu.org>
4545
4546 * custom.el (defcustom): Doc fix.
4547
4548 2002-09-28 Richard M. Stallman <rms@gnu.org>
4549
4550 * loadhist.el (unload-feature): When undefining a variable,
4551 delete its buffer-local bindings.
4552
4553 2002-09-28 Luc Teirlinck <teirllm@mail.auburn.edu>
4554
4555 * subr.el (remove-yank-excluded-properties): Fix bugs in
4556 handling of category properties.
4557
4558 2002-09-28 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4559
4560 * ps-print.el (ps-print-emacs-type): Error if ps-print is
4561 activated in Epoch, inLucid or in Emacs v19 or lesser.
4562 Value can no longer be `lucid'.
4563 (ps-print-version): New version number (6.5.8).
4564 (faces): Never do (require 'faces).
4565
4566 2002-09-28 Simon Josefsson <jas@extundo.com>
4567
4568 * mail/smtpmail.el (smtpmail-via-smtp): Only negotiate starttls on
4569 streams that were opened using starttls.
4570
4571 2002-09-28 Paul Reilly <pmr@pajato.com>
4572
4573 * files.el (auto-mode-alist): Add support for Java Enterprise
4574 ARchive (ear/EAR) and Web ARchive (war/WAR) files.
4575
4576 2002-09-28 John Paul Wallington <jpw@shootybangbang.com>
4577
4578 * progmodes/m4-mode.el (m4-font-lock-keywords)
4579 (m4-mode-syntax-table, m4-mode-abbrev-table, m4-m4-buffer)
4580 (m4-m4-region): Doc fixes.
4581
4582 2002-09-27 Stefan Monnier <monnier@cs.yale.edu>
4583
4584 * emacs-lisp/cl-macs.el: Use the new usage-in-docstring syntax.
4585 (cl-push, cl-pop): Remove.
4586 Use pop and push throughout the file instead.
4587 (cl-transform-lambda): Add usage info to docstring if the arglist
4588 is complex.
4589
4590 * emacs-lisp/autoload.el (make-autoload): Add usage info to docstring.
4591 (autoload-print-form): Also quote open-[-in-column 0.
4592
4593 * help-fns.el (help-with-tutorial): Use minibuffer-completion-help.
4594 (help-split-fundoc): Don't support old syntax any more.
4595 (help-add-fundoc-usage): New fun.
4596
4597 * emacs-lisp/cl-extra.el (cl-push, cl-pop): Remove.
4598 Use pop and push throughout the file instead.
4599 (cl-hash-lookup): Remove.
4600 (cl-make-hash-table, cl-hash-table-p, cl-gethash, cl-puthash)
4601 (cl-remhash, cl-clrhash, cl-maphash, cl-hash-table-count): Simplify.
4602
4603 * emacs-lisp/cl-seq.el (cl-push, cl-pop): Remove.
4604 Use pop and push throughout the file instead.
4605
4606 * emacs-lisp/edebug.el: Don't precompute menu shortcuts during
4607 loading since the current keymaps might be all weird.
4608
4609 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't add properties
4610 to the name since they're added by mode-line-format already.
4611 (define-minor-mode): Run (,mode -1) when needed.
4612
4613 * tar-mode.el (tar-untar-buffer): Handle dir-entries.
4614 (tar-summarize-buffer, tar-mode, tar-extract, tar-copy, tar-expunge)
4615 (tar-alter-one-field, tar-subfile-save-buffer, tar-mode-write-file):
4616 Don't hardcode 1 == point-min.
4617
4618 * abbrev.el (write-abbrev-file): Don't hardcode point-min == 1.
4619
4620 * subr.el (read-key-auxiliary-map): New var.
4621 (read-key): Use it.
4622 (make-temp-file): Make the file have mode 600.
4623 (add-minor-mode): Don't add properties to the name since it's
4624 added by mode-line-format already.
4625 Be more careful with the mode-line-menu entry name.
4626
4627 * userlock.el (ask-user-about-supersession-threat): Don't abort
4628 when the user hits mouse-2.
4629
4630 * register.el (set-register): Use push.
4631 (point-to-register): Set kill-buffer-hook in this buffer.
4632 (register-swap-out): Use dolist.
4633 (kill-buffer-hook): Don't change globally.
4634
4635 * server.el (server-select-display): New function.
4636 (server-process-filter): Add support for `-display' and `-eval' args.
4637 (server-visit-files): Use save-current-buffer, push, and dolist.
4638 Add server-kill-buffer to kill-buffer-hook.
4639 (kill-buffer-hook): Don't modify globally.
4640 (server-switch-buffer): Be a bit more careful with multiple displays.
4641 (server-socket-name): Always use /tmp and non-qualified hostname.
4642
4643 * uniquify.el (uniquify-rationalize-file-buffer-names):
4644 Add to kill-buffer-hook for buffers with conflict.
4645 (rename-buffer): Check kill-buffer-hook to see if there was a conflict.
4646 (uniquify-delay-rationalize-file-buffer-names): Remove useless check.
4647 (kill-buffer-hook): Don't change globally.
4648
4649 2002-09-27 Stefan Monnier <monnier@cs.yale.edu>.
4650
4651 * calc/calc.el (calc-bug-address, calc-scan-for-dels, calc-stack)
4652 (calc-stack-top, calc-always-load-extensions)
4653 (calc-line-numbering, calc-line-breaking, calc-display-just)
4654 (calc-display-origin, calc-number-radix, calc-leading-zeros)
4655 (calc-group-digits, calc-group-char, calc-point-char)
4656 (calc-frac-format, calc-prefer-frac, calc-hms-format)
4657 (calc-date-format, calc-float-format, calc-complex-format)
4658 (calc-full-float-format, calc-complex-mode, calc-infinite-mode)
4659 (calc-display-strings, calc-matrix-just, calc-break-vectors)
4660 (calc-full-vectors, calc-full-trail-vectors, calc-vector-commas)
4661 (calc-vector-brackets, calc-matrix-brackets, calc-language)
4662 (calc-language-option, calc-function-open, calc-function-open)
4663 (calc-function-close, calc-language-output-filter)
4664 (calc-language-input-filter, calc-radix-formatter)
4665 (calc-left-label, calc-right-label, calc-word-size)
4666 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
4667 (calc-display-raw, calc-internal-prec, calc-inverse-flag)
4668 (calc-hyperbolic-flag, calc-keep-args-flag, calc-angle-mode)
4669 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
4670 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
4671 (calc-window-height, calc-display-trail, calc-show-selections)
4672 (calc-use-selections, calc-assoc-selections)
4673 (calc-display-working-message, calc-auto-why, calc-timing)
4674 (calc-display-sci-high, calc-display-sci-low, calc-other-modes)
4675 (calc-other-modes, calc-Y-help-msgs, calc-loaded-settings-file):
4676 Make into real defvars.
4677 (calc-mode-var-list): Delete.
4678 (calc-mode-save-mode, calc-standard-date-formats)
4679 (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
4680 (calc-user-parse-tables, calc-gnuplot-default-device)
4681 (calc-gnuplot-default-output, calc-gnuplot-print-device)
4682 (calc-gnuplot-print-output, calc-gnuplot-geometry)
4683 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
4684 (calc-invocation-macro, calc-show-banner): Make into defvars,
4685 taken from `calc-mode-var-list'.
4686 (calc-emacs-type-epoch, calc-emacs-type-19)
4687 (calc-emacs-type-lucid, calc-emacs-type-gnu19): Make into defvars.
4688 (calc-version, calc-version-date, calc-trail-pointer)
4689 (calc-trail-overlay, calc-undo-list, calc-redo-list)
4690 (calc-main-buffer, calc-trail-buffer, calc-why, calc-next-why)
4691 (calc-inverse-flag, calc-hyperbolic-flag, calc-keep-args-flag)
4692 (calc-last-kill, calc-previous-alg-entry, calc-dollar-values)
4693 (calc-dollar-used, calc-hashes-used, calc-quick-prev-results)
4694 (calc-said-hello, calc-executing-macro, calc-any-selections)
4695 (calc-help-phase, calc-full-help-flag, calc-refresh-count)
4696 (calc-display-dirty, calc-prepared-composition)
4697 (calc-selection-cache-default-entry, calc-embedded-info)
4698 (calc-embedded-active, calc-standalone-flag, var-EvalRules)
4699 (math-eval-rules-cache-tag, math-radix-explicit-format)
4700 (math-expr-function-mapping, math-expr-variable-mapping)
4701 (math-read-expr-quotes, math-working-step, math-working-step-2)
4702 (var-i, var-pi, var-e, var-phi, var-gamma, var-Modes): Make into
4703 defvars, from toplevel setq.
4704 (calc-mode-map): Set up keymap in more modern fashion.
4705 (calc-dispatch-map): Ditto.
4706 (calc-command-flags, calc-final-point-line)
4707 (calc-final-point-column): Defvar.
4708 (calc-do): Use `save-current-buffer' instead of `save-excursion'.
4709 (sel-mode): Defvar.
4710 (calc-any-evaltos): Ditto.
4711 (calc-buffer, calc-prev-char, calc-prev-prev-char)
4712 (calc-digit-value): Ditto.
4713 (math-eval-rules-cache, math-eval-rules-cache-other): Ditto.
4714 (math-sub-bignum): Bind `diff'.
4715 (calc-selection-cache-entry): Defvar.
4716 (calc-count-lines): Reference `pos' instead of `newpos'.
4717
4718 2002-09-27 Simon Josefsson <jas@extundo.com>
4719
4720 * mail/mail-hist.el (mail-hist-next-input): Fix docstring.
4721
4722 2002-09-26 Richard M. Stallman <rms@gnu.org>
4723
4724 * mail/unrmail.el (unrmail): Do the work directly,
4725 without actually selecting the messages in the from file.
4726 (unrmail-unprune): New subroutine.
4727
4728 * files.el (backup-buffer): Bind local var MODES.
4729 Don't use renaming for a suid or sgid file.
4730 Use backup-buffer-copy to do copying.
4731 (backup-buffer-copy): New subroutine.
4732 Clear suid and sgid bits for the copy.
4733
4734 2002-09-26 Edward M. Reingold <reingold@emr.cs.iit.edu>
4735
4736 * calendar/solar.el (solar-equinoxes-solstices):
4737 Use time properly adjusted for DST in the result.
4738
4739 2002-09-26 Richard M. Stallman <rms@gnu.org>
4740
4741 * follow.el (follow-generic-filter): Simply bind deactivate-mark.
4742 Bind inhibit-read-only; don't mess with buffer-read-only.
4743
4744 * speedbar.el (speedbar-refresh): Simply bind deactivate-mark.
4745
4746 2002-09-26 Luc Teirlinck <teirllm@mail.auburn.edu>
4747
4748 * ielm.el (inferior-emacs-lisp-mode): Treat the header as
4749 output, if comint-use-prompt-regexp-instead-of-fields is nil.
4750
4751 2002-09-26 John Paul Wallington <jpw@shootybangbang.com>
4752
4753 * ibuffer.el (ibuffer-update): Call `minibufferp' with argument
4754 instead of within `with-current-buffer'.
4755
4756 2002-09-26 Stephen Eglen <stephen@gnu.org>
4757
4758 * iswitchb.el (iswitchb-completions): Test that
4759 iswitchb-common-match-string is a string, before printing common
4760 completions.
4761
4762 2002-09-25 Stefan Monnier <monnier@cs.yale.edu>
4763
4764 * server.el: Use built-in network primitives.
4765 (server-program, server-previous-string): Remove.
4766 (server-previous-strings): New var.
4767 (server-socket-name): New var.
4768 (server-log): Minor change to the output format.
4769 (server-sentinel): Clean up global state when a client disconnects.
4770 (server-unquote-arg): New fun.
4771 (server-start): Use server-socket-name and make-network-process.
4772 (server-process-filter): Now talks to the clients directly.
4773 Normalize file name after unquoting and decoding.
4774 (server-buffer-done): Just close the connection.
4775 (server-switch-buffer): Handle the case where all windows are
4776 dedicated or minibuffers.
4777
4778 * font-lock.el (fast-lock-mode, lazy-lock-mode, jit-lock-mode):
4779 Don't bind them variables.
4780 (font-lock-turn-off-thing-lock, font-lock-after-fontify-buffer)
4781 (font-lock-after-unfontify-buffer): Check that the vars are bound.
4782 (font-lock-dont-widen): New var.
4783 (font-lock-default-fontify-region): Use it.
4784
4785 * emacs-lisp/find-func.el (find-library-name):
4786 Correctly find "file.el.gz" from "file.elc" or "file.elc.gz".
4787
4788 2002-09-25 Kenichi Handa <handa@etl.go.jp>
4789
4790 * international/mule-cmds.el (select-safe-coding-system):
4791 Handle safe but rejected default coding systems and unsafe default
4792 coding systems differently.
4793
4794 * international/mule-diag.el (list-character-sets): Use the buffer
4795 name "*Character Set List*", not "*Help*". List also indirectly
4796 supported character sets.
4797 (list-charset-chars): Use the buffer name "*Character List*", not
4798 "*Help*". Display the current charset name in the modeline.
4799 (non-iso-charset-alist): Add mapped charset list for `mac-roman'.
4800 (sort-listed-character-sets): Don't alter the region showing
4801 indirectly supported charsets.
4802
4803 2002-09-24 Simon Josefsson <jas@extundo.com>
4804
4805 * mail/mail-extr.el (mail-extr-ignore-single-names): Change default.
4806 (mail-extract-address-components): Doc fix.
4807
4808 2002-09-24 Markus Rost <rost@math.ohio-state.edu>
4809
4810 * simple.el (edit-and-eval-command): Protect command-history.
4811 (repeat-complex-command): Protect command-history.
4812
4813 2002-09-24 Juanma Barranquero <lektu@terra.es>
4814
4815 * replace.el (occur-find-match): New function.
4816 (occur-next, occur-prev): Use it.
4817
4818 * progmodes/sh-script.el (sh-mark-init): Don't set `occur-buffer'.
4819 (sh-mark-line): Likewise. Use 'occur-target and 'occur-match
4820 instead of 'occur and 'occur-point.
4821
4822 * eshell/em-unix.el (eshell-occur-mode-mouse-goto)
4823 (eshell-poor-mans-grep): Remove references to `occur-buffer'.
4824
4825 2002-09-24 Stefan Monnier <monnier@cs.yale.edu>
4826
4827 * descr-text.el (describe-text-category): Use *Help*.
4828 Don't kill-buffer.
4829 (describe-text-properties, describe-char):
4830 Delay self-inspection test. Use *Help*.
4831 Use syntax-after. Use `pos' rather than (point).
4832 Distinguish the before/after part of a composition.
4833
4834 2002-09-23 Kenichi Handa <handa@etl.go.jp>
4835
4836 * international/quail.el (quail-completion): Be sure to scroll
4837 quail-completion-buf.
4838
4839 2002-09-23 Richard M. Stallman <rms@gnu.org>
4840
4841 * ielm.el (*1): Fix previous change.
4842
4843 2002-09-23 Juanma Barranquero <lektu@terra.es>
4844
4845 * net/tramp.el (tramp-unified-filenames): Autoload it.
4846
4847 2002-09-23 Michael Kifer <kifer@cs.stonybrook.edu>
4848
4849 * ediff-init.el (ediff-get-next-window): Bug fix.
4850
4851 2002-09-22 Oliver Scholz <alkibiades@gmx.de>
4852
4853 * play/gamegrid.el (gamegrid-face): New variable to emulate a
4854 buffer-local default face.
4855 (gamegrid-xbm): New variable; XBM image as a replacement for
4856 `gamegrid-xpm' on Emacsen compiled without XPM-support.
4857 (gamegrid-colorize-glyph): Ported XEmacs-code for the generation
4858 of images to Emacs.
4859 (gamegrid-match-spec): Call `gamegrid-make-image-from-vector' to
4860 convert XEmacs-type image descriptors.
4861 (gamegrid-color-display-p): Remove (use `display-colors-p' instead.)
4862 (gamegrid-make-image-from-vector): New function. Convert XEmacs'
4863 image descriptors.
4864 (gamegrid-display-type): Use Emacs' standard `display-.*-p'
4865 functions to check for display capabilities. Fix the recognition
4866 of image-support in Emacs 21 by this way.
4867 (gamegrid-hide-cursor): Removed.
4868 (gamegrid-setup-default-font): Ported the code from XEmacs to
4869 Emacs: create a new face and assign the variable `gamegrid-face'
4870 to it. Make sure that the face is not higher than the smallest
4871 image used by the game.
4872 (gamegrid-initialize-display): Use `(setq cursor-type nil)'
4873 instead of `gamegrid-hide-cursor'.
4874 (gamegrid-set-face): If `gamegrid-display-mode' is 'glyph, put an
4875 image in the buffer, instead of applying a face. [This is because
4876 Emacs display-tables are not as capable as the display-tables in
4877 XEmacs. Maybe this function should be renamed to reflect the change?]
4878 (gamegrid-init-buffer): If `gamegrid-display-mode' is 'glyph, put
4879 the face held by `gamegrid-face' in an overlay over the whole
4880 buffer to emulate a buffer-local default-face.
4881
4882 2002-09-22 Markus Triska <triska@gmx.at> (iny change)
4883
4884 * play/doctor.el (doctor-doc): Add 2 question words.
4885 (doctor-getnoun): Parse and save the complete object phrase.
4886
4887 2002-09-22 Richard M. Stallman <rms@gnu.org>
4888
4889 * international/mule-cmds.el (select-safe-coding-system): Cope if
4890 default-coding-system gives nil which was then used in `min'.
4891
4892 * mail/sendmail.el (sendmail-send-it): If user's buffer
4893 is unibyte, make tembuf unibyte.
4894
4895 2002-09-22 Kai Gro\e,A_\e(Bjohann <grossjoh@ls6.informatik.uni-dortmund.de>
4896
4897 * net/tramp.el: Version 2.0.22 released.
4898 (tramp-parse-rhosts, tramp-parse-shosts)
4899 (tramp-parse-hosts, tramp-parse-passwd): Apply `push' but
4900 `add-to-list' for performance reasons.
4901 (tramp-get-completion-user-host): Return `nil' in case both `user'
4902 and 'host' are empty (not necessarily `nil'.
4903 (tramp-parse-netrc, tramp-parse-netrc-group): New functions.
4904 (tramp-user-regexp): " \t" are not user regexp characters.
4905 (tramp-completion-handle-file-name-all-completions):
4906 Remove Ange-FTP cmpletion. It has a bug not handling the "/ftp:" prefix
4907 completely, and it returns local completions as well.
4908 (tramp-completion-function-alist-ftp): New constant.
4909 (tramp-completion-function-alist): Add completion function for "ftp".
4910 From Michael Albinus <Michael.Albinus@alcatel.de>.
4911
4912 2002-09-22 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4913
4914 * net/tramp.el: Version 2.0.21 released.
4915 (tramp-handle-file-newer-than-file-p): If mtime of both files is
4916 known, return a useful result. Better error message in case one
4917 is a Tramp file and one isn't.
4918 (tramp-handle-file-local-copy, tramp-handle-write-region)
4919 (tramp-find-shell, tramp-open-connection-telnet)
4920 (tramp-open-connection-rsh, tramp-open-connection-su)
4921 (tramp-open-connection-setup-interactive-shell)
4922 (tramp-post-connection, tramp-maybe-open-connection)
4923 (tramp-method-out-of-band-p): Correct number of args for
4924 `tramp-get-rsh-program' and similar functions.
4925
4926 2002-09-22 Kai Gro\e,A_\e(Bjohann <grossjoh@ls6.informatik.uni-dortmund.de>
4927
4928 * net/tramp.el: Version 2.0.20 released.
4929
4930 2002-09-20 Kai Gro\e,A_\e(Bjohann <grossjoh@ls6.informatik.uni-dortmund.de>
4931
4932 * net/tramp.el (tramp-completion-function-alist): Escape open
4933 paren in docstring.
4934 (tramp-user-regexp, tramp-host-regexp): Allow empty strings.
4935 (tramp-handle-insert-file-contents): Call tramp-message-for-buffer
4936 instead of tramp-message.
4937 (tramp-open-connection-rsh): Handle empty string as user name.
4938 (tramp-open-connection-su): Handle empty string as host name.
4939 Handle nil user name.
4940 (tramp-handle-file-local-copy, tramp-handle-write-region)
4941 (tramp-completion-handle-file-name-all-completions)
4942 (tramp-open-connection-telnet, tramp-open-connection-rsh)
4943 (tramp-open-connection-su, tramp-post-connection)
4944 (tramp-maybe-open-connection, tramp-method-out-of-band-p)
4945 (tramp-get-connection-function, tramp-get-remote-sh)
4946 (tramp-get-rsh-program, tramp-get-rsh-args)
4947 (tramp-get-rcp-program, tramp-get-rcp-args)
4948 (tramp-get-rcp-keep-date-arg, tramp-get-su-program)
4949 (tramp-get-su-args, tramp-get-telnet-program)
4950 (tramp-get-telnet-args): Use `tramp-find-method', perhaps require
4951 additional args USER, HOST.
4952 (tramp-action-password, tramp-open-connection-telnet)
4953 (tramp-open-connection-su, tramp-open-connection-multi)
4954 (tramp-method-out-of-band-p): `tramp-method-out-of-band-p' now
4955 takes USER and HOST arguments, to be able to use
4956 `tramp-find-method'. Update callers.
4957 (tramp-find-method): New function.
4958
4959 2002-09-20 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4960
4961 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
4962 in SWITCHES (by removing it).
4963
4964 2002-09-18 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4965
4966 * net/tramp.el (tramp-file-name-handler): Add `file-remote-p' property.
4967
4968 2002-09-17 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4969
4970 * net/tramp.el (top-level): Maybe autoload uudecode-decode-region.
4971
4972 2002-09-16 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4973
4974 * net/tramp.el (tramp-bug): Add tramp-methods.
4975
4976 2002-09-16 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4977
4978 * net/tramp.el (tramp-methods): Update docstring:
4979 tramp-encoding-command, tramp-decoding-command,
4980 tramp-encoding-function and tramp-decoding-function are not
4981 parameters anymore.
4982 (tramp-uuencode-region): Autoload it.
4983
4984 2002-09-13 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4985
4986 * net/tramp.el: Version 2.0.19 released.
4987
4988 * net/tramp-uu.el: New file, implements uuencode in Lisp.
4989
4990 * net/tramp.el (tramp-coding-commands):
4991 Use `tramp-uuencode-region' as local encoder for the uuencode based
4992 entries.
4993
4994 2002-09-13 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4995
4996 * net/tramp.el (tramp-handle-write-region): Wrong parens.
4997
4998 2002-09-13 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4999
5000 * net/tramp.el: Version 2.0.18 released.
5001
5002 * net/tramp.el (tramp-perl-decode): Perl changes to accomodate
5003 older versions of Perl. Now tested with 5.004. Suggestion from
5004 Michael Albinus.
5005
5006 2002-09-12 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5007
5008 * net/tramp.el (tramp-find-inline-encoding):
5009 Call tramp-call-local-coding-command with nil for INPUT and OUTPUT.
5010 (tramp-call-local-coding-command): OUTPUT equals nil means to
5011 discard the output. INPUT equals nil means /dev/null.
5012
5013 2002-09-12 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5014
5015 * net/tramp.el (tramp-encoding-shell): Default to environment
5016 variable COMSPEC on Windows.
5017 (tramp-handle-write-region): More debugging output.
5018 (tramp-find-inline-encoding): Ditto.
5019
5020 2002-09-11 Michael Albinus <Michael.Albinus@alcatel.de>
5021
5022 * net/tramp.el (tramp-completion-handle-file-name-all-completions):
5023 Define `result1'.
5024 (tramp-parse-hosts-group): Discard IPv6 entries.
5025
5026 2002-09-11 Kai Gro\e,A_\e(Bjohann <grossjoh@ls6.informatik.uni-dortmund.de>
5027
5028 * net/tramp.el (tramp-post-connection): Only send Perl
5029 mime-encode/decode implementations when using inline method.
5030 (tramp-handle-file-local-copy)
5031 (tramp-handle-write-region, tramp-post-connection)
5032 (tramp-coding-commands, tramp-find-inline-encoding): For the
5033 inline encodings, distinguish between local and remote commands,
5034 instead of between commands and functions. (The local commands
5035 can be functions, too.) If the local host is a Windows machine,
5036 we can't expect the same commands to work there as on the remote host.
5037 (tramp-call-local-coding-command): New function for calling local
5038 encoding and decoding commands.
5039 (tramp-set-remote-encoding, tramp-get-remote-encoding)
5040 (tramp-set-remote-decoding, tramp-get-remote-decoding)
5041 (tramp-set-local-encoding, tramp-get-local-encoding)
5042 (tramp-set-local-decoding, tramp-get-local-decoding): New functions.
5043 (tramp-get-encoding-command, tramp-set-encoding-command)
5044 (tramp-get-decoding-command, tramp-set-decoding-command)
5045 (tramp-get-encoding-function, tramp-set-encoding-function)
5046 (tramp-get-decoding-function, tramp-set-decoding-function):
5047 Old functions, removed.
5048
5049 2002-09-10 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5050
5051 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
5052 Change command to invoke /bin/sh slightly to make it compatible
5053 with the `rc' shell. Suggested by Daniel Pittman.
5054
5055 2002-09-10 Michael Albinus <Michael.Albinus@alcatel.de>
5056
5057 * net/tramp.el (tramp-handle-write-region): Added missing
5058 `)'. Hope it's the right place.
5059
5060 2002-09-09 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5061
5062 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
5063 Do "exec env PS1='$ ' /bin/sh" instead of just "exec /bin/sh" in
5064 order to get a sane shell prompt. If people have ${CWD}, say, in
5065 their shell prompt, then the default login shell might display
5066 something harmless, but the /bin/sh will display a dollar sign
5067 which confused the subsequent prompt recognition.
5068 (tramp-multi-action-password): More debugging output.
5069 (tramp-encoding-shell): Renamed from tramp-sh-program.
5070 More documentation. Default to cmd.exe on Windows NT.
5071 (tramp-encoding-command-switch): New variable. Use instead of
5072 hard-wired "-c" which is only good for /bin/sh.
5073 (tramp-encoding-reads-stdin): New variable. If t, commands are
5074 called like "/bin/sh -c COMMAND <INPUT", if nil, they are called
5075 like "/bin/sh -c COMMAND INPUT", ie the input file is the last arg.
5076 (tramp-multi-sh-program): Always default to tramp-encoding-shell.
5077 (tramp-handle-file-local-copy, tramp-handle-write-region):
5078 Respect tramp-encoding-shell and friends.
5079 (tramp-find-inline-encoding): Use new-style calls for checking if
5080 the local commands work.
5081
5082 2002-09-07 Michael Albinus <Michael.Albinus@alcatel.de>
5083
5084 * net/tramp.el (tramp-methods): Remove `tramp-completion-function'
5085 entries. They are handled now by `tramp-completion-function-alist'.
5086 (tramp-completion-function): Defvar removed. I've never used
5087 it. Hmm.
5088 (tramp-get-completion-function)
5089 (tramp-get-completion-rsh, tramp-get-completion-ssh)
5090 (tramp-get-completion-telnet, tramp-get-completion-su):
5091 Functions removed as well. Not necessary any longer due to extended
5092 customization means.
5093 (tramp-completion-function-alist): New defcustom. Holds all
5094 FUNCTION FILE pairs used for user and host name completion
5095 relevant for METHOD.
5096 (tramp-completion-function-alist-rsh)
5097 (tramp-completion-function-alist-ssh)
5098 (tramp-completion-function-alist-telnet)
5099 (tramp-completion-function-alist-su): Defconst for initializing
5100 `tramp-completion-function-alist'. Unfortunately, mainly UNIX-like
5101 values are known for me until now. Needs to be completed for at
5102 least VMS++ like operating systems.
5103 (tramp-set-completion-function)
5104 (tramp-get-completion-function): New functions for configuration
5105 of `tramp-completion-function-alist'. The old definition of
5106 `tramp-get-completion-function' has been discarded.
5107 (tramp-completion-handle-file-name-all-completions):
5108 Change function call for user/host completion according to definition
5109 in `tramp-completion-function-alist'.
5110 (tramp-parse-passwd): Added exception handling for "root", because
5111 `tramp-get-completion-su' (the previous place for this stuff)
5112 doesn't exist any longer.
5113
5114 2002-09-07 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5115
5116 * net/tramp.el (tramp-enter-password):
5117 Use `tramp-password-end-of-line' to terminate the line.
5118 (tramp-bug): Include new variable `tramp-password-end-of-line'.
5119 (tramp-password-end-of-line): New variable. People who use plink
5120 under Windows might have to issue "\r\n" after the password, but
5121 they need to send just "\n" after the other commands. So this
5122 variable was introduced to complement `tramp-rsh-end-of-line'.
5123 (tramp-wait-for-output, tramp-post-connection): Allow "\r" at end
5124 of line of the output delimiter.
5125
5126 2002-09-06 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5127
5128 * net/tramp.el (tramp-handle-file-local-copy, tramp-find-shell)
5129 (tramp-open-connection-setup-interactive-shell): Add some comments
5130 about Douglas Grey Stephen's suggestions to make Tramp work better
5131 with plink under Windows. I'm not sure what to think of them, but
5132 now I have a guinea pig to try it out on. Said guinea pig is
5133 having other problems, though... Also remove some commented-out code.
5134
5135 2002-09-06 Michael Albinus <Michael.Albinus@alcatel.de>
5136
5137 * net/tramp.el (tramp-get-completion-methods): Algorithm slightly
5138 tuned.
5139 (tramp-get-completion-user-host): Accept user names as they are if
5140 typed until "@".
5141 (tramp-completion-mode): Replace `last-input-char' by modern
5142 `last-input-event'. Check for `event-modifiers'.
5143
5144 2002-09-06 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5145
5146 * net/tramp.el (file-expand-wildcards): Corrected check to see if
5147 advising is necessary.
5148
5149 2002-09-05 Michael Albinus <Michael.Albinus@alcatel.de>
5150
5151 * net/tramp.el (tramp-postfix-single-method-format)
5152 (tramp-postfix-multi-method-format)
5153 (tramp-postfix-multi-hop-format)
5154 (tramp-postfix-user-format): New format strings.
5155 (tramp-postfix-single-method-regexp)
5156 (tramp-postfix-multi-method-regexp)
5157 (tramp-postfix-multi-hop-regexp)
5158 (tramp-postfix-user-regexp)
5159 (tramp-make-multi-tramp-file-format)
5160 (tramp-make-tramp-file-name): Apply them.
5161 (tramp-completion-handle-file-name-all-completions): Fix for
5162 invoking ange-ftp in case of "/ftp:xxx" file names.
5163
5164 2002-09-04 Michael Albinus <Michael.Albinus@alcatel.de>
5165
5166 * net/tramp.el (tramp-prefix-format)
5167 (tramp-postfix-host-format): New format strings.
5168 (tramp-prefix-regexp, tramp-method-regexp)
5169 (tramp-postfix-single-method-regexp)
5170 (tramp-postfix-multi-method-regexp)
5171 (tramp-postfix-multi-hop-regexp)
5172 (tramp-user-regexp, tramp-postfix-user-regexp)
5173 (tramp-host-regexp, tramp-postfix-host-regexp)
5174 (tramp-path-regexp): New atomar regular expressions.
5175 If corresponding format strings exist, derived from them.
5176 (tramp-file-name-structure)
5177 (tramp-multi-file-name-structure)
5178 (tramp-multi-file-name-hop-structure)
5179 (tramp-make-multi-tramp-file-format)
5180 (tramp-completion-mode)
5181 (tramp-completion-dissect-file-name)
5182 (tramp-parse-rhosts-group)
5183 (tramp-parse-shosts-group)
5184 (tramp-parse-hosts-group)
5185 (tramp-parse-passwd-group): Apply these expressions.
5186 (tramp-file-name-structure-unified)
5187 (tramp-file-name-structure-separate)
5188 (tramp-make-tramp-file-format-unified)
5189 (tramp-make-tramp-file-format-separate)
5190 (tramp-make-tramp-file-format)
5191 (tramp-make-tramp-file-user-nil-format-unified)
5192 (tramp-make-tramp-file-user-nil-format-separate)
5193 (tramp-make-tramp-file-user-nil-format)
5194 (tramp-multi-file-name-structure-unified)
5195 (tramp-multi-file-name-structure-separate)
5196 (tramp-multi-file-name-hop-structure-unified)
5197 (tramp-multi-file-name-hop-structure-separate)
5198 (tramp-make-multi-tramp-file-format-unified)
5199 (tramp-make-multi-tramp-file-format-separate): Removed.
5200 (tramp-make-tramp-file-name): Allow partial tramp file
5201 names. Generate tramp file format on-the-fly depending on
5202 parameters. Apply atomar format strings resp expressions.
5203 (tramp-get-completion-methods)
5204 (tramp-get-completion-user-host): Apply `tramp-make-tramp-file-name'.
5205 (tramp-parse-hosts-group): Take all host names and IP addresses
5206 into account.
5207 (tramp-bug): Remove `tramp-make-tramp-file-format'.
5208
5209 2002-09-01 Michael Albinus <Michael.Albinus@alcatel.de>
5210
5211 * net/tramp.el (tramp-methods): Add `tramp-completion-function'
5212 for "su" and "sudo".
5213 (tramp-get-completion-telnet): Implement it.
5214 (tramp-parse-hosts)
5215 (tramp-parse-hosts-group)
5216 (tramp-get-completion-su)
5217 (tramp-parse-passwd)
5218 (tramp-parse-passwd-group): New functions.
5219
5220 2002-08-31 Michael Albinus <Michael.Albinus@alcatel.de>
5221
5222 * net/tramp.el (tramp-completion-mode): Check for `last-input-char'.
5223 (tramp-completion-file-name-handler-alist): Add handler for
5224 `file-exists-p.
5225 (tramp-completion-handle-file-exists-p): New function.
5226 (tramp-completion-handle-file-name-completion): Simplified.
5227 (tramp-completion-dissect-file-name): Regexp's reorganised.
5228 (tramp-completion-handle-file-name-all-completions):
5229 Call completion-function only if `user' or `host' is given.
5230 (tramp-get-completion-user-host): New function.
5231 (tramp-get-completion-rsh)
5232 (tramp-get-completion-ssh): Apply it.
5233
5234 2002-08-29 Michael Albinus <Michael.Albinus@alcatel.de>
5235
5236 * net/tramp.el (tramp-completion-file-name-handler-alist):
5237 Add handler for `expand-file-name'.
5238 (tramp-completion-handle-expand-file-name): New function.
5239
5240 2002-08-26 Michael Albinus <Michael.Albinus@alcatel.de>
5241
5242 * net/tramp.el (tramp-completion-mode): New function.
5243 (tramp-completion-handle-file-name-directory)
5244 (tramp-completion-handle-file-name-all-completions): Apply it.
5245 (tramp-methods): Remove double definition of `ssh1-old' and `ssh2-old'.
5246 (tramp-point-at-eol): New defalias.
5247 (tramp-parse-rhosts-group)
5248 (tramp-parse-shosts-group):: Apply it.
5249
5250 2002-08-25 Michael Albinus <Michael.Albinus@alcatel.de>
5251
5252 * net/tramp.el (tramp-get-completion-methods)
5253 (tramp-get-completion-rsh)
5254 (tramp-get-completion-ssh): Add "[" for Xemacs.
5255 (tramp-completion-file-name-regexp-separate): Expression adapted.
5256 (tramp-completion-file-name-handler-alist): Add handler for
5257 `file-name-directory' and `file-name-nondirectory'.
5258 (tramp-completion-handle-file-name-directory)
5259 (tramp-completion-handle-file-name-nondirectory)
5260 (tramp-completion-run-real-handler): New functions.
5261 (tramp-completion-file-name-handler)
5262 (tramp-completion-handle-file-name-all-completions):
5263 Apply `tramp-completion-run-real-handler'.
5264 (tramp-parse-rhosts)
5265 (tramp-parse-shosts): Use `with-temp-buffer'. `result\e$,1!=\e(B renamed to
5266 `res' (otherwise side effects in XEmacs).
5267
5268 2002-08-24 Michael Albinus <Michael.Albinus@alcatel.de>
5269
5270 * net/tramp.el (tramp-completion-file-name-regexp)
5271 (tramp-completion-file-name-handler-alist)
5272 (tramp-flatten-list)
5273 (tramp-completion-dissect-file-name)
5274 (tramp-get-completion-rsh)
5275 (tramp-parse-rhosts)
5276 (tramp-parse-rhosts-group)
5277 (tramp-get-completion-ssh): Doc string tuned.
5278 (tramp-methods): Doc string and custom type extended for
5279 `tramp-completion-function'.
5280 (tramp-completion-function): Variable added. Is it really used?
5281 Other variables like `tramp-completion-function' aren't used.
5282 (tramp-completion-file-name-handler-alist): Add handler for
5283 `file-name-completion'.
5284 (tramp-completion-handle-file-name-completion): New function.
5285
5286 2002-08-18 Michael Albinus <Michael.Albinus@alcatel.de>
5287
5288 * net/tramp.el (tramp-parse-rhosts)
5289 (tramp-parse-rhosts-group)
5290 (tramp-parse-shosts)
5291 (tramp-parse-shosts-group): New functions.
5292
5293 2002-08-17 Michael Albinus <Michael.Albinus@alcatel.de>
5294
5295 * net/tramp.el (tramp-completion-dissect-file-name)
5296 (tramp-completion-dissect-file-name1): New functions.
5297
5298 2002-08-16 Michael Albinus <Michael.Albinus@alcatel.de>
5299
5300 * net/tramp.el (tramp-get-completion-function)
5301 (tramp-get-completion-rsh)
5302 (tramp-get-completion-ssh)
5303 (tramp-get-completion-telnet): New functions.
5304 (tramp-methods): Add `tramp-completion-function' for all methods.
5305
5306 2002-08-15 Michael Albinus <Michael.Albinus@alcatel.de>
5307
5308 * net/tramp.el (tramp-get-completion-methods): New function.
5309 (tramp-find-default-method): Allow host to be nil (like user).
5310
5311 2002-08-14 Michael Albinus <Michael.Albinus@alcatel.de>
5312
5313 * net/tramp.el (tramp-completion-file-name-regexp-unified)
5314 (tramp-completion-file-name-regexp-separate)
5315 (tramp-completion-file-name-regexp)
5316 (tramp-completion-file-name-handler-alist): New defcustoms.
5317 (tramp-completion-file-name-handler): New function.
5318 Add `tramp-completion-file-name-handler' to `file-name-handler-alist'.
5319 (tramp-run-real-handler): Add `tramp-completion-file-name-handler'
5320 to `inhibit-file-name-handlers'.
5321 (tramp-completion-handle-file-name-all-completions)
5322 (tramp-completion-handle-file-name-completion): New functions.
5323
5324 2002-08-12 Michael Albinus <Michael.Albinus@alcatel.de>
5325
5326 * net/tramp.el (tramp-invoke-ange-ftp): `tramp-disable-ange-ftp'
5327 must be called again after activating `ange-ftp'.
5328 (tramp-ange-ftp-file-name-p): Check for Xemacs.
5329
5330 2002-08-08 Michael Albinus <Michael.Albinus@alcatel.de>
5331
5332 * net/tramp.el (tramp-do-copy-or-rename-file): Don't pass
5333 KEEP-DATE to tramp-invoke-ange-ftp 'rename.
5334 (tramp-handle-write-region): Don't pass LOCKNAME and CONFIRM to
5335 tramp-invoke-ange-ftp 'write-region.
5336 (tramp-handle-set-file-modes): Change order of FILENAME and MODE
5337 passing to tramp-invoke-ange-ftp 'set-file-modes.
5338 (tramp-flatten-list): New function. Maybe this functionality does
5339 exist already elsewhere in the libraries.
5340 (tramp-invoke-ange-ftp): Apply `tramp-flatten-list' to parameter
5341 list in order to avoid nested lists, f.e. when invoked from
5342 `tramp-handle-dired-call-process'.
5343
5344 2002-09-05 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5345
5346 * net/tramp.el (tramp-chunksize): New kluge variable.
5347 (tramp-send-region): If tramp-chunksize is non-nil, send region in
5348 parts and sleep 0.1 seconds between chunks.
5349
5350 2002-09-03 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5351
5352 * net/tramp.el (tramp-handle-insert-directory):
5353 Use `insert-buffer-substring' instead of `insert-buffer', which is not
5354 supposed to be used from Lisp. Remember old point in a variable
5355 instead of using `mark'. Suggestion from Stefan Monnier.
5356 (tramp-unified-filenames): New variable. Use it in default value
5357 of other filename variables.
5358 (file-expand-wildcards): Don't advise unless "[" and "]" are used
5359 in the filename format.
5360
5361 2002-09-01 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5362
5363 * net/tramp.el (tramp-methods): Remove duplicate definition of
5364 ssh1-old and ssh2-old.
5365
5366 2002-09-22 Kai Gro\e,A_\e(Bjohann <grossjoh@ls6.informatik.uni-dortmund.de>
5367
5368 * dired.el (dired-insert-directory): Always add "--dired" to to
5369 SWITCHES for remote files.
5370 * files.el (insert-directory): Comment saying that "--dired"
5371 might be in the SWITCHES.
5372 * net/ange-ftp.el (ange-ftp-ls): Handle "--dired" in LSARGS.
5373 (ange-ftp-insert-directory): Comment explaining "--dired" handling.
5374
5375 2002-09-21 Markus Rost <rost@math.ohio-state.edu>
5376
5377 * mail/mailabbrev.el (mail-abbrev-make-syntax-table): Give %!._-
5378 word constituent syntax.
5379
5380 2002-09-21 Richard M. Stallman <rms@gnu.org>
5381
5382 * cus-dep.el (custom-make-dependencies): Bind to t
5383 around evaluating the def-form.
5384
5385 * custom.el (custom-dont-initialize): New variable.
5386 (custom-declare-variable): Don't init the variable
5387 if custom-dont-initialize is non-nil.
5388
5389 2002-09-21 John Paul Wallington <jpw@shootybangbang.com>
5390
5391 * net/eudc.el (eudc-install-menu): Use `define-key' and
5392 `easy-menu-create-menu' to avoid duplication of menu.
5393
5394 2002-09-20 Kim F. Storm <storm@cua.dk>
5395
5396 * kmacro.el (kmacro-step-edit-query): Use RET to execute rest of
5397 macro and terminate editing.
5398 (kmacro-step-edit-macro): Push previous macro onto ring if changed
5399 by step editing.
5400
5401 2002-09-19 Tom Tromey <tromey@redhat.com>
5402
5403 * play/blackbox.el (bb-right): Respect prefix argument.
5404 (bb-left, bb-up, bb-down): Likewise.
5405
5406 2002-09-19 Richard M. Stallman <rms@gnu.org>
5407
5408 * cus-dep.el (custom-make-dependencies): Fix previous change.
5409
5410 2002-09-19 Juanma Barranquero <lektu@terra.es>
5411
5412 * ielm.el (ielm-eval-input): Call `error-message-string' instead
5413 of the non-existent `ielm-format-error'.
5414
5415 2002-09-19 Stefan Monnier <monnier@cs.yale.edu>
5416
5417 * emacs-lisp/easymenu.el (easy-menu-remove):
5418 * emacs-lisp/ewoc.el (ewoc--node-branch): Add docstring.
5419
5420 * international/mule-diag.el (describe-coding-system):
5421 Remove unused `coding-spec' variable.
5422 (list-input-methods): Be more careful when setting up the help buffer.
5423
5424 * international/ucs-tables.el (unify-8859-on-encoding-mode):
5425 Set init value to t to reflect reality.
5426 (ucs-minibuffer-setup): Use minibuffer-selected-window.
5427
5428 2002-09-18 Stefan Monnier <monnier@cs.yale.edu>
5429
5430 * progmodes/make-mode.el (makefile-cleanup-continuations-p):
5431 Rename to makefile-cleanup-continuations.
5432 (makefile-mode): Use write-file-functions.
5433 (makefile-fill-paragraph): Use match-string-no-properties.
5434 (makefile-fill-paragraph): Use line-end-position.
5435 (makefile-add-log-defun): Simplify.
5436
5437 2002-09-18 Richard M. Stallman <rms@gnu.org>
5438
5439 * dired.el (dired-mark-pop-up): Doc fix.
5440
5441 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Put the
5442 definition straight into loaddefs.el as well as executing it here.
5443
5444 2002-09-18 Colin Walters <walters@debian.org>
5445
5446 * calc/calc.el (calc-mode): Add font-lock-defontify to
5447 change-major-mode-hook.
5448
5449 2002-09-18 Richard M. Stallman <rms@gnu.org>
5450
5451 * Makefile.in (bootstrap-clean): Use cd to shorten arg strings.
5452 Don't ignore errors in rm line.
5453
5454 * menu-bar.el (menu-bar-search-menu): Nicer help string.
5455
5456 * replace.el (occur-engine-add-prefix): Use 7 spaces.
5457 (occur-engine): Use 7 digits to align tabs in the data.
5458
5459 * emacs-lisp/bytecomp.el (byte-compile-output-docform):
5460 Don't make the definition dynamic if it shares structure
5461 with the arg list.
5462
5463 * gud.el (gud-pdb-marker-regexp): Allow : and \ in file name.
5464 (pdb): In gud-remove, pass down the file name.
5465
5466 * cus-dep.el (custom-make-dependencies): Sort MEMBERS before use.
5467
5468 2002-09-18 Luc Teirlinck <teirllm@mail.auburn.edu>
5469
5470 * ielm.el: (*1, *2, *3): New variables.
5471 (ielm-eval-input): Make temporary buffers current on entry and
5472 exit to the let bindings for *, ** and ***.
5473 (inferior-emacs-lisp-mode): Mention *1, *2 and *3 in the docstring.
5474 Do not overrule global bindings for *, ** and ***.
5475
5476 2002-09-18 Tom Tromey <tromey@redhat.com>
5477
5478 * progmodes/make-mode.el (makefile-fill-paragraph): Find comment
5479 boundaries before filling.
5480
5481 2002-09-18 Stefan Monnier <monnier@cs.yale.edu>
5482
5483 * server.el (server-done): Fix harmlessly wrong arg to save-buffer.
5484 (server-switch-buffer): Only select a different window if
5485 next-buffer is non-nil. Don't switch in a dedicated window.
5486 If next-buffer is already displayed, reuse that window.
5487
5488 * diff-mode.el (diff-mode): Use compilation-minor-mode.
5489 Don't unbind compilation-last-buffer after autoloading compile.el.
5490 Hide the compilation-minor-mode bindings altogether.
5491
5492 2002-09-18 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5493
5494 * dired.el (dired-insert-directory): Never add "--dired" when
5495 listing remote directories.
5496
5497 2002-09-18 Michael Kifer <kifer@cs.stonybrook.edu>
5498
5499 * ediff-hooks.el: Put back the autoloads (for XEmacs compatibility).
5500
5501 * ediff-init.el: Use defalias instead of fset.
5502
5503 * ediff-util.el: Use defalias instead of fset.
5504
5505 * viper-util.el (viper-chars-in-region): Simplification.
5506
5507 * viper.el (viper-emacs-state-mode-list): Added modes.
5508
5509 2002-09-18 Jonathan Yavner <jyavner@engineer.com>
5510
5511 * emacs-lisp/testcover.el: New file. Uses edebug to instrument a
5512 module of code, with graphical display of poor-coverage spots.
5513
5514 * emacs-lisp/testcover-ses.el: New file. Demonstrates use of
5515 testcover on a interactive module like ses.
5516
5517 * emacs-lisp/testcover-unsafep.el: New file. Demonstrates use of
5518 testcover on a noninteractive module like unsafep.
5519
5520 2002-09-18 Miles Bader <miles@gnu.org>
5521
5522 * diff-mode.el (diff-mode): Don't evaluate `compilation-last-buffer'
5523 unless it's bound.
5524
5525 2002-09-17 Stefan Monnier <monnier@cs.yale.edu>
5526
5527 * server.el (server-log): Add `client' arg.
5528 (server-start): Don't bother canceling the sentinel.
5529 (server-process-filter): Use replace-regexp-in-string and
5530 handle the new &n quoting. Use push. Use server-log's new arg.
5531 Don't output the C-x # message if `nowait'.
5532 (server-buffer-done): Use server-log's new arg.
5533
5534 2002-09-16 Jonathan Yavner <jyavner@engineer.com>
5535
5536 * ses.el: New file.
5537
5538 * emacs-lisp/unsafep.el: New file.
5539
5540 * files.el (auto-mode-alist): Add ".ses" for ses-mode.
5541 (inhibit-quit): This is risky for unsafep, doesn't matter much for
5542 anybody else.
5543 (risky-local-variable-p): New function. Split off from
5544 hack-one-local-variable so unsafep can use it. Add \|-history$ to
5545 the list of disallowed local variable names (malicious user could
5546 stuff a `display' property in there that would be activated when
5547 na\e,Ao\e(Bve user called up the history).
5548
5549 2002-09-16 Markus Rost <rost@math.ohio-state.edu>
5550
5551 * ls-lisp.el (ls-lisp-format-time-list): Fix type and provide :tag's.
5552
5553 2002-09-16 Richard M. Stallman <rms@gnu.org>
5554
5555 * play/gomoku.el (gomoku-move-up, gomoku-move-down):
5556 Use forward-line and move-to-column.
5557
5558 * cus-edit.el (custom-variable-backup-value): New function.
5559 (custom-variable-reset-backup): New function.
5560 (custom-variable-menu): Add item for custom-variable-reset-backup.
5561 (custom-variable-set, custom-variable-reset-saved)
5562 (custom-variable-reset-standard): Call custom-variable-backup-value.
5563
5564 2002-09-16 Stefan Monnier <monnier@cs.yale.edu>
5565
5566 * dired.el (dired-font-lock-keywords): Use regexp-opt.
5567 (dired-move-to-filename): Better message when we fail to find the file.
5568 (dired-sort-toggle): Minor optimization.
5569
5570 2002-09-16 Juanma Barranquero <lektu@terra.es>
5571
5572 * dired-aux.el (dired-add-entry): Add missing argument to
5573 `dired-mark'.
5574
5575 2002-09-16 John Paul Wallington <jpw@shootybangbang.com>
5576
5577 * xscheme.el (scheme-interaction-mode): Doc fix.
5578
5579 * net/eudc.el (eudc-plist-get): Doc fix.
5580
5581 2002-09-16 Kim F. Storm <storm@cua.dk>
5582
5583 * menu-bar.el (menu-bar-last-search-type): New var.
5584 (nonincremental-repeat-search-forward)
5585 (nonincremental-repeat-search-backward): Repeat string or
5586 regexp search depending on menu-bar-last-search-type.
5587 (nonincremental-search-forward, nonincremental-re-search-forward)
5588 (nonincremental-search-backward, nonincremental-re-search-backward):
5589 Set menu-bar-last-search-type to string or regexp.
5590 (nonincremental-repeat-re-search-forward): Removed.
5591 (nonincremental-repeat-re-search-backward): Removed.
5592 (menu-bar-replace-menu): New keymap for "Edit->Replace" submenu.
5593 (menu-bar-i-search-menu): New keymap for "Incremental Search" submenu.
5594 (menu-bar-adv-search-menu): Removed.
5595 (menu-bar-search-menu): Reorganized.
5596 (menu-bar-edit-menu): Added "Replace" submenu.
5597
5598 2002-09-15 Richard M. Stallman <rms@gnu.org>
5599
5600 * scroll-bar.el (scroll-bar-mode): Specify :initialize.
5601
5602 * menu-bar.el (menu-bar-make-mm-toggle): Don't put a quote befor FNAME
5603 when it's not being evaluated.
5604
5605 2002-09-15 Markus Rost <rost@math.ohio-state.edu>
5606
5607 * dired.el (dired-move-to-filename): Fix previous change.
5608
5609 2002-09-14 Kim F. Storm <storm@cua.dk>
5610
5611 * emulation/keypad.el (keypad-setup, keypad-shifted-setup)
5612 (keypad-numlock-setup, keypad-numlock-shifted-setup):
5613 Change `Remove Binding' option to `Unspecified/User-defined'.
5614 (keypad-setup): Enhance explanation of setup type `none'.
5615
5616 2002-09-14 Richard M. Stallman <rms@gnu.org>
5617
5618 * time.el (display-time-mode): Set display-time-load-average here.
5619 (display-time-load-average): Initialize to nil.
5620 (display-time-default-load-average): Add "None" alternative.
5621 (display-time-update): Handle "None" alternative for load-average.
5622
5623 * dired-aux.el (dired-bunch-files): Put the arg FILES
5624 back as it was after temporary destrucive mods.
5625 (dired-add-entry): Use dired-insert-directory to handle indentation.
5626 Explicitly restore the line's marker character.
5627 Preserve the old file name's text properties.
5628 (dired-add-entry-do-indentation): Function deleted.
5629 (dired-relist-file): Doc fix.
5630 (dired-rename-file): Change argument names.
5631 (foo-rename-file): New function.
5632 (dired-do-hardlink): Use dired-hardlink.
5633 (dired-hardlink): New function.
5634 (dired-insert-subdir-doinsert): Use dired-insert-directory;
5635 that handles indentation, text props and header line.
5636 dired-readin-insert gets no args.
5637 Use `last' instead of `reverse'.
5638
5639 * dired.el (dired-use-ls-dired): New variable.
5640 (dired-directory): Document the rules better.
5641
5642 * dired.el (dired-insert-headerline): Function deleted.
5643 (dired-revert): Pass no args to dired-readin.
5644 (dired-move-to-filename): First try using dired-filename property.
5645 (dired-move-to-end-of-filename): Likewise.
5646 (dired-why): Try to show the start of this page of warnings.
5647 (dired-log): Insert the buffer name at start of page, not end.
5648 (dired-log-summary): If just one failure, explain it in echo area.
5649
5650 * dired.el (dired-internal-noselect):
5651 Always set dired-directory, when buffer is not new.
5652 Pass dir-or-list, not dirname, to dired-mode.
5653 Call dired-readin with no args.
5654 Don't call dired-after-readin-hook here.
5655 (dired-find-buffer-nocreate): Expand dirname.
5656 Expand the dir from dired-directory to compare with dirname.
5657
5658 (dired-readin): Take no args. Get the directory from dired-directory.
5659 Run dired-before-reading hook inside save-excursion.
5660 Run dired-after-readin-hook here.
5661 Don't make undo entries at all.
5662 Call dired-readin-insert with no args.
5663 Don't change indentation here.
5664 Don't insert headerline here.
5665
5666 (dired-readin-insert): Take no args.
5667 Get dir and file-list from dired-directory.
5668 Call dired-insert-directory the new way.
5669 Don't insert "wildcard" info here.
5670
5671 (dired-insert-directory): New arg FILE-LIST.
5672 First arg now DIR, always just the directory.
5673 This function fully handles setting up the buffer text:
5674 update indentation, insert headerline and "wildcard" info.
5675 Pass --dired arg if appropriate; put info in dired-filename props.
5676 Don't expand file names here.
5677
5678 * warnings.el (display-warning): In batch mode,
5679 exclude the final newline from the arg to `message'.
5680
5681 2002-09-13 Markus Rost <rost@math.ohio-state.edu>
5682
5683 * files.el (diff-buffer-with-file): Check whether associated file
5684 exists. Display message for 1 second. Always return nil.
5685
5686 2002-09-13 Stefan Monnier <monnier@cs.yale.edu>
5687
5688 * diff-mode.el (diff-mode): Turn on compilation-minor-mode
5689 support again, but more carefully this time.
5690
5691 * progmodes/perl-mode.el (perl-mode-syntax-table): Mark $, % and @
5692 such that backward-sexp correctly skips them.
5693 (perl-font-lock-keywords-2): Use regexp-opt.
5694 (perl-font-lock-syntactic-keywords)
5695 (perl-font-lock-syntactic-face-function): Better handle PODs.
5696 Handle package names with ' in them and ($$) in `sub' declarations.
5697 Handle format staements. Handle regexp and quote-like ops.
5698 (perl-empty-syntax-table): New var.
5699 (perl-quote-syntax-table): New fun.
5700
5701 * pcvs.el (cvs-mode-find-file): Work even if point is at beg-of-line.
5702 (cvs-do-removal): Bind inhibit-read-only while modifying the buffer.
5703
5704 * newcomment.el (comment-with-narrowing): Use the `declare' thingy.
5705
5706 * derived.el (define-derived-mode): Properly ignore unknown args.
5707
5708 * emacs-lisp/easy-mmode.el (define-minor-mode): Add a :require arg.
5709 Don't call the function during init if mode is on by default.
5710
5711 * simple.el: Provide `simple'.
5712 (transient-mark-mode, line-number-mode, column-number-mode):
5713 Pass an explicit `:require nil' argument.
5714
5715 2002-09-13 Francesco Potort\e,Al\e(B <pot@gnu.org>
5716
5717 * play/tetris.el (tetris-blank-options, tetris-cell-options):
5718 Remove various redundant `(t nil)'.
5719
5720 * play/snake.el (snake-border-options): Use color on tty if available.
5721
5722 * play/tetris.el (tetris-border-options): Likewise.
5723
5724 * play/pong.el (pong-border-options): Likewise, plus reset
5725 color on tty to be [0.5 0.5 0.5].
5726
5727 2002-09-13 Kim F. Storm <storm@cua.dk>
5728
5729 * kmacro.el (kmacro-start-macro): Doc fix.
5730
5731 2002-09-13 Juanma Barranquero <lektu@terra.es>
5732
5733 * progmodes/idlw-shell.el (idlwave-shell-cleanup): Fix reference
5734 to `idlwave-idlwave_routine_info-compiled'.
5735
5736 * whitespace.el (whitespace-unload-hook): Call `remove-hook' with
5737 three arguments, not four.
5738
5739 2002-09-13 Kim F. Storm <storm@cua.dk>
5740
5741 * kmacro.el (kmacro-keymap): Changed bindings:
5742 C-x C-k s to kmacro-start-macro, C-x C-k b to kmacro-bind-to-key.
5743
5744 2002-09-12 Richard M. Stallman <rms@gnu.org>
5745
5746 * international/mule-cmds.el (universal-coding-system-argument):
5747 Read the coding system inside `interactive' spec, for command-history.
5748
5749 2002-09-12 Stefan Monnier <monnier@cs.yale.edu>
5750
5751 * emacs-lisp/find-func.el (find-library-name): Don't forget
5752 the empty suffix. Fix stale variable name.
5753
5754 * gud.el (gud-gdb-massage-args, gud-sdb-massage-args)
5755 (gud-pdb-massage-args): Delete.
5756 (gdb, sdb, pdb): Don't pass gud-*-massage-args any more.
5757 (gud-gdb-command-name): New var. Put "--fullname" in there.
5758 (gud-query-cmdline): Use the most recent executable as the default.
5759 Don't add "--fullname" (it's only valid/meaningful for GDB).
5760 (gud-xdb-marker-filter): Use match-string.
5761 (gud-perldb-massage-args): Don't add "-d".
5762 (gud-perldb-command-name): Add "-d".
5763 (gud-common-init): If `massage-args' is nil, don't call it.
5764 (gud-format-command): Don't hardcode point-min==1.
5765
5766 * derived.el: Require CL when compiling.
5767
5768 2002-09-12 Simon Josefsson <jas@extundo.com>
5769
5770 * mail/smtpmail.el (smtpmail-send-it): Don't use : in filenames
5771 (for cygwin). Suggested by Andrew Senior <aws@watson.ibm.com>.
5772 Use expand-file-name. Also don't require time-stamp.
5773
5774 2002-09-11 Richard M. Stallman <rms@gnu.org>
5775
5776 * derived.el (define-derived-mode): When making new abbrev table,
5777 don't try to copy the parent's abbrev table.
5778
5779 * ruler-mode.el (ruler-mode-left-scroll-bar-cols):
5780 Always round scroll-bar-width parameter up.
5781 If it is nil, use 14.
5782
5783 * abbrev.el (copy-abbrev-table): New function.
5784
5785 2002-09-11 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5786
5787 * ps-print.el: Adjust ps-print-color-p, ps-default-fg and
5788 ps-default-bg setting.
5789 (ps-print-version): New version number (6.5.7).
5790 (ps-mark-active-p): New fun.
5791 (ps-print-preprint-region): Adjust code.
5792
5793 2002-09-11 Dave Love <fx@gnu.org>
5794
5795 * international/mule.el (non-standard-designations-alist)
5796 (ctext-pre-write-conversion): Don't generate invalid extended
5797 segments for iso8859.
5798
5799 * language/cyrillic.el ("Ukrainian"): Fix nonascii-translation.
5800 (cyrillic-alternativnyj-decode-table): Fix some entries.
5801
5802 * international/ucs-tables.el: Fix last change.
5803
5804 * international/utf-8.el (utf-8-fragment-on-decoding): Fix last
5805 change.
5806
5807 2002-09-11 Kim F. Storm <storm@cua.dk>
5808
5809 * edmacro.el (edit-kbd-macro): Recognize new C-x e binding,
5810 kmacro-end-and-call-macro.
5811
5812 2002-09-11 Juanma Barranquero <lektu@terra.es>
5813
5814 * newcomment.el (uncomment-region): Fix let/let* use.
5815
5816 2002-09-11 Simon Josefsson <jas@extundo.com>
5817
5818 * time-stamp.el (time-stamp-hhmmss): New function.
5819
5820 * gud.el (gud-gdb-massage-args): Don't secretly add -fullname.
5821 (gud-query-cmdline): Add --fullname to the user cmdline.
5822
5823 * mail/smtpmail.el (smtpmail-default-smtp-server): Doc fix.
5824
5825 2002-09-11 Kim F. Storm <storm@cua.dk>
5826
5827 * kmacro.el (kmacro-call-macro): Rephrase repeat prompt.
5828 (kmacro-step-edit-map): Bind "A" to `append-end'.
5829 (kmacro-step-edit-prompt): Fix prompt.
5830 (kmacro-step-edit-query): Handle `append-end' response.
5831 (kmacro-step-edit-pre-command): Activate `append-end' at end of
5832 macro when required.
5833
5834 2002-09-11 Stefan Monnier <monnier@cs.yale.edu>
5835
5836 * derived.el (define-derived-mode): Fix typo.
5837
5838 * menu-bar.el (line-number-mode, column-number-mode)
5839 (transient-mark-mode): Use minor mode directly.
5840 (menu-bar-make-toggle): Remove `props' arg.
5841 Move customize-mark-as-set directly into the toggle function.
5842
5843 * whitespace.el (whitespace-global-mode): Use define-minor-mode.
5844 Use the new file hook names.
5845 (whitespace-describe): Remove. Move the text to `Commentary:'.
5846 (whitespace-unload-hook): Use the new file hook names.
5847
5848 * finder.el (finder-find-library): Remove.
5849 (finder-commentary): Use find-library-name and add completion.
5850
5851 * simple.el (transient-mark-mode, line-number-mode)
5852 (column-number-mode): Use define-minor-mode.
5853 (define-mail-user-agent): Delete. Moved to subr.el.
5854
5855 * loadup.el ("simple.el"): Move to after loaddefs.el.
5856
5857 * subr.el (define-mail-user-agent): Moved from simple.el.
5858
5859 2002-09-10 Richard M. Stallman <rms@gnu.org>
5860
5861 * pcvs-info.el (cvs-check-fileinfo): Don't use boolp.
5862 (boolp): Function deleted.
5863
5864 2002-09-10 Dave Love <fx@gnu.org>
5865
5866 * international/utf-8.el (ucs-mule-to-mule-unicode):
5867 Define unconditionally.
5868 (utf-8-fragmentation-table): New. Use it in top-level mapc.
5869 (utf-8-fragment-on-decoding): Use it to keep
5870 utf-8-translation-table-for-decode variable and translation table
5871 in sync.
5872
5873 * international/ucs-tables.el: Bind utf-8-translation-table-for-decode
5874 when setting up tables and remove useless optimize-char-table.
5875 (ucs-mule-to-mule-unicode): Deleted.
5876 (ucs-unify-8859): Maybe optimize ucs-mule-to-mule-unicode.
5877
5878 * international/utf-16.el (utf-16-le-pre-write-conversion)
5879 (utf-16-be-pre-write-conversion): Deleted.
5880 (mule-utf-16-le, mule-utf-16-be): Register encoding translation table.
5881
5882 2002-09-10 Richard M. Stallman <rms@gnu.org>
5883
5884 * files.el (diff-buffer-with-file): Simplify.
5885 Don't signal an error if buffer has no file.
5886 Call sit-for after `diff' returns.
5887
5888 * play/gamegrid.el (gamegrid-make-color-tty-face):
5889 Handle string as COLOR arg.
5890 (gamegrid-display-type): Don't assume display-color-p
5891 implies a color-x terminal.
5892 (gamegrid-hide-cursor): Set `cursor-type' local variable.
5893
5894 * descr-text.el (describe-text-mode): Add font-lock-defontify to
5895 change-major-mode-hook.
5896
5897 * ibuffer.el (ibuffer-mode): Add font-lock-defontify to
5898 change-major-mode-hook.
5899
5900 * comint.el (comint-mode): Add font-lock-defontify to
5901 change-major-mode-hook.
5902
5903 * info.el (Info-mode): Add font-lock-defontify to
5904 change-major-mode-hook.
5905
5906 * replace.el (occur-mode): Add font-lock-defontify to
5907 change-major-mode-hook.
5908
5909 * font-core.el (font-lock-defontify): New function.
5910
5911 2002-09-10 Richard M. Stallman <rms@gnu.org>
5912
5913 * ps-print.el (ps-printer-name-option): Doc fix.
5914
5915 2002-09-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5916
5917 * ps-print.el: Adjust ps-postscript-code-directory setting.
5918 XEmacs version check was adjusted.
5919 (ps-print-version): New version number (6.5.6).
5920 (ps-print-color-p, ps-page-dimensions-database): Autoload var.
5921 (ps-print-code, ps-print-preprint-region): Adjust code.
5922
5923 2002-09-10 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5924
5925 * files.el (auto-mode-alist): ~/.gnus, ~/.viper are in
5926 emacs-lisp-mode, like ~/.emacs.
5927
5928 2002-09-10 Stefan Monnier <monnier@cs.yale.edu>
5929
5930 * newcomment.el (uncomment-region): Be more careful with `='.
5931
5932 2002-09-10 Deepak Goel <deego@glue.umd.edu>
5933
5934 * play/doctor.el (doc//): Rename from `//'. Update callers.
5935 (doc$): Rename from `$'. Update callers.
5936
5937 2002-09-10 Miles Bader <miles@gnu.org>
5938
5939 * simple.el (do-auto-fill): `fill-indent-according-to-mode' is a
5940 variable, not a function.
5941
5942 * kmacro.el (kmacro-call-macro): Deal with a non-numeric prefix arg.
5943
5944 2002-09-10 Kim F. Storm <storm@cua.dk>
5945
5946 * macros.el (apply-macro-to-region-lines): Let-bind mark-active to
5947 nil while executing macro to avoid triggering delete-selection-mode.
5948
5949 * simple.el (keyboard-quit): Set defining-kbd-macro to nil to
5950 cancel defining keyboard macro when applicable.
5951
5952 2002-09-09 Markus Rost <rost@math.ohio-state.edu>
5953
5954 * simple.el (transient-mark-mode, line-number-mode)
5955 (column-number-mode): Undo previous change because of bootstrapping.
5956
5957 2002-09-09 Stefan Monnier <monnier@cs.yale.edu>
5958
5959 * derived.el (define-derived-mode): Add keyword arguments.
5960 (derived-mode-make-docstring): Take abbrev and syntax table names.
5961
5962 * font-core.el (font-lock-change-mode): Just turn off font-lock-mode.
5963 (font-lock-default-function): Change arg name.
5964
5965 * cus-start.el (transient-mark-mode): Delete. Done in simple.el.
5966
5967 * paren.el (show-paren-function): Use syntax-after.
5968
5969 * emacs-lisp/syntax.el (syntax-after): Delete. Moved to subr.el.
5970
5971 * subr.el (symbol-file): Also work for autoloaded funcs.
5972 (syntax-after): New fun moved from syntax.el.
5973
5974 * find-file.el (ff-pre-find-hook, ff-pre-load-hook, ff-post-load-hook)
5975 (ff-not-found-hook, ff-file-created-hook): Rename from *-hooks.
5976 Update callers (but still run the old hooks as well).
5977
5978 * emacs-lisp/find-func.el (find-library-suffixes, find-library-name)
5979 (find-library): New funs.
5980 (find-function-search-for-symbol): Use it.
5981
5982 * emacs-lisp/bytecomp.el (byte-compile-file): Don't switch buffer.
5983
5984 * isearch.el (isearch-cmds): Add docstring.
5985 (isearch-mouse-2): Lookup binding in the proper buffer.
5986 Use call-interactively and remove the now useless `arg'.
5987 (isearch-search-fun-function): New var.
5988 (isearch-search-fun): New fun.
5989 (isearch-search, isearch-lazy-highlight-search): Use it.
5990
5991 2002-09-09 Stefan Monnier <monnier@cs.yale.edu>
5992
5993 * simple.el (what-line): Don't hard-code 1.
5994 (transient-mark-mode, line-number-mode, column-number-mode):
5995 Use define-minor-mode.
5996 (do-auto-fill): Only ignore prefix if it's really empty.
5997
5998 2002-09-09 Markus Rost <rost@math.ohio-state.edu>
5999
6000 * files.el (save-some-buffers-action-alist): Use lower case for
6001 help string of diff-buffer-with-file.
6002
6003 2002-09-09 Richard M. Stallman <rms@gnu.org>
6004
6005 * calendar/calendar.el (mouse-scroll-calendar-left)
6006 (mouse-scroll-calendar-right, mouse-calendar-other-month):
6007 New commands.
6008 (calendar-mode-line-format): Use them.
6009
6010 * emacs-lisp/bytecomp.el (byte-recompile-directory):
6011 Set and then bind default-directory.
6012
6013 * startup.el (fancy-splash-head, normal-splash-screen):
6014 Change the messages that explain about GNU or GNU/Linux.
6015
6016 * info.el (Info-search): Add (point-min) to subfile positions
6017 to get them right. Skip the current subfile using forward-line.
6018
6019 * files.el (make-backup-file-name-1): When make-directory fails,
6020 ignore backup-directory-alist.
6021 (make-directory): Expand DIR before looking for handler.
6022
6023 2002-09-09 Jari Aalto <jari.aalto@poboxes.com>
6024
6025 * progmodes/cperl-mode.el (cperl-noscan-files-regexp):
6026 In addition to RCS, exclude CVS directories.
6027
6028 * ls-lisp.el (ls-lisp-format-time-list): New variable.
6029 (ls-lisp-format-time): Use it.
6030
6031 * files.el (auto-mode-alist): Use sh-mode for .bash files.
6032
6033 2002-09-09 Dave Love <d.love@dl.ac.uk>
6034
6035 * ps-print.el: Many doc fixes.
6036
6037 2002-09-09 John Paul Wallington <jpw@shootybangbang.com>
6038
6039 * play/doctor.el (doctor-cadr, doctor-caddr, doctor-cddr): Remove.
6040 Update callers.
6041
6042 2002-09-08 Markus Rost <rost@math.ohio-state.edu>
6043
6044 * diff.el (diff): Doc fix.
6045
6046 2002-09-08 Richard M. Stallman <rms@gnu.org>
6047
6048 * emacs-lisp/bytecomp.el (byte-compile-delete-errors): Default to nil.
6049
6050 * simple.el (undo-elt-in-region): Fix one-off error at END.
6051 (forward-visible-line): Handle invisibility by ignoring
6052 invisible newlines. Also include entire invisible lines beyond
6053 the stopping point.
6054
6055 * cus-edit.el (custom-save-variables, custom-save-faces):
6056 Clarify the comments written into .emacs.
6057
6058 2002-09-08 Markus Triska <triska@gmx.at>
6059
6060 * play/doctor.el (doctor-doc): Recognize question words
6061 and use qlist. Use doctor-shorten's return value.
6062 (doctor-shorten): Compute a return value, don't alter `sent'.
6063 (doctor-hates1): Add a question mark.
6064 (doctor-strangelove): Unused function deleted.
6065
6066 2002-09-08 Kim F. Storm <storm@cua.dk>
6067
6068 * kmacro.el (kmacro-end-and-call-macro): New command to end and
6069 call keyboard macro in one step. Bind it to C-x e by default.
6070 (kmacro-call-macro): Use format-kbd-macro.
6071 (kmacro-step-edit-macro): New command to interactively step edit
6072 and execute last keyboard macro.
6073 (kmacro-keymap): Bind SPC [C-x C-k SPC] to kmacro-step-edit-macro.
6074 (kmacro-step-edit-mini-window-height): New custom var.
6075 (kmacro-step-edit-map): New keymap (parent is query-replace-map).
6076 (kmacro-step-edit-prefix-commands): New var.
6077 (kmacro-step-edit-prompt, kmacro-step-edit-query)
6078 (kmacro-step-edit-insert, kmacro-step-edit-pre-command)
6079 (kmacro-step-edit-minibuf-setup, kmacro-step-edit-post-command):
6080 New aux functions for step editing keyboard macros.
6081
6082 * subr.el (read-quoted-char): Apply listify-key-sequence to vector
6083 returned by this-single-command-raw-keys before appending it to
6084 unread-command-event.
6085
6086 2002-09-07 Colin Walters <walters@debian.org>
6087
6088 * progmodes/compile.el (compile-internal): Add optional argument
6089 no-async.
6090
6091 * diff.el (diff): Add optional argument no-async, and use the
6092 above argument.
6093
6094 * files.el (diff-buffer-with-file): Call diff synchronously, so we
6095 don't delete the temporary file before diff has a chance to read
6096 it.
6097
6098 * ibuf-ext.el (ibuffer-diff-with-file): Just call
6099 `diff-buffer-with-file'.
6100
6101 2002-09-07 John Paul Wallington <jpw@shootybangbang.com>
6102
6103 * emacs-lisp/cl-indent.el (extended-loop-p): Doc fix.
6104
6105 * emacs-lisp/find-func.el (find-function-recenter-line):
6106 Add custom type. Doc fix.
6107
6108 2002-09-06 Stefan Monnier <monnier@cs.yale.edu>
6109
6110 * menu-bar.el (menu-bar-make-mm-toggle): New macro.
6111 (showhide-menu-bar, showhide-toolbar, menu-bar-toggle-auto-compression)
6112 (toggle-highlight-paren-mode, toggle-global-lazy-font-lock-mode):
6113 Remove. Use the minor mode function directly instead.
6114 (menu-bar-mode): Add message and customize-mark-as-set and return
6115 the new value as do other minor modes.
6116
6117 * edmacro.el (edmacro-subseq): Don't use cl-push/cl-pop.
6118
6119 2002-09-06 Simon Marshall <simon@gnu.org>
6120
6121 * progmodes/etags.el (find-tag-tag, complete-tag):
6122 Bind completion-ignore-case based on tags-case-fold-search, so that
6123 case-sensitivity of tag completion matches that of tag search.
6124
6125 2002-09-06 Juanma Barranquero <lektu@terra.es>
6126
6127 * calendar/solar.el (calendar-time-display-form): Fix spacing.
6128
6129 * double.el (double-prefix-only): Likewise.
6130
6131 * emacs-lisp/easymenu.el (easy-menu-define): Likewise.
6132
6133 * emacs-lisp/find-func.el (find-function-search-for-symbol): Likewise.
6134
6135 * emacs-lisp/float.el (string-to-float): Likewise.
6136
6137 * emacs-lisp/rx.el (rx): Likewise.
6138
6139 * faces.el (copy-face): Likewise.
6140
6141 * hilit-chg.el (highlight-changes-colours)
6142 (highlight-changes-active-string)
6143 (highlight-changes-passive-string)
6144 (highlight-changes-rotate-faces, global-highlight-changes): Likewise.
6145
6146 * international/mule.el (decode-char): Likewise.
6147
6148 * progmodes/idlwave.el (idlwave-support-inheritance)
6149 (idlwave-routine-entry-compare): Likewise.
6150
6151 * progmodes/idlw-shell.el (idlwave-shell-use-breakpoint-glyph):
6152 Likewise.
6153
6154 * progmodes/pascal.el (pascal-start-keywords): Likewise.
6155
6156 * progmodes/sh-script.el (sh-indent-for-fi, sh-indent-for-done):
6157 Likewise.
6158
6159 * progmodes/vhdl-mode.el (vhdl-progress-interval)
6160 (vhdl-corresponding-begin): Likewise.
6161
6162 * simple.el (choose-completion-string-functions): Likewise.
6163
6164 * textmodes/reftex.el (reftex-TeX-master-file): Likewise.
6165
6166 * textmodes/fill.el (fill-nonuniform-paragraphs)
6167 (fill-individual-paragraphs): Likewise.
6168
6169 * vcursor.el (vcursor-toggle-vcursor-map): Likewise.
6170
6171 * warnings.el (warning-level-aliases): Likewise.
6172
6173 * speedbar.el (speedbar-mode): Fix spacing and typos.
6174
6175 * textmodes/reftex-vars.el (reftex-label-menu-flags): Fix typo.
6176
6177 2002-09-05 Markus Rost <rost@math.ohio-state.edu>
6178
6179 * textmodes/table.el (table-command-prefix): Fix type.
6180
6181 2002-09-05 Andre Spiegel <spiegel@gnu.org>
6182
6183 * vc-hooks.el: Don't require vc.el at compile-time; it causes
6184 recursive requirements during bootstrap.
6185
6186 2002-09-05 Kenichi Handa <handa@etl.go.jp>
6187
6188 * international/mule.el (decode-char): Cancel the previous change.
6189
6190 2002-09-04 Mats Lidell <matsl@contactor.se> (tiny change)
6191
6192 * language/european.el ("Swedish"): New set-language-info-alist call.
6193
6194 2002-09-04 Richard M. Stallman <rms@gnu.org>
6195
6196 * help-fns.el (help-with-tutorial): Properly set up
6197 completion-reference-buffer in the *Completion* buffer.
6198
6199 2002-09-04 John Paul Wallington <jpw@shootybangbang.com>
6200
6201 * startup.el (use-fancy-splash-screens-p): If `fancy-splash-frame'
6202 returns nil, return nil.
6203
6204 2002-09-04 Andre Spiegel <spiegel@gnu.org>
6205
6206 * vc-hooks.el: Require vc.el at compile-time.
6207 (vc-workfile-unchanged-p, vc-default-workfile-unchanged-p):
6208 Moved here from vc.el.
6209
6210 * vc.el (vc-workfile-unchanged-p, vc-default-workfile-unchanged-p):
6211 Moved to vc-hooks.el.
6212
6213 * vc-rcs.el (vc-rcs-state): Don't require vc.el.
6214
6215 2002-09-04 Kenichi Handa <handa@etl.go.jp>
6216
6217 * international/mule.el (decode-char): Translate a character by
6218 utf-8-translation-table-for-decode only when
6219 utf-8-fragment-on-decoding is non-nil.
6220
6221 2002-09-02 Stefan Monnier <monnier@cs.yale.edu>
6222
6223 * textmodes/text-mode.el (paragraph-indent-text-mode-abbrev-table)
6224 (paragraph-indent-text-mode-syntax-table, paragraph-indent-text-mode):
6225 Use text-mode's syntax-table and abbrev-table.
6226 (text-mode): Set require-final-newline to t.
6227
6228 * newcomment.el (comment-make-extra-lines): Only use the
6229 dummy `=' char when there's really nothing else.
6230 Don't remove spaces if it leads to an incorrect comment.
6231
6232 * pcvs.el (cvs-run-process): Use a pty rather than a pipe to work
6233 around the cvs/ssh/libc bug.
6234 (cvs-update-header): Understand `cvs admin -m<rev>:<msg>' syntax.
6235 (defun-cvs-mode): Use the new `declare' thingy.
6236 (cvs-edit-log-text-at-point, cvs-mode-edit-log, cvs-do-edit-log)
6237 (cvs-edit-log-minor-wrap, cvs-edit-log-filelist): New funs.
6238 (cvs-mode-undo): Use `cvs add' for (CONFLICT. REMOVED).
6239
6240 * pcvs-parse.el (cvs-parse-table): Create a `need-update'
6241 node rather than a message for new directories.
6242 (cvs-parse-status): Add support for `Entry Invalid'.
6243
6244 * smerge-mode.el (smerge-diff-buffer-name): Default to *vc-diff*.
6245 (smerge-combine-with-next): New function.
6246 (smerge-diff): Don't output `wrote /tmp/foo' messages.
6247 Insert message if no diffs were found.
6248
6249 * mail/sendmail.el (mail-mode): Don't set local-abbrev-table.
6250 (mail-mode-abbrev-table): Set to text-mode-abbrev-table.
6251
6252 2002-09-02 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6253
6254 * net/tramp.el: Version 2.0.15 released.
6255 (require 'base64): Most modern Emacsen have the base64
6256 encode/decode functions built in, so test to see if they are bound
6257 before we go blindly requiring base64.el.
6258 From Steve Youngs <youngs@xemacs.org>.
6259 (tramp-feature-write-region-fix): XEmacs doesn't have a
6260 'find-operation-coding-system' and this variable doesn't seem to
6261 be used anywhere so wrap it in (unless (featurep 'xemacs)).
6262 From Steve Youngs <youngs@xemacs.org>.
6263 (tramp-methods): Remove duplicate definition of ssh1-old and ssh2-old.
6264 (tramp-open-connection-su): Use user name "root" if no user name
6265 is given.
6266
6267 From Michael Albinus <Michael.Albinus@alcatel.de>:
6268 * net/tramp.el (tramp-invoke-ange-ftp):
6269 (tramp-ange-ftp-file-name-p): Check for Xemacs.
6270 (tramp-do-copy-or-rename-file): Don't pass KEEP-DATE to
6271 tramp-invoke-ange-ftp 'rename.
6272 (tramp-handle-write-region): Don't pass LOCKNAME and CONFIRM to
6273 tramp-invoke-ange-ftp 'write-region.
6274 (tramp-handle-set-file-modes): Change order of FILENAME and MODE
6275 passing to tramp-invoke-ange-ftp 'set-file-modes.
6276 (tramp-invoke-ange-ftp): `tramp-disable-ange-ftp' must be called
6277 again after activating `ange-ftp'.
6278
6279 2002-09-02 Kim F. Storm <storm@cua.dk>
6280
6281 * ido.el (ido-ignore-item-temp-list): New variable.
6282 (ido-read-internal): Don't set ido-default-item if the default is
6283 member of ido-ignore-item-temp-list.
6284 Don't return first match for C-j if no text is entered.
6285 (ido-buffer-internal): Check for empty string return.
6286 (ido-make-buffer-list1): Use member instead of memq.
6287 (ido-window-buffer-p): Likewise.
6288 (ido-get-bufname): Ignore buffers on ido-ignore-item-temp-list.
6289 (ido-ignore-item-p): Ignore items on ido-ignore-item-temp-list.
6290
6291 * replace.el (multi-occur): Made "ido-aware":
6292 Changed prompt to use C-j instead of RET to end.
6293 Set ido-ignore-item-temp-list to the selected buffers so far, so
6294 they are automatically excluded from the list of choices.
6295 Use add-to-list instead of push.
6296
6297 2002-09-01 Richard M. Stallman <rms@gnu.org>
6298
6299 * term/x-win.el (function-key-map): Define S-iso-lefttab.
6300
6301 2002-09-01 Kim F. Storm <storm@cua.dk>
6302
6303 * edmacro.el (edit-kbd-macro): Recognize new default binding for
6304 C-x e in addition to old binding.
6305
6306 2002-09-01 Mario Lang <mlang@debian.org>
6307
6308 * files.el (save-some-buffers-action-alist): New variable.
6309 (save-some-buffers): Use that.
6310 (diff-buffer-with-file): New function.
6311
6312 2002-09-01 Richard M. Stallman <rms@gnu.org>
6313
6314 * ruler-mode.el (defgroup ruler-mode): Use `convenience' as parent.
6315
6316 * dired.el (defgroup dired): Use `files' as parent.
6317 (dired-get-filename): Ignore handler if it has safe-magic prop.
6318
6319 * jka-compr.el (jka-compr-handler): Add safe-magic property.
6320
6321 2002-08-31 Richard M. Stallman <rms@gnu.org>
6322
6323 * simple.el (kill-line): Use end-of-visible-line to determine
6324 if rest of line is blank.
6325 (end-of-visible-line): Cope if end-of-line moved back over
6326 invisible intangible chars at end of line.
6327
6328 * simple.el (completion-setup-function): Don't use directory-sep-char.
6329
6330 2002-09-01 Glenn Morris <gmorris@ast.cam.ac.uk>
6331
6332 * progmodes/f90.el (f90-menu): Remove ":active" keyword where not
6333 needed.
6334 (f90-menu, f90-add-imenu-menu): Use lookup-key.
6335 Remove (eval-when-compile) for free variables.
6336
6337 2002-08-31 Andreas Schwab <schwab@suse.de>
6338
6339 * font-core.el (font-lock-change-mode): Avoid changing buffer
6340 state in any way.
6341
6342 2002-08-30 Stefan Monnier <monnier@cs.yale.edu>
6343
6344 * emacs-lisp/easymenu.el (easy-menu-filter-return):
6345 Handle the case where the filter returns a single menu entry.
6346 (easy-menu-add): Improve docstring.
6347 (easy-menu-current-active-maps): Remove.
6348 (easy-menu-get-map): Use current-active-maps.
6349
6350 * cus-edit.el (custom-unlispify-menu-entry): Don't remove
6351 the -p prefix from variables since they shouldn't have it anyway.
6352 (custom-group-menu-create, customize-menu-create):
6353 Only cdr if applicable, since custom-menu-create might return
6354 a vector (i.e. a single menu entry).
6355
6356 2002-08-30 Edward M. Reingold <reingold@emr.cs.iit.edu>
6357
6358 * calendar/diary-lib.el (diary-mail-entries): Don't overwrite
6359 user's value of diary-list-include-blanks, but generate message
6360 instead if there are no entries.
6361
6362 2002-08-30 ARISAWA Akihiro <ari@mbf.sphere.ne.jp> (tiny change)
6363
6364 * ps-print.el (ps-lp-system): Fixed typo in `usg-unix-v'.
6365
6366 2002-08-30 Markus Rost <rost@math.ohio-state.edu>
6367
6368 * menu-bar.el (menu-bar-read-mail): Doc fix.
6369
6370 2002-08-30 John Paul Wallington <jpw@shootybangbang.com>
6371
6372 * ibuffer.el (ibuffer-update): Revert expansion of `caddr'.
6373 (ibuffer-fontification-alist): Check hidden buffer case isn't
6374 visiting a file and change its face to italic.
6375
6376 2002-08-30 Juanma Barranquero <lektu@terra.es>
6377
6378 * replace.el (occur-mode): Add interactive declaration.
6379
6380 * bs.el (bs-message-without-log): Fix typo.
6381
6382 * font-core.el (font-lock-defaults): Likewise.
6383
6384 * font-lock.el (font-lock-add-keywords): Likewise.
6385
6386 * mouse-copy.el (mouse-copy-work-around-drag-bug): Likewise.
6387
6388 * textmodes/bibtex.el (bibtex-mode): Likewise.
6389
6390 * emulation/viper-ex.el (ex-compile-command): Likewise.
6391
6392 * progmodes/idlwave.el (idlwave-max-extra-continuation-indent):
6393 Likewise.
6394
6395 * progmodes/dcl-mode.el (dcl-calc-cont-indent-relative): Likewise.
6396
6397 * allout.el (my-mark-marker): Likewise.
6398
6399 2002-08-30 Simon Josefsson <jas@extundo.com>
6400
6401 * mail/smtpmail.el (smtpmail-via-smtp): Delete process buffer
6402 unless s-debug-info is enabled.
6403
6404 2002-08-29 John Paul Wallington <jpw@shootybangbang.com>
6405
6406 * ibuffer.el (ibuffer-update): Use `minibufferp'. Expand `caddr'.
6407
6408 * mwheel.el (mouse-wheel-up-button): Doc fix.
6409
6410 2002-08-29 Juanma Barranquero <lektu@terra.es>
6411
6412 * replace.el (occur-mode-hook): New hook.
6413 (occur-mode): Use it.
6414 (occur-hook): Set default to nil.
6415
6416 2002-08-29 Stefan Monnier <monnier@cs.yale.edu>
6417
6418 * net/ange-ftp.el: Use match-string and drop useless `function's.
6419 (ange-ftp-get-process): Bind `ange-ftp-this-user' and
6420 `ange-ftp-this-host' before running ange-ftp-process-startup-hook.
6421 (ange-ftp-ls-parser): Use `switches' arg instead of dynamic binding.
6422 (ange-ftp-parse-dired-listing): Update the calls.
6423 (dired-local-variables-file): Declare to shut quieten the compiler.
6424 (ange-ftp-file-entry-active-p): Remove.
6425 (ange-ftp-file-name-all-completions, ange-ftp-file-name-completion):
6426 Don't exclude dangling symlinks.
6427 (ange-ftp-file-name-completion-1): Make predicate optional.
6428 (ange-ftp-parse-list-func-alist): Use add-to-list to update.
6429 (ange-ftp-fix-name-for-bs2000): Use subst-char-in-string.
6430 (ange-ftp-bs2000-posix-hook-installed): Remove.
6431 (ange-ftp-add-bs2000-posix-host): Don't use it anymore.
6432 (ange-ftp-bs2000-cd-to-posix): Use `ange-ftp-this-user' and
6433 `ange-ftp-this-host' instead of `user' and `host'.
6434
6435 2002-08-29 Richard M. Stallman <rms@gnu.org>
6436
6437 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
6438 Decide here whether to print which form we're compiling.
6439 If we do that, still print file and line. Make file name
6440 relative to default-directory. Print fewer newlines.
6441 (byte-compile-log-file): Print something even if no file.
6442 Print messages for entering and leaving directories,
6443 and set default-directory.
6444 (displaying-byte-compile-warnings): Only sometimes bind warning-series.
6445 (byte-compile-warning-series): New function.
6446 (byte-compile-file): Set byte-compile-last-logged-file, don't bind it.
6447 (byte-compile-display-log-head-p): Function deleted.
6448
6449 * warnings.el (warning-series): Now can be a marker, not an integer.
6450 (display-warning): Handle new value for warning-series.
6451
6452 * emacs-lisp/bytecomp.el (byte-compile-log-file): Use \f.
6453 (byte-compile-cl-warn): Add cl-macroexpand-all, cl-compiling-file
6454 to don't-warn list.
6455
6456 2002-08-29 Kim F. Storm <storm@cua.dk>
6457
6458 * kmacro.el: Change default bindings from F7/F8 to F3/F4.
6459 Change default binding of C-x e to kmacro-end-or-call-macro.
6460 (kmacro-call-repeat-key, kmacro-call-repeat-with-arg): New custom
6461 variables.
6462 (kmacro-get-prefix-arg): New function.
6463 (kmacro-repeat-on-last-key): Rename from kmacro-repeat-loop and
6464 improve. Callers changed.
6465 (kmacro-call-macro): Repeat macro by repeating last key or
6466 key defined in kmacro-call-repeat-key. New third arg non-nil
6467 means to end current macro.
6468 (kmacro-end-or-call-macro): Call kmacro-call-macro appropriately
6469 to get repeat last key functionality.
6470 (kmacro-start-macro-or-insert-counter): Improve doc string.
6471
6472 2002-08-28 Luc Teirlinck <teirllm@mail.auburn.edu>
6473
6474 * files.el (find-buffer-visiting): Compare file attributes
6475 using buffer-file-truename.
6476
6477 2002-08-28 Richard M. Stallman <rms@gnu.org>
6478
6479 * files.el (make-auto-save-file-name, make-backup-file-name-1):
6480 Don't use directory-sep-char.
6481
6482 2002-08-28 Juanma Barranquero <lektu@terra.es>
6483
6484 * replace.el (occur-hook): Renamed from `occur-mode-hook'.
6485 (occur-mode): Remove call to `occur-mode-hook'.
6486 (occur-rename-buffer): Fix reference to `occur-mode-hook' in docstring.
6487 (occur-1): Add call to `occur-hook'.
6488
6489 * subr.el (make-variable-frame-localizable): Alias for
6490 `make-variable-frame-local'.
6491
6492 2002-08-28 Miles Bader <miles@gnu.org>
6493
6494 * rfn-eshadow.el (read-file-name-electric-shadow-properties)
6495 (read-file-name-electric-shadow-tty-properties)
6496 (read-file-name-electric-shadow-mode): Remove compatibility defs.
6497
6498 * comint.el (comint-carriage-motion): Start at START.
6499
6500 2002-08-27 Francesco Potort\e,Al\e(B <pot@gnu.org>
6501
6502 * net/ange-ftp.el (ange-ftp-skip-msgs): Skip the 530 response
6503 given by vsFTPd when accessed with a kerberised FTP client.
6504
6505 2002-08-27 Richard M. Stallman <rms@gnu.org>
6506
6507 * files.el (find-alternate-file):
6508 Bind kill-buffer-query-functions locally, don't set it.
6509
6510 2002-08-27 Andreas Schwab <schwab@suse.de>
6511
6512 * kmacro.el (kmacro-start-macro): Doc fix.
6513
6514 2002-08-27 Carsten Dominik <dominik@sand.science.uva.nl>
6515
6516 * textfile/reftex-ref.el (reftex-goto-label): New command.
6517
6518 * textfile/reftex-vars.el (reftex-part-resets-chapter): New option.
6519
6520 * textfile/reftex-parse.el (reftex-roman-number): New function.
6521 (reftex-section-number): Better handling of parts: No chapter
6522 counter resets.
6523
6524 * textfile/reftex.el (reftex-highlight-overlays): Added a third
6525 overlay.
6526 (reftex-mode-menu): Added entry for `reftex-toc-recenter.
6527 Also moved `reftex-reset-mode' to top level.
6528
6529 * textfile/reftex-toc.el (reftex-toc-recenter): New command.
6530 (reftex-toc-pre-command-hook): Don't remove highlight overlay.
6531 (reftex-toc-post-command-hook): Use overlay no 2 for highlighting.
6532
6533 * textfile/reftex-sel.el (reftex-get-offset): Get offset of
6534 document pointer *before* position, not after.
6535 (reftex-insert-docstruct): Get offset of document pointer *before*
6536 position, not after.
6537
6538 * textfiles/reftex-parse.el (reftex-where-am-I): Prefer marker
6539 match over section title match.
6540
6541 * textfiles/reftex-cite.el (reftex-bib-or-thebib): New function
6542 which determines on a per-file-basis if BibTeX is being used
6543 locally for citations.
6544 (reftex-offer-bib-menu): Use `reftex-bib-or-thebib' for better
6545 cooperation with chapterbib.
6546 (reftex-bibtex-selection-callback): Use `reftex-bib-or-thebib' for
6547 better cooperation with chapterbib.
6548
6549 * textfiles/reftex-dcr.el (reftex-view-cr-cite):
6550 Use `reftex-bib-or-thebib' for better cooperation with chapterbib.
6551
6552 2002-08-26 Kim F. Storm <storm@cua.dk>
6553
6554 * subr.el (suppress-keymap): Use command remapping instead of
6555 substitute-key-definition to undefine self-inserting keys.
6556
6557 2002-08-26 Juanma Barranquero <lektu@terra.es>
6558
6559 * makefile.w32-in (WINS): Add calc and obsolete.
6560
6561 2002-08-26 Stefan Monnier <monnier@cs.yale.edu>
6562
6563 * emacs-lisp/easy-mmode.el (define-minor-mode):
6564 Use customize-mark-as-set for global minor modes.
6565
6566 2002-08-25 Miles Bader <miles@gnu.org>
6567
6568 * rfn-eshadow.el (file-name-shadow-properties-custom-type):
6569 Renamed from `read-file-name-electric-shadow-properties-custom-type'.
6570 Change name of face.
6571 (file-name-shadow-properties): Renamed from
6572 `read-file-name-electric-shadow-properties'.
6573 (file-name-shadow-tty-properties): Renamed from
6574 `read-file-name-electric-shadow-tty-properties'.
6575 (file-name-shadow): Renamed from `read-file-name-electric-shadow'.
6576 (rfn-eshadow-setup-minibuffer): Update references to renamed variables.
6577 (file-name-shadow-mode): Renamed from
6578 `read-file-name-electric-shadow-mode'. Update references to
6579 renamed variables.
6580
6581 2002-08-24 Sam Steingold <sds@gnu.org>
6582
6583 * subr.el (eval-after-load): Do not call
6584 load-symbol-file-load-history (deleted yesterday).
6585
6586 2002-08-24 John Paul Wallington <jpw@shootybangbang.com>
6587
6588 * startup.el (normal-splash-screen): Ensure splash buffer is
6589 killed. Use tabs in output. Fix test whether previous buffer was
6590 *scratch* buffer.
6591
6592 * progmodes/simula.el (simula-abbrev-keyword-default)
6593 (simula-abbrev-keyword, simula-abbrev-stdproc-default)
6594 (simula-abbrev-stdproc): Doc fix - escape open parens in column 0.
6595
6596 * apropos.el (command-apropos): Use `defalias' instead of `fset'.
6597
6598 * mail/rmail.el (rmail-speedbar-match-folder-regexp): Doc fix.
6599
6600 2002-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
6601
6602 * progmodes/f90.el (f90-xemacs-flag, f90-xemacs-menu)
6603 (f90-menu-bar-menu, f90-change-case-menu, f90-font-lock-on)
6604 (f90-font-lock-off, f90-font-lock-menu): Delete.
6605 Use easy-menu-define instead.
6606 (f90-mode): Use easy-menu-add.
6607 No longer (require 'imenu) when compiling.
6608 (f90-mark-subprogram, f90-indent-region, f90-fill-region)
6609 (f90-abbrev-start): Use fboundp.
6610 (f90-imenu-flag): Delete - use imenu--index-alist instead.
6611
6612 2002-08-23 Richard M. Stallman <rms@gnu.org>
6613
6614 * loadhist.el (unload-feature): Distinguish functions from
6615 variables in load-history.
6616 (feature-symbols): Doc fix.
6617
6618 * files.el (ange-ftp-completion-hook-function): Add safe-magic prop.
6619
6620 * subr.el (symbol-file-load-history-loaded)
6621 (load-symbol-file-load-history): Deleted.
6622 (symbol-file): Don't call load-symbol-file-load-history.
6623
6624 2002-08-23 Andre Spiegel <spiegel@gnu.org>
6625
6626 * vc-hooks.el (vc-kill-buffer-hook): Add it to kill-buffer-hook again.
6627
6628 2002-08-22 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
6629
6630 * frame.el (select-frame-by-name, select-frame-set-input-focus):
6631 Always call x-focus-frame, if using x.
6632 Use set-mouse-position on all systems, if focus-follows-mouse.
6633
6634 2002-08-22 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6635
6636 * net/tramp.el: Version 2.0.14 released.
6637 (tramp-shell-prompt-pattern): New variable.
6638 (tramp-actions-before-shell, tramp-multi-actions)
6639 (tramp-find-shell, tramp-open-connection-multi)
6640 (tramp-open-connection-setup-interactive-shell): Use it.
6641 (tramp-open-connection-telnet, tramp-open-connection-rsh)
6642 (tramp-open-connection-su): Mention `tramp-shell-prompt-pattern'
6643 in the docstring.
6644 (tramp-bug): Report `tramp-shell-prompt-pattern'.
6645 (tramp-process-one-multi-action, tramp-process-one-action):
6646 Make message clearer so people don't confuse it with Emacs asking
6647 them a question if the regexp happens to end with "?".
6648 (tramp-verbose): Change default value from 10 to 9. Also change
6649 some logging levels so that 10 is reserved for stuff which is
6650 needed for debugging only, but 9 catches everything that people
6651 might like to see in order to see that Tramp is actually working.
6652
6653 2002-08-22 Kim F. Storm <storm@cua.dk>
6654
6655 * emacs-lisp/authors.el (authors-aliases, authors-fixed-entries):
6656 Corrected spelling mistakes (for Joseph Arceneaux).
6657
6658 2002-08-21 Glenn Morris <gmorris@ast.cam.ac.uk>
6659
6660 * progmodes/f90.el: eval-when-compile a few defvars.
6661 (f90-xemacs-flag): Wrap in eval-and-compile.
6662 (f90-font-lock-keywords): Doc fix.
6663 (f90-mode-abbrev-table): Work with or without 6th arg of define-abbrev.
6664 (f90-mark-subprogram-overlay): Variable deleted.
6665 (f90-mark-subprogram): Remove overlay bit. Don't be silent about
6666 pushing mark.
6667 (f90-abbrev-start): unread-command-event is obsolete in XEmacs.
6668
6669 2002-08-21 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6670
6671 * net/tramp.el: Version 2.0.13 released.
6672 (tramp-handle-write-region): Don't check to see if remote end is
6673 awake after sending data to remote host: we want to send "EOF" not
6674 "echo are you awake"...
6675 (tramp-maybe-open-connection): Swap args for tramp-time-diff.
6676 (tramp-yn-prompt-regexp): New variable.
6677 (tramp-action-yn): New function, using it.
6678 (tramp-feature-write-region-fix): New internal variable. Not yet
6679 used. Should be used in `tramp-handle-write-region'.
6680
6681 2002-08-21 Kim F. Storm <storm@cua.dk>
6682
6683 * bindings.el (mode-line-format): Moved global-mode-string last.
6684 (mode-line-position): Moved %p first. Added padding to %l/%c to
6685 eliminate jumpyness in modeline. Use (%l,%c) format if both
6686 line-number-mode and column-number-mode are enabled.
6687
6688 2002-08-20 Martin Stjernholm <bug-cc-mode@gnu.org>
6689
6690 * progmodes/cc-engine.el (c-forward-syntactic-ws): Fixed a bug
6691 that could cause an infinite loop if something that looks like
6692 a macro begins in the middle of a line.
6693
6694 * progmodes/cc-engine.el (c-parse-state): Fixed a bug that
6695 could cause `c-state-cache' to contain two conses in sequence
6696 when there's an unbalanced open paren in a macro.
6697
6698 2002-08-20 Glenn Morris <gmorris@ast.cam.ac.uk>
6699
6700 * progmodes/fortran.el (fortran-current-defun): Use save-excursion.
6701
6702 * imenu.el (imenu--generic-function): Use mapc.
6703 (imenu-syntax-alist): Doc fix.
6704
6705 2002-08-20 Richard M. Stallman <rms@gnu.org>
6706
6707 * font-core.el (font-lock-change-mode): New function.
6708 (font-lock-mode): Use font-lock-change-mode instead of
6709 font-lock-unfontify-buffer.
6710 (font-lock-maximum-size, font-lock-verbose): Add defvars.
6711
6712 2002-08-20 Carsten Dominik <dominik@astro.uva.nl>
6713
6714 * textfiles/reftex-cite.el (reftex-bib-or-thebib): New function
6715 which determines on a per-file-basis if BibTeX is being used
6716 locally for citations.
6717 (reftex-offer-bib-menu): Use `reftex-bib-or-thebib' for better
6718 cooperation with chapterbib.
6719 (reftex-bibtex-selection-callback): Use `reftex-bib-or-thebib' for
6720 better cooperation with chapterbib.
6721
6722 * textfiles/reftex-dcr.el (reftex-view-cr-cite):
6723 Use `reftex-bib-or-thebib' for better cooperation with chapterbib.
6724
6725 2002-08-20 Kim F. Storm <storm@cua.dk>
6726
6727 * kmacro.el: Major rework based on discussions with RMS.
6728 Most important change is that C-x C-k is now bound to a keymap
6729 with keyboard macro related commands. The original binding on
6730 C-x C-k is moved to C-x C-k e.
6731
6732 * binding.el: Remove macro related bindings (now in kmacro.el).
6733
6734 * edmacro.el: Remove C-x C-k binding (now in kmacro.el).
6735
6736 2002-08-19 Stefan Monnier <monnier@cs.yale.edu>
6737
6738 * help-fns.el (help-split-fundoc): Replace the function name
6739 from the docstring with the one that should be displayed.
6740 (help-make-usage): Understand CL style arglists.
6741 (describe-function-1): Adapt to the new behavior of help-split-fundoc.
6742 (describe-variable): Use delete-region.
6743
6744 2002-08-19 Kenichi Handa <handa@etl.go.jp>
6745
6746 * international/mule.el (sgml-xml-auto-coding-function):
6747 Call re-search-forward with NOERROR t.
6748
6749 2002-08-19 Miles Bader <miles@gnu.org>
6750
6751 [original idea from Luc Teirlinck <teirllm@mail.auburn.edu>]
6752 * comint.el (comint-inhibit-carriage-motion): New variable.
6753 (comint-carriage-motion): Argument STRING removed. New arguments
6754 START and END; interpret characters between START and END rather
6755 than using special comint state.
6756 (comint-output-filter): Call `comint-carriage-motion'.
6757 (comint-output-filter-functions): Don't add `comint-carriage-motion'.
6758 * ielm.el (inferior-emacs-lisp-mode):
6759 Give `comint-inhibit-carriage-motion' a local value of t.
6760
6761 2002-08-18 Richard M. Stallman <rms@gnu.org>
6762
6763 * textmodes/table.el: New file.
6764
6765 * font-core.el (font-lock-mode): Set change-major-mode-hook locally.
6766
6767 2002-08-18 Andreas Schwab <schwab@suse.de>
6768
6769 * ibuf-ext.el (ibuffer-list-buffer-modes): Doc fix.
6770
6771 2002-08-17 Carsten Dominik <dominik@astro.uva.nl>
6772
6773 * textmodes/reftex.el (reftex-mode): Create special syntax tables.
6774 (reftex-syntax-table): Set a default in case this is being used
6775 outside a LaTeX file.
6776 (reftex-syntax-table-for-bib): Set a default in case this is being
6777 used outside a LaTeX file.
6778
6779 2002-08-17 Richard M. Stallman <rms@gnu.org>
6780
6781 * tar-mode.el (tar-subfile-mode): Use add-hook and remove-hook,
6782 and use write-file-functions instead of local-write-file-hooks.
6783 (tar-untar-buffer): Don't try to extract directories.
6784
6785 * menu-bar.el (fringe-mode): Set to nil.
6786
6787 * mail/rmail.el (rmail-search-mime-header-function): Doc fix.
6788
6789 2002-08-15 Richard M. Stallman <rms@gnu.org>
6790
6791 * calendar/appt.el (appt-delete): Use substring-no-properties.
6792 (appt-make-list): Don't use prin1-to-string; use the string unchanged.
6793
6794 2002-08-15 Jan Nieuwenhuizen <janneke@gnu.org> (tiny change)
6795
6796 * server.el (server-process-filter): Simplify code.
6797 (server-goto-line-column): New function.
6798 (server-visit-files): Use server-goto-line-column.
6799 Offer to revert only if file has changed.
6800
6801 2002-08-15 Richard M. Stallman <rms@gnu.org>
6802
6803 * files.el (recover-this-file): New function.
6804 (after-find-file): Recommend recover-this-file.
6805
6806 * font-core.el (font-lock-mode): Add font-lock-unfontify-buffer
6807 to change-major-mode-hook when font lock is enabled.
6808
6809 * simple.el (toggle-truncate-lines): Force redisplay.
6810 Display status message.
6811
6812 2002-08-15 Carsten Dominik <dominik@sand.science.uva.nl>
6813
6814 * textmodes/reftex.el (reftex-mode): Moved the creation of special
6815 syntax tables to top-level.
6816
6817 2002-08-15 David Kastrup <David.Kastrup@t-online.de>
6818
6819 * net/ange-ftp.el (ange-ftp-wipe-file-entries): Fix type mismatch;
6820 use `hash-table-size' instead of `length'.
6821
6822 2002-08-14 Stefan Monnier <monnier@cs.yale.edu>
6823
6824 * help-fns.el (locate-library): Use locate-file(-completion).
6825 (help-split-fundoc): Tighten the regexp and recognize a usage-info
6826 where the function name is `fn'.
6827 (help-function-arglist): Follow aliases and macros.
6828 (describe-function-1): Use keymapp.
6829 If the docstring contains a usage info, use it even if the function is
6830 not a subroutine. Find usage info in aliases' docstring if necessary.
6831 (describe-variable): Get the value before setting up the *Help* buffer.
6832
6833 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode):
6834 Use find-file-hook instead of find-file-hooks.
6835 (define-minor-mode): Get rid of this silly `togglep'.
6836 Add an explicit `toggle' argument (used for interactive calls).
6837 Emit a warning when a nil argument turns the mode off.
6838
6839 * language/ethio-util.el (setup-ethiopic-environment-internal)
6840 (exit-ethiopic-environment): Use find-file-hook and
6841 write-file-functions instead of find-file-hooks and write-file-hooks.
6842
6843 * window.el (handle-select-window): Don't do anything if the window
6844 has disappeared since the event was generated.
6845 (split-window-save-restore-data): Use push and with-current-buffer.
6846
6847 * saveplace.el:
6848 * play/meese.el:
6849 * obsolete/hilit19.el:
6850 * completion.el (dynamic-completion-mode):
6851 * emacs-lisp/find-func.el (find-function-search-for-symbol):
6852 Use find-file-hook instead of find-file-hooks.
6853
6854 * imenu.el (imenu-always-use-completion-buffer-p): Make obsolete.
6855 (imenu-use-popup-menu, imenu-eager-completion-buffer): New vars.
6856 (imenu-space-replacement): Allow nil value.
6857 (imenu--completion-buffer): Use new vars and simplify.
6858 Fix handling of minibuffer-setup-hook.
6859 Use minibuffer-completion-help instead of rolling our own.
6860 (imenu-choose-buffer-index): Use the new var.
6861
6862 * startup.el (command-line): Load custom-file if not done yet.
6863
6864 2002-08-14 Kenichi Handa <handa@etl.go.jp>
6865
6866 * select.el (xselect-convert-to-string): If TYPE is non-nil, encode
6867 the selection data string. Always return cons of type and string.
6868 (selection-converter-alist): Add (UTF8_STRING .
6869 xselect-convert-to-string).
6870
6871 2002-08-12 Stefan Monnier <monnier@cs.yale.edu>
6872
6873 * newcomment.el (comment-region): Force `lines' when `block' is set.
6874
6875 2002-08-12 Richard M. Stallman <rms@gnu.org>
6876
6877 * menu-bar.el (menu-bar-next-tag-other-window, menu-bar-next-tag)
6878 (menu-bar-right-scroll-bar, menu-bar-left-scroll-bar)
6879 (menu-bar-no-scroll-bar, menu-bar-toggle-auto-compression)
6880 (menu-bar-toggle-cua-mode, menu-bar-read-mail)
6881 (menu-bar-help-extra-packages, help-with-tutorial-spec-language)
6882 (menu-bar-text-mode-auto-fill): New commands, used
6883 in menu bar menus instead of lambda expressions.
6884
6885 (menu-bar-showhide-fringe-menu-customize-left)
6886 (menu-bar-showhide-fringe-menu-customize-right)
6887 (menu-bar-showhide-fringe-menu-customize-disable)
6888 (menu-bar-showhide-fringe-menu-customize-reset): Doc fixes.
6889
6890 (menu-bar-options-menu): Use toggle-truncate-lines.
6891 (showhide-date-time): Call customize-mark-as-set.
6892
6893 * emacs-lisp/find-func.el (find-function-search-for-symbol):
6894 Obey `definition-name' properties.
6895
6896 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode):
6897 Put `definition-name' properties on the functions whose
6898 names are constructed.
6899
6900 * textmodes/page-ext.el (pages-target-buffer): Add defvar.
6901 Renamed from target-buffer.
6902 (pages-directory, pages-copy-header-and-position): Uses changed.
6903
6904 * calendar/appt.el (appt-make-list): Correct the parsing of
6905 each appointment from time-string.
6906
6907 2002-08-12 Stefan Monnier <monnier@cs.yale.edu>
6908
6909 * scroll-all.el (scroll-all-mode): Use define-minor-mode.
6910 (scroll-all-mode) <defcustom>: Delete.
6911 (running-xemacs): Delete.
6912 (minor-mode-alist): Don't manipulate it directly.
6913
6914 2002-08-10 Kenichi Handa <handa@etl.go.jp>
6915
6916 * international/mule-cmds.el (search-unencodable-char): New function.
6917 (select-safe-coding-system): Show unencodable characters.
6918 (unencodable-char-position): Deleted, and implemented in C in coding.c.
6919
6920 2002-04-09 John Wiegley <johnw@gnu.org>
6921
6922 * esh-util.el: Removed eshell-under-cygwin-p, and all uses of it.
6923 * em-cmpl.el (eshell-cmpl-ignore-case): Ditto.
6924 * em-dirs.el (eshell/cd): Ditto.
6925 * em-glob.el (eshell-glob-case-insensitive): Ditto.
6926 * em-hist.el (eshell-previous-matching-input-string-position): Ditto.
6927 * esh-ext.el (eshell-binary-suffixes): Ditto.
6928
6929 2002-08-09 Richard M. Stallman <rms@gnu.org>
6930
6931 * textmodes/page-ext.el (pages-directory-mode): Undo previous change.
6932
6933 * simple.el (set-variable): Give locality status in prompt.
6934
6935 2002-08-09 Benjamin Rutt <rutt@cis.ohio-state.edu>
6936
6937 * simple.el (set-variable): If given a prefix argument, set
6938 variable buffer-locally.
6939
6940 2002-08-09 John Paul Wallington <jpw@shootybangbang.com>
6941
6942 * font-core.el (font-lock-function): Make it buffer-local.
6943
6944 2002-08-08 Richard M. Stallman <rms@gnu.org>
6945
6946 * emacs-lisp/checkdoc.el (checkdoc, checkdoc-interactive)
6947 (checkdoc-message-interactive, checkdoc-interactive-loop)
6948 (checkdoc-current-buffer, checkdoc-continue, checkdoc-comments)
6949 (checkdoc-defun):
6950 Update checkdoc-spellcheck-documentation-flag correctly.
6951 (checkdoc-ispell-docstring-engine): Don't test for
6952 checkdoc-autofix-flag = nil.
6953
6954 2002-08-07 John Paul Wallington <jpw@shootybangbang.com>
6955
6956 * xt-mouse.el (xterm-mouse-mode): Make it a global mode.
6957
6958 * wid-browse.el (widget-minor-mode): Fix doc typo.
6959
6960 2002-08-07 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6961
6962 * net/tramp.el: Version 2.0.12 released.
6963 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
6964 Comment out possibly obsolete "echo hello" commands.
6965 (tramp-run-real-handler): If operation is
6966 `ange-ftp-hook-function', use first arg as the real operation.
6967 (tramp-check-ls-commands): Use / instead of \ as directory
6968 separator. (Relevant for XEmacs on Windows.)
6969 (tramp-maybe-open-connection): Use tramp-wait-for-output when
6970 waiting for the "are you awake" command. Use a different string
6971 for the "are you awake" command.
6972 (tramp-send-command): New optional arg NEVEROPEN means to never
6973 invoke tramp-maybe-open-connection.
6974 (tramp-maybe-open-connection): Use it
6975
6976 2002-08-07 Richard M. Stallman <rms@gnu.org>
6977
6978 * warnings.el (warning-prefix-function, warning-series)
6979 (warning-fill-prefix, warning-group-format): Add autoload cookies.
6980
6981 2002-08-07 Kenichi Handa <handa@etl.go.jp>
6982
6983 * international/mule-cmds.el (select-safe-coding-system):
6984 Call pop-to-buffer inside save-window-excursion and save-excursion.
6985
6986 2002-08-06 John Paul Wallington <jpw@shootybangbang.com>
6987
6988 * help-fns.el (describe-function-1): Skip arglist note if
6989 function's definition is a keymap.
6990
6991 2002-08-06 Sam Steingold <sds@gnu.org>
6992
6993 * calendar/diary-lib.el (diary-mail-entries): Use `compose-mail'
6994 and `mail-user-agent' instead of straight sendmail.
6995 (diary-modified, diary-entries-list, displayed-year)
6996 (displayed-month, entry, date, number, date-string, d-file)
6997 (original-date): Defvar without binding to avoid compiler warnings.
6998
6999 2002-08-05 Alan Shutko <ats@acm.org>
7000
7001 * ibuffer.el (ibuffer-mode-map): Added ibuffer-filter-by-used-mode.
7002 (ibuffer-mode-map): Added ibuffer-filter-by-used-mode.
7003 (ibuffer-mode): Added ibuffer-filter-by-used-mode to doc string.
7004
7005 * ibuf-ext.el (ibuffer-list-buffer-modes): New.
7006 (ibuffer-filter-by-used-mode): New.
7007
7008 2002-08-05 John Paul Wallington <jpw@shootybangbang.com>
7009
7010 * ediff-util.el (ediff-copy-list): Use `defalias' instead of
7011 `fset' and `symbol-function'.
7012
7013 2002-08-05 John Wiegley <johnw@gnu.org>
7014
7015 * pcomplete.el (pcomplete-entries): Don't set `above-cutoff' to a
7016 value unless pcomplete-cycle-cutoff-length is non-nil.
7017
7018 2002-04-09 John Paul Wallington <jpw@shootybangbang.com>
7019
7020 * esh-util.el (eshell-under-cygwin-p): New function.
7021 * em-cmpl.el (eshell-cmpl-ignore-case): Use it.
7022 * em-dirs.el (eshell/cd): Ditto.
7023 * em-glob.el (eshell-glob-case-insensitive): Ditto.
7024 * em-hist.el (eshell-previous-matching-input-string-position): Ditto.
7025 * esh-ext.el (eshell-binary-suffixes): Ditto.
7026
7027 2002-08-05 Richard M. Stallman <rms@gnu.org>
7028
7029 * international/mule-cmds.el (select-safe-coding-system): Check for
7030 non-nil CODING-SYSTEM before warning it disagrees with AUTO-CS.
7031
7032 * net/ange-ftp.el (ange-ftp-smart-gateway): Doc fix.
7033
7034 2002-08-05 Gerd Moellmann <gerd@gnu.org>
7035
7036 * image.el (image-jpeg-p): Accept "Exif" marker.
7037
7038 2002-08-05 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7039
7040 * net/tramp.el: Version 2.0.11 released.
7041 (tramp-perl-file-attributes): Print uid and gid as signed integers.
7042 (tramp-invoke-ange-ftp): Correct check for Ange-FTP being loaded.
7043 Invoke Ange-FTP with tramp-run-real-handler to avoid Ange-FTP
7044 calling Tramp again.
7045 (tramp-find-file-exists-command): Check for `ls -d' last, after
7046 all the variants on `test -e'.
7047 (tramp-post-connection): Erase buffer before finding a command to
7048 check if file exists.
7049
7050 2002-08-05 David Kastrup <David.Kastrup@t-online.de>
7051
7052 * calc/calc.el (math-format-stack-value): Revert a broken
7053 if->when replacement and reformat so that this does not happen
7054 again. Fixes a pretty lethal line formatting/yanking bug.
7055
7056 2002-08-04 John Paul Wallington <jpw@shootybangbang.com>
7057
7058 * startup.el (fancy-splash-frame): Check selected frame last.
7059
7060 2002-08-04 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7061
7062 * net/tramp.el: Version 2.0.10 released.
7063 (tramp-uudecode): New shell function `tramp_uudecode' to decode to
7064 standard output even if `uudecode -p' and `uudecode -o -' don't work.
7065 (tramp-post-connection): After finding the right shell, wait a
7066 bit. This is a kludge to avoid a race condition, even though I
7067 don't understand why there is a race condition in the first place.
7068 (tramp-post-connection): Install the `tramp_uudecode' shell
7069 function on the remote host.
7070 (tramp-coding-commands): Add an alternative for `tramp_uudecode'.
7071 (tramp-bug): Include more variables in the report.
7072
7073 2002-08-04 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7074
7075 * net/tramp.el: Version 2.0.9 released.
7076 (tramp-bug): Add wording about additional info to include in bug
7077 report.
7078 (tramp-find-shell): Set $PS1 for invocation of second shell (for
7079 tilde expansion).
7080 (tramp-find-shell): Shell prompt must match at end of buffer.
7081 Do this also for fallback shell prompt.
7082 (tramp-find-shell): More debugging output.
7083 (tramp-find-inline-encoding): When checking the decoding command,
7084 some commands fail when reading from /dev/null. So we pass a
7085 known string through the encoding command and pass that through
7086 the decoding command. So we know whether the decoding command can
7087 deal with some real input.
7088
7089 2002-08-04 Andreas Schwab <schwab@suse.de>
7090
7091 * net/tramp.el (tramp-perl-encode, tramp-perl-decode): Doc fix.
7092
7093 2002-08-03 Andrew Choi <akochoi@shaw.ca>
7094
7095 * term/mac-win.el: Set keys to enable mouse wheel support.
7096
7097 2002-08-03 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7098
7099 * net/tramp.el: Version 2.0.8.
7100 (tramp-perl-encode, tramp-perl-encode): Double the backslashes.
7101
7102 2002-08-03 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7103
7104 * net/tramp.el: Version 2.0.7.
7105 (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
7106 (tramp-perl-encode, tramp-perl-decode): Escape `%' characters
7107 because of `format' and say so in the docstring.
7108
7109 2002-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
7110
7111 * progmodes/f90.el (f90-font-lock-keywords-1): Fix highlighting of
7112 `type' forms.
7113 (f90-font-lock-keywords-2): Fix `implicit type(foo)' case.
7114 (f90-type-def-re): Fix value.
7115
7116 2002-08-03 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7117
7118 * net/tramp.el: Version 2.0.6.
7119 (tramp-default-method): Change to "ssh" from "sm".
7120 (tramp-wrong-passwd-regexp): Restructure. Add additional alternative.
7121 (tramp-su-program): New internal variable for method parameter.
7122 (tramp-perl-encode-with-module, tramp-perl-decode-with-module):
7123 New variables. Very short Perl one-liner, but requires Perl
7124 module MIME::Base64 to be installed on the remote site.
7125 (tramp-perl-encode, tramp-perl-decode): New base64
7126 encoder/decoder. From Juanma Barranquero <lektu@terra.es>.
7127 (tramp-handle-file-truename): Invoke Ange-FTP properly (even
7128 though Ange-FTP doesn't do anything for this operation).
7129 (tramp-handle-set-visited-file-modtime): Comment change.
7130 (tramp-handle-make-directory): Save-excursion.
7131 (tramp-handle-expand-many-files): Don't try to invoke Ange-FTP
7132 twice, once is enough.
7133 (tramp-action-permission-denied): Show *tramp/foo* buffer so the
7134 user knows what's wrong.
7135 (tramp-post-connection): Support the two Perl encoders and decoders.
7136 (tramp-coding-commands): Ditto. Add some todo items.
7137
7138 2002-08-02 Richard M. Stallman <rms@gnu.org>
7139
7140 * international/mule.el (merge-coding-systems): New function.
7141 (set-buffer-file-coding-system): Use merge-coding-systems.
7142 Change prompt for args.
7143 (revert-buffer-with-coding-system): New command.
7144
7145 * international/mule-cmds.el (mule-keymap, set-coding-system-map):
7146 Add bindings for revert-buffer-with-coding-system.
7147 (set-coding-system-map): Clarify menu item info for
7148 set-buffer-file-coding-system.
7149 (set-coding-system-map): Reorder and add separators.
7150
7151 * emacs-lisp/edebug.el (edebug-eval-top-level-form):
7152 Use eval-expression.
7153
7154 * subr.el (atomic-change-group): Doc fix.
7155
7156 2002-07-31 Colin Walters <walters@debian.org>
7157
7158 * ibuffer.el (ibuffer-hooks): Rename to `ibuffer-hook'; Add
7159 defvaralias for compatibility.
7160 (ibuffer-mode-hooks): Rename to `ibuffer-mode-hook'; Add
7161 defvaralias for compatibility.
7162
7163 2002-07-31 John Paul Wallington <jpw@shootybangbang.com>
7164
7165 * ibuffer.el (ibuffer-fontification-alist):
7166 Use `font-lock-constant-face' instead of `font-lock-reference-face'.
7167
7168 2002-07-31 John Wiegley <johnw@gnu.org>
7169
7170 * pcomplete.el (pcomplete-comint-setup): Use `add-to-list', to
7171 prevent adding the symbol `pcomplete' to
7172 shell-dynamic-complete-functions to many times.
7173
7174 2002-07-31 Markus Rost <rost@math.ohio-state.edu>
7175
7176 * help-fns.el (describe-function-1): Test function for
7177 obsolescence only if it is a symbol.
7178
7179 * ediff.el (ediff-backup): New autoloaded command.
7180
7181 2002-07-31 Richard M. Stallman <rms@gnu.org>
7182
7183 * makefile.w32-in (compile-after-backup): Renamed from `compile'.
7184 Use `compile-always'.
7185 (bootstrap): Use `compile', not `compile-files'. Use `update-subdirs'.
7186 (compile): Renamed from `compile-files'.
7187 (compile-CMD, compile-SH): Renamed from `compile-files-*'.
7188
7189 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
7190 Check that (car elt) is a string.
7191
7192 * pcomplete.el (pcomplete-entries): Doc fix.
7193
7194 * international/mule.el (non-standard-icccm-encodings-alist): Doc fix.
7195
7196 2002-07-31 Andreas Schwab <schwab@suse.de>
7197
7198 * dired.el: Hide disabling of dired-find-alternate-file behind
7199 autoload-cookie.
7200
7201 2002-07-31 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
7202
7203 * makefile.w32-in: Revert some changes from 2002-07-23 because they
7204 don't work on MSVC/nmake builds.
7205 (update-subdirs-CMD): Generate the right list of subdirectories.
7206
7207 2002-07-30 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7208
7209 * net/tramp.el: New version 2.0.5.
7210 (tramp-methods): Remove inline encoding method parameters.
7211 The encoding is now autodetected. Also shorten the list of
7212 methods (u/m distinction gone) and rename the remaining methods to
7213 have longer, but more mnemonic, names.
7214 (tramp-login-prompt-regexp, tramp-password-prompt-regexp)
7215 (tramp-wrong-passwd-regexp): Trailing `$' not needed, regexp is
7216 matched at end of buffer anyway.
7217 (tramp-yesno-prompt-regexp): New variable, for questions where the
7218 user should say "yes" or "no".
7219 (tramp-file-name-structure-unified)
7220 (tramp-file-name-structure-separate): Allow dash in method names.
7221 (tramp-actions-before-shell): New variable, contains list of
7222 pattern/action pairs. Output sent by remote end is scanned for
7223 the patterns, then the actions are executed.
7224 (tramp-multi-actions): Like `tramp-actions-before-shell', but
7225 executed for each hop in a multi-hop connection.
7226 (tramp-last-cmd-time): New variable. If nothing has been sent to
7227 remote end for 60 seconds, look to see if the remote end is still
7228 alive.
7229 (tramp-perl-mime-encode, tramp-perl-mime-decode): Remove.
7230 It didn't work.
7231 (tramp-perl-encode, tramp-perl-decode): New variables, these
7232 require the MIME::Base64 module on the remote end.
7233 (tramp-handle-file-attributes): Restructure logic.
7234 (tramp-handle-file-attributes-with-ls)
7235 (tramp-handle-file-attributes-with-perl): More debugging.
7236 (tramp-handle-directory-files): Grok fifth arg `files-only' for XEmacs.
7237 (tramp-handle-make-directory, tramp-handle-delete-directory)
7238 (tramp-handle-delete-file, tramp-handle-insert-directory):
7239 Expand file name.
7240 (tramp-handle-shell-command): Use `when', not `if'.
7241 (tramp-handle-file-local-copy, tramp-handle-write-region):
7242 Adapt to autodetection of inline encoding.
7243 (tramp-invoke-ange-ftp): Require ange-ftp to make sure that
7244 variable ange-ftp-name-format is defined before binding it.
7245 (tramp-action-login, tramp-action-password, tramp-action-succeed)
7246 (tramp-action-permission-denied, tramp-action-yesno):
7247 Functions called from `tramp-actions-before-shell'.
7248 (tramp-multi-action-login, tramp-multi-action-password)
7249 (tramp-multi-action-succeed, tramp-multi-action-permission-denied):
7250 Functions called from `tramp-multi-actions'.
7251 (tramp-process-one-action, tramp-process-actions):
7252 Pattern matching and action invocation code for
7253 `tramp-actions-before-shell'.
7254 (tramp-process-one-multi-action, tramp-process-multi-actions):
7255 Same for `tramp-multi-actions'.
7256 (tramp-open-connection-telnet, tramp-open-connection-rsh)
7257 (tramp-open-connection-su): Process actions instead of hardwired logic.
7258 (tramp-multi-connect-telnet, tramp-multi-connect-rlogin)
7259 (tramp-multi-connect-su): Ditto.
7260 (tramp-post-connection): New method for tramp_encode and
7261 tramp_decode scripts.
7262 (tramp-post-connection): Invoke inline autodetection code.
7263 (tramp-coding-commands): List of inline codings.
7264 (tramp-find-inline-encoding): This is the inline autodetection code.
7265 (tramp-maybe-open-connection): If nothing was sent to connection
7266 for 60 seconds, look if it connection is still alive.
7267 (tramp-send-command): Remember that something was sent to the
7268 connection.
7269 (tramp-make-tramp-file-name, tramp-make-tramp-multi-file-name):
7270 Use backticks for constructing alist.
7271 (tramp-get-encoding-command, tramp-set-encoding-command)
7272 (tramp-get-decoding-command, tramp-set-decoding-command)
7273 (tramp-get-encoding-function, tramp-set-encoding-function)
7274 (tramp-get-decoding-function, tramp-set-decoding-function):
7275 Use for results of inline autodetection.
7276 (tramp-get-encoding-command, tramp-get-decoding-command)
7277 (tramp-get-encoding-function, tramp-get-decoding-function):
7278 Remove these old functions.
7279
7280 2002-07-30 Kenichi Handa <handa@etl.go.jp>
7281
7282 * language/indian.el (in-is13194): Give correct `safe-chars' property.
7283 (devanagari): Define it as an alias of in-is13194.
7284
7285 * international/mule.el (safe-chars):
7286 Put `char-table-extra-slots' property with value 0.
7287
7288 * files.el (revert-buffer): Fix previous change.
7289
7290 2002-07-29 Richard M. Stallman <rms@gnu.org>
7291
7292 * bindings.el (help-echo): If global-mode-string is non-nil,
7293 display some spaces after it.
7294
7295 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
7296 Don't call string-match on non-string.
7297 (displaying-byte-compile-warnings):
7298
7299 * textmodes/ispell.el (check-ispell-version): Bind default-directory
7300 to avoid errors. Kill the old temp buffer at the beginning.
7301
7302 2002-07-29 Glenn Morris <gmorris@ast.cam.ac.uk>
7303
7304 * scroll-all.el (scroll-all-mode): Make argument optional. Doc fix.
7305
7306 2002-07-29 John Paul Wallington <jpw@shootybangbang.com>
7307
7308 * scroll-all.el (scroll-all-mode): Handle numeric arg. Use `if'
7309 instead of `cond'.
7310
7311 2002-07-29 Kenichi Handa <handa@etl.go.jp>
7312
7313 * international/mule.el (ctext-post-read-conversion): Add support
7314 for embedded utf-8 encoding (ESC % G ... ESC % @).
7315
7316 2002-07-28 Kenichi Handa <handa@etl.go.jp>
7317
7318 * files.el (revert-buffer): Before calling insert-file-contents,
7319 kill the local variable buffer-file-coding-system.
7320
7321 2002-07-28 Richard M. Stallman <rms@gnu.org>
7322
7323 * bindings.el (mode-line-format): Handle vc-mode specially.
7324 Move mode-line-position to after global-mode-string.
7325 (mode-line-modes): Move the starting 3 spaces out of here.
7326 (mode-line-position): Separate with a space, not dashes.
7327
7328 * vc-hooks.el: Don't add to minor-mode-alist.
7329
7330 * emacs-lisp/edebug.el (edebug-debugger):
7331 If inside redisplay, just return.
7332
7333 * emacs-lisp/debug.el (debug): If inside redisplay, just return.
7334
7335 * info.el (Info-find-index-name): Improve last change.
7336
7337 2002-07-27 Richard M. Stallman <rms@gnu.org>
7338
7339 * files.el (file-name-sans-extension): Avoid expanding DIRECTORY.
7340
7341 * calendar/cal-hebrew.el (diary-rosh-hodesh): Cons mark on
7342 in the third case.
7343
7344 2002-07-27 Markus Rost <rost@math.ohio-state.edu>
7345
7346 * ps-print.el: Update copyright year.
7347 (ps-begin-cut-regexp, ps-end-cut-regexp): Fix type.
7348
7349 2002-07-26 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7350
7351 * eshell/eshell.el (eshell): Numeric prefix arg means to switch
7352 to the session with that number. Old behavior still available
7353 with nonumeric prefix args.
7354
7355 2002-07-08 Simon Josefsson <jas@extundo.com>
7356
7357 * mail/mail-extr.el (mail-extr-all-top-level-domains): Update names.
7358
7359 2002-07-26 Juanma Barranquero <lektu@terra.es>
7360
7361 * warnings.el (lwarn, warn, warning-levels): Doc fix.
7362 (warning-suppress-log-types): Fix typo.
7363 (display-warning): Fix typo. Remove useless assignment to free variable
7364 `group-string'.
7365
7366 2002-07-25 Markus Rost <rost@math.ohio-state.edu>
7367
7368 * ediff-wind.el (ediff-window-setup-function): Extend type declaration.
7369
7370 2002-07-25 Sam Steingold <sds@gnu.org>
7371
7372 * replace.el (occur-rename-buffer): New command.
7373 (occur-mode-map): Bind "r" to it. Added keybindings for
7374 `kill-this-buffer', `clone-buffer' and `quit-window'.
7375
7376 2002-07-25 Kevin Ryde <user42@zip.com.au>
7377
7378 * info.el (Info-find-index-name): Search for a function definition
7379 with a return type.
7380
7381 2002-07-25 David Ponce <david@dponce.com>
7382
7383 * emacs-lisp/bytecomp.el (byte-compile-set-symbol-position):
7384 Don't recompute `entry' on each iteration.
7385 (byte-compile-delete-first): Make it defsubst.
7386
7387 2002-07-25 Sam Steingold <sds@gnu.org>
7388
7389 * progmodes/cc-engine.el (c-search-uplist-for-classkey):
7390 When `search-end' is a cons, use its car.
7391
7392 2002-07-25 Dave Love <fx@gnu.org>
7393
7394 * obsolete/c-mode.el: Deleted.
7395
7396 2002-07-25 Carsten Dominik <dominik@astro.uva.nl>
7397
7398 * textmodes/reftex.el (reftex-compile-variables):
7399 Simplified regular expression.
7400
7401 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
7402 Simplified the regexp.
7403
7404 * textmodes/reftex-cite.el (reftex-get-bibkey-default): New function.
7405 (reftex-extract-bib-entries-from-thebibliography):
7406 Use `reftex-get-bibkey-default' to get a default regex.
7407 (reftex-extract-bib-entries): Use `reftex-get-bibkey-default' to
7408 get a default regex.
7409
7410 * textmodes/reftex-toc.el (reftex-toc-mode): Use `make-local-hook' for
7411 XEmacs compatibility (got OK from RMS).
7412
7413 * textmodes/reftex-index.el (reftex-index-mode): Likewise.
7414
7415 * textmodes/reftex-sel.el (reftex-select-label-mode): Likewise.
7416 (reftex-select-bib-mode): Likewise.
7417
7418 2002-07-25 Colin Walters <walters@debian.org>
7419
7420 * ibuffer.el (ibuffer-mouse-popup-menu): Allow point to be moved
7421 by menu functions.
7422
7423 2002-07-24 Dave Love <fx@gnu.org>
7424
7425 * international/mule.el (set-auto-coding): Doc fix.
7426
7427 * international/utf-16.el: New file.
7428
7429 * language/european.el ("German", "French", "Spanish", "Turkish"):
7430 Add alternative coding systems.
7431 ("Dutch"): Likewise. Add input method.
7432 ("Welsh", "Latin-7"): Add nonascii-translation.
7433
7434 * language/georgian.el ("Georgian"): Add nonascii-translation.
7435
7436 * international/titdic-cnv.el: Doc fixes.
7437 (tit-process-header): Add coding cookie.
7438 (titdic-convert): Force writing as iso-2022-7bit.
7439
7440 * international/ja-dic-cnv.el (skkdic-convert): Add coding cookie.
7441
7442 * international/mule-cmds.el: Doc fixes.
7443 (unencodable-char-position): New.
7444 (select-safe-coding-system): Use it to indicate problematic
7445 characters and add extra explanation. Avoid checking auto-coding
7446 for compressed files.
7447 (leim-list-header): Add coding cookie.
7448 (input-method-verbose-flag): Modify :type.
7449 (locale-language-names): Add bs, wa. Modify cy.
7450
7451 2002-07-24 Richard M. Stallman <rms@gnu.org>
7452
7453 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
7454 Bind warning-group-format.
7455
7456 * emacs-lisp/bytecomp.el (byte-compile-cl-functions): New variable.
7457 (byte-compile-cl-warn): Use that variable.
7458 (byte-compile-find-cl-functions): New function.
7459 (displaying-byte-compile-warnings):
7460 Call byte-compile-find-cl-functions.
7461
7462 * warnings.el (warning-levels): Add %s to the strings.
7463 (warning-group-format): New variable.
7464 (warning-suppress-log-types): Renamed from warning-suppress-log.
7465 (warning-suppress-types): Renamed from warning-suppress.
7466 (display-warning): Implement those changes.
7467
7468 2002-07-23 Richard M. Stallman <rms@gnu.org>
7469
7470 * warnings.el: Add `provide' call.
7471
7472 * files.el (basic-save-buffer-2): If there's an error writing the file,
7473 unrename the backup file if it was just made.
7474 (backup-buffer, basic-save-buffer-2, basic-save-buffer-1)
7475 (basic-save-buffer): Value now has form (MODES . BACKUPNAME)
7476 when a backup was just made by renaming. Otherwise it's nil.
7477
7478 * wid-edit.el (widget-convert): Handle an argument that's a keyword.
7479 Recognize explicit :args specification.
7480
7481 * international/mule-cmds.el (select-safe-coding-system):
7482 Don't ask for confirmation of mismatch if find-file-literally was used.
7483
7484 2002-07-23 Markus Rost <rost@math.ohio-state.edu>
7485
7486 * add-log.el (add-log-current-defun): Fix typo in documentation.
7487
7488 2002-07-22 Markus Rost <rost@math.ohio-state.edu>
7489
7490 * add-log.el (add-log-mailing-address): Fix type. Can be a string.
7491
7492 * ido.el (ido-separator): Fix type.
7493
7494 2002-07-23 Andrew Innes <andrewi@gnu.org>
7495
7496 * makefile.w32-in (DONTCOMPILE): Remove cus-start.el.
7497 (DONTCOMPILE): Add various language files.
7498 (DONTCOMPILE): Remove term/xterm.el.
7499 (finder-inf.el): Remove.
7500 (update-authors): New target.
7501 (TAGS-LISP): Remove $(lispsource).
7502 (compile-always): Renamed from `compile-files'.
7503 (compile): New target, adapted from `compile-files'.
7504 (compile-calc): New target.
7505 (recompile): Change `.' to $(lisp).
7506 (bootstrap): Add update-subdirs and finder-data
7507 to dependencies; change compile-files to compile.
7508
7509 2002-07-22 Andre Spiegel <spiegel@gnu.org>
7510
7511 * vc.el (vc-next-action-on-file): Preserve find-file-literally.
7512
7513 2002-07-22 Dan Nicolaescu <dann@ics.uci.edu>
7514
7515 * simple.el (undo, undo-more): Adjust messages when undoing in a
7516 region.
7517
7518 2002-07-22 John Paul Wallington <jpw@shootybangbang.com>
7519
7520 * net/browse-url.el (browse-url-lynx-input-attempts): Use defcustom.
7521 (browse-url-lynx-input-delay): Add custom type and group.
7522
7523 * cus-start.el (double-click-fuzz): Added.
7524
7525 2002-07-22 Alan Shutko <ats@acm.org>
7526
7527 * calendar/solar.el (diary-sabbath-candles): Add optional MARK
7528 parameter, specifying what face or character to use in the
7529 calendar display. These will now return (MARK . ENTRY).
7530
7531 * calendar/lunar.el (diary-phases-of-moon): Add optional MARK
7532 parameter, specifying what face or character to use in the
7533 calendar display. These will now return (MARK . ENTRY).
7534
7535 * calendar/cal-hebrew.el (diary-omer, diary-yahrzeit)
7536 (diary-rosh-hodesh, diary-parasha, diary-parasha): Add optional
7537 MARK parameter, specifying what face or character to use in the
7538 calendar display. These will now return (MARK . ENTRY).
7539
7540 * calendar/diary-lib.el (mark-sexp-diary-entries): Retrieve mark
7541 from diary-sexp-entry and pass it to mark-visible-calendar-date.
7542 (list-sexp-diary-entries): Update doc string for new docs for ....
7543 If diary-sexp-entry returns a cons, only add the text to the diary
7544 list.
7545 (diary-sexp-entry): Allow sexps to return a cons of the form (MARK
7546 . STRING) to specify what face or character mark should be used in
7547 the calendar display.
7548 (diary-date, diary-block, diary-float, diary-anniversary)
7549 (diary-cyclic): Add optional MARK parameter, specifying what face
7550 or character to use in the calendar display. These will now
7551 return (MARK . ENTRY).
7552
7553 * calendar/diary-lib.el (check-calendar-holidays, diary-iso-date)
7554 (calendar-holiday-list, diary-french-date, diary-mayan-date)
7555 (diary-julian-date, diary-astro-day-number, diary-chinese-date)
7556 (diary-islamic-date, list-islamic-diary-entries)
7557 (mark-islamic-diary-entries, mark-islamic-calendar-date-pattern)
7558 (diary-hebrew-date, diary-omer, diary-yahrzeit, diary-parasha)
7559 (diary-rosh-hodesh, list-hebrew-diary-entries)
7560 (mark-hebrew-diary-entries, mark-hebrew-calendar-date-pattern)
7561 (diary-coptic-date, diary-persian-date, diary-phases-of-moon)
7562 (diary-sunrise-sunset, diary-sabbath-candles):
7563 Remove interactive flag from autoloads.
7564
7565 2002-07-22 Carsten Dominik <dominik@astro.uva.nl>
7566
7567 * textmodes/reftex-vars.el (reftex-index-verify-function): New option.
7568 (reftex-bibliography-commands): New option.
7569 (reftex-toc-split-windows-horizontally): New option
7570 (reftex-toc-split-windows-horizontally-fraction): New option
7571 (reftex-include-file-commands): New option.
7572 (reftex-cite-format-builtin): Added ?n for nocite.
7573
7574 * textmodes/reftex-index.el (reftex-query-index-phrase):
7575 Use `reftex-index-verify-function'.
7576
7577 * textmodes/reftex-toc.el (reftex-re-enlarge):
7578 Handle horizontal splitting.
7579 (reftex-toc): Handle horizontal splitting
7580 (reftex-last-window-width): New variable.
7581
7582 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
7583 Use `reftex-bibliography-commands'.
7584 (reftex-locate-bibliography-files): Regexp relaxed to allow for
7585 cases where \bibliography is not the first thing on the line.
7586
7587 * textmodes/reftex.el (reftex-compile-variables):
7588 Use `reftex-include-file-commands'.
7589 (reftex-type-query-prompt): Changed defconst to defvar.
7590 (reftex-type-query-help, reftex-typekey-to-format-alist)
7591 (reftex-typekey-to-prefix-alist, reftex-env-or-mac-alist)
7592 (reftex-special-env-parsers, reftex-label-mac-list)
7593 (reftex-label-env-list, reftex-typekey-list)
7594 (reftex-words-to-typekey-alist, reftex-key-to-index-macro-alist)
7595 (reftex-query-index-macro-prompt, reftex-query-index-macro-help)
7596 (reftex-no-follow-message, reftex-no-info-message): Likewise.
7597 (reftex-mode): Define systax table for bibtex parsing.
7598 (reftex-syntax-table-for-bib): Syntax table for bibtex parsing.
7599
7600 * textmodes/reftex-cite.el (reftex-format-names): %a as name
7601 format lists all names.
7602 (reftex-parse-bibtex-entry): Use `reftex-syntax-table-for-bib'.
7603 (reftex-with-special-syntax-for-bib): New macro.
7604
7605 2002-07-21 Richard M. Stallman <rms@gnu.org>
7606
7607 * international/ucs-tables.el (ucs-quail-activate):
7608 Cope if buffer-file-coding-system is nil.
7609
7610 * bindings.el (last-buffer): Use buffer-list with frame arg.
7611 Create *scratch* if no other choice exists. Fix bugs.
7612
7613 2002-07-21 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7614
7615 * net/tramp.el: Bump version to 2.0.2.
7616 (tramp-methods): Rename methods invoking "ssh1" or "ssh2" to
7617 longer names. Use old names "sm1", "sm2" and so on for methods
7618 invoking "ssh -1" or "ssh -2".
7619 (tramp-multi-file-name-structure-separate): Typo, its name was set
7620 to "tramp-file-name-structure-separate". Trivial patch.
7621 From Steve Youngs <youngs@xemacs.org>.
7622 (tramp-multi-sh-program): New variable.
7623 (tramp-open-connection-multi): Use it. Now you can use multi
7624 methods from Windows (at least in principle).
7625 (tramp-do-copy-or-rename-via-buffer): New function.
7626 (tramp-do-copy-or-rename-file): Use it. Change and simplify
7627 logic. Omit special case of invoking rcp directly to copy the files.
7628 (tramp-open-connection-su, tramp-multi-connect-telnet)
7629 (tramp-multi-connect-rlogin, tramp-multi-connect-su)
7630 (tramp-make-tramp-file-name, tramp-make-tramp-multi-file-name):
7631 Use backticks in format-spec for brevity and to avoid
7632 character/number confusion in XEmacs.
7633
7634 2002-07-20 Richard M. Stallman <rms@gnu.org>
7635
7636 * wid-edit.el (widget-documentation-string-value-create):
7637 Say "Hide Rest", not just "Hide".
7638
7639 * cus-edit.el (custom-variable-value-create):
7640 Say "Show Value", not just "Show". Also "Hide Value".
7641 Output a newline before the doc string.
7642 (custom-face-value-create): Say "Show Face" and "Hide Face".
7643
7644 * files.el (toggle-read-only): Clean up the hint message.
7645
7646 * emacs-lisp/bytecomp.el: Use warnings.el.
7647 (byte-compile-warning-prefix): New function.
7648 (byte-compile-log-file): Return page start position.
7649 (byte-compile-log-warning): New function.
7650 (byte-compile-warn): Use byte-compile-log-warning.
7651 (byte-compile-report-error): Likewise. Also use error-message-string.
7652 (displaying-byte-compile-warnings): Bind warning-series.
7653 Don't bind or use byte-compile-warnings-point-max.
7654 Don't display the log buffer at the end.
7655 (byte-compile-warnings-point-max): Variable deleted.
7656 (byte-compile-log-1): Rewrite for trace info, not used for warnings.
7657 (byte-compile-last-warned-form, byte-compile-last-logged-file):
7658 Defvars moved.
7659
7660 * warnings.el: New file.
7661
7662 2002-07-19 Richard M. Stallman <rms@gnu.org>
7663
7664 * emacs-lisp/bytecomp.el (byte-compile-cl-warn): Delete `values'
7665 and `values-list' from list of CL functions.
7666
7667 2002-07-19 John Paul Wallington <jpw@shootybangbang.com>
7668
7669 * emacs-lisp/bytecomp.el (compile-defun):
7670 Bind `read-with-symbol-positions' to current buffer.
7671
7672 2002-07-19 Andre Spiegel <spiegel@gnu.org>
7673
7674 * vc-hooks.el (vc-insert-file): When called with a LIMIT regexp,
7675 delete anything that comes after LIMIT from the buffer.
7676
7677 * vc-rcs.el (vc-rcs-fetch-master-state): Be more careful to check
7678 if this is really an RCS master file.
7679
7680 * vc.el: Improve comment of vc-BACKEND-workfile-unchanged-p.
7681
7682 2002-07-19 Juanma Barranquero <lektu@terra.es>
7683
7684 * emacs-lisp/bytecomp.el (dot, dot-max, dot-min, dot-marker)
7685 (buffer-flush-undo, baud-rate, compiled-function-p, define-function)
7686 (unread-command-char, executing-macro, post-command-idle-hook)
7687 (post-command-idle-delay): Move obsolescence declarations to subr.el.
7688
7689 * subr.el (dot, dot-max, dot-min, dot-marker, buffer-flush-undo)
7690 (baud-rate, compiled-function-p, define-function, unread-command-char)
7691 (executing-macro, post-command-idle-hook, post-command-idle-delay):
7692 Move obsolescence declarations from emacs-lisp/bytecomp.el.
7693 (directory-sep-char, mode-line-inverse-video):
7694 Add obsolescence declaration.
7695
7696 2002-07-18 J.D. Smith <jdsmith@as.arizona.edu>
7697
7698 * progmodes/idlwave.el: Updated to IDLWAVE version 4.14. Too many
7699 changes to list them here.
7700
7701 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.14.
7702 Too many changes to list them here.
7703
7704 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.14.
7705 Too many changes to list them here.
7706
7707 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.14 with
7708 only minor documentation changes.
7709
7710 2002-07-18 Dave Love <fx@gnu.org>
7711
7712 * info-look.el: Support current auto{conf,make} manuals.
7713
7714 2002-07-18 Juanma Barranquero <lektu@terra.es>
7715
7716 * bindings.el (last-buffer): Add missing frame argument.
7717
7718 2002-07-18 Richard M. Stallman <rms@gnu.org>
7719
7720 * timer.el (timer-inc-time): Doc fix.
7721
7722 * replace.el (keep-lines, flush-lines): Interactively report
7723 read-only error before reading regexp argument.
7724
7725 * dabbrev.el (dabbrev--search): Use inhibit-point-motion-hooks.
7726
7727 * bindings.el (last-buffer): Handle buffer-list and buffer-predicate
7728 frame parameters like bury-buffer.
7729
7730 * simple.el (choose-completion-delete-max-match):
7731 Handle minibuffer prompts explicitly.
7732
7733 2002-07-18 Juanma Barranquero <lektu@terra.es>
7734
7735 * international/mule-util.el (string-to-sequence, truncate-string):
7736 Add autoload cookie to obsolescence declaration.
7737
7738 * rect.el (move-to-column-force): Likewise.
7739
7740 * composite.el (decompose-composite-char): Likewise; also remove
7741 redundant info.
7742
7743 2002-07-18 Kim F. Storm <storm@cua.dk>
7744
7745 * loadup.el: Load international/utf-8 before international/characters.
7746
7747 2002-07-17 Dave Love <fx@gnu.org>
7748
7749 * international/ucs-tables.el: Optimize tables. Deal with some
7750 non-8859 charsets.
7751 (ucs-mule-to-mule-unicode): New.
7752 (ucs-unify-8859): Use utf-8-fragment-on-decoding, set up Quail
7753 translation.
7754 (ucs-fragment-8859): Modified consistent with ucs-unify-8859.
7755 (unify-8859-on-encoding-mode): Doc mod. Fix custom version.
7756 (unify-8859-on-decoding-mode): Doc mod. Change code. Fix custom
7757 version. Add custom dependencies.
7758 (ucs-insert): Check for null from decode-char.
7759 (translation-table-for-input, ucs-quail-activate)
7760 (ucs-minibuffer-setup, ccl-encode-unicode-font)
7761 (ucs-tables-unload-hook): New.
7762
7763 * international/mule.el (define-translation-hash-table): New.
7764 (decode-char): Use utf-8-translation-table-for-decode.
7765 (encode-char): Use ucs-mule-to-mule-unicode.
7766
7767 * international/characters.el: Fix settings of U+2000-U+2027.
7768 Remove \e$(C'Y\e(B.
7769
7770 * international/mule-cmds.el (locale-language-names): Fix be, add
7771 sr_YU@cyrillic, modify tg.
7772 (locale-charset-language-names): Put @euro last.
7773
7774 * language/cyrillic.el (cyrillic-koi8-r-decode-table)
7775 (cyrillic-alternativnyj-decode-table): Fill out with mule-unicode.
7776 (cyrillic-koi8-r-decode-table): Make unbound after use.
7777 (ccl-decode-koi8, ccl-decode-alternativnyj): Change expansion
7778 factor. Use utf-8-translation-table-for-decode.
7779 (ccl-encode-koi8, ccl-encode-koi8): Don't check r0.
7780 (cyrillic-unify-encoding): New function.
7781 (cyrillic-koi8): Modify safe-chars, valid-codes.
7782 Remove charset-origin-alist.
7783 (Cp878, cp866): New alias.
7784 (ccl-encode-8859-5-font): New.
7785 (font-ccl-encoder-alist): Add ccl-encode-8859-5-font.
7786 (ccl-encode-koi8-font, ccl-encode-alternativnyj-font):
7787 Remove redundant parens.
7788 ("Cyrillic-KOI8"): Add cyrillic-iso-8bit to coding-priority.
7789 (cyrillic-koi8-u-decode-table, ccl-decode-koi8-u)
7790 (ccl-encode-koi8-u, koi8-u, ccl-encode-koi8-u-font, "Ukrainian"): New.
7791 (cyrillic-alternativnyj): Modify safe-chars, add mime-charset.
7792 ("Cyrillic-ALT"): Change input method.
7793 ("Windows-1251", "Tajik", "Bulgarian", "Belarusian"): New.
7794
7795 * international/utf-8.el (utf-8-subst-table)
7796 (utf-8-subst-rev-table, utf-8-translation-table-for-decode)
7797 (utf-8-fragment-on-decoding, ccl-untranslated-to-ucs)
7798 (utf-8-ccl-regs, utf-8-translate-cjk): New.
7799 (ccl-encode-mule-utf-8): Use utf-8-subst-rev-table.
7800 (ccl-decode-mule-utf-8, ccl-untranslated-to-ucs)
7801 (utf-8-untranslated-to-ucs, utf-8-compose): Rewritten.
7802 (mule-utf-8): Remove pre-write-conversion.
7803 (utf-8-post-read-conversion): Comment out.
7804
7805 * international/ccl.el (ccl-command-table): Add lookup-integer,
7806 lookup-character.
7807 (ccl-extended-code-table): Add lookup-int-const-tbl,
7808 lookup-char-const-tbl.
7809 (ccl-compile-lookup-integer, ccl-compile-lookup-character)
7810 (ccl-dump-lookup-int-const-tbl, ccl-dump-lookup-char-const-tbl):
7811 New functions.
7812 (define-ccl-program): Doc update.
7813
7814 * international/utf-8-subst.el: Populate utf-8-subst-rev-table.
7815 (utf-8-subst-table): Don't set.
7816
7817 2002-07-17 Kenichi Handa <handa@etl.go.jp>
7818
7819 * international/mule.el (define-coding-system-alias):
7820 Don't append ALIAS in the property `alias-coding-systems' if ALIAS's
7821 eol-type is not auto-detection.
7822
7823 * international/mule-diag.el (print-coding-system-briefly):
7824 Fix the handling of an alias of which eol-type is not auto-detection.
7825
7826 * international/mule-conf.el (us-ascii): Define it as an alias of
7827 iso-safe.
7828
7829 2002-07-17 Juanma Barranquero <lektu@terra.es>
7830
7831 * help-fns.el (describe-function-1): Put empty line before "Not
7832 documented" text.
7833
7834 * timer.el (timer-set-time-with-usecs): Mark obsolete.
7835
7836 2002-07-16 Stefan Monnier <monnier@cs.yale.edu>
7837
7838 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
7839 Make sure to change the global tool-bar-map.
7840
7841 * vc.el (vc-default-comment-history): Hard code *vc*.
7842 This is because print-log always prints there now.
7843 (vc-annotate-font-lock-keywords): New var.
7844 (vc-annotate-mode): Use it. Set truncate-lines as well.
7845 (vc-annotate-display-select): Unify the two error reports.
7846 (vc-annotate-offset): New var.
7847 (vc-annotate-lines): New fun extracted from vc-annotate-display.
7848 (vc-annotate-display): Use it, via font-lock.
7849
7850 * help-fns.el (help-split-fundoc, help-function-arglist)
7851 (help-make-usage): New funs, extracted from describe-function-1.
7852 (describe-function-1): Use them.
7853
7854 * help.el (help-key-description): Show the untranslated keys
7855 when they start with ESC and the ESC was not translated.
7856
7857 * help-mode.el (view): Always require.
7858 (help-xref-mule-regexp): Don't use defconst for variables.
7859 (help-setup-xref): Keep the last 10 elements of the stack.
7860 (help-xref-override-view-map): New var.
7861 (help-make-xrefs): Use it instead of building a new map each time.
7862 (help-function-def): Allow help-fun to take a buffer as arg.
7863
7864 * diff-mode.el (diff-reverse-direction): Simplify.
7865 (diff-after-change-function): Fix typo.
7866 (diff-post-command-hook): Take care of edge cases.
7867 (diff-current-defun): Do `goto-char' after setting the mode.
7868
7869 * mouse-sel.el (mouse-sel-mode): Use define-minor-mode.
7870 Fold mouse-sel-bindings into it.
7871 (mouse-sel-bound-events): Turn it into an alist.
7872 (mouse-insert-selection): Delegate to mouse-yank-at-click if
7873 mouse-sel-default-bindings asks for it.
7874
7875 2002-07-16 Andre Spiegel <spiegel@gnu.org>
7876
7877 * files.el: Bind toggle-read-only to C-x C-q.
7878 (toggle-read-only): Display a warning message if the file is under
7879 version control.
7880
7881 * vc-hooks.el: Don't bind vc-toggle-read-only to C-x C-q.
7882 (vc-toggle-read-only): Explain in the doc string that users can bind
7883 this to C-x C-q.
7884 (vc-checkout-model): Change doc string to refer to vc-next-action,
7885 not vc-toggle-read-only.
7886
7887 * vc.el (vc-next-action-on-file): Ignore buffer-read-only while
7888 comparing to file on disk. Fix the case when claiming the lock
7889 on a file that has unlocked changes.
7890 (vc-log-mode): Don't mention vc-toggle-read-only in the doc string.
7891
7892 2002-07-16 Richard M. Stallman <rms@gnu.org>
7893
7894 * simple.el (choose-completion-string): Doc fix.
7895
7896 * cus-edit.el: New operation :custom-standard-value.
7897 (Custom-reset-standard): Use it.
7898 (custom-variable, custom-face): Define it.
7899 (custom-variable-standard-value, custom-face-standard-value): New fns.
7900 (custom-face-save): Don't save a face whose value is standard.
7901 (custom-save-faces): Use SYMBOL, not 'default, to set NOW and COMMENT.
7902
7903 * cus-edit.el (custom-face-edit-fix-value):
7904 If VALUE is not a list, pass it thru.
7905
7906 * compare-w.el (compare-windows-whitespace): Always allow newline
7907 even if it does not have whitespace syntax.
7908
7909 2002-07-16 Juanma Barranquero <lektu@terra.es>
7910
7911 * timer.el (timer-set-time, timer-set-time-with-usecs): Fix docstring.
7912
7913 2002-07-15 Juanma Barranquero <lektu@terra.es>
7914
7915 * help-fns.el (describe-variable): Show documentation for aliased
7916 variable if alias does not have its own.
7917
7918 2002-07-15 Mike Williams <mdub@bigfoot.com>
7919
7920 * mouse-sel.el (mouse-sel-bindings): Save/restore interprogram
7921 cut/paste functions.
7922
7923 2002-07-14 Richard M. Stallman <rms@gnu.org>
7924
7925 * files.el (find-alternate-file): Offer to save a modified buffer.
7926 Handle kill-buffer-query-functions better.
7927
7928 * startup.el (normal-splash-screen, fancy-splash-text):
7929 Update name of help menu item for ordering printed manuals.
7930
7931 * emacs-lisp/checkdoc.el: Fix doc typos.
7932
7933 2002-07-14 Stefan Monnier <monnier@cs.yale.edu>
7934
7935 * textmodes/tex-mode.el: Set encoding to utf-8.
7936 (tex-start-options): Make it into always-a-string.
7937 Remove silly custom options that are covered by the other var.
7938 (tex-start-commands): Fix docstring.
7939 (tex-open-quote, tex-close-quote): Add options.
7940 (tex-command): Provide default.
7941 (tex-font-lock-keywords-1): Highlight $$...$$.
7942 (tex-font-lock-keywords-2): Fix latin-1 chars.
7943 (tex-mode-map): Remove redundant \t binding.
7944 (tex-mode): Add `subsection' and `newcommand' to known latex cmds.
7945 (latex-mode): Use add-hook for fill-nobreak-predicate.
7946 (tex-common-initialization): Set indent-tabs-mode to nil.
7947 (tex-insert-quote): Undo magic if invoked twice in a row.
7948 (latex-fill-nobreak-predicate): Don't use narrowing.
7949 (tex-latex-block): Don't cons uselessly.
7950 (tex-last-unended-begin): Signal user-friendlier error.
7951 (tex-goto-last-unclosed-latex-block): Don't catch signal.
7952 (tex-start-tex): Switch order of tex-start-options and
7953 tex-start-commands to make it obey docstrings.
7954
7955 2002-07-14 Mike Williams <mdub@bigfoot.com>
7956
7957 * mouse-sel.el (mouse-sel-bound-events): New constant.
7958 (mouse-sel-bindings): Save/restore original mouse-bindings.
7959
7960 2002-07-13 Stefan Monnier <monnier@cs.yale.edu>
7961
7962 * emacs-lisp/cl.el (cl-set-substring): Fix thinko.
7963 (cl-hack-byte-compiler): Avoid infinite require loop.
7964
7965 * net/ange-ftp.el: Use hash-tables.
7966 (ange-ftp-make-hashtable, ange-ftp-map-hashtable)
7967 (ange-ftp-make-hash-key, ange-ftp-get-hash-entry)
7968 (ange-ftp-put-hash-entry, ange-ftp-del-hash-entry): Remove.
7969 Replace with make-hash-table, maphash, gethash, puthash and remhash.
7970 (ange-ftp-hash-entry-exists-p): Rewrite.
7971 (ange-ftp-vms-delete-file-entry, ange-ftp-vms-add-file-entry):
7972 Change mapatom -> maphash.
7973 (ange-ftp-file-entry-active-p, ange-ftp-file-entry-not-ignored-p):
7974 Update to new calling mode.
7975
7976 * progmodes/ebrowse.el (ebrowse-symbol-regexp): Avoid cl-set-substring.
7977 (ebrowse-hash-table-to-alist): Delete.
7978 (ebrowse-tags-read-name, ebrowse-tags-list-members-in-file)
7979 (ebrowse-tags-complete-symbol): Use the hashtable for completion.
7980
7981 * textmodes/sgml-mode.el (sgml-quote): Use narrowing.
7982 Improve the regexp used when unquoting.
7983 (sgml-pretty-print): New function.
7984 (sgml-get-context): Better handling of improperly nested tags.
7985 (sgml-show-context): Don't use the FULL arg of sgml-get-context.
7986
7987 2002-07-13 Andreas Schwab <schwab@suse.de>
7988
7989 * mail/mailabbrev.el (mail-abbrev-make-syntax-table): Check the
7990 inherited table entry.
7991
7992 2002-07-13 Glenn Morris <gmorris@ast.cam.ac.uk>
7993
7994 * calendar/timeclock.el (timeclock-in): Handle the case where no
7995 log file exists (ie the very first call).
7996
7997 2002-07-13 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7998
7999 * net/ange-ftp.el: Do not hook into file-name-handler-alist, this
8000 is done by Tramp.
8001
8002 * net/tramp.el (tramp-multi-file-name-structure-unified):
8003 Add missing slash and move colon from start to end of each hop.
8004 (tramp-multi-file-name-hop-structure-unified): Move colon from
8005 start to end of each hop.
8006
8007 2002-07-13 Kim F. Storm <storm@cua.dk>
8008
8009 * progmodes/compile.el (grep-tree): Fixed autoload.
8010 Corrected use of undefined variable `match-files-aliases'.
8011
8012 2002-07-12 Glenn Morris <gmorris@ast.cam.ac.uk>
8013
8014 * calendar/timeclock.el (timeclock-get-workday-function):
8015 `timeclock-workday' is not a valid option, rather a possible
8016 return value.
8017
8018 2002-07-12 Richard M. Stallman <rms@gnu.org>
8019
8020 * net/ange-ftp.el (ange-ftp-write-region):
8021 Don't bind executing-kbd-macro; instead, pass non-nil VISIT arg
8022 to ange-ftp-real-write-region.
8023
8024 * replace.el (flush-lines, keep-lines): Convert REND to a marker.
8025
8026 * help-fns.el (help-with-tutorial): Display completion list right away.
8027
8028 * ediff-ptch.el (ediff-test-patch-utility): Catch error and return nil.
8029
8030 * startup.el (command-line): Set memory-signal-data.
8031 (fancy-splash-text, normal-splash-screen):
8032 Mention "Read the Emacs Manual" or C-h r.
8033 Rearrange the initial help to put the help cmds on left
8034 and the actions (exit, undo) on the right. Other small
8035 text clarifications.
8036 (fancy-splash-text, actions page): Add blank line to balance help page.
8037
8038 * help.el (help-map): Add binding for info-emacs-manual.
8039 (print-help-return-message): Doc fix.
8040
8041 * strokes.el (strokes-help): Call print-help-return-message
8042 while inside with-output-to-temp-buffer.
8043
8044 * info.el (info-emacs-manual): New function.
8045 (Info-use-header-line): Doc fix.
8046
8047 * emacs-lisp/cl.el (multiple-value-call): Add alias.
8048
8049 * progmodes/compile.el (compilation-normalize-filename):
8050 New subroutine, taken out of compilation-parse-errors.
8051 (compilation-parse-errors): Use that, and for directories too.
8052 Don't check whether a directory really exists.
8053
8054 2002-07-12 Juanma Barranquero <lektu@terra.es>
8055
8056 * help-fns.el (describe-variable): Remove useless "Documentation:"
8057 string.
8058
8059 * timer.el (timer-set-time-with-usecs): Fix documentation.
8060 Simplify extraction of time data.
8061
8062 2002-07-12 John Paul Wallington <jpw@shootybangbang.com>
8063
8064 * help-fns.el (describe-variable): Mention if the variable is an
8065 alias. Put `defvaralias' info before the documentation.
8066
8067 2002-07-12 Kenichi Handa <handa@etl.go.jp>
8068
8069 * international/mule-cmds.el (locale-language-names): Change "mk"
8070 (Macedoninan), "ru" (Russian), and "sp" (Serbian with Cyrillic
8071 alphabet) to "Cyrillic-ISO".
8072
8073 2002-07-11 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8074
8075 * net/tramp.el (tramp-default-method): New default method "sm"
8076 which I guess to be good for most people.
8077 (tramp-default-method-alist): Use "ftp" method (ie, forwarding to
8078 Ange-FTP) for some user/host combinations.
8079 (tramp-file-name-structure, tramp-file-name-regexp)
8080 (tramp-make-tramp-file-format, tramp-make-tramp-file-user-nil-format)
8081 (tramp-multi-file-name-structure, tramp-multi-file-name-hop-structure)
8082 (tramp-make-multi-tramp-file-format): New default value which
8083 unifies the filename syntax between Tramp and Ange-FTP. The new
8084 syntax is "/method:user@host:path". Note the colon after the method.
8085 (tramp-handle-file-name-directory): Don't return "/" when
8086 completing a remote root directory (where the filename looks like
8087 "/method:user@host:/").
8088 (tramp-handle-ange-ftp): Deleted.
8089 (tramp-disable-ange-ftp): New function, called at toplevel,
8090 deletes Ange-FTP from file-name-handler-alist.
8091 (tramp-handle-make-symbolic-link): Implement.
8092
8093 2002-07-10 Juanma Barranquero <lektu@terra.es>
8094
8095 * ido.el (ido-enter-single-matching-directory): Delete leftover comment.
8096
8097 * speedbar.el (speedbar-tag-hierarchy-method): Fix typos.
8098 (speedbar-vc-do-check): Likewise.
8099 (speedbar-obj-do-check): Likewise.
8100 (speedbar-mouse-hscroll): Likewise.
8101 (speedbar-file-lists): Likewise.
8102
8103 * emacs-lisp/authors.el (authors-obsolete-file-p): Fix typo.
8104
8105 2002-07-09 Ole Aamot <ole@gnu.org>
8106
8107 * compile.el (compilation-error-regexp-alist):
8108 Recognize Valgrind messages.
8109
8110 2002-07-09 Juanma Barranquero <lektu@terra.es>
8111
8112 * faces.el (face-id): Fix typo.
8113
8114 * hexl.el (hexl-mode): Likewise.
8115
8116 * progmodes/idlw-shell.el (idlwave-shell-set-bp): Likewise.
8117
8118 * progmodes/ebnf-yac.el (ebnf-yac-error): Likewise.
8119
8120 * speedbar.el (speedbar-make-specialized-keymap): Fix docstring.
8121 (speedbar-desired-buffer): Likewise.
8122 (speedbar-line-file): Likewise.
8123 (speedbar-special-mode-key-map): Fix typo.
8124 (speedbar-dynamic-tags-function-list): Likewise.
8125 (speedbar-use-images): Likewise.
8126 (speedbar-up-directory): Likewise.
8127 (speedbar-item-info): Likewise.
8128 (speedbar-set-timer): Likewise.
8129 (speedbar-insert-button): Likewise.
8130 (speedbar-make-button): Likewise.
8131 (speedbar-make-tag-line): Likewise.
8132 (speedbar-insert-files-at-point): Likewise.
8133 (speedbar-update-special-contents): Likewise.
8134 (speedbar-find-selected-file): Likewise.
8135 (speedbar-add-indicator): Likewise.
8136 (speedbar-do-function-pointer): Likewise.
8137 (speedbar-goto-this-file): Likewise.
8138 (speedbar-line-path): Likewise.
8139 (speedbar-mouse-event-p): Likewise.
8140 (speedbar-dir-follow): Likewise.
8141 (speedbar-tag-find): Likewise.
8142 (speedbar-fetch-etags-command): Likewise.
8143 (speedbar-fetch-etags-arguments): Likewise.
8144 (speedbar-toggle-etags): Likewise.
8145 (speedbar-extract-one-symbol): Likewise.
8146 (speedbar-parse-c-or-c++tag): Likewise.
8147 (speedbar-unhighlight-one-tag-line): Likewise.
8148 (speedbar-directory-face): Likewise.
8149 (defimage-speedbar): Likewise.
8150 (speedbar-convert-emacs21-imagespec-to-xemacs): Likewise.
8151 (defimage-speedbar): Likewise.
8152
8153 2002-07-09 Miles Bader <miles@gnu.org>
8154
8155 * hexl.el (hexl-find-file): Bind `completion-ignored-extensions'
8156 to nil when prompting for a filename.
8157
8158 2002-07-09 Kenichi Handa <handa@etl.go.jp>
8159
8160 * files.el (insert-directory): Be sure to bind
8161 coding-system-for-write to the just decided coding-system-for-read.
8162
8163 2002-07-09 Kim F. Storm <storm@cua.dk>
8164
8165 * ido.el (ido-make-merged-file-list): Move fully matching item to
8166 head of list.
8167 (ido-find-common-substring): Return substring instead of t.
8168
8169 2002-07-08 Juanma Barranquero <lektu@terra.es>
8170
8171 * info.el (Info-directory-list): Fix docstring.
8172
8173 2002-07-08 Miles Bader <miles@gnu.org>
8174
8175 * comint.el (comint-dynamic-list-completions): Sort COMPLETIONS
8176 before first use.
8177
8178 2002-07-08 Kim F. Storm <storm@cua.dk>
8179
8180 * files.el (after-find-file): Don't check for read-only status
8181 of files just created (and not yet saved on disk).
8182
8183 * ido.el (ido-completion-help): Changed xemacs specific code to
8184 avoid byte compiler warning in GNU emacs.
8185 (ido-set-matches1): Use regexp-quote instead of identity.
8186 (ido-complete-space): New function.
8187 (ido-define-mode-map): Bind it to SPACE.
8188
8189 2002-07-07 Stefan Monnier <monnier@cs.yale.edu>
8190
8191 * font-lock.el (font-lock-default-unfontify-region):
8192 Use remove-list-of-text-properties.
8193 (font-lock-extra-managed-props): Doc fix.
8194
8195 * facemenu.el: Move `provide' to the end.
8196 (facemenu-read-color): Don't cons unnecessarily.
8197
8198 * language/ind-util.el (indian-make-hash):
8199 * language/devan-util.el (dev-char-glyph-hash, dev-glyph-glyph-hash)
8200 (dev-glyph-glyph-2-hash): Switch makehash -> make-hash-table.
8201
8202 * subr.el (insert-string): Update the obsolete info.
8203 (makehash): Move from C and mark obsolete.
8204
8205 * emacs-lisp/debug.el (debug-on-entry): Fix the wrapper used for
8206 aliases to also work for interactive functions.
8207 Use the same wrapper for subroutines.
8208 (cancel-debug-on-entry): Get rid of the now-useless wrapper.
8209 (debug-on-entry-1): Correctly skip docstrings and interactive forms.
8210
8211 * textmodes/texinfo.el (texinfo-font-lock-keywords): Disable the
8212 automatic environment name update.
8213 (texinfo-clone-environment): Fix it not to incorrectly match prefixes.
8214
8215 2002-07-07 Richard M. Stallman <rms@gnu.org>
8216
8217 * emacs-lisp/easymenu.el (easy-menu-popup-menu): Function deleted.
8218
8219 * emacs-lisp/advice.el (ad-compile-function):
8220 Disable cl-function warnings if cl is loaded.
8221
8222 * files.el (safe-local-eval-forms): New user option.
8223 (hack-one-local-variable-eval-safep): Support it.
8224 Also allow `safe-local-eval-function' property to be a function
8225 or a list of functions.
8226 (c-add-style): Delete `safe-local-eval-function' property.
8227
8228 * files.el (after-find-file): Make buffer read-only if file is
8229 marked that way, even for root.
8230
8231 * files.el (save-some-buffers): Doc fix.
8232
8233 * bindings.el (completion-ignored-extensions): Add .gmo and .mo.
8234
8235 2002-07-06 Francesco Potort\e,Al\e(B <pot@gnu.org>
8236
8237 * dos-w32.el (file-name-buffer-file-type-alist): Add knowledge of
8238 .sx[dmicw] file suffixes for Open office data files.
8239
8240 * files.el (auto-mode-alist): Likewise.
8241
8242 * international/mule.el (auto-coding-alist): Likewise.
8243
8244 2002-07-05 Kim F. Storm <storm@cua.dk>
8245
8246 * emulation/cua-rect.el (cua--rectangle-operation): Don't call
8247 FCT if current column is outside rectangle.
8248 (cua--delete-rectangle): Do nothing if zero width or out of bounds.
8249
8250 2002-07-04 Stefan Monnier <monnier@cs.yale.edu>
8251
8252 * net/ange-ftp.el: Use add-hook and find-file-hook.
8253 (ange-ftp-parse-netrc): Use run-hooks and find-file-hook.
8254 (ange-ftp-ls-parser): Make it into a function.
8255 Ignore trailing @ in symlink targets.
8256 (ange-ftp-file-entry-p): Ignore FTP errors.
8257 (ange-ftp-insert-directory): Use ange-ftp-expand-symlink
8258 to correctly expand "/flint:/bla -> ./etc" to /flint:/etc.
8259
8260 2002-07-04 Per Abrahamsen <abraham@dina.kvl.dk>
8261
8262 * simple.el (toggle-truncate-lines): New command.
8263
8264 2002-07-04 Miles Bader <miles@gnu.org>
8265
8266 * comint.el (comint-displayed-dynamic-completions): New variable.
8267 (comint-dynamic-list-completions): Be more careful about choosing
8268 when to scroll an existing completions window.
8269
8270 2002-07-03 Andreas Schwab <schwab@suse.de>
8271
8272 * net/tramp.el (tramp-handle-ange-ftp): Move interactive spec
8273 after doc string.
8274
8275 2002-07-03 Juanma Barranquero <lektu@terra.es>
8276
8277 * net/tramp.el (tramp-send-eof): Fix typo.
8278 (tramp-kill-process): Likewise.
8279
8280 * play/dunnet.el (dun-physobj-desc): Likewise.
8281
8282 * textmodes/reftex-vars.el (reftex-label-alist): Likewise.
8283
8284 * calendar/timeclock.el (timeclock-workday-remaining): Likewise.
8285 (timeclock-workday-elapsed): Likewise.
8286
8287 * allout.el (outline-goto-prefix): Likewise.
8288
8289 * emulation/tpu-edt.el (tpu-delete-to-eol): Likewise.
8290 (tpu-delete-to-bol): Likewise.
8291
8292 * subr.el (chars-in-region): Add obsolescence declaration for
8293 `chars-in-region'.
8294
8295 2002-07-03 Miles Bader <miles@gnu.org>
8296
8297 * faces.el (header-line): Don't use a `common' clause for
8298 inheriting from the mode-line face, since we can't override it,
8299 and we don't want it for ttys.
8300
8301 2002-07-02 Richard M. Stallman <rms@gnu.org>
8302
8303 * net/ange-ftp.el (ange-ftp-hook-function): Add file-remote-p prop.
8304
8305 * files.el (hack-one-local-variable-constantp): New function.
8306 (hack-one-local-variable-eval-safep): New function.
8307 Check for `eval:' calling fn with `safe-local-eval-function' property.
8308 (hack-one-local-variable): Use hack-one-local-variable-eval-safep.
8309 (c-add-style, c-set-style): Add safe-local-eval-function property.
8310
8311 * files.el (insert-directory): Handle --dired option to ls.
8312
8313 * files.el (file-remote-p): New function.
8314
8315 * emacs-lisp/easymenu.el (easy-menu-popup-menu): New function.
8316
8317 * startup.el (fancy-splash-screens): Switch to a chosen frame.
8318 (fancy-splash-frame): Choose the right frame to use.
8319 (use-fancy-splash-screens-p): Check dimensions of the right frame
8320 in order to decide.
8321
8322 * emacs-lisp/bytecomp.el (byte-compile-warning-types):
8323 Rename cl-func to cl-functions. Enable it by default.
8324 (byte-compile-file-form-eval-boundary): Turn off cl-functions warnings
8325 if the file loads cl.
8326 (byte-compile-initial-macro-environment): For eval-and-compile,
8327 use byte-compile-eval-before-compile to eval.
8328 (byte-compile-eval-before-compile): New function to turn off
8329 cl-functions when appropriate, for eval-and-compile.
8330 (byte-compile-warnings): Doc fix.
8331
8332 2002-07-02 Dave Love <fx@gnu.org>
8333
8334 * emacs-lisp/bytecomp.el (byte-compile-warnings): Add cl-func option.
8335 (byte-compile-cl-warn): New function.
8336 (byte-compile-form): Use it, to warn about calling cl functions.
8337 (byte-compile-warning-types): Doc fix.
8338
8339 2002-07-02 Juanma Barranquero <lektu@terra.es>
8340
8341 * mail/rmailsum.el (rmail-user-mail-address-regexp): Fix typo.
8342
8343 * textmodes/reftex-cite.el (reftex-citation): Fix typo.
8344
8345 * progmodes/cperl-mode.el (cperl-break-one-line-blocks-when-indent):
8346 Fix typo.
8347
8348 2002-07-02 Kim F. Storm <storm@cua.dk>
8349
8350 * emacs-lisp/bindat.el: New file.
8351
8352 2002-07-01 Sam Steingold <sds@gnu.org>
8353
8354 * textmodes/tex-mode.el (tex-file): Call `save-some-buffers'
8355 before `tex-main-file' because if the current buffer is new, its
8356 file might not exist yet, and then `tex-main-file' will
8357 incorrectly return "foo.tex.tex".
8358
8359 2002-07-01 Juanma Barranquero <lektu@terra.es>
8360
8361 * ido.el (ido-minibuffer-setup-hook): Doc fix.
8362
8363 2002-07-01 Dave Love <fx@gnu.org>
8364
8365 Make strokes a proper minor mode, and don't try to overload
8366 mouse-2, which doesn't work satisfactorily.
8367
8368 * strokes.el: Doc fixes.
8369 (strokes-mode): Defcustom deleted; replaced by minor mode def with
8370 re-written function.
8371 (strokes-while-inhibiting-garbage-collector): Comment out.
8372 (define-stroke, strokes-fix-button2-command, strokes-insinuated)
8373 (strokes-insinuate, global-set-stroke, describe-stroke)
8374 (load-user-strokes, save-strokes, strokes-bug-address)
8375 (strokes-click-command): Deleted.
8376 (strokes-execute-stroke): Remove strokes-click-p case.
8377 (strokes-describe-stroke): Remove strokes-click-p stuff.
8378 (strokes-help): Fix.
8379 (strokes-report-bug): Alias to report-emacs-bug.
8380 (strokes-prompt-user-save-strokes): Modify format of the file.
8381 (strokes-mode-map, strokes-unload-hook): New.
8382 (strokes-buffer-name): Don't customize.
8383
8384 2002-07-01 Richard M. Stallman <rms@gnu.org>
8385
8386 * info.el (Info-index): Get immediate error if used in `dir'.
8387
8388 * textmodes/picture.el (picture-forward-column)
8389 (picture-move-down): Never deactivate the mark.
8390
8391 2002-06-30 Simon Josefsson <jas@extundo.com>
8392
8393 * menu-bar.el (menu-bar-options-menu): Move elisp mode names from
8394 menu entry into balloon help.
8395
8396 2002-06-30 Andreas Schwab <schwab@suse.de>
8397
8398 * files.el (directory-free-space-args): Don't use `-P' on Darwin.
8399 * term/mac-win.el: Don't set it here.
8400
8401 2002-06-29 Stefan Monnier <monnier@cs.yale.edu>
8402
8403 * pcvs-defs.el (cvs-mode-map): Bind ! to `force'.
8404
8405 2002-06-29 Andreas Schwab <schwab@suse.de>
8406
8407 * term/mac-win.el: Use directory-free-space-program instead of
8408 obsolete variable dired-free-space-program. On Darwin, don't set
8409 directory-free-space-program, shell-file-name and
8410 process-connection-type; set directory-free-space-args to not
8411 include `-P' and use utf-8 for file name coding system.
8412
8413 * simple.el (shell-command-on-region): Handle errors and signals
8414 from shell command execution.
8415 (display-message-or-buffer): Fix last change.
8416 (shell-command-default-error-buffer): Doc fix.
8417
8418 * dired.el (dired-view-file): Quote file name for
8419 dired-run-shell-command.
8420
8421 2002-06-29 Kim F. Storm <storm@cua.dk>
8422
8423 * kmacro.el: New file.
8424
8425 2002-06-28 John Wiegley <johnw@gnu.org>
8426
8427 * pcmpl-cvs.el: Added my name as the maintainer of this file.
8428
8429 2002-06-28 Andreas Schwab <schwab@suse.de>
8430
8431 * shell.el (explicit-bash-args): New user option.
8432
8433 2002-06-28 Kim F. Storm <storm@cua.dk>
8434
8435 * ido.el: New file.
8436
8437 2002-06-28 Stefan Monnier <monnier@cs.yale.edu>
8438
8439 * derived.el (define-derived-mode): Preserve the `mode-class' rather
8440 than the `special' symbol property.
8441 (derived-mode-class): Make it obsolete.
8442
8443 2002-06-27 Andreas Schwab <schwab@suse.de>
8444
8445 * net/tramp.el (tramp-handle-ange-ftp): Fix typo.
8446
8447 2002-06-27 Juanma Barranquero <lektu@terra.es>
8448
8449 * emacs-lisp/bytecomp.el (baud-rate): Fix obsolescence declaration.
8450 (meta-flag): Likewise.
8451
8452 * international/mule-util.el (string-to-sequence): Likewise.
8453
8454 * subr.el (char-bytes): Likewise.
8455 (make-local-hook): Likewise.
8456 (baud-rate): Remove redundant info from docstring.
8457
8458 * faces.el (frame-update-faces): Fix obsolescence declaration.
8459 (internal-get-face): Remove redundant info from docstring and
8460 fix obsolescence declaration.
8461
8462 * rect.el (move-to-column-force): Likewise.
8463
8464 * help-fns.el (describe-function-1): Use semicolon instead of dot.
8465 (describe-variable): Likewise.
8466
8467 2002-06-27 Stefan Monnier <monnier@cs.yale.edu>
8468
8469 * mwheel.el (mouse-wheel-change-button): Deactivate before changing.
8470 (mouse-wheel-up-button, mouse-wheel-down-button): Obsolete.
8471 (mouse-wheel-up-event, mouse-wheel-down-event): New vars.
8472 (mouse-wheel-follow-mouse): Change default to t.
8473 (mwheel-event-button): Return the basic event symbol.
8474 (mwheel-scroll): Work with non-mouse events.
8475 (mouse-wheel-mode): Use the new vars.
8476 (mwheel-install): Obey `uninstall'.
8477
8478 * term/xterm.el (function-key-map): Add some bindings.
8479
8480 * uniquify.el (uniquify-delay-rationalize-file-buffer-names):
8481 Rename from delay-uniquify-rationalize-file-buffer-names.
8482 Only rationalize if the buffer is under uniquify control.
8483 (uniquify-delayed-rationalize-file-buffer-names):
8484 Rename from delayed-uniquify-rationalize-file-buffer-names.
8485
8486 2002-06-27 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8487
8488 * net/tramp.el (tramp-file-name-structure)
8489 (tramp-multi-file-name-hop-structure): Split for easier readability.
8490 (tramp-handle-make-symbolic-link): Use user/host/method/... from
8491 LINKNAME, not FILENAME.
8492 (tramp-handle-verify-visited-file-modtime):
8493 Call tramp-ange-ftp-file-name-p with right parameters.
8494 (tramp-handle-verify-visited-file-modtime): `insert' does not
8495 work for integers, convert them to strings first.
8496 (tramp-handle-ange-ftp): New function to perform setup for
8497 replacing Ange-FTP with Tramp.
8498 (tramp-repair-jka-compr): New function to factor out some
8499 previously top-level code. Call the function at top-level.
8500
8501 2002-06-27 Juanma Barranquero <lektu@terra.es>
8502
8503 * composite.el (decompose-composite-char): Fix docstring.
8504
8505 * faces.el (describe-face): Capitalize "not documented" message.
8506
8507 * help-fns.el (describe-variable): Likewise.
8508 (describe-function-1): Likewise. Also, document the obsolescence
8509 of the function, if applicable.
8510
8511 2002-06-26 Juanma Barranquero <lektu@terra.es>
8512
8513 * info.el (info-menu-5): Fix documentation.
8514 (Info-fontify-maximum-menu-size): Remove reference to `Info-fontify'.
8515
8516 2002-06-26 Richard M. Stallman <rms@gnu.org>
8517
8518 * emacs-lisp/cl.el (values): Simplify definition.
8519
8520 * simple.el (shell-command): Match & only at end of whole command.
8521 (display-message-or-buffer): Don't use the echo area
8522 if output buffer is visible.
8523
8524 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Doc fixes.
8525
8526 * progmodes/cperl-mode.el: Many trivial doc fixes.
8527 (cperl-non-problems): Definition deleted.
8528 (cperl-menu): Don't refer to cperl-non-problems.
8529 (cperl-word-at-point): Add doc string.
8530 (cperl-beautify-regexp-piece): Fix error message.
8531 (cperl-invert-if-unless): Fix error message.
8532
8533 * dired.el (dired-find-alternate-file): Mark as disabled.
8534
8535 2002-06-25 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8536
8537 * net/tramp.el (tramp-ftp-method): New user option.
8538 (tramp-invoke-ange-ftp): New function to forward calls to Ange-FTP.
8539 (with-parsed-tramp-file-name): New macro for the usual big `let'
8540 statement to dissect a file-name.
8541 (tramp-handle-make-symbolic-link, tramp-handle-load)
8542 (tramp-handle-file-name-directory)
8543 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
8544 (tramp-handle-file-truename, tramp-handle-file-directory-p)
8545 (tramp-handle-file-regular-p, tramp-handle-file-symlink-p)
8546 (tramp-handle-file-writable-p, tramp-handle-file-writable-p):
8547 Use the new macro and forward call to Ange-FTP if applicable.
8548 (tramp-make-ange-ftp-file-name): New helper function to convert a
8549 file name into an Ange-FTP file name, used by `tramp-invoke-ange-ftp'.
8550 (tramp-default-method-alist): New user option.
8551 (tramp-find-default-method): Use it.
8552 (tramp-sh-extra-args): New variable.
8553 (tramp-find-shell): Use it.
8554 (tramp-open-connection-rsh): Support a kludgy feature for the
8555 "-p" option to ssh. If host name is given as "host#42", uses the
8556 "-p 42" option.
8557
8558 2002-06-25 Andreas Schwab <schwab@suse.de>
8559
8560 * replace.el (occur-1): Avoid invalid message format string.
8561
8562 2002-06-24 Stefan Monnier <monnier@cs.yale.edu>
8563
8564 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn):
8565 Check for `noruntime' even if the function has a known sig.
8566 (byte-compile-file, byte-compile-output-docform):
8567 Don't hard code point-min = 1.
8568
8569 * pcvs.el (cvs-parse-process): Don't save/restore point.
8570 Fix last change not to introduce spurious dir FIs.
8571 (cvs-move-to-goal-column): New function extracted from
8572 cvs-mode-previous-line.
8573 (cvs-mode-previous-line, cvs-mode-next-line): Use it.
8574 (cvs-addto-collection): Use it to preserve point.
8575 (cvs-vc-command-advice): Ad-hoc workaround for `cvs -q add'.
8576
8577 * mwheel.el (mouse-wheel-scroll-amount,mwheel-scroll,mouse-wheel-mode):
8578 Don't require the first element to be modifier-free.
8579
8580 * pcvs-parse.el (cvs-parse-table):
8581 Handle `nothing known about' with more care.
8582
8583 * pcvs.el (cvs-fileinfo-kill): Remove.
8584 (cvs-parse-process): Add `old-fis' argument.
8585 (cvs-mode-run): Use it instead of cvs-fileinfo-kill.
8586
8587 * descr-text.el (describe-property-list): Make sure there's
8588 a space between the property name and its value.
8589 (describe-text-properties): Don't kill a pre-existing buffer.
8590
8591 * mwheel.el: Undo last patch from Stephen Gildea for now.
8592
8593 2002-06-24 Kim F. Storm <storm@cua.dk>
8594
8595 * emulation/keypad.el: Added :require 'keypad to defcustoms.
8596
8597 2002-06-23 Stefan Monnier <monnier@cs.yale.edu>
8598
8599 * subr.el (event-start, event-end, event-click-count):
8600 Accept non-mouse events as well.
8601 (read-key): New function.
8602 (read-quoted-char): Use it. Use this-single-command-raw-keys as well.
8603
8604 * files.el: Rename (and mark as obsolete)
8605 find-file-hooks to find-file-hook,
8606 find-file-not-found-hooks to find-file-not-found-functions,
8607 write-file-hooks to write-file-functions,
8608 write-contents-hooks to write-contents-functions.
8609 Mark local-write-file-hooks as obsolete.
8610 (locate-file-completion): Don't cons uselessly. Use test-completion.
8611 (basic-save-buffer): Use (point-min) rather than 1.
8612 (basic-save-buffer-2): Obey the `setmodes' returned by backup-buffer.
8613
8614 * help-fns.el (describe-variable): Only use `buffer' is still live.
8615 Use `delete-region' instead of save-excursion + delete-char.
8616 Document the obsolescence of the variable, if applicable.
8617
8618 2002-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
8619
8620 * progmodes/f90.el (f90-do-auto-fill): Respect the value of
8621 comment-auto-fill-only-comments.
8622
8623 2002-06-21 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8624
8625 * net/ange-ftp.el (backup-buffer): Delete `ange-ftp' property.
8626 This is not a handled operation.
8627
8628 2002-06-21 Kim F. Storm <storm@cua.dk>
8629
8630 * emulation/cua-base.el (cua--prefix-arg): Make register prefixes
8631 work again. Corrected error in check for C-u initiated prefix.
8632
8633 * emulation/keypad.el (keypad-setup): Handle kp-begin like kp-space.
8634
8635 2002-06-21 Richard M. Stallman <rms@gnu.org>
8636
8637 * net/browse-url.el (browse-url-at-mouse): Don't pass an arg
8638 to browse-url-at-point.
8639
8640 * play/zone.el (zone-idle): Var deleted.
8641
8642 * international/iso-acc.el (iso-languages) <french>:
8643 `~ ' now generates `~', `~,' definition deleted.
8644
8645 * format.el (format-annotate-function): Copy multibyte flag
8646 and selective-display into the new temp buffer.
8647
8648 * edmacro.el (edmacro-fix-menu-commands):
8649 Discard `help-echo' events. Handle (menu-bar) events.
8650 Simplify by converting key sequence to a list and then back to vector.
8651
8652 2002-06-21 Stephen Gildea <gildea@stop.mail-abuse.org>
8653
8654 * mwheel.el: Allow arbitrary keys for scrolling, add a third
8655 scrolling speed, fix an unwind-protect.
8656 (mouse-wheel-scroll-amount): Now a three-element list.
8657 (mouse-wheel-scroll-down-slow, mouse-wheel-scroll-up-slow)
8658 (mouse-wheel-scroll-down-normal, mouse-wheel-scroll-up-normal)
8659 (mouse-wheel-scroll-down-fast, mouse-wheel-scroll-up-fast):
8660 New functions.
8661
8662 2002-06-21 Andreas Schwab <schwab@suse.de>
8663
8664 * files.el (find-file-read-args): Add new argument `mustmatch' and
8665 pass it down to read-file-name.
8666 (find-file, find-file-other-window, find-file-other-frame)
8667 (find-file-read-only, find-file-read-only-other-window)
8668 (find-file-read-only-other-frame): Use it and fix prompts.
8669
8670 2002-06-21 Stefan Monnier <monnier@cs.yale.edu>
8671
8672 * pcvs-defs.el (cvs-version): Use cvs-program rather than "cvs".
8673
8674 2002-06-20 Emmanuel Briot <briot@act-europe.fr>
8675
8676 * progmodes/ada-mode.el: Update copyright notice.
8677 Synchronize with GNAT release 3.15a1.
8678 Do not attempt to load ada-support, which is only for compatibility
8679 with older Emacs versions, and is not needed for Emacs 21.
8680 Fix various calls to count-lines, that didn't work correctly when the
8681 buffer was narrowed.
8682 (ada-continuation-indent): New variable.
8683 (ada-contextual-menu): New entry "List local references", faster than
8684 "List References".
8685 (ada-mode): New alignment rules provided by S. Leake.
8686 Add support for which-function-mode.
8687 (ada-get-current-indent): Fix indentation of named parameter lists and
8688 nested boolean expressions.
8689 (ada-indent-on-previous-lines): Fix indentation of labels.
8690 (ada-search-prev-end-stmt): Fix searching of the previous
8691 end-statement, specially with regards to nested subprograms.
8692 (comment-region advice): Initially disabled, for better compatibility
8693 with other modes.
8694 (ada-fill-comment-paragraph): Fixed (no longer worked with Emacs 21).
8695
8696 * progmodes/ada-xref.el: Update copyright notice.
8697 (ada-xref-create-ali): The default is now not to create automatically
8698 the ALI files by compiling the unit, since this isn't always reliable
8699 and requires an up-to-date project file.
8700 (ada-prj-default-comp-cmd): No longer use gcc directly to compile
8701 a file, but use gnatmake instead, since this gives access to the GNAT
8702 project files.
8703 (ada-xref-search-with-egrep): New variable, suggested by P. Waroquiers.
8704 (ada-load-project-hook): New variable, for support of GNAT
8705 project files.
8706 (ada-update-project-menu): Fix the detection of the project file name.
8707 (ada-add-keymap): Change key binding for ada-find-file, that conflicted
8708 with another binding in ada-mode.el.
8709 (ada-add-menu): New menu "List Local References", to list the reference
8710 to the entity only in the current file, instead of looking in the whole
8711 project. Much faster.
8712 (ada-find-references): New parameters arg and local-only.
8713 (ada-find-any-references): New parameters local-only and append.
8714 (ada-goto-declaration): Fix handling of predefined entities in xref.
8715 (ada-get-all-references): Updated to the new xref format in GNAT 3.15,
8716 still compatible with GNAT 3.14 of course. Fix various calls to
8717 count-lines, that didn't work correctly when the buffer was narrowed.
8718
8719 * progmodes/ada-prj.el: Update copyright.
8720 (ada-prj-load-directory): Make sure we do not use one of the new Emacs
8721 21 dialogs to select the file, since we want a directory name only.
8722 (ada-customize): Add support for the new GNAT project files.
8723
8724 2002-06-20 Francesco Potort\e,Al\e(B <pot@gnu.org>
8725
8726 * progmodes/etags.el (tag-implicit-name-match-p): New function.
8727 (etags-recognize-tags-table): Use it for implicit tag names.
8728
8729 2002-06-20 Miles Bader <miles@gnu.org>
8730
8731 * comint.el (comint-get-old-input-default): Strip text properties
8732 for fields too.
8733
8734 * comint.el (comint-output-filter): Run output-filter functions
8735 before setting up the prompt.
8736
8737 * international/characters.el: Re-enable code giving word syntax
8738 to certain japanese-jisx0208 characters.
8739
8740 2002-06-19 Glenn Morris <gmorris@ast.cam.ac.uk>
8741
8742 * progmodes/f90.el (f90-type-def-re): Fix value.
8743 (f90-looking-at-type-like): Adapt for new `f90-type-def-re' value.
8744
8745 2002-06-18 Stefan Monnier <monnier@cs.yale.edu>
8746
8747 * international/quail.el (quail-help): Don't assume the buffer
8748 is displayed in the same frame.
8749
8750 * emacs-lisp/debug.el (cancel-debug-on-entry):
8751 * emacs-lisp/regexp-opt.el (regexp-opt-group): Don't cons uselessly.
8752
8753 * pcvs.el (cvs-vc-command-advice): Handle the case where args
8754 are passed to `cvs' before the command name.
8755 (cvs-fileinfo-kill): Mark old FIs as up-to-date rather than dead.
8756
8757 * pcvs-info.el (cvs-add-face): Minor rewrite.
8758 (cvs-fileinfo-pp): Use `cvs-goal-column' with directory entries.
8759
8760 * newcomment.el (comment-normalize-vars): Refresh the comment-foo-skip
8761 regexp when they don't match comment-foo any more.
8762
8763 2002-06-18 Juanma Barranquero <lektu@terra.es>
8764
8765 * filesets.el (filesets-update-pre010505): Fix typo.
8766
8767 * eshell/em-pred.el (eshell-modifier-help-string): Fix typos.
8768
8769 * emulation/edt.el (edt-substitute): Fix typo.
8770
8771 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine): Fix typo.
8772
8773 * comint.el (comint-next-prompt, comint-previous-prompt): Fix typos.
8774
8775 * progmodes/sh-script.el (sh-electric-rparen-needed): Remove.
8776
8777 2002-06-17 Richard M. Stallman <rms@gnu.org>
8778
8779 * facemenu.el (facemenu-map): Rename to Describe Text
8780 to Describe Properties and use describe-text-properties.
8781
8782 * simple.el (what-cursor-position): Use describe-char.
8783
8784 * descr-text.el (describe-char): Moved from mule-diag.el, renamed
8785 from describe-char-after. Now calls describe-text-properties.
8786 (describe-property-list): Renamed from describe-text-properties.
8787 (describe-text-properties): Renamed from describe-text-at.
8788 New arg OUTPUT-BUFFER.
8789 (describe-text-properties-1):
8790 New subroutine, broken out from describe-text-properties.
8791 Output a newline before each section of the output.
8792
8793 * international/mule-diag.el (describe-char-after):
8794 Moved to descr-text.el.
8795
8796 2002-06-17 Eli Zaretskii <eliz@is.elta.co.il>
8797
8798 * international/mule.el (ctext-pre-write-conversion): Fix the values
8799 of FROM and TO if we create a new buffer.
8800
8801 2002-06-17 John Paul Wallington <jpw@shootybangbang.com>
8802
8803 * comint.el (comint-insert-clicked-input): Insert clicked-on
8804 previous input without properties.
8805
8806 2002-06-16 Andrew Choi <akochoi@shaw.ca>
8807
8808 * term/mac-win.el (scalable-fonts-allowed): Set to t.
8809
8810 2002-06-15 Colin Walters <walters@debian.org>
8811
8812 * pcvs-info.el (global-font-lock-mode, font-lock-auto-fontify):
8813 Delete defvars.
8814 (cvs-highlight): Delete.
8815 (cvs-add-face): Use `font-lock-face'. Always add properties.
8816
8817 * ibuffer.el (ibuffer-movement-cycle): New variable.
8818 (ibuffer-backward-line, ibuffer-forward-line): Use it.
8819
8820 2002-06-15 Richard M. Stallman <rms@gnu.org>
8821
8822 * emacs-lisp/bytecomp.el (byte-recompile-directory): Doc fix.
8823 (batch-byte-recompile-directory): Undo previous change.
8824
8825 * comint.el (comint-skip-input): New function.
8826 (comint-interrupt-subjob, comint-kill-subjob, comint-quit-subjob)
8827 (comint-stop-subjob): Use comint-skip-input.
8828
8829 * ielm.el (ielm-eval-input): Use error-message-string.
8830 (ielm-format-error, ielm-format-errors): Functions deleted.
8831
8832 2002-06-14 Kim F. Storm <storm@cua.dk>
8833
8834 * progmodes/compile.el (grep-tree): Doc fixes.
8835 Added SUBDIRS arg for non-interactive use.
8836
8837 2002-06-14 Juanma Barranquero <lektu@terra.es>
8838
8839 * comint.el (comint-snapshot-last-prompt):
8840 Bind `inhibit-read-only' to t to support read-only prompts.
8841 (comint-output-filter): Likewise.
8842
8843 2002-06-14 Miles Bader <miles@gnu.org>
8844
8845 * subr.el (copy-tree): Use `nconc' and `nreverse' instead of `nreconc'.
8846 (pop): Move the call to `car' outside the prog1, as the compiler
8847 then generates better code.
8848
8849 2002-06-13 Richard M. Stallman <rms@gnu.org>
8850
8851 * play/zone.el (zone-timer): New variable holds the idle timer.
8852 (zone): Don't fiddle with the idle timer at all.
8853 (zone-when-idle): Put the idle timer in zone-timer.
8854 If one is already set up, cancel it and make a new one.
8855 (zone-leave-me-alone): Likewise.
8856
8857 2002-06-13 Jason Rumney <jasonr@gnu.org>
8858
8859 * w32-fns.el (w32-charset-info-alist): Reorder.
8860
8861 2002-06-13 Andreas Schwab <schwab@suse.de>
8862
8863 * files.el (auto-mode-alist): Move entry for ".in" to the end.
8864
8865 2002-06-13 Miles Bader <miles@gnu.org>
8866
8867 * comint.el (comint-mode): Don't set `font-lock-defaults'.
8868 (comint-mode-hook): Turn on font-lock by default.
8869
8870 2002-06-12 Karl Fogel <kfogel@red-bean.com>
8871
8872 * bookmark.el (bookmark-file-or-variation-thereof):
8873 Restore vc-backend check, thanks to Robert Thorpe for noticing.
8874
8875 2002-06-12 Eli Zaretskii <eliz@is.elta.co.il>
8876
8877 * textmodes/bibtex.el: Change the maintainer to "none".
8878
8879 2002-06-12 Juanma Barranquero <lektu@terra>
8880
8881 * term/w32-win.el (x-handle-switch): Fix handling of
8882 x-invocation-args for switches with arguments.
8883
8884 2002-06-12 Stefan Monnier <monnier@cs.yale.edu>
8885
8886 * menu-bar.el (menu-bar-showhide-fringe-menu): Don't use `fringe-mode'
8887 without first making sure it's bound.
8888
8889 2002-06-12 Richard M. Stallman <rms@gnu.org>
8890
8891 * info.el (Info-fontify-node): Compute header line specially
8892 if node has no next, previous or up links.
8893 Hide the part of the first line that is used in the header.
8894 Use Info-next-link-keymap, etc.
8895 (Info-next-link-keymap, Info-prev-link-keymap)
8896 (Info-up-link-keymap): New variables.
8897
8898 * international/mule-diag.el (describe-char-after): Doc fix.
8899
8900 * view.el (view-mode-enter): Clarify echo area message.
8901
8902 * info.el (Info-select-node): Turn header line on or off here.
8903 (Info-setup-header-line): Function deleted.
8904 (Info-mode): Make Info-header-line local.
8905 (Info-fontify-node): Ignore Info-use-header-line.
8906 Unconditionally compute what the header line should be, and
8907 store it on the `header-line' property of the node's first char.
8908 Bind [header-line down-mouse-1].
8909 Use `keymap' property, not `local-map'.
8910 Bind [mouse-2] for mouse clicks on the node line in the text.
8911
8912 * font-lock.el (font-lock-beginning-of-syntax-function): Doc fix.
8913
8914 2002-06-12 Miles Bader <miles@gnu.org>
8915
8916 * comint.el (comint-send-input): Properly handle empty and
8917 no-newline input regions.
8918
8919 2002-06-12 Colin Walters <walters@gnu.org>
8920
8921 * calc/calc.el: Use `when', `unless'.
8922 (calc-trail-mode): Use an italic `font-lock-face'.
8923 (calc-refresh): Ditto.
8924
8925 2002-06-12 Colin Walters <walters@debian.org>
8926
8927 * font-core.el (font-lock-core-only): Variable deleted.
8928 All uses removed.
8929 (font-lock-set-defaults): Variable alist settings moved back into
8930 font-lock-set-defaults-1.
8931 (turn-on-font-lock-if-enabled): Always turn on font-lock unless it
8932 is specifically excluded by the user.
8933
8934 * font-lock.el (font-lock-set-defaults-1): Set variable alist here.
8935
8936 * help-mode.el (help-mode): Don't set `font-lock-defaults'.
8937
8938 * ibuffer.el (ibuffer-mode): Don't set `font-lock-defaults'.
8939
8940 * info.el (Info-mode): Don't set `font-lock-defaults'.
8941
8942 * replace.el (occur-mode): Don't set `font-lock-defaults'.
8943
8944 * help-mode.el (help-highlight-p, help-highlight-face):
8945 Variable was unused; delete.
8946 (help-make-xrefs): Doc fix.
8947
8948 2002-06-11 Richard M. Stallman <rms@gnu.org>
8949
8950 * format.el (format-alist): Document new element PRESERVE.
8951 (format-write-file): Implement PRESERVE elt for a format.
8952
8953 * files.el (make-auto-save-file-name): Rename local `filename' to
8954 `file-name'.
8955
8956 2002-06-10 Richard M. Stallman <rms@gnu.org>
8957
8958 * progmodes/ebrowse.el (ebrowse-draw-tree-fn): Use copy-sequence.
8959 (ebrowse-copy-list): Function deleted.
8960
8961 * eshell/em-unix.el (eshell/diff): Use copy-sequence.
8962
8963 * eshell/esh-mode.el (eshell-mode, eshell-mode): Use copy-sequence.
8964
8965 * eshell/esh-util.el (eshell-copy-list): Function deleted.
8966 (eshell-sublist): Use copy-sequence.
8967 (eshell-copy-tree): Make it an alias for copy-tree.
8968
8969 * emacs-lisp/cl.el (copy-list): Moved back from subr.el.
8970
8971 * subr.el (copy-list): Moved to cl.el.
8972 (copy-tree): Don't use copy-list or cl-pop.
8973
8974 2002-06-10 Miles Bader <miles@gnu.org>
8975
8976 Make comint use text properties for highlighting instead of overlays:
8977 * comint.el (comint-last-output-overlay): Variable removed.
8978 (comint-send-input, comint-output-filter): Use text properties
8979 instead of overlays.
8980 (comint-insert-clicked-input): Rewrite to work with text
8981 properties as well as overlays
8982 (comint-snapshot-last-prompt): Snapshot using text properties.
8983 (comint-get-old-input-default, comint-extract-string): Don't copy
8984 text properties.
8985
8986 * simple.el (line-move-finish): Inhibit field motion when
8987 computing `line-end'.
8988
8989 * files.el (revert-buffer): Correct typo: variable name is
8990 `buffer-file-format', not `buffer-file-formats'.
8991
8992 * comint.el (comint-send-input, comint-output-filter): Use the
8993 `font-lock-face' property instead of `face'. Don't check the
8994 highlight-enabling variables anymore.
8995 (comint-highlight-input, comint-highlight-prompt): Variables removed.
8996
8997 * faces.el (display-supports-face-attributes-p): New function.
8998 (face-spec-set-match-display): Support `supports' predicate.
8999 (italic): Try underlining for displays that don't support real italics.
9000 * cus-edit.el (custom-display): Add support for `supports' predicate.
9001 * term/tty-colors.el (color-name-rgb-alist): Use 16-bit RGB values
9002 instead of 8-bit, for consistency with the rest of emacs.
9003 (tty-color-canonicalize): Only copy COLOR if we need to change it.
9004 (tty-color-approximate): Scale values from `color-name-rgb-alist'
9005 appropriately. Return the whole color description, rather than
9006 just the RGB values.
9007 (tty-color-standard-values): New function. Code mostly taken from
9008 `tty-color-translate'.
9009 (tty-color-translate, tty-color-values): Use `tty-color-desc' to
9010 do all the work.
9011 (tty-color-desc): Do color lookup here instead of calling
9012 `tty-color-translate' and `tty-color-by-index'; this is now the
9013 main place to do it.
9014
9015 2002-06-09 Martin Stjernholm <bug-cc-mode@gnu.org>
9016
9017 * progmodes/cc-style.el (c-set-style, c-set-style-1):
9018 Add another state for the `dont-override' flag where it only keeps
9019 globally set variables.
9020
9021 2002-06-08 Colin Walters <walters@gnu.org>
9022
9023 * descr-text.el (describe-text-properties): Sort the output by the
9024 size of the values. Put `font-lock-face' property on property names.
9025 (toplevel): Provide `descr-text'.
9026
9027 * international/mule-diag.el (describe-char-after): When there are
9028 text properties, require `descr-text', and just call
9029 `describe-text-properties'.
9030
9031 * international/mule.el (sgml-html-meta-auto-coding-function):
9032 New function.
9033 (auto-coding-from-file-contents): Delete; merge functionality into
9034 `set-auto-coding'.
9035 (set-auto-coding): Move tests from `auto-coding-functions' so that
9036 they have a lower priority than coding: tags.
9037 Put `auto-coding-regexp-alist' tests before coding: tag tests.
9038 (sgml-xml-auto-coding-function): Simply `intern' the match, and
9039 test if it's a valid coding system.
9040 (auto-coding-functions): Add `sgml-html-meta-auto-coding-function'.
9041
9042 2002-06-08 Colin Walters <walters@verbum.org>
9043
9044 * subr.el (copy-list): Moved here from cl.el.
9045 (copy-tree): Renamed here from `cl-copy-tree' in cl-extra.el.
9046
9047 * emacs-lisp/cl-extra.el (cl-copy-tree): Moved to `copy-tree' in
9048 subr.el. Add a defalias with the old name.
9049
9050 * emacs-lisp/cl.el (copy-list): Moved to subr.el.
9051
9052 * replace.el (occur-mode): Don't set up categories. Do set
9053 `font-lock-defaults', and be sure to set `font-lock-core-only'.
9054 (occur-1): Pass `list-matching-lines-face' and
9055 `list-matching-lines-buffer-name-face'.
9056 (occur-engine): Use `font-lock-face' instead of categories.
9057
9058 * info.el (Info-mode): Don't set up categories. Do set
9059 `font-lock-defaults', and be sure to set `font-lock-core-only'.
9060 (Info-fontify-menu-headers): Use `font-lock-face' instead of
9061 categories.
9062 (Info-fontify-node): Ditto.
9063
9064 * ibuffer.el (ibuffer-category-alist): Delete.
9065 (ibuffer-get-category): Delete.
9066 (ibuffer-compile-make-eliding-form): Use `font-lock-face' instead
9067 of categories.
9068 (ibuffer-compile-format): Don't treat `name' category specially.
9069 (ibuffer-column name): Use `font-lock-face'.
9070 (filename-and-process): Ditto.
9071 (ibuffer-buffer-name-category): Renamed to
9072 `ibuffer-buffer-name-face'. Don't use categories.
9073 (ibuffer-update-title-and-summary): Use `font-lock-face'.
9074 (ibuffer-insert-filter-group): Ditto.
9075 (ibuffer-mode): Don't set up categories. Do set
9076 `font-lock-defaults', and be sure to set `font-lock-core-only'.
9077 (ibuffer-compile-format): Don't pass third argument
9078 to column functions.
9079 (filename-and-process): Ditto.
9080
9081 * ibuf-macs.el (define-ibuffer-column): Don't create a third
9082 argument for the generated function.
9083
9084 * font-core.el (font-lock-category-alist): Delete.
9085 (turn-on-font-lock-if-enabled): Don't use it.
9086 (font-lock-symbol-category-alist): Delete.
9087 (font-lock-default-function): Use new `char-property-alias-alist'
9088 to make `font-lock-face' an alias for `face' when font-lock mode
9089 is enabled.
9090 (font-lock-core-only): New variable.
9091 (font-lock-set-defaults): Use it.
9092
9093 2002-06-08 Richard M. Stallman <rms@gnu.org>
9094
9095 * files.el (find-file-noselect-1): Undo previous change.
9096
9097 * bookmark.el (bookmark-file-or-variation-thereof): Doc fix.
9098
9099 2002-06-07 Karl Fogel <kfogel@red-bean.com>
9100
9101 * bookmark.el (bookmark-file-or-variation-thereof): Just use
9102 Info-suffix-list, as suggested by Stefan Monnier.
9103
9104 2002-06-05 Eli Zaretskii <eliz@is.elta.co.il>
9105
9106 * select.el (xselect-convert-to-string): If VALUE is a string,
9107 return a cons of TYPE and the string.
9108
9109 2002-06-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
9110
9111 * language/cyrillic.el (cyrillic-alternativnyj-decode-table):
9112 Fix the table to contain correct characters.
9113
9114 2002-06-04 Richard M. Stallman <rms@gnu.org>
9115
9116 * simple.el: Don't require cl.
9117
9118 2002-06-03 Richard M. Stallman <rms@gnu.org>
9119
9120 * dired.el (dired-do-shell-command): Doc fix in autoload.
9121
9122 * info.el (Info-extract-pointer): Ignore Info-header-line.
9123
9124 * progmodes/cc-mode.el (c-postprocess-file-styles):
9125 Do nothing except in CC modes.
9126
9127 * international/mule-cmds.el (select-safe-coding-system):
9128 When computing auto-cs, narrow to FROM...TO.
9129 Put save-excursion outside save-restriction.
9130 New arg FILE; use that for set-auto-coding.
9131
9132 2002-06-01 Richard M. Stallman <rms@gnu.org>
9133
9134 * simple.el (choose-completion-string-functions): Doc fix.
9135 (choose-completion-string): Add doc string.
9136
9137 2002-06-01 Kim F. Storm <storm@cua.dk>
9138
9139 * simple.el: Reworked previous change.
9140 (choose-completion-string1): Merged back into choose-completion-string.
9141 (choose-completion-string): Run choose-completion-string-functions
9142 after checking for proper minibuffer window. Added mini-p arg to
9143 the hook functions. Insert choice if all hook functions return nil.
9144 (choose-completion-string-functions): Doc update.
9145
9146 2002-06-01 Sam Steingold <sds@gnu.org>
9147
9148 * files.el (auto-mode-alist): Strip trailing ".in" from the file
9149 name when deciding the mode (for config.h.in, Makefile.in etc).
9150
9151 2002-06-01 Thien-Thi Nguyen <ttn@gnu.org>
9152
9153 * progmodes/prolog.el (prolog-mode-syntax-table): Add flags to
9154 ?/ and ?* entries to support /* */ style comments.
9155 (prolog-font-lock-keywords): New var.
9156 (prolog-mode): Enable font-locking; set `font-lock-defaults'.
9157
9158 2002-06-01 Kim F. Storm <storm@cua.dk>
9159
9160 * simple.el (choose-completion-string-functions): New special hook.
9161 (choose-completion-string1): Renamed from choose-completion-string.
9162 (choose-completion-string): Run choose-completion-string-functions
9163 until success, and only call choose-completion-string1 if it fails.
9164
9165 2002-05-31 Stefan Monnier <monnier@cs.yale.edu>
9166
9167 * textmodes/ispell.el (autoloaded toplevel): Don't use
9168 ispell-library-directory without checking that it's bound.
9169
9170 2002-05-31 Kim F. Storm <storm@cua.dk>
9171
9172 * emulation/cua-base.el (cua--last-deleted-region-pos)
9173 (cua--last-deleted-region-text): New aux variables.
9174 (cua-delete-region): Set them.
9175 (cua-repeat-replace-region): Use them to find the replacement text.
9176
9177 2002-05-31 Juanma Barranquero <lektu@terra.es>
9178
9179 * emulation/viper-cmd.el (viper-smart-suffix-list, viper-ask-level):
9180 Fix typos.
9181
9182 2002-05-31 Kim F. Storm <storm@cua.dk>
9183
9184 * progmodes/compile.el (grep-tree-command, grep-tree-files-aliases)
9185 (grep-tree-ignore-CVS-directories, grep-tree-ignore-case):
9186 New custom variables.
9187 (grep-compute-defaults): Compute grep-tree-command's default value.
9188 (grep-expand-command-macros): New aux function.
9189 (grep-tree-last-regexp, grep-tree-last-files): New aux variables.
9190 (grep-tree): New command like grep-find but extended prompting.
9191
9192 2002-05-30 Richard M. Stallman <rms@gnu.org>
9193
9194 * files.el (find-file-default): Add defvar for var already used.
9195
9196 * menu-bar.el (menu-bar-showhide-fringe-menu): Use defvar.
9197
9198 * subr.el (open-network-stream, open-network-stream-nowait)
9199 (open-network-stream-server, process-kill-without-query):
9200 Moved from simple.el.
9201
9202 * simple.el (open-network-stream, open-network-stream-nowait)
9203 (open-network-stream-server, process-kill-without-query):
9204 Moved to subr.el.
9205
9206 * simple.el (byte-compiling-files-p): Function deleted.
9207
9208 * textmodes/ispell.el (ispell-library-directory): Renamed from
9209 ispell-library-path. If Ispell is not installed, init to nil.
9210 (check-ispell-version): Doc fix.
9211 (ispell-menu-map): Get rid of byte-compiling-files-p hackery;
9212 initialize this unconditionally when ispell-menu-map-needed is t.
9213 Local `path' renamed to `dir'.
9214
9215 2002-05-30 Miles Bader <miles@gnu.org>
9216
9217 * calc/calc.el (calc-show-banner): New variable.
9218 (calc-refresh): Only show banner if `calc-show-banner' is non-nil.
9219 (calc-mode-var-list): Add `calc-show-banner'.
9220 * calc/calc-ext.el (calc-init-extensions): Add binding for `d@'.
9221 (calc-toggle-banner): New function.
9222 * calc/calc-help.el (calc-d-prefix-help): Add `@'.
9223
9224 2002-05-29 Richard M. Stallman <rms@gnu.org>
9225
9226 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
9227 When recognizing a def... construct, make that indentation
9228 tentative, so that it can be overridden if the list in question
9229 is not actually an expression.
9230 (common-lisp-indent-call-method): New subroutine.
9231
9232 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
9233 Delete the output file if we get a file-error.
9234
9235 * tooltip.el (tooltip-mouse-motions-active): New variable.
9236 (tooltip-activate-mouse-motions): Don't kill track-mouse local
9237 if it was not made by us.
9238
9239 * mouse.el (mouse-set-font): Avoid misleading error message
9240 if user makes no selection.
9241
9242 * info.el (Info-setup-header-line): Don't hide the links line.
9243
9244 * files.el (find-file-noselect-1): Return the buffer we created
9245 even if it has been killed within `after-find-file'.
9246
9247 * files.el (auto-mode-alist): Use ada-mode for .ad[bs].dg files.
9248
9249 2002-05-29 Kim F. Storm <storm@cua.dk>
9250
9251 * simple.el (open-network-stream-server): Pass on optional args
9252 sentinel and filter to make-network-process (from Luke Gorrie).
9253
9254 2002-05-28 Colin Walters <walters@gnu.org>
9255
9256 * textmodes/sgml-mode.el (xml-mode): New alias for `sgml-mode'.
9257
9258 * emacs-lisp/bytecomp.el (byte-compile-last-line): Deleted.
9259 (byte-compile-delete-first): New function.
9260 (byte-compile-read-position): New variable.
9261 (byte-compile-last-position): New variable.
9262 (byte-compile-current-buffer): New variable.
9263 (byte-compile-log-1): Use it.
9264 (byte-compile-set-symbol-position): New function.
9265 (byte-compile-obsolete, byte-compile-callargs-warn)
9266 (byte-compile-arglist-warn, byte-compile-arglist-warn)
9267 (byte-compile-print-syms, byte-compile-file-form-defmumble)
9268 (byte-compile-check-lambda-list, byte-compile-lambda)
9269 (byte-compile-form, byte-compile-variable-ref)
9270 (byte-compile-subr-wrong-args, byte-compile-negation-optimizer)
9271 (byte-compile-condition-case, byte-compile-defun)
9272 (byte-compile-defvar, byte-compile-autoload)
9273 (byte-compile-lambda-form): Use it.
9274 (byte-compile-from-buffer): Set it, and bind
9275 `read-with-symbol-positions' and `read-symbol-positions-list'.
9276
9277 * emacs-lisp/bytecomp.el (byte-compile-debug): New variable.
9278
9279 2002-05-28 Kim F. Storm <storm@cua.dk>
9280
9281 * files.el (read-directory-name): New function.
9282 (cd): Use it instead of read-file-name.
9283
9284 2002-05-27 Kim F. Storm <storm@cua.dk>
9285
9286 * simple.el (push-mark-command): Added optional NOMSG arg.
9287
9288 * emulation/cua-base.el (cua-set-mark): Align pop to mark
9289 behaviour with standard set-mark-command.
9290 (cua--pre-command-handler): Use push-mark-command.
9291 (cua-repeat-replace-region): Improve functionality when
9292 repeated after moving point or changing buffer.
9293
9294 2002-05-26 Colin Walters <walters@verbum.org>
9295
9296 * startup.el (command-line): Use `when', `unless'.
9297 (command-line-1): New argument "--nosplash". Handle it.
9298
9299 * startup.el (inhibit-splash-screen): New variable alias for
9300 `inhibit-startup-message'.
9301
9302 * replace.el (perform-replace): Document return value. Use `pop'.
9303
9304 2002-05-26 Glenn Morris <gmorris@ast.cam.ac.uk>
9305
9306 * progmodes/f90.el (f90-previous-block, f90-next-block): New names,
9307 and slightly changed behaviour, for `f90-previous-block-start' and
9308 `f90-next-block-end'.
9309 (f90-beginning-of-subprogram, f90-end-of-subprogram): Simplify.
9310
9311 2002-05-26 Simon Josefsson <jas@extundo.com>
9312
9313 * fringe.el (set-fringe-mode): Work when updating
9314 `default-frame-alist'.
9315
9316 2002-05-26 Kim F. Storm <storm@cua.dk>
9317
9318 * emulation/cua-base.el (cua--repeat-replace-text): New variable.
9319 (cua-repeat-replace-region): New command.
9320 (cua--init-keymaps): Bind it to M-v in cua--cua-keys-keymap.
9321 Misc improvements to the commentary.
9322
9323 2002-05-26 Simon Josefsson <jas@extundo.com>
9324
9325 * fringe.el (fringe-query-style): New fringe style "minimal".
9326
9327 2002-05-24 Simon Josefsson <jas@extundo.com>
9328
9329 * rot13.el (rot13-translate-table): New variable.
9330 (rot13, rot13-string, rot13-region): New functions.
9331
9332 2002-05-25 Martin Stjernholm <bug-cc-mode@gnu.org>
9333
9334 * progmodes/cc-engine.el (c-add-stmt-syntax): Fixed some cases
9335 of wrong anchoring, e.g. for else-if compounds.
9336
9337 2002-05-25 Miles Bader <miles@gnu.org>
9338
9339 * menu-bar.el (menu-bar-showhide-fringe-menu-customize-left)
9340 (menu-bar-showhide-fringe-menu-customize-right)
9341 (menu-bar-showhide-fringe-menu-customize-disable):
9342 Use proper calling convention for `customize-set-value'.
9343 Require `fringe' before setting variable.
9344
9345 2002-05-25 Kim F. Storm <storm@cua.dk>
9346
9347 * emulation/cua-base.el (cua--self-insert-char-p): New function.
9348
9349 * emulation/cua-gmrk.el (cua--init-global-mark): Install default
9350 binding in cua--global-mark-keymap using cua--self-insert-char-p
9351 to handle all global self inserting characters in gmark mode.
9352
9353 * emulation/cua-rect.el (cua--init-rectangles): Install default
9354 binding in cua--rectangle-keymap using cua--self-insert-char-p
9355 to handle all global self inserting characters in rectangle mode.
9356
9357 2002-05-24 Stefan Monnier <monnier@cs.yale.edu>
9358
9359 * net/ange-ftp.el (read-file-name-internal): Remove the
9360 `ange-ftp' property.
9361 (ange-ftp-real-read-file-name-internal): Remove.
9362
9363 2002-05-24 Glenn Morris <gmorris@ast.cam.ac.uk>
9364
9365 * progmodes/f90.el: (f90-end-of-subprogram): Remove the final
9366 `forward-line'.
9367 (f90-end-of-block, f90-beginning-of-block, f90-next-block-end)
9368 (f90-previous-block-start): New navigation commands.
9369
9370 2002-05-20 Simon Josefsson <jas@extundo.com>
9371
9372 * fringe.el: New file.
9373
9374 * menu-bar.el (menu-bar-options-save): Add fringe-mode.
9375 (menu-bar-showhide-fringe-menu): New menu.
9376 (menu-bar-showhide-menu): Add Fringe sub-menu.
9377
9378 2002-05-23 Colin Walters <walters@verbum.org>
9379
9380 * replace.el (occur-engine): Include all text properties except
9381 mouse-face on the newline at the end of occurences.
9382
9383 2002-05-23 Kim F. Storm <storm@cua.dk>
9384
9385 * apropos.el (apropos-true-hit, apropos-false-hit-symbol)
9386 (apropos-false-hit-str, apropos-true-hit-doc): New functions.
9387 (apropos-command, apropos-value, apropos-documentation-internal)
9388 (apropos-documentation-check-doc-file)
9389 (apropos-documentation-check-elc-file): Use them to filter out
9390 false matches where only one keyword matches, but more than once.
9391
9392 * apropos.el (apropos-show-scores, apropos-orig-regexp)
9393 (apropos-all-regexp, apropos-synonyms, apropos-words)
9394 (apropos-all-words): New variables.
9395 (aprpos-words-to-regexp, apropos-rewrite-regexp)
9396 (apropos-calc-scores, apropos-score-str, apropos-score-doc)
9397 (apropos-score-symbol): New functions.
9398 (apropos-command, apropos, apropos-value, apropos-documentation):
9399 Allow keywords in addition to regexp. Added scoring.
9400 (apropos-documentation-check-doc-file)
9401 (apropos-documentation-check-elc-file): Added scoring.
9402 (apropos-print): Sort according to score.
9403
9404 2002-05-22 Colin Walters <walters@cis.ohio-state.edu>
9405
9406 * info.el (Info-mode-hook): Change `font-lock-mode' to
9407 `turn-on-font-lock'.
9408
9409 * font-core.el (font-lock-function): New variable.
9410 (font-lock-default-function): New function, created from
9411 `font-lock-mode'.
9412 (font-lock-mode): Just funcall `font-lock-function'.
9413 (font-lock-symbol-category-alist): New variable.
9414
9415 2002-05-22 Markus Rost <rost@math.ohio-state.edu>
9416
9417 * files.el (file-newest-backup): Use file-name-sans-versions.
9418
9419 * diff.el (diff-latest-backup-file): Replace the main code by
9420 a call of file-newest-backup.
9421
9422 2002-05-22 Mike Williams <mdub@bigfoot.com>
9423
9424 * textmodes/sgml-mode.el (sgml-guess-indent): Look further into
9425 the buffer.
9426
9427 2002-05-21 Stefan Monnier <monnier@cs.yale.edu>
9428
9429 * net/ange-ftp.el (ange-ftp-allow-child-lookup): Re-enable since
9430 the last patch works around the wu-ftpd misfeature that prompted
9431 the disabling of this optimization.
9432
9433 2002-05-21 Colin Walters <walters@gnu.org>
9434
9435 * international/mule.el (make-coding-system): Doc fixes.
9436
9437 * international/mule.el (auto-coding-functions): New variable.
9438 (auto-coding-from-file-contents): Use it.
9439 (set-auto-coding): Update docs.
9440 (sgml-xml-auto-coding-function): New function.
9441
9442 * international/mule-util.el (truncate-string-to-width):
9443 New optional argument `ellipsis'. Add commented-out test suite, and
9444 change coding to iso-2022-7bit.
9445
9446 2002-05-21 Colin Walters <walters@verbum.org>
9447
9448 * font-lock.el (font-lock-defaults, font-lock-defaults-alist)
9449 (font-lock-multiline, font-lock-fontified, font-lock-mode)
9450 (turn-on-font-lock, font-lock-add-keywords, global-font-lock-mode)
9451 (font-lock-global-modes): Moved to font-core.el.
9452 (font-lock-set-defaults-1): Partially moved to font-core.el.
9453
9454 * font-core.el: New file, with functions taken from font-lock.el.
9455 (font-lock-category-alist): New variable.
9456 (font-lock-mode): Use it.
9457 (font-lock-set-defaults): Partially taken from font-lock.el.
9458 Only load font-lock.el when necessary.
9459
9460 * loadup.el: Add font-core.el.
9461
9462 * replace.el (occur-mode-hook): New variable.
9463 (occur-fontify-region-function): Deleted.
9464 (occur-mode): Don't use it. Set up `font-lock-category-alist'
9465 instead.
9466 (occur-fontify-on-property): Deleted.
9467 (occur-engine): Use categories from `font-lock-category-alist'.
9468
9469 * info.el (Info-fontify): Deleted.
9470 (Info-select-node): Don't use it.
9471 (Info-mode-hook): New variable.
9472 (Info-mode): Set up categories.
9473 (Info-fontify-menu-headers, Info-fontify-node): Use categories.
9474
9475 * ibuffer.el (ibuffer-formats): Update docs.
9476 (ibuffer-category-alist): New variable.
9477 (ibuffer-get-category): New function.
9478 (ibuffer-compile-make-eliding-form): Use category property instead
9479 of face.
9480 (ibuffer-compile-format): Pass current ibuffer buffer to column
9481 functions too.
9482 (ibuffer-buffer-name-category): New function.
9483 (ibuffer-compile-format): If the current column is a `name'
9484 column, figure out the appropriate category to put on it.
9485 (filename-and-process): Use category property.
9486 (ibuffer-fontify-region-function): Deleted.
9487 (ibuffer-unfontify-region-function): Deleted.
9488 (ibuffer-update-title-and-summary): Use category properties.
9489 (ibuffer-insert-filter-group): Ditto.
9490 (ibuffer-mode): Set up category properties.
9491
9492 2002-05-21 Colin Walters <walters@debian.org>
9493
9494 * replace.el (occur-engine): Increment globalcount all at once
9495 after searching a buffer.
9496 (occur-mode-map): Don't escape plain "o".
9497
9498 * ibuf-macs.el (define-ibuffer-column): Add third argument
9499 `ibuffer-buf'.
9500
9501 * ibuffer.el (toplevel): Require font-lock, to get the face
9502 definitions.
9503 (ibuffer-use-fontification): Deleted.
9504 (column filename-and-process): New column.
9505 (ibuffer-formats): Use it by default.
9506 (ibuffer-name-map, ibuffer-mode-name-map)
9507 (ibuffer-filter-group-map): Don't set parent to `ibuffer-mode-map'.
9508 (ibuffer-do-save, ibuffer-do-toggle-modified)
9509 (ibuffer-do-toggle-read-only, ibuffer-do-delete)
9510 (ibuffer-do-kill-on-deletion-marks): Include name in definition.
9511 (ibuffer): New optional argument `formats'.
9512
9513 2002-05-21 Eli Zaretskii <eliz@is.elta.co.il>
9514
9515 * indent.el (indent-rigidly): Mention how to remove all indentation.
9516
9517 2002-05-21 Colin Walters <walters@gnu.org>
9518
9519 * international/mule-diag.el (describe-char-after): Order display
9520 of text properties by the size of their value, for clarity.
9521
9522 2002-05-20 Stefan Monnier <monnier@cs.yale.edu>
9523
9524 * net/ange-ftp.el (ange-ftp-generate-root-prefixes)
9525 (ange-ftp-file-name-completion): Don't cons unnecessarily.
9526 (ange-ftp-send-cmd): Always `cd' before doing `ls'.
9527
9528 * wid-edit.el (widget-color-complete):
9529 * progmodes/etags.el (tags-complete-tags-table-file):
9530 * progmodes/cpp.el (cpp-choose-symbol): Don't cons unnecessarily.
9531
9532 * textmodes/outline.el (outline-reveal-toggle-invisible):
9533 Reverse the meaning of the second arg.
9534
9535 * reveal.el (reveal-post-command): Reverse the semantics of
9536 reveal-toggle-invisible and support isearch-open-invisible-temporary.
9537
9538 2002-05-20 Markus Rost <rost@math.ohio-state.edu>
9539
9540 * mail/sendmail.el (mail-recover-1): Remove (debug).
9541 (mail-signature): Fix :type.
9542 (mail-default-directory): New user option.
9543 (mail, mail-recover): Use that option.
9544
9545 2002-05-20 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9546
9547 * international/mule.el (auto-coding-alist): Use emacs-mule
9548 for auto-save files.
9549
9550 2002-05-20 Miles Bader <miles@gnu.org>
9551
9552 * files.el (find-file-read-args): Don't trash existing value of
9553 `minibuffer-setup-hook', just add our hook to it.
9554
9555 2002-05-19 Markus Rost <rost@math.ohio-state.edu>
9556
9557 * international/ucs-tables.el (unify-8859-on-encoding-mode)
9558 (unify-8859-on-decoding-mode): Change :version attributes to strings.
9559
9560 * simple.el (yank-excluded-properties): Change :version attribute
9561 to a string.
9562
9563 * dired.el (dired-view-command-alist): Change :version attribute
9564 to a string.
9565
9566 * xscheme.el (xscheme-start-hook): Change :version attribute to a
9567 string.
9568
9569 * find-dired.el (find-dired): Implement revert-buffer-function.
9570
9571 * mail/emacsbug.el (report-emacs-bug-hook): Do another save-excursion.
9572
9573 2002-05-19 Glenn Morris <gmorris@ast.cam.ac.uk>
9574
9575 * progmodes/f90.el (f90-match-end, f90-break-line): Simplify a bit.
9576 (f90-get-present-comment-type): Fix earlier change.
9577 (f90-comment-indent): Doc fix.
9578 (f90-equal-symbols, f90-looking-at-do, f90-looking-at-select-case)
9579 (f90-looking-at-if-then): Remove lets.
9580 (f90-looking-at-where-or-forall): Handle if split over lines.
9581 (f90-change-keywords): Doc fix.
9582
9583 2002-05-19 Richard M. Stallman <rms@gnu.org>
9584
9585 * indent.el (indent-region): Make COLUMN arg optional.
9586
9587 * files.el (find-file-read-args): New function.
9588 (find-file, find-file-other-window, find-file-other-frame)
9589 (find-file-read-only, find-file-read-only-other-window)
9590 (find-file-read-only-other-frame): Use it.
9591
9592 * custom.el (custom-load-symbol): Verify that LOADED is a string.
9593
9594 * arc-mode.el (archive-zip-use-pkzip): Variable deleted.
9595 (archive-zip-extract, archive-zip-expunge, archive-zip-update)
9596 (archive-zip-update-case): Use locate-file to decide whether
9597 to use pkzip.
9598 (archive-zip-extract): Test for pkzip in value of archive-zip-extract.
9599
9600 * files.el (locate-file): Doc fix.
9601
9602 2002-05-19 John Paul Wallington <jpw@shootybangbang.com>
9603
9604 * mail/rmail.el (rmail-show-message-hook): Offer `goto-address'
9605 as an option.
9606
9607 2002-05-18 Stefan Monnier <monnier@cs.yale.edu>
9608
9609 * uniquify.el (uniquify-rationalize-file-buffer-names):
9610 Always strip the trailing / even if the file is not a directory.
9611
9612 2002-05-18 Glenn Morris <gmorris@ast.cam.ac.uk>
9613
9614 * progmodes/f90.el (f90-mode-syntax-table, f90-mode-map): Do the
9615 initialization in the defvar.
9616 (f90-font-lock-on, f90-font-lock-off): Add 'menu-alias property.
9617 (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3)
9618 (f90-font-lock-4): Move the doc strings.
9619 (f90-menu-bar-menu): New internal variable to hold the top-level menu.
9620 (f90-change-case-menu, f90-font-lock-menu): Minor code changes.
9621 (f90-mode-abbrev-table): Initialize in the defvar, with
9622 define-abbrev-table.
9623
9624 2002-05-18 Eli Zaretskii <eliz@is.elta.co.il>
9625
9626 * tar-mode.el (tar-octal-time): Fix last change.
9627
9628 2002-05-18 Markus Rost <rost@math.ohio-state.edu>
9629
9630 * mail/emacsbug.el (report-emacs-bug-text-prompt): New variable.
9631 (report-emacs-bug): Store the prompt in
9632 `report-emacs-bug-text-prompt'. Move Configuration/Important
9633 settings information after the user's report.
9634 (report-emacs-bug-hook): Unclutter by deleting the content of
9635 `report-emacs-bug-text-prompt'.
9636
9637 2002-05-17 Thomas Morgan <tlm@pocketmail.com>
9638
9639 * forms.el (forms-jump-record, forms-insert-record)
9640 (forms-delete-record): Calculate lines from the beginning of the
9641 accessible portion rather than from the beginning of the buffer.
9642
9643 2002-05-16 Eli Zaretskii <eliz@is.elta.co.il>
9644
9645 * ps-mule.el (eval-and-compile): Add a trivial replacement for a
9646 possibly missing encode-char.
9647 (ps-mule-font-info-database-bdf): Add associations for Unicode
9648 fonts. Doc fix.
9649 (ps-mule-font-info-database-ps-bdf): Doc fix.
9650 (ps-mule-encode-ucs2): New function for encoding Unicode characters.
9651
9652 * tar-mode.el (tar-octal-time): Fix the last argument of logior.
9653
9654 2002-05-16 Stefan Monnier <monnier@cs.yale.edu>
9655
9656 * emacs-lisp/find-func.el (find-function-search-for-symbol):
9657 Find funs defined with defun-cvs-mode.
9658 (find-function-space-re): New const. Skips comments as well.
9659 (find-function-regexp, find-variable-regexp): Use it.
9660
9661 * pcvs.el (cvs-cmd-do): Accept non-CVS dirs with CVS-ctrl'd subdirs.
9662 (cvs-mode-add-change-log-entry-other-window): Work on multiple files.
9663 (cvs-mode-set-flags): Don't cons unnecessarily.
9664
9665 2002-05-16 Colin Walters <walters@debian.org>
9666
9667 * menu-bar.el (menu-bar-tools-menu) <calculator>: Renamed to
9668 "Simple Calculator".
9669 (menu-bar-tools-menu) <calc>: New.
9670
9671 2002-05-16 Juanma Barranquero <lektu@terra.es>
9672
9673 * progmodes/hideshow.el (hs-adjust-block-beginning): Fix typo.
9674
9675 * filesets.el (filesets-ormap): Fix typo.
9676
9677 * faces.el (describe-face): Fix typo.
9678
9679 2002-05-15 Stefan Monnier <monnier@cs.yale.edu>
9680
9681 * emacs-lisp/easymenu.el (easy-menu-make-symbol):
9682 Don't treat (lambda () ...) as an expression.
9683
9684 2002-05-15 John Paul Wallington <jpw@shootybangbang.com>
9685
9686 * replace.el (occur-read-primary-args): Handle a bare 'C-u' correctly.
9687
9688 2002-05-15 Eli Zaretskii <eliz@is.elta.co.il>
9689
9690 * emacs-lisp/easymenu.el (easy-menu-add): Doc fix.
9691
9692 2002-05-14 Glenn Morris <gmorris@ast.cam.ac.uk>
9693
9694 * progmodes/fortran.el (fortran-directive-re): New name for
9695 fortran-preprocessor-re. All usage updated.
9696 (fortran-calculate-indent): Give directives zero indentation.
9697
9698 2002-05-14 Jason Rumney <jasonr@gnu.org>
9699
9700 * emacs-lisp/easymenu.el (easy-menu-name-match): Match both
9701 displayed text and internal name as string.
9702
9703 2002-05-14 Kim F. Storm <storm@cua.dk>
9704
9705 * emulation/cua-rect.el (cua--rectangle-operation):
9706 Don't highlight empty lines in rectangles.
9707
9708 * emulation/keypad.el: Improved commentary.
9709 (keypad-setup, keypad-shifted-setup): Added choice to setup
9710 Numeric keypad with decimal key; value is selected character.
9711 (keypad-decimal-key, keypad-shifted-decimal-key): Removed options.
9712 (keypad-numlock-setup, keypad-numlock-shifted-setup): New options.
9713 (keypad-setup): Arg list changed to support the new options.
9714
9715 2002-05-14 Richard M. Stallman <rms@gnu.org>
9716
9717 * dabbrev.el (dabbrev-case-distinction): New option.
9718 (dabbrev--try-find): Handle dabbrev-case-distinction.
9719 (dabbrev--search): Clean up the code.
9720 (dabbrev-upcase-means-case-search): Doc fix.
9721 (dabbrev-case-replace): Fix custom tags and docs.
9722
9723 2002-05-14 Jochen K\e,A|\e(Bpper <jochen@jochen-kuepper.de>
9724
9725 * calc/calc-units.el (math-standard-units): Update from CODATA.
9726
9727 2002-05-14 Stefan Monnier <monnier@cs.yale.edu>
9728
9729 * skeleton.el (skeleton-transformation): Default to `identity'.
9730 (skeleton-insert): Use `move-after' markers and `insert' rather
9731 than rely on insert-before-markers.
9732 (skeleton-internal-1): Handle `> \n' specially so that the newline
9733 is inserted before the first line is indented.
9734
9735 2002-05-14 Mike Williams <mdub@bigfoot.com>
9736
9737 * textmodes/sgml-mode.el (sgml-tag):
9738 Default skeleton-transformation to `identity'.
9739
9740 2002-05-14 Francesco Potort\e,Al\e(B <pot@gnu.org>
9741
9742 * shell.el (shell-mode): Make second part of initialisation
9743 depend on whether comint-input-ring is empty, rather than depend
9744 on it being nil.
9745
9746 2002-05-14 Richard M. Stallman <rms@gnu.org>
9747
9748 * files.el (make-auto-save-file-name):
9749 Delete the auto-save file after make-temp-file creates it.
9750
9751 2002-05-13 Kim F. Storm <storm@cua.dk>
9752
9753 * emulation/cua-base.el (cua-enable-cursor-indications): Default off.
9754 (cua-mode): Print Enabled/Disabled messages if interactive.
9755 Disable delete-selection-mode and pc-selection-mode when cua-mode
9756 is enabled; reenable if cua-mode is turned off.
9757 Remember setting of transient-mark-mode when cua-mode is enabled;
9758 restore if cua-mode is disabled.
9759
9760 2002-05-13 Richard M. Stallman <rms@gnu.org>
9761
9762 * mail/emacsbug.el (report-emacs-bug): Change the "English please" msg.
9763
9764 2002-05-13 Colin Walters <walters@gnu.org>
9765
9766 * ibuf-ext.el (ibuffer-format-filter-group-data): New function.
9767
9768 * ibuffer.el (ibuffer-insert-filter-group): New argument filter-string.
9769 (ibuffer-redisplay-engine): Handle it.
9770
9771 * add-log.el (add-log-mailing-address): Can be a list, too.
9772 (add-change-log-entry): If `add-log-mailing-address' is a list,
9773 then handle it.
9774
9775 2002-05-12 Colin Walters <walters@debian.org>
9776
9777 * replace.el (occur-1): New optional argument `buf-name'.
9778 (occur-revert-function): Use it.
9779
9780 (occur-1): Handle plurals.
9781
9782 (occur-engine): If there are no more matches, then finish
9783 searching the current buffer.
9784
9785 2002-05-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
9786
9787 * net/ange-ftp.el (ange-ftp-try-passive-mode)
9788 (ange-ftp-passive-host-alist): Change :version attributes to be
9789 strings.
9790
9791 2002-05-12 Markus Rost <rost@math.ohio-state.edu>
9792
9793 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Define it with
9794 define-minor-mode.
9795
9796 * emacs-lisp/find-func.el (find-function-search-for-symbol):
9797 Handle more whitespace/newline combinations in symbol definitions.
9798
9799 2002-05-12 Eli Zaretskii <eliz@is.elta.co.il>
9800
9801 * w32-vars.el (w32)
9802 * vc-cvs.el (vc-cvs-global-switches)
9803 (vc-cvs-sticky-date-format-string, vc-cvs-sticky-tag-display)
9804 * textmodes/sgml-mode.el (sgml-xml-mode)
9805 * ruler-mode.el (ruler-mode)
9806 * replace.el (query-replace-skip-read-only)
9807 * progmodes/fortran.el (fortran-preprocessor-re)
9808 * net/ange-ftp.el (ange-ftp-passive-host-alist)
9809 * mail/sendmail.el (mail-use-dsn)
9810 * faces.el (mode-line-inactive, minibuffer-prompt)
9811 * add-log.el (add-log-always-start-new-record): Change all
9812 post-21.1 :version attributes to 21.4.
9813
9814 2002-05-12 Richard M. Stallman <rms@gnu.org>
9815
9816 * mail/smtpmail.el (smtpmail-mail-address): New variable.
9817 (smtpmail-send-it): Bind and use that instead of `mail-address'.
9818 (smtpmail-via-smtp): Likewise.
9819
9820 * ansi-color.el (ansi-color-get-face): Avoid add-to-list on local var.
9821 (ansi-color-apply-sequence): Avoid duplicates in combined face list.
9822
9823 * dired-aux.el (dired-show-file-type): Use -- to say FILE's not option.
9824
9825 * subr.el (functionp): Catch errors in indirect-function.
9826
9827 2002-05-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
9828
9829 * net/ldap.el (ldap-search-internal): Unfold folded lines before
9830 parsing.
9831
9832 * cus-edit.el (customize-set-value): Rename `var' to `variable'
9833 and `val' to `value'.
9834 (customize-save-variable): Rename `var' to `'variable.
9835
9836 2002-05-12 Glenn Morris <gmorris@ast.cam.ac.uk>
9837
9838 * progmodes/fortran.el (fortran-preprocessor-re): New variable.
9839 Use it for font-locking and indentation.
9840 (fortran-previous-statement, fortran-next-statement): Make them
9841 skip over preprocessor lines.
9842 (fortran-calculate-indent): Use fortran-preprocessor-re.
9843
9844 2002-05-10 Kim F. Storm <storm@cua.dk>
9845
9846 * emulation/cua-base.el (cua-enable-cua-keys)
9847 (cua-enable-register-prefix): Added value for `other' choice.
9848
9849 2002-05-10 Eli Zaretskii <eliz@is.elta.co.il>
9850
9851 * menu-bar.el (menu-bar-showhide-scroll-bar-menu)
9852 (menu-bar-showhide-menu): Use display-graphic-p, not window-system.
9853 (menu-bar-showhide-menu) <showhide-menu-bar, showhide-tool-bar>:
9854 Run a named function.
9855 (showhide-menu-bar, showhide-toolbar): Invoke customize-mark-as-set.
9856 (menu-bar-showhide-menu) <column-number-mode, line-number-mode>:
9857 Fix help text.
9858
9859 2002-05-10 Kim F. Storm <storm@cua.dk>
9860
9861 * emulation/cua-base.el (cua-mode): Misc. changes to use
9862 emulation-mode-map-alists instead of minor-mode-map-alist.
9863
9864 2002-05-09 Richard M. Stallman <rms@gnu.org>
9865
9866 * mail/rmail.el (rmail-show-message):
9867 Catch error in check-coding-system.
9868
9869 * progmodes/compile.el (compilation-error-regexp-alist):
9870 New element to recognize Python error messages.
9871
9872 * shell.el (shell-replace-by-expanded-directory):
9873 If there's already a / at the end, don't add one.
9874
9875 2002-05-09 Colin Walters <walters@verbum.org>
9876
9877 * ibuffer.el (ibuffer-mode-map): Add :enable guards for
9878 `ibuffer-filter-disable', `ibuffer-pop-filter',
9879 `ibuffer-or-filter', `ibuffer-negate-filter',
9880 `ibuffer-decompose-filter', `ibuffer-save-filters',
9881 `ibuffer-switch-to-saved-filters', `ibuffer-delete-saved-filters',
9882 `ibuffer-save-filter-groups',
9883 `ibuffer-switch-to-saved-filter-groups',
9884 `ibuffer-delete-saved-filter-groups'.
9885
9886 * ibuf-ext.el (ibuffer-do-occur): Default to 0 context lines.
9887
9888 2002-05-09 Markus Rost <rost@math.ohio-state.edu>
9889
9890 * woman.el (woman-menu): Move symbol before the comment so that
9891 find-function-search-for-symbol finds it.
9892
9893 2002-05-10 Miles Bader <miles@gnu.org>
9894
9895 * facemenu.el (list-colors-display): Don't use
9896 `display-color-cells' unless the display class is one for which
9897 that info is relevant.
9898
9899 2002-05-09 Simon Josefsson <jas@extundo.com>
9900
9901 * mail/smtpmail.el (smtpmail-send-it): Use user-mail-address from
9902 calling buffer.
9903 (smtpmail-auth-credentials): Bump :version to 21.4 (21.3 will not
9904 have the patch).
9905
9906 2002-05-09 Kim F. Storm <storm@cua.dk>
9907
9908 * wid-edit.el (checkbox): New check-mark image.
9909
9910 2002-05-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
9911
9912 * filesets.el (filesets-running-xemacs): Fix last change.
9913
9914 2002-05-08 Markus Rost <rost@math.ohio-state.edu>
9915
9916 * help-fns.el (describe-function-1): If the source is
9917 `loaddefs.el', look for the real source. This is necessary only
9918 for defaliases.
9919
9920 * emacs-lisp/find-func.el (find-function-search-for-symbol):
9921 Add autoload cookie.
9922 (find-function-regexp): Include
9923 "\(quote " to match the defaliases in loaddefs.el.
9924
9925 * filesets.el (filesets-conditional-sort): Use copy-sequence,
9926 not copy-list.
9927 (filesets-menu-path, filesets-menu-before, filesets-menu-in-menu):
9928 Defvar them to nil if running in Emacs.
9929
9930 2002-05-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
9931
9932 * textmodes/flyspell.el (make-flyspell-overlay): Add help text
9933 to flyspell overlays.
9934
9935 * info.el (Info-mode-map): Bind `c' to Info-copy-current-node-name.
9936
9937 2002-05-08 Richard M. Stallman <rms@gnu.org>
9938
9939 * diff.el (diff-regexp-alist): Doc fix.
9940
9941 * mail/smtpmail.el (netrc-machine, netrc-get): Add autoloads.
9942
9943 2002-05-08 Simon Marshall <simon@gnu.org>
9944
9945 * msb.el (msb-menu-bar-update-buffers): Fixed frame menu to use
9946 the frame name as the car of a menu entry, rather than the frame.
9947
9948 2002-05-08 Juanma Barranquero <lektu@terra.es>
9949
9950 * rfn-eshadow.el (read-file-name-electric-shadow-mode): Fix typos
9951 in docstring.
9952
9953 2002-05-07 Colin Walters <walters@verbum.org>
9954
9955 * replace.el (occur-unfontify-region-function): Delete.
9956 (occur-mode): Don't use it.
9957 (occur-engine): Respect `keep-props'.
9958 (occur-accumulate-lines): If we're moving forward, decrement;
9959 don't increment, and vice versa.
9960
9961 2002-05-08 Toru Tomabechi <Toru.Tomabechi@orient.unil.ch>
9962
9963 * language/tibet-util.el (tibetan-canonicalize-for-unicode-alist)
9964 (tibetan-canonicalize-for-unicode-regexp): New variables.
9965 (tibetan-canonicalize-for-unicode-region): New function.
9966 (tibetan-strict-unicode): New variable.
9967 (tibetan-pre-write-canonicalize-for-unicode): New function.
9968
9969 2002-05-07 Markus Rost <rost@math.ohio-state.edu>
9970
9971 * net/ange-ftp.el (ange-ftp-re-read-dir): Don't hide it behind
9972 the autoload-cookie. Remove comment.
9973
9974 * ffap.el (ffap): Don't hide it behind the autoload-cookie.
9975
9976 * rect.el (close-rectangle): Don't hide it behind the
9977 autoload-cookie.
9978
9979 2002-05-07 Juanma Barranquero <lektu@terra.es>
9980
9981 * windmove.el (windmove-default-keybindings): Add optional
9982 parameter to allow using a modifier other than 'shift.
9983
9984 2002-05-07 Thomas Link <t.link@gmx.at>
9985
9986 * filesets.el:
9987 (filesets-external-viewers): Fix customization problem.
9988 (filesets-some): Replaces cl's `some'. Calls changed.
9989 (filesets-member): Replaces cl's `member*'. Calls changed.
9990 (filesets-ormap): New function.
9991
9992 2002-05-07 John Paul Wallington <jpw@shootybangbang.com>
9993
9994 * ibuffer.el (toplevel): Specialize `ibuffer-mode-groups-popup'
9995 menu items.
9996
9997 2002-05-07 Colin Walters <walters@gnu.org>
9998
9999 * ibuf-ext.el (ibuffer-pop-filter-group): Doc fix.
10000 (ibuffer-clear-filter-groups): Likewise.
10001 (ibuffer-kill-filter-group): Likewise.
10002 (ibuffer-kill-line): Likewise.
10003 (ibuffer-read-filter-group-name): New function.
10004 (ibuffer-jump-to-filter-group): Use it.
10005 (ibuffer-kill-filter-group): Likewise.
10006 (ibuffer-yank-filter-group): Likewise.
10007 (ibuffer-decompose-filter-group): New function.
10008
10009 * ibuffer.el (ibuffer-mode-map): Bind it. Add :enable guard
10010 around `ibuffer-filters-to-filter-group' menu item. Fix :enable
10011 guards for `ibuffer-pop-filter-group' and
10012 `ibuffer-clear-filter-groups'.
10013
10014 2002-05-06 Markus Rost <rost@math.ohio-state.edu>
10015
10016 * emacs-lisp/find-func.el (find-function-search-for-symbol):
10017 Use with-syntax-table.
10018
10019 2002-05-06 Francesco Potort\e,Al\e(B <pot@gnu.org>
10020
10021 * mail/rmail.el (rmail-font-lock-keywords): Highlight Resent-[Ff]rom:.
10022
10023 2002-05-05 Markus Rost <rost@math.ohio-state.edu>
10024
10025 * time-stamp.el (time-stamp-format): Doc fix: escape open
10026 parenthesis in column 0.
10027
10028 2002-05-04 Richard M. Stallman <rms@gnu.org>
10029
10030 * toolbar/tool-bar.el (tool-bar-local-item-from-menu):
10031 Handle both cases: when the menu item has cached info
10032 and when it doesn't.
10033
10034 * filesets.el (filesets-browse-dir-function): Renamed from ...-fn.
10035 (filesets-open-file-function, filesets-save-buffer-function): Likewise.
10036 (filesets-tree-max-level): Doc fix.
10037 (filesets-commands, filesets-external-viewers)
10038 (filesets-ingroup-patterns): Mark as risky.
10039 (filesets-cache-hostname-flag): Doc fix.
10040 (filesets-menu-cache-file): Doc fix. Mark as risky.
10041 (filesets-menu-before, filesets-menu-path, filesets-menu-in-menu):
10042 Don't defcustom them if running in Emacs.
10043
10044 2002-05-04 Thomas Link <t.link@gmx.at>
10045
10046 * filesets.el (filesets-ingroup-collect-files):
10047 Fix problem with inclusion groups' :scan-depth property.
10048
10049 2002-05-04 Colin Walters <walters@verbum.org>
10050
10051 * ibuf-ext.el (ibuffer-kill-filter-group): Test for killing
10052 "Default" group earlier. Push killed group on
10053 `ibuffer-filter-group-kill-ring'.
10054 (ibuffer-kill-line): Document. Don't push killed group ourselves.
10055 (ibuffer-yank-filter-group): Renamed from `ibuffer-yank'.
10056 (ibuffer-insert-filter-group-before): New function, broken out
10057 from `ibuffer-yank'.
10058 (ibuffer-yank): Now just call `ibuffer-yank-filter-group'.
10059
10060 * ibuffer.el (ibuffer-mode-operate-menu, ibuffer-mode-mark-menu)
10061 (ibuffer-mode-view-menu): Unused variables; deleted.
10062 (ibuffer-find-file): Pass wildcard flag to `find-file' correctly.
10063
10064 2002-05-04 John Paul Wallington <jpw@shootybangbang.com>
10065
10066 * ibuffer.el (ibuffer-mode-groups-popup): New variable.
10067 (toplevel): Bind filter group menu entries in it. Add :enable
10068 forms for some menu items.
10069 (toplevel): Bind [down-mouse-3] in `ibuffer-mode-filter-group-map'
10070 to `ibuffer-mouse-popup-menu'.
10071 (ibuffer-mouse-popup-menu): Test whether or not we're on a filter
10072 group name, and if so, pop up a filter group menu.
10073
10074 2002-05-04 Jason Rumney <jasonr@gnu.org>
10075
10076 * mwheel.el (mwheel-event-button): Translate mouse-wheel events.
10077 (mwheel-scroll): Recognize nil scroll amount as documented.
10078
10079 * term/w32-win.el (mouse-wheel-scroll-line)
10080 (mouse-wheel-scroll-screen): Remove.
10081 ([mouse-wheel], [C-mouse-wheel], [S-mouse-wheel]): Use mwheel-scroll.
10082
10083 * w32-vars.el: (mouse-wheel-scroll-amount): Removed.
10084
10085 2002-05-04 Markus Rost <rost@math.ohio-state.edu>
10086
10087 * emacs-lisp/find-func.el (find-function-search-for-symbol):
10088 Bind case-fold-search when searching.
10089
10090 2002-05-04 Eli Zaretskii <eliz@is.elta.co.il>
10091
10092 * apropos.el (apropos-print): Fix the reference to mouse-2.
10093
10094 2002-05-04 Daniel Pfeiffer <occitan@esperanto.org>
10095
10096 * play/mpuz.el (mpuz-switch-to-window): Set buffer-read-only directly.
10097
10098 2002-05-04 Kim F. Storm <storm@cua.dk>
10099
10100 * cus-edit.el (custom-buffer-verbose-help): New variable.
10101 (custom-buffer-create-internal): Remove verbose introduction
10102 in customization buffer when it is nil.
10103
10104 2002-05-03 Dave Love <fx@gnu.org>
10105
10106 * international/mule-cmds.el (select-safe-coding-system):
10107 Don't offer coding systems that use locking shift.
10108 Ask for confirmation if chosen coding system disagrees with
10109 a `coding:' spec in the file.
10110
10111 2002-05-03 John Wiegley <johnw@gnu.org>
10112
10113 * eshell/esh-var.el (eshell-modify-global-environment): Added this
10114 customization variable, which will cause any "export" commands
10115 within any eshell buffer to modify the global Emacs environment.
10116 It defaults to nil, which means that such commands will only
10117 modify that Eshell buffer's environment.
10118 (eshell-var-initialize): Initialize `eshell-modify-global-environment'.
10119
10120 * eshell/em-cmpl.el (eshell-command-completions-alist):
10121 Improve default completion targets for objdump, nm and readelf.
10122
10123 2002-05-03 Colin Walters <walters@verbum.org>
10124
10125 * play/gamegrid.el (gamegrid-user-score-file-directory): New variable.
10126 (gamegrid-add-score-with-update-game-score):
10127 Use `shared-game-score-directory'. Correctly handle non-setuid case.
10128
10129 2002-05-02 Colin Walters <walters@verbum.org>
10130
10131 * replace.el (occur-mode-map): Bind "q" to `delete-window'.
10132 (occur-1): If one of the buffers we're searching is the *Occur*
10133 buffer itself, handle it by creating a temporary buffer. If any
10134 of the buffers being searched are killed, note that in the search
10135 result message. Also, set local variables before we possibly kill
10136 the buffer.
10137
10138 2002-05-02 Kim F. Storm <storm@cua.dk>
10139
10140 * menu-bar.el (menu-bar-make-toggle): Added optional PROPS arg.
10141 (menu-bar-options-save): Added cua-mode.
10142 (menu-bar-options-menu): Added toggle for cua-mode.
10143 Disable toggle for transient-mark-mode if cua-mode is enabled.
10144
10145 * emulation/cua-base.el (cua-inhibit-cua-keys): New buffer-local
10146 variable.
10147
10148 2002-05-01 Richard M. Stallman <rms@gnu.org>
10149
10150 * help.el (view-todo): New function.
10151 (help-map): Bind C-h C-t to view-todo.
10152 (help-for-help): Change the text.
10153
10154 2002-05-01 Glenn Morris <gmorris@ast.cam.ac.uk>
10155
10156 * progmodes/f90.el: Yet more doc string, commment and whitespace
10157 changes.
10158 (f90-imenu-flag): New name for internal variable f90-imenu.
10159 (f90-blocks-re, f90-program-block-re, f90-end-if-re)
10160 (f90-no-break-re): Use regexp-opt.
10161 (f90-end-type-re): Add closing "\\>".
10162 (f90-indent-region): Correctly indent comments embedded in
10163 continued lines.
10164 (f90-indent-new-line): Make it indent the current line, as it should.
10165 (f90-line-continued, f90-get-present-comment-type)
10166 (f90-looking-at-if-then, f90-indent-line, f90-indent-new-line)
10167 (f90-indent-region, f90-indent-subprogram, f90-do-auto-fill)
10168 (f90-join-lines, f90-fill-region, f90-match-end, f90-insert-end)
10169 (f90-change-keywords): Minor code tidying.
10170
10171 * progmodes/fortran.el (fortran-strip-sequence-nos): Rename from
10172 typo `fortran-strip-sqeuence-nos'.
10173
10174 2002-05-01 Eli Zaretskii <eliz@is.elta.co.il>
10175
10176 * simple.el (clone-indirect-buffer-other-window): Fix a typo in
10177 pop-up-window.
10178
10179 2002-05-01 Kim F. Storm <storm@cua.dk>
10180
10181 * emulation/cua-base.el (cua--pre-command-handler):
10182 Only interpret delete-selection property if mark-active.
10183 (cua-mode): Fixed require in defcustom.
10184
10185 2002-05-01 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
10186
10187 * calendar/cal-menu.el (cal-menu-x-popup-menu): Fix argument of
10188 error call.
10189
10190 2002-05-01 Colin Walters <walters@verbum.org>
10191
10192 * textmodes/tex-mode.el (tex-validate-buffer):
10193 Use `occur-revert-arguments' instead of setting `occur-nlines' and
10194 `occur-buffer'. Don't test for `input-pending-p' in loop.
10195 Set text property `occur-target' instead of `occur'.
10196
10197 2002-04-30 John Wiegley <johnw@gnu.org>
10198
10199 * align.el (align-region): Fixed the fix to align-region, because
10200 the "name" argument was appearing twice.
10201
10202 2002-05-01 Martin Stjernholm <bug-cc-mode@gnu.org>
10203
10204 * progmodes/cc-engine.el (c-beginning-of-decl-1): Better way
10205 to handle protection labels, one which doesn't get confused by
10206 inherit colons.
10207
10208 * progmodes/cc-engine.el (c-end-of-decl-1): Don't treat
10209 functions that have "class" or "struct" in the return type as
10210 classes or structs.
10211
10212 2002-04-30 Kim F. Storm <storm@cua.dk>
10213
10214 * menu-bar.el (menu-bar-custom-menu): Change "Recently Changed
10215 Options" to "New Options..."; rephrase tooltip.
10216 Rephrase tooltip for "Specific Option...".
10217 Added "Saved Options" item. [from Simon Marshall]
10218
10219 2002-04-30 Richard M. Stallman <rms@gnu.org>
10220
10221 * time.el (display-time-mail-directory)
10222 (display-time-mail-function): Doc fixes.
10223
10224 * ediff-hook.el: Remove autoload cookies.
10225
10226 * language/tibetan.el (tibetan-obsolete-glyphs): Now in tibet-util.el.
10227
10228 * language/tibet-util.el (tibetan-obsolete-glyphs): From tibetan.el.
10229
10230 * align.el (align-region): Fix call to `message'.
10231 Check that (car rule) is a symbol.
10232
10233 * autoinsert.el (auto-insert-directory): Doc fix.
10234
10235 * facemenu.el (describe-text-at and stuff): Moved to descr-text.el.
10236
10237 * descr-text.el: New file, broken out of facemenu.el.
10238
10239 * emacs-lisp/advice.el (documentation): Add ad-define-subr-args call.
10240
10241 2002-04-29 Markus Rost <rost@math.ohio-state.edu>
10242
10243 * mail/emacsbug.el (report-emacs-bug-hook):
10244 Use replace-match only if search was successful.
10245
10246 2002-04-29 Richard M. Stallman <rms@gnu.org>
10247
10248 * net/zone-mode.el (zone-mode): Add write-file-hooks hook locally.
10249
10250 * mail/emacsbug.el (report-emacs-bug-hook): Don't fail completely
10251 if the user edits the Emacs version number in the text.
10252
10253 * filesets.el (filesets-running-xemacs): Make defvar unconditional.
10254 (filesets-ingroup-files): Renamed from filesets-ingroup-paths.
10255 (filesets-error): Simplify definition and make conditional
10256 on filesets-running-xemacs.
10257 (filesets-find-file-using): Renamed from fsfind-file-using.
10258
10259 2002-04-29 Stefan Monnier <monnier@cs.yale.edu>
10260
10261 * info.el (Info-find-in-tag-table-1, Info-read-subfile): Use point-min.
10262 (Info-read-node-name-1): Complete file names.
10263 (Info-complete-menu-item): Don't cons unnecessarily.
10264
10265 * files.el (locate-file): New fun.
10266 (locate-file-completion): Rename from load-completion and generalize.
10267 (load-library): Use it.
10268 (make-auto-save-file-name): Expand caddr.
10269
10270 * newcomment.el (comment-fill-column): New var.
10271 (comment-indent): Use it.
10272 (comment-or-uncomment-region): New fun.
10273 (comment-dwim): Use it.
10274
10275 2002-04-29 Colin Walters <walters@verbum.org>
10276
10277 * ibuf-ext.el (ibuffer-kill-filter-group): Call `delete' function.
10278 (ibuffer-kill-line): Copy the filter group data structure when killing.
10279 (ibuffer-yank): Handle case where we're yanking on the default
10280 group correctly.
10281 (ibuffer-delete-saved-filter-groups): Doc fix.
10282
10283 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
10284 Test whether or not update-game-score is setuid, and do the right
10285 thing.
10286
10287 2002-04-29 Kim F. Storm <storm@cua.dk>
10288
10289 * subr.el (remove-yank-excluded-properties): New helper function.
10290 (insert-for-yank, insert-buffer-substring-as-yank): Use it.
10291
10292 * simple.el (yank-excluded-properties): Added help-echo to list.
10293
10294 2002-04-29 Glenn Morris <gmorris@ast.cam.ac.uk>
10295
10296 * autoinsert.el (auto-insert-directory): Doc fix.
10297
10298 * progmodes/f90.el: Add/change doc strings for many inline
10299 functions. Whitespace changes.
10300 (f90-indent-line-no, f90-update-line): Minor code changes.
10301
10302 2002-04-29 Kim F. Storm <storm@cua.dk>
10303
10304 * emulation/cua-base.el: New file.
10305
10306 * emulation/cua-rect.el: New file.
10307
10308 * emulation/cua-gmrk.el: New file.
10309
10310 * emulation/keypad.el: New file.
10311
10312 2002-04-29 Triet Hoai Lai <thlai@ee.usyd.edu.au>
10313
10314 * language/vietnamese.el (viet-tcvn-decode-table, ccl-decode-tcvn)
10315 (ccl-encode-tcvn, ccl-encode-tcvn-font, vietnamese-tcvn):
10316 New Vietnamese coding system.
10317
10318 * language/viet-util.el: Update Commentary section.
10319
10320 2002-04-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
10321
10322 * filesets.el (filesets-data): Doc fix.
10323 (filesets-running-xemacs): Define even when compiling.
10324
10325 * recentf.el (recentf-cancel-dialog): Remove dot at the end of
10326 sentence.
10327
10328 2002-04-29 Stefan Monnier <monnier@cs.yale.edu>
10329
10330 * textmodes/fill.el (fill-context-prefix): Fix last change with
10331 yet-another-approach.
10332
10333 2002-04-28 Markus Rost <rost@math.ohio-state.edu>
10334
10335 * net/ange-ftp.el (ange-ftp-passive-host-alist)
10336 (ange-ftp-bs2000-additional-pubsets): Fix custom type.
10337
10338 * files.el (small-temporary-file-directory): Fix custom type.
10339
10340 2002-04-28 Glenn Morris <gmorris@ast.cam.ac.uk>
10341
10342 * progmodes/f90.el (f90-xemacs-flag): New variable.
10343 (f90-mark-subprogram-overlay): New variable.
10344 (f90-mark-subprogram): Now it highlights the subprogram.
10345 (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
10346 Fix highlighting of various "type" forms.
10347
10348 2002-04-28 Colin Walters <walters@verbum.org>
10349
10350 * ibuffer.el (ibuffer-mode): Additional documentation on filter
10351 groups.
10352
10353 2002-04-28 John Paul Wallington <jpw@shootybangbang.com>
10354
10355 * ibuf-ext.el (ibuffer-set-filter-groups-by-mode): Don't make an
10356 ibuffer-mode filter group if `ibuffer-view-ibuffer' is nil.
10357
10358 2002-04-28 Richard M. Stallman <rms@gnu.org>
10359
10360 * mail/sendmail.el (mail-recover-1): Decrease non-random-len
10361 by 1 for the newly-readded #.
10362
10363 * files.el (make-auto-save-file-name): Specify # as suffix
10364 in the non-file-visiting case.
10365
10366 * subr.el (make-temp-file): New arg SUFFIX.
10367
10368 * filesets.el: New file.
10369
10370 * replace.el (occur-accumulate-lines): Avoid incf and decf.
10371 (occur-engine-add-prefix): New function.
10372 (occur-engine): Avoid using macrolet, incf and decf.
10373 Use occur-engine-add-prefix instead.
10374 Rename `l' to `lines' and `c' to `matches'.
10375
10376 * replace.el (occur-engine, occur-mode-mouse-goto)
10377 (occur-mode-find-occurrence, occur-mode-goto-occurrence)
10378 (occur-mode-goto-occurrence-other-window)
10379 (occur-mode-display-occurrence): A position is just a marker,
10380 not a list.
10381
10382 * replace.el (occur-revert-arguments):
10383 Renamed from occur-revert-properties. All uses changed.
10384
10385 2002-04-28 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
10386
10387 * recentf.el (recentf-menu-before): Use string to specify path in
10388 the menu.
10389
10390 * international/mule-cmds.el (read-language-name): Take care of
10391 non-list values.
10392
10393 2002-04-27 Richard M. Stallman <rms@gnu.org>
10394
10395 * custom.el (custom-load-symbol): Moved from cus-edit.el.
10396 (custom-load-recursion): Likewise.
10397
10398 * cus-edit.el (custom-load-symbol): Moved to custom.el.
10399 (custom-load-recursion): Likewise.
10400
10401 * progmodes/ada-xref.el (ada-add-ada-menu): Menu pseudo-keys
10402 generated by easymenu are now lowercase.
10403
10404 2002-04-27 Richard M. Stallman <rms@gnu.org>
10405
10406 * menu-bar.el (menu-bar-update-buffers): Add menu items
10407 Next Buffer and Previous Buffer.
10408
10409 * simple.el (next-buffer, prev-buffer): New commands.
10410 Bind C-x left and C-x right to them.
10411
10412 * info.el (Info-header-line): Mark it as risky-local-variable.
10413
10414 * subr.el (insert-for-yank): Replace `category' property
10415 with whatever properties it stands for.
10416
10417 * subr.el (member-ignore-case): Ignore non-strings in LIST.
10418
10419 2002-04-27 Miles Bader <miles@gnu.org>
10420
10421 * faces.el (read-face-name): Format the prompt correctly when
10422 there's no default.
10423
10424 2002-04-26 Andrew Choi <akochoi@shaw.ca>
10425
10426 * term/mac-win.el: Don't call ediff-toggle-multiframe.
10427 Set default directory. Set process-connection-type to nil.
10428
10429 2002-04-26 Richard M. Stallman <rms@gnu.org>
10430
10431 * loadup.el: Explicitly load cus-face and timer.
10432
10433 * isearch.el: Don't require timer.
10434
10435 * faces.el: Don't require cus-face.
10436
10437 * cus-edit.el (customize-face): Use read-face-name
10438 and handle multiple faces.
10439 (customize-face-other-window): Make it work similarly.
10440
10441 * faces.el (read-face-name): New defaulting features.
10442 New args STRING-DESCRIBING-DEFAULT and MULTIPLE.
10443 (list-faces-display): Use the face, not its name string,
10444 as arg when running customize-face.
10445 Put a `read-face-name' prop on the entire line.
10446 (describe-face): Handle multiple faces via read-face-name.
10447
10448 * textmodes/tex-mode.el (tex-start-options): New variable.
10449 (tex-start-commands): New variable.
10450 (tex-start-options-string): Variable deleted.
10451 (tex-start-tex): Use tex-start-options and tex-start-commands,
10452 not tex-start-options-string.
10453 (tex-command): Doc fix.
10454
10455 2002-04-26 Sam Steingold <sds@gnu.org>
10456
10457 * mail/smtpmail.el (smtpmail-try-auth-methods): When `host' is
10458 not in the authinfo/netrc, keep `cred' at nil.
10459
10460 2002-04-26 Gerd Moellmann <gerd@gnu.org>
10461
10462 * find-file.el: Remove Ada-specific example code.
10463
10464 2002-04-25 Michael Kifer <kifer@cs.stonybrook.edu>
10465
10466 * ediff-hooks.el: Put back the autoloads.
10467
10468 2002-04-25 Colin Walters <walters@verbum.org>
10469
10470 * ibuffer.el (define column process): Use `ibuffer-aif'.
10471
10472 * ibuf-ext.el (ibuffer-saved-filter-groups): Don't include broken
10473 defaults.
10474 (ibuffer-yank): Be sure to `setq' after we use `nconc'.
10475 (ibuffer-save-filter-groups): Correctly structure filter groups.
10476 (ibuffer-switch-to-saved-filter-groups): Correctly extract filter
10477 groups.
10478
10479 2002-04-25 Simon Josefsson <jas@extundo.com>
10480
10481 * mail/sendmail.el (mail-use-dsn): New variable to request
10482 delivery status notification from MTA.
10483 (sendmail-send-it): Use it.
10484
10485 * mail/smtpmail.el (smtpmail-queue-counter): New variable.
10486 (smtpmail-send-it): Use it to construct new queue filenames
10487 (needed if you send more than one message per second, which is
10488 possible if you use Gnus Agent).
10489
10490 * mail/smtpmail.el (smtpmail-auth-credentials): Support netrc
10491 files as well.
10492 (smtpmail-try-auth-methods): Support netrc data.
10493 (netrc-parse): Autoload netrc.
10494
10495 2002-04-25 Colin Walters <walters@verbum.org>
10496
10497 * replace.el (multi-occur-by-filename-regexp): Doc fix.
10498 (occur-engine): Go to `point-min'. Make nlines argument actually
10499 mean number of context lines. Handle it. Pad digits to the right.
10500
10501 * ibuf-ext.el (ibuffer-filtering-groups): Renamed to
10502 `ibuffer-filter-groups'. All users updated.
10503 (ibuffer-show-empty-filter-groups): New variable.
10504 (ibuffer-saved-filter-groups): New variable.
10505 (ibuffer-maybe-save-stuff): Renamed from
10506 `ibuffer-maybe-save-saved-filters'. Callers updated.
10507 Handle `ibuffer-saved-filter-groups'.
10508 (ibuffer-hidden-filtering-groups): Renamed to
10509 `ibuffer-hidden-filter-groups'.
10510 (ibuffer-filter-group-kill-ring): New variable.
10511 (ibuffer-save-with-custom): Doc fix.
10512 (ibuffer-set-filter-groups-by-mode): New function.
10513 (ibuffer-clear-filter-groups): New function.
10514 (ibuffer-current-filter-groups-with-position): Renamed from
10515 `ibuffer-current-filter-groups'. Callers updated.
10516 (ibuffer-kill-filter-group): New function.
10517 (ibuffer-kill-line): New function.
10518 (ibuffer-yank): New function.
10519 (ibuffer-save-filter-groups): New function.
10520 (ibuffer-delete-saved-filter-groups): New function.
10521 (ibuffer-switch-to-saved-filter-groups): New function.
10522 (ibuffer-mark-on-buffer): Add optional arguments for adding a
10523 specific mark, and marking on a specific group.
10524
10525 * ibuffer.el (ibuffer-formats): Doc fix.
10526 (ibuffer-mode-map): Bind <up> to `ibuffer-backward-line'.
10527 Bind new functions from ibuf-ext.el. Add menu entries for them.
10528 Remove superfluous tooltips.
10529 (ibuffer-toggle-marks): If on a group name, then toggle marks just
10530 in that group.
10531 (ibuffer-mark-interactive): Handle filter groups.
10532 (ibuffer-mark-forward, ibuffer-unmark-forward)
10533 (ibuffer-mark-for-delete, ibuffer-unmark-backward)
10534 (ibuffer-mark-for-delete-backwards): Update docs.
10535 (ibuffer-current-filter-groups): Moved to ibuf-ext.el, and renamed
10536 to `ibuffer-current-filter-groups-with-position'.
10537 (ibuffer-redisplay-engine): Handle `ibuffer-show-empty-filter-groups'.
10538 (ibuffer-mode): Add some documentation about filter groups.
10539
10540 2002-04-25 Andreas Schwab <schwab@suse.de>
10541
10542 * find-dired.el (find-name-dired): Don't quote pattern twice.
10543
10544 2002-04-26 Miles Bader <miles@gnu.org>
10545
10546 * cus-edit.el (customize-face, customize-face-other-window):
10547 Use default instead of initial-input for suggested face.
10548
10549 2002-04-25 Gerd Moellmann <gerd@gnu.org>
10550
10551 * cus-edit.el (customize-face-other-window, customize-face):
10552 Interactively, when point is on text with a face, suggest to
10553 customize that face.
10554
10555 2002-04-25 Glenn Morris <gmorris@ast.cam.ac.uk>
10556
10557 * progmodes/f90.el: General tidy-up of commentary and some doc
10558 strings.
10559
10560 2002-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
10561
10562 * scroll-all.el (scroll-all-function-all) New function to do the
10563 actual work.
10564 (scroll-all-scroll-down-all, scroll-all-scroll-up-all,
10565 scroll-all-page-down-all, scroll-all-page-up-all,
10566 scroll-all-beginning-of-buffer-all, scroll-all-end-of-buffer-all):
10567 Make them use scroll-all-function-all.
10568
10569 * progmodes/f90.el (f90-get-beg-of-line): Removed and replaced
10570 with line-beginning-position.
10571 (f90-get-end-of-line): Removed and replaced with line-end-position.
10572 (f90-match-piece): Removed and replaced with match-string.
10573 (f90-current-indentation): Remove `current-column'.
10574 (f90-get-present-comment-type): Use match-string rather than
10575 buffer-substring.
10576 (f90-match-end): Use line-beginning-position, line-end-position
10577 rather than beginning-of-line, end-of-line.
10578 (f90-startup-message): Variable removed.
10579
10580 2002-04-24 Colin Walters <walters@verbum.org>
10581
10582 * replace.el (occur-accumulate-lines): Add optional argument
10583 `no-props'. Handle it.
10584 (occur-engine): Use it.
10585
10586 * ibuf-ext.el (toplevel): Remove byte-compile-dynamic. Try to set
10587 up autoloads manually.
10588 (ibuffer-split-list): New function.
10589 (ibuffer-filtering-groups): New variable.
10590 (ibuffer-hidden-filtering-groups): New variable.
10591 (ibuffer-mouse-toggle-filter-group): New function.
10592 (ibuffer-toggle-filter-group): New function.
10593 (ibuffer-toggle-filter-group-1): New function.
10594 (ibuffer-forward-filter-group): New function.
10595 (ibuffer-backward-filter-group): New funtion.
10596 (ibuffer-generate-filter-groups): New function.
10597 (ibuffer-filters-to-filter-group): New function.
10598 (ibuffer-pop-filter-group): New function.
10599 (ibuffer-jump-to-filter-group): New function.
10600 (ibuffer-do-occur): Just use `occur-read-primary-args'
10601
10602 * ibuffer.el (ibuffer-filter-group-name-face): New.
10603 (ibuffer-mode-map): Bind and add menu entries for most new
10604 functions; also, bind the arrow keys to the movement functions.
10605 (ibuffer-mode-filter-group-map): New.
10606 (ibuffer-mouse-toggle-mark): Handle group names.
10607 (ibuffer-mouse-visit-buffer): Error if the current buffer is killed.
10608 (ibuffer-skip-properties): New function.
10609 (ibuffer-backward-line, ibuffer-forward-line): Optionally skip
10610 group names. Also, handle new properties.
10611 (ibuffer-visit-buffer, ibuffer-visit-buffer-other-window):
10612 Move error handling to `ibuffer-current-buffer'.
10613 (ibuffer-visit-buffer-other-frame, ibuffer-bury-buffer): Ditto.
10614 (ibuffer-visit-tags-table, ibuffer-do-view-1): Ditto.
10615 (ibuffer-toggle-marks): Add optional group argument.
10616 (ibuffer-mark-interactive): Skip group names.
10617 (ibuffer-current-buffer): Clean up error handling.
10618 (ibuffer-fontify-region-function): Fontify group names.
10619 (ibuffer-map-lines): Add extra group argument. Handle it.
10620 (ibuffer-current-filter-groups): New function.
10621 (ibuffer-redisplay): Handle hidden filtering groups.
10622 (ibuffer-sort-bufferlist): New function, taken from
10623 `ibuffer-insert-buffers-and-marks'.
10624 (ibuffer-insert-filter-group): New function.
10625 (ibuffer-redisplay-engine): Renamed from
10626 `ibuffer-insert-buffers-and-marks'. Handle new filtering groups.
10627 (ibuffer): Add filter-groups argument. Handle it.
10628 Use `save-selected-window'.
10629 (ibuffer-mode): Make `ibuffer-filtering-groups' and
10630 `ibuffer-hidden-filtering-groups' buffer-local.
10631
10632 * ibuf-macs.el (ibuffer-save-marks): Call `ibuffer-redisplay-engine'.
10633
10634 2002-04-24 Richard M. Stallman <rms@gnu.org>
10635
10636 * emacs-lisp/easymenu.el (easy-menu-intern): Downcase before interning.
10637 (easy-menu-define-key-intern): Function deleted; callers intern
10638 and then call easy-menu-define-key.
10639 (easy-menu-do-add-item): Explicitly intern the key, but not BEFORE.
10640 (easy-menu-define-key): Use easy-menu-name-match to match BEFORE.
10641 (easy-menu-name-match): New function.
10642 (add-submenu): New function.
10643 (easy-menu-get-map-look-for-name): Use easy-menu-name-match.
10644
10645 2002-04-24 Eli Zaretskii <eliz@is.elta.co.il>
10646
10647 * menu-bar.el (menu-bar-adv-search-menu)
10648 (menu-bar-adv-search-menu): Improve the help text.
10649
10650 2002-04-24 Simon Josefsson <jas@extundo.com>
10651
10652 * net/netrc.el: New file.
10653
10654 2002-04-24 Thomas DeWeese <tdeweese@rochester.rr.com>
10655
10656 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
10657 Check if any of the available selection sources has new content
10658 and if so it will return that content.
10659
10660 2002-04-24 Miles Bader <miles@gnu.org>
10661
10662 * menu-bar.el (buffers-menu-show-directories)
10663 (buffers-menu-show-status): New variables.
10664 (menu-bar-update-buffers-1): Use them.
10665
10666 2002-04-24 Martin Stjernholm <mast@lysator.liu.se>
10667
10668 * progmodes/cc-cmds.el (c-mask-comment): More fixes when used
10669 from `c-do-auto-fill' and point is at or near the limit of the
10670 comment. Fixed bug when the prefix from `c-guess-fill-prefix'
10671 is longer than the text on the first line of the comment when
10672 it's masked.
10673
10674 2002-04-24 Miles Bader <miles@gnu.org>
10675
10676 * menu-bar.el (menu-bar-update-buffers-1): Make sure
10677 `uniquify-buffer-name-style' is bound.
10678
10679 2002-04-23 Colin Walters <walters@verbum.org>
10680
10681 * replace.el (toplevel): Require `cl' while compiling.
10682 (occur-buffer, occur-nlines): Delete.
10683 (occur-revert-properties): Rename to `occur-revert-properties'.
10684 (occur-mode): Handle it. Set up font lock.
10685 (occur-revert-function): Simply apply `occur-1'.
10686 (occur-mode-find-occurence, occur-mode-mouse-goto)
10687 (occur-mode-goto-occurrence-other-window)
10688 (occur-mode-display-occurrence): Handle buffer property.
10689 (list-matching-lines-face): Use defcustom.
10690 (list-matching-lines-buffer-name-face): New variable.
10691 (occur-accumulate-lines): Renamed from `ibuffer-accumulate-lines',
10692 in ibuffer.el.
10693 (occur-read-primary-args): Move out of `occur'.
10694 (occur): Delete. Now simply call `occur-1'.
10695 (multi-occur, multi-occur-by-filename-regexp): New functions.
10696 (occur-1): New function.
10697 (occur-engine): Renamed from `ibuffer-occur-engine' to replace the
10698 previous implementation of `occur'; taken from ibuf-ext.el.
10699 (occur-fontify-on-property): New function.
10700 (occur-fontify-region-function, occur-unfontify-region-function):
10701 New functions.
10702
10703 * ibuffer.el (ibuffer-accumulate-lines): Moved to replace.el.
10704
10705 * ibuf-ext.el (ibuffer-depropertize-string): Delete.
10706 (ibuffer-occur-match-face): Delete.
10707 (ibuffer-occur-props, ibuffer-occur-mode): Delete.
10708 (ibuffer-occur-mouse-display-occurence): Delete.
10709 (ibuffer-occur-goto-occurence, ibuffer-occur-display-occurence)
10710 (ibuffer-do-occur-1, ibuffer-occur-revert-buffer-function): Delete.
10711 (ibuffer-occur-engine): Moved to replace.el.
10712 (ibuffer-do-occur): Simply call `occur-1'.
10713
10714 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
10715 Handle the case where we're already viewing the score file.
10716
10717 2002-04-23 Andreas Schwab <schwab@suse.de>
10718
10719 * menu-bar.el (menu-bar-goto-menu): Fix bindings for next-tag and
10720 next-tag-otherw.
10721
10722 2002-04-23 Miles Bader <miles@gnu.org>
10723
10724 * menu-bar.el (menu-bar-update-buffers-1): Don't display a
10725 directory separator if there's no directory. Don't display
10726 directories at all if uniquify is active. Some code cleanup.
10727 (uniquify-buffer-name-style): Declare (but don't initialize).
10728
10729 * menu-bar.el (menu-bar-update-buffers): Don't use constant lists
10730 for command menu entries, since the low-level menu code modifies
10731 them. Cache the resulting list.
10732 (menu-bar-buffers-menu-command-entries): New variable.
10733
10734 * menu-bar.el (menu-bar-update-buffers): Add `Select Named Buffer'.
10735 Add separator line before commands
10736 Remove old crufty code that tried to line things up by adding
10737 spaces to entries (it doesn't work).
10738 Move `Frames' submenu after the normal buffers, and add a
10739 separator line before it.
10740 (menu-bar-buffers-menu-list-buffers-entry): Variable removed.
10741
10742 2002-04-22 Richard M. Stallman <rms@gnu.org>
10743
10744 * files.el (after-find-file): Use %s to output MSG.
10745
10746 * dired.el (dired-mouse-find-file-other-window):
10747 Handle events that move out of the window.
10748
10749 2002-04-23 Martin Stjernholm <mast@lysator.liu.se>
10750
10751 * progmodes/cc-cmds.el (c-mask-comment): Fixed bug where point
10752 was moved to the following line when it was at the first line
10753 of a block comment where comment-start-skip matched to eol.
10754
10755 2002-04-22 Richard M. Stallman <rms@gnu.org>
10756
10757 * simple.el (line-move-finish): Find beg and end of line
10758 before calling line-move-to-column. Do consider intangible
10759 when finding the end. Take more care in analyzing the results
10760 of intangibility after line-move-to-column.
10761
10762 2002-04-22 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
10763
10764 * international/mule-diag.el (list-input-methods-1): Doc fix
10765 (LEIM is now part of the standard distribution).
10766
10767 * tmm.el (tmm-completion-prompt): Doc fix.
10768
10769 * hilit-chg.el (global-highlight-changes): Capitalize status texts.
10770
10771 2002-04-22 Edward M. Reingold <reingold@emr.cs.iit.edu>
10772
10773 * diary-lib.el (include-other-diary-files): Allow modifying
10774 included buffer, to turn off selective display.
10775
10776 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10777
10778 * progmodes/cc-mode.el: (c-define-abbrev-table): New function to
10779 pass the SYSTEM-FLAG to `define-abbrev' in a way that works in
10780 emacsen that doesn't support it.
10781
10782 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10783
10784 * progmodes/cc-align.el, progmodes/cc-engine.el,
10785 progmodes/cc-styles.el, progmodes/cc-vars.el
10786 (c-guess-basic-syntax, c-lineup-topmost-intro-cont):
10787 Find correct anchor for statement-cont in top level constructs.
10788 Analyze variable initializations in top level constructs as
10789 topmost-intro-cont instead of statement-cont. That is an
10790 incompatible change but it gives better consistency. The new
10791 lineup function c-lineup-topmost-intro-cont' compensates for
10792 it and is now put on topmost-intro-cont by default.
10793
10794 * progmodes/cc-align.el, progmodes/cc-engine.el,
10795 progmodes/cc-langs.el (c-lineup-argcont): Lineup function
10796 contributed by Kevin Ryde.
10797
10798 (c-in-gcc-asm-p): Function to recognize asm statements.
10799 Contributed by Kevin Ryde.
10800
10801 (c-opt-asm-stmt-key): New language variable to recognize the
10802 beginning of asm statements.
10803
10804 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10805
10806 * progmodes/cc-engine.el (c-guess-basic-syntax):
10807 Detect variable declarations after class and struct declarations
10808 correctly. Fixed limit error when finding the anchor for
10809 template-args-cont and topmost-intro-cont.
10810
10811 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10812
10813 * progmodes/cc-cmds.el (c-beginning-of-defun)
10814 (c-declaration-limits): Find the "line oriented" declaration
10815 start too, just like the "line oriented" end is found.
10816
10817 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10818
10819 * progmodes/cc-vars.el (c-offsets-alist): A more sane default
10820 for `inexpr-statement'. This is not compatible, though.
10821 I think the benefit of a good default style outweights that in
10822 this case. Besides, `inexpr-statement' is not very common.
10823
10824 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10825
10826 * progmodes/cc-cmds.el (c-electric-delete-forward):
10827 Fix silly bug that caused it to delete backwards in hungry delete
10828 mode. (It's amazing that this bug hasn't been reported.)
10829
10830 * progmodes/cc-cmds.el (c-declaration-limits, c-mark-function):
10831 Extracted the code to get the declaration limits from
10832 `c-mark-function' to a new `c-declaration-limits'.
10833
10834 (c-indent-defun): Use the same method to get the limits of the
10835 declaration or macro as `c-mark-function'.
10836
10837 * progmodes/cc-engine.el (c-beginning-of-decl-1): Handle brace
10838 list initializers correctly (but costly; it ought to be
10839 integrated into `c-beginning-of-statement-1').
10840
10841 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10842
10843 * progmodes/cc-cmds.el, progmodes/cc-engine.el
10844 (c-beginning-of-defun, c-end-of-defun, c-mark-function):
10845 Rewritten to detect the declaration limits better.
10846 Now handles K&R argdecls, class definitions followed by variables etc.
10847
10848 (c-in-knr-argdecl): Broke out the K&R argdecl test in
10849 `c-beginning-of-decl-1' to this new function.
10850
10851 (c-end-of-statement-1, c-end-of-decl-1):
10852 Replace `c-end-of-statement-1' with `c-end-of-decl-1', which correctly
10853 handles declarations that continue after the block.
10854
10855 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
10856 Added an option to restrict matching to the top level of the
10857 current paren sexp.
10858
10859 * progmodes/cc-langs.el (c-opt-block-decls-with-vars-key):
10860 New regexp to recognize declarations that continue after the block.
10861
10862 (c-syntactic-eol): New regexp to match a "syntactic" eol.
10863
10864 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10865
10866 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed a bug
10867 that often caused the backward limit to be lost at the top
10868 level. This improves performance a bit.
10869
10870 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
10871 New function that works like `re-search-forward' but only returns
10872 matches in syntactically significant text.
10873
10874 * progmodes/cc-engine.el: Fixed a faster and more accurate way
10875 to recognize K&R argdecls.
10876
10877 (c-beginning-of-decl-1): New function that put point at the
10878 beginning of the declaration. It handles K&R argdecl blocks.
10879
10880 (c-guess-basic-syntax): Replaced the `knr-argdecl' recognition
10881 code with one that doesn't depend on the current indentation.
10882 The anchor position for `knr-argdecl' has also changed, but in
10883 a way that is unlikely to cause compatibility problems.
10884
10885 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10886
10887 * progmodes/cc-defs.el, progmodes/cc-engine.el
10888 (c-forward-comment): `forward-comment' in XEmacs skips over
10889 line continuations in the backward direction. Correct for
10890 that. Also made this a defun since it has grown too large now
10891 to be a defsubst.
10892
10893 * progmodes/cc-langs.el: More convenient and decentralized
10894 setup of the language specific variables. The regexp-opt
10895 mangling is also done at compile time now.
10896
10897 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10898
10899 * progmodes/cc-cmds.el (c-indent-line-or-region):
10900 Call `c-indent-line' directly instead of through
10901 `indent-according-to-mode' so that this function always
10902 indents syntactically.
10903
10904 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed a bug
10905 where a class beginning with a nested class could cause an
10906 infinite loop (the state outside the narrowed out class is
10907 never used now).
10908
10909 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10910
10911 * progmodes/cc-align.el, progmodes/cc-cmds.el,
10912 progmodes/cc-engine.el, progmodes/cc-vars.el: Fixes so that
10913 the context sensitive analysis inside macros is restricted to
10914 the bodies of #define's; other things, like #if expressions,
10915 never have anything in common with their surroundings.
10916 The old `cpp-macro-cont' syntax is now used in situations where
10917 the syntactic analysis isn't applicable, and a new syntactic
10918 element `cpp-define-intro' is used to add indentation in
10919 #define bodies.
10920
10921 (c-lineup-cpp-define): New name for `c-lineup-macro-cont' to
10922 better reflect its use.
10923
10924 * progmodes/cc-engine.el (c-guess-basic-syntax): Ignore line
10925 continuation backslashes in the detection of `arglist-cont-nonempty'.
10926
10927 * progmodes/cc-align.el: Use the vector form in the return
10928 value in all cases where lineup functions return absolute columns.
10929
10930 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10931
10932 * progmodes/cc-engine.el (c-add-stmt-syntax)
10933 (c-guess-basic-syntax): Anchor `brace-list-intro' and
10934 `bracec-list-close' better for brace lists nested inside expressions.
10935
10936 * progmodes/cc-engine.el, progmodes/cc-langs.el,
10937 progmodes/cc-mode.el, progmodes/cc-styles.el: Cleaned up the
10938 various language specific variables and their initialization.
10939 The keyword regexps are now lists that are combined with
10940 regexp-opt. Some variables have changed names to fit better
10941 with the naming convention.
10942
10943 * progmodes/cc-defs.el, progmodes/cc-vars.el
10944 (c-buffer-is-cc-mode): The value is the mode symbol of the
10945 original CC Mode mode.
10946
10947 (c-major-mode-is): Compare against the buffer local variable
10948 `c-buffer-is-cc-mode', which is faster than using `derived-mode-class'.
10949
10950 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10951
10952 * progmodes/cc-engine.el (c-forward-syntactic-ws)
10953 (c-backward-syntactic-ws, c-forward-token-1)
10954 (c-backward-token-1, c-in-literal, c-literal-limits)
10955 (c-collect-line-comments, c-literal-type, c-on-identifier)
10956 (c-guess-basic-syntax): These functions are now considered part
10957 of the "CC Mode API" and may be used by other code.
10958 That's signified by making their documentation into docstrings.
10959
10960 (c-whack-state, c-hack-state, c-skip-case-statement-forward):
10961 Removed these internal functions since they aren't used.
10962
10963 (c-forward-to-cpp-expression): Classified this function as internal.
10964
10965 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10966
10967 * progmodes/cc-langs.el (c-ObjC-class-key, c-Java-class-key):
10968 Simplified these regexps; the class keywords they contain
10969 ought to be enough to avoid false matches, so checking for
10970 following identifiers etc is just unnecessary (and might also
10971 fail for oddly formatted code).
10972
10973 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10974
10975 * progmodes/cc-engine.el, progmodes/cc-cmds.el
10976 (c-forward-comment-lc): New function that behaves like
10977 `c-forward-comment', with the exception that line
10978 continuations are treated as whitespace.
10979
10980 (c-beginning-of-statement): Use `c-forward-comment-lc', to
10981 work correctly in macros and other places where line
10982 continuations should be treated as whitespace.
10983
10984 * progmodes/cc-engine.el (c-guess-basic-syntax): Analyze a
10985 normal label in a switch block as a case label, to get
10986 consistent lineup with the case labels.
10987
10988 * progmodes/cc-engine.el (c-backward-syntactic-ws): Fixed bug
10989 in skipping over a macro that ends with an empty line.
10990
10991 * progmodes/cc-styles.el: Require cc-align since styles added
10992 with `c-add-style' often contains references to functions
10993 defined there, and so the `c-valid-offset' check might
10994 otherwise complain on them.
10995
10996 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
10997
10998 * progmodes/cc-align.el, progmodes/cc-mode.texi,
10999 progmodes/cc-vars.el: Added two new lineup functions:
11000
11001 (c-lineup-knr-region-comment): A new lineup function to get
11002 (what most people think is) better indentation of comments in
11003 the "K&R region" between the function header and its body.
11004
11005 (c-lineup-gcc-asm-reg): New lineup function for better
11006 indentation inside gcc asm blocks. Contributed by Kevin Ryde.
11007
11008 (c-offsets-alist): Use `c-lineup-gcc-asm-reg' and
11009 `c-lineup-knr-region-comment' in the default offset
11010 configuration, since these two functions have little impact
11011 outside their intended use, and they generally do the right
11012 thing when they kick in.
11013
11014 * progmodes/cc-engine.el (c-guess-continued-construct)
11015 (c-guess-basic-syntax): Handle nested functions in all
11016 languages, not just Pike. In C and C++ there's a gcc
11017 extension for this, and it also gives better treatment of
11018 macros that are followed by blocks.
11019
11020 * progmodes/cc-langs.el (c-symbol-key): Made this variable
11021 mode specific, to handle Pike special symbols like `== better.
11022
11023 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11024
11025 * progmodes/cc-cmds.el, progmodes/cc-engine.el,
11026 progmodes/cc-vars.el (c-report-syntactic-errors): A new
11027 variable to control the syntactic error messages. It defaults
11028 to off; since CC Mode ignores most syntactic errors it might
11029 as well ignore them all for the sake of consistency.
11030
11031 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11032
11033 * progmodes/cc-engine.el (c-looking-at-inexpr-block):
11034 Optimization. Can give a noticeable speedup if there's a
11035 large preceding function or class body.
11036
11037 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11038
11039 * progmodes/cc-align.el, progmodes/cc-cmds.el: Use more
11040 efficient and correct insertion functions in many places.
11041 Always inherit text properties correctly if the text is
11042 permanent. Also do it for speed in temporary insertions,
11043 since I figure it's less work to continue the surrounding text
11044 properties than to break them.
11045
11046 * progmodes/cc-styles.el (c-read-offset): Unbind SPC in the
11047 completion to make it easier to enter lists.
11048
11049 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11050
11051 * progmodes/cc-cmds.el (c-beginning-of-defun): Fixed bug where
11052 c-state-cache was clobbered.
11053
11054 * progmodes/cc-cmds.el, progmodes/cc-engine.el
11055 (c-calculate-state): Moved from cc-cmds.el to cc-engine.el due
11056 to dependency.
11057
11058 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11059
11060 * progmodes/cc-engine.el (c-parse-state): Ignore unbalanced
11061 open parens in macros (if point isn't in the same one).
11062
11063 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11064
11065 * progmodes/cc-cmds.el (c-context-open-line): New function
11066 that is the `open-line' equivalent to `c-context-line-break'.
11067
11068 * progmodes/cc-mode.el (c-mode-base-map): Compatibility fix
11069 for Emacs 21 since `indent-new-comment-line' has been changed
11070 to `comment-indent-new-line' there.
11071
11072 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11073
11074 * progmodes/cc-engine.el, progmodes/cc-langs.el
11075 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma):
11076 New variables containing the character sets used to recognize
11077 statement/declaration boundaries. These variables might help
11078 to support languages like javascript and awk, where newlines
11079 sometimes delimits statements.
11080
11081 (c-crosses-statement-barrier-p): Use `c-stmt-delim-chars' as
11082 the set of statement delimiting characters, to allow it to be
11083 changed dynamically and per-mode.
11084
11085 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11086
11087 * progmodes/cc-engine.el (c-looking-at-bos)
11088 (c-looking-at-inexpr-block, c-add-stmt-syntax)
11089 (c-guess-basic-syntax): Treat blocks directly inside function
11090 calls like "bare" statements inside function calls, and not
11091 like in-expression statements. This to make indentation of
11092 such blocks consistent with other statements inside macro calls.
11093
11094 * progmodes/cc-engine.el (c-guess-basic-syntax):
11095 Made arglist-cont anchor correctly in arglists that contain statements.
11096
11097 * progmodes/cc-engine.el (c-guess-basic-syntax):
11098 Fixed consistent anchoring of defun-block-intro in defuns in code
11099 blocks (can only occur in Pike).
11100
11101 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
11102 (c-looking-at-inexpr-block-backward): Changed the arguments to
11103 require containing sexps and paren state, for better efficiency.
11104
11105 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11106
11107 * progmodes/cc-cmds.el, progmodes/cc-engine.el,
11108 progmodes/cc-vars.el: Improved anchoring of statement and
11109 handling of labels in front of substatements.
11110
11111 (c-guess-continued-construct, c-guess-basic-syntax):
11112 Improved and unified anchoring at statements. Statements beginning
11113 with comments or labels are now avoided, by going out of
11114 blocks and containing statements if necessary. This nesting
11115 handling also fixes the case when there's a statement after a
11116 block open brace. Added the syntactic symbol `substatement-label'.
11117
11118 (c-electric-colon): Map the new `substatement-label' to
11119 `label' when consulting `c-hanging-colons-alist'.
11120
11121 (c-offsets-alist): Added substatement-label. Updated the
11122 comments for the new anchoring positions at statements.
11123
11124 * progmodes/cc-engine.el (c-guess-basic-syntax): Use more sane
11125 anchor points for knr-argdecl-intro and access-label.
11126 They used to refer to some point on the same line, a bug which was
11127 neutralized by a kludge in `c-get-syntactic-indentation' which
11128 ignored such anchor points.
11129
11130 (c-get-syntactic-indentation): Removed the kludge that was
11131 necessary due to buggy anchor points.
11132
11133 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not check
11134 the absence of a comma before arglist-close (case 7A) in any
11135 language, since there's nothing better to do that case anyway.
11136 Added special case to make in-expression statements be
11137 recognized as normal arglist-cont if we're directly in a macro
11138 arglist, for consistency with other "bare" statements.
11139
11140 * progmodes/cc-engine.el (c-looking-at-bos): Added optional
11141 limit arg for backward searches.
11142
11143 * progmodes/cc-engine.el (c-looking-at-inexpr-block):
11144 Anchor gcc in-expression statements at the surrounding open
11145 parenthesis. Treat a class body as an in-expression class if
11146 it's used in an object clone expression in Pike.
11147
11148 * progmodes/cc-engine.el (c-get-offset)
11149 (c-get-syntactic-indentation): Allow several anchor positions
11150 in the list of syntactic symbols. Only the first is used as
11151 the base for the offset calculation.
11152
11153 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11154
11155 * progmodes/cc-cmds.el (c-indent-defun): Indent the current
11156 macro if inside one at the top level. Do not throw an error
11157 if used at the top level outside a macro.
11158
11159 * progmodes/cc-cmds.el (c-backslash-region): Do tab width
11160 alignment only if the backslashes can't be aligned with
11161 surrounding backslashes.
11162
11163 * progmodes/cc-engine.el (c-end-of-macro): New function.
11164
11165 * progmodes/cc-engine.el (c-least-enclosing-brace):
11166 Rewritten to not be destructive.
11167
11168 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11169
11170 * progmodes/cc-cmds.el (c-context-line-break): Only do a macro
11171 line break when point is inside the content of it; if it's in
11172 the cpp keyword a normal line break is done.
11173
11174 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not add
11175 cpp-macro-cont inside the argument list to a #define.
11176
11177 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11178
11179 * progmodes/cc-defs.el (c-forward-comment): Implemented a
11180 kludge to avoid the problem most forward-comment incarnations
11181 have with `\' together with comment parsing.
11182
11183 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11184
11185 * progmodes/cc-engine.el (c-check-state-cache): Fixed bug
11186 which could cause the state returned by `c-parse-state' to
11187 lack a closed paren element. That in turn could result in
11188 very long searches, since it's common that they start from the
11189 last preceding close brace.
11190
11191 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11192
11193 * progmodes/cc-engine.el (c-beginning-of-statement-1): Do not
11194 treat else-if as a single continuation, since that'd make it
11195 hard to get the right anchor point when there's a line break
11196 between the two keywords. This change causes else-clause to
11197 be anchored on the closest preceding else-if and not always on
11198 the starting if, but that doesn't affect the indentation for
11199 any reasonably sane style. Also introduced a noerror flag.
11200
11201 (c-beginning-of-closest-statement): Removed;
11202 c-beginning-of-statement-1 now avoids the problem this one solved.
11203
11204 * progmodes/cc-engine.el (c-guess-continued-construct)
11205 (c-guess-basic-syntax): Better and more uniform anchor points
11206 for 'statement-cont and 'substatement. The effect is
11207 noticeable mostly when there's a label on the same line as the
11208 beginning of the statement, or when there are more stuff
11209 before the start of the statement.
11210
11211 * progmodes/cc-engine.el (c-looking-at-inexpr-block):
11212 Added flag to disable looking at the type of the surrounding paren
11213 since that confuses c-beginning-of-statement-1 and a couple of
11214 other places.
11215
11216 * progmodes/cc-engine.el (c-guess-basic-syntax):
11217 Avoid stepping to the previous statement in case 18.
11218 Improvements in recognition of statement blocks on the top level.
11219
11220 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11221
11222 * progmodes/cc-engine.el (c-beginning-of-statement-1)
11223 (c-crosses-statement-barrier-p): Rewritten to get a well
11224 defined and documented behavior. This fixes some tricky cases
11225 in recognition of do-while constructs.
11226
11227 (c-backward-to-start-of-do, c-backward-to-start-of-if):
11228 Removed; use c-beginning-of-statement-1 instead.
11229
11230 (c-guess-continued-construct, c-guess-basic-syntax):
11231 Various fixes to not depend on the bugs previously in
11232 c-beginning-of-statement-1. Cleanups in cases 18 and 17 to
11233 use the new behavior of c-beginning-of-statement-1 better.
11234 Fixed recognition of catch blocks inside macros.
11235
11236 * progmodes/cc-engine.el (c-backward-syntactic-ws): Fixed bug
11237 in skipping over a macro.
11238
11239 * progmodes/cc-langs.el (c-label-kwds): New variable to
11240 contain the appropriate c-*-label-kwds value.
11241
11242 * progmodes/cc-vars.el (defcustom-c-stylevar): Fixed value
11243 evaluation bug that caused the widget for
11244 c-block-comment-prefix to bug out.
11245
11246 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11247
11248 * progmodes/cc-engine.el (c-guess-basic-syntax):
11249 Improved recognition of statements: They are now recognized in
11250 contexts where they normally can't occur, e.g. on the top level or
11251 in function call arguments. This is mainly useful to recognize
11252 statements in macros at the top level, and in arguments to
11253 macros. The cases has been moved around quite a bit, and case
11254 10 has been copied to case 18. (The cases has not been
11255 renumbered because of this.)
11256
11257 (c-guess-continued-construct): New function which has the
11258 rules which are common between cases 10 and 18.
11259
11260 * progmodes/cc-engine.el (c-beginning-of-statement-1)
11261 (c-backward-to-start-of-do, c-backward-to-start-of-if):
11262 Fixes so that they really obey the passed limits.
11263
11264 (c-safe-position): Return nil if the state doesn't contain a
11265 suitable position.
11266
11267 (c-guess-basic-syntax): Fixes some too short limits in calls
11268 to c-beginning-of-statement-1. Some fixes for top level
11269 analysis in ObjC mode.
11270
11271 * progmodes/cc-engine.el (c-beginning-of-statement-1):
11272 Fixed bug in do-while statements where the body is not a block.
11273
11274 * progmodes/cc-styles.el (c-set-style):
11275 Reset c-special-indent-hook to its global value if in override mode.
11276 Fixes problem where functions on that hook remained after
11277 style switch.
11278
11279 * progmodes/cc-engine.el (c-evaluate-offset, c-get-offset):
11280 Use c-benign-error to report the c-strict-syntax-p error.
11281
11282 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11283
11284 * progmodes/cc-align.el, progmodes/cc-defs.el,
11285 progmodes/cc-cmds.el, progmodes/cc-engine.el, cc-vars.el:
11286 Several fixes to treat macros as code and not literals and to
11287 handle line continuations transparently.
11288
11289 (c-skip-ws-forward, c-skip-ws-backward): New macros to skip
11290 through whitespace and line continuations, but not comments
11291 and macros.
11292
11293 (c-in-literal): No longer recognizes macros as literals by
11294 default. An extra flag argument is required to do that.
11295
11296 (c-macro-start, c-query-macro-start)
11297 (c-query-and-set-macro-start): Added a cache for the macro
11298 start position.
11299
11300 (c-forward-syntactic-ws, c-backward-syntactic-ws): Fixes for
11301 more speed when limits are given. Workaround for bad behavior
11302 in forward-comment in some emacsen when it hits a buffer limit
11303 with a large repeat count.
11304
11305 (c-lineup-macro-cont): Improved behavior when
11306 c-syntactic-indentation-in-macros is nil.
11307
11308 (c-syntactic-indentation-in-macros, c-backslash-max-column)
11309 (c-auto-align-backslashes): New customization variables to
11310 control macro handling.
11311
11312 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
11313 Fixes to handle line continuations.
11314
11315 * progmodes/cc-defs.el, progmodes/cc-styles.el
11316 (c-get-style-variables, c-set-offset): Report style errors
11317 with message and ding instead of error signal. This to avoid
11318 interrupted mode init if there's some style problem.
11319
11320 (c-benign-error): New macro to report errors that doesn't need
11321 to interrupt the operation.
11322
11323 * progmodes/cc-defs.el (c-point): Added eonl and eopl positions.
11324
11325 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11326
11327 * progmodes/cc-cmds.el (c-electric-brace, c-indent-region):
11328 Removed most of the c-state-cache fiddling, since the global
11329 state cache now handles this.
11330
11331 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed bug
11332 when there's an open paren at the very first char of the
11333 visible buffer region.
11334
11335 * progmodes/cc-engine.el (c-parse-state, c-check-state-cache):
11336 Cache the state globally and invalidate it below every buffer
11337 change with the new after change function
11338 `c-check-state-cache'. This gives a considerable performance
11339 boost when editing large functions or classes.
11340
11341 * progmodes/cc-engine.el (c-whack-state-after): Slight optimization.
11342
11343 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11344
11345 * progmodes/cc-engine.el, progmodes/cc-langs.el,
11346 progmodes/cc-align.el: Improvements to syntactic analysis
11347 inside macros:
11348
11349 (c-block-stmt-1-kwds, c-block-stmt-2-kwds): New variables used
11350 by `c-guess-basic-syntax'.
11351
11352 (c-parse-state): Fixed bug with braces inside macros when
11353 using cached state info.
11354
11355 (c-forward-to-cpp-expression): New function to aid in
11356 syntactic analysis inside macros.
11357
11358 (c-beginning-of-statement-1, c-backward-syntactic-ws):
11359 Fixes to work better inside macros.
11360
11361 (c-forward-syntactic-ws): Whitespace between the # and the
11362 command should be allowed in preprocessor directives.
11363
11364 (c-lineup-macro-cont): New lineup function to get context
11365 sensitive indentation inside macros.
11366
11367 (c-offsets-alist): Made `c-lineup-macro-cont' the default for
11368 cpp-macro-cont.
11369
11370 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11371
11372 * progmodes/cc-engine.el (c-beginning-of-statement-1)
11373 (c-forward-syntactic-ws): Fixes to handle continued lines.
11374
11375 (c-backward-to-start-of-if, c-guess-basic-syntax):
11376 Do syntactic analysis inside macros.
11377
11378 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11379
11380 * progmodes/cc-cmds.el (c-indent-region): Did a speedup made
11381 possible by the more flexible state cache.
11382
11383 * progmodes/cc-engine.el (c-parse-state, c-whack-state-before)
11384 (c-whack-state-after, c-hack-state)
11385 (c-narrow-out-enclosing-class, c-guess-basic-syntax):
11386 Improved the state cache system. It now can use partial info from
11387 an old cached state to calculate a new one at a different
11388 position. Removed some kludges to avoid the state cache.
11389 The new functions `c-whack-state-before' and `c-whack-state-after'
11390 replace the now obsolete `c-whack-state'.
11391
11392 * progmodes/cc-engine.el (c-beginning-of-statement-1):
11393 Optimized backing through a macro. This can speed things up
11394 quite a bit when there are long macros before point.
11395
11396 (c-beginning-of-macro): Do not ignore the limit.
11397
11398 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11399
11400 * progmodes/cc-cmds.el (c-electric-continued-statement):
11401 Fixed a bug where the keyword wasn't reindented correctly if
11402 followed by another keyword or identifier.
11403
11404 * progmodes/cc-engine.el (c-parse-state): Ignore closed brace
11405 pairs that are in macros. Fixes some cases where e.g. the
11406 second of two "do { } while (0)" macros after each other
11407 indented differently.
11408
11409 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11410
11411 * progmodes/cc-engine.el (c-beginning-of-macro)
11412 (c-forward-syntactic-ws): Recognize "#!" as a preprocessor
11413 directive when it begins a line, to allow for script
11414 interpreter lines like "#!/usr/bin/pike" at the beginning of
11415 the file.
11416
11417 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11418
11419 * progmodes/cc-engine.el (c-looking-at-inexpr-block):
11420 Recognize brace blocks inside a parenthesis expression as
11421 inexpr-statement. Useful when writing statements as macro arguments.
11422
11423 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11424
11425 * progmodes/cc-cmds.el (c-fill-paragraph, c-do-auto-fill)
11426 (c-mask-comment): Broke out the comment masking code from
11427 `c-fill-paragraph' to a new function `c-mask-comment', to be
11428 able to do the same thing in `c-do-auto-fill'. This should
11429 make auto-fill-mode behave better.
11430
11431 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11432
11433 * progmodes/cc-cmds.el (c-electric-brace, c-electric-paren):
11434 Check `executing-macro' to avoid blinking parens when macros
11435 are executed.
11436
11437 * progmodes/cc-mode.el, progmodes/cc-styles.el
11438 (c-setup-filladapt): Moved from cc-mode.el to cc-styles.el for
11439 consistency with `c-setup-paragraph-variables' (which was
11440 placed there due to the dependency from `c-set-style').
11441
11442 * progmodes/cc-styles.el, progmodes/cc-vars.el: Fixed bug with
11443 incomplete initialization from the style variable fallbacks if
11444 there already is a style called "user" defined when CC Mode
11445 starts up for the first time.
11446
11447 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11448
11449 * progmodes/cc-cmds.el, progmodes/cc-vars.el
11450 (c-comment-indent, c-indent-comment-alist): Added new variable
11451 `c-indent-comment-alist' to allow better control over
11452 `c-comment-indent'.
11453
11454 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11455
11456 * progmodes/cc-align.el (c-lineup-C-comments): Try to match
11457 both `comment-start-skip' and the comment prefix on the
11458 current line with the comment starter, so that we line up
11459 comments which matches `c-comment-prefix-regexp' on the first
11460 line (after the `/') without the need to make
11461 `comment-start-skip' match whatever `c-comment-prefix-regexp' matches.
11462
11463 * progmodes/cc-mode.el, progmodes/cc-styles.el (c-common-init)
11464 (c-set-style-1, c-setup-paragraph-variables): Moved the
11465 variable initialization based on `c-comment-prefix-regexp' to
11466 a new function `c-setup-paragraph-variables', which is now
11467 used both at mode init and when a style that sets
11468 `c-comment-prefix-regexp' is activated.
11469
11470 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11471
11472 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
11473 Better handling of C++ template args to avoid confusion with
11474 `<' and `>' used as operators in member init expressions.
11475
11476 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11477
11478 * progmodes/cc-engine.el (c-most-enclosing-brace)
11479 (c-least-enclosing-brace): Added optional second arg to limit
11480 the search to before a certain point.
11481
11482 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed bug
11483 which could cause incorrect analysis if a cached state is used
11484 (usually only happens when an electric key reindents a line).
11485
11486 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11487
11488 * progmodes/cc-defs.el (c-forward-comment): More idiosyncrasy
11489 insulation. This time for XEmacs 21.
11490
11491 * progmodes/cc-engine.el, progmodes/cc-langs.el:
11492 Improved handling of inheritance lists:
11493
11494 (c-beginning-of-inheritance-list): Rewritten to use a more
11495 syntactically correct method that doesn't get confused by
11496 badly placed linebreaks and comments.
11497
11498 (c-guess-basic-syntax): Several fixes to the handling of
11499 inheritance lists in combination with templates. 'inher-intro
11500 is now anchored on the start of the class declaration and not
11501 the indentation of the current line. Switched places on cases
11502 5D.3 and 5D.4 and made them use more syntactically correct methods.
11503
11504 (c-inher-key): Removed since the code in
11505 `c-guess-basic-syntax' now uses token-based search.
11506
11507 * progmodes/cc-cmds.el, progmodes/cc-mode.el (c-mode-menu):
11508 Added a submenu to access some toggles.
11509
11510 (c-toggle-syntactic-indentation): New function to toggle the
11511 variable `c-syntactic-indentation'.
11512
11513 * progmodes/cc-styles.el (c-set-style): Improved the error
11514 message for incorrect offsets a bit.
11515
11516 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11517
11518 * progmodes/cc-cmds.el (c-indent-exp): Don't require that the
11519 sexp follows point immediately, instead find the closest
11520 following open paren that ends on another line.
11521
11522 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11523
11524 * progmodes/cc-align.el (c-lineup-cascaded-calls):
11525 New indentation function.
11526
11527 * progmodes/cc-engine.el (c-beginning-of-macro): Bugfix for
11528 directives with whitespace between the '#' and the name.
11529
11530 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11531
11532 * progmodes/cc-engine.el (c-forward-syntactic-ws)
11533 (c-backward-syntactic-ws): Handle line continuations as
11534 whitespace. Don't move past a macro if that'd take us past
11535 the limit.
11536
11537 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11538
11539 * progmodes/cc-engine.el (c-beginning-of-macro)
11540 (c-forward-syntactic-ws): Multiline strings begin with `#"' in
11541 Pike, and that shouldn't be confused with a preprocessor directive.
11542
11543 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11544
11545 * progmodes/cc-cmds.el: Extended the kludge to interoperate
11546 with the delsel and pending-del packages wrt to the new
11547 function `c-electric-delete-forward'.
11548
11549 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11550
11551 * progmodes/cc-cmds.el (c-indent-exp): Keep the indentation of
11552 the block itself, i.e. only indent the contents in it.
11553
11554 * progmodes/cc-styles.el (c-set-style): Use the default
11555 argument to completing-read instead of initial-contents, if
11556 the function is recent enough to support it.
11557
11558 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11559
11560 * progmodes/cc-mode.el (c-mode-help-address):
11561 Removed bug-gnu-emacs@gnu.org from the receiver list for bug reports.
11562 I've almost never seen a bug reported this way that should go
11563 to that list, but it's rather common that the reports concern
11564 the combination CC Mode and XEmacs instead.
11565
11566 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11567
11568 * progmodes/cc-cmds.el (c-electric-paren): Fixed bug when both
11569 brace-elseif-brace and brace-catch-brace are active and
11570 there's a "else if"-block before the catch block.
11571
11572 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
11573 Detect function headers that span lines.
11574
11575 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11576
11577 * progmodes/cc-cmds.el (c-electric-brace)
11578 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
11579 Check for last on line only for doing the auto-newline-mode
11580 stuff, not for the reindentation.
11581
11582 * progmodes/cc-cmds.el (c-electric-brace): Fixed bugs in the
11583 handling of c-syntactic-indentation: When it's nil, indent the
11584 new lines but don't reindent the current one. Reindent the
11585 line only when the inserted brace comes first on it, instead
11586 of last.
11587
11588 * progmodes/cc-cmds.el (c-electric-brace)
11589 (c-electric-semi&comma): Fixed two places where
11590 c-syntactic-indentation wasn't heeded.
11591
11592 * progmodes/cc-cmds.el (c-electric-pound): Don't be electric
11593 inside a macro.
11594
11595 * progmodes/cc-engine.el (c-backward-to-start-of-if): Try a
11596 little harder to find a fallback position when an orphan else
11597 is found. Fixed case where an else following a do-while
11598 statement could be associated with an if inside the do-while.
11599
11600 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11601
11602 * progmodes/cc-cmds.el (c-guess-fill-prefix): Tuned the dwim
11603 for the fallback to add a single space after the comment prefix.
11604
11605 * progmodes/cc-cmds.el (c-indent-new-comment-line): Somewhat better
11606 behavior in some special cases, especially for single-line comments.
11607 Avoid breaking up a comment starter or ender.
11608
11609 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11610
11611 * progmodes/cc-cmds.el (c-outline-level): Applied patch from
11612 the Emacs sources to make this work in invisible text.
11613
11614 * progmodes/cc-langs.el (c-switch-label-key): Fixed regexp to
11615 not be confused by a later ':' on the same line as the label.
11616
11617 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11618
11619 * progmodes/cc-cmds.el, progmodes/cc-mode.el
11620 (c-electric-delete, c-electric-delete-forward):
11621 Split `c-electric-delete' into two functions where
11622 `c-electric-delete-forward' always deletes forward and
11623 `c-electric-delete' only contains the code necessary for
11624 XEmacs to choose between backward and forward deletion.
11625 `c-electric-delete-forward' is now bound to C-d to get the
11626 electric behavior on that key too.
11627
11628 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11629
11630 * progmodes/cc-cmds.el (c-fill-paragraph): Fixed bogus direct
11631 use of c-comment-prefix-regexp, which caused an error when
11632 it's a list.
11633
11634 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11635
11636 * progmodes/cc-mode.el, progmodes/cc-vars.el (c-common-init)
11637 (c-default-style): Removed the hardcoded switch to "java" style
11638 in Java mode. It's instead taken care of by the default value
11639 for c-default-style.
11640
11641 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11642
11643 * progmodes/cc-align.el (c-lineup-math): Fix bug where lineup
11644 was triggered by equal signs in string literals.
11645
11646 2002-04-21 Kim F. Storm <storm@cua.dk>
11647
11648 * subr.el (insert-buffer-substring-no-properties): New function.
11649 (insert-buffer-substring-as-yank): New function.
11650
11651 2002-04-21 Glenn Morris <gmorris@ast.cam.ac.uk>
11652
11653 * scroll-all.el (minor-mode-alist): Fix usage of `scroll-all-mode'.
11654 (scroll-all-page-down-all, scroll-all-page-up-all) Remove `fkey-'
11655 prefix from scroll commands. Ignore end-of-buffer errors from
11656 other windows.
11657 (scroll-all-check-to-scroll): Remove `fkey-' prefix from scroll
11658 commands.
11659 (scroll-all-beginning-of-buffer-all, scroll-all-end-of-buffer-all):
11660 New functions.
11661
11662 * files.el: (auto-mode-alist): .f95 files in f90-mode.
11663
11664 * progmodes/fortran.el: (fortran-beginning-do): Make regexp match
11665 a DO statement irrespective of numeric label.
11666
11667 2002-04-20 Glenn Morris <gmorris@ast.cam.ac.uk>
11668
11669 * files.el (auto-save-file-name-transforms): Doc fix.
11670 Add third element to "uniquify" filenames.
11671 (make-auto-save-file-name): Use new element of
11672 auto-save-file-name-transforms.
11673 * startup.el (command-line): Add third element to
11674 auto-save-file-name-transforms.
11675
11676 2002-04-19 Stefan Monnier <monnier@cs.yale.edu>
11677
11678 * files.el (file-name-non-special): Don't mangle the 0'th arg and the
11679 return value of file-name-completion and file-name-all-completions.
11680
11681 2002-04-19 Glenn Morris <gmorris@ast.cam.ac.uk>
11682
11683 * progmodes/f90.el: Update maintainer.
11684 (f90-line-continued): Recognize blank/comment lines embedded in
11685 continuation lines.
11686 (f90-looking-at-program-block-start): No extra indentation after
11687 function or subroutine keyword appears in single quotes.
11688
11689 2002-04-19 Miles Bader <miles@gnu.org>
11690
11691 * custom.el (customize-mark-to-save, customize-mark-as-set)
11692 (custom-quote): Moved here from `cus-edit.el'.
11693 * cus-edit.el (customize-mark-to-save, customize-mark-as-set)
11694 (custom-quote): Moved to `custom.el'.
11695
11696 2002-04-18 Richard M. Stallman <rms@gnu.org>
11697
11698 * facemenu.el (list-text-properties-at): Command deleted.
11699
11700 * rect.el (insert-rectangle): Use insert-for-yank.
11701
11702 * register.el (insert-register): Use insert-for-yank.
11703 (describe-register-1): Discard text props in yank-excluded-properties.
11704
11705 * toolbar/tool-bar.el (tool-bar-local-item-from-menu):
11706 Fix parts in construction of `menu-item' item at end.
11707
11708 * mail/mailabbrev.el (mail-mode-abbrev-table): Delete defvar.
11709
11710 * subr.el (insert-for-yank): New function.
11711
11712 * simple.el (yank-excluded-properties): New user option.
11713 (yank-pop, yank): Use insert-for-yank.
11714
11715 2002-04-19 Kim F. Storm <storm@cua.dk>
11716
11717 * simple.el (pop-to-mark-command): Do not set this-command.
11718 (set-mark-command): Always jump to mark when called with arg.
11719
11720 2002-04-18 Francesco Potort\e,Al\e(B <pot@gnu.org>
11721
11722 * comint.el (comint-watch-for-password-prompt): Remove whitespace
11723 at the beginning of password prompts.
11724
11725 2002-04-18 Andrew Innes <andrewi@gnu.org>
11726
11727 * facemenu.el: Remove require of wid-edit.
11728
11729 2002-04-17 Colin Walters <walters@verbum.org>
11730
11731 * ibuffer.el (ibuffer-visit-buffer): Optionally allow reducing to
11732 one window.
11733 (ibuffer-visit-buffer-1-window): Simply call `ibuffer-visit-buffer'.
11734 (ibuffer-current-state-list): Reinstate optional argument; now
11735 just call `point' inside the mapping function.
11736
11737 2002-04-17 Francesco Potort\e,Al\e(B <pot@gnu.org>
11738
11739 * dired-aux.el (dired-star-subst-regexp)
11740 (dired-quark-subst-regexp): New constants.
11741 (dired-do-shell-command, dired-shell-stuff-it): Use them.
11742 (dired-do-shell-command): Raise an error if both `*' and `?'
11743 substitution marks are used in the same command.
11744 (dired-shell-stuff-it): Substitute all instances of `*' and `?'
11745 in a command given via dired-do-shell-command.
11746
11747 * comint.el (comint-password-prompt-regexp): Match "Repeat passphrase".
11748
11749 2002-04-16 Jason Rumney <jasonr@gnu.org>
11750
11751 * international/mule-cmds.el (locale-preferred-coding-systems):
11752 Add "jpn".
11753
11754 2002-04-16 Eli Zaretskii <eliz@is.elta.co.il>
11755
11756 * term.el (term-emulate-terminal): Fix last change.
11757
11758 2002-04-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11759
11760 * bindings.el (mode-line-mode-menu): Update names to reflect
11761 latest changes.
11762
11763 2002-04-16 Mike Williams <mdub@bigfoot.com>
11764
11765 * textmodes/sgml-mode.el (sgml-at-indentation-p): Move to fix
11766 compilation error.
11767
11768 2002-04-16 Michael Kifer <kifer@cs.stonybrook.edu>
11769
11770 * viper-ex.el: Patch by Samuel Padgett. Copyright papers received.
11771 (viper-ex-print-buf-name): New variable.
11772 (viper-ex-print-buf): New variable.
11773 (ex-token-alist): Invoke ex-print on ":print" Ex commands.
11774 (ex-g-marks): New variable.
11775 (ex-print): New function.
11776 (ex-print-display-lines): New function.
11777
11778 * viper.el (viper-set-hooks): Add window-setup-hook, which sets
11779 the cursor color.
11780
11781 * ediff-util.el (ediff-cleanup-mess): Delete ctl window on exit
11782 when the window is not in its own frame.
11783 (ediff-clone-buffer-for-region-comparison): More robust window
11784 arrangement while prompting for regions to compare.
11785 (ediff-make-cloned-buffer): Use generate-new-buffer-name.
11786 (ediff-inferior-compare-regions): Deleted unused vars
11787 ctl-buf and quit-now.
11788
11789 2002-04-15 Richard M. Stallman <rms@gnu.org>
11790
11791 * facemenu.el (facemenu-add-new-face): Use this only for faces.
11792 Delete arg MENU.
11793 (facemenu-add-new-color): New function.
11794 (facemenu-set-foreground, facemenu-set-background):
11795 Use facemenu-add-new-color.
11796
11797 2002-04-15 Eli Zaretskii <eliz@is.elta.co.il>
11798
11799 * ediff-init.el (ediff-current-diff-face-A)
11800 (ediff-current-diff-face-B, ediff-current-diff-face-C)
11801 (ediff-current-diff-face-Ancestor, ediff-fine-diff-face-A)
11802 (ediff-fine-diff-face-B, ediff-fine-diff-face-C)
11803 (ediff-fine-diff-face-Ancestor, ediff-even-diff-face-A)
11804 (ediff-even-diff-face-B, ediff-even-diff-face-C)
11805 (ediff-even-diff-face-Ancestor, ediff-odd-diff-face-A)
11806 (ediff-odd-diff-face-B, ediff-odd-diff-face-C)
11807 (ediff-odd-diff-face-Ancestor): Add special color definitions for
11808 tty and MS-DOS displays.
11809
11810 2002-04-15 Andrew Innes <andrewi@gnu.org>
11811
11812 * facemenu.el: Require wid-edit.
11813
11814 2002-04-15 Miles Bader <miles@gnu.org>
11815
11816 * faces.el (highlight): Force foreground to be black on a tty, so
11817 this face is readable on a dark-background tty.
11818 * wid-edit.el (widget-field-face, widget-single-line-field-face):
11819 Likewise.
11820
11821 2002-04-14 Kim F. Storm <storm@cua.dk>
11822
11823 * simple.el (pop-to-mark-command, push-mark-command): New commands.
11824 (set-mark-command): Use them.
11825 Enhanced functionality when command is repeated:
11826 - If first command set the mark (no prefix arg), repeat temporarily
11827 enables transient-mark-mode.
11828 - If first command jumped to mark off ring (with argument),
11829 repeat (with or without arg) jump to next mark off ring.
11830 - Use C-u C-u prefix to set mark after jump.
11831 (exchange-point-and-mark): Temporarily enable transient-mark-mode
11832 if prefix arg.
11833
11834 2002-04-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11835
11836 * speedbar.el (speedbar-tag-hierarchy-method)
11837 (speedbar-toggle-updates, speedbar-toggle-images): Doc fixes.
11838
11839 2002-04-14 Mike Williams <mdub@bigfoot.com>
11840
11841 * textmodes/sgml-mode.el (sgml-parse-tag-backward): Fix to work at
11842 beginning of buffer.
11843
11844 2002-04-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11845
11846 * speedbar.el (speedbar-generic-item-info)
11847 (speedbar-sort-tags): Doc fix.
11848 (speedbar-add-supported-extension): Fix typo in interactive spec.
11849
11850 2002-04-13 Colin Walters <walters@verbum.org>
11851
11852 * ibuffer.el (ibuffer-forward-line): Just skip header if we're
11853 only moving one line forward.
11854 (ibuffer-map-lines): Preserve point position even if we delete
11855 lines. Only call mapping functions with buffer and mark
11856 arguments; the other two were unused.
11857 (ibuffer-redisplay, ibuffer-update): Always skip special areas.
11858
11859 * ibuf-macs.el, ibuf-ext.el: Update callers of `ibuffer-map-lines'.
11860
11861 * calc/calc-bin.el (math-format-radix-float): Use `when'.
11862
11863 * calc/calc.el (math-format-number): Load `calc-ext' before we
11864 call `math-group-float'.
11865
11866 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
11867 Renamed from `gamegrid-add-score'.
11868 (gamegrid-add-score-insecure): Restored from the old
11869 `gamegrid-add-score'.
11870 (gamegrid-add-score): Just dispatch on `system-type' to one of the
11871 previous two functions.
11872
11873 2002-04-13 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11874
11875 * iswitchb.el: Update commentary to include new function
11876 iswitchb-exclude-nonmatching.
11877
11878 2002-04-12 John Wiegley <johnw@gnu.org>
11879
11880 * eshell/esh-ext.el (eshell-script-interpreter): Fix for CRLF
11881 operating systems to the regexp used to detect a script's interpreter.
11882
11883 2002-04-12 Eli Zaretskii <eliz@is.elta.co.il>
11884
11885 * frame.el (frames-on-display-list): Use `equal' to compare the
11886 `display' frame parameter to the argument DISPLAY.
11887
11888 2002-04-12 Dave Love <fx@gnu.org>
11889
11890 * help.el (string-key-binding): Deal with margin events.
11891
11892 2002-04-12 Francesco Potort\e,Al\e(B <pot@gnu.org>
11893
11894 * comint.el (comint-password-prompt-regexp): Match " SMB password".
11895
11896 2002-04-11 Stefan Monnier <monnier@cs.yale.edu>
11897
11898 * sort.el (sort-reorder-buffer): Don't assume point-min == 1.
11899
11900 * xt-mouse.el (xterm-mouse-mode): Use define-minor-mode.
11901
11902 * emacs-lisp/lucid.el (device-class, buffer-syntactic-context)
11903 (buffer-syntactic-context-depth): New funs.
11904
11905 * emacs-lisp/edebug.el (edebug-eval-defun): Don't use defconst
11906 on variables.
11907
11908 * emacs-lisp/debug.el (debug-on-entry): Use push.
11909 (debugger-make-xrefs): Don't assume point-min == 1.
11910
11911 * progmodes/cc-engine.el (c-backward-to-start-of-if):
11912 Don't assume point-min == 1.
11913
11914 * progmodes/etags.el (etags-verify-tags-table, etags-snarf-tag)
11915 (etags-list-tags, etags-tags-apropos, select-tags-table):
11916 Don't assume point-min == 1.
11917
11918 2002-04-12 Mike Williams <mdub@bigfoot.com>
11919
11920 * textmodes/sgml-mode.el (sgml-guess-indent): New function.
11921
11922 2002-04-11 Stefan Monnier <monnier@cs.yale.edu>
11923
11924 * textmodes/fill.el (fill-context-prefix): Fix up last change.
11925
11926 * simple.el (line-move): Use memq rather than or.
11927 (transpose-sexps): Don't presume as much of forward-sexp's behavior.
11928 (do-auto-fill): Use fill-move-to-break-point.
11929 (syntax-code-table): Remove.
11930
11931 * textmodes/fill.el (canonically-space-region): Obey sentence-end.
11932 Don't add spaces at end of sentences at end of line.
11933 (fill-move-to-break-point): Make sure the result is always greater
11934 than linebeg, so we ensure forward progress.
11935 (fill-region-as-paragraph): Compare to `to' rather than eobp.
11936 (fill-paragraph): Don't rebind fill-paragraph-function.
11937
11938 2002-04-11 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11939
11940 * menu-bar.el (menu-bar-adv-search-menu): Add incremental search.
11941
11942 2002-04-11 Andreas Schwab <schwab@suse.de>
11943
11944 * files.el (file-name-non-special): Handle return value of t from
11945 `file-name-completion'.
11946
11947 2002-04-10 Stefan Monnier <monnier@cs.yale.edu>
11948
11949 * textmodes/fill.el (fill-context-prefix): Match the two prefixes
11950 differently to avoid pathological exponential-time case.
11951 (adaptive-fill-regexp): Add ! and %.
11952 (fill-delete-prefix): Remove indentation while removing prefix.
11953 (fill-delete-newlines): Obey sentence-end.
11954 (fill-move-to-break-point, fill-newline): New functions extracted
11955 from fill-region-as-paragraph.
11956 (fill-region-as-paragraph): Use them.
11957 Don't fiddle with fill-indent-according-to-mode.
11958
11959 2002-04-10 Colin Walters <walters@verbum.org>
11960
11961 * play/snake.el (snake-score-file): Default to just "snake-scores".
11962
11963 * play/tetris.el (tetris-score-file): Likewise.
11964
11965 * play/gamegrid.el (gamegrid-add-score): Rewrite from scratch to
11966 use `update-game-score'.
11967
11968 * ibuffer.el (ibuffer-canonicalize-state-list): Delete unused function.
11969 (ibuffer-current-buffers-with-marks): Don't call `buffer-list'
11970 ourselves; take it as an argument. Caller updated.
11971 (ibuffer-mode): Make mode-class special.
11972
11973 2002-04-10 Richard M. Stallman <rms@gnu.org>
11974
11975 * dired.el (dired-view-command-alist): New variable.
11976 (dired-view-file): Use external viewers for some files names.
11977
11978 * mouse.el (mouse-drag-region-1): Display region highlight
11979 only in the selected window.
11980
11981 * subr.el (remove-hook): When there are no more local hooks,
11982 kill the buffer-local value.
11983
11984 * isearch.el (isearch-mode): Don't call make-frame-visible
11985 if frame is already visible.
11986
11987 * cus-face.el (custom-face-attributes): Fix typo in `ultra-bold'.
11988
11989 2002-04-09 Emmanuel Briot <briot@act-europe.fr>
11990
11991 * progmodes/ada-prj.el: Add support for the new project file
11992 fields: gnatfind-opt, debug-pre-cmd and debug-post-cmd.
11993 Fix widget handling for Emacs 21. ada-mode now only supports a single
11994 active project file, instead of one per buffer. This is far less
11995 confusing.
11996
11997 * progmodes/ada-stmt.el: Menu changed from Statements to Templates.
11998 (ada-func-or-proc-name): Get real subprogram name, after change in
11999 ada-mode.el.
12000
12001 * progmodes/ada-xref.el: Ada-mode no longer supports a different
12002 project file per buffer. This was too complex. Instead, there is
12003 now a single active project file at any given time, and the user
12004 can switch the active one through the Ada menu. This revision
12005 also provides better handling of the Windows command line, and the
12006 various available shells on that platform. ada-mode is now fully
12007 integrated with the GNU visual debugger gvd, see
12008 http://libre.act-europe.fr.
12009 (ada-prj-default-comp-opt): Use the new GNAT switch -gnatQ.
12010 This is only available with GNAT 3.14.
12011 (ada-prj-gnatfind-switches, ada-cd-command): New variable.
12012 (ada-quote-cmd): New function.
12013 (ada-initialize-runtime-library): Get the location of the actual
12014 runtime the compiler will be using, including support for
12015 cross-platform environments.
12016 (ada-treat-cmd-string): Add support for the new variable
12017 ${full_current} add support for debug-pre-cmd and debug-post-cmd,
12018 two commands to run just prior to running the debugger, and just
12019 after starting it. This provide better support for cross-platform
12020 and remote debugging.
12021 (ada-get-absolute-dir): Remove, replace with expand-file-name.
12022 (ada-gdb-application): New parameter executable-name.
12023 (ada-get-ali-file-name): Better handling of separate packages.
12024 Checkin on behalf of the ada-mode maintainer.
12025
12026 * progmodes/ada-mode.el (ada-case-exception-file)
12027 (ada-indent-handle-comment-special): New variables.
12028 (ada-case-exception-substring): New variable. Casing exceptions
12029 can now also be defined for substrings, in addition to full
12030 identifier names. This provides more flexibility.
12031 (ada-align-list): New fun, provide support for align.el in ada-mode.
12032 (ada-procedure-start-regexp): Add support for operators and
12033 generic formal subprograms and packages.
12034 (ada-imenu-comment-re): New variable.
12035 (ada-imenu-generic-expression): Add support for protected types.
12036 (ada-mode): Set comment-start only after running ada-mode-hook, so
12037 that the user can change ada-comment-start in the hook.
12038 Add support for ispell in comments. Add support for align.el.
12039 (ada-save-exception-file, ada-create-case-exception-substring)
12040 (ada-adjust-case-substring): New functions.
12041 (ada-get-current-indent): Properly handles keywords with uppercases.
12042 (ada-goto-matching-end): Rewritten, fixes problems in the handling
12043 of nested blocks.
12044 (ada-untab-hard): Do not touch the contents of comments and strings.
12045
12046 2002-04-09 Mike Williams <mdub@bigfoot.com>
12047
12048 * textmodes/sgml-mode.el (sgml-lexical-context):
12049 Use sgml-parse-tag-backward to find start point.
12050 (sgml-looking-back-at): Doc fix.
12051
12052 2002-04-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12053
12054 * isearch.el (isearch-message-prefix): Use minibuffer-prompt face
12055 for prompt.
12056
12057 2002-04-08 Stefan Monnier <monnier@cs.yale.edu>
12058
12059 * autorevert.el (auto-revert-mode, global-auto-revert-mode):
12060 Use define-minor-mode.
12061 (auto-revert-buffers): Use with-current-buffer.
12062 Avoid changing the minor modes.
12063
12064 * international/iso-acc.el (iso-accents-accent-key): Use `vector'
12065 rather than char-to-string since last-input-char can be any event.
12066
12067 * international/titdic-cnv.el (tit-dictionary):
12068 Use defvar for non-constants.
12069
12070 * progmodes/cwarn.el (global-cwarn-mode): Use define-minor-mode.
12071 (global-cwarn-mode): Use easy-mmode-define-global-mode.
12072 (cwarn-font-lock-keywords): New function.
12073 Replaces cwarn-font-lock-remove-keywords cwarn-font-lock-add-keywords.
12074 (cwarn-font-lock-match): New macro.
12075 (cwarn-font-lock-match-assignment-in-expression)
12076 (cwarn-font-lock-match-dangerous-semicolon)
12077 (cwarn-font-lock-match-reference): Use it.
12078
12079 * progmodes/cperl-mode.el (cperl-make-face, cperl-force-face):
12080 Use defvar rather than defconst since it's meant to be settable.
12081 (cperl-syntax-done-to): Don't hardcode 1 as (point-min).
12082 (cperl-fix-line-spacing): Add missing \ in [ t].
12083
12084 * loadup.el: Call ucs-unify-8859 directly rather than
12085 unify-8859-on-encoding-mode.
12086 (fns-*.el): Don't use it anymore. Keep the load-history in purespace.
12087
12088 * textmodes/sgml-mode.el (sgml-comment-indent-new-line): New fun.
12089 (sgml-mode): Use it for comment-line-break-function.
12090
12091 2002-04-08 Jason Rumney <jasonr@gnu.org>
12092
12093 * international/mule-cmds.el (reset-language-environment):
12094 Handle coding-systems not being defined yet.
12095
12096 2002-04-08 Sam Steingold <sds@gnu.org>
12097
12098 * vc-cvs.el (vc-cvs-valid-version-number-p): New function.
12099 (vc-cvs-checkin): Use it.
12100
12101 2002-04-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12102
12103 * files.el (display-time-string): Fix last change.
12104
12105 2002-04-07 Sam Steingold <sds@gnu.org>
12106
12107 * vc-cvs.el (vc-cvs-checkin): Pass the required argument to `error'.
12108
12109 2002-04-07 Jason Rumney <jasonr@gnu.org>
12110
12111 * international/mule-cmds.el (set-default-coding-systems)
12112 (reset-language-environment): Preserve eols on
12113 default-process-coding-system.
12114 (coding-system-change-text-conversion): Fix case where CODING is nil.
12115
12116 2002-04-07 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12117
12118 * subr.el (play-sound): Move here from simple.el.
12119
12120 * simple.el (play-sound): Move to subr.el.
12121
12122 2002-04-06 Richard M. Stallman <rms@gnu.org>
12123
12124 * files.el (display-time-string-forms): Mark as risky.
12125
12126 * enriched.el (enriched-decode-foreground, enriched-decode-background):
12127 Use proper format for desired elts of `face' property.
12128 Don't test display-color-p; make the properties unconditionally.
12129
12130 * progmodes/compile.el (compilation-error-regexp-alist):
12131 New alternatives for FILE:LINE.COL and for ranges of columns and lines.
12132
12133 2002-04-06 Per Abrahamsen <abraham@dina.kvl.dk>
12134
12135 * progmodes/cc-vars.el (c-block-comment-prefix): Specify :value
12136 for customization type.
12137 Reported by Mattias Fredsberg <mattias.fredsberg@active-tv.com>.
12138
12139 2002-04-06 Mike Williams <mdub@bigfoot.com>
12140
12141 * textmodes/xml-lite.el: Remove.
12142
12143 2002-04-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12144
12145 * simple.el (play-sound): New function (uses play-sound-internal).
12146
12147 2002-04-04 Richard M. Stallman <rms@gnu.org>
12148
12149 * files.el (mode-line-format, mode-line-modified)
12150 (mode-line-mule-info, mode-line-buffer-identification)
12151 (mode-line-modes, mode-line-position): Explicitly mark as risky.
12152 (hack-one-local-variable): Don't recognize "mode-line-..." as risky.
12153
12154 * calendar/solar.el (solar-northern-spring-or-summer-season): Doc fix.
12155
12156 * mail/mailabbrev.el (mail-abbrev-make-syntax-table):
12157 Use (syntax-table), not old-syntax-table.
12158
12159 * enriched.el (enriched-decode-foreground)
12160 (enriched-decode-background): Don't call facemenu-get-face.
12161
12162 2002-04-04 Mike Williams <mdub@bigfoot.com>
12163
12164 * textmodes/sgml-mode.el: Add missing require.
12165 (sgml-lexical-context): Fix up CDATA detection for boundary cases.
12166
12167 2002-04-03 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12168
12169 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line): Move to
12170 spot indicated by text property `cvs-goal-column', if present.
12171
12172 * pcvs-info.el (cvs-fileinfo-pp): Use text property
12173 `cvs-goal-column' to indicate position of file name (if present).
12174
12175 2002-04-03 Richard M. Stallman <rms@gnu.org>
12176
12177 * mail/mailabbrev.el (mail-abbrev-complete-alias):
12178 Call mail-abbrev-make-syntax-table.
12179
12180 * format.el (format-deannotate-region): Doc fix.
12181
12182 * enriched.el (enriched-face-ans): Delete special treatment
12183 for fg:... and bg:... faces.
12184 (enriched-decode-foreground): Return a list that specifies
12185 the foreground color, rather than creating a face.
12186 (enriched-decode-background): Likewise.
12187
12188 * shell.el (shell-mode): Don't reinit comint-input-ring
12189 if that was already done.
12190
12191 2002-04-03 Edward M. Reingold <reingold@emr.cs.iit.edu>
12192
12193 * solar.el (solar-spring-or-summer-season): Delete.
12194 (solar-northern-spring-or-summer-season): New variable.
12195 (solar-sunrise-and-sunset, solar-moment, solar-sunrise-sunset):
12196 Rewrite.
12197
12198 * solar.el (diary-sabbath-candles-minutes): New variable.
12199 (diary-sabbath-candles): Use it instead of fixed 18 minutes.
12200
12201 * calendar.el (update-calendar-mode-line): Force mode-line update.
12202 Make date under the cursor available as `date' in
12203 calendar-mode-line-format.
12204 Eval items in calendar-mode-line-format list.
12205
12206 * cal-tex.el (cal-tex-hook, cal-tex-year-hook, cal-tex-month-hook)
12207 (cal-tex-week-hook, cal-tex-daily-hook): Add doc strings.
12208
12209 * cal-tex.el (cal-tex-latexify-list): Fix doc string.
12210
12211 * cal-tex.el (cal-tex-insert-day-names): LaTeXify day names.
12212 (cal-tex-cursor-week-iso, cal-tex-week-hours, cal-tex-weekly4-box)
12213 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
12214 (cal-tex-daily-page, cal-tex-mini-calendar): LaTeXify day names.
12215
12216 * cal-tex.el: Change all instances (interactive "P") to
12217 (interactive "p").
12218 (cal-tex-cursor-month): Add hfill and newline at end of month that
12219 ended on Saturday.
12220 (cal-tex-preamble): Change to LaTeX2e.
12221 (cal-tex-cursor-filofax-year): Don't use default month names in
12222 LaTeX macros in case user changes them.
12223 (cal-tex-month-name): New function. Used throughout in case user
12224 has done something funny with month names.
12225
12226 * cal-hebrew.el (holiday-rosh-hashanah-etc): Spelling correction.
12227 (diary-rosh-hodesh): Spelling correction.
12228
12229 2002-04-03 Mike Williams <mdub@bigfoot.com>
12230
12231 * textmodes/sgml-mode.el (sgml-lexical-context)
12232 (sgml-parse-tag-backward): Extend support for CDATA to include
12233 conditional sections.
12234
12235 2002-04-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12236
12237 * cus-start.el: Rename `autoselect-window' to
12238 `mouse-autoselect-window'.
12239
12240 2002-04-02 Richard M. Stallman <rms@gnu.org>
12241
12242 * files.el (hack-one-local-variable):
12243 Clear text props from string value.
12244
12245 2002-04-02 Stefan Monnier <monnier@cs.yale.edu>
12246
12247 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
12248 (f90-procedures-re, f90-operators-re, f90-hpf-keywords-re):
12249 Use regexp-opt.
12250 (f90-keywords-re, f90-keywords-level-3-re): Add `pure' and `elemental'
12251 from F95.
12252 (f90-procedures-re): Add `null' and `cpu_time' from F95.
12253 (f90-font-lock-keywords-1): Minor reorganization so we don't need
12254 `override' any more.
12255 (f90-font-lock-keywords-3): Use `keep' rather than `override'.
12256 (f90-indent-subprogram): Use indent-region.
12257 (f90-break-line): Use indent-according-to-mode.
12258
12259 2002-04-02 Mike Williams <mdub@bigfoot.com>
12260
12261 * textmodes/sgml-mode.el (sgml-close-tag): Rename from
12262 sgml-insert-end-tag. Simplify by using sgml-lexical-context.
12263 (sgml-get-context): Remove use of sgml-inside-tag-p.
12264 (sgml-inside-tag-p): Remove.
12265 (sgml-looking-back-at): Short-circuit at beg of buffer.
12266 (sgml-lexical-context, sgml-calculate-indent): Add support for
12267 CDATA sections.
12268
12269 2002-04-01 Stefan Monnier <monnier@cs.yale.edu>
12270
12271 * help.el (help-key-description): New fun.
12272 (describe-key-briefly, describe-key): Use it and
12273 this-single-command-raw-keys plus new arg `untranslated'.
12274
12275 * textmodes/sgml-mode.el (sgml-at-indentation-p, sgml-tag)
12276 (sgml-parse-tag-name, sgml-looking-back-at, sgml-parse-tag-backward)
12277 (sgml-inside-tag-p, sgml-get-context, sgml-show-context)
12278 (sgml-insert-end-tag): New funs taken from xml-lite.el.
12279 (sgml-calculate-indent): Use them.
12280 (sgml-slash-matching): Rename from sgml-slash.
12281 (sgml-slash): Copied from xml-lite and changed to use
12282 sgml-slash-matching and sgml-quick-keys.
12283
12284 * international/mule-cmds.el (standard-keyboard-coding-systems):
12285 Add koi8-u and koi8-r.
12286
12287 * eshell/.cvsignore: New file.
12288
12289 * eshell/esh-groups.el: Remove.
12290
12291 * progmodes/tcl.el: Change maintainer.
12292 (tcl-electric-hash-style): Change default to nil.
12293 (tcl-imenu-generic-expression): Use tcl-proc-regexp.
12294 (tcl-do-auto-fill): Remove.
12295 (tcl-auto-fill-mode): Rewrite using comment-auto-fill-only-comments.
12296
12297 2002-04-01 Mike Williams <mdub@bigfoot.com>
12298
12299 * textmodes/sgml-mode.el: Doc fixes.
12300 (sgml-mode): Set indent-line-function to sgml-indent-line.
12301 (sgml-calculate-indent): Add an explicit check for 'text syntax,
12302 to protect against future enhancements to sgml-lexical-context.
12303 (sgml-empty-tag-p, sgml-unclosed-tag-p): New funcs.
12304
12305 * textmodes/xml-lite.el: Removed much redundant stuff.
12306 (xml-lite-parse-tag-backward): Simplify parsing by assuming we
12307 always start within text. Make use of sgml-unclosed-tag-p.
12308
12309 2002-04-01 Ville Skytt\e,Ad\e(B <ville.skytta@xemacs.org>
12310
12311 * tcl.el (tcl-imenu-generic-expression): New value.
12312 (tcl-imenu-create-index-function): Function deleted.
12313 (tcl-mode): Check for filladapt-mode.
12314 Use tcl-imenu-generic-expression instead of
12315 tcl-imenu-create-index-function.
12316 (inferior-tcl-mode): Doc fix.
12317 Change not legally significant.
12318
12319 2002-04-01 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12320
12321 * cus-start.el: Rename `x-autoselect-window' to `autoselect-window'.
12322
12323 * window.el (handle-select-window): New function.
12324 Update copyright.
12325
12326 2002-04-01 Richard M. Stallman <rms@gnu.org>
12327
12328 * info.el (info-tool-bar-map): Use tool-bar-local-item-from-menu.
12329
12330 * toolbar/tool-bar.el (tool-bar-local-item): Renamed from
12331 tool-bar-add-item, and new arg MAP.
12332 (tool-bar-add-item): Now calls tool-bar-local-item.
12333 (tool-bar-local-item-from-menu): Renamed from
12334 tool-bar-add-item-from-menu, and new arg IN-MAP.
12335 (tool-bar-add-item-from-menu): Now calls tool-bar-local-item-from-menu.
12336
12337 * help-fns.el (help-with-tutorial): Allow various ways
12338 to specify the text in the [...] line, in handling the <...> line.
12339
12340 * progmodes/idlw-rinfo.el (idlwave-system-routines):
12341 WOLRDTITLE => WORLDTITLE. SUPRESS_VALUE => SUPPRESS_VALUE.
12342
12343 * subr.el (redraw-modeline): Define alias.
12344
12345 2002-03-31 Richard M. Stallman <rms@gnu.org>
12346
12347 * files.el (file-expand-wildcards): Use save-match-data.
12348
12349 * files.el (format-alist): Mark as risky.
12350
12351 * simple.el (kill-new): Doc fix.
12352
12353 * emacs-lisp/byte-opt.el (side-effect-free-fns)
12354 (side-effect-and-error-free-fns): Add many functions, remove some.
12355
12356 2002-03-30 Richard M. Stallman <rms@gnu.org>
12357
12358 * menu-bar.el (menu-bar-tools-menu): Rename gdb item to say GDB.
12359
12360 2002-03-30 Eli Zaretskii <eliz@gnu.org>
12361
12362 * font-lock.el (save-buffer-state): Fix last change.
12363
12364 * files.el (auto-save-file-name-transforms): Fix last change.
12365
12366 * startup.el (command-line): Fix last change.
12367
12368 2002-03-29 Richard M. Stallman <rms@gnu.org>
12369
12370 * subr.el (play-sound-file): Moved to simple.el.
12371
12372 * simple.el (play-sound-file): Moved from subr.el, made unconditional.
12373
12374 2002-03-29 Colin Walters <walters@verbum.org>
12375
12376 * ibuffer.el (ibuffer-mark-interactive): Use `ibuffer-forward-line'
12377 instead of `forward-line'.
12378 (ibuffer-forward-line): Be sure to skip over special properties
12379 before moving, too.
12380
12381 * calc/calc.el (calc-was-split): Var deleted.
12382 (calc): Remove reference to it.
12383 (calc): Ditto.
12384 (calc-quit): Ditto.
12385 (calc-init-base): Ditto.
12386
12387 * calc/calc-misc.el (calc-delete-windows-keep): Function deleted.
12388
12389 2002-03-29 Stefan Monnier <monnier@cs.yale.edu>
12390
12391 * textmodes/sgml-mode.el (sgml-lexical-context): Return (text . START)
12392 instead of nil when point is outside of any tag.
12393 (sgml-beginning-of-tag): Adjust to the change.
12394 (sgml-calculate-indent): Use the new info returned by
12395 sgml-lexical-context. Try to handle unclosed tags.
12396
12397 * textmodes/xml-lite.el (xml-lite-get-context): Don't stop parsing
12398 at unclosed tags unless it is at indentation.
12399 Kill nested unclosed tags.
12400 (xml-lite-calculate-indent, xml-lite-indent-line): Remove.
12401 (xml-lite-mode): Use sgml-indent-line instead.
12402
12403 2002-03-29 Eli Zaretskii <eliz@is.elta.co.il>
12404
12405 * files.el (auto-save-file-name-transforms): Don't run "\\2" via
12406 expand-file-name.
12407
12408 * startup.el (command-line): Recompute auto-save-file-name-transforms
12409 using the updated value of temporary-file-directory.
12410
12411 2002-03-29 Stefan Monnier <monnier@cs.yale.edu>
12412
12413 * textmodes/xml-lite.el (xml-lite-get-context): Allow stopping
12414 even with an empty context. Don't save excursion any more.
12415 Don't complain about unmatched start-tags in sgml-unclosed-tags.
12416 Ignore end-tags in sgml-empty-tags.
12417 (xml-lite-get-context, xml-lite-calculate-indent)
12418 (xml-lite-insert-end-tag): Save excursion around xml-lite-get-context.
12419 (xml-lite-indent-line): Use back-to-indentation.
12420
12421 * textmodes/sgml-mode.el (sgml-basic-offset): New var.
12422 (sgml-name-re, sgml-attrs-re): New consts.
12423 (sgml-tag-name-re, sgml-start-tag-regex, sgml-font-lock-keywords-1)
12424 (sgml-mode): Use them.
12425 (sgml-lexical-context): Default to (point-min) if nothing else works.
12426 (sgml-calculate-indent): Indent slightly differently.
12427 (sgml-indent-line): Use back-to-indentation.
12428 (sgml-parse-dtd): New function.
12429 (sgml-unclosed-tags): New var.
12430 (html-mode): Set it.
12431
12432 2002-03-29 Simon Marshall <simon.marshall@misys.com>
12433
12434 * font-lock.el (save-buffer-state): Use make-symbol to bind `modified'.
12435
12436 2002-03-29 Richard M. Stallman <rms@gnu.org>
12437
12438 * dired-aux.el (dired-do-query-replace-regexp, dired-do-search):
12439 Use FILTER arg in dired-get-marked-files to exclude directories.
12440 (dired-nondirectory-p): New function.
12441
12442 * dired.el (dired-get-marked-files): New arg FILTER
12443 allows selection of some files.
12444
12445 * progmodes/tcl.el (tcl-imenu-create-index-function): Doc fix.
12446
12447 2002-03-29 Eric M. Ludlam <eric@siege-engine.com>
12448
12449 * speedbar.el (speedbar-default-directory-list): Made robust
12450 against deleted directories.
12451
12452 2002-03-28 Richard M. Stallman <rms@gnu.org>
12453
12454 * dired.el (dired-toggle-marks): Renamed from dired-do-toggle.
12455 Bindings changed.
12456
12457 * progmodes/compile.el (compilation-handle-exit):
12458 If compilation-window-height is 0, display status in echo area.
12459
12460 * simple.el (line-move-to-column): Don't call move-to-column if COL=0.
12461
12462 * rect.el (replace-rectangle): Add autoload.
12463
12464 * files.el: Mark many more variables as risky.
12465 (hack-one-local-variable): Recognize several additional
12466 patterns as risky.
12467
12468 * bindings.el (mode-line-mule-info): Use :propertize, not :eval.
12469
12470 2002-03-28 Stefan Monnier <monnier@cs.yale.edu>
12471
12472 * textmodes/xml-lite.el (xml-lite-in-string-p):
12473 Use sgml-lexical-context.
12474 (xml-lite-parse-tag-backward): Use sgml-tag-syntax-table.
12475 (xml-lite-get-context): Check that open/close tags match.
12476 Don't stop scanning while we're ignoring matching tags.
12477
12478 * textmodes/sgml-mode.el (sgml-make-syntax-table): New fun.
12479 (sgml-mode-syntax-table): Use it.
12480 (sgml-tag-syntax-table, sgml-tag-name-re): New const.
12481 (sgml-tags-invisible): Use it.
12482 (sgml-lexical-context): New fun.
12483 (sgml-maybe-end-tag, sgml-beginning-of-tag): Use it.
12484 (sgml-quote): Accept \n as entity reference terminator.
12485 (sgml-calculate-indent, sgml-indent-line): New funs.
12486
12487 2002-03-28 Andre Spiegel <spiegel@gnu.org>
12488
12489 * vc-cvs.el (vc-cvs-global-switches): New user option.
12490 (vc-cvs-command): New function. Update all callers of
12491 `vc-do-command' in vc-cvs.el to use this instead.
12492
12493 2002-03-27 Andrew Innes <andrewi@gnu.org>
12494
12495 * makefile.w32-in (bootstrap-clean-SH): Use for loop, instead of
12496 relying on shell globbing.
12497
12498 2002-03-27 Colin Walters <walters@debian.org>
12499
12500 * ibuffer.el (ibuffer-help-buffer-modes): New variable.
12501 (ibuffer-fontification-alist): Use it.
12502 (ibuffer-backward-line): Handle `ibuffer-summary' area.
12503 (ibuffer-forward-line): Ditto.
12504
12505 * ibuf-ext.el (sorter mode-name): Doc fix.
12506 (ibuffer-mark-help-buffers): Use `ibuffer-help-buffer-modes'.
12507 (operation query-replace): Use new `noerror' arg for
12508 `query-replace-read-args'.
12509 (operation query-replace-regexp): Ditto.
12510
12511 2002-03-27 Stefan Monnier <monnier@cs.yale.edu>
12512
12513 * textmodes/xml-lite.el: Fix copyright notice.
12514 (xml-lite-basic-offset): Rename from xml-lite-indent-offset.
12515 (xml-lite-indent-comment-offset): Remove.
12516 (xml-lite-calculate-indent): Use new name. Use natural alignment
12517 for comments.
12518 (xml-lite-in-string-p): Simplify.
12519
12520 2002-03-27 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12521
12522 * allout.el (outline-layout): Doc fix.
12523
12524 2002-03-27 Stefan Monnier <monnier@cs.yale.edu>
12525
12526 * textmodes/xml-lite.el: Don't require `custom'.
12527 (xml-lite-parse-tag-name): Properly treat non-ASCII chars.
12528 (xml-lite-parse-tag-backward): Obey sgml-empty-tags.
12529 (xml-lite-get-context): Drop nested tags not just for comments.
12530 (xml-lite-indent-line): Be more careful about moving point.
12531 (xml-lite-insert-end-tag, xml-lite-slash):
12532 Use indent-according-to-mode instead of xml-lite-indent-line.
12533 (xml-lite-mode): Make xml-lite-orig-indent-line-function buffer-local.
12534 Set sgml-xml-mode. Don't call force-mode-line-update.
12535 (xml-lite-mode-map): Don't bind TAB.
12536
12537 2002-03-27 Zoltan Kemenczy <zoltan@ieee.org>
12538
12539 * gud.el (gud-jdb-sourcepath): New variable, saves jdb -sourcepath
12540 parameter value.
12541 (gud-jdb-build-source-files-list): Comment clarification.
12542 (gud-jdb-massage-args): Reworked into loop-based argument list
12543 processing in order to support -classpath and -sourcepath argument
12544 processing.
12545 (gud-jdb-find-source-using-classpath): Prepend gud-jdb-sourcepath
12546 to gud-jdb-classpath to obtain search list.
12547 (gud-jdb-parse-classpath-string): Remove any trailing slashes from
12548 directory names in classpath/sourcepath lists, update comment.
12549 (jdb): Add setting of gud-jdb-sourcepath, update comment.
12550 (gud-find-class): Add gud-jdb-sourcepath use, and correct
12551 behaviour for the case when classpath is not used--backward
12552 compatibility fix.
12553
12554 2002-03-27 Eli Zaretskii <eliz@is.elta.co.il>
12555
12556 * Makefile.in (compile, compile-always): Don't try to compile
12557 non-existent files or files in empty directories.
12558
12559 2002-03-26 Michael Ernst <mernst@alum.mit.edu>
12560
12561 * compare-w.el (compare-windows-whitespace): Match all whitespace.
12562
12563 * emacs-lisp/shadow.el (list-load-path-shadows): Only ignore last
12564 copy of standard Lisp directories.
12565
12566 * tar-mode.el (tar-header-block-summarize, tar-get-descriptor):
12567 Support "next has longname" link type.
12568
12569 2002-03-26 Stefan Monnier <monnier@cs.yale.edu>
12570
12571 * textmodes/xml-lite.el (xml-lite-at-indentation-p): Move.
12572 (xml-lite-in-string-p, xml-lite-looking-back-at, xml-lite-looking-at):
12573 New functions.
12574 (forward-xml-tag, backward-xml-tag, beginning-of-xml-tag)
12575 (end-of-xml-tag): Remove.
12576 (xml-lite-get-context): Better handling of comments.
12577 (xml-lite-calculate-indent): Use xml-lite-in-string-p.
12578 (xml-lite-parse-tag-backward): Rewrite.
12579
12580 2002-03-26 Juanma Barranquero <lektu@terra.es>
12581
12582 * makefile.w32-in (WINS): Add the toolbar directory.
12583
12584 2002-03-26 Richard M. Stallman <rms@gnu.org>
12585
12586 * subr.el (substring-no-properties): Function deleted (now in C).
12587
12588 2002-03-25 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12589
12590 * mwheel.el (mouse-wheel-mode): Use global-set-key and
12591 global-unset-key.
12592
12593 2002-03-24 Richard M. Stallman <rms@gnu.org>
12594
12595 * mail/rmail.el (rmail-resend): Call mail-abbrev-make-syntax-table.
12596
12597 * progmodes/etags.el (tags-query-replace): Pass t for NOERROR
12598 to query-replace-read-args.
12599
12600 * progmodes/compile.el (compilation-forget-errors):
12601 Don't adjust compilation-parsing-end if it's nil.
12602
12603 * replace.el (query-replace-read-args): New optional arg NOERROR.
12604 (perform-replace): Use save-window-excursion around recursive edit.
12605
12606 2002-03-24 Colin Walters <walters@verbum.org>
12607
12608 * ibuffer.el (ibuffer): If the user has `ibuffer-use-other-window'
12609 non-nil, then always use another window.
12610
12611 2002-03-24 Gerd Moellmann <gerd@gnu.org>
12612
12613 * subr.el (macro-declaration-function): New function. Set the
12614 variable macro-declaration-function to it.
12615
12616 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
12617 Handle declarations in macro definitions.
12618
12619 2002-03-24 Eli Zaretskii <eliz@is.elta.co.il>
12620
12621 * facemenu.el (facemenu-get-face): Remove unused variable `foreground'.
12622
12623 * enriched.el (enriched-face-ans): Support FACE of the form
12624 (:foreground COLOR) and (:background COLOR).
12625 (enriched-decode-foreground, enriched-decode-background): Set the
12626 fore- and background colors of the faces we create, since facemenu
12627 doesn't.
12628
12629 2002-03-24 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12630
12631 * mwheel.el (mouse-wheel-mode): Use the result of
12632 current-global-map instead of the variable `global-map'.
12633
12634 2002-03-23 Richard M. Stallman <rms@gnu.org>
12635
12636 * mail/mailabbrev.el (mail-abbrev-make-syntax-table): New subroutine
12637 broken out of sendmail-pre-abbrev-expand-hook.
12638 (sendmail-pre-abbrev-expand-hook): Use it.
12639
12640 2002-03-22 Stefan Monnier <monnier@cs.yale.edu>
12641
12642 * Makefile.in (finder-inf.el): Remove.
12643 (finder-data): Don't depend on finder-inf.el any more.
12644 (compile, compile-always): Handle the case where some files
12645 from DONTCOMPILE are missing (it tried to compile them).
12646 (bootstrap-clean): Use src/emacs only if executable.
12647 (bootstrap): Update subdirs.el and finder-inf.el.
12648
12649 * finder.el: Don't load finder-inf.el during byte-compilation.
12650
12651 * vc-cvs.el (vc-cvs-registered, vc-cvs-dir-state-heuristic):
12652 Don't consider cvs-removed files as under VC control.
12653 VC wouldn't handle them properly anyway and it confuses
12654 vc-file-not-found-hook.
12655
12656 * emacs-lisp/bytecomp.el (batch-byte-compile-if-not-done):
12657 Add autoload cookie.
12658
12659 2002-03-22 Eli Zaretskii <eliz@is.elta.co.il>
12660
12661 * calendar/calendar.el (calendar): Doc fix.
12662
12663 2002-03-22 Juanma Barranquero <lektu@terra.es>
12664
12665 * play/gomoku.el (gomoku-font-lock-O-face): Convert to use `defface'.
12666 (gomoku-font-lock-X-face): Likewise.
12667 (gomoku-font-lock-keywords): Use faces instead of variables.
12668
12669 2002-03-21 Stefan Monnier <monnier@cs.yale.edu>
12670
12671 * Makefile.in (bootstrap): Make sure subdirs.el is ready.
12672
12673 2002-03-21 Kim F. Storm <storm@cua.dk>
12674
12675 * simple.el (open-network-stream, open-network-stream-nowait)
12676 (open-network-stream-server): Use featurep to test for
12677 supported networking features.
12678
12679 2002-03-21 Thien-Thi Nguyen <ttn@gnu.org>
12680
12681 * mail/emacsbug.el (report-emacs-bug-hook): Remove submitter
12682 directions as the last action.
12683
12684 2002-03-21 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12685
12686 * startup.el (fancy-splash-tail, normal-splash-screen):
12687 Update copyright.
12688
12689 * novice.el (disabled-command-hook): Clarify output text to match
12690 prompt.
12691
12692 2002-03-20 Jason Rumney <jasonr@gnu.org>
12693
12694 * frame.el (display-images-p): Do not explicitly check display type.
12695
12696 2002-03-20 pmr-sav <pmr-sav@hamm.pajato.com>
12697
12698 * mail-utils.el:
12699 Eliminate compilation warnings due to `rfc822-addresses'.
12700 (rmail-dont-reply-to): Eliminate `pos' as a free variable for a
12701 warning free compile.
12702
12703 2002-03-20 Michael Kifer <kifer@cs.stonybrook.edu>
12704
12705 * ediff-diff.el (ediff-install-fine-diff-if-necessary):
12706 Take the current highlighting style into account.
12707 (ediff-forward-word-function,ediff-whitespace,ediff-word-1)
12708 (ediff-word-2,ediff-word-3,ediff-word-4): Make them buffer local.
12709
12710 * ediff-init.el (ediff-patch-job): New macro.
12711
12712 * ediff-mult.el (ediff-make-new-meta-list-header): New API function.
12713 (ediff-intersect-directories): Use ediff-make-new-meta-list-header.
12714
12715 * ediff-ptch.el (ediff-map-patch-buffer):
12716 Use ediff-make-new-meta-list-header.
12717 (ediff-fixup-patch-map): Use the meta-list API from ediff-mult.el.
12718
12719 * ediff-util.el (ediff-toggle-hilit): Fix toggling of highliting.
12720 (ediff-select-difference): Take highlighting style into account.
12721 (ediff-clone-buffer-for-region-comparison): New function.
12722 (ediff-inferior-compare-regions): Added comparison of current diff
12723 regions.
12724
12725 * ediff.el (ediff-clone-buffer-for-region-comparison)
12726 (ediff-clone-buffer-for-window-comparison): Moved to ediff-util.el.
12727
12728 2002-03-19 pmr-sav <pmr-sav@hamm.pajato.com>
12729
12730 * mail-utils.el (rmail-dont-reply-to):
12731 Overhaul to correctly apply the regular
12732 expressions in the variable `rmail-dont-reply-to-names' to the list of
12733 destination addresses. Contributed by lorentey@elte.hu.
12734
12735 * rmail.el (rmail-dont-reply-to-names):
12736 Modify the documentation to make it email
12737 address centric rather than login name centric. Contributed by
12738 lorentey@elte.hu.
12739
12740 2002-03-18 Colin Walters <walters@verbum.org>
12741
12742 * ibuf-ext.el (ibuffer-toggle-sorting-mode): Remove `find-if' so
12743 we don't require `cl' at runtime.
12744 (sorting mode mode-name): Don't take the symbol-name of a string.
12745
12746 * ibuffer.el (ibuffer-set-mark): Go back to the beginning of the
12747 line after setting the mark.
12748 (ibuffer-insert-buffers-and-marks): Invert the test for
12749 `ibuffer-sorting-reversep'.
12750
12751 2002-03-18 Stefan Monnier <monnier@cs.yale.edu>
12752
12753 * international/ucs-tables.el (unify-8859-on-decoding-mode)
12754 (unify-8859-on-encoding-mode): Remove autoload cookie.
12755
12756 2002-03-18 Andre Spiegel <spiegel@gnu.org>
12757
12758 * vc-rcs.el (vc-rcs-register): Fix handling of
12759 vc-[rcs-]register-switches.
12760 (vc-rcs-checkin-switches, vc-rcs-checkout-switches):
12761 Variables removed, since they weren't used yet.
12762
12763 * vc-cvs.el (vc-cvs-register): Fix handling of
12764 vc-[cvs-]register-switches.
12765
12766 * vc-sccs.el (vc-sccs-register): Fix handling of
12767 vc-[sccs-]register-switches.
12768
12769 2002-03-18 Stefan Monnier <monnier@cs.yale.edu>
12770
12771 * loadup.el ("emacs-lisp/backquote"): Load earlier.
12772 ("international/ucs-tables"): Load and turn on
12773 unify-8859-on-encoding-mode unconditionally.
12774 (emacs-version): Use `defconst' rather than `setq'.
12775
12776 * eshell/esh-ext.el (eshell-binary-suffixes): Use exec-suffixes.
12777
12778 2002-03-18 Richard M. Stallman <rms@gnu.org>
12779
12780 * menu-bar.el (menu-bar-options-menu): Cope if
12781 text-mode-hook is not a list.
12782
12783 2002-03-17 Richard M. Stallman <rms@gnu.org>
12784
12785 * emulation/pc-select.el (pc-selection-mode):
12786 Alter the existing global map, don't replace it.
12787
12788 * files.el (list-directory): Set default-directory at the end.
12789
12790 * dabbrev.el (dabbrev--goto-start-of-abbrev):
12791 Put a limit on field-beginning search.
12792
12793 2002-03-17 Simon Josefsson <jas@extundo.com>
12794
12795 * net/browse-url.el (browse-url-mosaic-pidfile): New variable.
12796 (browse-url-mosaic): Use it.
12797
12798 * net/browse-url.el (browse-url-filename-alist): Don't begin
12799 docstring with *, you don't want to set this one with M-x set-variable.
12800
12801 * net/browse-url.el: Put * in user option doc strings.
12802
12803 2002-03-17 Stefan Monnier <monnier@cs.yale.edu>
12804
12805 * textmodes/sgml-mode.el (sgml-xml-mode): Renamed from sgml-xml.
12806 (sgml-xml-guess): Simplify.
12807 (sgml-mode-common): Remove (move into sgml-mode).
12808 (sgml-mode): Add code from sgml-mode-common.
12809 Remove redundant setting of indent-line-function.
12810 Don't set skeleton-transformation when in XML mode.
12811
12812 * international/mule-diag.el (describe-char-after):
12813 Use `internal-describe-syntax-value' again (got lost somewhere).
12814
12815 * international/ucs-tables.el (ucs-unify-8859, ucs-fragment-8859):
12816 Use unify-8859-on-decoding-mode.
12817 (unify-8859-on-decoding-mode): Also set translation-table-for-input.
12818 (ucs-insert): Give an error if the unicode char can't be created.
12819
12820 * pcvs-parse.el (cvs-parse-table): Be a bit more lenient.
12821 (cvs-parse-status): Handle the "used to have a conflict" marker.
12822
12823 2002-03-17 Kim F. Storm <storm@cua.dk>
12824
12825 The following changes are related to the enhanced network process
12826 support.
12827
12828 * simple.el: Update copyright.
12829 (clone-process): Use make-network-process to clone network
12830 processes. Get command list via (process-contact ... t).
12831 Use set-process-query-on-exit-flag and process-query-on-exit-flag
12832 instead of process-kill-without-query.
12833 (open-network-stream): Replaces C-version from process.c.
12834 (open-network-stream-nowait, open-network-stream-server): New funs.
12835 (process-kill-without-query): Replaces C-version from process.c.
12836
12837 * files.el: Update copyright.
12838 (save-buffers-kill-emacs): Also check for active server
12839 processes. Use process-query-on-exit-flag. Only list processes
12840 which has the query-on-exit flag set in connection with user query.
12841
12842 * shadowfile.el: Update copyright.
12843 (shadow-save-buffers-kill-emacs): Also check for active server
12844 processes. Use process-query-on-exit-flag.
12845
12846 2002-03-16 Simon Marshall <simon.marshall@misys.com>
12847
12848 * imenu.el (imenu-menubar-modified-tick): Renamed from
12849 imenu-update-menubar-modified-tick.
12850 (imenu-update-menubar): Update imenu-menubar-modified-tick
12851 whenever outer condition succeeds.
12852
12853 * lazy-lock.el (save-buffer-state):
12854 Bind inhibit-modification-hooks and buffer-file-truename
12855 instead of before-change-functions and after-change-functions.
12856
12857 2002-03-16 Eli Zaretskii <eliz@is.elta.co.il>
12858
12859 * international/codepage.el (codepage-setup): Don't define a
12860 codepage if it is already defined.
12861
12862 * textmodes/po.el (po-content-type-charset-alist): Convert the
12863 car of each association to a string.
12864 (po-find-file-coding-system-guts): If the charset matches a name
12865 of a codepage, set up that codepage and return it as a coding
12866 system to decode the file.
12867 (po-find-charset): Search for the Charset= header even if we've
12868 read less than 4KB.
12869 <top-level>: Remove the setup for all known codepages: it seems
12870 to cause crashes in the CCL driver.
12871
12872 2002-03-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12873
12874 * textmodes/bibtex.el (bibtex-sort-ignore-string-entries)
12875 (bibtex-entry-field-alist): Doc fix.
12876
12877 2002-03-16 Richard M. Stallman <rms@gnu.org>
12878
12879 * progmodes/cperl-mode.el (cperl-imenu--function-name-regexp-perl):
12880 Move definition above cperl-outline-regexp.
12881
12882 * bindings.el (mode-line-mule-info): In computing help-echo prop,
12883 avoid using save-window-excursion. And compile the function.
12884
12885 2002-03-15 Stefan Monnier <monnier@cs.yale.edu>
12886
12887 * files.el (load-completion): New function.
12888 (load-library): Use it.
12889
12890 2002-03-15 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12891
12892 * calendar/cal-french.el (calendar-goto-french-date): Fix prompt
12893 to match the actual code.
12894
12895 2002-03-15 Eli Zaretskii <eliz@is.elta.co.il>
12896
12897 * textmodes/po.el (po-find-file-coding-system-guts):
12898 Use with-temp-buffer instead of po-with-temp-buffer.
12899
12900 * international/mule-conf.el (file-coding-system-alist): Add an
12901 association for PO files.
12902
12903 * textmodes/po.el: New file.
12904
12905 2002-03-15 Gerd Moellmann <gerd@gnu.org>
12906
12907 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
12908 Fix simple loop indentation.
12909
12910 2002-03-14 Miles Bader <miles@gnu.org>
12911
12912 * net/rlogin.el (rlogin-mode): Use `define-derived-mode'.
12913
12914 2002-03-14 Richard M. Stallman <rms@gnu.org>
12915
12916 * textmodes/picture.el (picture-insert)
12917 (picture-clear-column, picture-draw-rectangle):
12918 Use move-to-column, not move-to-column-force.
12919
12920 * dired.el (dired-readin): Clear out undo list.
12921 (dired-fun-in-all-buffers): Definition moved from dired-aux.el.
12922 (dired-delete-entry): New function.
12923 (dired-internal-do-deletions): Use dired-fun-in-all-buffers
12924 and dired-delete-entry, to update this buffer (and others).
12925
12926 * dired-aux.el (dired-fun-in-all-buffers): Moved to dired.el.
12927
12928 * facemenu.el (facemenu-add-new-face):
12929 Pass region args to facemenu-set-face, when there is a region.
12930 (facemenu-set-foreground, facemenu-set-background)
12931 (facemenu-add-face): Doc fixes.
12932
12933 * progmodes/cperl-mode.el (cperl-outline-regexp): Move definition up.
12934
12935 2002-03-14 Miles Bader <miles@gnu.org>
12936
12937 * emacs-lisp/debug.el: Require `button'.
12938 (debugger-mode-map): Set the parent keymap to `button-buffer-map',
12939 to get TAB and <backtab> bindings.
12940
12941 * net/rlogin.el (rlogin-carriage-filter): Function removed.
12942 (rlogin): Don't install the `rlogin-carriage-filter' filter, as
12943 comint removes carriage returns itself now.
12944
12945 * rfn-eshadow.el (rfn-eshadow-update-overlay):
12946 Bind `inhibit-point-motion-hooks' to t while messing around, to avoid
12947 getting hosed by our own intangible property.
12948
12949 2002-03-13 Stefan Monnier <monnier@cs.yale.edu>
12950
12951 * progmodes/fortran.el (fortran-mode): Set comment-padding to "$$$".
12952 Add fortran-comment-line-start-skip to comment-start-skip.
12953 (fortran-comment-indent): Keep whole-line comments in column 0.
12954 (fortran-find-comment-start-skip): New arg `all'.
12955 If ALL is nil, make sure we only match comment-start-skip if we
12956 can't match fortran-comment-line-start-skip.
12957 Fix bug that made it return t but without moving point when
12958 matching '!'! (a false-comment followed by a real comment).
12959 (fortran-indent-comment): Use new `all' argument above.
12960 Be careful not to add an incorrect comment-starter like "C"
12961 in comment-column.
12962 (fortran-split-line): When splitting a comment, reuse the comment
12963 starter from the current line rather than fortran-comment-line-start.
12964 (fortran-indent-line, fortran-auto-fill): Simplify thanks to the
12965 cleaner behavior of fortran-find-comment-start-skip.
12966 (fortran-fill): Don't be confused by ! inside a comment.
12967 (fortran-break-line): Minor cleanup and simplification.
12968
12969 2002-03-13 Francesco Potort\e,Al\e(B <pot@gnu.org>
12970
12971 * progmodes/etags.el (tag-exact-file-name-match-p)
12972 (tag-file-name-match-p, tag-partial-file-name-match-p): Use a
12973 simpler regexp.
12974
12975 2002-03-12 Colin Walters <walters@debian.org>
12976
12977 * ibuffer.el (ibuffer-redisplay-current): Don't move point when
12978 redisplaying a line.
12979
12980 2002-03-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12981
12982 * term/x-win.el (emacs-session-restore): Take previous id as
12983 an argument.
12984 (emacs-session-save): Add comment that return t means cancel shutdown
12985
12986 * startup.el (command-line): Must check that x-session-previous-id
12987 is bound also, for non-X platforms.
12988
12989 2002-03-12 Gerd Moellmann <gerd@gnu.org>
12990
12991 * emacs-lisp/cl-indent.el (lisp-loop-keyword-indentation)
12992 (lisp-loop-forms-indentation, lisp-simple-loop-indentation):
12993 New user options.
12994 (extended-loop-p, common-lisp-loop-part-indentation): New functions.
12995 (common-lisp-indent-function-1): Renamed from
12996 common-lisp-indent-function.
12997 (common-lisp-indent-function): Handle loop forms specially.
12998 (lisp-indent-defmethod): Use car/cdr instead of first/rest.
12999 (lisp-backquote-indentation): New user option.
13000
13001 2002-03-12 Francesco Potort\e,Al\e(B <pot@gnu.org>
13002
13003 * progmodes/etags.el (tag-exact-file-name-match-p)
13004 (tag-file-name-match-p, tag-partial-file-name-match-p):
13005 Assume that the header of a tags section has either a number
13006 or nothing after the last comma.
13007
13008 2002-03-11 Richard M. Stallman <rms@gnu.org>
13009
13010 * imenu.el (imenu-update-menubar-modified-tick): New variable.
13011 (imenu-update-menubar): Don't call imenu--make-index-alist
13012 if buffer has not changed since last time.
13013
13014 * desktop.el (desktop-buffer-handlers): Doc fix.
13015 (desktop-buffer-file): Explicitly return BUF.
13016
13017 * paren.el (show-paren-function): Move back in other direction
13018 to verify the match is correct.
13019
13020 * mail/supercite.el (sc-select-attribution): Accept whatever value
13021 we get in CHOICE; there is no value meaning "try again".
13022
13023 2002-03-11 Colin Walters <walters@verbum.org>
13024
13025 * shell.el (toplevel): Revert previous change to use pcomplete.
13026 (shell-mode): Ditto.
13027 (shell-pcomplete-setup-done): Remove.
13028 (shell-pcomplete): Ditto.
13029 (shell-pcomplete-reverse): Ditto.
13030
13031 * comint.el: Remove documentation on setting up pcomplete.
13032
13033 2002-03-11 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13034
13035 * font-lock.el (java-font-lock-extra-types): Add "URL" as separate
13036 item. Doc fix.
13037
13038 * image.el (image-type-from-file-header): Make temporary buffer
13039 unibyte.
13040
13041 * subr.el (add-to-list): Doc fix.
13042
13043 2002-03-11 Miles Bader <miles@gnu.org>
13044
13045 * pcomplete.el (pcomplete-entries): Expand environment variables
13046 in filename.
13047
13048 2002-03-10 Daniel Pfeiffer <occitan@esperanto.org>
13049
13050 * play/mpuz.el: Use defface instead of facemenu-get-face.
13051
13052 2002-03-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13053
13054 * startup.el (command-line): Add call to emacs-session-restore if
13055 both x-session-id and x-session-previous-id are strings.
13056
13057 * term/x-win.el (x-handle-smid): New function.
13058 (emacs-session-filename): New function.
13059 (emacs-session-save): New function.
13060 (emacs-save-session-functions): New variable.
13061 (emacs-session-restore): New function.
13062
13063 2002-03-09 Eli Zaretskii <eliz@is.elta.co.il>
13064
13065 * simple.el (shell-command-on-region): Call push-mark with
13066 non-nil second arg, to suppress the "Mark set" message.
13067
13068 2002-03-08 Richard M. Stallman <rms@gnu.org>
13069
13070 * textmodes/picture.el (picture-forward-column): New arg `interactive'
13071 is non-nil for an interactive call. Use instead of interactive-p.
13072 (picture-backward-column): Likewise.
13073
13074 * tar-mode.el (tar-untar-buffer): New function.
13075
13076 * info.el (Info-fontify-node): Bind up-clicks, not down-clicks.
13077 Put the mouse-face on the entire xref, like the local keymap.
13078
13079 * find-dired.el (find-name-dired): Use shell-quote-argument.
13080
13081 2002-03-08 Daniel Pfeiffer <occitan@esperanto.org>
13082
13083 * play/mpuz.el (mpuz-unsolved-face, mpuz-solved-face)
13084 (mpuz-trivial-face, mpuz-text-face, mpuz-solve-when-trivial)
13085 (mpuz-allow-double-multiplicator): New options for nicer look and
13086 new features.
13087 (mpuz-put-number-on-board, mpuz-paint-number, mpuz-solve): New funs.
13088 (mpuz-check-all-solved, mpuz-random-puzzle)
13089 (mpuz-paint-statistics, mpuz-paint-digit, mpuz-close-game)
13090 (mpuz-show-solution): Functions streamlined and removed french
13091 style space before punctuation, added face support and optional
13092 solving of trivial results.
13093
13094 2002-03-07 Colin Walters <walters@verbum.org>
13095
13096 * ibuf-macs.el (define-ibuffer-column): Add :summarizer property.
13097
13098 * ibuffer.el (ibuffer-update-mode-name): Substitute "view time"
13099 instead of "recency" for clarity.
13100 (ibuffer-compile-format): Document more. Handle new "summarizer"
13101 columns.
13102 (ibuffer-fontify-region-function): Ditto.
13103 (ibuffer-insert-buffer-line): Ditto.
13104 (ibuffer-map-lines): Ditto.
13105 (ibuffer-insert-buffers-and-marks): Ditto.
13106 (ibuffer-update-title-and-summary): Renamed from
13107 `ibuffer-update-title'. Handle "summarizer" columns.
13108 (ibuffer-clear-summary-columns): New function.
13109
13110 * ibuf-ext.el (ibuffer-filter-format-alist): Add type and group.
13111
13112 2002-03-07 Gerd Moellmann <gerd@gnu.org>
13113
13114 * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
13115 Use the other-window instead of the other-frame functions when
13116 the window is dedicated.
13117
13118 2002-03-06 ShengHuo ZHU <zsh@cs.rochester.edu>
13119
13120 * textmodes/bibtex.el (bibtex-make-field): Call bibtex-find-text
13121 with SILENT so that a new field can be added.
13122
13123 2002-03-06 Eli Zaretskii <eliz@is.elta.co.il>
13124
13125 * files.el (make-auto-save-file-name): Make sure the produced file
13126 name does not contain characters that are invalid for DOS/Windows
13127 filesystems.
13128
13129 * dos-fns.el, w32-fns.el (make-auto-save-file-name):
13130 Remove replacement functions.
13131
13132 2002-03-06 Gerd Moellmann <gerd@gnu.org>
13133
13134 * font-lock.el (lisp-font-lock-keywords-2): Highlight keywords of
13135 the form `:x'.
13136
13137 * vc.el (vc-branch-part): Add autoload cookie. This function can
13138 be called from vc-rcs-find-most-recent-rev when visiting a file
13139 checked into RCS in a CVS sandbox.
13140
13141 2002-03-06 Andreas Schwab <schwab@suse.de>
13142
13143 * progmodes/hideif.el: Augment expression parser to handle
13144 conditional expressions.
13145 (hif-token-regexp): Also match `?' and `:'.
13146 (hif-tokenize): Handle `?' and ':' as tokens.
13147 (hif-expr): Parse conditional expressions.
13148 (hif-or-expr): Parse `||' expressions.
13149 (hif-and-expr): Renamed from hif-term.
13150 (hif-conditional): New function to evaluate a conditional
13151 expression.
13152
13153 2002-03-06 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13154
13155 * language/czech.el ("Czech"): Fix the documentation.
13156
13157 * language/slovak.el ("Slovak"): Likewise.
13158
13159 2002-03-05 ShengHuo ZHU <zsh@cs.rochester.edu>
13160
13161 * xml.el (xml-parse-attlist): Accept empty strings.
13162
13163 2002-03-05 Eli Zaretskii <eliz@is.elta.co.il>
13164
13165 * mouse.el (mouse-show-mark): Remove the no-highlight alternative:
13166 all terminals now support highlighting of some kind.
13167
13168 * language/european.el (mac-roman): Fix the safe-chars property.
13169
13170 2002-03-05 Andre Spiegel <spiegel@gnu.org>
13171
13172 * vc.el (vc-transfer-file): Use `make-temp-file'.
13173 (vc-default-update-changelog): Remove conditional use of
13174 `make-temp-name'.
13175
13176 * vc-cvs.el (vc-cvs-diff-tree): Fix typo in parameter names.
13177
13178 2002-03-05 Michael Kifer <kifer@cs.stonybrook.edu>
13179
13180 * ediff-init.el: Comments.
13181
13182 * ediff-hook.el: Got rid of autoloads. Not needed, since the hook
13183 is loaded.
13184
13185 * ediff-mult.el (ediff-intersect-directories)
13186 (ediff-prepare-meta-buffer,ediff-get-directory-files-under-revision):
13187 Cleanup.
13188 (ediff-draw-dir-diffs): Now supports the "C" command in directory
13189 difference buffer.
13190 (ediff-dir-diff-copy-file): New function that implements copying
13191 of files from one Ediff dir to another
13192 (ediff-bury-dir-diffs-buffer): Kills the buffer instead.
13193 (ediff-append-custom-diff): Better error msgs.
13194
13195 * ediff-util.el (ediff-compute-custom-diffs-maybe): Buglet fix.
13196 (ediff-inferior-compare-regions): Use
13197 ediff-clone-buffer-for-region-comparison. Better and simpler interface.
13198
13199 * ediff.el (ediff-directories-internal): Cleanup.
13200 (ediff-clone-buffer-for-region-comparison): Better interface.
13201
13202 2002-03-04 Richard M. Stallman <rms@gnu.org>
13203
13204 * emacs-lisp/easy-mmode.el (define-minor-mode):
13205 Use "P" in interactive spec of minor mode commands.
13206
13207 2002-03-04 Stefan Monnier <monnier@cs.yale.edu>
13208
13209 * faces.el (face-spec-choose): Allow `t' to appear before the end.
13210 (mode-line, tool-bar, minibuffer-prompt, region, fringe, bold, italic)
13211 (bold-italic, underline, highlight, secondary-selection, fixed-pitch)
13212 (variable-pitch, trailing-whitespace): Don't use the old-style entries.
13213 (mode-line-inactive, header-line): Move the `t' section to the
13214 beginning so the `:inherit' setting can be shared.
13215
13216 2002-03-04 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13217
13218 * net/snmp-mode.el: Require tempo when compiling to prevent
13219 warnings. Update copyright notice.
13220
13221 * help.el (describe-key-briefly, describe-key): Interpret `undefined'
13222 like not defined at all.
13223
13224 2002-03-03 Stefan Monnier <monnier@cs.yale.edu>
13225
13226 * textmodes/sgml-mode.el: Change maintainer to FSF.
13227 (sgml-start-tag-regex, sgml-font-lock-keywords-1, sgml-mode-common)
13228 (sgml-tags-invisible, sgml-beginning-of-tag):
13229 Allow _ : and non-ASCII in tag names, as required for XML.
13230 (sgml-name-char): Don't assume anything about charsets handled by
13231 encode-char.
13232
13233 * textmodes/tex-mode.el (tex-guess-main-file): Handle the case
13234 where one of the buffers is narrowed.
13235
13236 * hexl.el (hexlify-command, dehexlify-command): Remove.
13237 (hexlify-buffer, dehexlify-buffer): Use call-process-region
13238 rather than shell-command-on-region.
13239
13240 * newcomment.el (comment-forward): Use forward-comment to skip
13241 over whitespace (or comments) even when comment-use-syntax is nil.
13242
13243 * progmodes/cperl-mode.el (cperl-menu): Add "-emacs" to the version.
13244
13245 * textmodes/xml-lite.el: New file.
13246
13247 2002-03-03 Richard M. Stallman <rms@gnu.org>
13248
13249 * textmodes/artist.el (artist-system): Use make-temp-file.
13250
13251 * progmodes/ps-mode.el (ps-run-make-tmp-filename): Use make-temp-file.
13252
13253 * mail/sendmail.el (mail-recover-1): Increase non-random-len
13254 by 1 since we changed make-auto-save-file-name to add one
13255 fewer character to the buffer name.
13256 (mail-recover): Really show point at the right place
13257 in the *Directory* buffer.
13258
13259 * files.el (make-auto-save-file-name): Use make-temp-file.
13260
13261 * terminal.el (te-create-terminfo): Use make-temp-file
13262 to create the source file in a safe way.
13263
13264 2002-03-03 Eli Zaretskii <eliz@is.elta.co.il>
13265
13266 * cus-start.el: Rename automatic-hscroll-step and
13267 automatic-hscroll-margin into hscroll-step and hscroll-margin.
13268
13269 * frame.el (auto-hscroll-mode): Renamed from automatic-hscrolling.
13270 (automatic-hscrolling): Now a defvaralias for auto-hscroll-mode.
13271
13272 * mouse.el (mouse-region-delete-keys): Add deletechar.
13273
13274 2002-03-03 Sam Steingold <sds@gnu.org>
13275
13276 * play/snake.el (snake-score-file): Fixed parens (broken by the
13277 last patch).
13278 * play/tetris.el (tetris-score-file): Ditto.
13279
13280 2002-03-03 Richard M. Stallman <rms@gnu.org>
13281
13282 * play/tetris.el (tetris-score-file): Put in home dir, not in /tmp.
13283
13284 * play/snake.el (snake-score-file): Put in home dir, not in /tmp.
13285
13286 * play/gamegrid.el (gamegrid-set-font, gamegrid-setup-face)
13287 (gamegrid-make-mono-tty-face): Fix usage of condition-case.
13288
13289 2002-03-03 Thien-Thi Nguyen <ttn@gnu.org>
13290
13291 * calendar/diary-lib.el (list-diary-entries): Use `buffer-substring'
13292 instead of `buffer-substring-no-properties' to support enriched mode.
13293
13294 2002-03-02 Richard M. Stallman <rms@gnu.org>
13295
13296 * find-dired.el (find-grep-dired): Call shell-quote-argument.
13297 Specify the -e option.
13298 Rename arg to `regexp'.
13299
13300 2002-03-02 Milan Zamazal <pdm@zamazal.org>
13301
13302 * textmodes/tildify.el (tildify-string-alist): Add entry for xml-mode.
13303
13304 2002-03-02 Miles Bader <miles@gnu.org>
13305
13306 * mwheel.el (mwheel-scroll): Remove `double' and `triple' from the
13307 event-modifiers before looking up in `mouse-wheel-scroll-amount'.
13308 If there's no applicable modifiers entry in the alist in
13309 `mouse-wheel-scroll-amount', fall back to the default, not to
13310 nil (which causes full screen scrolls).
13311
13312 2002-03-01 Andreas Schwab <schwab@suse.de>
13313
13314 * textmodes/texnfo-upd.el (texinfo-start-menu-description):
13315 Remove extra paren in regexp.
13316
13317 2002-03-01 Eli Zaretskii <eliz@is.elta.co.il>
13318
13319 * mouse.el (mouse-show-mark): Use display-mouse-p, not
13320 display-graphic-p, to decide whether to move point or use the
13321 highlighting.
13322
13323 2002-02-28 Colin Walters <walters@verbum.org>
13324
13325 * eshell/esh-var.el (eshell-parse-variable-ref): Use `make-temp-file'.
13326
13327 * calc/calc-graph.el (calc-gnuplot-tempfile): Don't expand against
13328 `temporary-file-directory'; we now do that in `calc-graph-file-cache'.
13329 (calc-temp-file-name): Use `make-temp-file'.
13330
13331 2002-02-28 Richard M. Stallman <rms@gnu.org>
13332
13333 * font-lock.el (java-font-lock-extra-types):
13334 Match java.net.URL, etc.
13335
13336 2002-02-28 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13337
13338 * hexl.el (hexl-options): Doc fix.
13339 Update Commentary section.
13340
13341 * textmodes/sgml-mode.el (sgml-specials, sgml-quick-keys):
13342 Doc fixes.
13343
13344 2002-02-28 Andre Spiegel <spiegel@gnu.org>
13345
13346 * vc.el (vc-revert-buffer): If the buffer is not saved, prompt
13347 the user to do that first.
13348 (vc-update): New function.
13349
13350 * vc-hooks.el (vc-menu-map): New entry "Update to Latest Version",
13351 which calls vc-update. Use the term "Base Version" instead of
13352 "Last Version" for the entries "Revert" and "Compare".
13353
13354 2002-02-28 Kim F. Storm <storm@cua.dk>
13355
13356 * simple.el (shell-command-on-region): Report non-zero exit
13357 status in mode line instead of buffer.
13358
13359 2002-02-27 Richard M. Stallman <rms@gnu.org>
13360
13361 * comint.el (comint-preoutput-filter-functions): Doc fix.
13362 (comint-output-filter-functions, comint-input-filter-functions)
13363 (comint-redirect-filter-functions): Likewise.
13364
13365 (comint-redirect-preoutput-filter): Do the local-hook
13366 handling of t when running comint-redirect-filter-functions.
13367 (comint-output-filter): Likewise for comint-preoutput-filter-functions.
13368
13369 2002-02-26 Richard M. Stallman <rms@gnu.org>
13370
13371 * paths.el (remote-shell-program): Add doc string.
13372
13373 2002-02-26 Colin Walters <walters@debian.org>
13374
13375 * ibuf-ext.el (sorter mode-name): New.
13376 (ibuffer-do-occur): Don't quote ibuffer-marked-char.
13377
13378 * calc/calc-ext.el (calc-scroll-left): Call scroll-left
13379 interactively, so they do something.
13380 (calc-scroll-right): Ditto.
13381
13382 2002-02-26 Eli Zaretskii <eliz@is.elta.co.il>
13383
13384 * international/mule.el (ctext-pre-write-conversion): Handle the
13385 case when FROM is a string, and when we are called from
13386 build_annotations_2.
13387
13388 2002-02-26 Richard M. Stallman <rms@gnu.org>
13389
13390 * rect.el (clear-rectangle-line): Reindent to the same column
13391 that move-to-column reached when it tried to go to endcol.
13392
13393 * icomplete.el (icomplete-exhibit): Use minibuffer-prompt-end.
13394
13395 2002-02-26 Ivar Rummelhoff <ivarru@math.uio.no>
13396
13397 * winner.el (winner-boring-buffers, winner-set): A window which
13398 displays a buffer whose name is in the list
13399 `winner-boring-buffers', will no longer be restored by `winner-undo'.
13400 (winner-sorted-window-list): Used to improve comparison between
13401 window configurations.
13402 (winner-win-data): Simplified and moved.
13403 (winner-conf): Simplified (now uses `winner-win-data').
13404 (winner-change-fun, winner-save-old-configurations)
13405 (winner-save-(un)conditionally, winner-redo): Changes made while in
13406 the minibuffer will be ignored. (Such changes are undone upon
13407 exit for the minibuffer, anyway.)
13408 (winner-set-conf): Preserve selected window whenever possible.
13409 (winner-make-point-alist): Simplified.
13410 (winner-mode, winner-save-unconditionally): Save current window
13411 configuration on entering minibuffer.
13412 (minor-mode-alist): Don't add winner-mode to `minor-mode-alist',
13413 since it does not change the overall behavior of Emacs.
13414
13415 2002-02-26 Eli Zaretskii <eliz@is.elta.co.il>
13416
13417 * international/mule-conf.el (compound-text): Renamed back from
13418 compound-text-no-extensions.
13419 (ctext-no-compositions): Remove the mime-charset property.
13420 (compound-text-with-extensions): Renamed from compound-text.
13421 (x-ctext-with-extensions, ctext-with-extensions): Renamed aliases.
13422
13423 2002-02-26 Juanma Barranquero <lektu@terra.es>
13424
13425 * faces.el (list-faces-display): Fix typo.
13426
13427 2002-02-25 Richard M. Stallman <rms@gnu.org>
13428
13429 * frame.el (focus-follows-mouse): Doc fix.
13430
13431 2002-02-26 Miles Bader <miles@gnu.org>
13432
13433 * mwheel.el (mouse-wheel-mode): Pass vectors instead of symbols
13434 to `define-key', since it no longer accepts the latter.
13435
13436 2002-02-25 Jason Rumney <jasonr@gnu.org>
13437
13438 * term/w32-win.el (mouse-wheel-scroll-line): Use car of
13439 mouse-wheel-scroll-amount.
13440
13441 * w32-vars.el (mouse-wheel-scroll-amount): Use same definition as
13442 mwheel.el.
13443
13444 * language/japanese.el (iso-2022-jp-2): Add init-bol flag.
13445
13446 2002-02-25 Andre Spiegel <spiegel@gnu.org>
13447
13448 * vc.el (vc-diff-switches-list): Fix prev change, making the macro
13449 consistent with the others that take a backend name as a symbol.
13450
13451 * vc-cvs.el, vc-rcs.el, vc-sccs.el: Fix calls to vc-diff-switches-list.
13452
13453 2002-02-25 Kim F. Storm <no-spam@cua.dk>
13454
13455 * comint.el (comint-replace-by-expanded-filename): Do nothing if
13456 comint-match-partial-filename returns nil.
13457
13458 * shell.el (shell-pcomplete-setup-done): New variable.
13459 (shell-pcomplete): Use it instead of shell-pcomplete-setup-p.
13460 (shell-pcomplete-reverse): Ditto.
13461
13462 2002-02-25 Per Abrahamsen <abraham@dina.kvl.dk>
13463
13464 * ps-print.el (ps-print-printer): Added `lpr' customize group member.
13465
13466 2002-02-25 Juanma Barranquero <lektu@terra.es>
13467
13468 * subr.el (save-match-data): Doc fix.
13469
13470 * ielm.el (ielm-prompt): Allow customization; make it read-only.
13471
13472 2002-02-25 Kim F. Storm <storm@cua.dk>
13473
13474 * shell.el (shell-mode-map): Add "Complete" header so completion
13475 menu is shown on the menu bar in shell mode.
13476
13477 2002-02-25 Stefan Monnier <monnier@cs.yale.edu>
13478
13479 * ielm.el (ielm-match-data): New var.
13480 (inferior-emacs-lisp-mode): Make it buffer-local.
13481 (ielm-eval-input): Use it to preserve match-data between inputs.
13482
13483 2002-02-24 Juanma Barranquero <lektu@terra.es>
13484
13485 * ielm.el (inferior-emacs-lisp-mode): Use hexl for the dummy process.
13486
13487 2002-02-24 Per Abrahamsen <abraham@dina.kvl.dk>
13488
13489 * cus-edit.el (custom-unlispify-remove-prefixes): Add to
13490 `custom-buffer' customize group.
13491
13492 2002-02-23 Kim F. Storm <storm@cua.dk>
13493
13494 * help.el (where-is): Use remap-command.
13495
13496 * help-fns.el (describe-function-1): Use remap-command.
13497
13498 * subr.el (global-set-key, local-set-key): Undo 2002-02-06
13499 change (no longer accept a symbol for the KEY argument).
13500
13501 2002-02-23 Colin Walters <walters@debian.org>
13502
13503 * calc/calcalg3.el (calc-invent-variables): Convert integer to string.
13504 * calc/calcalg2.el (math-solve-get-sign): Ditto.
13505
13506 * ibuffer.el (ibuffer-compile-format): Don't uselessly bind `pt'
13507 in generated function.
13508
13509 * ibuf-ext.el (ibuffer-old-time): Change to hours.
13510 (ibuffer-mark-old-buffers): Handle it.
13511
13512 * shell.el (shell-pcomplete, shell-pcomplete-reverse): New functions.
13513 (toplevel): Bind them.
13514 (shell-mode): Don't set `comint-dynamic-complete-functions'; it is
13515 not necessary now that we use pcomplete.
13516
13517 * comint.el: Document how use new pcomplete completion facility.
13518
13519 2002-02-23 Richard M. Stallman <rms@gnu.org>
13520
13521 * mail/rmailsum.el (rmail-summary-output): Properly advance
13522 to next message, by calling rmail-summary-goto-msg.
13523
13524 * net/browse-url.el (browse-url-galeon): Specify --existing
13525 for an existing window. Use --noraise rather than --no-raise.
13526 Don't use -x.
13527
13528 2002-02-22 Eli Zaretskii <eliz@is.elta.co.il>
13529
13530 * progmodes/etags.el (find-tag-noselect, find-tag)
13531 (find-tag-other-window, find-tag-other-frame, find-tag-regexp):
13532 Fix a typo in doc strings.
13533
13534 2002-02-20 Deepak Goel <deego@glue.umd.edu>
13535
13536 * play/snake.el (snake-velocity-queue, snake-update-velocity)
13537 (snake-final-x-velocity, snake-final-y-velocity):
13538 New variable and functions. Store user's keypresses
13539 into a queue and pop from the queue each subsequent turn.
13540 (snake-update-game, snake-move-left)
13541 (snake-move-right, snake-move-up, snake-move-down, snake-active-p)
13542 (snake-start-game): Use that queue.
13543 (snake-use-glyphs-flag): Renamed from snake-use-glyphs.
13544 (snake-use-color-flag): Likewise.
13545 (snake-mode): Rename uses of those variables.
13546
13547 2002-02-22 Eli Zaretskii <eliz@is.elta.co.il>
13548
13549 Support for ICCCM Extended Segments in X selections:
13550
13551 * international/mule-conf.el (ctext-no-compositions): New coding
13552 system.
13553 (compount-text-no-extensions): Renamed from compound-text.
13554 (x-ctext-no-extensions, ctext-no-extensions): Aliases for
13555 compound-text-no-extensions.
13556 (compound-text): Redefined using post-read and pre-write conversions.
13557
13558 * international/mule.el (non-standard-icccm-encodings-alist)
13559 (non-standard-designations-alist): New variables.
13560 (ctext-post-read-conversion, ctext-pre-write-conversion):
13561 New functions.
13562
13563 2002-02-21 Jonathan Kamens <jik@kamens.brookline.ma.us>
13564
13565 * vc.el (vc-default-init-version): Update documentation to
13566 indicate that the backend can override the default init version.
13567 (vc-register): Use the backend init-version function, if it
13568 exists, to determine the initial version of a file.
13569 (vc-diff-switches-list): Don't symbol-quote backend, since it's
13570 already a symbol. Don't fail if vc-BACKEND-diff-switches isn't bound.
13571
13572 * vc-hooks.el (vc-mode-line): Set vc-mode to nil if the file is
13573 not version-controlled. This is necessary, e.g., if the file has
13574 just been reverted, and thus was previously under version control
13575 but isn't any longer.
13576 (vc-find-file-hook): Likewise.
13577
13578 2002-02-21 Martin Lorentzson <Martin.Lorentzson@telia.com>
13579
13580 * vc-cvs.el (vc-cvs-sticky-date-format-string): New variable.
13581 (vc-cvs-sticky-tag-display): New variable.
13582 (vc-cvs-mode-line-string): Add sticky-tag to the mode-line.
13583 (vc-cvs-checkin): If the input revision is a valid symbolic tag
13584 name, we create it as a branch, commit and switch to it.
13585 (vc-cvs-retrieve-snapshot): Set file-property sticky-tag.
13586 (vc-cvs-valid-symbolic-tag-name-p): New function.
13587 (vc-cvs-parse-sticky-tag): New function.
13588 (vc-cvs-parse-entry): Added parsing of sticky tags.
13589
13590 2002-02-21 Per Abrahamsen <abraham@dina.kvl.dk>
13591
13592 * toolbar/tool-bar.el (tool-bar-mode): Revert the :init-value to
13593 nil, and then explicitly set the standard-value to t.
13594
13595 2002-02-20 Sam Steingold <sds@gnu.org>
13596
13597 * textmodes/flyspell.el (flyspell-mode): Autoload the variable
13598 since it is used in the menu bar.
13599
13600 2002-02-20 Richard M. Stallman <rms@gnu.org>
13601
13602 * simple.el (shell-command-on-region): Display the exit status
13603 when a command fails.
13604
13605 * subr.el (add-hook): Doc fix.
13606
13607 * frame.el (other-frame): Doc fix.
13608
13609 * simple.el (yank): Clear `field' property.
13610
13611 2002-02-20 Tom Tromey <tromey@cachet>
13612
13613 * progmodes/tcl.el (tcl-do-fill-paragraph): Find and fill on more
13614 natural paragraph boundaries. Don't fail at beginning of buffer.
13615
13616 2002-02-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13617
13618 * tar-mode.el (tar-next-line, tar-previous-line): Add doc string,
13619 call the argument "arg" to match plain next-line and
13620 previous-line. From Kevin Ryde <user42@zip.com.au>.
13621
13622 2002-02-19 Sam Steingold <sds@gnu.org>
13623
13624 * mwheel.el (mouse-wheel-scroll-amount): Can specify different
13625 scroll amounts for different modifiers now.
13626 (mwheel-scroll): Handle the new `mouse-wheel-scroll-amount'
13627 format properly.
13628 (mouse-wheel-mode): Ditto.
13629
13630 2002-02-19 Eli Zaretskii <eliz@is.elta.co.il>
13631
13632 * textmodes/bibtex.el (bibtex-parse-keys): Put save-match-data
13633 around function body.
13634
13635 * net/browse-url.el (browse-url-maybe-new-window): Reverse the
13636 sense of the comparison, to match the doc strings of functions
13637 that use this macro.
13638
13639 2002-02-19 Per Abrahamsen <abraham@dina.kvl.dk>
13640
13641 * facemenu.el (describe-text-mode-map): Removed bootstrap kludge.
13642
13643 * toolbar/tool-bar.el (tool-bar-mode): Made the standard value t.
13644 * menu-bar.el (menu-bar-mode): Ditto.
13645
13646 2002-02-18 Andreas Schwab <schwab@suse.de>
13647
13648 * replace.el (query-replace-regexp-eval): Doc fix.
13649
13650 2002-02-18 Colin Walters <walters@verbum.org>
13651
13652 * calc/calcalg2.el (math-solve-get-int): Convert return value from
13653 `math-get-from-counter' to a string before calling `concat' on it.
13654
13655 * calc/calc-maint.el (calc-split-manual): Look for calc.texi.
13656 (calc-public-autoloads): Obsolete; remove.
13657 (calc-private-autoloads): Ditto.
13658 (calc-add-autoloads): Ditto.
13659
13660 * calc/calc-macs.el (calc-with-default-simplification): Use &rest
13661 for body.
13662
13663 2002-02-17 Jason Rumney <jasonr@gnu.org>
13664
13665 * w32-win.el (x-option-alist, x-long-option-alist)
13666 (x-switch-definitions): Remove, use command-line-x-option-alist
13667 instead to be consistent with X.
13668 (x-handle-initial-switch): New function.
13669
13670 2002-02-17 Eli Zaretskii <eliz@is.elta.co.il>
13671
13672 * faces.el (mode-line-inactive, header-line): Add the :inherit
13673 attribute for the tty case.
13674
13675 2002-02-17 stanislav shalunov <shalunov@internet2.edu>
13676
13677 * mail/uce.el (uce-reply-to-uce): Fix incorrect behavior when
13678 invoked from Rmail with full headers displayed.
13679
13680 2002-02-17 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13681
13682 * emacs-lisp/lisp.el (mark-defun): Don't leave multiple marks
13683 when repeated.
13684 * textmodes/paragraphs.el (mark-paragraph): Ditto.
13685
13686 2002-02-17 Per Abrahamsen <abraham@dina.kvl.dk>
13687
13688 * menu-bar.el (menu-bar-showhide-menu): Added speedbar.
13689 (menu-bar-tools-menu): Removed speedbar.
13690
13691 * textmodes/ispell.el (ispell-menu-map): Added `customize-ispell'
13692 and `flyspell-mode' entries.
13693
13694 * textmodes/flyspell.el (flyspell): Add to ispell group.
13695
13696 2002-02-17 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13697
13698 * emacs-lisp/lisp.el (mark-sexp): Don't leave multiple marks when
13699 repeated.
13700 (mark-defun): Mark more if repeated.
13701
13702 2002-02-17 Colin Walters <walters@verbum.org>
13703
13704 * ibuf-ext.el (ibuffer-toggle-sorting-mode): Make it work.
13705
13706 * ibuffer.el (ibuffer-truncate-lines): New option.
13707 (ibuffer-mode): Use it.
13708
13709 2002-02-17 Kim F. Storm <storm@cua.dk>
13710
13711 * cus-start.el: Add mouse-highlight.
13712
13713 2002-02-16 Eli Zaretskii <eliz@is.elta.co.il>
13714
13715 * Makefile.in (DONTCOMPILE): Remove cus-start.el.
13716
13717 * cus-start.el: Add automatic-hscroll-margin and
13718 automatic-hscroll-step.
13719
13720 2002-02-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13721
13722 * cus-start.el (x-autoselect-window): Allow customization.
13723
13724 * eshell/em-alias.el (eshell-alias-initialize): Do not use
13725 make-local-hook.
13726
13727 * eshell/em-cmpl.el (eshell-cmpl-initialize): Likewise.
13728
13729 * eshell/em-dirs.el (eshell-dirs-initialize): Likewise.
13730
13731 * eshell/em-glob.el (eshell-glob-initialize): Likewise.
13732
13733 * eshell/em-hist.el (eshell-hist-initialize): Likewise.
13734
13735 * eshell/em-pred.el (eshell-pred-initialize): Likewise.
13736
13737 * eshell/em-prompt.el (eshell-prompt-initialize): Likewise.
13738
13739 * eshell/em-rebind.el (eshell-rebind-initialize): Likewise.
13740
13741 * eshell/em-smart.el (eshell-smart-initialize): Likewise.
13742
13743 * eshell/em-unix.el (eshell-unix-initialize): Likewise.
13744
13745 * eshell/esh-cmd.el (eshell-cmd-initialize): Likewise.
13746
13747 * eshell/esh-ext.el (eshell-ext-initialize): Likewise.
13748
13749 * eshell/esh-io.el (eshell-io-initialize): Likewise.
13750
13751 * eshell/esh-mode.el (eshell-mode): Likewise.
13752
13753 * eshell/esh-test.el (eshell-show-usage-metrics): Likewise.
13754
13755 * eshell/esh-var.el (eshell-var-initialize): Likewise.
13756
13757 * progmodes/idlw-shell.el (idlwave-shell-mode): Likewise.
13758
13759 * progmodes/idlwave.el (idlwave-mode): Likewise.
13760
13761 * textmodes/reftex-sel.el (reftex-select-label-mode)
13762 (reftex-select-bib-mode): Likewise.
13763
13764 2002-02-16 John Wiegley <johnw@gnu.org>
13765
13766 * eshell/em-hist.el (eshell-hist-initialize): When in the
13767 minibuffer, use the global value of `eshell-history-ring', and
13768 never save it to disk, or ask to save it to disk. This allows
13769 users of session.el to control whether its global state should be
13770 persisted or not.
13771 (eshell-add-command-to-history): Don't write Eshell's history out
13772 to disk, let the governing mode control that upon exit.
13773
13774 2002-02-16 Eli Zaretskii <eliz@is.elta.co.il>
13775
13776 * eshell/eshell.el (eshell-command): Before reading from the
13777 minibuffer, add eshell-add-command-to-history to
13778 minibuffer-exit-hook, and remove it after read-from-minibuffer
13779 returns.
13780
13781 * eshell/em-hist.el (eshell-add-input-to-history): New function,
13782 with most of the code from eshell-add-to-history.
13783 (eshell-add-command-to-history): New function, to record in
13784 eshell-history the commands run via eshell-command.
13785 (eshell-add-to-history): Call eshell-add-command-to-history to do
13786 most of the work.
13787
13788 2002-02-16 John Wiegley <johnw@gnu.org>
13789
13790 * eshell/esh-ext.el (eshell-external-command): Added a fix for
13791 XEmacs' new dired.el, which adds a global entry in the
13792 `file-name-handler-alist'.
13793
13794 2002-02-16 John Wiegley <johnw@gnu.org>
13795
13796 * align.el (align-region): Added a missing name argument.
13797
13798 2002-02-16 John Wiegley <johnw@gnu.org>
13799
13800 * eshell/esh-ext.el (eshell-script-interpreter): Allow whitespace
13801 after the #! of a shell interpretor specification.
13802
13803 2002-02-15 Richard M. Stallman <rms@gnu.org>
13804
13805 * help.el (describe-key-briefly): Make output in INSERT case
13806 look just like what is displayed in the normal case.
13807
13808 2002-02-15 Andreas Schwab <schwab@suse.de>
13809
13810 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
13811 Require non-letter after specials.
13812
13813 2002-02-15 Eli Zaretskii <eliz@is.elta.co.il>
13814
13815 * menu-bar.el (menu-bar-tools-menu): Add an item for Calculator.
13816
13817 2002-02-15 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13818
13819 * simple.el (mark-word): Mark more if repeated.
13820 * textmodes/paragraphs.el (mark-paragraph): Ditto.
13821 (mark-end-of-sentence): Ditto.
13822
13823 2002-02-15 Per Abrahamsen <abraham@dina.kvl.dk>
13824
13825 * wid-edit.el (widgetp): Made it more robust.
13826
13827 2002-02-14 Per Abrahamsen <abraham@dina.kvl.dk>
13828
13829 * facemenu.el (describe-text-done): New function.
13830 (describe-text-mode-map): New variable.
13831 (describe-text-mode-hook): New option.
13832 (describe-text-mode): New function.
13833 (describe-text-widget): New function.
13834 (describe-text-sexp): New function.
13835 (describe-text-properties): New function.
13836 (describe-text-category): New command.
13837 (describe-text-at): New command.
13838 (facemenu-menu): Replace `list-text-properties-at' with
13839 `describe-text-at' in the menu.
13840
13841 * wid-edit.el (widgetp): New function.
13842 * wid-edit.el (widget-keymap, widget-insert, widget-setup): Autoload.
13843
13844 * emacs-lisp/pp.el (pp-to-string): Autoloaded.
13845
13846 * wid-browse.el: Removed version and x-url keywords.
13847
13848 2002-02-13 Kim F. Storm <storm@cua.dk>
13849
13850 * cus-start.el (mode-line-in-non-selected-windows):
13851 Allow customization.
13852
13853 2002-02-13 Richard M. Stallman <rms@gnu.org>
13854
13855 * textmodes/bibtex.el (bibtex-parse-buffers-stealthily):
13856 Tell bibtex-parse-keys to output no progress messages.
13857
13858 2002-02-12 Eli Zaretskii <eliz@is.elta.co.il>
13859
13860 * progmodes/pascal.el (pascal-imenu-generic-expression):
13861 Add menu-title and fix parentheses.
13862
13863 2002-02-12 Per Abrahamsen <abraham@dina.kvl.dk>
13864
13865 * menu-bar.el (menu-bar-options-save): Removed `truncate-lines'.
13866 (menu-bar-options-menu): Don't set default value for `truncate-lines'.
13867
13868 2002-02-12 Per Abrahamsen <abraham@dina.kvl.dk>
13869
13870 * menu-bar.el (menu-bar-options-save): Only save
13871 `current-language-environment' and `default-input-method' when
13872 marked as customized.
13873
13874 * international/mule-cmds.el
13875 (setup-specified-language-environment):
13876 Mark `current-language-environment' as customized.
13877 (set-input-method): Mark `default-input-method' as customized when
13878 called interactively.
13879 (toggle-input-method): Ditto.
13880
13881 2002-02-11 Colin Walters <walters@verbum.org>
13882
13883 * ibuffer.el (ibuffer-switch-format): Supply required argument for
13884 `ibuffer-current-formats'.
13885
13886 2002-02-11 Miles Bader <miles@gnu.org>
13887
13888 * faces.el (mode-line-inactive): Add dark-background variant.
13889
13890 2002-02-11 Per Abrahamsen <abraham@dina.kvl.dk>
13891
13892 * toolbar/tool-bar.el (tool-bar-mode): Removed standard value.
13893 * menu-bar.el (menu-bar-mode): Ditto.
13894 * cus-edit.el (customize-mark-to-save): Always save variables
13895 without a standard value.
13896
13897 * menu-bar.el (menu-bar-make-toggle): Made it aware of customize.
13898 (menu-bar-options-save): Ditto.
13899 (menu-bar-showhide-menu): Ditto.
13900 (menu-bar-options-menu): Ditto.
13901 (menu-bar-scroll-bar-right, menu-bar-scroll-bar-left)
13902 (menu-bar-scroll-bar-none): Remove.
13903 (menu-bar-showhide-scroll-bar-menu): Use customize aware lambda
13904 expressions instead.
13905
13906 * cus-edit.el (customize-set-value): Return value.
13907 (customize-set-variable): Ditto.
13908 (customize-save-variable): Ditto.
13909 (customize-set-variable): Load dependencies before setting value.
13910 (custom-load-symbol): Autoload it.
13911 (customize-mark-as-set): New function.
13912
13913 2002-02-11 Eli Zaretskii <eliz@is.elta.co.il>
13914
13915 * cus-start.el: Don't warn about "x-*" symbols when building a
13916 non-GUI version.
13917
13918 2002-02-11 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13919
13920 * strokes.el (strokes-do-stroke, strokes-do-complex-stroke):
13921 Doc fix.
13922 (strokes-help): Do not use doubled with-output-to-temp-buffer.
13923 Fix the help string.
13924 (strokes-prompt-user-save-strokes): Fix typo.
13925 (strokes-list-strokes): Use proper exit-action argument for
13926 view-buffer. Update copyright notice.
13927
13928 * international/mule-diag.el: Various doc and message fixes.
13929 (non-iso-charset-alist): Add mac-roman. Don't add entries for
13930 codepages already present.
13931 (list-block-of-chars): Display space for null entries in
13932 translation table. Display tab specially.
13933 (list-non-iso-charset-chars): Check for null charsets. Use pop
13934 for clarity. Don't break 8-bit sets into sections between ranges.
13935 (list-charset-chars): Avoid indent-tabs-mode.
13936 (describe-char-after): Maybe use the text property for syntax
13937 table information. Maybe report char-code-property-table info.
13938 Maybe report character's unicode. Tweak printing of list info.
13939 (list-input-methods): Add xref buttons.
13940 (dump-charsets, dump-codings): Deleted (obsolete).
13941 From Dave Love <fx@gnu.org>.
13942
13943 2002-02-10 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13944
13945 * menu-bar.el (menu-bar-showhide-menu): Rename functions for toggling.
13946
13947 2002-02-10 Michael Kifer <kifer@cs.stonybrook.edu>
13948
13949 * viper-util.el (viper-read-key-sequence): Fix so it'll read
13950 fast key sequences in emacs native mode
13951 (viper-events-to-keys): Delete.
13952
13953 * viper.el (describe-key, describe-key-briefly): Get rid of
13954 viper-events-to-keys.
13955
13956 * ediff-init.el (ediff-has-gutter-support): Steven Turnbull's patch.
13957
13958 * ediff-wind.el (ediff-setup-control-frame):
13959 Use ediff-has-gutter-support.
13960
13961 * ediff-util.el (ediff-dispose-of-variant-according-to-user):
13962 check if buff is alive.
13963
13964 * ediff.el: Typo in comment.
13965
13966 2002-02-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13967
13968 * menu-bar.el (menu-bar-options-save): Take care of
13969 line-number-mode and column-number-mode variables.
13970 (menu-bar-showhide-menu): New menu-items "Show Line Number" and
13971 "Show Column Number" in "Show/Hide" menu.
13972
13973 2002-02-09 Richard M. Stallman <rms@gnu.org>
13974
13975 * mail/mailabbrev.el (mail-mode-map): Use eval-after-load to change it.
13976
13977 2002-02-09 Kim F. Storm <storm@cua.dk>
13978
13979 * faces.el (mode-line-inactive): New face for mode-line for
13980 non-selected windows.
13981 (mode-line): Doc fix: Only used for selected window.
13982
13983 2002-02-08 Eli Zaretskii <eliz@is.elta.co.il>
13984
13985 * calendar/cal-menu.el (calendar-mode-map): Change the menu item's
13986 name to "Insert Diary Entry".
13987
13988 2002-02-08 Stefan Monnier <monnier@cs.yale.edu>
13989
13990 * font-lock.el (save-buffer-state): Use restore-buffer-modified-p.
13991 (c-font-lock-syntactic-face-function): Accept doxygen-style comments.
13992
13993 2002-02-08 Richard M. Stallman <rms@gnu.org>
13994
13995 * textmodes/text-mode.el (text-mode-hook-identify): Define as no-op.
13996
13997 2002-02-08 Andreas Schwab <schwab@suse.de>
13998
13999 * calc/calc.el (calcDigit-key): Use minibuffer-prompt-end instead
14000 of point-min.
14001
14002 2002-02-08 Eli Zaretskii <eliz@is.elta.co.il>
14003
14004 * net/ange-ftp.el (ange-ftp-process-handle-line)
14005 (ange-ftp-set-xfer-size): If the file's size is a float, divide
14006 by 1024 instead of using ash.
14007
14008 * international/mule-cmds.el (select-safe-coding-system):
14009 State the buffer's name in the message popped in the *Warning* buffer,
14010 and make sure the offending buffer is displayed.
14011
14012 2002-02-07 Markus Rost <rost@math.ohio-state.edu>
14013
14014 * ffap.el (ffap-newsgroup-p): Test for non-nil symbol-value of htb.
14015
14016 2002-02-07 Richard M. Stallman <rms@gnu.org>
14017
14018 * terminal.el (terminal-map): Define [menu-bar] so global def is seen.
14019
14020 * register.el (list-registers): New command.
14021 (describe-register-1): New subroutine, taken out of view-register.
14022
14023 * emacs-lisp/copyright.el (copyright-regexp):
14024 Delete the unibyte copyright symbol; it's redundant.
14025 Fix a spazz in the multibyte encoding here.
14026
14027 2002-02-07 Dave Love <fx@gnu.org>
14028
14029 * language/cyril-util.el (cyrillic-encode-koi8-r-char)
14030 (cyrillic-encode-alternativnyj-char): Get translation tables from
14031 symbol properties, not as variables.
14032 (standard-display-cyrillic-translit): Include unicodes.
14033
14034 2002-02-06 Kim F. Storm <storm@cua.dk>
14035
14036 * help.el (where-is): Report remapped commands.
14037
14038 * help-fns.el (describe-function-1): Ditto.
14039
14040 * subr.el (global-set-key, local-set-key): Accept a symbol for the
14041 KEY argument (like define-key).
14042
14043 2002-02-06 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14044
14045 * textmodes/flyspell.el (flyspell-insert-function): Doc fix.
14046
14047 2002-02-06 Richard M. Stallman <rms@gnu.org>
14048
14049 * mail/mailabbrev.el: Require sendmail only at compile time.
14050 (mail-mode-header-syntax-table): Var deleted.
14051 (mail-abbrev-syntax-table): Init to nil, will compute when needed.
14052 (sendmail-pre-abbrev-expand-hook): Only temporarily change
14053 local-abbrev-table and the syntax table.
14054 Compute mail-abbrev-syntax-table if that has not been done.
14055
14056 * progmodes/compile.el (grep-compute-defaults): Definition moved up.
14057
14058 * emacs-lisp/debug.el (debugger-frame-offset): Var deleted.
14059 (debugger-frame-number): Figure out the offset directly.
14060 (debugger-setup-buffer): Don't use debugger-frame-offset.
14061 (debugger-frame, debugger-frame-clear): Likewise.
14062 (debugger-jump): Don't alter debugger-frame-offset.
14063
14064 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
14065 Replace foo-p as var name with foo-flag, not foo-p-flag.
14066
14067 * hilit-chg.el (highlight-changes-active-string): Default to +Chg.
14068 (highlight-changes-passive-string): Default to -Chg.
14069 (highlight-changes-global-modes): Doc fix.
14070
14071 * dired.el (dired-get-filename): Add /: when appropriate
14072 to avoid taking a local name as remote.
14073
14074 * files.el (file-name-non-special): Add special handling for
14075 file-name-sans-versions, file-name-completion, and
14076 file-name-all-completions.
14077
14078 * isearch.el (isearch-update): Don't update display in kbd macro.
14079 (isearch-lazy-highlight-new-loop): Do nothing in kbd macro.
14080
14081 * subr.el (force-mode-line-update): Doc fix.
14082
14083 * subr.el (atomic-change-group, prepare-change-group)
14084 (activate-change-group, accept-change-group, cancel-change-group):
14085 New functions.
14086
14087 * simple.el (undo-get-state, undo-revert-to-state): Fns deleted.
14088 (transpose-subr-1): Use atomic-change-group.
14089
14090 * subr.el (add-minor-mode): Include the mode's lighter string
14091 in the minor mode menu item name.
14092
14093 * mail/rmail.el (rmail-toggle-header): Avoid possibly slow call to
14094 rmail-count-screen-lines starting from (point-min).
14095
14096 * startup.el (use-fancy-splash-screens-p): Need 19 lines,
14097 beyond the image height, to use the fancy splash screen.
14098
14099 * textmodes/text-mode.el (text-mode-hook-identify): Function deleted.
14100 (text-mode): Set text-mode-variant here.
14101
14102 2002-02-06 Eli Zaretskii <eliz@is.elta.co.il>
14103
14104 * play/pong.el (pong-height): Don't use height that exceeds the
14105 frame height.
14106 (pong-border-options): Make the border colors slightly more bright.
14107
14108 * play/gamegrid.el (gamegrid-display-type): Treat any
14109 color-capable display as color-x, if display-color-p is fboundp.
14110 (gamegrid-make-color-x-face): Don't call gamegrid-color twice.
14111 (gamegrid-make-color-tty-face): Use the value of color, not the
14112 symbol itself. Don't call gamegrid-color.
14113
14114 2002-02-05 Eli Zaretskii <eliz@is.elta.co.il>
14115
14116 * gud.el (gud-refresh): Call recenter only after we are sure we
14117 are in the right window.
14118
14119 2002-02-05 Per Abrahamsen <abraham@dina.kvl.dk>
14120
14121 * cus-edit.el (customize-mark-to-save): New function.
14122 * menu-bar.el (menu-bar-options-save): Rewrote.
14123
14124 2002-02-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14125
14126 * cus-start.el (x-use-underline-position-properties):
14127 Allow customization.
14128
14129 2002-02-04 Simon Josefsson <jas@extundo.com>
14130
14131 * dired.el (dired-load-hook, dired-mode-hook)
14132 (dired-before-readin-hook, dired-after-readin-hook): Defcustom.
14133
14134 2002-02-03 Colin Walters <walters@verbum.org>
14135
14136 * ibuf-ext.el (ibuffer-filter-format-alist)
14137 (ibuffer-cached-filter-formats, ibuffer-compiled-filter-formats):
14138 New variables.
14139 * ibuffer.el (ibuffer): Remove link; the "home page" for ibuffer
14140 is now the Emacs CVS tree.
14141 (ibuffer-formats): Doc fix.
14142 (ibuffer-active-formats-name, ibuffer-current-formats): New functions.
14143 (ibuffer-current-format): Use them.
14144 (ibuffer-recompile-formats, ibuffer-check-formats)
14145 (ibuffer-switch-format, ibuffer-update-title):
14146 Add support for ibuffer-filter-format-alist.
14147 (define-ibuffer-column process): Remove unncessary consing.
14148
14149 * ibuf-macs.el (define-ibuffer-column): Add beginnings of support
14150 for a summary column.
14151
14152 2002-02-03 Andreas Schwab <schwab@suse.de>
14153
14154 * window.el (save-selected-window): Move macro before first use.
14155 (balance-windows): Fix misplaced parenthesis.
14156
14157 2002-02-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14158
14159 * calculator.el (calculator-displayers): Doc fixes.
14160
14161 2002-02-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14162
14163 * menu-bar.el (menu-bar-help-menu): Use different text for tool-tip.
14164 (menu-bar-options-save): Save also the value of `display-time-mode'.
14165 (showhide-date-time): New function.
14166 (menu-bar-showhide-menu): New menu-item "Date and time".
14167
14168 2002-02-03 Eli Zaretskii <eliz@is.elta.co.il>
14169
14170 * mail/rmail.el (rmail): Use find-buffer-visiting instead of
14171 get-file-buffer to check for rmail buffer existence.
14172
14173 * term.el (term-emulate-terminal): Extract proper command string
14174 which is supplied to term-command-hook.
14175
14176 2002-02-03 Richard M. Stallman <rms@gnu.org>
14177
14178 * international/quail.el (quail-help): Don't call help-setup-xref.
14179
14180 * international/mule-cmds.el (describe-input-method):
14181 Call help-setup-xref here.
14182 (describe-current-input-method): Doc fix.
14183
14184 * novice.el (disabled-command-hook): Clarify output text.
14185 Indent the paragraph from the command's doc string.
14186
14187 * dabbrev.el (dabbrev--goto-start-of-abbrev):
14188 Exit loop on beginning of field rather than bobp.
14189
14190 2002-02-02 Eli Zaretskii <eliz@is.elta.co.il>
14191
14192 * mail/uce.el (uce-reply-to-uce): Prune the headers before copying
14193 the message text into the *mail* buffer, and restore the pruned
14194 state after that.
14195
14196 * mail/rmail.el (rmail-redecode-body): Prune the headers before
14197 looking for X-Coding-System header, and restore the pruned state
14198 before returning.
14199
14200 2002-02-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14201
14202 * cus-edit.el (customize-save-variable): Fix typo in prompt.
14203
14204 These changes integrate new version of flyspell.el from its
14205 maintainer, Manuel Serrano:
14206
14207 * textmodes/flyspell.el (flyspell-issue-message-flag): New user option.
14208 (flyspell-mode-on, flyspell-notify-misspell)
14209 (flyspell-small-region, flyspell-external-point-words)
14210 (flyspell-large-region): Use it
14211 (flyspell-before-incorrect-word-string)
14212 (flyspell-after-incorrect-word-string): New user options.
14213 (make-flyspell-overlay): Use them.
14214 (flyspell-version): New function.
14215 (flyspell-incorrect-face, flyspell-duplicate-face): Adapt face
14216 definitions to use :weight.
14217 (flyspell-insert-function): New user option.
14218 (flyspell-auto-correct-word, flyspell-correct-word)
14219 (flyspell-xemacs-correct): Use it.
14220 (flyspell-define-abbrev): New function.
14221 (flyspell-auto-correct-word, flyspell-correct-word)
14222 (flyspell-xemacs-correct): Use it.
14223 (make-flyspell-overlay): Use `evaporate' property.
14224 (flyspell-auto-correct-word, flyspell-correct-word): Remove overlay.
14225 (flyspell-emacs-popup): Use `session' instead of `accept'.
14226 (flyspell-auto-correct-previous-pos): New variable.
14227 (flyspell-auto-correct-previous-hook)
14228 (flyspell-auto-correct-previous-word): New functions.
14229
14230 2002-02-02 Eli Zaretskii <eliz@is.elta.co.il>
14231
14232 * novice.el (enable-command): If Emacs was invoked as "emacs -q",
14233 don't alter the user's ~/.emacs.
14234 (disable-command): If user-init-file is nil or does not exist,
14235 default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
14236 But don't alter the init file if Emacs was invoked as "emacs -q"
14237
14238 2002-02-01 Stefan Monnier <monnier@cs.yale.edu>
14239
14240 * mail/sendmail.el (mail-mode): Undo half of last change.
14241
14242 * indent.el (indent-for-tab-command): Remove spurious code.
14243
14244 * hi-lock.el (hi-lock-find-patterns): Save restriction.
14245
14246 2002-02-01 Eli Zaretskii <eliz@is.elta.co.il>
14247
14248 * calendar/time-date.el: Moved from lisp/gnus.
14249
14250 * calendar/parse-time.el: Ditto.
14251
14252 2002-01-31 Richard M. Stallman <rms@gnu.org>
14253
14254 * international/iso-acc.el (iso-languages): Fix ", " in French.
14255
14256 * cus-start.el (history-length): Specify customization for it.
14257
14258 * emacs-lisp/debug.el (debugger-setup-buffer):
14259 When an eval-buffer frame was reading from a buffer,
14260 insert indication of the buffer position.
14261 (debugger-frame-number): Ignore ;;;-comment lines in backtrace.
14262 (debugger-frame-clear, debugger-frame): Error on non-frame line.
14263
14264 * simple.el (shell-command-on-region): Err if no mark
14265 before reading the command string.
14266
14267 * hl-line.el (hl-line-highlight, hl-line-unhighlight):
14268 Definitions moved down after hl-line-mode var's definition.
14269
14270 * hilit-chg.el (hilit-chg-fixup): Don't alter overlay if not ours.
14271 (hilit-chg-set-face-on-change): Rename arg.
14272 (hilit-chg-make-ov): Detect error earlier.
14273
14274 * ediff-hook.el: Delete autoload cookies.
14275
14276 * comint.el (comint-scroll-show-maximum-output): Default is t.
14277
14278 * emacs-lisp/bytecomp.el (batch-byte-compile): New arg noforce.
14279 (batch-byte-compile-if-not-done): New function.
14280
14281 * Makefile.in (compile): New target.
14282 (compile-always): Renamed from compile-files.
14283 (compile-after-backup): Renamed from compile.
14284 (bootstrap): Depend on compile-always, not compile-files.
14285
14286 * emulation/pc-select.el (pc-select-save-and-set-mode):
14287 Properly use MODE-VAR.
14288
14289 2002-01-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14290
14291 * menu-bar.el (menu-bar-help-menu): Change menu-item "Show Emacs
14292 Version" to "About Emacs".
14293 (menu-bar-options-save): Add `default-frame-alist'
14294 to saved variables.
14295 (menu-bar-showhide-scroll-bar-menu): Use frame-parameters instead
14296 of the variable `scroll-bar-mode'.
14297
14298 * startup.el (normal-splash-screen, display-splash-screen):
14299 New functions (separated from command-line-1).
14300 (command-line-1): Use them.
14301
14302 2002-01-28 Eli Zaretskii <eliz@is.elta.co.il>
14303
14304 * calendar/calendar.el (generate-calendar-month): Doc fix.
14305
14306 2002-01-27 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14307
14308 * time.el (display-time-mail-directory): New option.
14309 (display-time-mail-function): Update doc-string.
14310 (display-time-mail-icon): Use XPM image when available.
14311 (display-time-string-forms): Use more descriptive text as
14312 help-echo property.
14313 (display-time-mail-check-directory): New function.
14314 (display-time-update): Use it.
14315
14316 * menu-bar.el (menu-bar-showhide-scroll-bar-menu):
14317 Quote `window-system'.
14318
14319 * tmm.el (tmm-get-keymap): Honour :visible in `menu-item'.
14320 Add Keywords header. Update Commentary section.
14321 Update copyright notice.
14322
14323 * menu-bar.el (menu-bar-scroll-bar-right)
14324 (menu-bar-scroll-bar-left, menu-bar-scroll-bar-none)
14325 (showhide-menu-bar): New functions.
14326 (menu-bar-showhide-menu): New submenu "Show/Hide".
14327 (menu-bar-showhide-scroll-bar-menu): "Scroll-bar" submenu of
14328 "Show/Hide".
14329 Update copyright notice.
14330
14331 2002-01-27 Eli Zaretskii <eliz@is.elta.co.il>
14332
14333 * lazy-lock.el (lazy-lock-mode): Add a reference to jit-lock.
14334
14335 2002-01-26 Evgeny Roubinchtein <evgenyr@cs.washington.edu>
14336
14337 * pc-select.el (pc-selection-mode-hook)
14338 (pc-select-saved-settings-alist, pc-select-map)
14339 (pc-select-saved-global-map, pc-select-key-bindings-alist)
14340 (pc-select-default-key-bindings, pc-select-extra-key-bindings)
14341 (pc-select-meta-moves-sexps-key-bindings)
14342 (pc-select-tty-key-bindings, pc-select-old-M-delete-binding):
14343 New variables.
14344 (pc-select-define-keys, pc-select-restore-keys): New functions.
14345 (pc-select-add-to-alist, pc-select-save-and-set-var)
14346 (pc-select-save-and-set-mode, pc-select-restore-var)
14347 (pc-select-restore-mode): New macros.
14348 (pc-selection-mode): Completely rewrote the body of the function;
14349 the main goal was to make pc-selection-mode "turn-off"-able, like
14350 other minor modes. Use define-minore-mode instead of just a
14351 defun. Store the key bindings into four alists:
14352 pc-select-default-key-bindings, pc-select-extra-key-bindings,
14353 pc-select-meta-moves-sexps-key-bindings, and
14354 pc-select-tty-key-bindings; then have the pc-select-define-keys
14355 function walk those alists instead of calling define-key
14356 repeatedly. When the mode is turned on, set the
14357 keybindings in global-map and remember the old keybindings; when
14358 the mode is turned off, restore the previously-saved keybindings.
14359 (pc-selection-mode defcustom): Reflect the fact that the mode is
14360 now "turn-off"-able.
14361
14362 2002-01-26 Eli Zaretskii <eliz@is.elta.co.il>
14363
14364 * eshell/esh-cmd.el (eshell-eval-command): If eshell-resume-eval
14365 returns t, don't treat that as an error.
14366
14367 2002-01-25 Jason Rumney <jasonr@gnu.org>
14368
14369 * faces.el (face-font-registry-alternatives) [windows-nt]:
14370 Add ms-oemlatin as an alternative for iso8859-1.
14371
14372 2002-01-25 Stefan Monnier <monnier@cs.yale.edu>
14373
14374 * pcvs.el (cvs-reread-cvsrc): Distinguish between an empty list of
14375 args and the absence of an entry. Don't add -f each time.
14376
14377 2002-01-25 Eli Zaretskii <eliz@is.elta.co.il>
14378
14379 * emacs-lisp/cl-seq.el (mismatch): Doc fix.
14380
14381 Support for more than 8 colors on character terminals:
14382
14383 * term/rxvt.el: New file.
14384
14385 * Makefile.in (DONTCOMPILE): Remove term/xterm.el.
14386
14387 * term/xterm.el (xterm-standard-colors): New variable.
14388 (xterm-rgb-convert-to-16bit, xterm-register-default-colors)
14389 (xterm-rxvt-set-background-mode): New functions.
14390 (toplevel): Call xterm-register-default-colors,
14391 xterm-rxvt-set-background-mode, and tty-set-up-initial-frame-faces.
14392 Add support for more keys from xterm's terminfo entry.
14393
14394 * facemenu.el (list-colors-display): If the argument is nil, don't
14395 show more colors that the number returned by display-color-cells.
14396
14397 * term/pc-win.el (msdos-color-values): Reverse the order of the
14398 colors, since tty-color-define now preserves the registration order.
14399
14400 * w32-fns.el (w32-tty-standard-colors): Reverse the order.
14401
14402 * term/tty-colors.el (tty-standard-colors): Reverse the order.
14403 (tty-register-default-colors): New function; code moved from
14404 startup.el's command-line.
14405 (tty-modify-color-alist): Use nconc instead of cons, to preserve
14406 the order the colors where registered.
14407
14408 * frame.el (display-color-cells): Use tty-display-color-cells.
14409
14410 * startup.el (command-line): Call tty-register-default-colors.
14411
14412 2002-01-25 Richard M. Stallman <rms@gnu.org>
14413
14414 * subr.el (remove): Doc fix.
14415
14416 2002-01-24 Richard M. Stallman <rms@gnu.org>
14417
14418 * progmodes/compile.el (compilation-handle-exit):
14419 Add a compilation-handle-exit property to the "finished" message.
14420 (compilation-parse-errors): Stop parsing when that property is seen.
14421
14422 * subr.el (substring-no-properties): New function.
14423 (copy-without-properties): Function deleted.
14424
14425 * term/x-win.el (x-handle-geometry): Put sizes on both
14426 initial-frame-alist and default-frame-alist.
14427
14428 * cus-edit.el (custom-save-all): Bind file-precious-flag to t
14429 for saving .emacs.
14430
14431 * files.el (basic-save-buffer-2): Ignore file-error in delete-file.
14432
14433 * calendar/calendar.el (generate-calendar-month): Doc fix.
14434
14435 2002-01-23 Richard M. Stallman <rms@gnu.org>
14436
14437 * play/tetris.el (tetris): New defgroup.
14438 (tetris-use-glyphs, tetris-use-color, tetris-draw-border-with-glyphs)
14439 (tetris-default-tick-period): Convert to defcustom.
14440 Added * in docstring to indicate user variable.
14441 (tetris-update-speed-function, tetris-mode-hook, tetris-tty-colors)
14442 (tetris-x-colors, tetris-buffer-name, tetris-buffer-width)
14443 (tetris-buffer-height, tetris-width, tetris-height)
14444 (tetris-top-left-x, tetris-top-left-y): Convert to defcustom.
14445
14446 2002-01-22 Stefan Monnier <monnier@cs.yale.edu>
14447
14448 * mail/sendmail.el (mail-mode): ">" is not a supercite-style prefix
14449 and is already matched by adaptive-fill-regexp.
14450
14451 2002-01-22 Richard M. Stallman <rms@gnu.org>
14452
14453 * bindings.el (mode-line-copied-mode-name): New variable.
14454 (mode-line-mode-name): Don't modify mode-name itself!
14455 Instead, make a copy and reuse it.
14456
14457 * subr.el (copy-without-properties): New function.
14458
14459 * progmodes/sh-script.el (sh-set-shell): Doc fix.
14460
14461 * net/ange-ftp.el (ange-ftp-canonize-filename): Avoid duplicate
14462 slash if DIR is just slash.
14463
14464 * progmodes/perl-mode.el (perl-mode-abbrev-table): Restore definition.
14465
14466 2002-01-21 Richard M. Stallman <rms@gnu.org>
14467
14468 * emacs-lisp/copyright.el (copyright-regexp): Fix previous change.
14469
14470 * net/ange-ftp.el (ange-ftp-bs2000-posix-hook-installed):
14471 Move defvar up.
14472
14473 * textmodes/ispell.el (ispell-help): Clean up echo area if user quits.
14474
14475 * ibuffer.el: Don't require ibuf-ext at load time.
14476 (ibuffer): Require ibuf-ext here.
14477
14478 2002-01-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
14479
14480 * generic-x.el (apache-conf-generic-mode): Highlight the first
14481 word in a line even if preceded by blanks.
14482
14483 2002-01-21 Richard M. Stallman <rms@gnu.org>
14484
14485 * window.el (window-body-height): Handle minibuffer window specially.
14486 Otherwise, don't return less than 1.
14487
14488 2002-01-20 Thomas Dorner <Thomas.Dorner@start.de>
14489
14490 * ange-ftp.el: Added support for BS2000, and for raw ftp
14491 login commands (needed in some circumstances).
14492 (ange-ftp-raw-login): New custom var.
14493 (ange-ftp-normal-login): Perform login with raw ftp commands, if
14494 ange-ftp-raw-login is set and account password is needed.
14495 (ange-ftp-host-type, ange-ftp-guess-host-type): Handle BS2000 hosts.
14496 (ange-ftp-bs2000-filename-pubset-regexp)
14497 (ange-ftp-bs2000-filename-username-regexp)
14498 (ange-ftp-bs2000-filename-prefix-regexp)
14499 (ange-ftp-bs2000-name-template): New consts.
14500 (ange-ftp-bs2000-short-filename-regexp)
14501 (ange-ftp-bs2000-fix-name-regexp-reverse)
14502 (ange-ftp-bs2000-fix-name-regexp): New consts.
14503 (ange-ftp-bs2000-special-prefix): New custom var.
14504 (ange-ftp-fix-name-for-bs2000)
14505 (ange-ftp-fix-dir-name-for-bs2000): New funs.
14506 (ange-ftp-bs2000-host-regexp, ange-ftp-bs2000-posix-host-regexp)
14507 (ange-ftp-bs2000-posix-hook-installed): New vars.
14508 (ange-ftp-parse-bs2000-filename, ange-ftp-parse-bs2000-listing)
14509 (ange-ftp-bs2000-host, ange-ftp-bs2000-posix-host)
14510 (ange-ftp-add-bs2000-host, ange-ftp-add-bs2000-posix-host): New funs.
14511 (ange-ftp-bs2000-filename-regexp): New const.
14512 (ange-ftp-bs2000-additional-pubsets): New custom var.
14513 (ange-ftp-bs2000-cd-to-posix): New fun.
14514
14515 2002-01-20 Colin Walters <walters@verbum.org>
14516
14517 * ibuffer.el: (toplevel) Require `ibuf-ext', which is now compiled
14518 with `byte-compile-dynamic'.
14519 (ibuffer-default-directory, toplevel): Doc files.
14520
14521 2002-01-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14522
14523 * tempo.el (tempo-define-template): Doc fix.
14524
14525 * scroll-bar.el (scroll-bar-mode): Make argument optional.
14526
14527 2002-01-20 Jason Rumney <jasonr@gnu.org>
14528
14529 * w32-vars.el: New file.
14530
14531 * loadup.el [windows-nt]: Load it.
14532
14533 * w32-fns.el, term/w32-win.el: Move user variables to w32-vars.el
14534 and make them defcustoms.
14535
14536 * term/w32-win.el (mouse-set-font): Use w32-list-proportional-fonts.
14537
14538 2002-01-19 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14539
14540 * language/tibet-util.el (tibetan-decompose-region)
14541 (tibetan-decompose-string): Fix typo in docstring.
14542
14543 * ruler-mode.el (ruler-mode): New keyword. Fix :version.
14544
14545 2002-01-18 Richard M. Stallman <rms@gnu.org>
14546
14547 * comint.el (comint-redirect-send-command-to-process):
14548 Restore previous current buffer.
14549
14550 * window.el (window-body-height): New function.
14551
14552 2002-01-18 Zoltan Kemenczy <kemenczy@rogers.com>
14553
14554 * gud.el (easy-mmode-defmap): Enable "Up Stack", "Down Stack", and
14555 "Finish Function" menu map entries for jdb mode.
14556 (gud-jdb-use-classpath): New customization variable.
14557 (gud-jdb-command-name): Add customization.
14558 (gud-jdb-classpath, gud-marker-acc-max-length): New variables.
14559 (gud-jdb-classpath-string): New variable.
14560 (gud-jdb-source-files, gud-jdb-class-source-alist): Add doc strings.
14561 (gud-jdb-build-source-files-list): Likewise.
14562 (gud-jdb-massage-args): Record any command argument classpath
14563 string in `gud-jdb-classpath-string'.
14564 (gud-jdb-lowest-stack-level): New function, finds bottom of current
14565 java call stack in jdb output.
14566 (gud-jdb-find-source-using-classpath, gud-jdb-find-source)
14567 (gud-jdb-parse-classpath-string): New functions.
14568 (gud-jdb-marker-filter): Search/detect classpath information in
14569 jdb's output. marker regexp updated to match oldjdb and jdb output
14570 formats. Expand search for source files to include new/old methods
14571 using new functions above. Do not allow `gud-marker-acc' to grow
14572 without bound.
14573 (jdb): Set classpath information (if available) as jdb is started.
14574 Change `gud-break' and `gud-remove'
14575 to use new %c ("class") escape in format strings.
14576 Add `gud-finish', `gud-up', `gud-down' command string functions, and
14577 add them to the local menu map. Update `comint-prompt-regexp' for
14578 jdb and oldjdb. If attaching to an already running java VM and
14579 configured to use classpath, send command to query for classpath,
14580 else use previous method for finding and parsing java
14581 sources. Set `gud-jdb-find-source' function accordingly.
14582 (gud-mode): Doc fix.
14583 (gud-format-command): Add support for new %c ("class") escape.
14584 (gud-find-class): New function in support of %c escape.
14585
14586 2002-01-17 Richard M. Stallman <rms@gnu.org>
14587
14588 * ibuf-ext.el: Enable byte-compile-dynamic.
14589
14590 2002-01-17 Jason Rumney <jasonr@gnu.org>
14591
14592 * term/w32-win.el: Restore conditional require of fontset.
14593
14594 2002-01-16 Richard M. Stallman <rms@gnu.org>
14595
14596 * mouse.el (mouse-drag-region-1): Renamed from mouse-drag-region,
14597 more or less.
14598 (mouse-drag-region): New function. For a click in the echo area,
14599 show *Messages*.
14600
14601 * ibuf-ext.el: Delete the autoloads for functions defined with
14602 ibuffer-specific commands.
14603
14604 * help.el (describe-distribution): Really call view-file.
14605
14606 * net/ange-ftp.el (ange-ftp-passive-mode): New arg PROC.
14607 (ange-ftp-get-process): Pass that arg.
14608
14609 * comint.el (comint-simple-send): Fix previous change.
14610
14611 * net/telnet.el (telnet-simple-send): Fix previous change.
14612
14613 * progmodes/sql.el (sql-escape-newlines-and-send)
14614 (sql-query-placeholders-and-send): Fix previous change.
14615
14616 2002-01-16 Colin Walters <walters@verbum.org>
14617
14618 * ibuf-ext.el, ibuf-macs.el, ibuffer.el (toplevel): Remove X-RCS,
14619 URL, Compatibility headers. Update copyright notice.
14620 * ibuf-macs.el (toplevel): Require `cl' when compiling.
14621
14622 2002-01-16 Andrew Choi <akochoi@cse.cuhk.edu.hk>
14623
14624 * startup.el (command-line): Set EOL mnemonics for the Mac.
14625
14626 2002-01-16 Andreas Schwab <schwab@suse.de>
14627
14628 * mail/feedmail.el (feedmail): Fix :link spec.
14629
14630 2002-01-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14631
14632 * net/ldap.el (ldap-ldapsearch-prog): Default to OpenLDAP version
14633 2 ldapsearch.
14634
14635 * net/eudc.el: New maintainer. Change author's address.
14636 (eudc-pre-select-window-configuration, eudc-insertion-marker):
14637 Variables removed.
14638 (eudc-insert-selected): Function removed.
14639 (eudc-select): Reimplemented.
14640 (eudc-expand-inline): Delete the strings only after its expansion
14641 is chosen not before.
14642
14643 * net/eudcb-ph.el (eudc-ph-open-session): Remove XEmacs case.
14644 Minor coding style fixes.
14645
14646 * net/eudcb-ldap.el: New maintainer. Change author's address.
14647 (eudc-attribute-display-method-alist): Display mail with
14648 eudc-display-mail.
14649
14650 * net/eudcb-bbdb.el, net/eudc-export.el, net/eudc-hotlist.el,
14651 * net/eudc-vars.el: New maintainer. Change author's address.
14652
14653 * net/eudc-bob.el: New maintainer. Change author's address.
14654 (eudc-bob-mail-keymap): New keymap for e-mail addresses.
14655 (eudc-display-mail): New function.
14656 (eudc-bob-play-sound-at-point): Remove XEmacs case.
14657
14658 2002-01-15 Richard M. Stallman <rms@gnu.org>
14659
14660 * emacs-lisp/autoload.el (make-autoload):
14661 Don't handle define-ibuffer-column, define-ibuffer-filter,
14662 define-ibuffer-sorter, and define-ibuffer-op.
14663
14664 2002-01-14 Richard M. Stallman <rms@gnu.org>
14665
14666 * calendar/calendar.el (diary-date-forms): Doc fix.
14667
14668 2002-01-14 Eli Zaretskii <eliz@is.elta.co.il>
14669
14670 * startup.el (command-line): Register the default tty colors even
14671 if the terminal doesn't seem to support colors.
14672 <tty-long-option-alist>: New option --color.
14673 (tty-handle-args): Parse the --color arg.
14674
14675 * term/tty-colors.el (tty-color-mode-alist): New variable.
14676
14677 2002-01-14 Stefan Monnier <monnier@cs.yale.edu>
14678
14679 * net/ange-ftp.el (ange-ftp-root-dir-p): New function.
14680 (ange-ftp-file-name-all-completions, ange-ftp-file-name-completion):
14681 Use it.
14682 (ange-ftp-hook-function): Preserve match-data.
14683 (ange-ftp-insert-directory): Typo.
14684 (ange-ftp-shell-command): Check if regexp matched.
14685
14686 2002-01-13 Richard M. Stallman <rms@gnu.org>
14687
14688 * international/mule-cmds.el: help-map bindings moved to help.el.
14689
14690 * help.el (view-echo-area-messages): New function.
14691 (help-map): Add `e' binding. Delete obsolete `d' binding.
14692 Change old Info bindings C-f, C-k and C-i to F, K, S.
14693 Move view-emacs-FAQ from F to C-f.
14694 Move view-emacs-problems from P to C-e.
14695 Bindings moved here from mule-cmds.el.
14696 C-l binding for describe-language-environment deleted
14697 (help-for-help): Update for all these changes.
14698
14699 * emacs-lisp/copyright.el (copyright-regexp): Make (C) optional.
14700
14701 2002-01-13 Dave Love <fx@gnu.org>
14702
14703 * emacs-lisp/copyright.el: Doc fixes.
14704 (copyright-regexp): Add Latin-9 copyright sign.
14705 Match comment delimiters in year lists.
14706 (copyright-current-year): Initialize to load-time year.
14707
14708 2002-01-13 Andreas Schwab <schwab@suse.de>
14709
14710 * dired-aux.el (dired-do-shell-command): Doc fix.
14711
14712 2002-01-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14713
14714 * startup.el (command-line-x-option-alist): New options "-fs",
14715 "-fw", "-fh", "--fullscreen", "--fullwidth", and "--fullheight".
14716
14717 * term/x-win.el (x-handle-initial-switch): New function.
14718
14719 2002-01-13 Colin Walters <walters@debian.org>
14720
14721 * emacs-lisp/autoload.el (make-autoload): Handle define-ibuffer-column,
14722 define-ibuffer-filter, define-ibuffer-sorter, and define-ibuffer-op.
14723
14724 * emacs-lisp/lisp-mode.el (toplevel): Ditto.
14725
14726 * ibuffer.el, ibuf-ext.el, ibuf-macs.el: New files.
14727
14728 2002-01-12 Richard M. Stallman <rms@gnu.org>
14729
14730 * net/browse-url.el (browse-url-grail):
14731 Use browse-url-maybe-new-window.
14732
14733 * net/telnet.el (telnet-simple-send):
14734 Handle comint-input-sender-no-newline like comint-simple-send.
14735
14736 * progmodes/sql.el (sql-query-placeholders-and-send):
14737 Handle comint-input-sender-no-newline like comint-simple-send.
14738 (sql-escape-newlines-and-send): Likewise.
14739
14740 * comint.el (comint-input-sender): Doc fix.
14741 (comint-input-sender-no-newline): New variable.
14742 (comint-simple-send): If comint-input-sender-no-newline,
14743 don't output newline, but maybe send eof.
14744 (comint-send-input): New arg NO-NEWLINE.
14745 (comint-send-eof): Call comint-send-eof with NO-NEWLINE.
14746
14747 2002-01-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14748
14749 * textmodes/flyspell.el (flyspell-check-pre-word-p):
14750 Prevent delaying when executing keyboard macros.
14751
14752 2002-01-12 Richard M. Stallman <rms@gnu.org>
14753
14754 * simple.el (line-move): If we can't move enough lines,
14755 go to beginning or end of line.
14756
14757 * help-mode.el (help-xref-go-back): Restore POSITION in proper buffer
14758 and proper window.
14759
14760 * help.el (describe-mode): Call help-setup-xref in the help buffer.
14761 Switch buffers only after calling `help-buffer'.
14762
14763 * dired-aux.el (dired-shell-stuff-it): Substitute for * or ?
14764 only when they are surrounded by whitespace.
14765 Use dired-mark-separator when adding one file name to a command.
14766 (dired-do-shell-command): Verify that * is surrounded by whitespace.
14767 Ask for confirmation if * or ? is not surrounded by whitespace.
14768 (dired-bunch-files): Re-reverse the partial file list when it is used.
14769
14770 2002-01-12 Richard M. Stallman <rms@gnu.org>
14771
14772 * comint.el (comint-dynamic-list-completions): Repeating the command
14773 after displaying a completion list scrolls the list.
14774
14775 2002-01-12 Eli Zaretskii <eliz@is.elta.co.il>
14776
14777 * files.el (find-file-noselect): Don't consider a buffer as
14778 visiting a file literally if it is in hexl-mode.
14779
14780 * faces.el (minibuffer-prompt): A better face definition for MS-DOS.
14781
14782 2002-01-11 Richard M. Stallman <rms@gnu.org>
14783
14784 * startup.el (initial-scratch-message): Fix custom type, add group.
14785
14786 * mail/rmail.el (rmail-decode-babyl-format): Disable undo
14787 around the decode-coding-region call.
14788
14789 * emacs-lisp/lisp.el (lisp-complete-symbol): Repeating the command
14790 after displaying a completion list scrolls the list.
14791
14792 2002-01-11 Eli Zaretskii <eliz@is.elta.co.il>
14793
14794 * version.el (emacs-version): Bump to 21.2.50.
14795
14796 2002-01-10 Thien-Thi Nguyen <ttn@giblet.glug.org>
14797
14798 * play/zone.el (zone-timeout): New var.
14799 (zone-hiding-modeline): New macro.
14800 (zone-call): New func.
14801
14802 (zone): Init `modeline-hidden-level' symbol property.
14803 Use `zone-call' instead of `funcall'.
14804
14805 (zone-pgm-whack-chars): Use `make-string' (fix bug introduced in 2001-10-26T20:11:25Z!monnier@iro.umontreal.ca).
14806
14807 (zone-pgm-stress): Use `zone-hiding-modeline'.
14808
14809 (zone-pgm-stress-destress): New zone program.
14810
14811 2002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
14812
14813 * faces.el (minibuffer-prompt): Special face definition for MS-DOS.
14814
14815 2002-01-09 Richard M. Stallman <rms@gnu.org>
14816
14817 * startup.el (fancy-splash-screens): Set tab-width in correct buffer.
14818
14819 2002-01-09 Michael Kifer <kifer@cs.stonybrook.edu>
14820
14821 * viper.el (viper-set-hooks): Zap viper-unfriendly bindings in
14822 flyspell-mouse-map.
14823
14824 2002-01-08 Richard M. Stallman <rms@gnu.org>
14825
14826 * emacs-lisp/regexp-opt.el (regexp-opt): Bind max-specpdl-size.
14827
14828 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Fix custom type.
14829
14830 * textmodes/flyspell.el (flyspell-mode-line-string): Fix custom type.
14831
14832 2002-01-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14833
14834 * progmodes/ada-mode.el (ada-initialize-properties, ada-mode):
14835 Do not use make-local-hook.
14836
14837 2002-01-08 Eli Zaretskii <eliz@is.elta.co.il>
14838
14839 * international/quail.el (quail-start-translation)
14840 (quail-start-conversion): Bind last-command-event, last-command,
14841 and this-command in the first let. This fixes the change from
14842 2000-08-30.
14843
14844 2002-01-08 Michael Kifer <kifer@cs.stonybrook.edu>
14845
14846 * ediff-hook.el: Add an autoload cookie.
14847
14848 2002-01-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14849
14850 * net/eudcb-ph.el, net/ldap.el: New maintainer. New e-mail
14851 address of the author.
14852
14853 2002-01-08 Richard M. Stallman <rms@gnu.org>
14854
14855 * replace.el (occur-mode-goto-occurrence-other-window): New command.
14856 (occur-mode-map): Bind `o' to that.
14857
14858 2002-01-07 Michael Kifer <kifer@cs.stonybrook.edu>
14859
14860 * viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
14861 new macro that replaces viper-emacs-p and viper-xemacs-p in many
14862 cases. Used to reduce the number of warnings.
14863
14864 * viper-cmd.el: Use viper-cond-compile-for-xemacs-or-emacs.
14865 (viper-standard-value): Move here from viper.el.
14866 (viper-set-unread-command-events): Move to viper-util.el
14867 (viper-check-minibuffer-overlay): Make sure
14868 viper-minibuffer-overlay is moved to cover the entire input field.
14869
14870 * viper-util.el: Use viper-cond-compile-for-xemacs-or-emacs.
14871 (viper-read-key-sequence, viper-set-unread-command-events)
14872 (viper-char-symbol-sequence-p, viper-char-array-p): Moved here.
14873
14874 * viper-ex.el: Use viper-cond-compile-for-xemacs-or-emacs.
14875
14876 * viper-keym.el: Use viper-cond-compile-for-xemacs-or-emacs.
14877
14878 * viper-mous.el: Use viper-cond-compile-for-xemacs-or-emacs.
14879
14880 * viper-macs.el (viper-char-array-p, viper-char-symbol-sequence-p)
14881 (viper-event-vector-p): Move to viper-util.el
14882
14883 * viper.el (viper-standard-value): Move to viper-cmd.el.
14884 Use viper-cond-compile-for-xemacs-or-emacs.
14885
14886 * ediff-help.el: Use ediff-cond-compile-for-xemacs-or-emacs.
14887
14888 * ediff-hook.el: Use ediff-cond-compile-for-xemacs-or-emacs.
14889
14890 * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs):
14891 New macro designed to be used in many places where ediff-emacs-p or
14892 ediff-xemacs-p was previously used. Reduces the number of warnings.
14893 Use ediff-cond-compile-for-xemacs-or-emacs in many places in lieu
14894 of ediff-xemacs-p.
14895 (ediff-make-current-diff-overlay, ediff-highlight-diff-in-one-buffer)
14896 (ediff-convert-fine-diffs-to-overlays, ediff-empty-diff-region-p)
14897 (ediff-whitespace-diff-region-p, ediff-get-region-contents):
14898 Move to ediff-util.el.
14899 (ediff-event-key): Moved here.
14900
14901 * ediff-merge.el: Got rid of unreferenced variables.
14902
14903 * ediff-mult.el: Use ediff-cond-compile-for-xemacs-or-emacs.
14904
14905 * ediff-util.el: Use ediff-cond-compile-for-xemacs-or-emacs.
14906 (ediff-cleanup-mess): Improve the way windows are set up after
14907 quitting ediff.
14908 (ediff-janitor): Use ediff-dispose-of-variant-according-to-user.
14909 (ediff-dispose-of-variant-according-to-user): New function
14910 designed to be smarter and also understands indirect buffers.
14911 (ediff-highlight-diff-in-one-buffer)
14912 (ediff-unhighlight-diff-in-one-buffer)
14913 (ediff-unhighlight-diffs-totally-in-one-buffer)
14914 (ediff-highlight-diff, ediff-highlight-diff)
14915 (ediff-unhighlight-diff, ediff-unhighlight-diffs-totally)
14916 (ediff-empty-diff-region-p, ediff-whitespace-diff-region-p)
14917 (ediff-get-region-contents, ediff-make-current-diff-overlay):
14918 Moved here.
14919 (ediff-format-bindings-of): New function by Hannu Koivisto
14920 <azure@iki.fi>.
14921 (ediff-setup): Make sure the merge buffer is always widened and
14922 modifiable.
14923 (ediff-write-merge-buffer-and-maybe-kill): Refuse to write the
14924 result of a merge into a file visited by another buffer.
14925 (ediff-arrange-autosave-in-merge-jobs): Check if the merge file
14926 is visited by another buffer and ask to save/delete that buffer.
14927 (ediff-verify-file-merge-buffer): New function to do the above.
14928
14929 * ediff-vers.el: Load ediff-init.el at compile time.
14930
14931 * ediff-wind.el: Use ediff-cond-compile-for-xemacs-or-emacs.
14932
14933 * ediff.el (ediff-windows, ediff-regions-wordwise)
14934 (ediff-regions-linewise): Use indirect buffers to improve
14935 robustness and make it possible to compare regions of the same
14936 buffer (even overlapping regions).
14937 (ediff-clone-buffer-for-region-comparison)
14938 (ediff-clone-buffer-for-window-comparison): New functions.
14939 (ediff-files-internal): Refuse to compare identical files.
14940 (ediff-regions-internal): Get rid of the warning about comparing
14941 regions of the same buffer.
14942
14943 * ediff-diff.el (ediff-convert-fine-diffs-to-overlays): Moved here.
14944 Plus the following fixes courtesy of Dave Love: Doc fixes.
14945 (ediff-word-1): Use word class and move - to the
14946 front per regexp documentation.
14947 (ediff-wordify): Bind forward-word-function outside loop.
14948 (ediff-copy-to-buffer): Use insert-buffer-substring rather than
14949 consing buffer contents.
14950 (ediff-goto-word): Move syntax table setting outside loop.
14951
14952 2002-01-07 Richard M. Stallman <rms@gnu.org>
14953
14954 * dired.el (dired-copy-filename-as-kill): Call kill-append
14955 if following a kill command.
14956
14957 * help-fns.el (describe-variable, describe-function):
14958 Do save-excursion.
14959
14960 2002-01-06 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14961
14962 * net/ldap.el (ldap-search-internal): Skip error message from
14963 ldapsearch. Allow listing attribute names only. Do not open
14964 non-existent files.
14965
14966 * net/eudcb-ldap.el (eudc-ldap-get-field-list): Do not try to
14967 call non-existent function.
14968
14969 * net/eudc.el (top-level): Revert previous change.
14970
14971 * net/net-utils.el (nslookup-font-lock-keywords): Defvar font-lock
14972 variables to prevent warning from byte-compiler.
14973
14974 * net/eudc.el (top-level): Use eudc-xemacs-p instead of
14975 string-match on emacs-version again.
14976
14977 * enriched.el (enriched-make-annotation): Fix the change from
14978 2002-01-05.
14979 (enriched-handle-display-prop): Return proper values.
14980
14981 * net/eudcb-ldap.el (eudc-attribute-display-method-alist):
14982 Use proper attribute name labeledUri instead of deprecated labeledUrl.
14983
14984 2002-01-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14985
14986 * net/eudc-hotlist.el (eudc-edit-hotlist): Avoid error when
14987 editing an empty hotlist.
14988
14989 * net/ldap.el (ldap-search-internal): Make the buffer unibyte.
14990 Use buffer-string instead of buffer-substring for the whole buffer.
14991
14992 * net/eudc-vars.el (eudc-external-viewers): Do not use xv, it is
14993 not free.
14994
14995 * net/eudc-bob.el (eudc-bob-can-display-inline-images)
14996 (eudc-bob-display-jpeg): Use fboundp instead of boundp.
14997 (eudc-bob-save-object): Make the buffer unibyte.
14998 (eudc-bob-generic-keymap): Add new keybinding `!' to pipe the
14999 object to external program.
15000
15001 2002-01-05 Andre Spiegel <spiegel@gnu.org>
15002
15003 * vc.el (vc-branch-part): Return nil if there's no `.'
15004 (vc-default-previous-version): Renamed from vc-previous-version.
15005 New args BACKEND and FILE. Return nil for revision numbers
15006 without a `.'
15007 (vc-version-diff): Call vc-BACKEND-previous-version.
15008 (vc-steal-lock): Steal lock before composing mail, so that no mail
15009 is sent when the stealing goes wrong. And we'll actually see the
15010 error in that case now.
15011 (vc-finish-steal): Removed.
15012
15013 * vc-rcs.el (vc-rcs-steal-lock): Do a real checkout after stealing
15014 the lock, so that we see expanded headers.
15015 (vc-rcs-trunk-p, vc-rcs-branch-part, vc-rcs-branch-p)
15016 (vc-rcs-minor-part, vc-rcs-previous-version): Removed. These are
15017 available from vc.el. Updated all callers.
15018
15019 2002-01-05 Richard M. Stallman <rms@gnu.org>
15020
15021 * enriched.el (enriched-make-annotation): Doc fix.
15022
15023 * format.el (format-replace-strings, format-subtract-regions)
15024 (format-annotate-region, format-annotate-location)
15025 (format-annotate-atomic-property-change)
15026 (format-annotate-single-property-change): Doc fixes.
15027
15028 2002-01-05 Jason Rumney <jasonr@gnu.org>
15029
15030 * term/w32-win.el: Require fontset unconditionally.
15031 (w32-handle-scroll-bar-event): Remove.
15032
15033 2002-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
15034
15035 * emacs-lisp/copyright.el (copyright-regexp): Allow multi-line
15036 copyrights to be updated.
15037
15038 2002-01-04 Eli Zaretskii <eliz@is.elta.co.il>
15039
15040 * textmodes/texinfo.el (texinfo-insert-@end): Fix the change from
15041 2001-10-24.
15042
15043 * mail/sendmail.el (mail-recover-1, mail-recover): Doc fix.
15044
15045 2002-01-04 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15046
15047 * net/ldap.el (ldap-host-parameters-alist): Remove duplicated entry.
15048 (ldap-ignore-attribute-codings): Change the default value to allow
15049 encoding/decoding of attributes.
15050 (ldap-coding-system): Use UTF-8 as the coding-system. Doc fix.
15051
15052 2002-01-03 Richard M. Stallman <rms@gnu.org>
15053
15054 * files.el (basic-save-buffer): Undo previous change.
15055
15056 * calendar/diary-lib.el (diary-block): Doc fix.
15057
15058 * custom.el (defcustom): Fix syntax of previous change.
15059
15060 2002-01-03 Per Abrahamsen <abraham@dina.kvl.dk>
15061
15062 * custom.el (defcustom): Documented :tag, :link and :load.
15063
15064 2002-01-03 Eli Zaretskii <eliz@is.elta.co.il>
15065
15066 * mail/sendmail.el (mail-recover-1): New function.
15067 (mail-recover): Switch to the *mail* buffer right away.
15068 Use buffer-auto-save-file-name instead of calling
15069 make-auto-save-file-name. Call dired-noselect instead of invoking
15070 `ls' directly. Bind coding-system-for-read to emacs-mule-unix
15071 before reading the auto-save file. If the buffer's auto-save file
15072 does not exist, call mail-recover-1 to allow recovery from past
15073 auto-saved drafts.
15074
15075 2002-01-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15076
15077 * time.el (display-time-load-average-threshold): Fix defcustom
15078 (add type and group).
15079
15080 * net/ange-ftp.el (ange-ftp-shell-command): Remove port
15081 specification from the hostname.
15082
15083 2002-01-02 Richard M. Stallman <rms@gnu.org>
15084
15085 * facemenu.el (facemenu-active-faces):
15086 Use face-attributes-as-vector, not face-attributes-vector.
15087
15088 2002-01-02 Chris Hanson <cph@aarau.ai.mit.edu>
15089
15090 * xscheme.el: Eleven years of updates on a private copy.
15091
15092 Extensive changes to support multiple xscheme buffers:
15093 (run-scheme): Break up into new functions to facilitate starting
15094 processes in other buffers.
15095 (xscheme-start, xscheme-read-command-line): New functions.
15096 (start-scheme, select-scheme)
15097 (default-xscheme-runlight)
15098 (global-set-scheme-interaction-buffer)
15099 (local-set-scheme-interaction-buffer)
15100 (local-clear-scheme-interaction-buffer)
15101 (exit-scheme-interaction-mode)
15102 (verify-xscheme-buffer): New functions.
15103 (xscheme-process-name, xscheme-buffer-name)
15104 (xscheme-runlight): New internal vars.
15105 (default-xscheme-runlight): New const.
15106 (xscheme-start-process): Add args for the process/buffer names.
15107 (reset-scheme): Pass process/buffer names.
15108 (scheme-interaction-mode): Initialize new local vars.
15109 (reset-scheme, xscheme-send-string-2, xscheme-process-running-p)
15110 (xscheme-select-process-buffer, xscheme-process-buffer)
15111 (xscheme-send-region, xscheme-send-char, xscheme-send-interrupt)
15112 (xscheme-goto-output-point, xscheme-write-message-1): Use new
15113 var xscheme-process-name.
15114 (xscheme-start-process): Initialize xscheme-process-name and
15115 xscheme-buffer-name in the process buffer. Pass buffer name to
15116 xscheme-modeline-initialize.
15117 (xscheme-modeline-initialize): Add argument to specify buffer name
15118 for mode-line vars.
15119 (xscheme-process-sentinel): Make sure sentinel is run in the
15120 process buffer so it sees its local vars.
15121 (xscheme-process-filter-initialize, xscheme-set-runlight):
15122 More elaborate logic to handle multiple-buffer mode lines.
15123
15124 (xscheme-enter-input-wait): Re-enable control-G handler upon
15125 entering input wait.
15126
15127 (scheme-interaction-mode): Add arg to preserve local vars.
15128 (xscheme-enter-interaction-mode)
15129 (xscheme-enter-debugger-mode): Preserve local vars.
15130 (xscheme-start-process): Clobber local vars.
15131
15132 (scheme-interaction-mode-commands): Allow end user to add commands
15133 to scheme-interaction-mode keymap.
15134 (scheme-interaction-mode-commands-alist): New variable.
15135
15136 (xscheme-send-string): Don't use insert-before-markers.
15137
15138 Implement a per-buffer kill ring:
15139 (xscheme-insert-expression)
15140 (xscheme-rotate-yank-pointer, xscheme-yank)
15141 (xscheme-yank-pop, xscheme-yank-push): New functions.
15142 (xscheme-expressions-ring)
15143 (xscheme-expressions-ring-yank-pointer)
15144 (xscheme-expressions-ring-max): New variables.
15145 (xscheme-send-string-1): Call xscheme-insert-expression to save
15146 expression in ring.
15147 (xscheme-yank-previous-send): Now an alias for xscheme-yank.
15148 (xscheme-previous-send): Deleted variable.
15149
15150 (xscheme-send-string-2, xscheme-send-char, xscheme-send-proceed)
15151 (xscheme-send-control-g-interrupt): Use process-send-string rather
15152 than send-string.
15153
15154 (xscheme-send-region): Insert a newline after an expression that
15155 is submitted in the interaction buffer, for consistency with
15156 recent changes to Edwin.
15157
15158 (xscheme-delete-output): New function mimics comint-delete-output.
15159 (xscheme-last-input-end): New internal variable.
15160 (xscheme-process-filter-output): Update xscheme-last-input-end.
15161
15162 (xscheme-send-control-g-interrupt): Make sure that
15163 xscheme-control-g-disabled-p is looked up in the right buffer.
15164
15165 (xscheme-enable-control-g): Clear C-g message if visible.
15166 (xscheme-control-g-message-string): New internal var.
15167 (xscheme-send-control-g-interrupt): Use new var.
15168
15169 (xscheme-send-control-g-interrupt, xscheme-send-interrupt):
15170 Delay after sending interrupt in order to work around race condition.
15171
15172 (xscheme-send-control-g-interrupt, xscheme-send-interrupt)
15173 (xscheme-send-char): Use xscheme-send-char rather than send-string
15174 to send single char.
15175
15176 (xscheme-process-filter, xscheme-process-filter-alist):
15177 Add support for evaluating expressions outside of the call-excursion.
15178 (xscheme-process-filter:string-action-noexcursion): New func.
15179
15180 (xscheme-write-value): Change output string to match that used by
15181 Edwin.
15182
15183 (xscheme-coerce-prompt): Don't write a space after a command
15184 prompt. The PROMPT-FOR-COMMAND- procedures will take care of this
15185 for us.
15186
15187 (reset-scheme): Delete process after killing it.
15188
15189 2002-01-02 Eli Zaretskii <eliz@is.elta.co.il>
15190
15191 * bindings.el (function-key-map): Don't bind shifted keypad
15192 numeric keys.
15193
15194 2002-01-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15195
15196 * enriched.el (enriched-handle-display-prop): Remove unused variables.
15197 (enriched-mode): Doc fix.
15198
15199 2002-01-02 Eli Zaretskii <eliz@is.elta.co.il>
15200
15201 * international/ucs-tables.el (ucs-8859-8-alist): Comment away
15202 Hebrew points.
15203
15204 2002-01-01 Richard M. Stallman <rms@gnu.org>
15205
15206 * jka-compr.el (jka-compr-write-region): If START = nil, use whole buf.
15207
15208 2001-12-31 Richard M. Stallman <rms@gnu.org>
15209
15210 * comint.el, cus-edit.el, diff-mode.el, enriched.el, font-lock.el:
15211 * generic-x.el, info.el, log-view.el, pcvs-info.el, speedbar.el:
15212 * wid-edit.el, woman.el, calendar/calendar.el, textmodes/flyspell.el:
15213 * emulation/viper-init.el, eshell/em-ls.el, progmodes/antlr-mode.el:
15214 * progmodes/cperl-mode.el, progmodes/idlwave.el:
15215 * progmodes/sh-script.el, progmodes/vhdl-mode.el:
15216 Adapt face definitions to use :weight and :slant.
15217
15218 * ps-print.el (ps-font-lock-face-attributes): Use :weight and :slant.
15219
15220 * cus-edit.el (custom-face-edit-fix-value): Delete `assert' call.
15221
15222 * font-lock.el (initializing from font-lock-face-attributes):
15223 Use :weight and :slant, not :bold and :italic.
15224
15225 2001-12-31 Per Abrahamsen <abraham@dina.kvl.dk>
15226
15227 * cus-edit.el (custom-face-edit-fix-value): New function.
15228 (custom-face-edit): Use it, to convert :italic and :bold to new forms.
15229
15230 2001-12-30 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15231
15232 * progmodes/octave-mod.el (octave-abbrev-table):
15233 * progmodes/idlwave.el (idlwave-mode-abbrev-table):
15234 * progmodes/fortran.el (fortran-mode-abbrev-table):
15235 * progmodes/f90.el (f90-mode-abbrev-table):
15236 * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init):
15237 * progmodes/sql.el (sql-mode-abbrev-table): Mark all the
15238 predefined abbrevs as "system" abbrevs.
15239
15240 2001-12-30 Richard M. Stallman <rms@gnu.org>
15241
15242 * info.el (Info-fontify-node): For a **** underline line, put the
15243 invisible and intangible props on the following newline, but not
15244 on the previous newline or the last char of the previous line.
15245
15246 * faces.el (face-set-after-frame-default): Don't change `default' face.
15247
15248 * faces.el (minibuffer-prompt): Adopt some default colors.
15249
15250 * replace.el (query-replace-read-args): Immediate error if read-only.
15251
15252 * textmodes/makeinfo.el (makeinfo-compilation-sentinel):
15253 Display the output buffer in a more intelligent way.
15254
15255 2001-12-30 Eli Zaretskii <eliz@is.elta.co.il>
15256
15257 * ls-lisp.el (insert-directory): Modify the "total" line wording,
15258 in accordance with files.el's insert-directory.
15259
15260 2001-12-29 Richard M. Stallman <rms@gnu.org>
15261
15262 * files.el (basic-save-buffer): If a before-write hook displays
15263 an echo area message, pause before calling basic-save-buffer-1.
15264
15265 2001-12-29 Markus Rost <rost@math.ohio-state.edu>
15266
15267 * textmodes/reftex-global.el (reftex-query-replace-document)
15268 (reftex-change-label): Doc fix.
15269
15270 * dired-aux.el (dired-do-query-replace-regexp): Doc fix.
15271
15272 * progmodes/etags.el (tags-query-replace): Doc fix.
15273
15274 2001-12-29 Richard M. Stallman <rms@gnu.org>
15275
15276 * progmodes/compile.el (compile-internal): Fix previous change.
15277
15278 2001-12-28 Richard M. Stallman <rms@gnu.org>
15279
15280 * mouse.el (mouse-drag-mode-line-1): When dragging a mode line upward,
15281 shrink the windows above as necessary to get space.
15282 (mouse-drag-move-window-bottom, mouse-drag-window-above): New fns.
15283
15284 * net/ange-ftp.el (ange-ftp-allow-child-lookup): Always return nil.
15285 This fixes a bug that treated all files as directories.
15286 (ange-ftp-insert-directory): Explicitly follow symlinks.
15287
15288 * international/iso-transl.el (iso-transl-char-map) Eliminate the
15289 alias symbols--put the translated sequences here directly.
15290
15291 * progmodes/cc-mode.el (c-mode-abbrev-table)
15292 (c++-mode-abbrev-table, objc-mode-abbrev-table)
15293 (java-mode-abbrev-table, pike-mode-abbrev-table):
15294 Mark all the predefined abbrevs as "system" abbrevs.
15295
15296 * mail/sendmail.el (mail-envelope-from): Fix custom type.
15297 (sendmail-send-it): Check mail-specify-envelope-from
15298 and mail-envelope-from in the mail buffer at start.
15299
15300 2001-12-28 Simon Josefsson <jas@extundo.com>
15301
15302 * mail/sendmail.el (mail-envelope-from): Fix :type.
15303 (sendmail-send-it): Copy `mail-envelope-from' from calling buffer.
15304
15305 2001-12-28 Richard M. Stallman <rms@gnu.org>
15306
15307 * net/ldap.el (ldap-search-internal): Handle <file://...> in results.
15308
15309 * simple.el (line-move-invisible): New subroutine.
15310 (line-move-to-column): New subroutine--smarter about advancing over
15311 invisible parts of a line, or lines, but only as long as hpos grows.
15312 (line-move-finish): New subroutine: repeatedly processes desired
15313 column, intangibility, and fields.
15314 (line-move): Use those subroutines.
15315 When moving lines downward, skip invisible text first rather than last.
15316
15317 2001-12-27 Richard M. Stallman <rms@gnu.org>
15318
15319 * international/mule-diag.el (describe-char-after):
15320 Describe the text properties of the char after point.
15321
15322 * help.el (describe-key): Doc fix.
15323
15324 2001-12-26 Markus Rost <rost@math.ohio-state.edu>
15325
15326 * find-dired.el (find-dired-sentinel): Precede exit message by
15327 two spaces, to match the regexp in dired-between-files.
15328
15329 2001-12-28 Miles Bader <miles@gnu.org>
15330
15331 * wid-edit.el (widget-toggle-value-create): Don't eval actual
15332 images (which are lists too).
15333
15334 2001-12-27 Eli Zaretskii <eliz@is.elta.co.il>
15335
15336 * language/european.el: Fix the doc string of "Latin-5" language
15337 environment.
15338
15339 2001-12-26 Richard M. Stallman <rms@gnu.org>
15340
15341 * textmodes/flyspell.el (flyspell-mode-map): New keymap,
15342 defined as before 2001-11-09.
15343 (add-minor-mode call): Specify the keymap.
15344
15345 * progmodes/compile.el (compile-internal):
15346 Set TERM variable in process-environment.
15347
15348 2001-12-25 Richard M. Stallman <rms@gnu.org>
15349
15350 * help-mode.el (help-xref-on-pp): Catch and ignore errors in scanning
15351 the buffer.
15352
15353 * startup.el (command-line): Convert command line args
15354 to Emacs internal representation using locale-coding-system.
15355
15356 2001-12-25 Eli Zaretskii <eliz@is.elta.co.il>
15357
15358 * international/fontset.el: Don't require ind-util when compiling.
15359
15360 2001-12-25 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15361
15362 * emulation/tpu-edt.el (tpu-reset-screen-size):
15363 Use set-frame-height and set-frame-width instead of set-screen-height
15364 and set-screen-width.
15365
15366 * vt-control.el (vt-wide, vt-narrow): Use set-frame-width instead
15367 of obsolete set-screen-width.
15368
15369 * locate.el (locate): Remove dot at the end of error argument.
15370
15371 * emerge.el (emerge-show-file-name): Use frame-height instead of
15372 obsolete screen-height.
15373
15374 * mail/mh-utils.el (mh-show-msg): Likewise.
15375 (mh-handle-process-error): Use frame-width instead of obsolete
15376 screen-width.
15377
15378 2001-12-25 Richard M. Stallman <rms@gnu.org>
15379
15380 * window.el (balance-windows): Use new PRESERVE-BEFORE arg
15381 to enlarge-window. Use save-selected-window. Don't try
15382 to resize windows that end at the bottom "level".
15383 Retry changing the sizes until the windows get the desired sizes.
15384 Discount the minibuffer when computing total height available.
15385
15386 * emacs-lisp/debug.el (debugger-mode-map): Bind C-m, not `RET'.
15387 (debugger-make-xrefs): Only make a button for the first symbol
15388 on any line.
15389
15390 2001-12-24 Eli Zaretskii <eliz@is.elta.co.il>
15391
15392 * term/internal.el (dos-cpNNN-setup, dos-codepage-setup):
15393 Call IT-setup-unicode-display here instead of adding it to
15394 dos-codepage-setup-hook, so that Unicode display tables are set
15395 before dos-codepage-setup-hook runs.
15396
15397 2001-12-24 Richard M. Stallman <rms@gnu.org>
15398
15399 * net/net-utils.el (ftp-mode-abbrev-table): Don't define it.
15400 (nslookup-mode-abbrev-table): Don't define it.
15401 (smbclient-mode-abbrev-table): Don't define it.
15402 (ftp-mode): Don't use ftp-mode-abbrev-table; don't enable Abbrev mode.
15403 (nslookup-mode, smbclient-mode): Likewise.
15404 (network-connection-service-abbrev-alist): Variable deleted.
15405 (network-connection-mode-setup): Don't set up abbrev table.
15406
15407 * faces.el (minibuffer-prompt): New face.
15408 (minibuffer-prompt-properties): Add `face' property.
15409
15410 * replace.el (occur-mode-display-occurrence): New function.
15411 (occur-mode-map): Bind C-o to it.
15412
15413 2001-12-24 Michael Kifer <kifer@cs.sunysb.edu>
15414
15415 * viper-cmd.el (viper-change-state): Got rid of make-local-hook.
15416 (viper-special-read-and-insert-char): Make C-m work right in the r
15417 comand.
15418 (viper-buffer-search-enable): Fixed format string.
15419
15420 * viper-ex.el (ex-token-alist): Use ex-set-visited-file-name
15421 instead of viper-info-on-file.
15422 (ex-set-visited-file-name): New function.
15423
15424 * viper.el (viper-emacs-state-mode-list): Added mail-mode.
15425
15426 * ediff-mult.el (ediff-meta-mark-equal-files): Added optional
15427 action argument.
15428
15429 * ediff-init.el: Fixed some doc strings.
15430
15431 * ediff-util.el (ediff-after-quit-hook-internal): New variable.
15432 Got rid of make-local-hook.
15433
15434 * ediff-wind.el (ediff-setup-control-frame): Got rid of
15435 make-local-hook.
15436
15437 2001-12-23 Richard M. Stallman <rms@gnu.org>
15438
15439 * term/x-win.el (x-handle-geometry): Put height and width
15440 on default-frame-alist, left and top on initial-frame-alist.
15441 * term/w32-win.el (x-handle-geometry): Likewise.
15442
15443 * sort.el (sort-reorder-buffer): Copy all to a temp buffer first.
15444
15445 * play/yow.el (yow): Use an arg to distinguish interactive calls,
15446 not interactive-p.
15447
15448 2001-12-22 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15449
15450 * emacs-lisp/elint.el (elint-unknown-builtin-args):
15451 Remove mocklisp entries.
15452
15453 * subr.el (insert-string): Moved from mocklisp.c, reimplemented in
15454 Lisp. Obsoleted.
15455
15456 * emulation/mlconvert.el: File removed.
15457
15458 * emulation/mlsupport.el: Moved to obsolete.
15459
15460 * obsolete/mlsupport.el: Moved there from lisp/emulation.
15461
15462 * emacs-lisp/find-gc.el (source-files): Remove mocklisp.c.
15463
15464 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
15465 Remove mocklisp case.
15466
15467 * help-fns.el (describe-function-1): Remove mocklisp function case.
15468
15469 2001-12-22 Miles Bader <miles@gnu.org>
15470
15471 * textmodes/refill.el (refill-mode): Don't barf when redundantly
15472 turning refill-mode off.
15473
15474 2001-12-22 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15475
15476 * time.el (display-time-load-average-threshold): New variable.
15477 (display-time-update): Use it.
15478
15479 These changes allow cycling through past 1, 5 and 15 minutes
15480 load-average displayed in the mode-line.
15481
15482 * time.el (display-time-default-load-average): New customizable option.
15483 (display-time-load-average): New variable.
15484 (display-time-cycle-load-average): New function.
15485 (display-time-update): Use them.
15486
15487 2001-12-21 Richard M. Stallman <rms@gnu.org>
15488
15489 * apropos.el (apropos-print): SPACING is now nil or a separator string.
15490 (apropos-documentation, apropos-value): Pass a suitable string.
15491
15492 2001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
15493
15494 * dired.el (dired-free-space-program, dired-free-space-args):
15495 Aliases for back-compatibility.
15496
15497 * info.el (Info-select-node): If Info-use-header-line is nil, set
15498 header-line-format to nil.
15499 (Info-fontify-node): Don't put a keymap text property on the
15500 heading if we are not going to display the header line. Remove
15501 any such text properties left over from past visits to this node.
15502
15503 * ls-lisp.el (insert-directory): Insert the amount of free disk
15504 space, like files.el's insert-directory does.
15505
15506 * files.el (directory-free-space-program):
15507 Mention file-system-info in the doc string.
15508 (get-free-disk-space): New function; code moved from insert-directory.
15509 (insert-directory): Call get-free-disk-space to get the amount of
15510 free space.
15511
15512 2001-12-21 Richard M. Stallman <rms@gnu.org>
15513
15514 * help.el (view-order-manuals, view-emacs-news, describe-copying)
15515 (describe-distribution, describe-project): Use view-file.
15516
15517 * emacs-lisp/cl-indent.el (define-modify-macro): Better indent spec.
15518
15519 * net/ange-ftp.el (ange-ftp-file-modtime): Use save-match-data.
15520
15521 * emacs-lisp/easy-mmode.el (define-minor-mode):
15522 Make no arg by default in an interactive call,
15523 so that repeating the command toggles again.
15524
15525 * emacs-lisp/lisp-mode.el (eval-defun-1): Cope with atoms as args.
15526
15527 2001-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
15528
15529 * antlr-mode.el: More sophisticated indentation of cpp directive.
15530 (antlr-indent-at-bol-alist): New user option.
15531 (antlr-indent-line): Use it.
15532 (antlr-indent-style): New user option.
15533 (antlr-mode): Use it.
15534 (antlr-indent-item-regexp): Customize.
15535
15536 * antlr-mode.el: Syntax highlighting changes.
15537 (antlr-font-lock-literal-regexp): New user option.
15538 (antlr-font-lock-syntax-face): New face used for :, |, ....
15539 (antlr-font-lock-default-face): New face.
15540 (antlr-font-lock-additional-keywords): Use them.
15541
15542 * antlr-mode.el: New command to insert options -- variables.
15543 (antlr-mode-map): New binding [C-c C-o].
15544 (antlr-mode-menu): New submenus.
15545 (antlr-options-use-submenus): New user option.
15546 (antlr-tool-version): New user option.
15547 (antlr-options-auto-colon): New user option.
15548 (antlr-options-style): New user option.
15549 (antlr-options-push-mark): New user option.
15550 (antlr-options-assign-string): New user option.
15551 (antlr-options-headings): New variable.
15552
15553 * antlr-mode.el: New command to insert options -- specific.
15554 (antlr-options-alists): New variable.
15555 (antlr-read-value): New function.
15556 (antlr-read-boolean): New function.
15557 (antlr-language-option-extra): New function.
15558 (antlr-language-limit-n-regexp): Change default to higher LIMIT.
15559 (antlr-c++-mode-extra): New function.
15560 (antlr-grammar-tokens): New function.
15561 (antlr-imenu-create-index-function): New optional argument.
15562
15563 * antlr-mode.el: New command to insert options -- functions.
15564 (antlr-insert-option): New command.
15565 (antlr-insert-option-interactive): New function.
15566 (antlr-options-menu-filter): New function.
15567 (antlr-option-kind): New function.
15568 (antlr-scan-lists): New alias.
15569 (antlr-scan-lists-internal): New function.
15570 (antlr-skip-file-prelude): Hack for special SKIP-COMMENT.
15571 (antlr-option-level): New function.
15572 (antlr-syntactic-grammar-depth): New function.
15573 (antlr-option-location): New function.
15574 (antlr-insert-option-do): New function.
15575 (antlr-option-spec): New function.
15576 (antlr-version-string): New function.
15577 (antlr-insert-option-existing): New function.
15578 (antlr-insert-option-space): New function.
15579 (antlr-insert-option-area): New function.
15580
15581 * antlr-mode.el: New electric keys ":;|&(){}", TAB works better
15582 with narrowing. Menu change. Miscellaneous.
15583 (antlr-mode-menu): Include "Indent Region" and "Customize Antlr".
15584 (antlr-mode-map): New bindings for characters in ":;|&(){}".
15585 (antlr-electric-character): New command.
15586 (antlr-class-header-regexp): New variable.
15587 (antlr-font-lock-additional-keywords): Use it.
15588 (antlr-imenu-create-index-function): Use it.
15589 (antlr-file-dependencies): Use it.
15590 (antlr-indent-line): Also works with restrictions.
15591 (antlr-indent-command): Interactive spec - changes the buffer.
15592 (antlr-language-for-option): Deletia.
15593 (antlr-language-option): New function, defined instead.
15594 (antlr-mode): Use it.
15595
15596 2001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
15597
15598 * jka-compr.el (jka-compr-partial-uncompress): Use null-device
15599 instead of a literal /dev/null.
15600
15601 * Makefile.in (distclean): Remove Makefile in the build
15602 directory, not in the source directory.
15603
15604 2001-12-21 Simon Josefsson <jas@extundo.com>.
15605
15606 * mail/smtpmail.el (smtpmail-send-queued-mail):
15607 Use with-temp-buffer instead of find-file-noselect, and bind
15608 coding-system-for-read to no-conversion when reading the queued
15609 messages. (Simon's code modified slightly by Eli Zaretskii.)
15610
15611 2001-12-20 Werner Lemberg <wl@gnu.org>
15612
15613 * international/mule-diag.el (describe-coding-system)
15614 (print-coding-system-briefly): Make printed output have a similar
15615 format as describe-character-set.
15616
15617 2001-12-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15618
15619 * play/blackbox.el (bb-member): Remove, use member instead.
15620 (bb-delete): Remove, use delete instead.
15621 Update copyright notice. Defvar for bb-board, bb-x, bb-y,
15622 bb-score, bb-detour-count and bb-balls-placed.
15623 Propertize results of rays.
15624
15625 2001-12-19 Karl Fogel <kfogel@red-bean.com>
15626
15627 * isearch.el (isearch-forward, isearch-edit-string): Make doc
15628 strings mention keybinding for `isearch-yank-word-or-char',
15629 rather than `isearch-yank-word', since the former is bound now
15630 and the latter is not.
15631 (isearch-yank-word-or-char): Fix formatting.
15632
15633 2001-12-19 Werner Lemberg <wl@gnu.org>
15634
15635 * language/czech.el, language/european.el, language/slovak.el:
15636 More fixes for language info doc strings.
15637
15638 2001-12-19 Eli Zaretskii <eliz@is.elta.co.il>
15639
15640 * loadup.el: Add "language" to the load-path.
15641
15642 2001-12-19 Richard M. Stallman <rms@gnu.org>
15643
15644 * international/mule-cmds.el (describe-language-environment):
15645 Fix calls to help-xref-button.
15646
15647 2001-12-19 Miles Bader <miles@gnu.org>
15648
15649 * international/fontset.el: Require `ind-util' when compiling.
15650
15651 2001-12-18 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15652
15653 * language/ethio-util.el (ethio-modify-vowel): Use char-to-string
15654 instead of decompose-composite-char.
15655
15656 2001-12-18 Richard M. Stallman <rms@gnu.org>
15657
15658 * simple.el (eval-expression-print-level)
15659 (eval-expression-print-length): Doc fixes.
15660
15661 * international/mule-diag.el (describe-character-set):
15662 Fix the arg to help-xref-button.
15663
15664 * files.el (directory-free-space-program): New variable.
15665 (directory-free-space-args): New variable.
15666 (insert-directory): Use those two variables for getting free space.
15667 Use file-system-info instead, if that is defined.
15668
15669 * dired.el (dired-free-space-program): Variable deleted.
15670 (dired-free-space-args): Variable deleted.
15671 (dired-insert-directory): Don't try to determine free space.
15672
15673 * files.el (font-lock-defaults): Add risky-local-variables prop.
15674 (hack-one-local-variable): Treat various font-lock variables as risky.
15675
15676 2001-12-18 Werner Lemberg <wl@gnu.org>
15677
15678 * language/chinese.el, language/cyrillic.el:
15679 * language/czech.el, language/european.el, language/greek.el:
15680 * language/hebrew.el, language/indian.el, language/japanese.el:
15681 * language/korean.el, language/lao.el, language/slovak.el:
15682 * language/thai.el, language/tibetan.el, language/vietnamese.el:
15683 Improve documentation strings of coding systems and language infos.
15684
15685 2001-12-18 Werner LEMBERG <wl@gnu.org>
15686
15687 Add support for EUC-TW decoding/encoding.
15688
15689 * language/china-util.el (big5-to-flat-code, flat-code-to-big5)
15690 (euc-to-flat-code, flat-code-to-euc, expand-euc-big5-alist):
15691 New auxiliary functions to build `big5-to-cns'.
15692 (big5-to-cns): New translation alist.
15693
15694 * language/chinese.el: Added new coding system `euc-tw' and its
15695 alias `euc-taiwan'.
15696 Updated language `Chinese-CNS' to include euc-tw encoding also.
15697 (ccl-decode-euc-tw, ccl-encode-euc-tw): New functions for handling
15698 euc-tw.
15699
15700 2001-12-18 Dave Love <fx@gnu.org>
15701
15702 * loadup.el: Add language/utf-8-lang, language/georgian.
15703
15704 * image-file.el (image-file-name-extensions): Add pnm. Doc fix.
15705 (image-file-name-regexps): Doc fix.
15706
15707 * server.el (server-unload-hook): New function.
15708
15709 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): Group the leader.
15710 (lm-crack-copyright): Cope with multi-line copyright `lines'.
15711
15712 * simple.el (newline): Doc fix.
15713 (eval-expression-print-level, eval-expression-print-length): Doc
15714 fix. Amend :type.
15715 (next-line, previous-line): Make arg optional.
15716 (newline): Doc fix.
15717
15718 * Makefile.in (DONTCOMPILE): Add various language files.
15719
15720 * international/quail.el (quail-input-string-to-events): Don't use
15721 string-to-list.
15722
15723 * progmodes/f90.el (f90-break-line): Avoid infinite recursion
15724 calling `newline'.
15725
15726 2001-12-17 Richard M. Stallman <rms@gnu.org>
15727
15728 * comint.el (comint-dynamic-list-input-ring-select): New function.
15729 Switches back to the old window configuration.
15730 (comint-dynamic-list-input-ring): Bind RET to that function.
15731 (comint-dynamic-list-input-ring-window-conf): New variable.
15732
15733 2001-12-17 Werner Lemberg <wl@gnu.org>
15734
15735 * international/mule-conf.el: Improve documentation strings of
15736 character sets.
15737
15738 2001-12-16 Richard M. Stallman <rms@gnu.org>
15739
15740 * dired.el (dired-copy-filename-as-kill): Moved from dired-x.el.
15741 (dired-mode-map): Bind w to dired-copy-filename-as-kill.
15742
15743 * dired-x.el (dired-copy-filename-as-kill): Moved to dired.el.
15744
15745 * autoinsert.el (auto-insert-alist): Redo finding C and C++ headers.
15746 Add a DESCRIPTION for the makefile item.
15747
15748 * find-file.el (ff-other-file-name): New function.
15749
15750 2001-12-16 Eli Zaretskii <eliz@is.elta.co.il>
15751
15752 * international/quail.el (quail-input-string-to-events): Fix last
15753 change.
15754
15755 2001-12-16 Richard M. Stallman <rms@gnu.org>
15756
15757 * isearch.el (isearch-edit-string): When we set isearch-string
15758 to the default, also set isearch-message.
15759
15760 * subr.el (temp-buffer-show-hook, temp-buffer-setup-hook): Add defvars.
15761
15762 * startup.el (command-line-1): Display startup screen
15763 even if there are command line args.
15764 Add a note about how to go to editing your files.
15765 (fancy-splash-head): Add a note about how to go to your files.
15766 (fancy-splash-outer-buffer): New variable.
15767 (fancy-splash-screens): Bind variable fancy-splash-outer-buffer.
15768
15769 * subr.el (with-temp-message): At the end, always discard
15770 the temp message, even by clearing the echo area.
15771
15772 * progmodes/sh-script.el (sh-mode): Run sh-mode-hook.
15773
15774 2001-12-16 Stefan Monnier <monnier@cs.yale.edu>
15775
15776 * log-view.el (log-view-message-re, log-view-current-tag):
15777 Recognize Subversion's log output format.
15778
15779 * international/fontset.el: Build the list L at compile time.
15780
15781 * language/ind-util.el (mapthread): Make a closure.
15782
15783 2001-12-15 Richard M. Stallman <rms@gnu.org>
15784
15785 * isearch.el (isearch-start-hscroll): New variable.
15786 (isearch-mode): Set isearch-start-hscroll.
15787 (isearch-update): Restore original hscrolling if possible.
15788
15789 * isearch.el (isearch-edit-string):
15790 Treat isearch-yank-word-or-char specially, like isearch-yank-word.
15791
15792 * emacs-lisp/debug.el (debugger-previous-backtrace): New variable.
15793 (debugger-make-xrefs): Optimize by (1) using skip-syntax-forward
15794 rather than regexp search and (2) copying text properties
15795 already set up on text unchanged from the previous backtrace.
15796
15797 * case-table.el (set-case-syntax-pair):
15798 Detect invalid calls and signal an error.
15799
15800 2001-12-15 Richard M. Stallman <rms@gnu.org>
15801
15802 * language/ind-util.el (range): Function deleted.
15803 (indian-regexp-of-hashtbl-keys): Renamed from `regexp-of-hashtbl-keys'.
15804 All calls changed.
15805
15806 * language/devan-util.el (devanagari-range): Renamed from `range'.
15807 All calls changed.
15808 (devanagari-regexp-of-hashtbl-keys):
15809 Renamed from `regexp-of-hashtbl-keys'. All calls changed.
15810
15811 2001-12-15 Dave Love <fx@gnu.org>
15812
15813 * language/ind-util.el: Don't require cl.
15814 (indian-glyph-char, indian-glyph-max-char)
15815 (indian-char-glyph): Moved from indian.el
15816 (indian--puthash-char, mapthread): Don't quote lambda.
15817 (indian--map): New function.
15818 (indian--puthash-v, indian--puthash-c, indian--puthash-m)
15819 (indian--puthash-cv): Use it.
15820
15821 * language/indian.el (indian-glyph-char, indian-glyph-max-char)
15822 (indian-char-glyph): Moved to ind-util.el
15823
15824 * language/devan-util.el (devanagari-post-read-conversion):
15825 New function.
15826
15827 * language/georgian.el: New file.
15828
15829 * international/mule-cmds.el (locale-language-names): Add various
15830 entries. Remove utf-8 special case.
15831 (locale-charset-language-names, locale-preferred-coding-systems):
15832 Add utf-8 case.
15833 (set-language-environment): Process required-features earlier.
15834
15835 * international/quail.el (quail-keyboard-layout-alist):
15836 Add pc105-uk.
15837 (quail-keyboard-layout-type): Fix :type.
15838 (quail-choose-completion-string): Simplify.
15839 (quail-update-leim-list-file): Don't get fooled by commented-out code.
15840 (quail-input-string-to-events): Run events through
15841 translation-table-for-input.
15842
15843 * international/mule-conf.el (translation-table-for-input):
15844 New variable.
15845 (latin-iso8859-14): Amend description.
15846 (file-coding-system-alist): Add entry for utf-8.
15847
15848 * language/utf-8-lang.el: New file.
15849
15850 * international/code-pages.el: New file.
15851
15852 * language/hebrew.el ("Windows-1255"): New language.
15853
15854 * language/european.el ("Welsh", "Latin-7", "Lithuanian")
15855 ("Latvian"): New languages.
15856
15857 2001-12-14 Stefan Monnier <monnier@cs.yale.edu>
15858
15859 * xml.el: Use setq rather than (set 'foo bar).
15860 Use push+nreverse rather than append.
15861 (xml-node-name, xml-node-attributes, xml-node-children):
15862 Use defsubst rather than macros.
15863 (xml-parse-region): Handle a nil return value from xml-parse-tag.
15864 (xml-parse-tag): Don't skip white space. Return nil for a comment.
15865 Concat the two strings surrounding a comment into a single string.
15866
15867 * newcomment.el (comment-indent): Jump to the middle of empty comments.
15868
15869 2001-12-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15870
15871 * select.el (xselect-convert-to-class, xselect-convert-to-name):
15872 Document.
15873
15874 2001-12-14 Andre Spiegel <spiegel@gnu.org>
15875
15876 * vc-hooks.el (vc-checkout-model, vc-state, vc-workfile-version):
15877 Return nil if FILE is not registered.
15878 (vc-check-master-templates, vc-default-make-version-backups-p):
15879 Doc fix.
15880
15881 2001-12-13 David Ponce <david@dponce.com>
15882
15883 * ruler-mode.el (ruler-mode-extra-left-cols): Remove.
15884 (ruler-mode-left-fringe-cols): New macro.
15885 (ruler-mode-right-fringe-cols): New macro.
15886 (ruler-mode-left-scroll-bar-cols): New macro.
15887 (ruler-mode-right-scroll-bar-cols): New macro.
15888 (ruler-mode-ruler): Use above new macros.
15889
15890 2001-12-13 Richard M. Stallman <rms@gnu.org>
15891
15892 * files.el (set-auto-mode): Fix previous change.
15893
15894 2001-12-13 Stefan Monnier <monnier@cs.yale.edu>
15895
15896 * emacs-lisp/easymenu.el (easy-menu-intern): New fun.
15897 (easy-menu-do-define, easy-menu-convert-item-1)
15898 (easy-menu-define-key-intern, easy-menu-get-map): Use it.
15899 (easy-menu-return-item): Only return nil if there is no binding.
15900
15901 2001-12-13 Rajesh Vaidheeswarran <rv@gnu.org>
15902
15903 * whitespace.el (whitespace-version): 3.2
15904 * whitespace.el (whitespace-force-mode-line-update): Replace with
15905 `whitespace-mode-line-update', which is an alias to the correct
15906 function in various emacsen.
15907 * whitespace.el (whitespace-{un,}highlight-the-space):
15908 Add colorized highlighting of the bogus whitespaces in a buffer/file,
15909 using the `whitespace-highlight-face' if
15910 `whitespace-display-spaces-in-color' is set.
15911
15912 2001-12-13 Eli Zaretskii <eliz@is.elta.co.il>
15913
15914 * international/mule.el (set-auto-coding): Don't search for
15915 "unibyte:" or "coding:" if set-auto-mode-1 returns nil.
15916
15917 2001-12-13 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15918
15919 * mail/mailabbrev.el (mail-abbrevs-setup): Do not use make-local-hook.
15920
15921 * mail/rmail.el (rmail-fontify-buffer-function): Likewise.
15922
15923 * mail/rmailsum.el (rmail-summary-mode): Likewise.
15924
15925 2001-12-13 Richard M. Stallman <rms@gnu.org>
15926
15927 * simple.el (undo): Always set this-command to `undo',
15928 so that the next undo after an error will not begin redoing.
15929
15930 * simple.el (shell-command): Doc fix.
15931 (shell-command-on-region): If there is output an an error,
15932 add "...Shell command failed" to the output.
15933
15934 2001-12-13 David Ponce <david@dponce.com>
15935
15936 * ruler-mode.el (ruler-mode-left-fringe-cols): Variable removed.
15937 (ruler-mode-left-fringe-cols): Function replaced by more efficient
15938 implementation `ruler-mode-extra-left-cols'.
15939 (ruler-mode-ruler): Use above new function. Take into account
15940 that the fringe areas can now be resized.
15941
15942 2001-12-12 Richard M. Stallman <rms@gnu.org>
15943
15944 * international/characters.el (Unicode): Comment out
15945 the specifications for kelvin and angstrom signs.
15946
15947 * international/mule.el (make-translation-table-from-vector):
15948 Allow null elements in VEC.
15949
15950 * international/ucs-tables.el (unify-8859-on-encoding-mode)
15951 (unify-8859-on-decoding-mode): Swap the code in their bodies.
15952 Add :version.
15953
15954 2001-12-11 Richard M. Stallman <rms@gnu.org>
15955
15956 * derived.el (derived-mode-p): Function moved to subr.el.
15957
15958 * subr.el (derived-mode-p): Moved here from derived.el.
15959
15960 * international/mule.el (set-auto-coding): Use set-auto-mode-1.
15961
15962 * files.el (set-auto-mode-1): New subroutine, broken out of
15963 set-auto-mode.
15964 (set-auto-mode, hack-local-variables-prop-line): Use that.
15965
15966 2001-12-11 Dave Love <fx@gnu.org>
15967
15968 * language/thai-util.el, language/thai.el: Add Unicode equivalents.
15969
15970 * language/european.el: Remove autoload cookies. Fix registration
15971 of diacritic composition function.
15972
15973 2001-12-11 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15974
15975 * calendar/todo-mode.el: Require time-stamp.
15976
15977 * net/zone-mode.el (zone-mode): Don't use make-local-hook.
15978
15979 2001-12-11 Richard M. Stallman <rms@gnu.org>
15980
15981 * emacs-lisp/authors.el (authors-aliases): Delete "Richard Stallmao".
15982
15983 * textmodes/ispell.el (ispell-buffer-local-parsing):
15984 Match xml like sgml.
15985
15986 * emacs-lisp/advice.el (ad-compile-function):
15987 Byte compile the function under another (uninterned) name.
15988
15989 * gud.el (gdb): Define and bind gud-jump.
15990
15991 * font-lock.el (font-lock-mode):
15992 Put our function at the end of after-change-functions.
15993
15994 * ediff-diff.el (ediff-cmp-options): Doc fix.
15995
15996 * comint.el (comint-password-prompt-regexp): Match "UNIX Password".
15997
15998 2001-12-10 Richard M. Stallman <rms@gnu.org>
15999
16000 * isearch.el (isearch-yank-word-or-char): New function.
16001 (isearch-mode-map): Bind C-w to that.
16002
16003 * menu-bar.el (menu-bar-mode): Make arg optional.
16004
16005 * simple.el (line-move): Cope if next-single-property-change
16006 or previous-single-property-change returns nil.
16007
16008 * emacs-lisp/lisp-mnt.el (lm-verify): New arg NON-FSF-OK.
16009 Don't use interactive-p; instead, pass the proper args
16010 in (interactive...). Clean up most of the trouble-report strings.
16011
16012 2001-12-10 Eli Zaretskii <eliz@is.elta.co.il>
16013
16014 * mail/smtpmail.el (smtpmail-send-queued-mail): Insert the
16015 enqueued messages literally.
16016
16017 2001-12-10 Noah Friedman <friedman@splode.com>
16018
16019 * battery.el (battery-insert-file-contents): Obsolete function
16020 removed.
16021 (battery-read-function): Obsolete function removed.
16022 (battery-linux-proc-apm): Use insert-file-contents.
16023
16024 2001-12-07 Stephen Eglen <stephen@gnu.org>
16025
16026 * iswitchb.el (iswitchb-visit-buffer):
16027 Use `select-frame-set-input-focus'--needed when window manager
16028 uses "click to focus" policy.
16029
16030 2001-12-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16031
16032 * COPYING: Moved back.
16033
16034 2001-12-07 Eli Zaretskii <eliz@is.elta.co.il>
16035
16036 * term/internal.el (IT-character-translations): Add entries for
16037 more points.
16038
16039 * international/characters.el: Resurrect the Hebrew category
16040 settings for all Hebrew characters removed by the last change.
16041 Add code for setting the Hebrew category of the Unicode Hebrew
16042 characters. Set syntax entries for Hebrew punctuation characters.
16043
16044 * international/ucs-tables.el (ucs-8859-8-alist): Add Hebrew
16045 points and directional formatting control characters.
16046
16047 2001-12-07 Dave Love <fx@gnu.org>
16048
16049 * language/lao-util.el: Add Unicode equivalents for rules.
16050 (lao-post-read-conversion): New function.
16051
16052 * language/lao.el: Add Unicode equivalents.
16053 (lao): Add post-read conversion.
16054
16055 * international/latin1-disp.el: Fix some 8-bit-graphic characters.
16056 Use iso2022 encoding.
16057 (latin1-char-displayable-p): Doc fix.
16058 (latin1-display-ucs-per-lynx): New option.
16059 (latin1-display-ucs-per-lynx): New command.
16060 (latin1-display-reset): Special-case arabic.
16061 (ucs-tables): Require.
16062 (latin1-display-sets, latin1-display-setup): Add arabic.
16063 (latin1-display) <variable>: Use function latin1-display.
16064 (latin1-display) <function>: Add mule-unicode stuff.
16065 (latin1-display-check-font): Don't lose if `info' is nil.
16066
16067 * international/iso-transl.el: Insert Latin-1 characters, not
16068 unibyte codes.
16069
16070 * language/european.el (diacritic-composition-pattern): New constant.
16071 (diacritic-compose-region, diacritic-compose-string)
16072 (diacritic-compose-buffer, diacritic-post-read-conversion)
16073 (diacritic-composition-function): New functions.
16074
16075 * international/utf-8.el (ucs-mule-to-mule-unicode):
16076 New translation table.
16077 (ccl-encode-mule-utf-8): Use it.
16078 (utf-8-untranslated-to-ucs, utf-8-help-echo, utf-8-compose)
16079 (utf-8-post-read-conversion, utf-8-pre-write-conversion): New function.
16080 (utf-8-subst-table): New variable.
16081 (utf-8-compose-scripts): New option.
16082 (mule-utf-8): Update safe-charsets, pre-write and post-read conversion.
16083
16084 * international/ucs-tables.el, international/utf-8-subst.el:
16085 New files.
16086
16087 * international/characters.el: Don't set word syntax (the default)
16088 explicitly. Add a diacritic category. Add info for Unicode
16089 equivalents of characters in various Mule charsets and for extra
16090 Unicode characters. Don't define specific categories for
16091 Indian/Devanagari, since they aren't used.
16092
16093 2001-12-06 Richard M. Stallman <rms@gnu.org>
16094
16095 * textmodes/fill.el (set-justification): Rename arg VALUE to STYLE.
16096 (set-justification-left, set-justification-right): Doc fix.
16097
16098 * progmodes/f90.el (f90-break-line): Use (newline 1) to insert newline.
16099 (bug-f90-mode): Variable deleted.
16100
16101 2001-12-06 Stefan Monnier <monnier@cs.yale.edu>
16102
16103 * indent.el (indent-line-function): Default is indent-relative again.
16104
16105 2001-12-07 Miles Bader <miles@gnu.org>
16106
16107 * progmodes/compile.el (compilation-error-regexp-alist):
16108 Added regexps for RXP.
16109
16110 2001-12-05 Eli Zaretskii <eliz@is.elta.co.il>
16111
16112 * progmodes/cwarn.el (cwarn-font-lock-match-assignment-in-expression):
16113 Add shift-assignment operators to those highlighted, and highlight
16114 the whole operator rather than just the "=".
16115
16116 2001-12-04 Juanma Barranquero <lektu@terra.es>
16117
16118 * files.el (save-abbrevs, save-some-buffers): Don't ask the user
16119 before saving abbrevs if `save-abbrevs' has the value `silently'.
16120
16121 2001-12-04 Andreas Schwab <schwab@suse.de>
16122
16123 * xt-mouse.el (turn-off-xterm-mouse-tracking): Doc fix.
16124
16125 2001-12-04 Colin Walters <walters@debian.org>
16126
16127 * emacs-lisp/autoload.el (make-autoload): Also generate autoloads
16128 for `defmacro*' forms.
16129
16130 * emacs-lisp/lisp-mode.el (toplevel): Define docstring offset for
16131 `defmacro*'.
16132
16133 2001-12-03 Stefan Monnier <monnier@cs.yale.edu>
16134
16135 * progmodes/antlr-mode.el (antlr-c-common-init): Undo last change.
16136
16137 2001-12-02 Richard M. Stallman <rms@gnu.org>
16138
16139 * files.el (insert-directory): If the df output does not look right,
16140 don't try to use it. Other cleanups in overall code structure.
16141
16142 2001-12-02 Stefan Monnier <monnier@cs.yale.edu>
16143
16144 * textmodes/outline.el (outline-mode-prefix-map):
16145 Add bindings for outline-promote and outline-demote.
16146 (outline-minor-mode-menu-bar-map): New var.
16147 (outline-minor-mode): Use it.
16148 (outline-heading-alist): New var (renamed from outline-level-heading).
16149 (outline-level): Use it.
16150 (outline-insert-heading, outline-promote, outline-demote):
16151 Update to use outline-heading-alist.
16152
16153 * disp-table.el (standard-display-european):
16154 Simplify since the function is not interactive any more.
16155 Don't set the existing buffers to unibyte.
16156
16157 * pcvs-util.el (cvs-file-to-string): Move condition-case outside.
16158
16159 * pcvs.el (cvs-reread-cvsrc): Don't use cvs-file-to-string.
16160
16161 * reveal.el (reveal-mode): Fix reveal-mode's lighter.
16162
16163 * shell.el (shell): Use shell-file-name.
16164 Pop to buffer before calling comint to set COLUMNS properly.
16165
16166 * emacs-lisp/cl.el (svref): New alias.
16167
16168 * progmodes/antlr-mode.el (antlr-c-common-init):
16169 Don't inhibit adaptive-fill-mode any more.
16170
16171 * progmodes/delphi.el (delphi-mode): Don't use make-local-hook.
16172
16173 * progmodes/etags.el (tags-with-face): Use make-symbol.
16174 (tags-search, tags-query-replace): Use backquotes.
16175
16176 * textmodes/picture.el (picture-mode-map): Don't use defconst
16177 for a variable.
16178
16179 2001-12-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16180
16181 * textmodes/reftex-index.el (reftex-index-mode):
16182 Remove make-local-hook.
16183
16184 * textmodes/reftex-toc.el (reftex-toc-mode): Likewise.
16185
16186 2001-12-02 Kim F. Storm <storm@cua.dk>
16187
16188 * isearch.el (isearch-resume-enabled): New variable.
16189 (isearch-done): Use that variable.
16190
16191 2001-12-01 Richard M. Stallman <rms@gnu.org>
16192
16193 * wid-edit.el (widget-button-click): Don't move point permanently:
16194 Avoid mouse-set-point--instead select the window,
16195 then do save-excursion, then move point.
16196 Specify the buffer for get-char-property.
16197 Don't use `@' in interactive.
16198
16199 * indent.el (indent-line-function):
16200 Default is indent-to-left-margin again.
16201
16202 * replace.el (query-replace-read-args): Display message
16203 if FROM contains `\n' or `\t'.
16204
16205 2001-12-01 Stefan Monnier <monnier@cs.yale.edu>
16206
16207 * indent.el (tab-to-tab-stop): Use delete-horizontal-space.
16208
16209 * bindings.el (minibuffer-local-map): Bind TAB to insert-tab.
16210
16211 * emacs-lisp/regexp-opt.el (regexp-opt):
16212 Bind completion-regexp-list to nil.
16213
16214 * progmodes/hideif.el (hif-nexttoken): Move to before first def.
16215
16216 2001-12-01 Eli Zaretskii <eliz@is.elta.co.il>
16217
16218 * progmodes/idlwave.el, progmodes/idlw-rinfo.el:
16219 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el:
16220 Update maintainer.
16221
16222 2001-11-30 Stefan Monnier <monnier@cs.yale.edu>
16223
16224 * mail/smtpmail.el: Use with-current-buffer.
16225 (message-make-date, message-make-message-id): Autoload when needed.
16226 (smtpmail-send-it): Use them to add `Date:' and `Message-Id:'
16227 headers when missing.
16228
16229 * international/encoded-kb.el (encoded-kbd-mode):
16230 Use define-minor-mode.
16231
16232 * enriched.el (enriched-mode): Use define-minor-mode.
16233 Use dolist and pop and push.
16234
16235 * info.el (Info-find-node-2): Don't call info-insert-file-contents
16236 with the `visit' argument.
16237 (Info-extract-menu-node-name): Use `replace-regexps-in-string'.
16238
16239 * progmodes/hideif.el (hide-ifdef-mode): Only modify
16240 `change-major-mode-hook' locally. Reset invisibility spec.
16241
16242 * man.el (Man-build-section-alist): Remove last Man-match-substring.
16243
16244 2001-11-30 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
16245
16246 * textmodes/paragraphs.el (mark-paragraph): Clarify doc.
16247 Clarify error message.
16248
16249 2001-11-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
16250
16251 * textmodes/paragraphs.el (mark-paragraph): Allow prefix arg.
16252
16253 2001-11-30 Andre Spiegel <spiegel@gnu.org>
16254
16255 * vc-cvs.el (vc-cvs-parse-status): Store file state in property,
16256 don't just return it.
16257
16258 2001-11-30 Eli Zaretskii <eliz@is.elta.co.il>
16259
16260 * menu-bar.el (menu-bar-read-lispref, menu-bar-read-lispintro)
16261 (menu-bar-read-emacs-man, search-emacs-glossary)
16262 (emacs-index-search, elisp-index-search): New functions.
16263 (apropso-documentation, apropos, apropos-value, apropos-variable)
16264 (apropos-commands): Modify menu item names and help text.
16265 (elisp-index-search, emacs-index-search, emacs-glossary):
16266 New menu items.
16267 (menu-bar-manuals-menu): Move the Ordering Manuals item to a
16268 submenu.
16269 (info-elisp, info-elintro): New menu items.
16270 (apropos): Modify the menu item name.
16271
16272 2001-11-30 Stefan Monnier <monnier@cs.yale.edu>
16273
16274 * emacs-lisp/lisp-mode.el (read-if): Add lisp-indent-function prop.
16275
16276 * textmodes/outline.el (outline-promote, outline-demote): Typo.
16277
16278 * man.el (man-follow-mouse): New function.
16279 (Man-mode-map): Bind mouse-2 to it.
16280 (Man-match-substring): Remove. Replace with `match-string'.
16281 (man): Use the `default-value' argument to `read-string'.
16282 (Man-fontify-manpage): Add mouse-face to cross references.
16283
16284 * emacs-lisp/cl-macs.el (shiftf): Fix more. Simplify.
16285
16286 2001-11-29 Stefan Monnier <monnier@cs.yale.edu>
16287
16288 * emacs-lisp/crm.el (completing-read-multiple): Better preserve
16289 the value of require-match in minibuffer-completion-confirm.
16290 Use crm-local-completion-map.
16291
16292 * emacs-lisp/cl-macs.el (shiftf): Fix the fast case so
16293 (let ((a 1) (b 2)) (shiftf a b (cons a b)) b) returns (1 . 2).
16294 (cl-make-type-test): Use char-valid-p for `character'.
16295
16296 * info.el (Info-complete-next-re, Info-complete-cache): New vars.
16297 (Info-complete-menu-item): Rewrite. Add the ability to search
16298 several sequential nodes. Add a simple caching mechanism.
16299 (Info-goto-index): New function extracted from Info-index.
16300 (Info-index): Use it. Add completion to the interactive spec.
16301 (Info-menu-update): Simplify call to `Info-complete-menu-item'.
16302
16303 2001-11-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16304
16305 * COPYING: Removed.
16306
16307 2001-11-29 Dave Love <fx@gnu.org>
16308
16309 * progmodes/fortran.el: Fontify rewind, backspace. Doc fixes.
16310 (fortran-window-create, fortran-window-create-momentarily):
16311 Rewrite, moving error condition.
16312 (fortran-beginning-do, fortran-beginning-if): Fix regexps.
16313 (fortran-mode-syntax-table): Revert last change.
16314
16315 * international/mule.el: Doc fixes.
16316 (map-charset-chars): New function.
16317 (register-char-codings): Use it to cope with generic chars in
16318 safe-chars.
16319
16320 2001-11-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16321
16322 * play/blackbox.el (blackbox-mode, blackbox): Doc fix.
16323
16324 * play/cookie1.el (cookie, cookie-insert, shuffle-vector): Doc fixes.
16325
16326 * play/studly.el (studlify-word, studlify-region)
16327 (studlify-buffer): Fix doc-string.
16328 (studlify-buffer): Add autoload cookie.
16329
16330 2001-11-28 Stefan Monnier <monnier@cs.yale.edu>
16331
16332 * textmodes/outline.el (outline-up-heading): Add `invisible-ok' arg.
16333 (outline-up-heading-all): Remove.
16334 (hide-sublevels): Move to end-of-heading before calling flag-region.
16335 (outline-copy-overlay, outline-discard-overlays): Remove.
16336 (outline-flag-region): Use `remove-overlays'.
16337 Don't move to end-of-heading.
16338 (outline-next-visible-heading, outline-back-to-heading)
16339 (outline-on-heading-p): Use outline-invisible-p.
16340 (outline-font-lock-level): Use outline-up-heading's new arg.
16341 (outline-minor-mode): Simplify.
16342 (outline-map-tree, outline-reveal-toggle-invisible): New funs.
16343 (outline): Put a `reveal-toggle-invisible' property.
16344 (outline-level-heading): New var.
16345 (outline-insert-heading, outline-promote, outline-demote)
16346 (outline-toggle-children): New commands.
16347
16348 * progmodes/hideif.el (hif-end-of-line): New function.
16349 (hide-ifdef-mode): Set line-move-ignore-invisible.
16350 (hide-ifdef-region-internal): New function.
16351 (hide-ifdef-region): Use it.
16352 (hif-defined): Return an integer.
16353 (hif-infix-to-prefix): Remove.
16354 (hif-tokenize): Parse from the buffer rather than from a string.
16355 Correctly tokenize integers. Use forward-comment.
16356 (hif-expr): Use hif-or.
16357 (hif-term): Use hif-and.
16358 (hif-factor): Use hif-not. Handle numbers properly.
16359 Don't require parenthesis around `defined's argument.
16360 (hif-and, hif-or, hif-not): New funs.
16361 (hif-canonicalize): Pass a region to hif-tokenize. Use hif-not.
16362 (hif-hide-line): Don't hide the \n before the line.
16363 (hif-possibly-hide): Correctly handle numeric evaluation results.
16364
16365 * progmodes/make-mode.el: Use line-(end|beginning)-position.
16366 (makefile-mode): Set indent-line-function.
16367 (makefile-browser-insert-continuation): Use with-current-buffer.
16368 (makefile-beginning-of-line-point, makefile-end-of-line-point): Remove.
16369
16370 2001-11-28 Karl Fogel <kfogel@red-bean.com>
16371
16372 * isearch.el (isearch-yank-internal): New helper function.
16373 (isearch-yank-char): New function.
16374 (isearch-yank-word, isearch-yank-line): Rewrite to use
16375 isearch-yank-internal.
16376
16377 2001-11-28 Eli Zaretskii <eliz@is.elta.co.il>
16378
16379 * mouse.el (mouse-set-font): Make it a no-op if multiple fonts
16380 aren't supported. Print a message to that effect if invoked.
16381
16382 2001-11-27 Stephen Eglen <stephen@gnu.org>
16383
16384 * locate.el (locate): Put point at first matching file rather
16385 than top of buffer.
16386
16387 2001-11-27 Stefan Monnier <monnier@cs.yale.edu>
16388
16389 * reveal.el: New file.
16390
16391 * progmodes/hideif.el: Misc cleanup.
16392 (hide-ifdef-mode-submap): Put the def in the defvar.
16393 Use substitute-key-definition.
16394 (hide-ifdef-mode): Use define-minor-mode.
16395 (hif-outline-flag-region): Remove.
16396 (hif-show-all): Define in terms of hif-show-ifdef-region.
16397 (hif-after-revert-function): Rename from hif-before-revert-function.
16398 (hide-ifdef-region, hif-show-ifdef-region): Use overlays.
16399 (hif-tokenize): Use with-syntax-table.
16400 (hif-make-range): Use `else' also for `else-p'.
16401 (hif-range-else-p): Remove.
16402 (hif-find-range): Simplify.
16403 (hif-hide-line): Don't bother preserving buffer-modified-p.
16404 (hide-ifdefs, show-ifdefs, hide-ifdef-block, show-ifdef-block):
16405 Don't use selective-display and inhibit-read-only.
16406
16407 * subr.el (copy-overlay, remove-overlays): New funs.
16408
16409 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix off-by-two error.
16410
16411 2001-11-27 Sam Steingold <sds@gnu.org>
16412
16413 * ansi-color.el, bookmark.el, dired.el, emerge.el, fast-lock.el
16414 * lazy-lock.el, mouse-sel.el, mail/feedmail.el
16415 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el, emacs-lisp/ewoc.el
16416 * obsolete/c-mode.el, obsolete/cplus-md.el
16417 * progmodes/dcl-mode.el, progmodes/idlw-shell.el, progmodes/idlwave.el
16418 * term/sun-mouse.el, textmodes/artist.el:
16419 Converted backquote to the new style.
16420 * mouse.el, reposition.el: Likewise (in comments).
16421 * expand.el: Likewise (in a string).
16422
16423 2001-11-27 Richard M. Stallman <rms@gnu.org>
16424
16425 * cus-edit.el (custom-load-symbol): Don't always load locate-library.
16426
16427 2001-11-26 Richard M. Stallman <rms@gnu.org>
16428
16429 * wid-edit.el (widget-toggle-value-create): On graphic terminal,
16430 if :on-glyph or :off-glyph is a list, eval it and store it back.
16431 (checkbox): Quote the values for :on-glyph and :off-glyph.
16432
16433 * cus-start.el (recursive-load-depth-limit): Delete item.
16434
16435 2001-11-26 Stefan Monnier <monnier@cs.yale.edu>
16436
16437 * help-fns.el (describe-categories, help-describe-category-set): New.
16438 describe-categories moved here from src/category.c.
16439
16440 2001-11-26 Sam Steingold <sds@gnu.org>
16441
16442 * progmodes/cc-mode.el (c-submit-bug-report): Make sure that the
16443 arguments to `insert' are strings.
16444
16445 2001-11-26 Richard M. Stallman <rms@gnu.org>
16446
16447 * startup.el (command-line-1): Call kill-buffer only in non-fancy case.
16448
16449 2001-11-26 Eli Zaretskii <eliz@is.elta.co.il>
16450
16451 * international/mule-diag.el: Require help-fns instead of
16452 help-funs.
16453
16454 * help-fns.el: Renamed from help-funs.el.
16455
16456 * startup.el (command-line-1): Don't try to call process-list if
16457 it is not fboundp.
16458
16459 2001-11-26 Sam Steingold <sds@gnu.org>
16460
16461 * frame.el (show-trailing-whitespace): Remove :set argument (the
16462 value was essentially identical to the defalt).
16463
16464 2001-11-26 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16465
16466 * hexl.el (hexl-mode, hexl-follow-ascii): Remove make-local-hook.
16467
16468 * icomplete.el (icomplete-minibuffer-setup): Likewise.
16469
16470 * hilit-chg.el (hilit-chg-set): Likewise.
16471
16472 * speedbar.el (speedbar-mode): Likewise.
16473
16474 * calendar/calendar.el (calendar-mode): Likewise.
16475
16476 * play/yow.el (psychoanalyze-pinhead): Use insert instead of
16477 insert-string.
16478
16479 * play/gamegrid.el (gamegrid-init-buffer): Likewise.
16480
16481 * term/bg-mouse.el (bg-insert-moused-sexp): Likewise.
16482
16483 * term/sun-mouse.el (sun-yank-selection): Likewise.
16484
16485 * textmodes/bib-mode.el (return-key-bib): Likewise.
16486
16487 * calendar/appt.el (appt-disp-window): Likewise.
16488
16489 * calendar/diary-lib.el (list-diary-entries): Likewise.
16490
16491 * array.el (array-reconfigure-rows): Likewise.
16492
16493 * filecache.el (file-cache-minibuffer-complete): Likewise.
16494
16495 * obsolete/cplus-md.el (fill-c++-comment): Likewise.
16496
16497 * strokes.el (strokes-prompt-user-save-strokes): Likewise.
16498
16499 * allout.el (outline-version, outline-open-topic)
16500 (outline-rebullet-heading, outline-insert-listified)
16501 (outline-latex-verbatim-quote-curr-line)
16502 (outline-latexify-one-item, outlineify-sticky): Likewise.
16503
16504 * vc.el (vc-next-action-on-file): Likewise.
16505 (vc-dired-mode): Remove make-local-hook.
16506
16507 2001-11-26 Andre Spiegel <spiegel@gnu.org>
16508
16509 * vc.el (vc-find-version): New function.
16510 (vc-version-other-window): Redefined in terms of the above.
16511
16512 * log-view.el (log-view-find-version): New function.
16513 (log-view-mode-map): Bind it to `f'.
16514
16515 2001-11-26 Gerd Moellmann <gerd@gnu.org>
16516
16517 * language/devan-util.el (dev-char-glyph): Escape `"' in
16518 string literals.
16519 (dev-glyph-glyph, dev-glyph-glyph-2)
16520 (devanagari-compose-syllable-region): Likewise.
16521
16522 2001-11-26 Richard M. Stallman <rms@gnu.org>
16523
16524 * window.el (save-selected-window): No error if saved window is dead.
16525
16526 * help-funs.el (describe-syntax): Put (interactive) after doc string.
16527
16528 2001-11-26 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16529
16530 * international/quail.el (quail-help): Require help-mode in
16531 top-level instead.
16532
16533 * iswitchb.el (iswitchb-exhibit): Use insert instead of
16534 insert-string.
16535
16536 * icomplete.el (icomplete-exhibit): Likewise.
16537
16538 2001-11-25 Stefan Monnier <monnier@cs.yale.edu>
16539
16540 * diff-mode.el (diff-end-of-hunk): Watch out for ambiguities.
16541 (diff-hunk-kill): Simplify.
16542 (diff-post-command-hook): Only apply to a single hunk.
16543 (diff-hunk-text): Make `char-offset' non-optional.
16544 (diff-find-text): Return a cons cell.
16545 (diff-find-approx-text): New fun.
16546 (diff-find-source-location): Use it.
16547 (diff-apply-hunk, diff-test-hunk, diff-goto-source):
16548 Adapt to new retval of diff-find-text.
16549
16550 * vc-cvs.el (vc-cvs-parse-entry): Rewrite, comparing the string-
16551 rather than integer- representation of dates.
16552
16553 * textmodes/fill.el (fill-indent-according-to-mode): Default to nil.
16554
16555 * emacs-lisp/syntax.el: Don't profile syntax-ppss any more.
16556 (syntax-after): New fun.
16557
16558 * help-funs.el (describe-syntax): New fun.
16559
16560 * font-lock.el (font-lock-cache-state, font-lock-cache-position)
16561 (font-lock-ppss-stats, font-lock-ppss): Remove.
16562 (font-lock-fontify-syntactically-region): Remove tuning code.
16563 (font-lock-compile-keywords): Fix off-by-one bug.
16564 (font-lock-set-defaults): Don't set removed vars.
16565 (c-keywords): Add `inline'.
16566 (c-type-names): Add `_Complex', `_Imaginary' and `_Bool'.
16567
16568 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
16569 Set syntax-begin-function.
16570 (lisp-interaction-mode-abbrev-table): Defvar to its correct value.
16571 (lisp-interaction-mode): Don't set local-abbrev-table any more.
16572 (lisp-mode-auto-fill): Use syntax-ppss and obey
16573 comment-auto-fill-only-comments.
16574 (lisp-fill-paragraph): Use syntax-ppss.
16575
16576 2001-11-25 ShengHuo ZHU <zsh@cs.rochester.edu>
16577
16578 * mail/rmail.el (rmail-enable-mime-composing): New. A lightweight
16579 version of rmail-enable-mime.
16580 (rmail-forward): Use it.
16581
16582 2001-11-25 Richard M. Stallman <rms@gnu.org>
16583
16584 * emacs-lisp/lisp-mode.el (lisp-indent-function): Add doc string.
16585
16586 * international/quail.el (quail-keyboard-layout-button):
16587 Define button type.
16588 (quail-keyboard-customize-button): Likewise.
16589 (quail-help): Use those button types. Require `help-mode'.
16590 Avoid altering the argument `package'.
16591
16592 * help-mode.el (help-function, help-variable, help-face)
16593 (help-coding-system, help-input-method, help-character-set):
16594 Define each button type with its own explicit define-button-type.
16595
16596 * language/devan-util.el: Comment out parts of the file
16597 which apparently are garbled.
16598
16599 2001-11-25 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16600
16601 * mail/smtpmail.el (smtpmail-deduce-address-list): Don't use
16602 insert-string.
16603
16604 2001-11-25 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16605
16606 * play/snake.el (snake-mode): Remove make-local-hook.
16607
16608 * play/tetris.el (tetris-mode): Likewise.
16609
16610 * play/decipher.el (decipher-mode): Likewise.
16611
16612 * tmm.el (tmm-add-prompt): Likewise.
16613
16614 2001-11-25 Sam Steingold <sds@gnu.org>
16615
16616 * menu-bar.el (menu-bar-apropos-menu): New variable.
16617 Moved all `apropos' bindings to this menu.
16618 (menu-bar-help-menu): Added `menu-bar-apropos-menu'.
16619
16620 2001-11-24 KAWABATA, Taichi <batta@beige.ocn.ne.jp>
16621
16622 The following changes are for new indian languages support based
16623 on Unicode charset and CDAC fonts.
16624
16625 * international/mule-conf.el: Change indian-1-column charset to
16626 indian-glyph charset.
16627
16628 * international/characters.el: Adjusted for the change of
16629 indian-1-column -> indian-glyph.
16630
16631 * international/fontset.el: Delete the setting for indian-1-column
16632 and add the setting for indian-glyph in the default fontset.
16633
16634 * language/indian.el: Completely re-written.
16635
16636 * language/devanagari.el: Completely re-written.
16637
16638 * language/devan-util.el: Completely re-written.
16639
16640 * language/ind-util.el: New file.
16641
16642 2001-11-24 Richard M. Stallman <rms@gnu.org>
16643
16644 * startup.el (command-line-1): Don't do startup screen
16645 if a subprocess is running. Call the startup screen buffer
16646 "GNU Emacs". Make a special mode-line-format for it.
16647
16648 * net/browse-url.el (browse-url-galeon-new-window-is-tab): New var.
16649 (browse-url-galeon): Use that variable.
16650
16651 * mail/supercite.el (sc-toggle-var): Don't use set-variable or
16652 eval-expression. Eval and set the variable simply.
16653
16654 * files.el (temporary-file-directory): Use defcustom.
16655 (small-temporary-file-directory): Likewise.
16656 (normal-backup-enable-predicate): Move down in file
16657 after definition of temporary-file-directory.
16658
16659 * bindings.el (last-buffer, unbury-buffer): Doc fixes.
16660
16661 2001-11-24 Colin Walters <walters@debian.org>
16662
16663 * calc/calc-ext.el (calc-init-extensions): Update the rest of the
16664 autoload names to match files renamed on initial calc import.
16665
16666 * calc/calc.el (Commentary): Cleanup, and add logistic curve
16667 fitting suggestion from Robert J. Chassell <bob@rattlesnake.com>.
16668
16669 2001-11-23 Colin Walters <walters@debian.org>
16670
16671 * Makefile.in (finder_setwins, setwins): Include Calc again.
16672
16673 * calc/calc-rules.el: Add header comment.
16674
16675 2001-11-23 Andre Spiegel <spiegel@gnu.org>
16676
16677 * vc.el (with-vc-properties): Don't bind `filename' locally.
16678 (with-vc-file, edit-vc-file): Use `make-symbol' for local bindings
16679 to avoid name clashes. Fix `lisp-indent-function' property for
16680 both.
16681
16682 2001-11-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
16683
16684 * generic-x.el (mailrc-generic-mode): Highlight the `source' keyword.
16685
16686 2001-11-22 Colin Walters <walters@debian.org>
16687
16688 * calc/calc-misc.el (report-calc-bug):
16689 Use `reporter-prompt-for-summary-p'.
16690
16691 * calc/INSTALL, calc/Makefile: Remove.
16692
16693 2001-11-22 Miles Bader <miles@gnu.org>
16694
16695 * emacs-lisp/re-builder.el (reb-match-0, reb-match-1)
16696 (reb-match-2, reb-match-3): Add dark-background variants.
16697
16698 2001-11-22 Colin Walters <walters@debian.org>
16699
16700 * calc/calc-misc.el (calc-info): Don't perform voodoo, just
16701 (info "Calc").
16702 (report-calc-bug): Use reporter.el.
16703
16704 * mail/reporter.el (reporter-submit-bug-report): Doc fixes.
16705
16706 2001-11-21 Richard M. Stallman <rms@gnu.org>
16707
16708 * which-func.el (which-function): Call imenu--make-index-alist
16709 if necessary to get a list of functions.
16710 (which-function-imenu-failed): New variable.
16711 (which-func-update): Handle all visible windows.
16712 (which-func-update-1): New subroutine broken out of which-func-update.
16713
16714 * files.el (temporary-file-directory, null-device)
16715 (small-temporary-file-directory): Definitions moved up.
16716
16717 * progmodes/cperl-mode.el (cperl-problems, cperl-tips)
16718 (cperl-non-problems, cperl-praise): Doc fixes.
16719
16720 * progmodes/sh-script.el (sh-mode): Don't use define-derived-mode.
16721 (sh-mode-syntax-table): Function restored.
16722 Variable set up for use by function sh-mode-syntax-table.
16723 (sh-set-shell): Set the syntax table.
16724
16725 * play/gomoku.el (gomoku-mode): Don't use define-derived-mode.
16726
16727 * progmodes/perl-mode.el (perl-mode): Don't use define-derived-mode.
16728
16729 * international/encoded-kb.el: Don't alter minor-map-alist.
16730
16731 2001-11-20 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
16732
16733 * files.el (auto-save-file-name-transforms): Put remote files in
16734 temporary-file-directory rather than /tmp.
16735
16736 2001-11-21 Colin Walters <walters@debian.org>
16737
16738 * calc/calc-macs.el (calc-slow-wrapper): Move (point) call outside
16739 of (function ...) wrapper.
16740
16741 2001-11-20 Stefan Monnier <monnier@cs.yale.edu>
16742
16743 * derived.el (define-derived-mode): Create the abbrev-table
16744 from inside the `defvar'.
16745
16746 * jit-lock.el (jit-lock-defer-time): New var.
16747 (jit-lock-defer-timer, jit-lock-buffers): New vars.
16748 (jit-lock-mode): Initialize them. Cancel the timers more carefully.
16749 (jit-lock-function): Defer fontification if requested.
16750 (jit-lock-stealth-chunk-start): Pay attention to the new non-nil value.
16751 (jit-lock-stealth-fontify): Check the new `jit-lock-defer-multiline'
16752 text property.
16753 (jit-lock-deferred-fontify): New fun.
16754
16755 2001-11-20 Richard M. Stallman <rms@gnu.org>
16756
16757 * emacs-lisp/lisp-mode.el (lisp-interaction-mode):
16758 Set local-abbrev-table to lisp-mode-abbrev-table.
16759
16760 * emacs-lisp/re-builder.el (reb-mode):
16761 Don't use define-derived-mode. Call kill-all-local-variables.
16762
16763 * emacs-lisp/lisp-mode.el (lisp-mode, emacs-lisp-mode):
16764 Don't use define-derived-mode.
16765
16766 * help-mode.el (help-mode): Undo 2001-10-07 change.
16767
16768 * replace.el (occur-mode): Undo 2001-5-20 change.
16769
16770 2001-11-20 Jason Rumney <jasonr@gnu.org>
16771
16772 * w32-fns.el (w32-system-coding-system): Change to an alias for
16773 locale-coding-system.
16774 (set-w32-system-coding-system): Document the above change.
16775 Set locale-coding-system instead.
16776
16777 2001-11-20 Richard M. Stallman <rms@gnu.org>
16778
16779 * ruler-mode.el: Add pagination.
16780 (ruler-mode-toggle-show-tab-stops): No need to
16781 test `ruler-mode' variable.
16782
16783 2001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
16784
16785 * play/landmark.el: Mark lm-mode as special.
16786
16787 * play/gomoku.el: Mark gomoku-mode as special.
16788
16789 2001-11-20 Juanma Barranquero <lektu@terra.es>
16790
16791 * emacs-lisp/re-builder.el (reb-change-target-buffer): New function.
16792 (top-level): Bind it to C-c C-b.
16793 (re-builder): Don't re-enter RE Builder Mode.
16794
16795 * bs.el (bs-delete): Signal an error if the buffer cannot be deleted.
16796
16797 2001-11-20 Stefan Monnier <monnier@cs.yale.edu>
16798
16799 * progmodes/cperl-mode.el (cperl-perldoc): Require man before binding
16800 `manual-program'.
16801
16802 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Don't move back
16803 to a line without a comment.
16804
16805 2001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
16806
16807 * dired.el (dired-listing-switches): Mention in the doc string
16808 that some switches are not supported by ls-lisp.el
16809
16810 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
16811
16812 * imenu.el (imenu--split-menu): Use dolist and copy-sequence.
16813 (imenu--create-keymap-2): Remove.
16814 (imenu--create-keymap-1): Simplify, remove third argument.
16815 (imenu--generic-function): Use dolist.
16816 (imenu-find-default): New function.
16817 (imenu--completion-buffer): Use it.
16818 (imenu--mouse-menu): Use popup-menu.
16819 (imenu--menubar-select): Return t rather than calling imenu.
16820
16821 * textmodes/fill.el (fill-delete-prefix, fill-delete-newlines):
16822 New functions, extracted from fill-region-as-paragraph.
16823 (fill-region-as-paragraph): Use them.
16824 Use an end marker instead of eob.
16825 Ignore whitespace-only fill-prefixes when indenting according to mode.
16826 Simplify the loop that searches for spaces backwards.
16827
16828 * textmodes/picture.el (picture-vertical-step)
16829 (picture-horizontal-step): Don't use defconst for variables.
16830
16831 * mail/mail-extr.el: Use backquote/dolist/mapc/when. Docstring fixes.
16832 (mail-extract-address-components): Downcase domain names.
16833 (mail-extr-delete-char): Remove. Use delete-char instead.
16834
16835 * emulation/pc-select.el: Doc string fixes.
16836 (pc-selection-mode): Don't treat macos as a tty.
16837
16838 * emacs-lisp/lisp.el (mark-sexp): Mark more if repeated.
16839
16840 * progmodes/cc-engine.el (c-parse-state): Typo. From Martin Stjernholm.
16841
16842 * mwheel.el (mouse-wheel-scroll-amount): Allow float values.
16843 (mouse-wheel-progessive-speed): New var.
16844 (mwheel-scroll): Use it and handle float values.
16845
16846 * lazy-lock.el (lazy-lock-install-hooks): Remove make-local-hook.
16847
16848 * iswitchb.el (iswitchb-mode): Use define-minor-mode.
16849 (iswitchb): Fix the case where the result was selected with the mouse.
16850 (iswitchb-completion-help): Use the normal *Completions* now that
16851 mouse selection works.
16852 (iswitchb-minibuffer-setup): Simplify.
16853
16854 * newcomment.el (comment-column, comment-style, comment-multi-line)
16855 (comment-auto-fill-only-comments): Remove :group arg.
16856 (comment-padding): Add :type.
16857 (comment-indent-new-line): Ignore comment-auto-fill-only-comments
16858 if called interactively.
16859
16860 2001-11-19 Colin Walters <walters@verbum.org>
16861
16862 * calc/calc.el (toplevel): Add comment and version header.
16863 (calc-init-base): Bump version to 2.02f, update date.
16864
16865 2001-11-19 Richard M. Stallman <rms@gnu.org>
16866
16867 * net/browse-url.el: Support Mozilla and Galeon.
16868 By default, find the installed browser whichever it is.
16869 (browse-url-mozilla): New function.
16870 (browse-url-mozilla-sentinel): New function.
16871 (browse-url-galeon, browse-url-galeon-sentinel): New functions.
16872 (browse-url-default-browser): New function.
16873 (browse-url-process-environment): Use browse-url-browser-display.
16874 (browse-url-browser-display): Renamed from browse-url-netscape-display.
16875 (browse-url-mozilla-startup-arguments, browse-url-galeon-program)
16876 (browse-url-galeon-arguments, browse-url-galeon-startup-arguments)
16877 (browse-url-mozilla-program, browse-url-mozilla-arguments): New vars.
16878 (browse-url-browser-function): New default, new options.
16879
16880 2001-11-19 Sam Steingold <sds@gnu.org>
16881
16882 * bindings.el (last-buffer, unbury-buffer): New function.
16883 (mode-line-unbury-buffer): Use `unbury-buffer'.
16884
16885 2001-11-18 Stephen Eglen <stephen@gnu.org>
16886
16887 * iswitchb.el (iswitchb-cannot-complete-hook): New variable to
16888 control behaviour when no further completion is possible.
16889
16890 2001-11-19 Colin Walters <walters@verbum.org>
16891
16892 * calc/calc-macs.el (calc-wrapper, calc-slow-wrapper)
16893 (math-showing-full-precision, math-with-extra-prec, math-working)
16894 (calc-with-default-simplification)
16895 (calc-with-trail-buffer): Use backtick.
16896 (Math-zerop, Math-integer-negp, Math-integer-posp, Math-negp)
16897 (Math-looks-negp, Math-posp, Math-integerp, Math-natnump)
16898 (Math-ratp, Math-realp, Math-anglep, Math-numberp, Math-scalarp)
16899 (Math-vectorp, Math-messy-integerp, Math-objectp, Math-objvecp)
16900 (Math-integer-neg, Math-equal, Math-lessp, Math-primp)
16901 (Math-num-integerp, Math-bignum-test, Math-equal-int)
16902 (Math-natnum-lessp, math-format-radix-digit): Change to `defsubst'.
16903 (calc-record-compilation-date-macro): Deleted. Callers updated.
16904 (math-format-radix-digit): Move to calc-bin.el.
16905
16906 * calc/calc.el (calc-record-compilation-date): Remove.
16907 (calc-bug-address): Update.
16908 (calc-settings-file): Use `user-init-file'.
16909
16910 * calc/calc-mode.el (calc-settings-file-name, calc-save-modes):
16911 Handle null `calc-settings-file'.
16912
16913 * calc/calc-frac.el (calc-over-notation): Use `completing-read'.
16914 * calc/calc-keypd.el (calc-keypad-mode): New.
16915 (calc-do-keypad): Use it.
16916 (calc-keypad-map): Move into `calc-keypad-mode'.
16917
16918 * calc-math.el (calcFunc-sqrt, calcFunc-hypot): Add missing quote
16919 to defalias argument.
16920
16921 * calc-misc.el (math-fixnump, math-fixnatnump, calcFunc-trunc)
16922 (calcFunc-floor): Ditto.
16923
16924 * calc-units.el (calcFunc-usimplify): Ditto.
16925
16926 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
16927 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
16928 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
16929 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
16930 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
16931 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
16932 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
16933 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
16934 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
16935 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
16936 * calcsel2.el: Change all toplevel `setq' forms to `defvar' forms,
16937 and move them before their first use. Use `when', `unless'.
16938 Remove trailing periods from error forms. Add description and
16939 headers suggested by Emacs Lisp coding conventions.
16940
16941 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
16942
16943 * newcomment.el (comment-indent):
16944 Fix misindentation for comment-only lines.
16945 (comment-indent-new-line): Only obey comment-multi-line if the
16946 comment-ender is not the end-of-line.
16947
16948 2001-11-19 Richard M. Stallman <rms@gnu.org>
16949
16950 * net/net-utils.el (network-connection-service-abbrev-alist):
16951 New variable.
16952
16953 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
16954 Advance to start of 3rd sexp by moving fwd and backing over it.
16955 At first three elements, act like defun.
16956
16957 * delsel.el (delete-selection-pre-hook): Handle and resignal
16958 file-supersession errors to interact properly with userlock.el.
16959
16960 2001-11-18 Richard M. Stallman <rms@gnu.org>
16961
16962 * progmodes/fortran.el (fortran-mode-syntax-table):
16963 Specify punctuation syntax for backslash.
16964
16965 * progmodes/sh-script.el (sh-must-be-shell-mode): Function deleted.
16966 All calls deleted.
16967
16968 * international/mule-util.el (string-to-sequence): Make it obsolete.
16969 (string-to-list, string-to-vector): Implement them directly
16970 using append and vconcat, not with string-to-sequence.
16971
16972 * startup.el (command-line): Set abbrevs-changed to nil after
16973 reading the init file and the abbrevs file.
16974
16975 * isearch.el (isearch): Use magenta2 as bg for (background light)
16976
16977 2001-11-17 Richard M. Stallman <rms@gnu.org>
16978
16979 * menu-bar.el (menu-bar-update-buffers-1): Don't pad the buffer name.
16980
16981 * simple.el (minibuffer-history-sexp-flag): Doc fix.
16982
16983 2001-11-17 Stefan Monnier <monnier@cs.yale.edu>
16984
16985 * font-lock.el (font-lock-compile-keywords): New arg `regexp'.
16986 If set and if applicable, add a regexp to highlight defun-like
16987 text inside comments and strings.
16988 (font-lock-fontify-keywords-region): Pass that new arg.
16989 (font-lock-set-defaults): Move the code to set `font-lock-keywords'
16990 to the end and pass that new arg.
16991 (c-font-lock-keywords-2): Fix regex for labels.
16992 (font-lock-match-c++-style-declaration-item-and-skip-to-next):
16993 Make it work when LIMIT is several lines further.
16994 (c-font-lock-keywords-3, c++-font-lock-keywords-3)
16995 (objc-font-lock-keywords-3, java-font-lock-keywords-3):
16996 Use backquote and make the regexes for `int a, b, c;' work on
16997 multiple lines.
16998
16999 * emacs-lisp/re-builder.el (reb-mode): Use define-derived-mode.
17000 (font-lock-defaults-alist): Don't change it any more.
17001 (reb-subexp-mode-map): Cleanup.
17002
17003 * custom.el (custom-current-group-alist): New var.
17004 (custom-declare-group): Set it.
17005 (custom-current-group): New fun.
17006 (custom-declare-variable, custom-handle-all-keywords):
17007 Use it as a default if no :group argument is specified.
17008
17009 * international/mule-cmds.el (locale-name-match): Use \` and \(?:.
17010 (standard-keyboard-coding-systems): New var.
17011 (set-locale-environment): Use it to decide whether or not to call
17012 set-keyboard-coding-system.
17013 (locale-language-names): Use \"French\" for "fr".
17014
17015 2001-11-17 Richard M. Stallman <rms@gnu.org>
17016
17017 * emacs-lisp/checkdoc.el (princ-list, checkdoc-read-event)
17018 (add-to-list): Delete compatibility code.
17019 (checkdoc-next-message-error): Doc fix.
17020
17021 2001-11-17 Stephen Eglen <stephen@gnu.org>
17022
17023 * locate.el (locate): Show default locate pattern within the
17024 prompt, but don't insert it into the minibuffer contents.
17025 Catch the case when pattern is the empty string.
17026
17027 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
17028
17029 * language/european.el ("French"): New language environment.
17030
17031 2001-11-16 Richard M. Stallman <rms@gnu.org>
17032
17033 * calendar/todo-mode.el (todo-save): Fix previous change.
17034
17035 * subr.el (functionp): Do use cdr-safe on object.
17036
17037 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
17038
17039 * bindings.el (mode-line-mode-name): Only put the help-echo property
17040 if the local-map property was put as well.
17041 (global-map): Bind switch-frame, delete-frame, iconify-frame
17042 and make-frame-visible events.
17043
17044 * emacs-lisp/elp.el (elp-not-profilable): New var.
17045 (elp-not-profilable-p): New function.
17046 (elp-instrument-function): Use it. Use backquotes and push.
17047
17048 * emacs-lisp/bytecomp.el (byte-compile-call-tree, byte-code-vector)
17049 (byte-stack+-info, byte-compile-last-warned-form)
17050 (byte-compile-last-logged-file): Don't defconst a variable.
17051 (no-byte-compile): Declare.
17052 (byte-compile-file): Don't boundp-check no-byte-compile any more.
17053 (byte-compile-defvar): Leave defconst as is.
17054
17055 * emacs-lisp/edebug.el (edebug-form-data, edebug-offsets)
17056 (edebug-offsets-stack, edebug-read-dotted-list, edebug-def-name)
17057 (edebug-current-offset, edebug-old-def-name, edebug-error-point)
17058 (edebug-best-error): Don't defconst a variable.
17059 (edebug-read-syntax-table): Use a char-table.
17060 (edebug-lemacs-specific): Remove.
17061 Toplevel: Eliminate check for Lucid Emacs.
17062
17063 * pcvs-util.el (cvs-prefix-define): Don't defconst a variable.
17064
17065 * rect.el (move-to-column-force): Mark obsolete.
17066 (operate-on-rectangle, delete-extract-rectangle-line)
17067 (insert-rectangle, delete-whitespace-rectangle-line)
17068 (open-rectangle-line, clear-rectangle-line): Use move-to-column.
17069 (string-rectangle-history): New var.
17070 (string-rectangle, string-insert-rectangle): Use it.
17071 (delete-rectangle-line): Fix pos/column mixup and simplify.
17072
17073 * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
17074 (normal-top-level, command-line, command-line-1): Simplify.
17075
17076 * tar-mode.el (tar-mode): Use define-derived-mode.
17077
17078 * view.el (view-mode-enable): Don't use make-local-hook.
17079
17080 * emacs-lisp/eldoc.el (eldoc-mode): Use define-minor-mode.
17081
17082 2001-11-16 Richard M. Stallman <rms@gnu.org>
17083
17084 * mail/mail-extr.el (mail-extr-voodoo): Treat a number as a word
17085 if it doesn't make sense as anything else.
17086 Don't recognize a "telephone number" at the beginning of the name.
17087 (mail-extr-leading-garbage): Match non-word characters only.
17088
17089 2001-11-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17090
17091 * startup.el (command-line-processed): Doc fix.
17092
17093 * apropos.el (apropos-next-label-button): Doc fix.
17094
17095 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
17096
17097 * comint.el (comint-mode): Simplify.
17098 (make-comint-in-buffer): Run `comint-mode' only if necessary.
17099
17100 * subr.el (eval-after-load): Make it work with features as well.
17101
17102 * log-view.el (log-view-mode): Don't mark the buffer unmodified.
17103
17104 * international/mule-cmds.el (describe-input-method): Setup xref.
17105 (set-language-environment): Use functionp.
17106 (locale-language-names, locale-charset-language-names)
17107 (locale-preferred-coding-systems): Defconst and purecopy.
17108
17109 * language/european.el (mac-roman): Add mime-charset property.
17110
17111 2001-11-15 Richard M. Stallman <rms@gnu.org>
17112
17113 * emacs-lisp/cl.el (values, values-list, multiple-value-list)
17114 (multiple-value-apply, nth-value): Use defsubst rather than defalias
17115 to get better doc strings.
17116
17117 2001-11-15 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17118
17119 * derived.el: Fix autoload cookie.
17120
17121 2001-11-15 Richard M. Stallman <rms@gnu.org>
17122
17123 * jka-compr.el (jka-compr-partial-uncompress): Fix previous change.
17124
17125 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
17126
17127 * menu-bar.el (menu-bar-edit-menu) <copy>: Put an explicit key binding.
17128
17129 2001-11-15 Richard M. Stallman <rms@gnu.org>
17130
17131 * dired.el (dired-undo): Display a message to explain
17132 that this does not undo file system changes.
17133
17134 2001-11-15 David Kastrup <David.Kastrup@t-online.de>
17135
17136 * mouse-drag.el (mouse-drag-throw): Push back non-drag events
17137 into `unread-command-events' instead of trying keymap
17138 lookups ourselves. This makes mouse-clicks do the right
17139 thing even when keymaps of overlays are involved.
17140 (mouse-drag-drag): Likewise.
17141
17142 2001-11-15 Andreas Schwab <schwab@suse.de>
17143
17144 * progmodes/ada-mode.el (ada-add-extensions): Quote regexp special
17145 characters and append anchor to pattern added to auto-mode-alist.
17146
17147 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
17148
17149 * server.el (server-process-filter): Run pre/post-comment-hook
17150 before/after visiting the file.
17151
17152 * info-look.el (makefile-mode): Add info for automake.
17153 (autoconf-mode): Fix the name of the index for automake.
17154
17155 * international/latin-9.el: Give pilcrow punctuation syntax.
17156
17157 2001-11-15 Andre Spiegel <spiegel@gnu.org>
17158
17159 * vc.el: Documentation fixes.
17160
17161 2001-11-14 Stefan Monnier <monnier@cs.yale.edu>
17162
17163 * smerge-mode.el (smerge-match-conflict): Fix typo.
17164 (smerge-diff): Be careful to read match-data early enough.
17165
17166 2001-11-14 Colin Walters <walters@verbum.org>
17167
17168 * calc/calc-alg.el (calcFunc-esimplify, calcFunc-simplify)
17169 (calcFunc-subst): Use `defalias' instead of `fset' and
17170 `symbol-function'.
17171
17172 * calc/calc-arith.el (calcFunc-abs, calcFunc-float)
17173 (calcFunc-ceil, calcFunc-round): Ditto.
17174
17175 * calc/calc-bin.el (calcFunc-clip): Ditto.
17176
17177 * calc/calc-ext.el (calcFunc-evalv): Ditto.
17178
17179 * calc/calc-math.el (calcFunc-sqrt, calcFunc-hypot): Ditto.
17180
17181 * calc/calc-misc.el (math-fixnump, math-fixnatnump)
17182 (calcFunc-trunc, calcFunc-floor, calc-report-bug): Ditto.
17183
17184 * calc/calc-units.el (calcFunc-unsimplify): Ditto.
17185
17186 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
17187 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
17188 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
17189 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
17190 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
17191 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
17192 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
17193 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
17194 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
17195 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
17196 * calcsel2.el: Style cleanup; don't put closing parens on their
17197 own line, add "foo.el ends here" to each file, and update
17198 copyright date.
17199
17200 * README: Update maintainer.
17201
17202 2001-11-13 Richard M. Stallman <rms@gnu.org>
17203
17204 * progmodes/compile.el (recompile): Use compilation-arguments if
17205 set, so as to be able to M-x recompile the exact command which
17206 created a compilation-mode buffer.
17207
17208 * progmodes/ada-mode.el (ada-fill-comment-prefix): Doc fix.
17209
17210 2001-11-13 Gerd Moellmann <gerd@gnu.org>
17211
17212 * mouse.el (mouse-drag-region): Don't run the up-event
17213 handler if window start changed due to the down-mouse event.
17214
17215 2001-11-13 Richard M. Stallman <rms@gnu.org>
17216
17217 * mouse.el (mouse-show-mark): Either move point to the mark
17218 or use highlighting, never both.
17219 (mouse-buffer-menu): If WINDOW is a frame, select its selected window.
17220
17221 2001-11-13 Simon Josefsson <jas@extundo.com>
17222
17223 * mail/smtpmail.el (top-level): Change maintainer to Simon
17224 Josefsson, cleanup the smtpmail.el header.
17225
17226 * mail/smtpmail.el (top-level): Don't require cl or base64.
17227 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
17228 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd):
17229 Defsubst instead of defmacro.
17230 (smtpmail-intersection): Return value in reverse order.
17231 (smtpmail-open-stream): Use stringp instead of string-to-list.
17232 (smtpmail-open-stream, smtpmail-try-auth-methods): New functions,
17233 separated from smtpmail-via-smtp.
17234
17235 * mail/smtpmail.el (top-level): Autoload starttls, mail-utils and
17236 rfc2104. Require base64 and cl.
17237 (smtpmail-smtp-service): Doc fix. :type fix.
17238 (smtpmail-debug-info): Doc fix.
17239 (smtpmail-debug-verb, smtpmail-auth-credentials)
17240 (smtpmail-starttls-credentials, smtpmail-auth-supported):
17241 New variables.
17242 (smtpmail-deduce-address-list, smtpmail-send-it): Don't require
17243 mail-utils (it is autoloaded).
17244 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
17245 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd)
17246 (smtpmail-find-credentials, smtpmail-intersection): New utility funs.
17247 (smtpmail-via-smtp): Support STARTTLS, if binary is installed.
17248 (smtpmail-via-smtp): Support AUTH.
17249 (smtpmail-via-smtp): Use `smtpmail-debug-verb' to control VERB.
17250
17251 2001-11-13 Richard M. Stallman <rms@gnu.org>
17252
17253 * ebuff-menu.el (electric-buffer-update-highlight): New function.
17254 (electric-buffer-overlay): New variable.
17255 (electric-buffer-menu-looper): Call electric-buffer-update-highlight.
17256 (electric-buffer-list): Likewise.
17257
17258 * isearch.el (isearch-whitespace-chars): Doc fix.
17259 (isearch-mode): Handle negative search-slow-window-lines correctly.
17260
17261 2001-11-13 Stefan Monnier <monnier@cs.yale.edu>
17262
17263 * newcomment.el (comment-normalize-vars): Handle a nil comment-padding.
17264
17265 * progmodes/ada-mode.el (ada-fill-comment-prefix): GNAT wants 2 spaces.
17266 From Emmanuel Briot <briot@act-europe.fr>.
17267
17268 2001-11-13 Colin Walters <walters@debian.org>
17269
17270 * calc/calc.el (calc-unread-command): Use `unread-command-events'.
17271
17272 * calc/calc-mode.el (calc-settings-file-name): Don't hardcode
17273 "~/.emacs"; use `read-file-name'.
17274
17275 * calc/calc-graph.el, calc/calc-embed.el, calc/calc-graph.el
17276 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-prog.el
17277 * calc/calc-sel.el, calc/calc-store.el, calc/calc-yank.el
17278 * calc/calc.el: Use `frame-width' instead of `screen-width',
17279 `frame-height' instead of `screen-height', and,
17280 `executing-kbd-macro' instead of `executing-macro'.
17281
17282 * calc/calc-embed.el (calc-do-embedded): Call `y-or-n-p' with
17283 correct number of arguments.
17284
17285 * calc/calc-aent.el (calc-do-alg-entry):
17286 Use `blink-paren-function' instead of `blink-paren-hook'.
17287
17288 2001-11-12 Richard M. Stallman <rms@gnu.org>
17289
17290 * calendar/todo-mode.el (todo-save): Add save-excursion
17291 and save-restriction.
17292
17293 * server.el (server-edit, server-done): Doc fix.
17294
17295 * simple.el (clone-indirect-buffer): Error if major mode symbol
17296 has a no-clone-indirect property.
17297 (clone-buffer): Check for obvious errors before reading clone name.
17298
17299 * info.el (Info-mode): Add a no-clone-indirect property.
17300
17301 2001-11-12 Sam Steingold <sds@gnu.org>
17302
17303 * vc.el (vc-print-log): Bind `inhibit-read-only' to t before and
17304 set-buffer-modified-p to nil after `vc-exec-after'.
17305 * log-view.el (log-view-mode-map): Bind "q", "z", "m" and "d".
17306 (log-view-mode): Make read-only.
17307 (log-view-current-file): Do final `expand-file-name' in the
17308 current `default-directory'.
17309 (log-view-current-tag): Take an optional `where' arg.
17310 (log-view-diff): New user command.
17311
17312 2001-11-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17313
17314 * progmodes/cpp.el (cpp-choose-face): Fix typo.
17315
17316 2001-11-12 Sam Steingold <sds@gnu.org>
17317
17318 * emacs-lisp/cl-indent.el (toplevel): Indent properly
17319 `generic-flet', `generic-labels', `with-accessors',
17320 `with-condition-restarts'.
17321
17322 2001-11-12 Richard M. Stallman <rms@gnu.org>
17323
17324 * dired.el: Many trivial doc fixes.
17325 (dired-get-file-for-visit): New function.
17326 (dired-find-alternate-file, dired-mouse-find-file-other-window)
17327 (dired-view-file, dired-find-file-other-window, dired-display-file)
17328 (dired-find-file): Use dired-get-file-for-visit.
17329
17330 2001-11-12 Alex Schroeder <kensanata@yahoo.com>
17331
17332 * sql.el (sql-mode): Doc change.
17333
17334 * sql.el (sql-mode-syntax-table): The backslash is no longer an
17335 escape character.
17336
17337 2001-11-12 Colin Walters <walters@debian.org>
17338
17339 * calc/calc-keypd.el (toplevel): Bind mouse buttons.
17340 (calc-do-keypad): Don't attempt to use nonexistent global
17341 mouse-map, use calc-keypad-map.
17342 (calc-keypad-x-left-click): Renamed to calc-keypad-left-click.
17343 (calc-keypad-left-click): Don't use mouse-map; update to new event
17344 interface.
17345 (calc-keypad-x-middle-click, calc-keypad-x-right-click): Ditto.
17346 (calc-keypad-press): Use `unread-command-events' instead of
17347 `unread-command-char'.
17348
17349 * calc/calc-ext.el (calc-init-extensions): Update autoload names
17350 to match files renamed on initial calc import.
17351
17352 2001-11-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17353
17354 * textmodes/flyspell.el (flyspell-default-dictionary):
17355 Fix previous change.
17356
17357 2001-11-12 Richard M. Stallman <rms@gnu.org>
17358
17359 * textmodes/flyspell.el (flyspell-default-dictionary):
17360 Fix custom type.
17361
17362 2001-11-11 Richard M. Stallman <rms@gnu.org>
17363
17364 * calendar/solar.el (solar-sunrise-and-sunset):
17365 Exchange the two extreme values of day-length.
17366
17367 * progmodes/sh-script.el (sh-must-be-shell-mode):
17368 Allow modes derived from sh-mode.
17369
17370 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
17371 Turn off error in some re-search-forward calls.
17372
17373 * replace.el (query-replace-skip-read-only): New variable.
17374 (perform-replace): If that variable is non-nil, ignore matches
17375 that have a read-only property.
17376
17377 * derived.el (define-derived-mode): Doc fix.
17378
17379 * server.el (server-buffer-done): Test of server-existing-buffer
17380 was backwards.
17381 (server-existing-buffer): Doc fix.
17382
17383 * textmodes/flyspell.el (flyspell-default-dictionary):
17384 Allow nil as value, and make nil the default.
17385
17386 2001-11-11 Eli Zaretskii <eliz@is.elta.co.il>
17387
17388 * menu-bar.el (menu-bar-edit-menu): Don't use x-selection-exists-p if
17389 it is not fboundp.
17390 (clipboard-yank): Ditto.
17391
17392 2001-11-11 Colin Walters <walters@verbum.org>
17393
17394 The following changes are based on patches from
17395 Eli Zaretskii <eliz@is.elta.co.il>, Kai Gro\e,A_\e(Bjohann
17396 <Kai.Grossjohann@CS.Uni-Dortmund.DE>, and others.
17397
17398 * calc/calc.el (toplevel): Require calc-macs.
17399 (calc-minibuffer-size): New.
17400 (calcDigit-nondigit): Use it instead of `buffer-size'.
17401 (calcDigit-backspace): Likewise.
17402 (calcDigit-nondigit): Use `minibuffer-contents' instead of
17403 `buffer-string'.
17404 (calc-minibuffer-contains): Use `minibuffer-prompt-end' instead of
17405 `point-min'.
17406 (calcDigit-key): Use `calc-minibuffer-contains' instead of a
17407 `save-excursion'.
17408
17409 * calc/calc-macs.el (calc-record-compilation-date-macro): Return a
17410 simple `setq' form.
17411
17412 * calc/calc-ext.el: (toplevel): Require calc.
17413 (calc-fancy-prefix-map): New.
17414 (calc-fancy-prefix): Use it.
17415 (calc-fancy-prefix-other-key): New.
17416
17417 * calc/calc-aent.el (toplevel): Require calc-macs during compilation.
17418 (calc-do-quick-calc): Use `frame-width' instead of `screen-width'.
17419 (calcAlg-edit): Use `minibuffer-contents' instead of `buffer-string'.
17420 (calcAlg-enter): Likewise.
17421 (calcAlg-enter): Use `minibuffer-prompt-end' instead of `point-min'.
17422
17423 2001-11-10 Richard M. Stallman <rms@gnu.org>
17424
17425 * abbrev.el (read-abbrev-file): Don't set save-abbrevs.
17426 (quietly-read-abbrev-file): Doc fix.
17427
17428 * startup.el (command-line): Read standard abbrev
17429 file (abbrev-file-name), if it exists.
17430
17431 * files.el (save-abbrevs): Default value is t.
17432
17433 * progmodes/compile.el (compile-goto-error): Fix previous change
17434 in the case where subsequent errors have not been parsed yet
17435 because they are in a different source file.
17436
17437 2001-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
17438
17439 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
17440 Merge two regular expressions into one.
17441 (ps-mode): Make local bindings for `comment-start' and
17442 `comment-start-skip'.
17443 (ps-mode-looking-at-nested): Simplify an if-else construct;
17444 use `set-match-data' to set the result.
17445
17446 2001-11-10 Richard M. Stallman <rms@gnu.org>
17447
17448 * textmodes/flyspell.el (flyspell-correct-word/local-keymap):
17449 Function deleted.
17450 (flyspell-correct-word): Old definition deleted.
17451 (flyspell-correct-word/mouse-keymap): Renamed to flyspell-correct-word.
17452 All references renamed too.
17453
17454 2001-11-10 Gerd Moellmann <gerd@gnu.org>
17455
17456 * Makefile.in (finder_setwins, setwins): Exclude Calc.
17457
17458 2001-11-09 Per Abrahamsen <abraham@dina.kvl.dk>
17459
17460 * wid-edit.el (checklist): Removed `:menu-tag'.
17461 (radio-button-choice): Ditto.
17462 (editable-list): Ditto.
17463
17464 2001-11-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17465
17466 * play/gomoku.el: Move definitions of constants to the beginning
17467 of file, before their use.
17468
17469 2001-11-09 Richard M. Stallman <rms@gnu.org>
17470
17471 * textmodes/flyspell.el: Use the keymap property
17472 instead of local-map, and don't use a minor-mode map.
17473 (flyspell-mode-map): Variable deleted.
17474 Don't mess with minor-mode-map-alist.
17475 (calling add-minor-mode): Specify nil for keymap.
17476 And always use add-minor-mode, now that it exists.
17477 (flyspell-overlay-keymap-property-name): Set it to `keymap'.
17478 (flyspell-mode-on): Don't locally bind flyspell-mouse-map
17479 or flyspell-local-mouse-map.
17480 (make-flyspell-overlay): Use flyspell-mouse-map directly.
17481 (flyspell-mode): Doc fix.
17482 (flyspell-mode-on): Don't call make-local-hook.
17483
17484 2001-11-09 Sam Steingold <sds@gnu.org>
17485
17486 * emacs-lisp/debug.el (debugger-make-xrefs):
17487 Add buttons to all symbols.
17488
17489 2001-11-09 Andre Spiegel <spiegel@gnu.org>
17490
17491 * vc.el: Add John David Smith to credits.
17492
17493 Suggested by Kalle Olavi Niemitalo <kon@iki.fi>:
17494
17495 * vc-hooks.el (vc-error-occured): Backquotified.
17496 (vc-file-prop-obarray): Use prime length for better efficiency.
17497
17498 * vc.el (vc-clear-context): Fill obarray with 0, not nil.
17499
17500 2001-11-09 Eli Zaretskii <eliz@is.elta.co.il>
17501
17502 * info.el (Info-file-list-for-emacs): Add entries for Calc.
17503
17504 2001-11-09 Miles Bader <miles@gnu.org>
17505
17506 * subr.el (functionp): Don't consider macros as functions.
17507
17508 2001-11-08 Miles Bader <miles@gnu.org>
17509
17510 * subr.el (functionp): Make work correctly for macros and unbound
17511 symbols.
17512
17513 * comint.el (comint-send-input): Fix description of
17514 `comint-process-echoes' in the doc-string.
17515
17516 2001-11-08 Eli Zaretskii <eliz@is.elta.co.il>
17517
17518 * international/mule.el (make-translation-table): Doc fix.
17519 Suggested by Alex Schroeder <alex@gnu.org>.
17520
17521 2001-11-07 Richard M. Stallman <rms@gnu.org>
17522
17523 * info.el (Info-fontify-node): Highlight every third menu item.
17524
17525 2001-11-07 Per Abrahamsen <abraham@dina.kvl.dk>
17526
17527 * cus-edit.el (custom-face-value-create): Don't ignore the
17528 `customized-face' attribute when finding the current face spec.
17529
17530 2001-11-07 Stefan Monnier <monnier@cs.yale.edu>
17531
17532 * subr.el (with-local-quit): New macro.
17533 (make-syntax-table): Always inherit.
17534 (functionp): Be more careful when `object' is a symbol.
17535
17536 * dabbrev.el (dabbrev-completion): Use "*Completions*".
17537
17538 2001-11-07 Paul Eggert <eggert@twinsun.com>
17539
17540 * dired.el (dired-move-to-filename-regexp):
17541 Do not distinguish between ASCII letters and non-ASCII characters.
17542 Don't allow comma except in the form "month day, year".
17543 Don't allow space between month name and comma.
17544 Clean up the code that checks for trailing period, comma, and space.
17545 Remove now-obsolete comments, and add more commentary about
17546 Japanese dates.
17547 Always gobble up trailing spaces, instead of doing it only sometimes.
17548
17549 2001-11-07 Miles Bader <miles@gnu.org>
17550
17551 * paren.el (show-paren-match-face): Add dark-background variant.
17552
17553 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
17554
17555 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Paren typo.
17556 (lisp-mode-variables): Don't set paragraph-{start,separate}.
17557 Don't disable adaptive-fill-mode.
17558 (lisp-fill-paragraph): Use tab-width rather than 8.
17559 Prevent filling the first line of docstrings.
17560
17561 2001-11-06 Richard M. Stallman <rms@gnu.org>
17562
17563 * play/gomoku.el (gomoku): Doc fix.
17564
17565 * jka-compr.el (jka-compr-partial-uncompress):
17566 Support an alternative of not using dd.
17567 (jka-compr-dd-program): Use defcustom to define this.
17568 (jka-compr-load-suffixes): Use defcustom.
17569 (jka-compr-mode-alist-additions): Use defcustom.
17570
17571 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
17572
17573 * font-lock.el (font-lock-match-c-style-declaration-item-and-skip-to-next):
17574 Also work when LIMIT is further than the end of line.
17575
17576 2001-11-06 Eli Zaretskii <eliz@is.elta.co.il>
17577
17578 * international/quail.el (quail-update-leim-list-file): Print the
17579 offending file name if some of its quail-define-package forms is broken.
17580
17581 2001-11-05 Richard M. Stallman <rms@gnu.org>
17582
17583 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Return the value
17584 of the evaluated form.
17585
17586 2001-11-05 Paul Eggert <eggert@twinsun.com>
17587
17588 * ls-lisp.el (ls-lisp-time-to-seconds): New function.
17589 (ls-lisp-format-time): Emulate GNU fileutils 4.1.1 ls, whose time
17590 stamps always line up by default. Also, it uses a slightly
17591 different window to determine whether files are "recent".
17592
17593 2001-11-05 Andrew Innes <andrewi@gnu.org>
17594
17595 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
17596 Don't attempt to remake autoloads before nuking .elc files.
17597
17598 2001-11-04 Richard M. Stallman <rms@gnu.org>
17599
17600 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display): Cope if
17601 previous-single-property-change or next-single-char-property-change
17602 returns nil.
17603
17604 * international/mule-cmds.el (set-locale-environment):
17605 Make it interactive; make arg optional.
17606
17607 * international/mule-diag.el (help-funs): Require help-funs.
17608
17609 2001-11-04 Eli Zaretskii <eliz@is.elta.co.il>
17610
17611 * term/internal.el (term-setup-hook): Add IT-setup-unicode-display.
17612
17613 2001-11-04 Miles Bader <miles@gnu.org>
17614
17615 * startup.el (fancy-splash-head): Reapply Gerd's hack to make the
17616 shadow of the splash image grey on a dark background instead of black.
17617
17618 2001-11-03 Stefan Monnier <monnier@cs.yale.edu>
17619
17620 * term.el (all faces): Don't (copy-face 'default <foo>).
17621
17622 * term/xterm.el (function-key-map):
17623 Add entry for `ESC [ 3 ~' -> <delete>
17624 Add entries `ESC O 5 [ABCD]' -> C-{up,down,right,left}.
17625 Use inheritance so that .emacs and terminfo take precedence.
17626
17627 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
17628
17629 * tooltip.el (tooltip-delay): Decrease to 0.7.
17630 (tooltip-hide-delay): Enlarge to 10.
17631
17632 2001-11-03 Richard M. Stallman <rms@gnu.org>
17633
17634 * startup.el (fancy-splash-tail): Explain how to recover
17635 from a crash, if there was a crash.
17636 (command-line-1): Reorganize display of startup screen,
17637 to simplify the logic. Use a temp buffer for it.
17638
17639 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
17640
17641 * frame.el (set-background-color, set-foreground-color):
17642 Call face-set-after-frame-default, to propagate the new colors to
17643 the frame's parameters alist.
17644
17645 * calendar/timeclock.el (timeclock-out): Signal an error if
17646 timeclock-last-event is nil.
17647
17648 2001-11-02 Stefan Monnier <monnier@cs.yale.edu>
17649
17650 * textmodes/fill.el (fill-context-prefix): Fix braino.
17651
17652 * international/quail.el (quail-help):
17653 Use `help-buffer' and move `help-setup-xref' to beginning.
17654
17655 * international/mule-cmds.el (describe-language-environment):
17656 Use `help-buffer' and move `help-setup-xref' to beginning.
17657
17658 * international/mule-diag.el (list-character-sets)
17659 (sort-listed-character-sets, describe-character-set)
17660 (describe-coding-system, describe-fontset, list-fontsets):
17661 Use `help-buffer' and move `help-setup-xref' to beginning.
17662 (describe-char-after): Use `internal-describe-syntax-value'.
17663
17664 2001-11-02 Richard M. Stallman <rms@gnu.org>
17665
17666 * mouse.el (popup-menu): If the user refuses to select
17667 from a menu, don't try to invoke the menu.
17668
17669 2001-11-02 Miles Bader <miles@gnu.org>
17670
17671 * help-mode.el (help-xref): New button type.
17672 (help-function, help-variable, help-face, help-coding-system)
17673 (help-input-method, help-character-set, help-type, help-symbol)
17674 (help-back, help-info, help-customize-variable, help-customize-face)
17675 (help-function-def, help-variable-def): Use it as a supertype.
17676 Remove `action' property.
17677
17678 * international/mule-diag.el (describe-character-set)
17679 (describe-coding-system): Pass correct args to `help-xref-button'.
17680 (sort-listed-character-sets): New button type.
17681 (list-character-sets): Use it.
17682 (list-charset-chars): New button type.
17683 (list-character-sets-1): Use it.
17684
17685 2001-11-01 Stefan Monnier <monnier@rum.cs.yale.edu>
17686
17687 * indent.el (tab-always-indent, indent-for-tab-command):
17688 Remove redundant `never' setting.
17689
17690 * fill.el (fill-region-as-paragraph): Don't forget to skip
17691 over current whitespace before looking for a preceding space.
17692
17693 2001-11-01 Richard M. Stallman <rms@gnu.org>
17694
17695 * files.el (file-newest-backup): Don't pass backup file name
17696 thru file-name-sans-versions, because it never has version numbers.
17697
17698 * textmodes/sgml-mode.el (sgml-xml-guess): Fix regexp
17699 to avoid ambiguous nested loops.
17700
17701 * files.el (find-file-noselect): Offer to change buffer-read-only
17702 only when the file's read-only status has changed from before
17703 as well as disagreeing with the buffer's current status.
17704 (buffer-file-read-only): New var, local in all buffers.
17705
17706 * buff-menu.el (buffer-menu): Doc fix.
17707 (buffer-menu-other-window): Doc fix.
17708 (list-buffers, list-buffers-noselect): Doc fix.
17709
17710 2001-11-01 Gerd Moellmann <gerd@gnu.org>
17711
17712 * startup.el (command-line): If the terminal Emacs is running on
17713 has erase char set to ^H, use the Backspace key for deleting
17714 backward, and the Delete key for deleting forward.
17715
17716 2001-11-01 Miles Bader <miles@gnu.org>
17717
17718 * button.el (define-button-type): Make sure every user-defined
17719 button type has a supertype.
17720
17721 2001-10-31 Jason Rumney <jasonr@gnu.org>
17722
17723 * international/mule-cmds.el (locale-language-names): Add chs and
17724 cht as aliases for Chinese-GB and Chinese-BIG5.
17725
17726 2001-10-31 Richard M. Stallman <rms@gnu.org>
17727
17728 * bindings.el (mode-line-frame-identification): Add doc string.
17729 (mode-line-position, mode-line-modes): New variables.
17730 (mode-line-format): Use mode-line-position for the part
17731 that displays the position-in-buffer info.
17732 Use mode-line-modes for the part that displays major and minor modes.
17733
17734 2001-10-31 Sam Steingold <sds@gnu.org>
17735
17736 * emacs-lisp/debug.el (debugger-make-xrefs): New function.
17737 (debugger-setup-buffer): Call it.
17738 (debugger-mode-map): Bind RET and mouse-2.
17739
17740 2001-10-31 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17741
17742 * startup.el: Document command line option --no-window-system
17743 instead of --no-windows.
17744
17745 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
17746
17747 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip.
17748
17749 * font-lock.el (java-font-lock-syntactic-face-function): New fun.
17750 (font-lock-defaults-alist): Use it.
17751 From David Ponce <david.ponce@wanadoo.fr>
17752
17753 * progmodes/perl-mode.el (perl-indent-line): Use `eq' to compare
17754 output of `char-after'.
17755
17756 * bindings.el (ctl-x-map): Add binding for C-x (, C-x ) and C-x e.
17757
17758 * simple.el (reindent-then-newline-and-indent): Insert the newline
17759 before indenting the first line.
17760 (undo-get-state, undo-revert-to-state): New funs.
17761 (shell-command): Don't kill the buffer even if empty.
17762 (transpose-subr-start1, transpose-subr-start2, transpose-subr-end1)
17763 (transpose-subr-end2): Remove.
17764 (transpose-subr): Add `special' arg and simplify.
17765 (transpose-subr-1): Rewrite.
17766 (do-auto-fill): Use fill-indent-according-to-mode and fill-nobreak-p.
17767 (rfc822-goto-eoh): Simplify.
17768
17769 2001-10-30 Richard M. Stallman <rms@gnu.org>
17770
17771 * enriched.el (enriched-face-ans): Fix previous change.
17772
17773 2001-10-30 Gerd Moellmann <gerd@gnu.org>
17774
17775 * international/iso-acc.el (iso-accents-compose): Remove a
17776 superfluous setq.
17777
17778 2001-10-30 Eli Zaretskii <eliz@is.elta.co.il>
17779
17780 * buff-menu.el (list-buffers-noselect): If the buffer's name
17781 starts with a blank, but it visits a file, do show it (for files
17782 whose names start with a blank).
17783
17784 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
17785
17786 * textmodes/fill.el (sentence-end-double-space)
17787 (sentence-end-without-period): Move to paragraphs.el.
17788 (fill-indent-according-to-mode): Change default to t.
17789 (fill-context-prefix): Simplify control-flow and use a more
17790 sophisticated merge that unifies both previous checks.
17791 (fill-single-word-nobreak-p, fill-french-nobreak-p): New funs.
17792 (fill-nobreak-predicate): Make it into a defcustom'd hook.
17793 (fill-nobreak-p): New fun.
17794 (fill-region-as-paragraph): Use it.
17795 Handle `fill-indent-according-to-mode' slightly differently.
17796 (fill-individual-paragraphs-prefix): Simplify the control-flow.
17797 (fill-individual-paragraphs-citation): Fix.
17798
17799 * textmodes/paragraphs.el (use-hard-newlines): Use define-minor-mode.
17800 (paragraph-start): Change default to the `text-mode' value.
17801 (sentence-end-double-space, sentence-end-without-period):
17802 Move from fill.el.
17803 (forward-paragraph): Use `parstart' and `parsep' for temp variables
17804 rather than rebinding `paragraph-start' and `paragraph-separate'.
17805
17806 * indent.el (indent-line-function): Change default to indent-relative.
17807 (tab-always-indent): Add an `never' setting.
17808 (indent-according-to-mode): Handle `indent-relative' and
17809 `indent-relative-maybe' specially.
17810 (indent-for-tab-command): Rename `prefix-arg' to `arg'.
17811 Handle the `never' case for `tab-always-indent'.
17812 Don't call indent-according-to-mode for indent-relative' and
17813 `indent-relative-maybe'.
17814 (insert-tab): Rename `prefix-arg' to `arg'.
17815 (indent-region): Indent the first line as well.
17816 (indent-relative): Don't mark the buffer modified if the indentation
17817 is unchanged.
17818
17819 * textmodes/text-mode.el (paragraph-indent-minor-mode):
17820 Don't set paragraph-separate. Set paragraph-start more carefully.
17821 Set indent-line-function.
17822 (paragraph-indent-text-mode): Use it and define-derived-mode.
17823 (text-mode-map): Remove the \t binding.
17824 (text-mode): Simplify now that the default is more favorable.
17825
17826 2001-10-29 Stefan Monnier <monnier@cs.yale.edu>
17827
17828 * emacs-lisp/find-func.el (find-function-search-for-symbol):
17829 If the regexp doesn't match, use a looser one.
17830 (find-variable-noselect): Add `file' argument.
17831
17832 * pcvs.el (cvs-mode-commit-hook): New hook.
17833 (cvs-mode-commit): Run it.
17834
17835 * log-edit.el (log-edit): Run hook after `log-edit-files'.
17836
17837 * emacs-lisp/edebug.el (delay-mode-hooks): Add edebug-spec.
17838 (edebug-instrument-function): Use `find-function-noselect'.
17839
17840 2001-10-29 Richard M. Stallman <rms@gnu.org>
17841
17842 * term.el (term-if-emacs19): Macro deleted.
17843 Callers changed to use progn instead.
17844
17845 * frame.el (blink-cursor-mode): Doc fix.
17846
17847 * files.el (find-backup-file-name): Use make-backup-file-name.
17848
17849 * emacs-lisp/edebug.el (edebug-window-live-p): Always alias to
17850 window-live-p.
17851 (edebug-set-conditional-breakpoint): Unconditionally use
17852 the former Emacs >=19 definition.
17853 (edebug-mark): Define unconditionally.
17854 (edebug-eval-expression): Always call read-from-minibuffer
17855 and specify history list.
17856 (edebug-lemacs-specific): Override emacs-mark, edebug-window-live-p,
17857 edebug-set-conditional-breakpoint.
17858 (edebug-emacs-version-specific): Function deleted;
17859 do the job at top level.
17860 (edebug-emacs-19-specific): Function deleted, this is the default.
17861
17862 2001-10-29 Sam Steingold <sds@gnu.org>
17863
17864 * w32-fns.el (convert-standard-filename): Handle cygwin-specific
17865 "/cygdrive/LETTER/" pathnames.
17866
17867 2001-10-29 Eli Zaretskii <eliz@is.elta.co.il>
17868
17869 * faces.el (invert-face): Check for 'unspecified, not for nil,
17870 when testing whether face colors are not specified.
17871 From David.Kastrup@t-online.de (David Kastrup).
17872 (read-face-name): Doc fix.
17873 (make-face-bold, make-face-unbold, make-face-italic)
17874 (make-face-unitalic, make-face-bold-italic, invert-face):
17875 Remove trailing blank from the prompt passed to read-face-name.
17876
17877 2001-10-29 Sam Steingold <sds@gnu.org>
17878
17879 * emacs-lisp/bytecomp.el (byte-recompile-directory):
17880 Report numbers of files skipped and failed too.
17881 (byte-compile-file): Return 'no-byte-compile for skipped files.
17882
17883 2001-10-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
17884
17885 * log-view.el (log-view-mode-map): Bind `M-n' and `M-p', not `M n'
17886 and `M p'.
17887
17888 2001-10-29 Gerd Moellmann <gerd@gnu.org>
17889
17890 * international/iso-acc.el (iso-accents-compose): Push SECOND-CHAR
17891 as is on unread-command-events instead of `(SECOND-CHAR)'.
17892
17893 2001-10-29 Andre Spiegel <spiegel@gnu.org>
17894
17895 * vc.el: Mention vc-*-switches in backend API documentation.
17896 (vc-annotate): Adapt doc string to recent change.
17897
17898 2001-10-29 Gerd Moellmann <gerd@gnu.org>
17899
17900 * enriched.el (enriched-face-ans): Handle face attributes
17901 of the form `(FACE1 FACE2 ...)'.
17902
17903 * dired-x.el (dired-omit-startup): Show ``Omit'' only in Dired buffers.
17904
17905 2001-10-29 Alex Schroeder <kensanata@yahoo.com>
17906
17907 * progmodes/sql.el (sql-mysql): Doc change by RMS.
17908
17909 * progmodes/sql.el (sql-db2): Doc change.
17910 (sql-help): Doc change by Christian Egli <christian.egli@stest.ch>.
17911 (sql-mysql): Doc change by Christian Egli <christian.egli@stest.ch>.
17912
17913 2001-10-29 Gerd Moellmann <gerd@gnu.org>
17914
17915 * env.el (substitute-env-vars): Don't quote argument to `rx';
17916 it's a macro.
17917
17918 2001-10-28 Per Abrahamsen <abraham@dina.kvl.dk>
17919
17920 * cus-start.el (recursive-load-depth-limit): Added.
17921
17922 2001-10-28 Richard M. Stallman <rms@gnu.org>
17923
17924 * textmodes/ispell.el (version18p, version20p): Vars deleted.
17925 All uses removed--assume Emacs version is >= 20.
17926
17927 * mail/supercite.el (sc-emacs-features): Test for "Emacs 19"
17928 by really checking that it is not version 18.
17929
17930 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
17931
17932 2001-10-28 Miles Bader <miles@gnu.org>
17933
17934 * faces.el (face-attribute): Add INHERIT argument, consider face
17935 inheritance if it's non-nil.
17936 (face-attribute-merged-with): New function.
17937 (face-attribute-specified-or): New macro.
17938 (face-foreground, face-background, face-stipple): Add INHERIT
17939 argument. Use `face-attribute-specified-or'.
17940
17941 2001-10-28 Stefan Monnier <monnier@cs.yale.edu>
17942
17943 * font-lock.el: Require `syntax'.
17944 (font-lock-defaults-alist): Don't define keywords for lisp languages.
17945 Use `c-font-lock-syntactic-face-function' for c languages.
17946 (font-lock-mode): Don't unset vars when turning the mode off.
17947 (font-lock-default-fontify-buffer): Don't unset vars at the end.
17948 (font-lock-extra-managed-props): New var.
17949 (font-lock-default-unfontify-region): Use it.
17950 (font-lock-apply-syntactic-highlight): Flush the syntax cache.
17951 Don't eval the value when there's no match.
17952 (font-lock-ppss-stats): New var.
17953 (font-lock-ppss): New fun.
17954 (font-lock-fontify-syntactically-region): Use it and syntax.ppss.
17955 (font-lock-apply-highlight): Allow `highlight' to set several props.
17956 (font-lock-set-defaults): Use dolist.
17957 (font-lock-unset-defaults): Remove.
17958 (font-lock-match-c-style-declaration-item-and-skip-to-next):
17959 Try to recognize prototypes using `foo P_ ((args))'.
17960 ({c,c++,java,objc}-font-lock-keywords-{1,2,3}): Don't setq a defconst.
17961 (c-font-lock-keywords-2): Fix last change to still use Anders' trick.
17962 (c-font-lock-syntactic-face-function): New function.
17963 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
17964 (c++-keywords): Use a more sophisticated regexp to handle
17965 shallowly nested templates.
17966
17967 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
17968
17969 * textmodes/sgml-mode.el (sgml-empty-tags): New var.
17970 (sgml-tag): Use it. Cleanup with `cond'.
17971 (sgml-tags-invisible): Make sgml-tags-invisible buffer-local.
17972 Mark the overlays and only delete those that are marked.
17973 (sgml-skip-close-p): Remove.
17974 (sgml-value): Replace sgml-skip-close-p with its definition.
17975 (html-tag-alist): Use sgml-xml a bit more.
17976 (html-mode): Set sgml-empty-tags.
17977
17978 * textmodes/texnfo-upd.el: Use `when', `dolist', `push', ...
17979 (texinfo-update-node, texinfo-sequential-node-update):
17980 Don't bind the obsolete `auto-fill-hook'.
17981 (texinfo-multi-file-included-list,texinfo-multi-file-master-menu-list):
17982 Use `set-buffer' rather than `switch-to-buffer'.
17983 (texinfo-multi-file-update): Use "Top" rather than `up-node-name'.
17984 Use `set-buffer' rather than `switch-to-buffer'.
17985
17986 * mail/sendmail.el (mail-mode-syntax-table): Let it inherit from
17987 text-mode-syntax-table.
17988 (mail-mode): Use define-derived-mode.
17989 Fix ordering of alternatives in adaptive-fill-regexp.
17990 (mail-mode-map): Don't rely on keymap's internal representation.
17991
17992 2001-10-27 Sam Steingold <sds@gnu.org>
17993
17994 * textmodes/sgml-mode.el (sgml-xml): Renamed from `html-xhtml'.
17995 (sgml-xml-guess): Extracted from `html-mode' and generalized.
17996 (sgml-mode-common): Call it.
17997 (sgml-mode, html-mode): Set `mode-name' based on `sgml-xml'.
17998 (sgml-tag, sgml-skip-close-p, html-tag-alist, html-line)
17999 (html-horizontal-rule, html-image, html-ordered-list):
18000 (html-unordered-list, html-list-item, html-paragraph):
18001 (html-checkboxes, html-radio-buttons): Use `sgml-xml' instead of
18002 `html-xhtml'.
18003
18004 2001-10-26 Masayuki Ataka <ataka@milk.freemail.ne.jp>
18005
18006 * textmodes/texinfmt.el (texinfo-format-ifnotinfo): New function.
18007 (ifnothtml): New alias.
18008
18009 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
18010
18011 * textmodes/text-mode.el (text-mode): Use define-derived-mode.
18012 (toggle-text-mode-auto-fill): Use derived-mode-p.
18013
18014 2001-10-27 Gerd Moellmann <gerd.moellmann@t-online.de>
18015
18016 * net/ange-ftp.el (ange-ftp-send-cmd): Call fix-name-func for
18017 `mdtm'. From "Forrest Cahoon" <forrest.cahoon@merrillcorp.com>.
18018
18019 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
18020
18021 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
18022 Add make-obsolete cookies, to follow faces.el.
18023
18024 These changes avoid warnings from the byte compiler in faces.el:
18025
18026 * faces.el (internal-get-face): Use facep instead of the obsolete
18027 internal-find-face.
18028 (internal-frob-font-weight, internal-frob-font-slant):
18029 New defaliases for obsolete functions.
18030 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
18031 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
18032 (x-make-font-bold-italic): Use internal-frob-font-weight and
18033 internal-frob-font-slant aliases instead of the obsolete
18034 x-frob-... functions.
18035
18036 2001-10-26 Sam Steingold <sds@gnu.org>
18037
18038 * textmodes/sgml-mode.el (html-mode): Set `html-xhtml' from the
18039 DOCTYPE; set `mode-name' based on it.
18040 (html-tag-alist): Use `html-xhtml' for "li", "dt" and "dd".
18041 (sgml-tag): Close empty tags in XHTML.
18042
18043 2001-10-26 Jason Rumney <jasonr@gnu.org>
18044
18045 * w32-fns.el: (w32-charset-info-alist): Use ANSI for iso10646-1
18046 when UNICODE is not defined.
18047
18048 2001-10-26 Sam Steingold <sds@gnu.org>
18049
18050 * font-lock.el (c-font-lock-keywords-2): Do not require labels to
18051 be alone on the line.
18052
18053 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
18054
18055 * button.el (button): Special face definition for MS-DOS terminals.
18056
18057 2001-10-26 Sam Steingold <sds@gnu.org>
18058
18059 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
18060 Protect the /= test by checking that the args are non-nil.
18061 (sh-font-lock-close-heredoc): Check eof for being non-nil.
18062
18063 2001-10-26 Tomas Abrahamsson <tab@lysator.liu.se>
18064
18065 * textmodes/artist.el (artist-version): 1.2.4.
18066 (artist-butlast-fn): New variable.
18067 (artist-butlast): New function.
18068 (artist-ellipse-mirror-quadrant): Use it.
18069 (artist-mouse-draw-poly): Use nil for `point-list'.
18070 (artist-mouse-draw-poly): Check for point-list being nil.
18071
18072 2001-10-26 Peter Kleiweg <kleiweg@let.rug.nl>
18073
18074 * progmodes/ps-mode.el (ps-mode-print-function): Remove quote for
18075 lambda expression.
18076 (ps-mode-menu-main): Submenu with options on/off was replaced with
18077 a toggle button.
18078 (ps-mode, ps-run-mode): Define with `define-derived-mode'
18079 (ps-mode): Autoload cookie added on same line as comment
18080 (ps-mode-tabkey, ps-mode-backward-delete-char):
18081 (ps-mode-r-balance): Replace `delete-horizontal-space' and
18082 `indent-to' with `indent-line-to'
18083 (ps-mode-print-buffer, ps-mode-print-region): Use `funcall'
18084 instead of `eval'.
18085 (ps-mode-print-region): Use `with-temp-buffer'.
18086 (ps-run-start): Use of `mapconcat'. Use `apply' instead of `eval'.
18087 (numerous places): Add back-tick and tick around names in
18088 docstrings, fix punctuation in docstrings, remove trailing spaces.
18089
18090 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
18091
18092 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Ignore comments.
18093 (sgml-font-lock-keywords-2): Use `eval'. Moved from sgml-mode-common.
18094 (sgml-font-lock-syntactic-keywords): New var.
18095 (sgml-mode-common): Drop the two args.
18096 Don't make buffer-local variables that aren't used.
18097 Don't set sgml-font-lock-keywords-2 now that it uses `eval instead.
18098 Don't set `before-string' props from sgml-display-text.
18099 (sgml-mode): Use define-derived-mode.
18100 (sgml-tags-invisible): Use sgml-display-text.
18101 (sgml-quote): New command.
18102 (html-tag-alist): Add args for `span'.
18103 (html-mode): Use define-derived-mode.
18104 Set sgml-display-text and sgml-tag-face-alist.
18105
18106 2001-10-25 Sam Steingold <sds@gnu.org>
18107
18108 * add-log.el (add-log-always-start-new-record): New user option.
18109 (add-change-log-entry): Use it.
18110
18111 2001-10-25 Richard M. Stallman <rms@gnu.org>
18112
18113 * progmodes/etags.el (tags-query-replace): Make tags-loop-scan
18114 bind case-fold-search if FROM is not all lower case.
18115
18116 2001-10-25 Gerd Moellmann <gerd@gnu.org>
18117
18118 * startup.el (normal-top-level): Check for frame-initial-frame
18119 only if it's really used.
18120
18121 * mail/mh-utils.el (mh-recenter): Call recenter with arg `(4)'.
18122
18123 * progmodes/compile.el (compilation-parse-errors-filename-function):
18124 New variable.
18125 (compilation-parse-errors): Use it.
18126
18127 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
18128
18129 * emacs-lisp/checkdoc.el (checkdoc-eval-defun): Call eval-defun
18130 interactively so that C-u M-C-x still does edebug.
18131 (checkdoc-sentencespace-region-engine): Don't force a double-space
18132 after `.' if it doesn't look like an end-of-sentence.
18133 (debug-ignored-errors): Add `disambiguate ...'.
18134
18135 2001-10-24 Stefan Monnier <monnier@cs.yale.edu>
18136
18137 * textmodes/texinfo.el (texinfo-environments)
18138 (texinfo-environment-regexp): Hoist.
18139 (texinfo-font-lock-keywords): Use `italic' and `bold' faces.
18140 Only highlight the menu name in menu items.
18141 Setup `@foo ... @end foo' as text clones.
18142 (texinfo-clone-environment): New function.
18143 (texinfo-mode): Simplify auto-fill-inhibit-regexp.
18144 (texinfo-insert-block): Simplify.
18145 (texinfo-insert-quote): Insert a plain " if preceded by \ or if
18146 the command is repeated.
18147 (texinfo-last-unended-begin, texinfo-next-unmatched-end): New funs.
18148 (texinfo-insert-@end): Simplify.
18149
18150 * textmodes/texnfo-upd.el (texinfo-section-types-regexp)
18151 (texinfo-section-level-regexp, texinfo-subsection-level-regexp)
18152 (texinfo-subsubsection-level-regexp)
18153 (texinfo-update-menu-same-level-regexps)
18154 (texinfo-update-menu-higher-regexps)
18155 (texinfo-update-menu-lower-regexps): Hoist to eliminate warnings.
18156
18157 * derived.el (define-derived-mode): Use {delay,run}-mode-hooks.
18158 (derived-mode-p): Autoload.
18159
18160 * subr.el (delay-mode-hooks, delayed-mode-hooks, run-mode-hooks):
18161 New vars and functions.
18162 (text-clone-maintain, text-clone-create): New functions.
18163
18164 2001-10-25 Miles Bader <miles@gnu.org>
18165
18166 * facemenu.el (facemenu-add-new-face): Fix variable names.
18167
18168 2001-10-24 Richard M. Stallman <rms@gnu.org>
18169
18170 * facemenu.el (facemenu-unlisted-faces): Improve doc strings
18171 of t and nil values.
18172 (facemenu-set-face): Handle START and END interactively.
18173 (facemenu-set-foreground): Don't use a face; specify color directly.
18174 (facemenu-set-background): Likewise.
18175 (facemenu-set-face-from-menu): Doc fix.
18176 (facemenu-active-faces): Use face-attribute-vector
18177 to handle bare attributes not in faces.
18178 (facemenu-get-face): Don't handle face names fg:... and bg:...
18179 specially.
18180 (facemenu-add-new-face): New argument MENU.
18181 New way to handle adding colors to the color menus.
18182
18183 * env.el (substitute-env-vars): Quote the arg to rx.
18184
18185 2001-10-24 Sam Steingold <sds@gnu.org>
18186
18187 * mouse.el (mouse-buffer-menu-mode-groups): Added "Version
18188 Control" and "SGML" groups.
18189
18190 2001-10-24 Martin Stjernholm <bug-cc-mode@gnu.org>
18191
18192 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
18193 Better handling of C++ template args to avoid confusion with `<'
18194 and `>' used as operators in member init expressions.
18195
18196 2001-10-24 Gerd Moellmann <gerd@gnu.org>
18197
18198 * replace.el (perform-replace): Move START and END parameters
18199 to the end of the argument list and make them optional.
18200
18201 * progmodes/ebrowse.el, progmodes/etags.el: Adapt to change in
18202 perform-replace.
18203
18204 * international/fontset.el (x-must-resolve-font-name): New function.
18205 (x-complement-fontset-spec): Use it.
18206
18207 2001-10-23 Stefan Monnier <monnier@cs.yale.edu>
18208
18209 * uniquify.el (uniquify-get-proposed-name): Fix (.. "usr" "/usr" 0).
18210
18211 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
18212 Turn caadr into caar of cdr.
18213
18214 2001-10-23 Gerd Moellmann <gerd@gnu.org>
18215
18216 * info.el (Info-fontify-node): Bind down-mouse-{1,2} instead
18217 of mouse-{1,2} since dragging is on the down event.
18218
18219 * play/doctor.el (make-doctor-variables): Remove a '($ please)'.
18220
18221 * mail/mh-utils.el (mh-recenter): Call `recenter' with arg t
18222 if ARG is nil.
18223
18224 * desktop.el (desktop-last-buffer): New variable.
18225 (desktop-create-buffer): Set it.
18226 (desktop-read): Bind it and switch to that buffer.
18227
18228 2001-10-22 Gerd Moellmann <gerd@gnu.org>
18229
18230 * progmodes/compile.el (compilation-set-window-height):
18231 Select old window only if it's still live.
18232
18233 2001-10-22 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18234
18235 * help-mode.el (help-buffer): Remove debugging code.
18236 From Stefan Monnier <monnier@cs.yale.edu>.
18237
18238 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
18239
18240 * files.el (file-name-sans-extension, file-name-extension):
18241 Don't count the leading dots in file names as signaling an extension.
18242
18243 2001-10-22 Andre Spiegel <spiegel@gnu.org>
18244
18245 * vc.el (vc-diff-switches): Doc rewritten.
18246
18247 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
18248
18249 * tooltip.el (tooltip-set-param): Doc fix.
18250
18251 * textmodes/sgml-mode.el (sgml-mode-map): Bind 8-bit codes above
18252 127 to sgml-maybe-name-self.
18253 (sgml-name-8bit-mode): Doc fix.
18254 (sgml-char-names-table): New variable.
18255 (sgml-name-char): Support non-ASCII and mule-unicode-*
18256 characters. Doc fix.
18257 (sgml-maybe-name-self): Convert unibyte characters to multibyte.
18258
18259 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Mention in the
18260 doc string the effect of `left' and `top' parameters in
18261 tooltip-frame-parameters, the default values, and the units.
18262 (tooltip-frame-parameters): Mention `top' and `left' in the doc string.
18263 (tooltip-show): Mention in the doc string the `top' and `left'
18264 parameters in tooltip-frame-parameters, and x-max-tooltip-size.
18265
18266 2001-10-22 Andre Spiegel <spiegel@gnu.org>
18267
18268 Add autoscaling support for vc-annotate.
18269 From J.D. Smith <jdsmith@alum.mit.edu>.
18270
18271 * vc.el (vc-annotate-display-default): Accept colormap scaling
18272 ratio (now deprecated).
18273 (vc-annotate-display-autoscale): Added.
18274 (vc-annotate-add-menu): New autoscaling menu options "Span to
18275 Oldest" and "Span Oldest->Newest". Easymenu support added for
18276 toggle menus driven by customize variable `vc-annotate-display-mode'.
18277 (vc-annotate-display-select): Added.
18278 (vc-annotate): Changed temp-buffer-show-function to
18279 `vc-annotate-display-select'.
18280 (vc-annotate-display): Removed arguments BUFFER and BACKEND.
18281 Added argument OFFSET. Instead of backend function, calls now
18282 generic `vc-annotate-difference'.
18283 (vc-annotate-difference): Added as generic function instead of
18284 backend-specific function. No longer takes argument POINT, but
18285 instead accepts a time OFFSET.
18286 (vc-default-annotate-current-time): Added.
18287
18288 * vc-cvs.el (vc-cvs-annotate-difference): Removed to generic
18289 version in vc.el, with
18290 (vc-cvs-annotate-current-time): Added, as override of default.
18291 (vc-cvs-annotate-time): Added. Taken mostly from the (now removed)
18292 `vc-cvs-annotate-difference'.
18293
18294 2001-10-22 Gerd Moellmann <gerd@gnu.org>
18295
18296 * saveplace.el (save-place): Require `saveplace'.
18297
18298 * progmodes/cwarn.el (cwarn-font-lock-feature-keywords-alist):
18299 Use `sexp' for :value-type instead of `face'.
18300
18301 2001-10-21 Eli Zaretskii <eliz@is.elta.co.il>
18302
18303 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Fix the
18304 regexps due to 5-digit message IDs.
18305
18306 2001-10-21 Jason Rumney <jasonr@gnu.org>
18307
18308 * term/w32-win.el (redisplay-dont-pause): Don't set.
18309
18310 2001-10-21 Miles Bader <miles@gnu.org>
18311
18312 * help-funs.el (help-manyarg-func-alist): Variable removed.
18313
18314 2001-10-21 Miles Bader <miles@gnu.org>
18315
18316 * help-funs.el (help-manyarg-func-alist): Remove entries for
18317 `insert', `insert-and-inherit', `insert-before-markers',
18318 `insert-before-markers-and-inherit', `message', `message-box',
18319 `message-or-box', `propertize', `format', `encode-time', `append',
18320 `concat', `vconcat', `nconc', `widget-apply', `make-hash-table',
18321 `insert-string', `ml-if', `ml-provide-prefix-argument', and
18322 `ml-prefix-argument-loop'.
18323
18324 2001-10-21 Andre Spiegel <spiegel@gnu.org>
18325
18326 * vc.el (vc-diff-internal, vc-coding-system-for-diff)
18327 (vc-default-diff-tree): New functions.
18328 (vc-version-diff): Use them. As a result, coding systems are now
18329 set up properly for all sorts of diffs, and tree diffs can now
18330 also be done locally.
18331 (vc-diff): With a prefix argument, don't require that it's called
18332 from a buffer under version control.
18333 (diff-switches): Remove duplicate definition.
18334
18335 * vc-cvs.el (vc-cvs-diff-tree): New function.
18336
18337 2001-10-21 Miles Bader <miles@gnu.org>
18338
18339 * help-funs.el (help-manyarg-func-alist): Remove entries for
18340 `list', `vector', `make-byte-code', `call-process',
18341 `call-process-region', `string', `+', `-', `*', `/', `max', `min',
18342 `logand', `logior', and `logxor'.
18343
18344 * wid-edit.el (checkbox): Swap bg/fg colors in image, and invert
18345 image bits to compensate. Use `make-string' instead of
18346 `make-bool-vector' (XBM apparently wants byte-aligned rows).
18347
18348 2001-10-20 Kim F. Storm <storm@cua.dk>
18349
18350 * simple.el (kill-ring-save): Don't show extent of copied region
18351 if using transient-mark-mode and region is fully visible.
18352
18353 See ChangeLog.9 for earlier changes.
18354
18355 ;; Local Variables:
18356 ;; coding: iso-2022-7bit
18357 ;; End:
18358
18359 Copyright (C) 2001, 2002 Free Software Foundation, Inc.
18360 Copying and distribution of this file, with or without modification,
18361 are permitted provided the copyright notice and this notice are preserved.